blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
d5b754679d6ee7b302f8de3ab3fbd6e42c61064a
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14101/function14101_schedule_10/function14101_schedule_10_wrapper.cpp
3391d7c7972a83c83e473bd7fe5f2af9144092bd
[]
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,224
cpp
#include "Halide.h" #include "function14101_schedule_10_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(128); Halide::Buffer<int32_t> buf01(64, ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
87bfbf0c6c5a066cc2cfb7a588752d22573a1951
dd1e9e3796576da599f3981a7abaf2fcd9d6b89a
/lib/libopenmpt/soundlib/Message.cpp
c06607327cf1959d9b1929766ef10c71faf72cc5
[ "Zlib", "BSD-3-Clause" ]
permissive
blitzimagine/BlitzSharp3D
4ae674cfdd2aba09f6844dce10ad44796c92aad0
cbf25a5d4ad3e1081e819c0dfaeb3ce40cd57860
refs/heads/master
2023-04-13T08:50:40.440863
2022-06-08T13:41:12
2022-06-08T13:41:12
189,093,663
9
1
NOASSERTION
2021-09-04T22:52:21
2019-05-28T19:52:11
C
UTF-8
C++
false
false
6,007
cpp
/* * Message.cpp * ----------- * Purpose: Various functions for processing song messages (allocating, reading from file...) * Notes : Those functions should offer a rather high level of abstraction compared to * previous ways of reading the song messages. There are still many things to do, * th...
[ "39096122+HumanGamer@users.noreply.github.com" ]
39096122+HumanGamer@users.noreply.github.com
5ea07d9dd78842c8b9883252b767aa65968f9b6e
38d4495215f682412ecea7184a00183f446a3eb3
/plugins/robots/common/iotikKit/include/iotikKit/robotModel/parts/iotikColorSensor.h
93f56352e5b669fcf7b8d1d9fd225be3b6ca2de8
[ "Apache-2.0", "BSD-3-Clause", "MIT", "CC-BY-4.0", "GPL-3.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Victor-Y-Fadeev/qreal
5e2e006e7f9bbe1fc84ee60324ddec693320c11b
c926e5640c96d74e45bc14fb83a2f57b5c535bae
refs/heads/iotik-v1-0
2020-12-03T03:41:58.006247
2020-04-16T18:14:28
2020-04-16T18:14:28
95,751,064
6
1
Apache-2.0
2019-08-08T18:06:31
2017-06-29T07:33:42
C++
UTF-8
C++
false
false
1,058
h
/* Copyright 2017 QReal Research Group * * 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 agre...
[ "victor.y.fadeev@gmail.com" ]
victor.y.fadeev@gmail.com
39b739134686e525c1ef11af2081ac61f7a63ea8
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/ClickHouse/2016/4/io_and_exceptions.cpp
e832707e5a170df669abd5a0ae140a55247953e8
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
2,746
cpp
/** Воспроизводит баг в gcc 4.8.2 * Баг: исключение не ловится. * * /usr/bin/c++ -std=c++11 -Wall -O3 ./io_and_exceptions.cpp && ./a.out * * Выводит: * terminate called after throwing an instance of 'int' * Aborted * * А должно ничего не выводить. * * В gcc 4.9 и clang 3.6 всё Ок. */ typedef un...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
310d56d12822131ca51b6b4d6ed24aa8565ade0a
6ee38b545de36ae1a7f6241f1ab9110864371659
/06_adapter/lwtask/modern_graphics_lib.cpp
f10bd664a1658606050fe59c694da33cd866dae7
[]
no_license
sergeythrees/Object-Oriented-Design
01e822091aa850a762dc414143c0f1cdfbd4c498
344750a90da0709616ec68b977a48716686d7f04
refs/heads/master
2021-06-19T09:26:16.600574
2017-06-15T17:06:37
2017-06-15T17:06:37
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,092
cpp
#include "stdafx.h" #include "modern_graphics_lib.h" #include <boost/format.hpp> using namespace std; namespace modern_graphics_lib { CModernGraphicsRenderer::CModernGraphicsRenderer(std::ostream & strm) : m_out(strm) { } CModernGraphicsRenderer::~CModernGraphicsRenderer() { if (m_drawing) // Завершаем рисов...
[ "sergeythrees@gmail.com" ]
sergeythrees@gmail.com
63c9ec8e390152ce6dd7741d9fba93b2be257cc7
13f45df791b46a1e93bf25fdb8b4601725ec63a2
/src/layouts/VLC/InterPunct.h
a28f2734db5f934b7f525eb44e364d4e172ffd09
[]
no_license
polhenarejos/flexicom
530e55b46c45cf8f78173fd2838000f42c4ef479
240aa5c247826c5c6db70ccb14ebb69cb1303150
refs/heads/master
2020-07-29T10:39:09.493295
2019-09-23T13:51:09
2019-09-23T13:51:09
209,764,585
0
1
null
null
null
null
UTF-8
C++
false
false
1,353
h
/* * This file is part of the FlexiCom distribution (https://github.com/polhenarejos/flexicom). * Copyright (c) 2012-2020 Pol Henarejos, at Centre Tecnologic de Telecomunicacions de Catalunya (CTTC). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Genera...
[ "pol.henarejos@cttc.es" ]
pol.henarejos@cttc.es
d781b9e02780aad4687cb1159808d6f22a5372fc
e94d279f64f7a200ea8681e4a702c5f7794d1198
/CIS 240 Final/main.cpp
2a42893b038766ee8aba9d02288a59448665078c
[]
no_license
Fortiek/CIS-240-Final
3fa6965464bafe0b1d536ec79fc8d34fc47a41ee
4cfb85c7fd03c5c76e3c644613d9afe3693afe24
refs/heads/master
2020-08-27T14:01:30.535712
2019-10-24T20:54:18
2019-10-24T20:54:18
217,397,360
0
0
null
2019-10-24T21:20:53
2019-10-24T21:20:53
null
UTF-8
C++
false
false
291
cpp
// // main.cpp // CIS 240 Final // // Created by Joseph DeCrisanti on 10/24/19. // Copyright © 2019 Joseph DeCrisanti. All rights reserved. // #include <iostream> int main(int argc, const char * argv[]) { // insert code here... std::cout << "Hello, World!\n"; return 0; }
[ "joseph_decrisanti@icloud.com" ]
joseph_decrisanti@icloud.com
2b8a3aed3130f71ac6c712856f0eae701e33d26f
70d18762f2443bb5df8df38967bcd38277573cdb
/compiler/cm/cm_pass.cpp
eee466a138920f198c2759eb4f583460e0d32fd0
[]
no_license
15831944/evita-common-lisp
f829defc5386cd1988754c59f2056f0367c77ed7
cb2cbd3cc541878d25dcedb4abd88cf8e2c881d9
refs/heads/master
2021-05-27T16:35:25.208083
2013-12-01T06:21:32
2013-12-01T06:21:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,539
cpp
#include "precomp.h" ////////////////////////////////////////////////////////////////////////////// // // evcl - compiler - Pass // compiler/cm/cm_pass.h // // Copyright (C) 1996-2006 by Project Vogue. // Written by Yoshifumi "VOGUE" INOUE. (yosi@msn.com) // // @(#)$Id: //proj/evcl3/mainline/compiler/cm/cm_pass.cpp#7 $...
[ "eval1749@gmail.com" ]
eval1749@gmail.com
3ba017aaa36d8a549eebef804ddd5591377f72bd
485ff07efdbb3e56b9633e3134b1c81271c2d8a3
/cpp/SampleRdkRenderer/SampleRdkRendererSdkRender.cpp
b9555220e91e8f518b0d7bc3588645f372fa6142
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
mcneel/rhino-developer-samples
8f8a332d4d6a9a5fa064be6c1532e665d37c8f13
4fb376adcf94f9d583878d1c1208038f86bde312
refs/heads/7
2023-08-18T22:04:34.036498
2023-06-08T16:28:43
2023-06-08T16:28:43
72,225,588
526
362
NOASSERTION
2023-09-06T20:29:31
2016-10-28T16:52:21
C++
UTF-8
C++
false
false
11,653
cpp
#include "stdafx.h" #include "SampleRdkRendererSdkRender.h" #include "SampleRdkRendererPlugIn.h" CSampleRdkRendererSdkRender::CSampleRdkRendererSdkRender(const CRhinoCommandContext& context, CRhinoRenderPlugIn& plugIn, const ON_wString& sCaption, UINT id, bool bPreview) : CR...
[ "john.croudy@mcneel.com" ]
john.croudy@mcneel.com
f081b7b2af335aa98ab362466a1d9759032b0a29
eef68ccd22497153030c10c9985aa1e276358230
/src/engine/shader.cpp
e2fc598b6555e3d85f0251e0adb02a9f7e9dadbc
[]
no_license
HritikDutta/Solar-System
f2ff798cae30f6bfa671e75e6f5553fb4dbc0cac
a177476c23bf1ccecbb5012a46d75339ec723b0e
refs/heads/master
2023-04-23T23:13:14.812385
2021-05-12T08:15:13
2021-05-12T08:15:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,194
cpp
#include "shader.h" #include <iostream> #include <string> #include <glad/glad.h> #include "universal/types.h" #include "platform/fileio.h" void Shader::LoadShader(const char* filepath, Shader::Type type) { std::string source = LoadFile(filepath); const char* src = source.c_str(); GLenum glShaderType = GL_...
[ "dutta.hritik@gmail.com" ]
dutta.hritik@gmail.com
7275e6cf8c4111d77475c4a9cb8d7bc450ce04e3
460455e7990de7257aa223a58e73069f3ef7ff43
/src/server/scripts/EasternKingdoms/ZulGurub/boss_venoxis.cpp
f32a8f07f9743d9b7a9d9a33268b0f69e4738763
[]
no_license
Shkipper/wmane
2ce69adea1eedf866921c857cbc5bd1bc6d037f0
2da37e1e758f17b61efb6aae8fa7343b234f3dcd
refs/heads/master
2020-04-24T19:51:51.897587
2019-02-25T06:14:18
2019-02-25T06:14:18
172,225,859
0
0
null
2019-02-23T14:49:31
2019-02-23T14:49:31
null
UTF-8
C++
false
false
2,329
cpp
/* * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * 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 ...
[ "felianther15@gmail.com" ]
felianther15@gmail.com
9b3c2337504737371ac78a31bb90114cb2985212
42dae8e1248bcb59f36119cb4bbf4ac813d5b84d
/src/sensors/LightSensor.cpp
d51b19373ca541ad59d5a212b52697e97b2e88e0
[ "Apache-2.0" ]
permissive
exsolvi/cloudsprinkler
7a58d6ec217f868601f88454ae8c73017867e951
9906b1ca985bd64da2b33d103f77d2c3eaad5d3f
refs/heads/master
2020-12-02T21:03:04.906400
2017-07-06T22:42:25
2017-07-06T22:42:25
96,249,589
0
0
null
null
null
null
UTF-8
C++
false
false
429
cpp
#include <sensors/LightSensor.hpp> LightSensor::LightSensor() { NAME = "light"; lightMeter = new BH1750(); lightMeter->begin(); } LightSensor::~LightSensor() { delete lightMeter; } void LightSensor::run() { sense(); //Logger::log("In LightSensor.run()"); runned(); } void LightSensor::sense() { float...
[ "david.boman@exsolvi.se" ]
david.boman@exsolvi.se
e042cb2b3d3bbcef3cab5d09eacf88b489740544
680440f5e59eb2157c1ecb41fd891880ac47c459
/POJ/3685/15887983_AC_1672ms_616kB.cpp
ea963c97e363a8e026e1c0e5fd1d1f2755c21817
[]
no_license
Skywt2003/codes
a705dc3a4f5f79d47450179fc597bd92639f3d93
0e09198dc84e3f6907a11b117a068f5e0f55ca68
refs/heads/master
2020-03-29T09:29:54.014364
2019-11-15T12:39:47
2019-11-15T12:39:47
149,760,952
6
0
null
null
null
null
UTF-8
C++
false
false
986
cpp
#include<cstdio> #include<cstring> #include<iostream> using namespace std; const long long maxn=50005; long long T,n,m; inline long long get_num(long long i,long long j){ return (long long)i*i+(long long)j*j+(long long)100000*i-(long long)100000*j+(long long)i*j; } inline void print_matrix(long long n){ for (long l...
[ "skywt2003@gmail.com" ]
skywt2003@gmail.com
5b02dce254c17f58d05702bda3f0aa9ab05c3813
71afdff9d9bf94809bb399a6b23a06f41a89bf11
/Headers/ray_tracer.h
fe356588e6d323578f3989473600da97f9bac453
[]
no_license
kamthenikhil/RayTracer
f54df0c37d42db449426377460211ec42491f64b
a964bd4049ba77300a49a1d62f398b752c7ee34e
refs/heads/master
2021-01-18T23:50:14.058477
2016-07-12T05:52:01
2016-07-12T05:52:01
63,128,574
0
1
null
null
null
null
UTF-8
C++
false
false
19,635
h
#ifndef __RAY_TRACER_H__ #define __RAY_TRACER_H__ #include <map> #include <math.h> #include <vector> #include <iostream> #include <limits> #include <algorithm> using namespace std; typedef unsigned int Pixel; #define PI 3.14159265358979323846264338327950288419 #define FLT_MAX numeric_limits<float>::max() #define DO...
[ "kamthenikhil@gmail.com" ]
kamthenikhil@gmail.com
6b9514c1219df375286e4e67714a5df4519921d1
0da430f92db4ab12b5d28cd82c0241a975f9992e
/acc/acc_helper_functions_impl.h
b42397a77555011e0d16bdbd7b6c856b0a6ba4ff
[]
no_license
holyprince/OMLRelion
7bfe27bd96676d00ba226c1a56913848d6028359
045cce831d8bdb205130e965fa2db69ba35b436b
refs/heads/master
2023-02-20T10:07:05.734658
2021-01-15T02:46:55
2021-01-15T02:46:55
296,276,395
2
0
null
null
null
null
UTF-8
C++
false
false
49,574
h
/* #undef ALTCPU #include <cuda_runtime.h> #include "src/acc/cuda/cuda_settings.h" #include "src/acc/cuda/cuda_kernels/BP.cuh" #include "src/macros.h" #include "src/error.h" */ long int makeJobsForDiff2Fine( OptimisationParamters &op, SamplingParameters &sp, long int orientation_num, long int translation_num, P...
[ "652611733@qq.com" ]
652611733@qq.com
e10b7a2553fe55ac2c1dfd5b34773440b115aa8d
abf51654e9792e729c64f610484520ae84c2a934
/src/Shader.cpp
9da60aab25f2cf493f5488b8056e49f2211061de
[]
no_license
yass-dev/Minecraft_3D_Opengl-3.3_SFML2
21d7bdf588eec6b2b963a90bb256c263aa90e22f
416dfda5d55b2decfe1aa752740597b2140175ee
refs/heads/master
2022-06-16T16:01:31.816944
2019-11-09T07:06:29
2019-11-09T07:06:29
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
8,145
cpp
#include "Shader.h" // Constructeurs et Destructeur Shader::Shader() : m_vertexID(0), m_fragmentID(0), m_programID(0), m_vertexSource(), m_fragmentSource() { } Shader::Shader(Shader const &shaderACopier) { // Copie des fichiers sources m_vertexSource = shaderACopier.m_vertexSource; m_fragmentSource = s...
[ "yassou200121@gmail.com" ]
yassou200121@gmail.com
308567130de9dcb540234b9f24f39e98e94d22b3
8639f83a091e0959b58b6fba9bb5ec3b6bb9c4d6
/casechanging.cpp
88c32b66e39cce72e489551b570490aac9e419c3
[]
no_license
chaithra-yenikapati/c-code
7efc8eea0153bb1510abb86e47a90fc60381a8b9
cffc4366e3771a18f17889ed47fed7f24d686fd9
refs/heads/master
2016-08-11T17:35:02.288374
2016-01-02T00:03:48
2016-01-02T00:03:48
48,858,551
0
0
null
null
null
null
UTF-8
C++
false
false
1,947
cpp
// casechanging.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "ctype.h" #include "string.h" struct test { char input[20]; char output[20]; } testDB[11] = { {"ABC","abc"},//string with only uppercase {"abc","ABC"},//string with only lowercase ...
[ "chaithrayenikapati@gmail.com" ]
chaithrayenikapati@gmail.com
995a3d36fad7f7c7f5fd146ee5f3e8dcfef98b54
d00e0b1f88bc66e25823ec5e20a26bb0efb37ba8
/student/08/arrays/array_operations.cpp
2d37b498c4032f11e65032069c0b5f966ead8426
[]
no_license
X4mirual/TIE-02201-Programming-2-Basics
4dd34be80bc109f08163399140d5e60a9e1294e7
85b7054ebe3a5e32d272d842733c65e32531ffaa
refs/heads/master
2022-07-15T02:27:49.621587
2020-05-15T08:02:14
2020-05-15T08:02:14
264,123,276
0
0
null
null
null
null
UTF-8
C++
false
false
1,156
cpp
#include "array_operations.hh" int greatest_v1(int* itemptr, int size) { int greatest = 0; int* taulukko_osoitin = itemptr; while(taulukko_osoitin < itemptr + size) { if(*taulukko_osoitin > greatest) { greatest = *taulukko_osoitin; } ++taulukko_osoitin; } return ...
[ "lauri.hiltunen@tuni.fi" ]
lauri.hiltunen@tuni.fi
31289253c37fadd9424f2ec60447815b80babb1c
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/Trigger/TrigT1/TrigT1RPClogic/TrigT1RPClogic/SLpatterns.h
8d4232d130ff27b599f91b666ab3d1cbbc6e35cd
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
1,620
h
/* // -*- C++ -*- */ /* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #ifndef SLPATTERNS_H #define SLPATTERNS_H #include <string> #include <utility> #include <list> #include "TrigT1RPClogic/PADdata.h" #include "TrigT1RPChardware/SectorLogic.h" class SLpatterns : public RPCtrigDataOb...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
bcf2a8627d36d06ffa1351b6bf0cfec0161c5d27
cc13bdb0f445b8acf6bec24946fcfb5e854989b6
/Pods/FirebaseFirestore/Firestore/core/src/model/document.cc
040fb8854e5b9cc2595cd6a26c75e1854f38f4e0
[ "LicenseRef-scancode-proprietary-license", "Apache-2.0", "MIT" ]
permissive
devMEremenko/XcodeBenchmark
59eaf0f7d6cdaead6338511431489d9d2bf0bbb5
3aaaa6aa4400a20513dd4b6fdb372c48b8c9e772
refs/heads/master
2023-09-04T08:37:51.014081
2023-07-25T23:37:37
2023-07-25T23:37:37
288,524,849
2,335
346
MIT
2023-09-08T16:52:16
2020-08-18T17:47:47
Swift
UTF-8
C++
false
false
5,254
cc
/* * Copyright 2018 Google * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
[ "devMEremenko@gmail.com" ]
devMEremenko@gmail.com
36c22ad262790eb7bc64028ce1d90bf845a741d8
48011ce4852a6184ea9f9084649a6d40c5cab2e8
/MFParam.h
e76d0232c7e4d4d02951c76accbea989b4333ab8
[]
no_license
SonbolYb/Stream-ANCFIS-FeedForward
6f00a93c432fc7b9e845756ae78562c872635630
7b0cd6a72e21b85e682b3d3e77e02eba685ebe0e
refs/heads/master
2021-01-17T14:20:41.165816
2016-03-17T16:35:32
2016-03-17T16:35:32
52,992,783
0
0
null
null
null
null
UTF-8
C++
false
false
734
h
/* * MFParam.h * * Created on: Feb 18, 2016 * Author: sonbol */ #ifndef MFPARAM_H_ #define MFPARAM_H_ #include "header.h" #include "InputStream.h" class MFParam: public commandLine { public: MFParam(); std::vector<std::vector<std::vector<double>>> *getMfparam(std::vector<std::vector<double>> *); std::ve...
[ "yazdanba@ualberta.ca" ]
yazdanba@ualberta.ca
7b4a8f842a733cc69ae8ea49b76bc6e29ddd6406
b3fd6c4697a7990ca7ba387adfb9b43842ffc589
/cf346B.cpp
382e52b618d447300bf08d6f446178aa497ec9e8
[]
no_license
jainrishabh98/CP
48ab325fbfced6174778ec74e286b0874df9d82b
3d244de1096c484bb663ac328655a879d1f28b54
refs/heads/master
2021-06-07T09:10:42.900663
2020-02-05T08:58:39
2020-02-05T08:58:39
150,934,959
0
0
null
null
null
null
UTF-8
C++
false
false
2,347
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef long double ld; #define vll vector<ll> string dp[101][101]; ll MAX = (ll)pow(2, 63) - (ll)25; ll p = 53; vll uuu; string v; ll po[102]; ll vir(string s, string v) { uuu.clear(); ll hs[s.length() + 1]; hs[0] = s[0]; for (ll i = ...
[ "jrishabh98@gmail.com" ]
jrishabh98@gmail.com
7607b801e709dcac53a4d8c113c08cf502118621
0d0e78c6262417fb1dff53901c6087b29fe260a0
/yunjing/include/tencentcloud/yunjing/v20180228/model/DeleteTagsRequest.h
325992ef12a23b183584985a5bcb025f3f708735
[ "Apache-2.0" ]
permissive
li5ch/tencentcloud-sdk-cpp
ae35ffb0c36773fd28e1b1a58d11755682ade2ee
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
refs/heads/master
2022-12-04T15:33:08.729850
2020-07-20T00:52:24
2020-07-20T00:52:24
281,135,686
1
0
Apache-2.0
2020-07-20T14:14:47
2020-07-20T14:14:46
null
UTF-8
C++
false
false
2,266
h
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "zhiqiangfan@tencent.com" ]
zhiqiangfan@tencent.com
7cc257b16258bba208f16bbb8cf60dae5214d83e
82868f270f574960cfc819d295b9e0b2d5c2d25c
/src/generate_parentheses.hpp
ebec9e4a6e8fda90813645078f6258b10b6ced40
[]
no_license
eyeboyplus/leetcode
041d2e6585f48d2edc8132f2143edd361b1b6072
6c5110b6915e92c51b1d8cf78b9b40d7cd4b0611
refs/heads/master
2020-03-21T07:39:57.897051
2018-09-25T06:09:51
2018-09-25T06:09:51
138,292,387
0
0
null
null
null
null
UTF-8
C++
false
false
1,358
hpp
// // Created by eyeboy on 2018/7/1. // #ifndef LEETCODE_GENERATE_PARENTHESES_HPP #define LEETCODE_GENERATE_PARENTHESES_HPP #include <string> #include <vector> using namespace std; /** * Given n pairs of parentheses, * write a function to generate all combinations of well-formed parentheses. For example, give...
[ "eyeboyplus@163.com" ]
eyeboyplus@163.com
2db9b4d3078ef92f5b98065ee85f7ae4525448fa
40e438ae2cfb853c8fa4fb8ef1ec52000a284379
/include/Problem.hpp
b8bb568326fde5c88276004c425fdd6c3f1e671e
[]
no_license
Satya758/LP
a6adedd22ea7cd2904246a8b06e3e360b12fca74
9a3adb9fb0e7e77dc2b09f1fa5d7cf042c46b4ac
refs/heads/master
2021-01-01T19:46:34.882601
2015-01-21T13:40:02
2015-01-21T13:40:02
26,541,634
0
0
null
null
null
null
UTF-8
C++
false
false
4,048
hpp
#ifndef PROBLEM_HPP #define PROBLEM_HPP #include <cstddef> #include <Eigen/Sparse> #include <Eigen/Dense> // lp means lineat programming // TODO Change to relavent namespace later namespace lp { // TODO Is this correct place to have solver typedef? It might make sense as // users also use this header to represent ...
[ "satya.love@gmail.com" ]
satya.love@gmail.com
45f8393a85bd13b4484fa307132acabf28f7160a
813eaa935f9ea56d5bbee3b5380274d3c6adb66b
/Problem917.cpp
39e856da3ea2411aeaa6715d0be13588050abc7a
[]
no_license
pranshu200/LeetCode_Problems
9c3cff6d7b330a97011d403be819416f7bf69880
36d5686c6dd0a22d7af7f1b78cde1edb3384cc78
refs/heads/main
2023-07-13T05:08:52.813245
2021-08-21T10:40:37
2021-08-21T10:40:37
384,091,671
0
0
null
null
null
null
UTF-8
C++
false
false
654
cpp
/*917. Reverse Only Letters*/ class Solution { public: string reverseOnlyLetters(string s) { string result; vector<pair<char,int>> symbol; for(int i=s.length()-1;i>=0;i--) { if((s[i]>=97 && s[i]<=122) || (s[i]>=65 && s[i]<=90)) { result+=s[i];...
[ "pranshuy2020@gmail.com" ]
pranshuy2020@gmail.com
b519ad1f2a29c9ed7ee716e1416ecf81f6ce2797
44aa76e2dbf8c8dbe83b8c54ea8cdcee7031f5ac
/DataStructures/Stack.cpp
227c50bd1a77182047a40d4cc6924f2e3414a4e7
[ "MIT" ]
permissive
Avelyev/Cplusplus
b66ab98b7e35e0e47ad827645878db2a60e5606f
3e9f99e8421ea6f747a6b00302deafffe1f930b6
refs/heads/master
2021-01-21T21:57:32.165827
2017-06-22T19:09:42
2017-06-22T19:09:42
95,136,290
0
0
null
null
null
null
UTF-8
C++
false
false
2,288
cpp
/***************************************************************************** * This example demonstrates the development of data structures - stack * * Этот пример демонстрирует разработку структуры данных - стек * * Code&Robots site: http://codrob.ru/ * YouTube Channel: https://www.youtube.com/cha...
[ "eugene@codrob.ru" ]
eugene@codrob.ru
2aa787aa4d42e7d7b9dfa4b73f3ca3ad46a509de
6c495d01715db6e1b788d0918e5fc0e5a255dda9
/Lab1/Lab1.ino
026364402511ea6764008d4b01962277a3d14679
[]
no_license
SilverSky9/Arduino-Lab
3801daf95369158c9bcbe68b91c46341d1d0f49d
0f56fbcf8dfb8df04174b81c2c4f7a267b70a324
refs/heads/master
2021-04-02T05:10:46.929592
2020-04-22T16:10:54
2020-04-22T16:10:54
248,245,068
0
0
null
null
null
null
UTF-8
C++
false
false
610
ino
int RGB[] = {8, 9, 10}; int SW[] = {2, 3, 4}; void setup() { pinMode(SW[0], INPUT); pinMode(SW[1], INPUT); pinMode(SW[2], INPUT); pinMode(RGB[0], OUTPUT); // red pinMode(RGB[1], OUTPUT); // blue pinMode(RGB[2], OUTPUT); // green } void Color(int r, int b, int g) { analogWrite(RGB[0], r); // red analogWr...
[ "nopphadon.phanwong@gmail.com" ]
nopphadon.phanwong@gmail.com
68321015350328ad8a702ec12851a57319e8ffe7
a6c5e6d41c2f3145b1f37896e2b95115abb39528
/Custom-Library/include/Strings/delims.hpp
339687d5cf07c98339518178acaa898f3e740216
[ "BSD-3-Clause" ]
permissive
Electrux/CCPP-Code
08c35d02ac7608c5ff3b97e19eced6b273bcb043
3c5e5b866cf050c11bced9651b112eb31dd2465d
refs/heads/master
2022-03-22T20:53:55.861967
2019-12-22T13:27:45
2019-12-22T13:27:45
111,432,476
6
1
null
null
null
null
UTF-8
C++
false
false
1,388
hpp
#if !defined(_DELIMS_HPP) && defined(_GLIBCXX_VECTOR) #define _DELIMS_HPP std::vector<std::string> delimitfromargv(int argc, char **argv); std::vector<std::string> delimiter(std::string str, char delim); void getnameextfromfile(std::string file, std::string &name, std::string &ext); std::vector<std::string> delimit...
[ "ckhandelwal13@gmail.com" ]
ckhandelwal13@gmail.com
65ad7447979900a2cc36764d6b61793c50d85fe9
f9013487c55d54e0fd7da8c0eb4b0d2ded40c00d
/src/timedata.cpp
8fb1bf3bd267554ed9c35dcfa6ebf4941ca12404
[ "Apache-2.0", "MIT" ]
permissive
TryCoin-Team/TryCoin
2bb8556de015ea39deb50000ea515318d3dc2ffe
5ae8e76b1d9df3b65b54a10a3fcdcd474763cbbc
refs/heads/master
2020-12-03T03:38:36.059313
2017-06-29T09:05:17
2017-06-29T09:05:17
95,754,337
7
2
null
2017-07-28T11:21:49
2017-06-29T08:11:44
C++
UTF-8
C++
false
false
3,662
cpp
// Copyright (c) 2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "timedata.h" #include "netbase.h" #include "sync.h" #include "ui_interface.h" #include "util.h" #include <boost/foreach....
[ "code@trycoin.co" ]
code@trycoin.co
bd8abe4d99df527dd1450b6739535fd52f5b4e6a
bc0945070d150c8af7cc56bf6e045a8c2cc7873d
/3494/3077558_WA.cpp
867e863d9bc00f9816a509cb0f0ec5785400af60
[]
no_license
fengrenchang86/PKU
ab889d88cd62b3c0b3e00cde5d5c3a652a16221a
0c4adf6b740d2186b7f23124673cd56520d1c818
refs/heads/master
2021-01-10T12:12:18.100884
2016-03-07T14:14:33
2016-03-07T14:14:33
53,328,385
1
0
null
null
null
null
UTF-8
C++
false
false
1,499
cpp
#include <iostream> using namespace std; const int N = 2100; char a[N][N]; int h[N][N]; struct ac { int x,y; }stack[N]; int tmax,n,m; void input () { int i,j,t; a[0][0] = '0'; for ( i = 1; i <= n; i++ ) { a[i][0] = '0'; for ( j = 1; j <= m; j++ ) { /* t = rand()%3; if ( t == 0 ) a[i][j] = '0'; el...
[ "fengrenchang86@gmail.com" ]
fengrenchang86@gmail.com
88ae8f6b8e315b232030a8bb1b73a2db1f6fa3ff
dfd47d4de1169f0a390e94a53711345918a2d8d6
/Wibren_Wiersma/Map/mapreadfailure.cpp
f6b8b77bc970089539fc0f4e94813f817822648c
[]
no_license
CasperTI/THO78-Roborescue
b801e83ec96d1c658296a6cee7019f67aad4ac60
54e3e3711560afbeb7d6637f4e3024e9e4addd4f
refs/heads/master
2021-01-16T18:44:06.105845
2015-03-13T11:14:06
2015-03-13T11:14:06
32,157,567
0
0
null
2015-03-13T13:33:21
2015-03-13T13:33:21
null
UTF-8
C++
false
false
195
cpp
#include "mapreadfailure.h" MapReadFailure::MapReadFailure(const std::string & what) : std::runtime_error{what} {} MapReadFailure::MapReadFailure(const char* what) : std::runtime_error{what} {}
[ "wibrenwiersma@hotmail.com" ]
wibrenwiersma@hotmail.com
5280a4a742f661b47d724fa4d1e283d1fdd08fb9
a9aca5fbf458c2799022fad925aaf5066fcad19e
/sources/model/SectionLink.cpp
21a4d842ed9aa1d6ce771f508d4fc44da9d918f2
[ "MIT" ]
permissive
btolfa/aspose-words-cloud-cpp
ce68bce98392220038b3878eb6a1b3cf67a22b11
570980f5d1b02725ed792277a1c9923c50f8f8ff
refs/heads/master
2020-04-07T16:19:28.054962
2018-11-21T09:21:54
2018-11-21T09:21:54
158,524,516
0
0
null
2018-11-21T09:37:52
2018-11-21T09:37:51
null
UTF-8
C++
false
false
3,172
cpp
/** -------------------------------------------------------------------------------------------------------------------- * <copyright company="Aspose" file="SectionLink.cpp"> * Copyright (c) 2018 Aspose.Words for Cloud * </copyright> * <summary> * Permission is hereby granted, free of charge, to any person obtainin...
[ "evgeny.kuleshov@aspose.com" ]
evgeny.kuleshov@aspose.com
35949dab78ce21b0177b31360d2e98fe8c3206be
9277555d60f84bbb003f5f5cbee716e3200c4c27
/RegExpressWPFNET/RegExpressCppLibrary/StreamWriter.h
4c8c56b9806af4376ab8bd4be2064f1c8eb4f2b8
[]
no_license
Viorel/RegExpress
dbb48e92afcb9c7a8c32df9fb598bbd0fb595368
b2de9aa7fcff23382ab282c5e91c890126b4cfe4
refs/heads/main
2023-08-16T16:50:43.070005
2023-08-11T16:49:47
2023-08-11T16:49:47
621,404,224
1
0
null
null
null
null
UTF-8
C++
false
false
1,272
h
#pragma once class StreamWriter abstract { protected: StreamWriter( HANDLE h ) : mHandle( h ) { assert( h != INVALID_HANDLE_VALUE ); // (probably 0 is a valid handle) } private: HANDLE const mHandle; protected: void WriteBytes( const void* buffer, uint32_t size ) const...
[ "Viorel@noreply.github.com" ]
Viorel@noreply.github.com
c07b7ce199627504c7f3efe9045e8e9a56ff4bb9
8063e2740ccddef2ae8a7e6bb56dfb602a50cf37
/cam/UsbCamStateMachine.cpp
eb8ba1a5fa99c866297dea5f143f61af5ccbc2cf
[]
no_license
raph38130/Tango_DS
7c18614311b53577a6b6e354afe38f3ea101c15b
52f46c50bfb98ec05f4478f5bb761c4290313dee
refs/heads/master
2021-01-10T05:00:00.735884
2017-03-24T17:41:54
2017-03-24T17:41:54
44,541,183
0
0
null
null
null
null
UTF-8
C++
false
false
4,076
cpp
/*----- PROTECTED REGION ID(UsbCamStateMachine.cpp) ENABLED START -----*/ static const char *RcsId = "$Id: $"; //============================================================================= // // file : UsbCamStateMachine.cpp // // description : State machine file for the UsbCam class // // project : a Tan...
[ "rponsard@gmail.com" ]
rponsard@gmail.com
ac119fe71479787377e7058fc1e89a60f10bcc44
fb7e3dceb34e5a0844e114d8e55c61d94edb5ce5
/src/server/scripts/BrokenIsles/ReturnToKharazan/instance_new_karazhan.cpp
cf6c41bdaeb7cc09d35fd22482166005f8320144
[]
no_license
osleyder85/BFA
12a6821d237bdeb61e862736bbf625abd3730a46
0ea542c730f8834fa250e03a9d590a547b696c9b
refs/heads/main
2023-08-25T14:09:21.647282
2021-01-17T06:30:26
2021-01-17T06:30:26
303,239,655
0
1
null
null
null
null
UTF-8
C++
false
false
5,630
cpp
/* * Copyright (C) 2020 BfaCore * * 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, or (at your * option) any later version. * * This program is distribute...
[ "70058901+CrimsonDespair@users.noreply.github.com" ]
70058901+CrimsonDespair@users.noreply.github.com
032807c021cdf3b36fb9784734cd0aece8ceb18c
f1fc349f2d4e876a070561a4c4d71c5e95fd33a4
/ch08/8_7_writetofile.cpp
3af845411249303e93259ceabc534d2a1f4fe29e
[]
no_license
sytu/cpp_primer
9daccddd815fc0968008aa97e6bcfb36bbccd83d
6cfb14370932e93c796290f40c70c153cc15db44
refs/heads/master
2021-01-17T19:03:48.738381
2017-04-13T10:35:43
2017-04-13T10:35:43
71,568,597
0
0
null
null
null
null
UTF-8
C++
false
false
540
cpp
#include "../ch07/Sales_data.h" #include <iostream> #include <fstream> using namespace std; int main(int argc, char **argv) { ifstream input(argv[1]); ofstream output(argv[2]); Sales_data total; if (read(input, total)) { Sales_data trans; while (read(input, trans)) { if (trans.isbn() == total.isbn()) { ...
[ "imsytu@163.com" ]
imsytu@163.com
cd087ecac6a166ca724bd09729705c40c4ab2ec2
cd032b2e2502e68ac5405f4f2d39e51f5742c2cf
/filter/tests/include/tm/test_manager.h
caad1792e204f2651054ab492ec0f8e044720db9
[]
no_license
JulioMelo-Classes/lista-1-targinou
2de9c8c047312b33fb141352cd3c242952d25a38
f62ac55b833e64be9cf1385f40d21081104aed54
refs/heads/master
2023-06-05T01:43:46.336024
2021-06-29T17:51:48
2021-06-29T17:51:48
375,111,357
0
0
null
null
null
null
UTF-8
C++
false
false
5,057
h
#ifndef _TEST_MANAGER_ #define _TEST_MANAGER_ /*! * @file test_manager.h * @brief Definition of the TestManager class. * @date November 15th, 2019 * @author Selan R. dos Santos * * Updated on January 27th, 2021: improved macro definition and unified divergent versions. */ #include <iostream> // ...
[ "emanueltargino1@gmail.com" ]
emanueltargino1@gmail.com
6058b165d687585415e3925ad05839fc00c18c5d
57ec6def4e88141f002fd6c90944b444321d8f96
/examples/parallaxmapping/parallaxmapping.cpp
03e125306563f84c43c946ad1d084821fd267889
[ "MIT" ]
permissive
willbetheone/VulkanSample
2be302052750e8ab224de5c83e4f59b68901d052
5f327f8d66b17fdaf9d38328b71f40382cb87b50
refs/heads/master
2022-03-31T06:21:08.447750
2018-05-15T19:53:16
2018-05-15T20:01:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,485
cpp
/* * Vulkan Example - Parallax Mapping * * Copyright (C) 2016 by Sascha Willems - www.saschawillems.de * * This code is licensed under the MIT license (MIT) * (http://opensource.org/licenses/MIT) */ #include <assert.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <vector> #define GLM_FORCE_RADI...
[ "jaebaek@google.com" ]
jaebaek@google.com
53081c2959c58b76b5625b5fa01a5be1708b5b61
3e3907549b4acc0e06f43d8be9595f8bf5953a5e
/proj.ios_mac/Photon-iOS_SDK/LoadBalancing-cpp/src/Internal/MutablePlayerFactory.cpp
978f198b53088f6a1ce88cec0ba24854c1d1707a
[]
no_license
yuuki-arc/MyPhoton
2805d0fbb420f73f22f2088ff2ef578258d4c7c5
9e971a47de68627884610219e8c9124e88b84411
refs/heads/master
2020-05-31T13:31:48.887599
2015-01-17T06:03:42
2015-01-17T06:03:42
29,281,469
0
0
null
2015-01-17T06:03:44
2015-01-15T04:55:21
C++
UTF-8
C++
false
false
839
cpp
/* Exit Games Photon LoadBalancing - C++ Client Lib * Copyright (C) 2004-2014 by Exit Games GmbH. All rights reserved. * http://www.exitgames.com * mailto:developer@exitgames.com */ #include "LoadBalancing-cpp/inc/Internal/MutablePlayerFactory.h" #include "LoadBalancing-cpp/inc/MutablePlayer.h" namespace...
[ "arcs7nine@gmail.com" ]
arcs7nine@gmail.com
60d6b79c2524792497452d20b75cbc1ebb15b368
5e13050a3148529eb3064aed524ef21ba7e0dca1
/Week11StartingPoint/Week11StartingPoint/Source/AdvGamesProgramming/PickupRotator.h
8e19c8718744655dfb7b3fa39bf5f829c8dde92f
[]
no_license
bollderr/agp-labs
946b3cfeffd487a4f7232b3c770ef586fde266a5
a15a3438c18294b923a2b4efdc7f259d326724f5
refs/heads/master
2023-01-01T06:37:56.109371
2020-10-16T00:29:04
2020-10-16T00:29:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
810
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Components/ActorComponent.h" #include "PickupRotator.generated.h" UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) ) class ADVGAMESPROGRAMMING_API UPickupRotator : ...
[ "jdmoallem@gmail.com" ]
jdmoallem@gmail.com
b94d139c125e556efeeb06da02cf766a0fdbada7
93664359eb16c97fa2bdfd209d38337dd45491b6
/DCTF1-chall-UnlimitedPower/Solution/FitSDKRelease_21.47.00/cpp/MacStaticLib/build/ReleaseiOS-universal/usr/local/include/fit_mesg_with_event_broadcaster.hpp
04f8bbc769065d0b15895bf6f23d8b26af0557a6
[]
no_license
DragonSecSI/dctf_archive
8f39b5cc61a2a6462b14ae9af96f308b764954b3
90a01ecba83023ad166c01841bf6e970fc892085
refs/heads/main
2023-06-26T15:36:07.362204
2021-07-29T12:50:39
2021-07-29T12:50:39
390,695,613
0
0
null
null
null
null
UTF-8
C++
false
false
1,675
hpp
//////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Garmin Canada Inc. // The software is being provided on an "as-is" basis and as an accommodation, // and ...
[ "aleksandermundjar3@gmail.com" ]
aleksandermundjar3@gmail.com
8299152c4330bb33a3537e16422fc02b2200a1d2
964b5f13c3b7560aae352d07025e761f7a423209
/src/main.cc
e9d8d5e1e44212bff731ba7087543b71bcd3990c
[ "MIT" ]
permissive
RabbitNick/Raptor-Codes-rfc5053
c5701d7cef36d7e7053a290f92658961530e726a
e7a8e94be467a1e5d9fa18f55d6bf4dd84757dec
refs/heads/master
2021-07-18T07:36:15.404577
2021-07-16T11:02:50
2021-07-16T11:02:50
33,662,068
30
19
null
null
null
null
UTF-8
C++
false
false
3,649
cc
#include <stdio.h> #include <stdlib.h> #include <iostream> #include <fstream> #include "RandNum_Generator.h" #include "Degree_Generator.h" #include "rfc5053_config.h" #include "Partition.h" #include "Array_Data_Types.h" #include "Inter_Symbol_Generator.h" #include "R10_Decoder.h" #include "LT_Encoding.h" #include "...
[ "nick.chitchan@hotmail.com" ]
nick.chitchan@hotmail.com
d96f7919c7605c7b7a8132ec7b8f88e159e9f0e4
025ef373f5acd16e6f3aab540ee93fd2a02bc3e4
/comdat_count/scanlib/elf_helpers.cpp
37840e718e284806410bdfdf61a339369a188ce3
[ "MIT" ]
permissive
SNSystems/Program-repository
4e10b8200829202785392c481cea0ea600e5204b
b201381aec9a8e23a182cbbbb35c71e0ac13f1f4
refs/heads/master
2021-06-07T07:08:41.619457
2016-10-22T14:35:55
2016-10-22T14:35:55
71,581,043
0
0
null
null
null
null
UTF-8
C++
false
false
7,476
cpp
// Copyright (c) 2016 by SN Systems Ltd., Sony Interactive Entertainment 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 right...
[ "paul_huggett@sn.scee.net" ]
paul_huggett@sn.scee.net
4ba46668d5b4a7ba87274c4e3c74b3452f5ecc00
7e762e9dda12e72f96718ef7bec81bca85f3937a
/PebbleSolver.cpp
8b7e356866bfe6d00fba0d06c26ad09406317a86
[]
no_license
ShravanCool/spoj-classical
b9bd563a28523ad8d626c867f54646d839302ce9
448bf7745c65f6552fb00b32a827044bd1528925
refs/heads/master
2020-05-31T06:48:59.737307
2019-03-30T16:46:07
2019-03-30T16:46:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
362
cpp
#include <iostream> #include <string> using namespace std; int main() { string ss; int nCase = 1; while(cin >> ss) { int nSteps = 0; for(int i = 0; i < ss.length(); i++) { if((ss[i] == '1' && nSteps%2 == 0) || (ss[i] == '0' && nSteps%2 == 1)) nSteps++; } cout << "Game #"<<nCase++ <...
[ "rohankanojia420@gmail.com" ]
rohankanojia420@gmail.com
eebc0a0605cd395fe3b142c6c24c43ff9c29f0d3
3f3095dbf94522e37fe897381d9c76ceb67c8e4f
/Current/PRW_Grenade_WallSaw.hpp
a5251926ee1969598793d7f1c1340e164a3d336b
[]
no_license
DRG-Modding/Header-Dumps
763c7195b9fb24a108d7d933193838d736f9f494
84932dc1491811e9872b1de4f92759616f9fa565
refs/heads/main
2023-06-25T11:11:10.298500
2023-06-20T13:52:18
2023-06-20T13:52:18
399,652,576
8
7
null
null
null
null
UTF-8
C++
false
false
156
hpp
#ifndef UE4SS_SDK_PRW_Grenade_WallSaw_HPP #define UE4SS_SDK_PRW_Grenade_WallSaw_HPP class APRW_Grenade_WallSaw_C : public APRW_Grenade_Base_C { }; #endif
[ "bobby45900@gmail.com" ]
bobby45900@gmail.com
44da48cbf0fc8cd2accc9d5c2f28537765480fa9
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/released_plugins/v3d_plugins/bigneuron_AmosSironi_PrzemyslawGlowacki_SQBTree_plugin/libs/boost_1_58_0/boost/test/debug_config.hpp
17f41a60a7ed7049df93cb8b8528fb78294fc27b
[ "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C++
false
false
746
hpp
// (C) Copyright Gennadiy Rozental 2006-2008. // 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) // See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // // Version ...
[ "amos.sironi@gmail.com" ]
amos.sironi@gmail.com
c9322bd05065c3d732f4e441f83faf4d91786ea4
f8372ab7eaae820219f2bb0aed97319c472be9a0
/defValor.cpp
ff79f06e6fea4f62d1b4526319cb0b7b24dbe2dd
[]
no_license
rafaelsdellama/algGen_Bin
938aa1686ffde936d915f5a07638a4ff777f4944
27ef4c30ed98d034b8112a44129d2e2284358ac1
refs/heads/master
2021-08-07T18:15:57.669590
2017-11-08T17:23:55
2017-11-08T17:23:55
110,004,441
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,482
cpp
/******************************************************************************\ * Definicao Valor(inicializacao) * \******************************************************************************/ #include "defTipo.h" /* Definicao da variaveis globais */ populacao popVelha , popNova; double *arq_media_f...
[ "rafael.lama@usp.br" ]
rafael.lama@usp.br
c482809f104cdd997eac67e851f9236f96281a89
60bb67415a192d0c421719de7822c1819d5ba7ac
/blazemark/src/blitz/Mat3Mat3Mult.cpp
01d36d7e001fff3724eb130a3911a7557b48136c
[ "BSD-3-Clause" ]
permissive
rtohid/blaze
48decd51395d912730add9bc0d19e617ecae8624
7852d9e22aeb89b907cb878c28d6ca75e5528431
refs/heads/master
2020-04-16T16:48:03.915504
2018-12-19T20:29:42
2018-12-19T20:29:42
165,750,036
0
0
null
null
null
null
UTF-8
C++
false
false
4,652
cpp
//================================================================================================= /*! // \file src/blitz/Mat3Mat3Mult.cpp // \brief Source file for the Blitz++ 3D matrix/matrix multiplication kernel // // Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved // // This file is part of the ...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
437a039d442df5573eff4e7bff0a1f4fdf534a1f
de7e771699065ec21a340ada1060a3cf0bec3091
/test-framework/src/test/org/apache/lucene/mockfile/TestHandleTrackingFS.cpp
a5755fbc35256e0684dfaaf692de26f65cdf694e
[]
no_license
sraihan73/Lucene-
0d7290bacba05c33b8d5762e0a2a30c1ec8cf110
1fe2b48428dcbd1feb3e10202ec991a5ca0d54f3
refs/heads/master
2020-03-31T07:23:46.505891
2018-12-08T14:57:54
2018-12-08T14:57:54
152,020,180
7
0
null
null
null
null
UTF-8
C++
false
false
4,655
cpp
using namespace std; #include "TestHandleTrackingFS.h" namespace org::apache::lucene::mockfile { using HandleTrackingFS = org::apache::lucene::mockfile::HandleTrackingFS; using LeakFS = org::apache::lucene::mockfile::LeakFS; shared_ptr<Path> TestHandleTrackingFS::wrap(shared_ptr<Path> path) { shared_ptr<FileSystem...
[ "smamunr@fedora.localdomain" ]
smamunr@fedora.localdomain
3670461bb27e54f1f8800bac1bf5b7e9d0674fd4
fc2c4fb695189a02e77dd7e3448546c1b7c4f077
/SobreEjecucion/26Junio/SocketDatagrama.cpp
e1649d3e68f31727a2864ab4b837705036effa62
[]
no_license
holaalex2204/DSD
480bfcb416f94a58aab12e648023d7eecce58d04
65e6ef227ec9d51840baf89fe60b4f5971c9ce00
refs/heads/master
2021-01-10T10:07:58.767292
2015-06-25T20:14:19
2015-06-25T20:14:19
36,754,061
0
0
null
null
null
null
UTF-8
C++
false
false
1,787
cpp
#include "SocketDatagrama.h" #include <arpa/inet.h> #include <unistd.h> #include <sys/types.h> #include <stdio.h> #include <netdb.h> #include <strings.h> #include <iostream> #include <errno.h> using namespace std; SocketDatagrama::SocketDatagrama(int puertoL) { struct timeval tiempofuera; tiempofuera.tv_...
[ "holaalex2204@hotmail.com" ]
holaalex2204@hotmail.com
4c1a4a99f2ca5dd8be221552a5582fab1f9b5d15
0edbcda83b7a9542f15f706573a8e21da51f6020
/private/inet/xml/xml/util/parseexception.cxx
7fac525eaa8b62525e661d415df8ec29e96e4505
[]
no_license
yair-k/Win2000SRC
fe9f6f62e60e9bece135af15359bb80d3b65dc6a
fd809a81098565b33f52d0f65925159de8f4c337
refs/heads/main
2023-04-12T08:28:31.485426
2021-05-08T22:47:00
2021-05-08T22:47:00
365,623,923
1
3
null
null
null
null
UTF-8
C++
false
false
1,725
cxx
/* * @(#)ParseException.cxx 1.0 6/3/97 * * Copyright (c) 1997 - 1999 Microsoft Corporation. All rights reserved. * */ #include "core.hxx" #pragma hdrstop #include "parseexception.hxx" DEFINE_CLASS_MEMBERS_CLASS(ParseException, _T("ParseException"), Exception); /** * This class signals that a parsing exception...
[ "ykorokhov@pace.ca" ]
ykorokhov@pace.ca
9d2819fe8e292ff37fa9f6858846cf8249b4a11b
aaeb72e915e17e0e568d87332be035dd4c6bbdf3
/Lab/Lab2-2/source/Source.cpp
7f20591112ce23f3db3bce553888f5ec51fed076
[]
no_license
109360214/My-Project
5f19621eff61977dacfd5bcfd3b2174c0c349b4d
bee89e44c49374448e0d9b876a0d95cdcfb7096e
refs/heads/master
2023-01-06T12:34:32.125640
2020-11-06T13:14:41
2020-11-06T13:14:41
296,624,547
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
602
cpp
#include<stdio.h> #include<stdlib.h> long int recursive_factorial(int p); void main(void) { int m, n; long int ans; long int a, b, c; printf("¨D±Æ¦C²Õ¦XC(m,n)\n"); printf("m=?"); scanf_s("%d", &m); printf("n=?"); scanf_s("%d", &n); a = recursive_factorial(m); b = recursive_factorial(n); ...
[ "noreply@github.com" ]
noreply@github.com
32e867d60cbdfd897cef109b239066c8166c3c5c
481f683ae597a05ef287cbf68d0effbb4e4f1978
/CollisionNode.h
763ffea6f2102cc8029549bafb6b7364dfce38d4
[]
no_license
AyakaLinkyo/GameEngineTK
e0a3dd755b1b1e7802c1069e23c62bd60b4e85ac
e99708c2d16724552c4042573df2e0237e732062
refs/heads/master
2021-06-18T17:28:46.329474
2017-06-19T03:24:02
2017-06-19T03:24:02
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
892
h
//当たり判定ノード #pragma once #include "Collision.h" #include "Obj3d.h" //当たり判定ノード(基底クラス) class CollisionNode { public: //初期化 virtual void Initialize() = 0; //更新 virtual void Update() = 0; //描画 virtual void Draw() = 0; //親をセットする関数 void SetParent(Obj3d* parent); void SetTrans(const DirectX::SimpleMath::Vector3& tr...
[ "ayaka.yamanaka.8@gmail.com" ]
ayaka.yamanaka.8@gmail.com
7110c20cc868b592dd04e3416959a7f2be4b8202
d0dd3f09b6aa0ce1e1cb1a8a254cbfdc67729c5b
/kconfig-qconf/configItem.cc
184f10a394a8fd99072ab2b90569926286674b2b
[ "BSD-3-Clause" ]
permissive
martinribelotta/IDE
7ac9f303e4c3ead846ea6b18ed8c8d7306c90a8e
352f503424c35521a07ede0c6257db011bb74092
refs/heads/master
2020-04-03T07:37:27.861434
2014-06-19T22:27:22
2014-06-19T22:27:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,158
cc
/* * Copyright (C) 2013 David Graeff <david.graeff@udo.edu> * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> * Released under the terms of the GNU GPL v2.0. */ #include "configItem.h" #include "configModel.h" #include <QStringList> #include <QApplication> #include <QDebug> ConfigItem::ConfigItem() : pare...
[ "martinribelotta@gmail.com" ]
martinribelotta@gmail.com
ef71f0d51e47f115e4a1324fa6f65541a42af382
6ced41da926682548df646099662e79d7a6022c5
/aws-cpp-sdk-amplifyuibuilder/include/aws/amplifyuibuilder/model/Theme.h
02b2e1a27aff3be2f021710b9a7dce76b83e5736
[ "Apache-2.0", "MIT", "JSON" ]
permissive
irods/aws-sdk-cpp
139104843de529f615defa4f6b8e20bc95a6be05
2c7fb1a048c96713a28b730e1f48096bd231e932
refs/heads/main
2023-07-25T12:12:04.363757
2022-08-26T15:33:31
2022-08-26T15:33:31
141,315,346
0
1
Apache-2.0
2022-08-26T17:45:09
2018-07-17T16:24:06
C++
UTF-8
C++
false
false
15,415
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/DateTime.h> #include <aws/core/utils/memory/stl/AWSVec...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
20ed051aeff1526b314b5fbb690f7b096bf03ccc
57fa84e55f5944a435ec2510bfc9a64532ab9d92
/src/qt/receivecoinsdialog.cpp
78aaf73dd393ab52c54382803cdb46e85d90dd3b
[ "MIT" ]
permissive
barrystyle/deftchain-0.17
133d3bffec152738166a01bd14d6d2a26962432a
d93b9307d8919117b10129a2828cb98833a1c9a1
refs/heads/master
2020-04-17T01:26:28.232962
2018-09-30T12:18:20
2018-09-30T12:20:27
166,091,970
0
2
null
null
null
null
UTF-8
C++
false
false
10,387
cpp
// Copyright (c) 2011-2018 The Bitcoin Core developers // Copyright (c) 2018 The Deftchain developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/wallet.h> #include <qt/receivecoinsdialog.h> #include <qt/fo...
[ "barrystyle@westnet.com.au" ]
barrystyle@westnet.com.au
4126c9b5a6f63a3a8e62b78706f9ef50b5a95759
a91796ab826878e54d91c32249f45bb919e0c149
/3rdparty/openexr/IlmImf/ImfDeepTiledOutputPart.h
8b436562d2a50af8ac5a0107671126764300227b
[ "Apache-2.0", "IJG", "Zlib", "BSD-3-Clause", "Libpng", "LicenseRef-scancode-unknown-license-reference" ]
permissive
opencv/opencv
8f1c8b5a16980f78de7c6e73a4340d302d1211cc
a308dfca9856574d37abe7628b965e29861fb105
refs/heads/4.x
2023-09-01T12:37:49.132527
2023-08-30T06:53:59
2023-08-30T06:53:59
5,108,051
68,495
62,910
Apache-2.0
2023-09-14T17:37:48
2012-07-19T09:40:17
C++
UTF-8
C++
false
false
15,608
h
/////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2011, Industrial Light & Magic, a division of Lucas // Digital Ltd. LLC // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
[ "noreply@github.com" ]
noreply@github.com
d4f653e2df179f49312cda3f3ccf29c2b8ef2c85
947e8b3a0133dd4d06736b4728ffad296aac88b6
/contest/greedy/Iterated Difference_DONE.cpp
5bd51fe3de075ace7de800345c2821aa1667ddab
[]
no_license
sngvahmed/problem-solving-code
41427007d49d1b74ec90d15670e6ec1db617400f
3b2714c87e93506b0d5a4ae3cc471d16c4d6ab1b
refs/heads/master
2021-06-01T11:54:58.350875
2018-02-27T18:43:47
2018-02-27T18:43:47
39,954,018
0
0
null
null
null
null
UTF-8
C++
false
false
1,283
cpp
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <cstdio> #include <cmath> #include <cstd...
[ "ahmednasser1993@gmail.com" ]
ahmednasser1993@gmail.com
0297004fb9ab40f7312c56d93bdc2c1b6cc28bd8
733de464662408d2ed3fa637b0c7ecdc7c281c0a
/math/utility/3d/ortho_basis.hpp
abfe551922cbd199a2fb8f4744a859090197868b
[ "MIT" ]
permissive
aconstlink/snakeoil
f15740eb93d3e36b656621bb57a0f7eb2592f252
3c6e02655e1134f8422f01073090efdde80fc109
refs/heads/master
2021-01-01T17:39:53.820180
2020-02-23T20:56:36
2020-02-23T20:56:36
98,117,868
1
0
null
null
null
null
UTF-8
C++
false
false
1,706
hpp
//------------------------------------------------------------ // snakeoil (c) Alexis Constantin Link // Distributed under the MIT license //------------------------------------------------------------ #ifndef _SNAKEOIL_MATH_UTILITY_U3D_ORTHO_BASIS_HPP_ #define _SNAKEOIL_MATH_UTILITY_U3D_ORTHO_BASIS_HPP_ namespace so_...
[ "aconstlink@gmail.com" ]
aconstlink@gmail.com
c25fad4168c448bf3f4f759f17ac90cc625745b4
9003cfee9800498cdbfd4b3d520e2eb4c78d9c24
/edante/comms/src/comms_node.cpp
f2aea8b463a434125b97324907b8b8bfc8c3a24d
[ "MIT" ]
permissive
edinferno/edinferno
63dc618dd598c5261c256cf852da3575a458fcf2
9803b43c5514c0326c88c349ed9c5cd766207b86
refs/heads/dev
2021-05-16T03:17:39.753110
2015-09-24T19:41:25
2015-09-24T19:41:50
29,971,300
4
0
null
2015-09-22T16:18:20
2015-01-28T14:28:54
C++
UTF-8
C++
false
false
4,632
cpp
/* * @copyright: Copyright[2015]<Svetlin Penkov> * @date: 2015-06-21 * @email: s.v.penkov@sms.ed.ac.uk * @desc: The CommsNode publishes the received information over UDP in ROS */ #include "comms/comms_node.hpp" CommsNode::CommsNode() : nh_("comms"), game_state_pub_(nh_.advertise<std_msgs::UInt8>("ga...
[ "s.v.penkov@sms.ed.ac.uk" ]
s.v.penkov@sms.ed.ac.uk
ade72fb1e003a71a688450382a0104d9c04be990
cdfba6a4a09ed8802e58f7067b8b9a79ec838bf4
/src/caffe/layers/wordvec_layer.cpp
706aa4329a4a59984f6972140f8bdc15edac9d43
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSD-2-Clause" ]
permissive
yashsavani/skynet
9672f9e5b1aef254021507835f24f3fa84835129
6fb0cae6598668dfc8223d6f5e1ecd7160913928
refs/heads/master
2022-07-05T06:40:39.049786
2015-08-02T06:39:07
2015-08-02T06:39:07
40,065,033
3
1
NOASSERTION
2022-06-17T21:07:05
2015-08-02T01:22:03
C++
UTF-8
C++
false
false
3,121
cpp
#include <vector> #include "caffe/layer.hpp" #include "caffe/util/math_functions.hpp" #include "caffe/vision_layers.hpp" namespace caffe { template <typename Dtype> void WordvecLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) { WordvecParameter wordvec_param = this...
[ "russell.s.stewart@gmail.com" ]
russell.s.stewart@gmail.com
1dc5f7e667502e185cf9d32609ae10d7c326ee65
11ef4bbb8086ba3b9678a2037d0c28baaf8c010e
/Source Code/server/binaries/chromium/gen/services/network/public/mojom/tls_socket.mojom-blink.cc
5b535f5b4f590129048086d219efdb054c83d52f
[]
no_license
lineCode/wasmview.github.io
8f845ec6ba8a1ec85272d734efc80d2416a6e15b
eac4c69ea1cf0e9af9da5a500219236470541f9b
refs/heads/master
2020-09-22T21:05:53.766548
2019-08-24T05:34:04
2019-08-24T05:34:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,100
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-private-field" #elif defined(_MSC_VER) #pragma warning(pus...
[ "wasmview@gmail.com" ]
wasmview@gmail.com
a8d0790b6d9e013363beef4d637c49a05a22d2b4
942e6d29b3e6193c8541b31140ea9aef5554379b
/Sources/Resources/Resources.cpp
1ab5ef0edccc8ce953314f27a3a4b8fef8211a84
[ "MIT" ]
permissive
hhYanGG/Acid
e7da2457bdd5820f7cba38b1602762f426dbd849
f5543e9290aee5e25c6ecdafe8a3051054b203c0
refs/heads/master
2020-03-27T13:11:56.488574
2018-08-28T17:47:35
2018-08-28T18:10:46
146,595,670
1
0
null
null
null
null
UTF-8
C++
false
false
1,549
cpp
#include "Resources.hpp" #include <algorithm> namespace acid { Resources::Resources() : m_resources(std::vector<std::shared_ptr<IResource>>()), m_timerPurge(Timer(5.0f)) { } Resources::~Resources() { } void Resources::Update() { if (m_timerPurge.IsPassedTime()) { m_timerPurge.ResetStartTime(); ...
[ "mattparks5855@gmail.com" ]
mattparks5855@gmail.com
7e9966a89555f451b23e8a28af50b01b194bc623
d0fb46aecc3b69983e7f6244331a81dff42d9595
/sgw/include/alibabacloud/sgw/model/DescribeBlockVolumeSnapshotsResult.h
d9ef2e218189b797df5f37d26d94e08e578a6eec
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,901
h
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
8e772435b65d5cbb71fd9b814bd3459174242882
be7783dca38e10b8f93f0d2ae30608446c56b833
/Sorting Algorithms/with random generator implementation/main.cpp
abc2b43dbebd716fa8d7fdd90322af19fac4bc11
[]
no_license
RaulMunizJr/Cplusplus
b716e3d5188682dc9af819cf4ecd0ad9b70e68b5
828d490a46b8a667e952cfe848d25ecac2294c16
refs/heads/master
2021-01-25T14:09:36.453255
2019-06-08T20:53:30
2019-06-08T20:53:30
123,654,743
0
0
null
null
null
null
UTF-8
C++
false
false
5,980
cpp
// // main.cpp // Homework #9 // // Created by Raul Muniz on 3/31/18. // Copyright © 2018 Raul Muniz. All rights reserved. // /********************************** For this homework assignment I used a random number generator instead of the numbers.txt file ***********************************/ #include <iostrea...
[ "Raul.Muniz01@utrgv.edu" ]
Raul.Muniz01@utrgv.edu
117c13b51f82efe3b959f7b0429c2aad7c760bed
2640cd5fb8d00b233b4b46391cbd108d43a1791e
/Queues_02.cpp
e422d5219782c3ee664b588f1f0f18a1d519e02e
[]
no_license
ZhangYanglyu/Data-Structure-Cpp
b431dd560b77198a1d54cea27716ebf91af79875
a1ec3a774a5b67d728b2ad8b141ed49d79420319
refs/heads/main
2023-04-21T02:11:29.888024
2021-05-07T13:35:28
2021-05-07T13:35:28
363,824,214
0
0
null
null
null
null
UTF-8
C++
false
false
1,518
cpp
#include <iostream> //todo Implementation of Queues by Array //! current position = i //! next position = (i+1) % N; //! previous position = (i+N-1) % N; //! where N is total number of Array. #define MAX_SIZE 10 int A[MAX_SIZE]; int front = -1; int rear = -1; bool isEmpty() { if (front == -1 and rear == -1) ...
[ "zhyanglyuee@gmail.com" ]
zhyanglyuee@gmail.com
7a531488000f7bedd98b74f2b7e19bc4eb57d571
fcb8dd129a175b76e1673a9fe1ffda2e8e585ae8
/Monte_Carlo/BrownianWX/wxcrafter.h
aa6b2274b2a8bb716c880960c8eb6ebbfcaaa965
[]
no_license
Taris9047/taris-personal-project
bf63d453760b9f0e489390e4a3492ea0fe749037
6fa9be1a6039847c8471d4e28febc144bf80903a
refs/heads/master
2022-06-30T03:28:40.089281
2022-06-04T21:26:32
2022-06-04T21:26:32
32,549,255
0
0
null
2021-05-11T22:45:12
2015-03-19T22:19:58
Fortran
UTF-8
C++
false
false
2,552
h
////////////////////////////////////////////////////////////////////// // This file was auto-generated by codelite's wxCrafter Plugin // wxCrafter project file: wxcrafter.wxcp // Do not modify this file by hand! ////////////////////////////////////////////////////////////////////// #ifndef WXCRAFTER_BASE_CLASSES_H #de...
[ "talezshin@gmail.com" ]
talezshin@gmail.com
f1911d5153927acb35acbdf26a2050912ccb5031
4f2a5fe703238237510b03190bbba6c475e39d7f
/Qt/artists_viewer.h
c557b764f19fc26a6bb0c7b04dd7188d4e0cc9a4
[]
no_license
Marrech/cplusplusexam
145d560b93d2472ce22243a5fbd1af0f2fec1675
c53fff45cd0d12bf5e5e2023ffff4ca46260f012
refs/heads/master
2022-12-06T18:23:47.070883
2020-08-30T12:02:45
2020-08-30T12:02:45
291,461,858
0
0
null
null
null
null
UTF-8
C++
false
false
1,396
h
#ifndef ARTISTS_VIEWER_H #define ARTISTS_VIEWER_H #include <QMainWindow> #include <QMessageBox> #include <QFile> #include <QTextStream> #include <QLabel> #include <QListWidget> #include <QMap> #include <QtCharts> #include <QChartView> #include <QBarSet> #include <QBarSeries> #include <QList> #include "downloader.h" Q...
[ "marrechgames@gmail.com" ]
marrechgames@gmail.com
af7ac88766c6064288f5fc8ed4160ac8baff1a76
d19377741d4e6e99f08d4aa8e147c77e3d385877
/LeetCode/22. Generate Parentheses.cpp
1aba1cf6d4b0872b3e0356c93161d0ce21423973
[]
no_license
enaim/Competitive_Programming
aad08716d33bfa598fe60934cd28552062577086
ae2eb7dc2f4934b49f6508e66c2e9ee04190c59e
refs/heads/master
2021-06-25T13:09:08.120578
2021-02-01T07:02:41
2021-02-01T07:02:41
205,707,800
10
4
null
null
null
null
UTF-8
C++
false
false
703
cpp
int depth, NumberOfParenthesis; string str; vector<string>vec; void go(int pos,int first,int second) ///Pos means current depth { if(pos==depth) { vec.push_back(str); return; } if(first<NumberOfParenthesis) { str[pos]='('; go(pos+1,first+1,second); ...
[ "naimelias56@gmail.com" ]
naimelias56@gmail.com
f9064a5ae15ec33a0c5594fed07c274dd7f32718
6b4e2a7f51647524db22208eb98e925d1537fb6b
/all/2652. Sum Multiples.cpp
073710b2c01be625c7105bfe0f9d3cbaf74fee9a
[]
no_license
denis-gubar/Leetcode
a099e0fd07600ae63456059753332f90ddd96542
ad54bee10fdf59644cc762218277a2f9de9b3509
refs/heads/master
2023-07-21T04:25:57.949932
2023-07-09T12:46:24
2023-07-09T12:46:24
218,048,440
5
0
null
null
null
null
UTF-8
C++
false
false
235
cpp
class Solution { public: int sumOfMultiples(int n) { int result = 0; for (int i = 3; i <= n; ++i) if (i % 3 == 0 || i % 5 == 0 || i % 7 == 0) result += i; return result; } };
[ "Denis.Gubar@gmail.com" ]
Denis.Gubar@gmail.com
2be6ca9841b5e5d086f484f031407b753b2e763f
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium/chrome/browser/remoting/setup_flow_get_status_step.h
7968d78e10a567b461afb7f83511f51a5302741d
[ "MIT", "BSD-3-Clause" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
1,884
h
// Copyright (c) 2011 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 CHROME_BROWSER_REMOTING_SETUP_FLOW_GET_STATUS_STEP_H_ #define CHROME_BROWSER_REMOTING_SETUP_FLOW_GET_STATUS_STEP_H_ #include "chrome/browser/...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
19869cc466dfdde2891c94e2f4886186dc0456c2
3657bb42387d76fd041d37bf2d69bad7f916f16a
/Boost/Boost/smartPointer/Exercises2.cpp
ea2a804b90f252e5f42dd4139bbede6b1a58a52b
[ "MIT" ]
permissive
goodspeed24e/Programming
61d8652482b3246f1c65f2051f812b2c6d2d40ce
ae73fad022396ea03105aad83293facaeea561ae
refs/heads/master
2016-08-04T02:58:01.477832
2015-03-16T15:12:27
2015-03-16T15:13:33
32,333,164
1
0
null
null
null
null
UTF-8
C++
false
false
153
cpp
#include <vector> template <typename T> T *create() { return new T; } int main() { std::vector<int*> v; v.push_back(create<int>()); }
[ "lin.yongyuanone@gmail.com" ]
lin.yongyuanone@gmail.com
2eb3ff2760fce3e8457835a59b528f2b09849bdf
38c10c01007624cd2056884f25e0d6ab85442194
/content/browser/renderer_host/legacy_render_widget_host_win.h
7733facd453d450dbb856fe3a935a4c5ff8fe389
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
6,660
h
// Copyright (c) 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 CONTENT_BROWSER_RENDERER_HOST_LEGACY_RENDER_WIDGET_HOST_WIN_H_ #define CONTENT_BROWSER_RENDERER_HOST_LEGACY_RENDER_WIDGET_HOST_WIN_H_ #includ...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
055ad8e529267b94d8b1961221a95ed4365e104f
e276303d11773362c146c4a6adbdc92d6dee9b3f
/Classes/Native/mscorlib_System_Collections_Generic_List_1_Enumera1330076382.h
2fee5dac10add8e5dc9b27850325ba2d24fe0d0b
[ "Apache-2.0" ]
permissive
AkishinoShiame/Virtual-Elderly-Chatbot-IOS-Project-IOS-12
45d1358bfc7c8b5c5b107b9d50a90b3357dedfe1
a834966bdb705a2e71db67f9d6db55e7e60065aa
refs/heads/master
2020-06-14T02:22:06.622907
2019-07-02T13:45:08
2019-07-02T13:45:08
194,865,711
0
0
null
null
null
null
UTF-8
C++
false
false
2,503
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_ValueType3507792607.h" // System.Collections.Generic.List`1<UnityEngine.UI.Graphic> struct List_1_t1795346708; // UnityEngine.UI.Graphic stru...
[ "akishinoshiame@icloud.com" ]
akishinoshiame@icloud.com
1d6f2a93e7045f6f25fb4e57fbab59256cdc7b15
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/104/590/CWE476_NULL_Pointer_Dereference__char_81_goodB2G.cpp
74a194bc10c757db98e6d4d6abbea319921bee67
[]
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,064
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE476_NULL_Pointer_Dereference__char_81_goodB2G.cpp Label Definition File: CWE476_NULL_Pointer_Dereference.label.xml Template File: sources-sinks-81_goodB2G.tmpl.cpp */ /* * @description * CWE: 476 NULL Pointer Dereference * BadSource: Set data to NULL * GoodSource: I...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
e534859f593e36da7e0d2bf84f35b784aa9df9d1
ae22b6fb021358ae0a0cc272b3bd6b6c5edd52b7
/add_two_numbers.h
36af04da4bc4e7634bc6f3700d5cb520acae8bcb
[]
no_license
linjw1008/leetcode
4205784aa643281828d2045f18dc6769550db4c0
584a447242ee590163771943c3286e7cb770a77d
refs/heads/master
2020-06-25T12:00:24.194886
2020-05-02T12:23:15
2020-05-02T12:23:15
199,302,397
0
0
null
null
null
null
UTF-8
C++
false
false
2,008
h
#include <vector> using namespace std; struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution { public: ListNode* addTwoNumbers(ListNode* l1, ListNode* l2) { if (l1->val == 0 && l1->next == NULL) { return l2; } ...
[ "linjw1008@163.com" ]
linjw1008@163.com
8dded8899205c009405788899aa3c94062f8f79f
1a93b0d5eede23e5d2a2a08c9d9e58d2bd1fe2d0
/src/osd/windows/d3dhlsl.h
0ef0d45e48b57c2cb48b72a7a95e7ac2ca11850a
[]
no_license
Cancerous/mame-lx
8a6b5cde58d8d070d0469534c10a6ed5a288df9b
d172a954b9697b0dc4178781f9232d2d40a767eb
refs/heads/master
2020-12-25T03:29:45.129236
2012-01-01T19:03:08
2012-01-01T19:03:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,553
h
//============================================================ // // drawd3d.c - Win32 Direct3D HLSL-specific header // //============================================================ // // Copyright Aaron Giles // All rights reserved. // // Redistribution and use in source and binary forms, with or // without modi...
[ "cc2911@facebook.com" ]
cc2911@facebook.com
c148331a700710adadf1351ca9dba45cad8491ba
4a1d9f8db94d153c2173f777a38a7913efdb21fd
/Engine/Graphics.h
6c2f34c099b0031922b249a8192a342d3e9ed639
[]
no_license
raemix/MyBrickBreaker
744da3080d05ab654c5b4ae15c91776173eeecc3
684907d47dd9f668130e553f34d6ff433c7d2cd8
refs/heads/master
2021-04-29T13:01:49.308720
2020-05-06T02:06:34
2020-05-06T02:06:34
121,741,012
0
0
null
null
null
null
UTF-8
C++
false
false
3,233
h
/****************************************************************************************** * Chili DirectX Framework Version 16.07.20 * * Graphics.h * * Copyright 2016 PlanetChili <http://www.planetchili.net> * * * * This file is part of The Chili DirectX...
[ "mrmixon82@gmail.com" ]
mrmixon82@gmail.com
f74880d40cdf2182cf85437d5dcf5884f27c5170
9807f1dcb8b391c4460e27fc64ec0b076b40a21e
/src/qt/askpassphrasedialog.h
8135901c163f46f7306ff3b5090e9c7d4e52ca52
[ "MIT" ]
permissive
realzzt/BitCoin2013
4575f321f09e24c7d5e1706506f66c5b16b493ca
a8e6863dd39570db449318296c0809fb8476174d
refs/heads/master
2021-01-13T09:19:00.046328
2016-11-01T05:41:22
2016-11-01T05:41:22
72,333,482
0
0
null
null
null
null
UTF-8
C++
false
false
1,345
h
// Copyright (c) 2011-2015 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 BITCOIN_QT_ASKPASSPHRASEDIALOG_H #define BITCOIN_QT_ASKPASSPHRASEDIALOG_H #include <QDialog> class WalletM...
[ "noreply@github.com" ]
noreply@github.com
c462826007501074babdd2ed183683c1d5a6c5c1
c9dedb958281b11c7d9efe4d213d6da7b5989e1d
/jmde/csurf/csurf.h
7cab02a8d519c2d212b95ed4f74ed224774c4512
[]
no_license
borzel/reaper-xtouch
932d9c6aee0ad82709e110bacbc9cc55e753cc14
05ef04ba9062c689655c2c33aea8dd3ef3ef6f09
refs/heads/master
2021-05-14T18:14:36.856629
2018-01-02T23:14:14
2018-01-02T23:14:14
116,066,676
0
0
null
null
null
null
UTF-8
C++
false
false
2,601
h
#ifndef _CSURF_H_ #define _CSURF_H_ #define REAPERAPI_IMPLEMENT #include "../reaper_plugin_functions.h" #include "../../WDL/db2val.h" #include "../../WDL/wdlstring.h" #include <stdio.h> #include <iostream> #include <fstream> #include "resource.h" using namespace std; #define CSURF_EXT_RESET 0x0001F...
[ "noreply@github.com" ]
noreply@github.com
317f45b10980408175ec01c5696d51d133f3b544
42f1cbf1c8bd1838cf8857c325d5ac2d7a626692
/C_year2/Prob_Solve_CPE/week5/b01_2.cpp
43c439e11b35184a97bf016f13e23517d8ae7698
[]
no_license
Kritsatorn/Competitive-programming
dff3fc9b090f61a00af14374ba3edcf00a82d813
fc38afb8696847a9372464765b2dd23bb6c07472
refs/heads/main
2023-03-27T21:40:34.559210
2021-03-28T05:07:01
2021-03-28T05:07:01
339,636,834
0
0
null
null
null
null
UTF-8
C++
false
false
1,216
cpp
#include<bits/stdc++.h> using namespace std ; class BST { int data ; BST *left, *right ; public : BST(); BST(int); BST* Insert(BST *, int ); BST* Search(BST* , int ); void Inorder(BST *,int ); }; // default BST :: BST() : data(0), left(NULL), right(NULL){} // new BST :: BST(int val) { ...
[ "kritsatornsaengweang@MacBook-Pro-4.local" ]
kritsatornsaengweang@MacBook-Pro-4.local
d1f66cea2e6e49fd3a3336e8a9e4617a17769136
bf7d00691fcbf9d80182860c4558046f9f58c06a
/Archive/Pindlebot GUI/StatisticsDlg.h
7c877b306ef89b7badb90f62fd60ed3be911b347
[]
no_license
inrg/Diablo-II-Hacks
3ad8e130b34b5572f8a8f8462e5e87c502fc80e1
8ac6ce07e2fb0ddee68ecc3929d5b472400b0990
refs/heads/master
2020-09-07T03:01:32.860088
2018-06-09T15:15:54
2018-06-09T15:15:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,481
h
#if !defined(AFX_STATISTICSDLG_H__FED16326_89F5_4C04_8D1B_48F921B32982__INCLUDED_) #define AFX_STATISTICSDLG_H__FED16326_89F5_4C04_8D1B_48F921B32982__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // StatisticsDlg.h : header file // ///////////////////////////////////////////////////////////////...
[ "abinn32@163.com" ]
abinn32@163.com
4a2f9e6cf162b63ab506f3f584b831cfde6a4e84
0c4c892501ce4af529f88635f07251f9eb45a84f
/software/arduino-1.8.13/portable/sketchbook/libraries/UArmForArduino/examples/Demos/timer/timer.ino
57d646ba9b9adaf8badc2fc9630326fb35c043f6
[ "BSD-2-Clause-Views", "BSD-2-Clause" ]
permissive
abstractguy/TSO_project
96ea41354218f91512fd2ca3f7f6eae34d95e914
1130e6fb081d1486ff15339a9757c46a927a2965
refs/heads/master
2022-11-27T08:39:37.007467
2021-06-04T20:04:59
2021-06-04T20:04:59
205,178,534
1
3
BSD-2-Clause
2022-11-22T07:12:47
2019-08-29T14:08:38
C
UTF-8
C++
false
false
1,647
ino
#include "uArm.h" #define USE_SERIAL_CMD 1 // 1: use serial for control 0: just use arduino to control(release ROM and RAM space) unsigned long tickStartTime = millis(); // get timestamp; unsigned int timeOutCount = 0; unsigned int second = 0; void setup() { Serial.begin(115200); Init(); // Don't remove debugP...
[ "nomfullcreatif@gmail.com" ]
nomfullcreatif@gmail.com
6cc04ac3af6f50c7a80fccc6a6a6de63f8e0efbd
4222fc65dfd05a34323247d0e4c8b1fd0f7a74e3
/batch3/9298041-A20-PB/B.cpp
fb4fe18956ac3cdad0802bc842be4ed0729d6d9c
[]
no_license
gabrielrussoc/mac327
7fd41f4011b4f7383449d8b8ba81a656479ebb7a
cdc70503f238bf1752b93e5ca194b92412eea451
refs/heads/master
2021-05-01T04:24:37.178235
2016-12-05T00:21:00
2016-12-05T00:21:00
64,803,948
0
0
null
null
null
null
UTF-8
C++
false
false
1,425
cpp
#include <bits/stdc++.h> #define pb push_back using namespace std; typedef long long ll; const int N = 112345; const int inf = INT_MAX; int v[N], tree[4*N], n, q, t; int sgn(int x) { return (x > 0) - (x < 0); } void build(int k = 1, int l = 0, int r = n-1){ if(l == r) tree[k] = sgn(v[l]); else { ...
[ "gabrielrcarmo@gmail.com" ]
gabrielrcarmo@gmail.com
75fe0510cb8c646c39c1f8456e989b0bee488578
73e3d30dfa921fde1501b57f05e3ccf0e6721fc2
/MDSM_LFV_HMuE_CL.h
731f0d45b7d03bf865b9ed87eb55c8951094050c
[]
no_license
srieper/svens_analysis
938839930a480f6dc0df57314fc38dae9a4c5fd8
78db1f1f35c312adea166b2cb4e5ab3b4748a6ff
refs/heads/master
2021-01-23T03:58:55.687677
2015-07-21T13:01:57
2015-07-21T13:01:57
39,444,843
0
0
null
null
null
null
UTF-8
C++
false
false
3,912
h
#ifndef MDSM_LFV_HMuE_CL_H #define MDSM_LFV_HMuE_CL_H //#ifndef MDSM_MC_CL_H //#include "MDSM_Mc_CL.h" //#endif #include "MDSM_Structs.h" #include "MDSM_Mc_CL.h" #include "TFile.h" #include "TH1F.h" #include "TH2F.h" #include "TAxis.h" #include <vector> #include <iostream> #include <math.h> #include "TCanvas.h" #inclu...
[ "sven.rieper@desy.de" ]
sven.rieper@desy.de
7a13953d86bd97e126fb2ed5db5fc7093ad8e5ab
56187332e89ec11f29f06778c57dd5dc334724ce
/server.h
1918d01d78af78551e5f5011aba652204305fd01
[]
no_license
krunal1313/RPSGame
356c05c6c3b6a99ce59dd942130e4a21913a69e7
475cf91e10c44856446a9e05aff32723fc1d52d3
refs/heads/master
2021-04-26T23:58:01.765842
2018-03-16T03:19:22
2018-03-16T03:19:22
123,886,508
0
0
null
null
null
null
UTF-8
C++
false
false
477
h
#include <bits/stdc++.h> #include <arpa/inet.h> #include <netinet/in.h> #include <sys/types.h> #include <sys/socket.h> #include <unistd.h> using namespace std; #define PORT 1313 #define BSIZE 1024 #define NUM_PLAYERS 2 //struct for storing player endpoints struct PlayerInfo { unsigned int host; unsigned int po...
[ "krunal1313@gmail.com" ]
krunal1313@gmail.com
2971cd6fc1402b73f2af7c0aa3ca6d86aba20907
afee1efcc603cb80c9c1c02e2513931e76c0b84d
/Expression.h
69cc1908b6b3796ef74051103c32d815d5159596
[]
no_license
shachar08/Shunting-Yard
ac495215cda628a1c788ed1ba606f99e313d6bfe
8f3f197d605a072533dd209341dd6fc5420501bf
refs/heads/master
2022-12-30T05:36:18.305496
2020-10-18T23:47:27
2020-10-18T23:47:27
305,216,817
0
0
null
null
null
null
UTF-8
C++
false
false
239
h
#ifndef PROJECT_EXPRESSION_H #define PROJECT_EXPRESSION_H using namespace std; /** * Expression Interface */ class Expression { public: virtual double calculate() = 0; virtual ~Expression() {} }; #endif //PROJECT_EXPRESSION_H
[ "shachar08@gmail.com" ]
shachar08@gmail.com
e293efbeb278efc29eff305c1a3bf3905e40ce1d
c611b35a08d0abbce62c8a3e80ab747967460e4a
/tags/legacy/orc-2.0/osprey1.0/be/cg/orc_intel/sched_path.h
e4d8e6b4a4150f9e514db0bbd95bbbc275179fdc
[]
no_license
svn2github/open64
301f132bdcb602d4e677fc23881ce602f3961969
88431de7e6860ed692c0c160724620e798de428a
refs/heads/master
2021-01-20T06:59:43.507059
2014-12-31T18:38:48
2014-12-31T18:38:48
24,089,237
3
1
null
null
null
null
UTF-8
C++
false
false
24,417
h
/* -*-Mode: c++;-*- (Tell emacs to use c++ mode) */ /* * Copyright (C) 2000-2003, Intel 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 c...
[ "marcel@ead328b1-e903-0410-a19d-eacee4b031f6" ]
marcel@ead328b1-e903-0410-a19d-eacee4b031f6
31c8695586461a7558e65c89c3eeec48397708f9
ce0ed878d5f23748ca564f0feb5b51dec2ba0d5a
/include/bitkeg/keg_process.h
91dc5ffab66c3624c5ebb92765f87dab1f7dec74
[]
no_license
ilknarf/bitkeg
9b275a8466bf5766708ab8a9cce109eb63da92dc
9f6943d20505f9a393f461e1cf7142087d015ac4
refs/heads/main
2023-07-17T10:06:02.525359
2021-09-01T21:46:32
2021-09-01T21:46:32
308,931,295
2
0
null
null
null
null
UTF-8
C++
false
false
1,242
h
#ifndef BITKEG_INCLUDE_KEG_PROCESS_H_ #define BITKEG_INCLUDE_KEG_PROCESS_H_ #include <string> #include <fstream> #include <filesystem> #include <memory> #include <time.h> #include "keydir.h" #include "bitkeg/bitkeg_entry.h" namespace bitkeg { class KegProcess { public: template<typename Acc> using FoldFn = std...
[ "lifrank@grinnell.edu" ]
lifrank@grinnell.edu
639ecec2b056f0eb2a291c95cc0e302053501aa0
d6c53ab29ea4a4d1d7f6ea052ba87658a14a3af8
/test/asm/plain_find_if.cpp
0995f2359a11e0e994d868d879cb131090defd32
[]
no_license
serpent7776/any_of
d5ea41461c49c28be9eff3e1bfaa8af27faa7099
27535a72c24af4c11c5389c7e7ab39607d5c8d4b
refs/heads/master
2023-07-06T02:35:29.228030
2021-07-31T16:17:12
2021-07-31T16:17:12
370,457,967
1
0
null
null
null
null
UTF-8
C++
false
false
253
cpp
#include <string> #include <vector> #include <algorithm> auto test(int a, int b) { const auto vec = std::vector {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; return std::find_if(std::begin(vec), std::end(vec), [a, b](int v) { return v == a || v == b; }); }
[ "serpent7776@gmail.com" ]
serpent7776@gmail.com
f601b72b2d673b11ae2eafb5b127a92ecadf8135
fd1ee081c83fa4cf1137fab5305f1c355e381ea9
/bci2000/src/contrib/SignalSource/TuckerDavis/RPCOXLib_TLB.h
aed9ce58d793b5d5be4def818c63532d6e6754eb
[]
no_license
sonyyassine/weka-bci2000
b7d049679ba03fb94148ff19ec83894714dc09b3
9f93d7f079e172167bd56a08c834c51bb6e54731
refs/heads/master
2021-01-20T10:06:40.915143
2012-02-06T01:03:57
2012-02-06T01:03:57
35,837,059
0
1
null
null
null
null
UTF-8
C++
false
false
42,516
h
// ************************************************************************ // // WARNING // ------- // The types declared in this file were generated from data read from a ...
[ "oalzoubi.ee.usyd.edu.au@gmail.com@26c23476-e983-41d3-02b6-a1522953b182" ]
oalzoubi.ee.usyd.edu.au@gmail.com@26c23476-e983-41d3-02b6-a1522953b182
556d6b86ad7d73fae36bfcf27b399ce3964008f8
aedc117eed88e83a15a7612819366c9f03e98e51
/chromecast/browser/exo/wm_helper_cast_shell.h
9b2168c933a9d161fc38c75f064335ddb00d2e8e
[ "BSD-3-Clause" ]
permissive
jasonrudolph/chromium
f671c0d0e3c8585a4e846e8aed19a6215eb45940
d1c6a0c1985aae3d9844fe2ee75ff7919fed0ee3
refs/heads/master
2022-11-07T07:01:56.083886
2018-12-05T00:20:43
2018-12-05T00:20:43
161,510,464
2
0
null
2018-12-12T15:50:59
2018-12-12T15:50:59
null
UTF-8
C++
false
false
4,606
h
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMECAST_BROWSER_EXO_WM_HELPER_CAST_SHELL_H_ #define CHROMECAST_BROWSER_EXO_WM_HELPER_CAST_SHELL_H_ #include <cstdint> #include <map> #include ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b5b3371a10a43a7554416218671a446a95bfe5ef
fa8910c36f30edf610108f9b5167ef0af9e240df
/chap11/ex_11_09/OvernightPackage.h
57f96e54f0481e448f000bd325fe32d5dbdeeba3
[]
no_license
SunTong00/sun_tong
8ac71eabaaf197e7c0cb771f87ab66f63395a6d6
08536bf0fff0208fd2dd882e282885e41de44afb
refs/heads/master
2020-04-02T10:18:22.209510
2019-04-21T05:20:48
2019-04-21T05:20:48
154,333,583
0
0
null
null
null
null
UTF-8
C++
false
false
487
h
#ifndef OVERNIGHT_H #define OVERNIGHT_H #include "Package.h" class OvernightPackage : public Package { public: OvernightPackage( const string &, const string &, const string &, const string &, int, const string &, const string &, const string &, const string &, int, double, double, double ); v...
[ "1005084420@qq.com" ]
1005084420@qq.com
303736bc028d044fa84f8afa1dd551a37b84e23e
29a4c1e436bc90deaaf7711e468154597fc379b7
/modules/trigonometric/unit/simd/fast_sinpi.cpp
6dcbc6e57ce730391ede56fb8fa67d0a05a75567
[ "BSL-1.0" ]
permissive
brycelelbach/nt2
31bdde2338ebcaa24bb76f542bd0778a620f8e7c
73d7e8dd390fa4c8d251c6451acdae65def70e0b
refs/heads/master
2021-01-17T12:41:35.021457
2011-04-03T17:37:15
2011-04-03T17:37:15
1,263,345
1
0
null
null
null
null
UTF-8
C++
false
false
2,725
cpp
////////////////////////////////////////////////////////////////////////////// /// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand /// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI /// /// Distributed under the Boost Software License, Version 1.0 /// ...
[ "jtlapreste@gmail.com" ]
jtlapreste@gmail.com
4e0e7e5c4ba92cb19af7078d9994acfc845fbcce
e217eaf05d0dab8dd339032b6c58636841aa8815
/Ifc2x3/src/OpenInfraPlatform/Ifc2x3/entity/IfcCooledBeamType.cpp
cbda12275b28f9b5d915b4462200329eea67b19d
[]
no_license
bigdoods/OpenInfraPlatform
f7785ebe4cb46e24d7f636e1b4110679d78a4303
0266e86a9f25f2ea9ec837d8d340d31a58a83c8e
refs/heads/master
2021-01-21T03:41:20.124443
2016-01-26T23:20:21
2016-01-26T23:20:21
57,377,206
0
1
null
2016-04-29T10:38:19
2016-04-29T10:38:19
null
UTF-8
C++
false
false
4,717
cpp
/*! \verbatim * \copyright Copyright (c) 2014 Julian Amann. All rights reserved. * \date 2014-04-26 17:30 * \author Julian Amann <julian.amann@tum.de> (https://www.cms.bgu.tum.de/en/team/amann) * \brief This file is part of the BlueFramework. * \endverbatim */ #include <sstream> #include <limits> #include "mo...
[ "planung.cms.bv@tum.de" ]
planung.cms.bv@tum.de
d94a91aea7fda19979638d5d2fda0d8825e2ed90
a35a436ed995d369ef940ebe323e4d500b65d50f
/games/Sorcery/src/spell.cc
687dc82a71869d5d59597c47adbdb305df427e4b
[]
no_license
K-Frash/Arcade-Cabinet
01b0f2939fa12275b5032420063768e3d75a7955
ca35af0ec2c0f02f9361316d81ed99c237ba27aa
refs/heads/master
2021-07-06T17:48:49.007516
2020-09-19T23:11:10
2020-09-19T23:11:10
187,583,752
0
0
null
null
null
null
UTF-8
C++
false
false
687
cc
#include "spell.h" #include "card.h" #include <iostream> using namespace std; /* Until "play" is solidified, it may be best to treat this card with care in terms of implementation */ Spell::Spell(const CardBase &base) : Card{base} {} Spell::~Spell(){} void Spell::prettyprint(){ cout << "Spell: " << base.name; co...
[ "kfrasher@edu.uwaterloo.ca" ]
kfrasher@edu.uwaterloo.ca
f65b3778be193706cc63149951e2958054663c64
1092b026b49d492bed5765ade169caf643c26d9d
/src/ompl/control/planners/rrt/src/RRT.cpp
94efd063a5b2af44bb73d8f7b9d26d7977a15ee3
[ "BSD-3-Clause" ]
permissive
robotfan4/ompl
4b26197fa0534d09ff2010b3112a6ebe5f93cb46
d1ac6221fd6883134ff0f17b3fb4e22d3ac768c3
refs/heads/master
2021-01-11T20:15:17.400628
2017-01-16T03:13:53
2017-01-16T03:13:53
79,075,020
2
0
null
null
null
null
UTF-8
C++
false
false
9,948
cpp
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2008, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condit...
[ "robot.fan4@gmail.com" ]
robot.fan4@gmail.com
21acfeabab0585ab5b3e1a359636a652c48dfbfe
2489f20116dfa10e4514b636cbf92a6036edc21a
/tojcode/1311.cpp
c51be42995b85904ac686727e11dba4a04d2af6d
[]
no_license
menguan/toj_code
7db20eaffce976932a3bc8880287f0111a621a40
f41bd77ee333c58d5fcb26d1848a101c311d1790
refs/heads/master
2020-03-25T04:08:41.881068
2018-08-03T05:02:38
2018-08-03T05:02:38
143,379,558
1
0
null
null
null
null
UTF-8
C++
false
false
405
cpp
#include<stdio.h>//不太理解 int main() { double sum; for(double i=0.000;i<=2.000;i+=0.001) { sum=0; for(double j=1.000;j<10000;j+=1.000) { sum=sum+(1-i)/(j*(j+1)*(j+i)); } sum=sum+(1-i)/(2*10000*10000)+1.0; ...
[ "qq1812755792@sina.com" ]
qq1812755792@sina.com
71d4ae41ebc0c2e58fb0bcf3b3d26992e8fe693e
39003567de18223c6b09586f25144ad1bdd14eff
/json/jsonNumber.cpp
b3a1fc83100da47b8e39dcbc27238ff30f2c03e8
[]
no_license
KasymbekovPN/ext-d
82319924a136a0fd3c6fe05317aaf2e38d221ef6
ba5e27693bc6e1a02f47fc6fd30f09aca04a3121
refs/heads/master
2021-05-15T11:08:03.427705
2018-04-22T10:55:49
2018-04-22T10:55:49
108,284,210
0
0
null
null
null
null
UTF-8
C++
false
false
1,820
cpp
#include "jsonNumber.hpp" JsonNumber::JsonNumber(const wstring & content_, const wstring & name_, shared_ptr<ErrorStatus> p_errro_) :JsonBase(JsonBase::eType::number, name_, p_errro_) { try { m_content = std::stod(content_); } catch (const std::invalid_argument&) { p_error->set(ErrorStatus::error::json_inval...
[ "Kasymbekoff@yandex.ru" ]
Kasymbekoff@yandex.ru