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
b53c3f93c230035d2fa53bc6e4ec0c3ab07e1dd0
c247563822cd032452ff22d3c50e7d69555950ed
/src_ordenacao_alianca_rebelde_algoritmo1/mergeSort.cpp
d4424bf83c81e36b02f65f1fb76d55393ba866b3
[]
no_license
gusstavotelles/tp2-ed
def2764e475b45834571c63709b57b3a1e7ecc22
aeb6d3f67bc7120a2b1e6a8a7e51fd7d67ea6b22
refs/heads/master
2022-12-27T17:49:33.943221
2020-10-16T02:22:15
2020-10-16T02:22:15
304,411,084
0
0
null
null
null
null
UTF-8
C++
false
false
1,746
cpp
#include "headers/civilizacao.hpp" #include <vector> #include <iostream> void Merge(std::vector<Civilizacao> *civilizacoesLeft, std::vector<Civilizacao> *civilizacoesRight, int nl, int nr, std::vector<Civilizacao> *civ) { int i = 0; int j = 0; int k = 0; while (i < nl && j < nr) { if (civi...
[ "gusstavotelles@outlook.com" ]
gusstavotelles@outlook.com
571dd3d3793a605c1344d678780d81fb2edc9581
b5ec2a2253fb46337901df859cefce736f752656
/src/util/Cache.hxx
cc411a132aeb2f09ce28c6e72f013c426a4c9f4d
[]
no_license
August2111/libcommon
bf55a16976db74f0d8534bd4b44a59aca4dfad96
f79e3c4c2eaa395de6c29945c6fa9b76fb6a2a0b
refs/heads/master
2023-04-17T05:41:00.093627
2021-05-21T13:25:45
2021-05-21T13:25:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,709
hxx
/* * Copyright 2011-2021 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of co...
[ "mk@cm4all.com" ]
mk@cm4all.com
4710e79cd9e7bd17bc414bdf73917614cccd76b5
826143704613e6edea300b037e645eb66922993f
/program.cpp
cbf54a6ebf5433401454faf637236b48cf291a5f
[]
no_license
nikolaed/SI_171299_lab1
fb4615ef45293a37738557668d4f3f253cfc164a
3ebd851a353e7fb4d4144f2b05a2fcbc07db07f1
refs/heads/master
2020-05-02T19:26:56.380869
2019-03-28T08:48:56
2019-03-28T08:48:56
178,159,617
0
0
null
null
null
null
UTF-8
C++
false
false
203
cpp
#include <iostream> #include <cstring> using namespace std; void printMyName () { cout<<"Nikola Edrovski"; } void printMyIndex () { cout<<"171299"; } int main () { printMyName(); printMyIndex(); }
[ "student@labstudenti.finki.ukim.mk" ]
student@labstudenti.finki.ukim.mk
4d1a16857c06f25a17c014cda02a9325bae827aa
4193cebbae594ce696e5c6d5394b56a75a89de84
/TPListas/Door.cpp
fa5c67271e80a9319c897f127fbf6935cac33db6
[]
no_license
kawzar/ProgI_TP3
3e407720e8c0b155a7473659b1a4589b6f27f33d
3e7ac5cac386aec0bba125f90283869cf23ac1da
refs/heads/master
2020-06-23T08:38:06.802258
2019-11-29T01:34:40
2019-11-29T01:34:40
198,573,154
0
0
null
null
null
null
UTF-8
C++
false
false
378
cpp
#include "pch.h" #include "Door.h" Door::Door(float x, float y) { _tx.loadFromFile("Images/puerta.png"); _sprite.setTexture(_tx); _sprite.setOrigin(_tx.getSize().x / 2, _tx.getSize().y); _sprite.setPosition(x, y); } Door::~Door() { } void Door::draw(RenderWindow * window) { window->draw(_sprite); } FloatRect...
[ "hmacarena@gmail.com" ]
hmacarena@gmail.com
4090c9eebd53f38667a716b9d3f0870e90ca37e1
0d0e78c6262417fb1dff53901c6087b29fe260a0
/tci/src/v20190318/model/ModifyPersonRequest.cpp
897f71aa998ee6882113889cf2a4eb07d694b6e1
[ "Apache-2.0" ]
permissive
li5ch/tencentcloud-sdk-cpp
ae35ffb0c36773fd28e1b1a58d11755682ade2ee
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
refs/heads/master
2022-12-04T15:33:08.729850
2020-07-20T00:52:24
2020-07-20T00:52:24
281,135,686
1
0
Apache-2.0
2020-07-20T14:14:47
2020-07-20T14:14:46
null
UTF-8
C++
false
false
5,882
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
[ "zhiqiangfan@tencent.com" ]
zhiqiangfan@tencent.com
d8b6160fe93212d9167b8a74bd607109a22607e2
0f66068cd26a1e697fb4de29d006642796204190
/Air_CPP/23_Algorithm/23_08.cpp
36df272350a3284d22445f407d74f760720d93fd
[]
no_license
aemonair/Learning_About_C
cf58cec57c96a1745e6c1bd7ce49bb8bf110c4f7
2651cfb6717eb058137707524d03d521adfac7a9
refs/heads/master
2021-06-11T01:18:47.317361
2017-07-31T07:41:01
2017-07-31T07:41:01
59,681,909
0
0
null
null
null
null
UTF-8
C++
false
false
1,714
cpp
#include <algorithm> #include <vector> #include <list> #include <iostream> using namespace std; template <typename T> void DisplayContents(const T& Input) { for ( auto iElement = Input.cbegin() ; iElement != Input.cend() ; ++ iElement ) cout << *iElement << ' '; cout << "| Number of el...
[ "v.aemonair@gmail.com" ]
v.aemonair@gmail.com
de246ac0c8a719678ba3a0ec7d12b9bf2aa64abb
ae936fb07d9478152cb998e94b9937d625f5c3dd
/Codeforces/CF1388C.cpp
84416c17c867079e8829392061f28936f6cffbf3
[]
no_license
Jorgefiestas/CompetitiveProgramming
f035978fd2d3951dbd1ffd14d60236ef548a1974
b35405d6be5adf87e9a257be2fa0b14f5eba3c83
refs/heads/master
2021-06-12T06:28:20.878137
2021-04-21T01:32:37
2021-04-21T01:32:37
164,651,348
0
0
null
null
null
null
UTF-8
C++
false
false
1,075
cpp
#include <bits/stdc++.h> using namespace std; const int N = 1e5 + 100; int t, n, m, good[N], pass[N], pop[N], hap[N]; vector<int> adjList[N]; bool poss; void dfs(int v, int p) { pass[v] = pop[v]; int gchild = 0; for (int u : adjList[v]) { if (u == p) continue; dfs(u, v); pass[v] += pass[u]; gchild += good...
[ "jorge.fiestas@utec.edu.pe" ]
jorge.fiestas@utec.edu.pe
9c46858b28b96091187f4be6bb49a2d222f0d7c3
b0f28559a5c358f6b7076cc48bbbc9d4a6ae761a
/companies.cpp
678b1a98f4cc70bda52cfc96d7ae11d2b1e6d6b0
[ "MIT" ]
permissive
StavrosChryselis/hellenico
e0308cae0a67dd0a9dae6247cc4695c754b05366
8965de28ef87d794614ade054a2ccbbb1a03446a
refs/heads/master
2019-07-25T18:50:52.850250
2017-03-18T11:56:15
2017-03-18T11:56:15
85,396,249
0
0
null
null
null
null
UTF-8
C++
false
false
1,291
cpp
/* **************************************************************** **************************************************************** -> Coded by Stavros Chryselis -> Visit my github for more solved problems over multiple sites -> https://github.com/StavrosChryselis -> Feel free to email me at stavrikios@gm...
[ "noreply@github.com" ]
StavrosChryselis.noreply@github.com
04ec714eb97baea94455739c54d862b5ffc79285
596b4a6fa7f733bb173ee7bf048ba8e3c6975baa
/Binary.cpp
c059332b57bcbd8e451f61cfd44ddca810caabd3
[]
no_license
idaohang/GNSS_Viewer_V2
de35d57712fd8fc56d7b43b61484039b1e803398
59305cc1b8988c6b1000e7760d0ef034cb9b3d88
refs/heads/master
2020-12-25T06:13:50.690423
2015-07-21T08:18:53
2015-07-21T08:18:53
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
148,691
cpp
#include "stdafx.h" #include "GPS.h" #include "BinaryMSG.h" #include "Serial.h" #include "WaitReadLog.h" #include "Redir.h" #include "MaskedBitmap.h" #include "Config_Password.h" #include "Monitor_1PPS.h" #include "PositionRateDlg.h" #include "SysRestartDlg.h" #include "SnrBarChart.h" #include "Pic_Earth.h" #include ...
[ "alex.lin@skytraq.com.tw" ]
alex.lin@skytraq.com.tw
8797021f4e6a36da623c505adc2e3278e594058f
3a9bc382365f27aa7404060770e2da160bd695f9
/beaker/decl.hpp
fe407641c990677380c2749f46dddcecdcfcde7b
[ "Apache-2.0" ]
permissive
asutton/beaker-old
59e901c9b009cbc4a6d2a51af192c5004c58d5d0
e701754cbdb84a26a443983b5777c9aa50c04a7b
refs/heads/master
2020-04-15T07:07:46.683633
2015-09-16T16:48:11
2015-09-16T16:48:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,821
hpp
// Copyright (c) 2015 Andrew Sutton // All rights reserved #ifndef BEAKER_DECL_HPP #define BEAKER_DECL_HPP // The declaration module defines the declarations // in the language and tools for working with them. #include "beaker/prelude.hpp" #include "lingo/node.hpp" namespace beaker { struct Decl_visitor; // Th...
[ "andrew.n.sutton@gmail.com" ]
andrew.n.sutton@gmail.com
19049768decc24de06d040a8cf6da67cc8f951f1
f63a0d3ab28f80e7688f50991a3e5528a703cf50
/src/StatusRequestHandler.cpp
8d5e5b99bdb5d64d20d9b41cd2e5060588b8e727
[ "MIT" ]
permissive
md-w/httpserver
b984a412fe5a679fe4f0ad9b5157c7e936608f0f
41645e5632f17dd931ee3ba4f1947e78ae9f3172
refs/heads/main
2023-07-19T05:35:20.234939
2021-09-13T19:18:13
2021-09-13T19:18:13
402,065,828
0
0
MIT
2021-09-01T19:19:59
2021-09-01T13:12:15
null
UTF-8
C++
false
false
1,398
cpp
#include "StatusRequestHandler.h" #include <Poco/File.h> #include <Poco/FileStream.h> #include <Poco/Path.h> #include <Poco/StreamCopier.h> #include <Poco/URI.h> #include <iostream> #include "CentralDataRepo.h" StatusRequestHandler::StatusRequestHandler() {} void StatusRequestHandler::handleRequest(Poco::Net::HTTPS...
[ "mailme.souravbatabyal@gmail.com" ]
mailme.souravbatabyal@gmail.com
1f91ca962f128b85eeaf52367974fd57d4fa7018
d25d2517328b84f498beca8e6500e47d427aeca7
/mock-test/jump.cpp
8ddbe60c54849466df6b4397cf958528683d3bd3
[]
no_license
Pigrabbit/coding-test
572a2eb7515b312fbdb6761158e019b09c00e786
09b12c4604e2cf1c08284f886512380d7e48f680
refs/heads/master
2022-06-08T10:52:29.484965
2020-05-07T14:07:55
2020-05-07T14:07:55
235,729,363
0
0
null
null
null
null
UTF-8
C++
false
false
2,281
cpp
// 징검다리는 일렬로 놓여 있고 각 징검다리의 디딤돌에는 모두 숫자가 적혀 있으며 // 디딤돌의 숫자는 한 번 밟을 때마다 1씩 줄어듭니다. // 디딤돌의 숫자가 0이 되면 더 이상 밟을 수 없으며 // 이때는 그 다음 디딤돌로 한번에 여러 칸을 건너 뛸 수 있습니다. // 단, 다음으로 밟을 수 있는 디딤돌이 여러 개인 경우 // 무조건 가장 가까운 디딤돌로만 건너뛸 수 있습니다. // i번째 디딤돌에 도달하는 경우의 수 // i-1번째를 디디고 한 칸 이동하는 경우 // i-2번째를 디디고 i-1번째가 0일 때 두 칸 이동하는 경우 // ...
[ "donghyuk1003@gmail.com" ]
donghyuk1003@gmail.com
d6324cbddcce04b28f0c72f637a7c8de8dc7e9f4
4e6339c09f71df1cca042cf14737d550396a41e4
/src/mac/carbon/combobox.cpp
74d35afd6b9ba2aa51c79156d9ec7f378c1a481e
[]
no_license
OpenCMISS-Dependencies/wxWidgets
46c31dee3c1bba0da4e62c3fcd9d183c414fd500
5b6e51f6c06de81c6aa269c289e4a0081b0f13bb
refs/heads/3.1.0
2021-01-01T06:22:13.109785
2017-05-26T04:14:56
2017-05-26T04:14:56
3,723,243
0
3
null
2019-07-09T00:07:39
2012-03-14T22:59:32
C++
UTF-8
C++
false
false
16,635
cpp
///////////////////////////////////////////////////////////////////////////// // Name: src/mac/carbon/combobox.cpp // Purpose: wxComboBox class // Author: Stefan Csomor, Dan "Bud" Keith (composite combobox) // Modified by: // Created: 1998-01-01 // RCS-ID: $Id: combobox.cpp 58883 2009-02-13 16:...
[ "h.sorby@auckland.ac.nz" ]
h.sorby@auckland.ac.nz
bd042bafa6004694bc235b883b22d5070411539e
40240667f380a7e580a717bfd85680f78eef341c
/MFCMLIB/wfrmsite.cpp
34d4ac3c1eda6ef927ea9c692226e9445a0e5e03
[]
no_license
tobias-loew/MFC
526365792741ee68205a528ae02dc9b8c7c3bdbe
d8573c6d0a8a699901ef0cac53bd944dfe89be26
refs/heads/master
2023-01-03T13:17:50.432462
2022-12-22T11:44:10
2022-12-22T11:44:10
259,225,363
0
0
null
2020-04-27T06:28:11
2020-04-27T06:28:10
null
UTF-8
C++
false
false
7,108
cpp
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these sourc...
[ "ferdo@bigroses.nl" ]
ferdo@bigroses.nl
3a33c53b80ded0f0938d4572cda251b6a5f195a9
75a9780e7de9db564eb4e02904bd1eab2c602593
/examples/testableexample/dummytests2.h
f42d75e302403266cf6fb41d9a47a8e43afdf5fd
[ "Apache-2.0" ]
permissive
benlau/testable
0c0b3ead48716d2ada2bfde45af0577dc7cf86fc
061909979e8609528bbfd15ec0aedc7227b47770
refs/heads/master
2021-01-17T02:20:28.244884
2020-11-03T10:33:52
2020-11-03T10:33:52
48,814,653
56
9
Apache-2.0
2020-07-17T09:43:22
2015-12-30T18:44:26
C++
UTF-8
C++
false
false
276
h
#ifndef DUMMYTESTS2_H #define DUMMYTESTS2_H #include <QObject> class DummyTests2 : public QObject { Q_OBJECT public: explicit DummyTests2(QObject *parent = 0); signals: public slots: private slots: void test1(); void fail(); }; #endif // DUMMYTESTS2_H
[ "xbenlau@gmail.com" ]
xbenlau@gmail.com
4d1abaaff0bf99cee544072f8cf89cfd646abb3d
15790a38ff529267ab4d6dd8ddbc30358e489621
/hola.cpp
4ac3e60e05913219c0371b4a01304815e561d67d
[]
no_license
iamsanchez/prueba1
d70987fa637eb7dedf3a741aa54d7f70e052f4fe
87e39b8493b17130cb592c84fcd26ced151aa04c
refs/heads/master
2020-05-17T18:44:39.214569
2013-08-06T22:46:11
2013-08-06T22:46:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
96
cpp
#include <iostream> using namespace std; int main(){ cout << "Hola Mundo" <<endl; return 0; }
[ "sedsanchez93@gmail.com" ]
sedsanchez93@gmail.com
c0cd618e0b2570b7dc3c7ab20ec7c1115ba0de10
a06a9ae73af6690fabb1f7ec99298018dd549bb7
/_Library/_Include/boost/config/platform/bsd.hpp
a9f437a6b6ad7f8f8874cf94206960ded0c63240
[ "BSL-1.0" ]
permissive
longstl/mus12
f76de65cca55e675392eac162dcc961531980f9f
9e1be111f505ac23695f7675fb9cefbd6fa876e9
refs/heads/master
2021-05-18T08:20:40.821655
2020-03-29T17:38:13
2020-03-29T17:38:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,772
hpp
//////////////////////////////////////////////////////////////////////////////// // bsd.hpp // (C) Copyright John Maddock 2001 - 2003. // (C) Copyright Darin Adler 2001. // (C) Copyright Douglas Gregor 2002. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See a...
[ "adm.fael.hs@gmail.com" ]
adm.fael.hs@gmail.com
7665f15f5347b670903e27f27fc19ba002e80919
8db6364b650f52647e5a2d477c9d63c4343427fb
/gesture-control/aura/firmware/lib/HCD/HCD.h
57a84f52df659f228bb920b4e848aecfbb42767e
[ "CC0-1.0" ]
permissive
CobraPi/Gesture-Controled-Drone
3f22f6d633f36704acdb96e168b7b4a10f99c8f9
94053b27f1ecd4d667ea603d45a5e29ffbfe2787
refs/heads/master
2022-11-28T10:50:40.552688
2020-08-11T05:34:49
2020-08-11T05:34:49
237,590,057
1
0
null
null
null
null
UTF-8
C++
false
false
958
h
//************************************************************************ // Communicarion library for "Hamster Cage Drones" // (C) Dzl December 2013 // http://dzlsevilgeniuslair.blogspot.dk/ //************************************************************************ #ifndef _HCD #define _HCD #include "bk2421.h" ex...
[ "joey@Josephs-MBP.fios-router.home" ]
joey@Josephs-MBP.fios-router.home
f32e04ed589235756a2311fa69aaba0e6d12b01a
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/WebKit2/WebKit2-7537.71/WebProcess/WebPage/WebPage.cpp
60237a1a138b124b74b9530348701c6eea31cfd7
[]
no_license
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C++
false
false
152,894
cpp
/* * Copyright (C) 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. * Copyright (C) 2012 Intel Corporation. All rights reserved. * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
[ "hyl946@163.com" ]
hyl946@163.com
7fb9226adaa24c295cdf2b17d8608770dbe1a3da
9b6519dfc4337c93b4b94b49e5ca33312abbdb36
/Projekt/Projekt1PO.cpp
0970b2984f89c30ecba2341ec94350d24674c0f1
[]
no_license
Bart2115/World_cpp
032d4f006315fe71548c77c459bf475fa1a705b2
6a9589a98fcd98d265006718efed265b55716bb4
refs/heads/main
2023-03-21T06:44:51.478396
2021-02-26T10:50:41
2021-02-26T10:50:41
342,541,641
0
0
null
null
null
null
UTF-8
C++
false
false
1,257
cpp
#pragma once #include <iostream> #include <conio.h> #include "Organizm.h" #include "Swiat.h" using namespace std; int main() { int wys = 0; int sz = 0; bool wczytac = false; Swiat* x = NULL; std::cout << "Czy wczytac gre? (Y/N)\n"; char wybor = _getch(); if (wybor == 'Y' || wybor == 'y') { w...
[ "noreply@github.com" ]
Bart2115.noreply@github.com
be1a8a1501c0d0c26e6fd84cbe916210e29a1fae
b956eb9be02f74d81176bc58d585f273accf73fb
/aladdin/core/Mat4.cpp
8ac5a3924e1a9cd9948323996e1fccddf034ff2f
[ "MIT" ]
permissive
Khuongnb/game-aladdin
b9b1c439d14658ca9d67d5c6fe261ec27084b2e9
74b13ffcd623de0d6f799b0669c7e8917eef3b14
refs/heads/master
2020-05-05T10:20:05.616126
2019-04-07T09:05:11
2019-04-07T09:05:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,902
cpp
#include "Mat4.h" NAMESPACE_ALA { ALA_CLASS_SOURCE_0(ala::Mat4) Mat4::Mat4() : _11( 0 ), _12( 0 ), _13( 0 ), _14( 0 ), _21( 0 ), _22( 0 ), _23( 0 ), _24( 0 ), _31( 0 ), _32( 0 ), _33( 0 ), _34( 0 ), _41( 0 ), _42( 0 ), _43( 0 ), _44( 0 ) { } Mat4::~Mat4() { } void Mat4::operator+=( const Mat4& mat )...
[ "khuongnb1997@gmail.com" ]
khuongnb1997@gmail.com
336df1cba55a182e61c69a4a1e12f0d6c8cbe88a
3346a1bfcc638f3d446c24950b66ba81e9610b02
/wirelessSimulationNS3/Other256Node20.cc
587f754877ab833cbd68d85b2509a867df2c7232
[]
no_license
kumarabhish3k/Rainbow-DQN-for-Contention-Window-design
7ab3715a279b76099cb53114041c2f5795ed56c6
0066f5ed5f952a62616c9ada1f438654e326dba3
refs/heads/main
2023-02-22T18:10:01.702601
2020-11-28T06:01:01
2020-11-28T06:01:01
304,750,745
7
2
null
2023-02-05T06:49:56
2020-10-16T22:25:43
C++
UTF-8
C++
false
false
20,266
cc
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2009 MIRKO BANCHI * Copyright (c) 2015 University of Washington * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Fr...
[ "noreply@github.com" ]
kumarabhish3k.noreply@github.com
c609d724bfe28bdf7a86953d5737627da113e2c4
c7850d478e1a62fc8b016225d7a748cf1b0cb81f
/tpf/modelos-plain/godley-tables-matlab/src/chgWorkersMinus.h
ccca21e7ec3bdf2ba163a76d8fd8ff5f813f1c57
[]
no_license
dioh/sed_2017_tps
8bac2bd824335581a33ad9b010747ea4af273130
c17d1d2d4b1d80bafe33053f7f2b58661b9bcc65
refs/heads/master
2021-09-14T07:35:57.009752
2018-05-09T19:16:33
2018-05-09T19:16:33
103,854,748
0
0
null
null
null
null
UTF-8
C++
false
false
740
h
#ifndef _chgWorkersMinus_H_ #define _chgWorkersMinus_H_ #include <random> #include "atomic.h" #include "VTime.h" #define CHGWORKERSMINUS "chgWorkersMinus" class chgWorkersMinus : public Atomic { public: chgWorkersMinus(const string &name = CHGWORKERSMINUS ); virtual string className() const { retu...
[ "pedro3110.jim@gmail.com" ]
pedro3110.jim@gmail.com
840e2430a03e63114387b150f6ee954c0b10a284
58ac7ce414dcbe875e26bb6fae692e3c74f39c4e
/net/cookies/cookie_store_unittest.h
2f6ee6260334fd542e976e59a51d3e32ed6d1b08
[]
no_license
markthomas93/tempwork
f4ba7b4620c1cb806aef40a66692115140b42c90
93c852f3d14c95b2d73077b00e7284ea6f416d84
refs/heads/master
2021-12-10T10:35:39.230466
2016-08-11T12:00:33
2016-08-11T12:00:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
61,342
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_COOKIES_COOKIE_STORE_UNITTEST_H_ #define NET_COOKIES_COOKIE_STORE_UNITTEST_H_ #include <set> #include <string> #include <vector>...
[ "gaoxiaojun@gmail.com" ]
gaoxiaojun@gmail.com
10a813545ed75615329321adc9e3fbb4b4e76451
bd169aa531bdb173d60b733a87e8a5150dbe0c2a
/libraries/plugins/statsd/include/morphene/plugins/statsd/statsd_plugin.hpp
3f0b10e446de29d9afde3ab660179b09335bfcf5
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
morphene/morphene
733b0ed1d48b9c41850c68e13ced3a1838486264
5620f9a8473690ff63e67b7b242a202d05f7ee86
refs/heads/master
2020-05-05T01:25:09.669273
2019-06-07T16:55:50
2019-06-07T16:55:50
179,602,584
4
0
null
null
null
null
UTF-8
C++
false
false
1,832
hpp
#pragma once #include <appbase/application.hpp> #include <boost/config.hpp> #define MORPHENE_STATSD_PLUGIN_NAME "statsd" namespace morphene { namespace plugins { namespace statsd { using namespace appbase; namespace detail { class statsd_plugin_impl; } class statsd_plugin : public appbase::plugin< statsd_plug...
[ "netuoso@pobox.com" ]
netuoso@pobox.com
76af85b473eb82e80a54f0ac26a38139cb56f511
b41da568f095792e4549a4413c2cb7b93422d2fe
/Snack Bar/Snack Bar/OrderList.h
641c10b50f73c4b2da90c78525276c1b2cf26f1f
[]
no_license
mmehdiali5/SnackBar
ee56a0c3fc8dca0c4849273f121eb429b8be7f11
9d3e672fbb4529a326f5c6693ed09325c1a0a87b
refs/heads/master
2023-08-17T02:50:38.941155
2019-11-27T03:43:07
2019-11-27T03:43:07
410,116,200
0
0
null
null
null
null
UTF-8
C++
false
false
576
h
#ifndef ORDER_LIST_H #define ORDER_LIST_H class Order; class OrderList { static int orderIDGen; Order**orders; int noOfOrders; int capacity; public: OrderList(int size = 5); OrderList(const OrderList & ref); OrderList&operator=(const OrderList&ref); void reSize(int newSize); bool isFull()const; bool isEmpty(...
[ "mmehdiali5@gmail.com" ]
mmehdiali5@gmail.com
cd4207ff7a92e31805181d1495b9623d2e9a2353
ce6229f5915f9e6de1238861b4a940d61e56960b
/Sonder/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen606882226.h
72fbb9058afb026ae34c37d5509fa782f997e29f
[ "Apache-2.0" ]
permissive
HackingForGood/GoogleyEyes
d9e36e3dffb4edbd0736ab49a764736a91ecebcf
a92b962ab220686794350560a47e88191e165c05
refs/heads/master
2021-04-15T10:03:59.093464
2017-06-25T17:32:52
2017-06-25T17:32:52
94,575,021
7
0
null
null
null
null
UTF-8
C++
false
false
1,443
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_ValueType3507792607.h" // System.Array struct Il2CppArray; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-of...
[ "anishdhesikan@gmail.com" ]
anishdhesikan@gmail.com
f8397352a659cabcd12a312b19a63583c5a33df3
d3a61d1c8d6a874c11f7d7fce15a399277371a06
/Numeric Pattern 4.cpp
dd0e98852009eb981846c278db6f854637abdcdc
[]
no_license
RohanVashisht003/All-prgs-cpp
fa5ba9d00bc52eb901bcc8682c9f522657c8ba83
0867dfdbe1bb02febc1c754dbdf78e5416e9447b
refs/heads/master
2022-11-17T19:21:51.344407
2020-07-18T16:36:35
2020-07-18T16:36:35
277,250,454
0
0
null
null
null
null
UTF-8
C++
false
false
843
cpp
#include<iostream> using namespace std; int main() { int limit; cin>>limit; for(int row=1; row<=limit; row++) { int number=row; //spaces for(int space=1; space<=limit-row; space++) { cout<<" "; } // for 1 only ...
[ "noreply@github.com" ]
RohanVashisht003.noreply@github.com
e08d0a4d37d275f3f618637d08127b7cae104271
8b3b40421d4009a8ee2d3adaee2f009c099719cb
/project3/Spring.h
42c916976caadc80f67f405430954f7093fe878b
[]
no_license
esattern/CS-559-Project3
1beb9c61480da47c01e4b1db31312aac830a3c6e
fe527c09aa5ae3008d1fdf06afa36c608d11f993
refs/heads/master
2020-04-09T06:27:18.208211
2013-05-10T22:24:56
2013-05-10T22:24:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
601
h
#pragma once /* Chelsey Denton Code based upon code provided by Perry Kivolowitz, some code and is directly copied */ #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include "object.h" #include "shader.h" class Spring : public Object { public: Spring(); bool Initia...
[ "denton@poseidon-18.ad.cs.wisc.edu" ]
denton@poseidon-18.ad.cs.wisc.edu
82fecbab6aea042e867d7e9c9c5830c7d256ef8e
6b40e9cba1dd06cd31a289adff90e9ea622387ac
/Develop/CSCommon/source/CSTalentInfoExtParser.cpp
a6967b89f6850a580966ebfd56a4e3fef1987c16
[]
no_license
AmesianX/SHZPublicDev
c70a84f9170438256bc9b2a4d397d22c9c0e1fb9
0f53e3b94a34cef1bc32a06c80730b0d8afaef7d
refs/heads/master
2022-02-09T07:34:44.339038
2014-06-09T09:20:04
2014-06-09T09:20:04
null
0
0
null
null
null
null
UHC
C++
false
false
12,763
cpp
#include "stdafx.h" #include "CSTalentInfoExtParser.h" #include "CSTalentInfoDef.h" #include "CSTalentInfoMgr.h" #include "CSTalentInfoParser.h" #include "MDebug.h" void CSTalentInfoExtParser::Parse( CSTalentInfoMgr* pTalentInfoMgr, MXml* pXml, MXmlElement* pElement, CSTalentInfo* pTalentInfo/*=NULL*/ ) { if...
[ "shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4" ]
shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4
9541dd748a508b7e0cebda42ef52107698606cb1
0fe588ac5ec5cfc8e42e1e22ec7c00b484c12b75
/leetcode/merge-k-sorted-lists.cpp
c914d59126d72a4e4309c84682835adc0eb958df
[]
no_license
yangzw/everyday
4a9c2bb0447c25e92b17f80a31e935faf5a6f396
5a3538704fe126751b8ae10b9e0c81af4d4d81d2
refs/heads/master
2021-01-25T12:13:18.617787
2014-08-17T09:30:11
2014-08-17T09:30:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,863
cpp
/*Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity. * * accepted 2014-03-30 */ #include<iostream> #include<vector> using namespace std; struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; void shiftdown(ListNode** nodearray, in...
[ "yang@yang-Compaq-Presario-CQ40-Notebook-PC.(none)" ]
yang@yang-Compaq-Presario-CQ40-Notebook-PC.(none)
ecb403a0fc09418d636e75f9f2a7eaa1678c298c
0ae39e4f9744046848868cd58598f3f489fb22b4
/Libraries/JUCE/modules/rosic/transforms/rosic_SpectralManipulator.cpp
ffc4c95b9cabc5abcfc19d650d3ac72440227bdb
[]
no_license
gogirogi/RS-MET
b908509ddd7390d05476ffce9c9cbb30e95439e8
d767896f542d8e00e803ad09d20c05b2f25c2c71
refs/heads/master
2021-08-19T21:56:36.416451
2017-11-27T14:11:52
2017-11-27T14:11:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,867
cpp
//#include "rosic_SpectralManipulator.h" //using namespace rosic; //------------------------------------------------------------------------------------------------- // construction/destruction: SpectralManipulator::SpectralManipulator() { sampleRate = 44100.0; } SpectralManipulator::~SpectralManipulator() { } /...
[ "robin@rs-met.com" ]
robin@rs-met.com
6fa34b80167eb34f98e1e013fa80e50a5e61adce
31a035666e2ee9f0b05e213123ed29f3ce20fafa
/StartNode.cpp
c17025cd56bd59e222c1cf405d45f6a05f1a6c0b
[]
no_license
vismeneer/OOPAcircuit
3b5da038ccbad52f3d18ae83f5e32d141922f661
b4d4d8bc3555667f43250fc4c986ae707084b69f
refs/heads/master
2016-09-06T21:26:37.591954
2013-11-13T23:45:42
2013-11-13T23:45:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
381
cpp
#include "stdafx.h" #include "StartNode.h" StartNode StartNode::m_cStartNode("INPUT"); StartNode::StartNode(const char* szType) : Node(szType) { } StartNode::StartNode(void) { } StartNode::~StartNode(void) { } Node* StartNode::Clone() const { return new StartNode; } int StartNode::SendSignal() { return Node::Se...
[ "rvdz_roel@hotmail.com" ]
rvdz_roel@hotmail.com
21baafbd38f551498f0b23f0522fef097f5a8aa3
8d7d52b4d15b9c14ab75f3e09add170578feddf8
/source/base/extension_details/AdapterItemModel.h
dd6329857727bd4379406a7c885a861bb6b56ed1
[ "MIT" ]
permissive
hermixy/quartz
76b040160c32974874f9b41bfd2a6ead82c2c6db
846afdb8e00acf553bcf64ca4ac1499fb0b496cd
refs/heads/master
2020-03-21T20:54:49.671011
2018-06-23T11:19:14
2018-06-23T11:19:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,170
h
#pragma once #include <memory> #include <QAbstractItemModel> #include <core/utils/Macros.h> #include "../QuartzBase.h" namespace Quartz { namespace Ext { QZ_INTERFACE IExtensionAdapter; class QUARTZ_BASE_API AdapterItemModel : public QAbstractItemModel { Q_OBJECT public: explicit AdapterItemModel( QObje...
[ "varunamachi@gmail.com" ]
varunamachi@gmail.com
185a8e683a0215247e20a1458523a71473bca84f
383b1d9b8717b259e2f5ce7ba949d7c8b71e07f8
/src/apps/test/main.cc
b00ab976f28a3905ad8ffecc7c45780ec581798e
[ "MIT" ]
permissive
pombredanne/libschwa
b7e220aa21d5d512e30e3b39dfd1af53cadecd63
a87d7ea017421340e3dc3ee9830411ee229b64ea
refs/heads/master
2021-01-15T11:46:09.362167
2014-04-07T03:49:52
2014-04-07T03:49:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,766
cc
/* -*- Mode: C++; indent-tabs-mode: nil -*- */ #include <schwa/config.h> #include <schwa/dr.h> namespace cf = schwa::config; namespace dr = schwa::dr; namespace io = schwa::io; namespace mp = schwa::msgpack; #if 0 class Token : public dr::Ann { public: dr::Slice<uint64_t> slice; dr::Slice<Token *> slice2; std:...
[ "tim.dawborn@gmail.com" ]
tim.dawborn@gmail.com
6e860674140b2d0a7764734e237548f5037ed070
3a7fddd38ce5135367381819b01974528b47c912
/gnc/matlab/code_generation/sharedutils/imopmohdaaaimgln_xrot.cpp
7ed86585ad9794a94ae8946a43304ad96f277df4
[ "Apache-2.0", "LGPL-2.1-only", "LGPL-2.0-or-later", "LGPL-3.0-only", "MIT", "GPL-3.0-only", "LicenseRef-scancode-proprietary-license", "BSD-3-Clause", "CC-BY-NC-4.0", "GPL-2.0-only", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-generic-cla", "LicenseRef-scancod...
permissive
Hackjaku/astrobee
8409b671d88535d8d729a3f301019726d01e78d1
0ee5a7e90939ab7d81835f56a81fa0d329da0004
refs/heads/master
2020-03-30T02:49:58.241804
2018-09-27T18:17:47
2018-09-27T18:17:47
150,653,073
3
0
Apache-2.0
2018-09-27T22:03:21
2018-09-27T22:03:21
null
UTF-8
C++
false
false
801
cpp
// // File: imopmohdaaaimgln_xrot.cpp // // Code generated for Simulink model 'fam_force_allocation_module'. // // Model version : 1.1142 // Simulink Coder version : 8.11 (R2016b) 25-Aug-2016 // C/C++ source code generated on : Mon Dec 4 08:34:01 2017 // #include "rtwtypes.h" #include "imopmoh...
[ "theodore.f.morse@nasa.gov" ]
theodore.f.morse@nasa.gov
a0c05f3ae67d942ee522b54bf1f4371e4e57d7d2
cfb08ea75d4f4a51c7a6a0bb6098e2e8c7ee28ff
/Coders/BlockInterleave.cc
182cdcbee143a17d80a897840f90f8fc241a656b
[]
no_license
ganlubbq/C-
9f557faa9d2e29762148d5277c50b636fdc96f59
86ef8abd142775a237f90ec13b38854b6a2c3a3a
refs/heads/master
2021-05-31T21:13:46.029059
2016-07-26T05:36:31
2016-07-26T05:36:31
108,728,692
1
0
null
2017-10-29T11:34:42
2017-10-29T11:34:42
null
UTF-8
C++
false
false
4,750
cc
/******************************************************************************** * This class implements a block interleaver. The interleaver writes in by * * columns and reads by out by rows. * * File: BlockInterleave.h ...
[ "mark.frank@ieee.org" ]
mark.frank@ieee.org
108bcc3991089c3349a72f2abff97579aa3549fa
4bef249e9f73ffcef3b4a197e3ed455bef49ff84
/f/mybstree.cpp
2cc62fd2ae95fc47385194cd61a84505f2cfba5d
[]
no_license
DaltonCole/DataStructures
47aa85f07921c4c7bc3685d23c4de550602473b5
6475cd758d1531017434d9db680adf5dc9d038a9
refs/heads/master
2021-06-08T07:08:25.631792
2016-09-20T21:29:42
2016-09-20T21:29:42
68,754,903
0
0
null
null
null
null
UTF-8
C++
false
false
7,145
cpp
//Dalton Cole //Class and section: cs153, A //Date: 5/6/2014 //Description: myMyBSTree.cpp for myMyBSTree.h #include <iostream> #include <string> using namespace std; template < typename T > const MyBSTree<T>& MyBSTree<T>::operator = (const MyBSTree<T>& rhs) { if(this != &rhs) { if(this -> m_root != NULL) { ...
[ "dalton_cl@yahoo.com" ]
dalton_cl@yahoo.com
12baf2acf17c2e73f760371f9011cf6284ef7f37
173c8ef20a4dd440e7d22e22dce1bb978f8a2057
/NEAT Rubix/Node.cpp
cfefc60380fd7111591848983012fde3e68fb9da
[]
no_license
aborger/RubixBot
4e6907f3137c710c007dcc7e7451f88018d89501
2aea5ba9d873dc00d5337c76eb55c804e246b167
refs/heads/main
2023-02-21T16:19:18.825493
2021-01-21T17:01:48
2021-01-21T17:01:48
330,481,260
0
0
null
null
null
null
UTF-8
C++
false
false
646
cpp
#include "Node.h" Node::Node() { } // Getters int Node::getInConnectors(int element) { return inConnectors.getAt(element); } int Node::getInConnectorSize() { return inConnectors.getListSize(); } int Node::getOutConnectors(int element) { return outConnectors.getAt(element); } int Node::getOutCon...
[ "noreply@github.com" ]
aborger.noreply@github.com
eeb9dec10299d6f7bb019fa1d8c05946eedee9cf
9d364070c646239b2efad7abbab58f4ad602ef7b
/platform/external/chromium_org/content/public/browser/render_widget_host.h
92f45aaf4af0855c80f9cac85d3f2d7f9a4cf976
[ "BSD-3-Clause" ]
permissive
denix123/a32_ul
4ffe304b13c1266b6c7409d790979eb8e3b0379c
b2fd25640704f37d5248da9cc147ed267d4771c2
refs/heads/master
2021-01-17T20:21:17.196296
2016-08-16T04:30:53
2016-08-16T04:30:53
65,786,970
0
2
null
2020-03-06T22:00:52
2016-08-16T04:15:54
null
UTF-8
C++
false
false
3,597
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_PUBLIC_BROWSER_RENDER_WIDGET_HOST_H_ #define CONTENT_PUBLIC_BROWSER_RENDER_WIDGET_HOST_H_ #include "base/callback.h" #include "conten...
[ "allegrant@mail.ru" ]
allegrant@mail.ru
f94f9fbe72ddfb3b166fad89f6b2d4dcd9182915
0de8cd204991f70f2210f7a19e215d3e4edc9bf9
/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrNative.cpp
a23fb91a3d0fb98465cdb56d4ab7b341a3006777
[ "MIT" ]
permissive
robot9706/coreclr
0eb37c1eb38973ca28289c6463c79197a84e84ff
e89348f65f30d843b9df34b8675bbadb2f4027bf
refs/heads/master
2020-04-16T13:59:23.597109
2019-01-29T21:51:46
2019-01-29T21:51:46
165,650,462
1
0
NOASSERTION
2019-05-23T17:51:27
2019-01-14T11:33:47
C#
UTF-8
C++
false
false
765
cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #include <xplatform.h> #include "platformdefines.h" extern "C" DLL_EXPORT BOOL Marshal_Ansi(LPCSTR expected, LPSTR ...
[ "noreply@github.com" ]
robot9706.noreply@github.com
89354e3de09ae061882d17ab418383a68ead1e37
f3d50355d3a93233b69d4e8b2991cbbda3e4af7d
/one/addressbook.pb.cc
b0ace315f959c54e3c9a385e9db0d85108a195b2
[]
no_license
wangf2x/protobuf
226328427ca89b874917b6d1a04f0ff50fdb730f
486bbb245fc93a54e971fe40e7f3d187f81efc59
refs/heads/master
2022-09-20T15:40:31.223866
2020-05-27T14:37:45
2020-05-27T14:40:50
265,608,367
0
0
null
null
null
null
UTF-8
C++
false
true
48,112
cc
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: addressbook.proto #include "addressbook.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/extension_set.h> #include <google/protobuf/wire_format_lite.h> #in...
[ "wang1989fei@qq.com" ]
wang1989fei@qq.com
57e874e77bdc16745ba958288a0391ccaf714695
7b05938cd66f20221d113fdde54bd62d11618d82
/src/include/third_party/linenoise.hh
00a7091bdbbaacc32bfb06e8233a8dd30c9ed9d7
[ "MIT" ]
permissive
lonewolf896/Mt
15e51c1454d7cd6e729aca5dac48033034ff142f
f7c93e4f5b87a041c91ca9e4d22e0c30a59841f6
refs/heads/master
2021-01-15T11:34:18.193350
2015-04-16T18:26:45
2015-04-16T18:26:45
33,327,633
0
0
null
2015-04-02T19:26:40
2015-04-02T19:26:40
null
UTF-8
C++
false
false
2,654
hh
/* linenoise.h -- guerrilla line editing library against the idea that a * line editing lib needs to be 20,000 lines of C code. * * See linenoise.c for more information. * * ------------------------------------------------------------------------ * * Copyright (c) 2010-2014, Salvatore Sanfilippo <antirez at gmai...
[ "windowsxnot@gmail.com" ]
windowsxnot@gmail.com
9734c616047a73a60de41fe20dc498d78e4d4bf8
3a79db21b576f713b508cd3cde8d26c93a6f26c9
/544B.cpp
c0211ab225ea47d77ab94dd4e31e82382fae7b4e
[]
no_license
otaGran/codeForces
1c39809baa1aef81bc7265cb7ec6ae2f406b41ee
e5ca5a100fc22127ab4c40254c0b71414e82cde2
refs/heads/master
2021-06-06T04:59:06.335636
2016-08-23T02:52:26
2016-08-23T02:52:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
467
cpp
#include <bits/stdc++.h> using namespace std; int por(int n) { if (n == 1) return 1; else return (n + por(n - 1)) - (!(n % 2)); } int main() { int areia = 1; int k, n; cin >> n >> k; if (k > por(n)) { cout << "NO\n"; return 0; } cout << "YES\n"; for (int i = 1 ; i <= n ; i++) { areia = i ...
[ "noreply@github.com" ]
otaGran.noreply@github.com
438e20d98c5843b80b5b5ca4722bfd484fc7f0d6
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-chime/include/aws/chime/model/GetRetentionSettingsResult.h
6dcf0f547b223c026ed64beca94b9555c8eb5e3c
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
3,725
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
d0acc1924ff3cad252f74494d9bd581c2e2440f6
b859da5a02d3edd8c9774aa0aec373b77b03bbda
/BAEK/BAEK_17142/BAEK_17142.cpp
437df044dd08689d075bd6d330d515418b0b5cf6
[]
no_license
hangpy/boost_algorithm
c207e72e0641c314989c63eae25331e66f306b48
6c5e621fab63cf8d8e3899896d89f3d911a83731
refs/heads/master
2020-06-10T18:49:57.898620
2019-10-18T10:37:19
2019-10-18T10:37:19
193,711,149
5
1
null
null
null
null
UTF-8
C++
false
false
1,924
cpp
// BAEK_17142. 연구소3 #include <iostream> #include <vector> #include <queue> #include <algorithm> #include <cstring> #define endl "\n" using namespace std; struct pos { int y, x; }; struct post { int y, x, t; }; int gMap[50][50], gTmp[50][50], N, M; int dy[4] = { 1, -1, 0, 0 }; int dx[4] = { 0, 0, 1, -1 }; int getTi...
[ "leehangbok2009@gmail.com" ]
leehangbok2009@gmail.com
a76f96f9f30395d9873839bab18ef506054950b2
78a26c1dda6ee42a145b5f84e0c353230b54acdb
/FPS/Floor.h
17a4a787ee9fce94241db43de158a9b564c12a38
[]
no_license
JayHutter/AT_DxFPS
812ac5f8f8f290d3a883b00ae595943aa9079c15
ed8458c0ec5a5e30d1f5f72fc32a988f27c8c248
refs/heads/main
2023-04-22T09:15:23.734861
2021-04-29T05:02:36
2021-04-29T05:02:36
361,096,822
0
0
null
null
null
null
UTF-8
C++
false
false
213
h
#pragma once #include "Drawable.h" #include "Object.h" class Floor : public DrawableBase<Floor> { public: Floor(Renderer& renderer, int x, int y, int flr); void Update(float dt) noexcept override; private: };
[ "jayhutter64@gmail.com" ]
jayhutter64@gmail.com
1c88528b4617a7c1b0422b585f3953be112a4dff
101cc4189a699ce22b990ab7a1f2252b8233a190
/z5/main.cpp
6427b130cff5f7999e653d4a1daff48785c6a017
[]
no_license
dmitryzy/cpp1
e418726123f55fb1662b3c6c7bfdeb6e242f9e75
51cd36222536315db24b2bbc9de460636871b961
refs/heads/master
2016-09-09T17:20:45.521102
2014-04-29T20:17:49
2014-04-29T20:17:49
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
760
cpp
#include <iostream> using namespace std; //C2 int main() { setlocale(LC_ALL,"Russian"); int n,nmax=12; //массив данных string mn[12]={"январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"}; //Запрос ввода cout << "номер месяца: ";cin >>n; //...
[ "dmitry-zy@yandex.ru" ]
dmitry-zy@yandex.ru
9d7baad1feab9bdf601cb0868d0ceda6e347f96c
3c5b90ba374eeda95e05b35f755e91f2d9293daf
/src/atmoanalyzer/include/atmo/control_server.hpp
3a6514911082354b39b76b55f034130e8e7a9270
[ "MIT" ]
permissive
benedikt-peter/atmolight
c556e36668c528a9a88e078b6ee2113d4d0cf681
7c1b2243abe9461da5412928049503f8142a421e
refs/heads/master
2022-12-16T12:23:00.079051
2020-09-29T10:02:45
2020-09-29T10:02:45
299,574,756
1
0
null
null
null
null
UTF-8
C++
false
false
1,268
hpp
// // Created by Benedikt on 24.08.2020. // #pragma once #include <boost/asio.hpp> #include <functional> #include <thread> #include <gsl/span> #include "types.hpp" #include "devices.hpp" #include "mode.hpp" namespace atmo { class RequestHandler; /** * The ControlServer allows to individually control o...
[ "mail@benedikt-peter.de" ]
mail@benedikt-peter.de
81f7cfe4dccdfce7b16e5fde87c3a7491db3bc58
6f1858424c1f9855debdd3f2f5c6c1f9a1470d86
/plugin/accountssortfilterproxymodel.cpp
b8e2382520afdcaa57ac74b040a6c50b4dafb54f
[ "Apache-2.0" ]
permissive
dudochkin-victor/gogoo-app-im
8698a3feb5e730e9341ed914e6322835245894c5
fd3dc7eaa8243973b490778b2b6d7fec4a2c30f4
refs/heads/master
2021-01-23T13:48:37.572518
2013-05-16T12:58:05
2013-05-16T12:58:05
10,071,822
1
0
null
null
null
null
UTF-8
C++
false
false
1,524
cpp
/* * Copyright 2011 Intel Corporation. * * This program is licensed under the terms and conditions of the * Apache License, version 2.0. The full text of the Apache License is at * http://www.apache.org/licenses/LICENSE-2.0 */ #include "accountssortfilterproxymodel.h" #include <TelepathyQt4Yell/Models/Account...
[ "dudochkin.victor@gmail.com" ]
dudochkin.victor@gmail.com
a0cdd5398ee129e97619380093a7d42e5ba84d9f
e9a44ec3c878c5aa7f0cfc1da000e987332d37ed
/Maze_Xcode/Classes/Native/Il2CppGenericMethodDefinitions.cpp
bec84fd1e867c1e534b50710a8fb3d13725eaa6c
[]
no_license
jamesrequa/VR-Maze
dc1c77c33f63f44fd11ef9bfac32ae58771a9769
563d2b6978ed6c5dc08f4bdf7fc5193f679b9bbd
refs/heads/master
2021-01-09T06:23:19.474977
2017-02-06T21:00:32
2017-02-06T21:00:32
80,970,756
0
0
null
null
null
null
UTF-8
C++
false
false
122,292
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "class-internals.h" #include "codegen/il2cpp-codegen.h" extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[6246] = { { 86, 0, -1 }, { 94, 0, -1 }, { 303, 0, -1 }, { 485, 0, -1 }, { 797, -1, 0 }, {...
[ "james@carteblanche.com" ]
james@carteblanche.com
d1bf09ddc408a56214f395ff81ddf2952b46c3e8
6103faeccc17fc88cfb0d830adf4a9ee42a0c8c9
/cartographer/common/nanoflann.h
139b2d89b25f90c6c0025c83f0bc648ca098fab9
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lfmaster/cartographer
c91b8805572527966f6d27262220bcb3249ff4e1
a9d4be9f46d5fad898dc0ceeea08bd985a57f0e6
refs/heads/master
2023-01-18T17:04:33.055528
2020-11-24T00:39:36
2020-11-24T00:39:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
73,026
h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * Copyright 2011-2016 Jose Luis Blanco (jos...
[ "martin.a.szarski@boeing.com" ]
martin.a.szarski@boeing.com
35b4a14994fdcab577dd013f0781a1ab1488b0c0
86ddcdc948c9d10df00918c7717808c628e18006
/src/miner.cpp
e1cc1d039ccf15dff9d9dee5ebccbf316ec8807f
[ "MIT" ]
permissive
ciphermint/CipherCoin
b1e2fff7d589677f1c047b2408a7bc5bb7c24009
137b3b73747ac28f41de2155c231a6891bc9ca86
refs/heads/master
2020-04-24T21:24:02.135172
2019-04-22T10:23:18
2019-04-22T10:23:18
172,276,311
3
3
MIT
2019-04-25T05:05:19
2019-02-23T23:42:41
C++
UTF-8
C++
false
false
31,641
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2018 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-li...
[ "theciphermint@gmail.com" ]
theciphermint@gmail.com
0f89788285911692c8ff51085108d089f1f69ce0
0ddca58020af291cfb3d6630b1a771a8dbbdb8b9
/Section 2.3/The Longest Prefix/prefix.cpp
40ea1a909de9583c9f99ff9e2211547269dfba77
[ "MIT" ]
permissive
jameskumar/USACO-solutions
acb4e046ee9dd9f76c7c862c4f63d3e4ff2b6121
511993b9bb1dcb9303d06b37be9832948862aa55
refs/heads/master
2021-01-15T22:41:16.557272
2014-09-21T01:10:12
2014-09-21T01:10:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,137
cpp
/* ID: vistasw2 PROG: prefix LANG: C++11 */ #include <string> #include <iostream> #include <fstream> #include <vector> using namespace std; ifstream fin; ofstream fout; int max(int a, int b) { if (a > b) { return a; } else { return b; } } int main() { fin.open("prefix.in"); f...
[ "me@breeswish.org" ]
me@breeswish.org
af1245ff5465353568ab1ccf4f50ef0b2c9ceed7
84e724b3e28a829c28030091812aeb16e2a540c5
/Utils.cpp
3b0ab2254739cc0c81e9f39864650b51756fd24f
[]
no_license
zffx/TryAcceleratedCpp
9b9b2a55417f5b63ddceb067524ad21dec4b0119
94c68329fb582fb4a361b88d1c3ea97a518ebd64
refs/heads/master
2020-05-22T14:30:45.732636
2015-06-13T15:20:05
2015-06-13T15:20:05
19,538,542
0
0
null
null
null
null
UTF-8
C++
false
false
7,539
cpp
#include "Declaration.h" #include "Studentinfo.h" #include <time.h> #include <iostream> #include <vector> #include <stdexcept> //std::domain_error #include <numeric> //std::accumulate #include <algorithm> /*std::sort, std::remove_copy, std::remove_copy_if, std::remove_if, std::parttition*/ /* Al...
[ "li.unicorn@gmail.com" ]
li.unicorn@gmail.com
dc5b3d16f072ad7ef60b5c06b32df695d4ef9424
b128133447c96bb23fddea80e3d371a9030b7352
/source/SettingsFile.cpp
63e84b5d9d5cad29d62b4cc87bdd4dc7bb745e85
[]
no_license
HaikuArchives/ResourceEdit
43f1b63c41d8a7e4b1bd650d13b317ad93a3f4c3
c1c0d1ff64fc8c86b06252c23deed84f07711056
refs/heads/master
2021-10-24T07:50:21.662653
2021-10-23T06:28:10
2021-10-23T06:28:10
15,650,983
5
6
null
2020-01-28T15:13:52
2014-01-05T12:51:55
C++
UTF-8
C++
false
false
864
cpp
/* * Copyright 2012-2013 Tri-Edge AI <triedgeai@gmail.com> * All rights reserved. Distributed under the terms of the MIT license. */ #include "SettingsFile.h" SettingsFile::SettingsFile(const char* name) { find_directory(B_USER_SETTINGS_DIRECTORY, &fPath); fPath.Append(name, true); } SettingsFile::~SettingsF...
[ "artur.jamro@gmail.com" ]
artur.jamro@gmail.com
dfb3c8653d68904c9056a4d6f187211badbe3ecd
3cb63a97707a9a346d5f7fcf42fae68ac3288bee
/Headers/semestre.h
ffccf67968a6904a7e7dd1e5b93bcb0463b58e9f
[]
no_license
NicolaWilser/MaquettesUHA
5455afb2f61494f4e824dd3cebfaf61ef35a5df0
aaf50f0e47568d660f1c54e3154e6fc9f093c80b
refs/heads/master
2021-04-12T05:19:58.469292
2018-03-19T16:22:51
2018-03-19T16:22:51
125,885,996
0
0
null
null
null
null
ISO-8859-2
C++
false
false
865
h
#ifndef SEMESTRE_H #define SEMESTRE_H #include "matiere.h" #include "vector" class semestre { public: // constructeur, destructeur semestre(); semestre(int ); ~semestre(); // méthode retour int numero() const; std::vector<matiere*> listeMatieres() const; int nombreTotalHeure() const ...
[ "37549361+NicolaWilser@users.noreply.github.com" ]
37549361+NicolaWilser@users.noreply.github.com
fdb20c5a3c0c2d44ae243fdc94c195dfac04aa18
aa5eb7efee4b3a93edb72ec4ff132983c3a68094
/cpp/reverse-string/reverse_string.h
22eb9ef691662b03e108fea2b575c0f14c228d15
[]
no_license
puneetugru/exercism-cpp
329749ee70dc4621f4600c272bfd421068bab9e5
b68f7e9d19a5848ad1244649b3e326eb8379fd83
refs/heads/master
2020-05-04T12:35:58.860798
2019-04-11T17:28:59
2019-04-11T17:28:59
179,126,713
0
0
null
null
null
null
UTF-8
C++
false
false
166
h
#if !defined(REVERSE_STRING_H) #define REVERSE_STRING_H #include <string> namespace reverse_string { std::string reverse_string(const std::string &text); } #endif
[ "puneetugru@gmail.com" ]
puneetugru@gmail.com
aa24fb5e993a3c68ae93d2fa0f8b7b903c4fba21
f7b3f20cc96d8cd9981d05c28ad8cf2fe795f6dd
/all/AutoMoDe-toffi/src/smartobject_modules/AutoMoDeBehaviourSmartObject.cpp
31a350c973ec364f4feb23cd57bbe0e06e77783c
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
piotrek211/toffi_final
9281d7fa0e26e9dc26ff2230102a2e02bcdca1a2
e1a0824074169aa9e4bbb8ca56f6cdb8aea607ce
refs/heads/master
2023-06-20T11:14:36.069310
2021-07-11T15:16:55
2021-07-11T15:16:55
383,861,229
0
0
null
null
null
null
UTF-8
C++
false
false
3,424
cpp
/* * @file <src/modules/AutoMoDeBehaviour.cpp> * * @author Antoine Ligot - <aligot@ulb.ac.be> * * @package ARGoS3-AutoMoDe * * @license MIT License */ #include "AutoMoDeBehaviourSmartObject.h" namespace argos { AutoMoDeBehaviourSmartObject::AutoMoDeBehaviourSmartObject() { c_CurrentColor = CColor...
[ "piotr.rochala@ulb.be" ]
piotr.rochala@ulb.be
e1d53872808ff0e25fc17742d34fffc7767b1151
d18c252ba177efe3603cbf53bb50607ce97ecd79
/IOTFirmware/ESP8266_Project/workspace/ESP_MQTT_Adafruit/mqtt_2subs_esp8266.ino
930e752f87d8ab1749de7f01f0ae7b328277e9e6
[]
no_license
ndbn200491/GreenTura_Project
561a3e39538b69e6f5339c23d1cdb26018450f5f
5b7866c894f4aac9017cd1082b77d05315389f55
refs/heads/master
2021-01-16T23:03:30.398987
2016-10-26T04:41:55
2016-10-26T04:41:55
71,857,291
0
0
null
null
null
null
UTF-8
C++
false
false
6,382
ino
/*************************************************** Adafruit MQTT Library ESP8266 Example Must use ESP8266 Arduino from: https://github.com/esp8266/Arduino Works great with Adafruit's Huzzah ESP board & Feather ----> https://www.adafruit.com/product/2471 ----> https://www.adafruit.com/products/2821 ...
[ "ndbn200491@gmail.com" ]
ndbn200491@gmail.com
07273b0cfb43a8b6f01abceacc967ec3ec00fa9d
90417c2798b05d1afc3288b969cc25ce57a058b4
/src/atom.cpp
7400991bacd32243f5b6bdd5a90821c5959ee56e
[]
no_license
ghzuo/BrownDynamics
2a83fae4200692128efd51cac73440f8d37720b6
70761e9fc3be988dae0aa0a0208fe90fa669f794
refs/heads/master
2021-05-16T03:09:19.503718
2019-12-10T05:48:28
2019-12-10T05:48:28
30,386,796
1
4
null
null
null
null
UTF-8
C++
false
false
1,262
cpp
#include "atom.h" // the Param class Param::Param():gamma(0.5),beta(1.0),dt(0.005){}; // the Atom class Param Atom::param; Atom::Atom(){}; Atom::Atom(const MyVector& s, const MyVector& v, double m=1, const string& str="BEAD") :name(str),mass(m),site(s),velocity(v){ _initParam(); }; Atom::Atom(const MyVector...
[ "ghzuo@fudan.edu.cn" ]
ghzuo@fudan.edu.cn
e7aca4352e7c762bb9b66098a9bea7d3150c9bec
77c1813b5642ba6c91eab2c9a089f7a52fd37302
/src/matrix-utils/singular/Svd.h
c382f71543dc3e5321ea5d14c541881ccd09abba
[ "MIT" ]
permissive
RevolutionBTC/test-rbtc
16a9a5e717312b78cad092804aadfda8c0ae9b34
a75b9180c1eae92872c4afb9bf53e588da984583
refs/heads/main
2023-09-05T02:00:23.770087
2021-11-21T00:08:06
2021-11-21T00:08:06
430,235,172
0
0
null
null
null
null
UTF-8
C++
false
false
19,044
h
#ifndef _SINGULAR_SVD_H #define _SINGULAR_SVD_H #include "matrix-utils/singular/DiagonalMatrix.h" #include "matrix-utils/singular/Matrix.h" #include "matrix-utils/singular/Reflector.h" #include "matrix-utils/singular/Rotator.h" #include "matrix-utils/singular/singular.h" #include <algorithm> #include <cassert> #inclu...
[ "94761670+RevolutionBTC@users.noreply.github.com" ]
94761670+RevolutionBTC@users.noreply.github.com
47250ab5ad8201a39c8548ea0638a82aa33b10ee
d6953475c332b3040b42031ab8f9b063f0f1694a
/Cpp/股票交易问题/714. 买卖股票的最佳时机含手续费.cpp
d0622cccae8f81457aae0f716ce509aab7d620e6
[]
no_license
huanggangfeng/Leetcode
3f572834bbf39f58ff9239712ec4e0d32e0be427
a22a945a5f7be09cf36a4a8eeae385c92089ac60
refs/heads/master
2023-05-14T18:43:10.758422
2021-06-07T14:13:31
2021-06-07T14:13:31
293,406,819
3
1
null
null
null
null
UTF-8
C++
false
false
760
cpp
class Solution { public: int maxProfit(vector<int>& prices, int fee) { int len = prices.size(); if (len <= 1) return 0; int ret = 0; // 第i天有2种状态, 空仓或者满仓 int dp[len][2]; dp[0][0] = 0; // 第一天空仓 dp[0][1] = -prices[0] - fee; // 第一天满仓 for (int i...
[ "82589887@qq.com" ]
82589887@qq.com
fe70e5cb231e01286f20f9784a15f3c4b4d8a464
3a80e4f95be64290d29cd242c8b53828b855541e
/Decision/RoboRTS_decision/src/roborts_decision/blue_master (copy).cpp
5b71210a201dfead68b48272d776535caf3718f8
[ "MIT" ]
permissive
AlexanderLeading/robo_ws
1d32da2568b7248aba121c150c02622c31312dea
145c8a4ae0f08d9186a0d610d206325385118b08
refs/heads/master
2023-07-06T00:09:30.755433
2021-08-10T11:01:03
2021-08-10T11:01:03
394,597,600
0
0
null
null
null
null
UTF-8
C++
false
false
26,291
cpp
#include <ros/ros.h> #include "executor/chassis_executor.h" #include "example_behavior/back_boot_area_behavior.h" #include "example_behavior/escape_behavior.h" #include "example_behavior/chase_behavior.h" #include "example_behavior/search_behavior.h" #include "example_behavior/patrol_behavior.h" #include "example_be...
[ "519264229@qq.com" ]
519264229@qq.com
88f9098b2a6506cd74d7baa695578c1a5cd7b987
8bb6d8ce77b9064da19fe3915a706904223f3f0a
/LeetCode/0945 - Minimum Increment to Make Array Unique.cpp
83f4f90049447c11567361503402df9d90c8afcc
[]
no_license
wj32/Judge
8c92eb2c108839395bc902454030745b97ed7f29
d0bd7805c0d441c892c28a718470a378a38e7124
refs/heads/master
2023-08-16T19:16:59.475037
2023-08-02T03:46:12
2023-08-02T03:46:12
8,853,058
6
10
null
null
null
null
UTF-8
C++
false
false
336
cpp
class Solution { public: int minIncrementForUnique(vector<int>& nums) { sort(nums.begin(), nums.end()); int sum = 0; for (size_t i = 1; i < nums.size(); ++i) { const auto d = max(0, nums[i - 1] - nums[i] + 1); nums[i] += d; sum += d; } retu...
[ "wj32.64@gmail.com" ]
wj32.64@gmail.com
4db8d004fc9bb17df7b615bb1cd261329badc0c3
34fa51e0e0687d7de439b9a5af39fb7bfce5cf38
/PROJETO/funcoes.cpp
c7c056849ef1744f88b23ebcbb7f73a6edc64eaa
[]
no_license
Daniel-Santos9/PDI--Deteccao-de-olhos
809be99153ea4368f492d11404892bbef77986f6
ad4638636043180fd80a06e8d284829131e64893
refs/heads/master
2020-10-02T06:38:40.870709
2019-12-13T00:47:14
2019-12-13T00:47:14
227,723,503
0
1
null
null
null
null
UTF-8
C++
false
false
7,936
cpp
#include <QCoreApplication> #include <opencv2/opencv.hpp> #include <opencv2/highgui.hpp> #include <iostream> using namespace cv; using namespace std; /*bool verifica_cabelo(int pico1, Mat img){ // returna TRUE se as cores das regiões forem semelhantes int flag=0, media1=0, media2=0; float perc=0; Vec3b cor...
[ "daniel.ifce2@gmail.com" ]
daniel.ifce2@gmail.com
ac7f33f519ea882d9a89928f3fb9779c6ccc2c4d
76fab692584ca8fbe0a2b4cb25fa186412844ef1
/tools/test_net_3dnormal_locimtxts.cpp
88fc775992e782502617fc4e77df77b63a57a9ef
[ "BSD-2-Clause" ]
permissive
xiaolonw/caffe-3dnormal_joint_past
2191df64c9090ea9e466755b0a74620505b88748
4af389ec527fff308750408ee67bd70a36bad206
refs/heads/master
2020-05-15T03:56:06.291278
2015-08-31T23:29:57
2015-08-31T23:29:57
34,825,297
0
3
null
null
null
null
UTF-8
C++
false
false
4,521
cpp
#include <cv.h> #include <highgui.h> #include <cxcore.h> #include <cstring> #include <cstdlib> #include <vector> #include <cmath> #include <utility> #include <algorithm> #include <ctime> #include <cstdlib> #include <iomanip> #include <iostream> #include <leveldb/db.h> #include <sys/stat.h> #include <sys/types.h> #i...
[ "dragon123@dragon123-M51AC.(none)" ]
dragon123@dragon123-M51AC.(none)
45a1c089f5d944584b3854f715dfa855d4d64c46
29aae96691a258ab0f5155820671343c4bf2872d
/STM32CubeF4/Projects/STM32F429I-Discovery/Demonstrations/TouchGFX/touchgfx_demo2014_240x320/TouchGFX/gui/include/gui/animated_graphics_screen/BumpMap.hpp
98244e30bed73860658ee461178348b00bb08294
[]
no_license
b264/crystal_stm32
60a225bda5b2c9baedee7290adb3f0fc4c53c3ca
3720064a141a04d4c7a528dbf5603141e0198f47
refs/heads/master
2021-04-27T18:31:51.235187
2017-11-03T00:12:39
2017-11-03T00:12:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
454,949
hpp
/****************************************************************************** * * @brief This file is part of the TouchGFX 4.8.0 evaluation distribution. * * @author Draupner Graphics A/S <http://www.touchgfx.com> * ****************************************************************************** * * @sec...
[ "aurimas@niekis.lt" ]
aurimas@niekis.lt
b3471d724b4f9d976066ab922945c6ef01eacdff
6bdcc836aef9347c9c678c38706054c375858870
/src/Common/Physics/SingleRigidBody.hpp
939d284558f15ea75e6af2b0ebda1937729d3bb9
[]
no_license
JoshuaMasci/USG
6139675eba72c0e42e922bed689507073bcefd68
00b78e41b9674aa62df6711a74698fa0b23c4109
refs/heads/master
2021-10-08T19:10:17.448781
2018-12-16T17:22:07
2018-12-16T17:22:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
461
hpp
#ifndef SINGLE_RIGIDBODY_HPP #define SINGLE_RIGIDBODY_HPP #include "Common/Physics/RigidBody.hpp" class SingleRigidBody : public RigidBody { public: SingleRigidBody(Entity* entity); ~SingleRigidBody(); void setShape(CollisionShape* shape); CollisionShape* getShape(); virtual RigidBodyType getType() { return Ri...
[ "Iamshortman@gmail.com" ]
Iamshortman@gmail.com
1e1e68cc299cbf81d248e8c60108f3f5b5c49dca
6b6d07176aa6a6116342fbcf0cc3a7aa1d86c65b
/workshop2/05_servo/servo_voorbeeld.ino
a2ca977738f692ca811a044f0ac38d2ebd853a12
[ "CC0-1.0" ]
permissive
byTheo/ttt-workshop
4a8cdb9f5ce2af81c22777d39447fe62deab9940
9849d32e9ef8752632f9dbd260c6fa9d7520b543
refs/heads/master
2021-01-09T20:51:39.132748
2016-06-28T17:34:25
2016-06-28T17:34:25
59,285,122
2
1
null
2016-05-20T11:02:49
2016-05-20T10:13:11
Arduino
UTF-8
C++
false
false
685
ino
#include <Servo.h> Servo myservo; // create servo object to control a servo int potpin = 0; // analog pin used to connect the potentiometer int val; // variable to read the value from the analog pin void setup() { myservo.attach(9); // attaches the servo on pin 9 to the servo object } void loop() { val = anal...
[ "theo.leloux@gmail.com" ]
theo.leloux@gmail.com
0e1204e36f52e53475d8cbda75eedf906c01f840
6dd18dd258b38ddf3061565496d9bb7d982eb1e4
/14_TemplateClasses/02-TemplatedClasses.cpp
1043ce8897925c1886c85f6408a12148aca55312
[]
no_license
seddon-software/cplusplus
5d67b0ca95d24c2c4911ad6111b1a9a1ba7285bf
bcbdfb6e916ebb08eb8d507dcb18bed8a80fbf82
refs/heads/master
2021-06-27T06:04:23.804126
2020-12-04T16:38:57
2020-12-04T16:38:57
174,515,590
0
0
null
null
null
null
UTF-8
C++
false
false
751
cpp
//////////////////////////////////////////////////////////// // // Classes using templates // //////////////////////////////////////////////////////////// #include <iostream> using namespace std; template <typename T = int, int N = 3> class Array { private: T array[N]; public: Array(T); ...
[ "seddon-software@keme.co.uk" ]
seddon-software@keme.co.uk
8d447d36253d79aeb40c232b64a0842656fe308c
2dfc5c20292572d65f451251b4f8fd98bae0d7d2
/networktables2/type/ComplexEntryType.h
3ce88ed9f25165719d99c1e1b3058339a043baae
[]
no_license
mcoffin/wpilib
6058e1bd47d0473d05de0c74363181732b960c19
0001681bf773fe0461520a511705c8a5dba92ea5
refs/heads/master
2020-12-24T19:17:11.729049
2014-06-24T21:50:19
2014-06-24T21:50:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,517
h
/* * ComplexEntryType.h * * Created on: Sep 24, 2012 * Author: Mitchell Wills */ #ifndef COMPLEXENTRYTYPE_H_ #define COMPLEXENTRYTYPE_H_ class ComplexEntryType; #include "networktables2/type/NetworkTableEntryType.h" /** * Represents a non-primitive data type (i.e. not a string, double, ...
[ "rbmj@verizon.net" ]
rbmj@verizon.net
a95cfcdeef6527b24bc85203ca8d268a02780b63
307d3837d31f9e3728af2b62ca51ebf63fe6ec6b
/hall_of_fame/jaewon/152_maxProductSubarray.cpp
d1b9ad539e83cb44dcd3d75322cbab9f9bfc2b24
[]
no_license
ellynhan/challenge100-codingtest-study
905043497d154b8a7333ca536e536d013f6e7454
bcdc6d04f13b12ba80b42e066f9d244d7c2cc698
refs/heads/master
2023-09-01T14:10:13.481013
2023-08-27T14:38:52
2023-08-27T14:38:52
401,561,230
162
176
null
2023-09-09T14:56:25
2021-08-31T03:30:36
C++
UTF-8
C++
false
false
847
cpp
class Solution { public: int maxProduct(vector<int>& nums) { int dp[20001][2]={0}; int answer = nums[0]; if(nums[0]<0){ dp[0][1] = nums[0]; }else{ dp[0][0] = nums[0]; } for(int i=1; i<nums.size(); i++){ if(nums[i]=...
[ "wown252@naver.com" ]
wown252@naver.com
9bda0aed0b49fd98f8a5c04738c7d9e6454e478f
90993e6b40799a7011dfea6b962caba704ecd4cc
/fontshaderclass.cpp
fb904aca7b4405a9c456b6d23e97db7497592b62
[]
no_license
SilverXenolupus/DMArcadeInterface
454e797b91503b3445d84a5efcfa3d10ae58cd75
435b07ed227002beaeb4591a9ee5ea031ac06c5e
refs/heads/master
2021-01-16T21:23:21.299231
2015-06-30T18:23:44
2015-06-30T18:28:07
38,325,026
0
0
null
null
null
null
UTF-8
C++
false
false
11,171
cpp
#include "fontshaderclass.h" FontShaderClass::FontShaderClass() { m_vertexShader = 0; m_pixelShader = 0; m_layout = 0; m_constantBuffer = 0; m_sampleState = 0; m_pixelBuffer = 0; } FontShaderClass::FontShaderClass(const FontShaderClass& other) { } FontShaderClass::~FontShaderClass() { } bool FontShaderCla...
[ "Xenolupus@gmail.com" ]
Xenolupus@gmail.com
8eb8c34504b497b27c7121bd723107e44069f130
dc5a8a2b4e215ef674b686f7aaa3e38c18b8e502
/Pet Database Project/BubbleSortDecreasing.h
05327129082a40ba96c10a8c218aea461709204a
[]
no_license
msuethan/CSE-335-Projects
18d012a22e7b937f0d2d8cc5d272e1694e44265c
ba31fb667624e34c2f22d072f1d3610f5bf76337
refs/heads/master
2020-04-04T17:57:31.529593
2018-11-05T01:47:49
2018-11-05T01:47:49
156,143,727
0
0
null
null
null
null
UTF-8
C++
false
false
336
h
#ifndef BUBBLESORTDECREASING_H #define BUBBLESORTDECREASING_H #include "BubbleSortTemplate.h" class BubbleSortDecreasing: public BubbleSortTemplate{ public: virtual bool needSwap(SortableVector* sv, int i, int j)const override{ return sv->smaller(i,j); } }; #endif /* BUBBLESORTDEC...
[ "noreply@github.com" ]
msuethan.noreply@github.com
dd13b9d52ebc728576eab1076ef6cb991e631193
7923d84edbd6956d8e3e501bd0f88669b15c61ce
/src/algorithms/implementation/cut_the_sticks/cut_the_sticks.h
e3698bb19db39898a372fdbf4a610010dcc823d4
[ "MIT" ]
permissive
bmgandre/hackerrank-cpp
bbce1b912ee78b413408118b24a7373aa072e2fc
f4af5777afba233c284790e02c0be7b82108c677
refs/heads/master
2023-01-18T19:18:21.630856
2020-12-01T00:49:20
2020-12-01T00:49:20
105,839,527
0
0
null
null
null
null
UTF-8
C++
false
false
272
h
#pragma once namespace hackerrank { namespace bmgandre { namespace algorithms { namespace implementation { class cut_the_sticks { public: static void solve(); }; } // namespace implementation } // namespace algorithms } // namespace bmgandre } // namespace hackerrank
[ "bmg.andre@gmail.com" ]
bmg.andre@gmail.com
830565df19e3768886b56f8df62e70332d958346
812264ab9543e17f15778fb3bc1d3c569485f5f9
/OPCUAHelpers.cpp
e194d6e0a2e1c2db8da06f1357051e989dcd070b
[]
no_license
tuxroger/decakelauncher
b4bbc8f2980d14b3f1bf8ea80b1f3865736b4962
d27e00ad57098da23e4e9b471eac6571fa74c645
refs/heads/master
2023-03-07T06:23:34.709621
2021-02-22T07:25:13
2021-02-22T07:25:13
341,109,705
0
0
null
null
null
null
UTF-8
C++
false
false
5,051
cpp
#if 0 #include "OPCUAHelpers.h" std::shared_ptr<spdlog::logger> OPCUAHelpers::opcuaHelpersLogger_; bool OPCUAHelpers::OPCUAIsNumber(UA_Variant variant) { return (UA_Variant_hasScalarType(&variant, &UA_TYPES[UA_TYPES_INT16]) || UA_Variant_hasScalarType(&variant, &UA_TYPES[UA_TYPES_INT32]) || UA_Variant...
[ "roger.tarres@hp.com" ]
roger.tarres@hp.com
79a78806f0d9db862a61d1ffd7b0c4ad932ce976
3d7c2de12fe9e107eac972bc5be834f13876644b
/Heap/test.cpp
412c589e56a0742c634041a2d24785a3ef409f5a
[]
no_license
shah-antriksh/Coding
abdb2f14a9a35da54d3527e454d5c3664c65176f
c5d2b16de9dfdca5a45d7b546c5eb48ba8f46d57
refs/heads/master
2020-12-25T14:12:49.186225
2016-08-06T17:31:15
2016-08-06T17:31:15
64,283,067
0
0
null
null
null
null
UTF-8
C++
false
false
401
cpp
#include<iostream> #include<algorithm> #include<queue> #include<math.h> #include<vector> using namespace std; struct min_s { bool operator()(int a,int b) { if (a>b) return true; else return false; } }; int main() { priority_queue<int, vector<int>, min_s> MH; MH.push(7); MH.push(5); MH.push(6); cout<<...
[ "noreply@github.com" ]
shah-antriksh.noreply@github.com
79afa8d227b12e5c18174a5bf65f39c0c0d56577
091afb7001e86146209397ea362da70ffd63a916
/inst/include/nt2/include/functions/simd/is_ord.hpp
2ba5abab3300741268b07a85b84b165fd522b8b9
[]
no_license
RcppCore/RcppNT2
f156b58c08863243f259d1e609c9a7a8cf669990
cd7e548daa2d679b6ccebe19744b9a36f1e9139c
refs/heads/master
2021-01-10T16:15:16.861239
2016-02-02T22:18:25
2016-02-02T22:18:25
50,460,545
15
1
null
2019-11-15T22:08:50
2016-01-26T21:29:34
C++
UTF-8
C++
false
false
179
hpp
#ifndef NT2_INCLUDE_FUNCTIONS_SIMD_IS_ORD_HPP_INCLUDED #define NT2_INCLUDE_FUNCTIONS_SIMD_IS_ORD_HPP_INCLUDED #include <nt2/predicates/include/functions/simd/is_ord.hpp> #endif
[ "kevinushey@gmail.com" ]
kevinushey@gmail.com
f3d11d698324c0e681438dd891a4a907ca263f54
a443da5bae3933763393da5ceaddcaa899267a86
/mainwindow.cpp
bc2c6ea83229460dd68e56812377aea5337dd633
[]
no_license
zhiyuan-lin/QWeb
a83212f64219d511c3024f3a7dbfab19ec61600d
f827ceeebbf66c8999ead4542a13d143e61c0868
refs/heads/master
2021-06-09T10:21:42.994752
2016-11-25T10:50:31
2016-11-25T10:50:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
572
cpp
#include "mainwindow.h" #include <QWidget> #include <QVBoxLayout> MainWindow::MainWindow(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags), m_webTabWidget(new WebTabWidget(this)) { // setWindowFlags(Qt::Window | Qt::FramelessWindowHint); // TODO QWidget *centralWidget = new QWidget(...
[ "edsgerlin@gmail.com" ]
edsgerlin@gmail.com
c98df35ab052c0db393d959452e0b0b7a7c5ec0f
38ef9efb850ff03f1c813a667c43b95f239a58ed
/Camera.cpp
c67afd9941bc5d11fdd42c65505a0d51fd39e5cd
[]
no_license
DanielZajkowski/OpenGLapp
27cc36e7f5f75ca158313421cbe2d191bb83f3e3
929afea3163a6f23fd41100d75176305e0d1f657
refs/heads/master
2023-06-11T10:54:20.458542
2021-06-25T06:41:03
2021-06-25T06:41:03
369,150,721
0
0
null
null
null
null
UTF-8
C++
false
false
1,810
cpp
#include "Camera.h" Camera::Camera() { position = glm::vec3(0.0f, 0.0f, 0.0f); front = glm::vec3(0.0f, 0.0f, 0.0f); up = glm::vec3(0.0f, 0.0f, 0.0f); right = glm::vec3(0.0f, 0.0f, 0.0f); worldUp = glm::vec3(0.0f, 0.0f, 0.0f); yaw = 0.0f; pitch = 0.0f; moveSpeed = 0.0f; turnSpeed = 0.0f; } Camera::Camera(gl...
[ "zajkowskidaniel@gmail.com" ]
zajkowskidaniel@gmail.com
0a3a1c6dbd19ac72e2ba1e8ca171ddb585286076
d67f9b68fc07313507a1fa16ee5583657af00d6f
/src/FloatUtil.hpp
def6491cd430e6f49ec5510a0f0d536e14b74dd5
[ "MIT" ]
permissive
kerwin79/volumeray
685cfe68ea73560acde998ec3356358da353ed10
cf900199ffb792ad94cf05503014b70fc0464b0c
refs/heads/master
2020-04-11T20:54:23.160260
2017-10-12T20:56:00
2017-10-12T20:56:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,090
hpp
//============================================================================== // Author: Tim Thirion // // This file is: FloatUtil.h // Created on: July 18, 2004 // Modified on: July 18, 2004 // // Description: // Floating point constants and utility functions are defined in // this file. It shoul...
[ "t.a.thirion@gmail.com" ]
t.a.thirion@gmail.com
27886c3359c853065e619ce263e20c78e81a8a5f
8151b7d6d2847e2bc5e516c2bde456b972e6c7c6
/game_controller.cpp
ef7232a16c8c292e1cf905cef7d275f870efe9bb
[]
no_license
martiserra46/puzzles
3a2c76768bb07b0fd99eafad90956184e95150df
f951c4150043061ad74bd56a617d031b7725c3c6
refs/heads/main
2023-06-15T13:37:17.035835
2021-07-16T16:55:04
2021-07-16T16:55:04
386,348,377
0
0
null
null
null
null
UTF-8
C++
false
false
429
cpp
#include "game_controller.h" #include "drawing_generator.h" #include <iostream> #include "system_utils.h" #include "input_action.h" void GameController::play(Puzzle puzzle) { while (puzzle.get_not_placed_figures().size() > 0) { InputActionInsertRemoveFigure input_action(&puzzle); input_action.d...
[ "martiserramolina@MacBook-MacBook-Pro-de-Marti.local" ]
martiserramolina@MacBook-MacBook-Pro-de-Marti.local
5f0cc1133daf1dfd8e404778b4362049dbeda8bc
22302e25808e77968b1e875ef82b47f8e47ff395
/src/cpp/actionqueue.h
e38702717b35325b4fd8006c9af781ca46f1c9b4
[ "libtiff", "IJG", "LicenseRef-scancode-warranty-disclaimer", "Libpng", "LicenseRef-scancode-unknown-license-reference", "Zlib", "BSD-3-Clause" ]
permissive
kotrenn/twiztor
9c03542ff0047c16108235fda6b8a1fce6450d54
fbd42506f9e534269df2ab870e17446bbc7cb6c3
refs/heads/master
2021-03-27T09:15:17.843312
2017-09-09T07:20:57
2017-09-09T07:20:57
78,242,906
0
0
null
null
null
null
UTF-8
C++
false
false
241
h
#ifndef __ACTION_QUEUE_H_ #define __ACTION_QUEUE_H_ #include "common.h" #include "puzzleaction.h" class ActionQueue { public: ActionQueue(); void add(PuzzleAction *puzzleAction); private: list<PuzzleAction *> m_actionList; }; #endif
[ "kotrenn@gmail.com" ]
kotrenn@gmail.com
ff544f09220ec7a6ecf6842e52b8ca969ddc0096
a68b9ac017f1f3a8bf5f0a0242dd61f2db6b391e
/GeneticSolver/HLS_output/verilator_beh/verilator_obj/Vmain_tb__Syms.h
6b3fcf57b93664c23a28739b504b71bed4346338
[]
no_license
vanika/GAA-HLS
8939191c56aee70f0336df5239fa2ff1876bd0b7
bda9f47f2968f7c53c944242a106523dd695287f
refs/heads/main
2023-07-13T20:55:26.042352
2021-08-24T16:39:27
2021-08-24T16:39:27
399,170,105
0
0
null
null
null
null
UTF-8
C++
false
false
724
h
// Verilated -*- C++ -*- // DESCRIPTION: Verilator output: Symbol table internal header // // Internal details; most calling programs do not need this header #ifndef _Vmain_tb__Syms_H_ #define _Vmain_tb__Syms_H_ #include "verilated_heavy.h" // INCLUDE MODULE CLASSES #include "Vmain_tb.h" // SYMS CLASS class Vmain_t...
[ "renebwanika@gmail.com" ]
renebwanika@gmail.com
b1d771f911a5699f3853af619a40e5ce9624f6d4
b6bfea9e379f3657b598745773996fdf7d5be20b
/MGRRenderer/Sources/loader/ObjLoader.cpp
5dbb840bf0423a8238e713e57c69482f172f464f
[]
no_license
monguri/MGRRenderer
7572c51afa072be5d2f7a5108871f7ca9f214eda
3ef8e1bf9cb08c3cbfd1217ac35a3fd7b58c8bed
refs/heads/master
2021-01-23T20:23:58.488368
2017-09-30T10:50:06
2017-09-30T10:50:06
44,105,653
12
0
null
2016-02-07T12:25:54
2015-10-12T12:20:46
C++
SHIFT_JIS
C++
false
false
19,681
cpp
#include "ObjLoader.h" #include <sstream> namespace mgrrenderer { namespace ObjLoader { static const size_t SSCANF_BUFFER_SIZE = 4096; struct VertexIndex { size_t vIdx; size_t vtIdx; size_t vnIdx; VertexIndex() {}; VertexIndex(size_t idx) : vIdx(idx), vtIdx(idx), vnIdx(idx) {}; VertexIndex(size_t vIdx...
[ "mongry@gmail.com" ]
mongry@gmail.com
d62e196b4a3e529b480f6fba52d5bdc7cf76990e
b83719917ebd5c8fc3782706c3ef9777a3c81dcb
/R4.5/headers/be/interface/TextControl.h
d567a919785f16b23d44388de83bf1f2bd61db61
[]
no_license
jscipione/r5headers
d2641852d350aeb5d7c4620e1b92a0bf575f8215
aa8f4508e413e922b0f9a7fca5d6d4cfb3068f6f
refs/heads/master
2023-04-29T08:50:56.258558
2023-04-21T20:58:10
2023-04-21T20:58:10
108,314,115
7
2
null
2023-03-27T17:12:01
2017-10-25T19:08:36
C++
UTF-8
C++
false
false
3,580
h
/******************************************************************************* / / File: TextControl.h / / Description: BTextControl displays text that can act like a control. / / Copyright 1996-98, Be Incorporated, All Rights Reserved / *************************************************************************...
[ "jscipione@gmail.com" ]
jscipione@gmail.com
ba925be4074de8ceb524b186cbed770f7fb06d8d
c824d97cc1208744e4453bac916dcc24dc77a377
/libcaf_core/caf/detail/functor_attachable.hpp
4a913ceb372d9438fe2c39878391770f3f12e93e
[ "BSL-1.0" ]
permissive
DePizzottri/actor-framework
1a033440660c4ea507b743b0d46a46de7fd30df6
bdbd19541b1e1e6ec0abe16bcf7db90d73c649d2
refs/heads/master
2021-01-24T00:23:18.672012
2018-04-28T13:04:21
2018-04-28T13:04:21
59,172,681
0
0
null
2017-03-07T04:22:26
2016-05-19T04:04:18
C++
UTF-8
C++
false
false
2,447
hpp
/****************************************************************************** * ____ _ _____ * * / ___| / \ | ___| C++ * * | | / _ \ | |_ Actor * ...
[ "dominik.charousset@haw-hamburg.de" ]
dominik.charousset@haw-hamburg.de
648eca13f2fff852b949c91b6d41f61adfdd84e3
a7229e3a167a0d678f6e4ec46f69b3452d440612
/CppProjects/Examples/boost/test_2/main.cpp
494cfddc8ef1ed67335ee66ce1cd028bee4fd30b
[]
no_license
Eduzc07/Maxim
32dc20706084bc55290ca69db5fff376cb88af7d
3b31752e7ace71bd06f93cac1f28d4a878b68eca
refs/heads/master
2022-12-11T20:41:47.149260
2022-08-10T16:50:03
2022-08-10T16:50:03
135,848,886
0
1
null
2021-06-02T01:49:23
2018-06-02T20:10:16
C++
UTF-8
C++
false
false
3,013
cpp
#include <stdio.h> #include <opencv2/opencv.hpp> //Boost // // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // #include <string> #include <boost/asio.hpp>...
[ "edu.zc07@gmail.com" ]
edu.zc07@gmail.com
c91dde22327f3d9021ada26d356970b0c9166998
151d413f0d4b821f0f5c7f8f78b4ef5b9005de44
/src/common/wal_engine.h
1158d24ef3738d03c51090622293a401ed443af8
[ "BSD-3-Clause" ]
permissive
snalli/nstore
8c6f21dbdfc6f2e1bb66fee9ef1bae76beac5a8b
0959cba2c68cddab490fd9ded3a92a6baa0cd6fa
refs/heads/placement_new_on_psegments
2021-05-01T01:15:57.496184
2018-12-20T18:52:23
2018-12-20T18:52:23
60,381,413
23
10
BSD-3-Clause
2020-07-18T23:28:41
2016-06-03T22:29:41
C++
UTF-8
C++
false
false
1,046
h
#pragma once #include <string> #include <sstream> #include <atomic> #include <thread> #include <fstream> #include "engine_api.h" #include "config.h" #include "transaction.h" #include "record.h" #include "utils.h" #include "database.h" #include "pthread.h" #include "logger.h" #include "timer.h" #include "serializer.h"...
[ "jarulraj@cs.cmu.edu" ]
jarulraj@cs.cmu.edu
8b214b12b27bee417b056925ec85ca568e3f9db8
a765e0ffe72ea7f3ea340dbfb9dbc52f82259b8a
/Proyecto1_Leyenda/Source/Proyecto1_Leyenda/BatteryMan_GameMode.cpp
97e2876a73822f3620be6e81a1c911f4bb5abd7f
[]
no_license
TheoLeyenda/TSDVJ_Unreal_Practica
e345013927bcc8262aae6fc144202e09728e21b3
b8bf148b09905933e038b33f531bb115ed7321da
refs/heads/master
2022-08-02T06:11:50.652383
2020-05-26T00:38:58
2020-05-26T00:38:58
258,636,487
0
0
null
null
null
null
UTF-8
C++
false
false
1,257
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "BatteryMan_GameMode.h" #include "Engine/World.h" #include "GameFramework/Actor.h" // incluyo la clase del Forward Declaration para que el .cpp lo conozca. ABatteryMan_GameMode::ABatteryMan_GameMode() { PrimaryActorTick.bCanEver...
[ "theofritaku@gmail.com" ]
theofritaku@gmail.com
71a1aa749c1004180fb972f98f772c49dee8be68
c558d89bfc256ae07cc6824074d38b50e7b5b3fa
/01_BinaryGap.cpp
7bdfcb3e44472e294d26c8e1ae97ff393266984b
[]
no_license
inmyprime/Codility
8bc0e7c25e27abd6186794ef76e30da84f08e0a0
c8bc57f97bcdcb722a140d3dbefe64a31e4a8764
refs/heads/master
2021-01-12T06:00:22.101524
2016-12-24T06:45:06
2016-12-24T06:45:06
77,269,253
1
0
null
null
null
null
UTF-8
C++
false
false
507
cpp
int solution(int N) { // write your code in C++11 (g++ 4.8.2) int countZero = 0, maxZero = 0; bool isStarted = false; bool bit; do { bit = N % 2; if(bit) { if (isStarted) { maxZero = max(maxZero, countZero); } ...
[ "uwereright@gmail.com" ]
uwereright@gmail.com
fe9ceaad0769d89decfe2acf102f82c6cf991b71
c3f4f6adb53381483658fde5671c84cd4a15975c
/Ex10.3/Usedll/stdafx.cpp
64a45ff71c4216cbcc8d0cd6b1eb2f555cdaae06
[]
no_license
LTS123456/LTS01
40fadc08ceb392b34b3f039943f684783f17f796
2b6129d9a5751736a84ff9b8042b874bcf035631
refs/heads/master
2021-03-26T02:21:16.817381
2020-05-25T15:31:48
2020-05-25T15:31:48
247,664,137
0
0
null
null
null
null
GB18030
C++
false
false
161
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // Usedll.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
[ "1216859581@qq.com" ]
1216859581@qq.com
5d668043da572b3ee8bde262dff4a8cfd616a2e7
abbd671b1db3b39de5ac74f9bf43c09f9ea60176
/src/main.h
c3dde82378164a60d8bc725bc302f7923dcfa8d2
[]
no_license
shamohamin/backtracking_alogorithm_placingQueen
c730bbedd31dde9062b3c6456d6865cfefaa65d8
6ae5e2a232315af308d92678f87adae2705d5dcd
refs/heads/master
2020-06-27T00:44:23.814078
2020-01-07T20:49:47
2020-01-07T20:49:47
199,802,403
2
0
null
null
null
null
UTF-8
C++
false
false
198
h
// // Created by Amin on 2019-07-31. // #ifndef BACKTRACKING_ALOGORITHM_QUEEN_MAIN_H #define BACKTRACKING_ALOGORITHM_QUEEN_MAIN_H class main { }; #endif //BACKTRACKING_ALOGORITHM_QUEEN_MAIN_H
[ "mohamd@mohamds-MacBook-Pro.local" ]
mohamd@mohamds-MacBook-Pro.local
7c95934d9d8dc2677b83e31eaab7b31098bb69f2
08e9c56b520d4490425bf2149b2e1fbcd42c7f4f
/T3000/BacnetProgramEdit.h
4885e71c36f308d55c92e19cda2dacd0d261ebeb
[]
no_license
nonedead/T3000_Building_Automation_System
3b3134e589260499acb68401f5af29d8365b12c4
a6c2598a1ea5e6197497d16da6f15e1d8e5a770a
refs/heads/master
2020-05-20T17:56:18.630313
2014-02-21T09:00:02
2014-02-21T09:00:02
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,291
h
#pragma once #include "afxwin.h" #include "CM5\CStatic\staticex.h" const int KEY_F2 = 1002; const int KEY_F3 = 1003; const int KEY_F7 = 1007; const int KEY_F6 = 1006; const int KEY_F8 = 1008; // CBacnetProgramEdit dialog class CBacnetProgramEdit : public CDialogEx { DECLARE_DYNAMIC(CBacnetProgramEdit) public: CBacn...
[ "fandu@temcocontrols.com" ]
fandu@temcocontrols.com
0dbe4da772d67759081bae92c6770d987b98b260
30c42bd6494395b5cb613eeda30b64c551b26569
/uniform_initialization.h
b613e18868acbb2892fd2af5600ca8d463fb454f
[]
no_license
Littlehhh/Cpp0x11
2eb0fc311922d449c6d9e7658b0968cbde17ae3b
1e65753b55c6a6baa83baaaf47e6c9d1efdbf9db
refs/heads/master
2020-09-08T21:37:12.746672
2019-12-05T02:45:06
2019-12-05T02:45:06
221,249,089
1
0
null
null
null
null
UTF-8
C++
false
false
382
h
// // Created by HuiWang on 2019/11/8. // #ifndef CPP0X11_UNIFORM_INITIALIZATION_H #define CPP0X11_UNIFORM_INITIALIZATION_H #include <initializer_list> #include <array> // Initialization could happen with parentheses, braces, or assignment operators // use braces !!!! int values[] = {1,2,3}; // backend std::initializ...
[ "wang0x20hui@gmail.com" ]
wang0x20hui@gmail.com
b0a404ce6bca18f9e1bfa90529374e7d87220221
49734b09f7c010ba5ea06dc0ee5c3d14f052897e
/c++_solutions/92.cpp
36a09d50d301f01067a3f6f6ce8047725b784487
[]
no_license
Yashwant-Tailor/LeetCodeSolution
d66772aed75bd4e3d7e1ffcdc61726410c840570
e41b4b80729b788abd5b9b8cdb256cd25107673b
refs/heads/main
2023-08-31T15:26:26.852650
2023-08-25T21:03:55
2023-08-25T21:03:55
375,398,526
2
0
null
2023-09-03T18:34:00
2021-06-09T15:11:50
Python
UTF-8
C++
false
false
1,767
cpp
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode() : val(0), next(nullptr) {} * ListNode(int x) : val(x), next(nullptr) {} * ListNode(int x, ListNode *next) : val(x), next(next) {} * }; */ class Solution { public: ListNode* reverseBetw...
[ "yasht88101@gmail.com" ]
yasht88101@gmail.com
46e06bd89d3412175c4f284679fdac2593c38397
fb586cce1060cd36ea4ae765353f2350f372d19c
/cores/arduino/main.cpp
74cc80e2b89e36eeafa5d6de4af0de308afea912
[]
no_license
tonykwon100/blueinno01
86dde07a573dbea099b958796c76240738ab1435
e871052681e404e44e0b98205c5fdef032137ee7
refs/heads/master
2021-01-10T01:56:37.633932
2016-03-30T04:31:29
2016-03-30T04:31:29
55,027,466
0
0
null
null
null
null
UTF-8
C++
false
false
2,271
cpp
/* Copyright (c) 2013 OpenSourceRF.com. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. Th...
[ "tonykwon100@gmail.com" ]
tonykwon100@gmail.com
4b0c75a554d067cb2c0ad97473e94a6a9ec38b58
e3c49316bc7b165d4bc40285ca23aad7673753e4
/tests/hom/test_hom_simple_expression.cc
be18e0c308a1b2d53b2e2c3861fd69c3a8131539
[ "BSD-2-Clause" ]
permissive
ahamez/proto-dd
557005b851f4adf0dd19d40e271a85befa1f63da
835535d8e8b53284b6228ef5679baa839e3134b3
refs/heads/master
2016-09-06T09:01:04.654079
2014-04-04T20:30:26
2014-04-04T20:30:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
28,190
cc
#include "gtest/gtest.h" #include "sdd/hom/context.hh" #include "sdd/hom/definition.hh" #include "sdd/hom/rewrite.hh" #include "sdd/manager.hh" #include "sdd/order/order.hh" #include "tests/configuration.hh" #include "tests/hom/common.hh" #include "tests/hom/common_inductives.hh" #include "tests/hom/expression.hh" /...
[ "alexandre.hamez@gmail.com" ]
alexandre.hamez@gmail.com
6558496d97ef15b6929541cd5ee8d2a95c68a80d
a5a1a876cb0811420b327456b3111702aee19012
/WTL/windows/controls/edit/EditUpdatedEvent.hpp
5877d0f6555584de1ab3861f210c3f71cbbea5ad
[]
no_license
CyberSys/Win32-Template-Library
ab2f761bad0c19058bcadd50c00b31b495847480
d53b1ad90b9414944f25179130d467edb29ad75d
refs/heads/master
2022-02-15T12:45:32.005469
2016-02-28T22:02:39
2016-02-28T22:02:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,206
hpp
////////////////////////////////////////////////////////////////////////////////////////// //! \file wtl\windows\controls\edut\EditUpdatedEvent.hpp //! \brief Encapsulates the WM_COMMAND notification sent when the text of an Edit control changes within the 'Updated' event //! \date 25 February 2016 //! \author Nick Cro...
[ "nicholas.crowley@gmail.com" ]
nicholas.crowley@gmail.com