blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
38e8d71c17c30033dea61d5b6cd49214006c2923
ed1dacfb083d8344e51b9243064df9bd05e428c5
/j-1285/0060.cpp
9926edd52d086d42a77a44a71f53ea047d54c9ee
[]
no_license
2Choi/cpp
8016bb23a222407e0628d7156ffd760f2b38c873
3a5e59c1edbb1afe920fa27552cc48ef5b5c25d6
refs/heads/master
2021-01-13T00:37:19.679180
2016-04-20T12:46:52
2016-04-20T12:46:52
46,797,824
0
0
null
null
null
null
UTF-8
C++
false
false
850
cpp
#include<stdio.h> int main() { int n, i, j, x, y; int a[20][20]={}; for(i=0; i<19; i++) { for(j=0; j<19; j++) { scanf("%d", &a[i][j]); } } scanf("%d", &n); for(i=0; i<n; i++) { scanf("%d %d", &x, &y); for(j=0; j<19; j++) { ...
[ "ctg1125@naver.com" ]
ctg1125@naver.com
9b8fc35c17c807c2965f516a1ff26d8c17091134
46f53e9a564192eed2f40dc927af6448f8608d13
/content/renderer/render_view_browsertest.cc
713c9767eb504864ad86320215278d86685fe238
[ "BSD-3-Clause" ]
permissive
sgraham/nope
deb2d106a090d71ae882ac1e32e7c371f42eaca9
f974e0c234388a330aab71a3e5bbf33c4dcfc33c
refs/heads/master
2022-12-21T01:44:15.776329
2015-03-23T17:25:47
2015-03-23T17:25:47
32,344,868
2
2
null
null
null
null
UTF-8
C++
false
false
95,615
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/basictypes.h" #include "base/bind.h" #include "base/callback.h" #include "base/memory/shared_memory.h" #include "base/strings/string_ut...
[ "scottmg@chromium.org" ]
scottmg@chromium.org
2473862d737296f9ff59869082a37e91d91ef8de
627d4d432c86ad98f669214d9966ae2db1600b31
/src/tools/uic/treewalker.h
0d16d2e930813adcf03790316c3b9733fe0babe1
[]
no_license
fluxer/copperspice
6dbab905f71843b8a3f52c844b841cef17f71f3f
07e7d1315d212a4568589b0ab1bd6c29c06d70a1
refs/heads/cs-1.1
2021-01-17T21:21:54.176319
2015-08-26T15:25:29
2015-08-26T15:25:29
39,802,091
6
0
null
2015-07-27T23:04:01
2015-07-27T23:04:00
null
UTF-8
C++
false
false
4,156
h
/*********************************************************************** * * Copyright (c) 2012-2015 Barbara Geller * Copyright (c) 2012-2015 Ansel Sermersheim * Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). * Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved....
[ "ansel@copperspice.com" ]
ansel@copperspice.com
6cd010ff530e91b7eee3f34d1eed1d5362a7f5f2
c844665c3a4ae3d3ce737d16c7974f729497d0ee
/include/BehaviorTree/ConditionalDecorator.h
e1e8b488f08ee7589fabc562ae76a95a7da87668
[ "BSD-2-Clause" ]
permissive
forkrp/Enjon
de642b38ab6c9cac3d69bf7a624f3588a24b8c9a
405733f1b8d05c65bc6b4f4c779d3c6845a8c12b
refs/heads/master
2022-03-14T00:34:50.930488
2019-11-18T15:58:23
2019-11-18T15:58:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,942
h
#ifndef ENJON_CONDITIONAL_DECORATOR_H #define ENJON_CONDITIONAL_DECORATOR_H #include "BehaviorNode.h" namespace BT { class ConditionalDecorator : public Decorator<ConditionalDecorator> { public: ConditionalDecorator(BlackBoard* BB, bool (*A)(BlackBoard* BB)) { Action = A; this->BB = BB; Init();...
[ "mrfrenik@gmail.com" ]
mrfrenik@gmail.com
62425cce5b01617d0c801a47ff33b897ebf0162d
3ef87080dd64df3b142fd264e8fe21ddac07b30f
/Source/glTFRuntime/Public/glTFRuntimeAssetActor.h
6e71a6516083f52b3b887459b1355b798ac1baba
[ "MIT" ]
permissive
chuqiuhan/glTFRuntime
8d1b1284f15282e811c924ffe618ff72f0bd1b72
ea9fd99d195accf24b11df85015565d548520730
refs/heads/master
2022-11-23T21:02:36.719771
2020-07-29T06:44:48
2020-07-29T06:44:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,846
h
// Copyright 2020, Roberto De Ioris. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "glTFRuntimeAsset.h" #include "glTFRuntimeAssetActor.generated.h" UCLASS() class GLTFRUNTIME_API AglTFRuntimeAssetActor : public AActor { GENERATED_BODY() public: // Sets default values for this ...
[ "roberto.deioris@gmail.com" ]
roberto.deioris@gmail.com
8ef660d8b28f04777c4e0647f5cf6ed28e28c69b
7077b7afef51342563d1e7f462ce7d3acdb7fb6a
/Hue Master/Temp/il2cppOutput/il2cppOutput/Il2CppMetadataRegistration.cpp
32008398fc161cb2340f6d49a75b0ff3d8455782
[]
no_license
bzor/hue-master
73d46ff62568e23202d6b0703cdac55f2f3e7451
5c95e3b39a3d92cbc796f233f2c1d224a315f044
refs/heads/master
2021-01-18T19:51:10.582618
2016-09-15T02:00:42
2016-09-15T02:00:42
62,262,293
0
0
null
null
null
null
UTF-8
C++
false
false
1,094
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include "class-internals.h" #include "codegen/il2cpp-codegen.h" extern Il2CppGenericClass* const s_I...
[ "kc@bzor.com" ]
kc@bzor.com
de8f13caaf61daf177e58e34b9d7effa7644a582
f7b2758ba036bf7a817f21fa4f909bee2890c521
/packages/CBuilder/OrpheusCD.cpp
df807101b7f810ef7da39d8d6bb848881f30c263
[]
no_license
kputy/Orpheus
4f47d9d3c7fa22af10aa8d4fce05054038f1148c
5b5186fb59c2f791952a9c1f563eed335b6ea01c
refs/heads/master
2021-01-18T07:00:34.402335
2015-03-07T11:01:08
2015-03-07T11:01:08
41,523,922
0
1
null
2015-08-28T03:03:48
2015-08-28T03:03:48
null
UTF-8
C++
false
false
2,436
cpp
//--------------------------------------------------------------------------- #include <basepch.h> #pragma hdrstop USEFORMNS("..\..\source\ovclkou1.pas", Ovclkou1, OvcfrmLkOutEd); USEFORMNS("..\..\source\ovcoutle.pas", Ovcoutle, OvcfrmOLItemsEditor); USEFORMNS("..\..\source\ovcnfpe.pas", Ovcnfpe, OvcfrmNumericMa...
[ "romankassebaum@users.noreply.github.com" ]
romankassebaum@users.noreply.github.com
580cf6277e45d9f1daaf1e05d1c34b8a9010b2a1
7a763ee94917fc5b220b78c4d7358c933ce77875
/media/vaapi_picture_wayland.h
9f0b1fa3c2d1d7cc681cce9a45bea71cee4b6a42
[ "BSD-3-Clause" ]
permissive
Tarnyko/ozone-wayland
bbbf990900fd595c032669f69e0fede3b072f264
3d86706dde9dd71b43e8ba246c6b4cf1414e221b
refs/heads/master
2021-01-21T19:39:57.394252
2015-01-06T16:17:38
2015-01-06T16:20:04
28,870,218
0
0
null
2015-01-06T15:48:18
2015-01-06T15:48:17
null
UTF-8
C++
false
false
1,881
h
// Copyright (c) 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. // // This file contains an implementation of VideoDecoderAccelerator // that utilizes hardware video decoder present on Intel CPUs. #ifndef OZONE_MED...
[ "kalyan.kondapally@intel.com" ]
kalyan.kondapally@intel.com
28e578f120292051fc5161a6a700ade097cdeed2
07a6d52682a2c60730f536703a6031b4ece973bf
/librf/src/rf_task.h
9f0fc4603d48c8304e15ef8594cb255ef2a5f34e
[ "Apache-2.0" ]
permissive
tiSan2021/librf
caa1be32d86ba820424854878c7d18a8d850a307
67a3e653ed196509280e77b03fae2bc191108b49
refs/heads/master
2021-10-28T10:16:34.104642
2017-09-24T06:36:36
2017-09-24T06:36:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,488
h
#pragma once #include "def.h" #include "future.h" namespace resumef { struct task_base; struct task_base { RF_API task_base(); RF_API virtual ~task_base(); //如果返回true,则不会调用go_next() virtual bool is_suspend() = 0; //返回true,表示任务还未完成,后续还需要继续执行 //否则,任务从调度器里删除 virtual bool go_next(sch...
[ "tearshark@163.com" ]
tearshark@163.com
6af69afc9acfee7602766d6c738daf6ebbf7f348
0eefc9995ce927964969cbae247e28fd98f4998e
/src/hobbits-core/bitcontainermanager.h
8bddc7c66f1f9fb838ed0d769727ce749f18ab68
[ "MIT" ]
permissive
SamuelWAnderson45/hobbits
993bde59d2fd96b1824e4f85ba1913eba12c8f3f
412f4ca50aa6aa2d26a1d05913f21f2ab0198eba
refs/heads/master
2022-12-14T09:36:46.663303
2020-08-30T17:05:53
2020-08-30T17:05:53
291,514,129
0
0
null
2020-08-30T17:02:44
2020-08-30T17:02:43
null
UTF-8
C++
false
false
1,147
h
#ifndef BITCONTAINERMANAGER_H #define BITCONTAINERMANAGER_H #include "bitcontainer.h" #include "bitcontainertreemodel.h" #include <QItemSelectionModel> #include <QSharedPointer> #include "hobbits-core_global.h" class HOBBITSCORESHARED_EXPORT BitContainerManager : public QObject { Q_OBJECT public: explicit B...
[ "adam@mahletconsulting.com" ]
adam@mahletconsulting.com
2a2d6d95d501c72df5c80b3f36bcf4716feb641c
04b1803adb6653ecb7cb827c4f4aa616afacf629
/components/sync_sessions/sessions_global_id_mapper.h
1eb8566e6032c036b0b5f6bc38a42e5f9c172ac5
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
1,234
h
// Copyright 2018 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_SYNC_SESSIONS_SESSIONS_GLOBAL_ID_MAPPER_H_ #define COMPONENTS_SYNC_SESSIONS_SESSIONS_GLOBAL_ID_MAPPER_H_ #include <map> #include <vect...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
dba3789610313a9837c345c746835a53f742adfa
a6f0a2a6b7d4d3f013453643ca2f0bafd25821fa
/sketch_teste_leitor_agua/sketch_teste_leitor_agua.ino
0079ffbd449daf8d23fffd91b5951b466c9e77cb
[]
no_license
YuriCamaraAlvesSilva/ProjetoArduino
87c75e29d9aa84102452fe57e17c1f3036d4a571
4efe549e2f0664b1a3b0714729eade1d4566ed0b
refs/heads/master
2022-03-03T23:06:19.708706
2019-10-23T20:34:21
2019-10-23T20:34:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,908
ino
#include <SoftwareSerial.h> SoftwareSerial mySerial(2, 3); // RX, TX <- Usando as portas digitais 2 e 3 como seriais para conectar no ESP8266 float teste1 = 0; float teste2 = 0; float teste3 = 0; int Pulso; //Variável para a quantidade de pulsos int j=0; //Variável para contagem float vazaoagua; //Variável para arm...
[ "jrperin@gmail.com" ]
jrperin@gmail.com
c9898eba87bc62e6afc43b65b86bc89e1c1b53a6
94ff451e64378d496fe507db5d7bea744e78ec31
/includes/runnable.h
809a1c0363b8cc5ef4a99b02e2698ae161188815
[]
no_license
RoboRoyal/Twine
5e68ec4a352f60f4fddc55c49bec011dc5accf2c
06a00c6d5417a91727696a1854a57c9529b7e2ac
refs/heads/master
2023-08-11T20:50:50.670091
2023-08-06T21:05:20
2023-08-06T21:05:20
245,710,497
0
0
null
null
null
null
UTF-8
C++
false
false
2,525
h
#pragma once #ifndef __RUNNABLE_H__ #define __RUNNABLE_H__ #include <atomic> #include <thread> #include "Channel.h" using namespace std; template <class T, class C = void> class runnable: public Channel<T>{ public: atomic<bool> * __run__; atomic<bool> * __pause__; thread __thread__; bool __finish__ = fal...
[ "le96571@umbc.edu" ]
le96571@umbc.edu
136518c9ff781a9f09801ccca8425b8c84a047d0
09fc85cd58c0ed10e8ad780a5b19e3c0fcde667d
/src/centurion/core/to_underlying.hpp
e57c9631c4a236e708ee813e057083d1232f453d
[ "MIT" ]
permissive
Watch-Later/centurion
40edb7c359c7bb1f4f8f7f819180166a2e033923
cc71543b6a07b4fb1f9cb24e1f39ac852bc66a3b
refs/heads/main
2023-06-04T07:45:48.814126
2021-05-26T09:47:15
2021-05-26T09:47:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
817
hpp
#ifndef CENTURION_TO_UNDERLYING_HEADER #define CENTURION_TO_UNDERLYING_HEADER #include <type_traits> // underlying_type_t, enable_if_t, is_enum_v namespace cen { /** * \brief Converts an enum value to an integral value using the underlying type. * * \ingroup core * * \note If you're using C++23, see `std::to_u...
[ "albinoscar99@hotmail.com" ]
albinoscar99@hotmail.com
5c7bf637eeb1c1299c938e2fc76518d2c5f52866
159a6dd1c1bd1fb7e4d5daf257b61f42d3722108
/Source/Particle/Frames/Nodes/NodeGraph.cpp
0c81a4a71dba97faa679dd793096ba8a7b04d95a
[]
no_license
potrepka/Particle
c51e2e9b9aca37f73f5fbd4241658a2c746e00c2
2aff9b218976c0f205fc1fcbf7f8fbad2ffdf41d
refs/heads/master
2023-01-19T05:01:55.459706
2020-11-20T08:18:48
2020-11-20T08:18:48
296,459,805
0
0
null
null
null
null
UTF-8
C++
false
false
73,513
cpp
#include "NodeGraph.h" const int particle::NodeGraph::PRECISION = 6; const float particle::NodeGraph::FRAME_WIDTH = 120.0f; particle::NodeGraph::FloatInt::FloatInt(dsp::Type type, dsp::Sample value) { switch (type) { case dsp::Type::RATIO: case dsp::Type::HERTZ: case dsp::Type::SECONDS: va...
[ "nspotrepka@gmail.com" ]
nspotrepka@gmail.com
2810af983aaed84267bc335c0fe43d1733b316dd
cceaa500aeb294bb3159955e37f019c8f5544b71
/src/mainACE.cpp
3874771c47e9a89718ad5a72075ecfeceed2cb99
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
evvyter/ACE
1397d4d41e1bcd55614ee5ea2f4226242a20632f
ac6f9ae484a1557b9e69315951aa3a920d961a6c
refs/heads/master
2020-12-25T19:03:03.369452
2017-05-30T00:50:22
2017-05-30T00:50:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,284
cpp
#include <stdio.h> #include <stdlib.h> #include <string> #include "algorithm.h" // Algorithm declarations /********************************************************************* COMMAND LINE INPUT FORMAT Command line instructions tell the program where to look for input files and where to s...
[ "jpbarton@gmail.com" ]
jpbarton@gmail.com
ba38041977918bb97508abe28df0ca59f188f26c
812aaa2b4586311d063a3bfe45a81128ccf6bdc8
/Semester_3/03.09.2020/Program_2/source/st076569_2.cpp
d175f4d912a27a2bdb43a266c94a16f7a5ff40d6
[]
no_license
st076569/MatMex_MMM_Programming
45136f57a2cd96e3f8dc81b81fc66e49eba6fb4f
e2cf9d77582782d877706c3647a1579bc116fce9
refs/heads/master
2023-05-19T22:36:44.388892
2021-06-02T13:16:01
2021-06-02T13:16:01
210,161,246
0
0
null
null
null
null
UTF-8
C++
false
false
6,008
cpp
////////// RAID 5 //////////////////////////////////////////////////////////// // Автор : Баталов Семен // // Дата : 10.09.2020 // // Задача : Решить задачу с помощью STL. Эффективно смоделировать RAID 5, // // ...
[ "batalov.semen@yandex.ru" ]
batalov.semen@yandex.ru
ab72f439cb7e169316f17c8b65f1e9a978790190
4693c2c0ca84b93e2fd52fb331654c78d091494b
/Project_1/script/SimpleCar_plugin_1.h
2b91d50f45d22e9dd158da25f0e69a19898c5b29
[]
no_license
imkishan96/Build_my_world
a53929b11280be415cee62f92b1e00aa6dcf7e6b
a2126eea1477df70fd3a9e8a653d00c085467d15
refs/heads/master
2022-12-15T15:09:45.922237
2020-09-10T05:53:26
2020-09-10T05:53:26
292,068,943
1
0
null
null
null
null
UTF-8
C++
false
false
515
h
#ifndef SIMPLECAR_PLUGIN_1_H #define SIMPLECAR_PLUGIN_1_H #include <gazebo/gazebo.hh> #include <gazebo/physics/physics.hh> #include <gazebo/common/common.hh> #include <ignition/math/Vector3.hh> namespace gazebo { class SimpleCar_plugin_1 : public ModelPlugin { public: SimpleCar_plugin_1(); ...
[ "imkishan96@gmail.com" ]
imkishan96@gmail.com
ff638f78ef2a95479a7ad67eef4917cfb198e942
291a3905c35ed5ad3f273e74a52132ad2bea0afe
/src/Preprocessor-flattenPredicate.cpp
10d97b6d1d46f6539be0e3526bc5a52496e43b4f
[ "MIT" ]
permissive
typesAreSpaces/DAG-EUF-Algorithm
d80c8eee25485fbc7f27ac5f299858f428ca679f
c252d6e5be102f53fb44d255f357de9bfb22e965
refs/heads/main
2023-06-07T02:11:30.212954
2021-06-29T17:02:16
2021-06-29T17:02:16
378,844,552
0
0
null
2021-06-23T08:57:53
2021-06-21T07:30:56
C
UTF-8
C++
false
false
3,667
cpp
#include "Preprocessor.h" void Preprocessor::flattenPredicate( z3::expr const & formula, unsigned & current_conjs_in_input){ switch(func_kind(formula)){ case Z3_OP_TRUE: case Z3_OP_FALSE: return; case Z3_OP_EQ: { auto const & lhs_form = lhs(formula); if (lhs_form.num_...
[ "jabelcastellanosjoo@unm.edu" ]
jabelcastellanosjoo@unm.edu
d7c3d638408782aabff2292d17d9ce7409076412
355eb59efb020939e56ba5091259cd541ad3a6cb
/lab 2/lab 2 - 02.19 - fin/TABLE.h
cbc58bb0362503f1e42e54889b5f8e6f8343e523
[ "Apache-2.0" ]
permissive
jlyharia/Computer_GraphicsII
ec3930f20d73e4cd1c29d2b6d4b615773431341c
5060d8b16b4428e17ad6ce3cbb41a792e3d2546b
refs/heads/master
2021-01-22T09:48:13.579624
2014-05-18T05:29:29
2014-05-18T05:29:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
956
h
/** Tasks in TABLE.h TABLE.h is a entry for Edge Table. Access Edge Value at EDGETABLE.h **/ #ifndef TABLE_H_INCLUDED #define TABLE_H_INCLUDED #include <iostream> #include <vector> #include "EDGETABLE.h" using namespace std; class TABLE { public: EDGETABLE beg; int count;//Numb...
[ "jlyhtech@gmail.com" ]
jlyhtech@gmail.com
d32a4cba716a4848a2f65e7eca37cce514408315
7acc80c63114b3141cd181032f78f8c2753e05d9
/CEntity.h
4644640f70dad8179a7bd50db0a1ab28344e8c8a
[]
no_license
psychoPirate/Claw
904b4a9b39e29f8b99b9784301a4f81a13108d2f
f78ba796d01aa3d9538ea66f1a5a1b3bf696da24
refs/heads/master
2021-01-10T04:40:44.277029
2013-02-25T21:49:40
2013-02-25T21:49:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,384
h
//============================================================================== #ifndef _CENTITY_H_ #define _CENTITY_H_ #include <vector> #include "CAnimation.h" #include "CSurface.h" //============================================================================== class CEntity { public: ...
[ "009111.estp@gmail.com" ]
009111.estp@gmail.com
ed1a0ada3bbfe69881b01a88f1f1b8ebc248197e
04bf6df701c437383ad165a340d8572fafe83951
/inception/dllmain.cpp
d86bbc2c228ca871cabef34ff5bbe81ff0746588
[]
no_license
SlackSeven/gfxtrace
cf3ed70c529a998fe63c2a788e92300fda5dde8b
191f4bc16c16788d8fb445f0405e6c049924f3cd
refs/heads/master
2020-08-04T19:13:27.492979
2013-05-16T22:18:18
2013-05-16T22:18:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,875
cpp
/* * Copyright (c) 2013, NVIDIA CORPORATION. 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 c...
[ "jmcdonald@nvidia.com" ]
jmcdonald@nvidia.com
b00b64a119e7dd1db15c576724937d52320f77db
64fa6971c734abd6bdca96d2d6553506cbd3e5e6
/ut/src/job_client_test.cpp
a5bc9075bc32e48f20cc006560d75c2885c02996
[]
no_license
mgeer/cpp_ut_demo
521702ac68b0a081644eb0e12f76b020756ea02a
72ea3c2d8191f5104dbbd95a5953ba4969b0fd6a
refs/heads/master
2016-08-03T22:21:01.267050
2013-01-04T06:07:31
2013-01-04T06:07:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,838
cpp
#include "using_bytes.h" #include "job_client.h" #include "simple_word_mapper.h" #include "output_writer.h" #include "disk_hammal_factory.h" #include "disk_reader.h" using namespace UTSample; static const char* RESULT_FILE = "result"; class JobClientTest : public UsingBytes { protected: void assert_result(...
[ "mgeer@126.com" ]
mgeer@126.com
7ed8762f420cbd6374b53b0b0a217da1558d665c
e01e96b45e6710a5606d4c3c6e75d3cb5d3e434b
/Basic/reverse_string/rev_str.cpp
e4edc68e57702f2e011d2ce67847da74a0ff6449
[]
no_license
yymm01/cpp_inter
3060faa036dc509782443b42c738babacca9ff63
0f868d240e001bce36e9d1e7de39a583871f5e8e
refs/heads/master
2023-01-29T23:09:16.575423
2020-12-09T13:45:07
2020-12-09T13:45:07
297,224,735
0
0
null
2020-09-22T13:12:15
2020-09-21T04:05:07
C++
UTF-8
C++
false
false
224
cpp
#include <iostream> #include <string> using namespace std; int main() { char example[] = "scientia est potentia"; string s = string(example); for(int i = s.length(); i >= 0; i--){ cout << s[i]; } cout << endl; }
[ "yymm01@naver.com" ]
yymm01@naver.com
f44678c2eae5800a959e40ea0a7570c31b62ec05
5b284bf3d02e26be71cb217999dd3fd223f2a2dc
/Parser.h
3fde88b7d909b5445e8d4878d2ac2a2217d8d23a
[]
no_license
zzxuanyuan/ID3
5f831d8d9d59c4fae72d31ab722c08d784668f76
bdd330398ecb7cf3215345e95231850474682177
refs/heads/master
2020-05-20T06:01:24.895928
2016-09-25T00:27:41
2016-09-25T00:27:41
68,041,759
1
1
null
null
null
null
UTF-8
C++
false
false
2,373
h
#ifndef PARSER_H #define PARSER_H #include<vector> #include<string> #include "Item.h" #include "Instance.h" using namespace std; static vector<Instance> *parseMonkI(string file_name) { ifstream infile(file_name); vector<Item> item_vec; vector<Instance> *instance_vec_ptr = new vector<Instance>(); Item it0(0,2,tru...
[ "zzxuanyuan@gmail.com" ]
zzxuanyuan@gmail.com
65a6b2aad97f09a5623f14e9c0f659c0823dffe6
9360a16c1cc2ca203a752cc22bd78c25b3710355
/matrix.h
7d981ff652f6214cd81860f587d0908a7b344ba9
[]
no_license
PandaPythoner/Matrix
6c9a4d3972ecb23b71712f3b2ed78ca974bc0961
14e766b0e9b71579b8936963eac9ffad1355cea7
refs/heads/master
2023-08-20T08:31:05.242592
2021-10-09T06:52:50
2021-10-09T06:52:50
411,558,856
0
0
null
null
null
null
UTF-8
C++
false
false
8,729
h
#ifndef MATRIX_MATRIX_H #define MATRIX_MATRIX_H #include <vector> #include <algorithm> #include <queue> template<class T> class matrix{ private: int n, m; std::vector<std::vector<T>> a; public: inline std::pair<int, int> shape(){ return std::make_pair(n, m); } matrix() : n(0), m(0) { ...
[ "stepanov.aa@students.sch2.ru" ]
stepanov.aa@students.sch2.ru
ae54dfe5f646a1674ff4d2db56316d9a694f83c8
b371bf3683b754491112f8b815730d0d6ab1a1da
/Trabalho 1/personal/peao.cpp
9925dd983fc98ae13e36c0c9a6f6536c704349d3
[]
no_license
samueljrz/CG
47958ae482ada86bd79a2c6c1eeacc6f5fd7dbb8
a5912dda6125a8b23a5c142056bbf7749bb160c7
refs/heads/master
2023-01-15T06:14:08.869816
2020-11-26T12:52:45
2020-11-26T12:52:45
316,229,866
1
0
null
null
null
null
UTF-8
C++
false
false
627
cpp
#include "peao.h" Peao::Peao() { } void Peao::peao () { glTranslatef (0.0, 0.0, 0.0); glPushMatrix(); glRotatef(-90,1,0,0); glutSolidCone(0.3, 0.75, 10, 8); glPopMatrix(); glPushMatrix(); glTranslatef(0.0, 0.75, 0.0); glScalef(0.2, 0.2, 0.2); glutSolidSphere(1,...
[ "samuelevangelista.ti@gmail.com" ]
samuelevangelista.ti@gmail.com
b03010d03053bebe7bc056f8012206de41d00a83
c81a4c981bbdfa02af010254990340672e573b5d
/XOFEngine/XOFEngine/depthShader.cpp
0a07a7502899134c74aca3428728b8795fe82717
[]
no_license
MonkeyD-IchiJou/OldStuffOpenSourceNow
1bdc6cba7771c5c383aa5d5082b329e5b51c6bc2
bfd2f1440e64be34ab44ce6b1709ad8ca20ab393
refs/heads/master
2021-01-19T02:44:33.231705
2016-05-30T16:16:01
2016-05-30T16:16:01
60,022,534
0
0
null
null
null
null
UTF-8
C++
false
false
660
cpp
#include "depthShader.h" namespace pp { depthShader::depthShader(void) : ShaderProgram("Content//shader//depthShader.vertexshader", "Content//shader//depthShader.fragmentshader") { getAllUniformLocations(); } depthShader::~depthShader(void) { } void depthShader::load_LightSpaceMatrix(const mat4f & m) { ...
[ "ichijou8282@gmail.com" ]
ichijou8282@gmail.com
8b93474ebc1e73d17cccdb974687cee1658cd8b7
a49bcff00c59480f1ad1ea0b7909495328b3b8b1
/test/test2-schema.h
fd17f7d2006090ea3c0d327841312e18d02cf4d6
[ "MIT" ]
permissive
evanw/kiwi
4954d47dc7b0b53969b36ada3611012449309665
1b96d916f9b7bf9ce54d3db3491735a73cce7dec
refs/heads/master
2023-09-01T05:45:26.236192
2023-08-11T00:32:03
2023-08-11T00:32:03
56,837,702
457
31
MIT
2023-09-03T21:52:26
2016-04-22T08:00:56
C++
UTF-8
C++
false
false
8,831
h
#include "kiwi.h" namespace test2 { #ifndef INCLUDE_TEST2_H #define INCLUDE_TEST2_H class BinarySchema { public: bool parse(kiwi::ByteBuffer &bb); const kiwi::BinarySchema &underlyingSchema() const { return _schema; } bool skipMessageField(kiwi::ByteBuffer &bb, uint32_t id) const; bool skipMessage2Field(kiwi...
[ "evan.exe@gmail.com" ]
evan.exe@gmail.com
cddd3fdf4b5e26142e25123e958376c11a2784a8
c84c6a5620f1d90a5a75d508cb65ad496e16e5a5
/main.cpp
8794303359e7689acbe0de217a8b1475a5ac0e51
[]
no_license
e24056213/lab8
38258822b2934f834dcb3586d5d857828dd8a54d
2fd641e2e833ad16a2f99e781f70b676ebafb3b8
refs/heads/master
2020-07-17T13:26:31.751840
2017-06-14T11:27:18
2017-06-14T11:27:18
94,321,212
0
0
null
null
null
null
UTF-8
C++
false
false
501
cpp
#include <iostream> #include <new> #include <stdexcept> #include <cstdlib> using namespace std; double * double_ptr [50]; int j = 0; void new_hand() { cout << "new_hand():delete double_ptr[ " << j << ", " << j+1 << "]" << endl; delete [] double_ptr[j++]; delete [] double_ptr[j++]; } int main() { set...
[ "e24056213@mail.ncku.edu.tw" ]
e24056213@mail.ncku.edu.tw
5e3236ba0a67816490d86efed3fcac4f4dc9ddaa
559d910bc67785626912c499e5eeeae1efdbd949
/str/structs.h
b66a386bef7489e2856abcb418924dbf28e1d11d
[]
no_license
mateuscsilva/Alogrithm-Graph
6b6937a9a40df3b7ba3264a7bfe128d6ea7addf7
6d421a76fff10584602e9aba37c6d560ccc88368
refs/heads/master
2022-10-19T21:04:20.954884
2020-06-15T20:30:45
2020-06-15T20:30:45
271,647,647
0
0
null
null
null
null
UTF-8
C++
false
false
281
h
#ifndef STRUCTS_H #define STRUCTS_H #endif using namespace std; struct edge{ pair<int, int> adj_vertex; int weight = 0; }; struct vertex{ int id; int father = -1; int color = -1; int time = -1; int distance = -1; int visit = 0; vector<edge> adj; };
[ "mateuscsilva.1@gmail.com" ]
mateuscsilva.1@gmail.com
5466fe5f89af2b1c2e42f0d11dc5447ecf7afd42
fc3be724955a621b77d4553b2392fa6ece3ae127
/Week 2/Lab 2 - Array/Project3/bai3.h
c267ed56db4acefa2ed2219c4875c578bda35952
[]
no_license
dvtrunggg/Ky-Thuat-Lap-Trinh
c73d6b51d39555ceee8c9dd969b89831c8f1ea11
02c949ed0f7473a1e123cf0f6afe243fd8e7aa52
refs/heads/main
2023-03-15T00:59:31.321394
2021-03-14T12:48:49
2021-03-14T12:48:49
331,239,329
1
0
null
null
null
null
UTF-8
C++
false
false
394
h
#include<iostream> #include<math.h> using namespace std; void Input(int* a, int n); void Output(int* a, int n); int CheckPrime(int n); int Count(int* a, int n); void Insert(int* a, int& n, int pos, int key); void ArrayPrimes(int* a, int* b, int na); void Swap(int& a, int& b); void descendingSort(int* a, int n); void ...
[ "dvtrung99@gmail.com" ]
dvtrung99@gmail.com
80c3d8821297dcb0383b3e4641c7d671bc307321
a38f8ea91a526c120ad002324b830a0e3bac3457
/Breakout/Classes/GameLevel.hpp
0cbd88e0050a95a49b0cbdaae416112678d22550
[]
no_license
wolfaherd/Breakout
124c243e018f2445c76fbe0497e59736f83d8d6c
f10e3634591cc282acfd6e946378e9bd29cb7256
refs/heads/master
2022-01-08T12:35:00.630407
2019-05-06T08:16:16
2019-05-06T08:16:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
868
hpp
// // GameLevel.hpp // Breakout // // Created by mac on 2019/4/24. // Copyright © 2019年 cc. All rights reserved. // #ifndef GameLevel_hpp #define GameLevel_hpp #include <GL/glew.h> #include <glm/glm.hpp> #include <stdio.h> #include <vector> #include "GameObject.hpp" #include "SpriteRenderer.hpp" #include "Resourc...
[ "" ]
a208a8bb0ee4dffa95b1203cd2e44ce269b0d22e
65340092693b9eecb36e6e50f2bd7b95183f8dcd
/Auo_CAD/myfdialog.h
1189ea201f2d86fc1139466c35666b9a5632bd2e
[]
no_license
Anirudh8841/CAD_VSC
1567470de23f6ad6e0e4ab0091f32038a35da1cb
5e457634c42590044e62a456dedab18a7cb43be4
refs/heads/master
2021-03-27T17:57:59.329771
2018-04-18T18:53:57
2018-04-18T18:53:57
123,770,686
0
0
null
null
null
null
UTF-8
C++
false
false
275
h
#ifndef MYFDIALOG_H #define MYFDIALOG_H #include <QDialog> namespace Ui { class MyfDialog; } class MyfDialog : public QDialog { Q_OBJECT public: explicit MyfDialog(QWidget *parent = 0); ~MyfDialog(); private: Ui::MyfDialog *ui; }; #endif // MYFDIALOG_H
[ "anirudh8841@gmail.com" ]
anirudh8841@gmail.com
9a84d1187e3d7f9bcda1a229929034f3b239f8c5
d32c3313da9e5250bba7a0c740e7a3ddc6a6891e
/tinyHTTP/tiny.cpp
7c5e9687a349f3021a0bacef88cda8790a2756b3
[]
no_license
YinWenAtBIT/HTTP
41d39b47ef8018824f348beb5dfeb216ab96fa72
ccacba55294a61e276d9ac92994a30b88655ca72
refs/heads/master
2020-12-21T09:36:56.533780
2016-08-06T09:55:28
2016-08-06T09:55:28
57,980,488
4
3
null
null
null
null
UTF-8
C++
false
false
5,530
cpp
/************************************************************************* > File Name: tiny.c > Author: > Mail: > Created Time: Mon 02 May 2016 09:55:35 PM CST ************************************************************************/ #include<stdio.h> extern "C" { #include "csapp.h" } #include <set> #inclu...
[ "240083998@qq.com" ]
240083998@qq.com
d43a290e04de0900671813cbd3f4d96c014822ac
365bc1aed413f8e193b392d5092bd45e4d54d20c
/2017寒假学习笔记/C/函数声明.cpp
be7bef1b9979237b8f7e4b25e50c830265702861
[]
no_license
meijiazeng/vaction-html-css
cc4d15168e8b07c58c4311bb05d5597b46e8b3f9
8868827f4a7470aa72689ee4e368473c985d17f7
refs/heads/master
2021-01-01T16:09:25.850621
2017-07-20T04:11:21
2017-07-20T04:11:21
97,780,598
0
0
null
null
null
null
GB18030
C++
false
false
825
cpp
#include <stdio.h> int jieceng(int n); //函数的声明 int sum(int n); int main(void) { printf ("%d",sum(10)); //把10传进sum的值 return 0; } int jieceng(int n) { int i; //定义循环 int result=1; //初始化result=1 for (i=1;i<=n;i++) //循环是否大于等于10,如果不是则继续执行,否则跳出循环 { result*=i; //每一次结果等于i的值乘上result的值 } return result; ...
[ "Z731867490@163.com" ]
Z731867490@163.com
34be7634cba2ce32a71c77b76c5dad9edd17e185
fb2f15d56899ca3fa312c535ed347e8f52602f17
/JIMP_JAMROZ/szablony/source_files/main.cpp
d8d699e5ac3816aad2491c0fd0ba963dbcf7f0df
[]
no_license
MaciejWadowski/cpp
bacfc4305155e8a5cda024dfbe51f6f27afe8dd4
deb7d35d25a734d841ac216b8f7e8c7a27836f10
refs/heads/master
2021-09-16T04:29:42.668365
2018-06-16T15:47:15
2018-06-16T15:47:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
366
cpp
#include <iostream> #include "../header_files/Matrix.h" #include "../header_files/Lists.h" #include "../header_files/Para.h" #include "Lists.cpp" using namespace std; int main() { List<Matrix> list, list2, list3; cin >> list >> list >> list; cin >> list2 >> list2; list3 = list + list2; list3 = li...
[ "macwadowski@tlen.pl" ]
macwadowski@tlen.pl
dcfbb5f1ad91167f0a662cc4faf84c7d1ac9e201
ad74f7a42e8dec14ec7576252fcbc3fc46679f27
/SLSKSpooferDLL/SupernodeHost.h
6e63264f8ce75e59b4f4400476f147caea761f62
[]
no_license
radtek/TrapperKeeper
56fed7afa259aee20d6d81e71e19786f2f0d9418
63f87606ae02e7c29608fedfdf8b7e65339b8e9a
refs/heads/master
2020-05-29T16:49:29.708375
2013-05-15T08:33:23
2013-05-15T08:33:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
547
h
#pragma once class SupernodeHost { public: SupernodeHost(void); ~SupernodeHost(void); bool operator < (const SupernodeHost& other)const; bool operator ==(SupernodeHost &host); void Clear(); void GetIP(char* ip); void SetIP(const char* ip); void setport(short port); short getport(void); unsigned int m_ip;...
[ "occupymyday@gmail.com" ]
occupymyday@gmail.com
5484e3882344b28345d33974d75b9f1a63e6cf05
4efdd45f7df72171ef19c2dad704aa2857d358b8
/src/capturethread.cpp
cc964ab4002f23bdbb2b3a9fb76727ad3c77a0dc
[]
no_license
nagyist/clab-buszkiraly-emotion-recognition
fd9eb69e0ef731a8383a9267ce0583535211c5e2
3fdda1452036a35d92dcd39df80d314dd03126dc
refs/heads/master
2021-01-18T05:40:01.885559
2013-03-20T08:25:33
2013-03-20T08:25:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,634
cpp
#include "capturethread.h" #include "iostream" #include <QTime> #include <QMutex> #include <QApplication> #include <QDateTime> #include <QTime> #include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> using namespace std; extern CvHaarClassifierCascade *cascade_face; // Time measurement ext...
[ "kzotya@gmail.com" ]
kzotya@gmail.com
73e33ea2517f26b225059b3b1fdee5210e1e9305
0f065a6970a829e59948c71cd7147f6e2cb6970b
/LineShape.cpp
77fa0409d0f524bc29141ffecae7c9f229cd101c
[]
no_license
Wh0DKnee/MaxFlow
b50d4e83b2608571c5c9cc2f17f4660eb33a0d6c
f80eb91710b15a54560e17b7f71787f07eba2c90
refs/heads/master
2022-12-04T09:48:32.114478
2022-11-14T11:38:38
2022-11-14T11:38:38
231,621,263
0
0
null
null
null
null
UTF-8
C++
false
false
875
cpp
#include "LineShape.h" #include <cmath> LineShape::LineShape(const sf::Vector2f& point1, const sf::Vector2f& point2) : dir(point2 - point1) { setPosition(point1); setThickness(2.f); } void LineShape::setThickness(float thickness_) { thickness = thickness_; update(); } float LineShape::getThickness() const { ...
[ "simonr1337@gmail.com" ]
simonr1337@gmail.com
817b0d914db3612f42c4b9d111a5264dc8f16f01
6b660cb96baa003de9e18e332b048c0f1fa67ab9
/External/SDK/SOT_World_layout_2_Design_functions.cpp
32a33347865a97f8b04d9f9339a2d63ce5e66c2b
[]
no_license
zanzo420/zSoT-SDK
1edbff62b3e12695ecf3969537a6d2631a0ff36f
5e581eb0400061f6e5f93b3affd95001f62d4f7c
refs/heads/main
2022-07-30T03:35:51.225374
2021-07-07T01:07:20
2021-07-07T01:07:20
383,634,601
1
0
null
null
null
null
UTF-8
C++
false
false
570
cpp
// Name: SoT, Version: 2.2.0.2 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //----------------------------------------------------...
[ "Massimo.linker@gmail.com" ]
Massimo.linker@gmail.com
ec875b032f106eef3999971d55b47551704cf1d4
9de0cec678bc4a3bec2b4adabef9f39ff5b4afac
/PWGMM/UE/FlatenicityLambdaK0s/AliAnalysisTaskFlatenicityLambdaK0s.h
99e4847f644b3e32c68a6ba1e7c7c697b73f156c
[]
permissive
alisw/AliPhysics
91bf1bd01ab2af656a25ff10b25e618a63667d3e
5df28b2b415e78e81273b0d9bf5c1b99feda3348
refs/heads/master
2023-08-31T20:41:44.927176
2023-08-31T14:51:12
2023-08-31T14:51:12
61,661,378
129
1,150
BSD-3-Clause
2023-09-14T18:48:45
2016-06-21T19:31:29
C++
UTF-8
C++
false
false
2,054
h
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */ /* See cxx source for full Copyright notice */ /* $Id$ */ #ifndef AliAnalysisTaskFlatenicityLambdaK0s_H #define AliAnalysisTaskFlatenicityLambdaK0s_H #include "AliEventCuts.h" #include "AliAnalysisTaskSE.h" class AliESDtrackCuts; class AliESD...
[ "suraj.prasad@cern.ch" ]
suraj.prasad@cern.ch
9955f84f65a452588507d0299c58b903e5449433
28a03cb75fd20e69fa96c2c7c6dcf7843695fe7f
/src/wallet.h
91eb8f86f36354423df7248300ed7e29b0761b22
[ "MIT" ]
permissive
wyh136/dinero
a5750062bcbe62dd81767db8a6501cadec8775ea
02275ea3d55a66144064c77bd04d4a0cf82cb7f1
refs/heads/master
2021-05-12T06:11:19.161034
2018-01-12T01:05:43
2018-01-12T01:05:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
43,987
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2017-2018 The Dinero developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-lice...
[ "dev@dinerocoin.org" ]
dev@dinerocoin.org
2ffe5717bc587cc2b7dfde94227208f626492044
3e0b9adde5e1316290a7fcf64e778b7478df8ee5
/Задачки/Запрещённые домены/solution 2.cpp
8f1a01dedae29446fcb71ca523ce2b495497a1bf
[]
no_license
slgero/cpp_coursera
a58630122da641b15b97f0081f106a7fc8d03090
53c384f664c2473badb820227fd48a2f708ca9c5
refs/heads/master
2020-04-29T09:40:11.300623
2019-05-15T09:03:57
2019-05-15T09:03:57
176,033,265
1
0
null
null
null
null
UTF-8
C++
false
false
2,041
cpp
#include <algorithm> #include <iostream> #include <string> #include <string_view> #include <vector> using namespace std; bool IsSubdomain(string_view subdomain_view, string_view domain_view) { const string subdomain(rbegin(subdomain_view), rend(subdomain_view)); const string domain(rbegin(domain_view)...
[ "sersavvov@yandex.ru" ]
sersavvov@yandex.ru
1e81b78a3d326b43888eb023cbccb331cb762cfb
5432fbf4730c08280757af6eade1e665c81ab2f4
/gmatrix.cc
0d686465be9a26ae91fa42d5c0184babe4ec5e95
[]
no_license
foool/nclib
dd8b126ef800c70b6cb6ab1537ae9db39aa60818
e24b5f77251a6fb49af61070cb01d329c08113b6
refs/heads/master
2021-01-01T18:37:53.816502
2014-07-17T11:56:44
2014-07-17T11:56:44
6,883,883
1
1
null
null
null
null
UTF-8
C++
false
false
36,256
cc
#include "nc.h" #include "galois.h" #include "utils.h" /* Create an empty matrix */ GMatrix::GMatrix(){ rr = 0; cc = 0; ww = 8; } /* Create an matrix , Set r, c and resize elems */ GMatrix::GMatrix(int rows, int cols, int w){ rr = rows; cc = cols; ww = w; Resize_matrix(); } /* Create a m...
[ "navylq@163.com" ]
navylq@163.com
0b42f9f74f5087552444b4fff230ad8269f7ea2a
cf33dd9977dc57def180a83f6e6923620c2714eb
/drivers/Sensor_Libraries/VEML7700.h
c927d65b786dc6af443ab810f5c2e1816fc1ca88
[]
no_license
rishabhjiresal/CyberPhysical-Interface
177c3de0114b243ef15a1fe59758e6b3a2205608
f35e1339097bedf980c6a33b541d459afbbe86b4
refs/heads/main
2023-06-05T02:17:54.469224
2021-07-06T17:57:22
2021-07-06T17:57:22
370,860,046
0
0
null
null
null
null
UTF-8
C++
false
false
2,344
h
#ifndef _VEML7700_H_ #define _VEML7700_H_ /** * Vishay VEML7700 * High Accuracy Ambient Light Sensor with I2C Interface */ /* * @code * @endcode */ class VEML7700 { public: /** * VEML7700 constructor * * @param sda SDA pin * @param sdl SCL pin * @param addr addr of the I2C peripheral */ VEML7700(Pi...
[ "rishabhjiresal@Rishabhs-MacBook-Air.local" ]
rishabhjiresal@Rishabhs-MacBook-Air.local
0fb47e3b3ad22ed958174bbc63ce38227283b820
70064ef4c11f06ba0ca598f3072c3496e1817067
/src/qt/bitcoingui.cpp
9e69c508a32ee01009f54c85a2c5e4feb08a0401
[ "MIT" ]
permissive
sibcool/Eidas
f95849e92bfb979f6bfc3d5ac4dfc9951334ee7f
ab9aa5b6e64a2eccf4ad0234b784afa8cf5586c2
refs/heads/master
2020-05-18T19:33:39.397627
2018-07-20T22:18:36
2018-07-20T22:18:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
38,704
cpp
/* * Qt4 bitcoin GUI. * * W.J. van der Laan 2011-2012 * The Bitcoin Developers 2011-2012 */ #include "bitcoingui.h" #include "transactiontablemodel.h" #include "addressbookpage.h" #include "sendcoinsdialog.h" #include "signverifymessagedialog.h" #include "optionsdialog.h" #include "aboutdialog.h" #include "clientm...
[ "32418366+EiDaSdev@users.noreply.github.com" ]
32418366+EiDaSdev@users.noreply.github.com
f548c6a0e80b8cdbb0da485776256313b10cfca2
98dc6f0f7c85dbfae6d40df288dde6f392311f43
/src/include/lem/solarix/WordEntrySetEnumerator.h
f871abb7a82c0b5ee432bbdb823430fc3810bcf0
[]
no_license
Atom9j/GrammarEngine
056cba6652a78e961cee6e9420f8b606563a3d77
7966a36b10d35cf6ba1c801701fa49d3c2c6add2
refs/heads/master
2021-04-27T00:10:28.165368
2018-03-03T12:19:37
2018-03-03T12:19:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
509
h
#if !defined WordEntrySetEnumerator__H #define WordEntrySetEnumerator__H namespace Solarix { class LS_ResultSet; class WordEntrySet; struct WordEntrySetItem; class WordEntrySetEnumerator { private: LS_ResultSet *rs; WordEntrySet *sets; public: WordEntrySetEnumerator( LS...
[ "mentalcomputing@gmail.com" ]
mentalcomputing@gmail.com
42a58156fd3a5f32863ea27b09b87139e527faf6
ba1205211dbf154ef80b430a6cf0f86bfeabe874
/sum.cpp
bc6c5bbf81c6b28dc8719767180c1184afbbfc04
[]
no_license
GulkhanAnassova/Project1
285e33a951c3cc4d5387c716de93148a9d3a28f8
e8a66a6c381eda6ec04f263fd127c9d5727ee9b7
refs/heads/master
2021-01-24T13:01:31.325652
2018-02-27T17:20:15
2018-02-27T17:20:15
123,161,467
0
0
null
null
null
null
UTF-8
C++
false
false
719
cpp
/* Author: Gulkhan Anassova Course: CSCI 135 Instructor: Genady Mariyash Assignment: Task A.Adding integers write a program that reads a sequence of integers from cin, and report their sum. */ #include <iostream> #include <fstream> using namespace std; int main(){ //fstream inFile; // inFile.open("numbers....
[ "anassovagulkhan@Anassovas-MacBook-Pro.local" ]
anassovagulkhan@Anassovas-MacBook-Pro.local
9fd8eb058718a2a855be4a65c0920863becd247f
5e475a27957cf92dffbfed1505348121d6c215eb
/firestore/src/include/firebase/csharp/firestore_instance_management.cc
8031b8599f910e1dc35664e1e2ffc14e4e382a00
[ "Apache-2.0", "LicenseRef-scancode-proprietary-license" ]
permissive
nitish-awasthi/firebase-cpp-sdk
fa08e21fe8e2bf94daf581f7b9dd75a8772ad05c
8d51ba941ea5e3894433dcff8e8cbb905bdb2af3
refs/heads/master
2022-12-16T20:23:44.498171
2020-09-09T17:26:42
2020-09-09T17:26:42
294,985,019
0
0
Apache-2.0
2020-09-12T16:43:07
2020-09-12T16:43:06
null
UTF-8
C++
false
false
1,279
cc
#include "firebase/csharp/firestore_instance_management.h" #include "firebase/app/client/unity/src/cpp_instance_manager.h" #include "firebase/firestore.h" namespace firebase { namespace firestore { namespace csharp { namespace { CppInstanceManager<Firestore>& GetFirestoreInstanceManager() { // Allocate the CppIns...
[ "amaurice@google.com" ]
amaurice@google.com
a5f7cc10fddde20b982e64500c874ba1edd5480c
3cda2503c12f55e6fe50c671f651ee46bd73492f
/simdpp/operators/bit_or.h
3c6ecc3de0e6f99ddaf9ae3602b03a21b4dc444c
[ "BSL-1.0", "LicenseRef-scancode-proprietary-license", "CC-BY-4.0" ]
permissive
p12tic/libsimdpp
f59937921a3eda472ff41a7ee981158ccf326a96
16878c9a877aca6022270176738fb5046ed25aa5
refs/heads/master
2023-08-28T20:44:57.495397
2023-02-01T14:59:45
2023-02-01T14:59:45
9,942,292
1,106
149
BSL-1.0
2023-02-01T14:59:47
2013-05-08T17:45:25
C++
UTF-8
C++
false
false
3,770
h
// This file is generated by tools/gen_operators.pl. CHANGES WILL BE OVERWRITTEN /* Copyright (C) 2013-2014 Povilas Kanapickas <povilas@radix.lt> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ...
[ "povilas@radix.lt" ]
povilas@radix.lt
baf650f94f30728869cec80294b3fac6007705e8
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/content/child/fileapi/webfilesystem_impl.cc
71291180bbb41e66f6bd193e246849aa30c28571
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
27,265
cc
// Copyright 2013 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 "content/child/fileapi/webfilesystem_impl.h" #include <stddef.h> #include <tuple> #include "base/bind.h" #include "base/lazy_instance.h" #inclu...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
9b6f1cbbd3e17c4d54262179af3862c934f8141f
051c898be81003a5c90f5a1ce77a252252774973
/home1/_by_users/Даниэль Юлий Михайлович-82739697/G-34080319-gcc_docker2-OK.cpp
8dcc66693992b2ee76e6005960d47a6eaa400d0b
[]
no_license
mmatrosov/FKN2020
29caffa241882e672df654b4857b5674d5f96f6e
38bfa7811d4af175415f7cc4da81df44b5b4a74c
refs/heads/master
2022-12-27T19:15:05.849915
2020-10-16T07:12:27
2020-10-16T07:12:27
298,350,636
0
0
null
null
null
null
UTF-8
C++
false
false
1,036
cpp
#include <iostream> const int MAXPOW = 8; const int SUFLEN = 6; void print_bin(int cur) { for (int i = 3 * MAXPOW - 1; i >= 0; --i) { std::cout << ((cur & (1 << i)) != 0); } std::cout << std::endl; } int my_cast(char symbol) { return static_cast<int>(symbol) & ((1 << MAXPOW) - 1); } int main...
[ "mikhail.matrosov@gmail.com" ]
mikhail.matrosov@gmail.com
fc4a275e7bebe01be33dbedd54de87e623bae8d1
69e57f39a78af7814123d7c42b6f90a82bb24f6f
/Classes/Flower.cpp
056b4c8e853819780f7306568bd7285d88c87a85
[ "MIT" ]
permissive
jhj000213/SuperMario
d28a35410b09b466063a75bdbc7c8b90d8a7b818
4f1ece630c8ad7395b369d5c881e5e46f3c910ec
refs/heads/master
2022-11-24T08:29:49.830735
2020-07-30T20:23:54
2020-07-30T20:23:54
283,863,237
1
0
null
null
null
null
UTF-8
C++
false
false
1,386
cpp
#include "stdafx.h" void Flower::m_init(Vec2 Pos, Layer * layer, Vector<Block*> *v, Vector<Flower*> *mv) { mush = Sprite::create(); mush->setPosition(Pos.x + 8, Pos.y); mush->setAnchorPoint(Vec2(0.5, 0)); layer->addChild(mush, -1); mush->setVisible(false); Vector<SpriteFrame *>aniFrames1; char str1[256]; for ...
[ "jhj000213@naver.com" ]
jhj000213@naver.com
796a38337e41a9b08e7a5362378d01aa894262cc
abb2e3c79d4d92cb32d28f806a37af1246286419
/src/FDK/encoder/encoder.cpp
ad06cce67292087213ba50948d43b9ea62b068da
[]
no_license
acortix/fdk
ea90cf08f8e0502c347c31d8d1a6cd109e234999
c85405f553d8d7d4c790c25b928ed53d3d5d46f5
refs/heads/master
2021-03-13T00:03:03.762081
2014-11-19T04:48:11
2014-11-19T04:48:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
41
cpp
#include "encoder.h" namespace FDK { }
[ "dennis.sedov@gmail.com" ]
dennis.sedov@gmail.com
0f6a4861a5b7aed73fd75d8dc97181b8c5d24df4
52f72da6954d2e9cda49f9a7153f1ad4f0e152fa
/Simple_Interpreter/DivStatement.cpp
097a5680984470b2759e78c143ea8f4848998471
[]
no_license
mvong/Completed-Works
4b727ba69109cbff2dcdd8efcfbf12137d45cb1a
74b285a843fb3469dc081473045971d653387c5b
refs/heads/master
2021-01-10T06:53:42.503840
2018-03-01T21:59:39
2018-03-01T21:59:39
52,390,770
0
0
null
null
null
null
UTF-8
C++
false
false
1,254
cpp
#include "DivStatement.h" #include <iostream> #include <sstream> #include <cmath> #include <ctype.h> using namespace std; DivStatement::DivStatement(string tempName, string tempVal) { variableName = tempName; valStr = tempVal; } DivStatement::~DivStatement() {} /* Divides an existing variable by either another ex...
[ "mvong@usc.edu" ]
mvong@usc.edu
ce39d74554216f6b89b1e1167b90c042c214fe63
88ae8695987ada722184307301e221e1ba3cc2fa
/chrome/browser/ash/app_list/search/os_settings_provider.cc
afcf178db5a05e9fe05bfabeee5800566a998ea2
[ "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
16,598
cc
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ash/app_list/search/os_settings_provider.h" #include <algorithm> #include <memory> #include <string> #include "base/containers/flat_map.h" #include "...
[ "jengelh@inai.de" ]
jengelh@inai.de
0cfd8710ce78f0bdf7cdb7cc611a7c9bd13a79ea
59cc123d77f6fe4c15be715603342505061b7f69
/item.cpp
6ca15c4b3e6aea3ca7472e120fed42f469f7f32a
[]
no_license
GameCreaterss/3Dplane
c6222d5c26248702a4ce3b8a85af76b74a849769
186e6aef73c1050d1a76216cfc351202594b85e2
refs/heads/master
2020-03-17T09:09:57.233681
2018-05-15T05:59:12
2018-05-15T05:59:12
133,463,838
0
1
null
null
null
null
SHIFT_JIS
C++
false
false
7,840
cpp
//============================================================================= // // アイテム処理 [item.cpp] // Author : // //============================================================================= #include "item.h" #include "shadow.h" //***************************************************************************** /...
[ "loliconmiu@gmail.com" ]
loliconmiu@gmail.com
a02c71b218bbd5103a06dd735e55f2b723c01b71
456c1fb6cca6a41ef10ca9118a89399b41fe349e
/drivers/MultiOrderStudy/MultiOrderStudy.h
7fb8e5549b7faef9fb4dd3582b3b20a32926e1bd
[]
no_license
lw4992/Camellia
d0ee2f96806ced40dace4291430fffe7d1e67281
7b5d05b3f21f4db3e8ed65431fa2820bb8cce7a8
refs/heads/master
2020-12-24T12:47:39.840978
2015-03-10T21:51:56
2015-03-10T21:51:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,216
h
#ifndef MULTI_ORDER_STUDY #define MULTI_ORDER_STUDY // @HEADER // // Copyright © 2011 Nathan Roberts. 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 r...
[ "jchan985@36274a68-8941-4c93-80ef-affaed5139da" ]
jchan985@36274a68-8941-4c93-80ef-affaed5139da
8e21d3bb6d827b97706a887ebd8fa5624f31d0a1
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5636311922769920_0/C++/LVA007/kap.cpp
f1c107e7773a14a95b959f8ef086b68cc49b276b
[]
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
626
cpp
#include <bits/stdc++.h> #define _DEBUG using namespace std; const int N = (int)1e5 + 1; const int inf = (int)1e9 + 7; const int M = 261; const int K = 10; void solve(int test) { int k, c, s; cin >> k >> c >> s; cout << "Case #" << test << ": "; if (s < k) { cout << "IMPOSSIBLE" << endl; return; } for (in...
[ "alexandra1.back@gmail.com" ]
alexandra1.back@gmail.com
3249e1c917a5612e4413536c18a5051129963c57
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/chrome/browser/ash/login/users/avatar/user_image_file_selector.cc
41a834a408f00b0c81eb497379ce019b3ba9a345
[ "BSD-3-Clause" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C++
false
false
3,325
cc
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ash/login/users/avatar/user_image_file_selector.h" #include <utility> #include "base/check.h" #include "base/path_service.h" #include "chrome/browser...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
2b191155d20441004566d957dd7559047c37a5cd
6f26054ad1eceb62d282785abc63a6852a3af222
/Lin Lab/exp_eval/Expression_Evaluator.hpp
70764f6b48335f0069aea1b51954a60b9392c404
[]
no_license
wspires/Lin-Lab
a2ce103bcbfc5c3781915b0698308676318a0125
8f30fd0a5651d21a3c28ac7fdb5f5f174a7138fa
refs/heads/master
2020-04-11T05:07:00.548241
2018-12-13T04:13:32
2018-12-13T04:13:32
161,538,111
1
0
null
null
null
null
UTF-8
C++
false
false
1,912
hpp
// // Expression_Evaluator.hpp // Lin Lab // // Created by Wade Spires on 1/22/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #ifndef EXPRESSION_EVALUATOR_HPP #define EXPRESSION_EVALUATOR_HPP #include "All_Functions.hpp" #include "All_Operators.hpp" // c++ headers #include <string> #includ...
[ "w.h.spires@gmail.com" ]
w.h.spires@gmail.com
25f68aa451819b3e80440ea44777b3e61a41929c
b70dbe7b900b61485b2f97b894d75b252e532bbe
/src/Modules/Legacy/Fields/SplitFieldByDomain.h
c741f082430e265c81f14b0ed7fd1a638db37c7e
[ "MIT" ]
permissive
SeyhmusGuler/SCIRun
960787bab96106df4f0f15e4b595a5c511c37edd
0bdf06887c263bed3bb57f7cad3d285d368cf129
refs/heads/master
2021-01-22T16:38:51.598275
2016-02-12T07:11:35
2016-02-12T07:11:35
35,108,610
0
0
null
2015-05-05T15:39:31
2015-05-05T15:39:31
null
UTF-8
C++
false
false
2,499
h
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2015 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (...
[ "dwhite@sci.utah.edu" ]
dwhite@sci.utah.edu
f62e1d65c985678159ab42860d50a63253bbbd56
184a88de5fdf30388730e85961881e603bc9fea3
/VP/VPFramework/Model/EdGraph/EdGraph.cpp
91bc7c674527debcb4ff09354fc129cd908882c4
[ "Apache-2.0" ]
permissive
372507038/QtBlueprint
cf728cb37a78e7dc3afe23133d1db63ef48a76ba
6f948bcb170b0d921fff4a895f38edb668b5c52b
refs/heads/master
2022-11-20T13:37:41.898853
2020-07-16T03:11:36
2020-07-16T03:11:36
291,607,152
1
0
Apache-2.0
2020-08-31T03:42:38
2020-08-31T03:42:37
null
UTF-8
C++
false
false
517
cpp
#include "EdGraph.h" UEdGraph::UEdGraph() : UObject() { } UEdGraph::UEdGraph(const UObjectInfo& info) : UObject(info) { } UEdGraph::~UEdGraph() { } UEdGraph::UEdGraph(QString ObjectType, QString ObjectName) : UObject(ObjectType.isEmpty() ? typeid(UEdGraph).name() : ObjectType, ObjectName) { } void UEdGraph::Ser...
[ "34299738+zxffffffff@users.noreply.github.com" ]
34299738+zxffffffff@users.noreply.github.com
c5c1fbfd26e9d992465818f151ca1bd6917f32b0
4cb988c157c61510196cb4ab9eefd97f085a38c4
/AADC_PedestrianDetection/cPedestrianDetection.h
4113537a5bf721a8ad0335287f5a4b31a374de44
[]
no_license
alf7379/AADC2017___leTHIt_drive
0d898e32159215603e6a52a4daa907ad99504839
5dd67e3acbe7a3bc7ae42d38d3029e53b6ff643c
refs/heads/master
2021-08-26T06:38:13.499356
2017-11-21T21:16:58
2017-11-21T21:16:58
111,595,886
0
0
null
null
null
null
WINDOWS-1258
C++
false
false
9,938
h
/** Copyright (c) Audi Autonomous Driving Cup. 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 conditions and the f...
[ "alf7379@thi.de" ]
alf7379@thi.de
857ecd86ad8786581ce7ca421fb4e522188195e8
42d504a534ccfa17359dd86d462906550b16c17f
/src/apps/hello/main.cpp
e18ca2edbccf0dacd61c8c18d8ba441f4de98d44
[ "BSD-3-Clause" ]
permissive
bpeabody/scramjet
79d90bcf4e1ba25e720b975bbd0b8b29869bebe7
520903f9c103767b7c7072e5200685ae8b9eab10
refs/heads/master
2021-01-22T22:34:32.116612
2017-05-29T22:07:48
2017-05-29T22:07:48
92,778,877
0
0
null
2017-05-29T22:09:14
2017-05-29T22:09:14
null
UTF-8
C++
false
false
373
cpp
#include <bdld_datum.h> #include <bslma_default.h> #include <sjtm_engine.h> #include <iostream> int main(int argc, char* argv[]) { using namespace BloombergLP; bslma::Allocator *alloc = bslma::Default::defaultAllocator(); sjtm::Engine engine(alloc); engine.setGlobal("foo", bdld::Datum::createNull())...
[ "brock.peabody@gmail.com" ]
brock.peabody@gmail.com
3cebfb638601b6a285ebeea9a6808fd49fa67a03
9a48be80edc7692df4918c0222a1640545384dbb
/Libraries/Boost1.40/libs/asio/example/chat/posix_chat_client.cpp
f284de6148cc8906160fd57248f0d701ad170c31
[ "BSL-1.0" ]
permissive
fcrick/RepSnapper
05e4fb1157f634acad575fffa2029f7f655b7940
a5809843f37b7162f19765e852b968648b33b694
refs/heads/master
2021-01-17T21:42:29.537504
2010-06-07T05:38:05
2010-06-07T05:38:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,565
cpp
// // posix_chat_client.cpp // ~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #include <cstdl...
[ "metrix@Blended.(none)" ]
metrix@Blended.(none)
7c64d6e813417663f52c66ea24681a28fadc5c01
6e32f5dde7906e3b60f46cf5818c6b839af15ce8
/Online Judge/codeforces/April Fools Day Contest 2013/A.cpp
8205c8a9f7b4978d466a5f22b827e2778d598659
[]
no_license
mortal123/code-jam
4bbca2433d51218188435d2efbd21adfdd0903c8
403ae3caf35b1ef2bf93cccdfec0209a812cdf05
refs/heads/master
2021-01-23T13:57:36.364336
2014-11-28T10:41:47
2014-11-28T10:41:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,460
cpp
#include <cstdio> #include <cstdlib> #include <algorithm> using namespace std; char mat[34][42] = {"111111101010101111100101001111111", "100000100000000001010110001000001", "101110100110110000011010001011101", "101110101011001001111101001011101", "101110101100011000111100101011101", "100000101010101011010000...
[ "lwhao2012@gmail.com" ]
lwhao2012@gmail.com
e491d7ebfe1d61cdc092ac627e0ad6ea429afa36
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/2012-2016/2016/croc/elim/c.cpp
1a4457c46354b1990433b8d095b0adb62933bd8a
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
1,089
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<(to);x++) #define FORR(x,arr) for(auto& x:arr) #define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++) #define ALL(a) (a.begin()),(a.end()) #...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
67f8a1d4c19a44a50961ad3cc4d4947758c32a36
894f0ace214183fd27d2f9cea6dbb9c2074adcbb
/DBCP and SPICi/Experimentation/Codes/spici full complete- A.cpp
e22fb2608def51b9a280b91f157fd7946434b3c1
[]
no_license
talhaibnaziz/research
7c637620a8f8d981c57db5b6535ed4108aaa4f7f
ce0a97a9cf7d892b474cbcfd6ed5f1ee5ec715c8
refs/heads/master
2023-06-04T19:42:42.221331
2021-07-01T05:22:44
2021-07-01T05:22:44
105,381,772
2
0
null
null
null
null
UTF-8
C++
false
false
14,032
cpp
//Taken from Spici Full complete //No post processing is done. //Head is selected according to the value of support. No extra algorithm. //but the value of cost is inverse // Max_cost= ( max value between all the edges +1) // In find_max_wedge, density and support function the cost is changed to max_cost-cost. //...
[ "talhaibnaziz6343@gmail.com" ]
talhaibnaziz6343@gmail.com
cde8e7af067f0f9fcc312678120f8341b339247e
a008b112837ba18b5a3325bf559a78a1993d0717
/courses/cpp/exp5_1.cpp
645f834514d2b6e32ec47fd4d55cbc8c18b052c3
[]
no_license
jokerlee/college
4509aadc180ad2a4e11dc19e56af2b9f4cd6ba03
3fbbb79d86b25e55a68141c3ee1292af0b48af1a
refs/heads/master
2020-12-24T16:49:24.656255
2014-01-31T04:19:45
2014-01-31T04:19:45
16,399,338
1
0
null
null
null
null
GB18030
C++
false
false
1,688
cpp
/* 1、 对Point类重载++和――运算符 编写C++程序完成以下功能: (1) Point类的属性包括点的坐标(x,y); (2) 实现 Point类重载++和――运算符: ++p,--p,p++,p--。 ++和――分别表示x,y增加或减少1。 */ #include <iostream> #include <cmath> const double pi = 3.141592654; using namespace std; /*==============CLASS POINT==============*/ class Point { private: ...
[ "lijie@hortorgames.com" ]
lijie@hortorgames.com
b2186f6b4dbf5102e4e7e01794e236520c8fa3e2
6276ee99caf2a4bfd5adeefa4e815a30b220075e
/Baekjoon/9373_복도_뚫기.cpp
949b05325622282259d0f1247d2b454b865c676a
[]
no_license
RokwonK/Problem_solving
ba95b71aac0567e1d321484d2ffd9809c8b6654e
92bf77b93fcbe9102a18fc30a9d539276b06ffc5
refs/heads/master
2022-12-05T00:10:21.709831
2020-08-13T05:44:17
2020-08-13T05:44:17
210,171,514
0
0
null
null
null
null
UTF-8
C++
false
false
2,164
cpp
#include<cstdio> #include<algorithm> #include<vector> #include<cmath> using namespace std; struct info{ int v1; int v2; double value; }; struct vertex_info{ int x; int y; int r; }; int W, N; int union_find[1005]; bool compare_vertex(const vertex_info& a, const vertex_info& b ) {return a.x ...
[ "wonrok97@naver.com" ]
wonrok97@naver.com
ab2e1ccbeeb08caacc3a8da641e7e165463109c9
1c390cd4fd3605046914767485b49a929198b470
/poj/P1502.cpp
b4d7b9b395c257010387c860746fb3431283eaf3
[]
no_license
wwwwodddd/Zukunft
f87fe736b53506f69ab18db674311dd60de04a43
03ffffee9a76e99f6e00bba6dbae91abc6994a34
refs/heads/master
2023-01-24T06:14:35.691292
2023-01-21T15:42:32
2023-01-21T15:42:32
163,685,977
7
8
null
null
null
null
UTF-8
C++
false
false
581
cpp
#include<iostream> using namespace std; int v[105][105]; char c[20]; int main () { int x,n,i,j,k; while(scanf("%d",&n)!=EOF) { memset(v,0x3f,sizeof(v)); for(i=1;i<=n;i++) v[i][i]=0; for(i=1;i<=n;i++) for(j=1;j<i;j++) { cin>>c; if(c[0]!='x') { sscanf(c,"%d",&x); ...
[ "wwwwodddd@gmail.com" ]
wwwwodddd@gmail.com
60e811edec4388299f25bbad742b2839a01434bf
a5c572bee68a434f514443bc65a2bbf72ed9abf0
/imageprocessingtoolwidget.cpp
9050e73c07c37a75fbfcc4122d9f6c360445f063
[]
no_license
umaatgithub/ImageProcessingOpenCV
07a7997dc0a54c2cbb92af97e846568f3d49f569
007841641b7c8ef3e4d598009d6453499d08bea9
refs/heads/master
2021-01-21T13:03:44.929713
2016-05-20T05:43:38
2016-05-20T05:43:38
54,843,028
0
1
null
null
null
null
UTF-8
C++
false
false
2,927
cpp
#include "imageprocessingtoolwidget.h" /*************************************************************************** * Input argument(s) : QObject *parent - Passed to base class constructor * Return type : NIL * Functionality : Constructor to initialize all the member variables * ...
[ "umamahesh.research@gmail.com" ]
umamahesh.research@gmail.com
50afb4fdea991eccd1ef6899335012a5c52a0474
55a4fa8f0fe859d9683b5dd826a9b8378a6503df
/item/sk_server/src/history_single_dict.cpp
3d92a4ced4649aaea72db39a84612ba6319b7248
[]
no_license
rongc5/test
399536df25d3d3e71cac8552e573f6e2447de631
acb4f9254ecf647b8f36743899ae38a901b01aa6
refs/heads/master
2023-06-26T05:38:37.147507
2023-06-15T03:33:08
2023-06-15T03:33:08
33,905,442
2
1
null
null
null
null
UTF-8
C++
false
false
18,523
cpp
#include "history_single_dict.h" #include "base_def.h" #include "log_helper.h" #include "ul_sign.h" #include "common_util.h" #include "proc_data.h" #include "hsingle_search_index.h" #include "sk_util.h" history_single_dict::history_single_dict() { } history_single_dict::~history_single_dict() { destroy(); } int ...
[ "zhangming025251@gmail.com" ]
zhangming025251@gmail.com
bd19320c458ea03c38bff95c8c23d1c9a8a87ff2
7fc6ea37661963f4e662bcae25454d23bd5c5e5e
/Code/Drone_V0.0/Drone_V0.0/WS2812.cpp
bad8086b795cb58516c7115df0178d81c873aee7
[]
no_license
JuanMorency/Project_Sij
c6af1d5f0e00c3ff980a38c110d38ab02b321e9d
3889a27e6dfb6bf07f42f06c4fa6bc5c2e66e8f7
refs/heads/master
2023-04-22T01:12:47.783681
2023-04-02T02:09:57
2023-04-02T02:09:57
62,460,211
0
0
null
null
null
null
UTF-8
C++
false
false
6,405
cpp
/** ****************************************************************************** * File Name : WS2812.cpp * Description : Class for controlling multiple RGB WS2812 LED strips * Author : Matthias Riegler, Juan Morency Trudel (Adaptation) * Version : 2.1 * Date : September 6, 2014 ...
[ "juan-m-t@hotmail.com" ]
juan-m-t@hotmail.com
227f7b362aedc7e098fe62d320a3bf1dcda21e3f
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/eigen3/src/Eigen/src/StlSupport/StdDeque.h
1e951821d64fb9e6be7d18bde1aa64b2a4868168
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MPL-2.0", "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "Minpack" ]
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,963
h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2009 Hauke Heibel <hauke.heibel@googlemail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a ...
[ "jengelh@inai.de" ]
jengelh@inai.de
bf20d6c917c25362c22d210ae9bf74b6bf6730bb
018f64ac9572955fb9f6c252ef7ee4d6293eef55
/src/util.cpp
02feed9f0c8f77fbaf0c6a02a2ae55a9c10ed4e3
[ "MIT" ]
permissive
witchcoindev/witch
178f12aa368f808ee6600a71e4629e0d78f868da
82c51b503d35a8703d9ce029356aa314a41cc100
refs/heads/master
2021-01-21T19:40:15.214714
2017-05-23T08:03:50
2017-05-23T08:03:50
92,151,226
0
0
null
null
null
null
UTF-8
C++
false
false
37,909
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "util.h" #include "sync.h" #include "strlcpy.h" #include "version.h" #inc...
[ "witch@scryptmail.com" ]
witch@scryptmail.com
407212aa8edbd1ebec02e3ae2fdcf2e8c8521b83
d8c8268f77289eed0e7fb5afff7bbac491f7c45d
/src/TrafficLight.h
d6ed5f71176d37c5794f26a4896c118a5fe0b229
[]
no_license
aravind19961/traffic-simulation
6f270fc45cc17634e71964197a7ccba58357106b
0c43bb10659f1a7b5d1217c6ba9f6f937645c93c
refs/heads/master
2023-04-22T06:08:54.290663
2021-05-03T08:02:14
2021-05-03T08:02:14
297,733,948
0
0
null
null
null
null
UTF-8
C++
false
false
2,094
h
#ifndef TRAFFICLIGHT_H #define TRAFFICLIGHT_H #include <mutex> #include <deque> #include <condition_variable> #include "TrafficObject.h" // forward declarations to avoid include cycle class Vehicle; // FP.3 Define a class „MessageQueue“ which has the public methods send and receive. // Send should take an rvalue r...
[ "alluriaravind3@gmail.com" ]
alluriaravind3@gmail.com
c6cfda63b3fb49f314c2e114e2a6f376f2a2d25d
e8a363ad4f0d3e727f0108306e424b85b9f1856b
/Examples/Compilation steps/assembling/A.cpp
1af50c248169f0b660dd1e9ba7a07f37cfd8ea09
[]
no_license
dendibakh/Linker
17012bc7f28507c1041bb940c9d216ec817c40db
ea6ee82719101b00f4ee9529467b5723b5a4b6c1
refs/heads/master
2021-01-19T17:47:52.543034
2015-10-29T08:56:38
2015-10-29T08:56:38
39,379,759
0
0
null
null
null
null
UTF-8
C++
false
false
102
cpp
static int stat_var = 1234; void A() { int local_var = 5678; local_var = stat_var; }
[ "dendibakh@gmail.com" ]
dendibakh@gmail.com
5b3d854faa410f45472942011414bd722a28dca8
ac0d7292e8921bee1f6f04b02b7f4f8207623ea1
/PRATICA11/MyHashMap.h
d178540e9ca933c028459dd0d78e11a4c3a9e06a
[]
no_license
dell2duo/Data-Structure
c82329fc8b843553abe5d841966e1ad38713bf5a
323e365a42abbd28093ba2e0e185d82068c0294e
refs/heads/master
2022-12-11T07:46:31.095137
2020-09-14T18:40:25
2020-09-14T18:40:25
191,229,027
0
0
null
null
null
null
UTF-8
C++
false
false
5,104
h
#ifndef MY_HASH_MAP_H #define MY_HASH_MAP_H //tamanho (numero de linhas) da tabela hash... (numero pequeno para facilitar a visualizacao) //esse e' o tamanho padrao das nossas tabelas (idealmente deveriamos usar valores maiores do que esse) const int DEFAULT_TABLE_SIZE = 10; #include <algorithm> //contem a c...
[ "rafael.rocha.ufv@gmail.com" ]
rafael.rocha.ufv@gmail.com
dc30eedf28837333c5a75c0af733a450f1d5b64e
5697a5dff898390d82df9031b2de481e19463d8d
/Домашно 4/Zad2/Zad2/fn62375_d4_2_VC.cpp
2fc7bf88b04174de6ef844a7e0a69ec2fda818da
[]
no_license
hdoychev/Introduction-to-programming-FMI
e23e4677550afb39cd954a1373c9851e172a8b19
355ee3a1ff63d438e985c6fb07edcb9f699e309c
refs/heads/main
2023-03-21T21:39:42.281092
2021-03-09T12:34:38
2021-03-09T12:34:38
345,992,186
0
0
null
null
null
null
UTF-8
C++
false
false
3,503
cpp
/** * * Solution to homework assignment 4 * Introduction to programming course * Faculty of Mathematics and Informatics of Sofia University * Winter semester 2020/2021 * * @author Hristo Doychev * @idnumber 62375 * @task 2 * @compiler VC * */ #include <iostream> using namespace std; int n, m, endX, endY; int matrix[20...
[ "56316809+hdoychev@users.noreply.github.com" ]
56316809+hdoychev@users.noreply.github.com
09a4de201214ff9179ff8eb1fc6cc61c8f314258
6a5bcb74e116c16ca603a5124b11f1e4355b42a1
/SDK/PUBG_BP_HealAmoutEffect_classes.hpp
ce987948f09e9a4aada4daafee694dfdb634a0c1
[]
no_license
taxi2za/PUBG-FULL-SDK
7ce8d261fb7a34f3dc9690c28408c285e487771d
a91088bcc1747de95a1fbd3416aada189799fb17
refs/heads/master
2020-04-27T07:26:16.461620
2019-03-05T14:52:06
2019-03-05T14:52:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
755
hpp
#pragma once // PUBG FULL SDK - Generated By Respecter (5.3.4.10 [04/03/2019]) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "PUBG_BP_HealAmoutEffect_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------...
[ "45327951+realrespecter@users.noreply.github.com" ]
45327951+realrespecter@users.noreply.github.com
5782620c470f4a9ee207d231ed7e7dd45a4fc6ac
2623109cd3c2b843cd10a2620765565a2528a40e
/klotski/llvmProgram/llvm/lib/Target/X86/X86InstructionSelector.cpp
f6d17c55c1cd43af7e4cb975ead236d46b6872f0
[ "NCSA" ]
permissive
ajgappmark/KlotskiSGX
43b179fd8e7310d26e2b214f7c7e5e9d671cd336
a95252d391043144578ed4cbfc809e399ee96713
refs/heads/master
2023-08-21T20:31:37.800505
2020-01-17T08:26:03
2021-10-22T07:41:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,900
cpp
//===- X86InstructionSelector.cpp ----------------------------*- C++ -*-==// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-----------------------------------------------------------...
[ "3487672+nczhang88pan@users.noreply.github.com" ]
3487672+nczhang88pan@users.noreply.github.com
a140783792f9767f29fdfd5d6a85a8854dc24c29
fd12c168e5d1c955e8a56279c152d33bb83e951f
/singleStroke2/src/ofApp.cpp
b2efefbf34b304469a2627a9b2e0e115ded89e99
[]
no_license
kschaer/kineticTypography
fb194b4a9691e33c33f2afee74c1ba5bdd8ba77f
2b1dea583a56e31d818ed0b3411ade47c9b91a48
refs/heads/master
2021-07-16T19:14:08.477505
2017-10-21T17:17:36
2017-10-21T17:17:36
106,459,244
1
0
null
null
null
null
UTF-8
C++
false
false
3,915
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup(){ ofBackground(20); ofSetColor(80); mappedMouse = 0; myString = "disco"; width = ofGetWidth(); height = ofGetHeight(); time = ofGetElapsedTimef(); sinTime = sin(tim...
[ "kaitlin.schaer@gmail.com" ]
kaitlin.schaer@gmail.com
9537350acda76edd37f648aca1a675ffe0d0266a
59d26a82f04ce5f30ebd5f2d372c7c6e2c5233b8
/Game/Classes/HelloWorldScene.cpp
04eb5983c1ca83fe844c5b9a8fc4b3c7bed4cc0b
[]
no_license
crazyboymx/Game
39e098919197fb6c79a9607424dc4bcfaad089cb
1d6ba622c144becfba2a8dd2aaa3936667218d37
refs/heads/master
2021-01-18T10:23:26.861423
2013-04-18T14:30:35
2013-04-18T14:30:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,437
cpp
#include "HelloWorldScene.h" #include "SimpleAudioEngine.h" using namespace cocos2d; using namespace CocosDenshion; CCScene* HelloWorld::scene() { // 'scene' is an autorelease object CCScene *scene = CCScene::create(); // 'layer' is an autorelease object HelloWorld *layer = HelloWorld::create(); ...
[ "jasonllinux@gmail.com" ]
jasonllinux@gmail.com
6b355fc82c435f9eba2084d244c445cf98579ee6
abac2ad12d105fd5c7b3dcc086f09d423d67988c
/source/common/common/fancy_logger.h
24cb554421645f35b347eaf582d9337bcd8ac01d
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
YaronKoller/envoy
88b27dcc09fe1f2c21e95e01f7ad88f9a201d017
367edfb2e36283b3c33a8fd433890666e9e10e04
refs/heads/master
2022-12-24T17:30:27.926873
2020-09-24T01:02:55
2020-09-24T01:02:55
271,299,307
1
3
Apache-2.0
2020-09-24T01:02:56
2020-06-10T14:29:09
C++
UTF-8
C++
false
false
5,046
h
#pragma once #include <string> #include "common/common/macros.h" #include "absl/container/flat_hash_map.h" #include "absl/synchronization/mutex.h" #include "spdlog/spdlog.h" namespace Envoy { using SpdLoggerSharedPtr = std::shared_ptr<spdlog::logger>; using FancyMap = absl::flat_hash_map<std::string, SpdLoggerShar...
[ "hxjiang@google.com" ]
hxjiang@google.com
af1fcf4b25974b7a3bfe4589a964e3eccf9e3690
8ac522d6d19225ee863a71d124451cf437d662b7
/vseros/2018/lvl2/2/simple.cpp
c32a7f8041cbbb8b94dc8d1722a482580c83a2c2
[]
no_license
Soberjan/Study
86490ba6fa918e977b9a0514a2604ea055167c3a
35ab609290f65fdf144cf2183752b38527f40f16
refs/heads/master
2020-03-28T17:33:10.175534
2020-01-22T17:06:14
2020-01-22T17:06:14
148,800,521
0
0
null
null
null
null
UTF-8
C++
false
false
1,736
cpp
#include <iostream> using namespace std; string s; int main() { // freopen("tests/08", "r", stdin); cin >> s; int len = int(s.length()), sum = 0; for (int i = 0; i < len; i++){ if (s[i] == 'V') sum += 5; else if (s[i] == 'L') sum += 50; else if (s[i] == '...
[ "operations.rannsoknir@gmail.com" ]
operations.rannsoknir@gmail.com
c3019c87526e17dc0320b0a97d0db7d21bc05635
53360319eaf69ff75f34e1c2c45cbcdfd12842c9
/groups/bsl/bslmf/bslmf_isconvertibletoany.cpp
c1191f927d7977ef04aac6f4b52e4c31ac1873c1
[ "Apache-2.0" ]
permissive
bloomberg/bde
229de23237d9cc0937ec2d0b69ef7dfcb1fa2154
7cc8e30c7218eaffbc31f518bd40794cc79f7282
refs/heads/main
2023-09-01T08:52:24.600136
2023-08-31T17:43:40
2023-08-31T17:43:40
6,619,178
1,429
338
Apache-2.0
2023-05-20T13:33:26
2012-11-09T20:00:30
C++
UTF-8
C++
false
false
929
cpp
// bslmf_isconvertibletoany.cpp -*-C++-*- #include <bslmf_isconvertibletoany.h> #include <bsls_ident.h> BSLS_IDENT("$Id$ $CSID$") // ---------------------------------------------------------------------------- // Copyright 2013 Bloomberg Finance L.P. // // Licensed under the Apac...
[ "abeels@bloomberg.net" ]
abeels@bloomberg.net
92e6d3ffa7cf566688760d44a0dd750f42fbd77d
7bcc698098e3e6337f0f8969738cf7251340182e
/HoughTransChecks/bin/plotHoughXYProjections.cc
a24c2127ffa66229c238b2d3874c824a5b4f143f
[]
no_license
robutti/usercode
ce6d7999ce1e8c84b7d70a958e633dc5fe493c75
fc0c74221136fc37c0e91aec5f340660f4e9f1e8
refs/heads/master
2016-09-06T01:01:40.368673
2014-07-18T09:05:59
2014-07-18T09:05:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,004
cc
#include <iostream> #include <sstream> #include <iomanip> #include <vector> #include <TFile.h> #include <TString.h> #include <TH3S.h> #include <TTree.h> #include <TBranch.h> #include <TH2S.h> #include <TROOT.h> #include <TStyle.h> #include <TCanvas.h> #include <TEllipse.h> using namespace std; int main(int argc, cha...
[ "" ]
bfc21ced6c1a4258fe7882fc982491939d9a9d2e
230fb8845f39bef0f30f5d3541eff5dc0641de14
/Connect3/Export/windows/obj/include/haxe/ds/IntMap.h
fa94c7a7f039f23bc8f4c6f9aebd2c785094ca6b
[]
no_license
vhlk/AlgoritmoMinMax
76abd62a6e2859ed229e5831264b6d8af27e318d
40eded4948794ca48d50d16d2133a9ab21207768
refs/heads/main
2023-06-30T15:16:17.492478
2021-08-02T13:29:32
2021-08-02T13:29:32
390,493,745
1
0
null
null
null
null
UTF-8
C++
false
true
4,083
h
// Generated by Haxe 4.2.0 #ifndef INCLUDED_haxe_ds_IntMap #define INCLUDED_haxe_ds_IntMap #ifndef HXCPP_H #include <hxcpp.h> #endif #ifndef INCLUDED_haxe_IMap #include <haxe/IMap.h> #endif HX_DECLARE_CLASS1(haxe,IMap) HX_DECLARE_CLASS2(haxe,ds,IntMap) namespace haxe{ namespace ds{ class HXCPP_CLASS_ATTRIBUTES Int...
[ "vhlk@cin.ufpe.br" ]
vhlk@cin.ufpe.br
b983347fc54f89aa7a9932d2082fd7034c532fd2
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5738606668808192_0/C++/hsyeo/C.cpp
6039e9a0c265da4b336f1bef1f4000112ac6dd00
[]
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
998
cpp
#include <iostream> using namespace std; long long flag[32]; long long pow(long long a, int b) { long long ret = 1; for (int i = 0; i < b; i++) ret *= a; return ret; } void output(int M) { int i, j; for (i = 0; i < 2; i++) { for (j = M; j >= 0; j--) { printf("%lld", flag[j]); } } f...
[ "alexandra1.back@gmail.com" ]
alexandra1.back@gmail.com
7a95f6b41b6acae4cd2fa3d4024f014e25f025a4
a15a38f3e152c9d8b61700dfa8967045514949fd
/wow/combine.cpp
5f580fabb4d639667749ef5bbcf7d926df5dcdf4
[]
no_license
daxmu/myWarcraft
bf546d93868106178e6eb9c0fbf7c7d88e0c1504
69248b822fa6fc2bb052b565813ed5e57d108753
refs/heads/master
2021-07-15T10:39:02.695326
2017-10-23T03:18:07
2017-10-23T03:18:07
106,570,866
0
0
null
null
null
null
UTF-8
C++
false
false
9,798
cpp
#include <iostream> #include <string> #include <vector> #include <iomanip> #define NDEBUG using namespace std; class Headquarter; class myTime{ public: myTime() = default; myTime(int time){ hour[0] = time % 10; time /= 10; hour[1] = time % 10; time /= 10; hour[2] = time % 10; time /=10; #ifndef ...
[ "liuzhijia@loongson.cn" ]
liuzhijia@loongson.cn
e694f3870f7140b448cb96f6666007c5a401bb35
90decd9c6fdce4800eb519f1287e485058f40cdd
/2015/3-2.cpp
c29690d83d23bc2afd83b18c30518ac391b9dcca
[]
no_license
lympassion/ccf-csp
8dfeddec57bce091a67ea64ae75d4e4c581bed28
039b4f0ec8385a370fff95946ceaef6cb7836c77
refs/heads/main
2023-03-20T12:06:34.281484
2021-03-11T08:54:42
2021-03-11T08:54:42
334,824,230
0
0
null
null
null
null
UTF-8
C++
false
false
813
cpp
/* * description: * Author: lympassion * Date: 2021/2/24 */ #include <iostream> #include <algorithm> using namespace std; struct info { int cnt; int val; }; info info1[1003]; bool cmp(info a, info b){ if(a.cnt == b.cnt){ return a.val < b.val; } return a.cnt > b.cnt; } int main(){ ...
[ "455283303@qq.com" ]
455283303@qq.com
899e6b9f2bd829c6b32ad5028538d6018a79e408
96e0f35a10a4242210b7351b4e43a00221750adc
/src/dpp/events/interaction_create.cpp
c20edd1b47b1eaa05bc9958a983705b14a22ac01
[ "Apache-2.0" ]
permissive
webtax-gh/DPP
72a2942cd09ff68b91c68adb55f72103c5aee084
89bb0fc19d2d532fdaa69546d4ef68914da6ab3e
refs/heads/master
2023-04-09T18:15:04.961551
2021-04-05T23:29:26
2021-04-05T23:29:26
354,682,507
0
0
Apache-2.0
2021-04-05T15:32:58
2021-04-05T01:12:41
C++
UTF-8
C++
false
false
346
cpp
#include <dpp/discord.h> #include <dpp/event.h> #include <string> #include <iostream> #include <fstream> #include <dpp/discordclient.h> #include <dpp/discord.h> #include <dpp/cache.h> #include <dpp/stringops.h> #include <nlohmann/json.hpp> using json = nlohmann::json; void interaction_create::handle(class DiscordClie...
[ "craigedwards@brainbox.cc" ]
craigedwards@brainbox.cc
48638ffb80efd978854665b0d5f311b73baa665f
01e65dff46cb9f157b78b010b55afbdeca5e5283
/Assignment-5/check for BST-13.cpp
3be30029be16bc60992f0016398ae1d115417b4e
[]
no_license
Santhoshnani12/CipherSchools_Assignment
d42b15172e1b394d518926799f8d19aea0bc437d
7984cf295dbf91c3eef2fe31e979d7e2e615e1d5
refs/heads/master
2023-03-07T20:04:05.112265
2021-02-21T16:47:28
2021-02-21T16:47:28
338,958,289
0
0
null
null
null
null
UTF-8
C++
false
false
919
cpp
#include<bits/stdc++.h> using namespace std; class node { public: int data; node* left; node* right; node(int data) { this->data = data; this->left = NULL; this->right = NULL; } }; int isBSTUtil(node* node, int min, int max); int isBST(node* node) { ...
[ "nanisanthosh789@gmail.com" ]
nanisanthosh789@gmail.com
83f03a926bda9ddcde7da6605089a3db6a872b40
cb5b061a07eaaaef65aaf674a82d82fbb4eea0c0
/depends/sdk/include/AccessibleRelation.h
9eb38550bf2e015a18373bf2bbe11715fea86622
[]
no_license
shwneo/MonacoIDE
5a5831a1553b2af10844aa5649e302c701fd4fb4
6d5d08733c2f144d60abc4aeb7b6a1a3d5e349d5
refs/heads/master
2016-09-06T07:34:03.315445
2014-06-01T15:06:34
2014-06-01T15:06:34
17,567,104
0
0
null
null
null
null
UTF-8
C++
false
false
7,757
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0555 */ /* at Tue Oct 29 13:51:51 2013 */ /* Compiler settings for d:/xulrunner-24.0.source/mozilla-release/other-licenses/ia2/AccessibleRelation.idl: Oicf, W1, Zp8, env=Win32 (32b run), ...
[ "shwneo@gmail.com" ]
shwneo@gmail.com
f69caf5da6b6dfc8189367ada17c954c5ecf0fe3
2c41a8e8a65a98b784c3d038b9e46a52a0a16f35
/ScreenRecord/ScreenRecorder.cpp
e9275fb50481b4b09dfbf4d7fd150858d9e8ed48
[ "MIT" ]
permissive
andy-zhangtao/ffmpeg-examples
ffd7126c93f542c0d4583d96eb836990d892d473
de48378d06c79eb3fb0a3a43d6d278f5a7404f35
refs/heads/master
2020-07-14T07:18:47.451974
2019-11-11T08:52:09
2019-11-11T08:52:09
205,271,307
61
24
null
null
null
null
UTF-8
C++
false
false
10,084
cpp
// // Created by zhangtao on 2019/8/30. // #include "ScreenRecorder.h" #include <inttypes.h> using namespace std; ScreenRecorder::ScreenRecorder() { av_register_all(); avcodec_register_all(); avdevice_register_all(); cout << "\nall required functions are registered successfully" << endl; } ScreenRe...
[ "ztao8607@gmail.com" ]
ztao8607@gmail.com
bd23570f9d66773d2f9d2c0fdaeb3028a17ccc6d
a8e5150091c3ac43e8000e7fc363872c6fc3eed1
/STEP800_proto_r3_firmware/Libraries/SparkFun_AutoDriver_Arduino_Library-V_1.3.0/examples/SparkFunLibraryTest/SparkFunLibraryTest.ino
cfbb6dc218588e67bab4e162e660d02c641de0ba
[ "MIT", "Beerware", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
kanta/STEP800_prototype
f30d94644d6aa34f1e4b20f017d1480c0cb5a285
3d43c5b437bc2555bbaa1721d2aab6900364d9a4
refs/heads/master
2023-07-15T15:36:02.580981
2021-09-03T10:41:56
2021-09-03T10:41:56
272,368,958
1
0
null
null
null
null
UTF-8
C++
false
false
1,717
ino
#include <SparkFunAutoDriver.h> #include <SPI.h> #include "SparkFunnotes.h" // Test sketch for the L6470 AutoDriver library. This program instantiates three // AutoDriver boards and uses them to play Jonathon Coulton's "Want You Gone" from // the Portal 2 soundtrack. In a more general sense, it adds support for play...
[ "kanta.horio@gmail.com" ]
kanta.horio@gmail.com
93d8b81e809026fe6771cc88033a3915a3002f55
1127440c1bbe7d31c6a819956e6156a478b9c3e2
/Completed/151-200/problem190.cpp
1ccf0016329f5a8c9a3bac2c7c257f38b757c02e
[]
no_license
joshkol1/Project-Euler
18865356a23d423a1339cc3d3b4ab6594d7ef6df
aa4e11bb80faab35489e13aa19cdfec8056a5957
refs/heads/main
2023-06-07T17:17:24.029058
2023-06-01T08:40:52
2023-06-01T08:40:52
237,578,970
0
0
null
null
null
null
UTF-8
C++
false
false
477
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; #define pb push_back /* Using Lagrange multipliers, we can verify that x_i = (2*i)/(m+1). Just brute force rest */ ll pow_sum; ll prod(int m) { long double ans = 1; for(int i = 1; i <= m; i++) { ans *= pow((2*i+0.0)/(m+1), i);...
[ "joshkolenbrander@gmail.com" ]
joshkolenbrander@gmail.com