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
3e14317593dacc62361d612676718f2495b4bbff
6a590c70baef9b555e1dd8215078d3891c565741
/gpu/command_buffer/service/shared_image_factory.cc
36f32b82b1888afc1dbf59f56645047f940c2424
[ "BSD-3-Clause" ]
permissive
samkuhn/chromium
077db6ba6a0972b870b0f4e826bf4124aa1bee01
7d4cd4e4b688d126cc38687d342fc8a6d31eb21e
refs/heads/master
2023-03-12T16:23:02.572258
2020-04-08T12:34:55
2020-04-08T12:34:55
254,087,216
0
1
null
2020-04-08T12:53:51
2020-04-08T12:53:50
null
UTF-8
C++
false
false
21,193
cc
// 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. #include "gpu/command_buffer/service/shared_image_factory.h" #include <inttypes.h> #include "base/strings/stringprintf.h" #include "base/trace_event/mem...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
8a359555184406b7e9ca88e80d34d1a1cdcf7c79
d1b61b4a1a48c394f6a12e995c6d590787abde1d
/ABCD.cpp
7068d84218268528468e78a0361b10e2ae2c18c7
[]
no_license
mistysamia/Demo-Portfolio
76b3018c0f5488250af128128c7dae1dabbb93b4
2dd7a495c581845f45b35ba58cf7cec6f85905ee
refs/heads/master
2023-06-08T16:49:01.346377
2021-07-03T22:13:28
2021-07-03T22:13:28
377,292,954
0
0
null
null
null
null
UTF-8
C++
false
false
1,061
cpp
#include <bits/stdc++.h> using namespace std; #include <iostream> #include <vector> #include <string> #include <algorithm> #include <set> #include <map> #include <queue> #include <unordered_map> #include <unordered_set> #include <list> #include <stack> #include <cstdio> #include <cmath> using namespace std; typedef lo...
[ "misty.samia17@gmail.com" ]
misty.samia17@gmail.com
79da435b176be5e344c10af21759775af6283f54
85ca43523f8081b681c0e3d1616515bb18f6be14
/src/viewer.cpp
1d994ceb64a82c17366386ff67277df3248dd8e9
[ "BSD-3-Clause" ]
permissive
borongyuan/ros_object_detection_viewer
43d7e75c27460b3866a84f48cd12069a575d6386
8bcb4678d79f7ca1ca09b89aa70380a372c26033
refs/heads/master
2020-06-02T20:55:27.831311
2019-06-11T07:52:34
2019-06-11T07:52:34
191,307,328
1
1
null
null
null
null
UTF-8
C++
false
false
1,366
cpp
#include "ros_object_detection_viewer/viewer.h" ViewerNode::ViewerNode(const ros::NodeHandle& nh) : nh_(nh) , it_(nh) , params() , image_sub(it_, params.image_topic, 1, image_transport::TransportHints("compressed")) , boxes_sub(nh_, params.boxes_topic, 1) , sync(image_sub, boxes_sub, 60) { sync.registerC...
[ "yuanborong@hotmail.com" ]
yuanborong@hotmail.com
4f3e72df2742dd4c7057b68b9254c131241331ab
ca357ff9f909bec1165d17e8f66a384d392393f6
/Model v2/m03_00_set_anth.cpp
d70626bb62b93c6bf28d471ec5c435c293abf225
[]
no_license
dancleather/FreeBody
d8ec72b2bcb3adf5aaa60ce214c8c41a57e7c281
886899094833db32e3bafa29a3be06d9ed0e96b7
refs/heads/master
2020-05-17T05:41:28.292551
2015-10-27T11:03:55
2015-10-27T11:03:55
21,572,934
3
0
null
null
null
null
UTF-8
C++
false
false
469
cpp
#include "stdafx.h" #include "m03_00_set_anth.h" #include "Segment.h" #include "Structure.h" using namespace std; /* */ void m03_00_set_anth(Segment **segment_data[], Structure *calibrate_pos[], int frames, int segments) { for (int i=0; i<frames; i++) { for (int j=0; j<segments; j++) { segment_data[i][j...
[ "dancleather@hotmail.com" ]
dancleather@hotmail.com
2c3c3fa28faf291cbb6684a3473377e633b4d0dd
57a7fcd4760434c69e352408b497764ac5770c14
/MiniEngine/ModelConverter/IndexOptimizePostTransform.h
2cfb25601c444b4e14b9a9ace7c59e82e1536a2a
[ "MIT" ]
permissive
KarimLUCCIN/DirectX-Graphics-Samples
b810d3466e655455863dfbd97631bf6de3a6a95a
13521b59506d41d1ca1eaf9c130177631b905a15
refs/heads/master
2020-04-03T22:15:15.579756
2018-10-31T17:35:49
2018-10-31T17:35:49
155,595,022
0
0
MIT
2018-10-31T17:08:33
2018-10-31T17:08:32
null
UTF-8
C++
false
false
2,029
h
//----------------------------------------------------------------------------- // This is an implementation of Tom Forsyth's "Linear-Speed Vertex Cache // Optimization" algorithm as described here: // http://home.comcast.net/~tom_forsyth/papers/fast_vert_cache_opt.html // // This code was authored and released in...
[ "bobbrow@microsoft.com" ]
bobbrow@microsoft.com
cc1afa09e876bb94633759ede2a566719bf6120e
de3b1258e85d2379f3a37a8f63e729cfebb9c65e
/Codeforces/2015 Tishreen Collegiate Programming Contest - 100935/100935H-Bend Test.cpp
7ce083ac6fea4e8ffbce426f5bd7a0ddbd1cbaed
[]
no_license
mamun4122/My-Online-Judge-Submission
a8223e92fb57bf009b878f3f29b0456366f21b97
a96dffbef52f47d2cd3d769b00c557f8304b3f2f
refs/heads/master
2020-04-04T06:02:50.042950
2017-11-27T03:37:07
2017-11-27T03:37:07
51,596,094
0
0
null
null
null
null
UTF-8
C++
false
false
3,704
cpp
#pragma comment(linker, "/stack:640000000") #include <bits/stdc++.h> using namespace std; const double EPS = 1e-9; const int INF = 0x7f7f7f7f; const double PI=acos(-1.0); #define READ(f) freopen(f, "r", stdin) #define WRITE(f) freopen(f, "w", stdout) #define MP(x, y) make_pair(x, y) #...
[ "mamun4122@gmail.com" ]
mamun4122@gmail.com
32ddb07d50d2955393ffffcd0aeb4d21c8d8f9ae
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-macie2/source/model/GetFindingStatisticsResult.cpp
a0037f591fdae554d9a5d53201e0d1a7555880bb
[ "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
1,694
cpp
/* * 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
9fab0de0c28a700a119614cf5585509d1cd4ea9d
176572bc544145587571b660e357917ad039bbaa
/ProtonMCNew_0_1000.h
6391ccca019c68d74ff545f50978da0dd6b6875a
[]
no_license
williamszg/dEdX_New_MC_Stopped_Proton
03d38c6816962642c015132e5c91b6abd69450d2
2bfb78295f072524910be3775cb2952596d6bb3a
refs/heads/master
2021-05-23T06:06:40.783931
2018-02-16T18:24:37
2018-02-16T18:24:37
94,794,069
0
0
null
null
null
null
UTF-8
C++
false
false
37,071
h
////////////////////////////////////////////////////////// // This class has been automatically generated on // Mon Jun 19 10:45:54 2017 by ROOT version 6.06/08 // from TTree anatree/analysis tree // found on file: /lariat/data/users/jasaadi/v06_34_01/DDMC_RunI_PickyTrkPosPol_Proton_anatree.root ///////////////////////...
[ "zachary.williams2@mavs.uta.edu" ]
zachary.williams2@mavs.uta.edu
7e5a562a140cd66c4d12abe459dace8e5a9ded3d
f850eb5b2f547764d05baa2332fa1bfe76a05274
/net/quic/congestion_control/quic_receipt_metrics_collector.cc
db98e4d8069f7373d43d8a36d8cbb74e285248fc
[ "BSD-3-Clause" ]
permissive
junmin-zhu/chromium-rivertrail
2c4d74d57a9e2eead500c39d213ac8db4bac29a2
eb1a57aca71fe68d96e48af8998dcfbe45171ee1
refs/heads/v8-binding
2021-03-12T19:35:42.746460
2013-06-03T15:05:26
2013-06-04T01:49:35
6,220,384
0
1
null
2013-06-03T02:50:01
2012-10-15T01:51:13
C++
UTF-8
C++
false
false
1,056
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/quic/congestion_control/quic_receipt_metrics_collector.h" #include "net/quic/congestion_control/receive_algorithm_interface.h" namespa...
[ "rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98" ]
rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98
7a5f8a24b87c7a0e8870f2ba3c18fd16fad9602d
d84b57c8e6ab67744800eede6fbd569af90df321
/practice/464D.cpp
9f94d169ab4df756d673f9a88ef3e155e168ebd9
[]
no_license
vaibhavahuja/codes
bcb6b0f1bc56423e201158329373672d67ec5968
4b35c65769887f9d05aff2342187e1028de2fe6d
refs/heads/master
2023-02-10T11:37:01.812198
2020-12-29T18:20:43
2020-12-29T18:20:43
272,912,716
0
0
null
null
null
null
UTF-8
C++
false
false
1,103
cpp
//got AC :) #include <bits/stdc++.h> using namespace std; #define vi vector<int> #define pii pair<int, int> #define vp vector<pii> #define vs vector<string> #define mii map<int, int> void show(auto a){ int i = 0; while(i < a.size()){ cout<<(char)('a' + a[i].first)<<" "<<(char)(a[i].second + 'a')<<endl; i+...
[ "vaibhavahuja@outlook.com" ]
vaibhavahuja@outlook.com
a8224068c1af3173a470e918a3ddeacc6aae0214
029c980f58603c548e05c4f7b6ca75e99e25248c
/PrivateFrameworks/TimeMachine/CDStructures.h
05edde4f581fcb90e7e10247d24939616ecf4ffe
[ "MIT" ]
permissive
phatblat/macOSPrivateFrameworks
bc9d0360e9569f75eb19121922a81cdd52f4225d
9047371eb80f925642c8a7c4f1e00095aec66044
refs/heads/master
2021-04-06T10:20:17.515996
2020-02-12T13:01:25
2020-02-12T13:01:25
124,709,984
19
1
MIT
2018-10-02T01:11:57
2018-03-11T00:26:02
Kotlin
UTF-8
C++
false
false
3,396
h
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #pragma mark Blocks typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown #pragma mark Named Structures struct NodeCacheEntry { unsigned int :60...
[ "ben@octop.ad" ]
ben@octop.ad
3ad4bd6dc90a99d43c71ee6e9e6c7f9bdb63749d
a2438cca3a3a743ab08089c24aed1b6b1e00f84c
/leetcode/97.cpp
bb1ff3222371d97afac33a53a2cf9c5aacb10330
[ "Apache-2.0" ]
permissive
Moonshile/AlgorithmCandy
a3a8e3bbc2adbbe474d3934f40249e3ee692cd7e
e1ab006a5abe7d2749ae564ad2bffc4a628ed31b
refs/heads/master
2020-04-12T12:50:41.370625
2016-11-26T02:54:29
2016-11-26T02:54:29
25,446,167
2
3
null
null
null
null
UTF-8
C++
false
false
657
cpp
class Solution { public: bool isInterleave(string s1, string s2, string s3) { if (s1.size() + s2.size() != s3.size()) { return false; } int m = s1.size() + 1, n = s2.size() + 1; vector<bool> cur(n), pre(n), *cur_p = &cur, *pre_p = &pre; for (int i = 0; i < m; ++i)...
[ "moonshile@foxmail.com" ]
moonshile@foxmail.com
5b20a63a1b8e71332e6b71611162643df1dbb3d4
a0c4ed3070ddff4503acf0593e4722140ea68026
/source/CRT32/IOSTREAM/OSTRUSHT.CXX
017e5bfb6832babe5fa522f13e5caddbd87b7216
[]
no_license
cjacker/windows.xp.whistler
a88e464c820fbfafa64fbc66c7f359bbc43038d7
9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8
refs/heads/master
2022-12-10T06:47:33.086704
2020-09-19T15:06:48
2020-09-19T15:06:48
299,932,617
0
1
null
2020-09-30T13:43:42
2020-09-30T13:43:41
null
UTF-8
C++
false
false
1,178
cxx
/*** * ostrusht.cxx - definition for ostream class operator<<(unsigned short) funct * * Copyright (c) 1996-2000, Microsoft Corporation. All rights reserved. * *Purpose: * Contains the member function definition for ostream * operator<<(unsigned short). * *Revision History: * 09-23-91 KRS Created. Split out from ost...
[ "71558585+window-chicken@users.noreply.github.com" ]
71558585+window-chicken@users.noreply.github.com
90de5e03107ad388798d7653eab0af7936f16b33
8fe31f9cd7f36aa2aac73a9b197f09a70cfc72fb
/SndBearToRaw/SndBearToRaw.cpp
10ba9c115661687c0a1edad9f1f61786dc12e4f6
[]
no_license
gaborgsomogyi/SndBearToRaw
b15c6c867126edd1dcb5fa779b36407fc7a3a6c0
9c2638d8aeea179d89d4673f9cf1605678a690b6
refs/heads/master
2023-01-08T22:56:18.315189
2019-08-03T15:11:59
2020-11-03T11:02:53
309,658,205
0
0
null
null
null
null
UTF-8
C++
false
false
2,502
cpp
#include <stdio.h> #include <algorithm> #include <windows.h> #include <shlwapi.h> #pragma comment(lib,"shlwapi.lib") static int g_major = 1; static int g_minor = 0; int wmain(int argc, wchar_t* argv[]) { try { printf("Sound bear to raw converter %d.%d\n", g_major, g_minor); printf("Written by Gabor Somogyi\...
[ "gabor.g.somogyi@gmail.com" ]
gabor.g.somogyi@gmail.com
f4434d8875fb71d50ff8b75bb2360a02fef9f11c
ddbe65f965986fa300b63799168c2b93842b1c4d
/src/scenes/GameOver.cpp
79a8b83b0395baa1f09078790f32c2fb797a8c46
[]
no_license
Victor-Frocrain/OOP_indie_studio_2019
04d4fd33bc288449981ed52422b2c423cf5044f3
91ec51ff0f74d241833e583cfc6b35545fa38809
refs/heads/master
2023-01-14T09:47:38.438626
2020-11-19T17:10:46
2020-11-19T17:10:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,399
cpp
/* ** EPITECH PROJECT, 2020 ** GameOver ** File description: ** GameOver.cpp */ #include "GameOver.hpp" #include "Game.hpp" GameOver::GameOver(irr::IrrlichtDevice *&device, const std::string &path) : Menu(device, path) { irr::s32 buttonWidth = 267; irr::s32 buttonHeight = 73; irr::s32 pos = 300; addT...
[ "vfrocrain@localhost.localdomain" ]
vfrocrain@localhost.localdomain
3ffe80cea1840f8d257cbae5551924d88143cb13
23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f
/winnt2000ppcode/CH8/CWLSTDL2.CPP
399537f6ea38101723892464d82526f1417d163c
[]
no_license
IgorYunusov/Mega-collection-cpp-1
c7c09e3c76395bcbf95a304db6462a315db921ba
42d07f16a379a8093b6ddc15675bf777eb10d480
refs/heads/master
2020-03-24T10:20:15.783034
2018-06-12T13:19:05
2018-06-12T13:19:05
142,653,486
3
1
null
2018-07-28T06:36:35
2018-07-28T06:36:35
null
UTF-8
C++
false
false
4,799
cpp
// CWLSTDLG.CPP List Dialogs #include "cwdlg.h" #include "dlgids.h" tlist_dialog *this_list_dialog = 0; BOOL CALLBACK _export tlist_dialog_proc(HWND hdlg, UINT message,WPARAM wParam, LPARAM lParam) { return this_list_dialog->handle_message(hdlg, message,wParam,lParam); } tlist_dialog::tlist_dia...
[ "wyrover@gmail.com" ]
wyrover@gmail.com
98cc95a373e001e5ed726ea68ddef49b36979554
68204e56be1b07b40b6f2f8282f86d80ae261850
/P2/Practica2.cp
7e41fbb7d9390769caccc32fb4db14ca5a57202b
[]
no_license
lrcortizo/Specific-Application-Hardware
e4727a2b23163b1b1ac4f717628bf32c4b20acde
a5dde3f2220d6c3dcecdd77797b007bc06cb555e
refs/heads/master
2021-04-28T07:39:16.749421
2018-02-20T17:19:51
2018-02-20T17:19:51
122,228,234
0
0
null
null
null
null
ISO-8859-3
C++
false
false
514
cp
#line 1 "C:/Documents and Settings/Electrónica/Escritorio/Prácticas HAE 15-16/Lunes 9 a 11/P2/Practica2.c" void main() { int unidades; int decenas; int i; char numeros [] = {0x3F, 0x06, 0x5B, 0x4F, 0x66, 0x6D, 0x7D, 0x07, 0x7F, 0x67}; TRISC=0; PORTC=0; TRISD=0; PORTD=0; while(1){ if (unidades==10){ unidades=0; d...
[ "luisraco95@gmail.com" ]
luisraco95@gmail.com
2b423f10e98ad1f56e4db15bca2cc3b27619bc34
421a5ab08dbedfcaf81e6d89df376ad86329154b
/yhy2/WindowsFormsApplication2/WindowsFormsApplication2/AssemblyInfo.cpp
900a445ecdea690f5c4a6588d59367f62d03fa50
[]
no_license
yhybulider/vc-demo
b38f0d68a8316e69fc76a5217b7ae1b0840e1e2d
8b699fbd3ca478c0ce54a19932b66422158dc241
refs/heads/master
2020-07-07T10:46:07.986750
2019-12-10T07:14:40
2019-12-10T07:14:40
203,325,187
0
0
null
null
null
null
GB18030
C++
false
false
1,248
cpp
#include "stdafx.h" using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; using namespace System::Security::Permissions; // // 有关程序集的常规信息通过下列特性集 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 // [assembly:AssemblyTitleAttribute...
[ "1065205068@qq.com" ]
1065205068@qq.com
1f32fea754a27ca6454eb2aab2c104bac3e84667
deb29c68b90c5ed9cfc8b45a1cddfd8d5ea2083b
/include/nete/Entity.h
5b690249bc00c6e25e9009bcbeab556ad25b626c
[ "Apache-2.0" ]
permissive
cubuspl42/Nete
536d018b15281868b2dca4a6cff94ba4cc8ba27e
5384ea384d9b39ee0b0b97d65155686ed4694597
refs/heads/master
2020-05-27T21:45:23.201402
2015-08-17T10:26:06
2015-08-17T10:26:06
40,120,629
0
0
null
null
null
null
UTF-8
C++
false
false
32
h
#pragma once namespace nete {}
[ "cubuspl42@stgn.pl" ]
cubuspl42@stgn.pl
3fa54660b04276f2473bfc91516f0c96a31070c4
6b75de27b75015e5622bfcedbee0bf65e1c6755d
/stack/stack-taiwai.cpp
65a0c1b1920a2ee602524b1400fddf08d6c8938e
[]
no_license
xhbang/data_structure
6e4ac9170715c0e45b78f8a1b66c838f4031a638
df2ff9994c2d7969788f53d90291608ac5b1ef2b
refs/heads/master
2020-04-04T02:07:18.620014
2011-12-05T09:39:34
2011-12-05T09:39:34
2,393,408
0
0
null
null
null
null
GB18030
C++
false
false
1,134
cpp
#include<stdio.h> #include<stdlib.h> /*堆疊資料結構*/ struct Stack { int Array[10];//陣列空間 int Top;//堆疊頂端指標 }; /*檢查堆疊是否為空*/ bool stack_empty(Stack *Stack1) { if(Stack1->Top==0) { return true; } else { return false; } } /*推入資料*/ void push(Stack *Stack1,in...
[ "sonicisdreaming@gmail.com" ]
sonicisdreaming@gmail.com
3daf8616901b3ef3eba67146e3d49deec053d697
b795c0650ebf1df17b08196867e25b5e964ec87f
/HTU21D.cpp
745385a478e138af9c93aa08aece78d668a63539
[]
no_license
phat-lam/htu21d_mh-z19_oled
9664485e73fb74f91ac10374403ae14df53feb45
8db479bd8ad151259dea96a1ce6f6561ba107820
refs/heads/master
2021-07-03T15:09:52.899490
2017-09-23T20:52:04
2017-09-23T20:52:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,980
cpp
/* * The MIT License (MIT) * Copyright (c) 2015-2017 François GUILLIER <dev @ guillier . org> * 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 limit...
[ "francois@guillier.org" ]
francois@guillier.org
16af40c742fb2c4a6d8dab2ba0f0e653d66ff40d
bb102e208d4eb108681bac71d861e258a5fd7f2b
/src/textures/textures_util.h
ae3d9854ad1c7eb243a8af8d853bd4248611c96d
[]
no_license
Zabilya/test2Dgame
022ba82f85d6e6ce5723f836dcdf97b69ed9814e
5d1ca302ddc9bba60f591d51fd6844a5b1e775d6
refs/heads/master
2021-01-08T19:35:08.112314
2020-02-21T11:26:43
2020-02-21T11:26:43
242,122,833
0
0
null
null
null
null
UTF-8
C++
false
false
556
h
// // Created by 17776048 on 2019-09-11. // #ifndef ENGINE_TEXTURES_UTIL_H #define ENGINE_TEXTURES_UTIL_H #include <GL/glew.h> #include <GLFW/glfw3.h> #include "../../dependencies/stb_image/stb_image.h" #include <iostream> #include <vector> using namespace std; unsigned int loadTexture(char const *path); unsigned i...
[ "36747171+Zabilya@users.noreply.github.com" ]
36747171+Zabilya@users.noreply.github.com
91bcbf3d0159e15ebbd0c585ee34c638c91bcf43
bcb6885ca2348c3053004f72e62a78f292a2c7d3
/bluenet_ryan/TSIPRec2/UnCmpMgr.cpp
61b8be0db26bb0f14799f7eb3785910b82932f6e
[]
no_license
tongshi203/V3S-NAS
4000e09c1511e15e700d4bbb3d33577655068204
c3c8e52aca5cd90ae511f27b9858ce0df2f416aa
refs/heads/master
2022-07-28T15:11:16.488271
2020-05-25T06:56:36
2020-05-25T06:56:36
278,230,514
1
0
null
2020-07-09T01:18:54
2020-07-09T01:18:54
null
GB18030
C++
false
false
2,993
cpp
// UnCmpMgr.cpp: implementation of the CUnCmpMgr class. // ////////////////////////////////////////////////////////////////////// // 2001.8.15 添加 GetSvr() 函数 // #include "stdafx.h" #include "Resource.h" #include "UnCmpMgr.h" #include "UnCompressObj.h" #include "Tsdb.h" #ifdef _WIN32 #ifdef _DEBUG #u...
[ "xuewyan@foxmail.com" ]
xuewyan@foxmail.com
6ff6693d8231807a0c5afcf160399b83ff14f6c6
0fd0edf1906ad48406e16e9fe84c2a644f82f255
/test/stevezbiz00/client/Client.cpp
b4d7004f8e436696d2a9e62c183edf0f967d0c65
[]
no_license
paologastaldi-polito/pds-progetto
0ba634431e70a45407fd7a499ba1aa75c801a143
20ca414508b05de34da674afe608bafe2b29ecf6
refs/heads/master
2023-03-01T02:06:25.665347
2021-02-02T14:32:10
2021-02-02T14:32:10
284,791,055
1
1
null
2020-11-25T22:05:04
2020-08-03T19:39:59
C++
UTF-8
C++
false
false
3,031
cpp
// // Created by stevezbiz on 07/11/20. // #include "Client.h" #include <utility> Client::Client(boost::asio::io_service &io_service, boost::asio::ip::tcp::resolver::iterator endpoint_iterator) : io_service_(io_service), socket_(io_service) { do_connect(std::move(endpoint_iterator)); } void Cl...
[ "s270227@studenti.polito.it" ]
s270227@studenti.polito.it
177c9cffdb62ec853a217cc06b4ea8a0bb8a76ab
587dc27a2b943ed34523c08ff2af1f35695c0785
/Student.h
b6baa014dd5b145448942f641dd6aea820b2bc80
[]
no_license
VentusSpiritus/hellogit
036b75ec3725f26114e7507b923e3ee29e677725
f180d16c5cec5d33d90edfcafc24b6bb235e9d56
refs/heads/master
2021-09-06T16:55:50.954289
2018-02-08T19:44:50
2018-02-08T19:44:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
421
h
#include <iostream> #include <string> #include <stdlib.h> using namespace std; class Student{ private: string name; int idNumber; public: Student(){ name = ""; idNumber = 0; } Student(string n, int idNum){ name = n; idNumber = idNum; } void setName(string n){ name = n; } void setidNumber(int idNum){ id...
[ "BotLaneBanter@users.noreply.github.com" ]
BotLaneBanter@users.noreply.github.com
4123cf3788a8c7d8ebf2937c59255020d4762632
1a69b230bf59c4cc6cf604dfe8153fb5d179eb81
/entrenos/northeast13/a2.cpp
67e32412e604cd7ca7dc75421b50c8db9047acd7
[]
no_license
FelixMorenoPenarrubia/CompetitiveProgramming
36de722b5512ba975d9db9e939df2f155092d276
d459ce5683ad464c34b3a8d0bc0b77557ccfdc24
refs/heads/master
2023-03-14T13:35:43.938876
2021-03-04T17:01:36
2021-03-04T17:01:36
344,264,136
1
0
null
null
null
null
UTF-8
C++
false
false
2,470
cpp
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef vector<ll> VI; typedef vector<VI> VVI; typedef VI vi; typedef VVI vvi; typedef pair<ll, ll> ii; typedef vector<ii> vii; const ll INF = 1000000000000000000LL; #define VEI(w,e) ((E[e].u == w) ? E[e].v : E[e].u) #define CAP(w,e) ((E[e].u == w) ...
[ "felimorepen@gmail.com" ]
felimorepen@gmail.com
efe8673f70b41d9ab58be08de2d7bf6c4b460eb9
d0837533b31fbc4b3a16703c97ffa01a24a0dcc7
/Source/Misc/DDSTextureLoader.cpp
f9861bfebda170fe43beb66b21dc218c40098d85
[ "BSD-2-Clause" ]
permissive
UIKit0/3dcfiltertester
d1a7b05abba329d958be5202eeadebdce3f1881e
3158f2db70e3768dead2afb143d2e27e12f775a7
refs/heads/master
2020-12-29T01:22:59.043564
2013-09-30T22:26:42
2013-09-30T22:26:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
53,222
cpp
//-------------------------------------------------------------------------------------- // File: DDSTextureLoader.cpp // // Functions for loading a DDS texture and creating a Direct3D 11 runtime resource for it // // Note these functions are useful as a light-weight runtime loader for DDS files. For // a full-fe...
[ "mail@axelgneiting.de" ]
mail@axelgneiting.de
98da8fd31bbebafef919753dcbf51b5635ce094a
8e138ac4434d268f25c34c262ecf06c3b1ce3c58
/ib_boost/preprocessor/tuple/elem.hpp
58d72259a50a95994a83f996c13cdd150a774561
[]
no_license
mreppell/Coalescent_Internal_Branches
3366daa31d5ea6eb6c9fc2fea7afd1ee09effff2
d46fd4ca113481a9a689301d2ae86f4c6a0d988b
refs/heads/master
2021-01-10T06:15:03.957670
2017-05-09T19:47:49
2017-05-09T19:47:49
54,134,103
1
0
null
null
null
null
UTF-8
C++
false
false
29,678
hpp
# /* Copyright (C) 2001 # * Housemarque Oy # * http://www.housemarque.com # * # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt or copy at # * http://www.boost.org/LICENSE_1_0.txt) # */ # # /* Revised by Paul Mensonides (2002) */ # # /* See http://www.boost...
[ "mreppell@uchicago.edu" ]
mreppell@uchicago.edu
be402a1bfeaf4ce7cc32a67722adda72af0a6077
526494419718ad9603cd84df92d38c32c7b81b27
/labs/Lab5/TimeFormatMistake.cpp
23b96472f199f303889ebf93ad9fd8219fb147d0
[]
no_license
jstwy/ENSC-251
5b318cb5de3413f4509b3a44856e50de3e7a0bb0
4f212406488a5bae84aa10404acfde0a17ae309b
refs/heads/master
2021-08-15T04:34:15.220567
2017-11-17T10:08:49
2017-11-17T10:08:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,111
cpp
/** * @file TimeFormatMistake.cpp * @author Diane Wolf * @Date 11/3/2017 * @version 1.0 * @section DESCRIPTION * This file contains function definitions for the exception class * TimeFormatMistake. */ // I declare that this assignment is my own work and that I have correctly // acknowledged the work of others...
[ "dawolf@sfu.ca" ]
dawolf@sfu.ca
37fc8b6eb312788823f88e7c9306300030023b01
0107c0e4bc0be40faeb68678ad2977b435fef130
/src/fluvit/pngio.h
9defdac7780a90a6e86f5d3844960ef9c2114e7e
[]
no_license
creativitRy/Fluvit
921db9a6a4edcfa784ac0c711d3721b58bef7a95
0859f7ace2399fafede9edbdcc7e958a7f7471aa
refs/heads/master
2020-05-16T21:56:59.360739
2019-05-17T16:44:09
2019-05-17T16:44:09
183,321,878
3
0
null
null
null
null
UTF-8
C++
false
false
582
h
// // Created by gahwon on 5/5/19. // #ifndef FLUVIT_PNGIO_H #define FLUVIT_PNGIO_H #include <string> #include <vector> namespace pngio { /// /// \param file_name /// \param image image pixel data of size height * width with r | g << 8 | b << 16 | a << 24 in that order /// \param width output width ...
[ "creativitRy@gmail.com" ]
creativitRy@gmail.com
b789d59bd127cbea4ed105360309c17e4f8ebc66
a010d4227221f19c0eaaf5e9faed3e983ab377b0
/test_ifstream.cpp
fe775c971be1bcf5fc241d6e727c7ad0993de185
[]
no_license
famince/c_practice
d668d6b0529f2277732ef9447c0c72a9682e2691
9214a23c60faf6b620bdd4daaa8c17c45f169002
refs/heads/master
2020-08-17T16:02:57.592078
2019-10-17T02:25:02
2019-10-17T02:25:02
215,685,530
0
0
null
null
null
null
UTF-8
C++
false
false
3,295
cpp
#include <iostream> #include <fstream> #include <vector> #include <algorithm> #include <string> #include <map> #include <cstring> using namespace std; #define HIKVISION_ASSET_NAME_INFO "/usr/local/VA_IoTSec/conf/hikvision_asset_name_info.conf" #define HUAWEI_ASSET_NAME_INFO "/usr/local/VA_IoTSec/conf/huawei_asset_n...
[ "xiaoriyong@iottepa.com" ]
xiaoriyong@iottepa.com
1820735ef871663ddc909d3991d503417eea52a7
682a576b5bfde9cf914436ea1b3d6ec7e879630a
/components/common/core/string/SPHash.h
bed6ec5405e3cdfc73cd4ab7ff5fe11e9d3eb23c
[ "MIT", "BSD-3-Clause" ]
permissive
SBKarr/stappler
6dc914eb4ce45dc8b1071a5822a0f0ba63623ae5
4392852d6a92dd26569d9dc1a31e65c3e47c2e6a
refs/heads/master
2023-04-09T08:38:28.505085
2023-03-25T15:37:47
2023-03-25T15:37:47
42,354,380
10
3
null
2017-04-14T10:53:27
2015-09-12T11:16:09
C++
UTF-8
C++
false
false
8,014
h
/** Copyright (c) 2021 Roman Katuntsev <sbkarr@stappler.org> 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, merg...
[ "sbkarr@stappler.org" ]
sbkarr@stappler.org
cfff4567ca101ce3e395085c3d4be034824faed0
6f90fcb6e3769225fd0a0fb78b8f7347b9f9ca05
/examples_oldgl_glfw/107_ParamGeo2/main.cpp
6305951fad612cc8037ed53d8e388531e603145a
[ "MIT" ]
permissive
huminzheng/delfem2
3fd759c49e427d1a0c46d7a24bf2f2f449df9b4b
8ca4923a7a9abb6f264d7bf364304c0730b47636
refs/heads/master
2023-02-17T22:33:33.346479
2021-01-17T05:47:58
2021-01-17T05:47:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,645
cpp
/* * Copyright (c) 2019 Nobuyuki Umetani * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "delfem2/opengl/glfw/viewer_glfw.h" #include "delfem2/opengl/old/v2.h" #include "delfem2/opengl/old/funcs.h" #include "delfem2/vec2.h" ...
[ "n.umetani@gmail.com" ]
n.umetani@gmail.com
30f2817a1a5f291cc22120fa909e2cae0be44f9f
9b727ccbf91d12bbe10adb050784c04b4753758c
/OpenCup/XV/Grand-Prix-Europe/B.cc
a1421729764cd2b1ecf9da01e90e40b93f77455b
[]
no_license
codeAligned/acm-icpc-1
b57ab179228f2acebaef01082fe6b67b0cae6403
090acaeb3705b6cf48790b977514965b22f6d43f
refs/heads/master
2020-09-19T19:39:30.929711
2015-10-06T15:13:12
2015-10-06T15:13:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,063
cc
#include <bits/stdc++.h> using namespace std; const int MAXN = 100000 + 10, C = 4; char s[MAXN]; int N, ret; namespace PT { struct Node { Node *ch[C], *fa, *sub; int len, full, half; } pool[MAXN], *last; char s[MAXN]; int sz, n; void init(int _n) { memset(pool, 0, sizeof(po...
[ "zimpha@gmail.com" ]
zimpha@gmail.com
8d5f3daaf12cfbfea0685dcb5d9a4299905833b8
7321cdd3447a417190bf1bf0a64243e40c13b52d
/src/ukf.h
f086b2c334db8e69945a3bfff54e9caeeafccc51
[]
no_license
lorenzosteccanella/Unscendent-Kalman-Filter
f64861e7483136e7ca950b9fe9630ca45d925329
f7da847a42280360bef06311361ef2cc63db72bb
refs/heads/master
2020-12-02T22:19:42.513700
2017-07-03T13:43:47
2017-07-03T13:43:47
95,764,768
0
0
null
null
null
null
UTF-8
C++
false
false
2,494
h
#ifndef UKF_H #define UKF_H #include "measurement_package.h" #include "Eigen/Dense" #include <vector> #include <string> #include <fstream> using Eigen::MatrixXd; using Eigen::VectorXd; class UKF { public: ///* initially set to false, set to true in first call of ProcessMeasurement bool is_initialized_; ///* ...
[ "lorenzosteccanella@gmail.com" ]
lorenzosteccanella@gmail.com
2a97341a42ae13509c9f5cb10ffd8fe348050715
772c346600c8e43c90b30d136d5dda238236f73d
/source/solution_zoo/video_box/src/smartplugin_box/votmodule.cpp
278a42612667f899ed811c327529a3fc2267399e
[]
no_license
mystocks/ai-express
005f393d9a620554718acac4e8cb5c6c64d8bbb0
64691b1472ce1c449f403f320bada7d8f1574e2d
refs/heads/master
2022-12-01T07:40:28.934533
2020-08-11T13:18:13
2020-08-11T13:18:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
22,621
cpp
/** * Copyright (c) 2019 Horizon Robotics. All rights reserved. * @file votmodule.cpp * @brief vot module * @author kairui.wang * @email kairui.wang@horizon.ai * @date 2020/07/22 */ #include "./votmodule.h" #include <fstream> #include <string.h> #include "./hb_vot.h" #include "hobotlog/hobotlog.hpp" #include "...
[ "hangjun.yang@horizon.ai" ]
hangjun.yang@horizon.ai
7e13964e8df6c31a965cd22d279e9f219b09ab11
c85cec2934b86ded18047a8e0bd1f97c75a72b0c
/src/qt/transactiondescdialog.h
770a578ce5a0ad628356c8498b162c84f40a1b79
[ "MIT" ]
permissive
ODUWAX/OduwaUSD
1668e7e8eb615c60fe5d707284ddc9a57f58e1e0
8ba43a760ef85fb2b2679e772af8d2f1a3138b07
refs/heads/master
2023-01-08T23:47:01.636172
2020-11-04T10:55:27
2020-11-04T10:55:27
309,887,267
0
0
null
null
null
null
UTF-8
C++
false
false
795
h
// Copyright (c) 2011-2014 The Bitcoin Core developers // Copyright (c) 2020 The OduwaUSD Coin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef ODUWAUSD_COIN_QT_TRANSACTIONDESCDIALOG_H #define ODUWAUSD_COIN_QT_...
[ "40502564+ODUWAX@users.noreply.github.com" ]
40502564+ODUWAX@users.noreply.github.com
f9a2869c3386e4fe061a7424724b3962616fe58d
2043ee9b733bdf244801b710d1a3752982a261d0
/shlee5.3/chapter44/MyForm/main.cpp
53a2558333e7e9cede0968e27dec8e4331e2a317
[]
no_license
batonio/examples
74cbd31a84d33608b93292b61c5628010029824c
f3663f67fe636b6de8876a7de53f367fdfd93c18
refs/heads/master
2020-04-25T19:15:35.168852
2019-02-28T01:14:19
2019-02-28T01:14:19
104,603,417
0
0
null
null
null
null
UTF-8
C++
false
false
1,087
cpp
// ====================================================================== // main.cpp // ====================================================================== // This file is a part of the book // "Qt 5.3 Professional programming with C++" // =======================================...
[ "2@me.com" ]
2@me.com
bbf36823d22442050d347d786c04942f91ef3ef1
04b1803adb6653ecb7cb827c4f4aa616afacf629
/base/allocator/partition_allocator/address_space_randomization.h
fbb555841562b1a479d1ce0af4d2123a3ccec206
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
8,286
h
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_ALLOCATOR_PARTITION_ALLOCATOR_ADDRESS_SPACE_RANDOMIZATION_H_ #define BASE_ALLOCATOR_PARTITION_ALLOCATOR_ADDRESS_SPACE_RANDOMIZATION_H_ #incl...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
2f7971a22d7fa782a20d281693654f193547e16c
3d40eaaa6be158c54d0d5a148d698fd3e285ac41
/C++继承2之对象赋值转换/C++继承2之对象赋值转换/源.cpp
6953e6e0cc2ab0ddb30c0a240be07bf3a9ab7ab2
[]
no_license
yi1978045947/Hide-on-library
a7c9a5da45efea5306d195f9ce366dedb2c41fb9
ce3730309669c0955fa16ad8fade148d63a45cc2
refs/heads/master
2023-09-04T02:40:10.545014
2021-10-20T15:48:29
2021-10-20T15:48:29
312,789,626
3
0
null
null
null
null
GB18030
C++
false
false
696
cpp
#define _CRT_SECURE_NO_WARNINGS 1 #include<iostream> #include<string> using namespace std; class Person { protected: string _name; string _sex; int _age; }; class Student :public Person { public: int _No; }; void Test() { Student s; Person p = s; //派生类的对象可以赋值给基类的对象 Person* pp = &s; //派生类的地址可以赋值给基类的指针 Perso...
[ "1978045947@qq.com" ]
1978045947@qq.com
20bc1d5e82581761de1097e9323f1672766cf861
25e1d3dce224814641f17f5a12ec3cd4290a3537
/pwm_control.cpp
b842e4b7bf2b3e360742d939dd9e6dbcd2b42370
[]
no_license
kaljan/rpistm
3aa51f3134e35d2ad28fcea6be3d18b3ba5483ba
69e8dcf685042812d8a67fb10f382ea92ddf003d
refs/heads/master
2021-05-29T04:41:23.873085
2015-07-25T02:58:59
2015-07-25T02:58:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,879
cpp
/*! ******************************************************************** * \file * \author * \version * \date * \brief * ******************************************************************** */ #include "pwm_control.h" PWM_Control::PWM_Control(QWidget *parent) : QWidget(parent) { create_pwm_ctrl(); } /*! *...
[ "kaljan.nothern@gmail.com" ]
kaljan.nothern@gmail.com
d3c64291179c3fca62ba20a851cc2257af853e56
0fb994d4fb28021f338d190d980a4a20653a00f0
/src/common/dns_utils.cpp
c7010c6c5fcbf6d8fc69580e2b7487d23761ae7b
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Plop2323/cred
e490f87f9ca28309fdb4c2cd6ccae7e2ad0b6398
451cf7aaecf41fba7586825263b6e04dc2503230
refs/heads/master
2023-03-17T18:23:40.169777
2018-08-25T18:34:46
2018-08-25T18:34:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,551
cpp
// Copyright (c) 2014-2018, The Cred Project // // 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. Redistributions of source code must retain the above copyright notice, this list of // ...
[ "vangyangpao@gmail.com" ]
vangyangpao@gmail.com
dbd04d43bf7609a633742d2fd6f9662aac5f2921
9ed939c89735b18f640b13c05ee658dda965a9f4
/src/dict/dictString.cpp
b4720e32838e1fd161968f41ae8f1b8020a1150e
[ "MIT" ]
permissive
iigura/Paraphrase
12e4a8bda67258eb0985023b85881285e7a6f474
8f20bb988d46e2fa6aede0f078a9f7dfd8fcf4e2
refs/heads/master
2023-03-16T23:36:33.429223
2023-03-13T10:46:16
2023-03-13T10:46:16
164,213,489
36
2
MIT
2021-02-22T15:25:35
2019-01-05T12:36:12
C++
UTF-8
C++
false
false
16,368
cpp
#include <fstream> #include <iostream> #include <sstream> #include <algorithm> #include <regex> #include "externals.h" #include "typedValue.h" #include "stack.h" #include "word.h" #include "context.h" #include "util.h" static bool regexError(Context& inContext,std::regex_error& inErr); static bool isStartWith(std::st...
[ "koji.iigura@gmail.com" ]
koji.iigura@gmail.com
984a1c7dcd1f4fc445665f6719c1e1472874afa7
85d1596c647826fa4e51f7fe0737efb1a566be85
/crawler/Crawler.hpp
e6ccc5e6db9db48b386c741950511ad274695ac6
[]
no_license
cabelitos/DotaMetrics
ede7ecde05fac4b434a2a94d5085e45a2a2e1228
27647509dcb0065219e97c506b88e5d22d06b58c
refs/heads/master
2021-01-25T07:28:52.149989
2015-07-04T20:40:30
2015-07-04T20:40:30
28,430,834
0
0
null
null
null
null
UTF-8
C++
false
false
412
hpp
#pragma once #include "Match.hpp" #include <QObject> #include <QString> #include <QList> #include <QTimer> class Crawler : public QObject { Q_OBJECT public: Crawler(QObject *parent = 0); virtual ~Crawler(); void start(); private: QTimer _timer; private slots: void _matchesReady(MatchRequester *self, QLi...
[ "cabelitos@uol.com.br" ]
cabelitos@uol.com.br
4365c17aba84f10f9aa8999c1c56046d90c31088
f236af50bd31796471fbf4b9c1757d2b8b600af7
/external/embree/tutorials/curve_geometry/curve_geometry.cpp
38f8d52821903b12f62fadc28857b9b16e669d78
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "IJG" ]
permissive
fly2mars/suCAM
742a4cd2db19829616a47e78c1d56ed0bceee42b
20581f4545684bb7b62ac32059f6031aa5b27f0d
refs/heads/master
2023-04-07T06:53:17.218649
2023-03-29T08:50:04
2023-03-29T08:50:04
153,613,947
8
13
null
null
null
null
UTF-8
C++
false
false
1,625
cpp
// ======================================================================== // // Copyright 2009-2017 Intel Corporation // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // y...
[ "fly2mars@hotmail.com" ]
fly2mars@hotmail.com
7a7ed98bbbb3795da93f44976e61c12dbcb41b83
5965a658a81df839c8909299fc8040fe87daf0df
/leetcode/code/912_排序数组_快速排序.cpp
61cbb911eafd66ec5b3ba1f7479bffb8fbb8428a
[]
no_license
da1234cao/data_structure
5d7135cef831cca66623c4cceb68ddc63b27003f
0ee470ab7810243661cd2086dc34d2f38c13236b
refs/heads/master
2022-03-28T00:28:57.073599
2022-03-02T09:06:44
2022-03-02T09:06:44
210,477,465
0
0
null
null
null
null
UTF-8
C++
false
false
1,313
cpp
#include <vector> #include <iostream> using namespace std; class Solution { private: void RandomQuickSort(vector<int>& v, int start,int end){ if(start<end){ int p = RandomPartion(v,start,end); RandomQuickSort(v,start,p-1); RandomQuickSort(v,p+1,end); } } ...
[ "17355051286@163.com" ]
17355051286@163.com
e17e35a8550d5be52e4213afdc8b183c6ec5c99d
980ad4d2992e81a0f9a8c8a24399b2e8c038bc16
/src/test/streams_tests.cpp
c3c9742efaaf5698d0e204e3d536d3dcce21afe3
[ "MIT" ]
permissive
mjk22/neodash-testing
8ad7879908c5123d809bd5583afdcae6da2572d8
1fc9a8164cc3d5365637a849a416d288b103ca7e
refs/heads/master
2021-05-05T13:32:25.758541
2018-01-21T16:30:01
2018-01-21T16:30:01
118,398,563
0
0
null
2018-01-22T02:57:39
2018-01-22T02:57:39
null
UTF-8
C++
false
false
1,906
cpp
// Copyright (c) 2012-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2017-2018 The Neodash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "streams....
[ "31070418+CryptoMonzt0r@users.noreply.github.com" ]
31070418+CryptoMonzt0r@users.noreply.github.com
d726a922062d7e49ce08faab2de522c4ea822aae
02c471eb4447215e8812ed83edcf9cf2e840e2e4
/engine/graphics/Camera.cpp
b00fc95aa19430832e978ce05f9e264fc6f1b341
[]
no_license
edh007/TeamYESDAB
093c4baeab5804a1e40d38d90cee908d73fcbe05
4d506e72cb375b05682d0703fb97c3e4497382b6
refs/heads/master
2020-06-15T14:18:31.728138
2019-07-05T02:45:39
2019-07-05T02:45:39
195,320,807
0
0
null
null
null
null
UTF-8
C++
false
false
714
cpp
#include "Camera.h" namespace gi { Mat4 Camera::LookAt(Vec3 _eye, Vec3 _center, Vec3 _up) { Vec3 temp = (_center - _eye); Vec3 f = temp.Normalize(); Vec3 cal = f.CrossProduct(_up); Vec3 s = cal * 1 / (sqrt(cal.DotProduct(cal))); Vec3 u = s.CrossProduct(f); Mat4 Result; Result.SetIdentity(); ...
[ "edongho007@gmail.com" ]
edongho007@gmail.com
ae08523cc96bc73fd5e5502a05f83ef7f84f4077
7974395a6401c217ae573a73a47e98f769d4af96
/common/include/MyGetText.hh
286b643edab328cea87db2eafd87d77ba51fd19f
[ "Apache-2.0" ]
permissive
VincentWei/mg-demos
8932e51bf7e92453a64ad31800e42161debb3d54
3532430aff270f5ae716b494776882e586a7af04
refs/heads/master
2023-05-05T02:51:55.216447
2022-09-15T03:21:27
2022-09-15T03:21:27
188,669,273
14
11
Apache-2.0
2020-08-17T01:35:05
2019-05-26T10:32:07
C
UTF-8
C++
false
false
2,348
hh
/////////////////////////////////////////////////////////////////////////////// // // IMPORTANT NOTICE // // The following open source license statement does not apply to any // entity in the Exception List published by FMSoft. // // For more information, please visit: // // https://www.fmsoft....
[ "vincent@minigui.org" ]
vincent@minigui.org
3e56d98fee25444443215a3edf0456b934ff0965
0e13c6033bcacceef4519c5727e71a676b11930f
/06_GPIO_Advanced/inc/GPIO.h
016312cc5dd1bdb94884f13d4ea874a656ba6fad
[]
no_license
YuriBezoss/BeagleBone_Black_Embedded
0851e715dd3062bea3552eb583ba395b03f48c37
e6b6fe8b1b813484ff7c9e6b26a6612fc9d503b9
refs/heads/master
2022-12-23T00:49:59.243189
2020-09-21T14:59:21
2020-09-21T14:59:21
297,463,487
1
0
null
2020-09-21T21:18:01
2020-09-21T21:18:00
null
UTF-8
C++
false
false
2,142
h
/* * GPIO.h * * Created on: Apr 13, 2020 * Author: NghiaPham */ #ifndef GPIO_H_ #define GPIO_H_ #include <string> #include <fstream> #define GPIO_PATH "/sys/class/gpio/" typedef int (*callBackType)(int); enum GPIO_DIRECTION { INPUT, OUTPUT }; enum GPIO_VALUE { LOW = 0, HIGH = 1 }; enum GPIO_EDGE {...
[ "nghiaphamsg@gmail.com" ]
nghiaphamsg@gmail.com
43bcca3fbcc52c85dbb8518a2a2839665a3b16ae
f957ee9980e26e0feec548c205893359facc651b
/backend/include/fpga_output_device.h
2a2abe92bb77342c70330af762786ae5b55e539a
[ "MIT" ]
permissive
llandis/DESim
11c74d69a8ac130403f9ca23cac67bd9745e8442
c6718b81147bb7f48568d94cecf478c9608da418
refs/heads/main
2023-06-11T23:56:20.344056
2021-06-29T02:24:46
2021-06-29T02:24:46
381,216,810
0
0
MIT
2021-06-29T02:32:37
2021-06-29T02:32:36
null
UTF-8
C++
false
false
1,274
h
// Copyright (c) 2020 FPGAcademy // Please see license at https://github.com/fpgacademy/DESim #ifndef FPGA_OUTPUT_DEVICE_H_ #define FPGA_OUTPUT_DEVICE_H_ #include <iostream> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <time.h> #include <fcntl.h> #include <unistd.h> #include ...
[ "74740408+fpgacademy@users.noreply.github.com" ]
74740408+fpgacademy@users.noreply.github.com
dd897fdaca94588f46c41fbb0c88c82294bef5b5
a2111a80faf35749d74a533e123d9da9da108214
/raw/workshop11/workshop2011-data-20110925/sources/fj1wwg5keyf1mh0e/83/sandbox/my_sandbox/apps/my_app/my_app.cpp
7597533eba548360ffa4dff4de9f75c8bae2e2fa
[ "MIT" ]
permissive
bkahlert/seqan-research
f2c550d539f511825842a60f6b994c1f0a3934c2
21945be863855077eec7cbdb51c3450afcf560a3
refs/heads/master
2022-12-24T13:05:48.828734
2015-07-01T01:56:22
2015-07-01T01:56:22
21,610,669
1
0
null
null
null
null
UTF-8
C++
false
false
7,856
cpp
// ========================================================================== // my_app // ========================================================================== // Copyright (c) 2006-2011, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and use in source and b...
[ "mail@bkahlert.com" ]
mail@bkahlert.com
3b76cf19651ccce0015f059086ca54c01cb8e92a
55bc8600144e4e4a4fca24ea6c78434f53a92cd4
/Classes/Other/AppDelegate.cpp
44d2e2cf26bb8adadf039b70743e05b74f13ae06
[]
no_license
Royalone94/GoldMiner
ce5d30306827ac200768be280c87176a4e7e7a7b
db57db267bc4b8a5f4e361a25704e910f360314b
refs/heads/master
2021-06-09T06:37:57.902467
2016-12-12T09:00:42
2016-12-12T09:02:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,280
cpp
// 项目GitHub地址:https://github.com/ZhongTaoTian // 项目思路和架构讲解博客:http://www.jianshu.com/users/5fe7513c7a57/latest_articles // 微博:http://weibo.com/5622363113/fans?topnav=1&wvr=6&mod=message&need_filter=1 #include "AppDelegate.h" #include "MainRoot.hpp" USING_NS_CC; AppDelegate::AppDelegate() { } AppDelegate::~AppDel...
[ "417995184@qq.com" ]
417995184@qq.com
f2d7abf0adff09b40e86a511a75e7310ac5f0159
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5690574640250880_0/C++/simonlindholm/mines.cpp
7aff8d92e4c10b3609c5d474348c914586eff10d
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,990
cpp
#include <iostream> #include <vector> using namespace std; int R, C; bool range(int r, int c) { if (r < 0 || c < 0 || r >= R || c >= C) return false; return true; } void floodfill(vector<vector<char> >& map, int r, int c, vector<vector<bool> >& seen) { if (!range(r, c)) return; if (seen[r][c]) return; seen...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
edfb8a96f5f0602fe2916bb5e6782562f7c31247
9b555f9f93681b9f1be91c7ead27b3f4dbf5c99d
/EinkIteAPI/stdafx.cpp
9e8391d35208d1e604eafd7c6fc69eb77d95e4a8
[]
no_license
sunwanxin213/Yogabook_EinkReader_Mod
b71ebc43ea001db33ca7fb4ac3167a9e599fe7b9
b0f8f91a791c3f4debb259ea87098f4912f05151
refs/heads/master
2022-12-17T03:58:17.700530
2019-06-08T06:31:29
2019-06-08T06:31:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
360
cpp
/* Copyright 2019 - present Lenovo */ /* License: COPYING.GPLv3 */ // stdafx.cpp : source file that includes just the standard includes // ECtl.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you nee...
[ "tesuri@gmail.com" ]
tesuri@gmail.com
b76a22a2636945d26d1dda7d58989ec263b138a4
a823d48f9c18a308d389492471f205365bb4e578
/leetcode/1352-Product-of-the-Last-K-Numbers/cpp-1352/main2.cpp
bbe4e22e22f28e9a4cd0db5fb683b6999f8e5b6e
[]
no_license
liuawen/Learning-Algorithms
3e145915ceecb93e88ca92df5dc1d0bf623db429
983c93a96ce0807534285782a55b22bb31252078
refs/heads/master
2023-07-19T17:04:39.723755
2023-07-14T14:59:03
2023-07-14T14:59:03
200,856,810
16
6
null
2023-04-17T19:13:20
2019-08-06T13:26:41
Java
UTF-8
C++
false
false
723
cpp
/// Source : https://leetcode.com/problems/product-of-the-last-k-numbers/ /// Author : liuyubobobo /// Time : 2019-02-17 #include <iostream> #include <vector> using namespace std; /// Prefix Product /// Time Complexity: add: O(1) /// getProduct: O(1) /// Space Complexity: O(n) class ProductOfNumb...
[ "157514367@qq.com" ]
157514367@qq.com
bf43d7ee9bb1e946c7b76a133f96fc1e9c596748
4e71065fa9f81d3ada64a4807fdf288be0fefd33
/weex_core/Source/core/data_render/table.cc
8679e3f95b79b9e205e82f27b489987465adf6e2
[ "Apache-2.0", "MIT", "BSD-3-Clause" ]
permissive
acton393/incubator-weex
c2d9fc7f80eed5d95b054ab6f1af42f8ef9cd47a
c7dd6c76fe726a4413b08d3c895c91d521d01755
refs/heads/master
2021-03-24T12:15:30.348499
2019-01-07T03:19:18
2019-01-07T03:19:18
83,516,877
2
2
Apache-2.0
2018-04-02T09:19:33
2017-03-01T05:48:09
JavaScript
UTF-8
C++
false
false
8,183
cc
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
[ "shenyuancs@gmail.com" ]
shenyuancs@gmail.com
d2bbae2e7c3b2c3085604dee283a94c6b3e648de
127c53f4e7e220f44dc82d910a5eed9ae8974997
/Server/Server/Skills/SkillLogic/Human/TianShanSkill010.cpp
15a9cd9b0d371ea5ba2facde2e8cfde590e33341
[]
no_license
zhangf911/wxsj2
253e16265224b85cc6800176a435deaa219ffc48
c8e5f538c7beeaa945ed2a9b5a9b04edeb12c3bd
refs/heads/master
2020-06-11T16:44:14.179685
2013-03-03T08:47:18
2013-03-03T08:47:18
null
0
0
null
null
null
null
GB18030
C++
false
false
2,484
cpp
/////////////////////////////////////////////////////////////////////////////// // 文件名:TianShanSkill010.cpp // 程序员:frankwu // 功能说明: // // 修改记录: // // // /////////////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Type.h" #include "Obj_Character.h" #includ...
[ "amwfhv@163.com" ]
amwfhv@163.com
1af0d0ffc2d293e974e97461c7bfa5a1ac4a13af
6a97bacd709ed8682995f98aa22425567670ce3b
/6.6 指针.cpp
9f6e542156e89f3d10507ada3caaba3d14999262
[]
no_license
safebird/text-c
3055f0c37e70db8f6f966943d8223bd4c7e64c88
1e235e97f6b56163ae2dd14bc1d4299f3d23e99a
refs/heads/master
2022-08-29T05:27:40.639866
2015-10-16T09:15:55
2015-10-16T09:15:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
49
cpp
#include <stdio.h> int main() { return 0; }
[ "sec1937@163.com" ]
sec1937@163.com
472a9624f81057691a76b967a2ab72302a44f85c
49f394ccd6c3729e9c382a3fe09415344ca98874
/automated-tests/src/dali-toolkit/utc-Dali-ParticleSystem.cpp
eb7ba1d35835dd5f814210c4803f02d41fbe68e2
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
dalihub/dali-toolkit
69ccb4c71904fdc9f1d88e0a1fedeaa2691213f8
4dec2735f5e5b5ed74f70a402c9a008d6c21af05
refs/heads/master
2023-09-03T05:02:34.534108
2023-09-01T14:02:39
2023-09-01T14:02:39
70,086,454
8
12
NOASSERTION
2020-08-28T14:04:59
2016-10-05T18:13:51
C++
UTF-8
C++
false
false
29,789
cpp
/* * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * 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...
[ "adam.b@samsung.com" ]
adam.b@samsung.com
77166e60d12c073ad1e08bb7c0527d8206a2cd78
244a44556eeee1df094bf882851bf8eeeaad6a97
/TechniquePractice/HashTables/Ransom Note/Ransom Note/main.cpp
371bbe1632a84440d06c3973e6188801c85197a5
[]
no_license
dhruvshah1214/usaco
9a002e6adbe707cd672e8372dfdaa139b43ca3a1
5b97f19ae685ac49ca304e9912648e06975509b2
refs/heads/master
2023-01-10T23:31:00.157647
2022-12-21T09:14:48
2022-12-21T09:14:48
90,556,457
0
0
null
null
null
null
UTF-8
C++
false
false
2,444
cpp
#include <map> #include <set> #include <list> #include <cmath> #include <ctime> #include <deque> #include <queue> #include <stack> #include <string> #include <bitset> #include <cstdio> #include <limits> #include <vector> #include <climits> #include <cstring> #include <cstdlib> #include <fstream> #include <numeric> #inc...
[ "dhruv.shah@gmail.com" ]
dhruv.shah@gmail.com
bbe8e1f7a35d4546033769f010b9e8aea50a92d8
7e0366d73f3c5ff657e5503ae54b88c615de48bb
/SeetaFace/FaceAlignment/include/FaceDetectionInc/classifier/lab_boosted_classifier.h
f451558295646a1f96a78a900ac4fa9af89c676a
[]
no_license
L1129433134/LosTracking
2f936a37fa26c1044324c0af6204ff612516b578
65e3cbab8a8163fadbfa7a310408fd4904d83ed5
refs/heads/master
2020-03-18T11:49:26.442540
2017-05-11T17:11:04
2017-05-11T17:11:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,395
h
/* * * This file is part of the open-source SeetaFace engine, which includes three modules: * SeetaFace Detection, SeetaFace Alignment, and SeetaFace Identification. * * This file is part of the SeetaFace Detection module, containing codes implementing the * face detection method described in the following paper:...
[ "mandeer163@163.com" ]
mandeer163@163.com
5a35e41a0e726c020a7899700c8a5474c6a7cea2
c5ee5028ab6972801f551f0e18a100c32ccb9e5b
/Niuke/jz53.cpp
247285f2347227998b2b4da61002ef4b8feaec83
[]
no_license
WALLIII/learn_Algorithmus
ad24d79b2d891baf9b83bbdf6a25bcd342e583bf
f8359ceb7e7b53c631da77ad69e6da747ede5eba
refs/heads/master
2021-08-01T17:02:31.153542
2021-07-28T13:59:37
2021-07-28T13:59:37
248,995,693
0
0
null
null
null
null
UTF-8
C++
false
false
4,943
cpp
#include <iostream> #include <string> #include<vector> #include<map> // 之前的方法 思路不是很清晰 // bool isNumeric(const char *str) // { // if(str==nullptr) // return false; // bool sign = false, decimal = false, hasE = false; // for (int i = 0; i < std::strlen(str); i++) // { // // correction of e...
[ "sid-xin@live.cn" ]
sid-xin@live.cn
f8b6b265a738ea25b1da6410b92625c018f66b53
95e2b898ede5421bab23ba6b9674761fd5300089
/day1.exam/part4.hashes/A.substrings/nlogn_suffix_array_solution.cpp
ca91070bc02245731c32faf7d53b9620ad686a69
[]
no_license
domwst/lol2019_solutions
df656611cfe1d09d831f3b83faab314733167cb6
2988bce24fadafe8f5427ca9b019e34ab1d829f7
refs/heads/master
2020-06-21T07:41:44.954972
2019-07-19T12:49:01
2019-07-19T12:49:01
197,385,387
0
0
null
null
null
null
UTF-8
C++
false
false
2,556
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef long double ld; #define int ll #define pb push_back #define kek pop_back #define mp make_pair #define pii pair<int, int> #define all(v) v.begin(), v.end() #define len(v) ((int)(v).size()) mt19937 rnd(chrono::high_resolution_clock::now().tim...
[ "8730199@gmail.com" ]
8730199@gmail.com
7769e173f696cb28b105bf718f3fe3b304254a3b
0da8fbbc402bd5e4f86b583ed52bc66f43bde189
/src/governance-object.cpp
d3091249c2befdaa08b96db7b2991ce8e6d7bcfa
[ "MIT" ]
permissive
quiandev/Digiquian-source
57717bcbdd82b821d35df370b0d304babca6d63e
4875bcef583bf8e2d91b8172a481975c955508a1
refs/heads/master
2020-05-19T12:54:19.076493
2019-05-05T12:01:37
2019-05-05T12:01:37
185,023,114
0
0
null
null
null
null
UTF-8
C++
false
false
27,237
cpp
// Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2019 The digiquian Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "core_io.h" #include "governance.h" #include "governance-classe...
[ "quiandev@protonmail.com" ]
quiandev@protonmail.com
f22a86ac685f1e2fa8407ab90d070dc5725b8e10
fc987ace8516d4d5dfcb5444ed7cb905008c6147
/third_party/aria2/test/SpeedCalcTest.cc
4a9abdff83772ffb215f99249387bcf36cce03c7
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "OpenSSL", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "FSFAP", "GPL-2.0-only", "LicenseRef-scancode-public-domain" ]
permissive
nfschina/nfs-browser
3c366cedbdbe995739717d9f61e451bcf7b565ce
b6670ba13beb8ab57003f3ba2c755dc368de3967
refs/heads/master
2022-10-28T01:18:08.229807
2020-09-07T11:45:28
2020-09-07T11:45:28
145,939,440
2
4
BSD-3-Clause
2022-10-13T14:59:54
2018-08-24T03:47:46
null
UTF-8
C++
false
false
465
cc
#include "SpeedCalc.h" #include <string> #include <cppunit/extensions/HelperMacros.h> namespace aria2 { class SpeedCalcTest:public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(SpeedCalcTest); CPPUNIT_TEST(testUpdate); CPPUNIT_TEST_SUITE_END(); private: public: void setUp() { } void testUpdate(); }; CPPU...
[ "hukun@cpu-os.ac.cn" ]
hukun@cpu-os.ac.cn
32605817352c4e70a0e0a5402b1657fc1938acc0
ddb02b6a5e73709502971f1b98aba2143abdf61a
/LetterCasePermutation.cpp
0069ee65de909abfaa032077a93272c3d7777f8b
[]
no_license
MingYanWoo/Leetcode
0463b7e4f4a931c177f528333e5b039bb5913fcf
4ba35ea2a3c3c57c490a65f26bc6723abdbe104b
refs/heads/master
2022-01-12T05:44:04.705616
2021-12-22T18:14:38
2021-12-22T18:14:38
125,158,961
1
0
null
null
null
null
UTF-8
C++
false
false
1,194
cpp
#include <iostream> #include <queue> #include <vector> using namespace std; /* * a1b2 * / \ * a1b2 A1b2 * / \ / \ * a1b2 a1B2 A1b2 A1B2 * */ class Solution { public: vector<string> letterCasePermutation(string S) { // BFS queue<string> q; q...
[ "woomingyan@gmail.com" ]
woomingyan@gmail.com
fc5e18e0a7c9380a3298f5947b4417b6b029728c
eef06d9afec7bfca3f825a14f30941f8e3480583
/plugins/klvparse/KLVItem.h
a4929c66134c2eb1589332249ebdd9f5b2d4d299
[]
no_license
Guyazulay2/klv_elk
ba333954b68b3b3cf5bf88a0a04e1a10284094b9
2701d6fd7301ad6fb1288571574bd632bf5db530
refs/heads/main
2023-07-16T06:29:24.880359
2021-09-06T09:59:00
2021-09-06T09:59:00
401,144,827
0
0
null
null
null
null
UTF-8
C++
false
false
1,713
h
#pragma once #include <KLV.h> #include <gst/base/gstbytereader.h> #include <iomanip> #include <iostream> #include <nlohmann/json.hpp> #include <sstream> #include <string> #include <unordered_map> #include <vector> using json = nlohmann::json; namespace KLV { gboolean gst_byte_reader_from_g_bytes(GstByteReader* rea...
[ "guyazulay2" ]
guyazulay2
8fa4bd4e2aafc478cbdfa78594005125cd07b16f
c636136096c92ddb07ce97d3960bf0289d70b57a
/Medusa/MedusaCore/Core/Net/HTTP/HTTPClient.cpp
9ca522721b6745cb5a03673de79426066a3f8fb6
[ "MIT" ]
permissive
johndpope/Medusa
6a5a08e0c3f216dcab3b23db2f7bcf4d05845bce
22aa6719a001330fea51a6822fec01150eb8aabc
refs/heads/master
2020-12-30T20:51:14.718429
2015-12-15T12:31:22
2015-12-15T12:31:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,501
cpp
// Copyright (c) 2015 fjz13. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. #include "MedusaCorePreCompiled.h" #include "Core/Net/HTTP/HTTPClient.h" #include "Core/Net/HTTP/HTTPFileDownloader.h" #include "Core/Net/HTTP/HTTPMemoryDownloader.h"...
[ "fjz13@live.cn" ]
fjz13@live.cn
b605d5a23cb228ac7362094a017b301f729ce1dc
e51d009c6c6a1633c2c11ea4e89f289ea294ec7e
/xr2-dsgn/sources/xray/sound/sources/composite_sound.cpp
93513e759c9b664546cb3e2a08b79f8b26e05121
[]
no_license
avmal0-Cor/xr2-dsgn
a0c726a4d54a2ac8147a36549bc79620fead0090
14e9203ee26be7a3cb5ca5da7056ecb53c558c72
refs/heads/master
2023-07-03T02:05:00.566892
2021-08-06T03:10:53
2021-08-06T03:10:53
389,939,196
3
2
null
null
null
null
UTF-8
C++
false
false
3,663
cpp
//////////////////////////////////////////////////////////////////////////// // Created : 11.02.2011 // Author : Tetyana Meleshchenko // Copyright (C) GSC Game World - 2011 //////////////////////////////////////////////////////////////////////////// #include "pch.h" #include "composite_sound.h" namespace xray { na...
[ "youalexandrov@icloud.com" ]
youalexandrov@icloud.com
f98bd71742dee6b446645170dbfe3f584a0b5a5f
5ed707de9f3de6044543886ea91bde39879bfae6
/ASFantasy/Shared/Source/ASFantasyObjectBuilder.h
05e50d4c509507acb310399764a2b0f165b53510
[]
no_license
grtvd/asifantasysports
9e472632bedeec0f2d734aa798b7ff00148e7f19
76df32c77c76a76078152c77e582faa097f127a8
refs/heads/master
2020-03-19T02:25:23.901618
1999-12-31T16:00:00
2018-05-31T19:48:19
135,627,290
0
0
null
null
null
null
UTF-8
C++
false
false
3,742
h
/* ASFantasyObjectBuilder.h*/ /******************************************************************************/ /******************************************************************************/ #ifndef ASFantasyObjectBuilderH #define ASFantasyObjectBuilderH #include "ASMemberObjectBuilder.h" #include "ASFantasy...
[ "grtvd@users.noreply.github.com" ]
grtvd@users.noreply.github.com
5b4a5fb2f098761e83747d8673923b1c849ffc9d
90d5737facf4416be32ab30709387d6d920e2d56
/DataStructure/Stack/stack.cpp
198664d41a46fb500cf38cd8a9b0c74513a7a210
[]
no_license
jatin-js/Data-Structures-And-Algorithms
fc031d476f7cfb8716b8922e66037ef6bd420232
fdd6e311ca330146ab0656b289d591e0e0988f8d
refs/heads/master
2020-11-28T07:56:35.775632
2020-10-22T07:26:55
2020-10-22T07:26:55
229,749,232
1
0
null
null
null
null
UTF-8
C++
false
false
676
cpp
int isEmpty(struct Node *top){ if(!top) return 1; return 0; } int push(struct Node **top, int data){ struct Node *newNode=new struct Node; if(!newNode) return 0; newNode->data=data; newNode->next=*top; *top=newNode; return 0; } int pop(struct Node **top, int *data){ if(isEmpty(*top)) return 0; *data=(...
[ "jatingithub@gmail.com" ]
jatingithub@gmail.com
f413a26576e78ef835b9bf72728b03d3d9a7ba29
1090cc4f6aed42daaf7795a61a1849d568e6109d
/Direct/Win.cpp
e4f99d4d3d40c13cf5f08fc89fa13321669f3496
[]
no_license
ghost9246/CHESS
d66d3340195e3cf89afcd1732120b4f2d50cb001
d265a6adc73e0409e6d9fe9623f43c9d0775082b
refs/heads/master
2020-06-03T04:53:30.665793
2013-03-18T08:44:31
2013-03-18T08:44:31
null
0
0
null
null
null
null
UHC
C++
false
false
1,894
cpp
#include "Win.h" CWin::CWin(void) { m_pD3D=NULL; m_pd3dDevice=NULL; // 윈도우 클래스 등록 wc.cbSize=sizeof(WNDCLASSEX); wc.style = CS_CLASSDC; wc.lpfnWndProc = CWin::MsgProc; wc.cbClsExtra = 0L; wc.cbWndExtra = 0L; wc.hInstance = GetModuleHandle(NULL); wc.hIcon = NULL; wc.hCursor = LoadCursor(NULL, IDC_ARROW); wc...
[ "rhollyw93@naver.com" ]
rhollyw93@naver.com
1179e57129c91b93e5532e7aa056598f24f307d7
ce742f4f640e5bf022b6ac0c26b33e73b5cbe5ca
/raft/raft_storage.hpp
e901f3473c9e2603e2c0ff37ddbe61d6e938d6c6
[]
no_license
mourvan/runos-app
a06abdd77394868fe7933d4037642da909d896c1
7ee747d1d771ef70f71ad8501c0eb44c85cfea35
refs/heads/master
2020-03-18T07:10:06.026095
2019-05-04T21:33:29
2019-05-04T21:33:29
134,437,115
0
0
null
null
null
null
UTF-8
C++
false
false
1,782
hpp
#pragma once #include <raft_rpc.hpp> //raft storage is simple. You must keep a log of entries. Once committed, they are immutable. //There will always be a certain amount of logs that have been appended and not comitted. //When appending new logs, if a non-comitted log is already stored, the newly appended log //take...
[ "mourvan@github.com" ]
mourvan@github.com
d59485662237281ef47b6f3c71a6a5cfacb65412
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/HumanLoopActivationConfig.h
c684fbc7e7415d732768b3833e7e5f7837734b67
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
3,174
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/sagemaker/SageMaker_EXPORTS.h> #include <aws/sagemaker/model/HumanLoopActivationConditionsConfig.h> #include <utility> namespace Aws { namespace Utils { namespace Json { ...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
67bec460685c16a89b9b58e3520743ff943be281
eca878d2e251158fa6515cff61db13927d7e1556
/Tools/bin/skim.cc
df3f8640a4af6a9e82e16f5641c83ad1e4d3d6d7
[]
no_license
cms-exotica-diphotons/diphoton-analysis
eaee1dd49650fb5d0e016ce3a9812040f90084f7
93a7fa67c4acf7f4aff75939be590c9414bc3c07
refs/heads/master
2023-08-09T20:45:46.517017
2023-07-23T01:29:35
2023-07-23T01:29:35
53,150,115
3
6
null
2022-06-01T10:43:05
2016-03-04T16:44:21
C++
UTF-8
C++
false
false
968
cc
#include "TChain.h" #include "TFile.h" #include "TTree.h" #include <iostream> int main(int argc, char *argv[]) { TString input, output; if(argc!=3) { std::cout << "Syntax: skim.exe [input_directory] [output_file]" << std::endl; return -1; } else { input = argv[1]; output = argv[2]; } TSt...
[ "christopher.alan.west@gmail.com" ]
christopher.alan.west@gmail.com
3df9611f137ae01aeb9bf9b01482327c42056385
f6bad0a9093bb94b490ea068fab8c7798fe21b93
/win/win_node/include/sensor_msgs/Illuminance.h
9b44d6b92be4f0c9a8f797999fe98e014675d920
[ "MIT", "Apache-2.0", "BSD-3-Clause" ]
permissive
warehouse-picking-automation-challenges/team_pfn
8b5ebb7e106359980abea28dc00784772208ead9
2f76524b067d816d8407f6c4fae4e6d33939c024
refs/heads/master
2021-06-07T02:21:33.432335
2016-08-17T03:12:15
2016-08-17T03:12:15
66,588,155
5
2
null
null
null
null
UTF-8
C++
false
false
7,271
h
// Generated by gencpp from file sensor_msgs/Illuminance.msg // DO NOT EDIT! #ifndef SENSOR_MSGS_MESSAGE_ILLUMINANCE_H #define SENSOR_MSGS_MESSAGE_ILLUMINANCE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include ...
[ "tgp@preferred.jp" ]
tgp@preferred.jp
93f019564705cb0afffde4fc3cbebe7271e656c3
ece911ab5fe553c818efaa85a767876f6ad4e211
/inc/hgl/graph/VKSampler.h
c7175175af037bfcd131d4e3312dbae2bbb0e702
[ "MIT" ]
permissive
hyzboy/ULRE
0b8fccfefb90ff8f362d9719aebad2160c0c12a6
51deea7c29ac6263111cf22073fcbb3a105d1827
refs/heads/master
2023-08-08T01:19:54.906869
2023-05-18T06:05:03
2023-05-18T06:05:03
157,586,917
21
6
null
null
null
null
UTF-8
C++
false
false
534
h
#ifndef HGL_GRAPH_VULKAN_SAMPLER_INCLUDE #define HGL_GRAPH_VULKAN_SAMPLER_INCLUDE #include<hgl/graph/VK.h> VK_NAMESPACE_BEGIN class Device; class Sampler { VkDevice device; VkSampler sampler; protected: friend class GPUDevice; Sampler(VkDevice dev,VkSampler s) { device=dev; sam...
[ "hyzboy@gmail.com" ]
hyzboy@gmail.com
1f5eb9e457c27e64cf6105b2686809376bc2d30c
10652e11672bc1d2b58efa380215d898f8aa21bf
/code/ines.h
1fefccca1e7a9ecbebf071f5acc037c524ef3308
[ "MIT" ]
permissive
ScottWLoyd/DarkNES
a924530c07c7ffe332530859de78d9da8926de60
7c8f90be8adfa1e7e26d5ea0fdadace80bee337a
refs/heads/master
2022-02-16T22:14:53.663317
2019-08-12T01:46:32
2019-08-12T01:46:32
110,114,276
0
0
null
null
null
null
UTF-8
C++
false
false
1,301
h
#ifndef _DARKNES_INES_FILE_H_ #define _DARKNES_INES_FILE_H_ #include "common.h" namespace ines { #pragma pack(push, 1) struct ines_header { char Signature[4]; // "NES" + 0x1A u8 PrgRomSize; // size in 16 KB units u8 ChrRomSize; // size in 8 KB units union { struct { u8 Mirro...
[ "loyd.scott@gmail.com" ]
loyd.scott@gmail.com
0a05e990fbcd4d2de1778e8c77b6cb191468f0d1
9b13c26cd64d7c2d4fa3672a88aeaf3203ae3e34
/poj1860/increase_money.cpp
0392ffe068c29298a3e91942fd2bd53ffa4a5297
[]
no_license
davidhacking/oj
9d38fd9e6910db8f38bf69e09d29c7933849b0c7
91e536ef363301059fab6508c8845b560922cb88
refs/heads/master
2021-06-19T15:37:35.573632
2017-06-12T03:28:35
2017-06-12T03:28:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,699
cpp
/* bellman-ford algo http://www.wutianqi.com/?p=1912 BELLMAN-FORD(G, w, s) INITIALIZE-SINGLE-SOURCE(G, s) for i ← 1 to |V[G]| - 1 do for each edge (u, v) ∈ E[G] do RELAX(u, v, w) for each edge (u, v) ∈ E[G] do if d[v] > d[u] + w(u, v) then return FALSE return TRUE relax: d(v) > d (u) + w(u,v) te...
[ "shiwei.12369@qq.com" ]
shiwei.12369@qq.com
b73093f1661d27cea663e7ed3a64fb104c3cec36
461188dca96f46443a951cb74504f3ac171b3792
/LuaAV/modules/random/src/RandomLib/RandomMixer.hpp
122259853d8846dee771bb316fa6985e97b18ade
[]
no_license
italoadler/LuaAV
f1e7d713c3efd6b0e2ac607f32df1cc71bbc22be
f2a7fbc6bb4c5d7c0668a6a49135a617f638f2b4
refs/heads/master
2021-01-15T18:26:40.264978
2017-07-25T17:20:25
2017-07-25T17:20:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,623
hpp
/** * \file RandomMixer.hpp * \brief Header for Mixer classes. * * Mixer classes convert a seed vector into a random generator state. An * important property of this method is that "close" seeds should produce * "widely separated" states. This allows the seeds to be set is some * systematic fashion to produce ...
[ "wes.ley.hoke@gmail.com" ]
wes.ley.hoke@gmail.com
cd3a2600f3bc8fbd287a867d700101f445ea016e
23654e94746541dc3dfd0be8e3153d3ba9e31d25
/src/oscillatingrotation.h
e9deeb4f45eb62ff3d0879c1ed18d3e81a536a60
[ "MIT" ]
permissive
sol/cg1
22cfbdfcb928cbe0f764846a93f438498966e800
8da2a2775b5d620de5bb57409efd98349dd1e715
refs/heads/master
2021-01-20T15:42:20.831672
2012-11-27T20:08:02
2012-11-27T20:08:02
3,458,596
0
0
null
null
null
null
UTF-8
C++
false
false
1,610
h
////////////////////////////////////////////////////////////////////////////// // // // oscillatingrotation.h - (c) 2003 by The Marrowmoon Group // // // ////...
[ "sol@typeful.net" ]
sol@typeful.net
357574d41fccc07c5143d471778bf9c83a994922
ffd38df6a470bf73b8d545670a3b039348d21839
/peri/periConstants.cpp
4b959c24e3cfaae366774e662f4b5f5b268d3f99
[]
no_license
ZackMisso/GradGraphicsFinalProject
14b3136d76bdf6e177d6cb6c5101d55d0b12b15b
b23ebdb7f74fa1ef239dbd26dc606df0f3d64d8f
refs/heads/master
2021-01-01T04:29:33.213102
2016-05-14T04:19:23
2016-05-14T04:19:23
56,537,030
2
0
null
null
null
null
UTF-8
C++
false
false
114
cpp
#include "periConstants.h" int PeriConstants::nextID = 0; int PeriConstants::getNextID() { return nextID++; }
[ "zack441@mac.com" ]
zack441@mac.com
cf76ad486ee27fd7f78ee0c1b8e98c591078e49a
45bebb1cf4e951d673755e5700a9e30b27b1c3ae
/Testing/Base/mafEventSenderTest.h
067907851efa11b6570d0784d81c28768bf88974
[]
no_license
besoft/MAF2
1a26bfbb4bedb036741941a43b135162448bbf33
b576955f4f6b954467021f12baedfebcaf79a382
refs/heads/master
2020-04-13T13:58:44.609511
2019-07-31T13:56:54
2019-07-31T13:56:54
31,658,947
1
3
null
2015-03-04T13:41:48
2015-03-04T13:41:48
null
UTF-8
C++
false
false
2,611
h
/*========================================================================= Program: MAF2 Module: mafEventSenderTest Authors: Stefano Perticoni Copyright (c) B3C All rights reserved. See Copyright.txt or http://www.scsitaly.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; wit...
[ "s.perticoni@scsitaly.com" ]
s.perticoni@scsitaly.com
6320774333000347904d9a30aac19af64f208900
01888c18bf41c299a2ed5afb8dee93698df81733
/BlasterMasterEngine/Samples/MainScene.cpp
0ffc6c8b20a006e8d7c33ab96624c8b91b78429d
[]
no_license
centhoang/BlasterMasterEngine
1e948b3e5245c2fdb0730924e4a3c6e945d21dc1
90e2f75c7df5dfecac899e0218098c59f6beef97
refs/heads/main
2023-04-18T01:19:50.022563
2020-12-23T10:54:53
2020-12-23T10:54:53
324,919,631
0
0
null
2020-12-28T05:25:43
2020-12-28T05:25:42
null
UTF-8
C++
false
false
2,492
cpp
#include "d3dpch.h" #include "MainScene.h" #include "Samples/Player.h" #include "Samples/Dummy.h" #include "Core/Core.h" void MainScene::CreateScene() { camera = std::make_shared<OrthographicCamera>(0.0f, 600.0f, WIDTH, HEIGHT); backGround = deviceResources->LoadSurface(AREA2_MAP_PATH, 0); mapRectSize.width = 298...
[ "18520955@gm.uit.edu.vn" ]
18520955@gm.uit.edu.vn
a456bc89d0ef946e443bc8b1e3b10856af1337db
f0bc7b1514d759d53dd66201ed96443cb4d3cfbb
/Competitive coding/Codeforces(virtual)/624(B).cpp
b98951205c9db674248abb6d7ba753f12f6359e1
[]
no_license
Prajjwalkr1999/Codes
39074a3c4acb873c245217f57af1d81a9b2ea3c2
e60287cbbec0f47d635f6a1b139f184d7f66c740
refs/heads/master
2023-01-01T22:24:54.947736
2020-10-22T09:24:41
2020-10-22T09:24:41
306,282,105
0
0
null
null
null
null
UTF-8
C++
false
false
1,272
cpp
#include<bits/stdc++.h> using namespace std; #define ll long long int #define ld long double #define F first #define S second #define P pair<int,int> #define pb push_back const int N = 100005; int main() { ios_base:: sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); #ifndef ONLINE_JUDGE freope...
[ "prajjwalkr1999@gmail.com" ]
prajjwalkr1999@gmail.com
031d0b61a5c034e341321c1d8c6599c3b3225cb1
755a62293dd21622a438fa7f1b3ff47e876144c3
/Builds/Matching Card Game (Windows x32)/Matching Card Game_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Unity.InputSystem9.cpp
3eeaa1dc05f35daea57fe59d995963d3d46f996f
[]
no_license
Master109/Card-Quest
17c6524b2f080bcd774dd2eec5427f7fb5dda264
06978c14a9f263e99dd8dc40d38b3462a78e3337
refs/heads/master
2023-02-16T16:38:36.544503
2020-08-06T08:04:05
2020-08-06T08:04:05
309,263,522
1
0
null
null
null
null
UTF-8
C++
false
false
698,245
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 "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" struct Vi...
[ "gileadcosman@gmail.com" ]
gileadcosman@gmail.com
b50c8b7a40fbb3c445cde83691cd3c483fca4d1e
3f3a42f429f8bcd769644148b24c3b0e6e2589ed
/GameProject/GameEngine/GameApp/AI/SMDebugLoig.h
d1539c90314c8255db18afd9162f1c9c4b17b4fc
[]
no_license
DanielNeander/my-3d-engine
d10ad3e57a205f6148357f47467b550c7e0e0f33
7f0babbfdf0b719ea4b114a89997d3e52bcb2b6c
refs/heads/master
2021-01-10T17:58:25.691360
2013-04-24T07:37:31
2013-04-24T07:37:31
53,236,587
3
0
null
null
null
null
UTF-8
C++
false
false
1,071
h
#pragma once //#include "gameobject.h" #include "AICommon.h" #include <list> #define REGISTER_MESSAGE_NAME(x) #x, static const char* MessageNameText[] = { #include "messagenames.h" "Invalid" }; #undef REGISTER_MESSAGE_NAME class LogEntry { public: LogEntry( void ); ~LogEntry( void ) {} objectID m_owner; c...
[ "Sangyong79@gmail.com" ]
Sangyong79@gmail.com
2893bd3193e8fc52e26dd8f699a6f85abec6274b
5c563aa68bafaf500bd4598eb11c1757e124acb1
/ButtonControl.h
c02e426804f5edb238fbd9722dafdd222727fad5
[]
no_license
george-DLJ/MusikInstrument
b3ecf6b77a7a89ff30e7a62194902e6ad681415f
522b3b08544375dc6bf3c982fcb87aaaca59ef81
refs/heads/master
2020-08-21T01:01:35.560033
2020-03-01T19:15:14
2020-03-01T19:15:14
216,084,293
0
0
null
null
null
null
UTF-8
C++
false
false
303
h
/* * ButtonControl.h * * Created on: 14.09.2019 * Author: georg */ #ifndef BUTTONCONTROL_H_ #define BUTTONCONTROL_H_ namespace MusikInstrument { class ButtonControl { public: ButtonControl(); virtual ~ButtonControl(); }; } /* namespace MusikInstrument */ #endif /* BUTTONCONTROL_H_ */
[ "jorge.miranda.b@gmail.com" ]
jorge.miranda.b@gmail.com
8855fda0b4f26b45676e33892c10ad7e4fd66283
fbd068b826cf3873f09dfd9325c005bd843df400
/src/Controller/Video/Video.hpp
1ad34f55f733e0a628bf9978ac0020f873d6e707
[]
no_license
alexEnsimag/GestArt
cd79122cce5f6622b203b585c24e497e5beee14b
60d1837e7f5c3c4234b525f72000f6923020a3b4
refs/heads/master
2020-05-16T17:24:34.039272
2014-06-17T00:11:26
2014-06-17T00:11:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
338
hpp
/* * Classe permettant de lancer des videos. */ #ifndef DEF_VIDEO #define DEF_VIDEO #include <string> #include <vlc/vlc.h> #include <unistd.h> #include <time.h> #include <iostream> class Video{ public : // lance la video videoName de duree durationMs static void launchVideo(std::string videoName, int duratio...
[ "alexandre.cukier@gmail.com" ]
alexandre.cukier@gmail.com
7ffe88f8540ff59f6f56670f8884185c810a4393
c71af56951d1c661a5819db72da1caccd9130df2
/cpp/problems/syntax/syntax151.cpp
ffefbe4fd18fc43aa59b6a0e395181c5a6b17207
[]
no_license
adrianpoplesanu/personal-work
2940a0dc4e4e27e0cc467875bae3fdea27dd0d31
adc289ecb72c1c6f98582f3ea9ad4bf2e8e08d29
refs/heads/master
2023-08-23T06:56:49.363519
2023-08-21T17:20:51
2023-08-21T17:20:51
109,451,981
0
1
null
2022-10-07T04:53:24
2017-11-03T23:36:21
Python
UTF-8
C++
false
false
212
cpp
#include <iostream> using namespace std; int main(int argc, char *argv[]) { srand (time(0)); for (int i = 0; i < 10; i++) { int v = rand() % 100; cout << v << '\n'; } return 0; }
[ "adrian.poplesanu@yahoo.com" ]
adrian.poplesanu@yahoo.com
5ad7d7d3500e815f15b00e5cec39882fdbeefdbe
f3a7e2656b57ffabc1711bdf8ace192f50531dcf
/chatroom.h
ce9c066e20713f2698a18bf8f798c515afdfe98d
[]
no_license
xzzxwmsl/ChatRoom
ea2f8c238859e8e20151efc0ba6e442885f0d719
1ec56c2dbdc22021d5a85583d66edb2503701b33
refs/heads/master
2021-01-07T02:26:47.574745
2020-02-19T06:52:34
2020-02-19T06:52:34
241,552,799
0
0
null
null
null
null
UTF-8
C++
false
false
1,754
h
#ifndef CHATROOM_H #define CHATROOM_H #include <QHostAddress> #include <QUdpSocket> #include <QWidget> #include <qtcpsocket.h> #include <qtoolbutton.h> #include <QKeyEvent> #include <QCloseEvent> namespace Ui { class ChatRoom; } enum MsgType{Msg,UsrEnter,UsrLeft}; class ChatRoom : public QWidget { ...
[ "1365303748@qq.com" ]
1365303748@qq.com
44b58ddb1870ff6bc820243571072246e1dec35e
246f9d1df722583373fb6bc2cc4479797c8a2ca9
/第八章指针和引用/指针和结构体.cpp
cb3e6bd84dd0c4c9e25529e6e7d441a1e05a4a07
[]
no_license
Sifum/C-plus-plus-Learn
7a5378658094f2cc63193f1a48da04bdeeca5f09
fadead439a61cb6f2d645f7ecb4e6a495a78f665
refs/heads/master
2020-05-21T02:34:15.606662
2017-05-08T03:53:31
2017-05-08T03:53:31
84,560,826
0
0
null
null
null
null
GB18030
C++
false
false
675
cpp
#include <iostream> #include <fstream> #include <cstdlib> #include <cstddef> using namespace std; /* 指针和结构体 */ struct EnemySpaceShip { int x_coordinate; int y_coordinate; int weapon; EnemySpaceShip* p_next_enemy; }; //注意这个分号必须写 EnemySpaceShip* getNewEnemy() { EnemySpaceShip* p_ship = new EnemySpaceShip; p_shi...
[ "472799073@qq.com" ]
472799073@qq.com
14507622dfa53927736c6f6955ae0f8dc3e6ee3d
949e8d95c5e0a288679aaf9139266e8a8f2a38e8
/X of a Kind in a Deck of Cards.cpp
f674f3d426896268cd1e16971f5d99e77c7d482c
[]
no_license
ajayguna-96/LeetCode
f203eb80eb6ceec68f3fba1e0293a7ec5742af03
0eaae02de1b358bf7175ff72b99e7297a18bfb4c
refs/heads/master
2020-03-30T05:32:51.759975
2019-01-30T02:28:30
2019-01-30T02:28:30
150,805,217
0
0
null
null
null
null
UTF-8
C++
false
false
408
cpp
class Solution { public: bool hasGroupsSizeX(vector<int>& deck) { unordered_map<int,int> map; int i; int size = deck.size(); if(size < 2) return false; for(i = 0; i<size; i++){ map[deck[i]]++; } i = 0; for(auto it = map.begin(); it!=map.end...
[ "ajayguna.96@gmail.com" ]
ajayguna.96@gmail.com
29b39f9c04940853fe3a3f2141e03b25b4682231
d96333ca6eb18677c2579c1114fb047cc799bf13
/aoj0226.cpp
21c2ff1bfa3620bc148baaa074b0c9f3f4d2d132
[]
no_license
zaburo-ch/icpc_practice
e8fe735857689f685ea86435346963731f5dcd18
fc275c0d0a0b8feba786059fa1f571563d8e432e
refs/heads/master
2021-01-19T05:03:31.891988
2015-06-28T17:39:00
2015-06-28T17:39:00
21,899,426
0
0
null
null
null
null
UTF-8
C++
false
false
991
cpp
#include <iostream> #include <stdio.h> #include <sstream> #include <string> #include <vector> #include <map> #include <queue> #include <algorithm> #include <set> #include <math.h> #include <utility> #include <stack> #include <string.h> #include <complex> using namespace std; const int INF = 1<<29; const double EPS = 1...
[ "musharna000@gmail.com" ]
musharna000@gmail.com
9c3f0e393e5dc46c0f815baa23bf7b847efadbfc
27442b202256febe485a1374fa5cdad810c7db27
/源.cpp
5ecb191c0d2b275ab523bbdf8b9ef3c6032b859a
[]
no_license
lqvo/781.-Rabbits-in-Forest
10752e0921fae198507b2098c9d064c710bc0c7f
73728f9f65401906ffa35911b17732d7ad804d60
refs/heads/master
2022-12-23T03:25:52.267117
2020-09-23T11:39:31
2020-09-23T11:39:31
297,950,475
0
0
null
null
null
null
UTF-8
C++
false
false
821
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; class Solution { public: int numRabbits(vector<int>& answers) { if (answers.empty())return 0; if (answers.size() == 1)return answers[0] + 1; sort(answers.begin(), answers.end()); int onecolor = an...
[ "lqvo@live.cn" ]
lqvo@live.cn
1322fb4ab42f97dcdeeaf88738e9e877783daa78
f1c01a3b5b35b59887bf326b0e2b317510deef83
/SDK/SoT_EmissarySecuredLootOnShip_GH_PromptAccessKey_classes.hpp
3fae81f133f7ed672cc43148349eecff338594a8
[]
no_license
codahq/SoT-SDK
0e4711e78a01f33144acf638202d63f573fa78eb
0e6054dddb01a83c0c1f3ed3e6cdad5b34b9f094
refs/heads/master
2023-03-02T05:00:26.296260
2021-01-29T13:03:35
2021-01-29T13:03:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
869
hpp
#pragma once // Sea of Thieves (2.0) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_EmissarySecuredLootOnShip_GH_PromptAccessKey_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //-------------------------------------------------...
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
4c902548ff8cfbd4f6f8e799356fe0d503d2fc5b
bd967b7c5527f8d849aecbdfc5248049347fc5c6
/DecodeStrategy.h
bd0d160b223f4c7388267ca0343d84381d8e7693
[]
no_license
icrelae/HuffBmp
94364969e749fe9a6cc2bcec76b3ed9c5055b33a
90e14d44bbe0e2b1cdf594cac8c860dbb8535a1f
refs/heads/master
2021-01-20T03:03:58.344264
2018-05-17T09:25:59
2018-05-17T09:35:31
89,491,015
0
0
null
null
null
null
UTF-8
C++
false
false
380
h
#ifndef _DECODESTRATEGY_H #define _DECODESTRATEGY_H // 2017.05.31 19:24 #include "CoderInfoIO.h" class DecodeStrategy { public: DecodeStrategy(CoderInfoIO *p = nullptr); void SetCoderInfoPtr(CoderInfoIO*); int Decode(const std::string&, const std::string&); private: CoderInfoIO *coderInfoPtr; size_t readBlockSiz...
[ "icrelae@gmail.com" ]
icrelae@gmail.com
3173f8c94370cab6b293f408b9c9c3cd9c5fdbd6
82343bf15e8e14fa72a25f118a0b3992ac1eb638
/wmanip.cpp
b76bf40e3f53068577c63212ab1f31a83c521d3b
[]
no_license
dopleref/cpp-imp
93dfa6028f4ae3fc297c3029ed29ca52455ff729
3ee71f82fe645e9d7b040eb177a5011ee6c7675b
refs/heads/master
2021-05-16T15:07:23.179200
2018-01-25T11:43:56
2018-01-25T11:43:56
118,905,851
0
0
null
null
null
null
UTF-8
C++
false
false
1,130
cpp
#include<iostream> #include<stdio.h> #include<cstring> using namespace std; int main() { char symbol[100], s[100], *p, k[100], BANKA[1000]; int j = 0, i = 0, pos = 0; cout << "Enter text: "; cin.getline(symbol, 100); while (1) { cout << "Enter word which your want chang...
[ "Chajkov@npcprom.ru" ]
Chajkov@npcprom.ru
16cc222ec3fb5e254e63f6fd82140736c7087ec1
63c81ee6d112855e367e200dced5593821bd40bc
/src/fx/distortion.h
f6ea65b92cfdae72bbab745c003117fd900d3928
[]
no_license
ValentinDrean/eqkoscope
dbfec9b500723c31f0cfde51dbf63a9cb59174f4
652961468002b73a04289ae55025742789b4e399
refs/heads/master
2021-05-13T16:24:55.587907
2017-03-27T15:21:08
2017-03-27T15:21:08
116,790,238
1
0
null
2018-01-09T08:48:27
2018-01-09T08:48:26
null
UTF-8
C++
false
false
34,513
h
#include <ofGraphics.h> #include <ofFbo.h> #include <ofGLRenderer.h> #include "stdlib.h" #include "math.h" #include "utils.h" #ifndef emptyExample_distortion_h #define emptyExample_distortion_h using namespace std; static ofEasyCam cam; static ofMesh sphereMesh; static ofShader triumShader,alphaShader, skewShader, d...
[ "Raph@MacBook-Pro-de-Raphael-2.local" ]
Raph@MacBook-Pro-de-Raphael-2.local