blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
94c3d2f765532a960903680e43fb41373ca1a1d6
381d605da20ca3342687e26c5bd00936fe7a46e7
/UVA/12187-Brothers.cpp
06bb8a31da2dfe2e7e9cc92cd1fbbc4da34c04fb
[]
no_license
z0CoolCS/CompetitiveProgramming
4a4c278533001a0a4e8440ecfba9c7a4bb8132db
0894645c918f316c2ce6ddc5fd5fb20af6c8b071
refs/heads/master
2023-04-28T08:15:29.245592
2021-04-20T01:02:28
2021-04-20T01:02:28
228,505,384
0
0
null
null
null
null
UTF-8
C++
false
false
1,104
cpp
#include<stdio.h> using namespace std; int main(){ int n,r,c,k; int matrix[102][102]={-1}; int matrixcp[102][102]={-1}; int brohated; bool faro; while(scanf("%d %d %d %d",&n,&r,&c,&k), n || r || c || k){ for(int i=1;i<=r;i++) for(int j=1;j<=c;j++){ scanf("%d",&matrix[i][j]); matrixcp[i][j]=mat...
[ "giordano.alvitez@utec.edu.pe" ]
giordano.alvitez@utec.edu.pe
debef1a4a47b929b707b9bab29407a5011d0a113
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/released_plugins/v3d_plugins/bigneuron_siqi_stalker_v3d/lib/ITK_include/itkSharedMorphologyUtilities.h
fbb18ffa7d53feb32910d1f09cbfd51d7b99ffec
[ "LicenseRef-scancode-warranty-disclaimer", "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
3,289
h
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
[ "sliu4512@uni.sydney.edu.au" ]
sliu4512@uni.sydney.edu.au
e7f797f27ba08152baa4b8c60d40846347538af2
770dbd7620726854e296f1fcf4e925fbdcdef5b0
/QoSMetricProvider/reasoner/src/RoqmeReasoner.cpp
950f3a38afc06ed3e4f13897fac0a6caab35a9e9
[]
no_license
MiRON-project/MIRON-Components
79abd6135bacb704ff7cc8a796005082ae98853d
e325aa42029c3a56ebb73cbd9eea77f685dc7e9e
refs/heads/master
2021-03-05T05:03:57.650148
2020-10-27T20:32:30
2020-10-27T20:32:30
246,097,352
0
0
null
2020-10-27T20:17:34
2020-03-09T17:18:06
C++
UTF-8
C++
false
false
8,342
cpp
// This file belongs to the RoQME toolchain. // Copyright (C) 2019 University of Extremadura, University of Málaga, Biometric Vox. // // RoQME 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 ver...
[ "renan028@gmail.com" ]
renan028@gmail.com
6ffef086fd08013fadc4299eda659cf966f6b3c7
a68f0713fd33cb141b3acef8bb9a4fd94b1cb81f
/src/touchscreen_controller.h
ce0be70282566dcd71ef3c4a71a37be979abc176
[ "Apache-2.0" ]
permissive
ycaihua/pienoon
7deb9aaa838b384003c1f1f14bcb198b9591038c
257f2dcc47506ef6364242272e6d3fd37eeb11f5
refs/heads/master
2021-01-15T12:22:30.551607
2015-07-15T22:25:59
2015-07-15T22:25:59
39,240,004
1
0
null
2015-07-17T07:06:01
2015-07-17T07:06:01
null
UTF-8
C++
false
false
2,012
h
// Copyright 2014 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
[ "smiles@google.com" ]
smiles@google.com
0a0e61156a03532118c9b83b042790cbe59c8a43
78b176820108bb5f6782a082a36a2cd48da5ef18
/Modules/GLTF2/Public/Toon/GLTF2/GLTF2SceneImporter.hpp
d463b7ff2c74c70bdfba1838f25aa12c4506b79e
[ "MIT" ]
permissive
benjinx/Toon
b73f20e920991768179ae49413252ec41824b7f7
f21032b2f9ad5fbc9a3618a7719c33159257d954
refs/heads/main
2023-03-31T07:04:51.115717
2021-03-28T22:51:42
2021-03-28T22:51:42
333,629,196
5
1
null
null
null
null
UTF-8
C++
false
false
516
hpp
#ifndef TOON_GLTF2_SCENE_IMPORTER_HPP #define TOON_GLTF2_SCENE_IMPORTER_HPP #include <Toon/GLTF2/GLTF2Config.hpp> #include <Toon/SceneImporter.hpp> namespace Toon::GLTF2 { class TOON_GLTF2_API GLTF2SceneImporter : public SceneImporter { public: DISALLOW_COPY_AND_ASSIGN(GLTF2SceneImporter) GLTF2SceneImport...
[ "mynameizkevin@gmail.com" ]
mynameizkevin@gmail.com
c607466deb1c5f9e612df9a90d69625980939c7b
62b99fa26ef44b5c90fabbc4de5d1b14c47a7532
/cpp05/ex02/ShrubberyCreationForm.hpp
e1354ac6804605c1f2fd49b8c0d0920d4c63c3d4
[]
no_license
cchudant/piscinecpp
6989cf42ed81719d9e1c70f006a7d220f74f66b3
9ef0f48d9c4f655c52cef746278b6465f9b320a5
refs/heads/master
2020-09-28T09:12:44.650437
2020-02-25T16:52:22
2020-02-25T16:52:22
226,743,521
0
0
null
null
null
null
UTF-8
C++
false
false
1,389
hpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ShrubberyCreationForm.hpp :+: :+: :+: ...
[ "skybt@pm.me" ]
skybt@pm.me
0f50ef4a3632313cf4643035bc50db0d12133bb4
d84ff5a4f385936330af29451a16fb3eb2e1c8df
/other/streambox_saber/streambox_release_March_10_2018/Kaskade/linalg/matrixTraits.hh
d2194b4ff67e4f7552e023adee3007e91ca22429
[ "Apache-2.0", "LicenseRef-scancode-generic-exception", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
TU-Berlin-DIMA/analyzing-stream-modern-hardware
3e84365f62cf1ef8bc72d7b9e26c93edde99d9d3
c8b9b7e85fa31d248499bf253eb7f71c80eaaf4e
refs/heads/master
2022-11-20T18:30:22.994497
2020-02-17T11:50:47
2020-02-17T11:51:59
194,823,562
4
2
Apache-2.0
2022-11-15T23:28:54
2019-07-02T08:39:45
Gnuplot
UTF-8
C++
false
false
2,803
hh
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the library KASKADE 7 */ /* see http://www.zib.de/projects/kaskade7-finite-element-toolbox */ ...
[ "venturadelmonte@gmail.com" ]
venturadelmonte@gmail.com
30b6b5c2b1829b63c42ca1770f5bc90d977f7a6f
0306d5c501519ad09503c4391e470fb0856d2a28
/ddraw/IDirectDrawSurface.cpp
46cd094601a286662f3a4645bebf371db7b7eddf
[ "Zlib" ]
permissive
CupertinoDude/DirectX-Wrappers
f7ce8a614663242b0e5e6070b5487afb14c78407
de7f427ba75be1d357682d367dc470c82b782f7f
refs/heads/master
2021-07-12T22:20:41.874824
2017-10-14T16:16:03
2017-10-14T16:16:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,853
cpp
/** * Copyright (C) 2017 Elisha Riedlinger * * This software is provided 'as-is', without any express or implied warranty. In no event will the * authors be held liable for any damages arising from the use of this software. * Permission is granted to anyone to use this software for any purpose, including co...
[ "elisha@novicemail.com" ]
elisha@novicemail.com
3a6f93f020490dc44eff235655b88b794360e4ca
0a264c8bd289740c09cd28a9de53bf44f7621972
/ls.cpp
f9c467d5f1c48b5d8602c51a2b0f8c7069c1a722
[]
no_license
konstantinkeller/Asadi-Keller-p3
812d1d8b8bb8d14cc6b9e5737bf90b9afc486bfa
d40d0ec821dd799e31d6b9fd736f436a127d7266
refs/heads/master
2021-03-27T18:48:28.560528
2017-04-12T03:20:24
2017-04-12T03:20:24
87,020,524
0
0
null
null
null
null
UTF-8
C++
false
false
11,510
cpp
#include <stdio.h> #include <iostream> #include <iomanip> #include <cstdlib> #include <dirent.h> #include <sys/stat.h> #include <sys/types.h> #include <pwd.h> #include <grp.h> #include <vector> #include <algorithm> #include <locale> #include <cstring> #include <string> #include <unistd.h> using namespace std; void so...
[ "konstantinkeller5@gmail.com" ]
konstantinkeller5@gmail.com
e1857a90e96e9e34a53199c0a77674185ceea314
12ab569a0d912f34561ace7effb7637acc7301f7
/OpenGLtest2/OpenGLtest2/csv.cpp
8b40bc4ac1921709096b4dce64603d74c730c9d6
[]
no_license
mwakkey/MyScript
bb93a2ca6d76929b60563b7caa419a062522f0ff
bfa98a75c46a63f171f01f97dc03672ed1a9f10c
refs/heads/master
2020-04-07T06:11:16.904341
2017-05-08T06:04:16
2017-05-08T06:04:16
61,784,675
0
0
null
null
null
null
UTF-8
C++
false
false
297
cpp
#include "csv.h" CSV::CSV() { ; } CSV::CSV(const char* csvFile, std::string dlm) { output.open(csvFile); delimiter = dlm; } CSV::~CSV() { output.close(); } void CSV::set(const char* csvFile, std::string dlm){ output.open(csvFile); delimiter = dlm; } void CSV::reset(){ output.close(); }
[ "oingoboingo3911@outlook.com" ]
oingoboingo3911@outlook.com
d050fc3a4461e2bead85d8d693bb0d3cba9c9d4a
cadb8cb700443371d07803a92ecaa9728955b5e7
/gallonToLiters.cpp
a77dc681d35b86242c5090e321dadbbd714ff54d
[]
no_license
Ronaldoh1/LearningC-plus-plus
81055f8701b4a7a22729daf5d6a4cf8a17d53669
fa5aa001ad4f640a942493e6781b8014cc60795c
refs/heads/master
2021-01-10T15:28:56.048759
2015-10-24T20:57:17
2015-10-24T20:57:17
44,709,569
0
0
null
null
null
null
UTF-8
C++
false
false
175
cpp
// // gallonToLiters.cpp // FirstCPPFile // // Created by Ronald Hernandez on 10/21/15. // Copyright © 2015 Wahoo. All rights reserved. // #include "gallonToLiters.hpp"
[ "2ronald.hernandez@gmail.com" ]
2ronald.hernandez@gmail.com
cb68951dfbc3e4591f80be6ee9e9920c146c1826
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/blink/renderer/core/layout/ng/inline/ng_inline_break_token.cc
37650021040a826816330d993b9923201f3dcc61
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LGPL-2.0-only", "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
1,565
cc
// Copyright 2017 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 "third_party/blink/renderer/core/layout/ng/inline/ng_inline_break_token.h" #include "third_party/blink/renderer/platform/wtf/text/string_builder...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
d3568a707de5a9b08b42f6cbe6a43a5c983e2227
400ff661684148cbb6aa99f4ebbc82bc551356d9
/linux/linux-common/time.cpp
91b16d46617c883f45082858559ffd726f44411e
[]
no_license
csw201710/demo
32d71f333dc7f78fab0e2ab53f6a7e051847eea3
386a56961e8099b632115015cbeec599765ead01
refs/heads/master
2021-08-26T08:03:49.055496
2021-08-18T11:22:45
2021-08-18T11:22:45
171,476,054
7
11
null
null
null
null
UTF-8
C++
false
false
651
cpp
static void getTimeBuf(char * buf,size_t len){ struct tm* timenow; time_t now; time(&now); timenow = localtime(&now); snprintf(buf, len, "%04d-%02d-%02d-%02d-%02d-%02d", timenow->tm_year + 1900, timenow->tm_mon + 1, timenow->tm_mday, timenow->tm_hour, timenow->tm_min, timenow->tm_sec); return ...
[ "work@qq.com" ]
work@qq.com
b68657e598d6c9ec01e9689865a6c0746320a423
646b207af4808a21612191aa4f7d5eeb8f50552a
/Practice/Sources/aur/include/materials/constant_material.hpp
6f3ccbb7cbf5813b56474c8dff68b54428363c3e
[]
no_license
krsu-ict/krsu-oop
1486a68f0983ec1c0cbe74bbd7f69530602d702d
aaaa48436446aaade0bd27ae9e99ae29d6f5b36a
refs/heads/master
2020-12-27T22:57:34.891034
2020-06-25T01:48:15
2020-06-25T01:48:15
238,095,156
5
0
null
null
null
null
UTF-8
C++
false
false
1,154
hpp
#ifndef CONSTANT_MATERIAL_HPP #define CONSTANT_MATERIAL_HPP #include "materials/material.hpp" #include "textures/texture.hpp" #include <glm/glm.hpp> namespace aur { class ConstantMaterial : public Material { public: [[nodiscard]] const glm::vec4 &get_emission_color() const { r...
[ "dmitrii@toksaitov.com" ]
dmitrii@toksaitov.com
f8e5f9a7db4789f2c350a5c6f7ee1335655b3e54
c9dcdbabfe6d5036e6104854a951d86fd8970f8c
/src/delayline.h
470d13f25bd0529d7d062e45a90a68beb7b80d2e
[]
no_license
dale212/arduino-dsplib
e9f3a2c243c491a581c86c4bba2239afb729e7dd
d2b474c71db094f5753fa6770f8e111ff4ceff6e
refs/heads/master
2020-12-24T18:54:31.940190
2019-05-29T19:10:09
2019-05-29T19:10:09
59,434,315
0
1
null
2018-08-27T20:57:19
2016-05-22T21:04:43
C++
UTF-8
C++
false
false
530
h
// // delayline.h // // // Created by Dale Heatherington on 2/27/16. // // #ifndef ____delayline__ #define ____delayline__ #include <stdint.h> class Delayline { public: Delayline(int32_t); int32_t iterate(int32_t); int32_t getTap(int32_t); private: int32_t *dl ; //pointer to delay line...
[ "dale@LabMac.local" ]
dale@LabMac.local
f1607f34a54afa9b1a8044710d64c7fd6f3cf7aa
e6d4a87dcf98e93bab92faa03f1b16253b728ac9
/algorithms/cpp/pizzaWith3nSlices/pizzaWith3nSlices.cpp
2d079f6e8b1efb23c2dcbc90bc8dafc3c48b2745
[]
no_license
MichelleZ/leetcode
b5a58e1822e3f6ef8021b29d9bc9aca3fd3d416f
a390adeeb71e997b3c1a56c479825d4adda07ef9
refs/heads/main
2023-03-06T08:16:54.891699
2023-02-26T07:17:47
2023-02-26T07:17:47
326,904,500
3
0
null
null
null
null
UTF-8
C++
false
false
814
cpp
// Source: https://leetcode.com/problems/pizza-with-3n-slices/ // Author: Miao Zhang // Date: 2021-04-28 class Solution { public: int maxSizeSlices(vector<int>& slices) { vector<int> s1(begin(slices) + 1, end(slices)); vector<int> s2 (begin(slices), end(slices) - 1); int res1 = cal(s1); ...
[ "zhangdaxiaomiao@163.com" ]
zhangdaxiaomiao@163.com
14ed95bc12fd2a7a3dd0b3a7b2ad6d9478776d52
303f5990985aba9a1884053baf08ff0d47c3a5de
/devel/include/kinova_msgs/Arm_KinovaPoseGoal.h
37aa7f854e924a34bdb585adf3fa4e800294c95f
[]
no_license
Brendon2016/Tsing-Siemens-Competiton
d1339e162c8582a59aa153f29bec0180c4e261d7
8ffc7ee931a877898342fdd3593e92b633e22bce
refs/heads/master
2020-03-28T23:30:48.267738
2018-09-18T13:53:33
2018-09-18T13:53:33
149,294,923
0
0
null
null
null
null
UTF-8
C++
false
false
5,783
h
// Generated by gencpp from file kinova_msgs/Arm_KinovaPoseGoal.msg // DO NOT EDIT! #ifndef KINOVA_MSGS_MESSAGE_ARM_KINOVAPOSEGOAL_H #define KINOVA_MSGS_MESSAGE_ARM_KINOVAPOSEGOAL_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_messag...
[ "251311876@qq.com" ]
251311876@qq.com
c8faf1110b6b33ab5d5bc92fc8fc479ec96223c3
2797a6ec5f1e667c4320941637630a9110b6ac8a
/cpp/ntradesys/CentralOrderRepo.h
72ffd6eaabdddbe3dbd21267df1a9c4191a96b23
[ "Apache-2.0" ]
permissive
lionelyoung/newt
d349bda3da22749159680b90f16779788032a22f
0e07a87aa6b8d4b238c1a9fd3fef363133866c57
refs/heads/master
2020-04-18T17:09:47.294429
2019-01-24T18:35:48
2019-01-24T18:35:48
167,648,618
1
0
Apache-2.0
2019-01-26T04:14:55
2019-01-26T04:14:55
null
UTF-8
C++
false
false
4,524
h
/* CentralOrderRepo.h Original version: dpuder, 2009. Mod History: - Moved OrderRecord to seperate file (OrderRecord.{cc,h}). */ #ifndef __CENTRALORDERREPO_H__ #define __CENTRALORDERREPO_H__ #include <map> #include <vector> #include <cl-util/factory.h> #include <cl-util/debug_stream.h> #include <clite/mess...
[ "csean@SMacBook.home" ]
csean@SMacBook.home
3484922c7c767b15423d5632988cccbcc2226e40
306a349b03ad2bef3a4c953f78298842b8e30222
/AppWarrior/Source/Libs/QTDataHandler/AppWarrior/FileSystem/CFSLocalFolderRefWin.cpp
77cb50cd275e9e46492e2778b1e70ca9b564f7c3
[]
no_license
Schala/GLoarbLine
812fcc0f0b6d99fde7be880b3bf903903cfa17bc
9e700253050afd3b0968a424f320a3908eeb17e9
refs/heads/master
2021-01-10T15:33:39.220985
2016-04-12T00:13:28
2016-04-12T00:13:28
55,819,341
0
1
null
null
null
null
UTF-8
C++
false
false
10,038
cpp
/* (c)2003 Hotsprings Inc. Licensed under GPL - see LICENSE in HotlineSources diresctory */ // The Win32 file naming #include "AW.h" #include "CFSLocalFolderRefWin.h" #include "CFSLocalFileRefWin.h" #include "StString.h" HL_Begin_Namespace_BigRedH // ------------------------------------------------------------------...
[ "schalaalexiazeal@gmail.com" ]
schalaalexiazeal@gmail.com
adf9acad75e56da35c7185a29da0b1760ebb8351
2ccb2893e895cae01e508f5a669c39a3a4aeaf71
/AnimationService/timerrefreshthread.h
54afc8c4f1fa143b7b481e37295d76ef3668db0c
[ "Apache-2.0" ]
permissive
xubenhao/VisualAlgorithm
513942013716fc2caddae8e1cd32318fc50a8bdc
5fc45d9a4fc58569953fe3d880517adcd2fb0881
refs/heads/main
2023-02-28T19:31:51.437208
2021-02-08T02:29:50
2021-02-08T02:29:50
333,267,125
2
0
null
null
null
null
UTF-8
C++
false
false
1,410
h
// Author : XuBenHao // Version : 1.0.0 // Mail : xbh370970843@163.com // Copyright : XuBenHao 2020 - 2030 #ifndef ANIMATION_SERVICE_TIMERREFRESHTHREAD_H #define ANIMATION_SERVICE_TIMERREFRESHTHREAD_H #include "header.h" namespace NAnimationService { class TimerRefreshThread : public QThread { public: ...
[ "xbh370970843@163.com" ]
xbh370970843@163.com
753baf3f313de45d9f9de8e15fbb83b3a635d120
4f4a10693ba1df3e7d1016178ed246e6198ed2a3
/ServerApp/ServerUTest/src/AuthenticatorTest.cpp
636e456dd535b2b3d8fc76ffe0760e2d5eebcf0b
[]
no_license
lite12/cpttt
b3868ff7ce5da1058184ead5daceb51f30a5e8ba
ca4e74f2a041c0a57c7f05695c04e333a2dd9336
refs/heads/master
2020-03-18T23:48:39.723397
2018-06-02T14:56:54
2018-06-02T14:56:54
135,430,079
0
0
null
null
null
null
UTF-8
C++
false
false
1,741
cpp
#include "stdafx.h" #include <gtest\gtest.h> #define private public #include "include/Authenticator.h" #undef public #include <sstream> #include <fstream> using namespace ServerApp; namespace ServerAppTest { class UserStoreMock : IUserStore { std::unordered_map<std::string, std::shared_ptr<UserDefinition>...
[ "34488369+lite12@users.noreply.github.com" ]
34488369+lite12@users.noreply.github.com
c0c3f0bac5f7496f3c09874ea0400ba4397fca4f
6e50b385bf7c18790dc2d95c75479adbc44f4869
/_testPlan/test/interesttest.cpp
ec8f96b23d017306848eae4b3a6833717348ec48
[]
no_license
99003708/SDLC_LTTS
83394e475680464f7ca5a15e9cee89e596f0917b
c5405a9fac068bcdc5bd2bc795437bc06e6f80ff
refs/heads/main
2023-03-10T10:40:49.907573
2021-02-25T09:27:08
2021-02-25T09:27:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
339
cpp
#include "unity.h" #include "interest.h" #include "test_interest.h" void test_interest_basic(void) { TEST_ASSERT_EQUAL( 2, 4250); } int test_interest(void) { /* Initiate the Unity Test Framework */ UNITY_BEGIN(); /* Run Test functions */ RUN_TEST(test_interest_basic); /* Close the Unity Test Framework */ ret...
[ "chilukuri.yuvateja@gamil.com" ]
chilukuri.yuvateja@gamil.com
14ce6dafea1b68d550f686398e5b1d596c65df56
31af4e75039a4e0d19f7d5e728984ad2aefe669a
/Module01/ex05/main.cpp
a19645171d05fb702475b0049f7c18a674310688
[]
no_license
bouillon21/CPP_modules
14fded3a0d50e7ae3c6b6058c33eb9bc10dc5b56
b0ce183db7abc3dfc0a94152acb685373a86b48a
refs/heads/master
2023-09-02T05:58:00.974783
2021-10-12T14:29:12
2021-10-12T14:29:12
394,299,945
0
0
null
null
null
null
UTF-8
C++
false
false
257
cpp
// // Created by Cherlyn Shelli on 8/14/21. // #include <iostream> #include "Karen.h" int main () { std::string level; Karen myKaren; std::cout<<"введите левл: "; std::cin >> level; myKaren.complain(level); return 0; }
[ "b.barzhanov@yandex.ru" ]
b.barzhanov@yandex.ru
ecfb3ef78624247584723b7acee65a11b16e2334
e7731c6869939c77c7d5e7c89850db93d7c2c4e1
/CPP/leetcode/_15_3Sum.h
d2efd687fd8bb36ef3e432d7f5edd56c29906292
[]
no_license
FreddieMercy/leetcode
4e47ed0c62afe4b4b361fa50ee7658ab4312b7ec
25b6c3eb0c609103a2daf9de42c97c3191470725
refs/heads/master
2022-12-08T11:12:09.852895
2021-01-09T23:21:13
2021-01-09T23:21:13
93,186,467
1
1
null
null
null
null
UTF-8
C++
false
false
1,164
h
#include <iostream> #include <functional> #include <vector> #include <queue> #include <fstream> #include <string> #include <bitset> #include <sstream> #include <climits> #include <cmath> #include <map> #include <utility> #include <stdint.h> #include <algorithm> #include <stack> using namespace std; class Solution { ...
[ "junhao.zhang.freddie@gmail.com" ]
junhao.zhang.freddie@gmail.com
c1cfc225997f7668133409640b5cef5b460ea4c6
993f12a01981d837916f45ed04c9c53bd12b5d38
/dev/vehicle/infantry/inspector_infantry.cpp
6ae7b33776691cbdff6b3e3553c0ab1d0b612c1c
[]
no_license
Mo-Kanya/Meta-Infantry
999c12eb30cf68abec375613821201c1a4e3bd1f
5220c30116739767d6cd2fc0461ba2dc901ddd3c
refs/heads/master
2020-09-15T21:48:54.470511
2019-11-15T18:52:15
2019-11-15T18:52:15
223,563,179
1
0
null
2019-11-23T09:24:30
2019-11-23T09:24:29
null
UTF-8
C++
false
false
7,210
cpp
// // Created by liuzikai on 2019-06-25. // #include "inspector_infantry.h" AbstractAHRS *InspectorI::ahrs = nullptr; CANInterface *InspectorI::can1 = nullptr; CANInterface *InspectorI::can2 = nullptr; bool InspectorI::gimbal_failure_ = false; bool InspectorI::chassis_failure_ = false; bool InspectorI::remote_failur...
[ "liuzikai@163.com" ]
liuzikai@163.com
208250ce65905d177aa353df1b9c083a97e426ce
91c650d6cc59d98e004ecb1273c04a64f1f84e19
/WallConstructor/Wall.h
ab34e20743e3e7470b8bea3fb1dbab51824e56d5
[]
no_license
d3c6e1/WallConstructor
88e348b6c23ae36d68ea87ffea07816a1b188eee
56d2d76072ba201c60ec46802e7260873c78cd9c
refs/heads/main
2023-02-07T02:34:22.138706
2020-12-19T18:06:36
2020-12-19T18:06:36
313,330,055
0
0
null
null
null
null
UTF-8
C++
false
false
757
h
#pragma once #include <string> #include <vector> using std::vector; using std::string; enum class Cell { GAP, WALL, FILLED_WALL }; class Wall { int height; int width; vector<vector<Cell>> structure; public: Wall(): height{}, width{}{} Wall(const int _height, const int _width, const vector<string>& _wall):...
[ "dmytro.koval@nure.ua" ]
dmytro.koval@nure.ua
fc52902311d54f5946cc802b4445f5100ee23d30
c49e02dbb5392cb1ea841d5ee1a0309ea6b5b86f
/include/algorithms/neural_networks/layers/loss/logistic_cross_layer_forward_types.h
f4973746aa180a753ba9773cbe3af00d219b414b
[ "Intel", "Apache-2.0" ]
permissive
apnavik/daal
faa6f012a68623f34e970bcf309f121097da05f7
3a01b33aa3feb8994c7940116c5a3b4f101f0c04
refs/heads/master
2020-08-02T04:40:23.284552
2019-10-07T06:17:39
2019-10-07T06:17:39
201,421,484
0
0
Apache-2.0
2019-08-09T08:04:29
2019-08-09T08:04:27
null
UTF-8
C++
false
false
6,822
h
/* file: logistic_cross_layer_forward_types.h */ /******************************************************************************* * Copyright 2014-2019 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
[ "nikolay.a.petrov@intel.com" ]
nikolay.a.petrov@intel.com
98034d769ace00df7df2294cd24d934e2c9dda0c
b957e10ed5376dbe85c07bdef1f510f641984a1a
/Object.cpp
9061d37946b70f34c44618f7f3c89fc005a968c3
[]
no_license
alexjshank/motors
063245c206df936a886f72a22f0f15c78e1129cb
7193b729466d8caece267f0b8ddbf16d99c13f8a
refs/heads/master
2016-09-10T15:47:20.906269
2009-11-04T18:41:21
2009-11-04T18:41:21
33,394,870
0
0
null
null
null
null
UTF-8
C++
false
false
25
cpp
#include ".\object.h"
[ "alexjshank@0c9e2a0d-1447-0410-93de-f5a27bb8667b" ]
alexjshank@0c9e2a0d-1447-0410-93de-f5a27bb8667b
5227c42726e7f56a51ff20ff9d650a62f4a1cc10
65aaba4d24cfbddb05acc0b0ad814632e3b52837
/src/osrm.net/libosrm/osrm-deps/boost/include/boost-1_62/boost/fiber/algo/algorithm.hpp
e02bce4ad419a7d062a50fc8e2dfb843c7867887
[ "MIT" ]
permissive
tstaa/osrmnet
3599eb01383ee99dc6207ad39eda13a245e7764f
891e66e0d91e76ee571f69ef52536c1153f91b10
refs/heads/master
2021-01-21T07:03:22.508378
2017-02-26T04:59:50
2017-02-26T04:59:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:002cfd0c3aa40bfce5f13ee460a5d6c5889c7cb59681849c7443a6958351756b size 4010
[ "ssuluh@yahoo.com" ]
ssuluh@yahoo.com
6f177815a0fb72088a217b053d05e4bb9480ef89
b72eeb4ece026e3f46e8bae69a6eda8c9eb100b4
/UVa-Online-Judge/10093 - An Easy Problem!.cpp
8a29dc9c517c9295113513a80ad326d0c4347621
[]
no_license
shahed-shd/Online-Judge-Solutions
712fadd108e026647adec09e576b3f364c1d54bd
ad10d61097d780aa8465c6836dc9f899a23239bc
refs/heads/master
2023-08-31T06:37:19.801355
2023-08-27T09:53:53
2023-08-27T09:53:53
37,283,322
34
27
null
null
null
null
UTF-8
C++
false
false
910
cpp
#include <iostream> #include <unordered_map> using namespace std; int main() { ios::sync_with_stdio(false); unordered_map<char, int> mp; for(int i = 0; i <= 9; ++i) mp[i+'0'] = i; for(int i = 0; i <= 25; ++i) mp[i+'A'] = i+10, mp[i+'a'] = i+36; string num; while(cin >> num)...
[ "shahed-shd@users.noreply.github.com" ]
shahed-shd@users.noreply.github.com
a7b701152ec9d02a812ed838a5b417109dcb1d76
e15942415003af06d094871f19dd6f7cdc5f67e0
/IO/vtkNetCDFCFReader.cxx
a89304bbde8a4b7a290842f83e39c1e361a5ce47
[ "BSD-3-Clause" ]
permissive
SCS-B3C/VTK5.6
e5b48b6b3c7a09d4d6b5c6c468b1053af0c39d37
d4afb224f638c1f7e847b0cd3195ea8a977bb602
refs/heads/master
2021-01-13T02:37:03.081012
2011-04-08T12:06:58
2011-04-08T12:06:58
1,587,076
2
0
null
null
null
null
UTF-8
C++
false
false
36,993
cxx
// -*- c++ -*- /*========================================================================= Program: Visualization Toolkit Module: vtkNetCDFCFReader.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
[ "d.giunchi@scsitaly.com" ]
d.giunchi@scsitaly.com
dcad0043aa582651336dea5ad1416107e0e12fe7
9b2e727342b1e3765f784de32d364f4bcf90fbc9
/uart/Serialprintf/src/main.cpp
d80d9c7d30d32005468902c3ea896798a6546a7c
[ "Apache-2.0" ]
permissive
mc-b/IoTKitV3
d902afa147b47a9d614c34ff103c6bc359702b54
87d7a66a1730f71bc69110a214b1b2a18f22edcb
refs/heads/master
2021-08-29T05:54:10.115066
2021-08-10T15:59:19
2021-08-10T15:59:19
101,919,584
3
5
null
null
null
null
UTF-8
C++
false
false
609
cpp
#include "mbed.h" int i = 123; float f = 1.235f; char s[] = "Das ist ein String"; int main() { // Integer: Standard, genau 4-stellig, 4-stellig mit Vornullen printf ( "int %d, %4d, %04d\n", i, i, i ); // float: Standard, Vor-/Nachkommastellen gerundet printf ( "float %f, %4.2f\n", f, f ); // S...
[ "mbern@padmcb2" ]
mbern@padmcb2
17a5779ed941406db4a96dfb82630fda8f443305
ebc4929722c5b8facc0311d73fe184b491770240
/src/Vector2f.hpp
0304aa56f2101e3aa8ffe1d56fde811c5d2695fc
[]
no_license
opatut/OpenGL-Playground
a0b4bb4a7958ff5ecd688fa6e10e7559520ecaf2
208b42a91d83caecc7d8f2f1c886b7bf09c4e08e
refs/heads/master
2016-09-05T18:31:13.233788
2011-08-03T15:13:41
2011-08-03T15:13:41
2,145,658
0
0
null
null
null
null
UTF-8
C++
false
false
201
hpp
#ifndef _VECTOR2F #define _VECTOR2F #include <cmath> class Vector2f { public: float X; float Y; Vector2f(float x, float y); float GetLenght() const; void Normalize(); }; #endif
[ "opatutlol@aol.com" ]
opatutlol@aol.com
b65afda968b23fae5b5d094cc4525a8eab6b3008
b822313f0e48cf146b4ebc6e4548b9ad9da9a78e
/KylinSdk/Standard/stdpch.cpp
a2d29488c51ea21b4e2faa61fa58ca8d1a6e3d8a
[]
no_license
dzw/kylin001v
5cca7318301931bbb9ede9a06a24a6adfe5a8d48
6cec2ed2e44cea42957301ec5013d264be03ea3e
refs/heads/master
2021-01-10T12:27:26.074650
2011-05-30T07:11:36
2011-05-30T07:11:36
46,501,473
0
0
null
null
null
null
GB18030
C++
false
false
268
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // Standard.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdpch.h" // TODO: 在 STDAFX.H 中 // 引用任何所需的附加头文件,而不是在此文件中引用
[ "apayaccount@gmail.com" ]
apayaccount@gmail.com
8ad59d920cf2dc5839e627e835e792cc835f5df7
333b58a211c39f7142959040c2d60b69e6b20b47
/Odyssey/FileSystem/FileSystem.cpp
ba47fdfe3ecd44c3efa90726214c8f844e515302
[]
no_license
JoeAltmaier/Odyssey
d6ef505ade8be3adafa3740f81ed8d03fba3dc1a
121ea748881526b7787f9106133589c7bd4a9b6d
refs/heads/master
2020-04-11T08:05:34.474250
2015-09-09T20:03:29
2015-09-09T20:03:29
42,187,845
0
0
null
null
null
null
UTF-8
C++
false
false
31,734
cpp
/* FileSystem.cpp * * Copyright (C) ConvergeNet Technologies, 1999 * * This material is a confidential trade secret and proprietary * information of ConvergeNet Technologies, Inc. which may not be * reproduced, used, sold or transferred to any third party without the * prior written consent of Converge...
[ "joe.altmaier@sococo.com" ]
joe.altmaier@sococo.com
de99e1ce33a044c848e6632869bedddc7e17f0a0
ac3f0db0b5adce108f766c2765913c0f0d72d573
/includes/WelshPowell.hpp
600f32cfad0caa95395ba042d4b2ed4a9a7a977b
[]
no_license
djdhm/TPCOLORIAGE
ba98f56f02dcf54c81ff89c650cfece4143312fe
af1779c4b58189fdbbf4c4c417f4c71d7570dc69
refs/heads/master
2022-04-05T10:47:58.154616
2020-01-27T08:02:29
2020-01-27T08:02:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,079
hpp
// // Created by djame on 9‏/1‏/2020. // #ifndef UNTITLED3_WELSHPOWELL_HPP #define UNTITLED3_WELSHPOWELL_HPP #include <algorithm> #include "IGraphColoring.hpp" class WeslshPowell : public IGraphColoring{ private: std::vector<int> coleurs; bool sontVoisin(const IGraph & graph, int x,int y ){ auto vois...
[ "ed_dahmane@esi.dz" ]
ed_dahmane@esi.dz
1ec400bfe4689c01673c1b67093b59cf081cabd5
b3f0d8cf187885eda4659e28d5fb04e6430093c3
/Smoke/gasTest/gasTest.ino
ac0b4e8e2cf7618de493862ed0ddf9b7cd5fc8f1
[]
no_license
MiguelConcha22/smokeArduino
e8c01bb298b29c607bea5da5a7efd6ca33ad6a12
6e0b765a04e0eaf737edf6996839c8b908c6c3d6
refs/heads/master
2020-03-31T23:00:14.344161
2018-11-11T00:21:03
2018-11-11T00:21:03
152,639,220
0
0
null
null
null
null
UTF-8
C++
false
false
522
ino
int sensorPin = A0; // select the input pin for the potentiometer int ledPin = LED_BUILTIN; // select the pin for the LED int sensorValue = 0; // variable to store the value coming from the sensor void setup() { Serial.begin(9600); pinMode(ledPin, OUTPUT); digitalWrite(ledPin, HIGH); } void loop() { ...
[ "mangelconcha@hotmail.com" ]
mangelconcha@hotmail.com
ad5c74d76d62bad04c9e86654281a4f9551f855a
58e268ccf800c5f7c47936c5a266b7644f7dd8f9
/code_forces_1238_prime_subtraction/solution.cpp
d5adbfc73c774f5b9a331065937b060c77c94da9
[]
no_license
DVNLO/code_challenges
f3c08a28cc02e798f82a9077ffb815b780dda4ee
0ffc95e1633a09fe485aef2d23df89cfda86de30
refs/heads/master
2023-01-21T20:50:27.044017
2023-01-15T20:55:31
2023-01-15T20:55:31
102,163,512
2
0
null
null
null
null
UTF-8
C++
false
false
1,139
cpp
#include <bits/stdc++.h> using namespace std; /* I was not able to come tot he simple solution below on my own. * The tutorial associated with this problem noted an important property * of all numbers that I should have remembered. All numbers can be formed * as a multiple of a prime. This is the central tennant of...
[ "dvyenielo@gmail.com" ]
dvyenielo@gmail.com
6b7b6adea7259b61a750339e23f396b4e968aa75
fe34aca1ddeeee075cc6d0b6ba726af9a64c1a16
/trunk/SMVS/SerialPort.cpp
525d9057aadc9efcbd74a0ca08463df5097a4680
[]
no_license
LearnerJason/SMVS
0c558874a27097940101ac6cec928f48e4c765c8
8105b2a8403b01ae467660cd5d6ea27e2ec2e5b2
refs/heads/master
2022-12-05T09:53:40.216127
2020-08-04T03:22:45
2020-08-04T03:22:45
284,647,830
2
0
null
null
null
null
GB18030
C++
false
false
10,297
cpp
#include "StdAfx.h" #include "SerialPort.h" #include <assert.h> #include <process.h> CSerialPort::CSerialPort(int nPortNum) :m_nPortNum(nPortNum), m_hComm(0), m_hWriteEvent(0), m_hShutdownEvent(0), m_bReadingPortFinished(false), m_bThreadAlive(false), m_pOwnerWnd(nullptr) { ::memset((void*)...
[ "to_jasoncheng@163.com" ]
to_jasoncheng@163.com
42d36e768a42aa9cd8fee435d3d78060281ad70e
d2554e55967f9300774aaa540a5f5f90e592fcfc
/src/particle/particle.cpp
ba4dd667e715ccba25eda7058373767ae42a831d
[ "WTFPL" ]
permissive
dearshuto/ParticleSystem
ebcf3d049110e38ce1ade7aa8abebd28026a6382
b6b24f7ad4718796a20317ac5a399f29590e0824
refs/heads/master
2021-01-20T10:59:50.040935
2016-07-06T12:44:38
2016-07-06T12:44:38
57,214,467
0
0
null
null
null
null
UTF-8
C++
false
false
133
cpp
// // particle.cpp // ParticleSystem // // Created by Shuto on 2016/02/19. // // #include <ParticleSystem/particle/particle.hpp>
[ "shuto.shikama@fj.ics.keio.ac.jp" ]
shuto.shikama@fj.ics.keio.ac.jp
e5fa664b95e5b5e492b77ba653ccee5828cc9bb2
6f9c206f7e16b4be5c4384b6c9b76a75cdb331e7
/RasterRenderer/Utils.cpp
7840ec0560b226f27624efd9fc3c14ccc08ad157
[]
no_license
nero19960329/RasterRenderer
2aef5506e1ce648128af78a2538de730eaead6a6
e44a8491615cc2beb70c271e4b90b4e69b7886ae
refs/heads/master
2021-01-01T05:52:12.172695
2017-07-17T09:41:54
2017-07-17T09:41:54
97,291,241
0
0
null
null
null
null
UTF-8
C++
false
false
373
cpp
#include "Utils.h" bool ptInTri(glm::dvec2 p, glm::dvec2 p1, glm::dvec2 p2, glm::dvec2 p3) { auto sign = [](glm::dvec2 p1, glm::dvec2 p2, glm::dvec2 p3) -> bool { return ((p1.x - p3.x) * (p2.y - p3.y) - (p2.x - p3.x) * (p1.y - p3.y)) < 0.0; }; bool b1, b2, b3; b1 = sign(p, p1, p2); b2 = sign(p, p2, p3); b3 = ...
[ "wangzhao2013tsinghua@gmail.com" ]
wangzhao2013tsinghua@gmail.com
3c0be4040bd305d158e80e1579e3fd6139b8d9b9
62bf789f19f500aa5aa20f6911573cc0c59902c7
/sddp/src/model/DescribeDataLimitDetailResult.cc
3ef5b0ce5382432f70ec2fc7661f4fa5b7a0cc27
[ "Apache-2.0" ]
permissive
liuyuhua1984/aliyun-openapi-cpp-sdk
0288f0241812e4308975a62a23fdef2403cfd13a
600883d23a243eb204e39f15505f1f976df57929
refs/heads/master
2020-07-04T09:47:49.901987
2019-08-13T14:13:11
2019-08-13T14:13:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,567
cc
/* * 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...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
c62177671d90d8e4d39269a65f3cbd8a82b8fe2a
356c3d8c4e59c76735b4bd149c07e283b22a10c4
/Nchine/Scene/SceneGraph.h
ea278dd684df7afe1547e454ff2e97394bcbef6e
[]
no_license
nchie/Nchine
f85a2c091041c942d8590db0fc77f09e9ed0d3c6
d6d7b342ca0d1eacd8c4a4b3148fddbd9835f3ab
refs/heads/master
2020-04-05T22:25:03.092400
2019-02-10T14:49:06
2019-02-10T14:49:06
157,255,588
0
0
null
null
null
null
UTF-8
C++
false
false
213
h
// // Created by aejt on 10/23/17. // #pragma once #include "SceneNode.h" #include <vector> #include <optional> namespace Nchine { class SceneGraph { private: public: private: }; }
[ "andre.terranchie@gmail.com" ]
andre.terranchie@gmail.com
bfe50991f4012c9ee7a627d4234bff605898cd3b
5f7b11c66a021d592c45fa79fcfb218a5eaba045
/Project/Engine/CShader.cpp
ca53b9b252ee51d95ec81cf13df4c9e692088bbf
[]
no_license
chamnah/Portfolio_Alice
fb448d7f8ecdf5b700ca6ce1942ad488818a1856
c49f5278d631be45595658cfd88a966b993d73a4
refs/heads/master
2022-06-09T09:21:19.192473
2020-05-06T11:57:30
2020-05-06T11:57:30
261,739,758
0
0
null
null
null
null
UTF-8
C++
false
false
7,226
cpp
#include "CShader.h" #include "CDirect.h" #include "CPathMgr.h" CShader::CShader() { } CShader::~CShader() { SAFE_RELEASE(m_pVSBlob); SAFE_RELEASE(m_pVSInstBlob); SAFE_RELEASE(m_pHSBlob); SAFE_RELEASE(m_pDSBlob); SAFE_RELEASE(m_pPSBlob); SAFE_RELEASE(m_pGSBlob); SAFE_RELEASE(m_pCSBlob); SAFE_RELEASE(m_pErrBl...
[ "46718509+chamnah@users.noreply.github.com" ]
46718509+chamnah@users.noreply.github.com
a4b3c2e36b5f1759afaea5de1dcebd40a9612728
605b238e45360b6522192954f244c40a199fd687
/blasius_laminar_github/7.2/phi
b681aecfcf96b3d14fc61b5247aefc1e81215910
[]
no_license
Ahmetcansavas/laminar_BL_OPENFOAM
335a5b69b9ef05ae331ed42161de67912b4992f6
c0d2dc5fb2e30027ac23e3a3ec0fac6e549471af
refs/heads/master
2021-05-18T22:32:54.491995
2020-04-05T20:28:05
2020-04-05T20:28:05
251,456,279
0
0
null
null
null
null
UTF-8
C++
false
false
233,088
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | ...
[ "savasah@itu.edu.tr" ]
savasah@itu.edu.tr
3ba4547878d393df080be41ac3ec05f90eb9a730
a4dc28805210a7aa505e32f0288a9d4abb37677c
/Timus/dinner.cpp
1d9d64d5aa2d5dc8d5a09490dcf5c48491e210a6
[]
no_license
hunterxtang/CodeLand
b79ea43458af2e4581c8957ec98a37dec7089fa4
810c588316b50bbc8adc469e1ba59bce2afa718d
refs/heads/master
2020-04-14T09:02:07.466777
2019-05-11T18:08:31
2019-05-11T18:08:31
163,750,253
0
0
null
null
null
null
UTF-8
C++
false
false
493
cpp
#include <iostream> using namespace::std; int main() { int amount; cin>>amount; string *people = new string[amount]; for(int i=0; i<amount; i++) { cin>>people[i]; } int nums = amount; for(int i=0; i<amount; i++) { int len = people[i].length(); string name = people[i]; if(name[len-1] == 'e' && name[len-2...
[ "HunterTang@hatangs-air.attlocal.net" ]
HunterTang@hatangs-air.attlocal.net
358f567b0f523a05815d8def6f3d8d787fc967a9
268c3438e117532deac23ffc84e8d8865c328e0f
/code/10827_MaximumSumOnATorus.cpp
58676acf1ba2d26217fa4c36c4338d9bd2577a8e
[]
no_license
ionan/uva-oj
0f4fe64be5fedcb31363b5ba4b4c57c0ba0df994
ffacad1510d156a1a20dd5348fadc136da17b0cb
refs/heads/master
2021-01-02T09:26:34.053911
2020-03-28T10:25:21
2020-03-28T10:25:21
6,087,068
0
0
null
null
null
null
UTF-8
C++
false
false
1,519
cpp
#include <cstdio> #include <climits> #include <algorithm> using namespace std; int main(){ int testCases, N; scanf("%d", &testCases); int A[150][150]; while(testCases--){ scanf("%d", &N); for (int row = 0; row < N; row++){ for (int column = 0; column < N; column++){ scanf("%d", &A[row...
[ "ionander@arima.eu" ]
ionander@arima.eu
38202b4830b8e81c38264b18e4d9c73293d111cc
e5775e415f74a1b20d277d338853f06397e45da7
/exercises/chapter_11/sieve.cpp
f2be5835b202cc885374adffc325a453117e3849
[]
no_license
jigjnasu/codility
b091649e1228de84040202619762ca9095e78e25
0950c30aa79df1b890319d0cb8e595e02899333c
refs/heads/master
2023-04-18T15:28:23.580487
2021-05-04T16:30:00
2021-05-04T16:30:00
124,993,140
0
0
null
null
null
null
UTF-8
C++
false
false
882
cpp
/* https://app.codility.com/programmers Chapter 11 Sieve of Eratosthenes Solution by Rakesh Kumar, cpp.rakesh(at)gmail.com Date: 25/03/2018 */ #include <bits/stdc++.h> using namespace std; vector<int> sieve(int n) { vector<bool> p(n + 1, true); for (size_t i = 2; i < p.size(); ++i) if (p[i])...
[ "cpp.rakesh@gmail.com" ]
cpp.rakesh@gmail.com
d13acc42673aedddfd142be1a5bc2b6619af6bb2
64178ab5958c36c4582e69b6689359f169dc6f0d
/vscode/wg/sdk/UMovieSceneColorTrack.hpp
1cc161a065bbdf4ab36b1cf804883275b86db5f2
[]
no_license
c-ber/cber
47bc1362f180c9e8f0638e40bf716d8ec582e074
3cb5c85abd8a6be09e0283d136c87761925072de
refs/heads/master
2023-06-07T20:07:44.813723
2023-02-28T07:43:29
2023-02-28T07:43:29
40,457,301
5
5
null
2023-05-30T19:14:51
2015-08-10T01:37:22
C++
UTF-8
C++
false
false
1,441
hpp
#pragma once #include "UMovieScenePropertyTrack.hpp" #ifdef _MSC_VER #pragma pack(push, 1) #endif namespace PUBGSDK { struct alignas(1) UMovieSceneColorTrack // Size: 0xF0 : public UMovieScenePropertyTrack // Size: 0xE0 { private: typedef UMovieSceneColorTrack t_struct; typedef ExternalPtr<t_stru...
[ "1395329153@qq.com" ]
1395329153@qq.com
d45822a9245b31af212426f7ff45c9087ed8aaab
7a23875e9ef14d1a5b8c312636e83d711b0f23c3
/C++/111. Minimum Depth of Binary Tree/Minimum Depth of Binary Tree.cpp
763193cd4374a2b01cf7db205321943a9e7fbe29
[]
no_license
hanzhengbo/LeetCode
0fd9a1275acc37fffa5470ee9019bc69d1c6d552
414d090ffa898516f9db2d39c90da8fc27e197f7
refs/heads/master
2020-03-07T09:41:23.860938
2018-05-17T15:19:03
2018-05-17T15:19:03
127,413,833
1
0
null
null
null
null
UTF-8
C++
false
false
703
cpp
// // Created by 韩正博 on 18/4/17. // #include "../header.h" class Solution { public: int minDepth(TreeNode *root) { int min = INT_MAX; int count = 0; // 判断是否只有一个节点 int temp = 0; // 作为递归的变量 if (root == NULL) return 0; if (root->left) { count = 1; ...
[ "806850270@qq.com" ]
806850270@qq.com
a6d49c0fda215e84f219e32a2391eda5dbf069e8
ce2f81680150e90a5e335838719621fd48ab162f
/src/VideoSporas.cpp
edc43ac48f03fde70bc975d5e7edc1d3e316b1ed
[]
no_license
jaranega/RammsyAVShow
148448c2935a60b4674026743a9600a5c6af6253
2211dff2d9d3f6224bdd692746eaebf8fa19945d
refs/heads/master
2021-01-18T20:29:53.074248
2015-03-26T18:49:04
2015-03-26T18:49:04
32,942,915
0
0
null
null
null
null
UTF-8
C++
false
false
3,771
cpp
// // VideoSporas.cpp // RammsyAVShow // // Created by Aranega, Javier (BCN-LOH) on 06/03/15. // // #include "VideoSporas.h" //-------------------------------------------------------------- void VideoSporas::setup(){ video.loadMovie( "spores-growing-1.mp4" ); //video2.loadMovie("spores-growing-3.mp4"); ...
[ "javi.aranega@gmail.com" ]
javi.aranega@gmail.com
652224d4c191aa0785e573a767dafc8b44144d44
4b02bd8167ed8b32281b2b28bd0a8d3e60594b74
/Images2WavefrontObj/UI/Images2WavefrontObj.cpp
1c0f3db7123a099d4fb6db32730d4a1aff3f2cd1
[]
no_license
haegar80/Images2WavefrontObj
090bb8ad203f5370555d202b6e031dc9775b9f0a
12c4c350380ae30899469f6be3d1208b11672b51
refs/heads/master
2022-10-24T05:17:04.934271
2022-10-09T14:44:04
2022-10-09T14:44:04
125,415,446
0
0
null
null
null
null
UTF-8
C++
false
false
7,783
cpp
#include "Images2WavefrontObj.h" #include <QtWidgets/QApplication> #include <QtWidgets/QDesktopWidget> #include <QtWidgets/QWidget> #include <QtWidgets/QListWidget> #include <QtWidgets/QPushButton> #include <QtWidgets/QLabel> #include <QtWidgets/QScrollArea> #include <QtWidgets/QCheckBox> #include <QtWidgets/QMenuBar> ...
[ "marcelfuchs@gmx.ch" ]
marcelfuchs@gmx.ch
e80bf45bd49b60bba42f79e8c40fe79c3cfbbf42
d910c61e2ba4dfae1686814cd82be9416ae6b3de
/Próf2013/Slist/main.cpp
d224999411222995a5e4fb0cdd22c812dff4878f
[]
no_license
OlafurD/GSKI_Upprifjun
95f0815b1d101b53f0c75a9dd1ee95879e6a1b7b
1a55b1fe3691477360e9988b4dd0ee1cf9900a58
refs/heads/master
2021-01-22T02:52:35.589458
2014-04-21T21:14:47
2014-04-21T21:14:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
525
cpp
#include <iostream> #include "Slist.h" using namespace std; int main() { Slist myList; myList.push_front(3); myList.push_front(1); myList.push_front(0); myList.insert_after(1,2); myList.insert_after(3,4); myList.remove(3); for(NodePtr node = myList.begin() ; node != NULL ; node = no...
[ "olafur12@gmail.com" ]
olafur12@gmail.com
836aa60303f14475bfd7f990912c4d28ed9fb9ef
b7f1b4df5d350e0edf55521172091c81f02f639e
/ui/aura/local/window_port_local.cc
c9b3213d26f12a2b1ed87fa7872db6985f7bec3d
[ "BSD-3-Clause" ]
permissive
blusno1/chromium-1
f13b84547474da4d2702341228167328d8cd3083
9dd22fe142b48f14765a36f69344ed4dbc289eb3
refs/heads/master
2023-05-17T23:50:16.605396
2018-01-12T19:39:49
2018-01-12T19:39:49
117,339,342
4
2
NOASSERTION
2020-07-17T07:35:37
2018-01-13T11:48:57
null
UTF-8
C++
false
false
6,342
cc
// Copyright 2016 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 "ui/aura/local/window_port_local.h" #include "components/viz/service/frame_sinks/frame_sink_manager_impl.h" #include "ui/aura/client/cursor_clie...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
62e491e85137e37e94560ea70b59564bff047750
5c611418f0cf7e2d7bc3b69c8bd3862561b55d11
/Core/Resource/obj_model.h
5d3f015a7cc0dc86ca5c5da7e7a21682f505cd91
[ "Apache-2.0" ]
permissive
everfor/Frankenstein
a4ce1f53c6830c9db254a2e4ab880b45d0ab7cd4
a1d0d8f7cb7a2c23e5da9c3c9ecf39a80e5b9e9c
refs/heads/master
2021-01-13T01:28:53.199898
2015-03-26T04:43:00
2015-03-26T04:43:00
25,987,783
4
0
null
null
null
null
UTF-8
C++
false
false
692
h
#pragma once #include "indexed_model.h" #include "vertex.h" #include <glm/glm.hpp> #include <vector> #include <string> class Vertex; class ObjIndex { public: ObjIndex(int init_pos_index = 0, int init_tex_index = 0, int init_normal_index = 0) : positionIndex(init_pos_index), texIndex(init_tex_index), normalInd...
[ "alan.yang1994@gmail.com" ]
alan.yang1994@gmail.com
67e87837cb8cd7d86edd2787a74b22749ac4211e
f0be8b268cb4405a9d40a1ea943a5352018173bb
/103 Binary Tree Zigzag Level Order Traversal.cpp
94001b6a3267c8304d241072a59812188eea0b38
[]
no_license
iroot900/Algorithm-Practice-300-Plus
1b2cdce48104dec540e045dfcab6290fefe60e4b
5b97c69c991d2b2f330d7b667e79dd32b53e44f5
refs/heads/master
2020-07-10T21:34:39.125332
2015-09-01T21:40:20
2015-09-01T21:40:20
36,990,843
0
0
null
null
null
null
UTF-8
C++
false
false
878
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: vector<vector<int>> zigzagLevelOrder(TreeNode* root) { vector<vector<int>> result; ...
[ "iroot900@gmail.com" ]
iroot900@gmail.com
b28b5a85075a16601b08f92d95d2146355f59bb1
30a6907f5b332ef6b94b9acad523ae1ffb12f1d6
/main.cpp
51bb5017829b3d3d9b533ad54dc2f499d4382ee8
[]
no_license
marsaud/client
6d81202626c4f0766d5719b73ee6935041014da7
27f00e8dec61bf226cd1010dac23043e5c12e85f
refs/heads/master
2020-06-01T03:09:19.444354
2014-12-22T21:59:22
2014-12-22T21:59:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
574
cpp
#include <iostream> #include <boost/asio.hpp> #include <SDL/SDL.h> #include "Client.h" #include "init.h" int main() { SDL_Surface* screen = NULL; TTF_Font* font = NULL; initVideo(640, 400, "fonts/coure.fon", 22, screen, font); try { boost::asio::io_service io_service; boost::asio::ip::tcp::endpoi...
[ "marsaud.fabrice@neuf.fr" ]
marsaud.fabrice@neuf.fr
b86a10e68359be8c020ca1d130462e9e4a85afb3
d4240a19b3a97e8c4a39a7925e8046ead6642d19
/2016/Enceladus/Temp/StagingArea/Data/il2cppOutput/TextMeshPro_TMPro_TMP_Math871511886.h
6e1c5fa117257617fc823ba6f11df4d6adb64e17
[]
no_license
mgoadric/csci370
05561a24a8a6c3ace4d9ab673b20c03fc40686e9
9ffd5d0e373c8a415cd23799fc29a6f6d83c08af
refs/heads/master
2023-03-17T18:51:45.095212
2023-03-13T19:45:59
2023-03-13T19:45:59
81,270,581
2
3
null
null
null
null
UTF-8
C++
false
false
1,589
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" #include "UnityEngine_UnityEngine_Vector22243707579.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored ...
[ "goadrich@hendrix.edu" ]
goadrich@hendrix.edu
1bdc6d949ea952713d1678189cda2b82f01fcb61
e47215631d4d4dc2d7fda21c9dfd11e17c186c98
/CIS410/project3/proj3.cxx
de1d25e5baff112d39c42fd3247d6ef200715089
[]
no_license
Touchette/UniversityClasses
ae58052f45aec532b61f200ae48918ab86d5ae01
74d99cc7abcebc878426df8f1088aa02f0ce9aaa
refs/heads/master
2020-03-19T13:24:19.141804
2020-03-10T05:13:09
2020-03-10T05:13:09
136,577,858
0
0
null
null
null
null
UTF-8
C++
false
false
13,861
cxx
#include <vtkImageData.h> #include <vtkPNGWriter.h> #include <vtkPointData.h> #include <vtkPoints.h> #include <vtkUnsignedCharArray.h> #include <vtkFloatArray.h> #include <vtkDataSetReader.h> #include <vtkRectilinearGrid.h> #include <vtkFloatArray.h> #include <math.h> // ***********************************************...
[ "marionettis2@gmail.com" ]
marionettis2@gmail.com
87432d393e3c270c0af2a950c8d793e032bdfe11
24e4ea37f1023078cf7e4dc4e64ee9a9ae9287fe
/FGy_II_27_3_valtozat/FGy_II_27_3_valtozat.cpp
ac14c83db944cf766ce5e69ebe7e4666f1bce69d
[]
no_license
cskinga/cpp_training
dc8c87f0ae3925a06dd51db7e3d95ddc05d08ce1
4ede3613284ea41c578f6d73b52b007b0ac2b997
refs/heads/master
2023-08-24T21:09:27.243676
2021-10-26T19:19:50
2021-10-26T19:19:50
399,350,588
0
0
null
null
null
null
UTF-8
C++
false
false
2,221
cpp
// FGy_II_27_3_valtozat.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> #include <string> #include <cmath> using namespace std; string decimal_to_hexadecimal(int x) { int szamjegy = 1; string z = ""; if ((x / pow(10, szamjegy - 1)) >= 1) {...
[ "balintus98@gmail.com" ]
balintus98@gmail.com
b86ab84cc54450596d4ac7fb130676bc426d269f
659d99d090479506b63b374831a049dba5d70fcf
/xray-svn-trunk/editors/LevelEditor/TopBar.cpp
edcd35248df7a5ab533c0951245c94a1454949af
[]
no_license
ssijonson/Rengen_Luch
a9312fed06dd08c7de19f36e5fd5e476881beb85
9bd0ff54408a890d4bdac1c493d67ce26b964555
refs/heads/main
2023-05-03T13:09:58.983176
2021-05-19T10:04:47
2021-05-19T10:04:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,302
cpp
#include "stdafx.h" #pragma hdrstop #include "TopBar.h" #include "../ECore/Editor/UI_ToolsCustom.h" #include "../ECore/Editor/ui_main.h" #include "ui_levelmain.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "ExtBtn" #pragma link "mxPlacemnt" #p...
[ "16670637+KRodinn@users.noreply.github.com" ]
16670637+KRodinn@users.noreply.github.com
1c2c676367ddad47b02e4dcff9c0d10df62dc5a6
910537207debe5cb8665d88078dc966966a5d776
/src/Raytracer/util/ThreadPool.h
b5b5beb0f5bdc59b43a31268fbdb1f3783fdd23f
[]
no_license
Tastaturtaste/Raytracing
844a8836c30f6fc75f5433f9e5bc4703e21a090c
fab5d9d4af9ab19805754732d3abf30012cbc171
refs/heads/master
2023-03-26T00:22:07.368594
2021-03-22T23:28:26
2021-03-22T23:28:26
343,588,483
0
0
null
null
null
null
UTF-8
C++
false
false
2,736
h
#pragma once #include <vector> #include <thread> #include <future> #include <functional> #include <mutex> #include <queue> #include <memory> #include <concepts> namespace ThreadPool_ { template<class F> concept returnsJob = requires(F f) { {f()}->std::convertible_to<std::function<void()>>; }; } class ThreadPool { ...
[ "joshua.moellers@gmx.net" ]
joshua.moellers@gmx.net
f15b8510a84446f39c29bc42f896f10c0dc522c8
8d1c7fba7cd15f8a1e33fd27d11eefd1c67d579f
/src/test/res/app.cc
f4f25b4454f4156db58d6e37524bdfe794298e89
[ "Apache-2.0" ]
permissive
bazelbuild/bazel
5896162455f032efc899b8de60aa39b9d2cad4a6
171aae3f9c57b41089e25ec61fc84c35baa3079d
refs/heads/master
2023-08-22T22:52:48.714735
2023-08-22T18:01:53
2023-08-22T18:01:53
20,773,773
20,294
4,383
Apache-2.0
2023-09-14T18:38:44
2014-06-12T16:00:38
Java
UTF-8
C++
false
false
1,003
cc
// Copyright 2019 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
2e237f5fe9b66498f4018488d8003240ddd2093e
81e30700981c3965858225201e62159f6cca9088
/lib/mtgl/test/test_connected_components.cpp
dc4b6739554eb22b256bf0cd6a8128a5a0c0348a
[]
no_license
Auguraculums/graphdb-testing
37c6243f834f7599744c1c144e7c4f31a0bec97f
c5244414c5101cc31954d9c6e62c08eada9d9392
refs/heads/master
2020-12-11T06:06:34.155373
2016-01-17T12:10:02
2016-01-17T12:10:02
49,815,581
0
0
null
2016-01-17T12:05:14
2016-01-17T12:05:14
null
UTF-8
C++
false
false
3,773
cpp
/* _________________________________________________________________________ * * MTGL: The MultiThreaded Graph Library * Copyright (c) 2008 Sandia Corporation. * This software is distributed under the BSD License. * Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, * the U.S. Government...
[ "rob@robmccoll.com" ]
rob@robmccoll.com
1d3a6f5ee75be55e25e783b26f185127b0719a0d
8fb79eb28f4ca299ae6481549cca514814c53309
/amr_parser/src/left_to_right/parser/parser_eager.h
b87375a7960cdc1de64faa8863844ed21599830b
[]
no_license
tedrepo/tamr
1a28deeea90b949f257f1f72a075c97df1b9178d
c7a480a019d1d765f0ce3d04a37e31709af47f4a
refs/heads/master
2022-01-08T14:26:23.093985
2018-12-20T00:51:04
2018-12-20T00:51:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,507
h
#ifndef PARSER_EAGER_H #define PARSER_EAGER_H #include "parser.h" #include "lstm.h" #include "dynet_layer/layer.h" #include <vector> #include <unordered_map> #include <boost/program_options.hpp> namespace po = boost::program_options; struct ParserEager : public Parser { struct TransitionSystemFunction...
[ "oneplus.lau@gmail.com" ]
oneplus.lau@gmail.com
e8e81e371076eca3d12fa2725d509ca3d1097987
154ad9b7b26b5c52536bbd83cdaf0a359e6125c3
/components/autofill/core/common/password_form_fill_data_unittest.cc
3a8954d3bb9e728223396a2438df1957da23a06c
[ "BSD-3-Clause" ]
permissive
bopopescu/jstrace
6cc239d57e3a954295b67fa6b8875aabeb64f3e2
2069a7b0a2e507a07cd9aacec4d9290a3178b815
refs/heads/master
2021-06-14T09:08:34.738245
2017-05-03T23:17:06
2017-05-03T23:17:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,731
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. #include "components/autofill/core/common/password_form_fill_data.h" #include <memory> #include <utility> #include "base/strings/utf_string_conversions....
[ "zzbthechaos@gmail.com" ]
zzbthechaos@gmail.com
3e71c5e8cff2d4ce9f210f19693cfec8c006b96e
ce28ec891a0d502e7461fd121b4d96a308c9dab7
/dbmerge/AttributeMergeItem.cc
dbc59512354a302f295b393681673af2fcc1d52a
[]
no_license
aktau/Tangerine
fe84f6578ce918d1fa151138c0cc5780161b3b8f
179ac9901513f90b17c5cd4add35608a7101055b
refs/heads/master
2020-06-08T17:07:53.860642
2011-08-14T09:41:41
2011-08-14T09:41:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,336
cc
#include "AttributeMergeItem.h" #include <QtGui> #define MERGE_DEBUG 2 struct HistoryLessThan { bool operator()(const HistoryRecord& lhs, const HistoryRecord& rhs) const { return lhs.timestamp < rhs.timestamp; } }; AttributeMergeItem::AttributeMergeItem(int matchId, const QList<HistoryRe...
[ "nicolashillegeer@gmail.com" ]
nicolashillegeer@gmail.com
937fb3c7746f8d89a38ac9eecf7fedfdbb72032b
d4c53e51993154f9a859c206c5c87db94772f545
/src/Mock.re
a8f125604caee0891f7fde0db8d96aabd760acb7
[]
no_license
x86chi/thinking-in-react
b955656388ba8f486cfb90a6efae52bea94653a4
bca46e95ae0b6039e9f71d81ef877e98f8202f19
refs/heads/reason
2021-08-08T09:17:39.402298
2020-12-22T05:54:10
2020-12-22T06:07:17
245,308,956
0
0
null
2020-12-22T06:52:40
2020-03-06T02:02:19
TypeScript
UTF-8
C++
false
false
707
re
type product = { category: string, price: string, stocked: bool, name: string, }; let proudcts = [| { category: "Sporting Goods", price: "$49.99", stocked: true, name: "Football", }, { category: "Sporting Goods", price: "$9.99", stocked: true, name: "Baseball", }, { ...
[ "iam@muhun.kim" ]
iam@muhun.kim
d3753bca2fc368961b14ccd93af14547a70a8bde
a73f828c92d48867c71af7e4fdb9dc5a763ccb39
/SZD.h
06fa8f93ab3bc2d69aac8fcffc1bcc3f5a5c54a5
[]
no_license
komelq/default
c6fbc503fa1c349623e82ce7817a7f334db9e9f8
2506ff97ebf62445468256f84747d7cb6386af91
refs/heads/master
2016-09-06T13:15:48.175297
2014-04-05T14:54:45
2014-04-05T14:54:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,271
h
//--------------------------------------------------------------------------- #ifndef SZDH #define SZDH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <ComCtrls.hpp> #include <Grids.hpp> ...
[ "kamil.jagiello85@gmail.com" ]
kamil.jagiello85@gmail.com
ae54e3482024f72b66e1a7991212e51d57360671
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/thirdparty/physx/physx/source/scenequery/src/SqAABBTree.h
bd8e9a18f0792745f26b54d4122f194ab23202da
[ "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C++
false
false
10,423
h
// // 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 conditions and the following disclaimer. // * Redistributions in bin...
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
86a5b2061bbe2fe24f8edca2a5ca13449a9dae2f
bfdee286a665ea1f0ec3ebf4e71236c23ab73dbd
/log/kflogger.cc
514e4b79a7084d10f4519bc8442386064a23efec
[]
no_license
qcghdy/kuafu
b0b604f0a8e252e10cd77587b386379db022eb08
6b69f5df06e1f77d6dfe5b139461ac3b9a735c69
refs/heads/master
2020-03-22T19:55:39.528406
2018-06-10T07:45:06
2018-06-10T07:45:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,932
cc
#include "log/kflogger.h" #include <atomic> #include <thread> #include <log4cplus/fileappender.h> #include <log4cplus/consoleappender.h> #include <log4cplus/layout.h> namespace kuafu { static const char* kKuafuLoggerDefaultFileName = "__kuafu_logger_default__.log"; static const char* kKuafuLoggerDefault...
[ "liuwei3-s@360.cn" ]
liuwei3-s@360.cn
0b1ee91dc1a941553d311124c6d938413c48a7a6
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_new_hunk_3838.cpp
07f037682d076db38f79b5eb00dd16575aa10c13
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
257
cpp
return _("deleted by us:"); case 6: return _("both added:"); case 7: return _("both modified:"); default: die("BUG: unhandled unmerged status %x", stagemask); } } static const char *wt_status_diff_status_string(int status) { switch (status) {
[ "993273596@qq.com" ]
993273596@qq.com
521913745efcacb4c50a0e52a19689a1e5880b6a
b16e2f8cc94df8320f9caf8c8592fa21b1f7c413
/Codeforces/893B/brute_force.cpp
e6878a0cad4a86e4a36a3126ccb4df3b74db371a
[ "MIT" ]
permissive
codgician/Competitive-Programming
000dfafea0575b773b0a10502f5128d2088f3398
391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4
refs/heads/master
2022-06-13T04:59:52.322037
2020-04-29T06:38:59
2020-04-29T06:38:59
104,017,512
3
0
null
null
null
null
UTF-8
C++
false
false
452
cpp
#include <iostream> #include <cstdio> #include <cmath> #include <algorithm> #include <cstring> #include <string> #include <iomanip> using namespace std; int ans[9] = {1, 6, 28, 120, 496, 2016, 8128, 32640, 130816}; int main() { ios::sync_with_stdio(false); int n; cin >> n; for (int i = 8; i >= 0; i--)...
[ "codgician@users.noreply.github.com" ]
codgician@users.noreply.github.com
f23c05b8fdf9bc68619bb2c25ff4937d4bd2aba0
c3d3062f0fdd751a49ccbe907cff41aa4680b42b
/include/ElephantEngine/eScreenCounter.h
448af87699f26980dbdb6404c19e1105b91d3931
[]
no_license
Flower35/ZookieWizard
5a233d71f2202ae120dd7c160e8d022a40c15eeb
1d398f194e1ad74d5b6cf7f865dc2baab33936b7
refs/heads/master
2023-06-07T04:34:27.333278
2022-08-18T17:12:13
2022-08-18T17:12:13
228,497,238
12
6
null
null
null
null
UTF-8
C++
false
false
1,322
h
#ifndef H_KAO2AR_SCREENCOUNTER #define H_KAO2AR_SCREENCOUNTER #include <ElephantEngine/eTextWriterFields2.h> namespace ZookieWizard { //////////////////////////////////////////////////////////////// // eScreenCounter interface // <kao2.005D53C0> (vptr) ////////////////////////////////////////////////...
[ "46760021+Flower35@users.noreply.github.com" ]
46760021+Flower35@users.noreply.github.com
27d52ce8fd31705b0f624e50b34da55754903b6d
785463ea0d81e1ab888a858e31ab8cf8b24e4ce6
/deps/cereal/include/cereal/types/base_class.hpp
9d014e41a9aeb6caaafb7070b9ac65fce4bdf8e7
[ "MIT", "BSD-3-Clause" ]
permissive
GTAResources/modloader
475853390165290d0b5f37f239f3e6b15f36195a
18f85c2766d4e052a452c7b1d8f5860a6daac24b
refs/heads/master
2021-02-07T17:32:29.299117
2018-01-20T16:23:25
2018-01-20T16:23:25
244,057,341
1
1
MIT
2020-02-29T23:33:52
2020-02-29T23:33:51
null
UTF-8
C++
false
false
5,588
hpp
/*! \file base_class.hpp \brief Support for base classes (virtual and non-virtual) \ingroup OtherTypes */ /* Copyright (c) 2014, Randolph Voorhies, Shane Grant All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following...
[ "dma_2012@hotmail.com" ]
dma_2012@hotmail.com
120983fec41acc89299a1e8bcdc5221e647704e0
8b80f4edc7089a3823bcc051e7278daaf39fbc5e
/interpolate.hpp
df5ef4e386484fe896547d62503d1e290a75304d
[]
no_license
Arangojd/MAVI
d725d4576ab32ed03836630facafe4cea2d503c9
82b136dbe42602399bbb744c555802d57db54f35
refs/heads/master
2021-01-13T16:55:41.483002
2017-04-27T14:41:05
2017-04-27T14:41:05
79,232,161
0
0
null
null
null
null
UTF-8
C++
false
false
678
hpp
/* * interpolate.hpp * --------------- * * Function declarations and inline function * definitions for various data interpolation methods. */ #ifndef INTERPOLATE_HPP #define INTERPOLATE_HPP /** * Performs linear interpolation within the range [xmin, xmax] * [ymin, ymax]. * * @param x Interpolant * @param xm...
[ "annoyingmoose.th@gmail.com" ]
annoyingmoose.th@gmail.com
7e6d62a282f64fef1c05a36b5284e1dc6bd7db64
72b08c6856e42b85244720dcd65da3fcbbe75f55
/2º/ALG/Practica 3/distancia.cpp
682de77bb92d7a662a488a9883da56e19bd0eebb
[]
no_license
arturocs/grado_informatica_ugr
774faa1553be035af3bb49f9d3500465a2076f37
be67c5b5c03f859edc30a94d20a8e7e6b7a140cd
refs/heads/master
2023-04-01T06:19:47.962602
2021-04-01T11:15:43
2021-04-01T11:15:43
340,430,923
0
0
null
null
null
null
UTF-8
C++
false
false
2,266
cpp
#include <cmath> #include <fstream> #include <iostream> #include <regex> #include <string> #include <vector> using namespace std; struct Ciudad { float nciudad, x, y; }; double distancia(Ciudad c1, Ciudad c2) { return sqrt((c2.x - c1.x) * (c2.x - c1.x) + (c2.y - c1.y) * (c2.y - c1.y)); } vector<float> parsear_l...
[ "arturocs@protonmail.com" ]
arturocs@protonmail.com
af46ae826650eb30aab252e7de977de3a58728c9
afec113dcac49a1f341d42be821973755051e103
/seadmin/CAdminAPI.cpp
8671cff4aaf749eb97f288ed589a2a4d8fb982ae
[]
no_license
radtek/earnsmart
e080bafa824bf2728fbf8603d46c11430d77cfb6
df3983366a993d1e5ba0167d2483c3eb799b25be
refs/heads/master
2020-06-22T06:14:04.646933
2019-02-15T13:32:59
2019-02-15T13:32:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
81,656
cpp
/* * File: CAdminAPI.cpp * Author: santony * * Created on March 22, 2013, 9:20 PM * * */ #include "internal.h" #include "CAdminAPI.h" #include "../seglobal/CList.h" #include "CAudit.h" #include "../seglobal/CROList.h" #include "CUser.h" #include "CUserType.h" #include "../semysql/CMyqlUtilities.h" #includ...
[ "sajiantony@hotmail.com" ]
sajiantony@hotmail.com
668e1c75fa499cb56d96988568d9567fea7f07f8
0de7df0382a8c18bde2e10b71631ac3587a9936a
/MainzPackage/CK_RungeKutta.h
06cec73a361881364af9f379bcbb61902b5ad278
[]
no_license
erezcoh4/Mainz_deep
c8ddcfe5ab4e372bedb52e306f872109174721d3
b9bcdc7d3e0538ea75678c693283fb0ac26f49e3
refs/heads/master
2016-08-11T07:24:27.867464
2016-04-14T05:31:31
2016-04-14T05:31:31
54,966,906
0
0
null
null
null
null
UTF-8
C++
false
false
7,301
h
/** * \file CK_RungeKutta.h * * \ingroup MainzPackage * * \brief Class def header for a class CK_RungeKutta * * @author erezcohen */ /** \addtogroup MainzPackage @{*/ #ifndef CK_RUNGEKUTTA_H #define CK_RUNGEKUTTA_H #include <iostream> #include <math.h> #include <iostream> #include <stdlib.h> #include <...
[ "cohen.erez7@gmail.com" ]
cohen.erez7@gmail.com
293569fa43476fb818f826eb05e1349594a93e49
bfa2a4ce99b3f93d3f00e538e4195301e521a261
/app/jni/DetectionBasedTracker_jni.cpp
d08e6297c954772aade2c7aa2cc960787ba22655
[]
no_license
V0tis/OpenCV-Android
c467b4a307a1d7dfd9a46a6a4a1a232de500a7ac
bf714d38a93c4a8ae7519f10058a32b701bab43b
refs/heads/main
2023-08-15T12:13:23.020487
2021-09-23T11:41:26
2021-09-23T11:41:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,808
cpp
#include <DetectionBasedTracker_jni.h> #include <opencv2/core.hpp> #include <opencv2/objdetect.hpp> #include <string> #include <vector> #include <android/log.h> #define LOG_TAG "FaceDetection/DetectionBasedTracker" #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)) using namespac...
[ "donggun.dev@gmail.com" ]
donggun.dev@gmail.com
9e3a0b95739989e96fa74af367149397002929c9
a8003497954bdb3b6a91e128be211df1289f0c06
/libs/base/include/suil/base/exception.hpp
2c4668238f830e88ebba79cc48f874568dbb816f
[ "MIT" ]
permissive
dccarter/suil
5bf4d47869582a4088c74ac65be33bf79e67d162
849ab2ac4b33cd1cbd24ae3253fe472ba5bb7f85
refs/heads/main
2022-12-17T12:17:33.581772
2022-11-17T02:08:29
2022-11-17T02:08:29
324,083,766
6
0
MIT
2022-11-17T01:53:30
2020-12-24T06:27:13
C++
UTF-8
C++
false
false
6,557
hpp
// // Created by Mpho Mbotho on 2020-10-05. // #ifndef SUIL_BASE_EXCEPTION_HPP #define SUIL_BASE_EXCEPTION_HPP #include <exception> #include <string> #include <sstream> #include <variant> #include <suil/base/utils.hpp> namespace suil { class Exception: public std::exception { public: explicit Excep...
[ "lastcarter@gmail.com" ]
lastcarter@gmail.com
0d4b50a3b0f5f6fe4bca5993bed5ab9ce92351ed
5d6278f9a2eda792f54f6cc8fb9bbafd6551c1fe
/Files/FrankowskiFantasy/Encounters/NeverEndingTower/Neverending-Tower_Hard.h
c60a3bb7b1707010b12c8cfbece69a0e0f9e0a4b
[]
no_license
6b4cb9/JPO
76a88e7f3bed15f87b1de706fec7aa0f7941a8e8
50eda1d68854ad8c577850248aafe9fe5f27159a
refs/heads/master
2021-01-11T19:47:48.665415
2017-01-22T13:24:05
2017-01-22T13:24:05
79,398,416
0
0
null
null
null
null
UTF-8
C++
false
false
757
h
#pragma once //Author: Kamil Janowski // Difficulty: 3 // Priority : 3 #include"stdafx.h" #include "..\..\Character.h" #include "..\..\Encounter.h" #include <fstream> #include <string> #include <vector> #include <iostream> #include <cstdlib> #include <ctime> #include <Windows.h> #include <cstdlib> #include <chrono> ...
[ "rosenhof@student.agh.edu.pl" ]
rosenhof@student.agh.edu.pl
5522d8e928c8055ad435a73d46887e5b89773983
6cb8560e1da833eeeba77cc05f22147d8ad8ad69
/hello_world.cpp
e31111d477b1fd783471db374eef719dc539f89d
[ "MIT" ]
permissive
tugberkugurlu/cpp-samples
8f6c51ac3aa83fe995eacf0f84cfef26fe3cc2cc
14fd24af43b76848cbf71764fdae1da2a938dfdd
refs/heads/master
2021-01-20T20:57:32.014863
2015-07-07T15:26:59
2015-07-07T15:26:59
38,696,173
0
0
null
null
null
null
UTF-8
C++
false
false
102
cpp
#include <iostream> using namespace std; int main() { cout << "Hello World!\n"; return 0; }
[ "tugberk@outlook.com" ]
tugberk@outlook.com
409c09595b82939840bc12782b916f293f8fa583
a740fa23e2e7c1d650ddc05f0651502367674ebf
/iterator.cpp
26941f1b03ad6dabbaf015d14cb022c7cc3037e6
[]
no_license
dimores28/Kurs
7a2a292db7ab9403b8a6df04973fb466425c507e
2a92766493ee5edc8a277c376160b4b10bbdf394
refs/heads/master
2020-03-28T14:20:23.342535
2018-10-05T13:13:40
2018-10-05T13:13:40
148,479,192
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
5,785
cpp
#include <iostream> #include <string> #include <memory> #include <set> #include <vector> #include <algorithm> using namespace std; template<class T> void print(const T& t) { for (typename T::const_iterator it = t.begin(); it != t.end(); ++it) { cout << *it ; } cout << endl; } template<class T> struct Node ...
[ "dimores28@rambler.ru" ]
dimores28@rambler.ru
980fc2cfc720232761d26acd52881bd2bc516aa1
935a397d01fba9e332f63c71d140de1a1bffe277
/kmp.cpp
46051ee2ad7e9cd54eea9eda63d8cbbd6bc76a4f
[]
no_license
dreamzen/programming
c043b54a0a42a3fbf9cdbc804a4aa08f1dfa3dc1
a58f4449e4dfc6823ba0a2d3aa7793dec56358d2
refs/heads/master
2021-01-25T08:42:58.721002
2014-06-21T15:43:48
2014-06-21T15:43:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,739
cpp
#include <iostream> #include <vector> using namespace std; class Solution { private: vector<int> p; public: char *strStr(char *haystack, char *needle) { if(haystack == NULL || needle == NULL) { return NULL; } int len1 = strlen(haystack); int len2 = strlen...
[ "dreamzen@163.com" ]
dreamzen@163.com
18bf1ceb4ceb10664de6e7696e8ad3241d034663
2bc2415e697671aea985d3145ec6b80b87f2e644
/ScanVer1_0/highform.cpp
5fc55c321ba50fbb233c96fdd638fd12ba69e270
[]
no_license
zhuym799/scan
36b66db55406c337facf3d1e288873295de4f938
b5b16e5f3b4d89ce6e12bc19e054b0d810ffad0e
refs/heads/main
2023-04-28T23:28:04.640498
2021-05-09T10:26:20
2021-05-09T10:26:20
353,310,198
0
0
null
null
null
null
UTF-8
C++
false
false
201
cpp
#include "highform.h" #include "ui_highform.h" HighForm::HighForm(QWidget *parent) : QWidget(parent), ui(new Ui::HighForm) { ui->setupUi(this); } HighForm::~HighForm() { delete ui; }
[ "923637194@qq.com" ]
923637194@qq.com
0ef886ea61fd7358a8283519322b4714730d920d
8d4baaf91cee3ea8ae16ab3359ab89b0557b0a6c
/depenseGroupe.cpp
5265d0de8a245c4aaa3e3d2c2fcc9773180986c1
[]
no_license
Karl-Nels/H18-TP2
1599f2b7963786325dca9009597c760bfbb8380a
3042110f650e003904740b955b54be7f7d451807
refs/heads/master
2020-04-01T08:18:56.293880
2018-10-22T01:49:13
2018-10-22T01:49:13
153,025,703
0
0
null
null
null
null
UTF-8
C++
false
false
1,030
cpp
#include "depenseGroupe.h" //constructeurs DepenseGroupe::DepenseGroupe(const string& nom, double montant, const string& lieu): Depense::Depense(nom,montant,lieu,groupe),nombreParticipants_(0) { } DepenseGroupe::DepenseGroupe(const DepenseGroupe& depense): Depense(depense),nombreParticipants_(0) {} // accesseurs ...
[ "xhworking@gmail.com" ]
xhworking@gmail.com
cd818e6ceefd6acbfc56015206b2c96d477c675b
062a5099de7ab2fd1b12d6e98bdc446473cea455
/140728/Graphic/model/character.h
74eea0a58cdabc212ac562e771699dcbdc546edb
[ "MIT" ]
permissive
lthnim371/DirectX3D
8fbda7a3f9b1cec2fad3c410465b4ab14bd87cf2
13848ae691747d5ec1d3b42e55a765cbbdc809c9
refs/heads/master
2016-09-05T21:44:02.897351
2014-08-22T03:43:30
2014-08-22T03:43:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
449
h
#pragma once namespace graphic { class cCharacter : public cModel { public: cCharacter(const int id); virtual ~cCharacter(); virtual bool Create(const string &modelName) override; void LoadWeapon(const string &fileName); virtual bool Move(const float elapseTime) override; virtual void Render() overri...
[ "taehoon0720@naver.com" ]
taehoon0720@naver.com
30e193897f4bbf5f424d10cd0eb690a21ffd323b
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/webrtc-jumpingyang001_for_boss/modules/desktop_capture/win/screen_capture_utils.cc
2effad745bcc5a48d376003d1159f26dea51b522
[ "BSD-3-Clause", "LicenseRef-scancode-google-patent-license-webm", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
UTF-8
C++
false
false
3,619
cc
/* * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "slacealic@nate.com" ]
slacealic@nate.com
6000a0289fddc09b6b35514880e0b69a328ea6b2
eda0aa1e172285968d075ff018d2620dce0c34e2
/codeforces1203D2.cpp
6e4ef1e6471e5125513712be1e7243ae8ca81d71
[]
no_license
AbhJ/some-cp-files-2
bb12596453010a5e2f60329cbb397b2dc42c151d
8d3dbf726939fbd3ae4a952f5049ab3ab40e7917
refs/heads/master
2023-07-30T23:17:28.150149
2021-09-26T13:16:29
2021-09-26T13:16:29
402,768,725
0
0
null
null
null
null
UTF-8
C++
false
false
721
cpp
#include <bits/stdc++.h> #define ibs ios_base::sync_with_stdio(false) #define cti cin.tie(0) using namespace std;//coded by abhijay mitra const int N=2e5+10; int n,m,dp[2][N]; void f(string s,string t,bool x){ n=s.length(),m=t.length(); s='#'+s,t='#'+t; int j=n+1; for (int i = m; i; --i) { while(s[--j]!=t...
[ "mitraabhijay@gmail.com" ]
mitraabhijay@gmail.com
577467ab6eb687f67d068b5a55679b88148174de
4f3d6b63dd5d1975aca587cf26ab79d403d35771
/Lab06/Invulnerability.cpp
0b0bf26c1b89c657732e10e3d2ae358498e67bac
[]
no_license
alinaf/spaceGame
473ecb9bba50fa3f15f40372a345bc0964b92746
0a2d0925b6755fb036ef1875fad1a47818d91ad6
refs/heads/master
2021-04-15T05:41:12.009246
2018-04-19T06:07:12
2018-04-19T06:07:12
126,744,350
0
0
null
null
null
null
UTF-8
C++
false
false
896
cpp
// // Invulnerability.cpp // Game-mac // // Created by tml on 4/15/18. // Copyright © 2018 Sanjay Madhav. All rights reserved. // #include <stdio.h> #include "Game.h" #include "Invulnerability.h" #include "Player.h" Invulnerability::Invulnerability(class Game* game):Actor(game){ mSprite = new SpriteComponent(...
[ "TheJeffrey@tmldeMacBook-Pro.local" ]
TheJeffrey@tmldeMacBook-Pro.local
a716aae1d7bbf003a6c688531c403f57ae49a5b1
0bae86219e690b4690633c309509eee379793abb
/1095.cpp
eab02ca2a34665427fb1fabca83380d2aa26194a
[]
no_license
toffanetto/URI_toffanetto
959cb3074e4f3ac7f2745177f05af26d29d525c5
1d741f971ffb2395f74f041e7905fc70248963e5
refs/heads/master
2022-12-06T01:08:40.947325
2020-08-30T18:48:02
2020-08-30T18:48:02
291,491,068
1
0
null
null
null
null
UTF-8
C++
false
false
148
cpp
#include <iostream> using namespace std; int main(){ int h=1,j=60; for(int i=0;i<=12;i++){ cout << "I=" << h << " J=" << j << endl; h+=3; j-=5; } }
[ "gabrieltoffanetto@gmail.com" ]
gabrieltoffanetto@gmail.com
b5dd94722e7d3a75662085f1eb590b3bf9ea7440
375389e3a1eeb45dd6ef79cfec28262e0e694009
/Codes/706c.cpp
ceeee681b7553d39d7140cd11baadb3a9fe29f57
[]
no_license
erocodesenin/PracticeCP-1500-1600-
15fbb26d4f980b9051d87c06ad25636c38b5ad72
9e7054051efd594835c62d10df45d0fe041a638d
refs/heads/master
2020-05-29T09:33:43.858921
2019-06-06T08:27:17
2019-06-06T08:27:17
189,067,873
0
0
null
null
null
null
UTF-8
C++
false
false
1,333
cpp
#include <stdio.h> #include <iostream> #include <algorithm> #include <cmath> #include <numeric> #include <vector> #include <set> #include <map> #include <cstring> #include <unordered_map> #define lld long long int #define DBG1(vari1) cerr<<#vari1<<" = "<<(vari1)<<endl; #define DBG2(vari1,vari2) cerr<<#vari1<<" = "<<(va...
[ "erocodesenin@gmail.com" ]
erocodesenin@gmail.com
09ed3fac8b05fc87183e2529803e4f4a5db4ea82
83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1
/v8_4_8/src/base/platform/platform-win32.cc
1f4a2a9f35492e34a06ee5fa24a6e7b83f29020b
[ "Apache-2.0" ]
permissive
cool2528/miniblink49
d909e39012f2c5d8ab658dc2a8b314ad0050d8ea
7f646289d8074f098cf1244adc87b95e34ab87a8
refs/heads/master
2020-06-05T03:18:43.211372
2019-06-01T08:57:37
2019-06-01T08:59:56
192,294,645
2
0
Apache-2.0
2019-06-17T07:16:28
2019-06-17T07:16:27
null
UTF-8
C++
false
false
46,571
cc
// Copyright 2012 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Platform-specific code for Win32. // Secure API functions are not available using MinGW with msvcrt.dll // on Windows XP. Make sure MINGW_HAS_SECURE...
[ "22249030@qq.com" ]
22249030@qq.com
9a7d8df9234b46c619605fe60471f0cd78c62e1c
08cbeb3db9317e892dc3ec683e4fbf9c3b0e86ac
/agc/041/a.cpp
5881d19fcb3bd94bd24b52759150367a2ce99768
[]
no_license
wonda-tea-coffee/atcoder
0b7a8907d6b859e7b65bbf2829fb861e080e671a
5282f9915da773df3fd27c8570690d912b0bbd90
refs/heads/master
2020-12-21T09:57:41.187968
2020-04-19T12:33:48
2020-05-02T14:49:48
236,391,204
2
1
null
null
null
null
UTF-8
C++
false
false
1,705
cpp
#include <algorithm> #include <bitset> #include <cassert> #include <cmath> #include <ctime> #include <cstring> #include <functional> #include <iostream> #include <iomanip> #include <limits> #include <map> #include <queue> #include <set> #include <stack> #include <string> #include <regex> #include <vector> #define fix(...
[ "rikita.ishikawa@crowdworks.co.jp" ]
rikita.ishikawa@crowdworks.co.jp
763a9f5fe4cf941b0bef6665c7846f89534e9d2c
adce6ec37a3bd41b6b26246615bceace9580a31b
/Binary_array_sorting.cpp
af6d630df3938e855327d0e7991ee3bf412b8c44
[]
no_license
shivamkasat/Placement_Preparation_GFG
8b2b2ad79ef2552bd5d4976b998239dd2cfb72eb
e7097ab03b2d86508476a831858b22840c30c861
refs/heads/master
2020-09-27T10:47:35.342988
2020-08-15T13:32:49
2020-08-15T13:32:49
226,497,961
0
0
null
null
null
null
UTF-8
C++
false
false
612
cpp
#include <bits/stdc++.h> using namespace std; void swap(int &n1, int &n2) { int temp; temp = n1; n1 = n2; n2 = temp; } int main() { int test; cin>>test; while (test > 0) { int n; cin>>n; vector < int > nums(n, 0); for (int i = 0; i < nums.size(); i++) { cin>>nums[i]; } int i = 0; int j = ...
[ "shivamkasatt@gmail.com" ]
shivamkasatt@gmail.com
14ef77ae4de93f42b5d1ec9e32a743a12204a503
62e45e9478a5e5d9ec293916d9b549de663aba02
/EGP-310/section03/burnett.jordan/snek/level.h
e6753f9d92648111ab2e6c725331e8fcf38e39b9
[]
no_license
jburn7/Game-Programming-Projects
88ea9a0978755019e5a81fb1d26078f32796db47
5eeca67d389f82c3a2355273b2d0bc3e46e6bd61
refs/heads/master
2020-08-31T02:07:19.287881
2019-10-30T14:57:20
2019-10-30T14:57:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,264
h
#pragma once #include <string> #include <vector> #include <fstream> #include "unit.h" #include "EventSystem.h" #include "wall.h" #include "SnakeIncrementPowerUp.h" #include "scorePowerUp.h" #include "speedPowerUp.h" #include "unitAddEvent.h" #include "sprite.h" #include "jsonData.h" class Level { friend class LevelMa...
[ "jleeburnett@gmail.com" ]
jleeburnett@gmail.com
fa167006a9ffacc7ca3c5c61cef14ce33ee69531
5095bbe94f3af8dc3b14a331519cfee887f4c07e
/howwet/source/rainfall/TRainfallForm.cpp
5d2bd84bd65eac2e02606c114180dc6dbc3db905
[]
no_license
sativa/apsim_development
efc2b584459b43c89e841abf93830db8d523b07a
a90ffef3b4ed8a7d0cce1c169c65364be6e93797
refs/heads/master
2020-12-24T06:53:59.364336
2008-09-17T05:31:07
2008-09-17T05:31:07
64,154,433
0
0
null
null
null
null
UTF-8
C++
false
false
10,507
cpp
//--------------------------------------------------------------------------- #include <general\pch.h> #include <vcl.h> #pragma hdrstop #include "TRainfallForm.h" #include <ApsimShared\ApsimDataFile.h> #include <ApsimShared\ApsimDataFileWriter.h> #include <boost\lexical_cast.hpp> #include <general\date_functions.h> #i...
[ "hol353@8bb03f63-af10-0410-889a-a89e84ef1bc8" ]
hol353@8bb03f63-af10-0410-889a-a89e84ef1bc8
16f8773cdd5db3bde949064041c2b3ab896dffdc
f39316b4b6d7874d4cb92f741489b63958a3ee5f
/test/test_tc_mapper.cc
de0b0b45f185c420ac47e50f095c23816368cb89
[ "Apache-2.0" ]
permissive
PhenixI/TensorComprehensions
2f7b26c54c42cade9a5147d976a24a864a1a255c
9a9fcf5f79454a9cbae079394a4c47c9255c13f3
refs/heads/master
2020-03-07T22:45:58.666068
2018-04-02T13:00:10
2018-04-02T13:00:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,323
cc
/** * Copyright (c) 2017-present, Facebook, Inc. * * 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 ...
[ "nicolas.vasilache@gmail.com" ]
nicolas.vasilache@gmail.com
96e84ea3295bd0090faaf59c77e4b70fcba34b4b
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-appmesh/include/aws/appmesh/model/VirtualNodeRef.h
64fc8164efc58dba505cf23334f941f5f567e24a
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
16,022
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com