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
40e5034669721808e8f376ffd175be3229082b46
9ea5112eefde79e52775a944e358ae2aad16f4d7
/src/propertyFactory/toPPA/FindCommunication.h
5f1ed2fc9075fb6320adf6d795b376253ac1b5cd
[ "MIT" ]
permissive
ludwig247/SCAM
95d444dbfa881bafadf1af4f32a71087a007d67f
0b5a8f1c57593da40e85d0b8ce6a6cf5616379ca
refs/heads/master
2020-03-11T19:33:49.394065
2019-01-28T11:27:06
2019-01-28T11:27:06
130,211,291
3
0
null
null
null
null
UTF-8
C++
false
false
3,061
h
// // Created by tobias on 13.07.16. // #ifndef SCAM_FCV_H #define SCAM_FCV_H #include <StmtAbstractVisitor.h> #include <Stmt.h> #include <Operand.h> #include <Port.h> #include <PortOperand.h> #include <Stmts/Communication.h> #include "Stmts_all.h" namespace SCAM { class FindCommunication : public StmtAbstractV...
[ "ludwig@eit.uni-kl.de" ]
ludwig@eit.uni-kl.de
f954ec30e1ea8dfc57729ad33bfe8733b680c93c
65a1c42dfe0ed3f3ea3632b823e044560bdf263f
/blur_tile/blur_MergeTile.cpp
8799ee4143b4bb326cf1c76f7a1f4541f6f17058
[]
no_license
sting47/halide_blur_gpu
d51b317e8b3b7370295ed29008bdc231dd9ca307
03b8bb56aef256c1906e5fdf6fe828d2b72e9ad5
refs/heads/master
2021-01-22T09:58:00.083763
2015-03-18T10:24:36
2015-03-18T10:24:36
27,024,325
0
0
null
null
null
null
UTF-8
C++
false
false
1,823
cpp
#include <Halide.h> #include <iostream> #include <sstream> using namespace std; using namespace Halide; int main(int argc, char **argv) { if (argc <3){ cout<<"Usage : blur_tile Layer tileSize "<<endl; exit(0); } int tileSize=atoi(argv[2]); int m=atoi(argv[1]); ImageParam input(UInt(16), 2); Func blur[m+1]; ...
[ "sting47@gmail.com" ]
sting47@gmail.com
7a4ad71faa2c454cda0881c8c018998f3a36fc87
4e6409716df55d0f8bd9643df6ffb645329552cc
/AirCoolControll/AirCoolControll/PictureWidget.cpp
bb8ce8a13dad4ee011f30b6febcf8c7bf5284c00
[ "Unlicense" ]
permissive
Trubochkin/AirCoolControl_Desktop
4c1d66af9e65dd71c47f365265ea1dfe33a38616
548f2ad93ec81a3ae058272e6a7d686b9360238c
refs/heads/master
2020-12-24T12:00:36.442364
2015-09-24T22:13:46
2015-09-24T22:13:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,393
cpp
#include "PictureWidget.h" #include <qpainter.h> #include "Configurator.h" #include "DeviceExplorer.h" PictureWidget::PictureWidget(QWidget *parent) : QWidget(parent), m_device(NULL) { } PictureWidget::~PictureWidget() { } void PictureWidget::setConfig(const ConfigMapShared map, Device...
[ "alexandr.pryadka@gmail.com" ]
alexandr.pryadka@gmail.com
fa8b0d2f71ba415348a97c8c35ab33b5e4127a41
4426844e32dbcdb0cfd0b8e403d8ec1fd1bfe972
/Receipt.h
12f32d52d1a07bb27536637cbacfad7a4aca3f4e
[ "MIT" ]
permissive
busebd12/Hotel_Reservation_System
6455b47a8012aac80c2e2914cc1afb39da88c54d
eaecb7abb2692679461586cf0d9cdf4ea1dd99fa
refs/heads/master
2021-01-10T12:58:11.144606
2017-03-14T01:48:25
2017-03-14T01:48:25
43,709,305
0
0
null
null
null
null
UTF-8
C++
false
false
1,025
h
#ifndef RECEIPT_H #define RECEIPT_H #include <iostream> #include <memory> #include <cstdlib> #include <vector> #include <algorithm> #include <string> #include <tuple> class Receipt { private: std::string roomType; std::string month; int roomPrice; std::string paymentMethod; std::string creditCardType; int ...
[ "brendan.busey.2012@gmail.com" ]
brendan.busey.2012@gmail.com
8ca6d36a4a134124d128ea19b8c727d9c329841c
68bc0f386b88bd25fdf6e2859ec012cdecad8978
/solutions/cpp/longest-contained-range.cc
89b162a9691976d73ff706e092c5ff4a5f0864dd
[]
no_license
jdc7894/epibook.github.io
042f6e03c3d142a997d5f37f71a7442bd0a17835
7440c3bafa878f12564c59248844b3fc0737ca8d
refs/heads/master
2021-01-18T13:33:48.744784
2015-11-20T15:37:35
2015-11-20T15:37:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,838
cc
// Copyright (c) 2013 Elements of Programming Interviews. All rights reserved. #include <iostream> #include <algorithm> #include <cassert> #include <random> #include <string> #include <unordered_set> #include <unordered_map> #include <utility> #include <vector> using std::cout; using std::default_random_engine; using...
[ "tsung.hsien.lee@gmail.com" ]
tsung.hsien.lee@gmail.com
807365bdcf127b109ec68fef488171f45c4a7308
487ead9e13d0e17d0e43ffc7a3e8ede28d34ec61
/Gui/snake.cpp
9fb702e1f7a0b784dbb62231305f672c2a370dee
[ "MIT" ]
permissive
andinsbing/Auto-Snake
ffed35970802f247960bc4f6d4cfae8e9dfec936
37d4b372e10ea4ff72bf4cfec6e626773b9e4eeb
refs/heads/master
2020-04-03T21:59:45.486587
2018-10-31T16:59:42
2018-10-31T16:59:42
155,590,240
1
0
null
null
null
null
GB18030
C++
false
false
1,812
cpp
#include<algorithm> #include"global.h" #include "snake.h" using ::Global::GameArea::WIDTH; using ::Global::GameArea::HEIGHT; int Snake::_IDCount = 0; Snake::Snake(const Position& head, int snakeSize): _shape(), _lastTail(head), _ID(_IDCount++) { ASSERT_TRUE(snakeSize > 0, "size必须大于0"); for (int i = 0; i < sna...
[ "529603373@qq.com" ]
529603373@qq.com
a28a9f47aa789466f0b238c32b3ec706f679c2fe
38304f7752407312922fca2fd1170b91b2572c11
/rddoc/3rd/srilm/Ngram.h
56c4ae51139f3834b1542deea0521faa7a8a71c3
[ "Apache-2.0" ]
permissive
PlumpMath/rddoc-framework
3d0cea562e89d6c1e4f6c18c465116d7693fd48d
89223a94528d8cc70dcc182e394305becbbc8bca
refs/heads/master
2021-01-20T09:54:26.340378
2017-05-04T06:38:45
2017-05-04T06:38:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,725
h
/* * Ngram.h -- N-gram backoff language models */ #pragma once #include <stdio.h> #include "Counts.h" #include "Prob.h" #include "Trie.h" #include "VocabStatic.h" #ifdef USE_SARRAY #define PROB_INDEX_T SArray #define PROB_ITER_T SArrayIter #else /* ! USE_SARRAY */ #define PROB_INDEX_T LHash #define PROB_ITER_T ...
[ "yeolar@gmail.com" ]
yeolar@gmail.com
7be0524f7d57aca808da60bd1ecd0c59155b54a9
6ced41da926682548df646099662e79d7a6022c5
/aws-cpp-sdk-nimble/include/aws/nimble/model/StreamingImageEncryptionConfiguration.h
e29e997cf9fdda424912cc7f8b26efae30152b59
[ "Apache-2.0", "MIT", "JSON" ]
permissive
irods/aws-sdk-cpp
139104843de529f615defa4f6b8e20bc95a6be05
2c7fb1a048c96713a28b730e1f48096bd231e932
refs/heads/main
2023-07-25T12:12:04.363757
2022-08-26T15:33:31
2022-08-26T15:33:31
141,315,346
0
1
Apache-2.0
2022-08-26T17:45:09
2018-07-17T16:24:06
C++
UTF-8
C++
false
false
4,152
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/nimble/NimbleStudio_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/nimble/model/StreamingImageEncryptionConfigurationKeyType.h> #include <utility>...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
9da8397df513f8ea20dc35d95aee7dbfd3930cd1
0ea98895ff6fcb4d8ca8a02bc09c4968a9de06ae
/assignment4/src/ofApp.cpp
a1ceffec1563a1e770a1ff10718d4f763280569f
[]
no_license
mikotomurata/lit_leaders
04d68bd5787c186a2f7730e99ace4a7734c9a130
55a6ece3cdf2244a5a54af51b7f8e2c33d659222
refs/heads/master
2020-03-09T05:32:16.853126
2018-06-23T15:45:07
2018-06-23T15:45:07
128,616,213
0
0
null
null
null
null
UTF-8
C++
false
false
3,243
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ ofBackground(0); ofSetFrameRate(60); ofEnableDepthTest();//深度テストを有効 glPointSize(5);//点の大きさを指定 a = 0; //面からメッシュを作成 myMesh = ofPlanePrimitive(2000, 2000, 100, 100).getMesh(); ...
[ "mikotomurata@ld10-mikoto-murata-mac.local" ]
mikotomurata@ld10-mikoto-murata-mac.local
d729ffd74178df8ef53780fc3a20cf2bbd701512
1154193f2a32c1d1131a939df0868a0de28f4941
/VertexShader.h
c07bd30513b5d6576c773445034af5f01ae1ad1b
[]
no_license
peta562/3DEngine
ee21e3ebf96e346c8e298fec753a765ddd8375fa
f26fa9baea872bbead98fca8d92e450a66f12bed
refs/heads/master
2023-03-23T05:56:17.503524
2021-03-18T16:56:43
2021-03-18T16:56:43
266,104,850
1
0
null
null
null
null
UTF-8
C++
false
false
329
h
#pragma once #include <d3d11.h> class GraphicsEngine; class DeviceContext; class VertexShader { public: VertexShader(); void release(); ~VertexShader(); private: bool init(const void* shader_byte_code, size_t byte_code_size); ID3D11VertexShader* vs; private: friend class GraphicsEngine; friend class DeviceCont...
[ "petra.lutsenko@mail.ru" ]
petra.lutsenko@mail.ru
5e24ea9d4c155b29737171e367dd267bd7eb2eec
db1d7c6d2e2bf04609fbeef739f9ef8de730ae41
/cpp/extern_var/main.cc
9682a361f04498ef58ac423a504311c59a1a5263
[]
no_license
mhyeagle/programming-language
752e42725bf03c0f35c8c84b3d710a58a90ad407
8d2d2a8052a8ed8b178ac1d87a23d7fc8ed3803e
refs/heads/master
2021-01-20T01:50:59.730843
2019-12-23T13:21:42
2019-12-23T13:21:42
83,811,026
0
0
null
null
null
null
UTF-8
C++
false
false
144
cc
#include <iostream> #include <string> using namespace std; int main() { extern int num; cout << "extern number: " << num << endl; }
[ "tianyashuibin@163.com" ]
tianyashuibin@163.com
7bf560d6b3d89b457871a84ae2848abb3b4be951
5499e8b91353ef910d2514c8a57a80565ba6f05b
/third_party/rust_crates/vendor/harfbuzz-sys/harfbuzz/src/hb-cff-interp-cs-common.hh
283bdf14afef6647bb4179f7df5b771229adeeeb
[ "Apache-2.0", "MIT", "LicenseRef-scancode-other-permissive", "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
winksaville/fuchsia
410f451b8dfc671f6372cb3de6ff0165a2ef30ec
a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f
refs/heads/master
2022-11-01T11:57:38.343655
2019-11-01T17:06:19
2019-11-01T17:06:19
223,695,500
3
2
BSD-3-Clause
2022-10-13T13:47:02
2019-11-24T05:08:59
C++
UTF-8
C++
false
false
23,982
hh
/* * Copyright © 2018 Adobe Inc. * * This is part of HarfBuzz, a text shaping library. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * software and its documentation for any purpose, provided that the * above copyrig...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
9b56ee9e864f0d3883a547201a7708cf4aac9f71
6f4e34712ab77d0ca111e98a2cb4b0ea8e410244
/src/util/util.hpp
e2ff8008375a2698da7c9ed486e14314cdfc07ce
[]
no_license
evertheylen/SpaceInvaders
3de2796d148c697a4fa7d9661d356a5bb46dde32
25314a9f092cd2e3b6ee3d276c3cc73d3365c6c7
refs/heads/master
2020-12-26T02:38:52.397933
2016-02-05T13:02:45
2016-02-05T13:02:45
46,040,072
0
0
null
null
null
null
UTF-8
C++
false
false
3,313
hpp
#pragma once #include <iostream> #include <cmath> #include <cassert> #include <vector> #include <set> #include <string> // 'additions' to STL template <typename T> std::vector<T> operator+(const std::vector<T>& a, const std::vector<T>& b) { std::vector<T> total(a); total.insert(total.end(), b.begin(), b.end()); ...
[ "evertheylen@gmail.com" ]
evertheylen@gmail.com
c346f30164e0289f3813c3bbcf83ded8b01773b4
d7167bbb9b8f7c9301bec843923754c8a086130f
/rectangle.cpp
cb45343827538d6090794f72cc0bc0c5224f3944
[]
no_license
ben-whitten/ICS3U-Unit-1-04-CPP
9eb978682b24233cb2854a97ab5d073884aee6d6
1a21fbc3e31722669054861d2ce517e7324a6154
refs/heads/master
2020-07-25T13:50:58.222287
2019-09-14T16:32:26
2019-09-14T16:32:26
208,312,592
0
0
null
null
null
null
UTF-8
C++
false
false
680
cpp
// Copyright (c) 2019 St. Mother Teressa HS All rights reserved. // // Created by: Ben Whitten // Created on: September 2019 // This is a program which can find the area and perimeter or a rectangle. #include <iostream> #include <cmath> // This is what finds the area and perimeter of the rectangle. // Replace the two...
[ "benjamin.whitten@mths.ca" ]
benjamin.whitten@mths.ca
d044483cf3f467a5d1350b059c57fbc6824d6379
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/enduser/netmeeting/ulsldap/classfac.cpp
6056d9b9f6745416fba5f69a5e5903d8995f99f9
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,845
cpp
//**************************************************************************** // // Module: ULS.DLL // File: classfac.cpp // Content: This file contains the class factory object. // History: // Tue 08-Oct-1996 08:56:46 -by- Viroon Touranachun [viroont] // // Copyright (c) Microsoft Corporatio...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
aede30a9e14b2ddf68e3211c2ed0926823d39d3a
4876016e46f4f9b19d6c23c6e9b3d13a3a6c0fb8
/Simulation/Animals/animal.h
24c38abb1b450cef91987a6addd1b4162b4ea5ea
[]
no_license
wojcu/Thaum
9ba4b035e0c3f56d6589fc26985662fafd6bdbcb
e34807999ade5be6a82238f57510e4dcddef22b5
refs/heads/master
2021-06-23T22:03:15.187455
2017-06-08T21:25:05
2017-06-08T21:25:05
33,773,918
1
0
null
null
null
null
UTF-8
C++
false
false
392
h
#ifndef ANIMAL_H #define ANIMAL_H #include "Simulation/organism.h" namespace Simulation { class MoveAction; class Animal : public Organism { public: Animal(const std::string &typeFlag); void setMoveAction(const QSharedPointer<MoveAction> &action); QSharedPointer<MoveAction> moveAction() const; private...
[ "wojculewiczkrzysztof@gmail.com" ]
wojculewiczkrzysztof@gmail.com
c32723aa9dc98674ab696fe8ddd7122d48508992
5e0a5dcaeb2091c1c2541eb2c1cd7e5e2f2ec490
/src/tools/tools.cpp
3fde49637be0d117e1e392c2a6f2a180161539f7
[ "MIT" ]
permissive
StepS-/D3D9Wnd
4a0a3b9b69aa77d9f52e6a98f6de7651b8ecb860
5738a50405ac6449d7f5ca50d970d9bb9ae2dd52
refs/heads/master
2020-04-13T20:56:25.005635
2019-04-20T23:18:24
2019-04-20T23:18:24
163,443,743
24
2
null
null
null
null
UTF-8
C++
false
false
20,455
cpp
//DLL tools for W:A by StepS. #include "tools.h" QWORD GetModuleVersion(HMODULE hModule) { char WApath[MAX_PATH]; DWORD h; GetModuleFileNameA(hModule,WApath,MAX_PATH); DWORD Size = GetFileVersionInfoSizeA(WApath,&h); if(Size) { void* Buf = malloc(Size); GetFileVersionInfoA(WApath,h,Size,Buf); VS_FIXEDFILEI...
[ "steps@worms2d.info" ]
steps@worms2d.info
1a95e21a30a8bd6f9eae446bd2fc934f976cf9c4
99561d3e85a866d919854c6c069ef04e496271d5
/myProgram/interface.cpp
3f5a6d2ccb4f6003f395f661d0ca5d8685d6990e
[]
no_license
jiahuij/objectOrientedProject
85d91a50cffbffb54c7c20dea72ddba91b230c19
20c2f20ee0bc57302053a24b785f332a7ba8bc82
refs/heads/master
2021-01-26T04:47:52.025809
2020-02-26T16:48:28
2020-02-26T16:48:28
243,314,396
0
0
null
null
null
null
UTF-8
C++
false
false
9,103
cpp
#include <iostream> //including I/O support #include <fstream> //including file I/O support #include <vector> //including support of vector container #include <string> //including the new C++ string class support #include <cstring> //including old C character array support #include <conio.h> //including s...
[ "jiahui.jiang@biola.edu" ]
jiahui.jiang@biola.edu
ff7c699413693490d97107cd2c275a0796c214da
9a1d372f2279056907c4d0f2af8c5ca84618e228
/C++/Assignment1/Assignment1/Program1.cpp
639d1e5e258a74b264fdadb6450511a3142e01e7
[]
no_license
psspratik/NCRAssignment
1f746d3b9b7ea83ac24973f0de38f789d0742101
0d8d8c17644404df80c6f255207cb60be35e39ef
refs/heads/master
2020-04-21T07:23:46.900710
2019-04-10T05:41:40
2019-04-10T05:41:40
169,391,544
0
1
null
null
null
null
UTF-8
C++
false
false
794
cpp
#include "stdafx.h" #include<iostream> using namespace std; class Time{ int hours; int minutes; int seconds; public: Time() { hours = minutes = seconds = 0; } Time(int h, int m, int s) { hours = h; minutes = m; seconds = s; } void display() { cout << hours << ":" << minutes << ":" << seconds; } ...
[ "psspratik@gmail.com" ]
psspratik@gmail.com
0d37422fd8d337d3310aa842eec1e0a8e47e88d3
38030e497b6e172cb926ebce4d25019175713bbd
/Easy/Rotate doubly Linked List.cpp
ab911c3f4ba7d81f719e548d18bf98a2b2855a4a
[]
no_license
KushRohra/GFG_Codes
7e6126434360bd0e376ce13be7e855c380b88d24
54e2b0affeaac3406aa052c28cfebcefc6492f90
refs/heads/master
2021-03-26T00:37:05.871686
2020-12-27T12:51:53
2020-12-27T12:51:53
247,659,010
0
0
null
null
null
null
UTF-8
C++
false
false
524
cpp
/*Please note that it's Function problem i.e. you need to write your solution in the form of Function(s) only. Driver Code to call/invoke your function is mentioned above.*/ //User function Template for C++ struct node*update(struct node*start,int p) { struct node *t=start,*last,*t1; while(t->next!=NULL) ...
[ "iec2017024@iiita.ac.in" ]
iec2017024@iiita.ac.in
50c0fdbd012f1d55c970e971891f9e1d36de7af8
6828a93fe5c060e37a9c26d65ea3bf54837e4005
/lds/public_pushbutton_numkey.cpp
36de0b770eae8ee7cbe8711a8bf213950deaf42c
[]
no_license
blockspacer/fastfd20200204
76d87687ef7aeff174f53e03ad52734df3d5dfff
63d758b0962f3d2ebe9ecb10e0b26c79469eace4
refs/heads/master
2022-04-07T07:19:59.865293
2020-02-04T02:34:21
2020-02-04T02:34:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
875
cpp
#include "public_pushbutton_numkey.h" #include "lds.h" #include <QFontDatabase> #include <QtDebug> public_pushbutton_numkey::public_pushbutton_numkey(QWidget *parent) : lds_pushbutton_wrap(parent) { set_num_font = false; } void public_pushbutton_numkey::setText(const QString &text) { if(false == set_num_font)...
[ "ch593030323@gmail.com" ]
ch593030323@gmail.com
66a2723ebe63055555e0929120782a2c18403dbd
f72e694bb2df5abd070e8b33f130536b6ac605f6
/src/hmm_trainer.cpp
37999daaa0b6a5acf57e964b899cdf1e838b1b3b
[]
no_license
MubashirAli11/STT
17b51eb49f4ded55e2a2e8d9bc60ca4f7a10c57e
575bee875ec943ec354054b70b4235fdb9b1322d
refs/heads/master
2020-04-13T12:26:09.120210
2018-12-26T17:20:40
2018-12-26T17:20:40
163,201,854
0
0
null
null
null
null
UTF-8
C++
false
false
1,888
cpp
/* * Copyright 2016 <copyright holder> <email> * * 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 la...
[ "mubashir.ali1@hotmail.com" ]
mubashir.ali1@hotmail.com
09b89afd3bead6d992925f76e19d101cf2083538
b895d6679795bf49d8b0de6303b4eabe6a320d40
/Code/CPP/INTRVS.cpp
dec65adedf59b1e80a66809123eba6585a838a7d
[]
no_license
Amanuttam1192/HacktoberFest21
e1d7d0a4cf0ccd404642f4cc5ac24adaac293eb2
d81941bbbfbb18afe97a72f53b1efbba074fbbae
refs/heads/main
2023-08-01T10:26:47.438178
2021-10-04T14:27:34
2021-10-04T14:27:34
413,451,287
3
0
null
2021-10-04T14:13:50
2021-10-04T14:13:49
null
UTF-8
C++
false
false
752
cpp
// Solution to https://www.codechef.com/LTIME92C/problems/INTRVS #include <iostream> #include<cmath> using namespace std; int code(){ int N,k; cin>>N>>k; int xceal = ceil(N/2); //cout<<"ceil is "<<xceal<<"\n"; int yceal=0; int n[N]; int bot=0; int sol =0; for(int i=0; i<N; i++){ cin>>n[i]; } int time=0,bt=0; for(...
[ "mathur.prerak@gmail.com" ]
mathur.prerak@gmail.com
eb39368620fba52b927d082ffcb1fc344be4e848
bc9da8a411ea7f2bc2769cda8a8268fef8dae426
/src/mlir/orcjit.h
6e4098dc9da49ac9c1f32771a902d043a4ac8b43
[ "MIT" ]
permissive
lukecheeseman/verona
9ef84cadbc18b091089060ccdf3fb1881dbd62d3
5bf2f75b7bff8884635636651a3eaf3109ddcc45
refs/heads/master
2022-10-28T06:15:21.025775
2022-09-20T08:14:28
2022-09-20T08:14:28
234,592,435
0
0
MIT
2020-01-17T16:45:02
2020-01-17T16:45:01
null
UTF-8
C++
false
false
3,968
h
// Copyright Microsoft and Project Verona Contributors. // SPDX-License-Identifier: MIT #pragma once #include "llvm/ADT/StringRef.h" #include "llvm/ExecutionEngine/JITSymbol.h" #include "llvm/ExecutionEngine/Orc/CompileUtils.h" #include "llvm/ExecutionEngine/Orc/Core.h" #include "llvm/ExecutionEngine/Orc/ExecutionUti...
[ "rengolin@systemcall.eu" ]
rengolin@systemcall.eu
6cc7e8cda6984996b884158e0f633ba94441d558
7ed9618578d80681ed8f73b7dba43430e6f2f911
/src/common/socket.cpp
65371734e0a188c5fb7e700aaf33359aee580cab
[]
no_license
jackerzhou/redis-proxy
8296bdef8480b3e2ba22d120dbf9faa3f1d98799
8f0834d155fc84efe53281b61601beaf8cc30bcf
refs/heads/master
2023-08-21T10:24:53.577232
2020-08-19T03:02:39
2020-08-19T03:02:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,789
cpp
#include "socket.h" GR_Socket::GR_Socket() { } GR_Socket::GR_Socket(int iFD) { this->m_iFD = iFD; } GR_Socket::~GR_Socket() { } void GR_Socket::SetFD(int iFD) { this->m_iFD = iFD; } int GR_Socket::CreateAndListen(const char *szIp, uint16 usPort, int iBackLog, bool bSysBA) { int iFD = socket(AF_INET, SO...
[ "hongchao2@ztgame.com" ]
hongchao2@ztgame.com
fdfbadaf8e0d8e3bfb2ba891223a3076d0e0abf9
c315022714279c613ceb8a6ff1b4e32cdeafb0f8
/Challange 1/challange 1/Source.cpp
3db952c4014394eae2c79f7dc5c4fec8c73e2ce3
[]
no_license
HafizMuhammad-Farooq786/Data-Structure-Algorithms-PUCIT
31be30ab19cc3fd7c88e9e75806d49ea7e024550
51cb2ca0c315af2e45e9141d4f3d99595be33bc0
refs/heads/master
2020-04-23T03:30:51.982856
2019-02-15T15:10:41
2019-02-15T15:10:41
170,880,601
1
0
null
null
null
null
UTF-8
C++
false
false
923
cpp
//#include <iostream> //using namespace std; // //int findnumber( int *p , const int size , int last , int lastindex ) //{ // for ( int i = lastindex; i < size; i++ ) // if ( i != last && p [i] == 4 ) // return i; //} // //int* fix34( int *a , const int size ) //{ // int tempIndex , temp , last = -1 , lastIndex = ...
[ "aizzaloveceo786" ]
aizzaloveceo786
cbee77d77cf28ed5c823c79c1f5e74eafdb408b5
358e2e363d7caf8f75bda848d7e04da92c940143
/montecarlo/Sources/QbicFactory.cc
c2a66502f30ec9f6aaad87352cc4f754f727e066
[]
no_license
jacopok/interferometry
6cb31c6e7153942883bf486a398e38a6c8eff8da
3af08ce131ea73a781bb8497988f2f141a30103f
refs/heads/master
2021-06-24T21:55:11.750187
2020-11-23T11:16:04
2020-11-23T11:16:04
152,555,101
2
2
null
null
null
null
UTF-8
C++
false
false
1,345
cc
#include "QbicFactory.h" #include "PDF.h" #include "TriangularFactory.h" #include "ErrorPropagator.h" #include <cmath> #include <vector> #include <iostream> using namespace std; class Convoluter: public ErrorPropagator{ public: Convoluter(const vector<PDF*>* vp): ErrorPropagator(vp){} ~Convoluter(){...
[ "ale571.lovo@gmail.com" ]
ale571.lovo@gmail.com
9674dcc42ffa00501ad1146d5bb256787eabf855
8475f2eeaae6e2861b764bfeb79d1603b7bfe233
/LintCode!/114. 不同的路径.cpp
b1bd7ae10cca97b589968c3aa1957c8fda273b8a
[]
no_license
danhuang-0/MyLintCode
82cc2eb01199adcf88c5b56dd66bd01cb6e1e747
c017247e91e98b4c5ba6465a30ce4f81e4fd358a
refs/heads/master
2020-03-25T08:30:20.028950
2019-01-05T05:18:24
2019-01-05T16:47:54
143,616,150
1
0
null
null
null
null
GB18030
C++
false
false
742
cpp
//// 无脑DP,左边和上边上的格子走法只有一种 //// 右下方的走法数量是左侧的数量和上侧的数量和 // //#include <iostream> //#include <vector> // //using namespace std; // //class Solution { //public: // /** // * @param m: positive integer (1 <= m <= 100) // * @param n: positive integer (1 <= n <= 100) // * @return: An integer // */ // int u...
[ "danhuang_0@163.com" ]
danhuang_0@163.com
923dc25a43bc0994909fa19bd8126c0dd8af13ac
73aadb2145c5d9260623fb8752c038bdcc8f6d1c
/src/statistic/StatisticalInfoContainer.cpp
2ef024e7e26b5ec2249db15a02d10b329c1731e8
[]
no_license
gangma2610/2018AMMPoseSolver
6d9c6a5f613a03554cfda22d5d7340a434e2548d
4dcbc07304e60e9ebd550371e7e4003967f14df6
refs/heads/master
2023-07-24T07:01:36.399185
2019-06-09T19:33:31
2019-06-09T19:33:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,146
cpp
#include <iostream> #include <math.h> #include <string> #include <opengv/types.hpp> #include <opengv/statistic/StatisticalInfoContainer.hpp> using namespace opengv; StatisticalInfoContainer::StatisticalInfoContainer(int n_trials_, int noise_levels_, int n_iterations_, std::vector<std::string> methods_list_) : n_itera...
[ "joaobcampos@hotmail..com" ]
joaobcampos@hotmail..com
254a7466827320573fd90380b57bcfd236585e61
770c7b4b086c56931a04579cf93ba667a3f9384c
/_ACCELEROMETER/ACCELEROMETER_lib/ACCELEROMETER_lib.ino
89558a2cfa14899e4d28275be279ee5c1821ab8a
[]
no_license
tristan-f-cool/elec_eng_tools
ad4273f8a77810abcadea64061245dc7527877fb
8f1300d5093e4715232121241be5b071841acd7e
refs/heads/master
2021-03-24T20:24:25.014062
2020-03-15T22:29:36
2020-03-15T22:29:36
247,562,482
1
0
null
null
null
null
UTF-8
C++
false
false
1,580
ino
//--- PRECISION MICRODRIVES --- //-- OPP 1066 - AddHaptics //- Tristan Cool //- November, 2019 //*** This program reads accelerometer axis***// //*** TODO ***// //-------------- Libraries ---------------------------------- #include "Accelerometer.h" //--------------- Arduino pins ----------------------------- //--...
[ "tristan.f.cool@gmail.com" ]
tristan.f.cool@gmail.com
f5860d27dc3e145d4ad89326f729386d199092b1
7bfdaa5be493d8e98ff6f97be9a297e8ee98285b
/10 - C++ Programming/EmailValidation.cpp
c205502386e55ff19fbdd1056d6e9138e9c0f938
[]
no_license
GhulamMustafaGM/C-Programming
a21795ff9183462d41bb6916966342c4059cd2e2
4db74317e85ea883dbef173f02d937765ee2a6f5
refs/heads/master
2023-03-16T23:31:45.024962
2021-02-18T22:25:25
2021-02-18T22:25:25
194,243,282
0
0
null
null
null
null
UTF-8
C++
false
false
543
cpp
// email validation #include <iostream> #include <regex> #include <string> //using namespace std; int main() { std::regex exp("[a-zA-Z]+\\d*@(yahoo|gmail|outlook|hotmail).(com|ca|in)"); std::string input; std::cin >> input; if (std::regex_match(input, exp, std::regex_constants::match_not_eol)) ...
[ "mustafaji@gmail.com" ]
mustafaji@gmail.com
c7eb866b48faf3874f7514443b1845eddaf9da12
1147a3736b2319d908ce82cde5f5a0c7fbfdf819
/Classes/tool/VisibleRect.h
ca640071c09ef4b9615b371e4fbf5af118d41d13
[]
no_license
troubtimehero/cocos_PetCleaner
2d3b6413ad0d314b3e938c96287d67714d929b43
e23ab5f2824786443cea628ca8f12ee5655aa306
refs/heads/master
2021-05-20T19:30:59.850847
2020-04-02T07:59:48
2020-04-02T07:59:48
252,391,504
0
0
null
null
null
null
UTF-8
C++
false
false
617
h
#ifndef __VISIBLERECT_H__ #define __VISIBLERECT_H__ #include "cocos2d.h" class VisibleRect { public: static void SetVisibleRect(cocos2d::Rect winRect); static cocos2d::Vec2 left(); static cocos2d::Vec2 right(); static cocos2d::Vec2 top(); static cocos2d::Vec2 bottom(); static cocos2d::Vec2 center(); static c...
[ "troubtimehero@126.com" ]
troubtimehero@126.com
30d15bbd4406529caa7ca50c39b1de1cb6029893
9c677a1775705f7c8f683d1f89d47e9ed15a32ee
/ACM/pk2/5.cpp
57ec613d0e5697c77a6d3a6de99a098b969e365e
[]
no_license
nc-77/algorithms
16e00a0f8ce60f9b998b9ee4ccc69bcfdb5aa832
ced943900a2756a76b2c197002010dc9e08b79c4
refs/heads/main
2023-05-26T20:11:25.762015
2021-06-08T07:16:30
2021-06-08T07:16:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
953
cpp
#include<bits/stdc++.h> #define ll long long #define debug(x) cout<<#x<<'='<<x<<endl #define set0(x) memset(x,0,sizeof(x)) using namespace std; const int inf=0x3f3f3f3f; const int maxn=2e2+10; #define int long long int x[maxn],y[maxn],a[maxn],ans[maxn],sum[maxn]; signed main() { int n,k; cin>>n>>k; for(int i=1...
[ "291993554@qq.com" ]
291993554@qq.com
23d084e54fd33338829bfc4c287402834d5da1fc
562d2183cecd232559eb89d7f733bf1fe967768c
/Source/libClang/Source/tools/clang/test/SemaCXX/i-c-e-cxx.cpp
b70066448c07f989a4775181ddcde20e6b94e934
[ "NCSA" ]
permissive
orcun-gokbulut/ze-externals-sources
f1fd970ed6161b8f7ac19d1991f44a720c0125e9
500a237d6e0ff6308db1e2e513ad9871ac4cda65
refs/heads/master
2023-09-01T19:44:32.292637
2021-10-13T14:26:53
2021-10-13T14:26:53
416,611,297
1
1
null
null
null
null
UTF-8
C++
false
false
2,106
cpp
// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s // C++-specific tests for integral constant expressions. const int c = 10; int ar[c]; struct X0 { static const int value = static_cast<int>(4.0); }; void f() { if (const int value = 17) { int array[value]; } } int a() { const int t...
[ "orcun.gokbulut@zinek.xyz" ]
orcun.gokbulut@zinek.xyz
f17473e481aecee55b6668eda8300276c037ae5d
766e7c2d958b7bd1d5d441b0922247f94be96cd2
/ashiba/getLabeledPoints.hpp
d15b13f4afaf802368ad8f404493128936da71b3
[]
no_license
logicmachine/icfpc2019
fdd98e95e35a35e7d2115f2dc8e1f485c03c1756
9d2598c59b73cedef1bfe2d424abf18858883854
refs/heads/master
2020-06-06T22:01:02.384871
2019-06-24T10:19:52
2019-06-24T10:19:52
192,860,625
4
0
null
null
null
null
UTF-8
C++
false
false
1,889
hpp
namespace futa{ void get_ccl_data(const std::vector<std::vector<Cell>>& table, std::vector<int>& data, int& W){ W = table[0].size(); //vector<int> data; for (const auto& xs : table) { for (const auto& x : xs) { data.push_back((x == Cell::Obstacle || x == Cell::Oc...
[ "shibata.atsuya.ry3@is.naist.jp" ]
shibata.atsuya.ry3@is.naist.jp
2be8ec2e0022a3cb8e0cb1ed58197ff20472cc57
d928143913c7b298b7bc637c2dcfa2ae617229e7
/src/System/PhysXPhysicSystem/NovodexBallSocketJoint.h
a7eb8a4d129f6375b447e94007f31d93fd84b1f3
[]
no_license
hackerlank/Mengine
d7e649c29ab6cfd861bd85c75e514939ba7a09d6
108491a9ef86946fc4abed0662b0beafbde4fda4
refs/heads/master
2021-01-12T06:19:27.136456
2016-12-13T00:55:25
2016-12-13T00:55:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,611
h
# pragma once # include "Interface/PhysicSystemInterface.h" # include "NovodexBody.h" class NovodexBallSocketJoint : public Menge::BallSocketJointInterface { public: NovodexBallSocketJoint(NxScene * _scene) : m_SJoint(0) , m_SJdesc(0) , m_scene(_scene) {} ~NovodexBallSocketJoint() { m_s...
[ "kiironao@202150c4-1a32-4ab8-af31-e3358ecdd631" ]
kiironao@202150c4-1a32-4ab8-af31-e3358ecdd631
e36d4087afeca894d70c7b1d0e47af5b6c7eb0cf
a6b6ffc7461c5913755f2fa1ba6874148a470d83
/src/mutexplorator.cpp
08ede4426f969a53a5db312257cc962dcafad9b1
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
mp-bull/qme-ng
ae9152339bf4530cff7e6cc97e0f2f8da635a43f
a223d21b8922f93ad62f413c7c1f1fe4b8327bc3
refs/heads/master
2021-01-19T07:37:57.492872
2020-06-25T09:57:30
2020-06-25T09:57:30
4,652,170
0
1
null
2018-01-16T17:33:07
2012-06-13T14:47:43
C
UTF-8
C++
false
false
5,783
cpp
/* * Copyright (c) 2007-2012, Joris Calabrese, * Grégoire Dupont, * Matthieu Pérotin * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *...
[ "matthieu@perotin.info" ]
matthieu@perotin.info
5536c896833ed0f89e7f2356cb4f503d365a9e54
9e34e84c20760a9a37512c675074974ac7e56275
/more-source/2010-2011/codeforces/cdf_5b.cpp
eae98c583ce8406dd50bbcdbac7397db0c9b14ba
[]
no_license
Slava/competitiveProgramming
2b7f26bf24143b459c6e2625ef1ea343a926bb76
b68391720b9f9efc4162a66ca07d9448cffc1453
refs/heads/master
2021-01-21T12:40:40.053352
2020-01-06T19:21:45
2020-01-06T19:21:45
9,552,080
8
6
null
null
null
null
UTF-8
C++
false
false
776
cpp
// Kim Vyacheslav Karaganda KTL // 2011 #include <cstdio> #include <string> #include <iostream> using namespace std; string s[2000]; int n, i, mx, l, sz; int main () { while (getline(cin, s[n])) mx = max(mx, (int)s[n++].size()); cout << string(mx + 2, '*'); for (i = 0; i < n; i++) { sz...
[ "slava@meteor.com" ]
slava@meteor.com
162f818d40de79f6467821d3629b1d858e8b33e4
24ad853db1f71a1c4da14abeea6d537aa0837785
/2/p26.cc
736ac15ea9316c73165c52e9c22ca1d983e6dd3a
[]
no_license
hcl0129/MyCpp
bb77f423307dbc034ebc400c715ca74a5f7c90f9
ccc75d4efca0a31d543be1b0a5f4ba4a44e02f13
refs/heads/master
2022-11-19T21:03:08.348085
2020-07-20T12:22:17
2020-07-20T12:22:17
273,835,578
0
0
null
null
null
null
UTF-8
C++
false
false
87
cc
#include <iostream> int main() { int cnt = 0; const int sz = cnt; const int buf; }
[ "huang-victor@outlook.com" ]
huang-victor@outlook.com
18fb91d91f7bb226d97e6ec902b6846b06a88504
12c6e4a6a68e8bdfd4e065288a9e2c769acf4ad0
/06-cpp-standard-library-sequential-containers/06-02-storing-with-vector/VecAccessOutOfBounds.cpp
b2fc2b142459cb4820bb9182e5accc4f7a1920ab
[]
no_license
awpala/pluralsight-cpp
1eedaf763000f7551ba3074cc42fa14ed2d3476c
5c3271fe03807332a26175a67452512d48c27f18
refs/heads/main
2023-04-10T05:36:00.948498
2021-05-01T12:47:13
2021-05-01T12:47:13
355,340,911
0
0
null
null
null
null
UTF-8
C++
false
false
516
cpp
#include <iostream> using std::cout; #include <vector> using std::vector; int main() { vector<int> v{10, 20, 30}; cout << " Initial vector: "; for (const auto& x : v) { cout << x << ' '; } cout << '\n'; cout << " Vector size: " << v.size() << "\n\n"; cout << " Trying: v[6] = 64; \n\n"; // v[6] =...
[ "awpala@github.com" ]
awpala@github.com
bbb92f976ff1ba0558187a75b1844332eec1b9a8
90626580f155d448d9f859ef533c20f624773125
/Settlement.hpp
a3cbd2612bd044dce773407c6522862a003d0050
[]
no_license
codingNonGuru/FlumenEconomy
52194b7db33d72e9c1281b27752967c0efef614d
a581eaeada88d5577db46925b3cf79e7caaca3bd
refs/heads/master
2020-09-13T19:14:22.413168
2019-11-25T14:22:37
2019-11-25T14:22:37
222,878,905
0
0
null
null
null
null
UTF-8
C++
false
false
521
hpp
#pragma once #include "Container/Array.hpp" #include "Economy.hpp" class Industry; class Market; class Population; class Settlement { friend class Industry; friend class Market; friend class Population; container::Array <Industry> industries; container::Array <Market> markets; Popul...
[ "andreialbu50@yahoo.com" ]
andreialbu50@yahoo.com
c3b9881d6505c2096ee40f0a4415e0dffcbf3419
9302c582cb6d879e9c4da7d7cbe6cfd2316e5f5d
/CppWorkshop/71.BadReferences.cpp
08249a8cd7ec3480bf7b46e7a35437d1b91b31b3
[]
no_license
un4ckn0wl3z/modern-cpp
245b969450b500d9a5c578a847c8104a738920ae
ceb9519186a723350ff0dd31d2c205d242e295ed
refs/heads/main
2023-07-07T23:22:10.528862
2021-08-28T17:12:31
2021-08-28T17:12:31
400,847,879
0
0
null
null
null
null
UTF-8
C++
false
false
124
cpp
#include<iostream> using namespace std; int main() { char* p = nullptr; char& r = *p; r = '!'; return 0; }
[ "slickerth@gmail.com" ]
slickerth@gmail.com
c71204f2316e6e1851812b7c1bd844fcb433987e
825e64b1cb17aac2a4d5c396d7bbeaca91aaaa10
/test/datastore/leveldb.cpp
c5a2bf7cbce7883383e58a2c148bdd204abda978
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
cpshereda/hxhim
7cf7643228f44a7ce336bedf05762ad95d5b72bd
1ef69e33d320e629779df27fb36de102f587c829
refs/heads/master
2023-01-29T12:53:21.008388
2020-12-08T19:50:24
2020-12-08T19:50:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,246
cpp
#include <cstring> #include <sstream> #include <gtest/gtest.h> #include <leveldb/db.h> #include <mpi.h> #include "datastore/leveldb.hpp" #include "hxhim/triplestore.hpp" #include "rm_r.hpp" #include "triples.hpp" #include "utils/memory.hpp" class LevelDBTest : public datastore::leveldb { public: LevelDBT...
[ "jasonlee@lanl.gov" ]
jasonlee@lanl.gov
e8a5a86cbb240229336ed3c68cd02dfc9c8ab3d4
8969a17b718ff1462f30ed7b43368b0ba340563d
/src/shared.hpp
943527ee749f41e7b2706a8935ee4d27bd106c76
[]
no_license
KCoen/Comfy
6a15077e030205b017ad59051bb0451711e83f91
28a74ee79cd14da1efd1aaac18cf8b5057afc2c0
refs/heads/master
2022-12-28T08:31:23.781912
2020-10-14T10:56:13
2020-10-14T10:56:13
276,473,481
1
0
null
null
null
null
UTF-8
C++
false
false
4,520
hpp
#pragma once #define NOMINMAX #define LEAN_AND_MEAN #define _CRT_SECURE_NO_WARNINGS #undef MIN #undef MAX #undef min #undef max #pragma warning(disable:4238) #pragma warning(disable:4100) // unreferenced formal parameter #pragma warning(disable:4068) #pragma warning(disable:4505) //Comdat Folding #pragma warning(disab...
[ "me@koenspanjer.com" ]
me@koenspanjer.com
14f49cd2da6f24056f071469a89ef5e4dad845f3
ce53f77283ac336ef1f7baec7c71811fea7bf150
/src/presenter.cpp
17f7c5a28b37b26a4be4b1575e159472f0d3b66d
[]
no_license
DanielKarasek/TEM-simulation
f6f058487a3d7af8930d29e3efd8878590867367
a79200b237ed571989e5c473126438b1bd0014eb
refs/heads/main
2023-07-12T23:39:26.513477
2021-08-20T14:14:04
2021-08-20T14:14:04
398,093,240
0
0
null
null
null
null
UTF-8
C++
false
false
14,360
cpp
#include "presenter.h" #include "microscope.h" #include "mytexture.h" //ovladani kamery/zminit ze jsou to realne nastaveni Presenter::Presenter():m_micro{{1,0, 0,1}, {0.99, 0.99, 0.99, 0.99,0.99, 0.99, 0.99, 0.99, 0.99, 0....
[ "daniel.karase.us@gmail.com" ]
daniel.karase.us@gmail.com
fbe9d928cabda21ca295be94cb865015213d35a9
2a19435802ecbbe846001cedc36de4c6061d3d0e
/Gui/PreCompiled.h
c0435e86b3456a0463b3742e9a7c507fcb89cf49
[]
no_license
LeRyokan/Showcase
3ab33d792599f22bdd55b9df0cf3105a5fc281e5
670910cc5731682d77168e7fe71855ad8e4a3f74
refs/heads/master
2021-01-20T09:03:20.282950
2015-02-18T22:47:10
2015-02-18T22:47:10
28,781,484
0
0
null
null
null
null
UTF-8
C++
false
false
2,401
h
/*************************************************************************** * Copyright (c) YEAR YOUR NAME <Your e-mail address> * * * * This file is part of the FreeCAD CAx development system. * * ...
[ "tixier.lucas@gmail.com" ]
tixier.lucas@gmail.com
673fb1567a4ffee2f866555be67e4ad70789adaa
44f92cce41162d54e8064d29769cfce3b38b739a
/create_threaded_binary_tree.cpp
44d62537ef2c4436850fcf3b48596641ecc00e44
[]
no_license
ravibajpai001/data_structure_and_algo
669061b3443e2f3a528c4712b3a8a02c4e13762f
bc0077b28ccf07253a71315d8e898cbe453b7fce
refs/heads/master
2021-01-10T04:59:35.663896
2015-09-26T11:35:32
2015-09-26T11:35:32
43,201,124
0
0
null
null
null
null
UTF-8
C++
false
false
1,981
cpp
/*** program to calculate height of a tree iterative **/ #include <iostream> #include<cstdio> #include <map> #include<queue> #include<malloc.h> using namespace std; // Binary Tree node struct node { int data; int hd; struct node *left, *right; }; node* newNode(int data) { struct node* node = new s...
[ "ravibajpai001@gmail.com" ]
ravibajpai001@gmail.com
0583b5c73865ab11e9b07d3d3d682e44a82737d8
34b02bdc74ffd35caf0ced89612e413e43ef9e70
/project/SQCore/src/Parser/PrintLog.cpp
159982cd28e7d2827bae47fa1f5354d5e27aec78
[]
no_license
Makmanfu/CppNote
693f264e3984c6e2e953e395b836306197cc9632
e1c76e036df4a9831618704e9ccc0ad22cd4b748
refs/heads/master
2020-03-26T01:11:51.613952
2018-08-10T06:52:21
2018-08-10T06:52:39
null
0
0
null
null
null
null
GB18030
C++
false
false
9,939
cpp
#include "stdafx.h" #include "printlog.h" #include <time.h> #include <imagehlp.h> #pragma comment(lib, "imagehlp.lib") PrintLog::PrintLog(const char* f_pathfile) { //初始化 memset(&LogFile, 0, sizeof(Log_File)); LogFile.m_File = NULL; outtofile = true; ourtocmd = true; traceInit = true; Loglo...
[ "xhamigua@163.com" ]
xhamigua@163.com
08eee1440d153c0128705b875f6906f67c595d51
e654a47dfd2e031093b6d216f610b861c8784384
/os/darwin/AudioOutputAudioUnit.h
2880ec23767e72dfb407ec326485b694b2f6e690
[ "Unlicense" ]
permissive
grishka/libtgvoip
972bed7365cd00ee432b6a8843ea277daaedb97d
6c82c9de85cca69ea099a738fcbd2ab2de4f839d
refs/heads/public
2023-08-11T03:53:42.191273
2019-06-30T19:03:13
2019-06-30T19:03:13
80,738,369
420
140
Unlicense
2021-06-17T08:24:43
2017-02-02T15:27:50
C++
UTF-8
C++
false
false
1,041
h
// // libtgvoip is free and unencumbered public domain software. // For more information, see http://unlicense.org or the UNLICENSE file // you should have received with this source code distribution. // #ifndef LIBTGVOIP_AUDIOOUTPUTAUDIOUNIT_H #define LIBTGVOIP_AUDIOOUTPUTAUDIOUNIT_H #include <atomic> #include <Audi...
[ "grishka93@gmail.com" ]
grishka93@gmail.com
6b496379bd702128fcdc760500277ec5b2d68a24
4e6b8a13d2c5c84906311bb6913ca8f97eae3dc5
/src/contouring/mesh.cpp
e2af8c096229758b7ccdb0828f4d6fe0ddc3fb73
[]
no_license
mmchugh/planetary
17087b44b8e234afa597fbf92a9fc6e24ed9e679
28b4fac4df97ed35961fcda9c49ba300e58cbc01
refs/heads/master
2020-03-29T15:09:04.086967
2015-06-25T15:22:33
2015-06-25T15:22:33
37,935,999
3
0
null
null
null
null
UTF-8
C++
false
false
1,584
cpp
#include "mesh.h" #include <stdio.h> // ---------------------------------------------------------------------------- void Mesh::initialise() { glGenVertexArrays(1, &vertexArrayObj_); glGenBuffers(1, &vertexBuffer_); glGenBuffers(1, &indexBuffer_); glBindVertexArray(vertexArrayObj_); glBindBuffer(GL_ARRAY_BUFFE...
[ "mmchugh@gmail.com" ]
mmchugh@gmail.com
48b9a40020326f42e90212b6b9efe6d34470065c
e1f023018fbc8383a7757d8c643b2bc682c780b3
/Arrays/Remove_Duplicates_from_Sorted_Array_II.cpp
7e67e7d1d8085c39f57025d74c80ca97d01bb7ad
[]
no_license
rrichajalota/LeetCode
886724412ee354dedf3c297be804f66123a5e3bf
92eb67fa39602f7c75f97d3c05d162dcf253bd43
refs/heads/master
2020-04-12T08:54:40.474019
2016-11-12T14:52:59
2016-11-12T14:52:59
61,475,783
1
0
null
null
null
null
UTF-8
C++
false
false
774
cpp
/* 80. Remove Duplicates from Sorted Array II Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For example, Given sorted array nums = [1,1,1,2,2,3], Your function should return length = 5, with the first five elements of nums being 1, 1, 2, 2 and 3. It doesn't matter what you l...
[ "rrichajalota@gmail.com" ]
rrichajalota@gmail.com
32dc0c28eeab2ef348744d6d3881443f93069a9d
512ce9e86147bb1a608229a9b988e4bf368bb940
/图形工具/3d路径编辑器-需要3.10引擎/Classes/tools-ui/LayerDialog.h
8f04139c5532670f1a2e1fe9b121153dfc71a359
[]
no_license
JoeWQ/hello-world
cb326e9a7377f8ba36caa70709fb8eef92fef45f
ca342c6727e35fac2910a6e25836498bbb0a0c18
refs/heads/master
2021-01-21T16:27:19.310952
2019-01-21T04:07:49
2019-01-21T04:07:49
95,403,617
0
0
null
2019-01-21T04:07:51
2017-06-26T03:09:18
C
GB18030
C++
false
false
5,106
h
/* *关于鱼类选择的展示面板 *2017-06-22 */ #ifndef __LAYER_DIALOG_H__ #define __LAYER_DIALOG_H__ #include "cocos2d.h" #include "extensions/cocos-ext.h" #include "ui/CocosGUI.h" #include "Common.h" // class LayerDialog :public cocos2d::LayerColor { cocos2d::EventListenerTouchOneByOne *_touchEventListener; //事...
[ "1198253149@qq.com" ]
1198253149@qq.com
94062fabcd2fd75ff21eff50ca0df24207b4dcaa
a0b0eb383ecfeaeed3d2b0271657a0c32472bf8e
/leetcode/1001-2000/1375-number-of-times-binary-string-is-prefix-aligned.cpp
bbaedc905d754cf984e851718f07b207197f78b4
[ "Apache-2.0" ]
permissive
tangjz/acm-icpc
45764d717611d545976309f10bebf79c81182b57
f1f3f15f7ed12c0ece39ad0dd044bfe35df9136d
refs/heads/master
2023-04-07T10:23:07.075717
2022-12-24T15:30:19
2022-12-26T06:22:53
13,367,317
53
20
Apache-2.0
2022-12-26T06:22:54
2013-10-06T18:57:09
C++
UTF-8
C++
false
false
259
cpp
class Solution { public: int numTimesAllBlue(vector<int>& light) { int pos = 0, upp = 0, ans = 0; for(int x : light) { ++pos; upp = max(upp, x); ans += upp == pos; } return ans; } };
[ "t251346744@gmail.com" ]
t251346744@gmail.com
b96a25772bead85f20db1cd5612157b3249e926b
73e89812a3e4f979641c7d8765b46ed0226e3dd9
/Urasandesu.Swathe/Urasandesu/Swathe/AutoGen/Metadata/ClassPimplFacade/ModuleMetadataPimplFacadeFwd.h
55fcb380580d5431081c28b922fabc1012b98bbe
[]
no_license
urasandesu/Swathe
c601244e7339c2d6fe5686a0ee2ca44732007d89
e086ede891a64d991f1f738b00eb158b44537d06
refs/heads/master
2021-01-19T00:52:31.845284
2017-03-17T11:32:51
2017-03-17T11:32:51
6,515,991
3
1
null
null
null
null
UTF-8
C++
false
false
2,179
h
/* * File: ModuleMetadataPimplFacadeFwd.h * * Author: Akira Sugiura (urasandesu@gmail.com) * * * Copyright (c) 2014 Akira Sugiura * * This software is MIT License. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documen...
[ "urasandesu@gmail.com" ]
urasandesu@gmail.com
410c398208929ab01e81de732cde346e2fa91787
700a8cc5025993e0ed4846d8b90b55ca816feb9c
/halimpl/src/adaptation/EseAdaptation.cpp
b8ff332e0560f64f49cc8dab695d7625bb6f871f
[]
no_license
Rashed97/android_hardware_nxp_nfc
03273e04a86e46d8c0c5134291daab47ca0e5bd4
1c1decfeda3cfa06b5c4eb4b5b66c144497a6c9d
refs/heads/master
2021-04-15T08:22:19.831952
2018-03-22T17:11:38
2018-03-22T17:12:22
126,236,181
0
0
null
null
null
null
UTF-8
C++
false
false
13,633
cpp
/****************************************************************************** * * * Copyright (C) 2015 NXP Semiconductors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * h...
[ "love.khanna@nxp.com" ]
love.khanna@nxp.com
c099f4bea1c4cfa0e8c79a3ec73d113eeb6d415d
8f82e78a416bde0407871471d6e88dbf6b6c7fde
/Sketch/TopK/res.cpp
c6cbded91139b9999f1a1314f8a55b15b8735052
[ "Apache-2.0" ]
permissive
apzhou/ML-Sketch
d914c58ef6aefecdfe1661f11f480b233ff66cfd
278c9055106fe5f1712b152ea3a4f8bc255e2127
refs/heads/master
2023-04-20T04:14:03.355918
2017-07-08T18:38:53
2017-07-08T18:38:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,284
cpp
#include "TopK.h" #include <string> #include <iostream> #include <stdio.h> using namespace std; #define DEP 4 #define NOR_WID 16384 #define SAC_WID 262144 const char* in_path = "./FlowData/sampleData"; const char* in_path_3 = "./FlowData/formatData"; const char* out_path1 = "./MLData/example.train"; const char* out_p...
[ "2528634861@qq.com" ]
2528634861@qq.com
fdd531c2c5ec8a6d8ac4fbc05d9fc43610b06e95
97fb04b9d5a2782bfbcaa8090f89cd943fe272f4
/statisticsdisplay.h
484c494b98440bafddafa5d6278ef3f9c2f2de9e
[]
no_license
imploCBA/observer
ad020bfdaa57f1451f7eeaddbcf0483ba0890ad7
237299866638fcd0d9df681663e2a63099f72cb6
refs/heads/master
2023-01-23T03:40:50.033055
2020-12-10T13:33:10
2020-12-10T13:33:10
320,157,282
0
0
null
null
null
null
UTF-8
C++
false
false
396
h
#ifndef STATISTICSDISPLAY_H #define STATISTICSDISPLAY_H #include "observer.h" #include "displayelement.h" class StatisticsDisplay : public Observer, public DisplayElement{ private: float temperature; float humidity; float pressure; public: StatisticsDisplay(); virtual void update(float t, float ...
[ "60794005+imploCBA@users.noreply.github.com" ]
60794005+imploCBA@users.noreply.github.com
c7978da9345afa79404fc56407a8ca41a107f6c0
d1c626e14b16b9d9316f8b15a43efb9698062011
/FlightCode/src/Telem/CSTelem.h
d0da73402ba3d68bfedfc4ae667a6e01aa2ba80b
[]
no_license
sf314/cs2019
3c135fa013764c2261925777a3b96ec517c78739
09ef230b2645f69f628b49bb371a0fa366c91588
refs/heads/master
2020-03-27T05:48:11.773783
2019-12-04T18:32:14
2019-12-04T18:32:14
146,051,944
1
1
null
null
null
null
UTF-8
C++
false
false
663
h
#ifndef _CSTELEM_H #define _CSTELEM_H #include <Arduino.h> class CSTelem { public: // Init CSTelem(); // Telem fields int teamId = 3623; float met = 0.0; int packetCount = 0; float altitude = 0.0; float pressure = 0.0; float temp = 0.0; float voltage = 0.0; double gp...
[ "sf314@icloud.com" ]
sf314@icloud.com
f5dfa6b4447f274a82e44fc7e0e104ffd826f4b9
a4aaa2fe739486fc014c3e1843924d606739e819
/src/qt/addressbookpage.cpp
d7c6446bb97b3d9b59b738bc94331d46ca24762a
[ "MIT" ]
permissive
shehzad002/bitesax-coin
115ea32f3980b46ab83eb8f8a848e486574d1c22
93765257bee1e600d876745f36a6d8f239cccad8
refs/heads/master
2023-02-17T17:46:20.514422
2021-01-16T11:37:14
2021-01-16T11:37:14
330,148,447
1
0
null
null
null
null
UTF-8
C++
false
false
10,119
cpp
// Copyright (c) 2011-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/bitcoin-config.h" #endif #include "addressbookpage.h" #include "ui_addressbookpa...
[ "shehzad.khan145@yahoo.com" ]
shehzad.khan145@yahoo.com
1012fa07c5c8c96590ce1842e9058bd7bd4535e4
6d1a022d7b639e9eaa8d1595a7897a70bc4b1d54
/eyesee-mpp/awcdr/apps/cdr/source/minigui-cpp/widgets/widgets.cpp
f0948d404bc65a8a0463b5b19d9c3157776083e6
[]
no_license
icprog/lindenis-v536-softwinner
c2673b155ab911e82c9c477be3a921c4d098c77d
2fdf6f7aef8b5e1e24a54650fe589e5b6208b24b
refs/heads/master
2020-12-26T06:16:25.103604
2020-01-20T05:32:18
2020-01-21T05:35:58
237,413,679
1
0
null
2020-01-31T11:08:11
2020-01-31T11:08:10
null
UTF-8
C++
false
false
9,229
cpp
/***************************************************************************** Copyright (C), 2015, AllwinnerTech. Co., Ltd. File name: widgets.cpp Author: yangy@allwinnertech.com Version: v1.0 Date: 2015-11-24 Description: widget will in actual set its visibility, background color and caption etc. History: ...
[ "given@lindeni.com" ]
given@lindeni.com
3005533ae86e8160914ba649e0d046595a5e227f
3edc478db837a27dbf8df7eded45df909dfe3cf9
/pedra-papel-tesoura/contest2/G.cpp
1271f24a0990cb38a9e6f498ff4d66537dcd781b
[]
no_license
ronistone/Maratonas
b60ebeb9e7e9298399652df88faa83389bd94542
8bd0bedd476645081a09b19152a007ca1497fe20
refs/heads/master
2021-01-12T10:06:04.016208
2018-10-19T02:40:54
2018-10-19T02:40:54
76,360,276
1
0
null
null
null
null
UTF-8
C++
false
false
557
cpp
#include<bits/stdc++.h> using namespace std; string str; bool dp(int ini, int fim, int tam){ if(fim < ini) return true; if(fim-ini+1 == tam) return true; string sa="", sb=""; for(int i=0; i < tam; i++) sa.push_back(str[ini+i]); for(int i=tam; i>0; i--) sb.push_back(str[fim-i+1]); if(sa!=sb) retu...
[ "ronistonejunior@gmail.com" ]
ronistonejunior@gmail.com
29662acb5ecb00f5be2ddeb8e69f5437b5a3278c
96fd2b8f73abd98e729c78766247eb7ef45d0399
/utils/dbc_dumper/DBCStructure.h
fec3114759d3c6e757b70986bdf99cb545f66792
[]
no_license
BACKUPLIB/dbc_browser
dd91deea7abcb8d51e40bbfaf923e4d793eeb919
6c4ba74a4a88cd1d89adcd00b501bc206190565b
refs/heads/master
2020-12-11T06:01:24.668511
2011-07-08T19:49:16
2011-07-08T19:49:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
75,417
h
/* * Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
[ "slayerbeast@gmail.com" ]
slayerbeast@gmail.com
465102444230dfbbb1b4b3e6c9a695876562de88
e0e1abf3348093a7599997dd57c4054c704c7082
/2018-1/Unsolved/grafonegro.cpp
35d70edbe8a2af967787c46512cdee509ba0d388
[]
no_license
pgallardor/ProgComp
32d2c1b9156cdaae6b703a1bad065165ac38c17c
b74556c34f8b2086a7be7c169a1af2362941ee82
refs/heads/master
2018-11-25T15:38:02.186806
2018-11-19T16:47:11
2018-11-19T16:47:11
125,558,421
0
0
null
null
null
null
UTF-8
C++
false
false
2,073
cpp
#include <cstdio> #include <vector> #include <cstring> #define NO_COLOR 0 #define BLACK -1 #define WHITE 1 using namespace std; vector<vector<int> > list; vector<int> s_color; bool dfs_visited[110]; int w; void dfs(int v, vector<int> &cmp){ if (dfs_visited[v]) return; dfs_visited[v] = true; cm...
[ "pedrogallardorobinson@gmail.com" ]
pedrogallardorobinson@gmail.com
3f879572dd75a9d3f517b9bf0f8afef81757ea98
c31f7b8973de016268ddc80da0c56504636c23fa
/src/ui/Dock.h
e71e036510750bffeb81e3c21e8853371f3a0541
[ "Zlib" ]
permissive
weimingtom/mud
766f3ca90608e0fd2d1d4e69689260458cb965f6
1bb3a8c73e95b40815e9df643981b476c1dd82c3
refs/heads/master
2020-03-17T23:42:34.997290
2018-05-19T11:32:39
2018-05-19T11:32:39
134,056,650
1
0
null
2018-05-19T11:40:52
2018-05-19T11:40:52
null
UTF-8
C++
false
false
1,118
h
// Copyright (c) 2018 Hugo Amiard hugo.amiard@laposte.net // This software is provided 'as-is' under the zlib License, see the LICENSE.txt file. // This notice and the license may not be removed or altered from any source distribution. #pragma once #include <obj/Array.h> #include <ui/Generated/Forward.h> #include ...
[ "hugo.amiard@laposte.net" ]
hugo.amiard@laposte.net
d40523ec4001ac881dd8a4067862948ac2fe5c02
c1bea6adf3e8426ccb0bec7dd376939e6089cd5f
/3rdTerm/c++/Lab03/Stack.hpp
3fa9b5d7d4a2a0f0f8eaeeade692090da28c04af
[]
no_license
edmundham/SchoolAssignment
76978208f954cde662615d6991914f6e21b05fe6
d4cf452b56fc3fedd68c1307297b60692a56953a
refs/heads/master
2020-05-02T01:14:49.123103
2019-03-26T00:04:14
2019-03-26T00:04:14
147,594,544
0
0
null
null
null
null
UTF-8
C++
false
false
1,120
hpp
#ifndef LAB03_STACK_HPP #define LAB03_STACK_HPP #include <string> static const int STACK_MAX = 10; /** * Stack class */ class Stack { public: /** * Constructor with 0 argument */ Stack(); /** * pushes new value to the top of the stack * @param newValue * @return true if succes...
[ "hamsu2959@gmail.com" ]
hamsu2959@gmail.com
d47bb063088c161d3f24e18e0b8cba1398d140a0
24db3e11e8316d9ea2fe291baa9a77b526569992
/QtMainplay/ui_mainwindow.h
52bc1c2d852d9550ec37d5319f1c5a710a24012e
[]
no_license
inti-cpu/QtVideo
bce5e77c6fd75f6122eb5519d664d2119f7712df
5928293e2690144127a56aa317e6761fc8a06840
refs/heads/master
2023-02-12T07:00:47.543090
2021-01-05T04:29:11
2021-01-05T04:29:11
326,885,276
0
0
null
null
null
null
UTF-8
C++
false
false
7,795
h
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.0.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
[ "lc18350101961@163.com" ]
lc18350101961@163.com
7cfb09f42f640d845a35a7d5f2c4227e51e11204
66da0647b7c2223b95fdce4892d74cb40d8fbd22
/PrivateDiary-Qt/PrivateDiary/PrivateDiaryCore/Presenter/userpresenter.h
7e82b2d3014c26b6eb88cfd1a841f3214c027634
[ "MIT" ]
permissive
gituser9/Private-Diary
3c9736bbb892ad9ebde7107d1ef5bd8e3cd80d81
bedda59a32de6dfb4b252b7e53eae2637a0c99f3
refs/heads/master
2022-12-10T02:49:10.320277
2020-04-13T17:24:02
2020-04-13T17:24:02
110,443,987
1
0
MIT
2022-06-22T22:58:27
2017-11-12T15:28:45
C++
UTF-8
C++
false
false
755
h
#ifndef USERPRESENTER_H #define USERPRESENTER_H #include <memory> #include <QObject> #include <QString> #include "Model/Service/userservice.h" #include "Model/DataStructure/appdata.h" class UserPresenter : public QObject { Q_OBJECT public: UserPresenter(QObject *parent = nullptr); ~UserPresenter(); ...
[ "jobmail862@gmail.com" ]
jobmail862@gmail.com
d8afd55f5bf2c75cbe4dc1833f95cbe50dc461d7
3b167ef74c0833476e725c8cd0154cd8bca93a31
/src/GPUQueue.cpp
802b26fb85e7e73b3140aafd946d7f51179a09df
[ "MIT" ]
permissive
ArtaSeify/BOSS-SC2
ecdf434d000ab09b94edea7187f5afc9b795d96f
a86db4bcb1cd0a9cfd71c4583ccb9bd87c0cb415
refs/heads/master
2022-09-08T15:01:45.116788
2020-06-03T18:21:12
2020-06-03T18:21:12
268,933,724
0
0
null
null
null
null
UTF-8
C++
false
false
4,137
cpp
#include "GPUQueue.h" #include <chrono> using namespace BOSS; const size_t GPUQueue::MAX_SIZE = 64; const int GPUQueue::TIMEOUT = 5000; GPUQueue::GPUQueue() : m_predictor() , m_gstate() , m_inputLock() , m_inputOverloadLock() , m_inputsAdded(0) , m_networkOutput() , m_predictedValues() ...
[ "arta.seify@gmail.com" ]
arta.seify@gmail.com
26f293d31ccfe79f44538c454619f84d52ff096f
573b7f2b79b6fb8b21b40985f7639bc003b60f7e
/SDK/BP_MapMarker_CO_Orderline_functions.cpp
e530c48f9eb538c8759970bb990a3825706ab680
[]
no_license
AlexzDK/SquadSDK2021
8d4c29486922fed3ba8451680d823a04a7b7fc44
cdce732ad4713b6d7f668f8b9c39e160035efb34
refs/heads/main
2023-02-21T02:52:15.634663
2021-01-23T23:28:57
2021-01-23T23:28:57
332,328,796
4
0
null
null
null
null
UTF-8
C++
false
false
4,056
cpp
// Name: Squad, Version: 13-01-2021 #include "../pch.h" #ifdef _MSC_VER #pragma pack(push, 0x01) #endif /*!!HELPER_DEF!!*/ /*!!DEFINE!!*/ namespace UFT { //--------------------------------------------------------------------------- // Functions //-------------------------------------------------------------------...
[ "39485681+AlexzDK@users.noreply.github.com" ]
39485681+AlexzDK@users.noreply.github.com
ef85b860cf97e012f9755cf751b335ceffbe3b42
3360be3e3fa6d232ac1813919684f4bd1d10b1f4
/engine/plusEngine.cpp
453bbde4bb0d6451fc4d779c4069c239031de928
[]
no_license
gbox3d/cs2018
0e1b1c1d462044c19b936e4cf35767115b4a5eb9
d7eaad09a858ae4faee69aca23f7969eb99bd82a
refs/heads/master
2020-03-21T12:26:58.799500
2018-07-20T06:31:33
2018-07-20T06:31:33
138,545,520
0
0
null
null
null
null
UHC
C++
false
false
3,708
cpp
//#include "stdafx.h" #include "./irrlicht/include/irrlicht.h" #include "plusEngine.h" namespace plusEngine { //gdi plus 초기화 코드 GdiplusStartupInput gdiplusStartupInput; ULONG_PTR gdiplusToken; HDC hDc=NULL; void startUpGdiPlus() { //-----------------------------------------------------------------...
[ "gbox3d@gmail.com" ]
gbox3d@gmail.com
3fdd0f679d8f7c63641d8620c3cbbd265302424d
f6cf7fec4a067a17079a9539458c898d11d0d545
/Classes/Gauge.cpp
47f33b0bbf32483c16f203d195ec568db867afe1
[]
no_license
iichin0708/PuzzleFighter
73a7568ddb506e8d861ca53b51145914dad5375b
ec9423f020c4644c725269fbe11b124806a11718
refs/heads/master
2021-01-22T17:57:15.609040
2013-07-12T07:32:12
2013-07-12T07:32:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,652
cpp
#include "Gauge.h" // インスタンスを作る Gauge* Gauge::spriteWithSpriteFrame(CCSpriteFrame *pSpriteFrame) { Gauge *pobSprite = new Gauge(); if(pobSprite && pobSprite->initWithSpriteFrame(pSpriteFrame)) { return pobSprite; } CC_SAFE_DELETE(pobSprite); return NULL; } // 初期化 void Gauge::init(float ma...
[ "flankids.sakura37@gmail.com" ]
flankids.sakura37@gmail.com
ca1ad850006eb58aa04fe0ef277f61918d51b53b
61f3307d10b1f1f7e5e40f2aac5384d1e7438801
/lab1/publishers/UbisoftPublisher.h
d65907d6d1e790bfa18bac15034e49932bc191e5
[]
no_license
maksiplus19/patterns
2a6be33d14176b36cded3e2dae4e15293d61c51d
37903f707edc6cadad5a2f675d5e36612501896c
refs/heads/master
2023-03-13T20:57:37.973808
2021-03-13T15:50:59
2021-03-13T15:50:59
347,411,228
0
0
null
null
null
null
UTF-8
C++
false
false
470
h
// // Created by viktor on 11.03.2021. // #ifndef PATTERNS_UBISOFTPUBLISHER_H #define PATTERNS_UBISOFTPUBLISHER_H #include "AbstractGamePublisher.h" class UbisoftPublisher: public AbstractGamePublisher { private: static std::shared_ptr<UbisoftPublisher> instance; UbisoftPublisher(); public: static Ubis...
[ "36230039+maksiplus19@users.noreply.github.com" ]
36230039+maksiplus19@users.noreply.github.com
fa4d5eaa7c8cb70cf0c0084d53dea827e1041699
f9372ec361c0ceac8e1623c6459339baaa003186
/src/firpm/pm.cpp
5c8c01c378057c7a94e1057d398b74b6afb105e7
[]
no_license
YonatanKoral/ModelsImplementations
c687ae3de11c3b20bb6651fcefbb61eb94b22a7d
fe09369b3218a98730df4a559b264577457a979d
refs/heads/master
2021-05-05T18:55:41.301055
2019-05-13T12:41:30
2019-05-13T12:41:30
117,738,630
0
0
null
null
null
null
UTF-8
C++
false
false
95,653
cpp
// firpm_d // Copyright (C) 2015-2016 S. Filip // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version....
[ "yonatan.koral83@gmail.com" ]
yonatan.koral83@gmail.com
005f5f0ba3cd2373458cc8a85941d7675b2de4c0
8e251e452449d2aa219d72ed9871bb6030f6eea8
/test_inlet4/1900/p
8c52cd034d9ae236c020f3258cee115e97122e85
[]
no_license
glaciercoder/sky_cooling
e1a1482ecd900fe7df9bc8f71fb59fbf9c39428f
0af1390bb7aaca9e828d980ed4aa92299071b37d
refs/heads/master
2023-03-29T20:02:11.619786
2021-04-09T01:15:33
2021-04-09T01:15:33
349,085,961
0
0
null
null
null
null
UTF-8
C++
false
false
346,167
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*-------...
[ "glaciercoder@github.com" ]
glaciercoder@github.com
176d270998654bea181b321a6059499d07303a5d
3fd7e61268ffbb2b27c66c49644997acf8136abc
/grammar/elkhound/elsa-and-friends-master/elkhound/trivbison.cc
7c56f91ce2f254af835018aaf882a49eabd8b97b
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yshinya6/ParserMark
765de07900e85a7df2093c14c8e572aabccbab6c
b04ee603d963f32d8a3d8634e648cf304dfab499
refs/heads/master
2021-01-19T05:44:01.521438
2017-02-20T05:09:52
2017-02-20T05:09:52
64,631,802
2
4
null
2017-02-17T04:57:51
2016-08-01T03:10:44
C
UTF-8
C++
false
false
2,371
cc
// trivbison.cc see license.txt for copyright and terms of use // driver file for a Bison-parser with the trivial lexer #include "trivbison.h" // this module #include "lexer2.h" // Lexer2 #include "trivlex.h" // trivialLexer #include "trace.h" // traceProgress #include "syserr.h" // xsyserr...
[ "y.shinya.kml@gmail.com" ]
y.shinya.kml@gmail.com
975fc803702c807aef3124b56decc7884ce07ed2
fb2cb3c4ba36186e8beb85e7f748b1542b166508
/rwlib/src/txdread.raster.cpp
2160f510f815290cf65e4255d57a4b3b2197b511
[]
no_license
bnk996/magic-txd
09e5e5d7ca35132171c6be9bbdfd08a4614b3aaf
4ea83f4f9a074513d344875c7f24cbf347361565
refs/heads/master
2020-03-23T18:02:58.243746
2016-12-23T20:34:29
2016-12-23T20:34:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,209
cpp
// RenderWare Raster object. #include "StdInc.h" #include "txdread.raster.hxx" namespace rw { /* * Native Texture */ uint32 GetNativeTextureMipmapCount( Interface *engineInterface, PlatformTexture *nativeTexture, texNativeTypeProvider *texTypeProvider ) { nativeTextureBatchedInfo info; texTypeProvider->G...
[ "martin.turski@gmx.de" ]
martin.turski@gmx.de
17306db9ee2d855595e4307891b1cbb9b1183229
55d560fe6678a3edc9232ef14de8fafd7b7ece12
/libs/type_traits/test/has_trivial_assign_test.cpp
706ede846f185eb26f226456650ae7e09859b4e8
[ "BSL-1.0" ]
permissive
stardog-union/boost
ec3abeeef1b45389228df031bf25b470d3d123c5
caa4a540db892caa92e5346e0094c63dea51cbfb
refs/heads/stardog/develop
2021-06-25T02:15:10.697006
2020-11-17T19:50:35
2020-11-17T19:50:35
148,681,713
0
0
BSL-1.0
2020-11-17T19:50:36
2018-09-13T18:38:54
C++
UTF-8
C++
false
false
13,486
cpp
// (C) Copyright John Maddock 2000. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifdef TEST_STD # include <type_traits> #else # include <boost/type_traits/h...
[ "james.pack@stardog.com" ]
james.pack@stardog.com
4a1605f3aeea74c5359f04ecee16ad9791d70bfe
2bec5a52ce1fb3266e72f8fbeb5226b025584a16
/metacart/src/Compute_tau_.cpp
0340797c516883368aa2415ae0322d0fc2b3359a
[]
no_license
akhikolla/InformationHouse
4e45b11df18dee47519e917fcf0a869a77661fce
c0daab1e3f2827fd08aa5c31127fadae3f001948
refs/heads/master
2023-02-12T19:00:20.752555
2020-12-31T20:59:23
2020-12-31T20:59:23
325,589,503
9
2
null
null
null
null
UTF-8
C++
false
false
2,655
cpp
#include <Rcpp.h> using namespace Rcpp; //' Compute tau2 //' //' @param x1 the effect size g in the unsplit leaves //' @param x2 the sampling variance vi in the unsplit leaves //' @param x3 the lable of the unsplit leaves //' @param x4 the sorted effect size in the parent leaf //' @param x5 the sorted sampling varia...
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
c8cb161e9ad3be37ca40600fd19bac9886f045df
2f329704f0b497c5751194697a9833011ea023ff
/DevSupportTemplate/src/support/qmlbeam.cpp
5a52664247f4528f641c4193432cf08501358267
[ "Apache-2.0" ]
permissive
jcmurray/Cascades-Community-Samples
7f5f9f04d46a5a94932947d507d93dc2273584af
4749d8105d1136b960784ae451cd78fca5377b4a
refs/heads/master
2020-04-03T16:46:29.260600
2016-01-25T20:03:01
2016-01-25T20:03:01
4,585,897
1
1
null
null
null
null
UTF-8
C++
false
false
2,851
cpp
/* Copyright (c) 2013 BlackBerry Limited. * * 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 agree...
[ "pkjellberg@rim.com" ]
pkjellberg@rim.com
94404e77d7288607425b097eaac165f53e28f487
69854aec81a9234f86dcd2d328f1968852372bcc
/FinalProjectForCIS25DeathTower/Equipment.cpp
f6cc1d769ccdee70c6decace107d6e7bfaa65a96
[]
no_license
dufufeisdu/DeathTower
1f72e7ee19e47ed8566c318754766cc2cd4de3b8
4d5b77ef0e46b0c2b98db336ffad91d8f8d62d33
refs/heads/master
2020-12-02T22:29:55.855024
2017-07-03T20:01:01
2017-07-03T20:01:01
96,141,209
0
0
null
null
null
null
UTF-8
C++
false
false
360
cpp
// // Equipment.cpp // FinalProjectForCIS25DeathTower // // Created by FUFEI DU on 11/27/16. // Copyright © 2016 FUFEI DU. All rights reserved. // #include "Equipment.hpp" void Equipment:: getInfo(){ } string Equipment:: getKind(){ return "kind"; } string Equipment:: getName(){ return "ss"; } int Eq...
[ "fufei.du@gmail.com" ]
fufei.du@gmail.com
eaca41b7f4640966bd8a72c28c5bcee10b4ca8ad
05e1f94ae1a5513a222d38dfe4c3c6737cb84251
/Mulberry/trunk/Linux/Sources/Formatting/CEnrichedTransformer.h
1114529b8b2c5f4ba0960895fd49554dea0e4a7c
[ "Apache-2.0" ]
permissive
eskilblomfeldt/mulberry-svn
16ca9d4d6ec05cbbbd18045c7b59943b0aca9335
7ed26b61244e47d4d4d50a1c7cc2d31efa548ad7
refs/heads/master
2020-05-20T12:35:42.340160
2014-12-24T18:03:50
2014-12-24T18:03:50
29,127,476
0
0
null
null
null
null
UTF-8
C++
false
false
1,957
h
/* Copyright (c) 2007 Cyrus Daboo. 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 re...
[ "daboo@a91246af-f21b-0410-bd1c-c3c7fc455132" ]
daboo@a91246af-f21b-0410-bd1c-c3c7fc455132
2caaadfbe9bdd8ff9c2fab1bd7d8269408c96e91
741a0d6a9b28e0a9d62bccae907b089730cccb30
/src/qt/guiutil.cpp
8916a673d0b5718f629959bbcae3a8c7b852eeee
[ "MIT" ]
permissive
dimitrkovalsky/chotkocoin
9a6f10024c2344ef6e6fc12b7b4b6f8484f79830
f6d44f97e1285767be694675b64ea00ad9524668
refs/heads/master
2021-05-11T20:34:45.530562
2018-01-21T18:17:09
2018-01-21T18:17:09
117,442,662
1
2
null
null
null
null
UTF-8
C++
false
false
16,500
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <QApplication> #include "guiutil.h" #include "bitcoinaddressvalidator.h" #include "walletmodel.h" #include "bitcoin...
[ "dimitrkovalsky@gmail.com" ]
dimitrkovalsky@gmail.com
bdb68eac3f675f35d04cba5e2ab9f613618d3984
094c76c1afcbc4c1f4dc8ae3c5cca8d8673f6d77
/COOK114B/examCheat.cpp
e866457ef726f89d787d2ff275b98dd9a42fc1ca
[]
no_license
YogaVicky/Codechef-Solutions
1f8b98de49c78e6936d16c02d8b567e3317e7bf3
eb19bb040ef2ce47a3faf62b660e78c86fd3535b
refs/heads/master
2022-12-03T03:01:59.878629
2020-08-17T06:04:28
2020-08-17T06:04:28
190,337,027
2
0
null
null
null
null
UTF-8
C++
false
false
669
cpp
#include<bits/stdc++.h> #define ll long long int #define pb push_back using namespace std; int countDivisors(int n) { int cnt = 0; for (int i = 1; i <= sqrt(n); i++) { if (n % i == 0) { // If divisors are equal, // count only one if (n / i == i) ...
[ "yogasrivarshan@gmail.com" ]
yogasrivarshan@gmail.com
75475d79986ff1465dda3e7bc95b06363a376e60
6c0a11f53eff7b31ee0c493524e69b003b5938d7
/unittest/RenderSystemCapabilities_test.cpp
294d43fda219c1473b83a08172d47421cf4eb0ef
[]
no_license
yangfengzzz/Sisy
d2a8a6c34cd24f2eb9ab11bf99c76c68032ccc25
1f9637bcdc31905a4fb28fe2b9446c1ed279a923
refs/heads/master
2023-02-02T20:16:19.307627
2020-03-26T02:03:15
2020-03-26T02:03:15
322,533,099
1
0
null
null
null
null
UTF-8
C++
false
false
29,055
cpp
// // RenderSystemCapabilities_test.cpp // GUnitTest // // Created by 杨丰 on 2019/12/1. // Copyright © 2019 杨丰. All rights reserved. // #include "../src.gfx/OgreLogManager.h" #include "../src.gfx/FileStreamDataStream.hpp" #include "../src.gfx/OgreFileSystem.h" #include "../src.gfx/OgreArchiveManager.h" #include ".....
[ "yangfengzzz@hotmail.com" ]
yangfengzzz@hotmail.com
fed32c7c3bcd965384087ab45363fb43a3f7aa9c
4a6dfa73289899d1c1a9ebb5bfa36f9a11864212
/datalogProgram.cpp
2d0a84e06fb2e54fbd6bfe2e1b2b63fbaa18081a
[]
no_license
bpachev/CS_236
4da033fc224aaa906692c1f441abd13aea569a94
dbab5e8fdb14d307e3606739505ac7fddaf7af62
refs/heads/master
2021-01-10T14:21:24.234941
2016-03-26T04:41:03
2016-03-26T04:41:03
49,233,971
4
0
null
null
null
null
UTF-8
C++
false
false
1,653
cpp
#include "datalogProgram.h" string DatalogProgram::toString() { string res = pred_list_str("Schemes", schemes); res += pred_list_str("Facts", facts); res += lheader((string)"Rules", rules.size()); for (unsigned int i = 0; i < rules.size(); i++) { res += " "; res += rules[i]->toString(); res += "\...
[ "benjaminpachev@gmail.com" ]
benjaminpachev@gmail.com
66583f03e760fe78b76fccf5da5edb6302deb4d5
b26a394ba6bf7d933e192eccd139599f49331ee5
/Problem 1/Problem 1/source.cpp
35eddcd0677618df92df7ce054d2848542dd27f2
[]
no_license
deaocis/Lab-Report
d6696c302bda8ec2537c45999b566226454ddf33
334d0fe71bdaba5721327a9e18b3b9f908224ab4
refs/heads/master
2021-01-19T06:30:47.543234
2016-12-11T11:57:30
2016-12-11T11:57:30
68,785,344
0
0
null
null
null
null
UTF-8
C++
false
false
201
cpp
#include <iostream> #include <string> template <class T> void print(const T& input) { std::cout << input << std::endl; } int main() { print(1); print(2.345f); print("Hello World"); return 0; }
[ "dog536536@naver.com" ]
dog536536@naver.com
7ef3808efabeb3b49c86b35912eaee61b847006f
33f59b1ba6b12c2dd3080b24830331c37bba9fe2
/Depend/Foundation/ComputationalGeometry/Wm4RVector3.inl
a385db7ea82dfb67d071b6df147448a0bf7263c3
[]
no_license
daleaddink/flagship3d
4835c223fe1b6429c12e325770c14679c42ae3c6
6cce5b1ff7e7a2d5d0df7aa0594a70d795c7979a
refs/heads/master
2021-01-15T16:29:12.196094
2009-11-01T10:18:11
2009-11-01T10:18:11
37,734,654
1
0
null
null
null
null
UTF-8
C++
false
false
4,160
inl
// Geometric Tools, Inc. // http://www.geometrictools.com // Copyright (c) 1998-2006. All Rights Reserved // // The Wild Magic Version 4 Foundation Library source code is supplied // under the terms of the license agreement // http://www.geometrictools.com/License/Wm4FoundationLicense.pdf // and may not be ...
[ "yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa" ]
yf.flagship@e79fdf7c-a9d8-11de-b950-3d5b5f4ea0aa
504a77a9aa9fb93fcaa6a981448c0361f2f099ab
fdc26fead1306592b84068ec9ac3ca5bcc1b9834
/INTERVIEWBIT/Jump/LongestConsecutiveSequence.cpp
f8e55cf6d1a7b6df63337727390952df454d6e1b
[ "MIT" ]
permissive
yashsanghvi001/Hacktober-CP-contributions
f4e34d8061d9b8be8cf5e5004a983098a3022b11
a42628c48b00e296eb41f9dd1e223781ebc841a6
refs/heads/main
2022-12-31T11:58:25.515263
2020-10-24T07:17:08
2020-10-24T07:17:08
302,109,476
1
0
MIT
2020-10-14T16:18:48
2020-10-07T17:22:07
C++
UTF-8
C++
false
false
1,204
cpp
// https://www.interviewbit.com/problems/longest-consecutive-sequence/ int Solution::longestConsecutive(const vector<int> &A) { // Do not write main() function. // Do not read input, instead use the arguments to the function. // Do not print the output, instead return values as specified // Still have ...
[ "yogeshgaur1995@gmail.com" ]
yogeshgaur1995@gmail.com
0f8ab8e0d2eff061884eb7b31c95ffb9f956c070
afc255608753ab472bb0c8d953fb0361bc4ab635
/Tutorial/Level6.cpp
d2c40f52f29a53af2fcb9f48cb3e118d88bc856b
[]
no_license
Nero-TheThrill/-Game-waybackhome_built-with-customengine
23e8e9866c5e822ed6c507232a9ca25e4a7746ad
70beab0fb81c203701a143244d65aff89b08d104
refs/heads/master
2023-08-21T03:02:28.904343
2021-11-02T11:01:50
2021-11-02T11:01:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
826
cpp
/* * File Name : Level6.cpp * Primary Author : Park Jinwon * Secondary Author : Hyun Jina * Brief: Level 6. * * Copyright (C) 2019 DigiPen Institute of Technology. */ #include"Level6.h" namespace BLUE { void Level6::Init() { level.InitLEVEL("JSONFILES/Level6.txt",LV_6); level.level_data = 7; ...
[ "imjinwoo98@gmail.com" ]
imjinwoo98@gmail.com
51e34634a82854cb9fa80172e86683c668f658ec
05db5268506821ca94845b92997c7ea0515cbc74
/Algorithmic Warmup/1-fibonacci_number.cpp
8d09ca82603a4401c181f7f775ec9473e35b93c0
[]
no_license
RauPro/Algorithmic-Toolbox
a49c88666ca92a74026aa243450fe096686514d4
674abb85cb32e98432b86b21b3aee19137c404a9
refs/heads/main
2023-01-30T17:11:11.553637
2020-12-16T01:27:56
2020-12-16T01:27:56
302,134,016
6
0
null
null
null
null
UTF-8
C++
false
false
431
cpp
#include <bits/stdc++.h> using namespace std; #define Fast ios::sync_with_stdio(0); cin.tie(0); typedef long long ll; typedef long int li; typedef vector<int> vi; typedef vector<ll> vl; int fibNumber(vi vector){ vector[0]=0; vector[1]=1; for(int i=2;i<vector.size();i++){ vector[i]=vector[i-2]+vector[i-1]; } re...
[ "00012119@uca.edu.sv" ]
00012119@uca.edu.sv
ee8ce722d2a07f97306d1356756fb8c790dc3590
5b3bf81b22f4eb78a1d9e801b2d1d6a48509a236
/kickstart/2019_round_a/training2.cc
4ec445e63c0f4d63c50b5b1abf7e27771bc8e017
[]
no_license
okoks9011/problem_solving
42a0843cfdf58846090dff1a2762b6e02362d068
e86d86bb5e3856fcaaa5e20fe19194871d3981ca
refs/heads/master
2023-01-21T19:06:14.143000
2023-01-08T17:45:16
2023-01-08T17:45:16
141,427,667
1
1
null
null
null
null
UTF-8
C++
false
false
747
cc
#include <iostream> #include <vector> #include <algorithm> #include <limits> using namespace std; int Solve() { int n, p; cin >> n >> p; vector<int> s(n); for (auto& si : s) cin >> si; sort(s.rbegin(), s.rend()); int result = numeric_limits<int>::max(); for (int i = 0; i <= n-p; ...
[ "okoks9011@gmail.com" ]
okoks9011@gmail.com
5f54807e5cb14d21db987128c37d92af03e6bb00
ef9505fb4b8a55157f0c499e7d1dcbdc0e4de514
/interface/service/ServiceRegistrationInterface.h
841c192dc29974de9a357a80078e02aa3c919f05
[]
no_license
corentingosselin/HotelManagementSystem
e85df2b894fd9cbac309477429dff5c16931739d
6d21cc130b7556e5e2c58940e1d877f9c8d39598
refs/heads/master
2023-03-04T19:46:45.653454
2021-02-13T15:39:26
2021-02-13T15:39:26
338,606,189
0
0
null
null
null
null
UTF-8
C++
false
false
549
h
// // Created by prodigy on 27/12/2020. // #ifndef HOTELMANAGEMENTSYSTEM_SERVICEREGISTRATIONINTERFACE_H #define HOTELMANAGEMENTSYSTEM_SERVICEREGISTRATIONINTERFACE_H #include "../Interface.h" class ServiceRegistrationInterface : public Interface { public: ServiceRegistrationInterface(Hotel* hotel,Registration* ...
[ "coco_gigpn@hotmail.com" ]
coco_gigpn@hotmail.com
275aeb186eadad8bb4f0ce8358d9610d6659dbe0
2e02f4a1333b593cd45ea6e8aadb21e1fb4b3e2f
/CodeForces/A/1421 A.cpp
70c9856ef1ec334b316fe8b69cc790c154224c65
[]
no_license
rahul-goel/CompetitiveProgramming
33c42145a5807ce1e1b94334faeeb960ad381edb
7c042b81dd9208137bbbd34e397baa55c85ff793
refs/heads/master
2022-09-25T04:26:16.173096
2022-09-05T18:26:23
2022-09-05T18:26:23
231,899,837
0
0
null
null
null
null
UTF-8
C++
false
false
2,393
cpp
/* Created by Rahul Goel. */ #include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> /*******************************************************************************/ using namespace std; using namespace __gnu_pbds; template < typename T > using ordered_set = tree<T, n...
[ "rahulgoellko@gmail.com" ]
rahulgoellko@gmail.com
b24ee6933592a24985ab1a46692bcbc789906f6e
b00b81967319f50c8cbe03c8c259d6f00b250fcf
/Source/MyProjectSnake/MyPawnCamera.cpp
517f36449316f5c490e0772d66659320ed7c2e4c
[]
no_license
Arey95/SnakeGame
c0c2a6fb5c94a92969a52ba1028927a3a9d448cb
b4712137d3fcf60579767e1577251ac7de8efe98
refs/heads/master
2021-04-29T15:03:27.981245
2018-02-17T06:59:30
2018-02-17T06:59:44
121,277,636
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
2,020
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "MyPawnCamera.h" #include "Runtime/Engine/Classes/Components/BoxComponent.h" #include "Runtime/Engine/Classes/GameFramework/SpringArmComponent.h" #include "Runtime/Engine/Classes/Camera/CameraComponent.h" // Sets default values AM...
[ "gidra60@gmail.com" ]
gidra60@gmail.com
ac2009644dcea2c012c2e516ae1d5f14b599c1fd
1b8ae41e4e43429ba6c21b49fdfa7312ddee23b3
/dp_labs_and_solutions/dp_labs_and_solutions/dp_cpp_labs_and_solutions/memento/lab/use_class.cpp
c7ec637be7d017d1f97e87cae3047f778dca8be5
[]
no_license
Technipire/Cpp
9f8476a944497b82ce425a3d9191acb74337a129
78d4c89385216865b9a9f475055fca1ff600d2a4
refs/heads/master
2021-05-01T16:31:45.977554
2017-04-03T00:02:01
2017-04-03T00:02:01
32,282,437
1
0
null
null
null
null
UTF-8
C++
false
false
479
cpp
// use_class.cpp #include <iostream> #include "driver.h" #include "use_class.h" void use_class::use(driver * a_driver) { a_driver->report_position(); const driver::memento_interface * a_driver_memento_interface(a_driver->backup()); a_driver->turn_left(); a_driver->go_straight(3); a_driver->turn_right(); a_dri...
[ "andyxian510@gmail.com" ]
andyxian510@gmail.com
e2333d94e49b75d9319b620a1c2a827d65648036
081c091a9ab26c6a3f534e13b3d311d5c769b426
/leet62_uniquePath.cpp
c5256747ce25f15f5ca8131fb7103e10669fc3bb
[]
no_license
jfan04/Leetcode-C--solution
d1d9681804fef6f19ee00175b6563994df93f129
cd58cb2d88a3936efc512b15a8f753800d459f0d
refs/heads/master
2016-09-13T12:06:59.237700
2016-04-16T22:33:02
2016-04-16T22:33:02
56,408,434
0
0
null
null
null
null
UTF-8
C++
false
false
461
cpp
class Solution{ public: int uniquePaths(int m,int n){ vector<vector<int>> f(m,vector<int>(n)); for(int i=0;i<m;i++){ f[i][0]=1; } for(int i=0;i<n;i++){ f[0][i]=1; } for(int i=1;i<m;i++){ for(i...
[ "fanjun19901225@gmail.com" ]
fanjun19901225@gmail.com
18bc14dcd4767c478186f1aa31da0f568ededd79
04c8626f3d4dcddaf78df8da156804023d73c285
/include/QuantKit/Handler/HistoricalDataEventHandler.h
ecb9005951df8db2fa4b138c8a86cae6a797fc96
[]
no_license
lvhui/OpenKit
0d787a6121c209e702dade0f824f6aab12a523d3
963ec4b0491d651ee1f11df972aa39d3166deac2
refs/heads/master
2020-12-27T15:28:37.281907
2015-04-03T10:22:18
2015-04-03T10:22:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,613
h
#ifndef __QUANTKIT_HISTORICALDATAEVENTHANDLER_H__ #define __QUANTKIT_HISTORICALDATAEVENTHANDLER_H__ #include <QuantKit/quantkit_global.h> #include <QDebug> #include <QVariant> #include <IAsyncResult> #include <AsyncCallback> #include <QSharedDataPointer> namespace QuantKit { class HistoricalDataEventHand...
[ "gaoxiaojun@gmail.com" ]
gaoxiaojun@gmail.com
4a6727631eb5ea599bcdfd38e65350893e36dbe7
a5a128d1e9b8540fcb89c624d67acd78fa7d5566
/Client Base/Client/Modules/Hitbox.h
e2f8d64d5c29dfd9b3d5afb46e178446808de2ef
[]
no_license
xxAROX/Client-Base
950b084a3e7c1174488714296e9f365fd2f4f86a
e9d0c9d6e44b1e7f6737051389aa8cfd8a6bae1a
refs/heads/main
2023-02-05T06:11:41.503651
2020-12-27T07:06:52
2020-12-27T07:06:52
333,624,582
5
0
null
2021-01-28T02:38:52
2021-01-28T02:38:52
null
UTF-8
C++
false
false
200
h
#pragma once #include "../../Other/Module.h" class Hitbox : public Module { public: Hitbox() : Module::Module("Hitbox", "Combat", "Enlarge Enemy Hitboxes") {} void onGmTick(); void onDisable(); };
[ "EchoHackCmd@gmail.com" ]
EchoHackCmd@gmail.com
1843e8982c5732bd04a0dce06e4043cd88ee2d1d
409ce560793c070ef4211b99c5a4a5316a258c4f
/libsrc/pylith/faults/faultsfwd.hh
e7caad5dd3aaa1172cc7e1863942098bf525cdce
[ "MIT" ]
permissive
calum-chamberlain/pylith
bb718bfb4305f03b45d42348e5d4fa5ed5f4a918
8712c39ade53c1cc5ac0e671e4296cee278c1dcf
refs/heads/master
2020-12-06T17:15:08.638337
2016-05-15T20:30:28
2016-05-15T20:30:28
46,401,744
0
0
null
2016-05-15T20:30:29
2015-11-18T07:09:12
C++
UTF-8
C++
false
false
1,384
hh
// -*- C++ -*- // // ====================================================================== // // Brad T. Aagaard, U.S. Geological Survey // Charles A. Williams, GNS Science // Matthew G. Knepley, University of Chicago // // This code was developed as part of the Computational Infrastructure // for Geodynamics (http://...
[ "baagaard@usgs.gov" ]
baagaard@usgs.gov
699d9937f52f6a49b0a63f8370438821a2d201d0
a5651c5032b9de35c78f63b38324fe7392250d14
/Codeforces/Round_470/B.cpp
2f94bd3d16dc751b794540f4aad533b80fd10584
[]
no_license
bkhanale/Competitive-Programming
7012db1c7f6fd0950f14a865c175a569534bfb69
074779f8c513405b8c5ddd5f750592083eaf7548
refs/heads/master
2021-01-01T15:21:48.213987
2019-02-07T08:00:47
2019-02-07T08:00:47
97,603,092
2
0
null
null
null
null
UTF-8
C++
false
false
720
cpp
#include <bits/stdc++.h> using namespace std; typedef long long int ll; const int MAX = 1e6; ll pmax[MAX + 1]; int main() { ll n; cin >> n; for(ll k = 2; k <= MAX; k++) { if(pmax[k] == 0) { for(ll j = k; j <= MAX; j += k) { pmax[j] = k; } } } ll Min = n, N = n, x1; for(ll p = 2; p * p <= n; p++) { ...
[ "bkhanale@gmail.com" ]
bkhanale@gmail.com