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
ca5c2f8f7ffa780bcd14fc65f524a8c046eb14c4
ab0d9add78242021c278d3cf891ef7098daf7659
/V1.0/code/Server/common/OnvifSDK/OnvifAPIAll/soapAnalyticsEngineBindingProxy.h
e9a7a7a3b9f96d72cf1a42c91a67c665908cab28
[]
no_license
qcamei/Project_njlw
fe6f80dd42cf7c6bb0abd448eff76c56dade1440
e56b42800042062f6b18d2023d73afbdf1668ab0
refs/heads/master
2020-04-17T11:02:41.014763
2017-11-13T11:09:52
2017-11-13T11:09:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,397
h
/* soapAnalyticsEngineBindingProxy.h Generated by gSOAP 2.8.0 from Onvif.h Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. The generated code is released under one of the following licenses: GPL, the gSOAP public license, or Genivia's license for commercial use. */ #ifndef soa...
[ "yang.haifeng@zbitcloud.com" ]
yang.haifeng@zbitcloud.com
2fadbb01bc22a8bdc354bd4c85d6fbbf492ea9d6
7c5d7fb6a64df1a118a64bdf6087ecf395a3a722
/data/open-Olive/sources/001539-open-2015-256-Olive.cpp
14fcc311da2bb101aa5c80caaeda0d09cb13baf7
[]
no_license
alexhein189/code-plagiarism-detector
e66df71c46cc5043b6825ef76a940b658c0e5015
68d21639d4b37bb2c801befe6f7ce0007d7eccc5
refs/heads/master
2023-03-18T06:02:45.508614
2016-05-04T14:29:57
2016-05-04T14:54:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,876
cpp
#include <iostream> #include <vector> #include <fstream> #include <set> #include <string> #include <cstdlib> #include <cstdio> #include <cmath> #include <map> #include <cstring> using namespace std; typedef long long ll; typedef long double ld; #define mp make_pair #define pb push_back #define pp pop...
[ "shk.slava@gmail.com" ]
shk.slava@gmail.com
662830907be683042c02964d8b3686c2efbc5e0f
7736c301d8f712a71adb236db4af3f195d40d438
/singley_linkedList.cpp
b4cfe5aef027ae9e7aa754136c9f0cf3e540ce00
[]
no_license
Navaneeth-Sharma/myNotes
d46e1dd92fb9fb17a1b000f6ae632fa1e99a0911
fddc2a797b58213bb588da0e150b6296dba8e485
refs/heads/main
2023-06-08T18:37:32.539105
2021-06-30T14:10:48
2021-06-30T14:10:48
367,544,535
1
0
null
null
null
null
UTF-8
C++
false
false
3,838
cpp
#include<iostream> using namespace std; class Node { public: int data; Node* next; }; // GLOBAL HEAD Node* head = NULL; // GIVES THE LENGTH OF THE LINKED LIST ---- > O(n) int len(Node* node){ Node* temp1=NULL; temp1 = node; int count=0; while (temp1!=NULL) { count+...
[ "noreply@github.com" ]
Navaneeth-Sharma.noreply@github.com
0da93bdd9486a590511369c5ddddbf9d4f4c3123
f7c550a22fbdb7e12b35e1a3d3650cf4f55aa118
/src/ekf_fusion.hpp
976cc4a27bded8a2b05dec2b9e96ed5c13d7a65b
[ "MIT" ]
permissive
rauldiaz/CarND-Extended-Kalman-Filter-Project
8195b0f8b2f2636ad40c11053ac42026ee823be1
1b52373da1409fdac95d6761d5a623080dab298b
refs/heads/master
2020-09-15T13:48:29.151656
2019-11-25T06:55:09
2019-11-25T06:55:09
223,465,120
0
0
MIT
2019-11-25T06:55:10
2019-11-22T18:46:36
null
UTF-8
C++
false
false
3,446
hpp
#pragma once #include <fstream> #include <string> #include <vector> #include "Eigen/Dense" #include "measurement_package.h" #include "tools.h" #include <fl/model/transition/linear_transition.hpp> #include <fl/model/sensor/linear_gaussian_sensor.hpp> #include <fl/filter/gaussian/gaussian_filter.hpp> #include "extended...
[ "noreply@github.com" ]
rauldiaz.noreply@github.com
0f84f9736f88cc537f01cec5cdd1f7a86626a55a
be12bbdc92825830005f7806c67de7a99175cc1c
/src/core/SkArenaAlloc.h
04f929181ca65e132bc6bbadd25d6b597d77d9e9
[ "BSD-3-Clause" ]
permissive
chagge/skia
03b93885199ae859c36a8dcaa1ce4f6636473e6e
3012d187a487ad82c172790bef14c6333fac6e03
refs/heads/master
2021-01-18T16:00:22.544069
2017-03-08T15:22:41
2017-03-08T15:53:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,593
h
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkFixedAlloc_DEFINED #define SkFixedAlloc_DEFINED #include "SkRefCnt.h" #include "SkTFitsIn.h" #include "SkTypes.h" #include <cstddef> #include <new> #include <type_t...
[ "skia-commit-bot@chromium.org" ]
skia-commit-bot@chromium.org
faebaaf94f4b566ef263baf0f35c8280a36a28c1
c6149792e471e0badca575c95532a70e7ab3df26
/DemoDirectX/Scenes/ContinueScene.cpp
c0b8813747ad3f908dfeac7b257d226795441516
[]
no_license
duyuit/Aladdin2
b9067432970ce7ee1c134a5b65212b85d8146dbb
c8461bfca48b6de786faea6ebed10d587384e3a4
refs/heads/master
2021-10-28T15:03:06.536526
2019-04-24T06:51:59
2019-04-24T06:51:59
109,827,304
0
0
null
2017-12-19T10:20:16
2017-11-07T11:35:12
C++
UTF-8
C++
false
false
5,130
cpp
#include "ContinueScene.h" #include "MenuScene.h" ContinueScene::ContinueScene(Scene* preSce) { this->preScene = preSce; background = new Sprite("Resources/wish.png", RECT{ 0,0,1920,1080 }); background->SetPosition(GameGlobal::GetWidth() / 2, GameGlobal::GetHeight() / 2); background->SetScale(D3DXVECTOR2(0.208, ...
[ "duykkxm92@gmail.com" ]
duykkxm92@gmail.com
6dcaa1c0dbfb8c0d1ec746c337f8a0bcb7eba1af
7df18b458cfb76b1c37c62dfcdea12bfbd2566b3
/Doomenstein/Code/Game/Actor.hpp
6e892df3ad29bef5fb0f8dc1a9a5dbe7bdad00d2
[ "MIT" ]
permissive
yixuan-wei/Doomenstein
43abcdbc28a1fad780b4163eda92c3b4f84b3bf2
c1c80e5253a002d056b1990abf38e8c567c6e5ad
refs/heads/main
2023-03-07T15:23:07.838742
2021-02-23T04:51:59
2021-02-23T04:51:59
341,427,215
1
1
null
null
null
null
UTF-8
C++
false
false
388
hpp
#pragma once #include "Game/Entity.hpp" class Actor : public Entity { public: Actor(Map* map, EntityDef const* definition); void Update() override; void OnProjectileHit(Projectile* proje) override; void SetHealth(float newHealth); float GetHealth() const {return m_health;} public: unsigned...
[ "yixuan_wei@qq.com" ]
yixuan_wei@qq.com
eeb2583f3e400cc5c10adbff6e46e39b37f6249f
7ee3bd7cd631eb17d34e79b9350d45ecbf0c4d49
/src/core/observer.h
d63d9e08f4a031b33a50bb5645733ece4064d12b
[]
no_license
fhieber/cclir
85a80e3b5e2d140b95cf53359521573f8669db7d
8d3f10f1d595a60a6d43b0a4879c6bffa0a54bb3
refs/heads/master
2016-09-02T01:34:23.270781
2015-01-27T13:52:49
2015-01-27T13:52:49
25,041,187
0
0
null
null
null
null
UTF-8
C++
false
false
4,202
h
/* * observer.h * * Created on: May 27, 2013 */ #ifndef OBSERVER_H_ #define OBSERVER_H_ #include <vector> #include <string> #include <queue> #include <boost/unordered_set.hpp> #include "kbest.h" // cdec #include "viterbi.h" #include "inside_outside.h" #include "sparse_vector.h" #include "sampler.h" #include "v...
[ "hieber@cl.uni-heidelberg.de" ]
hieber@cl.uni-heidelberg.de
f538845beffbdc0b6cdf436931b32bc53caeb1f8
536bcf02361eff8848fb76990135e44aa8b3a513
/03-inheritanceAndPolymorphism/BaseParticles.cpp
2bb8a1e54bcc5f5be45ef5b50db9420375a19426
[]
no_license
JacobLetko/Object-Oriented
9e6fdb1695b96a71ab8eff9e76f9de3747b59f48
acdbd6c6ba07c77cc3aeb1e0d9a6567bd146d2f2
refs/heads/master
2021-07-07T20:58:33.438053
2017-10-04T18:51:36
2017-10-04T18:51:36
104,774,006
0
0
null
null
null
null
UTF-8
C++
false
false
262
cpp
#include "BaseParticles.h" #include "sfwdraw.h" void BaseParticle::update() { x += speedX; y += speedY; if (x < 0) x = 800; if (x > 800) x = 0; if (y < 0) y = 800; if (y > 800) y = 0; } void BaseParticle::draw() { sfw::drawCircle(x, y, 10); }
[ "s179061@SEA-8FD51C" ]
s179061@SEA-8FD51C
041e62c3e3d612fbe7ee8cf3c6d24019ba25a59c
805a24e99eb1d68f77fc425b80b1d3960ca9cd3b
/WebKitBrowser/InjectedBundle/Milestone.cpp
570736f94d94588c39d07cacd0a97f227381221a
[ "Apache-2.0", "BSD-2-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
rdkcentral/rdkservices
9194308a202b5d1e36f9eb900cb3d6d3244ae0f7
ecf14237d349b4ebffadba7dc871e2b5f2cf52be
refs/heads/sprint/23Q3
2023-08-30T18:33:37.176451
2023-08-29T16:19:42
2023-08-29T16:19:42
246,602,796
28
1,533
Apache-2.0
2023-09-14T19:06:56
2020-03-11T15:05:36
C++
UTF-8
C++
false
false
2,805
cpp
/* * If not stated otherwise in this file or this component's LICENSE file the * following copyright and licenses apply: * * Copyright 2020 RDK Management * * 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 cop...
[ "vijay.selva@hotmail.com" ]
vijay.selva@hotmail.com
483cef559be8409d8a04603ad4a70472bb341b7d
1ec0ccaf8346cca8e2a30e58d84a3d026a5921a2
/test/Ttranslate.cxx
adc1a75efd43eed58fc91cd830b6419ba37c6c67
[ "MIT" ]
permissive
kloetzl/libdna
652f979760b5ddda19dbd62fe9733020fbddf215
74698b4e445bbf03134e87608301bfc3d48a926f
refs/heads/master
2023-04-16T10:59:09.116939
2023-04-08T06:08:28
2023-04-08T06:08:28
136,008,071
20
0
null
null
null
null
UTF-8
C++
false
false
3,463
cxx
#include "Tcommon.h" #include <catch2/catch.hpp> #include <cstring> #include <dna.h> #include <string> template <typename FN> std::string make_small_table(FN translate) { auto table = std::string(); char triplet[4] = {0}; auto tcag = std::string("TCAG"); for (char n0 : tcag) { for (char n2 : tcag) { for (c...
[ "fabian@kloetzl.info" ]
fabian@kloetzl.info
741b5449205afb994beb571b686ece6dd65b4fe3
ce57e8bf8a5d1c0465ff5e3dd5ce7d5d75fa3c21
/Gkom/Roombox.h
fe4d904b5ab575b80709f8fce006046aa0c5b947
[]
no_license
Jimmymax297/Falling-Domino
d96849b65e7783e966cd168c262206b60c6e744d
4f9b91c4615b83768907af12b7ca0a484b3b9afa
refs/heads/master
2020-03-20T06:10:30.735375
2018-06-13T16:31:17
2018-06-13T16:31:17
137,240,417
0
0
null
null
null
null
UTF-8
C++
false
false
281
h
#pragma once #include <GL/glew.h> #include <string> #include <vector> class Roombox { private: GLuint id; GLuint VAO; GLuint VBO; std::vector<GLfloat> vertices; public: Roombox(std::vector<std::string> filenames); GLuint getID() const { return id; } void render() const; };
[ "jakubpleban297@gmail.com" ]
jakubpleban297@gmail.com
7d4415162bb352e75975a4b13445d29fcf5768b5
7dd73504d783c7ebb0c2e51fa98dea2b25c37a11
/N64Wasm-master/code/src/mupen64plus-video-paraLLEl/parallel-rdp/util/timer.hpp
bae788cd03a2ffda6224f43996ed443e6f356696
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
bagel-man/bagel-man.github.io
32813dd7ef0b95045f53718a74ae1319dae8c31e
eaccb6c00aa89c449c56a842052b4e24f15a8869
refs/heads/master
2023-04-05T10:27:26.743162
2023-03-16T04:24:32
2023-03-16T04:24:32
220,102,442
3
21
MIT
2022-12-14T18:44:43
2019-11-06T22:29:24
C++
UTF-8
C++
false
false
1,645
hpp
/* Copyright (c) 2017-2020 Hans-Kristian Arntzen * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, me...
[ "tom@blowmage.com" ]
tom@blowmage.com
62506c581c6955d750f18d10cdb5743f918ac288
22c3c144241485a35c51697ed1188e9adfd1ef97
/firstLoops/reversedNumber/S001-AC.cc
6545fe3b6a386091001bf34e914bb05c747bda50
[]
no_license
pedrompg/jutge
93d20c61989f9709b1fb978b6c63be79ce56d0f0
d82eb669ddef87e32bac73d6ec4aba2378daf480
refs/heads/master
2020-05-04T19:43:01.202905
2016-01-06T20:56:32
2016-01-06T20:56:32
12,669,556
0
0
null
null
null
null
UTF-8
C++
false
false
148
cc
#include <iostream> using namespace std; int main() { int n; cin >> n; while(n/10 > 0) { cout << n%10; n /= 10; } cout << n%10 << endl; }
[ "pedrompg@gmail.com" ]
pedrompg@gmail.com
21f77f150dea4e60e5014780ca4a3786dc00f2e3
4f1134051d2808bf609853cd116ead67a670ca80
/Gebhard/src/Green.cc
afd96d68a2ad3514e8188f637fd66a5c9f6275d8
[]
no_license
mhoehle/permtest
93ddf212855f3c5e7839fe94ccf2e9b5c7bed7e2
9b4421b4fd5a34c7f7cd928be33625529cf3d402
refs/heads/master
2023-01-23T18:46:22.001249
2019-06-02T21:46:04
2019-06-02T21:46:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,424
cc
/////////////////////////////////////////////////////// // // Copyright � 1994 Jens Gebhard // // DATEI: GREEN.CPP (Green.cc) // // ZWECK: Implementierung des Green-Algorithmus // /////////////////////////////////////////////////////// #include "green.h" //////////////////////////////////////////////////////...
[ "hoehle@math.su.se" ]
hoehle@math.su.se
40cf23e7b6fbd385af85c428d988c952a6221509
a2c16f7d39cedcc85be0b7e1b77bfcf11102f0d3
/lib/ogldev-source/Common/ogldev_texture.cpp
abf166b4553c00589363a1be2ef9a727f0b099d4
[]
no_license
dy-dev/SweepingBird
47014e7c5e352b7c5d53f4d57e05e2359d958448
60d8eed433d305a509e99be90199523fed0e1f46
refs/heads/master
2021-04-12T04:19:13.319177
2015-03-28T17:52:35
2015-03-28T17:52:35
30,604,185
0
0
null
null
null
null
UTF-8
C++
false
false
1,901
cpp
/* Copyright 2011 Etay Meiri This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed...
[ "dominique.yolin@free.fr" ]
dominique.yolin@free.fr
636570e562088128a9a88b19ce170d581373ba10
ad2a94df7070d6c5155596ff4fad73976f18c185
/src/miner.cpp
bfdc1064f4101d820a77072560794d50e5752bea
[ "MIT" ]
permissive
bee7/grain
d90fe15752110b58db8036350fc5ee4e2b84587a
d2c75e033e7a52a584b2fe89f66e162f13ef1192
refs/heads/master
2020-12-03T09:26:25.709535
2014-06-02T16:17:10
2014-06-02T16:17:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,582
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "txdb.h" #include "miner.h"...
[ "bee7@github.com" ]
bee7@github.com
d17d8156f411e4406745f78e9c28cb0746a7a575
2a1acfc4553095d08131fab0aa6bf9193a7d6338
/src/plugins/snails/messagelistactionsmanager.cpp
0502dc3a71a339a111bb98ec78755bb2df7cae0c
[ "BSL-1.0" ]
permissive
stlcours/leechcraft
df26bf2c9281cc82ea22a629667ef4ca400f5fbf
8dd8667e0bd81eec9b8b969bc141ceaa3549b911
refs/heads/master
2021-03-22T00:55:43.388366
2017-10-02T02:36:39
2017-10-02T02:36:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,149
cpp
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organiz...
[ "0xd34df00d@gmail.com" ]
0xd34df00d@gmail.com
b9d0d2ffaf0676efd18d1b7dadb228b82d163513
21ef0be38fad85edb2259e1f2804de97da49f69a
/src/util.cpp
49d63114f471eee19e32f3e48baf9dc87527c6eb
[ "MIT" ]
permissive
mantisnetwork/MANTISCoin
2fa39fa170d09e534b10a9e4ed93b54a40e23110
9e477a70aa7c76f5650b713ef90f80c1b0221ac6
refs/heads/master
2023-03-13T00:20:00.370063
2021-03-03T09:25:05
2021-03-03T09:25:05
325,512,895
2
0
null
null
null
null
UTF-8
C++
false
false
21,459
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2020 The PIVX developers // Copyright (c) 2020 The MANTIS Coin developers // Distributed under the MIT software license, see the accompanying // file COPYING...
[ "75368675+mantisnetwork@users.noreply.github.com" ]
75368675+mantisnetwork@users.noreply.github.com
85df4dba5f9f6c12d45ae6ac3d4e754898e05e52
f67f0f77370d18400e2ac3a64b5eda85231fbe8b
/of-develop/squareBump/62/h
e171487188887ae2a5bf3cd91f63c57a00fcebfe
[]
no_license
seiyawati/OpenFOAM
6c3f0a2691e0eeabee6645d7b71c272c2489de03
79d770169962cc641f5b386318f210c61b9a8e25
refs/heads/master
2023-06-09T18:28:56.170426
2021-06-10T15:03:44
2021-06-10T15:03:44
354,198,942
0
0
null
2021-06-18T06:13:41
2021-04-03T04:30:05
C++
UTF-8
C++
false
false
5,060
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "kid960805@gmail.com" ]
kid960805@gmail.com
817e5a2e15612c186fbcf9ffa79ba6faf8d64e70
aa7e69f850c322ad981952648eb8d8d9c5e09cc8
/Peripheral Code/ESP32 Code/BTTest.ino/BTTest.ino.ino
de9c1fba41724c6c24e8a6d453011179b1e8c8be
[]
no_license
raymondhcyu/CyclingDAQ
dce73f6a68ed219064fbb08c3977c47f0c1531c5
9dba0f7474b0af8a2c9dde112029239572134e32
refs/heads/master
2020-09-11T22:01:29.854683
2019-12-09T03:14:09
2019-12-09T03:14:09
222,202,771
0
0
null
null
null
null
UTF-8
C++
false
false
2,195
ino
//This example code is in the Public Domain (or CC0 licensed, at your option.) //By Evandro Copercini - 2018 // //This example creates a bridge between Serial and Classical Bluetooth (SPP) //and also demonstrate that SerialBT have the same functionalities of a normal Serial #include "BluetoothSerial.h" #include "WiFi....
[ "yuraymond96@gmail.com" ]
yuraymond96@gmail.com
1650de703921a679926a565517b720a042b1b47c
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/gui/flyem/zintcuboidcomposition.h
2092e6dc81fc6c715cb19eb16b163340a91fbf11
[ "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only", "BSD-2-Clause", "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C++
false
false
906
h
#ifndef ZINTCUBOIDCOMPOSITION_H #define ZINTCUBOIDCOMPOSITION_H #include "tz_cuboid_i.h" #include <utility> #ifdef __GLIBCXX__ #include <tr1/memory> #else #include <memory> #endif namespace FlyEm { class ZIntCuboidComposition { public: ZIntCuboidComposition(); enum EOperator { AND, OR, XOR, SINGULAR }; ...
[ "hanchuan.peng@gmail.com" ]
hanchuan.peng@gmail.com
f01427abc9272c5c2f3fa3931d6149dc4395194a
2362d3900d20141e854fc30a8001e6f8e3ef9ba3
/rodos/rodos-tutorials/middleware_distributed/sender14.cpp
6f7e5f305cdb18a5b574b2d5b5a4741200a8be21
[]
no_license
art1/FloatSat-Project-G9
b083b3081d708dc3ef1f11070504b535bf13ef38
6c45b4532e505e6e1c82e283ab3c898cccf0b508
refs/heads/master
2020-12-26T00:51:38.039821
2016-02-24T20:45:56
2016-02-24T20:45:56
44,930,461
2
1
null
null
null
null
UTF-8
C++
false
false
435
cpp
#include "rodos.h" #include "demo_topics.h" #include "mask.h" /******************************/ static Application senderName("Publisher 14", 2014); class MyPublisher14 : public Thread { public: MyPublisher14() : Thread("sender14") { } void run () { long cnt = 0; TIME_LOOP(0, 1900*MILLISECOND...
[ "asscience22@gmail.com" ]
asscience22@gmail.com
f5234a1486a6587c740a74adb7b2ce6a1ac519b4
1d346f5cf9176a1a6b69925ec5eac969f2a8cc7c
/Src/View/UI/CLI/CLI.h
c8199787f63bbcd4e3a78509f1d2066fb366cac0
[]
no_license
ginsberger/dna-analyzer-design
ef6cde49405d72da9d4037a23e16aced4af9bda9
6c235c7d66ed660095edff0a19d001b82ecf83bb
refs/heads/master
2023-01-24T07:37:41.391805
2020-12-02T10:00:19
2020-12-02T10:00:19
305,764,925
1
0
null
null
null
null
UTF-8
C++
false
false
387
h
#ifndef DNASEQUENCE_TERMINAL_H #define DNASEQUENCE_TERMINAL_H #include "../UI.h" #include "../../../Utils/SharedPointer/SharedPtr.h" #include "Parser.h" class CLI : public UI{ public: CLI(): m_parser(SharedPtr<Parser>(new Parser)){} /*virtual*/ void run(const CallBack<Manager>& callBack) const; private: ...
[ "z618149948@gmail.com" ]
z618149948@gmail.com
6fbc9f053393a47833ac9521bc34fb917c4c6b1f
3cdc447ffbd23ed88061a2df7b047a1d5500cdb1
/Baked Rendering/wraptobaketexture.h
e535c69abd4aab70787f9267f9a417b4662a5116
[ "CC0-1.0" ]
permissive
Eremiell/Ludum-Dare-42
a441645b6cac852eb7a77ac3846bb5c84b29d893
73d42afe4ae596f5469e20de70c5c18cf494b130
refs/heads/master
2020-03-26T08:35:46.884870
2018-08-14T02:06:38
2018-08-14T02:06:38
144,710,288
0
0
null
null
null
null
UTF-8
C++
false
false
336
h
#include <Core/Core.h> #include <Mesh/Mesh.h> #include <vector> namespace LDEngine { namespace Rendering { namespace Mesh { struct LightMapData { std::vector<Vector3f> Vertices, Normals, Tangents, TexCoords, TriangleID, Colors; }; LightMapData ProjectToBakeTexture(Model & ModelData, unsigned int Resolu...
[ "UglySwedishFish" ]
UglySwedishFish
3cf95c31c18a580c744b995048ff732a4d1fd755
1ee431728576649b4c1df51e0dcff34f813c7282
/OS_MAS/OS_MAS.ino
f4e61525198a6bce1a94e6730cd443a88ace96a1
[]
no_license
Ddh012345dhD/Lora-ESP32-FireBase
8bcb23e3c979cedba9d56efe4f53d4382ff7b744
ca8c10131c557716adf5b8f382f475d1dd64f152
refs/heads/main
2023-08-28T17:15:02.422133
2021-11-05T16:38:57
2021-11-05T16:38:57
425,015,806
0
0
null
null
null
null
UTF-8
C++
false
false
22,194
ino
#include <FirebaseESP32.h> #include <WiFi.h> #include <WiFiClient.h> #include <WebServer.h> #include <ESPmDNS.h> #include <Update.h> #include <EEPROM.h> #include <SPI.h> #include <LoRa.h> #include <WiFiManager.h> #include "BluetoothSerial.h" //======================================================= #defin...
[ "danghungdang0123@gmail.com" ]
danghungdang0123@gmail.com
2b8a5647fc1d685124b4cc4a21b38eb3d6e3d782
5a63bd6870346aa6593233b990303e743cdb8861
/SDK/UI_QuickAccessAmount_functions.cpp
6b8fabfe2e53c35a45c5f9365b6df9bdd76bba02
[]
no_license
zH4x-SDK/zBlazingSails-SDK
dc486c4893a8aa14f760bdeff51cea11ff1838b5
5e6d42df14ac57fb934ec0dabbca88d495db46dd
refs/heads/main
2023-07-10T12:34:06.824910
2021-08-27T13:42:23
2021-08-27T13:42:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,134
cpp
#include "../SDK.h" // Name: BS, Version: 1.536.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Functions //--------------------------------------------------------------------------- // Function UI_QuickAccessAmount...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
d6200a13ef20c9378c842c849071c02df4af1da1
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5630113748090880_1/C++/rafaeldaigo/b.cpp
8f9b293fb3846f79263041302c9fafb09128c410
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
646
cpp
#include<cstdio> #include<cstring> #include<queue> #include<utility> #include<vector> #include<algorithm> using namespace std; int main() { int t, teste; scanf("%d\n", &teste); for (int t = 0; t < teste; t++) { int n; int h[3000]; for (int i = 0; i <= 2500; i++) { h[i] = 0; } s...
[ "alexandra1.back@gmail.com" ]
alexandra1.back@gmail.com
3e3e1378502f9acf8c039b11649157b696eac49b
86ab71b59966162cd28d9aaee43a516a768a7298
/main.cpp
811d60e78c20efcb5bf899bcfba4638f0690d403
[]
no_license
bugoodby/linediff
8119030487b01146e46be5f8ef14921720a23356
f1903b5a57db285e55fd9bc9e2ddf5fa6a015ddf
refs/heads/master
2016-09-16T13:03:19.978597
2014-07-02T10:28:00
2014-07-02T10:28:00
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
3,475
cpp
// getverinfo.cpp : コンソール アプリケーション用のエントリ ポイントの定義 // #include "stdafx.h" #include "main.h" void usage(void); bool parse_cmdline( int argc, wchar_t **argv, OPTION &opt ); //-------------------------------------------------------------- // main //-------------------------------------------------------------- int _tmain...
[ "bugoodby@gmail.com" ]
bugoodby@gmail.com
e6b8070a31f8cd3674a617b3b1fe447ae58f58ff
da3c59e9e54b5974648828ec76f0333728fa4f0c
/mobilemessaging/smilui/playersrc/SmilPlayerPanic.cpp
2ef9a7e749056019f356f57a6396a781f4a53b27
[]
no_license
finding-out/oss.FCL.sf.app.messaging
552a95b08cbff735d7f347a1e6af69fc427f91e8
7ecf4269c53f5b2c6a47f3596e77e2bb75c1700c
refs/heads/master
2022-01-29T12:14:56.118254
2010-11-03T20:32:03
2010-11-03T20:32:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,039
cpp
/* * Copyright (c) 2003-2005 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/epl-...
[ "none@none" ]
none@none
a7fd920a0f03a75b7eeb06a0dd4287298ee843fa
c2e0e47feb85a9d18d54e84fd1d84467843be44b
/bai4.cpp
d158b12016aaf914fafc456c2b96c4154303d5ac
[]
no_license
thunguyen0810/TTCS3
8fcb803ecf249469e235208029fc8a953d79a8b0
766241c1d0b21f34a81792969a86fd8f26e4fc69
refs/heads/master
2020-04-15T04:54:04.983791
2019-01-13T17:11:00
2019-01-13T17:11:00
164,400,723
0
0
null
null
null
null
UTF-8
C++
false
false
2,040
cpp
#include <iostream> #include <fstream> #include <windows.h> using namespace std; fstream f; int n; void textcolor(int x) { HANDLE mau; mau=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleTextAttribute(mau,x); } void DocFile(int a[],int b[],int c[]) { f.open("dulieu.txt", ios::in); f >> n; for(int i = 0; i < n; i++)...
[ "thunguyen1918@gmail.com" ]
thunguyen1918@gmail.com
cdb54b4a944e3912249df890665d6fbb2e12d062
a4a7867942fcaa0c24ffbf670df67fdf74dc40e5
/util/yss_time.cpp
7cabbb917f11863af4edfcb983907487f50ea868
[]
no_license
2thetop/yss
2de36874dff259b205ad495160684063aaee9aba
ce26c031d818153ee282cff4d2e03f10e4454b56
refs/heads/master
2023-01-10T23:38:38.294778
2020-11-14T09:11:48
2020-11-14T09:11:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,888
cpp
//////////////////////////////////////////////////////////////////////////////////////// // // 저작권 표기 License_ver_2.0 // 본 소스코드의 소유권은 yss Embedded Operating System 네이버 카페 관리자와 운영진에게 있습니다. // 운영진이 임의로 코드의 권한을 타인에게 양도할 수 없습니다. // 본 소스코드는 아래 사항에 동의할 경우에 사용 가능합니다. // 아래 사항에 대해 동의하지 않거나 이해하지 못했을 경우 사용을 금합니다. // 본 소스코드를 사용하였...
[ "mymy49@nate.com" ]
mymy49@nate.com
047b22e4e0d3a9a36c7b78259c383785d5560e48
fa0305b6aae838cd9b099dc4bb51dbe40ed4df21
/graphics_examples/lab5/lab5start.cpp
2f9f78bf8f2d162850903bae48a9d36930a7f1a6
[]
no_license
JamesTiberiusKirk/graphics_examples
9f1fda0067c28cd84aa06d5daeb657facabfb623
b9fa9a50716c5c133e984d006d17b0033ec314c2
refs/heads/master
2023-02-01T01:16:08.160121
2020-12-20T22:05:24
2020-12-20T22:05:24
317,273,183
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
10,644
cpp
/* Lab5start This is an starting project for lab5. The goal for you is to apply texture to both the cube and the sphere Iain Martin October 2018 */ /* Link to static libraries, could define these as linker inputs in the project settings instead if you prefer */ #ifdef _DEBUG #pragma comment(lib, "glfw3...
[ "dumitru.v.dv@gmail.com" ]
dumitru.v.dv@gmail.com
d6647186e85031aa654eccdef3531160bd8beaff
b1320eb7edd285f493a0e4473dc433842aaa9178
/Blik2D/addon/opencv-3.1.0_for_blik/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/main.cpp
44ce1ce659a81d792c39513239c55856618cca51
[ "MIT", "BSD-3-Clause" ]
permissive
BonexGoo/Blik2D-SDK
2f69765145ef4281ed0cc2532570be42f7ccc2c6
8e0592787e5c8e8a28682d0e1826b8223eae5983
refs/heads/master
2021-07-09T01:39:48.653968
2017-10-06T17:37:49
2017-10-06T17:37:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,931
cpp
// main.cpp // Copyright (c) Microsoft Open Technologies, Inc. // All rights reserved. // // (3 - clause BSD License) // // Redistribution and use in source and binary forms, with or without modification, are permitted provided that // the following conditions are met: // // 1. Redistributions of source code must reta...
[ "slacealic@gmail.com" ]
slacealic@gmail.com
3085fce07959b2b102aac9459ca946c5391d6e05
6c376312457b8af43e372d10bbe6ba29f58cf99d
/DirectX11_BaseSystem/Include/Havok_SDK/Common/Compat/Patches/2013_2/hkPatches_2013_2.cxx
8eb1751d31bf0ce176443dd4a7ab97c5ce3c87c6
[]
no_license
kururu-zzz/DirectWrite
f3599ae83c0edefb574ccd9c0026a151a68fbfbf
19fe366832ec04cbcdb79db799eb8088ced376ad
refs/heads/master
2021-01-10T08:00:53.148408
2015-12-17T04:51:31
2015-12-17T04:51:31
48,152,937
1
0
null
null
null
null
UTF-8
C++
false
false
2,184
cxx
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Product and Trade Secret source code contains trade secrets ...
[ "kurukuru.0844808@gmail.com" ]
kurukuru.0844808@gmail.com
41289dd7cbc10dfde834fbac2e41091b24def1cf
66a76b9761fd730fbda64fac92e3fcffa37cfa8f
/include/PrintList.h
226a42bc7e4fd84f5f1872cff88afa7f34cf6a08
[]
no_license
JaceRiehl/Council-Of-Jerrys
699cb618bab89aa2a0fe6bd4149701a68274c078
1991b0de7130d642201a46ab94f2189b715f4824
refs/heads/master
2021-09-01T04:39:33.385827
2017-04-08T05:53:51
2017-04-08T05:53:51
115,288,568
0
0
null
null
null
null
UTF-8
C++
false
false
1,373
h
#ifndef PRINTLIST_H #define PRINTLIST_H #include <map> #include <string> #include <vector> #include <iostream> #include <ostream> using namespace std; /** *Formats and prints a list of objects */ class PrintList { public: /** *Default constructor with no list initialized */ PrintList(); /** *De...
[ "n.tipper05@gmail.com" ]
n.tipper05@gmail.com
be4a5e582b28b15dc02eadb7e49d31e8c42430ce
2b86548f40b765a7cfc083937bd788db0d3e12db
/fileHandler.h
8611236a7e54fc13ae04c4a619d3cb8b70ed7f53
[]
no_license
BoilingT/fileReading
065ddfd40f79aa0d0188117da0c74add36b5b5de
f70ed656c1e87f9d1c9ef78039d42dee5a14199b
refs/heads/master
2023-03-07T10:01:07.408464
2021-02-16T14:22:42
2021-02-16T14:22:42
339,366,195
0
0
null
null
null
null
UTF-8
C++
false
false
486
h
#pragma once #include <string> #include <fstream> #include <stdio.h> #include <iostream> #include <direct.h> #include <list> class fileHandler { public: bool writeFile(std::string fileName, std::string content); bool readFile(std::string fileName, std::string & content); bool removeFile(const char * fileName); bo...
[ "tobias.andersson@edu.upplands-bro.se" ]
tobias.andersson@edu.upplands-bro.se
46deab72bea159e57c4d410e576d617f5455fed4
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/63/be0e97e4399df0/main.cpp
7369955716d1e72b61c6eaced56925114e6b0372
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
4,965
cpp
#include <cassert> #include <iostream> #define PRINT() print_impl(__FUNCTION__); struct circular_buffer { circular_buffer() : mStorage(new uint16_t[capacity()]) { std::cout << "\n***********\n"; PRINT(); } static constexpr std::size_t capacity() { return 32; ...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
9bef4e6bebce5e97996495a3aa0ecec841f35b90
3cf9e141cc8fee9d490224741297d3eca3f5feff
/C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-7555.cpp
ebd9539edbf13277df5d13fed96f1bbde3af2693
[]
no_license
TeamVault/tauCFI
e0ac60b8106fc1bb9874adc515fc01672b775123
e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10
refs/heads/master
2023-05-30T20:57:13.450360
2021-06-14T09:10:24
2021-06-14T09:10:24
154,563,655
0
1
null
null
null
null
UTF-8
C++
false
false
2,605
cpp
struct c0; void __attribute__ ((noinline)) tester0(c0* p); struct c0 { bool active0; c0() : active0(true) {} virtual ~c0() { tester0(this); active0 = false; } virtual void f0(){} }; void __attribute__ ((noinline)) tester0(c0* p) { p->f0(); } struct c1; void __attribute__ ((noinline)) tester1(c1* p); struct c1 { bool ac...
[ "ga72foq@mytum.de" ]
ga72foq@mytum.de
6c955c071af491ee07b931d37654d506f6c64830
e217eaf05d0dab8dd339032b6c58636841aa8815
/IfcAlignment/src/OpenInfraPlatform/IfcAlignment/entity/include/IfcAirToAirHeatRecoveryType.h
a277ee10c61a667b1c185addf212ad4f0c9913ac
[]
no_license
bigdoods/OpenInfraPlatform
f7785ebe4cb46e24d7f636e1b4110679d78a4303
0266e86a9f25f2ea9ec837d8d340d31a58a83c8e
refs/heads/master
2021-01-21T03:41:20.124443
2016-01-26T23:20:21
2016-01-26T23:20:21
57,377,206
0
1
null
2016-04-29T10:38:19
2016-04-29T10:38:19
null
UTF-8
C++
false
false
3,802
h
/*! \verbatim * \copyright Copyright (c) 2015 Julian Amann. All rights reserved. * \author Julian Amann <julian.amann@tum.de> (https://www.cms.bgu.tum.de/en/team/amann) * \brief This file is part of the BlueFramework. * \endverbatim */ #pragma once #include <vector> #include <map> #include <sstream> #include <st...
[ "planung.cms.bv@tum.de" ]
planung.cms.bv@tum.de
7c2a27976c26e4d79f7c3b40cc2281625be57612
b9af0d57dd04ad43c49b5d52a2469a741ba8f2ac
/GRN.cpp
109930b1487dcfde4a5545096a0078ea5ae95b07
[]
no_license
124650924/USTC-Software2013
c37372767550785d024e169187277227cd48412e
4340cecd3de61dd50e6add44ba9415d5a206df4f
refs/heads/master
2021-01-18T05:53:31.166599
2013-07-30T09:34:17
2013-07-30T09:34:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,514
cpp
// // GRN.cpp // GRN // // Created by jinyang on 13-7-26. // Copyright (c) 2013年 Li Jinyang. All rights reserved. // #include "GRN.h" #include <vector> #include <string> void GRN::initializeGRN(double oldGRN[][scale], int mSize){ for (int i = 0; i != scale; ++i) { for (int j = 0; j != scal...
[ "jinyangustc@gmail.com" ]
jinyangustc@gmail.com
f52b8e7ff3d9057c938eb3c0b07eb0f5e73b29b3
e0f939f08a3aa68a97c81e3c58af77e8370d357a
/src/RedisView/Public/AesEncrypt.cpp
b604dd705301114c965c9476c14c041794f168e8
[]
no_license
haiyangfenghuo/RedisView
b236323af4e53816f86381daf24cfb1ea0ec566b
208ef109e761702fe08150f2293a5aa940d37819
refs/heads/master
2022-02-24T19:27:11.802774
2019-09-08T08:17:45
2019-09-08T08:17:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,572
cpp
/** * @file AesEncrypt.cpp * @brief AES加解密工具 * @author 王长春 * @date 2019-05-31 * @version 001 * @copyright Copyright (c) 2018 */ #include "AesEncrypt.h" QByteArray AesEncrypt::CBC256Crypt(QString inputStr) { QaesEncryption encryption(QaesEncryption::AES_256, QaesEncryption::CBC); return encry...
[ "cc20110101@126.com" ]
cc20110101@126.com
cc4ad2594c90e1e17d40af72b3d631c8a53d505d
2861f73e536f12e3904093b01b455ec9bc399a31
/src/itp1_4/itp1_4_c.cpp
3d001e6dae54ae092086a2e5893116cba506ed3c
[]
no_license
LilKoke/Competitive-Programming
d5e209c6c3ffd18fef752f7176449d6b24890923
6b014078e45ec18eca51875aae1cf083746ac888
refs/heads/master
2021-11-04T02:24:09.861157
2019-04-27T14:57:13
2019-04-27T14:57:13
159,078,709
2
0
null
null
null
null
UTF-8
C++
false
false
775
cpp
#include "bits/stdc++.h" using namespace std; #define print(s) cout << (s) << endl; #define sp(x) cout<<setprecision(x); #define FOR(i,a,b) for(int i=(a);i<(b);i++) #define REP(i,n) FOR(i,0,n) #define all(a) (a).begin(), (a).end() #define inf 10000000 int main(){ ios::sync_with_stdio(false); cin.tie(0); ...
[ "44338851+LilKoke@users.noreply.github.com" ]
44338851+LilKoke@users.noreply.github.com
79a89f37fd06c5865d5c32ae7551ce4d4662e6cb
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/ots/src/src/fvar.h
a469c8cddfadbb0b02ec29f96251bb8477336b2e
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
1,482
h
// Copyright (c) 2018 The OTS 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 OTS_FVAR_H_ #define OTS_FVAR_H_ #include <vector> #include "ots.h" namespace ots { // ---------------------------------------------------------...
[ "jengelh@inai.de" ]
jengelh@inai.de
88dfe865d530043883df96d858481ebb2912b338
d664a04decf43ee0905a9f71b5c73a8de1fc2236
/tests/3-test-move-ctor.cpp
d9cb0334af581e5c2228b7258466133f1e31f5b9
[]
no_license
akhilkh2000/generic-avl-project
81061452e9b756952ba2a8c1aedf1485c143ab3c
c3176d70f1fe89ad5c0fd20aa16574442db56060
refs/heads/main
2023-04-12T16:26:10.232044
2021-05-04T07:14:30
2021-05-04T07:14:30
363,945,449
0
0
null
2021-05-03T14:10:15
2021-05-03T13:50:44
null
UTF-8
C++
false
false
653
cpp
#include <bits/stdc++.h> #include "../generic_avl.h" using namespace std; int main() { AVL<int> bt = AVL<int>(); vector<int> arr = {80, 51, 95, 29, 66, 89, 99, 6, 40, 71, 94, 98}; for (int ele : arr) { bt.insert(ele); } cout << "Elements in bt: "; for (int ele : bt) { ...
[ "akhilkhubchandani@gmail.com" ]
akhilkhubchandani@gmail.com
1294d76142fff576d167cb0d34d5992fb30de39c
5456502f97627278cbd6e16d002d50f1de3da7bb
/base/task_scheduler/task_unittest.cc
7baf4ce366cf369cfa755e1b6f35721a7a7f6cea
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,735
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/task_scheduler/task.h" #include "base/bind.h" #include "base/location.h" #include "base/task_scheduler/task_traits.h" #include "b...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
e8c506feb36ad54a2988a5825b7222d7d469e517
6d2c96c8184ea155bb128d72050be87e10a4163d
/Source/sandbox/animated-mesh.cpp
9d9144279171de247d9b0fad4669f73fa546c704
[ "MIT" ]
permissive
karlgluck/Evidyon
8dc144e3a011930ab1eba19b4c0eddf74339ef65
8b545de48a5b77a02c91d4bff7b6d6496a48ebb7
refs/heads/master
2023-01-04T08:22:47.493595
2022-12-31T18:24:55
2022-12-31T18:24:55
451,806
3
1
NOASSERTION
2022-12-31T18:24:56
2009-12-29T04:12:19
Logos
WINDOWS-1252
C++
false
false
10,789
cpp
//---------------------------------------------------------------------------// // This file is part of Evidyon, a 3d multiplayer online role-playing game // // Copyright © 2008 - 2013 Karl Gluck // // // ...
[ "karlgluck@gmail.com" ]
karlgluck@gmail.com
5fad77990941281be9ef03a068e7f6d5605b68cb
eae02ef9a47fddbe12cfd8e84b7a475936839e7c
/temp/f00290_wsrequesthandler.hpp
146bd4c5a3c2f98a60a8741557c87d4ecc914ebf
[]
no_license
ezhangle/voxelquest
d740084dc703b8e8eb08a41b4208b228e7a1c22b
c3cddb3bd3cff21712a5e4b4841b344cd1727092
refs/heads/master
2020-12-24T10:39:45.588531
2016-05-05T18:21:16
2016-11-06T08:45:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,323
hpp
class WebSocketRequestHandler: public HTTPRequestHandler { public: WebSocketServer* ws_ptr; WebSocketRequestHandler(WebSocketServer* _ws_ptr) { ws_ptr = _ws_ptr; } ~WebSocketRequestHandler() { } void handleRequest(HTTPServerRequest& request, HTTPServerResponse& response) ...
[ "simcop2387@simcop2387.info" ]
simcop2387@simcop2387.info
c212f4fc3bb1e4eaf98f20ed9756255257244900
866bcfa5799811c9ca18466b95b5ea9e78b7e3f8
/joueur.cpp
38ed9c94c21e18c00b32090ed750e93bfd850874
[]
no_license
ElhadjBarry/Jeu_Bataille_Navale
1532285040efd8a0dbc2a762f11675d2dc62d4bb
4f8c3354067190e1ec3f100722cee483d4885786
refs/heads/master
2022-04-17T06:21:13.769486
2020-04-13T13:37:04
2020-04-13T13:37:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,133
cpp
#include "joueur.h" Joueur::Joueur() { init(0); }; void Joueur::init(int windowDim) { selectionPosition = 0; for(int i=0; i<5; i++) selectionState[i] = false; map.init(-1); carteTemporaire.init(-1); mask.init(-1); score.setValeur(windowDim * windowDim); } bool Joueur::validerCarteTempo(int windowDi...
[ "elhadj.barry@primetals.com" ]
elhadj.barry@primetals.com
438df28a0af650b52d36ebbd7656fdc5ca06b677
6f535f3a4df658aeb0385379dfae9fb6b17004ae
/TP4Depart/TP4Code/PrimitiveAbs.cpp
f11a910d1fb2ee55f1e6ada79522afeaccfcb55c
[]
no_license
nmhjoyal/LOG2410
c020754a191a5a96ad2da211275d1fddcf9a0edb
70442d42ab745230384aefb8d5b0d4e4123a8405
refs/heads/master
2021-10-03T10:42:30.635189
2018-12-02T22:14:22
2018-12-02T22:14:22
149,922,651
0
0
null
null
null
null
UTF-8
C++
false
false
1,469
cpp
/////////////////////////////////////////////////////////// // PrimitiveAbs.cpp // Implementation of the Class PrimitiveAbs // Created on: 25-oct.-2018 20:47:13 // Original author: p482457 /////////////////////////////////////////////////////////// #include "PrimitiveAbs.h" // Declaration d'un conteneur vide...
[ "nicole.joyal@oronospolytechnique.com" ]
nicole.joyal@oronospolytechnique.com
8247fc4b5b3a90debabe152e1e98593c92aba767
7d1b179386a19c0510807bf506ee5935c243d814
/qt/serialport/serialWidget.cpp
fdd4325f9cac3c641f42694a2e815fdfb8d8ce99
[]
no_license
zuokong2006/imx
880f007b8751a5051a18dda949ad8ac900599240
8f1b85b86955c1010442b767bb0e1b76c3de4ec5
refs/heads/master
2021-01-16T19:34:09.015279
2015-05-24T14:44:48
2015-05-24T14:44:48
23,056,198
0
1
null
null
null
null
UTF-8
C++
false
false
708
cpp
#include "serialWidget.h" #include <QDebug> SerialWidget::SerialWidget(QWidget * parent) : QStackedWidget(parent) { setWidget = new SerialSet; this->addWidget(setWidget); transWidget = new SerialTrans; this->addWidget(transWidget); connect(setWidget, SIGNAL(serialDataSeted(SerialData)), this...
[ "zuokong2006@163.com" ]
zuokong2006@163.com
8bfc01b6dc98c3564a5bebac8750952e3719743e
de3747ec657322a0b70ebb9c6fc83d736d62e17e
/AtCoder/abc/abc042/b.cpp
e74884559e6c5e9c2d13c2e66cbcaf67b6ce2a69
[]
no_license
pocket7878/compp
66434391558817c965c4c7778a3b550d6004a099
c5d04ec6c23a92f30f0455de53973499b7f62ec3
refs/heads/master
2021-05-01T23:45:09.987419
2017-01-05T04:39:05
2017-01-05T04:39:05
77,890,970
0
0
null
null
null
null
UTF-8
C++
false
false
352
cpp
#include <iostream> #include <string> #include <vector> using namespace std; int main() { int n, l; vector<string> lines; cin >> n >> l; for(int i = 0; i < n; i++) { string line; cin >> line; lines.push_back(line); } sort(lines.begin(), lines.end()); for(int i = 0; i < n; i++) { cout << ...
[ "poketo7878@gmail.com" ]
poketo7878@gmail.com
7207cd4bf70f1325321fd9a8044e348bb1a8fe9a
48da3cf76d6932e643824e8538bfad5529cf335a
/.svn/pristine/72/7207cd4bf70f1325321fd9a8044e348bb1a8fe9a.svn-base
d3e557483d5ec62d2c2a4a4fe6fcb2eac119581a
[]
no_license
daxingyou/sg_server
932c84317210f7096b97f06c837e9e15e73809bd
2bd0a812f0baeb31dc09192d0e88d47fde916a2b
refs/heads/master
2021-09-19T16:01:37.630704
2018-07-28T09:27:09
2018-07-28T09:27:09
null
0
0
null
null
null
null
GB18030
C++
false
false
1,375
#ifndef __COMMON_FAMILY_CODE__ #define __COMMON_FAMILY_CODE__ #include "macros.hpp" enum family_officer_type : uint32_t { family_officer_type_none = 0, // 默认值 family_officer_type_general = 1, // 族长 family_officer_type_vice_general = 2, // 副族长 family_officer_type_elit = 3, // 长老 family_officer_type_m...
[ "major@fun2" ]
major@fun2
89384fb720915c73cba3587f61f627eadc58f5fc
8862e2d170e6eb8c0c58325e01bfc0180245c6b5
/logger.cpp
38d9fc620d4495fe02f345840f9afee4e7a35822
[]
no_license
zhu-ty/FileSaveSimulator
d88487be5b54d65ddefd90989f7af45df90e4097
38761060f4246e2f15468d89f64c5a6490620314
refs/heads/master
2020-03-21T07:17:07.740889
2018-07-05T02:28:51
2018-07-05T02:28:51
138,271,840
0
0
null
null
null
null
UTF-8
C++
false
false
64
cpp
#include "logger.hpp" std::string CLog::_log_file = "1.txt";
[ "zhu-ty@outlook.com" ]
zhu-ty@outlook.com
ca76afe3db82b7ba33dc48c689d52c08afbd522e
d3e0066099d616c6bb27e37c7c5d20e37ca971e4
/src/enumeration/Statemachine.cpp
df44f0f1c8ee65b44b0d612e4b7d2450855d44f5
[ "MIT" ]
permissive
PeterSommerlad/CPPCourseIntroduction
91e429cf41fba2240928d83860f0761779f03480
048e074e030d06e064e65a9282706f764d78fc3f
refs/heads/main
2023-06-08T08:34:06.216157
2023-05-26T16:11:34
2023-05-26T16:12:05
456,890,345
3
1
null
null
null
null
UTF-8
C++
false
false
497
cpp
#include "Statemachine.h" #include <cctype> enum Statemachine::State: unsigned short { begin, middle, end // only usable in .cpp }; Statemachine::Statemachine() : theState{begin} {} void Statemachine::processInput(char const c) { switch(theState){ case begin : if (! isspace(c)) theState = middle; br...
[ "peter.cpp@sommerlad.ch" ]
peter.cpp@sommerlad.ch
d151c167d3aff88cec8e7a2123b4c89d9929fd7b
81ab7ee7f1b44ac3da70d5329301796ac1abd9a7
/src/core/mini_bmk.hpp
0accd8be6d08931e71fcabf2f67f762033b9e0ea
[ "MIT" ]
permissive
superestos/flashmob-test
9d45be271ff995307eefcd9575fd624d5a7128d1
8d57be773c0128f8014c62ec94cfcbb73bc307ef
refs/heads/master
2023-04-14T05:20:34.940424
2022-06-08T06:46:39
2022-06-08T06:46:39
436,540,049
0
0
null
null
null
null
UTF-8
C++
false
false
13,505
hpp
#pragma once #include <math.h> #include <sstream> #include <map> #include <set> #include "timer.hpp" #include "io.hpp" #include "util.hpp" #include "graph.hpp" #include "sampler.hpp" struct SampleEstimation { SamplerClass sampler_class; double step_time; }; typedef std::map<vertex_id_t, std::map<vertex_id_t...
[ "oneday117@qq.com" ]
oneday117@qq.com
630ecee281c2103a5aaa8ab5a583001b27c2da24
166630e79591940c4e960fdac03c99279ad45fdb
/main.cpp
c15657a0ad888b287c4e5806150721e4f73e7160
[ "MIT" ]
permissive
calculuswhiz/turmite-sandbox
70cbf4479487e8a8ef425b4b0c401f35bac9ba39
0b1b3c9ec28c021e463fd12bd3db345870e88ae0
refs/heads/master
2021-01-20T11:14:10.109114
2018-09-21T03:49:17
2018-09-21T03:49:17
83,946,098
0
0
null
null
null
null
UTF-8
C++
false
false
11,929
cpp
#include <cstring> #include <string> #include <iostream> #include <fstream> #include <sstream> #include <vector> #include <GL/gl.h> #include <GL/freeglut.h> #include "Automaton.h" #include "Statenode.h" #define GRIDW 2048 #define GRIDH 1024 #define WHEEL_UP 3 #define WHEEL_DOWN 4 int FRAMESPEED = 60000; int updat...
[ "calculuswhiz@gmail.com" ]
calculuswhiz@gmail.com
9cff47aae38a0bd0bec0dd7a22d11254a798a1cb
d95f4d9c2f8cdd4418586ceb6c8057b71e9c3075
/src/extended_photo/photographers.cpp
4c15da051f09177cfaa93c9202601aaa86a10591
[]
no_license
srpgilles/pict_stock
8e6a72feaf13e1b6a96efedd0529356552bb86e7
e72cc0cc00f9d306e6d692295a098957c1bb9628
refs/heads/master
2021-01-18T14:09:42.603942
2012-10-21T12:36:24
2012-10-21T12:36:24
4,065,620
3
0
null
null
null
null
UTF-8
C++
false
false
2,296
cpp
#include "photographers.hpp" #include "../tools/sqlite_wrapper.hpp" namespace PictStock { namespace ExtendedPhoto { using namespace TablePhotographers; Photographers::Photographers(GenericTools::SqliteWrapper& database) : pDatabase(database) { { // Request from the database YString command; { s...
[ "srpgilles@gmail.com" ]
srpgilles@gmail.com
bed1e5e85d3baa7e70b4e0eac0da528a7925891c
b30b65994865ce9212da5b30834b15ea9dbb9103
/Code_Monk/Basics_IO/palindromic_string.cpp
20ba2806db73aa989a6ee9d16d2081f540b58234
[]
no_license
uthantvicentin/Competitive-Programming
3d06b9cac1bf76a166f8009b7898fafdbca726bf
6072753df64da0fa76a95fd30c9c65d89cd30a73
refs/heads/master
2021-09-08T19:54:18.510359
2021-09-05T13:14:12
2021-09-05T13:14:12
178,067,690
1
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
#include <bits/stdc++.h> using namespace std; int main(){ stack <char> p; string palindrome; cin >> palindrome; for(int i = 0 ; i < palindrome.size() ; ++i) p.push(palindrome[i]); int i = 0; while(p.top() == palindrome[i++]){ p.pop(); if(p.empty()) break; } cout << ( !p.empty() ? "NO" : "YES") << '\n'...
[ "uthantvicentin@gmail.com" ]
uthantvicentin@gmail.com
f54dd245ce41245a5e7417c73f7e80ef9751ae33
c38297ce87809047243b3e851283e641179312a3
/src/Storage/Storage.cpp
0a78cede7b7a48c7e21f5de3f8b7cf7d8d17af59
[ "MIT" ]
permissive
renowncoder/ChainDB
f208ee67fee81b43c37ed8d3c4559c24378030fd
41fc13d8e0df776e66554c8eeed5c22e4ac3900e
refs/heads/main
2023-04-13T10:18:33.819521
2021-04-29T10:28:34
2021-04-29T10:28:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,193
cpp
/* Copyright (c) 2021 Stanislav Yakush (st.yakush@yandex.ru) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, cop...
[ "st.yakush@yandex.ru" ]
st.yakush@yandex.ru
b309c3502a5aaa0aebdf3833aab75aae76b85769
b7ded819bc689a97363879e97bd43ca9506c50b2
/include/TOFPhysicsList.hh
0d07f58905627a00593af8c044da20202c5b4ea0
[]
no_license
zuranski/TOFSim
e6b54dbb63738ac75841c7288d45dfba4d1e66c6
dfa0ad482ebd6845466d4f9c232f556c9792922f
refs/heads/master
2016-08-04T23:23:29.008998
2013-09-07T14:43:57
2013-09-07T14:43:57
12,547,629
4
0
null
null
null
null
UTF-8
C++
false
false
1,090
hh
#ifndef TOFPhysicsList_h #define TOFPhysicsList_h 1 #include "globals.hh" #include "G4VUserPhysicsList.hh" class G4Cerenkov; class G4Scintillation; class G4OpAbsorption; class G4OpRayleigh; class G4OpBoundaryProcess; class TOFPhysicsList : public G4VUserPhysicsList { public: TOFPhysicsList(); ~TOFPhysicsLis...
[ "zuranski@princeton.edu" ]
zuranski@princeton.edu
0ffede0f7178f0ea422f67c84791336f1fbf31f2
74f5c2a94d82195d05be257ad1ac57fb81b6edb7
/Problem/FunctionOpt/MOP/MOEA-F/F.cpp
ad43ddd2568be866dbe27a8d1858c3d7c80e1d66
[]
no_license
dcshen/OFEC
d3324fd301005edba88c9dbc1ab3d39c62d480bc
a1b725a3052bb01de6c1e0151200dfde0dbebc0a
refs/heads/master
2021-01-18T12:45:52.455025
2015-12-02T03:21:58
2015-12-02T03:21:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,757
cpp
#include "F.h" F_Base::F_Base(int ID, int numDim, const string &proName, int numObj):BenchmarkFunction(ID,numDim,proName,numObj) { setSearchRange(0.,1.); vector<ProTag> p_tag(1,MOP); p_tag.push_back(CONT); setProTag(p_tag); setOptType(MIN_OPT,-1); m_popInitialMode=POP_INIT_UNIFORM; } void F_Base:...
[ "changhe.lw@gmail.com" ]
changhe.lw@gmail.com
da6498b977f6fe8f87d36a1a4bb6cb7721bd734a
b7c505dcef43c0675fd89d428e45f3c2850b124f
/Src/SimulatorQt/Util/qt/Win32/include/QtGui/qprintpreviewwidget.h
7b849a0d85f2e959ba5e2f00643dfb0318f798cb
[ "BSD-2-Clause" ]
permissive
pranet/bhuman2009fork
14e473bd6e5d30af9f1745311d689723bfc5cfdb
82c1bd4485ae24043aa720a3aa7cb3e605b1a329
refs/heads/master
2021-01-15T17:55:37.058289
2010-02-28T13:52:56
2010-02-28T13:52:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,976
h
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial...
[ "alon@rogue.(none)" ]
alon@rogue.(none)
2dde0125b5e0b0245fa619624c727968305b6887
b69d4964e7b5d3452357ba65b26ee89a2735e859
/src/server/game/Achievements/AchievementMgr.cpp
43ae67ccf0dd5004614b4f8bfa1883462ef7342d
[]
no_license
grsgs/Adcore4
26bfde88edac2b676b892bbe8748751bf5a083f6
06fc23da7ebc20de8fb7d37bf8ab6efe64349943
refs/heads/master
2020-04-26T16:06:30.621714
2013-07-26T20:58:12
2013-07-26T20:58:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
149,497
cpp
/* * * Copyright (C) 2011-2013 DepthsCore <http://www.mist-of-depths.com/> * * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> * * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Ge...
[ "jorjescu@ymai.com" ]
jorjescu@ymai.com
91966fdc5eaba2a9abfc3fc3e0fdbd946ae6dd9b
51135e6255bacd43dbebf3d646e5fb46a769c9f8
/tools/utils/DataResource.cpp
3a8ab236ffffa3b5a05cdd6c8fe82d8aaca2aa19
[ "MIT" ]
permissive
dbpotato/common
ccf1f9127f13dd64b4907e4cd96142259626e508
dac4a8fa24fb473f291771af2456b48675b17aca
refs/heads/master
2023-09-01T08:28:38.289029
2023-08-22T20:02:22
2023-08-22T20:07:45
137,592,051
0
0
null
null
null
null
UTF-8
C++
false
false
5,785
cpp
/* Copyright (c) 2023 Adam Kaniewski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, ...
[ "ghoel@dbpotato.net" ]
ghoel@dbpotato.net
09f16b448a2cd1f217d0e7618c485301b61af072
70c00133e353a5555514327f0a3a20e9bd3de737
/Problem-1202.cpp
e790e13357a6f7f96ebf06505cc1b3020b5f82e0
[]
no_license
VikasKumarRoy/Leetcode
536d33a67d5448d75171682d82be7518648f39af
953fe0380c0e64077fb2943d06b4ec0638a3c688
refs/heads/master
2021-06-25T16:18:47.367509
2021-03-21T16:58:45
2021-03-21T16:58:45
200,166,984
2
1
null
null
null
null
UTF-8
C++
false
false
1,108
cpp
//Problem - 1202 // https://leetcode.com/problems/smallest-string-with-swaps/ // O(nlogn) time complexity and O(n) space complexity sol using disjoint set class Solution { public: int find(vector <int> &ds, int i) { if(ds[i] < 0) return i; else return ds[i] = find(ds, ds[i...
[ "vikas.vr8@gmail.com" ]
vikas.vr8@gmail.com
efdc4d5e445e17fab15826522675c081473e0bbd
24ccbc841f56ab3c85ad9b8bc5f04f3cdf5700db
/DesignModel/BuilderModel.h
46eb9013f091db86ebeffd0d5d31407bccbd28dc
[]
no_license
chongjibo/DesignPatterns
141b0dd1b236e678bda3471e4b226b90d37c04f3
b649a8fd34306c9f4461664866ae8c10fe211868
refs/heads/master
2022-12-27T01:12:21.752233
2020-10-14T02:16:21
2020-10-14T02:16:21
296,855,119
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,159
h
#pragma once #include <string> // class Meal { public: void setDrink(std::string drink) { _drink = drink; } std::string getDrink() { return _drink; } void setFood(std::string food) { _food = food; } std::string getFood() { return _food; } private: std::string _drink; ...
[ "348875231@qq.com" ]
348875231@qq.com
33f4b2ba59f7e0d0ff39be4cdb09e8ae8111b984
d97082ea4d8b7f8771141c50a0fbf611267afbee
/LogMacro.cpp
348b7c39cd18bfbcd3be0db38deb6cba387fefac
[ "MIT" ]
permissive
Zaita/Coffee-Time
ecd436ed5f62c138879804f9aac0d46b9e7912e6
d410fb8dacc53bb600c71584624d86818772e2dc
refs/heads/master
2021-01-20T09:12:40.892738
2020-10-22T22:49:52
2020-10-22T22:49:52
22,824,317
0
0
null
null
null
null
UTF-8
C++
false
false
677
cpp
/* * Problem: * Create a macro that allows you to log out lines using a stream format. * * The macro must allow you to continue the streaming on the returned object and automatically * handle flushing and new lines at the end of each statement. For simplicity you can use * cout as the stream to print directly to ...
[ "scott@zaita.com" ]
scott@zaita.com
962ba8bb5de5c7af7fef31c7a2a40d21739e4c42
4fc62c002219b2cd14496579c4ecbc66a8fa7fe8
/base/trace_event/memory_dump_manager_unittest.cc
5c47721d71149f0c74e585ba1df4ace470499761
[]
no_license
TheTypoMaster/dingler
7475367e10926194c0d50e63f3a26914799e30ca
7d1fbdc0450eac1a2b3f8c08e97522a9490a6834
refs/heads/master
2020-04-10T13:30:55.813142
2015-09-02T14:56:05
2015-09-02T14:56:05
41,807,566
0
0
null
2015-09-02T14:55:48
2015-09-02T14:55:47
null
UTF-8
C++
false
false
13,241
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/trace_event/memory_dump_manager.h" #include "base/bind_helpers.h" #include "base/memory/scoped_vector.h" #include "base/message_loop/messa...
[ "brainloop0@gmail.com" ]
brainloop0@gmail.com
1427dd3d43ce765497d3eb3782695532d2c07e5f
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/f1/44cdd6a3f90e24/main.cpp
8e43ced6046b39513d990d6f1964f9b355104154
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
1,363
cpp
// Ensure two vector<int>s are equivalent sizes first, then add them together. // Author: LLD!5DeRpYLOvE // Respin of: http://coliru.stacked-crooked.com/a/34542cba6c40b27b #include <iostream> #include <vector> using namespace std; int main(void) { // Initialize a pair of different length vectors for example data. ...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
a2f0730103fc83d3026d46a661b088b6db78655b
48113249b9c24b965a55cd8cef98d9a6edc0bb31
/sidescroller/player.cpp
7ff457aa497054760be096f9c7d228f6937dd589
[]
no_license
janww/sidescroller
f2d6e16784be5585f16334119b35be28f8e79abb
caac450f92272b8b13710236cde73322a558755c
refs/heads/master
2020-12-24T13:28:59.400165
2011-10-06T18:59:13
2011-10-06T18:59:13
2,528,012
0
0
null
null
null
null
UTF-8
C++
false
false
1,918
cpp
#include "player.h" player::player(SDL_Surface* img) { image = img; box.x = 0; box.y = 0; box.w = 50; box.h = 100; xvel = 0; yvel = 0; ground = false; for(int i=0; i < player::FRAMES; i++) { frames[i].x = baseclass::TILE_BORDER_SIZE + i * 50; frames[i].y = 0; frames[i].w = 50; fra...
[ "mail@janwiemer.de" ]
mail@janwiemer.de
71bd13b2d4a2d54377946ab1c9b6579169535361
0eeca52aada4f91602e14c2c27c4fbb0e7ea8b40
/test/cairo-network.cpp
5164f5f073d4bc307afe6b2c1d7fc626953bd743
[]
no_license
SonSang/diff-traffic-baseline-libroad
7cada8eca977840106966e7a92b9bfff82a21573
b12c66360cb843eec25cdc95933f68feae83ccaf
refs/heads/master
2023-07-31T06:06:37.080248
2021-09-26T05:50:59
2021-09-26T05:50:59
409,357,946
0
1
null
2021-09-26T05:43:14
2021-09-22T21:13:13
C++
UTF-8
C++
false
false
17,355
cpp
#include <Magick++.h> #include <GL/glew.h> #include <FL/Fl.H> #include <FL/Fl_Gl_Window.H> #include <FL/Fl_Menu_Button.H> #include <FL/gl.h> #include <FL/glu.h> #include <FL/glut.H> #undef None // Stupid X11/X.h defines this! #include "libroad/hwm_network.hpp" #include "libroad/geometric.hpp" #include "visual_geometric...
[ "jasonsewall@gmail.com" ]
jasonsewall@gmail.com
9f9449b22337c36cc603e72db3c7d563e1a6d8fb
7f87c5665f78768a4d8bc452781cb6fe4920da86
/Alicorn.ino
1a32cc02fb9e2ae7fd55a2f3bef411bf23b20716
[ "MIT" ]
permissive
Thorinair/Alicorn
064b2f805fbfaea921aebe957c480600743385f7
1580f54fef849ab699a17b5e7d3936d71c9f65cb
refs/heads/master
2021-01-19T18:35:41.520669
2019-03-23T19:38:31
2019-03-23T19:38:31
88,366,683
1
1
null
null
null
null
UTF-8
C++
false
false
46,892
ino
#include "ESP8266WiFi.h" #include <EEPROM.h> #include <VariPass.h> #include <DHT.h> #include <Wire.h> #include <LiquidCrystal_I2C.h> #include <IRremoteESP8266.h> #include <SFE_BMP180.h> #include <RtcDS3231.h> #include <HMC5883L.h> #include "wifi.h" #include "vpid.h" extern "C" { #include "user_interface.h" } // ...
[ "thorinair@yahoo.com" ]
thorinair@yahoo.com
ef70a0851654877731f9845c1f29de1f8c54c233
7fa734062e925da0dc4f59164ef40fd2fe7d50da
/src/components/application_manager/test/command_holder_test.cc
e10cd5d008bf1192a4c9542c546194bc03935e57
[]
permissive
lixiaozhang/sdl_core
bc54970a117aa4637c608415c2a66dd95e233568
c439661b160172676eff0f154049cf8cea50596a
refs/heads/master
2020-03-21T22:34:47.554462
2018-12-21T03:22:19
2018-12-21T03:22:19
139,135,233
0
0
BSD-3-Clause
2018-06-29T10:16:59
2018-06-29T10:16:58
null
UTF-8
C++
false
false
6,262
cc
/* * Copyright (c) 2017, Ford Motor Company * All rights reserved. * * 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 condit...
[ "AByzhynar@luxoft.com" ]
AByzhynar@luxoft.com
b8f83cf7b696f2c53f6dad8a872de98d0a2c3e08
00a6fd064e0432e69a5ff6d2f8e5788385f024e9
/src/exec/VariableConflictSet.cc
2e05e00e2141a9430c53f83742b85a7a0fd6d846
[]
no_license
morxa/plexil-4
83524458462b066639874736604876d10bef16e1
890e92aa259881dd944d573d6ec519341782a5f2
refs/heads/master
2020-03-26T18:28:28.913603
2018-08-07T19:40:36
2018-08-07T19:40:36
145,214,882
1
0
null
null
null
null
UTF-8
C++
false
false
5,034
cc
/* Copyright (c) 2006-2016, Universities Space Research Association (USRA). * All rights reserved. * * 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 ...
[ "plexilcrf@d2be67b0-814c-0410-949f-d215b6b29573" ]
plexilcrf@d2be67b0-814c-0410-949f-d215b6b29573
4f8d16aed225a014866cffba0f9e6248286a3f96
e6a7743bcee28fbc39e495c4fdf005f1a2ff446f
/export/windows/cpp/obj/src/haxe/xml/_Fast/NodeListAccess.cpp
b6296e9a4d41149d1145c2aedde471a8ce0505be
[]
no_license
jwat445/DungeonCrawler
56fd0b91d44793802e87097eb52d740709a10ffa
5f60dbe509ec73dc9aa0cf8f38cf53ba486fdad2
refs/heads/master
2020-04-05T13:08:31.562552
2017-12-07T02:42:41
2017-12-07T02:42:41
95,114,406
0
0
null
2017-12-07T03:20:53
2017-06-22T12:41:59
C++
UTF-8
C++
false
true
5,918
cpp
// Generated by Haxe 3.4.2 (git build master @ 890f8c7) #include <hxcpp.h> #ifndef INCLUDED_List #include <List.h> #endif #ifndef INCLUDED_Xml #include <Xml.h> #endif #ifndef INCLUDED_haxe_xml_Fast #include <haxe/xml/Fast.h> #endif #ifndef INCLUDED_haxe_xml__Fast_NodeListAccess #include <haxe/xml/_Fast/NodeListAccess....
[ "jwat445@gmail.com" ]
jwat445@gmail.com
443e484c17569400347c8c054c5fa4251f4a5b71
02f26889b75b9605154cb3caf45a45ea9d01c0b9
/include/start_goal_generator.h
9a7f018d10d57ba1c76f824b15bbd38806007693
[]
no_license
shivamvats/learning_egraphs2d
74f3049b4ac0332dededc4bb933ed1e2a10aa2b8
e21cb24c678b58d6c715a99975ee858ebdb6ca28
refs/heads/master
2021-01-23T06:19:57.957213
2017-06-04T03:47:43
2017-06-04T03:47:43
93,018,721
0
0
null
null
null
null
UTF-8
C++
false
false
306
h
#include "utils.h" #include <stdlib.h> class StartGoalGenerator { public: StartGoalGenerator(int seed = 23534); void generateStartGoalOnCircle(smpl::RobotState &start_state, smpl::RobotState &goal_state, Vector3d center, double radius); private: };
[ "shivamvats.iitkgp@gmail.com" ]
shivamvats.iitkgp@gmail.com
c71804fcd351d91fbabee209bb50fdf113a8a0f0
d8ff86a305915f522cc54692d03893de25790d63
/Source/WebKit2/UIProcess/API/efl/ewk_view_find_client.cpp
1edc3cbfd327cfdaac09e9af8b2f812df8f983c4
[]
no_license
vishalbandre/webkit
9e91646c0bb0308f9ef013b11a909ee39b88e580
31650b0517127cb2c0d06053f144c8c955ab7c11
refs/heads/master
2021-01-16T19:39:29.623978
2012-10-24T01:57:10
2012-10-24T01:57:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,556
cpp
/* * Copyright (C) 2012 Samsung Electronics. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of co...
[ "commit-queue@webkit.org" ]
commit-queue@webkit.org
2300ff7df7ad7149a15bf226abd890cceca25d0a
f49af15675a8528de1f7d929e16ded0463cb88e6
/C++/C++ Advanced/TestProjects/CPPAdvancedExam18Nov2018)/04Terran/ProducerBase.h
a7945d5afba55287ea7e31a4c4236eb9e37cf91a
[]
no_license
genadi1980/SoftUni
0a5e207e0038fb7855fed7cddc088adbf4cec301
6562f7e6194c53d1e24b14830f637fea31375286
refs/heads/master
2021-01-11T18:57:36.163116
2019-05-18T13:37:19
2019-05-18T13:37:19
79,638,550
2
0
null
null
null
null
UTF-8
C++
false
false
348
h
#ifndef PRODUCER_BASE_H #include <list> #include "Producer.h" class ProducerBase : public Producer { protected: std::list<UnitPtr> produced; public: std::list<UnitPtr> extractProduced() override { std::list<UnitPtr> result = this->produced; this->produced.clear(); return result; } }; #define PRODUCER_BASE_H...
[ "genadi_georgiev@abv.bg" ]
genadi_georgiev@abv.bg
8f0edbb6a8af83325d016519f5b68e7c757fc51b
f0be8b268cb4405a9d40a1ea943a5352018173bb
/A 044 BST next node.cpp
bded82ff9bd53766c1b9c461a8eb04d939fca5f7
[]
no_license
iroot900/Algorithm-Practice-300-Plus
1b2cdce48104dec540e045dfcab6290fefe60e4b
5b97c69c991d2b2f330d7b667e79dd32b53e44f5
refs/heads/master
2020-07-10T21:34:39.125332
2015-09-01T21:40:20
2015-09-01T21:40:20
36,990,843
0
0
null
null
null
null
UTF-8
C++
false
false
1,139
cpp
#include <iostream> using namespace std; struct node { node(int x):val(x){} int val; node* left=nullptr; node* right=nullptr; }; void travel(node* root) { if(!root) return; travel(root->left); cout<<root->val<<" "; travel(root->right); } void add(node* &root, int x) { if(root==nullptr) {root=new node(x); re...
[ "iroot@gmail.com" ]
iroot@gmail.com
a6cefc2a823b6bacad577f448242dc97294f2cf1
18b69a7cffa025d815ac765f07dd13e897536994
/include/trajectory_optimization/mapModuleOctomap.h
710cb37addc495668264ff2eba1b0d2a49044f84
[]
no_license
Forrest-Z/trajectory_optimization
b45f990c3d49b6be1e7899c3bb4438442791561e
5a3a08fea0521206d5a017f20d8f876721abf604
refs/heads/main
2023-06-29T03:05:49.782740
2021-08-04T11:32:01
2021-08-04T11:32:01
392,894,150
1
0
null
2021-08-05T03:46:50
2021-08-05T03:46:50
null
UTF-8
C++
false
false
1,277
h
#ifndef MAPMODULEOCTOMAP_H #define MAPMODULEOCTOMAP_H #include<ros/ros.h> #include<trajectory_optimization/utils.h> #include<octomap/OcTree.h> #include<octomap_msgs/GetOctomap.h> #include<octomap_msgs/Octomap.h> #include<octomap_msgs/conversions.h> using namespace octomap; using namespace std; class mapModule{ priv...
[ "zhefanx@andrew.cmu.edu" ]
zhefanx@andrew.cmu.edu
fea6e78903784d11164174c169f7a3e24bfbab73
db05479d0cf14716ecab32fe4b3cd4af424492f7
/src/frontend/network.h
2320a782ca14b7cf3c6f8b1d0c42d9bbfff05531
[ "Zlib" ]
permissive
AquaFlyRat/PotatoAdventure
8ddb4c2d7c5f152a630561e713992f6171e0289f
f673d8f520ba88b7ff73888b5871aae99f1ab6b6
refs/heads/master
2020-04-05T14:34:09.495576
2017-07-28T14:52:41
2017-07-28T14:52:41
94,682,563
2
0
null
null
null
null
UTF-8
C++
false
false
10,776
h
#ifndef NETWORK_H_INCLUDED #define NETWORK_H_INCLUDED #include "lib/sdl.h" #include "lib/sdlnet.h" #include "system.h" #include "utils.h" #include <cstdint> namespace Network { #ifdef E0INTERNAL_NETWORK_H_SPECIAL_ACCESS void Initialize(); void Cleanup(); #endif struct Address : IPaddress { ...
[ "barneywilks1@gmail.com" ]
barneywilks1@gmail.com
e7871271a1d16420886df224293e49ba9d2dda28
385cb811d346a4d7a285fc087a50aaced1482851
/Quora/RelatedQuestions/RelatedQuestions.cpp
2c2ce0b8b1388d9f8661347c35a05a7e87e14418
[]
no_license
NoureldinYosri/competitive-programming
aa19f0479420d8d1b10605536e916f0f568acaec
7739344404bdf4709c69a97f61dc3c0b9deb603c
refs/heads/master
2022-11-22T23:38:12.853482
2022-11-10T20:32:28
2022-11-10T20:32:28
40,174,513
4
1
null
null
null
null
UTF-8
C++
false
false
1,992
cpp
#include <bits/stdc++.h> #define loop(i,n) for(int i = 0;i < (n);i++) #define range(i,a,b) for(int i = (a);i <= (b);i++) #define rrep(i,n) for(int i = (n);i >= 0;i--) #define rran(i,a,b) for(int i = (b);i >= (a);i--) #define step(i,a,b,d) for(int i = (a);i <= (b); i += d) #define all(A) A.begin(),A.end() #define pb pus...
[ "noureldinyosri@gmail.com" ]
noureldinyosri@gmail.com
8f888707d16c074702653a84c629a006b97e5d58
104117d91b20e208f0a0d4eacb9640d024edbdbb
/src/RenderingSystem/PushConstants.hh
b67a56220328f1da7db8f32857d8aea3ef9bb89e
[ "MIT" ]
permissive
Sondro/Dreamroam
82894c38e4695c41b7db1a37cbe9008829f6f4c0
1975c990b2362b9472e5ee19a98c63f49b8124bc
refs/heads/master
2023-04-09T22:20:00.186017
2020-08-12T19:04:08
2020-08-12T19:04:08
288,040,963
0
0
MIT
2023-04-03T23:01:15
2020-08-16T23:24:16
null
UTF-8
C++
false
false
1,047
hh
#pragma once #include <glm/mat4x4.hpp> #include <lava/createinfos/PipelineVertexInputStateCreateInfo.hh> namespace DCore { namespace Rendering { struct PushConstants { glm::mat4 modelMatrix; glm::mat4 normalMatrix; float alpha = 1.0; }; struct CameraDataPrePass { glm::mat4 view; glm::mat4 proj; }...
[ "peter.esser@uhs-computer.de" ]
peter.esser@uhs-computer.de
0987a72e155385ba9f8c2e07ea58bb1bc89865f3
7f5fc2bf08684c2b38e09874be1cd4db0a3330f7
/stockManagement/LoginForm.h
abaa5e18902fbc22331d48595d4860158d10dca0
[]
no_license
Hichami-ilyass/stockManagement-cpp-win-app
341dd074f003ed465a485656b706b70e891bcfcc
78d07459449c7d3b415d7ade806fa6f218a53055
refs/heads/master
2022-09-22T02:58:35.897193
2020-05-25T14:34:19
2020-05-25T14:34:19
265,579,603
0
0
null
2020-05-22T22:25:17
2020-05-20T13:47:23
C++
UTF-8
C++
false
false
7,877
h
#pragma once #include "mainForm.h" namespace stockManagement { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Data::Sql; using namespace System::Data::SqlClient; ...
[ "motassimothman@gmail.com" ]
motassimothman@gmail.com
ca3ff12fa0f2905d703fc812a128cdf8dd24bcdd
4f398422d28ef17f492382603d9282cab148c357
/tensorflow/compiler/xla/service/buffer_assignment_test.cc
56138a7ee6c6b112d81239351c204865d132a7f4
[ "Apache-2.0" ]
permissive
udacity/tensorflow
a57352c81edff9d04728934565e27b3aa62d2236
6a149df6722c7fc516966e1b6291bd459cec9ce0
refs/heads/master
2022-07-26T01:51:28.696064
2022-06-28T07:39:58
2022-06-28T07:39:58
79,862,441
9
11
null
2017-01-24T00:12:40
2017-01-24T00:12:39
null
UTF-8
C++
false
false
48,202
cc
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
9be37ead7b968fbd1939f23b8733f2115af7e8f2
51e7743fcd0c5ae9d3a08bddee3a22448839b957
/Objects/CombinedMesh.h
f42a1aba08069e7833944797c4816bf6be89d01e
[]
no_license
sethhope/Project-Foxclaw
63ae2461da2aeb3dcf441a07dab02a2829d530a5
d0a1c57468debcd126abcf18ecb85d9a3cc596be
refs/heads/master
2020-05-21T12:45:37.024272
2016-06-28T20:36:34
2016-06-28T20:36:34
25,419,000
0
0
null
null
null
null
UTF-8
C++
false
false
719
h
#ifndef COMBINEDMESH_H_INCLUDED #define COMBINEDMESH_H_INCLUDED #include "stdafx.h" #include "Object.h" #include "Misc/Logger.h" #include "Mesh.h" #include "Misc/CMeshCombiner.h" namespace FCE { class COMBINEDMESH { public: COMBINEDMESH(scene::ISceneManager* manager, u32 bufferSize, LOGGER* log); ...
[ "support@jcamtech.com" ]
support@jcamtech.com
14e344ff5c8dd155282d88c1d3d6dbd626a48949
ffef5c3e6c3ddb681e0bb61d30970433f146c4b6
/ds/Lab3/main.cc
75c2b597b04e410d34c9bd424af000c9f5bb703b
[]
no_license
calebfaruki/school
6c7c50630cedbd8340ac9eabfaca1635cf3acc52
6835fdec86dd6fb97f498e02191a2e007f4007b6
refs/heads/master
2021-01-23T18:10:00.628153
2013-12-09T06:31:54
2013-12-09T06:31:54
14,323,713
0
2
null
null
null
null
UTF-8
C++
false
false
3,637
cc
/********************************************************************** * Name: Caleb Faruki * Lab3: Template Array * Course: Data Structures * Date: July 3, 2013 * File: Template Main Function File *********************************************************************/ #include "Template.h" int main () { i...
[ "calebfaruki@gmail.com" ]
calebfaruki@gmail.com
8888c428f14e12cca8501bd671098ad1c3da79bb
a29c13fa4c58d566270fb640a4d1f184f92c1223
/04_Data/01_Measured_Data/01_Testing_of_WECS/2019 05 12 11 58 23/_20190510_Control_v13.6_ohneSD_6040/_20190510_Control_v13.6_ohneSD_6040.ino
53bb0f9bc481e3004ff2bf1e02a9958fc28c3623
[]
no_license
li-bre/li-bre-wind
e15bc80f955d02731fe6e7eb255f24478a2395ae
d65584798c48461484e3a3531797612e3ba18c32
refs/heads/master
2022-02-28T15:32:22.893410
2022-02-08T15:54:47
2022-02-08T15:54:47
232,623,593
2
0
null
null
null
null
UTF-8
C++
false
false
10,270
ino
// High Speed (32kHz) PWM MOSFET-Ansteuerung mit Poti Regelung der PWM Anzeioge über LCD // MS (Motorsteuerung als PWM ebenfalls über Poti // Analog Digital Wandler zur Spannungsmessung mit ADS1115 _v8 = Mit Dumpload #include <LiquidCrystal_I2C.h> #include <Wire.h> #include <Adafruit_ADS1015.h> #include <DS3231.h> #in...
[ "samz@gmx.de" ]
samz@gmx.de
e7aa01b5113e621245584c40c73cf2d8b28393ce
6e4f8d2ba4097ac1078403b6e3816dd7c9bd7553
/CodingPractice/ThreadPool.h
b302d643bc30efcfff2d29dbc41affba755e0ee4
[]
no_license
shuaisilun/CodingPractice
771f2bcc29ef25cff2a93124846a739a53e49d9b
582a7300960fae84e4da6ab5d1f5bb0b3d8e55f0
refs/heads/master
2021-07-24T18:28:52.493092
2017-11-02T07:57:02
2017-11-02T07:57:02
107,639,542
0
0
null
null
null
null
UTF-8
C++
false
false
1,397
h
#pragma once #include <set> #include <mutex> #include <vector> #include <unordered_map> #include <thread> using namespace std; class ThreadPool { public: ThreadPool() {}; ~ThreadPool() { for (auto &it : m_Threads) { delete it.second; } }; ThreadPool(ThreadPool const&) = delete; ThreadPool& operator=...
[ "shuaisilun@virtuos.com.cn" ]
shuaisilun@virtuos.com.cn
a11fb71dc3411fc0d68960d798cf1eb46b5294a0
178b352eec30579989c1d433dcb4826a4075894e
/Bomb.cpp
d9c73fe7b1f1e4cef99887787272b068c56d1f13
[ "Unlicense" ]
permissive
catinapoke/opengl-1-intermediate-mode
bb95d282e7bea689247f4ece5f90fab9c5ee1c71
9562f258024408625688c52d349738ba9dfb83e4
refs/heads/master
2020-08-08T04:30:49.049451
2019-12-13T18:40:48
2019-12-13T18:40:48
213,713,636
4
0
null
null
null
null
UTF-8
C++
false
false
746
cpp
#include "Bomb.h" int Bomb::fuseTime = 5000; Bomb::Bomb():currentFuse(fuseTime) { } Bomb::Bomb(ivec2 position, GameObjectType type):GameObject(position, type), currentFuse(fuseTime) { } Bomb::~Bomb() { glm::ivec2 pos = this->getPosition(); printf("Bomb exploded in position %i %i", pos.x, pos.y); } void Bomb::U...
[ "mihansp1@gmail.com" ]
mihansp1@gmail.com
2d63327f3a8d060a7b79d0d7d68056116ed80e35
47b71ff8a12367c10573e58289d6abbd41c2436f
/android/frameworks/av/services/audioflinger/Threads.cpp
3e45f3cc596abeb70b663bc2e3f405b459df0064
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
BPI-SINOVOIP/BPI-A31S-Android
d567fcefb8881bcca67f9401c5a4cfa875df5640
ed63ae00332d2fdab22efc45a4a9a46ff31b8180
refs/heads/master
2022-11-05T15:39:21.895636
2017-04-27T16:58:45
2017-04-27T16:58:45
48,844,096
2
4
null
2022-10-28T10:10:24
2015-12-31T09:34:31
null
UTF-8
C++
false
false
198,902
cpp
/* ** ** Copyright 2012, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by appl...
[ "mingxin.android@gmail.com" ]
mingxin.android@gmail.com
8faa8910af60ee5c9a7f2dd26f6edb00e5fd300b
2cf79161116b307ae9c5d45c0ea0421683a27999
/FinalProject/Lab11/Validation.cpp
09f0466b3fea6acfaf70783f230daf302aabb5ad
[]
no_license
nicoletasarosi/Project_OOP
b748e311c17bc5d8bda40e520bb78c1aa4883c72
679e96c86ae5d1526d30597b58b779f03648e2cd
refs/heads/master
2020-12-19T21:49:51.517225
2020-01-23T18:52:08
2020-01-23T18:52:08
235,861,550
0
0
null
null
null
null
UTF-8
C++
false
false
180
cpp
#include "Validation.h" void Validation::validationProduct(const Product &prod) { if (prod.get_price() < 0) throw ValidationException("The price must be positive! \n"); }
[ "noreply@github.com" ]
nicoletasarosi.noreply@github.com
3f2de2380177babb3b9b400c1e92396c0b6d3542
4335d9af0080c4c322505d13caf760f8109ce666
/include/FeatureTracker.h
d79301606ba972240eebadfbfca0eddcc92fdcaa
[]
no_license
cishenpinpan/VisualSLAM
24108702befae59f25617b0158b86edcdb508e00
b525e648b4c946abc06fdc31dfa93d1c97fde1f5
refs/heads/master
2020-05-18T14:27:19.344714
2017-05-24T18:12:03
2017-05-24T18:12:03
84,248,134
0
0
null
null
null
null
UTF-8
C++
false
false
1,021
h
// // FeatureTracker.hpp // VisualSLAM // // Created by Rong Yuan on 2/28/17. // Copyright © 2017 Rong Yuan. All rights reserved. // #ifndef FeatureTracker_h #define FeatureTracker_h #include <time.h> #include "View.h" #include "Canvas.h" #include "FeatureCandidateExtractor.h" #include "FeatureExtractor.h" names...
[ "orangechicken@Rongs-MacBook-Pro.local" ]
orangechicken@Rongs-MacBook-Pro.local
519e15a37a5ec45d70c11b44ceb31b7521e24d3f
d42675fc0fa37759acd8bfa8707530102c80eb1c
/CvGameCoreDLL/Boost-1.32.0/include/boost/regex/v3/regex_fwd.hpp
ef817f70779ed3008e1d70d866c76ed6d57b3619
[]
no_license
bptato/RFC-Greek-World
26028f9188ca9e277aaf55f49ba26c5fc17004c8
ac1d814ad46066b567f86a52a67279b83f63d665
refs/heads/master
2023-06-22T15:10:33.252772
2023-06-10T11:46:12
2023-06-10T11:46:41
255,673,818
4
6
null
2023-06-10T09:41:09
2020-04-14T17:12:02
C++
UTF-8
C++
false
false
1,621
hpp
/* * * Copyright (c) 1998-2002 * Dr John Maddock * * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) * */ /* * LOCATION: see http://www.boost.org for most recent ver...
[ "nincsnevem662@gmail.com" ]
nincsnevem662@gmail.com
3d63634989b6e7f27f31db8b91c04837fef05bb8
746bf4dedfe6e2f9ef5d430c3be6e14629d7dbff
/AmethystEngine/cLightObject.cpp
2abfeceea9572bbf9996cd98f7e7d28c0f00931a
[]
no_license
KirkbyD/edu-Phys2-Bullet
e87909fc17e92ed2bd4c297f7d242e7ccdc2d070
e82172a43189e4232fd3ba356659238201189b5a
refs/heads/main
2023-04-15T23:18:38.022602
2021-04-15T01:38:42
2021-04-15T01:38:42
358,092,685
0
0
null
null
null
null
UTF-8
C++
false
false
2,894
cpp
#define _CRTDBG_MAP_ALLOC #include <cstdlib> #include <crtdbg.h> #include <memory> #ifdef _DEBUG #define DEBUG_NEW new (_NORMAL_BLOCK , __FILE__ , __LINE__) #define new DEBUG_NEW #else #define DBG_NEW #endif #include "cLightObject.hpp" #include "sData.hpp" #include "cLightManager.hpp" cLightObject::cLightObject(std:...
[ "kirkby.dylan@gmail.com" ]
kirkby.dylan@gmail.com
b6b92ecd9cd2719472b1ba6dad46408ebee2fb89
240bf2cdc61fd94b48818ed0ad94e081b4b0278d
/core/DebugOut.cpp
d60ffc2af8dc0d73a998e96ab58a97a80a9981b1
[]
no_license
The-Griffin-White/APlusPlusEngine
ffcb38aa6c0585c4732f94f45178d8ecd6fcb445
80b26112d157b7e4d904a09716a7a847d97f75f4
refs/heads/master
2020-12-30T09:49:50.533392
2018-06-16T23:04:01
2018-06-16T23:04:01
123,399,471
0
0
null
null
null
null
UTF-8
C++
false
false
498
cpp
#include "DebugOut.h" #include <Windows.h> #include <stdio.h> #include <stdarg.h> char DebugMsg::DebugBuff[256] = { "no" }; void DebugMsg::out(char* A, ...) { va_list args; va_start(args, A); vsprintf_s(DebugBuff, A, args); // convert the char* to a wchar_t* size_t newsize = strlen(DebugBuff) + 1; wchar_t * ne...
[ "White7Griffin@gmail.com" ]
White7Griffin@gmail.com
20f91a2c67b8105184b1264a448425e8278ae2e9
d8d5b8c8bf1f5b15d6701367d09fa093ec60d0f2
/src/BVHBuilder.hpp
6be115e8abb7fb0b85e8fba3037e1460f0bbab03
[ "MIT" ]
permissive
asterycs/cuWave
5afc6c7e754d615a392972ff9f3e8eecdfdf6f29
e1630950aaac50e789745ad0f1af19e67168ad22
refs/heads/master
2021-03-27T16:04:58.164291
2018-11-16T09:34:13
2018-11-16T09:34:13
122,977,371
2
0
null
null
null
null
UTF-8
C++
false
false
1,660
hpp
#ifndef BVHBUILDER_HPP #define BVHBUILDER_HPP #include <vector> #include <string> #include "Utils.hpp" #include "Triangle.hpp" #define MAX_TRIS_PER_LEAF 2 enum SplitType { SAH, SPATIAL }; struct SplitCandidate { enum SplitType type; float cost; unsigned int splitAxis; Node leftChild; ...
[ "jimmyenvall@gmail.com" ]
jimmyenvall@gmail.com
d015de36c40f4f5ea3c41df32ab3888f106690b5
2946a6f84ee4f3e1a464f315a3270ff1a638116a
/file1.cpp
47c5ef37b4b8bc8ceebeef061e4a841a2655dd09
[]
no_license
vedantlodha/gitsample
4fe6f52edf6f9d2f101e34eea3ad7c8668b14452
287572c9aba26bd7ceff329613926e68d5b8815f
refs/heads/master
2020-05-03T01:38:59.468968
2019-03-30T11:56:32
2019-03-30T11:56:32
178,343,806
0
0
null
2019-03-29T06:55:47
2019-03-29T06:13:52
C++
UTF-8
C++
false
false
203
cpp
#include<iostream> int first(){ cout << "This is the first feature" << endl; } int second(){ cout<<"This is the second feature" << endl; } int third(){ cout << "This is the third feaure";
[ "ivedantlodha@gmail.com" ]
ivedantlodha@gmail.com
9e36237c06fcde4bf1a00928f320af00f1e216bf
abf76051fbf5319aebd0945225481a9c137b363f
/ArduinoAbasApi/ArduinoAbasApi.ino
54090bc1a2e0ca5ac3021065b5bc88496ab78aaa
[]
no_license
amotiqOS/IoT-FAB
b2d9f7c67ca7d646ab9be4ad4cf20010c9755fb1
518485a40c5242ed7c86db875da65b10a9b9b028
refs/heads/master
2021-01-18T02:05:06.242753
2015-12-14T14:30:53
2015-12-14T14:30:53
39,121,022
0
1
null
2015-12-14T14:30:53
2015-07-15T06:44:30
Arduino
UTF-8
C++
false
false
4,545
ino
#include <Bridge.h> #include <YunServer.h> #include <YunClient.h> #include <Console.h> #include <Process.h> #include <FileIO.h> String key = "/root/.ssh/db_key"; String passw = " ... "; YunServer server; void prepareScripts(String key) { //Priprava scriptu exportu Console.println("Preparing first script ....\...
[ "os@amotiq.cz" ]
os@amotiq.cz