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
ade4b14d4eed2fd3e9124586e09137be547082bc
1a15c357bdc22d462a94a8ae87dcdd8a2fed32b4
/NoiseGate.h
ff2bd51c0b702aee66ef421a342b37b6bb572dbd
[]
no_license
cpe-unr/group-project-pt24
79cb371537fa0b71b1da3af4bb09c5cfb0900f62
e5053968444bb82ae1ad509f5d32b98fa3c39495
refs/heads/master
2023-04-18T05:28:32.518385
2021-05-06T03:30:24
2021-05-06T03:30:24
359,964,392
0
0
null
null
null
null
UTF-8
C++
false
false
1,493
h
#ifndef NOISE_GATE_H #define NOISE_GATE_H #include "Processor.h" #include <math.h> /** * This is the template noise gate class which inherits from the processor class. */ template<class T> class NoiseGate : public Processor<T> { private: T threshold; public: /** * * Constructor for the NoiseGate class. * \para...
[ "nikhil342015@gmail.com" ]
nikhil342015@gmail.com
0acfe8dde927bfd7eaf2999c1f8e97df4cafa952
0106751477cd91074c198abc4923613486548eb6
/test/Sndfile.hpp
83398da1a1f6769dd517d83964802b3efd1523c4
[]
no_license
eriser/linAnil
2f65b8fcfb931b9ad35d0439db8199cc1643cce9
8a862d0f886f897446a8fb6f9bf1ee7dfdcadc3a
refs/heads/master
2020-05-29T12:31:42.952823
2015-08-19T08:59:46
2015-08-19T08:59:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,384
hpp
/* Portaudio and libsndfile simple example */ #include "sndfile.h" #include "portaudio.h" #include <stdlib.h> #include <stdio.h> /* the filename is defined here because this is just a demo */ #define FILE_NAME "test\\test.wav" /* Data structure to pass to callback includes the sound file, info about the sound file, ...
[ "solpie.net@gmail.com" ]
solpie.net@gmail.com
5bb4eafa4f5991cb95cf95d0fd0d286cc67292f2
20405bf98df746a2310cd581458a9b878e25409d
/tracker.cpp
363b27ed6f2e19de762efdb9416fc182a1d45438
[]
no_license
Madhvi19/Mini-Torrent-System
ed3832034118113e3755b8a413cd432e2a2d6b18
511744518b612f4a8227d005e61eaf62b5c99222
refs/heads/master
2022-02-20T09:14:03.789834
2019-10-15T17:00:05
2019-10-15T17:00:05
215,019,606
0
0
null
null
null
null
UTF-8
C++
false
false
14,289
cpp
#include<iostream> #include<sys/socket.h> #include<string.h> #include<netinet/in.h> #include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<arpa/inet.h> #include<vector> #include<map> #define PORT 8080 using namespace std; struct group { string gid; string owner; vector<string> members; map<string,string>...
[ "madhvi.panchal@students.iiit.ac.in" ]
madhvi.panchal@students.iiit.ac.in
3c5c3e5b374b8f7fb50a4e19576e690644e17119
9abca6e4c00dbd783005d10a113057a91b0ba390
/Algorithm/Majority_Element.cpp
8e4722f000f8222a179bfa00cb1b1b05802bc2f8
[]
no_license
stonebegin/CppNotebook
5d73dd9d3244ce9f5b9803b9133514d988230c05
bcf4c012913484c13ee3a31f33d783a51e168026
refs/heads/master
2020-05-15T20:30:17.882844
2019-04-26T01:00:41
2019-04-26T01:00:41
182,483,015
0
0
null
null
null
null
UTF-8
C++
false
false
2,925
cpp
/************************************************************************* > File Name: Majority_Element.cpp > Author: stonebegin > Mail: stonebegin@sina.com > Created Time: 2019年04月24日 星期三 22时31分19秒 ************************************************************************/ #include<iostream> #include<...
[ "stonebegin@sina.com" ]
stonebegin@sina.com
db37e882a07ddc9b7780b1476a4710c5dbf31564
c18fe849016ec17543d3ec49656fc2b02eef4f01
/executables/find-kernelization-general.cpp
f04c1974329da86455fc95ed00ee445b693bd79b
[ "MIT" ]
permissive
Amtrix/fpt-max-cut
5bba54e2248486753b607356c93e6221c11ade37
c8f6c573b54aa744050cee13ff4968fed0029609
refs/heads/master
2023-05-13T18:04:45.741268
2023-05-03T03:25:19
2023-05-03T03:25:19
133,260,481
5
1
MIT
2023-05-03T03:25:20
2018-05-13T17:43:50
C++
UTF-8
C++
false
false
21,317
cpp
#include <bits/stdc++.h> #include <functional> #include "src/mc-graph.hpp" #include "src/input-parser.hpp" using namespace std; typedef vector<pair<int,int>> graph_edges; const bool kRequireLClique = false; const bool kRoughAnalaysis = false; const bool kHandleAnyProperty = false; const bool kSkipSingletons = false;...
[ "amtrix92@gmail.com" ]
amtrix92@gmail.com
78d25f5f379024927fe3aae1a704e01dfeb4ddf3
93e15988011ae58459f48c0b5b2211740684e46c
/app/controller/AdminGroupController.hpp
a01a2510736ec550dbba3bb24758227c5b61f106
[ "MIT" ]
permissive
fabsgc/EFREI-L2-Gestnotes
866280eed9d9d55d8e66b689d20c875eeb3c0992
61e8ff8a42e9f5954a57489f7103937f5ce36863
refs/heads/master
2021-06-09T12:05:29.802475
2016-10-12T15:45:21
2016-10-12T15:45:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
980
hpp
/*\ | ------------------------------------------------------ | @file : AdminGroupController.hpp | @author : Fabien Beaujean, Luc Lorentz | @description : contrôleur gestion des groupes par les administrateurs | ------------------------------------------------------ \*/ #ifndef ADMINGROUPCONTROLLER_HPP_INCLUDED #d...
[ "fabienbeaudimi@hotmail.fr" ]
fabienbeaudimi@hotmail.fr
5c0ffd75633f821f3635e572b1a50208f23af3b9
0a109bcc711e853853b02e4e097605e1262a43d8
/test01.cpp
9339561962515b085a56040e3250bfc7d1ec07b9
[]
no_license
danielhauagge/CUDABOF
12fb1a5c4f055c0fc11fba42ede5daeb0a7bdea4
2512b94131c2f1fa96209946a4e1e719c6ca3f5b
refs/heads/master
2020-06-02T19:08:50.696778
2014-03-26T20:32:25
2014-03-26T20:32:25
18,152,824
6
2
null
null
null
null
UTF-8
C++
false
false
3,042
cpp
// Copyright (c) 2008 Daniel Cabrini Hauagge // // 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...
[ "daniel.hauagge@gmail.com" ]
daniel.hauagge@gmail.com
2a92d1cc6cb8e5ca23f20b5fab2f1d9fefb374d3
dee9e7a5b9b0ecf3b9a8ddf7f30f972045217a45
/gdem_client/mediaplayer.cpp
86c98c0a7fdaa6d18aef0c4d9f17dc4085167739
[]
no_license
shengzhe8688/QGlobe
3e2d5c86ad6a2bff89f3773385fa8fd84d4ddf57
8e13b894fc1d89a18869c979740fefe47a161eeb
refs/heads/master
2022-11-12T12:19:06.046336
2020-07-05T14:04:59
2020-07-05T14:04:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,724
cpp
#include <QtGui> #define SLIDER_RANGE 8 #include "mediaplayer.h" #ifdef Q_OS_SYMBIAN #include <cdbcols.h> #include <cdblen.h> #include <commdb.h> #endif MediaVideoWidget::MediaVideoWidget(MediaPlayer *player, QWidget *parent) : Phonon::VideoWidget(parent), m_player(player), m_action(this) { m...
[ "wugis3@yahoo.com" ]
wugis3@yahoo.com
9e84bed9a6a45efa5b780bad6c599217bc8605e9
162a3db1eb6017a94e9f378d7a20f61e581ecbe9
/src/components/performance_manager/test_support/performance_manager_test_harness.h
d4aa42c502266afa7d9648eb1e9b0e7b21d4ccc1
[ "BSD-3-Clause" ]
permissive
webosose/chromium84
705fbac37c5cfecd36113b41b7a0f4e8adf249d5
5decc42bef727dc957683fb5d8fa2fcc78936f15
refs/heads/master
2023-05-29T13:53:50.190538
2021-06-08T07:56:29
2021-06-10T01:19:24
330,895,427
0
2
null
null
null
null
UTF-8
C++
false
false
2,138
h
// Copyright 2019 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 COMPONENTS_PERFORMANCE_MANAGER_TEST_SUPPORT_PERFORMANCE_MANAGER_TEST_HARNESS_H_ #define COMPONENTS_PERFORMANCE_MANAGER_TEST_SUPPORT_PERFORMANCE_MA...
[ "youngsoo.choi@lge.com" ]
youngsoo.choi@lge.com
1cc11ce80a4a4c17d7b2ffd440a71830c07fa0c1
2035c6c5ae7b0150e79fc57c127bb7f2564d3090
/keyboard-Breaker/src/game_screens/main_menu.h
2d2044903bc1db3cfe2b09e239dbea92c7565b5a
[]
no_license
LautaroCoccia/Ultimo-TP
77a2eb284839f2bbc3964f8052df2cf566be3185
00d4802e452a2d4a3f7a5c01c1de57eb6015ddcc
refs/heads/master
2020-09-05T05:55:55.039141
2019-11-27T05:46:05
2019-11-27T05:46:05
220,003,624
0
0
null
null
null
null
UTF-8
C++
false
false
390
h
#ifndef MAIN_MENU_H #define MAIN_MENU_H #include "raylib.h" namespace Keyboard_Breaker { namespace Main_Menu { struct BUTTON { bool cursorOver = false; Rectangle genButton; Color normalState = WHITE; Color overState = BLUE; Color exitState = RED; Color actuallColor = normalState; }; exter...
[ "aquista35@gmail.com" ]
aquista35@gmail.com
5cb30302e5109869e2257ba9a74d537c9411316c
80b872f4d86bbeeea7f75262110286f9a236760d
/Source/testing_grounds/testing_groundsGameMode.cpp
585cb94b94c0d6736ff182a8ba6e572e2d443e3e
[]
no_license
adithya28/testing_grounds
9c8135fc6216cb471b02eba2cce13be7c2365063
77858d49c3b32ff9217fc47c384b2613d4b85f39
refs/heads/master
2020-03-26T19:53:54.597291
2018-08-19T10:07:41
2018-08-19T10:07:41
145,292,116
0
0
null
null
null
null
UTF-8
C++
false
false
594
cpp
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. #include "testing_groundsGameMode.h" #include "testing_groundsHUD.h" #include "testing_groundsCharacter.h" #include "UObject/ConstructorHelpers.h" Atesting_groundsGameMode::Atesting_groundsGameMode() : Super() { // set default pawn class to our Blueprinte...
[ "adithya28@yahoo.com" ]
adithya28@yahoo.com
d1b67253a28f9f0e7e8c0fe3b8b47cd2ae31b3f1
f3cfb6eca41dbc283c5ed190f0ea3b2bc0687a98
/chasm.cpp
d63288e6f57b18f117c25e0d9210b8de7f97b006
[ "MIT" ]
permissive
mattmikolay/chasm
553d369204f236129b792283bf2d9dc5c6176d1d
bd54900f8dc339abbb47bb169096d3e83985292f
refs/heads/master
2020-06-20T17:30:29.618246
2016-11-26T21:57:15
2016-11-26T21:57:15
74,852,815
0
0
null
null
null
null
UTF-8
C++
false
false
38,326
cpp
// Standard C++ libraries #include <fstream> #include <iostream> // chasm specific libraries #include "chasm.h" #include "label.h" #include "lref.h" /* XXXXXXXXXXXX XXXX XXXX XXXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXX XXXX XXXX XXXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX XXXX ...
[ "mikolaym@yahoo.com" ]
mikolaym@yahoo.com
6dc91dcf2d3f7e2501bbb214571611deb6656caf
a1e51a598ae468321daf419bdfa3fcd5c2386582
/sort-algos/src/main.cpp
4406ed2c589a2a1c415ff81556baec7567a68121
[]
no_license
nieltg/nieltg-archive
16d2b8be253b57f0b74ddea09c2a71adef0d45d1
8071bd16c16a2b3efc26831d279e43647c9fc24d
refs/heads/master
2020-05-23T09:10:20.291255
2018-03-20T13:36:34
2018-03-20T13:36:34
80,443,379
2
1
null
2018-03-20T13:36:35
2017-01-30T17:11:26
C
UTF-8
C++
false
false
1,922
cpp
/* * Tugas Kecil 2 IF2211 Strategi Algoritma */ #include <unistd.h> #include <algorithm> #include <iterator> #include <iostream> #include <vector> #include <sort/select.h> #include <sort/insert.h> #include <sort/merge.h> #include <sort/quick.h> #include <ui/print.h> template <typename Sort, typename Compare, typ...
[ "nieltg@users.noreply.github.com" ]
nieltg@users.noreply.github.com
b992f497f145ae6b42eef8ee4f170469a0490ee8
22f3a2adad1b522434cd07cb6ee19e0882c36787
/_lcsdk/source_Sdk/13LcSmd/MpMp3.cpp
edaa5f8bfc212be736e5c54af83e0c247c0b03f4
[]
no_license
afew/2008-lc-sdk
452d7c12a9ccd58fc0ffb2fa45d97f1623914597
6b8c0b0bdccadf2a657f03167b95f7dae6a27bc3
refs/heads/master
2021-08-19T16:37:19.494023
2017-11-26T23:41:49
2017-11-26T23:41:49
112,125,232
0
0
null
null
null
null
UTF-8
C++
false
false
8,285
cpp
// Implementation of the CMpMp3 class. // //////////////////////////////////////////////////////////////////////////////// #if _MSC_VER >= 1200 #pragma warning(disable : 4996) #endif #include <windows.h> #include <dshow.h> #include <tchar.h> #include <malloc.h> #include "ILcSmd.h" #include "LcSmd.h" #include "MpUti...
[ "afewhee@hotmail.com" ]
afewhee@hotmail.com
529b8dc9667ea65cbb9219240889337abced15fd
2860f1f0b66e8d756074cab937af6f447aead826
/src/server/game/Battlegrounds/Zones/BattlegroundWS.cpp
963f51cd461129ba7fbf28ca3bdef3592976ba3b
[]
no_license
antiker/StarGateEmu-v5.x.x
600de5410049202d7d1f8080c666bb8aa0954555
96f7b82ef732868667a72b5176066030308990ef
refs/heads/master
2016-09-06T20:13:59.738875
2011-11-16T04:23:55
2011-11-16T04:23:55
2,772,794
1
0
null
null
null
null
UTF-8
C++
false
false
34,361
cpp
/* * Copyright (C) 2010-2011 Project StarGate */ #include "gamePCH.h" #include "Battleground.h" #include "BattlegroundWS.h" #include "Creature.h" #include "GameObject.h" #include "Language.h" #include "Object.h" #include "ObjectMgr.h" #include "BattlegroundMgr.h" #include "Player.h" #include "World.h" #include "Worl...
[ "krallekalle@web.de" ]
krallekalle@web.de
6b55527a86219ad6a82339fb89aec9d9bcbd53f2
c79c3c636b04050ede33f7ff57afd8345922e231
/addons/troops_charlie_weapons/config.cpp
a71f7bff30fc0c54b2d10d81615f01511b67989b
[]
no_license
7Cav/7CavAddon
076fa15d19152f92c0b1bcb516abf9f8ef41a886
7e104738f4bced806f65e7c8219dc1f74952559a
refs/heads/main
2023-08-05T04:42:12.217690
2023-08-04T20:12:26
2023-08-04T20:12:26
174,180,453
6
7
null
2023-08-16T16:09:45
2019-03-06T16:27:12
C++
UTF-8
C++
false
false
1,132
cpp
#include "script_component.hpp" class CfgPatches { class ADDON { name = COMPONENT_NAME; units[] = { "Cav_B_Bravo_Atlas_base_F", "Cav_B_B_Atlas_Medic_TeamLeader_F", "Cav_B_B_Atlas_Medic_CombatMedic_F", "Cav_B_B_Atlas_Logistics_Officer_F", "Cav_B_B_Atlas_Logistics_OpsOfficer_F", ...
[ "andreas.brostrom.ce@gmail.com" ]
andreas.brostrom.ce@gmail.com
47574e1132b6dc84ceb8c46d196acd7d20ae2a8a
56f164a81d6dde5056b2ca3f9a93ccc4050b1483
/Example/DungeonGeneration/FSM/Units/Build.cpp
116bb4c2238ad5380b33b900a78afde8b9898246
[]
no_license
pugakn/AI
8493d2153a036ac9cc1a23220c4cf976d8b1dd3c
01f8e12490cc8830f90bffddfc1d9c9f0a6c93e7
refs/heads/master
2021-03-16T09:11:55.257081
2017-08-16T05:44:12
2017-08-16T05:44:12
79,006,002
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,271
cpp
#include "Build.h" #include "FSM.h" #include "../../Unit.h" void CBuild::Update(std::weak_ptr<CGameObject> callerUnit) { CUnit * unit = nullptr; if (callerUnit.lock()) { unit = dynamic_cast<CUnit*>(callerUnit.lock().get()); } else return; if (unit->HasBuildOrders()) { if (unit->IsInBuildRange()) { i...
[ "puga_deathnote@hotmail.com" ]
puga_deathnote@hotmail.com
6dff497e00d473daf83bfa983f235a8bc8b7e1e2
b5b4d7b9afe4405d7c20c65b22a17a4201aa3765
/src/Magnum/Vk/Memory.h
02ce102a5368758c5abd7e2a1cbfe2214bd54312
[ "MIT" ]
permissive
guangbinl/magnum
bfb8fbd949261092d0f9b3645ed2478a92544e98
a5d58aaab74f6ecb5d6678055b280b831e045e59
refs/heads/master
2023-02-18T02:10:51.396888
2021-01-10T11:24:25
2021-01-10T11:24:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,439
h
#ifndef Magnum_Vk_Memory_h #define Magnum_Vk_Memory_h /* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this so...
[ "mosra@centrum.cz" ]
mosra@centrum.cz
7686b1b8199c79282d4757c6e99bef34a82ec0fa
c0ab5bb8bc85d3cef6704a1906f75973545b19e2
/tasks/Task.hpp
922d12254f58505b5cab3a884b199b804ba77067
[]
no_license
auv-avalon/orogen-battery_watcher
91872aee962449de5b06867cddf0aaa063b9f49c
a1014c7e5696b936411483f41ed2fb28e940d28e
refs/heads/master
2021-01-13T02:02:10.427210
2014-09-14T12:48:35
2014-09-14T12:48:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,523
hpp
/* Generated from orogen/lib/orogen/templates/tasks/Task.hpp */ #ifndef BATTERY_WATCHER_TASK_TASK_HPP #define BATTERY_WATCHER_TASK_TASK_HPP #include "battery_watcher/TaskBase.hpp" namespace battery_watcher { /*! \class Task * \brief The task context provides and requires services. It uses an ExecutionEngi...
[ "avalon@dfki.de" ]
avalon@dfki.de
d15bd4976b9dd128810046c90764a19f453f984f
8b93d7409ff611ff9c24d2a1c8e783d92b00ed36
/Fade/FadeOut.h
8dc542850c1cc139dcdf514de5faf9518f6456fc
[]
no_license
masashi37/Cinder
d3d620c788738896a57dcb781186716a6fa3f4c0
9ede0dd6e34ee9bf8a441d2bcd2f9f70bd3b710e
refs/heads/master
2021-01-13T01:13:53.392520
2015-11-17T09:57:45
2015-11-17T09:57:45
34,516,291
0
0
null
null
null
null
UTF-8
C++
false
false
1,052
h
#pragma once #include "FadeBase.h" class FadeOut :public FadeBase { private: std::function<void()>fade; void fullScreenFade( int endTime = 2, Color color = Color::black(), bool isUseEasing = false); void circleScalingFade( int endTime = 2, Color color = Color::black(), bool isUseEasing = false); ...
[ "mssksk837@gmail.com" ]
mssksk837@gmail.com
2ae83537354fe1fe5d45e021f702de5e9a079eb4
8abf631d22e4063333c399e53c70e4a6a42f73ab
/9.1.cpp
fe41610f416e9c9589d8220069a7525e8261b2b0
[]
no_license
marrgrate/lab9_STL
beeb4f7ea3a373472d8a89e98db7c98f87e0b1c0
fb793096036a265469a0710bd32a8769217095bf
refs/heads/master
2022-08-01T19:30:35.990843
2020-05-27T17:10:38
2020-05-27T17:10:38
null
0
0
null
null
null
null
MacCyrillic
C++
false
false
1,043
cpp
#include "9.1_func.h" //Vectors //1. –еализовать задание 7.1, использу€ объ€вление и методы соответствующего параметризированного класса vector из стандартной библиотеки шаблонов STL. //2. –еализовать задание 5.3, использу€ объ€вление и методы соответствующего параметризированного класса vector из стандартной библ...
[ "noreply@github.com" ]
marrgrate.noreply@github.com
9b348d4875f683eadcfea9c3af2426a9c662fde8
e90937c7f2d7c2a598c9d38cdd1eac7b35f39f1e
/BTreeNode_debug.h
118014a7f33f2441a6545d68ee1a689424c3f7a1
[]
no_license
YCT1/Algo1_HWM4
3bdda81789d4125e217feedd0cd31f16a9d8ba7a
f89a682ca3d49854006313096985fb2306cddbd3
refs/heads/master
2023-03-02T01:36:05.333972
2021-02-09T11:00:59
2021-02-09T11:00:59
332,501,843
0
0
null
null
null
null
UTF-8
C++
false
false
4,814
h
#include <iostream> using namespace std; class Node{ private: char *keys; //The array of keys int degree; //Minumum degree bool leaf; // If this is true, this node is leaf and end point, Node **childs; // Array of pointer to this nodes children int size; // Size of keys ...
[ "yektacan1999@gmail.com" ]
yektacan1999@gmail.com
9d9946f5789f45f0f16e27e43736343112708d82
386fad5de6b1a6a9e5557947bd1aeffda8821656
/ZeroJudge/D263_SuDoKu.cpp
413e01ee5011c6155592605398eea1256e964a11
[]
no_license
xxyyzz/Competitive-Programming_Solutions
6c1f06232ab63f85d913bdd27a90eff892bfe18d
cca393f4330e784eb0f9edb44df290adc105ce3b
refs/heads/master
2021-06-02T13:33:48.530485
2016-09-25T14:15:37
2016-09-25T14:15:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,055
cpp
#include<iostream> using namespace std; bool found; int a,a2; int input(){ char c; while((c=getchar())==' '||c=='\n'); return c-48; } int DFS(int x,int y,int su[9][9],bool row[9][10],bool col[9][10],bool box[3][3][10]){ for(int i=x;i<a2;i++) for(int j=(i==x)?y:0;j<a2;j++) { ...
[ "lnishan.cs01@g2.nctu.edu.tw" ]
lnishan.cs01@g2.nctu.edu.tw
7a2b941710a99f6a2b1b92f66705fb66ed6cb6fe
db165e36c7c74c8c14d23a15145d75af4fe4aa73
/TestEmulator2.0/App/Il2CppOutputProject/Source/il2cppOutput/Il2CppComCallableWrappers22.cpp
e16ff36e63b8d743bc0b056e7f1f5db7e911b517
[]
no_license
yichenlilyc/Hololens-Move-test
8cf5a033bfcf912cc0bc03ce1e3bfd4588955c12
8a6256700fe56d6d2393becc3cca13afb55a286c
refs/heads/master
2022-07-04T10:39:37.369760
2020-05-09T16:41:56
2020-05-09T16:41:56
262,494,654
0
0
null
null
null
null
UTF-8
C++
false
false
1,587,049
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "codegen/il2cpp-codegen.h" #include "vm/CachedCCWBase.h" #include "os/Unity/UnityPlatformConfigure.h" #include "il2cpp-object-internals.h" // System.Byte[][] struct ByteU5BU5DU5BU5D_t1D...
[ "yichenlilyc@gmail.com" ]
yichenlilyc@gmail.com
49bd17c25cb5a46980ef3d767573dca3c82f11fc
75106c3a7a7d16f643e6ebe54fcbfe636b2da174
/dynamicProgramming/5_checkUglyNumber.cpp
400a94af91779884d1fb7254c2f519a0b65bacd3
[]
no_license
i7sharath/geeks4geeks
b7f604189111c6ba45008d6d5ac5491533a7576e
9c02e45dc2b73a007db2c2bba96a9491538818c7
refs/heads/master
2021-05-01T17:00:36.132885
2016-09-17T17:44:08
2016-09-17T17:44:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
682
cpp
#include <bits/stdc++.h> using namespace std; bool isUgly(int num) { if(num<=0) return false; if(num==1) return true; while(num>1) { if(num%2==0) num/=2; else break; } while(num>1) { if(num%3==0) num/=3; ...
[ "rashi.1234chauhan11@gmail.com" ]
rashi.1234chauhan11@gmail.com
f350f5b32bf8739b7bc7ee4f282489bcf6cceab3
225e82d7a70bfeb544d758c4a01321701ff06a61
/root/root_v4.04.02g/treeplayer/src/TFileDrawMap.cxx
4898f9fe08b6fb4fbdaa67c4676ac7bca553a8af
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
govoni/learn
9760494d592ba09a98e08939818415857d015371
cb02b6621af73efdbf1e64e5fc39ecd9e72516af
refs/heads/master
2021-01-19T18:51:14.476573
2019-07-22T09:05:26
2019-07-22T09:05:26
101,170,943
0
0
null
null
null
null
UTF-8
C++
false
false
20,541
cxx
// @(#)root/treeplayer:$Name: v4-04-02g $:$Id: TFileDrawMap.cxx,v 1.5 2003/12/30 13:16:51 brun Exp $ // Author: Rene Brun 15/01/2003 /************************************************************************* * Copyright (C) 1995-2003, Rene Brun and Fons Rademakers. * * All rights reserved. ...
[ "pietro.govoni@gmail.com" ]
pietro.govoni@gmail.com
2c8b87b2a816c3289514e2bced878c30ca8b65b4
c7ac3e64cdb15d8ad3243de6c2e57ecb6f966ccd
/Level 1/1.4 Ex6/1.4 Ex6/main.cpp
50289dad48727f92e1fd536e984e36805c7f18ce
[]
no_license
jl2337/Programming-for-Financial-Engineering
d86dca3c17cd04ea8fcb19901156f6931b451669
4ddde9b5a0e3ec4cbb2a54b8ba13785928abb38e
refs/heads/master
2020-04-24T13:51:29.882055
2019-03-12T03:06:09
2019-03-12T03:06:09
172,002,238
2
0
null
null
null
null
UTF-8
C++
false
false
1,112
cpp
// // main.cpp // 1.4 Ex6 // // Created by 刘佳杰 on 2/20/19. // Copyright © 2019 刘佳杰. All rights reserved. // #include <iostream> using namespace std; int main(int argc, const char * argv[]) { char c; int number_of_0 = 0, number_of_1 = 0, number_of_2 = 0, number_of_3 = 0, number_of_4 = 0; cout << "Input...
[ "noreply@github.com" ]
jl2337.noreply@github.com
2d6ebe69fac7777466b44a7eb0a833587c3bebb8
dfbe7ae417d698e816ef0aebbcf6c4893164b4d5
/CPPInstitute/Chapter 3/3.6.3.1.cpp
77a7a245a1f6c508e5f9bb82ce4d8ed6949c3576
[]
no_license
smaxwell953/CPPLabs
99ba6bedcf175656fceea50e934be6bae1909564
c9da5a79b72cd4e471e48235c939b10d16c50cf9
refs/heads/master
2021-07-24T12:57:39.828880
2020-12-30T11:56:56
2020-12-30T11:56:56
233,175,552
0
0
null
null
null
null
UTF-8
C++
false
false
249
cpp
#include <iostream> using namespace std; //3.6.3.1 void increment(int &j , int i = 1) {j+=i;} int main(void) { int var = 0; for(int i = 0; i < 10; i++) if(i % 2) increment(var); else increment(var,i); cout << var << endl; return 0; }
[ "noreply@github.com" ]
smaxwell953.noreply@github.com
6f7e14d9603d592b7d83715e43b692dc5feeec89
891be23767997be8dcd1d4b78458479f40f7cf2f
/GL_Interactor.h
1da0fec63c8140348e6798f5bd3f1725facf65ad
[]
no_license
rrbraz/mvga-ep
5fb88d84b24f75df42869accf680983eab0323ce
5e39dc86aa13b00ec362656bc0d0af14ba0ba4dd
refs/heads/master
2021-05-08T07:20:55.518547
2017-11-15T21:58:28
2017-11-15T21:58:28
106,748,283
0
0
null
null
null
null
UTF-8
C++
false
false
4,435
h
#include "scrInteractor.h" struct Coord { double x; double y; double z; }; extern scrInteractor * Interactor; //extern sheInteractor * Interactor; void(*functionKey) (unsigned char key, int x, int y) = NULL; void(*functionMouse) (int button, int state, int x, int y) = NULL; /*======== Mai...
[ "rafael@rbraz.net" ]
rafael@rbraz.net
571ae13c8e981f4bdb4b860fb62adab26ba69d3a
cad45c2b69d59bdc8aca10c49fab51b6f4ac2b90
/30_Enero_2019_SistemasDistribuidos/t/pract1_ejercicio5.cpp
02bcd569dd357e9ba09f16b59c0bb3b2bbca0f58
[]
no_license
evazquez111296/Desarrollo-De-Sistemas-Distribuidos
0e6904552b0e1468da6de4cc0eda90f61c7eaf08
a043c9ee421eee9b42709d8293a819a82f6d3b8a
refs/heads/master
2020-04-20T01:34:04.497982
2019-02-06T15:47:16
2019-02-06T15:47:16
168,549,015
0
0
null
null
null
null
UTF-8
C++
false
false
177
cpp
#include <iostream> using namespace std; int main(){ int n; cout << "Inserte el valor de n: "; cin >> n; n = n + (++n); cout << "\n" << "Resultado: " << n << "\n"; }
[ "evazquez111296@gmail.com" ]
evazquez111296@gmail.com
c3cfeffeaa24837aebca7f40c154fa9a23c9906c
e96afcf8a6a90066c47df4409b85a9dadb88dad6
/lab2/task_D.cpp
535c809bfd9e26b4c4979f48fcc018413c1535cf
[]
no_license
Pronomuos/Algorithms_and_DS_ITMO
26ec80902f6a338e5e98599d56d343a481a08786
80c23ccc8cac7af16574d1c6ebd07d974cf8ef23
refs/heads/master
2023-03-11T18:16:38.326199
2021-02-21T20:03:50
2021-02-21T20:03:50
294,238,623
0
0
null
null
null
null
UTF-8
C++
false
false
491
cpp
#include <iostream> #include <fstream> #include <vector> using namespace std; int main() { ifstream input_file ("antiqs.in"); ofstream output_file ("antiqs.out"); int n; input_file >> n; vector<int> numbers (n); for (int i = 0; i < n; i++) numbers[i] = i + 1; for (int i = 0; i ...
[ "noreply@github.com" ]
Pronomuos.noreply@github.com
7f2c44c4d6005976220f843cc6ee8212bd241020
8e9ed03b466b522437861d853e0ecddd8914c75c
/Arduino/mqttStalker/mqttStalker.ino
2a9b9dd63a1b7e350ecef5a964dfd531ba1db2b5
[]
no_license
SimOgaard/ArduinoProjects
7d4e05b3d5905b023639dbe24ac05a5e60892b81
347001054821bc6d4504e9ed72c6561ddd13a7a5
refs/heads/master
2022-04-08T16:53:55.610115
2020-02-17T09:01:17
2020-02-17T09:01:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,454
ino
#include "EspMQTTClient.h" void onConnectionEstablished(); EspMQTTClient client( "ABBIndgymIoT_2.4GHz", // Wifi ssid "ValkommenHit!", // Wifi password "192.168.0.115", // MQTT broker ip 1883, // MQTT broker port "jocke", // MQTT username "apa", // MQTT pass...
[ "43879969+abbsimoga@users.noreply.github.com" ]
43879969+abbsimoga@users.noreply.github.com
8191018e97cd7b08422f6906e5a4152df13046e7
7635d27c97819c4f23e5e0ff6a8ea1f2ce0e0ade
/src/changepass_menu.cpp
c9b20dc87d88c98b9bfe2ba6cfaa233924ea030b
[]
no_license
RaccoonH/home_bookkeeping
648b14e62dd3399191ded8ebfc9166e408c10251
62c27bb7b6a23b8dcabb05f3747bc95c87ead4d3
refs/heads/master
2020-06-01T01:56:46.944108
2019-07-07T05:16:28
2019-07-07T05:16:28
190,586,555
0
0
null
null
null
null
UTF-8
C++
false
false
2,380
cpp
#include "changepass_menu.h" ChangePassMenu::ChangePassMenu(QWidget *parent) : QWidget(parent) { QHBoxLayout *passHLayout = new QHBoxLayout(this); setLayout(passHLayout); QWidget *passVLayoutWidget = new QWidget(this); QVBoxLayout *passVLayout = new QVBoxLayout(passVLayoutWidget); QLabel *headline...
[ "atudunov@yandex.ru" ]
atudunov@yandex.ru
c1dd98aab9bc8c35d88314e66e32fcdd5b5ceeba
fdb13695f395df564a1183dd978cfc2b0e8d2f1c
/src/MyArray.cpp
4d47b2f61e6a128a151be3c6d4e71522ed672993
[]
no_license
nkh-lab/cpp
dfeb27201aa58166548ec50693002ecbac586445
36a0414a5f16f085c5ce6bfb991bb9b61db6906a
refs/heads/master
2022-12-10T21:32:14.404823
2022-12-01T14:08:33
2022-12-01T14:08:33
84,563,081
0
0
null
null
null
null
UTF-8
C++
false
false
725
cpp
#include "MyArray.hpp" #include <iostream> #include <list> namespace MyArray { template <typename T, size_t S> class MyArray { public: T& operator[](size_t n) { return m_Data[n]; } // for iterating T* begin() { return m_Data; } T* end() { return (m_Data + S); } private: T m_Data[S]; }; void t...
[ "nkh@ua.fm" ]
nkh@ua.fm
a7b5afd70a8a9275a87f863ea7d847bf22f02b43
5165a11214c0ae445c539cc0e08cc92e3622003f
/GUI/OpenfoamModule/fullCellFoam/fullCellFoam/case/constant/regionProperties
729c0d3be5da0595192653e9f45ece5287f99036
[]
no_license
KinomotoTomoyo/BatterySimulator
1142cb356ad46ff5927fa41a8913c397bcf9b549
bc08b41b15be00e6d48195ca0f74f75a1a1a2579
refs/heads/main
2023-04-14T00:26:20.796445
2022-09-03T15:00:48
2022-09-03T15:00:48
448,758,992
1
1
null
2022-08-30T14:53:20
2022-01-17T04:58:45
null
UTF-8
C++
false
false
774
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "15611759226@163.com" ]
15611759226@163.com
3ba58d8c737e01aac01a37a9b58d5f13a58caaaf
e2a1f10b5744eabcc5fe6075d026c377cb7ca3c6
/06_pipes/02_named_pipe_1.cpp
47e9819c0d841b2adad5956832422e3a6d613b51
[]
no_license
edgarcamilocamacho/usta_digital_systems_3
14374a01de8c54eec90c050376373af1f8964622
21db09d791cdb06de2988e18fb7dccd23b187eb2
refs/heads/master
2023-02-04T07:08:35.313736
2020-12-25T22:17:22
2020-12-25T22:17:22
287,062,977
0
0
null
null
null
null
UTF-8
C++
false
false
771
cpp
//NAMED PIPES #include <stdio.h> #include <string.h> #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> //Process 1: writes first on FIFO #define SIZE 80 int main(){ int fd; //path para FIFO char myfifo[] = "/home/camilo/myfifo"; //crear archivo fifo (path, permisos) mkfifo(myf...
[ "camilo.im93@gmail.com" ]
camilo.im93@gmail.com
b6d447b9d0114ce2307b20eae2099818c196f0cd
19907e496cfaf4d59030ff06a90dc7b14db939fc
/POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/components/copresence/timed_map.h
18685b19ed89fff02b560e87a560292146dacb35
[ "BSD-2-Clause" ]
permissive
ATMatrix/demo
c10734441f21e24b89054842871a31fec19158e4
e71a3421c75ccdeac14eafba38f31cf92d0b2354
refs/heads/master
2020-12-02T20:53:29.214857
2017-08-28T05:49:35
2017-08-28T05:49:35
96,223,899
8
4
null
2017-08-28T05:49:36
2017-07-04T13:59:26
JavaScript
UTF-8
C++
false
false
3,170
h
// Copyright 2014 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 COMPONENTS_COPRESENCE_TIMED_MAP_H_ #define COMPONENTS_COPRESENCE_TIMED_MAP_H_ #include <stddef.h> #include <map> #include <queue> #include <util...
[ "steven.jun.liu@qq.com" ]
steven.jun.liu@qq.com
b0711d2fdb6727c735cf62fbd92e4576af3556e8
530851a2ee9193f0e47af35a65eac8982ac52a63
/src/message.cpp
6ee27eea282f00212c06d78dec5afec3b3ca88a0
[]
no_license
smmzhang/EasyBlocks
56be3e6c1d5bfba8aa3b99f8656a0b9ec88ee1e0
3ee26c74345ca6a1a7e2763983834906b4d934a0
refs/heads/master
2021-12-08T06:03:09.401833
2015-08-27T22:33:30
2015-08-27T22:33:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
22
cpp
#include "message.h"
[ "brentchesny@Brents-MacBook-Pro.local" ]
brentchesny@Brents-MacBook-Pro.local
f69c0506a7661f244e7f884ae72059136730eb7f
fb6c9780e08996b4d2aaa686c920285c4d0f6b70
/Uri/AdHoc/2413 - Busca na Internet/solution.cpp
33ed27359c6789d20ca0d25e3b3c22b7f47899c8
[]
no_license
Diegores14/CompetitiveProgramming
7c05e241f48a44de0973cfb2f407d77dcbad7b59
466ee2ec9a8c17d58866129c6c12fc176cb9ba0c
refs/heads/master
2021-06-25T08:21:45.341172
2020-10-14T03:39:11
2020-10-14T03:39:11
136,670,647
6
2
null
2018-10-26T23:36:43
2018-06-08T22:15:18
C++
UTF-8
C++
false
false
164
cpp
#include <bits/stdc++.h> using namespace std; int main(){ ios_base::sync_with_stdio(false);cin.tie(NULL); int t; cin >> t; cout << (t<<2) << '\n'; return 0; }
[ "diegorestrepo68@utp.edu.co" ]
diegorestrepo68@utp.edu.co
9e6e52b696aabc3e723e6cb19c9e54e2eeb4344f
ca747b5ed9d2eca71080e36ccdd6bdafcd7e602c
/old/GUI/Windows/TWF_Console.h
9c04da26a7b26b2d46305edb91ab2fc710bd29ec
[]
no_license
artefom/ncage_orig
1197812b359209ee293155474af475b65ab4e42a
f936fe44ba326c0e7e4d45e5ec66ded01fe13e5b
refs/heads/master
2023-01-19T05:05:37.463266
2020-12-06T19:33:35
2020-12-06T19:33:35
319,082,084
0
0
null
null
null
null
UTF-8
C++
false
false
2,347
h
class TWF_Console : public TUI_WFrame { public: TUI_Edit* edit; TUI_Memo* memo; int last_command; TWF_Console(TUI_ParentLess* parent ) : TUI_WFrame(parent) { caption = "Console"; Size = Vec2i(150,200); bstyle = 3; // 0 - unscaleable, 1 - vertical, 2-horizontal 3 - both. EnableGlobalHooks...
[ "aofomenko@gmail.com" ]
aofomenko@gmail.com
ed4dcc139f239c44f636d72ec3d8f692a7d27d21
353ab20466c3a1ea67d80c342a16d837de9055a2
/LinkedList/intersection.cpp
4a600a9f9d7ea0286bf0dfc00d26da2a252e86d4
[]
no_license
hgupta0709/dsa450
cb5e82c12744785d3e2ce6467b67d5840cc3107f
b557c102407328dd701b38a8dc5d276c119de7de
refs/heads/main
2023-05-12T04:42:36.419857
2021-06-01T11:09:11
2021-06-01T11:09:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,520
cpp
/* Intersection of two sorted Linked lists Given two lists sorted in increasing order, create a new list representing the intersection of the two lists. The new list should be made with its own memory — the original lists should not be changed. Example 1: Input: L1 = 1->2->3->4->6 L2 = 2->4->6->8 Output: 2 4 6 Expl...
[ "rohanroy2309@gmail.com" ]
rohanroy2309@gmail.com
1237f6e234ce7103079aaf9fcbaeb950221ed778
24f26275ffcd9324998d7570ea9fda82578eeb9e
/device/vr/android/gvr/gvr_device.h
bf4c03fa04cccbb075b184cdc3329e7334430111
[ "BSD-3-Clause" ]
permissive
Vizionnation/chromenohistory
70a51193c8538d7b995000a1b2a654e70603040f
146feeb85985a6835f4b8826ad67be9195455402
refs/heads/master
2022-12-15T07:02:54.461083
2019-10-25T15:07:06
2019-10-25T15:07:06
217,557,501
2
1
BSD-3-Clause
2022-11-19T06:53:07
2019-10-25T14:58:54
null
UTF-8
C++
false
false
2,314
h
// 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. #ifndef DEVICE_VR_ANDROID_GVR_GVR_DEVICE_H_ #define DEVICE_VR_ANDROID_GVR_GVR_DEVICE_H_ #include <jni.h> #include <memory> #include "base/android/scope...
[ "rjkroege@chromium.org" ]
rjkroege@chromium.org
bbc2a4c3f6ef02ca35904a40c6cd6975b557f0d1
6c4699de64796bde99b9781ce6bcbbde5be4f2a4
/External/opencv-2.4.6.1/modules/core/src/drawing.cpp
9e3340897329be8ce5061a890e5e108cbebc395d
[]
no_license
simonct/CoreAstro
3ea33aea2d9dd3ef1f0fbb990b4036c8ab8c6778
eafd0aea314c427da616e1707a49aaeaf5ea6991
refs/heads/master
2020-05-22T04:03:57.706741
2014-10-25T07:30:40
2014-10-25T07:30:40
5,735,802
3
0
null
null
null
null
UTF-8
C++
false
false
78,208
cpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "simon@makotechnology.com" ]
simon@makotechnology.com
8617fb092c300847f6b039d03506872487e441ef
b1b215c30ab90943646077c4407e2fe70e144015
/cpp/opengl/game_simple/GameWindow.h
983af61ebeabc503ee36b04a5383d912679fce35
[]
no_license
Tigrolik/git_workspace
7bba081a31054c6491e65bd3db0f7f50c6209af3
5bca3ead66e6a9ed69edc84bad9e6f0646ae9894
refs/heads/master
2021-01-01T03:55:32.498126
2016-06-10T16:42:25
2016-06-10T16:42:25
57,963,573
0
0
null
null
null
null
UTF-8
C++
false
false
424
h
#ifndef _GAMEWINDOW_H_ #define _GAMEWINDOW_H_ #include <iostream> #include <GL/glew.h> #include <GL/glfw.h> class GameWindow { private: bool _running; GLfloat _width; GLfloat _height; GLuint _vertexBufferID; public: GameWindow(bool running); void setRunning...
[ "ivan.martynov@lut.fi" ]
ivan.martynov@lut.fi
2a3308a4509bfce4602697db5a3d168515b14816
53e8e19bd1e3f771bbddcb42bfeb8dbd7c87e330
/Src/Controller/ControllerTrackingAlgorithm.h
0435fa110aa9a0673d90beabe858f84a0dcb2162
[]
no_license
Junxen/biotracker_backgroundsubtraction_tracker
f2845acf06cda7a631216a1a120032d1b01f5a5e
fcaf48f84481edb752a6a43ebf2c85330480fb2d
refs/heads/master
2021-02-16T22:30:43.769382
2020-03-02T03:11:42
2020-03-02T03:11:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,579
h
#ifndef CONTROLLERTRACKINGALGORITHM_H #define CONTROLLERTRACKINGALGORITHM_H #include "Interfaces/IController/IController.h" #include "../Model/BioTrackerTrackingAlgorithm.h" #include "Interfaces/IBioTrackerContext.h" #include "Interfaces/IModel/IModelDataExporter.h" #include "../Config.h" class ControllerTrackingAlg...
[ "hauke_moenck@gmx.de" ]
hauke_moenck@gmx.de
ce6802cb3407de544d8ae94d1768333da6dc373b
747cb90e7a09a0580e3a83e42a8c70c350ab50c5
/gpstracker-cpp/src/utils/StringToNumber.cpp
3e652de21c85fe1104bf0d7bf30387475b4c1b05
[]
no_license
GabrielMartinMoran/GPSTracker
84c2f990354acd3bc481dd4b86b0331fe1af5309
1f2faf1c94583a60aef737da5ca4bfa005d9ca7e
refs/heads/master
2022-12-09T03:01:20.958268
2019-07-05T15:08:14
2019-07-05T15:08:14
195,426,638
0
0
null
2021-06-01T23:55:00
2019-07-05T14:53:50
C++
UTF-8
C++
false
false
96
cpp
#include <utils/StringToNumber.h> //implementacion en el .h debido a deficiencias del lenguaje
[ "cybercat_666_78@hotmail.com" ]
cybercat_666_78@hotmail.com
da3d0e486beae27f36fcb642c4e5e9034b7fadf8
1ef7f309bf775b45ee69e80b9db0d242184c3bc2
/v3d_main/jba/newmat11/newmatnl.cpp
56c52ea248158948986276d526d560d0d89c0e61
[ "MIT" ]
permissive
Vaa3D/v3d_external
8eebb703b6bc7be5af73597fe0b2972d93e8490f
5405addd44bba9867eaa7037d6e985cc9ed311e7
refs/heads/master
2023-08-17T19:13:40.159258
2022-08-22T13:38:11
2022-08-22T13:38:11
50,527,479
43
48
MIT
2022-10-19T12:29:00
2016-01-27T18:12:19
C++
UTF-8
C++
false
false
7,255
cpp
/// \ingroup newmat ///@{ /// \file newmatnl.cpp /// Non-linear optimisation. // Copyright (C) 1993,4,5,6: R B Davies #define WANT_MATH #define WANT_STREAM #include "newmatap.h" #include "newmatnl.h" #ifdef use_namespace namespace NEWMAT { #endif void FindMaximum2::Fit(ColumnVector& Theta, int n_it) { Trace...
[ "71705889+JazzBrain@users.noreply.github.com" ]
71705889+JazzBrain@users.noreply.github.com
24725e9112d216745092b58513ad17b33482965c
2ddc2dbf5340a56d7a9edf969ff430edf0461326
/Approximate Number of Primes_2159.cpp
43d10b98b922ae9eed0eeda297211665d1c8a6ce
[]
no_license
babu12f/uri_problem_solved
791df063744bf4319014779f68d9264f5bb6461f
768c6f4ed7a31f361fba1843f1a5707b12476644
refs/heads/master
2021-05-08T07:13:03.025964
2017-10-16T18:08:59
2017-10-16T18:08:59
106,715,047
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
#include <bits/stdc++.h> #define pf printf #define sf scanf #define ll long long using namespace std; int main() { double n; cin>>n; pf("%.1lf ",(n/(log(n)))); pf("%.1lf\n",(n/(log(n)))*1.25506); return 0; }
[ "babu_12f@yahoo.com" ]
babu_12f@yahoo.com
0ffa85872ff483fe5583148b75ac95220eac1006
dabc85d7c8c9510b9305be4925e5e2a3736abdcb
/Source/VolumetricLightingDirectX/Scene.h
ae2a0df5aecc35bd7c965f170e863798beb6a35b
[]
no_license
skarthik0196/VolumetricLighting
14706f02d4226384760b9f8da20e468e12be9787
4d611c7e8c0666bc234b1ac919cfde5199f5e933
refs/heads/master
2020-03-18T17:52:56.708227
2018-08-07T03:13:30
2018-08-07T03:13:30
135,057,321
3
0
null
null
null
null
UTF-8
C++
false
false
2,340
h
#pragma once #include "GameObject.h" #include "Direct3D.h" #include "Camera.h" #include "Shader.h" #include "LightManager.h" #include "GBuffer.h" #include "ScreenQuad.h" #include "PostProcessing.h" #include "SkyBox.h" #include "SSAO.h" namespace Rendering { class SceneManager; class Scene { public: Scene(SceneM...
[ "skarthik0196@gmail.com" ]
skarthik0196@gmail.com
ce256c7249ee21eaca4cb81059db40449969f539
f14626611951a4f11a84cd71f5a2161cd144a53a
/武侠世界/代码/Common/Packets/GCTeamFollowList.cpp
19440abe30a3b0a6a78c0a9bfe8b2c2a9b75cfd9
[]
no_license
Deadmanovi4/mmo-resourse
045616f9be76f3b9cd4a39605accd2afa8099297
1c310e15147ae775a59626aa5b5587c6895014de
refs/heads/master
2021-05-29T06:14:28.650762
2015-06-18T01:16:43
2015-06-18T01:16:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
966
cpp
#include "stdafx.h" #include "GCTeamFollowList.h" BOOL GCTeamFollowList::Read(SocketInputStream& iStream ) { __ENTER_FUNCTION iStream.Read( (CHAR*)&m_ObjID, sizeof(m_ObjID) ); iStream.Read( (CHAR*)&m_Count, sizeof(UCHAR) ); if ( m_Count>0 && m_Count<=MAX_TEAM_MEMBER ) { iStream.Read( (CHAR*)m_GUI...
[ "ichenq@gmail.com" ]
ichenq@gmail.com
ff769bb7defe4c14728bb5287f1b294429fffb96
0652c8c9e21d3fe4837fa8e17d17d1e4aab3c0f6
/include/coord.h
064ac34e384c77e594d47c4b968560489f459911
[]
no_license
rkochkin/loca
869411686da2cbc20f43685b8558b2269bf895c5
8499510e02bead25da18f2243c28a0abde7f035a
refs/heads/master
2023-06-12T00:53:09.400857
2023-06-02T18:07:10
2023-06-02T18:07:10
74,580,008
0
0
null
2022-12-16T19:49:55
2016-11-23T13:36:37
C++
UTF-8
C++
false
false
404
h
#pragma once #include <cstdint> struct Coord { Coord() = default; Coord(int32_t x, int32_t y) : X(x), Y(y) { } bool operator<(const Coord &rhs) const { if (Y < rhs.Y) { return true; } else if (Y == rhs.Y){ if (X < rhs.X) { return true; ...
[ "noreply@github.com" ]
rkochkin.noreply@github.com
45bf9d6eb554271da28dd55d3baed44205a59403
ae33344a3ef74613c440bc5df0c585102d403b3b
/SDK/SOT_AthenaRigging_structs.hpp
a5ac842e88d3fc4841c9be5512e05aa408016313
[]
no_license
ThePotato97/SoT-SDK
bd2d253e811359a429bd8cf0f5dfff73b25cecd9
d1ff6182a2d09ca20e9e02476e5cb618e57726d3
refs/heads/master
2020-03-08T00:48:37.178980
2018-03-30T12:23:36
2018-03-30T12:23:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,949
hpp
#pragma once // SOT: Sea of Thieves (1.0) SDK #ifdef _MSC_VER #pragma pack(push, 0x4) #endif namespace SDK { //--------------------------------------------------------------------------- //Script Structs //--------------------------------------------------------------------------- // ScriptStruct AthenaRigging.Rop...
[ "antoniohermano@gmail.com" ]
antoniohermano@gmail.com
fd009a9e2ab77be84cdc74e78dae57ecfa8c806d
91b878cac077c5f682358a7e2f896275b6edde13
/Baekjoon/solved/1890/sol.cpp
91996191b28aa4fa45f78c36359514ef4b316a61
[]
no_license
ku-alps/cse17_keunbum
0151a8d8d9f62dc48201c830cbc60cd7d3322bc9
f144766a6bf723bb7453875d909808676e61ac3a
refs/heads/master
2020-04-28T17:29:39.071134
2020-03-24T13:41:29
2020-03-24T13:41:29
175,448,761
0
1
null
null
null
null
UTF-8
C++
false
false
630
cpp
#include <bits/stdc++.h> using namespace std; const int N = 123; int a[N][N]; long long dp[N][N]; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; cin >> n; for (int i = 0; i < n; i++) { for (int j = 0; j < n; j++) { cin >> a[i][j]; } } dp[0][0] = 1L; for (int x = 0; x < n;...
[ "rkeunbum@gmail.com" ]
rkeunbum@gmail.com
b552201ef2957230e307e91b72acba764453359a
b3a042d294a90a1632d38a498a144129a22e7ade
/Autograder_QtCreatorProject/src/test/collection-test-hashmap.cpp
e8165fc85bcdcf90b474f770f80cac2282fbf0d4
[]
no_license
swordcyber/stanford-cpp-library
4f0dd17397dc086add30b28e5a225d920a8f2e8d
cf5de556c65fff91a18aca4c8bb031dc280d4224
refs/heads/master
2020-03-30T02:57:14.809006
2018-09-26T01:28:40
2018-09-26T01:28:40
150,660,069
1
0
null
2018-09-27T23:42:13
2018-09-27T23:42:12
null
UTF-8
C++
false
false
7,252
cpp
/* * Test file for verifying the Stanford C++ lib collection functionality. */ #include "testcases.h" #include "hashmap.h" #include "hashcode.h" #include "hashset.h" #include "queue.h" #include "assertions.h" #include "collection-test-common.h" #include "gtest-marty.h" #include "strlib.h" #include <initializer_list>...
[ "stepp@cs.stanford.edu" ]
stepp@cs.stanford.edu
9c3e96037a0eee111acaa4d90600f56bfbb0cad3
868e8628acaa0bf276134f9cc3ced379679eab10
/squareDrop/0.026/p_rgh
c1c10293092628dca682cb497f80f37001bc9a3e
[]
no_license
stigmn/droplet
921af6851f88c0acf8b1cd84f5e2903f1d0cb87a
1649ceb0a9ce5abb243fb77569211558c2f0dc96
refs/heads/master
2020-04-04T20:08:37.912624
2015-11-25T11:20:32
2015-11-25T11:20:32
45,102,907
0
0
null
2015-10-28T09:46:30
2015-10-28T09:46:29
null
UTF-8
C++
false
false
122,001
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "stig.m.nilsen@gmail.com" ]
stig.m.nilsen@gmail.com
5b0ba1dd678324c727add505acd2fe53cb1e680e
7dfe581423c87bf47b11bfd4b978d847697511cd
/Bomberman3D/OverlordEngine/ShadowMapMaterial.cpp
8cd19e59c2731c81bb64735ee5cb7a7ed5544c59
[]
no_license
WannesVanHooste/Bomberman3D
00e1caba4d54e7bca499ca1bab4f1eab0600505e
e47d63535b9ac846deb527e1a9a9abcb364e59ef
refs/heads/master
2020-08-06T21:38:09.838320
2019-10-06T12:43:13
2019-10-06T12:43:13
213,164,399
0
1
null
null
null
null
UTF-8
C++
false
false
2,453
cpp
//Precompiled Header [ALWAYS ON TOP IN CPP] #include "stdafx.h" #include "ShadowMapMaterial.h" #include "ContentManager.h" ShadowMapMaterial::~ShadowMapMaterial() { //TODO: make sure you don't have memory leaks and/or resource leaks :) -> Figure out if you need to do something here } void ShadowMapMaterial::Initia...
[ "56222387+WannesVanHooste@users.noreply.github.com" ]
56222387+WannesVanHooste@users.noreply.github.com
66d0e6635ccfdfd4e1c31909a1b75b3615fc76fb
cfc1daf5ff111751fe67e188a45bb376d13dd1e9
/RPGProject/RPGProject/Player.cpp
2bb386fe1aa41c29b4983203917aab5e5cac42f2
[]
no_license
rafalh26/Cpp
7a315457daa6e293dab2c8ef6b074709f1856429
d152ad3163444d0b46a4ea4dd6b8fd1f11eba6e2
refs/heads/master
2023-02-24T22:38:54.901340
2021-01-31T10:18:59
2021-01-31T10:18:59
322,566,462
0
0
null
null
null
null
UTF-8
C++
false
false
984
cpp
#include "Player.h" using namespace std; //constr Player::Player(string name, Race race, int hitPoints, int magicPoints) { this->name = name; this->race = race; this->hitPoints = hitPoints; this->magicPoints = magicPoints; } //setters void Player::setName(string name) { this->name = name; } void Player::setRace(R...
[ "rafalh26@gmail.com" ]
rafalh26@gmail.com
a8dca5ac43e393b677fb2504da96887f07e0acbc
46c5ddf56b0b44648ca03c7ab2394d6944d8d783
/AlienAttackV2/player.cpp
00f8e7dacb972ce20ac2d1086817a452bc8b0771
[]
no_license
jdordonezn/AlienAttack
a308369e8b0f0bfe4a70a4545f37c5142819d751
cc1bf080427ebb7fa438106c86966be548beb13f
refs/heads/master
2020-04-08T23:58:19.554495
2018-12-15T21:21:01
2018-12-15T21:21:01
159,847,671
0
0
null
null
null
null
UTF-8
C++
false
false
1,785
cpp
#include "player.h" Jugador::Jugador(QGraphicsItem* jug):QGraphicsPixmapItem(jug) { setPixmap(QPixmap(":/Pictures/derecha.png")); } Jugador::~Jugador() { } void Jugador::mover() { if(vx==0){ if(vUnit==1){ setPixmap(QPixmap(":/Pictures/derecha.png")); } else{ s...
[ "david.ordonez@udea.edu.co" ]
david.ordonez@udea.edu.co
09d3f55cf96ecf729997e63a491b76fc99dff86b
d561fb973fcb9ee5c2b006dc9f736400b8d07d6a
/871.cpp
ba309d622a4808bbbb0551381e2b44bceff372ff
[]
no_license
pnikic/Hacking-uva
02947286d02a64a3b9ec7326c4581a11724d27fa
cf236c0239f5fba9f934e8431441cadd919ce13d
refs/heads/master
2020-06-21T22:34:40.688518
2018-11-04T12:46:19
2018-11-04T12:46:19
74,769,347
0
0
null
null
null
null
UTF-8
C++
false
false
874
cpp
#include <iostream> #include <vector> #include <string> using namespace std; typedef vector<string> vs; vs G, S; int M; int dx[] = {1, 1, 1, 0, 0, -1, -1, -1}; int dy[] = {0, -1, 1, 1, -1, 0, -1, 1}; int dfs(int x, int y) { S[x][y] = 1; int area = 1; for (int i = 0; i < 8; ++i) { int xx = x + dx[i], yy = ...
[ "pnikic@mathos.hr" ]
pnikic@mathos.hr
6f702d06d8cceb5143eadd362271161f058d3f3a
9460e1f3dd962e8859a9d39e7e21021043186907
/WindowSystemProgramming/WindowSystemProgramming/OverlappedEx.h
0f3ef9422371d4deafe837c39f373fb5c538d78d
[]
no_license
JungSeunghun/WindowSystemProgramming
83803f2d5615ac45052d284cb5dc48f2f8271360
049b98b370c58a5c942834c4fa9f23ff72c3d438
refs/heads/main
2023-03-09T06:57:44.964270
2021-02-20T16:09:39
2021-02-20T16:09:39
340,565,188
0
0
null
null
null
null
UTF-8
C++
false
false
469
h
#pragma once #include "Define.h" class BaseSocket; enum class State { NONE, RECVED, SENDED, }; struct OverlappedEx : OVERLAPPED { BaseSocket* baseSocket; WSABUF wsaBuf; State state; OverlappedEx() { memset(this, 0, sizeof(*this)); wsaBuf.buf = nullptr; wsaBuf.len = 0; baseSocket = nullptr; state = ...
[ "31593322+JungSeunghun@users.noreply.github.com" ]
31593322+JungSeunghun@users.noreply.github.com
524e5c300f8340fcf3728cdfde20a5348497a398
de16bfc842800501ecc29b96060a1f7cafd27c83
/uva12372/uva12372_mguid2088.cpp
acbc4b0802e6edd6333042cb382fa07ca5c503ff
[]
no_license
mguid65/uva
ba5333b7ade16d5dd7f5ef49e0e9b6d51155d742
a5317300eb5b357d2f5297308b48a8a13e9ae089
refs/heads/master
2020-04-03T16:13:51.841106
2019-09-10T23:40:59
2019-09-10T23:40:59
155,396,853
0
0
null
null
null
null
UTF-8
C++
false
false
285
cpp
#include <iostream> int main() { int cases, l, w, h; std::cin >> cases; for(int i = 1; i <= cases; i++) { std::cin >> l >> w >> h; if((l <=20) && (h <= 20) && (w <= 20)) std::cout << "Case " << i << ": good\n"; else std::cout << "Case " << i << ": bad\n"; } }
[ "mguid2088@gmail.com" ]
mguid2088@gmail.com
219780b9460eafe0c715c64b590179a341e13823
7ed7aa5e28bd3cdea44e809bbaf8a527a61259fb
/CodeForces/1365A.cpp
fa6a2e8f7cba9d94018ecb23f947d6ba6f6ec96e
[]
no_license
NaiveRed/Problem-solving
bdbf3d355ee0cb2390cc560d8d35f5e86fc2f2c3
acb47328736a845a60f0f1babcb42f9b78dfdd10
refs/heads/master
2022-06-16T03:50:18.823384
2022-06-12T10:02:23
2022-06-12T10:02:23
38,728,377
4
7
null
null
null
null
UTF-8
C++
false
false
1,371
cpp
#include <bits/stdc++.h> //#define DEBUG #define MULTICASE #define IOS \ ios::sync_with_stdio(false); \ cin.tie(0); \ cout.tie(0); #define dbg(x) cerr << #x " = " << x << endl; #define CASET \ int ___T; \ scanf("%d", &___T); \ for (int _t = 1; _t <= ___T...
[ "jason841201@gmail.com" ]
jason841201@gmail.com
1f3db1b78fcdcab7d2193d9b34b3f5501f319206
7e03d8855200c80d27474a2bb9e0f002af72c3a6
/MCSproject_client/qtcsocket.h
cc3717e0e8935be4658b1284a6ecbd1e1ae56ff1
[]
no_license
kimbakcho/MSCproject
cef4479ef3ca7cf424b3ed460eef985344702438
811ce17848a70be2885c4754033e25b762ec55ea
refs/heads/master
2021-01-21T04:47:09.359146
2016-06-09T08:41:38
2016-06-09T08:41:38
55,408,974
0
0
null
null
null
null
UTF-8
C++
false
false
372
h
#ifndef QTCSOCKET_H #define QTCSOCKET_H #include <QObject> #include <QTcpSocket> #include <QHostAddress> #include <QTimer> class QTcsocket : public QTcpSocket { Q_OBJECT public: explicit QTcsocket(QString ip, int port); QTimer *connecttimer; QString ip; int port; signals: public slots: voi...
[ "vngkgk624@naver.com" ]
vngkgk624@naver.com
cc6b5fc1fc17dda0d70b3529f20b21e6f5427a29
d7ef1300dc1b4d6174788605bf2f19ece12a1708
/other/old_scripts/scripts/MC_true_zarah/K0s_analysis_part1+true_52.cxx
2fd93b23a81175553b2daf4e312d9373453f7491
[]
no_license
libov/zeus
388a2d49eb83f098c06008cb23b6ab42ae42e0e5
a0ca857ede59c74cace29924503d78670e10fe7b
refs/heads/master
2021-01-01T05:51:48.516178
2014-12-03T09:14:02
2014-12-03T09:14:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,422
cxx
////////////////////////////////////////////////// ////////////// K0s analysis ///////////////// ////////////// with V0lite ///////////////// ////////////// (part1) ///////////////// ////////////////////////////////////////////////// // // // ...
[ "libov@mail.desy.de" ]
libov@mail.desy.de
abcaab9241d306c06522edc7b4591aad1304ea69
e3dace4f26a44422bbd4785bf5b1ddf185603a98
/Workshop1015/3.ReadAnalogVoltage/3.ReadAnalogVoltage.ino
cddd090058a76ff22dd23bd4ddbcab33c29f493e
[]
no_license
minguk-kim-wow/kim
0326cb62e7425311105e1f4349855bc4fab35bb9
01b92f4b0e6cd4e69edd861c7ef07043d606591b
refs/heads/master
2020-08-14T21:52:08.826915
2019-10-17T08:02:28
2019-10-17T08:02:28
215,237,337
0
0
null
null
null
null
UTF-8
C++
false
false
923
ino
/* ReadAnalogVoltage Reads an analog input on pin 0, converts it to voltage, and prints the result to the Serial Monitor. Graphical representation is available using Serial Plotter (Tools > Serial Plotter menu). Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground. This...
[ "56580503+minguk-kim-wow@users.noreply.github.com" ]
56580503+minguk-kim-wow@users.noreply.github.com
bffd2aaa832f2d507bed80c8d18c1af26c01e59e
81549aed4755d86ac18dc1052fbf7955f28dbf25
/Cplus/2017 - Kartojimas/02 - Procedūros.Funkcijos/4.2.2 Funkcija, grąžinanti apskaičiuotą reikšmę per parametrus/4.2.2.3/4_2_2_3_e.cpp
ee571919c66cae2b5988530f7ab67a2f5fadc50a
[]
no_license
DreDasLT/Informatika
9d33ca3dcdadf7aa2f533334805c635b07d1ddea
6409bc0458fb282577526395c477c048a211469a
refs/heads/master
2020-12-31T00:09:35.849832
2017-06-19T21:17:32
2017-06-19T21:17:32
86,560,959
1
0
null
null
null
null
UTF-8
C++
false
false
1,519
cpp
// Energija #include <fstream> #include <iomanip> using namespace std; const char CDfv[] = "Duomenys.txt"; const char CRfv[] = "Rezultatai.txt"; //--------------------------------------------- void Produktas(double rv, double bv, double av, double r, double b, double a, double p, double & er, double & eb, double & ea);...
[ "noreply@github.com" ]
DreDasLT.noreply@github.com
585d90516cd5614c239d9563a6fe81d9601824ce
97c211320795bd62240247bfcc577fbc419542fa
/WhatBox/cLockQueue.cpp
41f2097f8f42eeaae4c6a62c6a00dd4745c4a620
[]
no_license
NeuroWhAI/Biogram
855c6fd4a25739aa5c416f4824cc7339d95da251
7e534514220673cb1971469e7b0559da3805d267
refs/heads/master
2021-01-17T06:01:30.016073
2016-06-19T05:19:30
2016-06-19T05:19:30
48,879,071
1
0
null
null
null
null
UTF-8
C++
false
false
25
cpp
#include "cLockQueue.h"
[ "neurowhai@gmail.com" ]
neurowhai@gmail.com
75959a6fa20bd09c81d08d9052e9019e00004730
ea3cefc841d4638e4c24b83d9f9d1bf04b44acc2
/finn_docker_output/code_gen_ipgen_StreamingDataflowPartition_0_IODMA_0_bh67u2ww/project_StreamingDataflowPartition_0_IODMA_0/sol1/syn/systemc/StreamingDataflowPartition_0_IODMA_0_StreamingDataflowPartition_0_IODMA_0.h
3bb4fb1fc21e0fa79ad2491e274cee8453624a26
[]
no_license
pgreksic/FINN_Export_AXI_Lite_Missing
0bb3fd92eca030d4ba59ec19ae3ef5c79ce9ddce
915be24be5d2c4ca96018bdfd73abff31fcdd057
refs/heads/main
2023-03-11T23:23:32.250197
2021-03-01T17:33:42
2021-03-01T17:33:42
335,460,254
0
0
null
null
null
null
UTF-8
C++
false
false
12,002
h
// ============================================================== // RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and OpenCL // Version: 2020.1.1 // Copyright (C) 1986-2020 Xilinx, Inc. All Rights Reserved. // // =========================================================== #ifndef _StreamingDataf...
[ "petar.greksic@gmail.com" ]
petar.greksic@gmail.com
17e743267a7359126d7a28287e9f07337da6e2a2
3c1009f45ca0108eac0e97b87aab5453daf3846d
/DoublyList/doublylist.cpp
5325a2a5c69ef4943fe2f63e1f28611b80aac628
[]
no_license
pedroeagle/notes-ed1
f60a1d00000305fd86797640bd341e9d9d7294f5
7e384e20aba524b94413cb32bc89d8c2e4a6bd0c
refs/heads/master
2020-04-26T19:29:05.060657
2018-11-26T12:40:18
2018-11-26T12:40:18
173,776,545
0
0
null
null
null
null
UTF-8
C++
false
false
2,746
cpp
#include "doublylist.hpp" #include <iostream> using namespace std; DoublyList::DoublyList(){ head = tail = 0; } DoublyList::DoublyList(int info){ addToHead(info); } DoublyList::~DoublyList(){ while(size){ killHead(); } } void DoublyList::addToTail(int info){ Node *newTail = new Node(info); if(tail != 0){ tail...
[ "pedroigor@aluno.unb.br" ]
pedroigor@aluno.unb.br
fe5efad166fa3e9c3c2a01b33e8628e09961c7e4
6813143e43a182bbbb49b5bd5cb227af0d2aaae0
/convert/convert_bvecs.cpp
61bf82633d464d3c5deb586faaf68334541b22cf
[ "MIT" ]
permissive
takanokage/Product-Quantization-Tree
e808d182cb3e1daa662009e674bdc18c5d438ad9
2651ba871100ff4c0ccef42ba57e871fbc6181f8
refs/heads/master
2020-04-24T05:56:39.735318
2019-02-28T19:06:47
2019-02-28T19:06:47
171,748,296
0
0
MIT
2019-02-20T20:59:10
2019-02-20T20:59:09
null
UTF-8
C++
false
false
1,856
cpp
#include <iostream> #include <fstream> #include <string> #include <stdexcept> #include <cassert> #include "helper.hpp" #include "filehelper.hpp" #include <gflags/gflags.h> using namespace std; DEFINE_string(bvecs, "/graphics/projects/scratch/ANNSIFTDB/ANN_SIFT1B/bigann_query.bvecs" , "(input) path to bvec file"); ...
[ "patrick@wieschollek.info" ]
patrick@wieschollek.info
ce4a5ac4bf7de53061d494c6984901affad6ccc0
b3d1a207125a6bcf3d7ea75c357026eb6d21ab0b
/N-QueenProblem.cpp
7438058c01deb23d9821d947522263585ca2304d
[]
no_license
khanmosajjid/Backtracking
856a2dde36bd2d175e63893508891a76c3ade045
dbdf94922220362cfe65b14109cd8a7c8d5ed8f8
refs/heads/master
2020-07-31T14:53:34.692667
2019-09-24T17:15:57
2019-09-24T17:15:57
210,643,014
2
0
null
null
null
null
UTF-8
C++
false
false
1,783
cpp
#include<bits/stdc++.h> using namespace std; bool isSafe(int board[][10],int i,int j,int n){ //you can check for the column // j is the column; for(int row=0;row<i;row++){ if(board[row][j]==1){ return false; } } //you can check for left diagonal row; int x=i; int y=j; while(x>=0&&y>=0){ if(board[x][...
[ "mosajjid.khan@gmail.com" ]
mosajjid.khan@gmail.com
ccf76948970e5cbe7b45ef5aac8962f4309f3d2a
1ae11bb968939fa66e9e5bc55faea3aed19fd22b
/Player.cpp
e688a461b53734461cee6da8de4b02cb45c90739
[]
no_license
damnyana/BlackJack
ffa159a2eea36d7d14dd6a136256b7b9ad0f33d2
53b98dfe274e3a35df1683bbde7d9fb9c07c43ba
refs/heads/main
2023-04-08T17:56:59.745432
2021-04-18T22:57:19
2021-04-18T22:57:19
359,219,438
0
0
null
null
null
null
UTF-8
C++
false
false
2,705
cpp
#include "Player.h" #include <iostream> void Player::copy(const Player& other) { strcpy_s(name, 128, other.name); age = other.age; wins = other.wins; cWins = other.cWins; currentPoints = other.currentPoints; } Player::Player() { setName("Default Default"); age = 18; wins = 0; cWins = 0.0; ...
[ "noreply@github.com" ]
damnyana.noreply@github.com
30000ae1d663ffae9d3ca5463b857aa8a9de8338
af172028a211cd5ec72b254bbe506cacfe1d9e60
/FBEngineFacade/CollisionShapeInfo.h
18c5a15d64c42fb298242e08fc56ffe8776c0ebc
[]
no_license
fastbird/fastbirdEngine
c99ea03416217696ca048db96da7346c7001d24a
619e1c3af72a58ff939c3ecba8f5cc56b5ea3144
refs/heads/master
2021-01-17T00:26:01.866593
2017-06-17T10:21:05
2017-06-17T10:21:05
22,362,299
18
6
null
2015-12-04T06:32:44
2014-07-29T00:17:23
C++
UTF-8
C++
false
false
1,628
h
/* ----------------------------------------------------------------------------- This source file is part of fastbird engine For the latest info, see http://www.jungwan.net/ Copyright (c) 2013-2015 Jungwan Byun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and a...
[ "jungwan82@gmail.com" ]
jungwan82@gmail.com
02aeedd7b768f1222ab489ec694ed7b3d5ec4ee5
eb61be9b6a0f2774dae6f3f6d5bffdbe24c44435
/basic/edges_detect/main.cpp
8c0b254bed2898992a572eb7db57b51cf0eb66bc
[]
no_license
vuhonganh/handTracking
54e416963f373635eb88994f41219670e65391c3
dfdd513367bcf943cc96090c4721938a85836cd5
refs/heads/master
2021-06-17T09:16:39.293580
2017-03-28T21:06:41
2017-03-28T21:06:41
34,799,122
0
0
null
null
null
null
UTF-8
C++
false
false
1,252
cpp
#include <opencv2/opencv.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> using namespace std; using namespace cv; Mat edges, edges_thresholded; string winName = "thresholded scharr edges", trackbarName = "threshold value"; int slider = 50; void on_slider(int, void *) { if(!edges...
[ "vuhonganh91@gmail.com" ]
vuhonganh91@gmail.com
9aaa0e8d980d99e39b2978e09256ac28ad00c77c
bc75c4a8fea774f41fbdc6ba13a43ff741db980c
/p3_wages/salary.cpp
b15d5eb9d39ae72bb2803b9435fa6fc431877018
[]
no_license
aronhoff/1E3
afcd15432e258f5219c89e1a737217e7aae6ee14
5f29c424298f43c2622db1f60e792f90cb0dc587
refs/heads/master
2020-04-14T13:04:24.761529
2016-04-07T13:33:06
2016-04-07T13:33:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,494
cpp
#include <iostream> #include <string> #include <iomanip> using namespace std; int main() { double hours, wage; string name; double tax, prsi, net_pay, grosswage, taxcredit; cin >> hours >> wage >> taxcredit; getline(cin, name); cout << setfill(' '); int width = 37; string current = "Name"; cout << current...
[ "honera@ee4mac11.pac.tcd.ie" ]
honera@ee4mac11.pac.tcd.ie
70e2548085983bde7d114895604b32321ec88a43
7923d84edbd6956d8e3e501bd0f88669b15c61ce
/src/algorithms/warmup/compare_the_triplets/compare_the_triplets_test.cpp
f570b73bbbdf030f155dfecafc9cf0311204270e
[ "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
657
cpp
#include <hackerrank_gtest.h> #include "compare_the_triplets.h" namespace hackerrank { namespace bmgandre { namespace algorithms { namespace warmup { using compare_the_triplets_test = hackerrank::bmgandre::tests::hackerrank_gtest; TEST_F(compare_the_triplets_test, test_case_1) { input_stream << "5 6 7\n3 6 10"; in...
[ "bmg.andre@gmail.com" ]
bmg.andre@gmail.com
e137f892232871601cdeafc0b7bd1a5b5783ff99
8cc355e8465211f4384655f55472d50d080ce1ac
/obj_conscell.h
89f56cebb50933c628c2cdfea2a3eb3c8b93287c
[ "CC0-1.0" ]
permissive
pgrawehr/golgotha
47fb1e47c9a2e7f24e0ce7dde188f884a5504438
94e0b448d7e7224e56c27b029dec80ca710ceb8b
refs/heads/master
2023-06-29T12:04:11.302599
2022-03-19T08:09:59
2022-03-19T08:09:59
40,831,531
7
5
null
null
null
null
UTF-8
C++
false
false
1,146
h
/********************************************************************** <BR> This file is part of Crack dot Com's free source code release of Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for information about compiling & licensing issues visit this URL</a> <PRE> If that doesn't help, ...
[ "pgrawehr@hotmail.com" ]
pgrawehr@hotmail.com
1d025bdaad9cf9a8f99bcc7f63348fe29226e97c
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/sdktools/debuggers/oca/activex/appcompr/upload.cpp
6a7fb07423f8ab6cac0946a2f1998f87a8fce0a6
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
27,641
cpp
/******************************************************************* * * DESCRIPTION: Upload.cpp : Generates and sends out AppCompat report * * DATE:6/13/2002 * *******************************************************************/ #include <wtypes.h> #include <malloc.h> #include <strsafe.h> #include <com...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
da5e5a7acdd410436fdef489482318328fa908c4
75476586d8fb9ec8ae1aade5588b0b862d6cc47a
/include/mex/source/mex_compute_core_freespace_unexplained.cpp
0a804dc006f7e6e76f1a540996ee8eb2da3acf2a
[]
no_license
3000huyang/structured-indoor-modeling
991d6b6086e3486f7d59bb3624d3810c02e808e4
f071e370ad05547e231df27a5caabf6b414108bd
refs/heads/master
2022-04-09T16:35:01.050594
2020-01-31T10:33:26
2020-01-31T10:33:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,281
cpp
#include <mex.h> #include <math.h> int sign(double x) { if(x >= 0) return 1; else return -1; } int min(int a, int b) { if(a >= b) return b; else return a; } int max(int a, int b) { if(a >= b) return a; else return b; } bool judge_unexplained(int index1, int index2, int index3, int ...
[ "root@LAPTOP-L86VOCT7.localdomain" ]
root@LAPTOP-L86VOCT7.localdomain
d364162359659f26ae7d0853faeccad8e9ea3385
0b305fa8a938bad8ea5e1c2396fb60f2dd8c3245
/Descriptor/DVB/MosaicDesc.h
27b9ae2708d2cbee796de9e1b97f7af562cfe2c4
[]
no_license
cameron0402/TS_Analysis
c52e8663a28b4530b96310c73c368f9d323db16c
a6082c830d167356f0882cbadc5589227756bb54
refs/heads/master
2021-01-25T04:59:06.062317
2015-09-21T09:20:52
2015-09-21T09:20:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,468
h
#ifndef MOSAICDESC_H_HEADER_INCLUDED_AAA50E21 #define MOSAICDESC_H_HEADER_INCLUDED_AAA50E21 #include "../Descriptor.h" //descriptor_tag = 0x51 //##ModelId=555AE40D03E6 class MosaicDesc : public Descriptor { public: //##ModelId=555AE9890204 class MosaicInfo { public: //##ModelId=555AE9970345...
[ "lc19890709@126.com" ]
lc19890709@126.com
3f0dc07ee135c1be1445496fd27a1d1287be2a87
58d88b398ad6fd25a7e9faf1ef9fc698c90767d3
/Lab07/Lab07/person.h
94bd0eb7470dfcb5c9344dd101fa4d6979872c7d
[]
no_license
deswea/CIS308
6030a18d6bd4d8eb1fe12043f69888043c9d228c
5e0b00b1f59a90fa87eda445f5ebdc4aef0f2051
refs/heads/master
2021-01-23T08:33:49.552815
2017-12-05T22:10:26
2017-12-05T22:10:26
102,532,994
0
0
null
null
null
null
UTF-8
C++
false
false
190
h
#pragma once #ifndef PERSON_H #define PERSON_H class Person { private: char name[20]; int age; public: void setVals(char[], int); void print(void); }; #endif //
[ "noreply@github.com" ]
deswea.noreply@github.com
fb5ed34619029066ba8c0031daa04b135e45a08c
a266eaa3b2f99bc315967c6d64fa77b5d9e5b3a6
/Basic/InterviewBit/GRAPH/Level Order.cpp
317cdd3b626cfa67c4bc339c3642b2e72c842e19
[]
no_license
sahilskumar/Implementation
c0b66888ce9e90dd16f582652dc31bf69159494f
6a4ac78d744b63568659a01b5db8b2c201ea3976
refs/heads/master
2021-06-28T21:56:20.413558
2020-09-03T10:06:50
2020-09-03T10:06:50
150,960,818
0
0
null
null
null
null
UTF-8
C++
false
false
1,883
cpp
/* Given a binary tree, return the level order traversal of its nodes’ values. (ie, from left to right, level by level). Example : Given binary tree 3 / \ 9 20 / \ 15 7 return its level order traversal as: [ [3], [9,20], [15,7] ] Also think about a version of the question where you are aske...
[ "noreply@github.com" ]
sahilskumar.noreply@github.com
682ad31c3b9c599fdfad9d39868f8e38af3ba120
75349e38b5590fa172b6c78a935f7bce3d369665
/LintCode/94二叉树中的最大路径和.cpp
e2ab475bda0d65ab833da3290adfcb7e944ff731
[]
no_license
CmosZhang/Code_Practice
f5a329d5405987426a0094a7a252b11008752b87
e901d82396a83d4b6e48cbc305551a346eb1073a
refs/heads/master
2020-09-25T10:47:08.141466
2020-01-03T08:05:47
2020-01-03T08:05:47
225,989,438
1
0
null
null
null
null
GB18030
C++
false
false
1,669
cpp
#include<iostream> #include<algorithm> #include<vector> #include<string> #include<stack> using namespace std; //二叉树的储存结构 class TreeNode { public: int val; TreeNode *left, *right; TreeNode(int val) { this->val = val; this->left = this->right = NULL; } }; //94. 二叉树中的最大路径和 //您的提...
[ "noreply@github.com" ]
CmosZhang.noreply@github.com
47bc89fda085956f5614ad35e658a36a92327070
e5ef3a75620a9abb270fc7602a17b0273d3c13ca
/HackerEarth/salluBhai.cpp
cfee1f85aa274f5abc712ffa1003119e2abf42e5
[]
no_license
Zyloc/Algorithm-and-library
19197fab8f5ddc35b11daba5f4a5776f2a2da62c
213034bfd013cc3c03e8cc5c4fe07111ddbfb021
refs/heads/master
2020-04-12T06:25:45.782093
2018-02-15T22:38:00
2018-02-15T22:38:00
60,200,527
1
1
null
null
null
null
UTF-8
C++
false
false
1,439
cpp
/* * Richie Rich */ #include <bits/stdc++.h> #define lli long long int using namespace std; lli dp[13][2][9]; lli magicBox(lli index,bool flag,lli modSoFar,string number,string temp){ if(index == number.size()){ cout<<temp<<" "<<modSoFar<<endl; return modSoFar == 0; } if(dp[index][flag][modSoFar]!=-1){ retur...
[ "sswarnkar13@gmail.com" ]
sswarnkar13@gmail.com
944a985da4381c2cf5fab1221fac09e25b69a475
3a6637d0a51b8ae3f75498de9182097e428f72a0
/workspace_cdt/Test/src/rectangle.cpp
d6f8f67f814123d9e1e5ff14d5223c30fbfbc0f2
[]
no_license
maizaAvaro/side_pieces
aa37e4213c6eddf3bed3fcc10905c2190abd9809
3df7bb99b59bd26f7661048611de13e8c8f4de24
refs/heads/master
2016-09-01T18:22:41.598019
2014-08-25T21:05:39
2014-08-25T21:05:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,467
cpp
#include "shape.h" #include "rectangle.h" #include <iostream> #include<string> using namespace std; // Constructor Rectangle::Rectangle(){} Rectangle::Rectangle(Point * newP1, int newwidth, int newheight, bool newFill) { setX(newP1->getX()); setY(newP1->getY()); setColor(newP1->getColor()); s...
[ "ntray1@gmail.com" ]
ntray1@gmail.com
25fe4d4a25e39dcf74d7c6b5c97cca2558590952
36dcf3156e9afbf6cd1a8fc79a3700e2e74b1918
/lib/ui/gfx/tests/pose_buffer_unit_test.cc
1c1fd56082fd08fa9ce668e452f74aeaf1f7577b
[ "BSD-3-Clause" ]
permissive
lineCode/garnet
e00f41661c9ad933b559e3edf63a89d13d4e1dae
60b6df95b24be20a1f9247a441de3293506832a6
refs/heads/master
2020-03-20T01:43:31.284515
2018-06-12T12:40:02
2018-06-12T12:40:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,369
cc
// Copyright 2018 The Fuchsia 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 "garnet/lib/ui/gfx/tests/vk_session_test.h" #include "lib/ui/scenic/fidl_helpers.h" #include "public/lib/escher/test/gtest_vulkan.h" #include "gt...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
301225ff08b2944053e4b7acb4c3e33d3b389634
81b3f7ca646d12c28e43bee31c6948b8eaabeb79
/stdafx.cpp
4832759b14a11c64348d1266e84234d2b551a697
[]
no_license
MohammadKarimi23/DSTerm
36dd30882e4a138c1b3e13260b38df0901d5a93c
00fbe6af867f0c084fd54f682be7862b5cd95ccb
refs/heads/master
2021-05-29T11:47:02.129889
2014-12-29T19:00:11
2014-12-29T19:00:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
200
cpp
// stdafx.cpp : source file that includes just the standard includes // DSTerm.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "eecs.mk74@gmail.com" ]
eecs.mk74@gmail.com
98b11e74f436788e91860baf44a979b639727eaf
8e7506a1476c78414f5d927300564ed2229f3a86
/25PCL_VFH/src/PCL_VFH.cpp
22883c7a679f1fe381738afe19bc4b89f9f465d9
[]
no_license
Spoorthi-vaidya/PCL_DEMOS
8139abd6cb4cfc96076cb843c03e2589adca2859
4013bcd2dc2149e1f73d427618f50e7679aace5b
refs/heads/master
2021-09-03T09:40:54.039000
2018-01-08T03:47:25
2018-01-08T03:47:25
116,626,328
3
1
null
null
null
null
UTF-8
C++
false
false
1,713
cpp
#include <pcl/io/pcd_io.h> #include <pcl/features/normal_3d.h> #include <pcl/features/vfh.h> int main(int argc, char** argv) { // Cloud for storing the object. pcl::PointCloud<pcl::PointXYZ>::Ptr object(new pcl::PointCloud<pcl::PointXYZ>); // Object for storing the normals. pcl::PointCloud<pcl::Normal>::Ptr normal...
[ "spoorthivaidya@gmail.com" ]
spoorthivaidya@gmail.com
c39c81a0d13a3af626e07c35dd6314c68c53ab20
2b0ff7f7529350a00a34de9050d3404be6d588a0
/048_對話盒相關/23_對話盒切換/tes.h
e0bb46eed2491613f9b335a1021b7f158244285b
[]
no_license
isliulin/jashliao_VC
6b234b427469fb191884df2def0b47c4948b3187
5310f52b1276379b267acab4b609a9467f43d8cb
refs/heads/master
2023-05-13T09:28:49.756293
2021-06-08T13:40:23
2021-06-08T13:40:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,168
h
#if !defined(AFX_TES_H__C8A477B8_CF51_4021_ABB3_7540FCEA469D__INCLUDED_) #define AFX_TES_H__C8A477B8_CF51_4021_ABB3_7540FCEA469D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // tes.h : header file // ///////////////////////////////////////////////////////////////////////////// // tes dialog #...
[ "jash.liao@gmail.com" ]
jash.liao@gmail.com
9034b29e97e15ce2a4bdf7f91a3ca1a31212c55c
7791e9212a0420dcb750b921016b39392ac6bdf0
/module/loader/JOAsynchSoundLoader.cpp
5d90a1b4ca9c7528979fe4b4273fa018c932a865
[]
no_license
ouzhlin/src
66a8ff1421960799aab5b54351827e40ee8d6a85
4a706cd5f019b3a785373ffad3deb6758305e6a6
refs/heads/master
2021-08-19T22:29:20.360460
2017-11-27T16:00:16
2017-11-27T16:00:16
107,829,170
0
0
null
null
null
null
UTF-8
C++
false
false
1,977
cpp
#include "module/loader/JOAsynchSoundLoader.h" #include "module/loader/vo/JOAsynchSoundVO.h" #include "manager/JOCachePoolMgr.h" #include "audio/include/SimpleAudioEngine.h" #include "cocos2d.h" USING_NS_CC; NS_JOFW_BEGIN JOAsynchSoundLoader::JOAsynchSoundLoader() :asyncRefCount(0) { m_pthread = JOThread::createThr...
[ "james.ou.g@gmail.com" ]
james.ou.g@gmail.com
d2f609dd087706fbf888529f3dec53fd83ead399
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE762_Mismatched_Memory_Management_Routines/s05/CWE762_Mismatched_Memory_Management_Routines__new_array_free_int_10.cpp
01f3298770f0d06eac727bd59c35f8b7a98d9229
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C++
false
false
4,654
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE762_Mismatched_Memory_Management_Routines__new_array_free_int_10.cpp Label Definition File: CWE762_Mismatched_Memory_Management_Routines__new_array_free.label.xml Template File: sources-sinks-10.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory Manageme...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
e9731a18589d1b9ebc8129ce648dced50d43a8b4
80025916e34e091a4d061c9c4675fa32925880f6
/source/AvP_vc/3dc/avp/missions.cpp
afb8a69e785aac2560fc1c5b49b7736f1cfbe0cd
[]
no_license
MeinLeben/avp_gold_source_116_1_wits
fa50fd594052f3c22c9790373c4c00002cbb327e
6fb90ec4fe340b4d5fc976cb51471ced90f91c73
refs/heads/master
2023-04-09T16:55:44.632884
2021-04-26T22:28:42
2021-04-26T22:28:42
361,910,239
0
0
null
null
null
null
UTF-8
C++
false
false
13,952
cpp
/******************************************************************* * * DESCRIPTION: missions.cpp * * AUTHOR: David Malcolm * * HISTORY: Created 5/1/98 * *******************************************************************/ /* Includes ********************************************************/ #inclu...
[ "coen.frauenfelder@gmail.com" ]
coen.frauenfelder@gmail.com
f17da132ae50ef7fb7a7e3a3734e05bd79712054
f95f90b67990775c4e985398ef033a06157a8dc0
/models/sprspectrumzonesmodel.h
11627087e9fd8d19177545ced342d0dd027bfbc1
[]
no_license
longway34/SeparatorQt2_Demo
f47dde468570d7f5977989681369f688696d53b9
05380fee5ddf33484f892854d2a3373553d66d80
refs/heads/master
2023-01-30T03:20:15.930640
2020-12-10T14:54:57
2020-12-10T14:54:57
319,998,795
0
0
null
null
null
null
UTF-8
C++
false
false
3,611
h
#ifndef SPRSPECTRUMZONESMODEL_H #define SPRSPECTRUMZONESMODEL_H #include <QObject> #include <QDomDocument> #include "models/isprmodeldata.h" #include "variables/sprvariable.h" #include "variables/sprqstringvariable.h" #include "variables/sprqcolorvariable.h" #include "models/sprelementsmodel.h" #include "_types.h" c...
[ "33542510+longway34@users.noreply.github.com" ]
33542510+longway34@users.noreply.github.com
fa30c441b1440b8e290af0e4e3c2a0ef229f012e
0128caf2f41cd7cdaa6308ddcd60b74f7977f2d2
/63. DEFINICION FUNCIONES/63 Definicion funcion.cpp
1bd751b8d3ac632114a9bb0f1733f5a88c937280
[]
no_license
oscartosat/extra-dev
a7246c2af020a24c7808b5ee7ec1c02c5cc507fc
4a91185cda3380b490448154999ef4e4eacfd88c
refs/heads/master
2022-04-02T11:38:28.953122
2020-02-13T20:36:48
2020-02-13T20:36:48
235,750,262
0
0
null
null
null
null
UTF-8
C++
false
false
616
cpp
//Ejemplo encontrar el mayor de 2 numeros #include<iostream> #include<conio.h> using namespace std; //Prototipo de Funcion int encontrarMax(int x, int y); int main(){ int n1,n2; /*int mayor;*/ cout<<"Introduzca 2 numeros: "; cin>>n1>>n2; /*mayor=encontrarMax(n1,n2);*/ cout<<"El mayor ...
[ "noreply@github.com" ]
oscartosat.noreply@github.com
5dc3db7572696eb00b97a7401dff95f842920051
f207164511f0dfe3f01f6e0c21fd7548e626397f
/dom/cache/TypeUtils.cpp
7d0bc271cb8a09bb7739b42467a3ee11d00bde30
[]
no_license
PortableApps/palemoon27
24dbac1a4b6fe620611f4fb6800a29ae6f008d37
3d7e107cc639bc714906baad262a3492372e05d7
refs/heads/master
2023-08-15T12:32:23.822300
2021-10-11T01:54:45
2021-10-11T01:54:45
416,058,642
1
0
null
null
null
null
UTF-8
C++
false
false
16,651
cpp
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0...
[ "roytam@gmail.com" ]
roytam@gmail.com
25ad8caa9e4da36843e918a8e85e1fddbd449df3
99e18bc6592d0937375fa8fd066c847c0b4da892
/include/PixelObj.h
63b1a113abd950ab915e7c5e815b4b35acf79f08
[]
no_license
Zhaeong/QuietLife
8f06c1e9705e659868cacca3b20987e65c2ad62e
a46f8a19c6b541704be2987175a7f184b9125083
refs/heads/master
2020-03-22T01:21:44.150225
2018-11-15T03:07:10
2018-11-15T03:07:10
139,300,557
0
0
null
null
null
null
UTF-8
C++
false
false
308
h
#ifndef PIXELOBJ_H #define PIXELOBJ_H //Standard Lib //Project Lib #include <SDL.h> class PixelObj { public: PixelObj(int X, int Y, Uint32 Color); virtual ~PixelObj(); int m_X; int m_Y; Uint32 m_Color; protected: private: }; #endif // PIXELOBJ_H
[ "owen_zzz@hotmail.com" ]
owen_zzz@hotmail.com
4dc401c9c39996430ed56ddca5df37ffb2de0b15
0942b2d69233a358409489a32ee9ff9e82b9d4bb
/objects/hittable_list.cpp
459fde6b5bdc07e36a9e0b8b2fdd6dd3491781e9
[]
no_license
mlewandowski0/raytracer
b08baaff340d7c119db0f7d9b3a9ca9f50111d2e
0ab97bc797b40225f82cb2885d974d746535083e
refs/heads/master
2022-12-12T23:46:45.047643
2020-09-21T19:34:32
2020-09-21T19:34:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
834
cpp
#include "hittable_list.h" bool hittable_list::hit(ray &r, double tmin, double tmax, hit_record &rec) { hit_record rec_; bool hit_anything = false; auto closest_so_far = tmax; for (auto &obj : objects) { if (obj->hit(r, tmin, closest_so_far, rec_)) { hit_anything = tr...
[ "noreply@github.com" ]
mlewandowski0.noreply@github.com
a1292ffdf652c735e6828d30a85cefa7c471b23b
795963c77fd920b5ba91e9045777c2137af37285
/C++/32.cpp
5284962269890008baa1c37884e2742bbde207c0
[]
no_license
kedixa/LeetCode
dce74c9395d366db559302b48b0b21cd4f869119
08acab1cebfac2aed4816cf9d8186a22304488a9
refs/heads/master
2020-07-04T05:11:33.019564
2018-03-08T13:30:18
2018-03-08T13:30:18
66,902,234
1
0
null
null
null
null
UTF-8
C++
false
false
926
cpp
class Solution { public: int longestValidParentheses(string s) { /* 定义数组v,若s[i]为'('则v[i]表示以s[i-1]结尾的最长的合法括号序列, 若s[i]为')',则v[i]表示以s[i]结尾的最长的合法括号序列; 数组v中最大的数字即为所求。 */ s = "#" + s; int len = s.length(); vector<int> v(len, 0); for(int i ...
[ "1204837541@qq.com" ]
1204837541@qq.com
68ec5c76571c33b4ac96111f5c630978d3f4d6aa
9a3fc0a5abe3bf504a63a643e6501a2f3452ba6d
/tc/testprograms/MonotoneSequence.cpp
1a93c9847183417df409d13f88254bfb1938f437
[]
no_license
rodolfo15625/algorithms
7034f856487c69553205198700211d7afb885d4c
9e198ff0c117512373ca2d9d706015009dac1d65
refs/heads/master
2021-01-18T08:30:19.777193
2014-10-20T13:15:09
2014-10-20T13:15:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,566
cpp
#include <algorithm> #include <iostream> #include <sstream> #include <string> #include <vector> #include <queue> #include <set> #include <map> #include <cstdio> #include <cstdlib> #include <cctype> #include <cmath> #include <functional> #include <numeric> using namespace std; #define all(V) (V).begin(),(V).end() #defi...
[ "winftc@gmail.com" ]
winftc@gmail.com
d2bfb5ef401d700c974d356371b710d972676a07
21f553e7941c9e2154ff82aaef5e960942f89387
/include/data_management/data/numeric_table.h
bddb1583d063c1b326740f5d1f854addcb7c295c
[ "Apache-2.0", "Intel" ]
permissive
tonythomascn/daal
7e6fe4285c7bb640cc58deb3359d4758a9f5eaf5
3e5071f662b561f448e8b20e994b5cb53af8e914
refs/heads/daal_2017_update2
2021-01-19T23:05:41.968161
2017-04-19T16:18:44
2017-04-19T16:18:44
88,920,723
1
0
null
2017-04-20T23:54:18
2017-04-20T23:54:18
null
UTF-8
C++
false
false
25,670
h
/* file: numeric_table.h */ /******************************************************************************* * Copyright 2014-2017 Intel Corporation * * 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 Licen...
[ "vasily.rubtsov@intel.com" ]
vasily.rubtsov@intel.com