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
262d66b82f052137addc17bf9aa2117e8db92c6b
4a2f11650528159b86ee12ba6e84a1b9071e9222
/sketches/01_lamp_driver/01_lamp_driver.ino
bc450d9faf252ef388d4c93adbf8034797543b0a
[ "MIT" ]
permissive
xdylanm/arduino-ski-goggle-light
760c699722c70708f065a5d8ed5b59ad1e077ebe
d5210a77123e9f8a36ecf78fde7c99fb9f921f28
refs/heads/master
2020-04-20T18:16:53.769759
2019-02-04T14:24:17
2019-02-04T14:24:17
169,015,512
0
0
null
null
null
null
UTF-8
C++
false
false
1,822
ino
#include <Adafruit_NeoPixel.h> #include <CapacitiveSensor.h> #define PIN_DATA 4 // DIN to Neo Pixels #define PIN_LED 1 // LED on Model B=PIN0, LED on Model A=PIN1 #define PIN_SENSE_READ 0 // Read for capacitive sensor #define PIN_SENSE_DRIVE 2 // Drive V for capacitive sensor #define N_PIXELS ...
[ "you@example.com" ]
you@example.com
16f2e19ba94089c1834fb9dbbc5c72933ca456d6
5a46c499745cd9ba62566803560e308de862cb64
/helpers/Config.hpp
81fa6c6e18eba0e9aeb7cede058c00cbc9cc7890
[]
no_license
sstokic-tgm/Gladiatorcheatz-v2.1
9420e609bb499e22ceb8a5a355c9e8914527a8a2
c622bcdc45fb52f401eb6feb3178d3ffe1d68411
refs/heads/master
2022-02-14T22:23:59.359657
2022-01-25T13:07:06
2022-01-25T13:07:06
133,025,640
120
77
null
2022-01-25T13:07:07
2018-05-11T10:25:56
C++
UTF-8
C++
false
false
1,022
hpp
#pragma once #include "../Singleton.hpp" class ConfigFile; class Config : public Singleton<Config> { public: void CreateConfigFolder(std::string path); bool FileExists(std::string file); void SaveConfig(const std::string path); void LoadConfig(const std::string path); std::vector<std::string> GetAllConfigs...
[ "stokic95@yahoo.com" ]
stokic95@yahoo.com
036e8cc0170f8327dcaeb631c0ca0a7d977bab45
99d054f93c3dd45a80e99be05f3f64c2c568ea5d
/Online Judges/URI/1160/main.cpp
332c0ecac3176b6feaedf8fcb2b84df1c1e228fd
[ "MIT" ]
permissive
AnneLivia/Competitive-Programming
65972d72fc4a0b37589da408e52ada19889f7ba8
f4057e4bce37a636c85875cc80e5a53eb715f4be
refs/heads/master
2022-12-23T11:52:04.299919
2022-12-12T16:20:05
2022-12-12T16:20:05
117,617,504
74
21
MIT
2019-11-14T03:11:58
2018-01-16T01:58:28
C++
UTF-8
C++
false
false
574
cpp
#include <iostream> using namespace std; int main() { int t, pA, pB, sumA, sumB; double g1, g2; cin >> t; for ( int i = 1; i <= t; i++) { int tAnos = 0; cin >> pA >> pB >> g1 >> g2; while(tAnos <= 100 && pA <= pB) { tAnos++; sumA = int((pA * g1)...
[ "annelivia16@gmail.com" ]
annelivia16@gmail.com
1a536cabb0b70b39a02d46e1ce14abfb3a3c63b4
dde9ff46c792239a908a6388187d8ecfff619e4a
/Minimal/Skybox.h
526bac37343cf66447121d8e7efb91a8fb0a297b
[]
no_license
zhlcbri/CSE190_Project3_CAVE-Simulator
9beb63fb48f1b299332710083187d24c51c0e31b
7eec46ed8d3a71663df326f0e16806508732ab54
refs/heads/master
2020-03-17T02:18:39.876865
2018-05-18T22:02:15
2018-05-18T22:02:15
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
2,480
h
#pragma once // // Skybox.hpp // Project3_CSE167 // // Created by Brittany Zhang on 11/5/17. // Copyright © 2017 ManianaBonita. All rights reserved. // #ifndef Skybox_h #define Skybox_h #include <iostream> #include <stdio.h> #include <vector> #define GLFW_INCLUDE_GLEXT #ifdef __APPLE__ #define GLFW_INCLUDE_GLCOR...
[ "liz100@UCSD.EDU" ]
liz100@UCSD.EDU
17cae5bb55af685f88bab4fc43e7faab8d3aa818
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/skia/gm/filterbitmap.cpp
1ec6c8f378b8331195ef6869af61abf2e3c8dfc4
[ "BSD-3-Clause", "SGI-B-2.0", "MIT" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
6,925
cpp
/* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "gm.h" #include "SkGradientShader.h" #include "SkTypeface.h" #include "SkImageDecoder.h" #include "SkStream.h" static void setTypeface(SkPaint* paint, const char na...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
87cc36133f8e853bff38eb9bc9d4a7a5a2094035
c98a75a0441994ab11195bf4d5cb068fd9e94026
/physics/kernel/management/inc/Geant/PostStepActionPhysModelHandler.h
e5b3494096bba9c8d17b15b5623d7bcf6366a380
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
amadio/geant
7d7237c8c48855cdf9225eb864366a4bdad6e125
a46790aa9eb3663f8324320a71e993d73ca443da
refs/heads/master
2020-04-06T04:35:44.331502
2019-08-27T15:23:58
2019-08-27T15:23:58
59,431,197
2
0
null
null
null
null
UTF-8
C++
false
false
2,294
h
//===--- PostStepActionPhysModelHandler.h - Geant-V -------------*- C++ -*-===// // // Geant-V Prototype // //===----------------------------------------------------------------------===// /** * @file PostStepActionPhysModelHandler.h * @brief Implementation of post step action handler for vectoriz...
[ "vitalii.drohan@cern.ch" ]
vitalii.drohan@cern.ch
98eb74d28a8ee8ec7567b7a5c93f81aacd5bde63
c451db45f27dc9fbc2d8b133d6ff07b87c57de53
/SkyboxA13/main.cpp
95bcb13bb5c78284b5994c03bc06a5bc05652503
[]
no_license
LexaFayte/SkyBoxCPP1
ca15a34c36c728deb954d8420f24caacdd8c1c26
02aab5a8d388cb1ec681d73ef70d66299a255af9
refs/heads/master
2021-05-02T15:30:25.002457
2018-05-14T03:45:18
2018-05-14T03:45:18
120,697,372
1
0
null
2018-05-14T03:45:52
2018-02-08T02:03:19
C++
UTF-8
C++
false
false
1,992
cpp
#include <iostream> #include <vector> #include <ctime> #include "Shorse.h" #include "Platyporse.h" #define ARRAY_MAX 4 #define RAND_MAX 100 #define FLOAT_MOD 1.653257 namespace Utils { inline float getRandomFloat() { return ((rand() % RAND_MAX) + 1) * FLOAT_MOD; } inline int getRandomInt() { return (rand(...
[ "luciferfayte@hotmail.com" ]
luciferfayte@hotmail.com
65fd402e3a1068959d948b331791061ed2750512
b15c487b4865ac52bf51a97ba00e7ce556e0b27b
/UVA Solved/10370.cpp
1b104de4d63ab50062c027d071ec8bcd288327a7
[]
no_license
Mehedi32HSTU/UVA-Online-Judge-Code
52b033c25d913acc5e93db001d5f6d99b583d341
b34c185c5a1e48cd427b77c5fd9e0c9cfb869650
refs/heads/master
2020-08-06T06:01:29.365669
2019-10-04T17:02:37
2019-10-04T17:02:37
212,862,481
0
0
null
null
null
null
UTF-8
C++
false
false
656
cpp
#include<iostream> #include<cstdio> #include<string> #include<cstring> #include<cmath> #include<math.h> using namespace std; int main() { int C; cin>>C; for(int t=1;t<=C;t++) { int N,count; cin>>N; float percentag,g[1002],avrg; for(int j=0;j<N;j++) { c...
[ "mehedi32.cse.hstu@gmail.com" ]
mehedi32.cse.hstu@gmail.com
53ca96929ecf8063b19d81194ab4fb7370fbb1ae
23b8cde8ca347c97782c474da0ff6eb3a040e744
/buttcoin-master/src/qt/paymentserver.h
80ffcac5707ef9702af197ddae8dd6831afaeb28
[ "MIT" ]
permissive
derektopper/ButtCoin
4e602f362b85b11dc9de406729ff9ddcc7b0a22d
34ccc23ab70960acef75a4d0b4e5e1e2d391cc5a
refs/heads/master
2021-05-12T17:36:02.340833
2018-01-11T04:35:08
2018-01-11T04:35:08
117,048,280
0
1
null
2018-01-11T04:33:38
2018-01-11T04:05:16
C++
UTF-8
C++
false
false
5,096
h
// Copyright (c) 2011-2016 The buttcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef buttcoin_QT_PAYMENTSERVER_H #define buttcoin_QT_PAYMENTSERVER_H // This class handles payment requests from clickin...
[ "derektopper@berkeley.edu" ]
derektopper@berkeley.edu
ab9f2060f1e7caa5168c71807be742aa58ac8638
8a0de1a7c26ef5d62f3d021cb800c764948ed194
/vector.h
339fdd36f6d1baaf3a1711eb7dd1254146da2c6f
[]
no_license
NeonRice/rice-vector
1c27328671cffd8849951d1d9213b1bb1aac63fd
b892c4372161c4146781538ab07329cc5a418b20
refs/heads/master
2022-08-03T10:46:36.107649
2020-05-27T08:44:59
2020-05-27T08:44:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,516
h
#pragma once #include <cstddef> #include <iterator> #include <stdexcept> #include <memory> #include <iostream> namespace rice { template <typename T> class vector { public: // Type definitions typedef T value_type; typedef std::allocator<T> allocator_type; ...
[ "john@DESKTOP-0MMFBST.localdomain" ]
john@DESKTOP-0MMFBST.localdomain
d999c09406370279f6c0bb872e94a9225c2f5203
0e9de167c9f587d71cbdec78794054ae41fed440
/src/MsgMgr/ListMsgsDialog.h
07605d15786294f6faa980fdf24a17ef8f3f75cc
[]
no_license
FirebirdSQL/x-cvs-vulcan
10d01433df4e670977409817a71675f78e1deed1
ba93778a72e348c0fbef4de6471a448ac5606f73
refs/heads/master
2023-08-03T01:31:05.900834
2009-03-04T16:18:54
2009-03-04T16:18:54
110,444,948
0
0
null
null
null
null
UTF-8
C++
false
false
758
h
#pragma once #include "afxwin.h" class Database; enum Order { none, number, symbol, text }; // ListMsgsDialog dialog class ListMsgsDialog : public CDialog { DECLARE_DYNAMIC(ListMsgsDialog) public: ListMsgsDialog(CWnd* pParent = NULL); // standard constructor virtual ~ListMsgsDialog(); // Dialog Data e...
[ "jimstarkey@users.sourceforge.net" ]
jimstarkey@users.sourceforge.net
0bf6cd360da7d14a9cc0d2f44b072ff9f572c6f2
bb864e905a69b6dbe07a97d6d31d9b47cc97dabb
/UFPT/transposematrix.cpp
1c551979fec5eb47ae152b7b3c25c535d7568fda
[]
no_license
k--chow/CompetitiveProgramming
74b7eb58dfaca6375e55cfe1aa097d43bc154d81
d5b00609141ae33aaaf736fd265b3db4a47dbe62
refs/heads/master
2021-01-17T01:57:54.378698
2016-12-30T01:01:21
2016-12-30T01:01:21
40,216,189
1
0
null
null
null
null
UTF-8
C++
false
false
2,266
cpp
#include <algorithm> #include <vector> #include <tuple> #include <string> #include <iostream> #include <math.h> #include <stack> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <cstdlib> using namespace std; typedef pair<int, int> P; int main() { std::ios::sync_with_stdio(false); cin.tie()...
[ "kchow23@ufl.edu" ]
kchow23@ufl.edu
75e9c3690cafc0d02448e831a1180888ee513ad7
01345e25f8a9987d13c8776611a62a9b60380481
/potd-q46/Heap.cpp
95827b689816fafdb8a53ae7a1efbf6e2fc8a46a
[]
no_license
wenhaoz2/cs225-potd
4c655e3196c389e0484ac4feb2d9c168e9488feb
d3075969b3724308892ec32a3701824c600ec8d9
refs/heads/master
2020-07-29T06:55:53.536377
2019-01-02T17:01:27
2019-01-02T17:01:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,124
cpp
#include "Heap.h" #include <iostream> #include <vector> using namespace std; void Heap::_percolateDown(int hole) { int left = hole*2; int right = hole*2+1; int smallest = hole; if (left<size() && _data[left]>_data[smallest]) smallest=left; if (right<size() && _data[right]>_data[smallest]) smallest...
[ "marcharvey1470@gmail.com" ]
marcharvey1470@gmail.com
77497ed894d96d0f11aec37031c4baeca22a004a
f9ea01aa0a109fe9bf50b3e9412b16265943e1c6
/tcl/tcl_call_cpp/4_swig_manual/example.cpp
930513deed49d6e3368ea2ef6de967c182f78761
[]
no_license
sjtusonic/exe
24ab4ed02a9ab1a3e2f8897004a5e8eec070350c
b02e7f6d63da4eab08358ed8bcec8f7c7670b31d
refs/heads/master
2021-07-13T10:27:43.401389
2021-06-28T03:04:17
2021-06-28T03:04:17
43,668,589
0
0
null
null
null
null
UTF-8
C++
false
false
925
cpp
/* PowObjCmd * * Tcl 8.x wrapper for the pow(x,y) function. */ #include <tcl.h> #include <math.h> int PowObjCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) { Tcl_Obj *resultptr; double x,y,result; int error; if (objc != 3) { Tcl_WrongNumArgs(interp,2,objv, ...
[ "121939849@qq.com" ]
121939849@qq.com
12f05ec2a23f58e389a263bd2ba2ad29706bb8e1
bb2d3a5c150976e3fb741e5c44acd27c1b9a5ffd
/main.cpp
a70de23215928b210295e8d9515fbf3b790cbe47
[]
no_license
nicolasaiwen/Three-Pulse-Detection
8cf36c56e403c1fbc054adf06866fc16821542d9
bc2762088fdc3675e43510555ca67040c9465c40
refs/heads/master
2022-11-21T08:11:15.389877
2020-07-28T09:42:39
2020-07-28T09:42:39
283,165,018
1
1
null
null
null
null
UTF-8
C++
false
false
244
cpp
#if _MSC_VER >= 1600 #pragma execution_character_set("utf-8") #endif #include <QApplication> #include "logindialog.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); LoginDialog w; w.show(); return a.exec(); }
[ "xuwen1013@tju.edu.cn" ]
xuwen1013@tju.edu.cn
6f22d98fb77a4a6400e35d3279c86f4059832c6b
084c373d2cd1c005d5cef7625fac39e594a93af5
/day_05/ex03/Form.hpp
ccdf69214c20a0d3f26e77ab3ce5c62044b98b97
[]
no_license
mshbbrv/cpp_module
deb3ea1627f8fff4098f7119bd3a643a42908b5c
5db99905ca5030f625d5050d0b39e3732e1b5828
refs/heads/master
2023-08-23T19:37:00.459002
2021-10-26T20:01:32
2021-10-26T20:01:32
409,241,118
0
0
null
null
null
null
UTF-8
C++
false
false
1,174
hpp
#pragma once #ifndef FORM_HPP #define FORM_HPP #include <iostream> #include <string> #include "Bureaucrat.hpp" class Bureaucrat; class Form { public: Form( void ); Form( std::string name, int gradeToSign, int gradeToExec ); virtual ~Form( void ); Form( const Form &form ); std::string ...
[ "mshbbrv@gmail.com" ]
mshbbrv@gmail.com
f657aec6190bc498c8ce7e328991157860d13cf1
4c8c13eb891b514037d3adb1be7f28af53144e85
/test/core/test_lennard_jones_wall_potential.cpp
e71ba35a11a2ec634a19f2a20ddb5cc88b606f6d
[ "MIT" ]
permissive
Mjolnir-MD/Mjolnir
f07b501cf60d6d1ca7cdeafc400749423dcde142
20dbdea5529c24a49b71e8876ac1651efc512445
refs/heads/master
2023-02-03T22:59:33.972243
2022-04-12T10:23:04
2022-04-12T10:23:04
74,558,351
14
9
MIT
2023-01-27T04:46:54
2016-11-23T08:53:31
C++
UTF-8
C++
false
false
1,519
cpp
#define BOOST_TEST_MODULE "test_lennard_jones_wall_potential" #ifdef BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #else #include <boost/test/included/unit_test.hpp> #endif #include <mjolnir/forcefield/external/LennardJonesWallPotential.hpp> BOOST_AUTO_TEST_CASE(LennardJonesWallPotential_double) { usin...
[ "niina.toru.68u@gmail.com" ]
niina.toru.68u@gmail.com
36ccdb8fadc88b81a074d7caf1bfc57faed2342d
123cdb1d6a6956586dd91c86d02e0d1bacdcebae
/planner/src/kcl_pandora/planning_system/src/SensorFeedback.cpp
bb18618a179e8cd0d2c704b90081ed08b8b41cc9
[ "BSD-2-Clause" ]
permissive
KCL-Planning/strategic-tactical-pandora
1862f3240028d6eb5dbecf02350b9f295ec8f788
aa609af26a59e756b25212fa57fa72be937766e7
refs/heads/master
2021-01-23T05:50:00.669556
2017-11-30T11:16:48
2017-11-30T11:16:48
102,473,151
2
0
null
null
null
null
UTF-8
C++
false
false
1,328
cpp
#include "ros/ros.h" #include "nav_msgs/Odometry.h" //#include "auv_msgs/NavSts.h" //#include "ntua_controlNessie/EnergyEstimation.h" /** * listener to update the current AUV position and stats. * This is used as the initial position of the vehicle during PRM construction; * it may be later replaced by a call to th...
[ "bram.ridder@gmail.com" ]
bram.ridder@gmail.com
75e2536a948ae50f03464bbdeed59d2f85355007
62f325b29d4de158367f0e69a3198b8e1d154c24
/Project7/Project7/game.h
ad24157573f42d44e8956273afd2b6ebb8d1fb74
[]
no_license
collegeteamAS/comp-projects
73bf427b80d8ea290b6257df9de32c1b6e24364c
e21b7db2a488875a47b8964b48e62eeb50b9b071
refs/heads/master
2021-01-23T09:50:45.770036
2014-12-05T08:37:30
2014-12-05T08:37:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,511
h
/* Andre Allan Ponce a_ponce1@u.pacific.edu Steve Suh h_suh@u.pacific.edu */ #ifndef _GAME_H_INCLUDED_ #define _GAME_H_INCLUDED_ #include "locationdata.h" #include "coordlist.h" class Location; class Floor; class Player; class Item; class LinkedList; class Game { protected: Floor** world; // the world Locati...
[ "andreponce@null.net" ]
andreponce@null.net
b478f7229d9394ca6239632232a9fa3c5cef6e5a
2834f98b53d78bafc9f765344ded24cf41ffebb0
/chrome/browser/apps/app_service/arc_apps.cc
9775902cb781368f20d3e24b4ab3150bc746f4b2
[ "BSD-3-Clause" ]
permissive
cea56/chromium
81bffdf706df8b356c2e821c1a299f9d4bd4c620
013d244f2a747275da76758d2e6240f88c0165dd
refs/heads/master
2023-01-11T05:44:41.185820
2019-12-09T04:14:16
2019-12-09T04:14:16
226,785,888
1
0
BSD-3-Clause
2019-12-09T04:40:07
2019-12-09T04:40:07
null
UTF-8
C++
false
false
35,279
cc
// 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. #include "chrome/browser/apps/app_service/arc_apps.h" #include <memory> #include <utility> #include "base/bind.h" #include "base/callback.h" #include "b...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
04dc14f63c84b870a7fb378cd633814e1d090e78
4da997729f4bb8b5a67ae318faba2a1990f8f8e7
/dravede.cpp
601e86f389349929b391bbf3095397c6c9dfa0dc
[]
no_license
atyamsriharsha/codeforces_practice
bd9b37cfbec38f6e0e7a8c4f27b18a5e6671df57
8ed0071b3f344d7db77796c87a09a58ffd89e96c
refs/heads/master
2020-05-17T10:51:48.713100
2015-08-03T04:00:55
2015-08-03T04:00:55
40,104,304
0
0
null
null
null
null
UTF-8
C++
false
false
493
cpp
#include <iostream> #include <cstdio> #include <cmath> #include <cstring> #include <algorithm> using namespace std ; typedef struct point { int x ; int y ; }point; typedef struct speed { int x; int y ; int z ; }speed; int main() { int n,i=0,f ; cin >> n ; point points[n] ; while(n--) { cin >> points[i]...
[ "atyamsriharsha@gmail.com" ]
atyamsriharsha@gmail.com
9fedb375599cfbb9f8b918e2b38f0f3ef8e4494d
be3989c18030bb6d6fd51c20419d68d04358d5be
/OOInteraction/src/string_components/VariableAccessStringComponents.cpp
fbdf7747dcee5918d92b7985f861878e7fc3a87a
[ "BSD-3-Clause" ]
permissive
Andresbu/Envision
e6226ab826a15827ad7187823625646e3f1c5c12
864396334ed521c2ff6dee8a24f624b2c70e2a86
refs/heads/master
2021-01-18T08:43:15.416892
2012-03-29T15:36:27
2012-03-29T15:36:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,499
cpp
/*********************************************************************************************************************** ** ** Copyright (c) 2011, 2012 ETH Zurich ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the ** follo...
[ "dimitar.asenov@inf.ethz.ch" ]
dimitar.asenov@inf.ethz.ch
2f8bc6894d8ae69feb84575e8ccc3c613edaf5ce
6436d1e6c23f9f43a8025889dc4414a3ad66acf2
/CvGameCoreDLL/Boost-1.32.0/include/boost/mpl/vector/vector30.hpp
e32097ac6b52955477aee122787402b15014ce3c
[ "MIT" ]
permissive
dguenms/Dawn-of-Civilization
b710195c4f46fe11d9229182c3b1e07b77f42637
a305e7846d085d6edf1e9c472e8dfceee1c07dd4
refs/heads/develop
2023-09-04T04:57:00.086384
2023-09-01T15:24:28
2023-09-01T15:24:28
45,362,597
116
121
MIT
2023-02-08T00:18:53
2015-11-01T23:52:28
C++
UTF-8
C++
false
false
1,299
hpp
#ifndef BOOST_MPL_VECTOR_VECTOR30_HPP_INCLUDED #define BOOST_MPL_VECTOR_VECTOR30_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // 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) // // See htt...
[ "Leoreth@94cdc8ef-5f1a-49b8-8b82-819f55b6d80d" ]
Leoreth@94cdc8ef-5f1a-49b8-8b82-819f55b6d80d
c096a49bf961fc18bfc8798510521dd338c82794
a0ebb11a23e14e9cddb0555d8914357a5e464af5
/include/ecst/context/system.hpp
59d53a6cee5b3021f0af833a659994b0acc78d66
[ "AFL-3.0", "AFL-2.1", "LicenseRef-scancode-unknown-license-reference" ]
permissive
porpoisepor/ecst
b1b591814b72224d8200961ee5d2b7c3dd5f7aff
6b54ab09d13f976efc32d554d78a05b539425dba
refs/heads/master
2021-01-18T00:35:25.845121
2016-05-04T13:07:31
2016-05-04T13:07:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
318
hpp
// Copyright (c) 2015-2016 Vittorio Romeo // License: Academic Free License ("AFL") v. 3.0 // AFL License page: http://opensource.org/licenses/AFL-3.0 // http://vittorioromeo.info | vittorio.romeo@outlook.com #pragma once #include "./system/state.hpp" #include "./system/instance.hpp" #include "./system/runner.hpp"
[ "vittorio.romeo@outlook.com" ]
vittorio.romeo@outlook.com
6f88afd00aeb94cd5a80a0048cec7ae91ffa1b46
ceed8ee18ab314b40b3e5b170dceb9adedc39b1e
/android/external/pdfium/fpdfsdk/src/javascript/JS_Runtime.h
decc5539741c6faf085c7a2a627837ab29fcbbc7
[ "BSD-3-Clause" ]
permissive
BPI-SINOVOIP/BPI-H3-New-Android7
c9906db06010ed6b86df53afb6e25f506ad3917c
111cb59a0770d080de7b30eb8b6398a545497080
refs/heads/master
2023-02-28T20:15:21.191551
2018-10-08T06:51:44
2018-10-08T06:51:44
132,708,249
1
1
null
null
null
null
UTF-8
C++
false
false
2,619
h
// Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FPDFSDK_SRC_JAVASCRIPT_JS_RUNTIME_H_ #define FPDFSDK_SRC_JAVASCRIPT_JS...
[ "Justin" ]
Justin
9de75f5c987afad4bd54bf325399197dae6d395e
ec7002ba79e9f38ab71ba19b5a3e1503a61d91d6
/include/godot_cpp/PacketPeerStream.hpp
ebc0d7520bcaad78ea736dbed50d6d1f1e029221
[]
no_license
triptych/Godot-Webrtc-test-project
a7e2615e098d6c1f329ed16c3b0c6414b0cb6070
0a7aa5e8b386a1a397ecde23689ad8ce7d87ae5c
refs/heads/master
2020-05-02T09:17:45.170566
2018-08-07T06:49:23
2018-08-07T06:49:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
547
hpp
#ifndef PACKETPEERSTREAM_H #define PACKETPEERSTREAM_H #if defined(_WIN32) && defined(_GD_CPP_BINDING_IMPL) # define GD_CPP_BINDING_API __declspec(dllexport) #elif defined(_WIN32) # define GD_CPP_BINDING_API __declspec(dllimport) #else # define GD_CPP_BINDING_API #endif #include "core/CoreTypes.hpp" #include <god...
[ "bmicmak@gmail.com" ]
bmicmak@gmail.com
4afdb4d3f0fa4386bb5ff028542b3ef5ab1ebc61
e60ca08722245d732f86701cf28b581ac5eeb737
/xbmc/cores/dvdplayer/DVDCodecs/Overlay/DVDOverlay.h
d58ff2e1025e9a5428d279d1d6e6beb8b1d65f0e
[]
no_license
paulopina21/plxJukebox-11
6d915e60b3890ce01bc8a9e560342c982f32fbc7
193996ac99b99badab3a1d422806942afca2ad01
refs/heads/master
2020-04-09T13:31:35.220058
2013-02-06T17:31:23
2013-02-06T17:31:23
8,056,228
1
1
null
null
null
null
UTF-8
C++
false
false
1,833
h
#pragma once #include "cores/VideoRenderers/OverlayRenderer.h" #include "threads/Atomics.h" #include <assert.h> #include <vector> enum DVDOverlayType { DVDOVERLAY_TYPE_NONE = -1, DVDOVERLAY_TYPE_SPU = 1, DVDOVERLAY_TYPE_TEXT = 2, DVDOVERLAY_TYPE_IMAGE = 3, DVDOVERLAY_TYPE_SSA = 4 }; class...
[ "pontesmail@gmail.com" ]
pontesmail@gmail.com
d8eb00efa439d5b25c8f295f55218ef004f60a54
fe91ffa11707887e4cdddde8f386a8c8e724aa58
/components/sync/base/user_selectable_type.cc
a8679835cab178b8ac918d0a203912d872180fdc
[ "BSD-3-Clause" ]
permissive
akshaymarch7/chromium
78baac2b45526031846ccbaeca96c639d1d60ace
d273c844a313b1e527dec0d59ce70c95fd2bd458
refs/heads/master
2023-02-26T23:48:03.686055
2020-04-15T01:20:07
2020-04-15T01:20:07
255,778,651
2
1
BSD-3-Clause
2020-04-15T02:04:56
2020-04-15T02:04:55
null
UTF-8
C++
false
false
7,767
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 "components/sync/base/user_selectable_type.h" #include <type_traits> #include "base/logging.h" #include "base/optional.h" #include "components/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
a2e825a6611e5c74a18cca3ab9de294bb706738a
871f67f1b50178ad6937cc6855314e7c0973ff6c
/maximum_path_sum_between_two_leaf_nodes.cpp
65e95ca0e627367bf491fcbab842dc17365a4490
[]
no_license
anubhav-jangra/geeksforgeeks
c40b154de0347b27bfae8d7d18fc69cc58ceb0ca
f2b27e13a464913d10fa654b50170509458de6f8
refs/heads/master
2023-02-19T04:02:29.063815
2021-01-19T19:11:54
2021-01-19T19:11:54
325,098,138
0
0
null
null
null
null
UTF-8
C++
false
false
3,110
cpp
// { Driver Code Starts #include <bits/stdc++.h> using namespace std; // Tree Node struct Node { int data; Node *left; Node *right; Node(int val) { data = val; left = right = NULL; } }; // Function to Build Tree Node *buildTree(string str) { // Corner Case if (str.length(...
[ "anubhav0603@gmail.com" ]
anubhav0603@gmail.com
f8b2487e51dd59a9fa22f92df89a599ca51699d8
efc3bf4f88a2bfc885de5495c87433d345b54429
/ZOJ/1514.cpp
18c89142ebe6634a528db09e57f127e90754a828
[]
no_license
calvinxiao/Algorithm-Solution
26ff42cc26aaca87a4706b82a325a92829878552
afe254a4efa779598be8a82c5c5bcfcc94f80272
refs/heads/master
2016-09-05T21:08:35.852486
2015-08-23T15:13:23
2015-08-23T15:13:23
20,149,077
0
0
null
null
null
null
UTF-8
C++
false
false
733
cpp
/* #Problem ID: 1514 #Submit Time: 2012-08-21 13:46:46 #Run Time: 0 #Run Memory: 208 #ZOJ User: calvinxiao */ #include<iostream> #include<vector> #include<string> #include<sstream> #include<cstdio> #include<memory.h> using namespace std; bool v[10001], c[10001]; int t, n, m, ans; int main() { while(1) {...
[ "calvin.xiao@scaurugby.com" ]
calvin.xiao@scaurugby.com
e01b190421e02787418cbd8ac6c6cdc0e66aea98
90495bf0779a2b7930f30a5c3a35551185322ec5
/Kode/QuadDrone/ControlFaker.cpp
851411a829b33a746ca14d55a9592df2a90e9d42
[]
no_license
IHA-Quadro/Drone
e0d353d8fd2971c41ecf9fef2268aa8dd116bc32
6600a5204252f3ddc4c084e21024f88f2a4c6b6f
refs/heads/master
2021-03-12T23:11:57.621012
2013-12-17T15:58:55
2013-12-17T15:58:55
10,316,545
1
0
null
null
null
null
UTF-8
C++
false
false
1,785
cpp
#include "ControlFaker.h" int _controllerInput[channelsInUse]; boolean _initialized; boolean _calibrationPerformed; boolean _motorsArmed; boolean _safetyChecked; void DronePrint(String s) { printNewLine(s, DEBUGMODE); } void SetupControlFaker() { printNewLine("Init ControlFaker", STATUSMODE); _initialized = fals...
[ "git@bakgaard.net" ]
git@bakgaard.net
5e62378c7726efd3c961ac1ec8fbc49b61b85855
e84e19c5d52f511ae280bb02d2febb8e0650a116
/code227.cpp
5e1273817badf2e05e6cefdabf0d1ae9baaf6d77
[]
no_license
AlJamilSuvo/LeetCode
2e3afe0c588d003aa15ea3eb08a8d2ca381c35dd
9ad26f2974ad4a41a9654a5564fe1ad27ae2463c
refs/heads/master
2022-03-15T15:43:21.826485
2022-03-04T20:40:50
2022-03-04T20:40:50
174,458,244
1
0
null
null
null
null
UTF-8
C++
false
false
1,353
cpp
#include <bits/stdc++.h> using namespace std; class Item { public: bool isOperator = false; int number = 0; char op = ' '; }; class Solution { public: int calculate(string s) { queue<Item> outputQue; stack<char> optStk; string cur; for (int i = 0; i < s.length(); i+...
[ "aljamilsuvo@gmail.com" ]
aljamilsuvo@gmail.com
b8b65965d0ebb4102c3e9821adb04b75774adac2
5762283bd1a94866b54109377c276c31195c7606
/project-1/src/texture.cpp
a0d451f26cc0b295148f37ca057e804cb51e707a
[ "MIT" ]
permissive
JRBarreraM/CI4321_COMPUTACION_GRAFICA_I
de12fe3700e1b05ee7239404bf4265639298e9e5
8d5aaa536fdfe0e2e678bc9b7abb613e33057b07
refs/heads/main
2023-04-14T01:44:15.960294
2021-04-19T08:55:41
2021-04-19T08:55:41
332,593,421
1
0
null
null
null
null
UTF-8
C++
false
false
3,667
cpp
#include "texture.h" #include "color.h" #include <assert.h> #include <iostream> #include <algorithm> using namespace std; namespace CS248 { inline void uint8_to_float( float dst[4], unsigned char* src ) { uint8_t* src_uint8 = (uint8_t *)src; dst[0] = src_uint8[0] / 255.f; dst[1] = src_uint8[1] / 255.f; dst[...
[ "carlosrivero96@gmail.com" ]
carlosrivero96@gmail.com
e423281a83579d1c9156d1d56553aaaaeb4706d5
425963de819e446a75441ff901adbfe5f1c5dea6
/chrome/browser/offline_pages/offline_page_request_handler_unittest.cc
034b020fdc58bf76a866d9cf70576beeed53a38c
[ "BSD-3-Clause" ]
permissive
Igalia/chromium
06590680bcc074cf191979c496d84888dbb54df6
261db3a6f6a490742786cf841afa92e02a53b33f
refs/heads/ozone-wayland-dev
2022-12-06T16:31:09.335901
2019-12-06T21:11:21
2019-12-06T21:11:21
85,595,633
123
25
NOASSERTION
2019-02-05T08:04:47
2017-03-20T15:45:36
null
UTF-8
C++
false
false
91,080
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/offline_pages/offline_page_request_job.h" #include <memory> #include <string> #include <utility> #include <vector> #include "ba...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
80d5518ee6344af2d024a15f458003cc1e00e309
e1d75af0a14eb9c17e25965b008d5e03ee30dadb
/C++/hud.h
cbbfe01004917e9879244fc5a1ed63f975c30c7a
[ "Unlicense" ]
permissive
Galaco/BTLRN_XTRM
854e2011205e96cec829df3e7e44c1b081eef10c
c55405d5a36a44a8b1e3def555de9ec10027625b
refs/heads/master
2020-03-23T07:53:00.702862
2018-12-28T21:48:13
2018-12-28T21:48:13
141,295,026
0
0
Unlicense
2018-12-28T21:48:14
2018-07-17T13:40:38
C++
UTF-8
C++
false
false
1,966
h
#ifndef HUD_H #define HUD_H #include <SFML/Graphics.hpp> #include <SFML/Audio.hpp> #include <iostream> #include <sstream> #include <string> #include <iomanip> #include "menuButton.h" #include "animator.h" #include "highscores.h" #include "inputName.h" class Hud { public: Hud( ); // Default...
[ "mail@galaco.me" ]
mail@galaco.me
fe1436b35cfde29e3d3ced0fe290ddc39184bace
272274a37c6f4ea031dea803cf8fc8ee689ac471
/chrome/browser/android/image_fetcher/image_fetcher_bridge.h
fb60718db0a444b77cf4ad4bea21c636c2f8d6a6
[ "BSD-3-Clause" ]
permissive
zjh19861014/chromium
6db9890f3b2981df3e8a0a56883adc93f6761fd5
8d48b756239d336d8724f8f593a7b22959c506b4
refs/heads/master
2023-01-09T06:34:30.549622
2019-04-13T06:55:11
2019-04-13T06:55:11
181,134,794
1
0
NOASSERTION
2019-04-13T07:12:06
2019-04-13T07:12:06
null
UTF-8
C++
false
false
3,203
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 CHROME_BROWSER_ANDROID_IMAGE_FETCHER_IMAGE_FETCHER_BRIDGE_H_ #define CHROME_BROWSER_ANDROID_IMAGE_FETCHER_IMAGE_FETCHER_BRIDGE_H_ #include <memor...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
54420fab50bbcf05049200871474f7b88c997745
a6f6a3bb02306a6d77ceca8b8d432e653041cbe0
/src/qt/sendcoinsentry.cpp
1bb75e48206d11d81bf582265988f56503e0e25a
[ "MIT" ]
permissive
ProfProfcompile/Vunt
1be52327144fe5be2739136f2551e4f80e4b037c
30942f425bd0828c37f2162cf7f41bad9f642bc5
refs/heads/master
2020-09-12T15:26:46.733080
2018-07-26T23:05:30
2018-07-26T23:05:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,293
cpp
#include "sendcoinsentry.h" #include "ui_sendcoinsentry.h" #include "guiutil.h" #include "bitcoinunits.h" #include "addressbookpage.h" #include "walletmodel.h" #include "optionsmodel.h" #include "addresstablemodel.h" #include <QApplication> #include <QClipboard> SendCoinsEntry::SendCoinsEntry(QWidget *parent) : ...
[ "root@vultr.guest" ]
root@vultr.guest
16bca3b7520ea0db66eacb55921c2157b36d9ab5
97e4b961fa101bc637934dbe01ac93152f0850fa
/c++/string2/string2/main.cpp
51cf4e72dc244a873ad23dc09484187f51651e66
[]
no_license
emmanuelfils435/C-C-_memory
b7150cfe7c2f32a481e40873a0c5b35a8426e13d
0a6b26e2fc3b19132183161380b72c5f50ba9ca8
refs/heads/master
2023-03-19T20:35:32.166421
2020-04-30T08:00:39
2020-04-30T08:00:39
null
0
0
null
null
null
null
GB18030
C++
false
false
1,518
cpp
#include <iostream> #include <string> using namespace std; //class Solution { //public: // string addStrings(string num1, string num2) { // /* int i = 0; // if (num1.length() >= num2.length()) // { // i = num1.length(); // } // else // { // i = num2.length(); // } // int j = 0, tmp = 0, wei = 0, flag = 0; //...
[ "1023826776@qq.com" ]
1023826776@qq.com
5d44164921f355ece5f755a7293230d554a099b1
f019ca1e4029b4077472087d1b677052583c0392
/src/netbase.cpp
77b69cb66943b37bcb63bd1972b6ab40744dc8a5
[ "MIT" ]
permissive
mirzaei-ce/core-civilbit
9204dd9c4c3ce04f867105da4e7fa9a56af1f8ba
cab3e53bdc6b04a84f4bc48114efc07865be814a
refs/heads/master
2021-04-26T05:03:32.282526
2017-10-16T15:39:44
2017-10-16T15:39:44
107,148,188
0
0
null
null
null
null
UTF-8
C++
false
false
43,587
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-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. #ifdef HAVE_CONFIG_H #include "config/civilbit-config.h" #endif #include "netbas...
[ "mirzaei@ce.sharif.edu" ]
mirzaei@ce.sharif.edu
f7d1aaf2fa61b3e065276d486edcaf1966371961
9ee2dddd7ac519f5e71c202495ed661141cbb8ec
/Lab-8/strassen.cpp
85a6e485d4e7bd0743effabbb04efe9abf28dcd9
[]
no_license
ahana2511/DAA-Lab
9ddcb36c137e16fbfcbd6dab6b1e094718fe7106
164e47b4613b210fd39147dd8c1c437786e63571
refs/heads/main
2023-08-11T07:33:52.328902
2021-09-20T17:45:46
2021-09-20T17:45:46
408,542,503
0
0
null
null
null
null
UTF-8
C++
false
false
5,446
cpp
#include<stdio.h> #include<stdlib.h> #include<bits/stdc++.h> using namespace std; int** create(int,int); int** createZeroMatrix(int); int** strassensMultiplication(int **, int **,int); int** standardMultiplication(int **,int **,int); int** strassensMultRec(int **, int**,int n); int** divide(int ** matrixA,int n, int r...
[ "ahanaagg.2250@gmail.com" ]
ahanaagg.2250@gmail.com
b9edd4edc1437602d2d7e0726325a58bcc93bab2
2385652507f121c8d2c64e90bd828a70b0eb44d0
/Algorithms/cpp/Sqrt(x)/Newton_iterative.cpp
ddb310c4f9c20e61aa4db5a2468fc9a819049446
[]
no_license
LuoWDK/leetcode
8e3dbda2ae91db4f6b93f86589efea37505d41af
3b5d9db45aacb390e657097ac8f51fda37505520
refs/heads/master
2021-01-24T20:47:36.546582
2018-04-19T08:57:00
2018-04-19T08:57:00
123,259,957
0
0
null
null
null
null
UTF-8
C++
false
false
226
cpp
class Solution { public: int mySqrt(int x) { double ans = x; double inf = 0.0001; while (fabs(pow(ans, 2) - x) > inf) { ans = (ans + x / ans) / 2; } return ans; } };
[ "Maggieluo0120@gmail.com" ]
Maggieluo0120@gmail.com
ee987bc702917b8ce2e604ecad4d09d67fd46d1b
d27a1ec1a64a6c275b16c929e0245a6ff48efb7a
/KPoint(Ingeritance)/KPoint(Ingeritance)/KShape.cpp
43f6b4a8d37175cc901933ad4f16cc696d8699e8
[]
no_license
MarshalBrain/C-projects
b48a78bd0537faeb913dfd735946c3ac3ea51886
d54718c2d6c1ef32a74d9e77ac0d9229a72481ae
refs/heads/master
2021-09-14T10:36:02.932017
2018-05-11T19:25:00
2018-05-11T19:25:00
131,203,931
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,669
cpp
#include "stdafx.h" #include "KShape.h" const double rad = 3.14159265358979323846 / 180; void KShape::Explode(double a) { if (a > 0) { high *= a; width *= a; Count(); } else if (a < 0) { high /= -a; width /= -a; Count(); } } //void KShape::Shift(double dx, double dy) //{ ...
[ "marshalzhukov3000@gmail.com" ]
marshalzhukov3000@gmail.com
810c07fcbd48cd2f43174840d2bb6cf3fc20594b
d73e37810beb21fcd592b88131011a1c727e75c6
/StackInArray/demo.cpp
424e477689eec55ce825df00cf0c01ee9f579e82
[]
no_license
mike711028/StackInArray_demo
0b20f814cce729b6c9de0b081c62c8b7ad5b7157
0c628d827a79c76f72de32ae998195c34a5c9231
refs/heads/master
2020-05-19T06:06:07.620098
2019-05-04T07:58:23
2019-05-04T07:58:23
184,865,836
0
0
null
null
null
null
UTF-8
C++
false
false
217
cpp
#include <iostream> #include "stack.h" int main() { // default without value Stack A; // default with the first value Stack S(1); S.PrintArray(); for (int i = 0; i < 11; i++) { S.Push(i); } }
[ "mikeli0117@outlook.com" ]
mikeli0117@outlook.com
4de8c1fd1d04761ca8b710cc5ed150bb404ae286
e7659eff4dd40810c552fa914cfe0b3d1a773687
/Assignment 10 - GUI + QtCharts/Assignment10GUIQtCharts.h
a45f7dec1184eeccfc19793221f1a37428a3ea01
[]
no_license
adabirtocian/Evidence_Storage
aab5397425c053276f089f8a75c5f3ee5ea6efbf
e43bfe9d85c1752485523a27c8df30e16c1cf82d
refs/heads/master
2023-01-12T16:31:23.450036
2020-11-22T21:00:34
2020-11-22T21:00:34
315,131,183
0
0
null
null
null
null
UTF-8
C++
false
false
266
h
#pragma once #include <QtWidgets/QMainWindow> #include "ui_Assignment10GUIQtCharts.h" class Assignment10GUIQtCharts : public QMainWindow { Q_OBJECT public: Assignment10GUIQtCharts(QWidget *parent = Q_NULLPTR); private: Ui::Assignment10GUIQtChartsClass ui; };
[ "adabirtocian@yahoo.com" ]
adabirtocian@yahoo.com
938f6c2b85390cfb0053b4f2d72c0b6921257c96
1e49d897c11ca25eb635c413f99d57a0fdb144e0
/proqram-2015/class/telebe bali(friend funksiyalar).cpp
6a324a7c4fb3eb2a3b20dd3b6ab39e19574fc260
[]
no_license
FeridAdashov/C-and-CPP
4295074021b6314e7893819756af5f854331ef6f
1ecd2a81587c1851bf9d5004f5c8b3f109be3f9a
refs/heads/master
2020-04-06T19:33:00.825018
2018-11-15T16:43:30
2018-11-15T16:43:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
552
cpp
#include<iostream> using namespace std; class sinif{ int qiymet; public: friend void al(sinif *a){ cout<<"\nOyrencinin qiymetini gir: "; cin>>a->qiymet; } friend void goster(sinif a){ cout<<"\nQiymet="<<a.qiymet; } }; //ONA GORE UNVANA GORE OTURULURKI QIYMET YAZANDA BIRBASA UNVANA YAZILSIN YENI KOPYA //UZERINDE...
[ "fadasov@mail.ru" ]
fadasov@mail.ru
217b9d51924952b03984b6a7158a2408c077ad35
c652e54406d56ea1850c963bd1c232c4ce1db69e
/VideoParsing/Utils/VisualizationHelper.cpp
6961f7f6283e15c7f6d10e39ea32f1f455715eef
[]
no_license
Lecanyu/CRFOptimize
d0598ec8cbe01a20721d74a80b8174c2cdccd196
b5acf0f7bb5d0e0ceb89cb9b09fb1da0f0cfc118
refs/heads/master
2020-03-22T07:58:25.847052
2018-09-03T03:13:12
2018-09-03T03:13:12
139,736,402
1
0
null
null
null
null
UTF-8
C++
false
false
4,605
cpp
/** * @file VisualizationHelper.cpp * @brief VisualizationHelper * * @author Abhijit Kundu */ #include "VideoParsing/Utils/VisualizationHelper.h" #include <opencv2/highgui/highgui.hpp> #include <boost/format.hpp> #include <iostream> namespace vp { WaitKeyNavigation::WaitKeyNavigation(int lower_bound, int upper...
[ "lecanyu@gmail.com" ]
lecanyu@gmail.com
03a7456f2f3e90fe216930c016390c9c08a87cb2
a2e16fbd38c14139d792f87636b99dbc02828918
/src/RT_PFAST2D.cpp
3bc3f3174c394677784cf388658b165382465c02
[ "MIT" ]
permissive
Yuan-ShuangQi/PFAST
c1a8d9db378e967eb9d1d7292e255277690060bc
a8904afe4609a78dcfb8366886c47440440100d8
refs/heads/master
2022-01-02T23:06:21.531262
2018-03-12T00:10:14
2018-03-12T00:10:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,863
cpp
/* This is program is to implement Transmission and/or Relection Travel time Tomography using Adjoint state method and FSM algorithm, * based on the papers: * [1] Zhao Hongkai, 2004, A Fast Sweeping Method for Eikonal Equaitons, Mathemtatics of Computiation, * Vol. 74, No. 250, pp. 603-627 * [2] Leung, Shingyu...
[ "jwhuang1982@gmail.com" ]
jwhuang1982@gmail.com
db43a53c46655fc680943e7d2f6bcf072d353b2b
08f0c67aa6813e59fb4c2672297d3c33c0b4f9cf
/importfbx/parsematerial.cpp
fbce6a99337203a31fd30b0df8b68e58c101ead6
[ "MIT", "Zlib" ]
permissive
ssshammi/contentexporter
7d4164213e0ff89282aacb5719989633be2324e1
1e92da3cdee59da9e96d8f123d45d1a09d941007
refs/heads/master
2023-01-19T00:59:14.560813
2020-12-05T03:20:05
2020-12-05T03:20:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,753
cpp
//------------------------------------------------------------------------------------- // ParseMaterial.cpp // // Advanced Technology Group (ATG) // Copyright (C) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkId=226208 //-----------------------...
[ "chuckw@windows.microsoft.com" ]
chuckw@windows.microsoft.com
1c257638d0fadbf14e957530b78c0d8f534d93de
895594e52af5f2ef624802d6fc408573640ded58
/剑指offer/9_CQueue.cpp
b759167b9d6d8edbc3663cc3726c6d10c40162b0
[]
no_license
NICKEY-CHEN/my_leetcode
d9c592a6a9662b7272ad0bca1befba47244ee4c8
cbc1aea960eadc1a56fb5b5710534f74c836b4c7
refs/heads/master
2023-01-02T15:56:18.932954
2020-10-24T06:14:53
2020-10-24T06:14:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,048
cpp
// @File : 9_CQueue.cpp // @Source : https://leetcode-cn.com/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof/ // @Title : 面试题09. 用两个栈实现队列 // @Auther : sun_ds // @Date : 2020/2/19 /** 题目描述: 用两个栈实现一个队列。队列的声明如下,请实现它的两个函数 appendTail 和 deleteHead ,分别完成在队列尾部插入整数和在队列头部删除整数的功能。(若队列中没有元素,deleteHead 操作返回 -1 )  ...
[ "1406161541@qq.com" ]
1406161541@qq.com
c404b794399bfc5905bb64816fd78e3d38dbde17
492976adfdf031252c85de91a185bfd625738a0c
/src/Game/AI/Action/actionIgnitedThrown.cpp
791ee57f4decb921d47541f5ea353c4e06db9188
[]
no_license
zeldaret/botw
50ccb72c6d3969c0b067168f6f9124665a7f7590
fd527f92164b8efdb746cffcf23c4f033fbffa76
refs/heads/master
2023-07-21T13:12:24.107437
2023-07-01T20:29:40
2023-07-01T20:29:40
288,736,599
1,350
117
null
2023-09-03T14:45:38
2020-08-19T13:16:30
C++
UTF-8
C++
false
false
1,090
cpp
#include "Game/AI/Action/actionIgnitedThrown.h" namespace uking::action { IgnitedThrown::IgnitedThrown(const InitArg& arg) : ksys::act::ai::Action(arg) {} IgnitedThrown::~IgnitedThrown() = default; bool IgnitedThrown::init_(sead::Heap* heap) { return ksys::act::ai::Action::init_(heap); } void IgnitedThrown::en...
[ "leo@leolam.fr" ]
leo@leolam.fr
35cc1a7695a814fb0d5576a6cc20013f3ecff083
c4fe6870c29dfd244e45d88f134d2bfcf226a522
/engine/PerformanceTimer.cpp
ff1298e7db05e3c1b51427f31df6d331493f258e
[]
no_license
Neevan09/NNSample
c4a907c4b01cbe96fb374570dfb3832ce3b865df
2390372f7d7f968b84960d4aa1d93a57dc8f7d37
refs/heads/master
2020-03-14T06:57:50.362708
2018-04-29T13:54:06
2018-04-29T13:54:06
131,493,241
0
0
null
null
null
null
UTF-8
C++
false
false
326
cpp
#include "PerformanceTimer.h" #if TOFU_PERFORMANCE_TIMER_ENABLED == 1 namespace CodeEngine { int64_t PerformanceTimer::counterFreq = 0; int64_t PerformanceTimer::startTick = 0; int64_t PerformanceTimer::timerSlots[kMaxPerformanceTimerSlot]; int64_t PerformanceTimer::deltaTimerSlots[kMaxPerformanceTimerSlot]; } ...
[ "Naveen@DESKTOP-794QGAI" ]
Naveen@DESKTOP-794QGAI
cc3bacc470650354cb13a51647bcc4da81f1c3bc
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/ds/security/passport/atlmfc/atlsimpstr.h
cf5b7eba3fa7da4ae03421f5b5a194e2e7657b11
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,444
h
// This is a part of the Active Template Library. // Copyright (C) 1996-2001 Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Active Template Library Reference and related // electronic documentation provided with the library. // See these sources for detai...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
5d6fb151499882cde3f34ea4c1d1a8839d208503
28c1a2cbe5cdfd5aa2d43f3e73639bc5bb22454d
/src/Particle.hpp
7e2acd8d3adeaeb5f96a19a4fa9ce0d637e698d9
[]
no_license
tazima10827/SFC_GP_particle_taji
b73253ca12f9ab5d629e3b65d30f4c2b79bde268
fc5ee19d2523ab089f363d2d991fad94a6479d76
refs/heads/master
2020-03-21T15:08:52.942699
2018-06-26T06:51:57
2018-06-26T06:51:57
138,696,806
0
0
null
null
null
null
UTF-8
C++
false
false
501
hpp
// // medama.hpp // helloobject // // Created by 田嶋智洋 on 2018/06/23. // #ifndef medama_hpp #define medama_hpp #include <stdio.h> #include "ofMain.h" class Medama{ public : //property float size; ofColor color; ofVec2f pos; ofVec2f vel; //初期値の設定 constructor Medama(); ...
[ "kapiha7@gmail.com" ]
kapiha7@gmail.com
7aa3134056fee04ba8eb3c4049f1bbe1afb4fd8b
aa7eca0eeccc7c71678a90fc04c02dce9f47ec46
/Codes_13TeV/PostAnalyzer_Run2015Data_2p5fbinv/PostAnalyzer_Qstar13TeV/LimitCode/BAT-0.9.2/src/BCDataSet.cxx
4a9c7262aa68bff96749ca7d145d89f4f7817590
[ "DOC" ]
permissive
rockybala/Analyses_codes
86c055ebe45b8ec96ed7bcddc5dd9c559d643523
cc727a3414bef37d2e2110b66a4cbab8ba2bacf2
refs/heads/master
2021-09-15T10:25:33.040778
2018-05-30T11:50:42
2018-05-30T11:50:42
133,632,693
0
2
null
null
null
null
UTF-8
C++
false
false
10,601
cxx
/* * Copyright (C) 2008-2012, Daniel Kollar and Kevin Kroeninger. * All rights reserved. * * For the licensing terms see doc/COPYING. */ // --------------------------------------------------------- #include "BCDataSet.h" #include "BCDataPoint.h" #include "BCLog.h" #include "BCErrorCodes.h" #include <TFile.h> #...
[ "rgarg@cern.ch" ]
rgarg@cern.ch
edbeb59d72f116c47d3ac248478b15f2848e6129
8601826b7773a7970b9cbd3fa9a32e4ddbf810f7
/tensorflow/compiler/xla/pjrt/pjrt_executable.h
3dc2be6a57d8582f1cc8ff7f2781792a64a13f8f
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "BSD-2-Clause" ]
permissive
kustomzone/tensorflow
306fdc2613869bc2c8199176864b041cdbb879b3
d9ec8c5ecec9150c7eef2437eed19f35a503d355
refs/heads/master
2023-08-08T13:53:38.499211
2023-07-26T18:13:30
2023-07-26T18:28:00
73,427,220
0
0
null
2016-11-10T22:45:41
2016-11-10T22:45:41
null
UTF-8
C++
false
false
13,762
h
/* Copyright 2022 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
ab41d023070719bc70df588296572efd8c7f2feb
cc7661edca4d5fb2fc226bd6605a533f50a2fb63
/System/CounterCreationData.h
4d2b1e0620291d5ebd83d475b272a67b3d843ef4
[ "MIT" ]
permissive
g91/Rust-C-SDK
698e5b573285d5793250099b59f5453c3c4599eb
d1cce1133191263cba5583c43a8d42d8d65c21b0
refs/heads/master
2020-03-27T05:49:01.747456
2017-08-23T09:07:35
2017-08-23T09:07:35
146,053,940
1
0
null
2018-08-25T01:13:44
2018-08-25T01:13:44
null
UTF-8
C++
false
false
497
h
#pragma once #include "..\UnityEngine\UnicodeString*.h" #include "..\System\Diagnostics\PerformanceCounterType.h" namespace System { namespace Diagnostics { class CounterCreationData : public Object // 0x0 { public: UnityEngine::UnicodeString* help; // 0x10 (size: 0x8, flags: 0x1, type: 0xe) UnityEngine::Unic...
[ "info@cvm-solutions.co.uk" ]
info@cvm-solutions.co.uk
2b65604fe08809fc4bb13fbdf3fdeee40675faef
4cc18b15d9049898420c5a2feffb7cde0d3d140f
/E3/source/chi-squared-tfhe/main.cpp
4aa39984583561b7b6bebd1df440ade59e82fced
[]
no_license
faberga/SoK
e2ec8693e6503cd15ea9b812469a841995aa7af4
12face92206e4eca660aa9b0b9ea3c7e8b63cb96
refs/heads/master
2023-07-20T09:35:01.792023
2022-08-06T07:58:46
2022-08-06T07:58:46
379,767,131
0
0
null
2021-06-24T01:05:23
2021-06-24T01:05:22
null
UTF-8
C++
false
false
710
cpp
#include <iostream> #include "e3int.h" #include "../../src/e3key.h" using SecureInt = TypeUint<32>; int main() { // == inputs ==== SecureInt n0 = _2_Ep; SecureInt n1 = _7_Ep; SecureInt n2 = _9_Ep; // == //END inputs ==== SecureInt alpha_half = ((n0 * n2) << 2) - (n1 * n1); SecureInt alpha = (alpha_half...
[ "patrick.jattke@student.hpi.de" ]
patrick.jattke@student.hpi.de
164bfac6eb6149b8130376e6257b26f968a458e0
cb142069b8e6d605458658385df36ee85ec05561
/Rafagan/Projeto Contra/MainPlayer/PlayerOne.cpp
8ab2d94fcaf11e4f3eb47a192528aaa313739172
[]
no_license
rafagan/contra-nes-first-level
14a5ba4be705d6571e2f65151718e23a9bb460a6
2d7c94067a9dc85b37f9eda050e73d561ad3859f
refs/heads/master
2020-05-19T14:55:50.108864
2019-05-05T19:29:25
2019-05-05T19:29:25
185,072,684
0
0
null
null
null
null
UTF-8
C++
false
false
3,159
cpp
#include "PlayerOne.h" #include "../definitions.h" #include "../Helper/Camera2D.h" #include "../MainPlayer/statesMainPlayer.h" #include "statesPlayerOne.h" #include "../GameManager.h" using namespace std; using namespace math; using namespace HeroSt; bool PlayerOne::characterLoaded = false; PlayerOne::PlayerOne(Lev...
[ "rafagan@guizion.com" ]
rafagan@guizion.com
068e1bad30fd4007ab153ce3e3a61c42ee70b040
e99f958efd5bc03371189cc10da736f36b0f6c89
/project_5/utils.cpp
8d822cabf665d8292383f1776423f93fc7496800
[]
no_license
poultergiest/cs378
0a2d01eb84bf33430dded6dbfd13f5362cda23f2
279e691ab46d6cba00bff5c9dce66149ac1f4f7e
refs/heads/master
2016-09-05T10:00:49.488479
2013-12-13T18:54:31
2013-12-13T18:54:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,199
cpp
#include "utils.h" #include <math.h> //--------------------------itos------------------------------------ // converts an integer to a string //------------------------------------------------------------------ string itos(int arg) { ostringstream buffer; //send the int to the ostringstream ...
[ "jake.wilke@gmail.com" ]
jake.wilke@gmail.com
f35cf2292e7afea26fa9ae7fe6d790a2f3de6f1a
901cf07ded2e621e5a9bc34029741e785e1450b7
/Internal_And_External_Sort/quicksort.cpp
fb2f924dc60d3135f2a14b03f86ffb19e0eb2f00
[]
no_license
yashgupte21/CloudComputing
d5232364a91a4f09004b8f25654a902a1bbb15ae
a12b0acabfc654d36f58c40e8b6bc3a423ee6ee3
refs/heads/master
2022-11-27T23:42:20.160762
2020-08-06T18:27:58
2020-08-06T18:27:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,319
cpp
#include <iostream> #include <bits/stdc++.h> #include <string> #include <cstring> #include "quicksort.h" using namespace std; void swap(char **s,char **t){ char* temp = *s; *s = *t; *t = temp; } //partition function long long partition(char** arr,long low, long high){ char* pivot = arr[high]; ...
[ "vgunda2@hawk.iit.edu" ]
vgunda2@hawk.iit.edu
310904c846d7e7ef6cd0c0165bb1dfc0fe4dc81f
e78bd858acd0fdf9770446e083cca4782a0000f1
/Source/GameJam/Private/Win.cpp
0c5a231660c4115fa39223ae2da71364bb000544
[]
no_license
AndiZE/WWF_GameJam
41442a9fd32a21ba1daca46096ee1590aefd47dc
6ae27a58fae2ef91b285fb699c4ae862269ba5f2
refs/heads/master
2021-08-08T13:03:47.758199
2020-10-06T12:56:37
2020-10-06T12:56:37
225,883,457
0
0
null
null
null
null
UTF-8
C++
false
false
99
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Win.h"
[ "andreaszechmeister@chello.at" ]
andreaszechmeister@chello.at
0b481ca873a61fdbf19e8f3c526d98f906cc54b1
376883e26add80c6e3dc75fd3571b994d37eda51
/src/signA/dialog/Dialog_SelDefSeries.h
89b0b880ae272296e6cc5940bf78887444b19564
[]
no_license
rpzhu/sa
4375142a565e9ed058acd2d0f2729f6cfa499c73
1a01b4ab065d2b596496126b43140e8bda922a53
refs/heads/master
2022-11-28T12:36:27.491989
2020-07-30T01:22:08
2020-07-30T01:22:08
275,979,744
1
0
null
null
null
null
UTF-8
C++
false
false
602
h
#ifndef DIALOG_SELDEFSERIES_H #define DIALOG_SELDEFSERIES_H #include <QDialog> namespace Ui { class Dialog_SelDefSeries; } class Dialog_SelDefSeries : public QDialog { Q_OBJECT public: explicit Dialog_SelDefSeries(QWidget *parent = 0); ~Dialog_SelDefSeries(); double getStartData(){return m_start;} ...
[ "872207648@qq.com" ]
872207648@qq.com
59731a146495f731db13c04abe01f28d2f1b4f32
88ae8695987ada722184307301e221e1ba3cc2fa
/components/media_router/common/providers/cast/channel/cast_socket_unittest.cc
98172df8bb1bedeb17b9fbe81f48d74094f5b135
[ "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
45,783
cc
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/media_router/common/providers/cast/channel/cast_socket.h" #include <stdint.h> #include <memory> #include <utility> #include <vector> #include "base/file...
[ "jengelh@inai.de" ]
jengelh@inai.de
8608122505a883191f46d580376e87c37d6a7473
23fc3581dab931d13031dfd73be0c7fb4702079c
/GRAPH/cycleDetectionUndirectedBFS.cpp
de157451045687292761072dfa3ed4cbe7d2c2ef
[]
no_license
ritikgithub/DSA
e4b281632eb310895dc64bf1490122b2a5baa09c
9a7c549388bfeea8b5cbf65de8a744b53ca91c6c
refs/heads/master
2023-08-05T00:12:58.726173
2021-09-09T04:29:12
2021-09-09T04:29:12
404,584,970
0
0
null
null
null
null
UTF-8
C++
false
false
1,386
cpp
//To detect cycle in undirected graph using BFS #include<bits/stdc++.h> using namespace std; class Solution { public: bool iscycle(int i, vector<int>adj[], bool visited[]) { queue<pair<int,int>> q; visited[i]=true; q.push({i,-1}); while(!q.empty()) { int node = q.front...
[ "ritik.agarwal@globallogic.com" ]
ritik.agarwal@globallogic.com
66bba43bd2b2f3e47c47743b8c4916f40cd7c1fd
7aba80715edebc6894713240422f7242ef9cb87c
/NPA_Barometer.ino
9f90a3e118eea7652a32e4cfe7d3999f0b87b412
[]
no_license
BrianMitton/ArduinoSketches
4655b50ab6697ebcd0ec36a72eb78fdefeca0add
2aadfadc004c1eada42bcd19ee65cf1826787bf2
refs/heads/master
2020-07-03T10:51:02.905770
2016-11-19T01:30:11
2016-11-19T01:30:11
74,178,779
0
0
null
null
null
null
UTF-8
C++
false
false
3,326
ino
#include <Wire.h> void setup() { Wire.begin(); Serial.begin(9600); while (!Serial); // wait for serial monitor Serial.println("\nI2C "); byte error, address; int nDevices; Serial.println("Scanning..."); nDevices = 0; for(address = 1; address < 127; address++ ) { // The i2c_s...
[ "bmitton1@mindspring.com" ]
bmitton1@mindspring.com
4638dc0c7177bdde6b52dc857231b5c388218d72
17c26fa226a7ec681409485852328fdaf8377239
/DFD_CloudFinalProject/Source/AudioDSPComponents/VAOnePoleFilter.cpp
f0f01b3abf5a1f55a13749396612713e6095cab5
[]
no_license
AndrewCloud01/DFD_Butterworth
c23ad908b8d582319304d776291ac127fbf2b6ef
4ef22e2772a0bcd4dfaf9e1ea9ffc6af7b6bbbdd
refs/heads/master
2021-09-09T18:45:54.704930
2018-03-18T23:52:47
2018-03-18T23:52:47
125,778,532
0
0
null
null
null
null
UTF-8
C++
false
false
3,600
cpp
/* ============================================================================== VAOnePoleFilter.cpp Created: 9 Jul 2015 8:20:19pm Author: Joshua Marler ============================================================================== */ #include "VAOnePoleFilter.h" VAOnePoleFilter::VAOne...
[ "andrewcloud01@gmail.com" ]
andrewcloud01@gmail.com
619d69f95500bbf6f58fe22a04b8a065d632d9a5
140d78334109e02590f04769ec154180b2eaf78d
/aws-cpp-sdk-elastictranscoder/source/model/JobOutput.cpp
5a1512fea260c3415739fd0d111b8c21a8691ab4
[ "Apache-2.0", "MIT", "JSON" ]
permissive
coderTong/aws-sdk-cpp
da140feb7e5495366a8d2a6a02cf8b28ba820ff6
5cd0c0a03b667c5a0bd17394924abe73d4b3754a
refs/heads/master
2021-07-08T07:04:40.181622
2017-08-22T21:50:00
2017-08-22T21:50:00
101,145,374
0
1
Apache-2.0
2021-05-04T21:06:36
2017-08-23T06:24:37
C++
UTF-8
C++
false
false
7,920
cpp
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
15e2570d670f3b3a2cfa7742aed4c967fcd2f975
83271185c3e11031a1d4112d0e48100aafbb0ec9
/x264_codec/src/main/cpp/x264_encoder.cpp
0c11708d2ba00686319a6d8c37f800f69c8ed0b2
[]
no_license
littledou/learnvideo
b97e2f4c52bbf89f022ad0ba3057d9fb46d79c35
6fa047b862fe835b04ec05dfcd22ee8f9c6a1c00
refs/heads/main
2023-06-02T12:23:53.977323
2021-06-17T08:27:06
2021-06-17T08:27:06
358,912,548
2
2
null
null
null
null
UTF-8
C++
false
false
66
cpp
// // Created by loki on 2021/5/12. // #include "x264_encoder.h"
[ "app_yoko@163.com" ]
app_yoko@163.com
709fd270462f43f676b8b1238361dad194ce4652
0125a6196a78e0df78e458ebf4f57b6d9bb9cb8a
/Queues/include/LinkedQueue.h
7052dd9239c33a16e197edee21c8e5b007dd60b4
[ "MIT" ]
permissive
MinTimmy/C
64eee8bc1f5e6c770dd778cb5146f34057c28d13
b70a657747abc78748b3bc943733fec156fcd967
refs/heads/master
2020-04-24T21:49:15.472828
2019-08-05T03:34:56
2019-08-05T03:34:56
172,290,966
0
0
null
null
null
null
UTF-8
C++
false
false
580
h
#ifndef LINKEDQUEUE_H #define LINKEDQUEUE_H class Node{ //friend class LinkedStack; public: Node(int n) : data(n), next(0) {}; Node() : data(0) , next(0) {}; private: int data; Node* next; friend class LinkedQueue; }; class LinkedQueue { public: LinkedQueue...
[ "timmygood6590@gmail.com" ]
timmygood6590@gmail.com
255a36fd49b0c837419d2b5fc74fb27f205ec7ff
fede3d3e4a11950bf6bb75476e1821c8de53be3f
/CodingPractice/UglyNumbers.cpp
26884b05147d21d2ccc078585e540118f108bdff
[]
no_license
Souvikcse/Functional-Programming
94098f5b08e92da56fc8f775d75044d61847d5c3
7caf157d0d3834062172f0568a7e4575e3758e65
refs/heads/master
2020-07-14T18:04:52.833015
2020-05-01T11:38:35
2020-05-01T11:38:35
205,369,545
0
0
null
null
null
null
UTF-8
C++
false
false
358
cpp
#include<iostream> #include<vector> #include<algorithm> #include<unordered_map> typedef long long int ll; using namespace std; vector<ll> v; void find(int i, int n, int num){ if(v.size()==n) return; } int main(){ int t; cin>>t; find(0, 10000); sort(v.begin(), v.end()); while(t--){ ...
[ "sayanwinz@gmail.com" ]
sayanwinz@gmail.com
78637e6b7cd2fdd237924092acd6c03e35e86bc2
08f934f490c375e3d481f638b246eb282f08a326
/src/cpp/chess/disp/border.cpp
5cca1518140072ba0f1f6209eb765c7539a5fda1
[]
no_license
btobrien/chessworm
2e21bb03f9fddffcb26ebee9982491012b81cef8
76dcc546ae00b3b7b80c99017222c7e9b9666088
refs/heads/master
2020-09-14T08:34:34.313780
2019-12-21T23:11:34
2019-12-21T23:11:34
94,467,904
0
0
null
null
null
null
UTF-8
C++
false
false
587
cpp
#include <iostream> #include <string> const int BOARD_WIDTH = 8; int main(int argc, char** argv) { int width = (2 * BOARD_WIDTH) + 1; if (argc > 1) width = std::stoi(argv[1]); std::cout << "\u250C"; for (int col = 0; col < width; col++) std::cout << "\u2500"; std::cout << "\u2510" << std::endl; std::string...
[ "bobrien@umich.edu" ]
bobrien@umich.edu
82ea18c46e946f4ee7c793430a034887868ed90c
ef741f433ba4938577ef02957f6416e8cee23050
/main.cpp
6f5e909cdfcab9261150be3c3217626971a7e674
[ "Apache-2.0" ]
permissive
ThomasYhub/Prime-factorization
86287c3f598057ddebcc49af903b8fce2cf10d01
cb7929a73ada490ae1c7877f825faa92be4caf8b
refs/heads/master
2021-01-10T15:10:04.913419
2016-04-09T10:45:47
2016-04-09T10:45:47
55,838,232
0
0
null
null
null
null
UTF-8
C++
false
false
5,902
cpp
// このファイルはスタンダードmidiファイルをバイナリで吐き出す // ヘッダチャンクには適当だと思われる値を入力してある #include <iostream> #include <fstream> #include <string> #include <math.h> using namespace std; #define HEAD 8 uint32_t Count = 0; const int Maxprime = 719; const int N = 10000; const int NumOfKey = 128; //ファイルの末尾にバイナリを入れる void pop_back(ofstream &ofs, ch...
[ "akogi.tomy@gmail.com" ]
akogi.tomy@gmail.com
6b6c283d74eba9b56638285ebef8aac19cce1903
07c3e4c4f82056e76285c81f14ea0fbb263ed906
/Re-Abyss/app/components/Adv/Common/Command/ColorTag.hpp
5474c60ddd94d0dffec4d96e14bab590b9ef4d04
[]
no_license
tyanmahou/Re-Abyss
f030841ca395c6b7ca6f9debe4d0de8a8c0036b5
bd36687ddabad0627941dbe9b299b3c715114240
refs/heads/master
2023-08-02T22:23:43.867123
2023-08-02T14:20:26
2023-08-02T14:20:26
199,132,051
9
1
null
2021-11-22T20:46:39
2019-07-27T07:28:34
C++
UTF-8
C++
false
false
489
hpp
#pragma once #include <abyss/commons/Fwd.hpp> #include <abyss/modules/Adv/base/ICommand.hpp> #include <Siv3D/Optional.hpp> #include <Siv3D/ColorF.hpp> namespace abyss::Adv { class ColorTag : public ICommand { public: ColorTag(AdvObj* pObj, const s3d::Optional<s3d::ColorF>& color); ...
[ "tyanmahou@gmail.com" ]
tyanmahou@gmail.com
3712c49919271319597542ce589f4cf81933617c
e8cdebc4bda1c2f955598e3f98a189eb3652ab60
/libLogging/test/LevelTest.h
7ecefcea48ce2ed082f987f2288788608f5e4589
[ "BSD-3-Clause" ]
permissive
marcbejerano/cpp-tools
0a40ac9f2ac22758fa7193d6df3e7eb761df2c04
9ef62064a5b826b8722ff96e423ffff2d85f49f1
refs/heads/master
2020-03-26T22:11:06.691644
2018-08-20T15:49:48
2018-08-20T15:49:48
145,438,211
0
0
null
null
null
null
UTF-8
C++
false
false
2,134
h
#ifndef _LEVEL_TEST_H_INCLUDED_ #define _LEVEL_TEST_H_INCLUDED_ #include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/TestFactoryRegistry.h> #include <cppunit/ui/text/TextTestRunner.h> class StandardLevelTest : public CppUnit::TestCase { public: CPPUNIT_TEST_SUITE(StandardLevelTest); ...
[ "marcbejerano@gmail.com" ]
marcbejerano@gmail.com
de9cae82a246b513215633cdf58b1f6441c3154c
8cfb0fcd24249b339090f0d75816b055b22ad418
/G2API/oviewtrade.h
01733fd09f0a9aac58bc57870d74224a96259e24
[]
no_license
Siemekk/AST-World-Editor
febcec3fde6c04b81f24ac17a2c65a7e6c01fd75
bd1c94a858fcb5b5cacaa7040073bf0e64ae0d41
refs/heads/master
2020-04-02T02:47:51.849427
2018-10-20T17:20:12
2018-10-20T17:20:12
153,928,460
1
0
null
null
null
null
UTF-8
C++
false
false
18,303
h
#pragma once #include "ocnpcinventory.h" #include "zViewObject.h" // // VIEW // class oCViewDialogInventory : public zCViewDialog { public: zCLASS(oCViewDialogInventory); // ********************************************************************************* // ** ENUMS & STRUCTURES // ************************...
[ "Siemaczy1@gmail.com" ]
Siemaczy1@gmail.com
619779ff51b11156c08f9fd68c3d14e71b84405d
4da55187c399730f13c5705686f4b9af5d957a3f
/src/webots/scene_tree/WbPhysicsViewer.cpp
0a5879b4998dca492ec3ecd6148de49c1ee2f0fa
[ "Apache-2.0" ]
permissive
Ewenwan/webots
7111c5587100cf35a9993ab923b39b9e364e680a
6b7b773d20359a4bcf29ad07384c5cf4698d86d3
refs/heads/master
2020-04-17T00:23:54.404153
2019-01-16T13:58:12
2019-01-16T13:58:12
166,048,591
2
0
Apache-2.0
2019-01-16T13:53:50
2019-01-16T13:53:50
null
UTF-8
C++
false
false
11,270
cpp
// Copyright 1996-2018 Cyberbotics Ltd. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agr...
[ "David.Mansolino@cyberbotics.com" ]
David.Mansolino@cyberbotics.com
090ed8df211ea917d5ebb6482f2098cd943c0b94
966715244b0f937e48305f2753ebde5544809325
/src/exception.cpp
92b0ddeee0235c8e95317f51cfceac6ca14fb683
[ "MIT" ]
permissive
DlinkLang/Dlink
970569fb4e0be8bdf79948e418178ef3e110137c
bbe36adf3f1591bd27ad6edcd45d5ad33fcb1781
refs/heads/master
2020-03-22T20:09:47.423408
2018-11-19T12:13:39
2018-11-19T12:14:19
140,577,462
6
0
null
null
null
null
UTF-8
C++
false
false
157
cpp
#include <Dlink/exception.hpp> namespace dlink { invalid_state::invalid_state(const std::string_view& message) : std::runtime_error(message.data()) {} }
[ "kmc7468@naver.com" ]
kmc7468@naver.com
5399550224838582615dee2ba8c44d38d65b3c4d
4e5c394c33f0a8adf0152742f01aebb5755c4581
/code/sunlight/Config.h
c31547b90ac3ff6119a20641c9ee24672f7c74d6
[]
no_license
dennistimmermann/iot-sunlight
f13ddcdd8e8f4020219feb0b19088491580068ec
78380c1213bea326bfebce8c9d1ee61d1aa73e06
refs/heads/master
2021-01-01T05:11:36.027448
2016-05-30T10:04:42
2016-05-30T10:04:42
59,310,198
3
0
null
null
null
null
UTF-8
C++
false
false
1,485
h
#ifndef H_CONFIG #define H_CONFIG #include "Arduino.h" #include <ESP8266WiFi.h> #include <WiFiClient.h> #include <ESP8266WebServer.h> #include <EEPROM.h> #define EEPROM_SSID 0 #define EEPROM_PASS 128 #define EEPROM_LAT 256 #define EEPROM_LON 384 const char HTTP_START[] PROGMEM = "<!DOCTYPE html><html><head><meta c...
[ "timmermann.dennis@googlemail.com" ]
timmermann.dennis@googlemail.com
f3a45a1b9897b446183c2ff15b6a7a0ce0005f9b
4002b5b53ec36b42c393dbbcea1c0baa4c64e202
/onlineml/classifiers/perceptron.h
ffed6db32cda2abf2b2f22bc7b35bfc339f7a86f
[ "MIT" ]
permissive
tma15/onlineml
0dda6188807d64addb68c01b82ff0a3bd06d5733
4094e3f36f96671b2492b86341984689a27b1e7e
refs/heads/master
2021-01-11T00:01:40.016719
2020-08-23T06:38:38
2020-08-23T06:38:38
59,888,293
1
0
NOASSERTION
2020-08-16T06:47:00
2016-05-28T09:59:37
C++
UTF-8
C++
false
false
643
h
#pragma once #include "../classifier.h" #include "../parameter.h" namespace onlineml { class Perceptron : public OnlineMLClassifier { public: Perceptron() {} Perceptron(unsigned input_size, unsigned output_size) : input_size_(input_size), output_size_(output_size) { weight_ = Tensor({output_siz...
[ "takuyamakino15@gmail.com" ]
takuyamakino15@gmail.com
2037d0159f895a61ac09d6a186844694a8ab0081
d508027427b9a11a6bab0722479ee8d7b7eda72b
/3rd/include/3dsmax2010sdk/simpspl.h
16872042b1f005263daf990e4685a42cca062ce5
[]
no_license
gaoyakun/atom3d
421bc029ee005f501e0adb6daed778662eb73bac
129adf3ceca175faa8acf715c05e3c8f099399fe
refs/heads/master
2021-01-10T18:28:50.562540
2019-12-06T13:17:00
2019-12-06T13:17:00
56,327,530
5
0
null
null
null
null
UTF-8
C++
false
false
13,703
h
//**************************************************************************/ // Copyright (c) 1998-2006 Autodesk, Inc. // All rights reserved. // // These coded instructions, statements, and computer programs contain // unpublished proprietary information written by Autodesk, Inc., and are // protected by Federal cop...
[ "80844871@qq.com" ]
80844871@qq.com
b7e388cfa20ca80cb97d25806b080cb629ebc158
ec6329672c8df1721cd59506658a3bcae2c8816d
/test_9_18_1/test_9_18_1/test1.cpp
a5fa5b6be366174d335551f06402898ef6eb42f4
[]
no_license
luchunabf/initial
b78257ab343726a0e299c255a3d655dede961767
6682de0eda8380cfd5b28b66314d9c2a1c485fa1
refs/heads/master
2020-05-06T13:25:57.919237
2019-10-11T12:59:31
2019-10-11T12:59:31
180,136,284
0
0
null
null
null
null
UTF-8
C++
false
false
507
cpp
#define _CRT_SECURE_NO_WARNINGS 1 #include <iostream> //#include <string.h> using namespace std; class Person { public: virtual void Tacket() { cout << "Person" << endl; } //private: // int _data; }; class Student : public Person { public: virtual void Tacket() { cout << "Student" << endl; } }; void Func(...
[ "luchunabf@163.com" ]
luchunabf@163.com
5d794f06d2d380661c92aba67a4ce4f96d7f903b
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/numeric/odeint/integrate/observer_collection.hpp
97d9bb2222dfd4279973df994cf92ce1c9eba732
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:ce00dcf23b03417f7cdc7a8bcab17e383cba6158df3aa13ae9c2d65753b4b924 size 1375
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
cc2198223ed9514cabbc254835159db1ee26b9ea
0bf5a4f159e45546ec3e9b094608e3e4439608a7
/CCF CSP/201703-4. 地铁修建.cpp
b4952cffa0666168ac2e4c6806e003df9285ae7f
[ "ICU" ]
permissive
richenyunqi/CCF-CSP-and-PAT-solution
4178694c8b213cf2aeb51f0846e99e7d47863d4a
4e12e2dbe9a3822e357ba98799d82700f46beb24
refs/heads/master
2023-09-02T12:49:32.328292
2022-05-14T08:37:48
2022-05-14T08:37:48
162,964,774
668
118
null
2022-05-14T08:39:08
2018-12-24T07:45:38
C++
UTF-8
C++
false
false
1,091
cpp
#include <bits/stdc++.h> using namespace std; using gg = long long; struct Edge { //边的类,存储两个端点u,v和边的权值cost gg u, v, cost; Edge(gg up, gg vp, gg cp) : u(up), v(vp), cost(cp) {} }; vector<Edge> edges; //存储所有的边 vector<gg> ufs(1e5 + 5); //并查集 gg findRoot(gg x) { return ufs[x] == x ? x : ufs[x] = findRoot(ufs[x])...
[ "csjiangfeng@gmail.com" ]
csjiangfeng@gmail.com
e666e3b3044aa153d59f95050448d13b6af611e3
887f3a72757ff8f691c1481618944b727d4d9ff5
/third_party/gecko_1.9.2/win32/gecko_sdk/include/nsIContentPrefService.h
ce6d81d8d96cba7c3f21a5a20d7b824e55e154dd
[]
no_license
zied-ellouze/gears
329f754f7f9e9baa3afbbd652e7893a82b5013d1
d3da1ed772ed5ae9b82f46f9ecafeb67070d6899
refs/heads/master
2020-04-05T08:27:05.806590
2015-09-03T13:07:39
2015-09-03T13:07:39
41,813,794
1
0
null
null
null
null
UTF-8
C++
false
false
18,197
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.2-win32-xulrunner/build/toolkit/components/contentprefs/public/nsIContentPrefService.idl */ #ifndef __gen_nsIContentPrefService_h__ #define __gen_nsIContentPrefService_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif ...
[ "gears.daemon@fe895e04-df30-0410-9975-d76d301b4276" ]
gears.daemon@fe895e04-df30-0410-9975-d76d301b4276
85b6e02654bbd44654c43d32e31151cb1cc05229
493ac26ce835200f4844e78d8319156eae5b21f4
/CHT_heat_transfer/constant/solid_12/polyMesh/faces
8aa3ae377356f1ba1801a9ea50bfa6a2ba0c54cc
[]
no_license
mohan-padmanabha/worm_project
46f65090b06a2659a49b77cbde3844410c978954
7a39f9384034e381d5f71191122457a740de3ff0
refs/heads/master
2022-12-14T14:41:21.237400
2020-08-21T13:33:10
2020-08-21T13:33:10
289,277,792
0
0
null
null
null
null
UTF-8
C++
false
false
18,925
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | ...
[ "mohan.2611@gmail.com" ]
mohan.2611@gmail.com
3db4c2f1f6fa918929559cee00ebe34cc5ddb43f
560090526e32e009e2e9331e8a2b4f1e7861a5e8
/Compiled/blaze-3.2/blazetest/src/mathtest/dvecdvecouter/V4aV6a.cpp
e1e2d252c5e414fbc0ea998f642178a8249a1b81
[ "BSD-3-Clause" ]
permissive
jcd1994/MatlabTools
9a4c1f8190b5ceda102201799cc6c483c0a7b6f7
2cc7eac920b8c066338b1a0ac495f0dbdb4c75c1
refs/heads/master
2021-01-18T03:05:19.351404
2018-02-14T02:17:07
2018-02-14T02:17:07
84,264,330
2
0
null
null
null
null
UTF-8
C++
false
false
3,635
cpp
//================================================================================================= /*! // \file src/mathtest/dvecdvecouter/V4aV6a.cpp // \brief Source file for the V4aV6a dense vector/dense vector outer product math test // // Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved // // This...
[ "jonathan.doucette@alumni.ubc.ca" ]
jonathan.doucette@alumni.ubc.ca
d1a953748ffc6f58625892180aa866aca7d4b6f4
aa6642d00b74b4c4862bd78806d5d766d40ec299
/Lecture11/src/sepChain.cpp
1f58a826b363112fffff94587ab2e653007a6f5d
[]
no_license
alexnour/sp21-cse-20312
36a90f000138ca76d23cd65ae3e83cf4de997857
47899a56579bc6d255302be3e1275ac7ee7e8b3b
refs/heads/main
2023-03-19T15:26:17.543680
2021-03-11T00:09:54
2021-03-11T00:09:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,046
cpp
/********************************************** * File: sepChain.cpp * Author: Matthew Morrison * Email: matt.morrison@nd.edu * * Shows a basic example of separate chaining **********************************************/ #include <iterator> #include <string> #include <iostream> #include "../include/DynArr.h" #include...
[ "mmorri22@nd.edu" ]
mmorri22@nd.edu
471476884f53ab6a98a0c6a18878ab89db9518c0
d4f0ce5ffa72e2d3e69febe3afb8143390cc6d81
/qcadactions/src/rs_actionsnapintersectionmanual.h
c4ce3608d3f52e17231633559dcaa9d40f96d991
[]
no_license
jacklibj/2.0.5.0-1-community.src
bdb841c662e6ae7ab3b74c79e48bd5b33fa6dded
6e92447db30440c26437a2b5de165338dfe4d1c3
refs/heads/master
2020-05-21T00:46:32.456342
2013-04-08T03:12:57
2013-04-08T03:12:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,210
h
/**************************************************************************** ** $Id: rs_actionsnapintersectionmanual.h 1062 2004-01-16 21:51:20Z andrew $ ** ** Copyright (C) 2001-2003 RibbonSoft. All rights reserved. ** ** This file is part of the qcadlib Library project. ** ** This file may be distributed and/or modi...
[ "worinco@163.com" ]
worinco@163.com
7601bb43d9b6b3bc10c3b571d2c11b6d4326175f
8acdfe5db8da1e5d81be386e684d1af52e46e961
/bhuman2ros/src/CommBase.cpp
4a97927f476ac05203b547661998269ef3f1de67
[ "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
uchile-robotics/nao-backpack
e9d78599dc373b4cb00d12a2104d52ba0d74cac1
985872aaa449ae25c4acc28c68f2bca923495f80
refs/heads/master
2021-03-27T11:34:25.977724
2017-07-12T04:44:43
2017-07-12T04:44:43
85,327,456
22
4
null
null
null
null
UTF-8
C++
false
false
1,703
cpp
/** * @file CommBase.cpp * This file implements a template of communication threads between ROS and B-Human * * This file uses part of the BHuman Code Release 2016 <a href="https://github.com/bhuman/BHumanCodeRelease"</a>) * * @author <a href="mailto:mmattamala@ing.uchile.cl">Matias Mattamala</a> */ #include "C...
[ "mmattamala@ing.uchile.cl" ]
mmattamala@ing.uchile.cl
a2c806b521d4ac22e9b7f804fdb55c520c274188
04f2c13225801b4a0192e082b4354d38e0162804
/source/LightManager.cpp
7d209f6a66cbd93799f970b5ad7a80a3b15bc84f
[]
no_license
EricPolman/software-rasterizer
7c6ffbbc2bc429f653efb06b3168d0b0c62e361c
eb2fc86af684d72fd659557da99002dc76aa86c0
refs/heads/master
2021-01-20T08:44:17.100229
2015-01-26T11:21:51
2015-01-26T11:21:51
29,857,897
0
0
null
null
null
null
UTF-8
C++
false
false
97
cpp
#include "LightManager.h" LightManager::LightManager() { } LightManager::~LightManager() { }
[ "eric@ericpolman.com" ]
eric@ericpolman.com
3fdfca0eee48dd24d8042a4f76ad86a61f3ed8f9
0b4300aa6cb5401e7cd86d68cf9d978e3b6395b8
/Analysis/RpcPro2DB/include/EnhancedVars.hpp
f3a2cc4e06d0751b8eff2652aef5232fbc73cee5
[]
no_license
kaikai581/graduate-svn-repo
1e62d7f9f3cb5c32d27b9e53d28f44c495226f7d
c1838d30b8f420302e5d12d6deb648f9ab1cc987
refs/heads/master
2022-02-24T03:55:32.339211
2022-02-08T15:49:45
2022-02-08T15:49:45
232,512,475
0
0
null
null
null
null
UTF-8
C++
false
false
2,890
hpp
#ifndef ENHANCEDVARS_HPP #define ENHANCEDVARS_HPP #include "RawVars.hpp" class EnhancedTreeVars; class EnhancedVars : public RawVars { public: static unsigned int eventId; static unsigned int runNumber; static unsigned int fileNumber; unsigned int nModules; rpc::mReadoutClusters mRpcCluster...
[ "kaikai581@hotmail.com" ]
kaikai581@hotmail.com
6507d75b04dcbcd2880f1605cd441e438bed0f34
f80795913b6fbbfbc1501ca1e04140d1dac1d70e
/10.0.14393.0/winrt/internal/Windows.Phone.Management.Deployment.1.h
33265d5646855eb154d5ace5d69c8801edb21c39
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
jjhegedus/cppwinrt
13fffb02f2e302b57e0f2cac74e02a9e2d94b9cf
fb3238a29cf70edd154de8d2e36b2379e25cc2c4
refs/heads/master
2021-01-09T06:21:16.273638
2017-02-05T05:34:37
2017-02-05T05:34:37
80,971,093
1
0
null
2017-02-05T05:27:18
2017-02-05T05:27:17
null
UTF-8
C++
false
false
9,818
h
// C++ for the Windows Runtime v1.0.161012.5 // Copyright (c) 2016 Microsoft Corporation. All rights reserved. #pragma once #include "../base.h" #include "Windows.Phone.Management.Deployment.0.h" #include "Windows.Foundation.0.h" #include "Windows.Management.Deployment.0.h" #include "Windows.Foundation.Collections.1....
[ "josuen@microsoft.com" ]
josuen@microsoft.com
50c6241387cc04a1e402231bad23d08cd265b0d4
dafd7c0de75202c854925370c86ee523d9f2fb05
/17.cpp
16e38a9a78749cab82cfc95b95fada43cb6525ae
[]
no_license
csillagg/euler
c3b574062329b5715b5680e3b2d5e74884cc614b
b7bd9ed08aa135145c023776e8cc0fe566f0790a
refs/heads/master
2021-09-18T07:53:52.132457
2018-07-11T13:14:01
2018-07-11T13:14:01
114,776,613
0
0
null
null
null
null
UTF-8
C++
false
false
1,597
cpp
#include <iostream> using namespace std; int egyjegyu(int szam) { int ered; if (szam == 1 || szam == 2 || szam == 6) { ered = 3; } else if (szam == 4 || szam == 5 || szam == 9) { ered = 4; } else if (szam == 7 || szam == 8 || szam == 3) { ered = 5; } return ered; } int ketjegyu (int szam) { ...
[ "csilli97@freemail.hu" ]
csilli97@freemail.hu
78c58c9df37cff7ed75e2069b7d8b63743284cce
6e5aca8a2d93092dbb8ad130d4bc904b49b938f9
/algorithm/daiziguizhong/radix-sort.cc
f2c661062c7f0f24437deb29742a1de2a886c2d1
[]
no_license
ljshou/workspace
6a1b79f0b222cefee8d751fe5c32c726466fa38e
7cc1067f22cca9e56511f89be7e24420fe894090
refs/heads/master
2016-09-05T13:30:42.402922
2016-02-28T15:35:40
2016-02-28T15:35:40
26,074,693
1
0
null
null
null
null
UTF-8
C++
false
false
2,017
cc
/** * @file radix-sort.cc * @brief * @author L.J.SHOU, shoulinjun@126.com * @version 0.1.00 * @date 2015-01-26 */ #include <iostream> #include <string> #include <vector> using namespace std; const int RADIX = 10; int front[RADIX]; int rear[RADIX]; struct Node { string key; int link; Node(const str...
[ "shoulinjun@126.com" ]
shoulinjun@126.com
40776563c1a992aec769f7dc53157596ba20d4e2
c3a0f82e6d0fb3e8fb49afc042560e5787e42141
/codeforces/1238/D.cpp
86bc6ee7a462aeaa72524705c3236da6081a23c8
[]
no_license
SahajGupta11/Codeforces-submissions
04abcd8b0632e7cdd2748d8b475eed152d00ed1b
632f87705ebe421f954a59d99428e7009d021db1
refs/heads/master
2023-02-05T08:06:53.500395
2019-09-18T16:16:00
2020-12-22T14:32:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,139
cpp
#include <bits/stdc++.h> #define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); #define endl "\n" using namespace std; #define cerr if(0)cerr #define watch(x) cerr << (#x) << " is " << (x) << endl #define max(a,b) (a>b?a:b) #define min(a,b) (a<b?a:b) #define max3(x,y,z) max(x,max(y,z)) #define min3(x,y,z) min(x,...
[ "ghriday.bits@gmail.com" ]
ghriday.bits@gmail.com
2140cef9fb4988df7aa14cc60d3260cb4e175150
087147cb085697d1176e431902a0f5834ae31b7f
/src/seurobot/include/seurobot/action_engine.hpp
af095bdb3670f9f5bbaa1a504c98dc1b16e7bb1f
[]
no_license
Exception0x0194/SEURoboCup2020
58a235a03a80a1b3effde7a806308e6e2e95cb0b
d7d6c5516cfd8444e0cb0eab997a479a6f450403
refs/heads/master
2023-01-04T22:51:09.485447
2020-10-17T13:30:02
2020-10-17T13:30:02
303,361,204
1
0
null
2020-10-16T06:51:23
2020-10-12T10:49:29
C++
UTF-8
C++
false
false
845
hpp
#pragma once #include <seurobot/seu_robot.hpp> #include <seumath/math.hpp> #include <common/msg/body_angles.hpp> namespace seurobot { class ActionEngine { public: ActionEngine(std::string act_file, std::shared_ptr<SeuRobot> robot); std::vector<common::msg::BodyAngles> runAction(std::string act, int idx=100); ...
[ "rockylc@163.com" ]
rockylc@163.com
fef1a6f3df2609bbb58eef7e5a2f6aef90005b80
8f903e8dbcc30e98c005c22108003f7a0c461538
/app_mesh.cpp
afa9ede08068046e566ff334d515656c695d9930
[ "MIT" ]
permissive
blu/hello-chromeos-gles2
90938b4230885023b9bf413c41c477c40429a559
d9e0626b78ef67aee0db96e39a3d0038aad8bb7d
refs/heads/master
2023-08-14T00:54:45.981023
2023-07-29T17:48:51
2023-07-29T17:48:51
146,986,090
3
0
null
null
null
null
UTF-8
C++
false
false
15,617
cpp
#if PLATFORM_GL #include <GL/gl.h> #include <GL/glext.h> #include "gles_gl_mapping.hpp" #else #include <EGL/egl.h> #include <GLES2/gl2.h> #include <GLES2/gl2ext.h> #include "gles_ext.h" #endif // PLATFORM_GL #include <unistd.h> #include <stdio.h> #include <stdint.h> #include <string.h> #include <stdlib.h> #inclu...
[ "blu.dark@gmail.com" ]
blu.dark@gmail.com
625ea0ed58f9ed65d795744c2c43db14a293d115
6edb11d5782492565cd251266927859b62d1d49b
/第15章 面向对象程序设计/Disc_quote.cpp
fdc77587fafbd79d56a1350507660871b00d15e1
[]
no_license
a1anpro/myCpp-Primer
9253ab86fbdd55996dc2e7709a3ac87e9f98015a
f7cef1a950b79fc01256dc4bb80a9b80573ecc95
refs/heads/master
2021-01-15T21:30:32.131806
2017-09-03T01:18:51
2017-09-03T01:18:51
99,871,225
0
0
null
null
null
null
GB18030
C++
false
false
484
cpp
#include "Disc_quote.h" double Bulk_quote::net_price(size_t n) const { if (n >= min_qty){ return price * (1-discount) * n; } else{ return price * n; } } double Limit_quote::net_price(size_t n) const { if (n < min_qty){ return n * price; } else if (n < max_qty){ //这个区间是打折的 return n * price...
[ "alanyanhui@gmail.com" ]
alanyanhui@gmail.com
1b333df43dc53dadc8fe8df1aa4dce3b899b2df1
d3d29f2b01a4f1fa479ace728da0fc40d9b9afe3
/app/src/main/cpp/FFmpegVedio.cpp
94e36fd99c3a033e9460bfbd6839f95f8a5eeb37
[]
no_license
ITFlyPig/anything_player
790e687cb72c3a6b51bce6ddbd0d94c59190bcc1
0f52f05346978e206beb567901c0282d11f24127
refs/heads/master
2021-08-15T02:51:29.671707
2017-11-17T07:58:35
2017-11-17T07:58:35
111,074,520
0
0
null
null
null
null
UTF-8
C++
false
false
7,474
cpp
// // Created by david on 2017/9/27. // #include "FFmpegVedio.h" FFmpegVedio::FFmpegVedio(){ pthread_mutex_init(&mutex, NULL); pthread_cond_init(&cond, NULL); } static void (*video_call)(AVFrame *frame); int FFmpegVedio::get(AVPacket *packet) { pthread_mutex_lock(&mutex); while (isPlay)...
[ "wangyuelin@163.com" ]
wangyuelin@163.com
6923abb846f23eed0c4e7af687bea1e3718f8f5d
9b2a3151a7de6271f1618a482adbe4137aca6824
/Coj/c++/1600-Big powers/main.cpp
06a689153c2791003001c2dba5f627b410b274db
[]
no_license
LuisEnriqueSosaHernandez/Programas-coj-otros
4bb8f24b785144366ad4ebd65fc41571fec44f4f
ef24094e347e0d7b21a021cdd1e32954ff72a486
refs/heads/master
2020-04-05T14:36:04.355386
2017-07-19T20:34:56
2017-07-19T20:34:56
94,712,937
0
0
null
null
null
null
UTF-8
C++
false
false
614
cpp
#include <iostream> using namespace std; long long int potencia(long long int base,long long int exponente,long long int modulo){ if(exponente==0){ return 1; } if(exponente%2==0){ long long int aux=(potencia(base,exponente/2,modulo)%modulo); return (aux*aux)%modulo; }else{ return (base%modulo)*(potenc...
[ "kiquesasuke@gmail.com" ]
kiquesasuke@gmail.com