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
94df2f3e32847ca2d25c00a2ed7a5e52961ef265
e3f76c6081a93276ddb4eac23c06063288744c52
/Pixel.h
10869d03c26aac4839776d53ba8c20334236ae5d
[]
no_license
teaserrr/neo-christmas
26a5cb5ee8adbefc7ae999e2f813309d7fd96fe1
56cb9e9e618372015ebe67c9e818c8d7a65f3b22
refs/heads/master
2023-01-19T04:58:56.108440
2020-11-22T14:20:46
2020-11-22T14:20:46
315,054,964
0
0
null
null
null
null
UTF-8
C++
false
false
463
h
#ifndef Pixel_h #define Pixel_h class Pixel { public: Pixel(int pixelNr, int red, int green, int blue); void fade(int amount); int red(); int green(); int blue(); int number(); bool done(); private: int _pixelNr; int _red; int _green; int _blue; ...
[ "tim@senso2.me" ]
tim@senso2.me
d556db1c36b8d38b864829210e0cad78073ea904
948d555823c2d123601ff6c149869be377521282
/SDK/SoT_flag_reapersmark_01_CustomizationDesc_classes.hpp
9981ed85bac23bfa7dc11ea5b4ed1924357a47f2
[]
no_license
besimbicer89/SoT-SDK
2acf79303c65edab01107ab4511e9b9af8ab9743
3a4c6f3b77c1045b7ef0cddd064350056ef7d252
refs/heads/master
2022-04-24T01:03:37.163407
2020-04-27T12:45:47
2020-04-27T12:45:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
744
hpp
#pragma once // SeaOfThieves (1.6.4) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass flag_reapersmark_0...
[ "getpeyton@gmail.com" ]
getpeyton@gmail.com
86ed9e3ca9de4bb49d863586ab66e936496e6c68
a6d42343368589c7e7d83584959718a2bc360f79
/Resource Robbers/game/Weapon.cpp
bd459dc59af6a4180a6e6684f1d412751074d2bd
[]
no_license
wtacquard/resource-robbers
6973077c0cdffa9012d67488fc2c031ed6b82182
b150519979ce13eced8f0128ea228c026308ed62
refs/heads/master
2021-01-19T08:14:24.742120
2014-07-18T13:29:21
2014-07-18T13:29:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
414
cpp
#include <dxut.h> #include "DisplayObject.h" #include "Weapon.h" Weapon::Weapon() : DisplayObject() { //set starting location i.e. offset from main mesh startPos.x = 0; startPos.y = 0; startPos.z = 0; //set rotation rotation.x = 0; rotation.y = 3.14f/2; rotation.z = 0; } Weapon::~Weapon() ...
[ "wilfried@tacquard.eu" ]
wilfried@tacquard.eu
8a31dcc1541e99f46f46584e493412825b178243
c63637bf03b6299db3206def67c6fd26508b18ab
/serialModule/serialModule.inc
5215bb5f56021f38690a86e59949450ee12a5b4f
[]
no_license
QueueManager/AttendantModule.X
0f876cdbaae224d3ec1f1d8a8ddc70fa757d403e
82ed6510d9877a67a3cff19c3362fcd86782563a
refs/heads/master
2021-01-11T01:52:22.667497
2016-11-17T20:17:55
2016-11-17T20:17:55
70,653,157
0
0
null
null
null
null
UTF-8
C++
false
false
3,999
inc
; ======================================== ; Serial Routines. Got from: ; http://www.instructables.com/id/Fun-With-PIC-Assembly-Episode-18/step5/Software/ ; ======================================== ; Wait for a received byte RX_Serial: BTFSC RCSTA, OERR ; Overun. If any error occur, CLEAR and SET CREN. CALL ...
[ "bg.lima@hotmail.com" ]
bg.lima@hotmail.com
4357beeaf6f96a697e7b2c6ce47324a706052136
84ef3bfcad59d8483cc67ad7d8f5bf5c2d3359a5
/C++/BibleFinder/BibleFinder.cpp
93d4a172eb29800a3785c627dc8965928270d2c7
[]
no_license
OkabeRintarou/syl
5a1d1d82e27862ceb6228e3d1b1c6dc758e4716d
29ba8dc6f8cc15e0d152afa2ad9f73ac03273e02
refs/heads/master
2022-11-12T16:02:08.642890
2022-09-17T14:56:42
2022-09-17T14:56:42
19,501,094
0
1
null
null
null
null
WINDOWS-1252
C++
false
false
2,000
cpp
/************************************************************************/ /* Open bible.txt and find text you input */ /************************************************************************/ #include <cctype> #include <iostream> #include <fstrea...
[ "2573269786@qq.com" ]
2573269786@qq.com
9e6dbd1996b0a7a9ee9860758bc5e2962204b396
cf2896bc346c1e20802e31322a0412a4588911b2
/1934 - lcm.cpp
46052e56ee942a728929ae56a8f5c5a2306ae829
[]
no_license
JKHila/baekjoon-practice
c8c3a05599b603c137b386de75ca26bcc07127e6
8c0d5b46cd45155d3fe2169e91410c3a7d662225
refs/heads/master
2020-12-03T08:16:04.355387
2018-04-10T10:26:22
2018-04-10T10:26:22
95,677,520
0
0
null
null
null
null
UTF-8
C++
false
false
262
cpp
#include <cstdio> using namespace std; int gcd(int a,int b){ return b == 0? a : gcd(b,a%b); } int main(){ int T; int a,b; scanf("%d",&T); while(T > 0){ scanf("%d %d",&a,&b); printf("%d\n",a*b/gcd(a,b)); T--; } }
[ "ckhee93@gmail.com" ]
ckhee93@gmail.com
c3841c43245f414576abe7e1326c548404afe670
95a43c10c75b16595c30bdf6db4a1c2af2e4765d
/codecrawler/_code/hdu1131/16207864.cpp
8a7cedf09091db3dc28385a40b26f59eacfdac0b
[]
no_license
kunhuicho/crawl-tools
945e8c40261dfa51fb13088163f0a7bece85fc9d
8eb8c4192d39919c64b84e0a817c65da0effad2d
refs/heads/master
2021-01-21T01:05:54.638395
2016-08-28T17:01:37
2016-08-28T17:01:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,113
cpp
#include <cstdio> #include <cstring> #include <iostream> #include <cstdlib> using namespace std; const int maxn=100; const int base=10000; void multi(int a[],int maxn,int b) { int ans=0; for(int i=maxn-1;i>=0;i--) { ans+=a[i]*b; a[i]=ans%base; ans/=base; } } void divide(int a[],i...
[ "zhouhai02@meituan.com" ]
zhouhai02@meituan.com
f48f4c4c80b77258b30dc8d9532b8fb929f2d916
021f65f3affeffaaff3d981e2e30177256cb988b
/ACMQualification/A2.cpp
0b06e6997f4b07ba8e4305c2ca39aac122b74e7e
[ "MIT" ]
permissive
mirtaba/ACMICPC-INOI_Archive
2d95bef1efdb26bbaabcf2993210b1562a3cc399
ea06e4e40e984f0807410e4f9b5f7042580da2e3
refs/heads/master
2021-04-09T15:17:47.532859
2018-03-16T09:11:48
2018-03-16T09:11:48
125,491,625
2
0
null
null
null
null
UTF-8
C++
false
false
1,057
cpp
#include <bits/stdc++.h> #define X first #define Y second #define bitAt(a,b) (a & (1<<b)) using namespace std; typedef long long LL; typedef pair <int, int> PII; typedef pair <LL,LL> PLL; const int Maxn = 100*1000 + 250; const int Mod = 1000 * 1000 * 1000 + 7; const int abMax = 1 << 30 ; const double EPS = 1e-9; co...
[ "mirtaba@outlook.com" ]
mirtaba@outlook.com
025a254bc612b02a1f1331557717b9caa9d376fe
eab5c7f9c24792b818d53c9a815d99658f68f66c
/piConfig/piConfigBase.h
c5110dc45b9d16eeed980fb518d50f2a5da90813
[]
no_license
drAlexAK/rpi
f098a6914b6810b1f25eb6739bf6437d59a177f9
01caeb43db6bc793e6b026418e9f4097286293ec
refs/heads/master
2020-04-15T13:31:44.605384
2020-01-10T09:44:35
2020-01-10T09:44:35
164,720,278
0
0
null
null
null
null
UTF-8
C++
false
false
790
h
#pragma once #include <cstdlib> #include <libconfig.h++> #include <libconfig.h> #include "piConfigLoader.h" using namespace libconfig; class piConfigBase { private: protected: const std::string sectionName; piConfigLoader *loader; //Setting *setDefault; //Setting *setCustom; public: piConfigBase(c...
[ "alex.a.kudryashov@gmail.com" ]
alex.a.kudryashov@gmail.com
f5d0ec195fd92e7ae4a5879601eca6d64d94d335
c32373d6babecb4379e1a371d705a9a546c4957b
/CarND-Extended-Kalman-Filter-Project/src/kalman_filter.cpp
f8faf455f79777a1e5021d91e7ac16dd4f145fd5
[]
no_license
saurabhsoodpec/selfdriving
2e1be095bd2b3789daaeea9f269b60b5ab39fdc8
eb532c8c09751218cc12c380ab26911127179386
refs/heads/master
2020-05-25T00:02:08.472016
2018-05-14T07:14:04
2018-05-14T07:14:04
84,890,600
1
0
null
null
null
null
UTF-8
C++
false
false
3,025
cpp
#include "kalman_filter.h" #include <iostream> using Eigen::MatrixXd; using Eigen::VectorXd; using namespace std; KalmanFilter::KalmanFilter() {} KalmanFilter::~KalmanFilter() {} void KalmanFilter::Init(VectorXd &x_in, MatrixXd &P_in, MatrixXd &F_in, MatrixXd &H_in, MatrixXd &R_in, MatrixXd...
[ "saurabh.pec@gmail.com" ]
saurabh.pec@gmail.com
6d6f52fe1c608420881aee1ee5808c4e7bc167c8
a7a6856e712ff875d8b4ecf7a2550c94cd2aad1a
/iostream/foo.cpp
ae5916100c3bb337eacc2e570c201a2effb71029
[]
no_license
arendsee/cpp-practice
7f9e3797b0831fbdb90eaf59a9094992dea428fe
edcab2af12e15432b0e7f04e59f0d27a89ae7f68
refs/heads/master
2020-05-29T08:43:27.717925
2016-11-09T21:37:12
2016-11-09T21:37:12
69,240,797
0
0
null
null
null
null
UTF-8
C++
false
false
588
cpp
#include "foo.h" Foo::Foo(std::string name, int age, char sign) : name(name), age(age), sign(sign) { } Foo::Foo() { } Foo::~Foo() { } std::istream& operator>>(std::istream& is, Foo& obj) { std::string name; int age; char sign; if( is >> name >> age >> sign ){ obj.name = name; ...
[ "arendsee@iastate.edu" ]
arendsee@iastate.edu
efea1d103d90a04fccf6a86eafbfd273b98b176a
d6258ae3c0fd9f36efdd859a2c93ab489da2aa9b
/fulldocset/add/codesnippet/CPP/p-system.runtime.remotin_101_1.cpp
4b90b48ebfc2ab1f497b845618566bbc097f1e09
[ "CC-BY-4.0", "MIT" ]
permissive
OpenLocalizationTestOrg/ECMA2YamlTestRepo2
ca4d3821767bba558336b2ef2d2a40aa100d67f6
9a577bbd8ead778fd4723fbdbce691e69b3b14d4
refs/heads/master
2020-05-26T22:12:47.034527
2017-03-07T07:07:15
2017-03-07T07:07:15
82,508,764
1
0
null
2017-02-28T02:14:26
2017-02-20T02:36:59
Visual Basic
UTF-8
C++
false
false
150
cpp
public: property IClientChannelSink^ NextChannelSink { virtual IClientChannelSink^ get() { return (nextSink); } }
[ "tianzh@microsoft.com" ]
tianzh@microsoft.com
af4ca933727528cd4a8dcf292bc984ede3dc51b6
62de1a8be16ba43462fd1c77ebdcbe1ff80cc214
/contrib/libs/onnx/onnx/common/assertions.h
05d45a6e1e6e80fda696c516cc32d22293d8665f
[ "MIT", "Apache-2.0" ]
permissive
Cyberalex13/catboost
85c4cf2a6a79a9c353a4020434385434b81a0b83
a803e1ce12ef1af42eb59515cfc6f53c101f12bc
refs/heads/master
2022-02-04T16:05:37.855380
2019-06-22T01:45:00
2019-06-22T01:45:00
196,187,430
2
0
Apache-2.0
2019-07-10T10:48:39
2019-07-10T10:48:39
null
UTF-8
C++
false
false
2,942
h
// ATTENTION: The code in this file is highly EXPERIMENTAL. // Adventurous users should note that the APIs will probably change. #pragma once #include <util/generic/string.h> #include <stdexcept> #include <string> namespace ONNX_NAMESPACE { struct assert_error : public std::runtime_error { public: explicit asse...
[ "akhropov@yandex-team.ru" ]
akhropov@yandex-team.ru
35ff6d88c5a8a00efe176acf023f0db387d24677
e4e13bd6b1f6cbd17f73e34509236a4af83e063b
/Source/CubeTerrainManager.h
d2de97bb0008a1257ecf8075f10e486639e3122c
[]
no_license
on1659/DiretX12
5db952b7ba9d6310c5a75686f0288191947d4ae8
a4a327620be14af847755616e132e22dc9832bb2
refs/heads/main
2023-07-14T10:04:05.524906
2021-09-04T11:29:29
2021-09-04T11:29:29
392,380,914
1
0
null
null
null
null
UTF-8
C++
false
false
784
h
#pragma once struct LIGHTS; class CTerrainCubeShader; class CInstancedObjectsShader; class CInstancedSpriteShader; class CCubeTerrainManager : public CSingleTonBase<CCubeTerrainManager> { private: std::vector<std::shared_ptr<CInstancedObjectsShader>> m_vPlaneShader; std::shared_ptr<CGameObject> m_pWaterObject; std...
[ "on1659@naver.com" ]
on1659@naver.com
4be06e50a3753e3b85bff8016b344aa5f2b32675
e93da5aae47819a80b0c4dfc3d2773447cf075e0
/Temp/il2cppOutput/il2cppOutput/Il2CppCompilerCalculateTypeValues_27Table.cpp
cbdad01d5e2bb5e4b84a504c5485e095a57bd714
[]
no_license
Camaine/iitGamePJ
e33cc59c34dd38e00f2060adf3ef72e140a6b974
d99d99a86fcd50e6831e292a529cf1b5b5b59051
refs/heads/master
2021-05-04T19:33:17.962833
2017-10-18T03:57:11
2017-10-18T03:57:11
106,750,955
0
0
null
null
null
null
UTF-8
C++
false
false
333,513
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "class-internals.h" #include "codegen/il2cpp-codegen.h" #include "object-in...
[ "kang9290@gmail.com" ]
kang9290@gmail.com
c7589f922524bc06c87f88a9772cd34730164ea6
f690fc94dedae5907447ee927d7d0cffb859256a
/Source.cpp
5ce9d0327906f39fb3788b613f16c24e3382fe9e
[]
no_license
Lalunaa/SDL_game
884e42940868200028eee476bf86afee4cc51911
0777a3ece3a18bad78c42d504fbcd3d8328857aa
refs/heads/master
2020-04-19T00:52:46.813118
2019-01-28T10:55:51
2019-01-28T10:55:51
167,858,276
0
0
null
null
null
null
UTF-8
C++
false
false
8,499
cpp
#include <SDL.h> #include <SDL_ttf.h> #include <stdexcept> #include <memory> #include <string> #include <set> #include <tuple> #include <iostream> #include <cstdint> #include <vector> #include <array> #include <SDL_image.h> #include <fstream> auto errthrow = [](const std::string &e) { std::string errstr = e + " : " +...
[ "m.kodz@wp.pl" ]
m.kodz@wp.pl
e8591f5b8c018404c2f51e1b81aedb45e602bc36
a3803cd026aa1eaa3521ad6ab772d79649e8dd3a
/IX_Manager.cpp
5823aa7fd78437e2c839b724a3cbbc7b6ea85e07
[]
no_license
husterlcf/HUSTBASE
746012d9e58b023329ceb72b7aaec2d5e8223934
8349ce40f1b6c2f2b0ebade17481d16af036258c
refs/heads/master
2020-12-05T23:24:59.093452
2020-01-07T08:46:16
2020-01-07T08:46:16
232,275,349
1
1
null
null
null
null
GB18030
C++
false
false
37,399
cpp
#include "stdafx.h" #include "IX_Manager.h" #include <queue> using namespace std; int leastnum; RC IXCreateIndex(char * fileName,AttrType attrType,int attrLength){ //创建页面文件并打开 RC crc; crc = CreateFile(fileName); if(crc){ return crc; } PF_FileHandle * filehandle = (PF_FileHandle *)malloc(sizeof(PF_FileHandle)...
[ "1262657259@qq.com" ]
1262657259@qq.com
ac9e3733997361e9deeeb8fc1fd010f6031375a1
59aac6a277088f58bf708284b7cabbf61ae2b226
/CocosCoreCpp/Classes/Core/Scence/CoreScene.cpp
b3993c90bade239ea53431f0bfa36279edfd9909
[ "MIT" ]
permissive
qingyin/GameCoreCpp
7afbcc6716b05a6dc65d627a779775a030fa7102
dcef7287856d50e62fed14148709ed7ecf1e6f8f
refs/heads/master
2021-01-01T18:43:29.145340
2017-08-01T04:13:44
2017-08-01T04:13:44
98,411,168
1
0
null
null
null
null
UTF-8
C++
false
false
429
cpp
#include "CoreScene.h" #include "Core/Network/DownloaderTest.h" CoreScene::CoreScene(void) { //init(); } CoreScene::~CoreScene(void) { } bool CoreScene::init() { if (!Layer::init()) { return false; } auto view = DownloaderTests::create(); this->addChild(view); return true; } Scene* CoreScene::createScene() ...
[ "sunchuankui@163.com" ]
sunchuankui@163.com
87ef7e3b522cc658695e8c62819735d2e4ab4121
b877b88eeb5c5c38888c87b5ce831784e729e178
/main.cpp
97238b65774701f41854ba26306c21299076af52
[]
no_license
corncobb/C-plus-plus-Tetris
20ab10ac4c81ce21c8b5d1fecee1b2f5fae60000
1000f230879ddacd76ce718058dba18ee59b25f1
refs/heads/master
2020-07-03T00:06:26.322555
2019-08-13T05:13:44
2019-08-13T05:13:44
201,717,774
0
0
null
null
null
null
UTF-8
C++
false
false
7,720
cpp
/* This code doesn't work and I will change it later. It is also made by Javidx9 */ #ifndef UNICODE #define UNICODE #endif #ifndef _UNICODE #define _UNICODE #endif #include <iostream> #include <thread> #include <vector> using namespace std; #include <wchar.h> #include <stdio.h> #include <Windows.h> int nScreenWidt...
[ "cameronjcobb@gmail.com" ]
cameronjcobb@gmail.com
4d81f2e06f4c498d29735ec06a01a585d7af9462
372dc502da0afae10078f231a2158a2aefc45890
/medialib/src/main/cpp/modules/skottie/include/core/SkPathEffect.h
4931ec290d5fc9636ed167eeedf8cc7fcf9254ca
[]
no_license
chongbo2013/LottieRecoder
e8a8c589ad317948c7d4415bd5766a53d30f7ad4
4732aba62222aadc346a28173554051b883590e2
refs/heads/master
2021-07-12T23:52:17.324668
2020-07-31T05:32:09
2020-07-31T05:32:09
185,334,538
4
2
null
null
null
null
UTF-8
C++
false
false
7,370
h
/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPathEffect_DEFINED #define SkPathEffect_DEFINED #include "../core/SkFlattenable.h" #include "../core/SkPath.h" #include "../core/SkPoint.h" #inc...
[ "459821731@qq.com" ]
459821731@qq.com
0ead0f14c1914e343205ecf348abaff364af3006
82aaa8966b63f3b4ca85aeb9e33816efe3238846
/MFCAtest1-2/stdafx.cpp
5f24cc634dde3952b96457aff9d2a50c0bbf2855
[]
no_license
Meixia-mo/Momeixia
b8f084c3fb88458ffe729f2db6be23b44d67202a
48035ae92be9101e700f4d738ffe45fc98651a64
refs/heads/master
2021-03-02T00:52:02.008211
2020-06-21T14:25:31
2020-06-21T14:25:31
245,824,439
1
0
null
null
null
null
GB18030
C++
false
false
166
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // MFCAtest1-2.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
[ "3092965436@qq.com" ]
3092965436@qq.com
d5041f66f7d6e7cfc447ee5534d3b0adaec64273
6133da1f9d3ab93185b007ec4c38622ad14743b8
/1Easy/709_ToLower.cpp
83532ce252f6c55bb74cc1871e868915f6266ce5
[]
no_license
SreejeshSaya/LeetCode-Solutions
4a98b5d506bd8b20fcddd62743d0d472abc71847
3b7b767a2fd5a85ace0b206644badba61057c100
refs/heads/main
2023-08-03T05:31:12.706752
2021-09-28T03:30:13
2021-09-28T03:30:13
395,897,277
0
0
null
null
null
null
UTF-8
C++
false
false
185
cpp
class Solution { public: string toLowerCase(string str) { for (char& c : str) { if (c >= 'A' && c <= 'Z') c += 32; } return str; } };
[ "40210225+SreejeshSaya@users.noreply.github.com" ]
40210225+SreejeshSaya@users.noreply.github.com
985bb20eb0596de50cc93f6530f14ce9dc193833
21a8a42848b24083c6afbd9f58066ba6c3bfff13
/src/lockFinder.cpp
151a2ef8b8e3242aad72ae93853c545bdc13d1d7
[]
no_license
zhaoxiaoshen/depth_sensing
79aa43b4978961b586b3eac7a555b8a35e5eb299
f05697635e6529d19ecfdb6efd658a1a2844517e
refs/heads/master
2020-04-14T00:19:25.102114
2019-01-28T15:18:39
2019-01-28T15:18:39
163,530,295
1
0
null
null
null
null
GB18030
C++
false
false
8,624
cpp
#include "lockFinder.h" lockFinder::lockFinder() { } lockFinder::~lockFinder() { } void lockFinder::roiSet(cv::Mat imgSrc, cv::Rect& roi) { imgSrc.copyTo(srcF); imgSrc.copyTo(tmpF); cv::namedWindow("img",0); cv::resizeWindow("img", 1104, 621); cv::setMouseCallback("img", on_mouse, &roi);//...
[ "zhaoxshen@163.com" ]
zhaoxshen@163.com
e790b7f28334634a03684020cc8a77b236f7ea36
94bfd5b117954a9d1bcd63d5654c93de6a059b1f
/mainwindow.cpp
64b2679bd90932edb138811e8153165d4e604fa6
[]
no_license
sorokin/dirdemo
d3641e9c8a959f15bba2c144d3f32522c58510f6
d9fc3e7e716181a5026d0a92e6b28d3250a5c8f5
refs/heads/master
2020-04-02T04:38:46.402160
2018-10-21T16:14:28
2018-10-21T16:14:28
154,027,060
0
2
null
null
null
null
UTF-8
C++
false
false
2,060
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include <QCommonStyle> #include <QDesktopWidget> #include <QDir> #include <QFileDialog> #include <QFileInfo> #include <QMessageBox> main_window::main_window(QWidget *parent) : QMainWindow(parent) , ui(new Ui::MainWindow) { ui->setupUi(this); setGeome...
[ "vanyacpp@gmail.com" ]
vanyacpp@gmail.com
b93db036fa73df5474ad09c97f2b72d55651c7b5
30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a
/contest/1542571656.cpp
9acae4c1832775f657bc7ee9f78f55c5e03689a2
[]
no_license
thegamer1907/Code_Analysis
0a2bb97a9fb5faf01d983c223d9715eb419b7519
48079e399321b585efc8a2c6a84c25e2e7a22a61
refs/heads/master
2020-05-27T01:20:55.921937
2019-11-20T11:15:11
2019-11-20T11:15:11
188,403,594
2
1
null
null
null
null
UTF-8
C++
false
false
460
cpp
#include<iostream> using namespace std; int main() { char A[101][2],password[2]; int n,i,flag=0,j; cin>>password>>n; for(i=0;i<n;i++) cin>>A[i]; for(i=0;i<n;i++) if(password[0]==A[i][0] && password[1]==A[i][1]) { cout<<"yes"<<endl; return 0; } for(i=0;i<n;i++) for(j=0;j<n;j+...
[ "harshitagar1907@gmail.com" ]
harshitagar1907@gmail.com
e3a76c350c5e72556d07ae320337edd09716d552
c3ca68aea5d824e75576c50dce68a6392cf5afbe
/Codeforces/Round_602/1262B_Box.cpp
186a6aec42a2ad66800132306e312c925cc4b85f
[]
no_license
ManuelLoaizaVasquez/competitive-programming-solutions
bddcacdc54a63afc5f7fd5be19dc0a8afe47eb16
b502fcc2774b3f4286393f00e6e009cb30fa2c53
refs/heads/master
2021-06-18T14:29:06.103654
2021-03-05T14:23:41
2021-03-05T14:23:41
144,772,199
2
0
null
null
null
null
UTF-8
C++
false
false
1,620
cpp
// Your day breaks, your mind aches // You find that all the words of kindness linger on // When she no longer needs you //#pragma GCC optimize ("Ofast,unroll-loops") //#pragma GCC target ("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,tune=native") #include <bits/stdc++.h> using namespace std; #define fastio ios::sync_w...
[ "manuel.loaiza.vasquez@gmail.com" ]
manuel.loaiza.vasquez@gmail.com
50475771294004f6abbe3df552f638d85cb103dc
ce81c8a44a77baca46f7656f5e2a061ad3c167bf
/Hardware/LED/led.cpp
d72656e296cfa0bf99b3e118cb4bdcdb12cca26e
[]
no_license
worluk/HMGeneralPurpose
4d49cba02caee90302679f4c2c965fb718762814
422e9c80f19197af6e2f1035924612c6639a79dc
refs/heads/master
2020-04-01T17:23:47.052569
2018-10-17T09:31:50
2018-10-17T09:31:50
153,427,122
0
0
null
null
null
null
UTF-8
C++
false
false
2,395
cpp
/* * led.cpp * * Created on: 7 Feb 2018 * Author: worluk */ #include "led.h" #include "../../helpers/helper.h" #include "driverlib.h" //- ----------------------------------------------------------------------------------------------------------------------- //- status led functions ----------------------...
[ "tobias.engel@sevensides.net" ]
tobias.engel@sevensides.net
595fb5caae3a8283b12dd32317479493b2469902
4f8bb0eaafafaf5b857824397604538e36f86915
/水题/multi/1005.cpp
c2e5c6ac4f86134bb2cf521e921239b3e141c6a5
[]
no_license
programmingduo/ACMsteps
c61b622131132e49c0e82ad0007227d125eb5023
9c7036a272a5fc0ff6660a263daed8f16c5bfe84
refs/heads/master
2020-04-12T05:40:56.194077
2018-05-10T03:06:08
2018-05-10T03:06:08
63,032,134
1
2
null
null
null
null
UTF-8
C++
false
false
573
cpp
#include <iostream> #include <cmath> #include <cstdio> #include <algorithm> using namespace std; double sto[100010]; int main() { int T, k, n, c, a, b, q; double t; scanf("%d", &T); while(T --){ scanf("%d%d", &n, &c); for(int i = 0; i < n; i ++){ scanf("%lf%d%d", &sto[i], &a...
[ "wuduotju@163.com" ]
wuduotju@163.com
b7bcbbc503077c604c7c3f45c1d99fbda5c42239
b1e1d5580522dfee69cc9de34b90b36d4b4ff195
/src/TypeInference.hpp
72c1eeecdddcb8e319b0a7958185374c65986c01
[]
no_license
UWQuickstep/rosa
66a4e2f04f08692de72d34ca61e17fa6af9953a5
623ce962306c28f0cacee97b612fcf1dad652975
refs/heads/master
2020-12-02T23:58:36.243061
2017-07-05T15:51:39
2017-07-05T15:51:39
95,968,975
6
0
null
null
null
null
UTF-8
C++
false
false
3,090
hpp
#ifndef ROSA_TYPE_INFERENCE_HPP_ #define ROSA_TYPE_INFERENCE_HPP_ #include <map> #include <stack> #include <string> #include <utility> #include "Ast.hpp" #include "Cfg.hpp" #include "Macros.hpp" #include "ReachingDefinition.hpp" #include "Type.hpp" #include "TypeRules.hpp" #include "VariableFacts.hpp" namespace rosa...
[ "jianqiao@Jianqiaos-MacBook-Pro.local" ]
jianqiao@Jianqiaos-MacBook-Pro.local
98ea6c4b61cbe358aad7297ceb6d44c42e192866
23fadafaed158522e55abf98905d9394e71101ab
/PX4-Autopilot/build/px4_sitl_default/msg/topics_sources/vehicle_global_position.cpp
97eeec45340757d495487b39bc842cd12b0758d2
[ "BSD-3-Clause" ]
permissive
offjangir/Drone_Landing_PP
f0c739f53459dc3b24b18b605e1deb319f2a1e94
aa94a00844ae71f85d679bc7359256410639f877
refs/heads/master
2023-08-18T23:44:26.781603
2021-09-22T14:13:50
2021-09-22T14:13:50
396,398,807
0
0
null
null
null
null
UTF-8
C++
false
false
4,302
cpp
/**************************************************************************** * * Copyright (C) 2013-2016 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Red...
[ "offjangir@gmail.com" ]
offjangir@gmail.com
ac510299d474bb1439551f7ea18bd5853a990965
2a9390355be52ed3faf56d345846e564961980ea
/practice/Level order traversal in spiral form.cpp
c990a36bffa6748503f40c8de800507f690b0338
[]
no_license
Anshulguptag/Data-Structures
44890900bc49f2a752a10528c6279d4aafc17bc5
3ca979418f30278a2227ac3eabbe6cf21ec6c3aa
refs/heads/master
2020-03-22T01:56:48.315518
2018-08-10T06:06:04
2018-08-10T06:06:04
139,340,074
0
0
null
null
null
null
UTF-8
C++
false
false
977
cpp
#include<bits/stdc++.h> #define MAX 1000 using namespace std; list<int> *adj = new list<int>[MAX]; void makeboolarray(bool visited[],int n) { for(int i=0;i<n;i++) visited[i] = false; } bool isCycle(int n,bool visited[],int arr[]) { if(visited[n]==false) visited[n] = true; else ret...
[ "anshulguptamasteramazon@gmail.com" ]
anshulguptamasteramazon@gmail.com
d4c9a15aa76428000fc27dedbd41425e15666a09
fa8a54ca27416ade31ca121cfe573f58502b6048
/shared/shared/packet/stc/AbstractUsernamePacket_STCPacket.h
aa3a50a46df9aa88d298d98b64e234e99e54388e
[]
no_license
DasElias/MauMau
f2c1d244fadaa145b6f7e212fb2829d90f25cadf
b91d0a29978c80d2411f9dfcfab244864b91cfe8
refs/heads/master
2022-05-29T09:42:33.664885
2020-04-26T15:38:18
2020-04-26T15:38:18
234,632,251
0
0
null
null
null
null
UTF-8
C++
false
false
1,443
h
#pragma once #include "../Packet.h" #include <nlohmann/json.hpp> namespace card { class AbstractUsernamePacket_STCPacket : public Packet { // ---------------------------------------------------------------------- // ----------------------------STATIC-FIELDS----------------------------- // ----------------------...
[ "elias.horner@student.htldornbirn.at" ]
elias.horner@student.htldornbirn.at
f7b6323bcc1c3359eb64dc238da6f2bdf7167397
fd728573c692402d88e311beb44559e8e0f0621c
/src/overlay/TCPPeer.h
2546b3ffa51e13ef6afc2a49b0fcb5e27f4738b8
[ "MIT", "BSD-3-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
diamante-block/Diamante-Core
de9b7fe977952b8232c262b571bb2448064d05d4
ddfc81379426143a22091fa4da17b3983d055713
refs/heads/master
2021-04-08T14:25:05.998926
2020-12-24T06:04:03
2020-12-24T06:04:03
248,783,093
0
0
null
null
null
null
UTF-8
C++
false
false
2,229
h
#pragma once // Copyright 2014 DiamNet Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #include "overlay/Peer.h" #include "util/Timer.h" #include <queue> namespace med...
[ "surya@codomotive.com" ]
surya@codomotive.com
3d292c0d367334a0cbc9a527729213434e6842ce
0de9688de651ee81660dee187291bd97e5da1ee2
/tool/code/trunk/cxx/Classification/Core/include/ccipdDAClassifier.h
c7aaf45660724021089f5b3271f565bf971951ec
[]
no_license
zengruizhao/Radiomics
2845cd7f17a46fae95be5d68b135ceda76ed4e44
34c1f1bff12fb994c904eaab0691f33819067003
refs/heads/master
2022-04-26T11:56:59.338297
2020-05-01T08:15:12
2020-05-01T08:15:12
257,222,358
3
0
null
null
null
null
UTF-8
C++
false
false
3,992
h
/******************************************************************** created: Ahmad Algohary 20:5:2013 12:09 filename: ccipdDAClassifier.h file path: ..\Classification\Core\include author: purpose: *********************************************************************/ #ifndef __ccipdDAClassifier_h #define _...
[ "zzr_nuist@163.com" ]
zzr_nuist@163.com
e0fd7887786b960cb2252ee1585cbb261f79462a
36a4207b6f7aa99b9f2018b9b21ca220be66c026
/cpp/281A.cpp
34ce637444dcc9b5d8e3d58f9f44aaac42db651f
[]
no_license
eneagoe/codeforces
3753193db6db7b08c2ae731d83f2f8baa901c949
5ebdb681b9729bdf259a8d655fb46c8d0910c695
refs/heads/master
2023-08-16T23:48:27.499478
2023-07-26T14:33:42
2023-07-26T14:33:42
51,220,003
0
0
null
null
null
null
UTF-8
C++
false
false
169
cpp
#include <iostream> #include <string> using namespace std; int main() { string in; cin >> in; in.front() = toupper(in.front()); cout << in << endl; }
[ "eneagoe@gmail.com" ]
eneagoe@gmail.com
1467befe8c74417e03e90c982fc6b863f3fdb9ca
d05d19f0f30a2b52824164b9ebba74754d92c231
/libraries/wallet/include/moonstone/wallet/wallet.hpp
e56ea44cf8e9ec44117944730b6ebd78c174ae36
[ "MIT" ]
permissive
moonstonedac/moonstone
6c35975d166b99098b1d6ab2f1ed27e7f2b9b650
089b6ea165b652d62b795a47059907cf991d67a9
refs/heads/master
2020-06-10T18:36:35.821485
2017-01-27T16:56:55
2017-01-27T16:56:55
75,908,930
2
2
null
2017-01-27T16:56:56
2016-12-08T06:15:04
C++
UTF-8
C++
false
false
76,356
hpp
/* * Copyright (c) 2015 Cryptonomex, Inc., and contributors. * * The MIT License * * 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...
[ "moonstonedac@gmail.com" ]
moonstonedac@gmail.com
6d8496f42f71cfaa383cba03e01dce791e5a00dd
d8fdb9b63a3a766a451b5bede10d03fffb6392df
/CA3 - Email Server V1.6/CA3 - Email Server/Email Server/Email Server/Main.cpp
de623f95fb59eaa90b9be2fa54e59cb236f1a44b
[]
no_license
dieR96/CA3
973d3dcae9f20cd4e54b9265853d3725134f8f18
15a7373b1a8489820d9d44e7890aaa79d167921d
refs/heads/master
2021-01-12T08:57:16.884794
2016-12-20T03:56:47
2016-12-20T03:56:47
76,731,825
0
0
null
null
null
null
UTF-8
C++
false
false
614
cpp
#include <map> #include "User.h" #include "Email.h" #include "Attachment.h" #include "server.h" #include <iostream> #include "TemplateQueue.h" using std::map; using std::cout; using std::endl; int main() { mainMenu(); // test on the TemplateQueue that it works in the correct order /* TemplateQueue<int> test;...
[ "darrenr96@gmail.com" ]
darrenr96@gmail.com
1c707b160d857e230ea0db2c8ac3e6b2532ab64e
44876768666e98a3ec611f9d5dd292b91dd76e1b
/PA9/Player.h
13f408f9ded3d0e930529f38ce92f78e8880a26e
[]
no_license
alex-sir/PA9
b8ba2f32e1c506dc359cea84a74719a24b4e06b7
dd9096dc37187c754cdb25342db71964708ad4c6
refs/heads/master
2023-04-22T19:28:36.163815
2021-04-30T00:13:26
2021-04-30T00:13:26
359,627,725
1
1
null
null
null
null
UTF-8
C++
false
false
2,008
h
/* Programmers: Alex Carbajal, Francesco Rachetto, Brendan Nelson Class: CptS 122, Spring 2021; Lab Section 03 Programming Assignment: Programming Assignment 9 Date: April 22, 2021 Description: Square Lanes */ #pragma once #include <stdlib.h> #include <SFML/Graphics.hpp> class Player : public sf...
[ "alexcarbajal710@gmail.com" ]
alexcarbajal710@gmail.com
c62dcaa84b834ce31438003fba1cf3f5b2b5e531
6a67224e043dca98e2db03c0c8278a66de001704
/pocl/include/clang/AST/Attrs.inc
d369817e759ed1b5fdf4f78e04084a6c37e2711f
[ "MIT" ]
permissive
yehudahs/OpenCL-Getting-Started
10ca8bcb34702e59e0c80d1eb9da2f2703a182f0
9358e86da9fb4787d837594bc4322ab8c5a9a98d
refs/heads/master
2022-11-30T23:18:33.234924
2020-08-06T11:42:02
2020-08-06T11:42:02
283,149,087
0
0
NOASSERTION
2020-07-28T08:25:21
2020-07-28T08:25:20
null
UTF-8
C++
false
false
406,550
inc
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |* Attribute classes' definitions *| |* ...
[ "yehuda.s@nueroblade.ai" ]
yehuda.s@nueroblade.ai
70856b7f612f2d11c85b53812278395823af57b6
9be0071a0132d42c4253632d57927379b866d2bf
/mxnet/predict-cpp/example.cpp
f73e060e57d81d4cc2dcd9b267522a94d814668b
[]
no_license
zhaoxuli/Eye_clsfy
5f1635a3766d61d1895e1cea037461fc662f1185
692b7c2061d34a4c5b5ce1af052ab179e77bfa50
refs/heads/master
2021-04-03T09:58:50.329785
2018-03-14T08:37:33
2018-03-14T10:55:09
125,232,398
1
1
null
null
null
null
UTF-8
C++
false
false
7,526
cpp
/*! * Copyright (c) 2015 by Xiao Liu, pertusa, caprice-j * \file image_classification-predict.cpp * \brief C++ predict example of mxnet */ // // File: image-classification-predict.cpp // This is a simple predictor which shows // how to use c api for image classfication // It uses opencv for image reading // ...
[ "zhaoxu.li@hobot.cc" ]
zhaoxu.li@hobot.cc
9826d4dfea522b69d7278d6823c3856cd1d80226
2a15722def201974110452467b4f093679ed8f34
/bestSubarrayProduct.cpp
56826539d709203eb7d5d052f4aa75fb85b4ce92
[]
no_license
psdhanesh7/Competitive-Coding
46eb525dc566e64e00b8daf20310f8625710bc68
26267ac0fc91decca3c2d6e9b8b0998f4970c5f4
refs/heads/master
2020-12-19T01:38:31.185834
2020-05-19T07:37:24
2020-05-19T07:37:24
235,579,890
0
1
null
null
null
null
UTF-8
C++
false
false
777
cpp
#include<bits/stdc++.h> using namespace std; int bestProduct(int *arr, int n) { int bestSubarrayProduct = INT_MIN; int maxEnding = 1, minEnding = 1; for(int i = 0; i < n; i++) { if(arr[i] > 0) { maxEnding *= arr[i]; minEnding = min(1, minEnding*arr[i]); } else if(arr[i] < 0) { int temp = maxEnd...
[ "psdhanesh2000@gmail.com" ]
psdhanesh2000@gmail.com
c98fea8d73f14e115a7a1f29351d2c966283168d
5c40314d1ab9da8b2c512e305c17002cca71d8be
/main.cpp
7c7227d1e17696d88d30d7f8c00d79903ce1539b
[]
no_license
aribrown/MIDI_Console_Fun
32b6cb1d6aca6345666778bbf179a842d745d8ba
6f927696345c2a9f2d987a89f5a95dee054aa91f
refs/heads/master
2020-12-24T09:52:22.459631
2016-11-09T09:07:03
2016-11-09T09:07:03
73,267,493
0
0
null
null
null
null
UTF-8
C++
false
false
346
cpp
// main implimentation // #include<iostream> using namespace std; #include "staff.h" #include "note.h" #include "constants.h" #include "termfuncs.h" #include "compose.h" int main() { screen_clear(); Composition ari; char k; k = ari.rules(); ari.compose_music(k); // c major char...
[ "Ari@Aris-MacBook-Pro-2.local" ]
Ari@Aris-MacBook-Pro-2.local
f4bc1df25f7d915d357f1beb695d998a961a26b8
057fdc8f0cfe51041878cafebafbef0a3b07360c
/src/ppl/nn/oputils/onnx/reshape_max.h
38671aadbe58e6ee6193b43b19ec5799e1fc3a0d
[ "Apache-2.0" ]
permissive
wonderzy/ppl.nn
8ca93f7bd4d136b88489674a12fa31544c3217d6
7dd75a1077867fc9a762449953417088446ae2f8
refs/heads/master
2023-06-06T13:45:00.119077
2021-07-01T13:39:47
2021-07-01T13:39:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
340
h
#ifndef _ST_HPC_PPL_NN_OPUTILS_ONNX_RESHAPE_MAX_H_ #define _ST_HPC_PPL_NN_OPUTILS_ONNX_RESHAPE_MAX_H_ #include "ppl/common/retcode.h" #include "ppl/nn/common/input_output_info.h" namespace ppl { namespace nn { namespace oputils { ppl::common::RetCode ReshapeMax(InputOutputInfo*, const void*); }}} // namespace ppl::...
[ "openppl.ai@hotmail.com" ]
openppl.ai@hotmail.com
1cee7477272fdff4714bc18dca8569884504edf7
892920ff4b44af778fa900671a3d11f760b0d2a3
/source/render/hypmesh.h
afed27182b94fea7777582f0cbe082c75315f996
[]
no_license
dmdware/physb1
25745982bb43d913cee2d981bd7c3ef483622de9
cbbc9bddfc5ea8adc27e38f0d1cff22ebad50486
refs/heads/master
2021-01-21T09:06:59.787638
2017-03-18T05:26:34
2017-03-18T05:26:34
82,865,248
0
0
null
null
null
null
UTF-8
C++
false
false
4,281
h
#ifndef HYPMESH_H #define HYPMESH_H #include "../sim/simdef.h" #include "../math/vec3f.h" #if 0 const FixFrac REND3PTINSCOLORS[REND_3PT_INS+100][4] = { {1,0,0,1}, {0,1,0,1}, {0,0,1,1}, {1,1,0,1}, {1,0,1,1}, {0,1,1,1}, {0.5f,0,0.5f,1},//7 {0,0.5f,0.5f,1}, {0.5f,0.5f,0,1},//9 {0.5f,0.5f,1,1}, }; #endif struct Color...
[ "polyfrag@hotmail.com" ]
polyfrag@hotmail.com
38eaecd0b9af30b66fbdd31c3310bb78ca590e83
7c6dd6299607f89650fa22869d6bc6cd0061b5c0
/include/Identification.hpp
847ff9188360d96f83709dd91f734223e2bbfd85
[ "MIT" ]
permissive
yuhaislost/Scavens-RPG
7e9ce3fe3555d9beaa4b67a0696de98eec1b0d08
3f21252b5f286007488b43cd48b46288a4fe14aa
refs/heads/master
2023-08-23T11:28:51.393333
2021-10-20T13:42:48
2021-10-20T13:42:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
280
hpp
#pragma once #include <string> enum UniqueIDs{ }; class Identification{ public: Identification() = delete; Identification(const std::string &t_Title, const unsigned int t_ID); public: std::string m_Title; unsigned int m_ID; };
[ "zxctehziejcb1263@gmail.com" ]
zxctehziejcb1263@gmail.com
638fd300c54917b439477691cf4906d0812a1e0e
63c45712f8223e4333902db3be6b79366c557d84
/Engine/Matrix33.h
85fadd919ee96d5c0dbb1794393a803263a972db
[]
no_license
kaisavi/GAT150_ZBEPixelEngine
43aca326b59bb30b3e694893db4fe8017e2dc6ec
bb8f5907032535dbc15ec11beb28fc2c6c3279ed
refs/heads/master
2023-07-11T23:51:01.317957
2020-08-26T03:47:22
2020-08-26T03:47:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,459
h
#pragma once #include "Vector2.h" #include <cmath> namespace zbe { namespace math { struct Matrix33 { Matrix33() { SetIdentity(); } void Scale(float s) { m[0][0] = s; m[1][0] = 0; m[2][0] = 0; m[0][1] = 0; m[1][1] = s; m[2][1] = 0; m[0][2] = 0; m[1][2] = 0; m[2][2] = 1; } void Scale(...
[ "DaeAnt@gmail.com" ]
DaeAnt@gmail.com
3090b4f188d335cb6f7e457aa1b08a59458e8c2e
c67c1c65e7dbcda96243efc18cac71b883b203f9
/in_memory_storage/src/main/cpp/Store.h
302f2e94cbe8ad8ecb7808750dccfd89558d11b2
[]
no_license
morristech/secure-memory-kotlin-java-ndk
ef3869fccdddb3df5352e87fc0917996185a8a4b
1163fd7dbc2cbd86730ba4195e6f3216d99dfb46
refs/heads/master
2020-06-24T20:22:15.768228
2019-02-08T15:56:29
2019-02-08T15:56:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
831
h
// // Created by Ihor Kucherenko on 6/22/17. // #ifndef INMEMORYSTORAGE_STORE_H #define INMEMORYSTORAGE_STORE_H #include <cstdint> #include "jni.h" #define STORE_MAX_CAPACITY 16 typedef enum { StoreType_Float, StoreType_String, StoreType_Integer, StoreType_Object, StoreType_Boolean, StoreTyp...
[ "kuchernkoigor@gmail.com" ]
kuchernkoigor@gmail.com
b1ea70ede6419d321b10bd1e90af93ba22f4cc2b
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/third_party/WebKit/Source/core/frame/VisualViewport.cpp
76c780db0d38c10308a110e1bdeb1ac9c1f70759
[ "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
31,693
cpp
/* * Copyright (C) 2013 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
5c0628acaec60a9f3b9a4fd15bce8006ae476749
c90d7c57a6e569c7290a9d3e2d17be8e00a45ed2
/DMX Controller/event.h
ab92f59e3f9050085b6dc833a8ae817e8037f762
[ "MIT" ]
permissive
chrisstaite/DMX_seven_segment
7982b1a90e7fb9f22990fb122e5dae06c0b24919
51e2ed34f4d1fcfbfe5ab49ae0f4b50cd3ada1ce
refs/heads/master
2021-01-19T09:29:43.733357
2017-05-18T20:52:52
2017-05-18T20:52:52
82,120,398
2
0
null
null
null
null
UTF-8
C++
false
false
321
h
// // event.h // DMX Controller // // Created by Chris Staite on 12/02/2017. // Copyright © 2017 Chris Staite. All rights reserved. // #ifndef EVENT_H_ #define EVENT_H_ namespace avr { class TimedEvent; class Event { public: virtual void fire(TimedEvent&) = 0; }; } // namespace avr #endif // EVENT_H_
[ "chris@yourdreamnet.co.uk" ]
chris@yourdreamnet.co.uk
9d46e1728d46dc0aef54cb14a359d44c5cff62a4
5527514488778e2d2289979a6b51b48a17f074aa
/Sources/libutils/util_crc32.h
90af55c4cf3690e127c71fc5e3229f8f5745dbfe
[]
no_license
xingjun/facetime
66546db4fec3f20f59eba0d711f0dbc5a496d834
46377942016e19834b62117eeafea80053098c46
refs/heads/master
2021-01-16T18:40:23.164531
2011-06-28T15:24:06
2011-06-28T15:24:06
40,573,493
1
0
null
null
null
null
UTF-8
C++
false
false
479
h
/** * @file util_crc32.h * @author windsome <windsome@windsome-desktop> * @date Tue Jan 12 18:14:38 2010 * * @brief * * */ #ifndef __UTIL_CRC32_H__ #define __UTIL_CRC32_H__ typedef unsigned int UINT32; class UtilCrc32 { public: UtilCrc32 (); UINT32 UpdateCrc (char *buf, int len); UINT32 G...
[ "99553804@qq.com" ]
99553804@qq.com
9b761d59fd0f2ecdb78b7385d92785a9e45d1934
20c90ecc268c60aad1dded182952d816c8f038af
/src/Workers/QueryWorker.hpp
6cd649acee9abdc4868a18d5ca1d762be6146f0e
[]
no_license
Liubinggunzu/similar_images_search_engine
7e838b97c2c46e4283af9ccc4e37269f99e6209d
0515d67a64cc806cacca3ca9f2c58e3daae0ef36
refs/heads/master
2021-05-06T22:28:35.928049
2017-11-03T19:59:12
2017-11-03T19:59:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
499
hpp
#ifndef WORKER_H #define WORKER_H #include <QObject> #include <chrono> #include <thread> #include "src/Model/BOW.hpp" class QueryWorker : public QObject { Q_OBJECT public: QueryWorker(BOW * b, QString selectedItem, int nImgs); ~QueryWorker(); public slots: void process(); signals: void finished...
[ "k.czarnota27@gmail.com" ]
k.czarnota27@gmail.com
50cc1eb25990dc5c90459d8dc7e92b68a33b2dad
17cbb65058a5d5883ba6275afd15c1556fe4f87b
/133_clone_graph.cc
1b0d0dedfade598ff5f8e56c6158238c014b342e
[]
no_license
yyzYLMF/myleetcode
3d79b1606e6bc65509e0ebd329b50daf6f0669cd
cb85b775859d5793116ef859eefcd2f41b9e8834
refs/heads/master
2021-01-19T01:58:03.127188
2016-09-23T11:55:30
2016-09-23T11:55:30
28,772,034
3
0
null
null
null
null
UTF-8
C++
false
false
2,342
cc
/* * @yang 2015/3/31 * * Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors. * * * OJ's undirected graph serialization: * Nodes are labeled uniquely. * * We use # as a separator for each node, and , as a separator for node label and each neighbor of the node. * As a...
[ "mymailzhong@qq.com" ]
mymailzhong@qq.com
92a4c8ca819e98d333f5f2cdf12f5dcbb2681166
52768e01951726ebcac03022929d244d9b68a945
/ME20150525/cutdialog.cpp
48739fcc0b69f8b34a522df597df2a6615e78ee8
[]
no_license
Tjuly/ME
2cb24d7070aca2c4a82cbed9b0148da1e7019e0d
8eadb7e85f3177be872af6172be9fac2cb1efac3
refs/heads/master
2021-01-10T15:17:14.573588
2015-06-01T08:33:55
2015-06-01T08:33:55
36,609,184
1
0
null
null
null
null
UTF-8
C++
false
false
1,349
cpp
#include "cutdialog.h" #include "ui_cutdialog.h" cutDialog::cutDialog(QWidget *parent) : QDialog(parent), ui(new Ui::cutDialog) { ui->setupUi(this); InitStyle(); } cutDialog::~cutDialog() { delete ui; } void cutDialog::InitStyle() { //设置窗体标题栏隐藏 this->setWindowFlags(Qt...
[ "348854308@qq.com" ]
348854308@qq.com
7e9026179eecb7c4a1d8d80bac18264d6102125e
945c1816d23bde3f7a2b6c873fd6c71a4e91cd85
/sources/mesh-info/main.cpp
f9ce6580081f54e03a1f64c29bcaa157dd626e97
[ "MIT" ]
permissive
Gaeldrin/cage
ae6cd206ef60b55b67bac9ce1cf759c5a121c0cc
e7a37fce3b893a669568fafea814ec8e1a71f527
refs/heads/master
2022-11-08T06:49:58.034329
2022-10-13T19:57:06
2022-10-13T19:57:06
219,336,364
0
0
MIT
2019-11-03T17:11:51
2019-11-03T17:11:51
null
UTF-8
C++
false
false
6,683
cpp
#include <cage-core/logger.h> #include <cage-core/ini.h> #include <cage-core/mesh.h> #include <cage-core/meshImport.h> #include <cage-core/skeletalAnimation.h> #include "../image-info/imageInfo.h" using namespace cage; void info(const String &src, int format) { CAGE_LOG(SeverityEnum::Info, "mesh", Stringizer() + "op...
[ "malytomas@ucpu.cz" ]
malytomas@ucpu.cz
5f67cd1e54df873514ec2a10b150e3476f29d759
1d07cf3bbd998f9e9b2ba6833ad7aad33c6b0e75
/face-mask-counting/face-mask-counting/Video.cpp
92a25adfb26d6ebe9eed1250b0cfe3ac6c4a8585
[]
no_license
omullan/Face-mask-counting
77ef04119424b5376a72840753833ff3ae3dbcc6
ff2ee072a3b5a019428104c8541c5aae277129bb
refs/heads/master
2023-06-05T13:16:32.059037
2021-06-28T14:45:55
2021-06-28T14:45:55
309,465,446
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
6,748
cpp
/* * This code is provided as part of "A Practical Introduction to Computer Vision with OpenCV" * by Kenneth Dawson-Howe © Wiley & Sons Inc. 2014. All rights reserved. */ #include "Utilities.h" #include "opencv2/video.hpp" void drawOpticalFlow(Mat& optical_flow, Mat& display, int spacing, Scalar passed_line_colour...
[ "mullano@tcd.ie" ]
mullano@tcd.ie
c8cfc36e0efb77ddbbe9c1460da09f820be757f6
c34d21b4500165181fc2154b92e84b35d2b3b911
/usuario.cpp
4433efc2c95ff3ff3640507b16f49e2392c58f5c
[]
no_license
walcker/lista_extra_02
2ff20d03955e72fa26f5111d458ec656d92c5d99
336d74753f0f8e7ae5fa7360ca89a21e958fe291
refs/heads/master
2023-07-13T23:17:28.309762
2021-08-24T18:33:39
2021-08-24T18:33:39
395,383,968
0
0
null
null
null
null
UTF-8
C++
false
false
124
cpp
#include <iostream> #include <string> #include <vector> #include "usuario.h" string Usuario::Nome() { return nome; }
[ "53241419+walcker@users.noreply.github.com" ]
53241419+walcker@users.noreply.github.com
3bc2c8bb81e30e9a60f08f57731fed2ba59a355a
13c54e449a9e2b09ba29d05d40b43e839f6a081f
/practica12-20-24-abr/multicast-clase18/PRUEBAS/Cliente.cpp
a909e241390c2527fb6e05503533cf2a5427e539
[]
no_license
Julsperez/Practicas-distribuidos
1c637e96c31a0b7a9715406d14d8ae774a932623
98e734c1705102bedb3319ac1bc8fb3d1e728f0d
refs/heads/master
2022-11-30T12:23:14.663037
2020-08-08T23:49:33
2020-08-08T23:49:33
260,347,969
0
0
null
null
null
null
UTF-8
C++
false
false
1,832
cpp
#include "PracticalSocket.h" // For UDPSocket and SocketException #include <iostream> // For cout and cerr #include <cstdlib> // For atoi() #include "Solicitud.h" #include <stdlib.h> #include <string.h> const int MAXRCVSTRING = 255; // Longest string to receive int main(int argc, char *argv[]) ...
[ "julsperez@outlook.com" ]
julsperez@outlook.com
13d82faa8b08c8fbef6a4233c89670006a5a1259
ccf0d38f0e4e53ba7acddc01fd66c42e248a263c
/org/chartacaeli/caa/src/AAVSOP87_NEP.h
3b1e9819abc180b7b54dadba4a71c0a4c81be797
[ "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
otabuzzman/chartacaeli-app
28b89c0f4ebb95d92a5a45d18755a0b1bdf6d206
881b4cf280a80b3ff7e4ff80f55aafa73607071b
refs/heads/master
2023-05-10T19:33:30.697791
2023-05-05T20:42:59
2023-05-05T20:42:59
49,746,695
2
0
MIT
2020-11-09T13:31:44
2016-01-15T21:45:11
Java
UTF-8
C++
false
false
1,388
h
/* Module : AAVSOP87_NEP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 Copyright (c) 2015 - 2023 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. Copyright / Usage Details: You are allowed to include the source code in any product (commercial,...
[ "iuergen.schuck@gmail.com" ]
iuergen.schuck@gmail.com
ceadb26279f4793414041efd95c418d0565a6288
c32eda5432d25249743474958ef9990ebee68158
/MainForecastController.cpp
8b4a09284de581fa3e713c239249d5a28707c5e8
[]
no_license
sniamtsu/Forecast
cef8d73e433ae2e280cf5a685e49147e50e01867
69ec1e6fa923d464c610ab5fe68fc4b0a283417f
refs/heads/main
2023-03-25T23:10:20.803324
2021-03-24T10:23:51
2021-03-24T10:23:51
351,034,173
1
0
null
2021-03-24T10:23:52
2021-03-24T10:17:52
null
UTF-8
C++
false
false
1,039
cpp
#include "MainForecastController.hpp" MainForecast* MainForecastController::createMainForecast(double _temp, double _pressure, double _humidity, double _tempMin, double _tempMax) { MainForecast* mainForecast = new MainForecast(_temp, _pressure, _humidity, _tempMin, _tempMax); MainForecastController::sendEvent(mainFor...
[ "sereganyamtsu@gmail.com" ]
sereganyamtsu@gmail.com
498118e69010c4e852e412358c4535ce16fd4cfd
71d51cac3c3f6667885d735a62473bc2d805ed66
/newRecord/recordfactory.h
64e528b245feecff194d4d62897d072cb48221ad
[]
no_license
jiemojiemo/rtaudio
e60ff88f6e8d9b4bc79f31a4633dadcd5e6d2e96
98a8adcf8164c092dabbf77ce38dd5af59d36a79
refs/heads/master
2021-01-19T18:53:48.984263
2015-09-23T09:02:31
2015-09-23T09:02:31
42,975,985
0
0
null
null
null
null
UTF-8
C++
false
false
714
h
#pragma once #include "rtrecord.h" class RecordFactory { public: virtual Record* GetRecorder(const RecordParameters& params) = 0; public: RecordFactory() {} virtual ~RecordFactory() {}; }; class RtRecordFactory : public RecordFactory { private: static RecordFactory* m_pFactory; RtRecordFactory() {} public: sta...
[ "460706836@qq.com" ]
460706836@qq.com
1d4f3add751ffe2cd73f2977bebf740b0de9c54e
b34a5a1ae3123152ae8d4c484dc84609cb2e27de
/src/Hacks.h
56de4f48e20e78816f0532004b6789dacebfba03
[]
no_license
joaovarelas/CSGO-priv9-h00k
7370e1d82c1607b69d380fb71df128d8cb1a17a9
9dde0a1384a0e5a71815ee32ce9f65dc9b5a4b78
refs/heads/master
2022-11-06T05:23:14.346238
2020-06-23T21:23:45
2020-06-23T21:23:45
262,072,999
1
0
null
null
null
null
UTF-8
C++
false
false
808
h
#pragma once #include <Windows.h> #include <cstdlib> #include <iostream> #include <string> #include "UserCmd.h" #include "BaseEntity.h" #include "Color.h" namespace Hacks { void __fastcall Aimbot(CUserCmd* cmd, BaseEntity* LocalPlayer, bool& bSendPacket); void Triggerbot(CUserCmd* cmd, BaseEntity* LocalPlayer);...
[ "jvarelas@fc.up.pt" ]
jvarelas@fc.up.pt
6b387563e1ee55e92cad424ea582ef5c24bae1b2
f66ca7e6d96638d129c73e4dab57223ee57bd7fe
/p198/p198.cpp
0d91c65ab83a26b954fea5f98f79e1141519a9fd
[ "MIT" ]
permissive
suzyz/leetcode_practice
e4a5ab30b60318dc087452daef7dab51727d396a
e22dc5a81e065dc962e5561b14ac84b9a2302e8a
refs/heads/master
2021-01-19T01:17:49.194902
2019-01-12T13:27:56
2019-01-12T13:27:56
95,619,304
1
0
null
null
null
null
UTF-8
C++
false
false
361
cpp
class Solution { public: int rob(vector<int>& nums) { int n = nums.size(); int rob_last = 0, not_rob_last = 0; for (int i = 0; i < n; ++i) { int tmp = max(rob_last,not_rob_last); rob_last = not_rob_last + nums[i]; not_rob_last = tmp; } ret...
[ "suzyzhang0@gmail.com" ]
suzyzhang0@gmail.com
19f81ec1579eaee5f4f1a5548566b171e2bbc170
4bcc9806152542ab43fc2cf47c499424f200896c
/tensorflow/core/kernels/image/crop_and_resize_op.h
87497d6491d761a95410c0fa50b251955bab88a3
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "BSD-2-Clause" ]
permissive
tensorflow/tensorflow
906276dbafcc70a941026aa5dc50425ef71ee282
a7f3934a67900720af3d3b15389551483bee50b8
refs/heads/master
2023-08-25T04:24:41.611870
2023-08-25T04:06:24
2023-08-25T04:14:08
45,717,250
208,740
109,943
Apache-2.0
2023-09-14T20:55:50
2015-11-07T01:19:20
C++
UTF-8
C++
false
false
2,986
h
/* Copyright 2016 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
1b616c2b0c5984d8cc975e5fd3d1ef7f4748e7e8
7f62f204ffde7fed9c1cb69e2bd44de9203f14c8
/DboClient/Lib/NtlSimulation/NtlWorldConceptDirect.cpp
bcfac1266293e5edfe70629b8cf939c1789b8e46
[]
no_license
4l3dx/DBOGLOBAL
9853c49f19882d3de10b5ca849ba53b44ab81a0c
c5828b24e99c649ae6a2953471ae57a653395ca2
refs/heads/master
2022-05-28T08:57:10.293378
2020-05-01T00:41:08
2020-05-01T00:41:08
259,094,679
3
3
null
2020-04-29T17:06:22
2020-04-26T17:43:08
null
UHC
C++
false
false
3,111
cpp
#include "precomp_ntlsimulation.h" #include "NtlWorldConceptDirect.h" // core #include "NtlDebug.h" // PL #include "NtlPLGlobal.h" #include "NtlPLOptionManager.h" // simulation #include "NtlSLEvent.h" #include "NtlSLEventFunc.h" #include "InputActionMap.h" #include "NtlStorageManager.h" // World Concept Direct에서 적용...
[ "64261665+dboguser@users.noreply.github.com" ]
64261665+dboguser@users.noreply.github.com
0822c59d36565fc7b7c74adae5bfc50d3c81ff5b
7ddc1238585077c0b4434f7d92d1f0fe89a45e4c
/Test.cpp
1e0bf261d4ab0cc196e6bf4731e9f290321ef6a5
[]
no_license
meytar14/snowman
4ac9d27f71f563a24a3f33f0cc7297eadfc05395
2387eea3cf41afeb857cdcc876c88aab96df0667
refs/heads/master
2023-03-17T14:34:34.705728
2021-03-09T21:11:37
2021-03-09T21:11:37
346,028,260
0
0
null
null
null
null
UTF-8
C++
false
false
4,088
cpp
/* AUTHORS:Meytar */ #include "doctest.h" #include "snowman.hpp" using namespace ariel; #include <string> #include <algorithm> using namespace std; /** * Returns the input string without the whitespace characters: space, newline and tab. * Requires std=c++2a. */ string nospaces(string input) { ...
[ "meytar147@gmail.com" ]
meytar147@gmail.com
5a360d3db9ad694d1022d30f12ce6d3b873d4cc5
484ec4d1331b94fe9c19fd282009d6618e9a1eef
/Real-Time Corruptor/BizHawk_RTC/waterbox/vb/vip.cpp
45f4ed00348e79f23733b793d879ae91b66c3dd7
[ "GPL-1.0-or-later", "MIT" ]
permissive
mguid65/RTC3
a565303fdfd1807a2516be5752c7b30a8be3d909
4082eb302f8e6e20ba621ec70308dab94985fe7f
refs/heads/master
2020-04-13T16:57:31.933643
2018-12-31T16:03:39
2018-12-31T16:03:39
161,684,492
0
0
MIT
2018-12-13T19:19:17
2018-12-13T19:19:17
null
UTF-8
C++
false
false
28,811
cpp
/******************************************************************************/ /* Mednafen Virtual Boy Emulation Module */ /******************************************************************************/ /* vip.cpp: ** Copyright (C) 2010-2016 Mednafen Team ** ** This program is f...
[ "philtre@live.ca" ]
philtre@live.ca
e1345b961e2314665a5a7b4df98f4a864050d919
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/base/process/process_info_linux.cc
33c1dc1a5a8dc60a15d449b96e967d68acd49c93
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
828
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 "base/process/process_info.h" #include <stdint.h> #include "base/logging.h" #include "base/process/internal_linux.h" #include "base/process/pro...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
dc5ac7c2830e6010ac3874e27e6bc1626ed6ad63
fdef86bbf1cf0bcb4335b9e76b95a9e9ca558bf4
/KinectMusic/KinectMusic/gestureExtraction/params.h
085e02e2a8e3b83c36ddfb90c815ef626de3e88f
[]
no_license
mgsvetlov/KinectMusic
32befbf347c3f43ab9e87362219dac90a6a62bdd
92bb0b7cfae208b6ed201f0f18d6ddf2e9e55755
refs/heads/master
2021-01-13T10:15:02.596513
2017-09-20T18:08:23
2017-09-20T18:08:23
69,746,528
0
1
null
null
null
null
UTF-8
C++
false
false
4,775
h
// // params.hpp // KinectMusic // // Created by Mikhail Svetlov on 23/07/17. // Copyright © 2017 mgsvetlov. All rights reserved. // #ifndef params_h #define params_h #include <cstddef> class Params { public: static void Init(); static int getMaxKinectValue(){return MAX_KINECT_VALUE;} static size_t g...
[ "mikhail.svetlov@rutoll.ru" ]
mikhail.svetlov@rutoll.ru
4275115b1a77a07cd110d187a124a90696d3a98c
4897b9d75d851a81606d19a0e046b32eb16aa1bd
/other/company/meituan/002/002.cpp
4c8419b513c78ab7ad29fa6ea68b5e7822b5a5d7
[]
no_license
tiankonguse/leetcode-solutions
0b5e3a5b3f7063374e9543b5f516e9cecee0ad1f
a36269c861bd5797fe3835fc179a19559fac8655
refs/heads/master
2023-09-04T11:01:00.787559
2023-09-03T04:26:25
2023-09-03T04:26:25
33,770,209
83
38
null
2020-05-12T15:13:59
2015-04-11T09:31:39
C++
UTF-8
C++
false
false
3,154
cpp
// #include "base.h" #include <bits/stdc++.h> using namespace std; typedef __int128_t int128; typedef vector<int> vi; typedef vector<vi> vvi; typedef pair<int, int> pii; typedef vector<pii> vpii; typedef long long ll; typedef pair<ll, ll> pll; typedef vector<ll> vll; typedef vector<vll> vvll; typedef vector<pll> vp...
[ "i@tiankonguse.com" ]
i@tiankonguse.com
ce42953c132ff1c3c1119dc29672b8c721db0f1e
c3f184685985b576a1c5632253ceabb71deb035a
/oldWork/basic.cpp
301887d2254333925aec8903f9a499b88d197b93
[]
no_license
MZGamer/Cpp-HW
fbde7e159f5b3fc9fbaf2489e1ff329cd51a3810
4751f59e2bfeed1aa4546ee84475718eb2a63c2f
refs/heads/main
2023-05-12T01:45:13.731229
2021-06-07T09:47:12
2021-06-07T09:47:12
361,449,246
0
0
null
null
null
null
UTF-8
C++
false
false
637
cpp
#include <iostream> using namespace std; #include<iostream> using namespace std; int A[100]; void mySort(int siz); int main() { int n; cin >> n; for(int i=0; i<n; i++) cin >> A[i]; mySort(n); for(int i=0; i<n; i++){ if(i) cout << ' '; c...
[ "58198679+MZGamer@users.noreply.github.com" ]
58198679+MZGamer@users.noreply.github.com
bd9c1267110d4f704e19fbdef82cdbf927bc09ae
91f4a07b625eab93ba61457da0de025d53d1c621
/naive_simulation_works/systemc_for_dummies/000_UsingScMain/000_UsingScMain.cpp
fa99f0f87d7cd7d69c77e225790f8368a23e15b5
[]
no_license
VSPhaneendraPaluri/pvsdrudgeworks
8268142f37726a71ff1b4569fd17bc4a2b3b73a8
5827f45567eecbcf0bb606de6adb1fb94fe2d8c6
refs/heads/master
2020-03-27T01:39:31.094789
2018-11-24T19:17:27
2018-11-24T19:18:50
145,730,928
0
0
null
null
null
null
UTF-8
C++
false
false
155
cpp
#include<systemc.h> int sc_main(int sc_argc, char* sc_argv[]) { std::cout << "\nThis is being called from sc_main ...\n" << std::endl; return 0; }
[ "pvs.myworks@gmail.com" ]
pvs.myworks@gmail.com
6fd1021bcf843cebfce8dca5fbe7ea02557e7413
49a83a68ae148c9821ce5893fe886a1c7765f553
/Sources/HttpRequest.cpp
98f7bbe1959c5dc8eab23b39ec252bee07be7021
[]
no_license
VatamanuBogdan/OnlineLibraryClient
6aac6152d3c283b618f7ffe4b4d3b79ca8a36da6
4d061d1a7f21589d5c23e0e5dfc1c68d10887397
refs/heads/master
2022-07-16T01:26:20.282113
2020-05-10T17:38:05
2020-05-10T17:38:05
261,252,215
3
0
null
null
null
null
UTF-8
C++
false
false
1,395
cpp
#include "HttpRequest.h" #include "Connection.hpp" void HttpRequest::SetRequest(const char *type, const char *path, const char *version, const char* queryParam) { (m_RequestType = type).append(" ").append(path).append(" ").append(version).append("\r\n"); if (strlen(queryParam) != 0) m_RequestType.appen...
[ "vatamanu.bogdan40@gmail.com" ]
vatamanu.bogdan40@gmail.com
9ea17f86a792ec01e5e0901951ef93915e825461
ea2437f0fac254a252c7a8026045c445a32cc341
/src/Node.cpp
1ea257325c9bf7c60778adf696a8ba0819156f12
[ "MIT" ]
permissive
magestik/graph
a890fa992b382db98ebf06cb6264dd0a9fe58feb
05d2d779b6e73ec998fe4da7b0dfbe70a1026633
refs/heads/master
2021-04-27T10:21:04.803803
2019-03-20T10:50:08
2019-03-20T10:50:08
122,536,873
0
0
null
null
null
null
UTF-8
C++
false
false
811
cpp
#include "Node.h" /** * @brief Constructor */ Node::Node(const char * szId) : id(szId) { // ... } /** * @brief Destructor */ Node::~Node(void) { // ... } /** * @brief Node::setId * @param szId */ void Node::setId(const char * szId) { id = szId; } /** * @brief Node::setType * @param szType */ void Node:...
[ "bastien@magestik.fr" ]
bastien@magestik.fr
837a491a9a2a25c22f5f5d94b4685cd29280621d
39f85304733166ea1a6f770df0203bcb966f8be0
/src/test/unity/ledger_test_unity.cpp
70c9b9cf2a0d510798ef09d1ec3cd53ad1e84af6
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
huahuolab/huahuod
ecb9570572f392fbc85d39935930f3e3bdf39883
f16d5e715d8175201c0c64b467ecc03be5f97841
refs/heads/master
2022-07-07T17:03:55.070702
2020-02-17T05:53:52
2020-02-17T05:53:52
241,029,489
16
15
NOASSERTION
2022-07-01T22:18:28
2020-02-17T05:46:22
C++
UTF-8
C++
false
false
1,423
cpp
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby...
[ "huahuolab@gmail.com" ]
huahuolab@gmail.com
2e0f7db0458deb0dab6eb8b2a39a65c8aaa8df21
ad978949861df927dd7beb0cd476b8ef218a4f05
/src/wasm/baseline/ia32/liftoff-assembler-ia32.h
cc2e53f62c82c0222cebc8c797850ae47eb2be3b
[ "bzip2-1.0.6", "BSD-3-Clause", "SunPro" ]
permissive
4ntoine/v8
78c0ce0b0ae6ddafd04f036481bc40702edb34d3
2c3654c4a623e9be1acf8fa2b44fd84e7a7ec1f1
refs/heads/master
2020-03-08T20:24:28.723928
2018-04-06T09:53:19
2018-04-06T09:53:25
128,381,192
0
0
null
2018-04-06T10:31:41
2018-04-06T10:31:41
null
UTF-8
C++
false
false
42,399
h
// Copyright 2017 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. #ifndef V8_WASM_BASELINE_IA32_LIFTOFF_ASSEMBLER_IA32_H_ #define V8_WASM_BASELINE_IA32_LIFTOFF_ASSEMBLER_IA32_H_ #include "src/wasm/baseline/liftoff-ass...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
6589f70dc895c974debe42149a546221d6898058
759bfb4df85d2676821c861db68afb242e08670b
/StrVec.h
04bcfdcd5be1f858490f0d07860a9f07fd57e8fc
[]
no_license
ankursingh2111/CplusplusProject
e2443f76504e94bef312bb80963f85f0d3b2c5e0
fb7a202768b1c6cd4fccae378a5578b984e33dda
refs/heads/master
2020-06-01T06:39:48.486295
2017-07-26T03:27:55
2017-07-26T03:27:55
94,065,942
0
0
null
null
null
null
UTF-8
C++
false
false
1,096
h
#include<iostream> #include<string> #include<memory> using namespace std; class StrVec { public: friend bool operator==(const StrVec&, const StrVec&); friend bool operator!=(const StrVec&, const StrVec&); StrVec(): element(nullptr), first_free(nullptr), cap(nullptr) {} StrVec(const StrVec &); StrVec(initial...
[ "ankursingh2111@gmail.com" ]
ankursingh2111@gmail.com
08d38af592e651c7ba972e09fbe20941f7ac655f
780bc493af03af0a7afc8ffffd2ae3906463e7dc
/include/shaga/UNIX.h
f52bfaf61a9d530c94b77bc9505680235688b3cf
[ "LicenseRef-scancode-object-form-exception-to-mit", "CC0-1.0", "MIT", "LicenseRef-scancode-gary-s-brown", "BSD-3-Clause" ]
permissive
bwpow/libshaga
05c9018bcd48704d16b00e4a450a51c6eb98fe96
037420b871a4050eaca0be0e0bf0555e8e425c3a
refs/heads/master
2023-08-17T07:55:59.968265
2023-08-13T22:04:11
2023-08-13T22:04:11
93,456,215
1
0
null
null
null
null
UTF-8
C++
false
false
880
h
/****************************************************************************** Shaga library is released under the New BSD license (see LICENSE.md): Copyright (c) 2012-2023, SAGE team s.r.o., Samuel Kupka All rights reserved. *******************************************************************************/ #ifndef HE...
[ "skupka@sageteam.eu" ]
skupka@sageteam.eu
44dd441c2d26fbb6ed3472737323ca9cf011bff9
cc78eb225ee384ae3ffc1ed1808a4148bdbbbfa9
/avx.h
7e2b4732c0cae580e4e5f878be9bdb4449330e31
[ "Apache-2.0" ]
permissive
isabella232/cpu-check
7936b6f5a57447598c2600d712846d3bfec19f9d
eab78120395ac7e5d112d2a9e2e87296d964becb
refs/heads/master
2023-06-02T18:36:01.470434
2021-06-18T16:45:51
2021-06-18T16:45:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,786
h
// Copyright 2020 Google LLC // // 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 ...
[ "kevinboyd@google.com" ]
kevinboyd@google.com
afe75618650c4bf34d46568a316eb1e39b12861f
6b25e969ef4c95a3a79d24ff6613222ac3ef8b5b
/src/server/map_state.cpp
83b4e4a22304cd983f723ddb9139564b15f04646
[]
no_license
dummymeuporg/libdummy
83f64bc38584b9e60a8213721e36b7f16a45fe3c
e37e314c79e7f34c43cd20a42a9e7e39665e464a
refs/heads/master
2020-03-29T04:09:26.719705
2020-01-14T19:23:28
2020-01-14T19:23:28
149,518,134
4
2
null
2020-01-14T19:23:30
2018-09-19T22:13:43
C++
UTF-8
C++
false
false
1,962
cpp
#include <dummy/protocol/named_living.hpp> #include <dummy/protocol/map_update/update.hpp> #include <dummy/protocol/map_update/living_on.hpp> #include <dummy/protocol/map_update/named_living_on.hpp> #include <dummy/protocol/map_update/living_off.hpp> #include <dummy/protocol/map_update/character_position.hpp> #include ...
[ "geoffrey.royer@gmail.com" ]
geoffrey.royer@gmail.com
a3731b87c684b4e2b5c68e709f0ebfe2176f1899
aea76ea0e4ec23fe27ff23f3bb55a06fe11c21a5
/Arduino/libraries/ros_lib/automotive_platform_msgs/BrakeFeedback.h
9fb3cf914dfaa5a890ea2059149dcb6645b8068d
[]
no_license
dacsgb/AGC
be899a23c6d51821a442973d07c98977ffbfa295
c90bd7c0965e2b6a2ce639b503d0d5b6d10e9d1d
refs/heads/main
2023-04-15T18:16:14.175961
2021-04-23T03:30:27
2021-04-23T03:30:27
337,014,918
0
0
null
null
null
null
UTF-8
C++
false
false
2,030
h
#ifndef _ROS_automotive_platform_msgs_BrakeFeedback_h #define _ROS_automotive_platform_msgs_BrakeFeedback_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" #include "std_msgs/Header.h" namespace automotive_platform_msgs { class BrakeFeedback : public ros::Msg { public: ...
[ "dcolon@okstate.edu" ]
dcolon@okstate.edu
e6f462bd987cdda4911920a36085a5b8b1a6b121
64c27514d5d29150121ca2b97b43b042f706cd5f
/Contest/Contest01/__de__sol/__de__sol/P06.cpp
b60f82a23e89869ca99e7477e5eaa0a424bbd9f2
[]
no_license
tienit150198/ACM
f4fdb8eaeccd3db02624c593e56f0fa5d233bee1
a17c9ae1402376167dec5dd49a8aa508ad824285
refs/heads/master
2020-06-12T09:50:50.137304
2019-06-28T13:27:48
2019-06-28T13:27:48
194,261,865
1
0
null
null
null
null
UTF-8
C++
false
false
704
cpp
#include "bits/stdc++.h" #define ll long long int #define MOD 1000000007 #define MN 100005 using namespace std; ll m, n; ll a[MN]; ll b[MN]; ll bin(ll a[], ll n, ll x){ ll l = 0, r = n - 1; while (l <= r){ ll mid = (l + r) / 2; if(x == a[mid]){ return 1; } else if(x < a[mid]){ r = mid - 1; } else ...
[ "tienit150198@gmail.com" ]
tienit150198@gmail.com
67f1ce17b880c6e82d2cfa14cb09125da634d778
e7272906b7e1a5d143061714a25a17aec79d867d
/Arifmetics/ex 2.2/ex 2.2/a.cpp
a9155ed29603a78d7491600f22b277557cec3183
[]
no_license
Medbat/Labs
afe3e7854d2f0ffc9cff3a88c30345da79d5a1f6
5df266dba60b0176e3775a640859b40a38cd2392
refs/heads/master
2021-01-18T18:50:53.994604
2016-08-13T08:20:44
2016-08-13T08:20:44
65,604,516
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
911
cpp
// 16 #include <iostream> #include <iomanip> using namespace std; int main() { // русская кодировка setlocale(LC_ALL, "rus"); // объявление переменных int i; double p, g, t = 0, x, z = 0; // ввод данных do { x = 0; cout << "Введите точность(Q) и значение X(Q, x != 0)> "; cin >> t >> x; } while (x == 0)...
[ "wishnyakow@gmail.com" ]
wishnyakow@gmail.com
a3bf3bd9e34231346f657918249f7786f50b2ad7
e53bf3d13efa2023948c0d5bef68f06e2f13fc92
/XM-AUV-opencv/sort.h
f0cbdd536af12df0c7301fe89092bf9cb2cfeb77
[]
no_license
Kinwave/XM-GIT-AUV-SHIJUE
5a9ad8326dd5f583a9f8623c624005c7ac04eaed
47e23d98534ba45e245fd004504a19a3b2a3f514
refs/heads/master
2020-03-18T20:43:27.005876
2018-05-29T02:35:03
2018-05-29T02:35:03
135,234,133
0
0
null
null
null
null
UTF-8
C++
false
false
297
h
#ifndef sort_h #include <opencv2/opencv.hpp> #include <vector> using namespace std; using namespace cv; template<typename T> void fQuickSort(vector<T> &A, int p, int r); void Three_correlation_fQuickSort(vector<double> &sortA, vector<Point2f> &byA, vector<float> &byB, int p, int r); #endif
[ "hunter the" ]
hunter the
e4ae433af73616daa0630c813f430879ce9632c1
7bc7bb2d06c77eb10669310775e30b64e15ba9a6
/Interaction/CANBUS/ChangAn/chang_an_controller.cpp
1f72beac680bf9d73cd8a398b1ae51785a46efe5
[]
no_license
WYAN86/APA_QT_Assistant
b0686f33e22621e389f1c6deb7bfebff5c6b86a1
84b35221816722a3680786fa2965f94c1e72ff12
refs/heads/master
2023-01-15T23:20:23.416763
2020-11-24T06:27:16
2020-11-24T06:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,092
cpp
/* * chang_an_controller.cpp * * Created on: December 28 2018 * Author: Guohua Zhu */ /*****************************************************************************/ /* FILE NAME: chang_an_controller.cpp COPYRIGHT (c) Motovis 2018 */ /* All Ri...
[ "zgh_email@163.com" ]
zgh_email@163.com
2161bdd176ae7269c8878ac8a507e3bc7cd29cb1
cea50a3bfc595c52b28e52062600896a3e58838a
/BiggestFramework/Engine/Include/Script/CharacterController.h
4ede4820f7887707e91a6e1acc9859a12292f2ee
[]
no_license
biggestx/DirectX11Framework
f38bce7abae0ab2fe19da189271e2682f91c6fa5
4a50bc3d0bdd89894c39d92692c6d6998e6ba8d3
refs/heads/main
2023-08-03T21:59:38.818459
2021-09-16T14:27:33
2021-09-16T14:27:33
401,726,903
1
0
null
null
null
null
UTF-8
C++
false
false
358
h
#pragma once #include "Script.h" BIGGEST_BEGIN class BIGGEST_DLL CCharacterController : public CScript { CREATE_INSTANCE_TAG(CCharacterController) public: virtual bool Init(); virtual void Update(float fTime); virtual void LateUpdate(float fTime); virtual CScript* Clone(); public: CCharacterController(); ~C...
[ "sojilo2556@gmail.com" ]
sojilo2556@gmail.com
7b8ed36f8f802b7ecbf60cfa7671c1621812f137
1c98ca406c60dfef9e61434e5ca687d58ae645e8
/test2/unit2.h
e6bd82876b200869b032be921067cb13c9928b56
[]
no_license
huangjunkun/practice-for-programming
9e4dd8c1b47b5c3a5b2ea17c51823f494e893b95
3e7f66bdd1705a2fe0d85fd69cb55555459404cb
refs/heads/master
2016-09-10T11:51:15.651440
2015-03-05T08:12:00
2015-03-05T08:12:00
3,198,026
0
0
null
null
null
null
GB18030
C++
false
false
5,804
h
#ifndef _UNIT2_H_ #define _UNIT2_H_ #include <iostream> #include <cstdio> #include <algorithm> #include <vector> #include <string> #include <cstdlib> #include <cmath> #include <ctime> using namespace std; typedef struct MValue { int Max; int Min; friend ostream& operator << (ostream& outs, const MValue...
[ "huangjunkun@gmail.com" ]
huangjunkun@gmail.com
3060c5f5cc69a30d730abf65247592608329f49a
3867e1a626799138491a4731db2da2ab5ef798f2
/include/nart/System.hpp
d87909ae03ec7690fec4849f071b99cb3e11ee59
[]
no_license
WideWord/nart
4c06f14b0dd92fd8a9e2cb5f85cc6a03d1d1cbf2
d513867188524fe146040b6c6a7162494af80473
refs/heads/master
2020-12-31T00:41:50.483629
2017-02-02T12:39:19
2017-02-02T12:39:19
80,539,714
0
0
null
null
null
null
UTF-8
C++
false
false
1,291
hpp
#pragma once struct GLFWwindow; #include "Typedef.hpp" namespace nart { class Renderer; class UserInput; class System : public std::enable_shared_from_this<System> { private: GLFWwindow* window; Ref<Renderer> renderer; Ref<UserInput> userInput; double lastFra...
[ "wide.wrd@gmail.com" ]
wide.wrd@gmail.com
46e55881699cf31b39a0e571221eab3be1d456a2
fc38a55144a0ad33bd94301e2d06abd65bd2da3c
/thirdparty/cgal/CGAL-4.13/include/CGAL/RS/dyadic.h
b7bd0393365650687410db54e031eaaa0ccc060a
[ "LGPL-3.0-only", "GPL-3.0-only", "GPL-1.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-free-unknown", "LGPL-2.0-or-later", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "MIT-0", "MIT", "LGPL-3.0-or-later", "LicenseRef-scancode-warranty-disc...
permissive
bobpepin/dust3d
20fc2fa4380865bc6376724f0843100accd4b08d
6dcc6b1675cb49ef3fac4a58845f9c9025aa4c9f
refs/heads/master
2022-11-30T06:00:10.020207
2020-08-09T09:54:29
2020-08-09T09:54:29
286,051,200
0
0
MIT
2020-08-08T13:45:15
2020-08-08T13:45:14
null
UTF-8
C++
false
false
15,823
h
// Copyright (c) 2006-2013 INRIA Nancy-Grand Est (France). All rights reserved. // // This file is part of CGAL (www.cgal.org); you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License as // published by the Free Software Foundation; either version 3 of the License, // or (at...
[ "huxingyi@msn.com" ]
huxingyi@msn.com
b5ece85707fed1f80f81bd4f72a507dd301c3fe0
ce7a150f491d389277a8a9676d5caa79331d6e6c
/CalculusCalculator/CalculusCalculator/IntegralSecantTest.cpp
40c610ddfcc57a09208fe34fe236d87b8d808daf
[]
no_license
ekretzmann/CalculusCalculator
4087164c268407165f96b8581d52c60211ceff04
fbc77ed24fdc880475cabf23516321e44a5fbced
refs/heads/master
2021-01-19T01:13:23.878315
2017-07-19T02:02:30
2017-07-19T02:02:30
84,389,680
0
0
null
2017-07-19T02:02:31
2017-03-09T02:39:47
C++
UTF-8
C++
false
false
180
cpp
/* tester for IntegralSecant Created 3/8/17 by Ernie Kretzmann */ #include"IntegralSecant.h" int main() { IntegralSecant test(7); test.print(); system("pause"); return 0; }
[ "erniekretzmann@gmail.com" ]
erniekretzmann@gmail.com
15f555b2be03e8a9a1af6f63bf8d04bd818e0d4e
949633cd7f09a68b19304af14562b29514261ecc
/FWCore/Framework/src/MakeModuleHelper.h
e11d9f773bf4437a3eb18494479120d076d8830b
[]
permissive
gsfs/cmssw
eabfe97b0594287ce25556e6b091956b72baad72
fdbcb59c16cafd2a9b56177064bc0b6b93cc51dc
refs/heads/CMSSW_8_0_X
2021-01-21T23:41:29.108786
2019-04-11T16:11:14
2019-04-11T16:11:14
226,406,411
0
0
Apache-2.0
2019-12-06T20:39:25
2019-12-06T20:39:24
null
UTF-8
C++
false
false
1,034
h
#ifndef FWCore_Framework_MakeModuleHelper_h #define FWCore_Framework_MakeModuleHelper_h // -*- C++ -*- // // Package: FWCore/Framework // Class : MakeModuleHelper // /**\class edm::MakeModuleHelper MakeModuleHelper.h "MakeModuleHelper.h" Description: A template class which can be specialized to create a mod...
[ "chrisdjones15@gmail.com" ]
chrisdjones15@gmail.com
57ac26f49586ddebe76786228f484c9208167d3e
f57a583d41ddf3bf4e8a96e32f38de9d83ff6ae8
/concurrency_with_modern_cpp/exception_execution_policy.cpp
97fccffd3a26999f3fcd92f697afd01393969a80
[]
no_license
sansajn/test
5bc34a7e8ef21ba600f22ea258f6c75e42ce4c4e
c1bed95984123d90ced1376a6de93e3bb37fac76
refs/heads/master
2023-09-01T00:04:48.222555
2023-08-22T15:14:34
2023-08-22T15:14:34
224,257,205
2
3
null
null
null
null
UTF-8
C++
false
false
724
cpp
// exceptions with execution policies (note: execution policies not implementeg in gcc 7.4.0) #include <algorithm> //#include <execution> #include <iostream> #include <string> #include <vector> using namespace std; int main(int argc, char * argv[]) { vector<int> v{1, 2, 3, 4, 5}; try { for_each(v.begin(), v.end(...
[ "adam.hlavatovic@protonmail.ch" ]
adam.hlavatovic@protonmail.ch
17f4fdecfb9343e88b1d540df8f009dfdfacc020
fdf2ca363a4d9aff14b66bc574b29bd13734ba08
/ABC/051-100/095/c.cpp
46074731f58050f731cc5c5e02b40f6097488fbc
[]
no_license
stanaya/atcoder
0f7b7baaa64dbdda1a3e4b0833e6d354ae766f98
5e7ed0c0eff8e50a42dd754fd111058d28a1b6de
refs/heads/master
2021-06-25T00:00:18.266876
2020-12-25T14:23:48
2020-12-25T14:23:48
179,608,327
0
0
null
null
null
null
UTF-8
C++
false
false
534
cpp
#include <iostream> #include <string> #include <sstream> #include <cmath> #include <vector> #include <map> #include <set> #include <algorithm> #include <numeric> using namespace std; int i,j,k,n,m; string s; int main() { int a,b,c,x,y;cin >> a >> b>> c>> x>> y; int out; if (a+b <= 2*c) { out = a*x + b*y; }...
[ "sho.tanaya@d2c.co.jp" ]
sho.tanaya@d2c.co.jp
3648dfef700a4fee78af8c7f5c0509f614edf65b
f4c9d96aee3abf360e156509fe4a8cf3940859f0
/26.cpp
04c37c1951c3390c78e2954eceac7973b747cefd
[]
no_license
Alex3ha/NOI-
455db6c85dd2c456c6ac0537535bce411ef9945d
cfe9b25cf3ecdfcc81d45effb110cb531dca7e16
refs/heads/master
2020-05-02T13:12:37.620821
2019-03-27T11:27:56
2019-03-27T11:27:56
177,978,245
0
0
null
null
null
null
UTF-8
C++
false
false
885
cpp
#include <iostream> #include <string> using namespace std; const int maxn=350; int lcontain(char* father,char* son); int rcontain(char* father,char* son); int main(){ char s[maxn],s1[15],s2[15],*ps1; int ls1,ls2,flag=1; cin.getline(s,maxn); for(char* i=s;*i;i++){ if(*i==',' && flag==1){ ...
[ "648239480@qq.com" ]
648239480@qq.com
8dfa8f42352ba2f6cfcec43ebeb2ea7e2562d006
2c93c23e3b267dd73695c8fedba38b3e6df4561c
/src/mainv05_funcs.h
bd78fbd2a46a3ba570d2f5481612c0d3c224a8a1
[]
no_license
kel85uk/SPDE_SMC
3c0bf9a72830dd54e772f2d0d9f9932ea2817d1b
a9de2b21188c3e15c71d55ac1eb0212d4b723012
refs/heads/master
2016-08-04T06:59:38.390265
2014-01-15T00:42:21
2014-01-15T00:42:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,851
h
#include <time.h> #include <boost/random/normal_distribution.hpp> #include <boost/random/mersenne_twister.hpp> #include <boost/random/variate_generator.hpp> #include <cmath> #include <vector> /* User-defined context that contains all the data structures used in the linear solution process. */ typedef struct Us...
[ "kel85uk@gmail.com" ]
kel85uk@gmail.com
72dd48f5dbb56f876fc877e8aa9d22f46eb6be7f
4dd1a4bb458bb8a664b4b7f57bdc5ac5a80361a7
/device/bluetooth/bluetooth_adapter_winrt.h
23db6f8dbad9e9fb41f376fa9a0d9c9d499e5112
[ "BSD-3-Clause" ]
permissive
joker2016cn/chromium
e2c74f1100b2138d54548dd8e8d1fad41f6cc9b9
a5088d502f500bed6fa1ee1cabd0f530d2982599
refs/heads/master
2022-12-22T17:11:20.272822
2020-01-29T03:59:00
2020-01-29T03:59:00
177,708,424
0
0
NOASSERTION
2020-01-29T03:59:01
2019-03-26T03:30:16
null
UTF-8
C++
false
false
9,842
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 DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_WINRT_H_ #define DEVICE_BLUETOOTH_BLUETOOTH_ADAPTER_WINRT_H_ #include <windows.devices.bluetooth.h> #include <...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
13a789b00385952b2b77fbd272770b0fbf4b04c5
324dbbdebe8344b9ba30e4a9cf06e7e81f20ac42
/vulkan/semaphore.cpp
4e912ac10c055db43c1f4c269db0fb5883aaacb6
[ "MIT" ]
permissive
cylof22/Granite
79fb5991c7856812e2622d9250aefb0144ce533b
92c20438bdf144d8d2bb248e1b94cd6df1e26d8f
refs/heads/master
2023-02-18T13:41:01.937168
2021-01-16T08:20:43
2021-01-16T08:20:43
108,522,726
0
0
MIT
2021-01-16T08:20:44
2017-10-27T08:52:09
C++
UTF-8
C++
false
false
2,296
cpp
/* Copyright (c) 2017-2020 Hans-Kristian Arntzen * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, me...
[ "maister@archlinux.us" ]
maister@archlinux.us
8937ae3ef3b012ac7aaf4905dc8a7b8a3432660b
58f46a28fc1b58f9cd4904c591b415c29ab2842f
/chromium-courgette-redacted-29.0.1547.57/chrome/browser/importer/ie_importer_utils_win.h
ff61453be0c8a61f9f15d6c59e3d93583686cbcb
[ "BSD-3-Clause" ]
permissive
bbmjja8123/chromium-1
e739ef69d176c636d461e44d54ec66d11ed48f96
2a46d8855c48acd51dafc475be7a56420a716477
refs/heads/master
2021-01-16T17:50:45.184775
2015-03-20T18:38:11
2015-03-20T18:42:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
586
h
// Copyright (c) 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. #ifndef CHROME_BROWSER_IMPORTER_IE_IMPORTER_UTILS_WIN_H_ #define CHROME_BROWSER_IMPORTER_IE_IMPORTER_UTILS_WIN_H_ #include "base/strings/string16.h" ...
[ "Khilan.Gudka@cl.cam.ac.uk" ]
Khilan.Gudka@cl.cam.ac.uk
c2d46640825091f2bcf18730cf881f48549459ac
1c3ae36f3b6b1b753c5cfcbdbdab217691e2bf31
/opengl/JumpingBrains/JumpingBrains/CrossJoint.cpp
1bc7d04a23822fd804a417130b725efbf2900b74
[]
no_license
soup-jingle/misc-projects
11ab3856b4c49e60c46d963f12a780c253fdd911
3e2d71137482e1393acf636c87a6c74792399399
refs/heads/master
2023-04-10T07:56:43.266800
2021-04-27T22:50:31
2021-04-27T22:50:31
361,604,296
0
0
null
null
null
null
UTF-8
C++
false
false
7,126
cpp
// Patrick Bunetic // NO CHANGES MADE ////////////////////////////////////////////////////// // CrossJoint.cpp - CrossJoint Class Implementation // ////////////////////////////////////////////////////// #include "CrossJoint.h" // Default Constructor CrossJoint::CrossJoint() { } // Initializing Constru...
[ "soup-jingle@protonmail.com" ]
soup-jingle@protonmail.com
1dc5bcd3fe4c1b5ee28459f0afcb075953ef7331
a7dab63324ab28eb24937bdd429c1828cd835306
/src/python/lib/graph/opt/lifted_multicut/lifted_multicut_ilp.cxx
8e9400b7cb04c4e732b490622fa3797b3f76a33d
[ "MIT" ]
permissive
DerThorsten/nifty
e8005325467430bc8eb60517756c0eadf1669d4a
c4bd4cd90f20e68f0dbd62587aba28e4752a0ac1
refs/heads/master
2022-04-29T01:07:05.914460
2021-12-20T23:20:15
2021-12-20T23:20:15
50,250,104
42
20
MIT
2022-03-29T10:34:50
2016-01-23T17:43:51
C++
UTF-8
C++
false
false
3,625
cxx
#include <pybind11/pybind11.h> #include "nifty/python/graph/opt/lifted_multicut/export_lifted_multicut_solver.hxx" #include "nifty/python/converter.hxx" #ifdef WITH_GUROBI #include "nifty/ilp_backend/gurobi.hxx" #endif #ifdef WITH_CPLEX #include "nifty/ilp_backend/cplex.hxx" #endif #ifdef WITH_GLPK #include "nift...
[ "thorsten.beier@iwr.uni-heidelberg.de" ]
thorsten.beier@iwr.uni-heidelberg.de
b01e4cb54169d9c0ec9ecf0e83b3b9d405359766
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/test/USB/deviceSrv/iString.cpp
301ac4d6ac7602f4909a5e5502b65378fd331db3
[]
no_license
sgzwiz/xbox_leak_may_2020
11b441502a659c8da8a1aa199f89f6236dd59325
fd00b4b3b2abb1ea6ef9ac64b755419741a3af00
refs/heads/master
2022-12-23T16:14:54.706755
2020-09-27T18:24:48
2020-09-27T18:24:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,218
cpp
#include "iString.h" #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <xtl.h> iString::iString() { str = end = NULL; bufferSize = 0; aggressive = false; } iString::iString(unsigned initialSize) { str = end = NULL; bufferSize = 0;...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com