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
572198a9321b09e40eacff8ff1cd73a9925e06c7
fac1820904e9d8c5fe776a0e75368c8349f5ff22
/cpp/ebookChecker-MT-main.cpp
6df0789f2cb28935ca7271a138f768628bd6d145
[ "BSD-3-Clause" ]
permissive
kyokushin/EBookChecker
47108a0d30d8eff2a8685574a084cfb3239447ee
1420411ef5acfe8a3d056910a8cfe630f4a1f4dd
refs/heads/master
2020-04-15T12:46:21.086270
2016-09-27T14:47:06
2016-09-27T14:47:06
60,461,774
0
0
null
null
null
null
UTF-8
C++
false
false
3,953
cpp
#include <opencv2/opencv.hpp> #include <iostream> #include <string> #include <qdir.h> #include <qstring.h> #include <qstringlist.h> #include "cvutils.h" #define TEST_DATA using namespace std; struct UserInstruction { int mouse_l_down = false; cv::Mat* pImage; cv::Mat showImage; cv::Scalar color; int thicknes...
[ "banquet.of.merory.widow.y.s@gmail.com" ]
banquet.of.merory.widow.y.s@gmail.com
0b2bb4b4d82130fd53ec85ed0f1b1c2e5d619d4e
a98c35ee3799a35d966378a90e0662fd7a76034e
/qt/autopilot/cquaternion.h
689e4013a5f0de85c0a59ce124fd278c24650ef3
[]
no_license
bonafid3/ekf-ahrs
5f394e6c3226011490c7c56b3b21ffe5e2662e4b
f201e27a7c8ee592e46432981babf761090eecb8
refs/heads/master
2020-05-21T06:03:21.855908
2017-03-10T17:28:57
2017-03-10T17:28:57
84,583,787
7
0
null
null
null
null
UTF-8
C++
false
false
417
h
#ifndef CQUATERNION_H #define CQUATERNION_H class cQuaternion { public: cQuaternion(); cQuaternion operator*(const cQuaternion &other); cQuaternion operator*(const float scalar); cQuaternion operator+(const cQuaternion &other); cQuaternion operator-(const cQuaternion &other); cQuat...
[ "compugeza@gmail.com" ]
compugeza@gmail.com
9b80c046294fbf8146c8d208dd9d011825c8c367
644cee05ff1b39a6b37dadcfa924b004686a2ad6
/sdl_game/main.cpp
7d7e7fbf61420fb3edb455bc28bd0e74d46b6357
[]
no_license
Nothrax/IPA
f9945cd6cdaca422b7cee47890d4b8d3a5208d56
d127c3da91c9a8c237bb821073bc5fc42dce6bf9
refs/heads/master
2021-08-28T15:10:53.421747
2017-12-12T14:55:57
2017-12-12T14:55:57
114,002,370
0
0
null
null
null
null
ISO-8859-1
C++
false
false
19,598
cpp
#include <SDL.h> #include <SDL_image.h> #include <GL/gl.h> #include <GL/glu.h> #include <iostream> #include <cmath> #include <time.h> #include "obj.h" #include "get_pixel.h" #include "collision.h" #include "geometry.h" #include "randspawn.h" #include "sound.h" #define LARGEUR_ECRAN 1920 #define HAUTEUR_ECRAN 1080 #de...
[ "trubka.jakub@gmail.com" ]
trubka.jakub@gmail.com
97c1f65f2e02b8b6fff3aa4a69f2be59c95d749f
e000d893fb5d278c6152f526f9df5d0540e1c669
/add_remove_randomRemove.cpp
f0e7738fa9d95b0519b85705cf27401c5dbe7c20
[]
no_license
caricaturecm/cpp
1bf6a72844ecdd71bc1920d9c6cea06451e5da81
a40f0cc7d77adb46bf301d76c999d74a2cf45a6f
refs/heads/master
2021-03-22T00:16:11.718274
2016-11-07T07:23:32
2016-11-07T07:23:32
53,742,428
0
0
null
null
null
null
UTF-8
C++
false
false
1,911
cpp
#include <iostream> #include <unordered_map> #include <vector> #include <stdlib.h>//rand() #include <algorithm>//swap() using namespace std; /* * Data structure that add(num), remove(num), randomRemove() all are in O(1) * */ class ConstAccess { public: void add(int num) { if (m.find(num) != m.end()) {//e...
[ "mc6029@nyu.edu" ]
mc6029@nyu.edu
9fc6ba3b659ee74d121e78044c4f6ca98509a3dd
b549f28a0844dbec40f4df12534911413310f7e4
/lib/chuck/chuck_ugen.cpp
70dd2ba303c11e8a3daac8e0c19a7f8bba324ecb
[ "MIT" ]
permissive
PaulBatchelor/tiziku
9d1346aa4059f5e63e4be016a16d30f6b834bcad
d603fd8de5dbdfdbbfba350ffc9d5f5d6f03ee99
refs/heads/master
2021-08-04T10:18:38.182718
2021-05-26T22:18:57
2021-05-26T22:18:57
53,292,873
13
0
null
null
null
null
UTF-8
C++
false
false
43,760
cpp
/*---------------------------------------------------------------------------- ChucK Concurrent, On-the-fly Audio Programming Language Compiler and Virtual Machine Copyright (c) 2004 Ge Wang and Perry R. Cook. All rights reserved. http://chuck.stanford.edu/ http://chuck.cs.princeton.edu/ This progr...
[ "thisispaulbatchelor@gmail.com" ]
thisispaulbatchelor@gmail.com
0e5ebfaf2afc958ba3628f59d75803e467a858bf
cdd25217376dc8df97674d7b8327bdd0ec9d416a
/lab_heaps2/heap.cpp
5137548b76d8822a56d41a8d6e3f5e9b84d68651
[]
no_license
TheContinentt/CS-225
99abed917eae8661ca5e454c278cae5d070dc30a
4ff81663533f80e3cf79dacf67bb6b339046a93a
refs/heads/master
2020-03-29T15:00:19.381051
2018-09-24T03:10:44
2018-09-24T03:10:44
150,040,623
0
0
null
null
null
null
UTF-8
C++
false
false
9,102
cpp
<<<<<<< HEAD /** * @file heap.cpp * Implementation of a heap class. */ template <class T, class Compare> size_t heap<T, Compare>::root() const { /// @todo Update to return the index you are choosing to be your root. return 1; } template <class T, class Compare> size_t heap<T, Compare>::leftChild(size_t cu...
[ "fzhang19@illinois.edu" ]
fzhang19@illinois.edu
512cfb09a7b16e790e229258d1304a857b847b2b
55dfa9c807fc4e6a716b0fbe861a7736e2217cff
/include/bases/container.h
45a5ddcb20ab9dd9eed378ee2177a49e5b6ffede
[]
no_license
sonwell/ib.cu
a2451e2ffc3daf633f3bbd6134fd38c79908b452
3217b443aa568930208d258d577dddd05a0fbf18
refs/heads/master
2023-04-12T10:01:47.485122
2021-07-16T18:21:07
2021-07-16T18:21:07
272,534,593
0
0
null
null
null
null
UTF-8
C++
false
false
3,705
h
#pragma once #include "util/functional.h" #include "util/getset.h" #include "bases/types.h" #include "bases/operators.h" #include "bases/geometry.h" #include "bases/transforms.h" namespace bases { template <typename reference_type, typename ... shape_fns> matrix shape(const reference_type& ref, shape_fns ... fs) { /...
[ "atkassen@gmail.com" ]
atkassen@gmail.com
e211aee5ea862a3c0a0129787b6e05f52f66b905
612b85ba9505629deb9eeb4a8f5a1f1ed9250120
/source/file.cpp
ef5ac1fdc1aa8cbec25d3a150cf0df64ee6bfd7c
[]
no_license
ihsuy/CodingPractice
c2bc7e48723ef176df9f2f60c49b50af7bbc8be2
78bc5c7413478b7753bc2025045ce20e23ae7d60
refs/heads/master
2020-04-29T02:53:28.446366
2020-03-09T08:13:39
2020-03-09T08:13:39
175,787,251
1
0
null
null
null
null
UTF-8
C++
false
false
2,030
cpp
#include <iostream> #include <stack> #include <string> #include <utility> #include <vector> using namespace std; int lengthLongestPath(string input) { vector<int> rootLenAtLv; int result = 0; int level = 0; int i = 0; bool isFile = false; int lenCount = 0; while (i < input.length() and i...
[ "jooehisaishi@gmail.com" ]
jooehisaishi@gmail.com
18eb1436fce11a70c360220a9034eae8974d23fd
297ac3de83e3d58503ce118901409308ca3e97fb
/src/checkpoints.cpp
74183ece9affe679b3ecb7aea31ace30ab4eb75a
[ "MIT" ]
permissive
piggiecoin/piggiecoin
904aed124a7f6f61b645371718659c037d936a94
8c19699b93b6da289baab7b29de4abf7fcdb43c1
refs/heads/master
2021-03-12T22:17:56.976169
2013-12-31T13:15:42
2013-12-31T13:15:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,873
cpp
// Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 Litecoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <boost/assign/list_of.hpp> // for 'map_list_of()' #include <boost/fore...
[ "toon.stegen@tass.be" ]
toon.stegen@tass.be
a1e2d33713bb42a4fee9f4ba1dc198e90cd0acdd
551f2fbb491dadc24a27804e04fe1324b0862c1b
/back/CWinStreamSelectorModel.cpp
e13c3e40707fd1c8f948241fb624c3e92eee8f3b
[]
no_license
benoitk/cristalqt_linux
7beb873b16abcbfabe1e458b7c3835ce181c8763
048ae52e8070de6e454014a1c69d17df02c4b1e8
refs/heads/master
2021-01-23T19:45:24.953750
2014-01-20T15:01:58
2014-01-20T15:01:58
16,073,427
0
0
null
null
null
null
ISO-8859-2
C++
false
false
2,960
cpp
#include "CWinStreamSelectorModel.h" #include "CSupervision.h" #include "CWinElecTestView.h" #include "CStreamModel.h" #include "CCmdJBusRunnable.h" #include "header_qt.h" // En fonction de l'ordre d'ajout des requetes : A rendre dynamique, sinon ce sera inmaintenable (voir aussi WinMeasureCardModel) #defi...
[ "benoit@localhost.localdomain" ]
benoit@localhost.localdomain
177595aa68c485decb375f40d9181f2b9f691440
585a67412139ab94d1258624da34dfd0b896086e
/chapter09/myFaceOSC/src/ofApp.cpp
8c8ce7db6601613412f05081d4188d89c91666c4
[]
no_license
kyoungchinseo/oFGuideBook
1c402d3ca3be02bc1cef51e2fd9aecba487b1243
6ec1084c8ab11f87980c61e2c58a8703911d59b2
refs/heads/master
2020-03-28T17:42:01.407611
2018-09-27T14:29:19
2018-09-27T14:29:19
148,426,089
0
0
null
null
null
null
UTF-8
C++
false
false
3,261
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ receiver.setup(PORT); } /* Pose center position: /pose/position scale: /pose/scale orientation (which direction you're facing): /pose/orientation Gestures mouth width: /gesture/mouth/width mouth height:...
[ "kcseo.acm@gmail.com" ]
kcseo.acm@gmail.com
e8c6c5668581f1f16834085318e8d5856622f8e9
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/OtherOrganizationInformation/UNIX_OtherOrganizationInformation_STUB.hxx
035da76a32e87b7a15a4db4685e9f112ef3efceb
[ "MIT" ]
permissive
brunolauze/openpegasus-providers
3244b76d075bc66a77e4ed135893437a66dd769f
f24c56acab2c4c210a8d165bb499cd1b3a12f222
refs/heads/master
2020-04-17T04:27:14.970917
2015-01-04T22:08:09
2015-01-04T22:08:09
19,707,296
0
0
null
null
null
null
UTF-8
C++
false
false
1,840
hxx
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
5540526b71eb7dace48b205be4f4c0124c20e8ad
3395e1d52f4493fa3a395ca49a5ec6fd4a0db996
/TINHOC/ve hinh/tong.cpp
739f47c6d656890748acfbd2768b804006773e7f
[]
no_license
NguyenDOanNhan/PlanC
8115929d610c16d51d9fc17df0d41abeb3fed7f0
dae9002fee0487c82bd2442813d63786922498b2
refs/heads/main
2023-01-24T07:19:09.256108
2020-11-30T15:59:42
2020-11-30T15:59:42
317,131,859
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
579
cpp
#include<conio.h> #include<stdio.h> int main() { float a[10][10], T=0; int M, N, i,j, Min; printf("Ma tran co bao nhieu dong? ");scanf("%d",&M); printf("Ma tran co bao nhieu cot? ");scanf("%d",&N); for(i=0;i<M;i++) for(j=0; j<N; j++) { printf("Phan tu o dong %d cot %d: ",i,j); scanf("%f",&a[i][j]); } printf("Ma tran vu...
[ "nguyendoannhan.ptit@gmail.com" ]
nguyendoannhan.ptit@gmail.com
077aef36a23abf1004c8a915c7f95e745f8ef020
00df94566b786d62e2aad0e849217c4cd5389d8f
/c++/operatorOverloading.cpp
64c3e8916e9e6f57d9b1f7184e8ed112f032b47e
[]
no_license
mrthawee/training
f491a1704bcf294e3764df7f1efbf2fbd4e15be1
d444189c7e83e043faba90a8afcf28f717bb4f11
refs/heads/master
2021-01-10T06:12:01.160886
2020-07-24T07:23:54
2020-07-24T07:23:54
50,881,742
0
0
null
null
null
null
UTF-8
C++
false
false
5,128
cpp
#include <iostream> using namespace std; class coord { private: int x, y; // coordinate values public: coord(int i=0, int j=0) { x=i; y=j; } void get_xy(int &i, int &j) { i=x; j=y; } // overload binary operators coord operator+(const coord& obj); // o1 + o2 coord operator+...
[ "mrthawee@gmail.com" ]
mrthawee@gmail.com
575d839e9f0fe321385b725096151278bee15d33
f3c60e4671480bae1a4b0117687da7d8b5cd06a9
/codeforces/504/A/temp.cpp
655f64e89bb6860ba5c6f8cc9a155c47173ba652
[]
no_license
nathanPro/mac0214
c971fd96d1a4517685b1cf7bb12379348889aad9
57b99deda183ab280901d019fa58e0f2016fe675
refs/heads/master
2021-01-21T04:53:57.302770
2016-06-23T16:23:49
2016-06-23T16:23:49
51,778,456
0
0
null
null
null
null
UTF-8
C++
false
false
730
cpp
#include <bits/stdc++.h> using namespace std; typedef int64_t ll; template<typename T> inline void _max(T& a, T b){ a = max(a,b); } template<typename T> inline void _min(T& a, T b){ a = min(a,b); } const int N = (1<<17); int n; int x[N], d[N], q[N], qf, qb; int ans[N][2], as; int main(){ scanf(" %d", &n); for...
[ "nathan@vieiraproenca.com" ]
nathan@vieiraproenca.com
203920065ea3e8c3b444e0066dcb170542214e17
815ac8efa0fa113566fa0eb6718968bd9b613315
/hummingbot/hummingbot/market/kucoin/kucoin_order_book.cpp
bc61b1307ea231034b950d8de95109e7c72d2256
[ "Apache-2.0" ]
permissive
hide77/hum-botInterface
e2b0fd69d9d14f7659a6fdf22df6efcd1331e5a3
0a40eb58dc2981adfad4d1351ad56befa1b81ce9
refs/heads/master
2023-03-21T15:00:57.764409
2020-05-17T02:14:44
2020-05-17T02:14:44
264,439,278
0
7
null
2021-03-20T03:53:06
2020-05-16T13:06:48
Python
UTF-8
C++
false
true
505,040
cpp
/* Generated by Cython 0.29.5 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [ "hummingbot/core/cpp/OrderBookEntry.h", "hummingbot/core/cpp/PyRef.h" ], "include_dirs": [ "./hummingbot/core/data_type", "./hummingbot/core" ], ...
[ "suda1125@outlook.com" ]
suda1125@outlook.com
818c69c3c0fb030c8feca6cb41020668ce9fc950
4fdbe89e0b5b52dd0a07c05946886dde91ad1c44
/Yellow/final/database.cpp
30011ba3341b7161f83bb92976a71ea5f028ad5d
[]
no_license
ITgenerat0r/coursera
780a73994dd7450bba46bcd0a9306ea16066dc6d
e0c4d8d21303229899ddbc15f1551d5c3e1a954f
refs/heads/main
2023-07-12T20:40:12.503033
2021-08-08T17:14:17
2021-08-08T17:14:17
367,031,946
0
0
null
null
null
null
UTF-8
C++
false
false
3,262
cpp
#include "database.h" #include <iostream> using namespace std; template <typename First, typename Second> ostream& operator << (ostream& out, const pair<First, Second>& p) { return out << '(' << p.first << ',' << p.second << ')'; } void Database::Add(const Date& date, const string& event){ if(base[date].coun...
[ "diman.marinin17@gmail.com" ]
diman.marinin17@gmail.com
4b6476ce7a07d37bfbdc674c0cde23bdef4ae7bb
f05fb433924b6ad56d71258d25101280c52ee205
/Src/lunaui/cards/emulation/virtual-corenavi/VirtualCoreNavi.h
a176eab73780a2851774154306664d528890bece
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
webOS-ports/LunaCE
e0612d328ce29b413f0e2815788ee53d1a6995a0
f69124d4b57f77bae0d492f1669a907e9c6dad75
refs/heads/master
2021-01-16T00:17:04.402518
2018-05-11T08:20:44
2018-05-11T08:20:44
4,824,892
0
1
null
2013-12-12T19:00:21
2012-06-28T19:54:59
C++
UTF-8
C++
false
false
1,834
h
/* @@@LICENSE * * Copyright (c) 2010-2012 Hewlett-Packard Development Company, L.P. * * 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 * * Unl...
[ "patrick@silentbluesystems.com" ]
patrick@silentbluesystems.com
ad66ab1bdde70e2ed6ef2756e4bc5cff0444dd93
7a01bc08abbc4080a6099028d6b7425554ac19e2
/main.cpp
aa2f70ad3dbb463e9c6c7329f9d635905dada854
[]
no_license
llewelld/MATTS
b1c41718192adbd44eeae5d9dc42c04a2d5790cb
bab63710bd31479fddafb19956a36d8d212b18e9
refs/heads/master
2021-01-20T07:03:25.222297
2018-07-27T13:57:09
2018-07-27T13:57:09
14,070,435
0
0
null
null
null
null
UTF-8
C++
false
false
950
cpp
/*$T MATTS/main.cpp GC 1.140 07/01/09 21:12:10 */ /* * ; * Name: main.cpp ; * Last Modified: 10/11/04 ; * ; * Purpose: Winmain file (starting point for App) ; */ #include "cWindow.h" /* ===================================================================================================================...
[ "david@flypig.co.uk" ]
david@flypig.co.uk
8d3218f15df12f3df5f9562526465da89eac9638
c287f063100e0ddb29bcf27e9f901b914cca0f2e
/thirdparty/qt53/include/QtCore/5.3.0/QtCore/private/qjiscodec_p.h
ff9aef27311f7be39a6a9982097852b8f85fe77a
[ "MIT" ]
permissive
imzcy/JavaScriptExecutable
803c55db0adce8b32fcbe0db81531d248a9420d0
723a13f433aafad84faa609f62955ce826063c66
refs/heads/master
2022-11-05T01:37:49.036607
2016-10-26T17:13:10
2016-10-26T17:13:10
20,448,619
3
1
MIT
2022-10-24T23:26:37
2014-06-03T15:37:09
C++
UTF-8
C++
false
false
4,551
h
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees...
[ "zcy920225@gmail.com" ]
zcy920225@gmail.com
a33140a933e416e173dc448f83d58242fc3411ba
906d6b14666b4b8399c219b955a334d0ee5de723
/tooling/wasm-utils/Buffer.cpp
7c6cb1a842e49eeac9264fe3348d390915aa16a0
[]
no_license
ahaoboy/emception
fad008074c7f96076ff5ab8dc9bd01a4eaeb8465
857499742262b79424b669e4a3b42c166295ea07
refs/heads/master
2023-09-03T06:58:06.242878
2021-11-08T06:58:21
2021-11-08T06:58:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,348
cpp
#include "Buffer.hpp" #include <stdexcept> #include <type_traits> namespace wasm_transform { Buffer::Buffer(std::string buffer) : m_data(std::move(buffer)) {} Buffer::Buffer(std::string_view view) : m_data(std::move(view)) {} Buffer::Buffer(Buffer const &) = default; Buffer::Buffer(Buffer &&) = default; Buffer::Buff...
[ "jorge.prendes@gmail.com" ]
jorge.prendes@gmail.com
8ca5ac590ebec38de0a7f2c9abd31fe032207734
315fa38d06179510714be57d97c0263e8dfaaee9
/Source.cpp
71f20d11fd7746ae4d05a08d0bf9ad4b68da2248
[]
no_license
KonechyJ/DnDApp
ca2fc27a83ccc961d411d8d91130abf45b048e08
81c67183291bc6a3db6ee44527f368c2fc39fd82
refs/heads/master
2022-11-05T10:49:39.787557
2020-06-28T23:22:41
2020-06-28T23:22:41
266,166,173
0
0
null
null
null
null
UTF-8
C++
false
false
15,228
cpp
using namespace std; #include <iostream> #include <string> #include <cmath> // for pow and sqrt functions #include <cstdlib> // for rand function #include <ctime> // for time function #include <iomanip> #include <vector> #include <cstdio> class player { private: //basic info string playerName; ...
[ "Jkonechy@live.com" ]
Jkonechy@live.com
c0cd12b34496fa7eed42fe09b913a060265d9350
c00900b6f59afca4bb154d69f3d6969ddc372c42
/practice/and-product.cpp
c15e4be7026864957b7988015e7b11000c66b934
[]
no_license
ash7594/codechefNew
af9139053f757f7ef69adaa0dba75d80576246a8
0e62c90958f0c3c02942a7a1f63a7992ac7c7a82
refs/heads/master
2021-01-17T08:38:55.110796
2016-07-06T21:46:51
2016-07-06T21:46:51
40,933,866
0
0
null
null
null
null
UTF-8
C++
false
false
1,303
cpp
#include<bits/stdc++.h> #include<ext/rope> #define gc getchar_unlocked #define pc putchar_unlocked #define REP(a,b,c) for(int a=b;a<c;a++) #define maxf(a,b) ((a>b)?a:b) #define minf(a,b) ((a<b)?a:b) #define minf3(a,b,c) ((minf(a,b)<c)?minf(a,b):c) #define maxf3(a,b,c) ((maxf(a,b)>c)?maxf(a,b):c) #define nl cout<<endl u...
[ "ash7594@gmail.com" ]
ash7594@gmail.com
fa9907d9467cd5a7a6c7398b12d59fa4dd6bf1b7
148ade98188b369e2b3d266cfa7722ab3c482b8d
/worm.hpp
9fc50601f2b634605d8721843c3b3f5d1d9104e4
[]
no_license
bward033/worm
e5af7bd5a07f3b836f3afab20c307b75496ade0e
0d603d96679f355c7e75bcf95e8a4b691df90502
refs/heads/master
2020-05-09T15:32:39.219797
2019-04-13T23:03:03
2019-04-13T23:03:03
181,236,646
0
0
null
null
null
null
UTF-8
C++
false
false
482
hpp
// Bryan Ward // lab 4-5 // worm.hpp // december 7, 2015 // #ifndef WORM_HPP #define WORM_HPP #include "spots.hpp" #include <iostream> class worm { public: worm(int index); int getHead(); int getTail(); void addToWorm(spots spot); void removeFromWorm(); int getWormSize(); spots getWormHeadSpot(); sp...
[ "bward033@gmail.com" ]
bward033@gmail.com
b7b721f30ae18d24bab191810afea22c3c425b58
5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e
/main/source/src/protocols/membrane_benchmark/PeptideOrientationMover.hh
3afc278f237f42a1f60c767ad894941127275d68
[]
no_license
MedicaicloudLink/Rosetta
3ee2d79d48b31bd8ca898036ad32fe910c9a7a28
01affdf77abb773ed375b83cdbbf58439edd8719
refs/heads/master
2020-12-07T17:52:01.350906
2020-01-10T08:24:09
2020-01-10T08:24:09
232,757,729
2
6
null
null
null
null
UTF-8
C++
false
false
3,944
hh
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*- // vi: set ts=2 noet: // // (c) Copyright Rosetta Commons Member Institutions. // (c) This file is part of the Rosetta software suite and is made available under license. // (c) The Rosetta software is developed by the co...
[ "36790013+MedicaicloudLink@users.noreply.github.com" ]
36790013+MedicaicloudLink@users.noreply.github.com
1cb886662cf6aaa419f628f3ba9541aae02304cc
16b715a942a05cc950327e4e464c76b1f9df20fb
/ふるい/CanNode_rev1.1/user/user_app/inc/motor.h
a1f8ebf1c5f54686ec294b176666ae704abbc57f
[]
no_license
KANAIHIROYUKI/STM32
88cbefd0dcfd208b2dd7c8f291f9f53f2a54077d
bd758d6740e235682445f512a312af022b20cc9e
refs/heads/master
2020-12-02T02:12:39.571320
2018-10-24T08:14:24
2018-10-24T08:14:24
60,416,906
0
0
null
null
null
null
UTF-8
C++
false
false
555
h
#ifndef MOTOR_H_ #define MOTOR_H_ #include "math.h" #include "base.h" #include "system.h" #define MOTOR_ASSIGNE_NONE 0 #define MOTOR_ASSIGNE_PWM 1 #define MOTOR_ASSIGNE_GPIO 2 class Motor : public DutyOut{ public: void setup(TIM &pwm1,TIM &pwm2); void enPwmAssigne(TIM &pwmEN); void enPinAssigne(GPIO &gpioEn); v...
[ "b1503146@planet.kanazawa-it.ac.jp" ]
b1503146@planet.kanazawa-it.ac.jp
6500593ce1006f61ae77897027676ebde4bfda25
96eaebd467794284f338a56b123bdfa5b98dd4d1
/core/test/lib/boost/boost/hana/eval.hpp
dff9634758d9c39d5d35c9974df257bb822d865d
[ "MIT" ]
permissive
KhalilBellakrid/lib-ledger-core
d80dc1fe0c4e3843eabe373f53df210307895364
639f89a64958ee642a2fdb0baf22d2f9da091cc3
refs/heads/develop
2021-05-14T07:19:17.424487
2019-05-20T20:33:05
2019-05-20T20:33:05
116,260,592
0
3
MIT
2019-06-26T08:07:16
2018-01-04T13:01:57
C++
UTF-8
C++
false
false
1,855
hpp
/*! @file Defines `boost::hana::eval`. @copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_EVAL_HPP #define BOOST_HANA_EVAL_HPP #include <boost/hana/fwd/eval.hpp>...
[ "andrii.korol@ledger.fr" ]
andrii.korol@ledger.fr
833ab60a9d784e0cc554fce9a96c8d201088e8d3
c5d2cbbfd90f5f9090a453452c1bf8a3679bae04
/cpps/demo1/BinarySearch/BinarySearch.h
b42f8eb70b503bce0aefa060831526d8c3a4f05c
[]
no_license
LXMAJS/Play-with-Algorithms
115b87924ce53af46c83a9859587ba1cb79675dc
e7bbc690a423107a22b7cff3625675de0ae08c48
refs/heads/master
2020-03-25T20:14:40.028766
2019-03-09T06:16:54
2019-03-09T06:16:54
144,122,440
0
0
null
null
null
null
UTF-8
C++
false
false
1,583
h
// // Created by 黎进 on 2018/8/16. // #ifndef DEMO1_BINARYSEARCH_H #define DEMO1_BINARYSEARCH_H #include <iostream> using namespace std; namespace BinarySearch{ /// find a target using binary search alogrithm /// \tparam T /// \param arr /// \param n /// \param target /// \return index of ta...
[ "lxmajs@163.com" ]
lxmajs@163.com
37c929c4427c507b99c3b697e78e230ada116a8c
6b8832ff91cd27a9d74662b2ccfbb0f182280992
/Recursive Binary Search/main.cpp
987d8047f23d8b368d3d53b17e850593041e9f71
[]
no_license
KentoNishi/Algorithms-and-Data-Structures
0862f7477eb376796814a43b8cf2b3561d56fbef
4f928102972f90b8591098a3d9f321135ecd8c94
refs/heads/master
2020-04-20T04:05:33.225610
2019-04-15T03:06:28
2019-04-15T03:06:28
168,617,203
3
0
null
null
null
null
UTF-8
C++
false
false
899
cpp
#include <array> #include <iostream> #include <cmath> #include <vector> #include <algorithm> using namespace std; //Time complex: O(log(N)); int binarySearch(vector<int> arr,int query,int low, int high){ if(low>high){ return -1; }else{ int mid=(low+high)/2; if(arr[mid]==query){ ...
[ "38841491+KentoNishi@users.noreply.github.com" ]
38841491+KentoNishi@users.noreply.github.com
0b667c58b1ac5e8682acdd27c3f68dcae32b1b16
d74d41934367c6a3538921caa4af55c766ba42dd
/2年チーム製作/Team3DActionGame/Team3DActionGame/dust_particle.cpp
d1882ac79a271d6b6f2539bc5d8208e8ffed78ef
[]
no_license
Yutasugitatu/yoshida_sugitatsu
69a33036c704a1d67b5f3a055113ca2ab24a9eff
a4d18f7b84138ec9fb8c28ea08f27e753d4a6745
refs/heads/master
2023-04-11T05:33:46.385101
2021-04-19T02:01:01
2021-04-19T02:01:01
358,175,655
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
4,740
cpp
//****************************************************************************** // 円形のパーティクル [circle_particle.cpp] // Author : 管原 司 //****************************************************************************** //****************************************************************************** // インクルードファイル //*********...
[ "spinne0728@gmail.com" ]
spinne0728@gmail.com
869ecfb496fee0e4d1a7e99e7eda42bdf674a050
0a8adce6608ad78a472bd9eb778f23d957589a62
/src/light_source.cpp
f9fa3377c97af4ffae7cc51a8ef312be17c311f4
[]
no_license
FL-LE/imagerie_numerique
39e85f8df607c374371b54cd2314bb446a306dd8
c557ea62119dfb5bc21e613b25f86b7509df8704
refs/heads/main
2023-02-21T19:37:07.461084
2021-01-28T15:25:31
2021-01-28T15:25:31
334,134,189
0
0
null
2021-01-29T12:09:42
2021-01-29T12:09:42
null
UTF-8
C++
false
false
305
cpp
#include "light_source.h" /** * * @file light_source.cpp * @brief Ce fichier contient toutes les fonctions déclarées dans le fichier 'camera.h'. * */ /************************************************ * Fonctions ************************************************/ void temp3(){ return; }
[ "collart_q_si@hotmail.com" ]
collart_q_si@hotmail.com
788140d47f406765f20b28af8cda4df42c8cb468
e1a4acf1d41b152a0f811e82c27ad261315399cc
/algorithms/kernel/neural_networks/layers/softmax_layer/forward/softmax_layer_forward_dense_default_batch_fpt_dispatcher.cpp
4baa161130b073c71d15883999fca8a7852a1e82
[ "Apache-2.0", "Intel" ]
permissive
ValeryiE/daal
e7572f16e692785db1e17bed23b6ab709db4e705
d326bdc5291612bc9e090d95da65aa579588b81e
refs/heads/master
2020-08-29T11:37:16.157315
2019-10-25T13:11:01
2019-10-25T13:11:01
218,020,419
0
0
Apache-2.0
2019-10-28T10:22:19
2019-10-28T10:22:19
null
UTF-8
C++
false
false
1,278
cpp
/* file: softmax_layer_forward_dense_default_batch_fpt_dispatcher.cpp */ /******************************************************************************* * Copyright 2014-2019 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the ...
[ "nikolay.a.petrov@intel.com" ]
nikolay.a.petrov@intel.com
73d096347eb103e91dc8fbdb5ecd8bb23db2b4ca
1b523bf1b3bfd9782227ca394ac20143baf4974c
/official/chapter05/phoneme/phoneme_feature-mr3-rel-src-b01-17_jul_2008/cldc/src/vm/share/runtime/CallInfo.hpp
6ae3160b823a124090eb3ba619d91fdb141986b8
[]
no_license
Joyounger/armlinuxbook
66c80192a2d4ea068bba2e21c92067705da08949
b7fea1d8c235cbd1f4551b5495bbacc777d91916
refs/heads/master
2021-05-06T10:17:58.433025
2018-03-31T09:14:02
2018-03-31T09:14:02
114,165,147
1
1
null
null
null
null
UTF-8
C++
false
false
5,001
hpp
/* * * * Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 only, as published by the Free ...
[ "942510346@qq.com" ]
942510346@qq.com
9cac0e81a50178aa81852895753b105d713cc136
c049528f984f99ae783bcef9d26e57f63c337d77
/Agents/Adapter - fanuc iSeries - LAN/Logger.h
27d91a027c48ce58572019a3f8981360e5e74240
[]
no_license
Maroooney/MTConnectToolbox
9537f109ab265b2d690d56c4d8e833ee4c2edba7
15d9f830b14d7521277431dcd1c08b8af44a3c07
refs/heads/master
2020-03-30T10:47:54.670294
2018-06-07T16:30:06
2018-06-07T16:30:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,805
h
// ************************************************************************** // Logger.h // // Description: // // DISCLAIMER: // This software was developed by U.S. Government employees as part of // their official duties and is not subject to copyright. No warranty implied // or intended. // **************...
[ "john.michaloski@nist.gov" ]
john.michaloski@nist.gov
599aa0e2c703e8c3bd2e24c953d23e54fa50bacb
9600ed748c8abff4a2c875d24c25b2782bbdc571
/坦克大战c++版本 除了A星和音效 可以重开游戏/坦克大战c++版本/CTankTool.h
f1904a380a3f696c17f70e049e0e143c6ba2cfa1
[]
no_license
Skjz/15P
6ff7efde56b3c947515aac2606764d947d5d8fe5
62d359611e0fe51a4cbeda33a384dbb8b9b07b18
refs/heads/master
2023-07-15T06:42:37.824622
2021-08-05T01:59:40
2021-08-05T01:59:40
373,373,131
0
0
null
null
null
null
GB18030
C++
false
false
1,890
h
#pragma once #include"CMap.h" #include"CBullet.h" #include<vector> using std::vector; //#include<windows.h> //地图1 #define PATH_MAP1 "..\\Debug\\1.map" //地图2 D #define PATH_MAP2 "..\\Debug\\2.map" //地图3 D #define PATH_MAP3 "..\\Debug\\3.map" //地图4 D #define PATH_MAP4 ...
[ "942074847@qq.com" ]
942074847@qq.com
0204dce218b209e83b88ad7df86d54782fe9797e
1c9d2c8488dd76250e39e6875429edbbf24de784
/groups/bsl/bsl+stdhdrs/csignal.SUNWCCh
952b40643575d0892cd334dc0a29739279bed61d
[ "Apache-2.0" ]
permissive
villevoutilainen/bde
9cc68889c1fac9beca068c9ca732c36fd81b33e9
b0f71ac6e3187ce752d2e8906c4562e3ec48b398
refs/heads/master
2020-05-15T03:43:36.725050
2019-10-03T12:28:54
2019-10-03T12:28:54
182,071,409
1
1
Apache-2.0
2019-10-03T12:28:55
2019-04-18T10:59:27
C++
UTF-8
C++
false
false
2,360
sunwcch
// csignal -*-C++-*- #ifndef INCLUDED_NATIVE_CSIGNAL #define INCLUDED_NATIVE_CSIGNAL #ifndef INCLUDED_BSLS_IDENT #include <bsls_ident.h> #endif BSLS_IDENT("$Id: $") //@PURPOSE: Provide functionality of the corresponding C++ Standard header. // //@SEE_ALSO: pa...
[ "abeels@bloomberg.net" ]
abeels@bloomberg.net
5059e4a6631305ef53df579d496e67ecb00e4f7e
dfc207807d16db7d93076802fff211fcff844706
/ChatRoomClient/GeneratedFiles/ui_mainwindow.h
02a256efdc88ec4bfd09a934a33f71696183c8d0
[]
no_license
roberchenc/Qt-practices
f4c314d5f974fb019f1f3e2e6ae49b24345c2c36
818ea47eb18c3999bf63525958247754231735db
refs/heads/master
2022-11-22T11:39:17.613149
2020-07-24T03:26:28
2020-07-24T03:26:28
87,614,134
0
0
null
null
null
null
UTF-8
C++
false
false
6,597
h
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.8.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
[ "1368841907@qq.com" ]
1368841907@qq.com
288ddf22a9ffdac7201dccaaaf2fb6d00dea9bc9
a4dfb028d9e126b4a2d93d5bff7d62f5a1e8566a
/RDR2Extension/MenuItemBase.cpp
5b4dbfadadb631bb03b63c79732789078b65f044
[ "MIT" ]
permissive
ALEHACKsp/RDR2Extension
1c0dd752d8c87944f2104aaa1e42f822914c6e11
ff786053eb1189b603e6e0d1929f3220d1d45b1d
refs/heads/master
2022-12-09T21:05:37.720570
2020-09-10T08:26:38
2020-09-10T08:26:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,624
cpp
#include "MenuItemBase.h" #include "keyboard.h" /// <summary> /// BASE CLASS /// </summary> void MenuItemBase::OnSelect() { if (IsKeyJustUp(VK_RETURN)) Execute(); } /// <summary> /// MENU ITEM DEFAULT /// </summary> void MenuItem::OnRender() { // Left text UI::SET_TEXT_SCALE(textScaleX, textScaleY); UI::SET_T...
[ "biohazard911@hotmail.it" ]
biohazard911@hotmail.it
b06d1acc8fe4a51e991929cdc1d681aa270d89b4
cb1c581ea4c1ab744448946e2b3cc5bf083f5788
/AckTimeOutMessage_m.cc
8f1b9fed9fec18c3d5fb17a16a3bf0051dee974b
[]
no_license
wassimissawi/drone-veins
3629cf394ceca4f8361e774a06acf880a79e136b
e920d0d8a74b7f1d96ac0b79fc9cc60ca8a87495
refs/heads/main
2023-07-14T22:23:02.563005
2021-08-17T13:14:06
2021-08-17T13:14:06
397,262,858
1
0
null
null
null
null
UTF-8
C++
false
false
15,189
cc
// // Generated file, do not edit! Created by nedtool 5.4 from veins/modules/messages/AckTimeOutMessage.msg. // // Disable warnings about unused variables, empty switch stmts, etc: #ifdef _MSC_VER # pragma warning(disable:4101) # pragma warning(disable:4065) #endif #if defined(__clang__) # pragma clang diagnostic ...
[ "wassimaissaoui4@gmail.com" ]
wassimaissaoui4@gmail.com
b8355fcf5426836f3a425fe822f1f11217cdda64
bc2d5cb5d7294e8c8191b730e27d0660f3b13efe
/WiggleStar.h
5c83abbb2a8813a6bccc2777af6ea6af95d075d3
[]
no_license
UNHRobotics/wiggleStarTutorial
95c85d6aea2f17fa085e959e642c7c8518f81b38
4da1b336e4a36665d5e3633c8c990723b1562c5c
refs/heads/master
2021-01-24T06:37:28.829960
2015-01-28T02:58:16
2015-01-28T02:58:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
636
h
#ifndef OMPL_CONTROL_PLANNERS_WIGGLESTAR_WIGGLESTAR_ #define OMPL_CONTROL_PLANNERS_WIGGLESTAR_WIGGLESTAR_ #include "ompl/control/planners/PlannerIncludes.h" namespace ompl { namespace control { class WiggleStar : public base::Planner { public: // just using the parent con...
[ "daniel.c.bolan@gmail.com" ]
daniel.c.bolan@gmail.com
9cb715e11012d4e5a267ff75bc448d4fd0a1e7a6
7db45c07515791f0e7a0631d1d57df8bb8281707
/i4/memory/array.hh
ce499a67b89033d380a8269ba0ae2e20b5ee3214
[]
no_license
TheStormkeeper/golgotha
ec53befc4c793f3a0d293febff222dfccefcc68f
b61bf92ec6af3c4df8b399bce35c829b8e027a95
refs/heads/master
2021-01-12T15:26:18.713429
2015-11-06T18:00:53
2015-11-06T18:00:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,594
hh
/********************************************************************** <BR> This file is part of Crack dot Com's free source code release of Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for information about compiling & licensing issues visit this URL</a> <PRE> If that doesn't help, con...
[ "sjm@sjm.io" ]
sjm@sjm.io
46979625da272bc542568dbd7f033933dd9ed9df
d5e0522513ab6d8adcd25df2b8712fe2da0f6f33
/Exercices/Chapter 4/SimpleFunctionCall/SimpleFunctionCall.ino
8a643535602eeefe9bf3425424f8b1038404f6e3
[]
no_license
HiImYann/Arduino-TM
0298f82eb2b48771b707a8f35b0276d9cdffd05e
a54230c8257958e223402a99ccb29f379405248b
refs/heads/master
2022-12-09T22:20:40.973055
2020-09-06T18:50:29
2020-09-06T18:50:29
272,804,592
0
0
null
null
null
null
UTF-8
C++
false
false
249
ino
void setup() { Serial.begin(9600); Serial.println("Your mom gay"); delay(1000); noU(); delay(1000); Serial.println(":("); } void loop() { // put your main code here, to run repeatedly: } void noU() { Serial.println("no u"); }
[ "leon07212@outlook.com" ]
leon07212@outlook.com
2c4cde55077c27f336ea8f03c742752c055217f0
efa7feea268853dd2c80961f5153ad3bcf6325e6
/adapter/stack_with_list/stack.cpp
67abea89ab3b8f91e1959375122b04c6d274e16f
[]
no_license
karennik98/design_patterns
4c4dd058b79b894981e7680b7bc999b8296bc2d5
7fbb136a3752e28ca722815878d94986e7b3b1ad
refs/heads/master
2020-09-01T02:59:11.455674
2019-11-03T20:40:48
2019-11-03T20:40:48
218,864,064
0
0
null
null
null
null
UTF-8
C++
false
false
370
cpp
#include "stack.h" int Stack::top() { return m_list.front(); } void Stack::push(int val) { m_list.push_front(val); } int Stack::pop() { int el = m_list.front(); m_list.pop_front(); return el; } bool Stack::empty() { return m_list.empty(); } void Stack::clear() { m_list.clear(); } si...
[ "karen.nikoghosyan.98@gmail.com" ]
karen.nikoghosyan.98@gmail.com
ed3aa27d2627607b51691f4745b1a4857bc4f570
d9827544674aa247059275d837937003c1d8535a
/model/BotCheckResponse.cpp
5729f0643bb7bc5a99f59f9e2b00356be1702fb5
[ "Apache-2.0" ]
permissive
Cloudmersive/Cloudmersive.APIClient.CPP.Validate
8b657be8f81f242010e37b24da303a5c5a67318f
fef8188b91223a2b28697a7b295254ceaa1f800b
refs/heads/master
2023-06-08T22:19:49.437496
2023-06-03T22:41:39
2023-06-03T22:41:39
231,828,255
1
0
null
null
null
null
UTF-8
C++
false
false
2,723
cpp
/** * validateapi * The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API. * * OpenAPI spec version: v1 * * * NOTE: This class is auto generated...
[ "35204726+Cloudmersive@users.noreply.github.com" ]
35204726+Cloudmersive@users.noreply.github.com
d4219578c9496ceb4432d58a87ddffafa653a94f
c8093085b2ac8f9320dbc86f073a18664a610bdf
/sketchbooks/Tests/test1_micro/test1_micro.ino
caa1d261b5551a3baf98323bbd672622f1afd578
[]
no_license
Daedalus-TUM/PP_mwmbt
8bbbb2a25e250c83499ae2b1b115bb63b102ed57
9b7a6684d00f01d8b9b324c559d010ddebdda27b
refs/heads/master
2020-06-04T05:53:04.018955
2014-07-14T19:08:36
2014-07-14T19:08:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,008
ino
// I2C device class (I2Cdev) demonstration Arduino sketch for MPU9150 // 1/4/2013 original by Jeff Rowberg <jeff@rowberg.net> at https://github.com/jrowberg/i2cdevlib // modified by Aaron Weiss <aaron@sparkfun.com> // // Changelog: // 2011-10-07 - initial release // 2013-1-4 - added raw magnetometer output /* ========...
[ "daniel.m.93@gmx.de" ]
daniel.m.93@gmx.de
0663bff8d3eed9ff35fe2d2d24ee1bfed015b918
d537cd2fa2e5f77a645f881e01108ea1c9d89e19
/AirTurretButton.cpp
39897749cd604a11531aba2ddf088f67cf03cdf5
[]
no_license
MarcBerneman/Tower-Defense
10b73a93d22464ee451e97264933078e97f2bdd1
a8725117a533ecf6ea3c9496e1c4c73323120707
refs/heads/master
2020-03-17T23:41:17.121568
2018-06-01T01:19:58
2018-06-01T01:19:58
134,055,606
0
0
null
null
null
null
UTF-8
C++
false
false
770
cpp
#include "Game.h" #include "AirTurret.h" #include "AirTurretButton.h" #include "AirTurretConstants.h" extern Game * game; AirTurretButton::AirTurretButton(QGraphicsItem *parent) : TowerButton(button_image,button_position,turret_image,parent) { setBuild_cost(cost); QString cost_str; cost_str.setNum(cost); ...
[ "marcus.berneman@gmail.com" ]
marcus.berneman@gmail.com
6dd6a1821d9752fcbdd364b8d6b2916b7572bceb
ac31737938328370057bf2b1a424b49abd1b7aa4
/code/HashTable_linear/hash.hpp
d8d70f60ecb1ef0f2ec624fd388d4b2d681c85f1
[]
no_license
omarchaarawi/Data_Structures_Final_Project
4fc79b5d54f9a092b1b5d8a519eadad249fc34e9
090d3e01fb4d9e4d341990881b6281ad893b904f
refs/heads/master
2022-11-06T13:01:17.996401
2020-06-24T19:50:15
2020-06-24T19:50:15
274,754,163
0
0
null
null
null
null
UTF-8
C++
false
false
695
hpp
#ifndef HASH_HPP #define HASH_HPP #include <string> using namespace std; struct node { int key; struct node* next; }; class HashTable { int tableSize; // No. of buckets (linked lists) // Pointer to an array containing buckets node* *table; int numOfcollision = 0; // node* createNode(i...
[ "Omar@Omars-Mac-Air.local" ]
Omar@Omars-Mac-Air.local
205036d4e7b5709eb1a712b426ac2eadaacc52ed
85b9ce4fb88972d9b86dce594ae4fb3acfcd0a4b
/build/Android/Preview/Global Pot/app/src/main/include/Fuse.KeyboardBootstrapper.h
11d4c4c8b2bdec740e78a3b4a18234da449d3a79
[]
no_license
bgirr/Global-Pot_App
16431a99e26f1c60dc16223fb388d9fd525cb5fa
c96c5a8fb95acde66fc286bcd9a5cdf160ba8b1b
refs/heads/master
2021-01-09T06:29:18.255583
2017-02-21T23:27:47
2017-02-21T23:27:47
80,985,681
0
0
null
2017-02-21T23:27:48
2017-02-05T10:29:14
C++
UTF-8
C++
false
false
1,385
h
// This file was generated based on C:\Users\EliteBook-User\AppData\Local\Fusetools\Packages\FuseCore\0.44.1\$.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Fuse{struct KeyboardBootstrapper;}} namespace g{namespace Uno{namespace Platfo...
[ "girr.benjamin@gmail.com" ]
girr.benjamin@gmail.com
bf7059c11c17172fbc563afebcd0f556d760714c
187f6bb6b568e8bb42bafab8f81133d4ad5f383b
/Siv3D/src/Siv3D/Script/Bind/ScriptLanguageCode.cpp
c25e77fe4b1a794ae3ca57d2f55439477c3ae3c3
[ "MIT" ]
permissive
Reputeless/OpenSiv3D
f2938ea8f5c8de2e6e3b200046943f3e5398a2a1
7d02aa0f4824d1ecbd50ea1c00737cc932332b0a
refs/heads/main
2023-07-29T06:57:44.541422
2023-07-13T03:41:37
2023-07-13T03:41:37
306,929,779
0
0
MIT
2021-09-02T10:37:00
2020-10-24T16:55:13
C++
UTF-8
C++
false
false
2,533
cpp
//----------------------------------------------- // // This file is part of the Siv3D Engine. // // Copyright (c) 2008-2023 Ryo Suzuki // Copyright (c) 2016-2023 OpenSiv3D Project // // Licensed under the MIT License. // //----------------------------------------------- # include <Siv3D/Script.hpp> # include <Siv3D/...
[ "reputeless+github@gmail.com" ]
reputeless+github@gmail.com
9aac40b0ff422efe42f23ba0f6360b37ba4860fb
888e45317f5a48aebeaf2f48634df2ba8702772d
/src/library/enable.cc
70b70179932ca0d9ddd8864dd633ed61a5fbd23b
[ "BSD-2-Clause" ]
permissive
gzorin/RSXGL
96d1d620038d589bbb00c2e20d4c53623be4c7e3
90ddda51fb1730e35fd86a998cee1b3de734e239
refs/heads/master
2021-06-04T10:12:42.897305
2019-10-30T11:46:16
2019-10-30T11:46:16
2,420,969
44
16
NOASSERTION
2019-10-30T11:46:18
2011-09-20T07:35:55
C
UTF-8
C++
false
false
3,532
cc
// RSXGL - Graphics library for the PS3 GPU. // // Copyright (c) 2011 Alexander Betts (alex.betts@gmail.com) // // enable.c - glEnable and glDisable functions. #include <GL3/gl3.h> #include "rsxgl_context.h" #include "gl_constants.h" #include "error.h" #if defined(GLAPI) #undef GLAPI #endif #define GLAPI extern "C" ...
[ "alex.betts@gmail.com" ]
alex.betts@gmail.com
fee856a55934479f29cdb9a84c041816c9dafeb3
73f7543221a27bf0b701d6a726b952827357ea60
/system/ThreadQueue.h
762610d473d512cdf2fba91b2544e4b64db38810
[]
no_license
SamDivine/accirr
524f3698ebe140308630c2e64c121b138dcf8010
36603f4c9efca68192d5c31e4c94102e29ad233a
refs/heads/master
2020-06-04T03:27:37.646492
2015-03-03T05:25:31
2015-03-03T05:25:31
26,048,461
0
1
null
null
null
null
UTF-8
C++
false
false
3,306
h
#ifndef _THREAD_QUEUE_H #define _THREAD_QUEUE_H #include "common.h" #include "Worker.h" #include <limits> class ThreadQueue { private: Worker *head; Worker *tail; uint64_t len; public: ThreadQueue() : head (NULL) , tail (NULL) , len(0) {} void enqueue(Worker *t); Worker *dequeue(); Worker *d...
[ "samdivinejch@gmail.com" ]
samdivinejch@gmail.com
70799c18ad050397985996f3c9fe3c974a9c048e
a15950e54e6775e6f7f7004bb90a5585405eade7
/chromeos/dbus/fake_auth_policy_client_unittest.cc
a3132ffa2ecee2382bdd699af0b3d6fe76f0d91b
[ "BSD-3-Clause" ]
permissive
whycoding126/chromium
19f6b44d0ec3e4f1b5ef61cc083cae587de3df73
9191e417b00328d59a7060fa6bbef061a3fe4ce4
refs/heads/master
2023-02-26T22:57:28.582142
2018-04-09T11:12:57
2018-04-09T11:12:57
128,760,157
1
0
null
2018-04-09T11:17:03
2018-04-09T11:17:03
null
UTF-8
C++
false
false
13,869
cc
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/dbus/fake_auth_policy_client.h" #include "base/bind.h" #include "base/message_loop/message_loop.h" #include "base/run_loop.h" #include...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fcbc77f573b7d0c55da5492b116cf672c625deb9
51cc2aa23688d2d6df1511d316e312eacc5b1192
/SDK/RC_HandCrawlingNotify_parameters.hpp
0ed9516f0d87c93f80682dba458248dccb35fc32
[]
no_license
hinnie123/RogueCompany_SDK
eb5e17a03f733efdad99c64357d22b715b7c9879
b6382f4b38626ff5c2929067f8ee2664c4bf92c4
refs/heads/master
2023-07-09T16:35:49.736981
2021-08-15T12:04:10
2021-08-15T12:04:10
250,232,865
4
3
null
null
null
null
UTF-8
C++
false
false
1,372
hpp
#pragma once // RogueCompany (Dumped by Hinnie) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //-----------------------------------------------------------------------...
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
a43c490ecb7181d68d5e61c42644ee8238a97463
522c568e8920d76a94198599614e9315f575ce23
/Temp/Controller/WRQuestDirectionController.h
4d269ca59894e3f226257f9dd5d96304de76e448
[]
no_license
kyukyu86/Demo
2ba6fe1f2264f9d4820437736c9870a5c59960cb
d2bb86e623ec5f621e860aa5defe335ee672ca53
refs/heads/master
2023-01-07T11:46:08.313633
2020-11-06T08:59:06
2020-11-06T08:59:06
269,510,905
0
0
null
null
null
null
UHC
C++
false
false
2,123
h
// Copyright 2019-2024 WemadeXR Inc. All rights reserved. #pragma once #include "Define/WRTypeDefine.h" #include "Enum/EWRUIEnum.h" #include "Network/Share/Define/Define_BluePrint.h" struct FWRQuestDirectionData { enum EWRQuestDirectionType { None, Dialogue, QuestBoard }; FWRQuestDirectionData() {} FWRQuestDirecti...
[ "pelpin2080@gmail.com" ]
pelpin2080@gmail.com
9aeba189903937e3f18e4430cebcdd38692393f5
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_patch_hunk_928.cpp
6d71566e4da6ba2ad47163dff72133f0d3df5ba8
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
253
cpp
{ if((*store == HTTPREQ_UNSPEC) || (*store == req)) { *store = req; return 0; } - warnf(config, "You can only select one HTTP request!\n"); + + warnf(config->global, "You can only select one HTTP request!\n"); + return 1; }
[ "993273596@qq.com" ]
993273596@qq.com
80847d713e7a07b6334ec0431b1cd9c25733da1b
d535109f8406a7c4cf8238bd03f1c584ad6464aa
/aliyun-api-ess/2014-08-28/src/ali_ess_describe_scaling_instances.cc
5164c2f68783ef4b176fb4d56ac6c5b588e25d54
[ "Apache-2.0" ]
permissive
bailehang/aliyun
3cf08cb371e55fbff59fc3908e5c47c27b861af1
ca80fb97ce2b4d10bfb5fd8252c730a995354646
refs/heads/master
2020-05-23T11:17:00.183793
2015-11-16T01:41:03
2015-11-16T01:41:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,504
cc
#include <stdio.h> #include "ali_api_core.h" #include "ali_string_utils.h" #include "ali_ess.h" #include "json/value.h" #include "json/reader.h" using namespace aliyun; namespace { void Json2Type(const Json::Value& value, std::string* item); void Json2Type(const Json::Value& value, EssDescribeScalingInstances...
[ "zcy421593@126.com" ]
zcy421593@126.com
bb51c6b281aa197e4d8c186972227754d4d18f22
f000ffc4a89aa14b08ff56762345832931e66d71
/src/plugins/core/manhattanstyle.cpp
850be7291f7f0990685d7d893d792b93f6ddb001
[]
no_license
bilibiliblingbling/JLW-VV-MediaStudio
1cb63d7816ba764cc6f6ce12f1883b219b9e6583
05314d56c91aa3c8b1853cb14e00d4846dcc1b69
refs/heads/master
2021-07-20T12:42:03.765631
2017-10-10T18:36:34
2017-10-10T18:36:34
106,336,587
1
0
null
null
null
null
UTF-8
C++
false
false
43,036
cpp
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance wit...
[ "jlwangtat@gmail.com" ]
jlwangtat@gmail.com
48b531163f76b5e92064bd82532a1a191bbf27f9
2dd86497f804773a5de778c6efc342d86ad81cb8
/00-common/include/cbbext/container/xdeque.h
abfb4ffef3fb9206ef3d914be32ee4df9924e0d1
[]
no_license
px41833/wangjin
071e2efe94c233c0317caf6daee77debde6e791d
5c400d7605ae6060f2367bfa14bbc02d007c5802
refs/heads/master
2020-06-16T01:05:03.522914
2018-02-06T08:43:28
2018-02-06T08:43:28
null
0
0
null
null
null
null
GB18030
C++
false
false
4,558
h
/*======================================================================================== 模块名 :双向队列容器 文件名 :xdeque.h 相关文件 : 实现功能 :实现双向队列的摸板 作者 :fanxg 版权 :<Copyright(C) 2003-2008 Suzhou Keda Technology Co., Ltd. All rights reserved.> ---------------------------------------------------------------------...
[ "yrj2009yrj@qq.com" ]
yrj2009yrj@qq.com
07ee9f927f71ae287f629d1715e475c2485ecfda
c11901871cca4668986d8300b7e1b66324c9e319
/src/Server/Components/Bomb.cpp
10b14ddea41570a55f899f0ccf5baacd8fa6a7e8
[ "MIT" ]
permissive
AdrianHoarau/R-Type
31c9d0221423890876107a80c4cab11167862f9a
b91184d656ffcec39b0a43e7a42c1a1ecd236c9b
refs/heads/main
2023-06-02T09:30:15.702114
2021-06-21T12:59:23
2021-06-21T12:59:23
378,920,323
1
0
null
null
null
null
UTF-8
C++
false
false
158
cpp
/* ** EPITECH PROJECT, 2020 ** B-CPP-501-NAN-5-1-rtype-arthur.bertaud ** File description: ** Bomb.cpp */ #include "Bomb.hpp" ECS::Bomb::Bomb() : _dt(0) { }
[ "adrian.hoarau@epitech.eu" ]
adrian.hoarau@epitech.eu
649c80da3ef015323ae40eaf8d2536e88c294e32
18235c9cd03db2879f9158e462e1fcbadf936c6d
/src/core/SkColorSpaceXformer.cpp
09f399cfa5eda72d31d83f2012f903fb9bc33a98
[ "BSD-3-Clause", "SGI-B-2.0" ]
permissive
LineageOS/android_external_skia
1ffccc50c8c65acdc91a420aa55ef38e752576a5
e519a019ae513c4cf640e2122c66224f569f79cb
refs/heads/lineage-17.1
2022-10-23T10:17:35.983361
2021-09-09T12:44:51
2021-09-09T12:44:51
75,638,325
1
62
BSD-3-Clause
2022-10-02T20:13:32
2016-12-05T15:29:07
C++
UTF-8
C++
false
false
6,274
cpp
/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkColorFilter.h" #include "SkColorSpacePriv.h" #include "SkColorSpaceXformer.h" #include "SkDrawLooper.h" #include "SkGradientShader.h" #include "SkImage.h" #include...
[ "skia-commit-bot@chromium.org" ]
skia-commit-bot@chromium.org
3c6ed43bf8b94d92d2d820105a154432fc052842
6ac670a7a328de3879ee42f14d43f916eb096087
/Codeforces/April_Fool_2020/C.cpp
c25fea57bd55238eabc50f106830b1af225b027a
[]
no_license
tiketiskte/MyCode
172765c6049c8a6c4ac1374f7433cb87baa510a9
5dc927dc4015c5a162e18b0a513776b7f213b962
refs/heads/master
2022-07-05T06:03:00.344101
2022-06-04T07:22:39
2022-06-04T07:22:39
245,660,475
0
0
null
null
null
null
UTF-8
C++
false
false
819
cpp
/** * Copyright(c) * Author : tiketiskte */ #include <bits/stdc++.h> #define IOS {ios::sync_with_stdio(false);cin.tie(0);} #define INF 0x3f3f3f3f using namespace std; int main() { IOS int ans = 0, x = 0, i = 0; int a, arr[6]; memset(arr, 0, sizeof(arr)); cin >> a; while (a > 0) { arr[i] = ...
[ "15092524952@163.com" ]
15092524952@163.com
d49f78b1b4ce822ca3bfe643e8d4d4c123722db0
7205d8e38098ab0d5518172670b0fc7976bb4102
/src/Temperature.cpp
0a0ad3da0abd38069daea59f73227cc218c56c53
[]
no_license
Swesen/Fridge-TEC-controller
4e36e21ecd8d264c0a8ff0d55256f8b93119ac3a
0d2a7b1e8963f2fa088b93b465a67b8836c46c35
refs/heads/master
2023-03-27T09:36:53.425536
2020-10-10T14:19:08
2020-10-10T14:19:08
302,712,242
0
0
null
null
null
null
UTF-8
C++
false
false
2,357
cpp
#include <Arduino.h> #include <PID_v1.h> #include "Defines.h" #include "Temperature.h" // internal variables int tempCurrentVal = 0; int samples[NUMSAMPLES] = {512, 512, 512, 512, 512}; // external variables extern float temp, setTemp; //PID parameters double Setpoint, Input, Output; double Kp = 1.5, Ki = 5, Kd = 1;...
[ "38762425+Swesen@users.noreply.github.com" ]
38762425+Swesen@users.noreply.github.com
96ab32ec2e99b7671079dead8c3ff111d138ceb0
41ab6b8bbeb03958c59350ae6da2887a4bf8e144
/third_party/v8/src/compiler/mips/instruction-codes-mips.h
4b49de36b43e419cd05d5692551c6697db00c739
[ "Apache-2.0", "SunPro", "BSD-3-Clause", "bzip2-1.0.6" ]
permissive
ofrobots/no-bazel
6472b0bb1b3309d8613ee97c6526a3fa46060eab
f7eb147044dc35aac86df8bd9bec2cc55863ce17
refs/heads/master
2020-04-07T14:21:40.305137
2018-12-08T00:53:07
2018-12-08T00:53:07
158,443,929
4
0
Apache-2.0
2018-12-13T01:54:59
2018-11-20T19:56:42
C++
UTF-8
C++
false
false
11,441
h
// Copyright 2014 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_COMPILER_MIPS_INSTRUCTION_CODES_MIPS_H_ #define V8_COMPILER_MIPS_INSTRUCTION_CODES_MIPS_H_ namespace v8 { namespace internal { namespace com...
[ "ofrobots@google.com" ]
ofrobots@google.com
af353ffb1f636e88db5783b2e6c1c391602a4a1c
492976adfdf031252c85de91a185bfd625738a0c
/src/Game/AI/AI/aiGuardianBeamAttack.cpp
7f608b3203e0b5ffa03dbe89c56e1823fc623aa2
[]
no_license
zeldaret/botw
50ccb72c6d3969c0b067168f6f9124665a7f7590
fd527f92164b8efdb746cffcf23c4f033fbffa76
refs/heads/master
2023-07-21T13:12:24.107437
2023-07-01T20:29:40
2023-07-01T20:29:40
288,736,599
1,350
117
null
2023-09-03T14:45:38
2020-08-19T13:16:30
C++
UTF-8
C++
false
false
897
cpp
#include "Game/AI/AI/aiGuardianBeamAttack.h" namespace uking::ai { GuardianBeamAttack::GuardianBeamAttack(const InitArg& arg) : GuardianBeamAttackBase(arg) {} GuardianBeamAttack::~GuardianBeamAttack() = default; bool GuardianBeamAttack::init_(sead::Heap* heap) { return GuardianBeamAttackBase::init_(heap); } vo...
[ "leo@leolam.fr" ]
leo@leolam.fr
704494be3b34e2192ab7d154633f8c87def0cfa8
6a4bb1498d9cb21d9ef4b3cb0b325c7013cf3a13
/src/graphics/program.cpp
4047889fde7968a5365d20ed2f52a557dc79be9d
[]
no_license
argontus/3S3K3D
663fea3b79a152d2ca26cd05242d931cbe9c402f
6d5fb09546e7f70d038e8cf89ff102088c03258a
refs/heads/master
2021-01-01T16:56:10.674766
2011-04-21T14:37:38
2011-04-21T14:37:38
1,295,720
0
0
null
null
null
null
UTF-8
C++
false
false
2,524
cpp
/** * @file graphics/program.cpp * @author Mika Haarahiltunen */ #include <graphics/program.h> #include <vector> #include <graphics/fragmentshader.h> #include <graphics/opengl.h> #include <graphics/vertexshader.h> Program::~Program() { // this will automatically detach any attached shader objects glDelet...
[ "mika.haarahiltunen@gmail.com" ]
mika.haarahiltunen@gmail.com
f9205a8b32f6fa6e4e0f23993a9ae1459b9a8706
9a3b4683bc7ea44fe4c222861066daf5d96a6ff8
/final/include/ui/entity/Text.h
dc0fb3838530d6d3cc6bb3de5d8c152d5c02f7aa
[]
no_license
theo-kim/game-design
fb1b701232173d98c94663a0b768a4387e90e8a5
1d33744b1fa9e955724299cc5d39435d24c9d2b5
refs/heads/master
2020-07-30T11:29:33.585982
2020-01-28T20:24:09
2020-01-28T20:24:09
210,213,203
0
1
null
null
null
null
UTF-8
C++
false
false
424
h
#ifndef TEXT_DEF #include "Entity.h" #include "standard.h" class Text : public Entity { public: Text(const char* fontName, float fontSize, glm::vec3 color, Transformation *transformation, ShaderProgram *sp); virtual void Render() const; virtual void SetText(std::string text); private: std::string contents; ...
[ "tk1931@nyu.edu" ]
tk1931@nyu.edu
db91142f83a938f38f12349bdb8ed0e884fbcc8f
0b289d2804ada728d4622b6523440a95d0b1a348
/projects/piezo/MUSICBOX DUINO/MUSICBOX_DUINO/MUSICBOX_DUINO.ino
b1abb07b8a02b72ec0be9de7072a5d62fb5ed2c9
[]
no_license
mtocchetto/arduino
d8e5176e1aead67b45da196f7178b49561402717
783596253af04be5edad28ba9b72d16939533a50
refs/heads/master
2020-03-30T01:30:26.506986
2018-09-27T22:43:30
2018-09-27T22:43:30
150,579,217
0
0
null
null
null
null
UTF-8
C++
false
false
4,748
ino
/***************************************************\ | MUSICBOX DUINO - Classic game theme | | | | | | NEECduino with ATmega328: | | | | -> 8-ohm speaker ...
[ "marcelo.tocchetto@gmail.com" ]
marcelo.tocchetto@gmail.com
0d2c7637d43a0fcb8020bf76698ffde497f05dfc
63a7ef9bbae1b3d68afb842451b838d4279a4e31
/Release/Source/BattleStage.cpp
446fd76b11549822768b0babcd59a97eea62c629
[]
no_license
LimGuanHui/SP3-part-3
61735a891baf1fa1240d4302fca0edfe95f7e6e1
29b74529c23630cfd3582f1bda57967f3b572248
refs/heads/master
2021-06-02T13:31:03.598095
2016-09-03T08:30:52
2016-09-03T08:30:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,003
cpp
#include "BattleStage.h" #include "MeshBuilder.h" #include "LoadTGA.h" BattleStage::BattleStage() { } BattleStage::~BattleStage() { exit(); } void BattleStage::Init(float ortho_x, float ortho_y, float panelsize) { //SceneBase::Init(); //panels //meshList[GEO_B_PANEL] = MeshBuilder::GenerateQuad("bPane...
[ "lguanhui14@gmail.com" ]
lguanhui14@gmail.com
de957df95ed646282547803a653bfcf5786bc97b
2f19e39d581eaa8298ca08192460fe3ac9f8d02b
/fhe5/fhe/AspectFactory.h
f3634b3e81730c2aa7027d244b054ffc6ac098e1
[]
no_license
davecarr1024/libfhe
77497b67c2ead85fc0bd6a7837a765daf6ccfe30
31682b423fc2255a10235f28c17cbdc7c6d7668b
refs/heads/master
2021-05-08T05:22:02.635076
2016-08-22T20:11:06
2016-08-22T20:11:06
31,622,347
0
0
null
null
null
null
UTF-8
C++
false
false
1,410
h
#ifndef ASPECT_FACTORY_H #define ASPECT_FACTORY_H #include <map> #include "Aspect.h" #include "AbstractAspectDesc.h" namespace fhe { class AbstractAspectDesc; class AspectFactory { private: std::map<std::string,AbstractAspectDesc*> m_aspects; AspectFa...
[ "dave.carr.re2@a83f7b76-a30c-11de-8ba5-91705c1537ed" ]
dave.carr.re2@a83f7b76-a30c-11de-8ba5-91705c1537ed
fb3bd11ab4858ffe2efcc1c965507b77cbaf50b4
d0fb46aecc3b69983e7f6244331a81dff42d9595
/mse/src/model/GetPluginConfigRequest.cc
4829c938f778026295a7d15e56aca0a3441ce255
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
2,058
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
ae2ae4000e67a5dfd3664e1a7cf4f3eec3a4dd15
9b26f6ade6215662db0c706661f86f1a5a8713b7
/FrozenFlame/Game/Source/Objects/IceEnemy.h
d8ec47fac0d69167198271200803a175035f6ec2
[]
no_license
mbirky/FrozenFlame
d310c753f73bf092bd0e2fa9427b125c30bce568
4264bc86ee66a0c010642ecabf512c920a8082e3
refs/heads/main
2023-04-13T20:22:40.245502
2018-07-06T07:35:16
2018-07-06T07:35:16
361,937,727
0
0
null
null
null
null
UTF-8
C++
false
false
4,060
h
/*********************************************** * Filename: IceEnemy.h * Date: 10/30/2012 * Mod. Date: 10/30/2012 * Mod. Initials: CM * Author: Charles Meade * Purpose: Function declarations for the ice enemy object ************************************************/ #ifndef ICE_ENEMY_H #def...
[ "danielmlima@fullsail.edu" ]
danielmlima@fullsail.edu
997c836e86992176734c5491575bd39a358bf15e
f50ca86b14938a4737ca816de2b22c021bf64f0e
/src/Server.hpp
e22d63216d09f7b27cb5cc9ca0e903422b743bdb
[]
no_license
Dzejrou/Tanktastic-o
c544df976a37ad5f44c1ee4a92f2db85b74f93ce
7e5d6da987282bf6cfd6587af5d4f733ba3da415
refs/heads/master
2021-01-19T05:50:40.667964
2015-05-17T17:55:57
2015-05-17T17:55:57
27,556,324
0
0
null
null
null
null
UTF-8
C++
false
false
1,463
hpp
#pragma once #include <SFML/Network.hpp> #include <SFML/Window.hpp> #include <iostream> #include <string> #include <vector> #include <memory> #include "Protocol.hpp" #include "Tank.hpp" struct client; // Forward declaration, see at the bottom. /** * Class representing the server in this game, controls the communic...
[ "dzejrou@gmail.com" ]
dzejrou@gmail.com
a9da01bd675587c17cd9c36e89a95a680cecdc31
01a42b69633daf62a2eb3bb70c5b1b6e2639aa5f
/SCUM_Beenie_05_functions.cpp
6394627a44d4c28a867a00162bbf9a8f9b1af7ff
[]
no_license
Kehczar/scum_sdk
45db80e46dac736cc7370912ed671fa77fcb95cf
8d1770b44321a9d0b277e4029551f39b11f15111
refs/heads/master
2022-07-25T10:06:20.892750
2020-05-21T11:45:36
2020-05-21T11:45:36
265,826,541
1
0
null
null
null
null
UTF-8
C++
false
false
3,064
cpp
// Scum 3.79.22573 (UE 4.24) #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace Classes { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Function ConZ.ClothesItem....
[ "65712402+Kehczar@users.noreply.github.com" ]
65712402+Kehczar@users.noreply.github.com
553754433faf4ed255a352f6f613ec7bb4d13f5f
91b964984762870246a2a71cb32187eb9e85d74e
/SRC/OFFI SRC!/boost_1_34_1/boost_1_34_1/boost/range/end.hpp
ed90ccdd8304af933be16af2fe3da970df68000f
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
willrebuild/flyffsf
e5911fb412221e00a20a6867fd00c55afca593c7
d38cc11790480d617b38bb5fc50729d676aef80d
refs/heads/master
2021-01-19T20:27:35.200154
2011-02-10T12:34:43
2011-02-10T12:34:43
32,710,780
3
0
null
null
null
null
UTF-8
C++
false
false
5,675
hpp
// Boost.Range library // // Copyright Thorsten Ottosen 2003-2004. Use, modification and // distribution is 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) // // For more information, see http://www.boost.org/li...
[ "66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278" ]
66430417@qq.com@e2c90bd7-ee55-cca0-76d2-bbf4e3699278
2704f8683f76babbdb5d7b9d9d682f5bfad070af
ef3824cf7c72c40661cb11ea339654b788b75286
/Ex-2/ServerApplication/ServerApplication.cpp
9be893ac6e40bfa4b0dff78e29b1a42f0124d467
[]
no_license
itfenom/POSA2Patterns
d7150b8b98d5d3f0cb0f04d647b93920ba71bad6
7db7c2cfac6c8529e22a29a01a52f13ffba1d974
refs/heads/master
2021-06-25T11:39:23.919265
2017-08-31T12:05:04
2017-08-31T12:05:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,667
cpp
// ServerApplication.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include<WinSock2.h> #pragma comment(lib, "Ws2_32.lib") #include <fstream> #include <string> #include "../AcceptorConnectorPattern/Acceptor.h" #include "../AcceptorConnectorPattern/Service_Handler.h" #include "../Rea...
[ "popovicidanielai@gmail.com" ]
popovicidanielai@gmail.com
de5dbc4ff8a710d19ecdd89f12ad0d3a5335b0d3
800e4e550ff9ff60741eac1974311c90087e37c4
/C++/hoTpLuG/RaNdOm_CoDeS/mopki.cpp
956b8e6e7a7479871a399fda0a2f7c1c8d2f5b19
[]
no_license
potato-hop/uep
4de2d60464c161b33645539d96bec831e7f96e8a
b54af3346776484028bfd6be7aa18f5e5aaadcb5
refs/heads/master
2023-02-26T19:59:38.340548
2021-02-10T14:04:11
2021-02-10T14:04:11
337,744,423
0
0
null
null
null
null
UTF-8
C++
false
false
404
cpp
#include <iostream> using namespace std; int main() { int k, n, p = 0, z = 1, l; cout << "snachala_k_potOm_n" << endl; cin >> k >> n; if(n > k) { l = n - k; while(p == 0) { if((l * z) % k == 0) { p++; cout << z; } z++; } } if(k > n) { l = k - n; while(p == 0) { if((l * z) % ...
[ "trjobles@yandex.ru" ]
trjobles@yandex.ru
3b2e33bfabf063f57bb7d46b6e5eac0b9b3377f6
f1f67637c94ad64580f6d752fe361a532b22b242
/NeJudge/branches/5.0/Tests/Tester/TestPrograms/Checkers/hcmp.cpp
d124a451c45dbdf6b11ca02e610352f34858e915
[]
no_license
vadimkantorov/highschool
650d48c3d2cbcbea32d2efc5ef678184e46b5e63
1ff53ce31a789d37542d8231e80ffdc46409aed8
refs/heads/master
2020-06-03T17:14:36.029406
2015-02-24T21:59:09
2015-02-24T21:59:09
31,283,946
0
0
null
null
null
null
UTF-8
C++
false
false
1,277
cpp
#include "testlib.h" #include <string> using namespace std; string part(const string& s) { if (s.length() <= 128) return s; else return s.substr(0, 64) + "..." + s.substr(s.length() - 64, 64); } bool isNumeric(string p) { bool minus = false; if (p[0] == '-') minus = true, ...
[ "vadimkantorov@gmail.com" ]
vadimkantorov@gmail.com
48edd0bf0f40782917959972982068b2cdffe172
29110413ad8c4ffcc703216daf9e5fcad90255a8
/src/pdb_component/parsers/hb/source/src/vdw/vdw_formatting.hpp
8d3c185084f3a2b20ce46f36f3cc9f9f4dd886d3
[ "BSD-3-Clause" ]
permissive
MelvinYin/Defined_Proteins
68e305ea3fc05e5692bc33731490b1853c5fa1e1
75da20be82a47d85d27176db29580ab87d52b670
refs/heads/main
2023-04-03T12:04:12.562109
2021-04-13T21:37:07
2021-04-13T21:37:07
198,048,536
1
1
null
null
null
null
UTF-8
C++
false
false
5,720
hpp
/* Module: vdw_formatting Authors: Grzegorz M. Koczyk (2007), Igor Berezovsky (1990-2007) ***************************************************************************** Formatting of Lennard-Jones results for atom-atom or residue-residue contact information. */ #ifndef __VDW_FORMATTING_HPP__ #define __VDW_FORM...
[ "melvin_yin@hotmail.com" ]
melvin_yin@hotmail.com
9e054d79173a33e484ed80e0d97842daeebc8f5d
3943f4014015ae49a2c6c3c7018afd1d2119a7ed
/final_output/output_recur_large_cp/hermite_formula_-10000000000000.0000000_10000000000000.000000/11-16.cpp
a19b22d4a01b306af0347551b33aa3602c906c5b
[]
no_license
Cathy272272272/practicum
9fa7bfcccc23d4e40af9b647d9d98f5ada37aecf
e13ab8aa5cf5c037245b677453e14b586b10736d
refs/heads/master
2020-05-23T10:10:15.111847
2019-06-08T00:23:57
2019-06-08T00:23:57
186,689,468
0
0
null
null
null
null
UTF-8
C++
false
false
1,630
cpp
#include <iostream> #include <stdio.h> #include <assert.h> #include <math.h> extern "C" { #include "quadmath.h" } #ifndef IFT #define IFT float #endif #ifndef OFT #define OFT __float128 #endif template <class _Real> _Real __libcpp_hermite_recurrence(unsigned __n, _Real __x) { if (__n == 0u) return _Real(1...
[ "cathyxu@Cathys-MacBook-Pro.local" ]
cathyxu@Cathys-MacBook-Pro.local
69e1faef2a7412dbfaabdda58ab6b122f31a39ac
40712dc426dfb114dfabe5913b0bfa08ab618961
/Extras/wxWidgets-2.9.0/src/gtk/mnemonics.cpp
33048fc6f2ece787d692307095f53dfd3fe69d24
[]
no_license
erwincoumans/dynamica
7dc8e06966ca1ced3fc56bd3b655a40c38dae8fa
8b5eb35467de0495f43ed929d82617c21d2abecb
refs/heads/master
2021-01-17T05:53:34.958159
2015-02-10T18:34:11
2015-02-10T18:34:11
31,622,543
7
3
null
null
null
null
UTF-8
C++
false
false
6,294
cpp
/////////////////////////////////////////////////////////////////////////////// // Name: src/gtk/mnemonics.cpp // Purpose: implementation of GTK mnemonics conversion functions // Author: Vadim Zeitlin // Created: 2007-11-12 // RCS-ID: $Id: mnemonics.cpp 49885 2007-11-13 02:21:12Z PC $ // Copyri...
[ "erwin.coumans@e05b9ecc-110c-11df-b47a-af0d17c1a499" ]
erwin.coumans@e05b9ecc-110c-11df-b47a-af0d17c1a499
9b8e6658b87f4ac9feb7328e6a5c501f4de39ff7
184b6c7529e15a646cd95ce0fc90e435e34dcdbd
/src/DevelopmentHelper/DateTimeAdder.cpp
6b5538244c4631cfc876c98f4dc772eb3555b049
[]
no_license
Ulle84/ToolBox
0ae4a297ca435952c0664f32bee975cf279356c5
2f686cfb6728880e40b8bdd4a7c6da381ebdf2fc
refs/heads/master
2021-01-22T22:03:44.716242
2017-07-19T17:19:38
2017-07-19T17:19:38
85,501,056
0
0
null
null
null
null
UTF-8
C++
false
false
619
cpp
#include "DateTimeAdder.h" #include "DateTimeAdderUi.h" DateTimeAdder::DateTimeAdder(QWidget* parent) : QWidget(parent), ui(new DateTimeAdderUi), m_seconds(0) { ui->setupUi(this); } DateTimeAdder::~DateTimeAdder() { delete ui; } void DateTimeAdder::on_spinBox_valueChanged(int seconds) { m_seconds = secon...
[ "u.belitz@gmx.de" ]
u.belitz@gmx.de
9ff3ad581d94b5b88de30392855edd91964fa3fb
f98ec690d3cba316b5dbddad91ac5832b4a9ca9a
/Source/YutnoriDefense/Field/EnemyMoveField.cpp
1aa6aa5052cee085b60078711997bc8248f14087
[ "MIT" ]
permissive
SiLuYot/YutnoriDefense
2971affa96bb2c6e596c505295d4a957407b54b6
ade9b64e76f46c2787ac64d606e0bd118e6b833e
refs/heads/master
2023-01-28T03:47:51.763754
2020-12-14T12:53:52
2020-12-14T12:53:52
307,973,786
0
0
null
null
null
null
UTF-8
C++
false
false
110
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "EnemyMoveField.h"
[ "38523915+SiLuYot@users.noreply.github.com" ]
38523915+SiLuYot@users.noreply.github.com
1c3dd50e3aa50275f6fd6c6a783966fd25728b04
3296cab14de3ba88ba01637c634f213f2345da55
/HSDF/ExternalLibs/GeoTools/Mathematics/IntrCircle2Circle2.h
1e581ca6946bfe82f1a240f32c72a4fccb75feec
[]
no_license
teshaTe/HybridFrep
63b2fe47a6ce49927309743e1f708658c2f2f18d
ded2bbb917bd1f8bc22e28b35bdf86cf6b0340a7
refs/heads/master
2023-03-04T01:35:36.054376
2021-02-18T21:36:13
2021-02-18T21:36:13
158,251,562
2
0
null
null
null
null
UTF-8
C++
false
false
5,900
h
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2020 // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // Version: 4.0.2019.08.13 #pragma once #include <Mathematics/FI...
[ "tereshin.tesha@gmail.com" ]
tereshin.tesha@gmail.com
94c9db43635c677a20ecf39cc0ba4735c5fdc26d
1a543e7112e6a3b49098c2c8f8b1a7f1973a77fe
/Books/뇌를 자극하는 C++ STL/06_deque의 Random Access Iterator.cpp
36a05c2d41044ea087bb89084c7a05126e96fc3e
[]
no_license
booknu/PS_Relative
d0bc27cbc695511610b83a6f541410f4c13fafd8
944964bfed4ae04f38c20b1dfddea1c63f236f82
refs/heads/master
2022-06-09T02:22:12.306623
2020-05-05T08:35:20
2020-05-05T08:35:20
198,022,480
1
1
null
null
null
null
UHC
C++
false
false
548
cpp
/************ <주소> : p141 ********** <해결방안> : ********** <오답노트> : */ #include <iostream> #include <deque> using namespace std; int main(void) { deque<int> dq; dq.push_back(10); dq.push_back(20); dq.push_back(30); dq.push_back(40); dq.push_back(50); deque<int>::iterator iter = dq.begin(); cout << iter[0]...
[ "limsydev@gmail.com" ]
limsydev@gmail.com
8de6578cbafe3203a27c259c2b341b51c59f3429
d2fe987156fbe19832e1e6c24d8fcf4aa9472907
/MapleBlankBlade/processor0/1.3/vorticity
21cfde65c3218a40d44a73d040ea6a757940e3b5
[]
no_license
harinik05/BASEF-2021
d18ae164bc116d51b9b68c351b8159c2809ca63f
a83dee5d369caccbb513dad8df5023926689a71a
refs/heads/main
2023-07-24T14:12:16.730306
2021-02-03T00:33:51
2021-02-03T00:33:51
323,745,817
0
0
null
null
null
null
UTF-8
C++
false
false
1,415,844
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1906 | ...
[ "63025647+harini-cookie@users.noreply.github.com" ]
63025647+harini-cookie@users.noreply.github.com
4d162fa1d8b3692e3734eff76a1fabec3747071e
8fa5c4cb1ab9558a78287742400036ef8997ea36
/tests/fixtures/003_comparison_vector.h
6d7a0ccc6035cca03ed3adc1ad40e3e7879e50f9
[ "Apache-2.0" ]
permissive
pal-robotics-forks/ariles
b25d791a84f4c3dbf5c2d46b3aa1068ad829faed
f8006c4b801b240011aaaea73939ba7f806355c0
refs/heads/master
2020-04-17T04:37:40.103516
2019-01-14T17:32:10
2019-01-14T19:20:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,116
h
/** @file @author Alexander Sherikov @copyright 2017-2018 Alexander Sherikov, Licensed under the Apache License, Version 2.0. (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0) @brief */ #pragma once template<class t_Configurable> class ConfigurableVector : public ariles::Con...
[ "asherikov@yandex.com" ]
asherikov@yandex.com
c3b8de74d2793bfc0db9b6ee0527ee03b9649972
e771c67d9ce0ba330eb955ede519ffcf29611823
/unityProject/build/Il2CppOutputProject/Source/il2cppOutput/Bulk_UnityEngine.UnityWebRequestModule_0.cpp
58e7d87d1d86c9c71716e09c5602b75a4769069a
[]
no_license
Thoolium/holoBender
d7f93f3de564b17a137f92dd0d020d10e2eb77cf
7768254e1e0140e10fab6a438fdd9f29c66891e7
refs/heads/master
2020-06-16T10:43:31.993552
2019-10-17T04:12:11
2019-10-17T04:12:11
195,536,444
0
0
null
2019-10-14T02:56:59
2019-07-06T12:21:31
C++
UTF-8
C++
false
false
500,770
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 "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "tomtonroe@gmail.com" ]
tomtonroe@gmail.com
184667bcd6571463c66c61660f490db3defdcc2e
755fc53a1c6d88e88cd9eb890bd077ca0738fb51
/expconf-xml/src/TMrbSubevent_Caen_1.cxx
c5cad2fd9e7f9ee3fcd23d07a0267e6fa906c2b7
[]
no_license
flueke/marabou
bf9ed463c59ad106a9d8b36c60a880a5caa79920
2f54e181be6f6488c019dc924fe0e40f7adc10b9
refs/heads/master
2023-07-06T16:15:52.030497
2019-01-08T09:33:00
2019-01-08T09:33:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,923
cxx
//__________________________________________________[C++ CLASS IMPLEMENTATION] ////////////////////////////////////////////////////////////////////////////// // Name: expconf/src/TMrbSubevent_Caen_1.cxx // Purpose: MARaBOU configuration: subevents of type [10,41] - CAEN data // Description: Implemen...
[ "Rudolf.Lutter@514c3d59-69d9-4452-b10b-b80f2e82d9e4" ]
Rudolf.Lutter@514c3d59-69d9-4452-b10b-b80f2e82d9e4
48b7fbdbed8c0796f315988c87882933310e01aa
290048a88d075168f1f57ab28402a4b92ccf9563
/Códigos/fernandoBot2/fernandoBot-v1-tcrt5000ComMotor/fernandoBot-v1-tcrt5000ComMotor.ino
0d0bd51d4ff0202abb7cb8b96a2a36b598778c05
[]
no_license
fviel/projetos_arduino
527f65bb13145f7ff13cf8bce73087757f071284
3d898a05881f424ee7a2b217ac955b9475c3998d
refs/heads/master
2021-04-15T04:04:48.305993
2018-03-24T14:13:48
2018-03-24T14:13:48
126,603,853
0
0
null
null
null
null
UTF-8
C++
false
false
22,270
ino
#include <Servo.h> #define CENTRO 90 #define ESQUERDA 115 #define DIREITA 65 Servo motor; /************************************************* * Public Constants *************************************************/ #define NOTE_B0 31 #define NOTE_C1 33 #define NOTE_CS1 35 #define NOTE_D1 37 #define NOTE_DS1 39 #defi...
[ "nandoviel@hotmail.com" ]
nandoviel@hotmail.com
ea5997c770ce5d0b9eb8fc06f3637f9b6d85f864
9a55b04eb1e9a462c82510981e4359febee9d989
/EBEUncertianty/mass2lErrComp.cc
f2fbb13be79ef2a6687ba2bf77d959f47a50889c
[]
no_license
jialin-guo1/HiggsMassMeas_HZZ4L_CMS_FullRunII
3a68f53d12f5049a5ec52fd0cdda66712c79123e
19e69cdb72d0dea70a75d99c2347440b44ce3a08
refs/heads/master
2022-12-06T09:48:59.231960
2020-08-24T12:46:22
2020-08-24T12:46:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,776
cc
//setup hist Int_t bins=50; Double_t low=0; Double_t high=7; Double_t ptlow; TString year = "2018"; //set variable TString variable="massZErr"; //set channel TString fs = "2e"; // TString corr="Corr"; TH1D* GetHist(TTree* t,TString isData,TString corr); void SetAddress(TTree* t,TString isData); void Compare(TH1D* ...
[ "zhangcg@ihep.ac.cn" ]
zhangcg@ihep.ac.cn
6b8fcbcb0800adaeb6220120c10c863b4172ba04
35d27f8663fcdebccb13fabab06812af96acdc4b
/codeforces/101350/d/d.cpp
480836968ce9a0c5ce8a2c7db55b678728ad259e
[]
no_license
noooaah/solved_problem
666490ca49e0001e3919ad7f29180d59caa0a16b
fbcebe223f063623f45415548f9f265e385ddac0
refs/heads/master
2023-03-17T18:27:05.712309
2019-09-05T13:10:01
2019-09-05T13:10:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
354
cpp
#include <bits/stdc++.h> using namespace std; const int N=1e5+5; long long n,ans,q,m[N],mn=2e9; int main(){ scanf("%I64d",&q); while(q--){ scanf("%I64d",&n); bool ok=1; scanf("%I64d",&m[0]); for(int i=1;i<n;i++){scanf("%I64d",&m[i]);if(abs(m[i]-m[i-1])%2){ok=0;}} (ok?printf("yes\n"):prin...
[ "evoiz963@gmail.com" ]
evoiz963@gmail.com
be203a1ab839a3d9404daa29695459f9c0fe0a4a
810d70e1b2fc5ecfa1c94d5b63834554d72299bc
/source/core/piece.h
79ad51311681653d63038dc6954b2599efe4a77d
[ "MIT" ]
permissive
miguescri/GameLord
5498cf243db5bf3d528389ce9a9638e707ed1705
443673231686d4e5eb8c231363cd0e5fc15602da
refs/heads/master
2021-01-19T13:08:22.930883
2017-08-19T23:48:52
2017-08-19T23:48:52
83,987,945
0
0
null
null
null
null
UTF-8
C++
false
false
1,151
h
#ifndef PIECE_H #define PIECE_H #include <string> // std::string /** A basic boardgame piece * This piece contains diverse information about the characteristics * of a simple boardgame piece. */ class Piece { private: int id; /**< Unique identifier for a piece */ std::string name; /**< Human-readab...
[ "miguescri@gmail.com" ]
miguescri@gmail.com
60698618654e07ca620821c700d3c5ff7111429f
dd815bd299369a29ac1c31cb99390e35ab2b6402
/jni/Rendering/PostProcessEffects/ClassicTheme.cpp
fbe08b69d1f89fc6424a890f34f5a1cdedb9d4c8
[]
no_license
amuTBKT/FlappyBird-NDK
4c5c85085aba8569bf8756e73f37d7d86df4d4c0
fe0269fa02e44b2f4f8b226e8bfd3711001bcf45
refs/heads/master
2020-12-11T07:53:16.729367
2015-12-27T18:44:09
2015-12-27T18:44:09
48,602,867
14
6
null
null
null
null
UTF-8
C++
false
false
514
cpp
#include "ClassicTheme.h" ClassicTheme::ClassicTheme(int width, int height) : RenderPass(width, height){ SetShader(ShaderManager::GetInstance()->LoadShader("ClassicTheme.vsh", "ClassicTheme.fsh")); } void ClassicTheme::SetCenter(Vector2* object){ center = object; } void ClassicTheme::SetRadius(float r){ radius = ...
[ "gookutbkt@gmail.com" ]
gookutbkt@gmail.com
ffce3e451acb05ba5b7dccebcec2a088d9a312e5
25e47659d6f1e3abc8c1e367ce4264431d19a568
/OldCode/数据结构/链表-原书P37实现/链表-原书P37实现/11-链表拆分.cpp
30e085cd07d3aacdb8f5a3d33835a24c774986a7
[]
no_license
yeze322/Linux-C
5a5fa08152b99bbe64a40bd0cac9766f8f6cd5f6
d78181ad65d6cbd21ce2e79e34e87f0ca40f1181
refs/heads/master
2021-01-20T06:11:55.414324
2018-07-20T02:53:59
2018-07-20T02:54:43
30,003,334
0
3
null
null
null
null
GB18030
C++
false
false
727
cpp
#include "Linkedlist.h" void DelInfo(LinkInfo **L) { delete(*L); *L=NULL; } void SplitList(LinkInfo *L,LinkInfo *odd,LinkInfo *even)//拆分后销毁原链表 { node *p=L->head->next;//第一个元素 node *odd_add=odd->head;//奇数 node *even_add=even->head;//偶数 while(p!=NULL) { //首先添加偶数 odd_add->next=p; odd->listlen++; odd_add=...
[ "2295905420@qq.com" ]
2295905420@qq.com
6bdf5160f787d975f7409c1b8b7129205b66e7d0
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/103/796/CWE457_Use_of_Uninitialized_Variable__new_double_array_partial_init_43.cpp
a94bd3c97cdfb61f9ffa7e9eca3f49cd30704c76
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
3,440
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE457_Use_of_Uninitialized_Variable__new_double_array_partial_init_43.cpp Label Definition File: CWE457_Use_of_Uninitialized_Variable__new.label.xml Template File: sources-sinks-43.tmpl.cpp */ /* * @description * CWE: 457 Use of Uninitialized Variable * BadSource: parti...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
8c10e948ccf7065d304c8cec7f33694def495802
913346299f7d2ff74ccd92a7db691440bfca67f8
/V9/V9/Demo/DlgFeatMatch.cpp
599151071ed641ad6acb7e8f04b6ad130f129964
[]
no_license
yinzhengliang/CSCE606_CCCF
19e06e724ccf962bb9a8d649df922d5a71c85d61
16bdb4f233f01460459271db28e920432349fe55
refs/heads/master
2021-01-01T19:19:42.220291
2013-12-03T20:19:07
2013-12-03T20:19:07
null
0
0
null
null
null
null
GB18030
C++
false
false
14,023
cpp
// DlgFeatMatch.cpp : implementation file // #include "stdafx.h" #include "demo.h" #include "DlgFeatMatch.h" #include "DemoView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////////////////////////////////////////////////////////////////...
[ "yinzhengliang@tamu.edu" ]
yinzhengliang@tamu.edu
f4986e624a56a75fdaf62736b249e3679bbac140
3bb9fe3ad1c84ad66db52e0e3295e27fddf3c2a1
/Material/primeirasfuncoes.cpp
565f29520da522d9e2d699a0370b747e722ebb4a
[ "MIT" ]
permissive
erickamorim/Minicurso-de-Rcpp
ac730d7b834cecdb83fe74e916d49e3a85baa0b1
471b4270c71f0a12ad3699da99bcaf757b1f72bf
refs/heads/master
2022-08-01T10:57:17.880462
2020-05-14T19:52:54
2020-05-14T19:52:54
263,964,973
0
0
null
null
null
null
UTF-8
C++
false
false
1,276
cpp
#include <Rcpp.h> using namespace Rcpp; // exemplo da distancia euclidiana entra um vetor e sai um escalar //[[Rcpp::export]] double distEuclid(NumericVector x, NumericVector y){ int n = x.size(); double out=0; for(int i = 0; i < n; i++){ out += pow(x[i]-y[i], 2); } return( sqrt(out) ); } /* exemplos c...
[ "erick.ufpa@gmail.com" ]
erick.ufpa@gmail.com
cde84079907c06d333b5b7296296408f19c14612
b75c700284e90293c354ef78860d2d69649dccb3
/exp_mnist_grad.cpp
61c75aa6962524f84025d451004a25e222e1a08f
[]
no_license
turkdogan/dropout
47a42dccb5e1a0f290ac73f1b4ddcf2809435e86
e6058c5f9e1e925ca8e22a3cca551c499016f0f1
refs/heads/master
2021-08-20T03:36:56.904009
2017-11-28T04:54:46
2017-11-28T04:54:46
92,925,735
4
3
null
2017-08-16T17:19:42
2017-05-31T08:53:33
C++
UTF-8
C++
false
false
3,890
cpp
#include "exp_mnist_grad.h" #include <iostream> #include "utils.h" #include "network_utils.h" #include "scenario.h" void MnistGradExperiment::run() { std::cout << "Mnist Dropout Grad Experiment Run..." << std::endl; int total_size = 60000; Eigen::MatrixXf input = readMnistInput("mnist/train-images.idx3...
[ "ttasdelen@gmail.com" ]
ttasdelen@gmail.com
5a1abddbe5a42473376d3deb4d05f5f1951fad5d
3f07e0443a505b33f1862c1e30672f72efd932e6
/ex1_test_abstraction.cpp
8578f909ee6b88d15826d4e0e4d06d73a746f86d
[]
no_license
ChaoHuang2018/Real-time-Monitoring-for-NNCS
332a53e99f9d0288cde10867dd3a242fd010c5db
975e0f836440893f7839751f88e815e10f31498b
refs/heads/main
2023-05-09T13:45:14.953419
2021-06-02T13:48:48
2021-06-02T13:48:48
304,783,341
0
0
null
null
null
null
UTF-8
C++
false
false
8,192
cpp
#include "flowstar-template/Continuous.h" #include "NNTaylor.h" #include "domain_computation.h" #include "dynamics_linearization.h" #include "LTI_Abstraction.h" #include "Trajectories.h" #include "Result_Info.h" using namespace flowstar; using namespace std; int run_ex1(string nn_name, string act_name, string traject...
[ "thomashuangchao@gmail.com" ]
thomashuangchao@gmail.com
7e9a4182673deaa1b86537e82963a38fa1b3a54c
ea6cd39c2e335c5673b590ecae108f066fa7e59f
/test/lis+lcs/lcs2.cpp
90b11f06e0b168c8cf3fef6eeea6561b69d84cdb
[]
no_license
Xu-Xihe/codes-and-docs-xxh
73c7497e21bbcbce6b512b9a106e5e4a8b436a40
04a2cbe4416719e5c7ea3ee4ea9b46452d958b4c
refs/heads/main
2023-08-21T08:36:21.911043
2021-10-09T14:39:53
2021-10-09T14:39:53
415,333,666
0
0
null
null
null
null
UTF-8
C++
false
false
678
cpp
#include<cstdio> #include<cstring> #include<algorithm> #define maxe 2000 using namespace std; char a[maxe],b[maxe]; int lena,lenb; int dp[maxe][maxe]; int main(){ while (~scanf("%s%s",a,b)) { memset(dp,0,sizeof(dp)); lena=strlen(a); lenb=strlen(b); for (int i = 1; i...
[ "xxhsishi@outlook.com" ]
xxhsishi@outlook.com