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
d6c6b4638206384ff47b3b212bb1bd568808df55
2dbbcbdceb9c3e1647a401103bf55afabe156eac
/sca/tools/scagen/junit/testinput/modules/MyValueServiceModule/StockQuoteService.h
d96115fb3fe75eec029f88459ae0ff13a986e84a
[ "Apache-2.0" ]
permissive
lelou13/tuscany-sca-cpp
bd30f5967f0c3a95382d80f38ee41a16ec7420ca
b06cb5b2608c0802c15c75c708589e82a9c60e2d
refs/heads/cpp-M1
2021-01-15T08:04:32.276885
2009-11-16T06:23:13
2009-11-16T06:23:13
49,079,719
0
0
null
2016-01-05T16:58:49
2016-01-05T16:58:49
null
UTF-8
C++
false
false
1,022
h
/* * * Copyright 2005 The Apache Software Foundation or its licensors, as applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENS...
[ "robbinspg@apache.org" ]
robbinspg@apache.org
e99ea7eb247dd12df06b7334fd2cd2f7d9a73cf5
5776c02b86d6b1ddf086d7918942ef25e66e153b
/Practice/Concepts/Bitmasks/2_mul_and_div_by2.cpp
db8d8af594388144bf4f05f39e9f89a8a53bad36
[]
no_license
DaKidReturns/CP
11282b018060b06e82a6114d0c3e13feae61d801
4786a08a4a20b2c7c6f762abfd01a3b53adb6ff2
refs/heads/master
2023-07-10T18:18:20.002544
2021-08-21T14:24:10
2021-08-21T14:24:10
317,222,217
0
0
null
null
null
null
UTF-8
C++
false
false
237
cpp
#include<iostream> int main(){ int n; std::cout<<"Enter an intege: "; std::cin>>n; int p = n<<1; int q = n>>1; std::cout<<n<<" * 2 = "<< p<<std::endl; std::cout<<n<<" / 2 = "<< q<<std::endl; return 0; }
[ "rohitkarun@gmail.com" ]
rohitkarun@gmail.com
565a90c1328ab3aa59df950c8de74769b211d6b1
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.h
6a89efa4e523ce9e3a913197af7e1a40db947489
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
3,727
h
/* * Copyright 2020 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkottieShapeLayer_DEFINED #define SkottieShapeLayer_DEFINED #include "include/private/SkNoncopyable.h" #include "modules/skottie/src/Animator.h" #include "modules/sks...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
03f351872454aeab4fc2e1d090cae7afc9302ef8
795ed2f56f2b8b0e3b32b4ef796526233a8ce060
/funcPointer/Source.cpp
46af94c63dc68296a9cf7feb0f3034ffc5e23c2b
[]
no_license
windo-developer/CPP_Study
d436883b499d2ab8f7d530c3cea461da98d99643
369211ff67bd78a35fec8b246001d2e40723d65e
refs/heads/master
2023-04-24T00:11:05.598137
2021-05-10T08:09:02
2021-05-10T08:09:02
346,973,279
0
0
null
null
null
null
UTF-8
C++
false
false
778
cpp
#include <iostream> using namespace std; template<typename T, int SIZE = 10> class RandomBox { public: T GetRnadomData() { int index = rand() % SIZE; return _data[index]; } public: T _data[SIZE]; private: }; template<int SIZE> class RandomBox<double, SIZE> { public: double GetRnadomData() { int index = r...
[ "yui050505@gmail.com" ]
yui050505@gmail.com
1b3ab716f7fc4ff5028fb5955f9d37a8fbcbfd8d
cb80a8562d90eb969272a7ff2cf52c1fa7aeb084
/inletTest3/0.132/Ma
c92fcdd9a7f8295391f1703d7b35b67d7438baf4
[]
no_license
mahoep/inletCFD
eb516145fad17408f018f51e32aa0604871eaa95
0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2
refs/heads/main
2023-08-30T22:07:41.314690
2021-10-14T19:23:51
2021-10-14T19:23:51
314,657,843
0
0
null
null
null
null
UTF-8
C++
false
false
150,361
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | ...
[ "mhoeper3234@gmail.com" ]
mhoeper3234@gmail.com
951776af12a4e063cdb38c65765be816289e521f
8c9575a3582289157af75f08b08f3d17237879c8
/src/hash/system-test/system_test.cpp
992a69443044d1c3f7dbaa46c10629d3483735d8
[]
no_license
babky/hashing
a7c4a2ef1a9fb1bc33e3ea82ac7c140bde6cc42a
e520bd28901473fb812b7ffa888560974405c54b
refs/heads/master
2020-12-30T13:22:02.271181
2020-04-08T19:51:09
2020-04-08T19:51:09
91,207,567
0
0
null
2020-10-13T04:38:32
2017-05-13T23:02:42
TeX
UTF-8
C++
false
false
6,719
cpp
#include <iostream> #include <fstream> #include <vector> #include <string> #include "utils/boost_include.h" #include <boost/program_options.hpp> #include "systems/uniform/dietzfelbinger_woelfel.h" #include "systems/bit_string_system.h" #include "systems/polynomial_system.h" #include "systems/linear_map_system.h" #inclu...
[ "babky@users.noreply.github.com" ]
babky@users.noreply.github.com
c5fab90689a4f8592a11737d201e0400eaeeaa42
5aa0551354d442ef3c531802775ac4eab96c3b01
/Source/ui/longitudinalwidget.h
05a2735983e54d1f27701c65ab50561f42feee96
[]
no_license
rafaelppires/weldway
404e26d0676720b2e6c7a168c925654dc7f96f14
ea421cb4879420ca691265aa0dde979b5ce6bbd8
refs/heads/master
2016-08-03T08:42:48.467688
2015-09-21T13:14:29
2015-09-21T13:14:29
31,918,598
0
0
null
null
null
null
UTF-8
C++
false
false
882
h
#ifndef LONGITUDINALWIDGET_H #define LONGITUDINALWIDGET_H #include <oscillation_widget.h> #include <slider_spin.h> #include <trajectory.h> namespace Ui { class LongitudinalWidget; } //----------------------------------------------------------------------------- class LongitudinalWidget : public Oscillati...
[ "Rafael@5480589f-094f-1b4a-8096-6e62e98e9fcd" ]
Rafael@5480589f-094f-1b4a-8096-6e62e98e9fcd
476b427a7993fa35effae3c37e1216dabf090c8a
1a1155a3e9535206d692fe2c7ddff27ca7e712c5
/8_Program.cpp
14bf01370004208a5656105c46d38a8ac0fc64f1
[]
no_license
anuragbisht12/CPP-Revisited
e080c9073514500a56db2f7de1b8608f0062d3ea
f35c015b8e34b13395c885e6d3ac83f5fad7a604
refs/heads/master
2023-02-10T04:24:26.378913
2020-12-28T14:16:52
2020-12-28T14:16:52
278,111,349
0
0
null
null
null
null
UTF-8
C++
false
false
2,908
cpp
/* C++ Strings C++ provides following two types of string representations − The C-style character string. The string class type introduced with Standard C++. The C-Style Character String The C-style character string originated within the C language and continues to be supported within C++. This string is actually a ...
[ "anuragbisht12@gmail.com" ]
anuragbisht12@gmail.com
3003b7a455fd464e95600da552baebd45192331b
fe18014a36e9044e6b35dd277a079d23fec38ef1
/Utils/Histogram.cc
500badb5936a09f71b4e8f2f0f2ff6a67035e864
[]
no_license
mlamarre/ACG
b8127d91155fd00bddd0f7e7c3d56b603b4125dc
80f116e53a5af15993dddec919d70a0f995ef8ea
refs/heads/master
2021-05-16T15:56:36.625825
2018-01-31T02:55:14
2018-01-31T02:55:14
119,601,050
0
0
null
null
null
null
UTF-8
C++
false
false
3,413
cc
/*===========================================================================*\ * * * OpenFlipper * * Copyright (c) 2001-2015, RWTH-Aachen University * * ...
[ "mlamarre@ea.com" ]
mlamarre@ea.com
75070004695fc0ac4af69bbbb61287ef36128b64
91ba0c0c42b3fcdbc2a7778e4a4684ab1942714b
/Cpp/SDK/BP_RB_Rank03_RankDesc_classes.h
49505848bd3a10a357f090e5ac2e8bfdc31583bb
[]
no_license
zH4x/SoT-SDK-2.1.1
0f8c1ec3ad8821de82df3f75a0356642b581b8c6
35144dfc629aeddf96c1741e9e27e5113a2b1bb3
refs/heads/main
2023-05-12T09:03:32.050860
2021-06-05T01:54:15
2021-06-05T01:54:15
373,997,263
0
0
null
null
null
null
UTF-8
C++
false
false
740
h
#pragma once // Name: SoT, Version: 2.1.1 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //--------------------------------------------------------------...
[ "Massimo.linker@gmail.com" ]
Massimo.linker@gmail.com
86240172fc5b889d6d1c179f8fec33e8e54abd1d
a2111a80faf35749d74a533e123d9da9da108214
/raw/workshop11/workshop2011-data-20110925/sources/u35c5glxw45elmls/81/sandbox/my_sandbox/apps/ministellar/ministellar.cpp
51a0c8bf286ecbcbd9ac005ebd965f94b7bae669
[ "MIT" ]
permissive
bkahlert/seqan-research
f2c550d539f511825842a60f6b994c1f0a3934c2
21945be863855077eec7cbdb51c3450afcf560a3
refs/heads/master
2022-12-24T13:05:48.828734
2015-07-01T01:56:22
2015-07-01T01:56:22
21,610,669
1
0
null
null
null
null
UTF-8
C++
false
false
5,845
cpp
#include <seqan/stream.h> #include <seqan/index.h> #include <seqan/align.h> #include <seqan/seeds2.h> using namespace seqan; // set parameters unsigned const minimalLength = 12; float const errorRate = 0.05; //unsigned const qGramLength = 8; CharString const filename = "ministellar.out"; typedef int TScoreValue; TS...
[ "mail@bkahlert.com" ]
mail@bkahlert.com
1b7460b87d8f1a9e4300650b2f0264a8b56ea67b
d747c7cedffa13171b2793aa3b3ad2c35f111032
/typeconversion.cpp
0c41e7c10b5523f65e8ed465e7f1e5bc379b08e2
[]
no_license
shubhamguptaji/CPP
213556c39f6f2e9d17714cc0768cec293bfa317f
2320c4d1e52e1022b678ebe9218babc744a67119
refs/heads/master
2020-03-08T02:29:13.111784
2018-04-03T14:20:05
2018-04-03T14:20:05
127,861,013
3
0
null
null
null
null
UTF-8
C++
false
false
680
cpp
#include<iostream> using namespace std; class Time { int hours,mins; public: Time() {hours=0;mins=0;} Time(int d) { hours = d/60; mins = d%60; } Time(int h, int m) { hours = h; mins = m; } operator int() { return (hours*60 + mins); ...
[ "shubham2604gupta@gmail.com" ]
shubham2604gupta@gmail.com
903303ed04c4ab0ef3a5237627e98086534ee01e
ec494526ff8a0105a4ab2738f2cfe9668977680d
/BalloonMan/BackGround.cpp
19d81b2657c4084aacf17b8c1b8d2848d77e06e5
[]
no_license
aoyamashunta/BalloonMan
e952cec5f15d31870d4b473805915316592a7d9c
46d85f3eee9c396ff866a001a2aa2eb959472070
refs/heads/master
2023-02-26T15:50:27.387870
2021-02-01T01:43:23
2021-02-01T01:43:23
319,378,049
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
5,504
cpp
#include "BackGround.h" #include "stdio.h" #include <stdlib.h> #include "DxLib.h" extern enum blocknum{ NONE, BLOCK, PLAYER, GOAL, SPINE }; //extern int WIN_WIDTH; //ウィンドウ横幅 //extern int WIN_HEIGHT; //ウィンドウ縦幅 BackGround::BackGround(const char *mapName) : mapXSize(32), mapYSize(32), mapChipMax(4), map() { w...
[ "k020g1114@g.neec.ac.jp" ]
k020g1114@g.neec.ac.jp
606357bca476d618cff122bf9f46a34655c863ee
5f2e1907411cf1f417bb7325395dcfdee199d1d9
/src/Pos.h
382bc01aa3e523e7a3eed4e26e282f10982ddb30
[ "Zlib", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
anthemEdge/Sudoku-Solver
33c2884515f3212aed64c3269557be1d37c98838
800796247175d0463ebffef40f8a2271722ac03c
refs/heads/master
2020-05-17T14:48:25.935610
2015-07-18T22:09:59
2015-07-18T22:09:59
39,303,112
2
0
null
null
null
null
UTF-8
C++
false
false
241
h
/* * Pos.h * * Created on: 14 Jul 2015 * Author: eva */ #ifndef POS_H_ #define POS_H_ #include <sstream> using namespace std; struct Pos { int row; int col; Pos(int row, int col); string toString(); }; #endif /* POS_H_ */
[ "d.mx.gibbs@gmail.com" ]
d.mx.gibbs@gmail.com
a3def3f90d29cbfb67ff728a88872e123b1ed3bd
50402cc4388dfee3a9dbe9e121ef217759ebdba8
/CSProj/cs236/proj4/src/Fact.h
dc744a7e917d386cc2c0563656c9b734a6c35fb8
[]
no_license
dqyi11/SVNBackup
bd46a69ec55e3a4f981a9bca4c8340944d8d5886
9ad38e38453ef8539011cf4d9a9c0a363e668759
refs/heads/master
2020-03-26T12:15:01.155873
2015-12-10T01:11:36
2015-12-10T01:11:36
144,883,382
2
1
null
null
null
null
UTF-8
C++
false
false
416
h
/* * Fact.h * * Created on: Feb 5, 2013 * Author: kyle */ #ifndef FACT_H_ #define FACT_H_ #include <vector> #include <string> #include <sstream> #include "Lex.h" #include "Domain.h" class Fact { friend class Relation; friend class Database; public: Fact(Lex* lex, Domain* domain); ~Fact(); string toSt...
[ "walter@e224401c-0ce2-47f2-81f6-2da1fe30fd39" ]
walter@e224401c-0ce2-47f2-81f6-2da1fe30fd39
58943f73cdd239a2fd7ae754c21c2a678c425c9a
ee6d19e7976f4c07b17004d326a4e1be4306990c
/codechef/contests/2021/august/algomaniac/old_saint.cpp
027ce0f9cc8c88d9dd2b5dcc4d0d0c3ce07fd1f1
[]
no_license
samahuja642/competitive-programming
b37eab547ac59ba6f4cdd9f4173fbfac9b46e292
031a7d38db557b4b6058af5d5e246543821011b5
refs/heads/main
2023-09-03T08:14:09.558871
2021-10-20T17:55:29
2021-10-20T17:55:29
350,995,005
0
1
null
null
null
null
UTF-8
C++
false
false
451
cpp
#include<iostream> using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(); cout.tie(); int t; cin>>t; while(t--){ int a[3],b[3]; int ans1=0,hero1=0; for(int i=0;i<3;i++){cin>>a[i];if(a[i]==1)ans1++;} for(int i=0;i<3;i++){cin>>b[i];if(b[i]==1)...
[ "samahuja642@gmail.com" ]
samahuja642@gmail.com
5901a93f85f931f9cbd60cc14ec66d9494477f3f
646748c063c3b4e8538db6e89d9e13461ce4396b
/CCPanel.cpp
dee87b5d6674b9244048d8797d0eba006142b33c
[]
no_license
kdar/ccrack
8c57c38a6729be43ddea2f8a450ada581fb3a7ad
bbd237922eccde8d298860e1ce6c0ff6df52ef39
refs/heads/master
2016-09-01T17:38:42.371987
2009-12-19T08:59:31
2009-12-19T08:59:31
442,634
1
0
null
null
null
null
UTF-8
C++
false
false
5,075
cpp
///////////////////////////////////////////////////////////////////////////// // Name: CCPanel.cpp // Purpose: // Author: crenix // Modified by: // Created: 12/30/03 15:40:49 // RCS-ID: // Copyright: // Licence: ////////////////////////////////////////////////////////////////////////...
[ "kdarlington@rxmanagement.net" ]
kdarlington@rxmanagement.net
57eb5a76eae0f7ea9db352f097046b6eeb6a62a1
83b0434238f6aac2a37cd7ae10df270636f63618
/lab6/lab6v13.cpp
0d74af09f6133dd1adc67d598b609047611a521c
[]
no_license
hickeym2/object-oriented-programming
0a0a5ef13f3653e94e7a152b00ab2783e97a8c15
085367b4dd550c41e0375dda5740936e61d2a610
refs/heads/master
2020-03-25T09:14:07.574806
2018-08-05T23:36:43
2018-08-05T23:36:43
143,655,309
0
0
null
null
null
null
UTF-8
C++
false
false
16,432
cpp
/* * Mike Hickey * Professor Carpenter * Lab 6 Linked List * Due Date 10/21/16 */ #include <iostream> #include <cstdlib> #include <string> #include <fstream> #include <sstream> using namespace std; //=== Struct === struct entry_qb{ string firstName; string lastName; string entryName; int arrayYear[4]; int ...
[ "mikehickey95@gmail.com" ]
mikehickey95@gmail.com
3acb5a1c581effcf1184f5ece261eeb8adf3d360
91e885f46cb5d8add4c3ea101747311e4afafc0a
/practice/revesre.cpp
ef816dbe177822ddeba95044b381a9809ac5b54b
[]
no_license
CoderMayhem/namanDoesCP
25d4cef7b39d26483ec70dd5c8bb0c97325ba652
88c904091a5b72ec0339f1708ac2f920d18b6fbc
refs/heads/master
2023-05-10T12:49:53.911330
2021-06-03T20:48:19
2021-06-03T20:48:19
363,678,652
0
0
null
null
null
null
UTF-8
C++
false
false
226
cpp
#include<iostream> using namespace std; int main(){ int n; cin>>n; int reverse = 0; while(n>0){ int last = n%10; reverse = reverse*10 + last; n=n/10; } cout<<reverse<<endl; }
[ "namanmishra1900@gmail.com" ]
namanmishra1900@gmail.com
7d15297eb55b0dbcacf1287f5c01c813b087731d
950161afb4cbe035579af74aa69a206e543697da
/parser/pglang_parser__token.hpp
cecd6402f8d6d5ecdf36744e0112abbe9dd78cd9
[]
no_license
mugisaku/pglang
31120a683cce8c9bca2c9271aa659a1a96269c1a
afdbd2c6e7f10bc2e16302d04fe9a26d33496b8e
refs/heads/master
2021-01-12T07:49:04.379042
2017-02-01T03:49:08
2017-02-01T03:49:08
77,029,725
1
0
null
null
null
null
UTF-8
C++
false
false
1,578
hpp
#ifndef PGLANG_PARSER__TOKEN_HPP_INCLUDED #define PGLANG_PARSER__TOKEN_HPP_INCLUDED #include<cstddef> #include<string> #include"pglang_expr__operator.hpp" #include"pglang_parser__block.hpp" #include"pglang_parser__cursor.hpp" #ifndef report #define report printf("[report in %s] %d %s\n",__FILE__,__LINE__,__func__)...
[ "lentilspring@gmail.com" ]
lentilspring@gmail.com
3b70f835c6f211fa298b823a533e3f3c9c6e3651
9c7584da436d9f44c966abe28105644aece6931c
/p3865.cpp
2bb5074f9c766a7cb7cde86f3d29fe598efe3792
[]
no_license
Leo-Ngok/UVa_solutions
c6b703c910fcc5e534b576394b8522a89701f642
c890ef4f33b66cff348c29eb2ca130edbc7417a8
refs/heads/master
2022-01-19T22:27:18.048148
2022-01-04T15:54:12
2022-01-04T15:54:12
202,375,424
0
0
null
null
null
null
UTF-8
C++
false
false
562
cpp
//p3865 #include <cstdio> #include <algorithm> #include <math.h> using namespace std; int st[20][100010],n,m,l,r; int main(){ scanf("%d%d",&n,&m); for(int i=1;i<=n;i++) scanf("%d",&st[0][i]); int h=log(n)/log(2); for(int i=1;i<=h;i++) for(int j=1;j<=n-(1<<i)+1;j++) st[i][j]=max(st[i-1][j],st[i-1][j+(1<<(i-1))]);...
[ "z1023825@outlook.com" ]
z1023825@outlook.com
aee2739037e9ac4aada0defb65a7c70777c096bf
c43b0d1e041d004d1fa8e1469f57b62d4d4bea88
/zircon/system/ulib/blobfs/write-txn.cc
c6270845915c4f0dfae52b9fe23b4f859f342e9a
[ "BSD-3-Clause", "MIT" ]
permissive
ZVNexus/fuchsia
75122894e09c79f26af828d6132202796febf3f3
c5610ad15208208c98693618a79c705af935270c
refs/heads/master
2023-01-12T10:48:06.597690
2019-07-04T05:09:11
2019-07-04T05:09:11
195,169,207
0
0
BSD-3-Clause
2023-01-05T20:35:36
2019-07-04T04:34:33
C++
UTF-8
C++
false
false
3,782
cc
// Copyright 2017 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 <blobfs/metrics.h> #include <blobfs/write-txn.h> namespace blobfs { WriteTxn::~WriteTxn() { ZX_DEBUG_ASSERT_MSG(operations_.is_empty(), "Wri...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
72d452631b02bf13b01ec166d9d04f24f9d62b13
65b074479e44c95ad179b09ebb4383e62f19c259
/Implementation/Core.Android/GLContext.h
29858ea2b71a57e78b6055756a7faa5a8105bede
[]
no_license
YevhenRezohlazov/Mogren
fcd622a0df39fd47074696462be69a14c3998d05
198805a60bef287ab43030f93be2d8c42951eae9
refs/heads/master
2020-06-03T00:40:00.246128
2019-01-03T10:43:13
2019-01-03T10:43:13
191,363,888
0
0
null
null
null
null
UTF-8
C++
false
false
3,293
h
/* * Copyright 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "yevhen.rezohlazov@gmail.com" ]
yevhen.rezohlazov@gmail.com
b74f5e4934e6311c0a0afff9f68dd0888f8c3f03
64589428b06258be0b9b82a7e7c92c0b3f0778f1
/Codeforces/Gym/101670 2017-2018 CTU Open Contest/H.cpp
2246efef20ebb062154e0269937b97ac11bfe45b
[]
no_license
splucs/Competitive-Programming
b6def1ec6be720c6fbf93f2618e926e1062fdc48
4f41a7fbc71aa6ab8cb943d80e82d9149de7c7d6
refs/heads/master
2023-08-31T05:10:09.573198
2023-08-31T00:40:32
2023-08-31T00:40:32
85,239,827
141
27
null
2023-01-08T20:31:49
2017-03-16T20:42:37
C++
UTF-8
C++
false
false
601
cpp
#include <bits/stdc++.h> using namespace std; #define MAXN 200009 #define FOR(i, n) for(int i = 0; i < n; i++) #define REP(i, n) for(int i = n-1; i >= 0; i--) #define FOR1(i, n) for(int i = 1; i <= n; i++) #define REP1(i, n) for(int i = n; i > 0; i--) typedef long long ll; int a[MAXN], inv[MAXN]; int main() { int n;...
[ "lucas.fra.oli18@gmail.com" ]
lucas.fra.oli18@gmail.com
b6340e47473287d348eccc8dc1a5261ec7ed9639
44748073e5254d85d0c6859a272bb1812f9da125
/practice/treap/givr awaay.cpp
e2309b3d0b94ce2b4007a3f0c409afa962a27b31
[]
no_license
shikharsrivastava/Competitive-Programming-code
b33c7132fac82b01a6dbb799ddf379b56a3e2559
73402bac6333f9b29a0d6c7ce1be09fb5dbc2f93
refs/heads/master
2021-04-29T05:27:46.734598
2017-01-04T05:04:56
2017-01-04T05:04:56
77,982,204
2
2
null
null
null
null
UTF-8
C++
false
false
3,196
cpp
//22:17 #include<bits/stdc++.h> #define cnt(t) (t ? t->count : 0) #define updatecnt(t) (t ? (t->count = cnt(t->l) + cnt(t->r) + 1) : 0) using namespace std; typedef struct node * pnode; int *arr; pnode nodes; int next; struct node { int p; int v; int count; pnode l,r; }; int scanint() { int num = 0; char c = get...
[ "shikharsri1996@gmail.com" ]
shikharsri1996@gmail.com
5ed70975e4dfeaf0f98ef610311f6e1981707ebc
90047daeb462598a924d76ddf4288e832e86417c
/net/quic/core/quic_header_list.h
b460d41fb97372baa0ba867d062891b82117bc00
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
2,582
h
// Copyright (c) 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 NET_QUIC_CORE_QUIC_HEADER_LIST_H_ #define NET_QUIC_CORE_QUIC_HEADER_LIST_H_ #include <algorithm> #include <deque> #include <functional> #inc...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
dda9add4e528c93abe269db7ad4d5c2e600f2027
7a11814cb2d966035582e0334f184d4786a4f79d
/rocksdb-cloud/db/version_set.cc
36e9c527d4dfd6135de7b57f942bc4d076e9919a
[ "Apache-2.0", "GPL-2.0-only", "BSD-3-Clause" ]
permissive
naivewong/YCSB-C
f6e1efadfa69688b1a7311b5ce18fe6b4ca4e9a8
9a603e95083950278ed0972e2ee889edf77e4148
refs/heads/master
2022-12-16T16:16:00.106547
2020-09-13T12:52:50
2020-09-13T12:52:50
257,572,961
0
0
Apache-2.0
2020-04-21T11:26:35
2020-04-21T11:26:34
null
UTF-8
C++
false
false
218,927
cc
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). // // Copyright (c) 2011 The LevelDB Authors. All rights r...
[ "867245430@qq.com" ]
867245430@qq.com
b4c0ea9dde3419daf0d187d89c2397b8e6b505d6
80d2631d40972c2c9581836d31aba485f6d76e66
/Engine/Renderer/Vulkan/src/Command/VKCommandEndRecord.h
fb684b85dbce6426f373cd1bc78365910f1bb667
[ "BSD-2-Clause" ]
permissive
syejiang/AresEngine
a411426dcebee945cff6609c835dafd0ab6dd86c
16cd7746a5e2528b85685b45cf4e902e7d0f5f0e
refs/heads/master
2020-07-24T12:41:13.552474
2019-09-11T13:05:41
2019-09-11T13:05:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
535
h
#pragma once #include "GfxCommandBuffer.h" class CVKCommandEndRecord : public CGfxCommandBase { public: CVKCommandEndRecord(VkCommandBuffer vkCommandBuffer) : m_vkCommandBuffer(vkCommandBuffer) { Execute(); } virtual ~CVKCommandEndRecord(void) { } public: virtual void Execute(void) const { ASSERT(m_vk...
[ "LiangYue1981816@Hotmail.com" ]
LiangYue1981816@Hotmail.com
46c1b4340ff046c08a85572c704c8874449434cc
6c3925c167d55577bff746bab9c0498b0f1a398d
/UDMF-Converter-EE/Lump.hpp
80d201437f962723db90324e8e1e5398b2337504
[]
no_license
ioan-chera/UDMF-Converter-EE
82457e5b7ef5162f606f5ebb9d5523274bb7e85c
02f3db0ed4b1b400f52d379a2659c90042d27182
refs/heads/master
2021-01-11T22:27:19.390316
2019-10-03T07:44:32
2019-10-03T07:44:32
78,963,353
0
1
null
2017-09-02T12:57:13
2017-01-14T19:57:58
C++
UTF-8
C++
false
false
1,916
hpp
// // UDMF Converter EE // Copyright (C) 2017 Ioan Chera // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Th...
[ "ioan.chera@gmail.com" ]
ioan.chera@gmail.com
4410f54cebe0cbe6e51eb78d5651e8515216e2a6
0f79a15057a46aa107aebfde8d8033341958c617
/src/stack.h
5b7cd30b22eef0cef57f129b94598d8e489dfde7
[]
no_license
liuyuntian/AI-in-Maze
d9fd155ede0a73829b61f09169f741ee0d42b83c
f2c71619ca506d73151945ff0a41f40da5134242
refs/heads/master
2021-01-10T08:11:32.162562
2016-03-03T11:05:55
2016-03-03T11:05:55
53,043,763
0
0
null
null
null
null
UTF-8
C++
false
false
655
h
//Yuntian Liu //C00151315 #ifndef STACK_H #define STACK_H #include <iostream> #include <list> using namespace std; class CStack { public: void Push(void *pData) { m_dataList.push_back(pData); } void* Pop() { void *ptr = NULL; list<void *>::iterator it = m_dataList.end(); ...
[ "liuyuntian110@126.com" ]
liuyuntian110@126.com
51317e10baae6275b4a688ae6dbf4d720c2288f3
9ac2a0e4770e20315fdd68b0944cfffe7d8dc997
/Assignment-6/taylor.cpp
41e5963702390a305915e75c8b24ed248d70f04f
[]
no_license
reidmcy/PHYS-239
cb0662ea37a0770cbf40b4b3d0c181bdf4c4b6c7
36c9c8e37d462482d83827027b34821fec086fd0
refs/heads/master
2020-04-06T06:52:41.176596
2014-04-28T01:12:49
2014-04-28T01:12:49
16,176,956
0
1
null
null
null
null
UTF-8
C++
false
false
928
cpp
//Question 4 //Reid McIlroy-Young //20416412 //March 11,2014 #include <iostream> #include <math.h> #include "discpp.h" using namespace std; Dislin G; const int points = 10; double fun(double x) { return x*x*x*x*x*x; } double deriv(double f(double), double aX, double aDel) { return (f(aX + aDel) - f(aX)) /...
[ "Reid@v1020-wn-16-100.campus-dynamic.uwaterloo.ca" ]
Reid@v1020-wn-16-100.campus-dynamic.uwaterloo.ca
3a87ecab8ab8356ab7c167b4f1ed01a3491cc943
fa7f77f470995a4bba077d0ce837e61ba545015c
/src/objects/audio_analysis/PitchExtractor.h
42472b69ba64582acafcb809711aacb2c3b71e6f
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
d3cod3/ofxVisualProgramming
b0d73c7e334c78a90d3dd7e73a8d9e03da38e05a
f152893238cffa070da69c54324b770f07ddeddb
refs/heads/master
2023-04-06T10:20:29.050546
2023-01-24T16:51:11
2023-01-24T16:51:11
137,724,379
154
19
MIT
2023-09-11T18:56:05
2018-06-18T07:56:31
C++
UTF-8
C++
false
false
2,645
h
/*============================================================================== ofxVisualProgramming: A visual programming patching environment for OF Copyright (c) 2018 Emanuele Mazza aka n3m3da <emanuelemazza@d3cod3.org> ofxVisualProgramming is distributed under the MIT License. This gives everyon...
[ "n3m3da@d3cod3.org" ]
n3m3da@d3cod3.org
a953ebc9bc3aed880515105951817d40df8dc7e5
f0738d67dfb6cde9ca853e562e5fe35e3cc80b8d
/Source/Engine/Systems/Render/RenderDebugSystem.cpp
26f604a9cf28bedf5ccaa5f136cef1c109bbf0e5
[]
no_license
TLeonardUK/VulkanEngine
fcb1ac6e205eb7377e77e9c64b4dde661f8a16ea
af25c592769efb9df9e1ade867c2eccc28f0935e
refs/heads/master
2020-03-19T10:18:04.204706
2018-09-09T21:29:27
2018-09-09T21:29:27
136,359,347
0
0
null
null
null
null
UTF-8
C++
false
false
12,220
cpp
#include "Pch.h" #include "Engine/Components/Mesh/MeshComponent.h" #include "Engine/Systems/Render/RenderDebugSystem.h" #include "Engine/Systems/Render/RenderCameraViewSystem.h" #include "Engine/Systems/Mesh/MeshBoundsUpdateSystem.h" #include "Engine/Systems/Transform/TransformSystem.h" #include "Engine/Systems/Trans...
[ "infinitus@zombiegrinder.com" ]
infinitus@zombiegrinder.com
73fe2c055b8eeba39a953ab763d7717d76206cce
e6da6eb616e72fa0ec97fb38e473f359dc9d1415
/test/TestMain.cpp
8bf2256705fe2415a7f00784d46e2d6339b55c99
[ "MIT" ]
permissive
enlyze/scope-guard
71c1ceccf6b296284d347ac1ac40c29ed2777841
d5a555a7e24c742a281693f9f6e72a58df6e15ac
refs/heads/master
2020-08-30T07:30:29.839294
2019-10-27T13:04:41
2019-10-27T13:04:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,732
cpp
// MIT License // // Copyright (c) 2017-2019 offa // // 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, m...
[ "bm-dev@yandex.com" ]
bm-dev@yandex.com
3b976e2b7e974c4b30401c54b9207bfe89c7aec7
fbe77e9e2a53a4600a1d9b00b5f2c29ee3e8c59a
/externals/binaryen/test/emscripten/tests/poppler/qt4/src/poppler-link-extractor.cc
e9806b5948888a4f76bd3f1c6cde76d7e95da26d
[ "MIT", "NCSA", "GPL-1.0-or-later", "GPL-2.0-or-later", "LGPL-2.0-or-later", "GPL-2.0-only", "Apache-2.0", "BSD-3-Clause" ]
permissive
AcuteAngleCloud/Acute-Angle-Chain
8d4a1ad714f6de1493954326e109b6af112561b9
5ea50bee042212ccff797ece5018c64f3f50ceff
refs/heads/master
2021-04-26T21:52:25.560457
2020-03-21T07:29:06
2020-03-21T07:29:06
124,164,376
10
5
MIT
2020-07-16T07:14:45
2018-03-07T02:03:53
C++
UTF-8
C++
false
false
2,543
cc
/* poppler-link-extractor_p.h: qt interface to poppler * Copyright (C) 2007-2008, Pino Toscano <pino@kde.org> * Copyright (C) 2008, Albert Astals Cid <aacid@kde.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * th...
[ "caokun@acuteangle.cn" ]
caokun@acuteangle.cn
934825275b0c35c3cd7d4d4b5032c76bafd66c1f
b551859fdf0041911c6d1d9184786213e341319d
/leetcode_188. Best Time to Buy and Sell Stock IV_O(kn) space + O(n) time.cpp
ea989d0531d6ca45c73f871291f47eb6085281e1
[]
no_license
huangmxsysu/leetcode
4b4dcedf105183a67cc540b78420d81cd6df2932
67ad6367d21f7437acb39f213344ea9924f76496
refs/heads/master
2021-01-22T20:18:34.036796
2017-03-17T12:29:55
2017-03-17T12:29:55
85,309,744
2
0
null
null
null
null
UTF-8
C++
false
false
1,455
cpp
class Solution { public: int maxProfit(int k, vector<int>& prices) { // f[k, ii] represents the max profit up until prices[ii] (Note: NOT ending with prices[ii]) using at most k transactions. // f[k, ii] = max(f[k, ii-1], prices[ii] - prices[jj] + f[k-1, jj]) { jj in range of [0, ii-1] } ...
[ "995304572@qq.com" ]
995304572@qq.com
645c78e16978d09b1c486cf7f45b457ec195b37b
925f6c59c6cd28b28817054ea2868f3138b35ce0
/Define.h
8bcc7b3701c163ece587020e3c2ee21e9f243f08
[]
no_license
TomomiBahun/Arcade-Shooter-Game-Project-1
d2ca8f2aecbff364d7b3d847ef3799175507b2c6
f6e2f70c6a1d5e2a3254ca452cfc9d85454bb765
refs/heads/master
2023-05-27T22:17:16.328597
2021-03-23T23:00:41
2021-03-23T23:00:41
290,541,330
0
0
null
2021-01-10T05:28:47
2020-08-26T15:57:47
C++
UTF-8
C++
false
false
538
h
#pragma once class Define final { public: const static int WIN_W; const static int WIN_H; const static int OUTER_W; const static int OUTER_H; const static int INNER_W; const static int INNER_H; const static int CENTER_X; const static int CENTER_Y; const static int IN_X; const static int IN_Y; const static...
[ "tomomibahun@icloud.com" ]
tomomibahun@icloud.com
74e87335a7fa81fa7345be840f54ce18450e03b5
25f1e07d79c2bea95ad39c0b89b2841e5bcd2179
/src/000-lambda-expression.cpp
87ee35a70a0e8d93e1582a5d654e62c6ac58afe2
[]
no_license
Gelio/what-the-javascript
57376298aba111746b668df8df1cf1df36abe42d
d6aaca144eda72f14c916c8bc8684b1d57a43905
refs/heads/master
2020-08-06T03:47:44.004789
2019-10-09T21:44:59
2019-10-09T21:44:59
212,821,975
0
0
null
null
null
null
UTF-8
C++
false
false
172
cpp
#include <iostream> using namespace std; auto sum(int x) { return [x](int y) { return x + y; }; } int main() { cout<< sum(1)(2); // 3 return 0; }
[ "grzegorz.rozdzialik@codilime.com" ]
grzegorz.rozdzialik@codilime.com
b9498b4a650b0186ec68fb4eb12ee94b6718d377
778d12777577b279ca29581442b27ef3c49e4801
/src/shader.cpp
d1b694b0cd26fb97720b356ad5c143b5f6756f72
[]
no_license
gui2one/angine
9ba8fe4321fd2ac6fe138d553877923cf989b94b
66cdb7f455d12c1acfbffffddc5340acee955aa1
refs/heads/master
2020-04-11T03:12:45.385692
2019-04-01T21:14:12
2019-04-01T21:14:12
161,471,023
0
0
null
null
null
null
UTF-8
C++
false
false
2,676
cpp
#include "shader.h" Shader::Shader(){ } Shader::~Shader(){ std::cout << "deleting shader \n\n"; } std::string loadShaderFile(std::string path){ std::ifstream input(path); std::string output = ""; for( std::string line; std::getline(input, line);){ ...
[ "guillaume.rouault.fx@gmail.com.com" ]
guillaume.rouault.fx@gmail.com.com
fdcb9a0a2aeea390b915657579e387a3f46172ac
048c3458ae317f62f07ee29ad3a6cff63f68af53
/DesktopLiveStreaming/DesktopLiveStreaming.cpp
2cef57b6cf01aea4ebbc61ba2d598e40e4a09beb
[]
no_license
AnthonyZheng/DesktopLiveStreaming
a6d74ceb79323129bf63a733040913dcb757b67b
ac586ab0415a4ddbf5f71c3bed9cafd28b613ffb
refs/heads/master
2020-06-18T03:41:41.895053
2016-11-28T08:08:36
2016-11-28T08:08:36
null
0
0
null
null
null
null
GB18030
C++
false
false
7,182
cpp
// DesktopLiveStreaming.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "DesktopLiveStreaming.h" #include "AppContext.h" #include "DesktopImageSource.h" #include "RingCacheBuffer.h" #include "DXGIDesktopOutputSystem.h" #include "AudioSoureAACStream.h" #include "HLS_Server.h" #include "Connection.h" #include "FlvL...
[ "main dark" ]
main dark
ca1f4348e3b151ebadd6808af717f618ec45f1a5
0cccf562a78598c5de2adeb431610ccb93ed9853
/code/src/stl_errors/Edge.cpp
8f606c0f8b051577f0f465a48901fc81b4c0c785
[ "MIT" ]
permissive
sergeykhrykov/rk9students
1e110ac140eb3ea56fde429d94103ca422e58e06
648ce7ef6d390f2d5d7f2711fe728ca34db6b1a4
refs/heads/master
2020-04-11T02:05:16.624572
2018-07-30T10:42:46
2018-07-30T10:42:46
68,141,035
1
11
null
2017-01-23T06:42:28
2016-09-13T19:38:00
C++
UTF-8
C++
false
false
665
cpp
#include "Edge.h" using namespace std; namespace rk9 { bool EdgesVertice(const Edge& a, const Edge& b, Point& p) { if (a.A == b.A || a.A == b.B) { p = a.A; return true; } else if (a.B == b.A || a.B == b.B) { p = a.B; return true; } return false; } bool operator<(const Point& a, const Point& ...
[ "s.khrykov@gmail.com" ]
s.khrykov@gmail.com
2d943f5f89edf9dd01063985065b6f80a7c5ff60
8809ff5cae9d5e6747a499ce363e55d2209d3b51
/arduino/test_comm_JSON.ino
aebd488a9403047993e8a0d7acb55c7fc7e3c066
[]
no_license
dimaystinov/smena_robofrankenshtain
6088282c1a4f8e59caa9b8c0dbde4a56aec94b43
1bc493b252ae554a20ab1dfab5e994916d8042b1
refs/heads/main
2023-08-07T20:24:26.106517
2021-09-17T14:47:48
2021-09-17T14:47:48
396,429,645
1
1
null
2021-08-23T10:37:46
2021-08-15T17:16:34
C++
UTF-8
C++
false
false
4,502
ino
/******************************************** * Eduard Petrenko * 2021-08 * робототехническая смена в Физтех-Лицее * тест класса для JSON коммуникаций от "головы" до Arduino от openmv коэффициенты в ардуино { type:"move, rotate"; value: "mm, degrees"; } от ардуинки { status:"0 : ok, -1 : error (приш...
[ "50107426+dimaystinov@users.noreply.github.com" ]
50107426+dimaystinov@users.noreply.github.com
2e95eabbe139fc05d53dc7b0eb140a90f4a496e6
bd1318a3846ef5f460f59dd61a96a55209c675af
/src/lib/StdMeshLoaderXml.cpp
a45834facbeaf02632288c622a662d6aa84a8be6
[ "LicenseRef-scancode-unknown-license-reference", "ISC" ]
permissive
pkern/openclonk-debian
710642424f9063b989db847349055c14bde78769
f9e8e340369c51210b1135e119027cee583a8ab8
refs/heads/master
2021-05-07T01:36:09.261379
2017-06-29T20:31:05
2017-06-29T20:31:05
110,364,764
0
1
null
null
null
null
UTF-8
C++
false
false
23,276
cpp
/* * OpenClonk, http://www.openclonk.org * * Copyright (c) 2001-2009, RedWolf Design GmbH, http://www.clonk.de/ * Copyright (c) 2009-2015, The OpenClonk Team and contributors * * Distributed under the terms of the ISC license; see accompanying file * "COPYING" for details. * * "Clonk" is a registered trademark...
[ "pkern@debian.org" ]
pkern@debian.org
36f42b8358852b85ad5c0bd15aedb78da8c141da
33defc4281fe59837acc7d4428e4e38b18494216
/captal/src/captal/color.hpp
c700ac76702f956c5a8a30222523133e9382ba28
[ "MIT" ]
permissive
msiva21/captal-engine
5ccdaff1d357f053cd761ed9dae0e2ccc095cb07
93a5f428b4cee810b529b7c9a9b3bf6504c8f32f
refs/heads/master
2023-08-27T12:27:29.694403
2021-10-28T16:51:57
2021-10-28T16:51:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,324
hpp
//MIT License // //Copyright (c) 2021 Alexy Pellegrini // //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, ...
[ "alexy.pellegrini@laposte.net" ]
alexy.pellegrini@laposte.net
aa8bfa8e26d47563cc26d232dcfa6c07cabba028
0aed890310c711019c934b208ae3041bf6f6206b
/opengl游戏编程/openglgame/第12章/Collide/GLWindow.h
39884dc1ba0ea11a813cba4a6439eae0060b73da
[]
no_license
Kranfeit/OpenGlBooks
80ef6c534c4221c00659459f009d704e2fe3f10b
cfb317ee96e97909f459640dd239bdd26b1a61f2
refs/heads/master
2022-03-15T14:25:52.644434
2019-11-04T20:38:38
2019-11-04T20:38:38
null
0
0
null
null
null
null
GB18030
C++
false
false
2,777
h
//======================================================== /** * @file GLWindows.h * * 项目描述: 碰撞检测演示 * 文件描述: 程序窗口类 * 适用平台: Windows98/2000/NT/XP * * 作者: WWBOSS * 电子邮件: wwboss123@gmail.com * 创建日期: 2006-09-13 * 修改日期: 2006-10-10 * */ //==================================================...
[ "twtravel@126.com" ]
twtravel@126.com
c80c23fc220067bac2da59ca6dfebbf7f141614d
07b8e2b217cf07b4cf0fe4bdf2521228fcea6a6d
/TwoExecutablesOneMakefile/aux.cpp
129dfe812356dfe319e50ff4013a269954f256c9
[]
no_license
HMedeirosDosReis/CSC35500-Fall2020
6705d7002fdca8df5618fd746463e69a8dc9c729
f3462eb42c77537db8d7de671909198b59db4b71
refs/heads/main
2023-01-22T19:07:28.906706
2020-11-18T22:41:46
2020-11-18T22:41:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
101
cpp
#include <iostream> using namespace std; void myPrint(const string &msg) { cout << msg << endl; }
[ "sblythe@lindenwood.edu" ]
sblythe@lindenwood.edu
cd399dca149c02afc8e7a67765f861fb0d75cb72
fc22e37fd7cbfba12882ab6a27e5077be6ab5906
/src/muz/rel/dl_table.h
1bee7cb47aa1890d0ed7aaeef8d85d821a09a0b4
[ "MIT" ]
permissive
typesAreSpaces/z3-interp-plus
fc4854193aea65c5a540c343bb29984492c1e766
cc421ef2276e06bebbc278dcd6a4d284edce21b2
refs/heads/master
2023-08-06T12:00:01.406896
2023-07-20T22:44:52
2023-07-20T22:44:52
284,618,312
0
0
null
null
null
null
UTF-8
C++
false
false
3,720
h
/*++ Copyright (c) 2006 Microsoft Corporation Module Name: dl_table.h Abstract: <abstract> Author: Krystof Hoder (t-khoder) 2010-09-01. Revision History: --*/ #ifndef DL_TABLE_H_ #define DL_TABLE_H_ #include<iostream> #include<list> #include<utility> #include "ast/ast.h" #include "util/bit_vector.h" #in...
[ "jabelcastellanosjoo@unm.edu" ]
jabelcastellanosjoo@unm.edu
e7cdf7f4446444aff1427ee7eadffdf5be761ef6
b7eb9e077d16555be877e3ea43bdd55ae8e0a532
/Monopoly/Special.h
89778687fc74699071fc2d43dcb05fab29878baf
[]
no_license
AWilliams24Uclan/Monopoly
5b7d2566f2222d0dd18dc77ed812d6794e5cba9f
dd28c55bc40f1eb4e510604f8e2c5b57e755be9a
refs/heads/master
2020-04-30T18:30:00.089213
2019-03-21T19:25:01
2019-03-21T19:25:01
177,010,186
0
1
null
null
null
null
UTF-8
C++
false
false
104
h
#pragma once #include "Square.h" class Special : public Square { public: Special(); ~Special(); };
[ "AWilliams24@uclan.ac.uk" ]
AWilliams24@uclan.ac.uk
c7c4c027fb9524b4700a2103d33c9b5629f734ca
5be7ec24889fd14b2f1d32b127c44bdcfe379bda
/Magic_Square.cpp
a131b04a7382751ddb4efb62f0aaf8188c9f2d72
[]
no_license
utpalendubarman/JWoC_Algorithms
54dd055caa433ba099a66afe1f4268850be8fefa
5162fb57dd7232d5de5c7039213a9835a136856b
refs/heads/master
2020-12-29T18:21:02.521195
2020-02-06T13:40:49
2020-02-06T13:40:49
238,697,510
1
0
null
2020-02-06T13:39:55
2020-02-06T13:39:54
null
UTF-8
C++
false
false
2,477
cpp
#include <iostream> #include <cstdio> #include <string> #include <sstream> #include <vector> #include <set> #include <map> #include <queue> #include <stack> #include <cmath> #include <algorithm> #include <cstring> #include <ctime> #include <cassert> using namespace std; #define pb push_back #define mp make_pair #defi...
[ "mahmood199@gaudentas199@gmail.com" ]
mahmood199@gaudentas199@gmail.com
d325c18b160b69005c96d1c016e2eaa05419d6e5
4dfa6232cf91f1c04d50809915078dc71fb371b4
/src/core/include/megbrain/graph/symbol_var.h
ea819a5550657b02a1fb04aaf6c6e01c225a7661
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
hookex/MegEngine
81c0539a3247873bdabe0e6f22e265e22249e98a
47fd33880d2db3cae98c55911bb29328cdd5d7e4
refs/heads/master
2022-08-01T02:04:06.431689
2020-05-22T11:10:17
2020-05-22T11:10:17
250,200,281
1
0
NOASSERTION
2020-03-26T08:22:39
2020-03-26T08:22:39
null
UTF-8
C++
false
false
8,588
h
/** * \file src/core/include/megbrain/graph/symbol_var.h * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distribute...
[ "megengine@megvii.com" ]
megengine@megvii.com
bcefe3e2b64e0d7bb897e178e81e9d2b6b04df4d
09b7c4832d426944ff9637c07272cef0cea68b30
/src/interface/Fonts.hpp
fff0818241cd8bfb6d0a8f3f11d22d16ee7172e5
[]
no_license
RFEphemeration/farb
4383b2f58e6d9b843a531506718c60cafd73b3f4
9178984ee2868bf55526100aada06044f1abad12
refs/heads/master
2023-05-26T11:35:08.318504
2020-12-19T00:36:43
2020-12-19T00:36:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
335
hpp
#ifndef FARB_FONTS_HPP #define FARB_FONTS_HPP #include "../core/BuiltinTypedefs.h" #include "../core/NamedType.hpp" namespace Farb { namespace UI { NAMED_TYPE_TAG(FontName); using FontName = NamedType<std::string, FontNameTag>; //NAMED_TYPE(std::string, FontName); } // namespace UI } // namespace Farb #endif //...
[ "robinson.farrar@gmail.com" ]
robinson.farrar@gmail.com
b4a09a4edb7940f081cc5de1d1099c81c3904383
ab40ea169e25f47725596f7c699fd60ac998dd18
/lib/Cm/BtSet.cc
cf17711af783863ce78df39dca4f98553bd9aeaf
[]
no_license
weiyj/v6eval-3.3.2-linux
6530b7feac13acf253f819e9edebc12535527e54
e63b2e8bbbd333ff3417e8a549a9e3a171e3c4ea
refs/heads/master
2021-01-10T20:36:28.556490
2010-04-02T17:22:18
2012-03-09T02:23:25
9,726,015
1
1
null
null
null
null
ISO-8859-7
C++
false
false
5,092
cc
/* * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 * Yokogawa Electric Corporation, YDC Corporation, * IPA (Information-technology Promotion Agency, Japan). * All rights reserved. * * Redistribution and use of this software in source and binary forms, with * or with...
[ "weiyj.lk@gmail.com" ]
weiyj.lk@gmail.com
90092ccf0306cd1521e1d0b31e6f6d1cc0b10fb1
c30d569807cb17258e06652985499d11cc3110c6
/test.cpp
598e38fc58eddfe71be38e5793636faa55634177
[]
no_license
lialan/runtime_template
988fd0b7186481a19ea3527fa11b0b01395a9c8d
01ba89691bc80e609ec767fc53e7040603fe516f
refs/heads/master
2023-08-18T21:55:59.150456
2021-10-23T03:22:40
2021-10-23T03:22:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,678
cpp
#include <iostream> #include <sstream> #include <fstream> #include <fmt/core.h> #include <dlfcn.h> #include <vector> static void gen_source_code(std::string t1, std::string t2, std::string file) { std::cout << "Generating library function source code:" << std::endl; std::ifstream header_file; header_file.open...
[ "alan.li@me.com" ]
alan.li@me.com
dea0822bdf8a8aeb48e0e41742f0e1886d900c55
ef5504db423f7b0258d8bdefacb12236d76f2bb6
/src/vbh/sdk/plugin/vbh_crypt_client_service/vbh_crypt_client_service.cpp
ccf443d041a8fa62d910fe557f968df87fdd1793
[]
no_license
tafchain/vprotocol
cc0fc6f7453072a6941af761bb79f1a33dca6127
bd2b5b83046d8af7746617a130fb56be230ce4cc
refs/heads/master
2023-06-02T12:44:19.228025
2021-06-17T07:49:42
2021-06-17T07:49:42
377,747,826
0
0
null
null
null
null
GB18030
C++
false
false
59,831
cpp
#include "dsc/mem_mng/dsc_allocator.h" #include "dsc/configure/dsc_configure.h" #include "common/vbh_comm_error_code.h" #include "common/vbh_comm_msg_def.h" #include "common/vbh_comm_wrap_msg_def.h" #include "common/vbh_comm_func.h" #include "common/vbh_encrypt_lib.h" #include "vbh_crypt_client_service/vbh_crypt_clie...
[ "coreteam@tafchain.com" ]
coreteam@tafchain.com
cab1a99e67c1bd9a48e571d4b578cdf6be94b763
3841f7991232e02c850b7e2ff6e02712e9128b17
/小浪底泥沙三维/EV_Xld/jni/src/EV_SpatialIndex_Java/wrapper/octree/baseoctreemanager_wrapperjava.cpp
40a00b8feaa24cf715ad104598bfbe1917da3c5b
[]
no_license
15831944/BeijingEVProjects
62bf734f1cb0a8be6fed42cf6b207f9dbdf99e71
3b5fa4c4889557008529958fc7cb51927259f66e
refs/heads/master
2021-07-22T14:12:15.106616
2017-10-15T11:33:06
2017-10-15T11:33:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
735
cpp
/* This file is produced by the JNI AutoWrapper Utility Copyright (c) 2012 by EarthView Image Inc */ #include "spatialindex/octree/baseoctreemanager.h" #include <jni.h> #include "core_java/global_reference.h" #include "core_java/jni_load.h" #include <typeinfo> namespace EarthView { namespace World { namespace Spa...
[ "yanguanqi@aliyun.com" ]
yanguanqi@aliyun.com
6953d212f934d20826e01bbdbc497903af2f27a6
1e3da17ce5d361ebc72375afc2598ba025cdc7d8
/myitem.cpp
2231f1d681c9cb8a2ececa923922c7d0b0e2f3e7
[]
no_license
wehao/MyMaterial
dd707d9693c70acdef9610bee805856e68d5993f
5aba573c12f803fa9c20fbd4c53f53c7720420d0
refs/heads/master
2020-09-22T13:38:28.468923
2016-09-09T09:01:56
2016-09-09T09:01:56
67,687,674
0
0
null
null
null
null
UTF-8
C++
false
false
677
cpp
#include "myitem.h" #include <QColor> #include <QPen> #include <QPainter> MyItem::MyItem(QQuickItem *parent) :QQuickPaintedItem(parent) { } QColor MyItem::color()const { return m_color; } void MyItem::setColor(const QColor &color) { if(color != m_color) m_color = color; //emit(colorChanged); }...
[ "chenweihao@flyaudio.cn" ]
chenweihao@flyaudio.cn
9d391ea300ac6ea4931f047e7d7bb3a93fd18d49
fbdc06812e06e27746cf171398b6b740084c99d9
/ClassNObjects/person_deepCpy/main.cpp
c76066596b0959b7a3c5aabebc57e18a23721a29
[]
no_license
frozenbanana/DV1497
dd7fbb6a9e4e560bb22ed62f9e02c108554a0056
038707c9932f1f32b3c113d10a31301b42c4c9a2
refs/heads/master
2021-01-10T11:06:32.322934
2016-02-27T20:17:55
2016-02-27T20:17:55
50,668,307
0
0
null
null
null
null
UTF-8
C++
false
false
197
cpp
#include "person.h" int main(){ Person p1("Eva", 23); p1.introduce(); Person p2 = p1; p2.introduce(); p1.changeNameAndAge("sara",80); p1.introduce(); p2.introduce(); return 0; }
[ "henrybergstrom1@gmail.com" ]
henrybergstrom1@gmail.com
39f7ddfa235d48cc9d1dd32fa8ec7e16b0080c2c
230b7714d61bbbc9a75dd9adc487706dffbf301e
/base/fuchsia/scoped_service_binding_unittest.cc
3858ae2b268557ec2a9d2194718a200271577f27
[ "BSD-3-Clause" ]
permissive
byte4byte/cloudretro
efe4f8275f267e553ba82068c91ed801d02637a7
4d6e047d4726c1d3d1d119dfb55c8b0f29f6b39a
refs/heads/master
2023-02-22T02:59:29.357795
2021-01-25T02:32:24
2021-01-25T02:32:24
197,294,750
1
2
BSD-3-Clause
2019-09-11T19:35:45
2019-07-17T01:48:48
null
UTF-8
C++
false
false
4,006
cc
// 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. #include "base/fuchsia/scoped_service_binding.h" #include "base/fuchsia/service_directory_test_base.h" #include "base/run_loop.h" #include "testing/gtest...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
cd51c3de098f0c8c54651644691252f5d3edd2c9
dfd47d4de1169f0a390e94a53711345918a2d8d6
/Patrick_Schoonheym/firstProject/mainwindow.h
0d8325e11f02642ae552ed137264ec41369788c7
[]
no_license
CasperTI/THO78-Roborescue
b801e83ec96d1c658296a6cee7019f67aad4ac60
54e3e3711560afbeb7d6637f4e3024e9e4addd4f
refs/heads/master
2021-01-16T18:44:06.105845
2015-03-13T11:14:06
2015-03-13T11:14:06
32,157,567
0
0
null
2015-03-13T13:33:21
2015-03-13T13:33:21
null
UTF-8
C++
false
false
655
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QFileDialog> #include <iostream> #include <vector> #include <string> #include "map.h" #include "gui.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = ...
[ "patrick.schoonheym@student.hu.nl" ]
patrick.schoonheym@student.hu.nl
27e41edc52da76cff9568496deca3651572d7f62
1003b415e50030887aaefd3d01f914ebec6cf69d
/src/currentia/core/scheduler/policy/scheduling-policy.h
e9b69d260498de09bf1a63260ef5e20f68679abc
[]
no_license
mooz/currentia
dd61872a53b51c9902fa08b601ed1b24af669891
5d52dcfc441340f149b591a377cb7be5d91d2b69
refs/heads/master
2016-09-06T17:52:54.737166
2014-11-20T14:06:16
2014-11-20T14:06:16
26,914,125
1
0
null
null
null
null
UTF-8
C++
false
false
1,380
h
// -*- c++ -*- #ifndef CURRENTIA_SCHEDULING_POLICY_H_ #define CURRENTIA_SCHEDULING_POLICY_H_ #include "currentia/core/operator/operator.h" #include "currentia/core/operator/operator-visitor-serializer.h" #include "currentia/trait/pointable.h" namespace currentia { class SchedulingPolicy : public Pointable<Schedu...
[ "stillpedant@gmail.com" ]
stillpedant@gmail.com
9e731a7d60aac5a81ef0c65a747eb1d895b31af1
8cf18bc9ae140963f8f6b28045b28b7b9a590b11
/qwt/src/qwt_dial.cpp
1ca80dbce41b5f3718b6a4fa32c7fd985f8557a2
[ "Apache-2.0", "LGPL-2.1-only", "Qwt-exception-1.0" ]
permissive
sergrt/Gen61850Sv
8163759f980368da8f1a8379f994d7ca8cbcb717
f07de932a16d2a6ca9a482633fa60b97042ed3f9
refs/heads/master
2023-07-22T12:46:47.643745
2023-07-11T20:24:51
2023-07-11T20:24:51
47,840,893
9
7
Apache-2.0
2022-06-30T08:47:34
2015-12-11T17:28:03
C++
UTF-8
C++
false
false
19,506
cpp
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- ***************************** * Qwt Widget Library * Copyright (C) 1997 Josef Wilgen * Copyright (C) 2002 Uwe Rathmann * * This library is free software; you can redistribute it and/or * modify it under the terms of the Qwt License, Version 1.0 **************...
[ "cookierama@gmail.com" ]
cookierama@gmail.com
4dc6b23c8656e05a965262e96263e7339a6744fa
9b7267949e18554a9de9e53c282fcb36bd813f54
/Config_Licenses.hpp
6ca2fb041dda0978f7dba820f211d98b17e8379f
[]
no_license
Kronyxxx/Prices
2ac8cb1f9583178fb40f1014e880b76a0e74b7d2
e1c2d306eb1102356057432a8fe6b66e59841aa5
refs/heads/master
2021-01-20T17:50:49.244372
2016-06-27T20:04:09
2016-06-27T20:04:09
62,008,386
0
0
null
null
null
null
UTF-8
C++
false
false
4,003
hpp
/* * class: * variable = Variable Name * displayName = License Name * price = License Price * illegal = Illegal License * side = side indicator */ class Licenses { //Civilian Licenses class driver { variable = "driver"; displayName = "STR_License_Driver"; ...
[ "twsmattmcc@gmail.com" ]
twsmattmcc@gmail.com
18db19df85f5a7d0ff702427ee536cb39c350f5a
f82a47fb66163fd9ab83ff5e9f4f5ef4e52171c7
/src/main/native/calcPeople/MeaCalcFun.h
df4515f0ba874097e2afc34cc61db3a6481ede9f
[]
no_license
ruby-github/09001color
ffc4afc30a187bcbb5528bd0143976840909d489
0c637efced23df8dfde1b0a97d61b51cac0a10a0
refs/heads/master
2021-01-18T03:31:19.785131
2017-04-01T10:28:03
2017-04-01T10:28:03
85,908,115
0
1
null
null
null
null
GB18030
C++
false
false
203,592
h
#ifndef __MEACALCFUN_H_ #define __MEACALCFUN_H_ #include "calcPeople/MeaResult.h" #include "display/gui_global.h" /***************************计算函数**********************************/ class MeaCalcFun { public: static int DoNothing(float data[], float *result, int state, int item, int save); static int CalcGW...
[ "admin@git.com" ]
admin@git.com
3632fd826b2304cb17f5d94db4f82bedb6de4bce
e2e43225e5304a73db68a7da22b1fd89b8ce1b8e
/Classdesign/imagedata.h
35fb8c83c28cb359c48305821726f9af5fe68235
[]
no_license
mitchellmar/Classdesign
2b81a10716c8f12e7d97aa67a7f444f3b9c13d53
866b84b9b8be34b54d8a75a2d132ca13c59a486d
refs/heads/master
2023-03-11T07:11:41.886405
2021-02-27T04:21:07
2021-02-27T04:21:07
338,467,708
0
0
null
null
null
null
UTF-8
C++
false
false
1,267
h
#include <string> class imagedata{ public: imagedata(std::string filename, std::string imagetype, std::string datecreated , double size, std::string authname, std::string imgdim, std::string aperture, std::string exposure, int iso, bool flash); std::string getfilename() const; std::string getimagetype() const;...
[ "mitchell_k_mar@yahoo.com" ]
mitchell_k_mar@yahoo.com
de873b857bb92ae239d711a8c6d3e89afc3bcdf2
30fc3d57d206018979d23b7284f40b0219c1a84c
/extensions/flens/crs.tcc
e5cd270259d1777ab9ffa89ec50b0ff3b66fe795
[]
no_license
MazenAli/LAWA
80b7b0e4b7a7eac8d2a8056284800b017a372c87
389362e745c83f647b896b71e749efe1033e092e
refs/heads/master
2021-01-24T13:14:46.764675
2019-04-14T09:57:45
2019-04-14T09:57:45
40,306,125
1
0
null
null
null
null
UTF-8
C++
false
false
16,361
tcc
/* * Copyright (c) 2007, Michael Lehn * * 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,...
[ "mazen.ali90@gmail.com" ]
mazen.ali90@gmail.com
9772c3faed3a8374c3e5ea51df5a377dd8f2e4e9
e92516dda914c02e08a3fab30ab0729852b9b3ca
/OS_Runner/gui.hpp
f12b168ce3523a62bee43d7c6aa3393c004a9012
[]
no_license
DenisPerez/OS_Proyects
3de9ffde17ece89b9b58e238204328634a3bc2c9
0fb66366dd6040725edf538d465cb26f2c0b655b
refs/heads/master
2020-09-27T01:57:54.692492
2019-12-06T20:05:09
2019-12-06T20:05:09
226,396,914
0
0
null
null
null
null
UTF-8
C++
false
false
489
hpp
#pragma once #ifndef GUI_HPP #define GUI_HPP #include <FL/Fl.H> #include <FL/Fl_Window.H> #include <FL/Fl_Gl_Window.H> #include <FL/gl.h> extern "C" { #include "data.h" } #include "ogl.hpp" class GlGui : public Fl_Gl_Window { public: GlGui(Fl_Window * parent, int x, int y, int w, int h, const char * l); protecte...
[ "denisadrian@gmail.com" ]
denisadrian@gmail.com
51a2a8853a4b30859ada8b57454c5c35d1c92dc6
6197258fbe796f9e578b77da274907559d2cfb06
/MFC_Exia_Debugger/MFC_Exia_Debugger.cpp
dd831cd5d71d233d5466df5780bcf08f121b72dd
[]
no_license
Jackie-Yang/MFC_Exia_Debugger
0228d240fa80776e11cf42135d14df40ae6356d2
9784a4981886082fc9e1e5cd86897735a8a8d1ca
refs/heads/master
2021-06-23T01:09:12.824609
2017-06-12T02:01:20
2017-06-12T02:01:20
88,024,022
0
0
null
null
null
null
UTF-8
C++
false
false
2,968
cpp
 // MFC_Exia_Debugger.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "MFC_Exia_Debugger.h" #include "MFC_Exia_DebuggerDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CMFC_Exia_DebuggerApp BEGIN_MESSAGE_MAP(CMFC_Exia_DebuggerApp, CWinApp) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() // CMFC_E...
[ "921622129@qq.com" ]
921622129@qq.com
6768d4ae119745a086793777661f8e1b6374693f
63ed1beba797e818c11725d6917f7e70109d6aff
/Ray Tracer/SceneObject.h
856a4806371b1e2b3b51266f1b6284baa6c534db
[]
no_license
JoBri93/ZGK-RayTracer
166423332cbc44ff601a5bc5fd07d6848d49086d
520865789aacd94bfcd114f8eb36e19276f064ea
refs/heads/master
2021-10-25T21:03:25.785731
2019-04-07T15:15:39
2019-04-07T15:15:39
173,940,469
0
0
null
null
null
null
UTF-8
C++
false
false
351
h
#pragma once #include <glm\glm.hpp> #include "FreeImage.h" class CSceneObject { public: CSceneObject(void); ~CSceneObject(void); float reflect; float shininess; float absorption; float refraction; glm::vec3 amb; glm::vec3 diff; glm::vec3 spec; virtual float intersect( CRay* ray ) = 0; virtual glm::vec3 ...
[ "joanna.brinken@vp.pl" ]
joanna.brinken@vp.pl
369b965c11df96025c19fe93a44cdf97f2fdb751
a07d1ae886800fe3758203683d6067089322b78c
/src/armnn/layers/PreCompiledLayer.cpp
963924ded5312a9df3c805665f3cb5347031d123
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
oubotong/arm-secure-nn-1
7a896f15e20636493a485b5a8ea71081bb8af12a
a92eba03be9a4df62f21d2494869e74b44de3364
refs/heads/master
2023-03-17T17:22:54.972293
2020-04-14T14:36:58
2020-04-14T14:36:58
557,095,350
1
0
MIT
2022-10-25T04:11:50
2022-10-25T04:11:49
null
UTF-8
C++
false
false
1,682
cpp
// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #include "PreCompiledLayer.hpp" #include "LayerCloneBase.hpp" #include "backendsCommon/Workload.hpp" #include <armnn/TypesUtils.hpp> namespace armnn { PreCompiledLayer::PreCompiledLayer(const PreCompiledDescriptor& param, cons...
[ "i.am.renju.liu@gmail.com" ]
i.am.renju.liu@gmail.com
e5d83737fcd21af951e49395dab3b46e53905b00
ac7f42629767beb880e858b7ddfdfa13ea2d9dc8
/fibonacci/main.cpp
182387a5c1bd6e02298b16fbca6282d4c8faf2a0
[]
no_license
Mooonside/Leetcode
d6a7adca8f447d7af31672be82975f143a120a1a
4cf1e3cf5d5f79391d7e8cf7916fcc2c744b7c2e
refs/heads/master
2021-01-01T16:11:41.536091
2017-08-26T04:05:47
2017-08-26T04:05:47
95,767,595
0
0
null
null
null
null
UTF-8
C++
false
false
300
cpp
#include <iostream> using namespace std; int main() { int *array = new int[30+1]; array[0] = 0; array[1] = 1; int i = 2; while(i<=30){ array[i] = array[i-1]+array[i-2]; i++; } int times; while(cin>>times){ cout<<array[times]<<endl; } }
[ "yifeng-chen@outlook.com" ]
yifeng-chen@outlook.com
092af86d1c309c2f225a7105f37650b8969fb424
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-restsdk/generated/model/ComAdobeCqScreensImplRemoteImplDistributedHttpClientImplInfo.cpp
ed37d5d17fc8391f9eeedb26ed92d0e91822f785
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
7,805
cpp
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI-Generator 3.2.1-SNAPSHOT....
[ "cliffano@gmail.com" ]
cliffano@gmail.com
9258c85104c97941ee8f272f8a1b90bbabbb331a
89870ca1f16af0f2ba65ec0175cd089da852afbc
/codeforces/round-594-div-2/planting_tree_b.cpp
92a5c6c81bf365082f6e63d3796e06d1ff111ee4
[]
no_license
Merisho/comprog
3b8ce833f0f16dbcfa252f9c6678c160bf081a11
fb4829ba93fcb376078a5baccda0c07ce35d6d04
refs/heads/master
2023-08-18T00:10:45.535195
2023-08-11T07:16:02
2023-08-11T07:16:02
216,174,595
0
0
null
null
null
null
UTF-8
C++
false
false
476
cpp
#include <iostream> #include <algorithm> #include <vector> using namespace std; int main() { vector<int> a; int n; cin >> n; for (int i = 0; i < n; i++) { int ai; cin >> ai; a.push_back(ai); } sort(a.begin(), a.end()); long long h = 0; long long v = 0; int s = a.size(); for (in...
[ "merishot@gmail.com" ]
merishot@gmail.com
a4c8e9c0a8713b30a695c3d1922c2f69d8ea9b3c
367be98d4ed7dde14d05f988c1606aaa60a60eb3
/sstmac/software/process/app_manager.cc
25cbba67baac4ae868932a629cc45d57032b5540
[ "BSD-3-Clause" ]
permissive
nlslatt/sst-macro
acd3f043468cd13ab0843dff85493737ea5a843f
c0feb7e8d12bde3f0b1a505452276473f9b07ca3
refs/heads/master
2021-01-15T12:15:40.773962
2016-04-07T21:30:26
2016-04-07T21:39:55
59,328,703
0
0
null
2016-05-20T21:54:18
2016-05-20T21:54:17
null
UTF-8
C++
false
false
3,302
cc
#include <sstmac/common/runtime.h> #include <sstmac/hardware/interconnect/interconnect.h> #include <sstmac/software/process/app.h> #include <sstmac/software/process/app_manager.h> #include <sstmac/hardware/interconnect/interconnect_fwd.h> #include <sprockit/sim_parameters.h> #include <sprockit/keyword_registration.h> ...
[ "jjwilke@s940740ca.ca.sandia.gov" ]
jjwilke@s940740ca.ca.sandia.gov
753a8aaa9060abc77a07a0d674668a432ada0b14
a91dc94108160573b0cee8d9dbfda6b06db7e036
/170111_3DFrameWork_Actor/170111_3DFrameWork_Actor/CollisionDetection/BoundingSphere.cpp
2a69d41302c8c578123914c5877c043cfde22704
[]
no_license
YaYaCreatea/ATY_Project1
765e201a80e8bf90f5b92779ed4cc77a59e17779
ff6fd30907047607b82d92f756bb5d491f4e7090
refs/heads/master
2021-07-17T05:33:07.966231
2017-10-19T02:14:12
2017-10-19T02:14:12
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
936
cpp
#include "BoundingSphere.h" //コンストラクタ BoundingSphere::BoundingSphere(const GSvector3 & center, float radius) :center{ center }, radius{ radius } { } //コンストラクタ BoundingSphere::BoundingSphere(float radius) : BoundingSphere{ {0.0f,0.0f,0.0f},radius } { } //平行移動 BoundingSphere BoundingSphere::translate(const GSvector3...
[ "ATYcreateaChiya619@gmail.com" ]
ATYcreateaChiya619@gmail.com
2b1bd3e10a992a1e982275cd5b8adac95dcead58
97f638a3554614e93d3a374234a9c0de53c94d86
/samples/Cpp/HelloCpp/Classes/HelloWorldScene.cpp
abc43cc976150e48b4acd0647f55092f6a5bec12
[]
no_license
keeptotheend/cocos2dx-classical
e5e0643e9c343c571b6e6bf78433c9211298ca67
cb2381e41db31bee42f7e9b94069949969c18279
refs/heads/master
2020-07-10T00:54:56.372516
2016-04-18T09:02:46
2016-04-18T09:02:46
56,835,469
1
0
null
2016-04-22T07:28:20
2016-04-22T07:28:20
null
UTF-8
C++
false
false
2,946
cpp
#include "HelloWorldScene.h" #include "AppMacros.h" USING_NS_CC; CCScene* HelloWorld::scene() { // 'scene' is an autorelease object CCScene *scene = CCScene::create(); // 'layer' is an autorelease object HelloWorld *layer = HelloWorld::create(); // add layer as a child to scene scene->ad...
[ "stubma@gmail.com" ]
stubma@gmail.com
2781af35d7e1792909a828d9f264226a67616255
7af554ff51603fd9f01903577be9836aba03e3f1
/src/BuildEvents.cc
382ad8f3d916891e07a3f184b7dcc79771c712c6
[]
no_license
wimmer-k/Salvador
eaf042ab918eb5f958cad496273e535d84f028c7
9241b66b298c6231a95d8787a75567afee32094f
refs/heads/master
2021-12-15T00:50:48.146849
2021-12-13T16:46:23
2021-12-13T16:46:23
51,063,680
0
0
null
null
null
null
UTF-8
C++
false
false
12,757
cc
#include "BuildEvents.hh" using namespace std; /*! Initialyze the event building \param brtr tree with input bigrips data \param watr tree with input wasabi data \param eutr tree with input eurica data */ void BuildEvents::Init(TTree* brtr, TTree* watr, TTree* eutr){ flastevent = -1; fhasBR = false; fhas...
[ "wimmer@phys.s.u-tokyo.ac.jp" ]
wimmer@phys.s.u-tokyo.ac.jp
56caa534f3655f9130ad83200fb21a75da56d60b
d97a35a1c944efb6250c71fdc25ac9af5c640e68
/ip/hls/pixel_unpack/solution1/syn/systemc/pixel_unpack.h
8e95d487c51728349713add1120f8e9c928671b9
[ "BSD-3-Clause" ]
permissive
DeLaVlag/C-VHDL-FPGA-Pynq-z1
d8e1e4e1de732c227850b8794c21805ff52c883e
af565af98d6eabb55c5212b0b1d0832a04ce2349
refs/heads/master
2021-09-13T22:42:46.752639
2018-02-06T20:02:45
2018-02-06T20:02:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,688
h
// ============================================================== // RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC // Version: 2016.1 // Copyright (C) 1986-2016 Xilinx, Inc. All Rights Reserved. // // =========================================================== #ifndef _pixel_unpack_HH...
[ "m.a.van.der.vlag@hr.nl" ]
m.a.van.der.vlag@hr.nl
f0664835692629ce18a3a2b68cd7badf23be4f39
5ad92e61fd0b5b238a95b922e111cbae79584e1b
/src/Frameworks/PythonFramework/PythonValueFollowerLinear.cpp
d5809c2e64935fdfdc92add1fdabf4f8f49b1cb1
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hsjsjsjdjwksks/Mengine
f44022d19411ff67514de5efe2ef166a63189b85
41c659ccf76236ee8cb206b8aa6849aa83f8ca26
refs/heads/master
2022-12-16T23:29:25.644129
2020-09-15T22:25:25
2020-09-15T22:25:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,666
cpp
#include "PythonValueFollowerLinear.h" namespace Mengine { ////////////////////////////////////////////////////////////////////////// PythonValueFollowerLinear::PythonValueFollowerLinear() : m_cacheValue( 0.f ) { } ////////////////////////////////////////////////////////////////////////// ...
[ "irov13@mail.ru" ]
irov13@mail.ru
b83ff9ba4c1d27d598b15110fa5daa2042e398c3
0aa376a84f94297a197e028b5a84b8c41d02cab4
/windows/runner/main.cpp
2e3f2645a3280f3fa30e8f51287616afcb226a26
[]
no_license
AmjadAli29/new_aws_auth
48d24b285380c3b90fdadba5cd3f90dc4c095f11
4cb5184ae8acfe6bd4617254dbb8970de6e21759
refs/heads/master
2023-03-24T09:30:17.995893
2021-03-12T07:19:08
2021-03-12T07:19:08
346,971,451
0
0
null
null
null
null
UTF-8
C++
false
false
1,222
cpp
#include <flutter/dart_project.h> #include <flutter/flutter_view_controller.h> #include <windows.h> #include "flutter_window.h" #include "run_loop.h" #include "utils.h" int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, _In_ wchar_t *command_line, _In_ int show_command) { ...
[ "amjadalibrw1@gmail.com" ]
amjadalibrw1@gmail.com
919465fa5c8ece35257634b03664a4f04d63bf41
0d6560bb341dca5ab9a5c0f4c9fb3970e2fdb035
/POSCAT/upload/code/acmicpc/1924.cpp
7d113bc7e3078e27c201c81e23d53581dedce409
[]
no_license
yougatup/yougatup.github.io
7737d70baceab147fed645d40cd63f66f2be22bd
194626540a90b15d9b9279e185886c701385bb7f
refs/heads/master
2020-04-12T05:39:11.078724
2016-10-14T01:28:23
2016-10-14T01:28:23
65,126,836
0
0
null
null
null
null
UTF-8
C++
false
false
334
cpp
#include <iostream> #include <string> using namespace std; int main() { int x,y; int i,sum=0; string week[]={"MON","TUE","WED","THU","FRI","SAT","SUN"}; int month[]={0,31,28,31,30,31,30,31,31,30,31,30,31}; cin>>x>>y; for(i=1;i<x;i++) sum+=month[i]; sum+=y-1; cout<<week[sum%7]<<endl; ...
[ "yougatup@gmail.com" ]
yougatup@gmail.com
b3f1bb62969f75ffa59bbc5d63f8a6232762e81e
db7ffb184efb3b9d83c65066b0fa11e4c8c034d5
/find_second_largest_element_dx/main.cpp
1f4b44e30fa62b12ecc6ab14c0a7960ee52f4bb6
[]
no_license
sakishum/My_Algorithm
ef17e85c6303b074030f14f492791356636dfb8a
7a00f5eeef22ba9feb85c9fdba77ad1c04728fc7
refs/heads/master
2021-01-22T08:10:35.923075
2017-02-13T23:51:00
2017-02-13T23:51:00
81,883,503
0
0
null
null
null
null
UTF-8
C++
false
false
1,157
cpp
#include <cstdlib> #include <iostream> // You could either initialize largest and second to an appropriate lower bound, // or to the first two items in the list(check which one is bigger, and don't forget // to check if the list has least two items). // O(n) int find_second(int array[], int len) { if (!len || len =...
[ "sakishum11118@gmail.com" ]
sakishum11118@gmail.com
321a20002de328e286e770ca8f069adcfce20f55
664df3a535be1546be80041996f3a9c7a3114beb
/Source/TrianglesTechDemo/TrianglesTechDemoCharacter.cpp
29ec5acbafaa297961583a5a3fc6f344c36bdef8
[]
no_license
TytusNawara/TrianglesTechDemo
97735000924a4b3be7040ec51e5ce95d4072d34f
9c76aaa2de19c7c977af4e7ab37bc38c48ea7d10
refs/heads/main
2023-03-24T00:00:23.275162
2021-03-15T21:35:37
2021-03-15T21:35:37
347,967,953
0
0
null
null
null
null
UTF-8
C++
false
false
5,953
cpp
// Copyright Epic Games, Inc. All Rights Reserved. #include "TrianglesTechDemoCharacter.h" #include "HeadMountedDisplayFunctionLibrary.h" #include "Camera/CameraComponent.h" #include "Components/CapsuleComponent.h" #include "Components/InputComponent.h" #include "GameFramework/CharacterMovementComponent.h" #include "G...
[ "tytusnawara@gmail.com" ]
tytusnawara@gmail.com
455d7ef623522397cbed9fb3e28d91ffcd314988
c99563482d18ebb50c3bdd3feb3e3f821f7cccc4
/src/qt/notificator.h
f5488519bdf2342a2e18f6a54495ce480fed0481
[ "MIT" ]
permissive
matsuiny2004/BookCoin
afa85971ae01a17a9d53c3fdcdc1cca7db05270e
23ad19110babe6b0cdd80b62eec314d3c270938b
refs/heads/master
2020-04-13T22:01:41.080231
2018-11-18T17:39:14
2018-11-18T17:39:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,875
h
// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_NOTIFICATOR_H #define BITCOIN_QT_NOTIFICATOR_H #if defined(HAVE_CONFIG_H) #include "config/book-config.h"...
[ "bookcoin@protonmail.com" ]
bookcoin@protonmail.com
5b89d0fce4e8a3ac8fee801f7a36dfec3fad3f3b
1147139acfd471508adeedb652a3f88dbe54496c
/hcnet-core/src/util/Fs.cpp
af804c8309f88f078fe625b2e4bf4d32877ec2de
[ "Apache-2.0", "BSD-3-Clause", "BSL-1.0", "MIT", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
shanhashcah/HcNet-coreV15-test
f8287643138e1717d2a5f3f80696ed69c5261e06
f893161cce060e90aa6cd60eed448415823773cb
refs/heads/master
2023-01-24T13:42:23.257709
2020-12-08T07:54:51
2020-12-08T07:54:51
312,516,694
0
0
null
null
null
null
UTF-8
C++
false
false
13,357
cpp
// Copyright 2015 Hcnet Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #include "util/Fs.h" #include "crypto/Hex.h" #include "util/FileSystemException.h" #include "util...
[ "ubuntu@ip-172-31-10-191.us-west-1.compute.internal" ]
ubuntu@ip-172-31-10-191.us-west-1.compute.internal
ae1cc7589b4853f8060e7ee87bc449b800da4641
d1120d6a0db57fb3252be42dc5ece3a2dbbc07f2
/Myprojects/sCoreLib/TTimer.h
87b9318b974cc06320d9963dd36333604b821073
[]
no_license
shjii/Map-Tool
c8da9b53017ad162e11c498b66313c9c5710f8a4
597b5f8c541094f1090b003175cc1955b64ebbe4
refs/heads/master
2023-05-09T06:59:32.359465
2021-05-26T07:05:22
2021-05-26T07:05:22
315,503,404
0
0
null
null
null
null
UHC
C++
false
false
854
h
#pragma once #include "TStd.h" // 1, 게임 실행 시간 누적 기능 // 2, 1 Frame 경과 시간 저장 // 3, 1초 동안 프레임 카운터 // ********* 모든 클래스는 반드시 다음과 같은 함수를 구현한다. ******* class TTimer : public TSingleton<TTimer> { public: // 1, 게임 실행 시간 누적 기능 float m_fGameTimer; // 2, 1 Frame 경과 시간 저장 float m_fSecondPerFrame; // 3, 1초 동안 프레임 카운터 int m...
[ "wlgns3282@gmail.com" ]
wlgns3282@gmail.com
6334edd636a07d65ca478f33d6c67986643ad261
de7e771699065ec21a340ada1060a3cf0bec3091
/test-framework/src/java/org/apache/lucene/util/BaseDocIdSetTestCase.h
629480c4d506ff782913076762f2344a0535aa88
[]
no_license
sraihan73/Lucene-
0d7290bacba05c33b8d5762e0a2a30c1ec8cf110
1fe2b48428dcbd1feb3e10202ec991a5ca0d54f3
refs/heads/master
2020-03-31T07:23:46.505891
2018-12-08T14:57:54
2018-12-08T14:57:54
152,020,180
7
0
null
null
null
null
UTF-8
C++
false
false
7,655
h
#pragma once #include "stringhelper.h" #include <any> #include <memory> #include <type_traits> #include <deque> /* * Licensed to the Syed Mamun Raihan (sraihan.com) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ow...
[ "smamunr@fedora.localdomain" ]
smamunr@fedora.localdomain
ed1a14332e7408aab4960e651b9b23df6ee677dc
66046fed760cf9dc6b60b77772ef60cf111a616f
/HLS_Sobel/sobel.prj/solution1/syn/systemc/FIFO_sobel_img_0_rows_V_channel1.h
e1ae74ddfd497b9c6a702b6c9cba11d82aabfceb
[]
no_license
manu1991/PFC_Sobel_Zybo
a7011ae072b7c76ef9eafe9d410b2b84755ceb7e
6e27bfac668e95a811c57baa6313eb6b994d9b35
refs/heads/master
2021-01-10T07:54:23.171433
2016-01-27T20:17:58
2016-01-27T20:17:58
48,038,643
4
1
null
null
null
null
UTF-8
C++
false
false
5,773
h
// ============================================================== // File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC // Version: 2014.4 // Copyright (C) 2014 Xilinx Inc. All rights reserved. // // ============================================================== #ifndef FIFO_sobel_img_0_r...
[ "charnue@correo.ugr.es" ]
charnue@correo.ugr.es
008f5496de71fb3b728c640ae492c9e9d984eab4
97c211320795bd62240247bfcc577fbc419542fa
/WhatBox/cMessageReceiver.h
2221d12686dd2a73eb36c40f274338db364f74e5
[]
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
1,092
h
#pragma once #include <queue> #include <thread> #include "cLock.h" class cNetMessage; class cMessageReceiver { public: cMessageReceiver(); ~cMessageReceiver(); private: cLock m_Locker; enum LockNum { LockNum_isEnd, LockNum_Queue, LockNum_Sock, LockNum_Adr, //----------------...
[ "neurowhai@gmail.com" ]
neurowhai@gmail.com
55aae649b1f5c4d139fd410230cb8b84867031f7
79f8c48de40a3fa9fe465f2a7b11daf8f3898fea
/src/interpreter/interpreter.cc
ddb87056edcb2eabccbd37e21a0d53ebaee6c05c
[ "BSD-3-Clause", "bzip2-1.0.6" ]
permissive
lkngin/v8-git-mirror
fcd629417d863fd8bf50434ee9184b96a529c781
e6e3c6a840035588811f0a208cbe6f9c0f3d53cc
refs/heads/master
2021-01-16T19:15:27.813087
2015-08-01T07:25:23
2015-08-01T07:25:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,437
cc
// Copyright 2015 the V8 project 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 "src/interpreter/interpreter.h" #include "src/compiler.h" #include "src/compiler/interpreter-assembler.h" #include "src/factory.h" #include "s...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
4ce48c8529025a4cd9a7def2e8def4f2585a4c02
d430cb2d1fb44a4c6a2a0d398e01d1499094a923
/0074_Search_a_2D_Matrix/Solution1.cpp
dae4177f26812fa2f67d40e6643b4d133ef43eda
[]
no_license
zhang-junjian/leetcode_solutions
9fa77c612d6d2f8261758896abfa6424e7b453b7
7cba115e4937dfb120cb724d90965eb15aa8733a
refs/heads/master
2020-12-07T15:50:45.684171
2020-01-09T01:33:09
2020-01-09T01:33:09
232,745,494
1
0
null
2020-01-09T07:09:39
2020-01-09T07:09:38
null
UTF-8
C++
false
false
1,175
cpp
#include<iostream> #include<vector> using namespace std; class Solution { public: bool searchMatrix(vector<vector<int>>& matrix, int target) { if (matrix.size() == 0) return false; int m = 0, n = matrix[0].size() - 1; while (m < matrix.size() && n >= 0) { if (target == matrix[m]...
[ "is.li.xiaoyu@qq.com" ]
is.li.xiaoyu@qq.com
0e01c37f1183c47bf188f50257c93747aa212a9d
4b11d9942dd5313e1fdd38dbd9c0245ded7b8f71
/13_가장 많이 사용된 자릿수/13_가장 많이 사용된 자릿수/Source.cpp
5505bb7b4b8a85e17e8fa19aa7a8b4e6ad6eb0c3
[]
no_license
mgh3326/algorithm_inflearn
383b287834d4f8ac432bee8d30b0a3cced938fe2
e69351e942a7440186acbe1c89b41c95f9b94928
refs/heads/master
2020-06-06T12:12:23.817313
2019-08-05T08:20:36
2019-08-05T08:20:36
192,736,564
0
0
null
2019-11-30T06:08:44
2019-06-19T13:21:54
C++
UTF-8
C++
false
false
375
cpp
#include<iostream> int main() { std::string str; std::cin >> str; int arr[10]; for (int i = 0; i < 10; i++) arr[i] = 0; for (int i = 0; i < str.length(); i++) { arr[str[i]-'0']++; } int index = 9; int max = arr[9]; for (int i = 1; i < 10; i++) { if (max < arr[9-i]) { max = arr[9-i]; index = 9-i...
[ "mgh3326@naver.com" ]
mgh3326@naver.com
f4620cc3de8bb5fd68e149622829930e755dc186
bd35373d773ef17ea3c4f07398b98237e00a0a6d
/programstool/generictree/nodehavingsumofchildrenandnodemaxm.cpp
4be8ee0f506fd65b6535df9e6f50cebef53baf86
[]
no_license
NilanshBansal/DataStructures
e5868a0a38dcc12b4bb0f383dbe65c03548f87c0
8ec784a212bca2218cdda754553e68bd522be533
refs/heads/master
2020-03-21T16:38:18.016299
2019-02-22T07:05:57
2019-02-22T07:05:57
138,782,734
0
0
null
null
null
null
UTF-8
C++
false
false
1,455
cpp
Given a tree, find and return the node for which sum of data of all children and the node itself is maximum. In the sum, data of node itself and data of immediate children is to be taken. Input format : Line 1 : Elements in level order form separated by space (as per done in class). Order is - Root_data, n (No_Of_Ch...
[ "bansalnilansh@gmail.com" ]
bansalnilansh@gmail.com
b4eadff73144ca7a66deb5847e874072aa96033f
fb10cf7c70b5dfec2d2b4aff277c3c46b17520b9
/RayTracer/Source/RGBColor.cpp
c0651894eaa06f06fc7d50420dfbb5d725deed15
[]
no_license
AlanWills/RayTracer
3bed903d63f707266c1052f7f12047a8ef596d3d
75f60d966f3a535a1a25b1230ca08a3c609ac211
refs/heads/master
2020-04-18T00:51:37.617733
2019-01-27T21:11:20
2019-01-27T21:11:20
167,094,634
0
0
null
null
null
null
UTF-8
C++
false
false
1,353
cpp
// This file contains the definition of the class RGBColor #include <math.h> #include "RGBColor.h" // -------------------------------------------------------- default constructor RGBColor::RGBColor(void) : r(0.0), g(0.0), b(0.0) {} // -------------------------------------------------------- constructor ...
[ "alawills@googlemail.com" ]
alawills@googlemail.com
916e3991e215619c79ed972496d094e4d150bde6
0b1cf14eafcd62b3e23bc34a1be6a5f14ddd9341
/core/timer.h
31e352c6a9faa03aedb6b2d62c4c987b682a7a78
[]
no_license
martin-steinegger/FAMSA
391ccfcc9c33dcba703f26ce239a3ec6702c844f
2519bcbfec68a81770c1776c641307e4e4c174e5
refs/heads/master
2020-12-04T07:42:07.233515
2020-01-03T23:56:23
2020-01-03T23:56:23
231,681,878
1
0
null
2020-01-03T23:29:00
2020-01-03T23:28:59
null
UTF-8
C++
false
false
1,186
h
/* This file is a part of FAMSA software distributed under GNU GPL 3 licence. The homepage of the FAMSA project is http://sun.aei.polsl.pl/REFRESH/famsa Authors: Sebastian Deorowicz, Agnieszka Debudaj-Grabysz, Adam Gudys */ #ifndef _TIMER_H #define _TIMER_H #ifdef WIN32 #include <windows.h> // ********************...
[ "adam.gudys@gmail.com" ]
adam.gudys@gmail.com
c0ad6e6166de84efe02b5b82f43227afc149f693
669789a63bd5c01df2e68efa7931e74eb52c1742
/DDZ_AI/SplitType.h
c2005b1a39bf57297cc28d66622d2c64d278e138
[]
no_license
qq717337/ddzai
d47d4ab3c280a3832abbfd31cf26f8766b812c22
9e59e23a6e967ae3a91fb5d234d2bc782ea24eec
refs/heads/master
2020-03-21T02:26:56.805637
2018-03-26T13:39:47
2018-03-26T13:39:47
null
0
0
null
null
null
null
GB18030
C++
false
false
4,557
h
#ifndef _SPLITTYPE_H_ #define _SPLITTYPE_H_ #include <vector> #include <functional> #include "Range.h" #include "CardStyle.h" //组合的不同拆分方法不建立不同的类了,而是在一个类中完成不同的组装策略, //例如最优保留炸弹等的,或者最小步数的,或者为了接某一张牌,但是最优的没有,必须拆分对子这种情况, class SplitMemnto; class SplitType { friend class SplitMemnto;//声明为友元类以便这个类可以访问所有的SplitType的成员 friend ...
[ "625673575@qq.com" ]
625673575@qq.com
c959e3e190753569a1974f5a6dbaf5f71929775a
1c7755187719039b46aae8400cbd5a4e03d4b7c6
/Source/Project/SimpleEmail/InternetAccounts.h
902b5b3ee7d153e493ad297a9840ccdcba9d5f52
[]
no_license
liujiquan/Work
dc70b3bd67e2618bf5106e341c4b5c13762c6b6b
12964013329fbab4a233a2ac23bff0e173298026
refs/heads/master
2021-01-10T08:12:22.145734
2016-02-18T04:44:52
2016-02-18T04:44:52
51,979,366
1
1
null
null
null
null
UTF-8
C++
false
false
1,515
h
#if !defined(AFX_INTERNETACCOUNTS_H__9A0FA9E8_8FC6_4F46_91B3_6A3FF5D69FA7__INCLUDED_) #define AFX_INTERNETACCOUNTS_H__9A0FA9E8_8FC6_4F46_91B3_6A3FF5D69FA7__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InternetAccounts.h : header file // ///////////////////////////////////////////////...
[ "905047424@qq.com" ]
905047424@qq.com
486e1cb55a063498b54433f4a763f976a62c5a64
13b288e309fe8dbff9bd9bd3db37895ecc78b13f
/includes/graph.h
0ddb61fca17987be9467b480cd5c23af0375f4c2
[ "MIT" ]
permissive
Diogo-Miranda/GRAFO
00b823a23878ee437fbdd39f97a58c12e0eb5b23
32f9079ee22eaeacf79c080ed8390daa0ab5ec0d
refs/heads/main
2023-07-02T15:54:39.106885
2021-08-11T14:05:59
2021-08-11T14:05:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
123
h
#ifndef GRAFO_H #define GRAFO_H class Grafo { public: Grafo() { } }; #endif
[ "1277588@sga.pucminas.br" ]
1277588@sga.pucminas.br
b4c0611475e4aee872c430b2262e6810cac8e2e9
7ed9ddde7aa126433fccaaf724415d08d59caec2
/TalkingScene/WalaberEngine/Walaber/src/Graphics/Color.cpp
87764aae4a1042affe777aca8bff9d4259c6d6d1
[]
no_license
DannyTking/TalkingScene
7b01c92d273d15f0b9c72b2170fdb5a7b95b5e22
b73828e69b4324ccb8f26648dbb3b5b8cbddeb8f
refs/heads/master
2020-12-30T10:36:40.516557
2013-12-23T01:34:45
2013-12-23T01:34:45
13,242,667
0
2
null
null
null
null
UTF-8
C++
false
false
2,946
cpp
#include "Color.h" #include <math.h> namespace Walaber { const float Color::MAX_COLOR_DIST_SQR = 200000.0f; const float Color::CLOSE_ENOUGH_COLOR_DIST = 75.0f; Color Color::fromHSV( float h, float s, float v ) { Color ret(0,0,0); if (s == 0.0f) { ret = Color(v,v,v); return re...
[ "yangming.tang@chukong-inc.com" ]
yangming.tang@chukong-inc.com
860a6beb921bcfd346a4896fec2697be186a4fc8
5171dc6b378cb65018f4373fb75bb45d2a84ae8f
/src/spleeter/spleeter.h
a1d3bc7388ec784359c7178bad6edca5ff08f3a6
[ "MIT" ]
permissive
loretoparisi/spleeterpp
91b8e8ed99d07f932adcedba3047f5590110bf52
f40e5e167384e2c3d521ea0b7159eb18ef5dff65
refs/heads/master
2020-11-25T12:13:29.401538
2019-12-23T16:57:11
2019-12-23T16:57:11
228,653,339
7
0
MIT
2019-12-17T16:07:48
2019-12-17T16:07:47
null
UTF-8
C++
false
false
2,471
h
#ifndef SPEETER_SPLEETER_H_ #define SPEETER_SPLEETER_H_ #include <string> #include <memory> #include <unordered_set> #include <Eigen/Core> namespace spleeter { using Waveform = Eigen::Matrix2Xf; enum SeparationType { TwoStems, FourStems, FiveStems }; /// Initialize the spleeter tools by loading models at the speci...
[ "guillaume.vincke@gmail.com" ]
guillaume.vincke@gmail.com
9a80d1925b6e447ab2cb0e958be15b5ad66064c7
0bb2876a278f069aed3f353fe3e3c09261138801
/Stacks & Queues/Duplicate_Brackets.cpp
1287b3f21ca3d2b91ddb967f75820fd514e8d060
[]
no_license
ranveerraj248/DS-Algo-Basic
8de95240ff25a7c36852eb690b020009365e40c5
2339ce00c2929fc354a57c8d600ea7f0e34964fe
refs/heads/main
2023-06-25T14:04:56.938052
2021-07-29T03:55:11
2021-07-29T03:55:11
390,592,397
0
0
null
null
null
null
UTF-8
C++
false
false
1,043
cpp
// 1. You are given a string exp representing an expression. // 2. Assume that the expression is balanced i.e. the opening and closing brackets match with each other. // 3. But, some of the pair of brackets maybe extra/needless. // 4. You are required to print true if you detect extra brackets and false otherwise. //...
[ "ranveerraj248@gmail.com" ]
ranveerraj248@gmail.com