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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
โŒ€
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
d09ef6438d6f441be39f15438b6808b9c6382204
60ae6b7bc57b2b8555b7abc3d8cfb37b3c72bdce
/BT01/B19.cpp
41963bc45bf7c848a8b1e1e66d213777eb40e9a7
[]
no_license
phvtquang/BT_INT2215
7e5301cbf4b5155e2578cbc52169fa192fab980a
8bb9d577104f7a718a9512bc62f7a6fc7c698102
refs/heads/main
2023-03-29T16:15:17.147792
2021-04-04T11:38:55
2021-04-04T11:38:55
341,636,844
0
0
null
null
null
null
UTF-8
C++
false
false
382
cpp
#include <iostream> using namespace std; int main() { int x, y, z; bool b; cout << "nhap ba so" << endl; cout << "1 = "; cin >> x; cout << "2 = "; cin >> y; cout << "3 = "; cin >> z; if ((x < y) && (y < z)) { b = true; cout << "true"; } else { ...
[ "quangphamviet0@gmail.com" ]
quangphamviet0@gmail.com
9aaf6bb199232a71111cb9f9c206ef7095f56fc1
3553b623f019c4914f99ade83754c289a11338a8
/dodo/dodo/boj17825.cpp
5b6edd1464b1c6fafc5051185281030d8009da42
[]
no_license
WonJin4631/AlgorithmStudy
752e6dd9e71177a9098acc149f4d40778bf4c294
28e036f54dd6dd4553c1e6ac82fed509609c325b
refs/heads/master
2023-01-07T03:32:45.185292
2020-11-01T03:55:33
2020-11-02T07:51:28
168,090,955
0
0
null
null
null
null
UHC
C++
false
false
2,115
cpp
#include<iostream> #include<vector> using namespace std; /* 4๊ฐœ ๋ง 10๊ฐœ ์ฃผ์‚ฌ์œ„ ์ˆ˜ ๋ง์ด ์ด๋™ ๋ฉˆ์ถœ๋•Œ ์œ„์น˜ ์ ์ˆ˜ ์ถ”๊ฐ€ ๊ฐ™์€์ž๋ฆฌ์— ์ด๋™ ๋ถˆ๊ฐ€ ์ข…๋ฃŒ์œ„์น˜ ์ด์ƒ ๊ฐˆ๋•Œ ์ข…๋ฃŒ์œ„์น˜ ์ข…๋ฃŒ์œ„์น˜ ๋ง ์ด๋™ ์•ˆ๋จ */ int move_list[11]; int map[] = { 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,0/*์—ฌ๊ธฐ๊นŒ์ง€21*/,10,13,16,19,25/*์˜ค๋ฅธ์ชฝ 26*/,20,22,24,25,30,35,40/*์œ„๋กœ 33*/,30,28,27,26,25 /*์™ผ์ชฝ ...
[ "pwj4119@gmail.com" ]
pwj4119@gmail.com
c3fd38299e85c4279f858013701ac8d41c9c353d
3053e477f91dcfa12fcfe094408b0fbf8fa14de6
/Resources/Utils/calculateEM/source/main.cpp
2afe609802b9db9d2acd6e7cb0818cc79fd660cf
[ "MIT" ]
permissive
sjbradshaw/HYDRAD
eb19013f3869601bcc6754a9a58f6c2acfae8616
4d5eb698570d8a631995be8bff52138dd4f4ef5e
refs/heads/master
2023-04-18T03:48:30.574642
2021-05-05T14:44:56
2021-05-05T14:44:56
109,440,613
0
0
null
null
null
null
UTF-8
C++
false
false
2,982
cpp
// **** // * // * A routine to calculate the emission measure and the differential emission measure // * from spatially averaged electron densities and temperatures // * // * (c) Dr. Stephen J. Bradshaw // * // * Date last modified: 11/11/2015 // * // **** #include <stdio.h> #include <stdlib.h> #include ...
[ "wtb2@rice.edu" ]
wtb2@rice.edu
9d03bff698440de82307d9479577dfdbedba995e
57f624cd3cc3647fc0b8975bbdea821b3b6cba08
/adaboost/algorithm/weak_classifier_impl.cpp
20613bf885ad3469bf6b609ee5b640ce5f0a71b1
[]
no_license
2537369758/adaboost
7b73c059f506b4a69ebe1118231d68d021d1ec1f
bbd7f2676cbe53f72324c862ddfcab27d0718259
refs/heads/master
2023-04-01T20:33:01.136821
2020-12-05T11:25:26
2020-12-05T11:25:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,239
cpp
#ifndef ADABOOST_ALGORITHM_WEAK_CLASSIFIER_IMPL_CPP #define ADABOOST_ALGORITHM_WEAK_CLASSIFIER_IMPL_CPP #include<adaboost/core/data_structures.hpp> #include<adaboost/algorithm/weak_classifier.hpp> #include<adaboost/algorithm/naive_decision_stump.hpp> #include<adaboost/utils/utils.hpp> #include<string> namespace adabo...
[ "noreply@github.com" ]
2537369758.noreply@github.com
0300f9f9bd50918ac6ea91919c29384d55f8be60
a02efe134cb6e0c0acfee5349e8a88fb844114b3
/Lab/GradeIndependentIf/main.cpp
35287a1fd5910b7af89d472a97495d51a3aa102c
[]
no_license
zmiller928/MillerZachary_CSC5_Spring2017
051c2c5c22d7846b6b5e17db50fbc4f3e1e7bec6
62624d1e5896a0a4550fd5ae73d4c5b1545dd595
refs/heads/master
2020-05-18T13:03:50.073784
2017-04-18T04:27:55
2017-04-18T04:27:55
84,238,016
0
0
null
null
null
null
UTF-8
C++
false
false
1,054
cpp
/* * File: main.cpp * Author: Zachary Miller * Purpose: Grade branching exercise * Created on March 16, 2017, 11:23 AM */ #include <iostream> using namespace std; int main(int argc, char** argv) { unsigned short score; //Integer scores valid from 0-100 char grade; cout << "T...
[ "zackyftw@gmail.com" ]
zackyftw@gmail.com
80d9de982d5d687da3c19111e38b1e1514927e73
9fc919b7e778361bc81137f6a0a1abe6acbc74bc
/onerut_normal_operator/src/domain_oscillator.cpp
d7b5d2381e3f39af28ff9bdddc80a6eb963bfb92
[]
no_license
MateuszSnamina/onerut
315f712d36d2ebc797e0292b9d78b7629d81df2c
a38b3790f995aac1a89f415c47f27f7b63bf8c0d
refs/heads/master
2020-04-16T10:41:44.417458
2019-06-02T21:49:07
2019-06-02T21:49:07
165,513,612
0
0
null
null
null
null
UTF-8
C++
false
false
529
cpp
#include<cassert> #include<onerut_normal_operator/domain_oscillator.hpp> namespace onerut_normal_operator { OscillatorDomain::OscillatorDomain(uint32_t n_max_stars) : n_max_stars(n_max_stars) { } uint32_t OscillatorDomain::size() const { return n_max_stars; } std::string OscillatorD...
[ "mateusz.snamina@gmail.com" ]
mateusz.snamina@gmail.com
bbbd6312e6eac9ca580fda84f3dbdd7e8a089944
d2b81ede3d3a516f5313835ce07dfea97db46c87
/diophantine/quartics_simple2.1.cpp
c48d65a5dbf7bbfdbba2ce6bc3d3ef5b23557b7c
[]
no_license
p15-git-acc/code
8b847ad95cd59a13446f595ac65d96d6bc45b512
59337447523018dfab71cbbbda53b4bb88b7ce59
refs/heads/master
2022-12-16T14:38:09.073676
2020-09-16T09:23:00
2020-09-16T09:23:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,455
cpp
// version 2.1 use SSE instructions to move nodes // stop after first solution // #include "inttypes.h" #include "stdio.h" #include <stdlib.h> #include <malloc.h> #include <iostream> #include <assert.h> unsigned long int H; // runs to height<=H // 128 bit unsigned built in to GCC (efficiency?) typedef __uint128_t big...
[ "dave.platt@bris.ac.uk" ]
dave.platt@bris.ac.uk
839186555f6d89353b8553c2973044be962a1fc6
3a5b4dbc8c755e4ae2a041d52c9c486dcffa169f
/KALMAN_FILTER_PID.ino
e596386e791a61ddc82a741cfe91c12f43f74b68
[]
no_license
hamzakarim94/Control-Systems
fdd6c4f4545efdb82030d2731675e0c87a820203
005cd5f8309e0fb4f2c08842c2499da256640b64
refs/heads/main
2023-07-01T13:41:35.323069
2021-08-03T16:27:26
2021-08-03T16:27:26
392,381,152
0
0
null
null
null
null
UTF-8
C++
false
false
2,172
ino
#include "MegunoLink.h" float count[]={0,0}; float reading[]={0,0,0,0}; float EST[]={0,0}; float EST2[]={0,0}; float P_I_D2[]= {0,0}; float P_I_D[]= {0,0}; unsigned long input[]={0,0}; int M1F,M1B,M2F,M2B; float encoder_count, pgain1 ,pgain2,dgain,igain,igain2 ,dgain2,setpoint,I,I2,P,P2,D,D2 ,encoder_count2,ti...
[ "noreply@github.com" ]
hamzakarim94.noreply@github.com
fd4ac2103f34ede5a20be5e98fcb1fe8d636217f
f859143b4f2fafc5619b822618339167556f3174
/CaSh/FastApp/DeferredShadingFastApp.h
67c60b643e06df03773a66c35fa6af6ad81568fa
[]
no_license
BentleyBlanks/SKTRenderer
ef8ee1d2e36259dd30becf9f3b48677da0472210
2f3cf944e2872920c21764c27ee8b10d4d9ad500
refs/heads/master
2021-04-15T17:19:27.654944
2018-03-06T08:32:48
2018-03-06T08:32:48
126,149,197
8
0
null
null
null
null
UTF-8
C++
false
false
4,227
h
#pragma once #include "FastApp.h" #include "d3d11.h" #include "D3DCompiler.h" #include <vector> #include "Vector3.h" #include "Vector2.h" #include "Matrix.h" using std::vector; #define PAD16(x) (((x)+15)/16*16) class DefferedShadingFastApp : public FastApp { public: struct Vertex_PNT { RBVector3 pos; RB...
[ "wubuguiqazwsxmail@gmail.com" ]
wubuguiqazwsxmail@gmail.com
f4ed8d15020018036765ada5b58cc7176fb344ee
cfb800c5125eab02977d786ff2a9d352ed7f8975
/Tron3k/Project/Core/Game/Role/Weapon/WeaponTypes/Mobility/Melee.cpp
5c424a5a6d55aa76d73dd6ef35c10559eed2f77d
[]
no_license
Pristin/Tron3k
8e83b09b16731f7b9d305ce3f125965dc14687bd
57d267eccbcdf1185df54290620d5a67acca0969
refs/heads/master
2020-05-23T10:20:42.033667
2017-01-30T13:26:39
2017-01-30T13:26:39
80,422,879
0
0
null
null
null
null
UTF-8
C++
false
false
555
cpp
#include"Melee.h" Melee::Melee() { } Melee::~Melee() { } bool Melee::shoot() { bool ableToShoot = false; if (firingSpeedCurrentDelay < FLT_EPSILON) { firingSpeedCurrentDelay = firingSpeed; ableToShoot = true; } return ableToShoot; } void Melee::init() { weaponType = WEAPON_TYPE::MELEE; maxClipSize...
[ "martin_nygren9405@hotmail.com" ]
martin_nygren9405@hotmail.com
4bc98fe098a90d4dde61f6c653cb787cb4567e5a
4436cff177e22f2f7bef995e9ac5bd1c1cbd17d0
/ProjectKatamari/PKCameraManager.h
d598fe41aaba701f0eee6d2cf554d98c15b126af
[]
no_license
zrma/ComputerGraphics
3f969bc24e599005e32545ea661b9de98b5f920a
cb3f9efdb504d3688aa5483b99a0b21eed4d7fa6
refs/heads/master
2016-09-06T17:11:53.263294
2014-02-25T07:10:57
2014-02-25T07:10:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
578
h
#pragma once #include "PKDefine.h" #include "PKEnumSet.h" typedef array2d_<GLfloat, MATRIX_3D_ROW, MATRIX_3D_COL>::type GLmatrix; class CPKCameraManager { SINGLETON(CPKCameraManager); private: CPKCameraManager(void); ~CPKCameraManager(void); public: void Init(); void Update(); GLmatrix GetMatrix() { retu...
[ "bulbitain@nhnnext.org" ]
bulbitain@nhnnext.org
e14e3a6385e7110aa4f29b05699d6734731689dd
5a7c45fd67dcc04a3f78f31b850349a1a3883b3a
/jmidi/jdksmidi_track.cpp
9093c8f36d0cef3f9a4ea794cae9da1f71fab910
[]
no_license
bergsail/pianopi
1f1daf567321852f160445afffbe59548a365ae9
707dd03721351485e4eced8453892fe9c2fb2ec3
refs/heads/master
2020-12-24T07:48:23.679038
2016-11-10T10:12:52
2016-11-10T10:12:52
73,365,219
4
1
null
null
null
null
UTF-8
C++
false
false
14,122
cpp
/* * libjdksmidi-2004 C++ Class Library for MIDI * * Copyright (C) 2004 J.D. Koftinoff Software, Ltd. * www.jdkoftinoff.com * jeffk@jdkoftinoff.com * * *** RELEASED UNDER THE GNU GENERAL PUBLIC LICENSE (GPL) April 27, 2004 *** * * This program is free software; you can redistribute it and/or modify * ...
[ "noreply@github.com" ]
bergsail.noreply@github.com
31f6069c929005fe3778b44390abdb48474dfb28
8b28fd4982c102e615849b294b8a6b64eeceb017
/src/net.cpp
179b99e1730485e6e914b1a07b7150a7da91a2d7
[ "MIT" ]
permissive
RdeWilde/Breakout-Chain-Client
40147c502b45a41ccc0915b485260594eec11668
76c328f75dbce0250550892c30089ce168a85420
refs/heads/master
2020-05-23T07:54:11.751146
2016-12-01T20:07:25
2016-12-01T20:07:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
58,328
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 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 "irc.h" #include "db.h" #include "net.h" #include "init.h" #include "strl...
[ "BreakoutCoin@users.noreply.github.com" ]
BreakoutCoin@users.noreply.github.com
3b9cba10b738acbc07edf04fb92ac8642b680801
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14303/function14303_schedule_12/function14303_schedule_12.cpp
32a28b332f3bf9d4aa0428f21ef70fac1c9bb2c3
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
716
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14303_schedule_12"); constant c0("c0", 64), c1("c1", 64), c2("c2", 64), c3("c3", 128); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i0...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
d9d6fcd14d18d5eec925c1edfc6a86d3b4360de8
e0d50712461f60626ab6600a230e5b5f475c636c
/sfx/sfx_source_point.h
0761e34c3ea7476d0c6367db16dc771db93d54d9
[ "MIT" ]
permissive
astrellon/Rouge
a4939c519da900d0a42d10ae0bff427ac4c2aa56
088f55b331284238e807e0562b9cbbed6428c20f
refs/heads/master
2021-01-23T08:39:52.749013
2018-08-31T07:33:38
2018-08-31T07:33:38
11,255,211
0
0
null
null
null
null
UTF-8
C++
false
false
434
h
#pragma once #include <sfx/sfx_isource.h> namespace am { namespace sfx { class ISound; class SourcePoint : public ISource { public: SourcePoint(); SourcePoint(ISound *sound); ~SourcePoint(); void setSourceRelative(bool value); bool isSourceRelative() const; virtual float calcGain() const; vi...
[ "sovereign250@gmail.com" ]
sovereign250@gmail.com
80047afea16ecf79711d5bdd6dab90f51a0748a6
bbbee24280c8e6d690f37c546a5c0e0e58680146
/6a.cpp
d510b5ae95dc35c2471b3c687ee0b5d5d942fa1f
[]
no_license
shiva807/1BM17CS096_ADA
647a7881b33506f651ae28641e62d5ae3b270303
80e211e7f4a2f517e77313d466e9cb77ab5bda2b
refs/heads/master
2020-07-01T00:08:42.866007
2019-11-20T07:29:47
2019-11-20T07:29:47
200,991,320
0
0
null
null
null
null
UTF-8
C++
false
false
602
cpp
//solving n-queens problem using backtracking #include<iostream> using namespace std; int x[4]; bool place(int k, int i) { int j; for(j=1; j<k; j++) { if(x[j]==i || abs(x[j]-i)==abs(j-k)) return false; } return true; } void nqueens(int k, int n) { for(int i=1; i<=n; i++) { if(place(k,i)...
[ "noreply@github.com" ]
shiva807.noreply@github.com
f804449b1910d29848eed9d239b39c187817ac14
5dc072fc293a960fa5614b545b26c2eeea330f44
/src/hypercube.hpp
330759b051cc08bfa053ac097e90f3eb5a2d33f9
[]
no_license
Ahajha/snake-in-a-box
efd576f36745e47ba679af6a78dc931409e135a2
452acedc2162f9672c4aef2c902f7cd95737c1de
refs/heads/master
2023-01-22T10:47:18.490019
2020-11-15T06:27:50
2020-11-15T06:27:50
297,303,166
2
0
null
null
null
null
UTF-8
C++
false
false
1,229
hpp
#ifndef HYPERCUBE_HPP #define HYPERCUBE_HPP #include <array> #include <iostream> // Hypercube graph capable of keeping track of // induced vertices and degrees of vertices // with respect to how many induced neighbors // vertices have. template <unsigned N> struct hypercube { constexpr static unsigned numVertices = ...
[ "ahajha@gmail.com" ]
ahajha@gmail.com
e835fc1cbd56a873a983ff7715e0ac6326a679a5
c61c802fea3e3ccca3f611f8a3d9fe72a8053504
/src/modules.cpp
93fb208a1cc1297adde0ca62e2a19ae37a064269
[]
no_license
Johncorex/perfect-source
fce01617061641d04f9c36d4696b34fc219dae38
2d37b382ecf25364388ed4a8e390c3fb6e1577b9
refs/heads/master
2020-07-25T14:41:15.983264
2019-09-13T19:50:23
2019-09-13T19:50:23
208,326,464
0
0
null
null
null
null
UTF-8
C++
false
false
5,306
cpp
/** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2019 Mark Samman <mark.samman@gmail.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; eithe...
[ "gjohnes2018@gmail.com" ]
gjohnes2018@gmail.com
79a6a4207eab38df5f291adee9c4a0acaf465d1e
3dfb9dec1846d2faafa32bf8cb064d53ca25cba4
/CMPE243/HW/Unit testing/sensor.cpp
cafd045ff29097e2c2087b23098bced4088dc904
[]
no_license
ychen928/my_SJSU_projects
3fcb80eaeb50f1f949ec2cc36d5729b4d16a4634
6454367d793e70bc96122deb20d15e11bb717e2a
refs/heads/master
2021-08-28T06:23:53.741225
2017-12-11T11:53:33
2017-12-11T11:53:33
107,641,465
0
0
null
null
null
null
UTF-8
C++
false
false
68
cpp
int read_sensor_value(int sensor_value) { return sensor_value; }
[ "ychen2809@gmail.com" ]
ychen2809@gmail.com
e35a9906361ca7f52b6816f3b3e0291423ca1c57
a0423109d0dd871a0e5ae7be64c57afd062c3375
/Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Uno.ArgumentNullException.h
370ddf470bdaf697a9d19fbb38a4a13acd8a1349
[ "Apache-2.0" ]
permissive
marferfer/SpinOff-LoL
1c8a823302dac86133aa579d26ff90698bfc1ad6
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
refs/heads/master
2020-03-29T20:09:20.322768
2018-10-09T10:19:33
2018-10-09T10:19:33
150,298,258
0
0
null
null
null
null
UTF-8
C++
false
false
828
h
// This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/UnoCore/1.9.0/Source/Uno/Exceptions/ArgumentNullException.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.ArgumentException.h> namespace g{namespace Uno{struct ArgumentNullException;...
[ "mariofdezfdez@hotmail.com" ]
mariofdezfdez@hotmail.com
f9e0da01fa6e8ace380b7e1e9e5ec78cc27cf4f5
33035c05aad9bca0b0cefd67529bdd70399a9e04
/src/boost_hana_fwd_monadic_fold_right.hpp
cfe6d18add04907e69c4765f63d70ab7c43e86df
[ "LicenseRef-scancode-unknown-license-reference", "BSL-1.0" ]
permissive
elvisbugs/BoostForArduino
7e2427ded5fd030231918524f6a91554085a8e64
b8c912bf671868e2182aa703ed34076c59acf474
refs/heads/master
2023-03-25T13:11:58.527671
2021-03-27T02:37:29
2021-03-27T02:37:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
49
hpp
#include <boost/hana/fwd/monadic_fold_right.hpp>
[ "k@kekyo.net" ]
k@kekyo.net
a144e44e03e0f60f75206ce23d030f2b812bbe72
7ed7151f5523aba4d747a69920ebd193d6ac891b
/ๅนณๆˆ26ๅนด/ๆ•ฐไฝDP/HDU3943.cpp
943cb7f73643822a6556eefa9d94d5c9680da0f1
[ "LicenseRef-scancode-public-domain", "CC0-1.0" ]
permissive
zjkmxy/algo-problems
5965db9969855f208ae839d42a32a9b55781b590
7f2019a2ba650370e1e7af8ee96e6bfa5b4e3f87
refs/heads/master
2020-08-16T09:30:00.026431
2019-10-22T05:07:07
2019-10-22T05:07:07
215,485,779
0
0
null
null
null
null
GB18030
C++
false
false
1,982
cpp
//ๅŒบ้—ด(P,Q]ไน‹้—ด็ฌฌK_iๅคง็š„Nyaๆ•ฐ๏ผˆๅซXไธช4ๅ’ŒYไธช7็š„ๆ•ฐ๏ผ‰ใ€‚ #include<cstdio> #include<cstring> #include<iostream> #include<algorithm> #include<queue> using namespace std; typedef signed long long LL; LL dp[30][10][21][21]; //ไฝๆ•ฐ๏ผŒๅ…ƒ็ด ๏ผŒ4,7 void dp_calc() { int i, j, k, l, x; for(i=0;i<=9;i++) { dp[0][i][0][0] = 1; } dp[0][4][0][0] = 0; ...
[ "bitmxy@gmail.com" ]
bitmxy@gmail.com
b0460e7205c1b236691aa73e513ee79b1b5dff1f
d1a7d51a1d1da1373ee03e44dc344e1793cd6fba
/arduinmove_feb3/arduinmove_feb3/arduinmove_feb3.ino
b3231674f0c1f83622650e3261f42aabcde91b0f
[]
no_license
ColeMcKechney/Robotics
d42daab48ae3b9934db9c99a5b583682d8375585
ec79f6e3f99c7569155784f3a8dea8a4e32e1e19
refs/heads/master
2021-01-04T12:54:24.469116
2020-02-27T19:14:20
2020-02-27T19:14:20
240,560,180
0
1
null
2020-02-19T17:21:49
2020-02-14T17:10:50
C++
UTF-8
C++
false
false
3,398
ino
#include <LobotServoController.h> LobotServoController myse(Serial); void setup() { Serial.begin(9600); while(!Serial); } void loop() { start(); delay (500); grab(); delay(500); hold(); delay(500); rotate(); delay(500); place(); delay(500); //myse.moveServo(6,160,2000); //...
[ "noreply@github.com" ]
ColeMcKechney.noreply@github.com
f8437976bec80df5972f1e2d06fed314ff8b0d81
eaae950ea581cf441ebaaeaa584d15f22a235f65
/tests/sqlite/localURIDatabase/src/testCode/testRequestReply/requesterProcess/main.cpp
9ac798dba34e2fe9214cc9b7a70e7a591516ad13
[]
no_license
charlesrwest/societyOfMachines
ab4f95ae6fdf0a9e470d962185fd76e737167aae
1d8091d2d0e990b20597110a564a0fdd89b08039
refs/heads/master
2020-12-24T16:49:19.085136
2015-03-01T00:26:51
2015-03-01T00:26:51
22,320,803
0
0
null
null
null
null
UTF-8
C++
false
false
2,150
cpp
#include<stdio.h> #include "localURIDatabase.h" #include "utilityFunctions.h" #include<vector> #include<string> #include<exception> #include<unistd.h> #include "localURIEngine.hpp" #include "SOMScopeGuard.hpp" #include "localReplier.hpp" #include "localRequester.hpp" #include "SOMException.hpp" /* This program is me...
[ "crwest@ncsu.edu" ]
crwest@ncsu.edu
2ed35f7d7dbcdbb4d0758dc86d90b3653ded34dd
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtbase/tests/benchmarks/gui/kernel/qguivariant/tst_qguivariant.cpp
e6267e8b6c0e2da4f866d7c3d187efb1b1f3499b
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-commercial-license", "LGPL-2.0-or-later", "LGPL-2.1-only", "GFDL-1.3-only", "LicenseRef-scancode-qt-commercial-1.1", "LGPL-3.0-only", "LicenseRef-scancode-qt-company-exception-lgpl-2.1", ...
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
C++
false
false
3,228
cpp
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commercia...
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
740ae376b1114bbb9fa6b1c11a10dc6fec54a821
ac4ca0a2c6b41832a84853c58c619940e15ed779
/include/marnav/nmea/zfo.hpp
57ed2da7fe3b56650e25c18c4579f21613cc9734
[ "BSD-3-Clause", "BSD-4-Clause" ]
permissive
mariokonrad/marnav
12c2fff7117dfee356b8318e8e964ee8d6e81459
01c55205736fcc8157891b84e3efe387a221ff3a
refs/heads/master
2023-06-08T13:53:39.701103
2023-04-28T15:15:06
2023-05-04T15:50:15
37,308,245
84
48
NOASSERTION
2023-06-05T14:16:36
2015-06-12T07:26:41
C++
UTF-8
C++
false
false
1,571
hpp
#ifndef MARNAV_NMEA_ZFO_HPP #define MARNAV_NMEA_ZFO_HPP #include <marnav/nmea/sentence.hpp> #include <marnav/nmea/time.hpp> #include <marnav/nmea/waypoint.hpp> #include <optional> namespace marnav::nmea { /// @brief ZFO - UTC & Time from origin Waypoint /// /// @code /// 1 2 3 /// | ...
[ "mario.konrad@gmx.net" ]
mario.konrad@gmx.net
b7bfd095085da0931384af482c7115d2f8df47ca
2fd1f7cb28d069d38391496946a18df0b9736cf7
/20190716/20190716_p2.cpp
b04ef328934d9c81e866de48f737f3148891173e
[]
no_license
jyb2605/SW-Algorithm
c268bb5186b70a95bf5aefeb8dd3a236c04ced94
51f39694fad2752a3383381f6f514d6e0d9b275d
refs/heads/master
2020-06-21T09:03:03.335460
2019-07-17T15:15:55
2019-07-17T15:15:55
197,402,426
0
0
null
null
null
null
UTF-8
C++
false
false
801
cpp
/* * D2 * 1945. ๊ฐ„๋‹จํ•œ ์†Œ์ธ์ˆ˜๋ถ„ํ•ด */ #include <iostream> #include <vector> using namespace std; int main() { int testcase; cin >> testcase; for (int _case = 1; _case <= testcase; _case++) { int number; cin >> number; cout << '#' << _case << ' '; int count = 0; while ((number % 2) == 0) { number /= 2; ...
[ "jyb2605@gmail.com" ]
jyb2605@gmail.com
d7ccb6631c561457e19bc4a3bde074885fb461df
d05174cfc67cdf43d085ed631a3ef239766b3eec
/person_profiler/common/split.hpp
6768c4401d5ef1e1461969716594a81088ca9cd8
[]
no_license
crastinus/person_profiler
483a62c3d7e3349bab6393631aad5c87d12b8af6
01392591d041a4563f0d75a450b8ebdf8fa2632d
refs/heads/master
2020-04-08T02:10:41.324457
2019-01-14T04:48:02
2019-01-14T04:48:02
158,925,471
0
0
null
null
null
null
UTF-8
C++
false
false
364
hpp
#pragma once #include <vector> #include <string> enum class split_opts { allow_blank = 0, skip_blank = 1 }; std::vector<std::string> split_any(std::string const& source_str, char const* separators, split_opts options = split_opts::allow_blank); template<typename Type> std::vector<Type> split_to(std::string ...
[ "crastin@yandex.ru" ]
crastin@yandex.ru
565aaefc299cc7d52188181691333ee643039701
c360e28952459a353156e654da7ab1fc2c0adc50
/maker_yaogan_test/maker_yaogan_test.ino
b08d72f18827ae24377fccc5ad6a48647551e037
[]
no_license
az666/arduino_projects
ec8fd40d63154f6ad2369edfb50f4278a38e67e8
94f4dd52a51a52c416a2580c766f8c29529826fb
refs/heads/master
2020-03-19T23:41:13.364066
2018-06-12T04:11:18
2018-06-12T04:11:18
137,015,588
0
0
null
null
null
null
UTF-8
C++
false
false
532
ino
int X=A0; int Y=A1; int BUTTON=7; void setup(void) { Serial.begin(9600);//่ฎพ็ฝฎไธฒๅฃ้€šไฟก9600ๆณข็‰น็އ pinMode(BUTTON,INPUT_PULLUP); } void loop(void) { Serial.print("X="); Serial.print(analogRead(X));//่ฏปๅ–ๆ‘‡ๆ†X่ฝด็š„ๅ€ผ๏ผŒไธฒๅฃๆ˜พ็คบ Serial.print(","); Serial.print("Y="); Serial.print(analogRead(Y));//่ฏปๅ–ๆ‘‡ๆ†Y่ฝด็š„ๅ€ผ๏ผŒไธฒๅฃๆ˜พ็คบ Serial.print(",")...
[ "noreply@github.com" ]
az666.noreply@github.com
cb332d6ef0e7ab246126c5b81c9c38b898b3b476
a94008428e172058c1ed532911f36399c5f3dc7c
/TouchGFX/generated/fonts/src/Kerning_arial_28_4bpp.cpp
e6a551f46b210975c5732a7d56f6636e2745daae
[]
no_license
HanesSciarrone/ATIOGUI
a07097ee0837a9e39abd0b21e17b4673d27c3174
c895e4ab51253ebe975b02a8d3b9b057307b3149
refs/heads/master
2023-03-18T05:02:02.031953
2021-02-08T22:58:05
2021-02-08T22:58:05
291,339,164
0
0
null
null
null
null
UTF-8
C++
false
false
7,255
cpp
#include <touchgfx/Font.hpp> FONT_KERNING_LOCATION_FLASH_PRAGMA KEEP extern const touchgfx::KerningNode kerning_arial_28_4bpp[] FONT_KERNING_LOCATION_FLASH_ATTRIBUTE = { { 0x0041, -2 }, // (First char = [0x0041, A], Second char = [0x0020, ], Kerning dist = -2) { 0x004C, -1 }, // (First char = [0x004C, L], S...
[ "hsciarrone@atioinc.com" ]
hsciarrone@atioinc.com
e8b530b46a0c794f87781fd6dbf38186f52c179c
3ea34c23f90326359c3c64281680a7ee237ff0f2
/Data/2451/H
cb2e7858153ea4b728cdf85e74b67bc723760a18
[]
no_license
lcnbr/EM
c6b90c02ba08422809e94882917c87ae81b501a2
aec19cb6e07e6659786e92db0ccbe4f3d0b6c317
refs/heads/master
2023-04-28T20:25:40.955518
2020-02-16T23:14:07
2020-02-16T23:14:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
91,826
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source Cstd::filesystem::create_directory();FD | | \\ / O peration | Version: 4...
[ "huberlulu@gmail.com" ]
huberlulu@gmail.com
a081fba3b7ef8fd27bb9918e123939e2b74b390c
aa5c1a530f95d629e686ac9124caf1a49a9f23e9
/compiler/src/iree/compiler/Codegen/Common/ExtractAddressComputation.cpp
f3704e966e27f68f59a8ef57ae58f010843a1692
[ "Apache-2.0", "LLVM-exception", "LicenseRef-scancode-unknown-license-reference" ]
permissive
openxla/iree
eacf5b239559e1d3b40c38039ac4c26315b523f7
13ef677e556d0a1d154e45b052fe016256057f65
refs/heads/main
2023-09-06T01:19:49.598662
2023-09-04T07:01:30
2023-09-04T07:01:30
208,145,128
387
110
Apache-2.0
2023-09-14T20:48:00
2019-09-12T20:57:39
C++
UTF-8
C++
false
false
4,671
cpp
// Copyright 2023 The IREE Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include "iree/compiler/Codegen/Common/ExtractAddressComputation.h" #include "iree/compiler/Code...
[ "noreply@github.com" ]
openxla.noreply@github.com
1bc0ed1c075e5aadf4bb62917489793a6c7ced48
f9e23433aaa32cca6567ef0a5295af2600a3f236
/src/graphics/delete_shader.cpp
ea7a4ab6791a0dc3f76872e324afb3b7bd52a8d8
[ "BSD-2-Clause" ]
permissive
TetraSomia/liblapin
72d8bbcf48b4acb39d079884e50d80cd38827c52
f5ee3ce9b0fff8459ec15d5e24287f2c16e5ae35
refs/heads/main
2023-06-02T02:28:38.107596
2021-06-13T18:54:09
2021-06-13T18:54:09
376,612,564
1
0
null
null
null
null
UTF-8
C++
false
false
240
cpp
// Jason Brillante "Damdoshi" // Hanged Bunny Studio 2014-2015 // // Bibliothรจque Lapin #include "lapin_private.h" void bunny_delete_shader(t_bunny_shader *_shader) { sf::Shader *shader = (sf::Shader*)_shader; delete shader; }
[ "arthur.josso@obspm.fr" ]
arthur.josso@obspm.fr
2417a8b9432fba32186cecec15fbab167cd7a487
cf9fc8b34de889922a8cf84dbf3fdf51b01f2312
/under/FunctionWithParam.cpp
45a5e0467ae1a518755334128fc5747685fa54ba
[]
no_license
cks920402/cpp
71f920b5fcf3741ff69760859f7db40bb2ad1199
62ae8872cbccb17b1e65844ae2bbccb35d46a27b
refs/heads/master
2023-01-08T23:34:33.051080
2020-11-13T08:48:43
2020-11-13T08:48:43
311,860,713
0
0
null
null
null
null
UTF-8
C++
false
false
196
cpp
#include <iostream> using namespace std; int max(int num_first, int num_second){ int result; if (num_first > num_second) result=num_first; else result=num_second; return result; }
[ "cks70001559@gmail.com" ]
cks70001559@gmail.com
ad7b61cd4c49b27563c351901728be33d527eff7
5388c95e89ccd03bb1a18aaa663785efc4d6e767
/Test002-FontBlitting/MainWindow.h
ea5504011df9dbff2e27ef0a42fb994a579f5ee6
[]
no_license
egrath/Tests
59397a79432bdf9c4dda9684fbdced4253ef7497
d50a2420f0bd2a78acdee1f419d5bd2d7c0a731d
refs/heads/master
2022-10-23T01:35:53.820355
2020-06-12T05:46:04
2020-06-12T05:46:04
251,276,549
0
0
null
null
null
null
UTF-8
C++
false
false
251
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "ui_MainWindow.h" class MainWindow : public QMainWindow { private: Ui_MainWindow *m_Ui = nullptr; public: MainWindow(); ~MainWindow(); }; #endif // MAINWINDOW_H
[ "egon.rath@gmail.com" ]
egon.rath@gmail.com
d48bcff5880ac712e04b0d6ae7506981b75360cd
b4f42eed62aa7ef0e28f04c1f455f030115ec58e
/messagingfw/sendas/test/sendastestmtm/src/csendastestuimtm.cpp
549ca09e41345a3ebdadf4b09f43a089f950f7f0
[]
no_license
SymbianSource/oss.FCL.sf.mw.messagingmw
6addffd79d854f7a670cbb5d89341b0aa6e8c849
7af85768c2d2bc370cbb3b95e01103f7b7577455
refs/heads/master
2021-01-17T16:45:41.697969
2010-11-03T17:11:46
2010-11-03T17:11:46
71,851,820
1
0
null
null
null
null
UTF-8
C++
false
false
3,675
cpp
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" // which accompanies this distribution, and is available // at the URL "http://www.eclipse.org/legal/e...
[ "none@none" ]
none@none
114e23d84315ba7f524cda36914441542a8fe03e
91b66eaad3fa6821075abfe54b6fa89b73a89af7
/branches/sandbox/cardboard/src/detection.cpp
52a39815485eb213ac8b8536daace094a7ccc995
[]
no_license
yutakage/mit-ros-pkg
635acf0783763affbc3d1b7280d19f70d12c5b95
05508bb956819eeff71c26ac9ecf62d3d3aab5db
refs/heads/master
2023-03-19T06:21:45.511617
2019-02-05T20:53:10
2019-02-05T20:53:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
41,704
cpp
#include <cardboard/detection.h> #include <cardboard/models.h> #include <cardboard/optimization.h> #include <cardboard/ply.h> #include <cardboard/util.h> #include "fitness.h" #include <cardboard/common.h> #include <cardboard/testing.h> #include <cardboard/SceneHypothesis.h> #include <cardboard/DetectModels.h> #incl...
[ "aanders@mit.edu" ]
aanders@mit.edu
4a312195b81e4816da41cfe7c123815c4f5cef91
92572e01e7728aeed7d5d11cbbb2c1a7039cd0cc
/worker.h
675570eaf8674da06bb82cd78f97eb121f1de40f
[]
no_license
Dongzhixiao/C-_study_onQT
21a9084768f1b55454f64ba5fede048be9e98d28
c7eeabe52e6bb89e0759ff607185479d9c50ee65
refs/heads/master
2020-04-15T14:04:33.251665
2019-03-07T13:20:28
2019-03-07T13:20:28
56,897,477
17
26
null
null
null
null
UTF-8
C++
false
false
1,824
h
//็›ฎๅฝ•้ๅކๅทฅไฝœ็บฟ็จ‹๏ผš้‡‡็”จโ€œ็บฟ็จ‹+ๅทฅไบบ+ไบ‹ไปถโ€ๆจกๅผ๏ผ #ifndef WORKER_H #define WORKER_H #include <QThread> #include <QEvent> #include <QPointer> #include <QList> /* NOTES: * 1. the caller MUST maintain Runnable's life cycle * 2. the derived class MUST offer a QObject instance * to receive RunnableExcutedEvent */ class Runnable { p...
[ "dongzhixiaodong@gmail.com" ]
dongzhixiaodong@gmail.com
20e21710044ce3a9b34c3043af476ff70554c460
fedfd83c0762e084235bf5562d46f0959b318b6f
/L4 ไฟกๆฏๅญฆๅฅฅ่ต›ไธ€ๆœฌ้€š/0. ็จ‹ๅบ้ƒจๅˆ†/ch05/็ฌฌ01่Š‚ ไธ€็ปดๆ•ฐ็ป„/1114.cpp
827c23bb3564d1eb1395a985fbf9a3fbd3034f49
[]
no_license
mac8088/noip
7843b68b6eeee6b45ccfb777c3e389e56b188549
61ee051d3aff55b3767d0f2f7d5cc1e1c8d3cf20
refs/heads/master
2021-08-17T21:25:37.951477
2020-08-14T02:03:50
2020-08-14T02:03:50
214,208,724
6
0
null
null
null
null
UTF-8
C++
false
false
613
cpp
#include <cmath> #include <cstdio> #include <iostream> using namespace std; int main() { double a[1001], b[1001] = {0.0}, max = -1000000.0, min = -max, sum=0.0, avg = 0.0, wc = max; int n; cin >> n; for(int i=0; i<n; ++i) { scanf("%lf", &a[i]); sum+=a[i]; if(a[i] > max) max = a[i]; if(a[i] < min) min = a[i...
[ "chun.ma@atos.net" ]
chun.ma@atos.net
67e861897260c5abe68bd75fcab2208919cefdb7
7763ebabad16e792d41ba2753a9746bf7496a26e
/cocos2D/Game_LockPuzzle/Source/Game/GamePlay/UnitManager.h
4d41f24672ff63900c589d0943fdbad4702aeebc
[]
no_license
flowerfx/ColorLockPuzzle
a4dc1ebf4ccfce74da5bb1f4472c71d2182351bc
2e17e6305a437a1e1c76093d82f63703ecfa3def
refs/heads/master
2021-01-10T23:31:44.419176
2020-05-06T14:04:09
2020-05-06T14:04:09
69,724,573
1
1
null
null
null
null
UTF-8
C++
false
false
7,573
h
#ifndef __UINIT_MANAGER_H__ #define __UINIT_MANAGER_H__ #include "ControllableUnit.h" #include "cocos2d.h" using namespace cocos2d; using namespace RKUtils; //#define USE_RANDOM_LEVEL //#define RECORRECT_HINT enum STATE_GAME { STATE_NONE = 0, STATE_MOVE, STATE_NEXT_STEP, STATE_FINISH, STATE_FAILED, STATE_C...
[ "qchien.gl@hotmail.com" ]
qchien.gl@hotmail.com
2e4be86844707b49cab07110da3bafbec98b7f8f
9e1e374a6a497563eaad4e7e8947885c61ecb0b2
/src/scenes/simple_scene.hpp
81863ca0c63500303b756e63e3261bd53f7cc57b
[]
no_license
matthieubulte/georges
2ca92e8d3f8fb10dc59a94d4da6c028dd9e49458
c1a107a8d4853dd346d7147a81f4bf51fd089bcb
refs/heads/master
2023-02-07T23:43:29.291976
2020-12-31T16:22:11
2020-12-31T16:22:11
325,816,680
0
1
null
2020-12-31T16:07:09
2020-12-31T14:31:36
C++
UTF-8
C++
false
false
1,899
hpp
#ifndef SIMPLE_SCENE_HPP #define SIMPLE_SCENE_HPP #include "../transformations.hpp" #include "../distances.hpp" #include "scene.hpp" class SimpleScene : public Scene { public: vec2 dist_field(const float t, const vec3& p) const; vecpack<8, 2> dist_field_simd(const float t, const vecpack<8, 3>& p) const; ...
[ "matthieu.bulte.06@gmail.com" ]
matthieu.bulte.06@gmail.com
ef71d5da8d5ec09037011191d2b6ac7023424cb3
fbbc663c607c9687452fa3192b02933b9eb3656d
/branches/OpenMPT-1.24/soundlib/Mmcmp.cpp
751833f59f94523a34137322a48f2418749c669f
[ "BSD-3-Clause" ]
permissive
svn2github/OpenMPT
594837f3adcb28ba92a324e51c6172a8c1e8ea9c
a2943f028d334a8751b9f16b0512a5e0b905596a
refs/heads/master
2021-07-10T05:07:18.298407
2019-01-19T10:27:21
2019-01-19T10:27:21
106,434,952
2
1
null
null
null
null
UTF-8
C++
false
false
19,175
cpp
/* * mmcmp.cpp * --------- * Purpose: Handling of compressed modules (MMCMP, XPK, PowerPack PP20) * Notes : (currently none) * Authors: Olivier Lapicque * OpenMPT Devs * The OpenMPT source code is released under the BSD license. Read LICENSE for more details. */ #include "stdafx.h" #include "Sndfile...
[ "manxorist@56274372-70c3-4bfc-bfc3-4c3a0b034d27" ]
manxorist@56274372-70c3-4bfc-bfc3-4c3a0b034d27
e0dac87779c1f9f76438f164f54895d5b156bd48
fea945b64253bb62e3512536f85b44eadd5a0186
/utils/testgen.hxx
e4ecd93a05f223f637c85f78f9978ccd403f3a6c
[ "MIT" ]
permissive
moskupols/image-labeling-benchmark
ec56e17f5d34cd0a0b1dc0ff21e69ea7310ddcb8
8babc97969ea7e557dd07acf98a6e2bcf7a7ee4a
refs/heads/master
2021-01-19T03:53:52.061757
2016-07-31T22:10:43
2016-07-31T22:10:43
49,582,180
1
0
null
null
null
null
UTF-8
C++
false
false
1,518
hxx
#ifndef TESTGEN_HXX #define TESTGEN_HXX #include <random> #include <vector> #include <algorithm> #include <cstring> #include <cassert> using std::vector; using std::begin; using std::end; using std::shuffle; template<class Matrix> class RandomMatrixGenerator { public: explicit RandomMatrixGenerator(int seed): ...
[ "feodor.alexeev@gmail.com" ]
feodor.alexeev@gmail.com
9bb16000058a7fd5380e41e362778cca91d87ffa
87eccce05e29d7dda3532fefb0049c95226aef09
/ๆ•ฐๆฎ็ป“ๆž„/ๅฎž้ชŒ/ex4_1SqStack/ex4_1_Test.h
1cb2f53b333ff4e40706e8ab0dcd8a8408f7db7d
[]
no_license
guodongxiaren/ShiYan
ee993d35bafe7f8c1c2d96293fd04d944dc04871
fd73caa7a49228de985045e33a00da1492cf4354
refs/heads/master
2020-05-16T08:00:30.376449
2016-01-10T09:24:50
2016-01-10T09:24:50
22,560,353
11
6
null
null
null
null
GB18030
C++
false
false
4,040
h
#ifndef EX4_1_TEST_H #define EX4_1_TEST_H #endif #include "MySqStack.h" //////////////////////////////////////// template <class T> void displayCurrentObject(MySqStack<T> ms) { cout<<"ๅฝ“ๅ‰้กบๅบๆ ˆไธญ็š„ๅ…ƒ็ด ไธบ๏ผš"<<endl; cout<<ms; } /////////////////////////////////////// template <class T> void ex4_1_1(MySqStack<T>& ss,char& continu...
[ "879231132@qq.com" ]
879231132@qq.com
dea314bbd55ae40139ed71c88aa983f580f23907
c0caed81b5b3e1498cbca4c1627513c456908e38
/src/protocols/stepwise/sampler/StepWiseSamplerSizedComb.cc
3225741b290f5479a62a65c40043a66339638f1e
[]
no_license
malaifa/source
5b34ac0a4e7777265b291fc824da8837ecc3ee84
fc0af245885de0fb82e0a1144422796a6674aeae
refs/heads/master
2021-01-19T22:10:22.942155
2017-04-19T14:13:07
2017-04-19T14:13:07
88,761,668
0
2
null
null
null
null
UTF-8
C++
false
false
6,154
cc
// -*- 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...
[ "malaifa@yahoo.com" ]
malaifa@yahoo.com
0b46c49dafd552f8cb5e5ba4bc5cf248401fb2ef
3ac6a7af9e1c58bb3e2ae6bc33dee47b21269f87
/OpenS4/Renderer/Batch/PointBatch.hpp
790354d89c2842086b73a18a9b4b281cfad9321c
[ "MIT" ]
permissive
MadShadow-/OpenS4
eabefdd744160e48735be078f9e510ae7f4e6db2
1b2f69d617406a2a49ed0511d93771d978b6bfc3
refs/heads/master
2022-12-01T09:36:10.402171
2020-08-10T21:34:39
2020-08-10T21:34:39
273,549,066
3
4
null
null
null
null
UTF-8
C++
false
false
2,920
hpp
#pragma once #include "../OpenGL.hpp" namespace OpenS4::Renderer { class PointBatch { public: GLuint m_vertexArrayObject = 0; GLuint m_attributes[3] = {0}; u64 m_attributeSize[3] = {0}; u64 m_numberOfVertices; void setAttribute(u64 attrID, const std::vector<float>& attribute, ...
[ "40365952+Kimichura@users.noreply.github.com" ]
40365952+Kimichura@users.noreply.github.com
2cd037e06f282730209163c6bc4ef72bc5efcf01
ae05c57c352bd420eeb2f11ef10fb3407a7797d2
/Practica3/TestAlumno.cpp
f59ee53959fd12e643d10aa4b40c933114c67c94
[]
no_license
ernesto-na/repasoc-
ab0898bd8f1f5b630755f52ac9021bcb6614c117
3872e82deede3d1265aff7852dfdf82d214ca640
refs/heads/master
2023-07-03T18:38:05.870351
2021-08-10T08:14:03
2021-08-10T08:14:03
393,239,120
0
0
null
null
null
null
ISO-8859-1
C++
false
false
9,834
cpp
#include"Alumno.h" #include"Profesor.h" #include"Materia.h" #include<iostream> #include <stdio.h> #include <stdlib.h> #include <conio.h> using namespace std; Alumno arregloAlumnos[100]; Materia arregloMaterias[100]; Profesor arregloProfesores[100]; int elementos = 1; int indiceAlumnos = 0, indiceProfesores = 0, indiceM...
[ "ernesto-na@outlook.com" ]
ernesto-na@outlook.com
52b6b95c7ba7ef229e25681ca2c28049ffe757bb
4503b4ec29e9a30d26c433bac376f2bddaefd9e5
/PCL 1.7.2_vs2013/x64/3rdParty/VTK-6.1.0/include/vtk-6.1/vtkInformationDoubleVectorKey.h
8f5f63636104ea575ad91f8cd98d559aaa43b157
[]
no_license
SwunZH/ecocommlibs
0a872e0bbecbb843a0584fb787cf0c5e8a2a270b
4cff09ff1e479f5f519f207262a61ee85f543b3a
refs/heads/master
2021-01-25T12:02:39.067444
2018-02-23T07:04:43
2018-02-23T07:04:43
123,447,012
1
0
null
2018-03-01T14:37:53
2018-03-01T14:37:53
null
UTF-8
C++
false
false
2,594
h
/*========================================================================= Program: Visualization Toolkit Module: vtkInformationDoubleVectorKey.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
[ "hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb" ]
hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb
b221df32b6d79ba610b8e85e7186a85bfc06f94f
6394edab31c0504d1e237e15570b78f23d9145a1
/assign42.cpp
bccbd3c03cfa0f67dc3c903c756979d69bb83515
[]
no_license
phuclevinh2000/C-course
83fa136a0cd46cc4b2406b47984371e42605b3e0
db4cdd2296aea8341661494142a52dd2a55dcfa3
refs/heads/master
2020-09-24T21:03:07.738285
2019-12-04T12:21:55
2019-12-04T12:21:55
225,843,593
0
0
null
null
null
null
UTF-8
C++
false
false
1,225
cpp
#include <iostream> #include <string.h> using namespace std; const int MAX = 30; void swap(char arr[][MAX], int j); void sort(char arr[][MAX], int n); void print(char arr[][MAX], int n); void read(char arr[][MAX], int n); int main(void){ //description cout << "** This program asks for n and takes in n names"...
[ "noreply@github.com" ]
phuclevinh2000.noreply@github.com
3c8d1de667c583c101385703921f715a63dd0ce5
d57f48b9dbfb3c1c3bcdb11f1e0503c1f6c9750a
/CreateSkybox.cpp
941aa8cc140b87ed69bf7c0ab4ad3b75172d39ab
[ "MIT" ]
permissive
zhangxiaomu01/Skycube_Demo
348767d14b8f4880d871edd208fcba4e8be77ca8
98bfa0144fe115bd77ca9f0e2916cecca6832287
refs/heads/master
2021-04-09T16:09:49.616195
2018-03-18T04:00:59
2018-03-18T04:00:59
125,687,884
0
0
null
null
null
null
UTF-8
C++
false
false
2,446
cpp
#include "CreateSkybox.h" GLuint createSkyBox() { //according to different texture resolutions, these values may need to change //these numbers correspod to the UV boundaries of particular points /* ---- | T | ----------------- | F | L | B | R | ----------------- | D | ---- L...
[ "noreply@github.com" ]
zhangxiaomu01.noreply@github.com
d5230a230750c88dfe1108ddedcf020df9980172
af1223d95655dc6e23ffa51402755a9b9c47271f
/376_WiggleSubsequence.cpp
5171ce9040aa3e658bb86e958a3d1d34e700da8e
[]
no_license
royyjzhang/leetcode_cpp
85352fbd2374a03298f0e8bace354d1408354f96
183c82dabb05f1090cc6855b7f6e18bcd9d4f2b9
refs/heads/master
2021-01-21T22:44:14.147933
2017-09-04T05:05:26
2017-09-04T05:05:26
102,170,232
0
0
null
null
null
null
UTF-8
C++
false
false
911
cpp
#include<iostream> #include<vector> #include<queue> #include<stdlib.h> #include<string> #include<algorithm> #include<map> #include<math.h> #include<stdint.h> #include<stack> #include<sstream> #include<unordered_map> using namespace std; class Solution { public: int wiggleMaxLength(vector<int>& nums) {...
[ "royyjzhang@outlook.com" ]
royyjzhang@outlook.com
b1dc43b2c5fc0b228bb05f364fafd68b9882d14a
5b22d68f9c01682fa96d7ca4e796ad5a7b72d9ab
/code/routingkit2/src/osm_decoder.cpp
681d4600fcca91c9d7a648e771923b7c024451d6
[ "BSD-3-Clause" ]
permissive
kit-algo/ch_potentials
54d1b0b28712d7a4f794a5decedce98fa1c36c52
f833a2153635961b01c2d68e2da6d1ae213117a5
refs/heads/master
2022-11-12T17:41:01.667707
2022-11-08T12:01:09
2022-11-08T12:01:09
347,034,552
5
0
null
null
null
null
UTF-8
C++
false
false
24,892
cpp
#include "osm_decoder.h" #include "protobuf_var_int.h" #include "buffered_async_reader.h" #include "data_source.h" #include "protobuf.h" #include <zlib.h> #include <stdexcept> #include <thread> #include <iomanip> #include <sstream> #include <algorithm> #include <atomic> #include <string.h> #include <assert.h> static ...
[ "github@ben-strasser.net" ]
github@ben-strasser.net
4845247a17fe6f981c7739667eb353b23c7e1f5e
afc255608753ab472bb0c8d953fb0361bc4ab635
/BLUE_ENGINE/Object.cpp
6b3187495c23c34c04b2e1ee19675251cb8e5973
[]
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
5,114
cpp
/* * File Name : Object.cpp * Primary Author : Choi Jinwoo * Secondary Author : Park Jinwon, Hyun Jina * Brief: Components will be add in this class. * * Copyright (C) 2019 DigiPen Institute of Technology. */ #include"Object.h" #include <cassert> #include "ObjectFactory.h" #include <iostream> #include "Graphic...
[ "imjinwoo98@gmail.com" ]
imjinwoo98@gmail.com
2064e495a303c97258b26928402ee7e732ec827e
37f93566e9f86c197dd2aeb735c59e2d5ebe0f15
/library_gui/CActiveZoneItem.cpp
c239323910460da6b16c9966bed92cfbca3f7eeb
[]
no_license
ProvisionLab/Tracker
7485471a0b4a37fda3245e0db4a48d3d27a49e52
6bf331e364f106d3ea59732355c014c760ff34d8
refs/heads/master
2021-03-24T09:14:05.224024
2020-12-14T15:22:23
2020-12-14T15:22:23
56,514,020
2
0
null
null
null
null
UTF-8
C++
false
false
2,989
cpp
#include "CActiveZoneItem.h" #include <QDebug> #include <QFile> #include <QPainter> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> CActiveZoneItem::CActiveZoneItem(QFileInfo const & f_etalon) { const int tag_len = sizeof("YY_MM_DD_HH_mm_ss")-1; QString fn = f_etalon.fileName()...
[ "bondarets.ivan@gmail.com" ]
bondarets.ivan@gmail.com
1cd94061cea2fe4d1daa82d6d860335105ba20f0
855ca9e93e9bf15fde74fe66c1991920605011e4
/video/GLX11Screen.cpp
c44d81e58bafcf7b2c4c6952b9e1a04ec62b4c4e
[ "SGI-B-1.1", "BSD-2-Clause" ]
permissive
szk/reprize
0526959a4affa87ec926c31b7f71c3f925c9a470
a827aa0247f7954f9f36ae573f97db1397645bf5
refs/heads/master
2016-09-06T01:53:33.862334
2016-01-28T15:09:33
2016-01-28T15:09:33
11,900,571
0
1
null
null
null
null
UTF-8
C++
false
false
15,166
cpp
#include "Common.hpp" #include "misc/X11DepInfo.hpp" #include "GLX11Screen.hpp" using namespace reprize; using namespace vid; Int32 sb_config[] = { GLX_DOUBLEBUFFER, GLX_RGBA, GLX_DEPTH_SIZE, 16, GLX_RED_SIZE, 0, GLX_BLUE_SIZE, 0, GLX_GREEN_SIZE, 0, None }; Int32 db_config[] = { GLX_DO...
[ "s@vram.org" ]
s@vram.org
0ff1aea4371eed1604a0fe97e9ed70c543644723
f4d62879bd6cc2d6c15eb21ea3d14101ed4eed2b
/plugins/win-mf/mf-h264-encoder.hpp
0d79050fd2c4b008e8520d0161ba6ec84a3b597a
[]
no_license
LiuKeHua/MyObsStudio
ccc9befec01458d126970868c70413dd4755463c
3fbb813550572d417355b40039bc0e3c1f030a2e
refs/heads/master
2020-04-03T14:41:58.413711
2018-12-10T03:43:46
2018-12-10T03:43:46
155,331,426
2
0
null
null
null
null
UTF-8
C++
false
false
4,452
hpp
#pragma once #include <obs-module.h> #define WIN32_MEAN_AND_LEAN #include <Windows.h> #undef WIN32_MEAN_AND_LEAN #include <mfapi.h> #include <mfidl.h> #include <wmcodecdsp.h> #include <vector> #include <queue> #include <memory> #include <atomic> #include <util/windows/ComPtr.hpp> #include "mf...
[ "liukehua880123@163.com" ]
liukehua880123@163.com
4ef0382f74b46b74a3b6e5b901a012e27e88f736
c816f5db557bf7cd9e1b4f694947079e7932b249
/Arduino_package/hardware/libraries/WiFi/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino
8b2b993933ba217bb32f45afd598e829d48bb13a
[]
no_license
happyme531/ambd_arduino
ff9eb67f228f7c4c54442038978baeaa4fbef893
8b4d7b100d9632a1772aa92d36f0525a38709d8b
refs/heads/master
2023-05-12T12:17:11.519167
2021-06-05T14:00:47
2021-06-05T14:00:47
349,416,367
0
1
null
2021-05-02T08:57:32
2021-03-19T12:32:01
C
UTF-8
C++
false
false
4,561
ino
#include <WiFi.h> char ssid[] = "yourNetwork"; // your network SSID (name) char pass[] = "Password"; // your network password int keyIndex = 0; // your network key Index number (needed only for WEP) int status = WL_IDLE_STATUS; WiFiServer server(80); void setup() { Serial.begi...
[ "zhangzhenwu@realtek-sg.com" ]
zhangzhenwu@realtek-sg.com
f87341d2c63779f9f1750b9cf6ad176adffbadae
ca249ca9733de013d6c5e317551897fa56479d15
/3120.cpp
574ac0a443f3ca05b6ae055e10bf348b54b5ffbd
[]
no_license
fjl1005/BSOJ-answers
6d2055a6e3229e06bf81be45996d20a0b587e349
7773b1c588d3f17eef470dfba2daa59be3fce7fa
refs/heads/master
2020-06-28T22:55:52.475735
2019-08-03T11:42:37
2019-08-03T11:42:37
200,363,773
0
0
null
null
null
null
UTF-8
C++
false
false
640
cpp
#include<cstdio> #include<algorithm> using namespace std; int l,t,n; struct q { int x; char ch; } a[70005]; int cmp(q a,q b) { return a.x<=b.x; } int main() { scanf("%d%d%d",&l,&t,&n); for(int i=1; i<=n; i++) { scanf("%d %c",&a[i].x,&a[i].ch); if(a[i].ch=='D') { a[i].x+=t; a[i].x%=2*l; ...
[ "noreply@github.com" ]
fjl1005.noreply@github.com
76593f5604a80c025231badd951dae9454b7b022
a62342d6359a88b0aee911e549a4973fa38de9ea
/0.6.0.3/Internal/SDK/BP_Chroma_classes.h
071ff38108ac68335ab834eb39e1d21a32f725fb
[]
no_license
zanzo420/Medieval-Dynasty-SDK
d020ad634328ee8ee612ba4bd7e36b36dab740ce
d720e49ae1505e087790b2743506921afb28fc18
refs/heads/main
2023-06-20T03:00:17.986041
2021-07-15T04:51:34
2021-07-15T04:51:34
386,165,085
0
0
null
null
null
null
UTF-8
C++
false
false
8,905
h
๏ปฟ#pragma once // Name: Medieval Dynasty, Version: 0.6.0.3 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //-----------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
f75c00dd2e5446790232244127e9edec0e9741ef
d4cdc06cdef352add4c6bcd9b300e419d03b7568
/BGPsource/OpenGL 3.0/chapter_3/lines/src/glwindow.cpp
2e7c8fdcf6477e44c3ec69d2b488b93941c08e21
[]
no_license
QtOpenGL/Animation-Retargeter-Qt-2
f2ce024c6895a9640b92057bb2ae2f7d253f123a
1619072d0aed8073fa5311a33ac9523aa0d95e20
refs/heads/master
2021-04-15T10:59:36.433919
2018-01-26T01:06:10
2018-01-26T01:06:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,761
cpp
#include <ctime> #include <iostream> #include <windows.h> #include <GL/gl.h> #include "wglext.h" #include "glwindow.h" #include "example.h" typedef HGLRC (APIENTRYP PFNWGLCREATECONTEXTATTRIBSARBPROC)(HDC, HGLRC, const int*); PFNWGLCREATECONTEXTATTRIBSARBPROC wglCreateContextAttribsARB = NULL; GLWindow::GLWindow(HINST...
[ "alex.handby@gmail.com" ]
alex.handby@gmail.com
885227d9dfe79eb8fe0939368e449331bb901851
25180581aafc40eb66a79ebd6f7b5212ab188627
/library/src/conversion/csx2dense_device.h
4c1f905e18b43b1a28095a7f50d26fc6177e0152
[ "MIT" ]
permissive
ntrost57/rocSPARSE
0d62a9d98a62cf362789db30fdd1402c5095a7f1
3372f7abbe8eac082104c96a5f134c79c32e4eac
refs/heads/master
2023-07-07T15:28:49.850685
2021-03-25T08:59:11
2021-03-25T08:59:11
150,391,643
0
1
MIT
2018-09-26T08:11:59
2018-09-26T08:11:58
null
UTF-8
C++
false
false
4,641
h
/*! \file */ /* ************************************************************************ * Copyright (c) 2018-2021 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the S...
[ "noreply@github.com" ]
ntrost57.noreply@github.com
762462b8a047abc58df44efb5634eef124dfd7d4
4186169f4f19eedc54ea9552ad04a07462370b3d
/CSVReader.cpp
1af2569db26b6c3758e280a81a928261d5c4b954
[]
no_license
SamanthaChia/OOPCoursework_1
22f484893fb83b55c16ae2199105a68c333ecfe0
e4b4773cd400333203df23eb34d3d7007e18d187
refs/heads/master
2023-02-19T09:29:22.106444
2021-01-10T10:48:43
2021-01-10T10:48:43
325,569,559
0
0
null
null
null
null
UTF-8
C++
false
false
3,050
cpp
#include "CSVReader.h" #include <iostream> #include <fstream> CSVReader::CSVReader(){ } std::vector<OrderBookEntry> CSVReader::readCSV(std::string csvFilename){ std::vector<OrderBookEntry> entries; std::ifstream csvFile{csvFilename}; std::string line; if(csvFile.is_open()) { while(std::g...
[ "samantha1999@live.com.sg" ]
samantha1999@live.com.sg
e0480424ffe82ab3b5b0b01f62d3967d3dbcdb7b
0ef24b53f443f951f3d9b911cd560090d05dd004
/10432 Polygon Inside A Circle.cpp
c6b1a6fcc7207d42e648b08c539230a0275b3397
[]
no_license
Ruman-Hossain/UVA-Problems
3eed911d899a2a733cd5a7ee8c0852257174aaa2
b36646efb1bdfb0c55967d97cd211094eb56f9f9
refs/heads/master
2021-01-10T23:20:08.931525
2017-02-08T18:03:27
2017-02-08T18:03:27
70,599,574
1
0
null
null
null
null
UTF-8
C++
false
false
1,021
cpp
//RUMAN CSE (6th Intake) BRUR #include<iostream> #include<cstdio> #include<cmath> #include <algorithm> #include <iterator> #include <numeric> #include <sstream> #include <fstream> #include <cassert> #include <climits> #include <cstdlib> #include<cstring> #include<strstream> #include<cstdlib> #include<map...
[ "noreply@github.com" ]
Ruman-Hossain.noreply@github.com
fd35890cf265a31c0b05328307ccf8c8a82d61c3
2dc3bbb7b51dce3e10332f25672516eff3ad1347
/Benh_Vien/Benh_Nhan_CV.cpp
06f6b2d2a0071f4b4b7cddb2d3939c6ff2412a38
[]
no_license
lam267/BenhVien
20e57219554773ea3d4fe14b9b72eaeab2b870b2
08e84394caedceb6f3ad2c2a4ab43c73774b5b88
refs/heads/master
2022-07-23T12:25:03.116011
2020-05-18T08:11:59
2020-05-18T08:11:59
262,305,018
0
0
null
null
null
null
UTF-8
C++
false
false
407
cpp
#include "Benh_Nhan_CV.h" void Benh_Nhan_CV::Nhap() { BenhNhan::Nhap(); cout << "Ma benh nhan:"; BenhNhan::Mahs; cout << "Ngay chuyen:";CNgay::Nhap(); fflush(stdin); cout << "Noi Chuyen:";getline(cin, Noichuyen); } void Benh_Nhan_CV::Hienthi(ostream & os) { BenhNhan::Hienthi(os);cout << "Ma benh nhan:" << BenhN...
[ "lamnguyen9964@gmail.com" ]
lamnguyen9964@gmail.com
cab7c242fe920af9118ad8897f65c41de3cf8620
088deb3c9b0f6365a813b0c6a87d33e67ffb916c
/base/hyperneat/HyperNEAT/Hypercube_NEAT/include/Experiments/HCUBE_CheckersExperimentOriginalFogel.h
dcae029b543a06d5d94c27498e8ee9cdef86af9e
[]
no_license
CreativeMachinesLab/softbotEscape
d47b0cb416bfb489af2f73e31ddb9b7d126249b9
e552c8dff2a95ab9b9b64065deda2102ff9f2388
refs/heads/master
2021-01-01T15:37:01.484182
2015-04-27T10:25:32
2015-04-27T10:25:32
34,642,315
3
1
null
null
null
null
UTF-8
C++
false
false
1,100
h
#ifndef HCUBE_CHECKERSEXPERIMENTORIGINALFOGEL_H_INCLUDED #define HCUBE_CHECKERSEXPERIMENTORIGINALFOGEL_H_INCLUDED #include "Experiments/HCUBE_Experiment.h" #include "Experiments/HCUBE_CheckersCommon.h" #include "Experiments/HCUBE_CheckersExperiment.h" namespace HCUBE { class CheckersExperimentOriginalFogel : pub...
[ "nac93@cornell.edu" ]
nac93@cornell.edu
45833cb3e01f31f9e91b595ab1564736f6cf41b7
e899c52221c02627c4e8cefac3cef99bdb097944
/UtilsTest/src/FileTest.h
7ad75ba84095b172d3f8707918cbd2a986ddca58
[]
no_license
SegevHaviv/Client-Server-TicTacToe-Game
3ff1e40da47732bc204aa628f403c0ec192840c8
0dcd3685717ce19df0e1f5822720668d21efc648
refs/heads/master
2021-04-15T15:01:49.942808
2019-02-27T06:30:02
2019-02-27T06:30:02
126,868,223
0
0
null
null
null
null
UTF-8
C++
false
false
260
h
/* * FileTest.h * * Created on: Oct 12, 2017 * Author: user */ #ifndef FILETEST_H_ #define FILETEST_H_ #include "File.h" class FileTest { private: File* file; public: FileTest(); virtual ~FileTest(); bool test(); }; #endif /* FILETEST_H_ */
[ "noreply@github.com" ]
SegevHaviv.noreply@github.com
2dc35ab6111d52feb4bbcdddb3ac38a2521d7f2b
523efb3280f92ac83e2c6247798690e6ce343c18
/StellarTrace/src/Math/Color.h
abcec525e26ce53376b5314732e4dc309b6be746
[ "Apache-2.0" ]
permissive
sarkararpan710/StellarTrace
8ec93aaa0b6dca9352fd797bd56aeb89b795673f
208ee5b53ff22e309dffb93418a2cad86d6bf971
refs/heads/master
2020-04-22T11:21:49.978859
2019-02-11T11:18:51
2019-02-11T11:18:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
354
h
#pragma once #include "Vector3f.h" #include "../Core.h" namespace StellarTrace { class Color { public: Color(const vec3& color, float alpha) :data(color), alpha(alpha) { }; inline float operator[](uint32 index)const; private: vec3 data; float alpha; }; inline float Color::operator[](uint32 index)...
[ "alimilhim5@gmail.com" ]
alimilhim5@gmail.com
047df4c19d42475a2f2ca7e9e5608c567ada632c
d4386cdd1bf16a903b8e4dfc3484eb19eef80b5c
/VEXU2020-2021/AsyncBot/.vscode/cquery_cached_index/c@@users@7429165@desktop@robot stuff@matt's github stuff@vex-robotics-sdsmt@vexu2020-2021@asyncbot/src@twinrun.cpp
659b92dee7747dab9014f4d6eaadf8bb906c1821
[]
no_license
TheRevilo2018/VEX-Robotics-SDSMT
1535b21b77ba35493ee7b9c1d22ae23ae173b150
b80a2ef00a2c4cf76301b81ce3ee3b3ec48db54f
refs/heads/master
2023-08-15T07:34:05.839114
2021-09-27T04:18:15
2021-09-27T04:18:15
109,911,898
1
0
null
2021-05-24T19:59:30
2017-11-08T01:30:23
C++
UTF-8
C++
false
false
3,325
cpp
#include "../include/twinRun.h" namespace twin { void opcontrolTask(void* param) { int pairIndex = (int)param; // Screen posting might break async, check it pros::lcd::set_text(5, "Calling op_control: " + std::to_string(pros::millis())); const int inserterConst = 110; const int inserterRestingC...
[ "7429165@T-SMD1030026" ]
7429165@T-SMD1030026
eb9b97bfa78f4e29d5ae7c391b9a474ff708ed2c
e41d3561f1dc7b1c71f03e5c407cc359e23e59c8
/ch-3/ex-3.9-random-triangles-areas.cpp
614b771211e65104ec5c12469dec6cd07b95a582
[]
no_license
tischsoic/algorithms-in-Cpp-EN
d660545cae758724ff3e3ff00150b328a19bbd6f
0e4af0a497ac79be532bd34a5bcc0e649d04787b
refs/heads/master
2021-05-05T16:59:19.434769
2018-02-08T18:14:03
2018-02-08T18:14:03
117,374,816
1
0
null
null
null
null
UTF-8
C++
false
false
479
cpp
#include <iostream> #include <cstdlib> #include "Point.h" #include "Triangle.h" float randomFromUnitSquare() { return (float)std::rand() / RAND_MAX; } Point randomPoint() { return Point {randomFromUnitSquare(), randomFromUnitSquare()}; } int main() { for (int i = 3; i > 0; --i) { Triangle randT...
[ "symfiz@gmail.com" ]
symfiz@gmail.com
cb61bcb0a618c6ac2858817bdbf212cc051b03c6
decefb13f8a603c1f5cc7eb00634b4649915204f
/packages/electron/shell/browser/ui/accelerator_util.cc
c9c5fb511e82412cb9fe73563dcedd1fce09b412
[ "Apache-2.0", "LicenseRef-scancode-free-unknown", "MIT" ]
permissive
open-pwa/open-pwa
f092b377dc6cb04123a16ef96811ad09a9956c26
4c88c8520b4f6e7af8701393fd2cedbe1b209e8f
refs/heads/master
2022-05-28T22:05:19.514921
2022-05-20T07:27:10
2022-05-20T07:27:10
247,925,596
24
1
Apache-2.0
2021-08-10T07:38:42
2020-03-17T09:13:00
C++
UTF-8
C++
false
false
3,262
cc
// Copyright (c) 2013 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #include "shell/browser/ui/accelerator_util.h" #include <stdio.h> #include <string> #include <vector> #include "base/logging.h" #include "base/stl_util.h" #include "base/strings/str...
[ "frank@lemanschik.com" ]
frank@lemanschik.com
554e3368db5bc1bcdf5856b7e3265d5c6f200ca3
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/09_8288_23.cpp
86e4a2462f60089969af7c310c2c730a4a2378ad
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
917
cpp
#include <fstream> #include <cstdio> #include <cstdlib> #include <cmath> #include <vector> #include <iostream> #include <string> #include <queue> #include <map> #include <sstream> #include <set> using namespace std; int m[25600]; int main() { freopen("A.in", "rt", stdin); freopen("A.out", "wt", stdou...
[ "nikola.mrzljak@fer.hr" ]
nikola.mrzljak@fer.hr
252da1bfc8fe23506da9eb340d07d7982a4f27ec
8f421001634923dbfb032389ecd094d4880e958a
/modules/cudastereo/src/stereocsbp.cpp
bc5a230f63e41e27be94243af301f23026cfd8a3
[ "Apache-2.0" ]
permissive
opencv/opencv_contrib
ccf47a2a97022e20d936eb556aa9bc63bc9bdb90
9e134699310c81ea470445b4888fce5c9de6abc7
refs/heads/4.x
2023-08-22T05:58:21.266673
2023-08-11T16:28:20
2023-08-11T16:28:20
12,756,992
8,611
6,099
Apache-2.0
2023-09-14T17:35:22
2013-09-11T13:28:04
C++
UTF-8
C++
false
false
15,906
cpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "alexander.alekhin@intel.com" ]
alexander.alekhin@intel.com
619dc17f6ca288433234f2d3e1350f0d52810353
b1543608e8c21a9cb841b3aebcc16ff6e0e84dda
/1002-487-329/487-329.cpp
0b2be86cc56e9200d9cf669602da8c2ceffc7f28
[]
no_license
StupidTAO/ACM---PKU-Online-Judge
74835099d5bbb281f7abd5678256d68af04577b7
ec807b9db719a03bf62e2f5c1f4786adee9117ae
refs/heads/master
2021-04-27T22:18:08.121672
2020-11-08T03:49:40
2020-11-08T03:49:40
122,415,976
7
5
null
null
null
null
UTF-8
C++
false
false
1,596
cpp
#include<iostream> #include<string> #include<map> using namespace std; void strStd(string& str); void leaveSampleTel(); void printBook(); map<string, int> telBook; int main() { map<string, int>::iterator it; string str; int num = 0; cin >> num; while(num--) { cin >> str; strStd(str); it = telBook.find(st...
[ "noreply@github.com" ]
StupidTAO.noreply@github.com
853c84e50b9ca47a0ab0bbb95313ee4b2649b374
c15ca123b29e1b57e18a0126dfca13d5f03770ec
/Codeforces/cf_new/easy/892A.cpp
70e0e2ead06141846feacd52e3635061f09aaba4
[]
no_license
iamnidheesh/MyCodes
738547efaf7d36705db921eb644596bc4686d847
13e6878573cd478020f860e431dc1310257583a2
refs/heads/master
2021-09-06T08:05:59.325369
2018-02-04T05:22:00
2018-02-04T05:22:00
94,070,404
2
2
null
2017-09-16T15:39:49
2017-06-12T07:58:25
C++
UTF-8
C++
false
false
377
cpp
#include <iostream> #include <algorithm> #include <cstdio> using namespace std; int main() { long int a[100001],b[100001],n; cin>>n; long long int x = 0; for(int i = 0;i < n;i++) { scanf("%ld",&a[i]); x += (long long int)a[i]; } for(int i = 0;i < n;i++) scanf("%ld",&b[i]); sort(b,b+n); if(x <= (long long ...
[ "nidheeshpandey@gmail.com" ]
nidheeshpandey@gmail.com
2398050f3ecd3914dc7f779b061cd6fcbbc03ef8
5207348f2e7bf486ab942969a61293bb6f603aef
/MaxFactor.cpp
e59ed6bc67ff9c462f3b96aa5a48c620a5ed1fcb
[]
no_license
butorin75/maxfactor
48d7f0beed3618459b43fc1f8c3b317906f2ccfb
bbfbf7a43f157ce246693ca545c5258dd8f5dde6
refs/heads/master
2023-08-10T21:17:45.494011
2021-09-29T12:09:17
2021-09-29T12:09:17
411,658,399
0
0
null
null
null
null
UTF-8
C++
false
false
1,309
cpp
๏ปฟ// MaxFactor.cpp : ะญั‚ะพั‚ ั„ะฐะนะป ัะพะดะตั€ะถะธั‚ ั„ัƒะฝะบั†ะธัŽ "main". ะ—ะดะตััŒ ะฝะฐั‡ะธะฝะฐะตั‚ัั ะธ ะทะฐะบะฐะฝั‡ะธะฒะฐะตั‚ัั ะฒั‹ะฟะพะปะฝะตะฝะธะต ะฟั€ะพะณั€ะฐะผะผั‹. // #include <iostream> std::uint64_t sqrt64(uint64_t a) { uint64_t min = 0; uint64_t max = ((uint64_t)1) << 32; while (1) { if (max <= 1 + min) return min; ...
[ "mvc94104@gmail.com" ]
mvc94104@gmail.com
d97977fd0ec8ac543e6accb48a09c1998fe9427d
dc6335308a793b7ac35a80a761f9c87c6cef8d07
/include/OperatingSystems/Processor/ErrorCounter.h
046d055d4ef0a1e64578eb2033c8944065f8dddc
[]
no_license
Dzordzu/OperatingSystemsV2
bf149c1ce697d2608833e014e0e2c4d1e11de20b
e5a19dd216089dd09b3fb5c38b6a78891b79896c
refs/heads/master
2020-05-24T13:16:35.461293
2019-05-22T19:08:43
2019-05-22T19:08:43
187,285,942
0
0
null
null
null
null
UTF-8
C++
false
false
791
h
// // Created by dzordzu on 5/18/19. // #ifndef OPERATINGSYSTEMSS_PROCESSOR_ERRORSCOUNTER_H #define OPERATINGSYSTEMSS_PROCESSOR_ERRORSCOUNTER_H #include <cstdint> #include <string> namespace OperatingSystems { namespace Processor { class ErrorCounter { std::string counterName; uin...
[ "tomekdur@wp.pl" ]
tomekdur@wp.pl
c325d557028485636c36466912db15eb71f0e22c
7b4878e9d41c29696323222200964ddbfa726dda
/Khrysalis.Engine/Source/Khrysalis/Debug/Assert.h
00c0a24f6bc9aaa68b7df94766f5f18036e05233
[]
no_license
Kukuun/Khrysalis
649a945d1cbff2291dbe03fcca8c16716c352fa2
e2c623281d2b6c794e81635f69b5cf96e73963c0
refs/heads/master
2023-03-11T22:24:45.366202
2020-12-18T17:00:00
2020-12-18T17:00:39
319,071,145
0
0
null
null
null
null
UTF-8
C++
false
false
1,148
h
#pragma once #include "Khrysalis/Core/Base.h" #include "Khrysalis/Debug/Log.h" #include <filesystem> #ifdef KAL_ENABLE_ASSERTS #define KAL_INTERNAL_ASSERT_IMPL(type, check, msg, ...) { if(!(check)) { KAL##type##ERROR(msg, __VA_ARGS__); KAL_DEBUGBREAK(); } } #define KAL_INTERNAL_ASSERT_WITH_MSG(type, check, ...) KA...
[ "pmunk87@gmail.com" ]
pmunk87@gmail.com
13041cc246ceb23a710d1a8e041f96eb0e204e43
085e03878f982a59185cc91581d1c61b0eba7ecc
/BattleTank/Source/BattleTank/TankBattle_UserWidget.h
0c08b0f857441f3881903493326c6ffd2061a2de
[]
no_license
fogeZombie/BattleTankTutorial
c1a0dcf1ef34cb09c2c0ebb81085f19d0a391bde
71b1967c86953c927adeff5329cc0b169c55b219
refs/heads/master
2020-03-23T10:42:53.596795
2018-08-31T19:52:54
2018-08-31T19:52:54
141,458,046
0
0
null
null
null
null
UTF-8
C++
false
false
316
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Blueprint/UserWidget.h" #include "TankBattle_UserWidget.generated.h" /** * */ UCLASS() class BATTLETANK_API UTankBattle_UserWidget : public UUserWidget { GENERATED_BODY() };
[ "fogezombie@gmail.com" ]
fogezombie@gmail.com
57d8200f790b3735c8cd228c52c4b48081a8b708
9d1e48f5746830082fec687a120f93ee182d59bb
/Vid_4.0/Vid_4.0.ino
95f7622a4c8be265c72f3e591687342b8f87054c
[]
no_license
Ankit-Sidana/Arduino
8d259d94256a3f10a3b867218716b10e5a89ce3f
010aacc024a81867556448788dc38ed1ee5ea164
refs/heads/master
2023-05-10T20:33:19.503863
2021-05-27T17:03:59
2021-05-27T17:03:59
371,437,625
2
0
null
null
null
null
UTF-8
C++
false
false
174
ino
// C++ code // int sensepin = 0; void setup() { analogReference(DEFAULT); Serial.begin(9600); } void loop() { Serial.println(analogRead(sensepin)); delay(500); }
[ "ankitsidana27@gmail.com" ]
ankitsidana27@gmail.com
6d10ff953b873c6efc9a27a700a8f566b6ad3844
757f949fd92e6986d287e54257e65b6a05506d10
/src/hwcomponents/caros_universalrobot/src/ursafe_main.cpp
809b19d8872b96fdb1eaeec67913a336785c4fb9
[ "Apache-2.0" ]
permissive
tlund80/MARVIN
5a5d7da37aaa1e901a6e493589c4d7b3cb9802ae
9fddfd4c8e298850fc8ce49c02ff437f139309d0
refs/heads/master
2021-05-01T02:57:47.572095
2015-03-27T13:51:07
2015-03-27T13:51:07
23,161,076
0
1
null
null
null
null
UTF-8
C++
false
false
2,288
cpp
#include "UniversalRobots.hpp" #include <rw/common/PropertyMap.hpp> #include <rw/loaders/xml/XMLPropertyLoader.hpp> #include <rw/loaders/WorkCellLoader.hpp> #include <boost/bind.hpp> using namespace rwhw; using namespace rw::common; using namespace rw::loaders; using namespace rw::models; using namespace rw::kinem...
[ "soelund@mail.dk" ]
soelund@mail.dk
65361a258ddec04eb07cb9e94ea902dca30352b8
bebd4f4ed50b0fa55ed1a867bf41ab45ff96c6fa
/src/semantics/drawing_helpers.cpp
41f7f8aff25d845b7652d41db8df5cb0f168ef9f
[ "MIT" ]
permissive
tomaszmj/lturtle
a9b91859fa278735c8c02e45afd08b6f2701bbd3
e8fff3c0393697b69f4985cdccf74491eb7c88c9
refs/heads/master
2022-04-16T06:46:40.475997
2020-04-11T11:42:21
2020-04-11T11:42:21
254,855,507
0
0
null
null
null
null
UTF-8
C++
false
false
2,621
cpp
#include "drawing_helpers.h" #include "exception.h" #ifdef DEBUG #include <iostream> #endif using namespace semantics_namespace; TurtleState::TurtleState() : pencolour(0, 0, 0), pendown(true), position(0.0f, 0.0f), rotation(90.0f), pensize(1.0f), scale(1.0f) {} UtmostTurtleCoordinates::UtmostTurtleCoordinates(co...
[ "tomasz.m.j.nowak@gmail.com" ]
tomasz.m.j.nowak@gmail.com
a35a1977bc4b166fc0f5776b7e2773706e9ab930
7c9facd0904153b1a2d1052f424529c1669a0562
/PSUC Lab/week 6/interchange.cpp
947adc36fbb257610b10e44f795273aa3cde0ff4
[]
no_license
JevDsouza/Labs
f57c89ff6a79b45bbe90ebee64e6708735e7bcdd
15e738faa0cf579ccc224bdd5353cce9f0f05103
refs/heads/master
2021-08-07T18:43:05.267214
2020-08-14T00:41:48
2020-08-14T00:41:48
210,691,580
3
0
null
null
null
null
UTF-8
C++
false
false
656
cpp
#include<iostream> using namespace std; int main() { int a[3][3],b[3][3]; int k=1;int temp=0; cout<<"Enter the array elements"<<endl; for(int i=0;i<3;i++) { for(int j=0;j<3;j++) cin>>a[i][j]; } for(int j=0;j<3;j++) { temp=a[0][j]; a[0][j]=a[1][j]; a[1][j]=temp; } cout<<"Row excha...
[ "noreply@github.com" ]
JevDsouza.noreply@github.com
7d8a879029340804e89c995bc4f7e0b78a227286
6ae3ac751afd23568725edddc0b02938ce80a0c6
/catkin_ws/devel/include/beginner_tutorials/valueMatrix.h
886911715760b33153e14e33a6eff15079eb16ee
[ "MIT" ]
permissive
lies98/ROS_chasing_ball
ee0514b62605eea8c68dc17ef1355b2165a1bfed
6e1f08ed51a5b5f0c7b0bdebfb1bef2d3fe61949
refs/heads/main
2023-04-05T18:28:55.579984
2021-04-18T18:46:21
2021-04-18T18:46:21
359,225,462
0
0
null
null
null
null
UTF-8
C++
false
false
6,784
h
// Generated by gencpp from file beginner_tutorials/valueMatrix.msg // DO NOT EDIT! #ifndef BEGINNER_TUTORIALS_MESSAGE_VALUEMATRIX_H #define BEGINNER_TUTORIALS_MESSAGE_VALUEMATRIX_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_messag...
[ "liesamarouche@MacBook-Pro-de-Lies.local" ]
liesamarouche@MacBook-Pro-de-Lies.local
0460f336abdb7c1cbb2c7f2a2d2338d1a93a2e16
e2a4ddb143bfc57b08c6062f88ff9271923001ad
/55.JumpGame.cpp
4e631ce837afce6c7524fbcf9ff60609827e69cb
[]
no_license
jo-qzy/LeetCode
d99bdf6f73c3e081059f4bcb0c781580f1c7b644
47081a328481c14074173cd481f3b8241f45b9e3
refs/heads/master
2021-06-27T18:28:55.779325
2019-03-12T16:15:19
2019-03-12T16:15:19
134,131,932
0
1
null
null
null
null
UTF-8
C++
false
false
934
cpp
// ่ฏ„่ฎบๆไพ›็š„๏ผŒไปŽๅŽๅพ€ๅ‰้ๅކ๏ผŒnไธบๅˆฐๅ‰ไธ€ไธช่ฎฐๅฝ•็š„็‚น็š„้œ€่ฆ็š„ๆญฅ้•ฟ class Solution { public: bool canJump(vector<int>& nums) { int n = 1; for (int i = nums.size() - 2; i >= 0; i--) { if (nums[i] >= n) n = 1; else n++; if (i == 0 && n > 1) return false...
[ "2651933495@qq.com" ]
2651933495@qq.com
65244b996c7e0e02d14e8b52ef2025840a480750
9a6a3ed03bddce848dbeb0a983ca058695025620
/projects/biogears/libBiogears/src/cdm/properties/SEScalarPowerPerAreaTemperatureToTheFourth.cpp
b885cd8a37fdf80b615887ed2a18dbbd7d23bf94
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
amodhs619/core
0da9a123c283eb63be17b3bb4ad921986fe9283e
149bef063d364a7fb19e74f5907abdc7dda2e4e9
refs/heads/master
2023-08-18T05:45:29.197416
2021-01-29T08:17:42
2021-04-28T18:20:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,820
cpp
/************************************************************************************** Copyright 2015 Applied Research Associates, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.ap...
[ "sawhite@ara.com" ]
sawhite@ara.com
ede47cfe9ff4c0885b07f33ff32ab74df43fb304
07cbe159795612509c2e7e59eb9c8ff6c6ed6b0d
/partitioned/RayleighBenard/3D/Ra_1e+05_multiFluidBoussinesqFoam_resX20_Y10_lowB_sigma_0_5_divTransfer_laplacianTransfer_gamma_1e-2/init_118/b.stable
f53126c44eaad2dd91765b1b1b2107f860b876ce
[]
no_license
AtmosFOAM/danRun
aacaaf8a22e47d1eb6390190cb98fbe846001e7a
94d19c4992053d7bd860923e9605c0cbb77ca8a2
refs/heads/master
2021-03-22T04:32:10.679600
2020-12-03T21:09:40
2020-12-03T21:09:40
118,792,506
0
0
null
null
null
null
UTF-8
C++
false
false
69,885
stable
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "d.shipley.1341@gmail.com" ]
d.shipley.1341@gmail.com
31eb10b3721863b1faa18e9e00c76b1024de6447
0c012fdfe2aca4da7bb99587c22f1d0323316157
/notebook_app.hpp
279b40dcd22edbfb55051c4f4ae78abda3777c86
[]
no_license
sjocher/plotscript
c059f455e6892b8aeed4342a899e44d7764ea5b8
48c50e10727098a14d16bb85bd7e0b6d9ed08185
refs/heads/master
2020-04-11T17:19:01.255861
2018-12-03T23:01:48
2018-12-03T23:01:48
161,956,219
0
0
null
null
null
null
UTF-8
C++
false
false
1,011
hpp
#ifndef NOTEBOOK_APP_HPP #define NOTEBOOK_APP_HPP #include <QWidget> #include <atomic> #include "input_widget.hpp" #include "output_widget.hpp" #include "cpanel.hpp" #include "interpreter.hpp" #include "semantic_error.hpp" #include "startup_config.hpp" #include "guiParseInterp.hpp" class NotebookApp: public QWidget ...
[ "sjocher@vt.edu" ]
sjocher@vt.edu
3d6b0ee3920a41ff050c1970c776ecb8fb751182
3ab03690aeccc359a472234d7bd55d4c9157f367
/spline.cpp
4ddfa487d06a494c7985da22e108beb3261289d6
[]
no_license
kerinin/arduino-splines
29cdd2dfbebabf3440148eb10def962715c9c710
c97ea41a7cd8f231a40cc438c227842d383cb619
refs/heads/master
2021-01-19T20:15:29.422885
2015-01-22T22:28:01
2015-01-22T22:28:01
705,205
16
12
null
2019-05-23T06:47:05
2010-06-05T20:12:05
C++
UTF-8
C++
false
false
2,825
cpp
#include "WProgram.h" #include "spline.h" #include <math.h> Spline::Spline(void) { _prev_point = 0; } Spline::Spline( float x[], float y[], int numPoints, int degree ) { setPoints(x,y,numPoints); setDegree(degree); _prev_point = 0; } Spline::Spline( float x[], float y[], float m[], int numPoints ) { setPoi...
[ "kerinin@gmail.com" ]
kerinin@gmail.com
7ab0c99f5cae422414c72daf12dcbc7f9e78faa3
3b411b513f5d43aa3094cd5ae406c7ebd63a079c
/src/tlb2h/std.h
9dfda5c4d35961ccee9749be08fec511b8afa7dd
[]
no_license
dbremner/comet
17752230ec5998ab962a3f6631bd645d146a5328
434e893426dbbfca000a53e342226e17ad223ddf
refs/heads/master
2021-01-22T20:55:26.139527
2015-10-05T04:21:31
2015-10-05T04:21:31
42,421,800
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,719
h
#pragma once /* * Copyright ยฉ 2000, 2001 Sofus Mortensen, Michael Geddes * * This material is provided "as is", with absolutely no warranty * expressed or implied. Any use is at your own risk. Permission to * use or copy this software for any purpose is hereby granted without * fee, provided the above...
[ "sofusmortensen@localhost" ]
sofusmortensen@localhost
a656a25a4886bd4d01432b35069c967472035d44
0e89641c4b79034acbac26db1855ed71105abb47
/cpp/fcs/examples/vgroup/c_inl.hpp
46a567b9dec8bb6783d07542435035970d1baf79
[]
no_license
patefacio/codegen
25f9af2e8fc21ae6df492110f12ca9e9e9b58f41
17fc8829804c4a4bb7e1efd653e6e20c1e585bfc
refs/heads/master
2016-09-06T10:33:42.599798
2013-05-29T13:58:44
2013-05-29T13:58:44
7,753,270
1
0
null
null
null
null
UTF-8
C++
false
false
1,111
hpp
/****************************************************************************** * c_inl.hpp * * Copyright (c) Daniel Davidson * * Distributed under the Boost Software License * (http://www.boost.org/LICENSE_1_0.txt) *******************************************************************************/ /*! * \file c_...
[ "dbdavidson@yahoo.com" ]
dbdavidson@yahoo.com
5c4709c46c9c7d64671b3a040879a796b8416f5e
1235c262c1d0c872d8ea76b9298aa21f297557ad
/src/checkpoints.cpp
930180194cf3774d5ea8539624622b8b0266eb0b
[ "MIT" ]
permissive
kyonetca/potcoin
b100d45faf29eea5bf6d304b2fb502b544d0e77d
99fe734668ae3af37ff810467cc5b012dabc5dc3
refs/heads/master
2021-01-22T02:08:33.479357
2014-04-05T05:46:51
2014-04-05T05:46:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,626
cpp
// Copyright (c) 2009-2012 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 <boost/assign/list_of.hpp> // for 'map_list_of()' #include <boost/foreach.hpp> #include "checkpoints.h" #include "m...
[ "dev@potcoin.info" ]
dev@potcoin.info
08856ff1985867b58eb05fc178401e2d9b14e364
88ed9abde9b457e5f2b3f59143705e93294c0f74
/l5/stack/count/lock_free (ะบะพะฟะธั).h
976572303760b4b7876b466e678ed139884882bf
[]
no_license
ZonDBeer/_PCT
f41ad2a1033aa128385fb02769d137b95e15a585
c83d5ac6eeb1206a8fb7359662bdf6919d286ddf
refs/heads/master
2020-03-19T03:03:21.371622
2018-06-01T08:26:08
2018-06-01T08:26:08
135,689,780
0
0
null
null
null
null
UTF-8
C++
false
false
4,898
h
template <typename T> class lock_free_queue { private: struct node; struct counted_node_ptr { int external_count; node* ptr; }; std::atomic<counted_node_ptr> head; std::atomic<counted_node_ptr> tail; struct node_counter { unsigned internal_count:30; un...
[ "vlad-z7x@mail.ru" ]
vlad-z7x@mail.ru
1c263b51b7fb0c3fcd561008c88a47925f5cc7b6
ea4c64185ef9c5bd32fa0beb6c6e12edd442622f
/MineEngine/Include/fontshaderclass.h
f6fd74e20f227be0c39238adf9ece0bf55907dec
[]
no_license
RumbleJack/DirectXDemo
0571a5d40c29224a834bdfc4c75a76593a365de5
1e5c6db3923ee70b59814ff7288c4a7ce26b2fee
refs/heads/master
2020-03-14T23:25:00.545381
2018-05-04T18:27:23
2018-05-04T18:27:23
131,844,514
0
0
null
null
null
null
GB18030
C++
false
false
1,343
h
// ๆ–‡ไปถๅ: fontshaderclass.h #ifndef _FONTSHADERCLASS_H_ #define _FONTSHADERCLASS_H_ // ็ฑปๅ: FontShaderClass class DllExport FontShaderClass { private: struct ConstantVertexBufferType { XMMATRIX world; XMMATRIX view; XMMATRIX projection; }; struct ConstPSBufferType { XMFLOAT4 pixelColor; }; public: FontSha...
[ "renjiewen1995@163.com" ]
renjiewen1995@163.com
02cb389ca81f38509d526905d3c30e92cc66b689
1a20961af3b03b46c109b09812143a7ef95c6caa
/ZGame/DX11/hieroglyph3/trunk/Hieroglyph3/Extensions/GlyphRift/ViewRift.cpp
103e6fdd186676c9b37f5715aafdc01f6ca561bc
[ "MIT" ]
permissive
JetAr/ZNginx
eff4ae2457b7b28115787d6af7a3098c121e8368
698b40085585d4190cf983f61b803ad23468cdef
refs/heads/master
2021-07-16T13:29:57.438175
2017-10-23T02:05:43
2017-10-23T02:05:43
26,522,265
3
1
null
null
null
null
UTF-8
C++
false
false
8,305
cpp
๏ปฟ//-------------------------------------------------------------------------------- // This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed // under the MIT License, available in the root of this distribution and // at the following URL: // // http://www.opensource.org/licenses/mit-license.ph...
[ "126.org@gmail.com" ]
126.org@gmail.com
cba5929c832ea545e1b0cbac6e947f020b8a5054
ff0df31236e1402e073a22f46aa739e8f88c35bb
/LastAlive/OldECS/Component.h
4dde7e5f13a6dc454afb7fd169cd554a1aa9bb39
[]
no_license
redtoorange/lastalive
11e71cd16db64f5f8978f1748f89826bae0325cd
5edef2322f5a2870e463acba1d99064753be8c1e
refs/heads/master
2020-03-28T13:24:59.548372
2018-06-23T13:18:09
2018-06-23T13:18:09
148,393,714
0
0
null
null
null
null
UTF-8
C++
false
false
597
h
#pragma once #include "BatchRenderer.h" namespace sf { class RenderWindow; class Event; } namespace Engine { class Component { public: Component() = default; virtual ~Component() = default; virtual void Update(float p_delta); virtual void Render(sf::RenderWindow& p_window); virtual void Render(Batch...
[ "redtoorange@gmail.com" ]
redtoorange@gmail.com
2edde90e7603df05a4a1afc7ff730a97d1bb4294
54bbee5e1f7de6f2f4ad242b8161577caf453b20
/flareirc/talkwindowtab.h
6eb90be026d6f2ffa9b2c485663cd57128debda2
[]
no_license
jr551/FlareIRC
2c960691023fe35aaaf40420cb024079a1116829
85fcf7929ff1974bae8df98dc6e4fe864db91abb
refs/heads/main
2023-07-05T21:55:39.215356
2021-08-18T20:40:24
2021-08-18T20:40:24
397,378,506
0
0
null
null
null
null
UTF-8
C++
false
false
604
h
#ifndef TALKWINDOWTAB_H #define TALKWINDOWTAB_H #include <QWidget> class TalkWindowTab : public QWidget { Q_OBJECT public: explicit TalkWindowTab(QWidget *parent = 0); enum TalkWindowTabType_t { SERVER_TAB = 0, CHANNEL_TAB, PRIVMSG_TAB }; virtual TalkWindowTabType_t GetTab...
[ "johnrowe551@gmail.com" ]
johnrowe551@gmail.com
8778db54174f0a49064c0b97b58275fe7e13a3b8
6ccdb5faae5e4fc3d1be490790566ecb87ee0f03
/controlCar_46_/controlCar_46_.ino
d8877c6d96da4f318ecec772767c9dfd115bf327
[]
no_license
EmbeddedProjectInDonggukUniv/Smart-Traffic-System
76ccdb9a237b18c11375152badbe9d54c92cfcab
ae975f14ba59af216b3b044665352829bd237ea5
refs/heads/master
2021-01-13T03:42:33.110648
2016-12-24T06:36:28
2016-12-24T06:36:28
77,269,764
0
0
null
null
null
null
UTF-8
C++
false
false
6,882
ino
#include <EEPROM.h> #include <MsTimer2.h> #define Node_ID 46// ์•„๋‘์ด๋…ธ ID ๊ฐ•์„ฑ์ง€(42) ๊ณ ์„ฑ์šฑ(19) ์ง„๋Œ€ํ•œ(46) ์œค์ง€ํ˜„(72) ์ด์ค€ํฌ (91) #define Server_ID 248 // SM5 ID #define Port_Num 7777 // ํ†ต์‹ ํ•˜๊ธฐ ์œ„ํ•œ ํฌํŠธ ๋„˜๋ฒ„ int touchSensor = 12; // ํ„ฐ์น˜์„ผ์„œ ํ•€ ์„ค์ • int ledPin = 13; // LED ํ•€ ์„ค์ • int ledLightPin = 11; // LIght LED ํ•€ ์„ค์ • int turn_light = 0; i...
[ "hanguk46@naver.com" ]
hanguk46@naver.com
9207a95556b75b897e630d1c5422b4a4a3919904
e373db953fa904225c94da4d99368a8d246290c4
/code/kepler_main - Copy.cpp
370ff819d1b2572f0164223c6505c2fd3681fdea
[]
no_license
kepler425b/lab64
dded28d970c824f158cb2b2c0a99ed10d9b84c6e
34ca6c1cbd09c318d963946c8e5fdf929163a3f5
refs/heads/master
2020-04-13T11:28:09.393416
2018-12-31T11:05:12
2018-12-31T11:05:12
158,926,088
0
0
null
null
null
null
UTF-8
C++
false
false
10,458
cpp
#define _CRT_SECURE_NO_WARNINGS #define GLEW_STATIC #include <Windows.h> #include <SDL.h> #include <SDL_image.h> #include <SDL_ttf.h> #include <glm.hpp> #include <GL\glew.h> #include <gl/GL.h> #include "Model.h" #include "Camera.h" #include <iostream> #include <vector> #include <string> #include <sstream> #include <ca...
[ "bra3as@gmail.com" ]
bra3as@gmail.com
f16b0a8edf8e9ca8a5d87a7278714f99ac2991ec
72335f4c1c11da288d488c95e77e57e80a84ed00
/Parametre.h
e0e2b8ecddcaf80fea585e9dfbbcdd68922e0276
[]
no_license
antoinepay/comp
8f8e732558b125270ea05cb8c45609b995e48f7b
c0a02ca6db8d8f7efdd9de258d5598012971f898
refs/heads/master
2020-04-01T20:25:21.732562
2018-10-18T10:00:43
2018-10-18T10:00:43
153,602,889
0
0
null
null
null
null
UTF-8
C++
false
false
381
h
#ifndef PARAMETRE_H_ #define PARAMETRE_H_ #include <stdio.h> #include "Variable.h" class Parametre { public: Parametre(int type2, Variable* v); virtual ~Parametre(); void print(); int getType(); char* getNomVal(); string buildIR_param(CFG* cfg, int indice, int taille); protected: ...
[ "antoine.payan@hotmail.fr" ]
antoine.payan@hotmail.fr
c06ccb1f43b98fabe5820c8cda59ece9c80c402e
9989ec29859d067f0ec4c7b82e6255e227bd4b54
/atcoder.jp/abc_129/abc129_b.cpp
6338f04541dd4cc59d006f4d2adbaf0b31076a8e
[]
no_license
hikko624/prog_contest
8fa8b0e36e4272b6ad56d6506577c13f9a11c9de
34350e2d298deb52c99680d72345ca44ab6f8849
refs/heads/master
2022-09-10T20:43:28.046873
2022-08-26T13:59:29
2022-08-26T13:59:29
217,740,540
0
0
null
null
null
null
UTF-8
C++
false
false
1,871
cpp
// abc129_b #include <algorithm> #include <bitset> #include <complex> #include <deque> #include <exception> #include <fstream> #include <functional> #include <iomanip> #include <ios> #include <iosfwd> #include <iostream> #include <istream> #include <iterator> #include <limits> #include <list> #include <locale> #include...
[ "hikko624@gmail.com" ]
hikko624@gmail.com