blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
83023e982c5787ed993fc71f801ab4ff0063b0d1
33563f7e62dfb35e7cf4309ef190a9d0b7a84f44
/code/scripting/api/libs/ui.cpp
9d5880140faaa3c5e20a416df3127206ef393ae4
[ "Unlicense" ]
permissive
marek-g/freespace2_vr3d
2868dceec2c3b5ef7a340e5a4e11b13b5a6787a0
60047116fd2ed49002e101d1cb7358d8b16bcd1e
refs/heads/master
2023-02-24T10:28:48.969117
2021-01-22T15:54:54
2021-01-22T15:54:54
332,247,013
0
0
null
null
null
null
UTF-8
C++
false
false
13,920
cpp
// // #include "ui.h" #include "globalincs/alphacolors.h" #include "cmdline/cmdline.h" #include "gamesnd/eventmusic.h" #include "menuui/barracks.h" #include "menuui/mainhallmenu.h" #include "menuui/optionsmenu.h" #include "menuui/playermenu.h" #include "menuui/readyroom.h" #include "mission/missionbriefcommon.h" #inc...
[ "asarium@gmail.com" ]
asarium@gmail.com
c0f97ee7513a9289af1721b410fe8e27f7fda1ef
48d3c7f2b4953ca3b25cce6f82c26c4e0c74db30
/17_Operator_Overloading/04_Identify_Error.cpp
b467274796eea95ed42455e4e593b0c94f617c2b
[]
no_license
syedyasar/Cpp_Programming_Fundamentals
b62f3dd73738b7ecbe372c4fec3e2ea2d11c9e41
07290adccc7505dac051147aaa342e85ec254917
refs/heads/main
2023-06-17T14:09:29.823641
2021-06-29T20:16:27
2021-06-29T20:16:27
376,637,978
0
0
null
null
null
null
UTF-8
C++
false
false
305
cpp
// Identify error #include <iostream> using namespace std; int& f1(int x) // It is RBR function { return x; // Error becoz normal parameter can not be returned } // 'x' is lost main() { int a = 25; cout << a << "\n"; // 25 f1(a) = 35; // Error cout << a << "\n"; }
[ "syedyasar.mjcet@gmail.com" ]
syedyasar.mjcet@gmail.com
f614485ffcded1adb356e6a2c1ed495462ec4d9e
15e016df284b9250f7b5b92753abcc792f692c03
/src-cpp/impl/Interstitial.cpp
0c60bb8aff6a939e37e77e7c2b90a973e868f08b
[]
no_license
uc-union/union-ads-sdk-cocos-sdk
5f2c2f7e0076ac9f9c8cfb13132ff5407b2d2ce5
39fedf88113a07341c5c823bcf25901b8026b3d4
refs/heads/master
2021-01-21T04:59:55.438956
2016-07-05T08:33:09
2016-07-05T08:33:09
53,843,013
0
0
null
null
null
null
UTF-8
C++
false
false
3,385
cpp
#include "Interstitial.h" #include "JNICommon.h" #include "AdListener.h" #include "AdRequest.h" namespace com_ucweb_union_ads_sdk { class InterstitialImpl { public: InterstitialImpl():mRequest(0) { ScopedJniMethodInfo info; JniMethodInfo_& rawInfo = info.get(); if( JniHelper::getMethodInfo(rawInfo ...
[ "wl89397@alibaba-inc.com" ]
wl89397@alibaba-inc.com
77dba847be26ae1c2257ea6f95f9a0b243b45bd6
a789a57af328ddc0421869e610028ef9174a3b56
/Header Files/NeuralNet.h
227dd6e5b0878cefb1b8296bed160baa245f376d
[]
no_license
17ijcurtis/ANN
ae0f4f2845b0bdcccd246dacad50c5129145033e
e79f688ff11cfc7be9b7569d973cf8402162eac8
refs/heads/master
2021-01-11T23:19:50.225505
2017-02-10T19:40:39
2017-02-10T19:41:02
78,568,472
1
0
null
null
null
null
UTF-8
C++
false
false
927
h
/* Author: Isaiah Curtis Date: 1/10/2017 */ #pragma once #ifndef NEURALNET_H #define NEURALNET_H #include <iostream> #include <vector> using namespace std; #include "Neuron.h" #include "ILayer.h" #include "InputLayer.h" #include "Layer.h" #include "EnumsANN.h" class NeuralNet { private: // Array of layers vec...
[ "17ijcurtis@gmail.com" ]
17ijcurtis@gmail.com
eb68945b3c10a396f9ae8f097bc5c6d50d1da4eb
726cf6a267312666a32a5b92de7343a51a8bd90f
/game_v3_lb6/map/field.cpp
7887f5f0d42c1126108a5fcc7fcdf3127b031f40
[]
no_license
Sergei4302/BAZA
9137b7e62384ec824ae742f3db4f3a6adac7901b
f1d9978154db25e5e927158c421fdc0db21a106d
refs/heads/master
2022-02-07T05:24:27.387388
2021-12-27T07:24:40
2021-12-27T07:24:40
237,601,129
0
1
null
null
null
null
UTF-8
C++
false
false
1,147
cpp
#include "field.h" #include <iostream> Field::Field() { /* _hight=hight; _width=width;*/ _cell= new Cell*[_hight]; for (int i=0; i<_hight; i++){ _cell[i]=new Cell[_width]; } } Field::Field(const Field &source) : Field() { for (int i = 0; i < _hight; i++) { std::copy(source._cel...
[ "tikhon4302@gmail.com" ]
tikhon4302@gmail.com
b7d58f3be802844d41ec5c28c7e3464fae6b054b
553d308dfd800faf7008eebabbe609af76b019a5
/cpp/core/src/scene/scene.cpp
f514cc4efa7245d9890653519ef0befef58dfb56
[]
no_license
PeterZs/diff_stokes_flow
751636b9d998f2bca7bceabd48bf003641221220
dd9daef5dd55fcce687ba28d527e84f8364e2003
refs/heads/master
2023-01-03T01:35:13.489246
2020-10-09T03:42:34
2020-10-09T03:42:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,234
cpp
#include "scene/scene.h" #include "common/common.h" template<int dim> Scene<dim>::Scene() : boundary_type_(BoundaryType::NoSeparation) {} template<int dim> void Scene<dim>::InitializeShapeComposition(const std::array<int, dim>& cell_nums, const std::vector<std::string>& shape_names, const std::vector<std::vector<...
[ "taodu@csail.mit.edu" ]
taodu@csail.mit.edu
124a4a532085b19df98e63c81d53e994765ed1c5
ddcbd4c166a13283b8cc8b6a6147d789b3214822
/CustomListCtrl/DynDialogItemEx.cpp
81dc773c9933bb21d002e9852bad7b79bd062833
[]
no_license
fenglimin/MultiExplorer
c59999a4c1f3f901c5ad21d74220ffa107e98276
258a5afd80fb299444e81d34bc98e2b641b02dab
refs/heads/master
2021-01-10T11:26:53.429696
2015-12-14T05:19:51
2015-12-14T05:19:51
47,388,433
0
0
null
null
null
null
UTF-8
C++
false
false
15,325
cpp
// DynDialogItemEx.cpp: implementation of the CDynDialogItemEx class. // // Written by Marcel Scherpenisse // mailto:Marcel_Scherpenisse@insad.nl // // This code may be used in compiled form in any way you desire. This // file may be redistributed unmodified by any means PROVIDING it is // not sold for profit ...
[ "mailflm@163.com" ]
mailflm@163.com
6ceb623863b9ce8aeff572bb1538c06aaf113c1f
3c188593997cc06eab489328d81a661de16eb9fe
/src/qt/receiverequestdialog.cpp
fd0f90be03ec27b9064ac29bb313455519025862
[ "MIT" ]
permissive
yangchigi/BitHao-Source
304fc1ec94e985090ccced61a008defd61a523dc
76f330020a917d6680d3d15867773afc6887d541
refs/heads/master
2020-05-05T12:49:45.934520
2019-02-28T05:32:44
2019-02-28T05:32:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,621
cpp
// Copyright (c) 2011-2013 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "receiverequestdialog.h" #include "ui_receiverequestdialog.h" #include "bitcoinunits.h" #include "guiconstants.h" #...
[ "48000899+cqcrypto@users.noreply.github.com" ]
48000899+cqcrypto@users.noreply.github.com
390fdba212421b7bd2870c4511e8c494088672bb
f9c49badd8b655b080ac98c99e4d1644000a3500
/Casino-Number-Guessing-Game.cpp
05704ae9fb7fa832daa3d9c04d18da7874c1eae4
[]
no_license
FurkanCiftcibasi/Casino-Number-Guessing-Game
79daab66c629b8593aa71002ca89049442008617
5e702ada3823edab7bad2f11287735caa7d8f408
refs/heads/main
2023-06-13T08:05:24.554719
2021-07-02T21:23:43
2021-07-02T21:23:43
382,055,537
0
0
null
null
null
null
UTF-8
C++
false
false
2,080
cpp
#include <iostream> #include <time.h> // Casino number guessing game int main() { int DiceRoll, RndRange{}, GuessNumber, Choice; srand(time(NULL)); // Input Begin: std::cout << "(1) for custom range (2) for random range [Limit 100]\n"; std::cin >> Choice; if (Choice == 1) { ...
[ "noreply@github.com" ]
noreply@github.com
2bc97de9b0740c7ec0bf962a12347c24a1e1bc6b
c654bdb7ff47f8534d2c7eed1bc878bd6209825d
/src/sdchain/overlay/impl/TrafficCount.h
e4d0379641f30f92a296e11e4b3f4aeac01fdc59
[]
no_license
Gamma-Token/SDChain-Core
6c2884b65efc2e53a53a10656b101a335a2ec50b
88dc4cdd7c8f8c04144ffe9acd694958d34703a7
refs/heads/master
2020-06-18T06:37:12.570366
2019-04-29T05:27:18
2019-04-29T05:27:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,810
h
//------------------------------------------------------------------------------ /* This file is part of sdchaind: https://github.com/SDChain/SDChain-core Copyright (c) 2017, 2018 SDChain Alliance. */ //============================================================================== #ifndef SDCHAIN_OVERLAY_TR...
[ "996707589@qq.com" ]
996707589@qq.com
847c267963fe7865af916f6c46bf0267db534435
b0dd7779c225971e71ae12c1093dc75ed9889921
/boost/mpl/assert.hpp
aa275a042d0b334c10a6176ca656b2b654da6d4c
[ "LicenseRef-scancode-warranty-disclaimer", "BSL-1.0" ]
permissive
blackberry/Boost
6e653cd91a7806855a162347a5aeebd2a8c055a2
fc90c3fde129c62565c023f091eddc4a7ed9902b
refs/heads/1_48_0-gnu
2021-01-15T14:31:33.706351
2013-06-25T16:02:41
2013-06-25T16:02:41
2,599,411
244
154
BSL-1.0
2018-10-13T18:35:09
2011-10-18T14:25:18
C++
UTF-8
C++
false
false
12,674
hpp
#ifndef BOOST_MPL_ASSERT_HPP_INCLUDED #define BOOST_MPL_ASSERT_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2006 // // 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 http://www.boost.org/...
[ "tvaneerd@rim.com" ]
tvaneerd@rim.com
566c205be8b96a586711e59fcbfceba1ce098e50
2501133cffae109f561ccd0ea2061dd2c92cabd6
/etc/dark-c/src/low.cpp
78dc61fcb62578a2d469cca711b1e5e1b36a2a0b
[ "MIT" ]
permissive
kvark/dark
c7eba303c0101d29bf4281ce280b6e088f07c3c6
50174d101e798b91fe583e2430d40df971050792
refs/heads/master
2020-05-27T21:35:30.644111
2015-07-03T02:59:32
2015-07-03T02:59:32
16,617,787
6
0
null
2014-02-21T03:44:03
2014-02-07T15:00:47
Rust
UTF-8
C++
false
false
4,568
cpp
/* * Low-level coding routines * (C) kvark, Aug 2006 */ #include "total.h" #include "ptax.h" /* ark section */ #define BOT (1<<14) #define RESTUP 8 namespace ark { tbord lo,hi,rng,code; FILE *f; char act; void nben() { fputc(lo>>24,f); } void nbde() { code = (code<<8)|fgetc(f); } void Set(char nact, FILE *nf) { ...
[ "kvarkus@gmail.com" ]
kvarkus@gmail.com
ac2058e9f33b44634063ade4614aaf07e768bb75
a37fe8de18e82d2fbc04da4c409897de34c2d0b2
/KOE/PV/FORMDEF/BOGENORI.CPP
5c9abbf32627424c4ddbbf21679e02c189ffc90b
[]
no_license
jskripsky/ancient
e469354deef1ed2fee652f8686a033ee5d4bb970
052d342d5ca701c9b74b2505bd745d7849f66dcd
refs/heads/master
2016-09-05T14:26:45.625760
2014-04-15T17:34:38
2014-04-15T17:36:17
18,808,800
3
0
null
null
null
null
ISO-8859-2
C++
false
false
11,242
cpp
/*----------------------------------------------*/ /* */ /* PV 1.0 */ /* Bogenhausen */ /* Form Definition Source File */ /* */ /*------...
[ "js@hotfeet.ch" ]
js@hotfeet.ch
7ad78b78ddbe2f7a4d57c3a86fff69001b768f1b
b51c117a5fa2b3ce070107dbf2540bdc7022a6fb
/CudaTracer2/FractalRenderer.cpp
1668fd71e2e925f7b1eec2b7268a062a3d2b82ba
[ "MIT" ]
permissive
bbtarzan12/CudaTracer2
5b3f815b1c61f37fec56822cd5619ddda3520f4e
89b6454bf84ef6b1300f84c6580c867cb8419ce3
refs/heads/master
2022-03-29T05:10:44.151809
2020-01-31T12:35:51
2020-01-31T12:35:51
148,148,523
0
0
null
null
null
null
UTF-8
C++
false
false
3,349
cpp
#include "FractalRenderer.h" #include "ShaderCommon.h" #include "FractalKernel.cuh" using namespace std; FractalRenderer::FractalRenderer() { } FractalRenderer::~FractalRenderer() { cout << "[Renderer] FractalRenderer Released" << endl; glDeleteProgram(cudaViewProgramID); glDeleteBuffers(1, &cudaVBO); glDeleteV...
[ "bbtarzan12@gmail.com" ]
bbtarzan12@gmail.com
e542810a26ec060fdc5f5258304044005898b2c4
56dbbf58b200078d702fd1a05b6261c57437713c
/Classical Problems/Hamiltonian Circuit/Hamiltonian Circuit/Main.h
ed5ce2708e989fb145181e288a600fd7fddc1dbb
[]
no_license
ImTheRealOne/CPP-Practice
1908235d2705bd7c05a5d4eb2b6d7daff397d036
d8204629e79335cd2030585aa48910728ceba5ce
refs/heads/master
2020-03-28T20:09:00.237593
2018-10-02T20:20:17
2018-10-02T20:20:17
149,044,478
0
0
null
null
null
null
UTF-8
C++
false
false
97
h
#pragma once #include <iostream> #include <Graph.h> class Main { public: Main(); ~Main(); };
[ "kowasockilendaro@yahoo.com" ]
kowasockilendaro@yahoo.com
996c94a50a302ce0d987b9d053e80dd6fba836e0
8d6922d765f8a92edda3167091cd469fa6642f0a
/app/src/main/cpp/native-lib.cpp
13f6dd8b25e98517f46fd5f7bfa72d85cab5a8ee
[]
no_license
bajwa143/HelloNDK
5d981df1cfa4158a471c9db74f69bb2838756b55
4e812c901541c1d5aefc6f4528bdd56c4cbc81d3
refs/heads/master
2020-06-27T04:46:48.074646
2019-07-29T10:13:23
2019-07-29T10:13:23
199,847,386
0
0
null
null
null
null
UTF-8
C++
false
false
1,970
cpp
#include <jni.h> #include <string> #include "PrimeNumber.h" using namespace std; // The naming convention for the C function is Java_{package_and_classname}_{function_name}(JNI_arguments). // The dot in package name is replaced by underscore // JNIEnv*: reference to JNI environment, which lets you access all the JNI...
[ "hello_friends_1@yahoo.com" ]
hello_friends_1@yahoo.com
542eb57065bd2adcb4398ce0341cd5704d2e7d39
61ae7b5d6c64e1558d11fd1c69935d7f470b9988
/src/XmlEvaluationWriter.h
7ac6bb4ce3b3b3451eb2dbc7a8a7780ee54e9d51
[ "Apache-2.0" ]
permissive
PRImA-Research-Lab/prima-layout-eval
853023e1e8c0a44a58aa521ec1e5da7614266368
bbf2187fcae15f43461cf521dafeb3350004acf8
refs/heads/master
2020-07-19T21:15:12.483478
2019-09-06T12:48:41
2019-09-06T12:48:41
206,515,827
3
1
null
null
null
null
UTF-8
C++
false
false
4,062
h
#pragma once /* * University of Salford * Pattern Recognition and Image Analysis Research Lab * Author: Christian Clausner */ #include "evaluationwriter.h" #include "XmlValidator.h" #include "XmlEvaluationReader.h" #include "ExtraString.h" #include "ExtraFileHelper.h" #include "MsXmlWriter.h" #include "MsXmlNode....
[ "chris1010010@gmail.com" ]
chris1010010@gmail.com
94e4e2136a1221b3e340c5d3acc6c3fa21c0780e
b124d88ab08ded781e08598b838593bf841fa08e
/VideoDemo/VideoDemo/FlameDecider.h
39189ee3a220096c66bb42babbbae885c77e749f
[ "MIT" ]
permissive
hdhyy/video_detect_demo
eba58fbf4eccc6fc1d4addd0fbcf27e7cf9d82f1
3e082a253073df3905cc147f48ff993ce3d06920
refs/heads/master
2022-03-31T15:52:08.060037
2019-08-27T08:07:24
2019-08-27T08:07:24
187,223,319
0
0
null
null
null
null
UTF-8
C++
false
false
920
h
#pragma once #ifndef __FlameDetection__FlameDecider__ #define __FlameDetection__FlameDecider__ #include "PublicHeader.h" struct Target; class Feature; class FlameDecider { private: static const string SVM_DATA_FILE; #ifdef TRAIN_MODE static const string SAMPLE_FILE; static const int MIN_SAMPLE_COUNT = 1000; st...
[ "fuyunhuayu@foxmail.com" ]
fuyunhuayu@foxmail.com
a436189bea0f6cef2e771df61c583efbb4e3bcf4
dceff34eaceed8f7a52ea908958645104167e3e1
/src/backup-n3l2.0/relation-v7/model/Driver.h
502f42cc1dc5380114a15a543dde16707c722d92
[]
no_license
zhangmeishan/NNRelationExtraction
a100acc0f6c9d5fd0db7686249b647a21ae908b2
8efd8173b2503bc75274b2238b2392476a86a8e9
refs/heads/master
2021-01-11T19:48:25.552293
2017-07-30T13:23:56
2017-07-30T13:23:56
79,401,948
14
2
null
null
null
null
UTF-8
C++
false
false
4,995
h
#ifndef SRC_Driver_H_ #define SRC_Driver_H_ #include "N3L.h" #include "State.h" #include "ActionedNodes.h" #include "Action.h" #include "ComputionGraph.h" class Driver { public: Driver(size_t memsize) : aligned_mem(memsize) { _pcg = NULL; _batch = 0; } ~Driver() { if (_pcg != NU...
[ "mason.zms@gmail.com" ]
mason.zms@gmail.com
219199e98cd3980d00ca8c3d91763de55703c187
70418d8faa76b41715c707c54a8b0cddfb393fb3
/11010.cpp
1e3cd4698875412722e530e6f9435d3b1df3c2c9
[]
no_license
evandrix/UVa
ca79c25c8bf28e9e05cae8414f52236dc5ac1c68
17a902ece2457c8cb0ee70c320bf0583c0f9a4ce
refs/heads/master
2021-06-05T01:44:17.908960
2017-10-22T18:59:42
2017-10-22T18:59:42
107,893,680
3
1
null
null
null
null
UTF-8
C++
false
false
2,421
cpp
#include <bits/stdc++.h> using namespace std; struct Board { char a[3][3]; int encode() { int r = 0; for (int i = 0; i < 3; i++) for (int j = 0; j < 3; j++) { r = r * 3 + a[i][j]; } return r; } bool complete() { int r = 0; for (int i = 0; i < 3; i++) for (int j = 0; j < 3; j++) i...
[ "yleewei@dso.org.sg" ]
yleewei@dso.org.sg
8f56c25fc302508f134906b6c4e9b079002c5bce
08fff4f148982bbbb7b3bab44abda97c58708f3a
/KontrolaPristupa/stdafx.cpp
c26e726bfcdacaa4d8e6a9800bc4f06442c61238
[]
no_license
ivblazek/Kontrola-Pristupa
3506d0c40ee9bf1c8a18eb8833a6f54dd0ad8b1d
26ee8015337ff92d7e2c46827210421ebf6ad8c2
refs/heads/master
2022-12-17T20:04:36.239338
2020-09-16T23:58:32
2020-09-16T23:58:32
291,552,307
0
0
null
null
null
null
UTF-8
C++
false
false
210
cpp
// stdafx.cpp : source file that includes just the standard includes // KontrolaPristupa.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "ivblazek@vsite.hr" ]
ivblazek@vsite.hr
7f0286cb9b66aea9f97e9fd83a2f31f450288768
6617c93eca89fcfecaba1c22be159dd6c6654f23
/src/render_object.h
26e7afa8553b6eea67da0449cd32930c09632210
[ "MIT" ]
permissive
rilpires/saucer_engine
94a073c8ba90736e009260f0b58ea84f45708806
909264a999715623736456b1541185d7dd0e2c58
refs/heads/master
2023-03-11T07:45:02.801893
2021-02-26T19:13:24
2021-02-26T19:13:24
321,767,118
5
0
null
null
null
null
UTF-8
C++
false
false
963
h
#ifndef RENDER_OBJECT_H #define RENDER_OBJECT_H #include "component.h" #include "engine.h" #include "render_engine.h" class RenderObject : public Component { REGISTER_AS_COMPONENT(RenderObject) friend class RenderEngine; private: bool use_parent_shader; ShaderResource* ...
[ "rilpires@gmail.com" ]
rilpires@gmail.com
061aa3cc1db8b35436f89c171e6e553527082ad3
d11235048abad36a8f09b5881c225074869aca71
/include/thrust/system/detail/generic/adjacent_difference.inl
b0e2407e0ef1c85e3b700d513bd8add3618e293c
[]
no_license
peu-oliveira/pibiti
108057e196e7388a39916bf464d89d886d3e2cba
7acfa9d173c7d2bd4d4406e030a8510ced8a3add
refs/heads/main
2023-04-18T00:30:43.890808
2021-04-28T13:55:50
2021-04-28T13:55:50
306,166,539
1
0
null
2021-04-28T13:55:50
2020-10-21T22:54:45
C
UTF-8
C++
false
false
2,772
inl
/* * Copyright 2008-2013 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "pepeuguimaraes@gmail.com" ]
pepeuguimaraes@gmail.com
5ce9790026e92cbaf7c23d98300795676e4bfeff
2dcb52ddd94443a81082c71627784f4a8089e860
/DVR/settings/dispset.cpp
a9490c1b177e90651fe2ad2e0098468d9b980d90
[]
no_license
jerryxiee/qt_code
d986ff7270ca582f59dc00257cb7368b7080f7ae
1cd8d63666a7aabcb9df3108dbaf3227dd5cb440
refs/heads/master
2022-12-31T23:00:21.370792
2020-10-21T08:00:43
2020-10-21T08:00:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,254
cpp
#include "dispset.h" #include <QDebug> #include <QRect> DispSet::DispSet(QObject *parent, const QString &filename) : QObject(parent),Config(filename) { } void DispSet::setConfig(int Chn,QString name,bool dispname,bool dispdate,bool dispweek,QString datetype,int value) { Config::setConfig(RootName+QString::numbe...
[ "liuzhenwei2013@outlook.com" ]
liuzhenwei2013@outlook.com
bfcace272c844aedf8ec2237498fcd31c929ced1
6a9aa3949fc39f7694efbccbb1266d679713e106
/BOJ/Parametric Search - 1939.cpp
3520455735fa38515c267ed97d6ad4bd80226cf5
[]
no_license
kyeongyong1/Problem-Solving
4e2d2d314d49bef872576ecdd5e8b6d5ea0b65fb
058d9cf0ad67f433aec6fd2df43a7e865b5ec568
refs/heads/master
2021-01-21T04:47:03.713125
2016-07-13T10:38:13
2016-07-13T10:38:13
52,586,526
0
0
null
null
null
null
UHC
C++
false
false
1,680
cpp
/* 각각의 섬은 다리로 연결되어 있는데 그 다리는 중량제한이 있다. 이 때, 한 섬에서 다른 섬으로 갈때 운송 할 수 있는 최대값을 출력하는 문제 Parametric Search + BFS Parametric Search 값은 중량이고, 그 중량에 대한 가능의 여부를 판단하는 함수에는 BFS가 쓰였다. 해당 중량으로 시작 섬에서 도착 섬까지 갈 수 있으면 왼쪽반을 없애고, 아니라면 오른쪽반을 없앤다. */ #include <algorithm> #include <functional> #include <vector> #include <map> #in...
[ "kyeongyong1@naver.com" ]
kyeongyong1@naver.com
5504e68bb166e955eee890e4637fe7563ad9a9cb
f3a9174535cd7e76d1c1e0f0fa1a3929751fb48d
/SDK/PVR_Shell_Base_parameters.hpp
164707f29589fc54061906e0cf25b22a78dd2162
[]
no_license
hinnie123/PavlovVRSDK
9fcdf97e7ed2ad6c5cb485af16652a4c83266a2b
503f8d9a6770046cc23f935f2df1f1dede4022a8
refs/heads/master
2020-03-31T05:30:40.125042
2020-01-28T20:16:11
2020-01-28T20:16:11
151,949,019
5
2
null
null
null
null
UTF-8
C++
false
false
2,841
hpp
#pragma once // PavlovVR (Dumped by Hinnie) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //---------------------------------------------------------------------------...
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
0832f4d0cb0db3e83136823f54e6dc0342326311
d47f48e49782411383257ff4ecad0da9e07a9e00
/OnlineContest/TopCoder/SRM/651 Div 2/FoxAndSouvenirTheNext.cpp
eccc7aa9e32371a82034c9e3476760749b206700
[]
no_license
shuvokr/OnlineContest
1dc2c284f955bdb71e442cd16b7fda77b00bf8a3
40d32d6979c072d0f7e5c2aed1994aabed25f484
refs/heads/master
2021-01-09T20:23:06.653265
2016-12-04T15:55:24
2016-12-04T15:55:24
65,753,590
1
0
null
null
null
null
UTF-8
C++
false
false
6,891
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <ctype.h> #include <string> #include <iostream> #include <sstream> #include <vector> #include <queue> #include <deque> #include <stack> #include <map> #include <list> #include <set> #include <algorithm> using namespace std; #define ...
[ "Monkey 'sWorld" ]
Monkey 'sWorld
e316b96be5374d85f03b5bed85eecd9d35e609b6
f408ca85062066a3d8037fb79034d0e9bdf5dcb0
/Source/Foundation/bsfEngine/Private/RTTI/BsResourceMappingRTTI.h
91616cb95b73102313964e4c335d6856dafa55bb
[ "MIT" ]
permissive
xrjervis/bsf
ed1495f71d8b2ec292a8cb4badd293ec67ab0764
1794f0c70c2c53c7c98d87ad8f64acec8e47651c
refs/heads/master
2020-03-09T01:08:14.064455
2018-04-05T17:59:31
2018-04-05T17:59:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,025
h
//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// #pragma once #include "BsPrerequisites.h" #include "Reflection/BsRTTI...
[ "bearishsun@gmail.com" ]
bearishsun@gmail.com
0ee2e17e6e22d78faf3d07156119c59857af9c8c
7bc58e0e6a34f3d74c2da7b367ad348e1a8862d0
/tools/kactus2/kactus2-3.2.35/common/graphicsItems/expandableitem.cpp
58d0b85460d5df34474349820a68e7b509a4bd0f
[]
no_license
ouabache/fossi
3069e7440597b283b657eaee11fbc203909d54aa
e780307bff0bb702e6da36df5d15305354c95f42
refs/heads/master
2020-07-02T08:58:41.834354
2017-04-06T15:59:09
2017-04-06T15:59:09
67,724,364
4
1
null
null
null
null
UTF-8
C++
false
false
4,902
cpp
/* * Created on: 15.10.2012 * Author: Antti Kamppi * filename: expandableitem.cpp * Project: Kactus 2 */ #include "expandableitem.h" #include "graphicsexpandcollapseitem.h" //----------------------------------------------------------------------------- // Function: ExpandableItem::Expandabl...
[ "z3qmtr45@gmail.com" ]
z3qmtr45@gmail.com
ad5c5ef2c2ad706131ac904a499b038a823ed5c5
a4fbd22fec95beba17fa15026a1812d30426e839
/November long Challenge 3.11.17/Left Right Left/main.cpp
08e64e428348df0bd870a5471099180eace15f00
[]
no_license
codesniper99/Coding-Competitions
bb368fc051f60e02fea73e90d3056f0ffe6af6f3
6fcb6a90f46842274f7b700af5edf4f60ecbb4d9
refs/heads/master
2021-07-04T22:45:32.322362
2020-09-07T20:19:26
2020-09-07T20:19:26
171,656,734
1
0
null
null
null
null
UTF-8
C++
false
false
1,250
cpp
// SOOOOOOOOOOOOOOOOOOOOOLVED #include <iostream> #include<bits/stdc++.h> #include<vector> #define ll long long int using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(NULL); int t; scanf("%d",&t); while(t--) { ll n,r; scanf("%lld %lld",&n,&r); vector<...
[ "akhilvaid21@gmail.com" ]
akhilvaid21@gmail.com
5480cf1465806639295c2c2724c07e65db8d65e8
1a5a3b9f8675000cf94b1a6797a909e1a0fcc40e
/src/common/CHotICON.h
9e26bb16d5dba12d548162d3b3de683492315302
[]
no_license
Davidixx/client
f57e0d82b4aeec75394b453aa4300e3dd022d5d7
4c0c1c0106c081ba9e0306c14607765372d6779c
refs/heads/main
2023-07-29T19:10:20.011837
2021-08-11T20:40:39
2021-08-11T20:40:39
403,916,993
0
0
null
2021-09-07T09:21:40
2021-09-07T09:21:39
null
UHC
C++
false
false
1,360
h
#ifndef __CHOTICON_H #define __CHOTICON_H #pragma warning (disable:4201) //------------------------------------------------------------------------------------------------- /// 최대 단축 아이콘 등록 가능 갯수 #ifdef _NEWUI #define MAX_ICONS_PAGES 6 // normal 4 + ext 2 #define MAX_ICONS_PAGES_NORMAL 4 #define MAX_ICONS...
[ "ralphminderhoud@gmail.com" ]
ralphminderhoud@gmail.com
89a9929ff7b26ac1e1595c0c6379f61d99ba6a0e
c643d601e8caaa904b86d46b97d3e81b23bdd7ea
/Smooth_Thermocouple/Smooth_Thermocouple.ino
039b631d765a9cbbfeacacbb13ac6c9831a99d25
[]
no_license
kipa200/Auto_Thermocouple
68ddc2f752c8d941956c6f1bcda5391b75b7117f
2766bbdf145de278da94b1e7e688f645398e13fa
refs/heads/master
2022-08-06T15:29:33.346516
2020-05-17T06:13:10
2020-05-17T06:13:10
264,355,095
5
0
null
null
null
null
UTF-8
C++
false
false
3,127
ino
#include "LiquidCrystal_I2C.h" #include <SPI.h> #include <Wire.h> #include <Thermocouple.h> #include <MAX6675_Thermocouple.h> #include <SmoothThermocouple.h> #include <SD.h> //#define Button_PIN 2 //thermal #define Thermal_SCK_PIN 3 #define Thermal_CS_PIN 4 #define Thermal_SO_PIN 5 #define READINGS_NUMBER 30 #defin...
[ "46548932+kipa200@users.noreply.github.com" ]
46548932+kipa200@users.noreply.github.com
a2fad5e63caa848cf9377ab7114efb5be5598d81
19ccfd6806c5054679dab3f275822302206b222f
/src/game/server/te_beampoints.cpp
00b23acba714f4dd080d27a4e61c1fe4a14420d5
[ "Apache-2.0" ]
permissive
BenLubar/SwarmDirector2
425441d5ac3fd120c998379ddc96072b2c375109
78685d03eaa0d35e87c638ffa78f46f3aa8379a6
refs/heads/master
2021-01-17T22:14:37.146323
2015-07-09T19:18:03
2015-07-09T19:18:03
20,357,966
4
1
Apache-2.0
2018-08-30T13:37:22
2014-05-31T15:00:51
C++
WINDOWS-1252
C++
false
false
4,362
cpp
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // // $Workfile: $ // $Date: $ // //----------------------------------------------------------------------------- // $Log: $ // // $NoKeywords: $ //======================================================...
[ "ben.lubar@gmail.com" ]
ben.lubar@gmail.com
48ccbc8cdaeee9bf791907db0e49959638fa461a
01a8d4f2dd5de176287699b5e659b646011427a2
/FELICITY/Code_Generation/Matrix_Assembly/Unit_Test/Hdiv/RT1_Dim3/Scratch_Dir/Div_Matrix_Omega.cpp
44e0a7828d59924fe3f4c9a94939bf4c868a5c3a
[ "BSD-3-Clause", "MIT" ]
permissive
brianchowlab/BcLOV4-FEM
2bd2286011f5d09d01a9973c59023031612b63b2
27432974422d42b4fe3c8cc79bcdd5cb14a800a7
refs/heads/main
2023-04-16T08:27:57.927561
2022-05-27T15:26:46
2022-05-27T15:26:46
318,320,689
0
0
null
null
null
null
UTF-8
C++
false
false
1,027
cpp
/***************************************************************************************/ /* Tabulate the tensor for the local element contribution */ void SpecificFEM::Tabulate_Tensor(const CLASS_geom_Omega_embedded_in_Omega_restricted_to_Omega& Mesh) { const unsigned int NQ = 10; // Compute element tensor us...
[ "ikuznet1@users.noreply.github.com" ]
ikuznet1@users.noreply.github.com
22f9ecc4e8ea927fb4244773f4a7c63e6dd5b1ec
61a2098d994eeaf980bf6f18d9d0d8d6b6e4303f
/pro_sl/StdAfx.cpp
13f2514e65805156f1beaa839d4864ba0280d9e3
[]
no_license
abdullah38rcc/MFC-SaoLei
782729429197512914000eb47d87ce8e2b8827cd
2b84e7e4a7aba34a08e29771edabd1924b690ab3
refs/heads/master
2020-11-30T11:54:21.422634
2013-06-07T13:00:06
2013-06-07T13:00:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
// stdafx.cpp : source file that includes just the standard includes // pro_sl.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "zhh358@gmail.com" ]
zhh358@gmail.com
9bef98f859642e588e1e3f00564f0713faa7dbdf
1791461e6740f81c2dd6704ae6a899a6707ee6b1
/UESTC/2374-Block.cpp
62d5318dde8aafb62d5e39bedd046ed006d718ea
[ "MIT" ]
permissive
HeRaNO/OI-ICPC-Codes
b12569caa94828c4bedda99d88303eb6344f5d6e
4f542bb921914abd4e2ee7e17d8d93c1c91495e4
refs/heads/master
2023-08-06T10:46:32.714133
2023-07-26T08:10:44
2023-07-26T08:10:44
163,658,110
22
6
null
null
null
null
UTF-8
C++
false
false
1,434
cpp
#include <bits/stdc++.h> #define MAXN 2000005 #define MAXB 1420 using namespace std; const int INF=1e9; int T,n,m,b,l,k,pt,a[MAXN],pos[MAXN],mx[MAXB]; inline void clean(int x) { int l=(x-1)*b,r=x*b; for (int i=l;i<r&&i<n;i++) mx[x]=max(mx[x],a[i]); return ; } inline int getBlock(int x,int v) { int l=(x-1)*b,r=x*...
[ "heran55@126.com" ]
heran55@126.com
e6a9a1af0a8919a281130cee5322580a70637241
ad878f66367bcd5fc8cab83a004dad147b87e638
/duyetcaydanhsach.cpp
7477087294d5e18964e2ca2811d14911d5c27d0b
[]
no_license
Tamabcxyz/CodeCauTrucDuLieu
9338c61f87753d226440260488742d0863b76d53
3f3224c9bd06724ba0e25904b2a5682a32856998
refs/heads/master
2020-04-27T10:06:27.712090
2019-03-07T00:14:21
2019-03-07T00:14:21
174,240,334
0
0
null
null
null
null
UTF-8
C++
false
false
2,531
cpp
#include <stdio.h> #include <conio.h> #define MAX 30 #define NIL -1 typedef char datatype; typedef int node; typedef struct{ node parent[MAX];// luu tru nut cha int maxnode;// quan ly so luong nut that su cua cay datatype data[MAX];// luu tru nhan(giu lieu trong o) }tree; // tao cay rong ko co meo j het void makenu...
[ "minhtam16071999@gmail.com" ]
minhtam16071999@gmail.com
06e06ef4426552d662023a900139d2f4fa15f4dc
38c10c01007624cd2056884f25e0d6ab85442194
/chrome/installer/util/work_item.h
a8c53769b9726ab77d1fa4d9f3b9da019efe6fc0
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
9,001
h
// Copyright (c) 2011 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. // // Base class for managing an action of a sequence of actions to be carried // out during install/update/uninstall. Supports rollback of actions if ...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
1c929cb9dffe634814c25d581a8b9b5d59388b61
3677aebe1c05c91fb8eea8d97ca3748d7e510708
/include/Sylvester/Server/request.h
fcaff1f818f3dcba38737cd03e9534c134f87050
[]
no_license
njoubert/Sylvester
3b46eec015c554000dccf532bca8ed02d4e8a3a7
6e39ceb01a3d478fc5ee8529f8691b8ad0efb3a2
refs/heads/master
2021-01-13T02:06:26.183969
2011-01-29T00:16:03
2011-01-29T00:16:03
1,278,134
0
0
null
null
null
null
UTF-8
C++
false
false
399
h
// // request.h // // Created by Niels Joubert on 2011-01-21. // Copyright (c) 2011 Niels Joubert. All rights reserved. // #ifndef INCLUDE_SYLVESTER_SERVER_REQUEST_H_ #define INCLUDE_SYLVESTER_SERVER_REQUEST_H_ namespace Sylvester { namespace Server { class Request { public: private: }; } /* namespace Server ...
[ "njoubert@gmail.com" ]
njoubert@gmail.com
44cab20cb5bc2a0d39fe25cde3fc56f680e72cd8
438e7e41206157a38e4318450a91e4cc1a5af564
/TP1/Ej5/main.cpp
2130f48dbcbacd7b8ce0544c759651e55d04d862
[]
no_license
gtessi/PDI2014-FICH
f793d8af457a673432ff3c79d1056122de550a00
dd9d4e2df2ff70a711a5cf747875abc3134f1e8b
refs/heads/master
2020-03-27T05:51:19.198022
2018-08-25T02:51:25
2018-08-25T02:51:25
146,057,455
0
0
null
null
null
null
UTF-8
C++
false
false
1,436
cpp
#include <iostream> #include "CImg.h" using namespace cimg_library; using namespace std; int main(int argc, char** argv) { // Carga la imagen en filename const char* filename = cimg_option("-i","rmn.jpg","Image file\n"); CImg<unsigned char> img100(filename); // imagen // Dimensiones originales unsigne...
[ "noreply@github.com" ]
noreply@github.com
a98b4f16e72bf8f0c386384de529639502d11956
0ca8832a2818af66f1a584d7cf6c56abf0af8591
/src/thirdparty/boost/boost/mpl/or.hpp
3a76ed1049182b9996215089a3106d24e906ba15
[]
no_license
knobik/source-python
241e27d325d40fc8374fc9fb8f8311a146dc7e77
e57308a662c25110f1a1730199985a5f2cf11713
refs/heads/master
2021-01-10T08:28:55.402519
2013-09-12T04:00:12
2013-09-12T04:00:12
54,717,312
0
0
null
null
null
null
UTF-8
C++
false
false
1,740
hpp
#ifndef BOOST_MPL_OR_HPP_INCLUDED #define BOOST_MPL_OR_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 http://www.boost.org/libs/mpl...
[ "satoon101@gmail.com" ]
satoon101@gmail.com
69d53ede60d1825b86533280d1755759a1841f7c
c9b02ab1612c8b436c1de94069b139137657899b
/tradeWar/app/config/CommonConfig.h
33e5a3eac8d2ba94a183bf2749413ff4172b6534
[]
no_license
colinblack/game_server
a7ee95ec4e1def0220ab71f5f4501c9a26ab61ab
a7724f93e0be5c43e323972da30e738e5fbef54f
refs/heads/master
2020-03-21T19:25:02.879552
2020-03-01T08:57:07
2020-03-01T08:57:07
138,948,382
1
1
null
null
null
null
UTF-8
C++
false
false
499
h
/* * CommonConfig.h * * Created on: 2016年6月16日 * Author: asdf */ #ifndef CONFIG_COMMON_CONFIG_H_ #define CONFIG_COMMON_CONFIG_H_ using std::vector; using std::set; using std::pair; template<typename T> bool parseArray(const Json::Value &v, vector<T> &d) { if (v.isNull() || !v.isArray()) { return false;...
[ "178370407@qq.com" ]
178370407@qq.com
6bf1040b680fb0c2a8a18ef74e40c09d2b8aa273
386a109ecc8ab5e57cf2181f81fa0302df0b4505
/Engine/RectF.cpp
9b367d1b3e9080f4c95aa37edc5dbe9493e9e989
[]
no_license
Games28/the-pong-wars
a93760e99fa95496e3321946c4d615b6a402b549
ace26bef80e541e96cedaf7c9931e7c465eb3731
refs/heads/master
2020-05-30T20:06:37.793797
2019-06-06T08:23:46
2019-06-06T08:23:46
189,940,528
0
0
null
null
null
null
UTF-8
C++
false
false
1,028
cpp
#include "RectF.h" RectF::RectF(float left_in, float right_in, float top_in, float bottom_in) : left(left_in), right(right_in), top(top_in), bottom(bottom_in) { } RectF::RectF(const Vec2 & topLeft, const Vec2 & bottomRight) // this takes the individual corrdiantes of xy1 to xy 2 : RectF(topLeft.x, bottomRight...
[ "43530438+Games28@users.noreply.github.com" ]
43530438+Games28@users.noreply.github.com
49d8e124eef056adf1dc7c0454deca8446dcfaa7
04b9e5195b3069cc3c08052fc27d217fdc1b2a29
/gnc/navigator_perception/scan_the_code_detector.cc
334bcf0213aa583c48aee2377e16bd9331052fbc
[]
no_license
forrestv/Navigator
c6e68c90054a62a2eee4e87e1dd39f3d51165ff4
0a1467204f735320fb4390606e20bd5c5480bb68
refs/heads/master
2021-01-17T21:39:22.401426
2016-09-01T02:25:45
2016-09-01T02:25:45
68,004,079
0
0
null
2016-09-12T11:43:14
2016-09-12T11:43:14
null
UTF-8
C++
false
false
12,211
cc
#include <navigator_vision_lib/scan_the_code_detector.hpp> using namespace std; using namespace cv; /////////////////////////////////////////////////////////////////////////////////////////////////// // Class: ScanTheCodeDetector //////////////////////////////////////////////////////////////// ///////////////////////...
[ "tesshbianchi@gmail.com" ]
tesshbianchi@gmail.com
3119699d2da8b32cdecf557de63b5e625f5b2020
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/webrtc-jumpingyang001_for_boss/modules/audio_processing/aec3/echo_remover_metrics.cc
54d608f7fcb7117bf1509391cd60840666fcf346
[ "BSD-3-Clause", "LicenseRef-scancode-google-patent-license-webm", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
UTF-8
C++
false
false
14,847
cc
/* * Copyright (c) 2017 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "slacealic@nate.com" ]
slacealic@nate.com
f1016dc0def2b3a8417cb79cadf150bfca861d83
9bdc01fddc660053e23eaf89302f9b8e5daaefdf
/src/planner/cspace/cspace_geometric_SO2RN.h
151b4c55a8150a9b7afe0ec1924c34ce2c8fea10
[]
no_license
hello-starry/MotionExplorer
51d4ca1a1325567968ac2119de7c96b0345e5b10
01472004a1bc1272ce32a433fe6bde81eb962775
refs/heads/master
2023-08-14T21:20:22.073477
2021-09-07T17:51:20
2021-09-07T17:51:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
483
h
#include "planner/cspace/cspace_geometric.h" class GeometricCSpaceOMPLSO2RN: public GeometricCSpaceOMPL { public: GeometricCSpaceOMPLSO2RN(RobotWorld *world_, int robot_idx); virtual void initSpace(); virtual void ConfigToOMPLState(const Config &q, ob::State *qompl) override; virtual Config OMPLState...
[ "andreas.orthey@gmx.de" ]
andreas.orthey@gmx.de
0f166947f51e98a385384e10143adcc23485ddbe
85b9ce4fb88972d9b86dce594ae4fb3acfcd0a4b
/build/Android/Preview/Global Pot/app/src/main/include/Fuse.Drawing.Batching.BatchVertexBuffer.h
02e092de20711965307a569c95fc802e98b9354b
[]
no_license
bgirr/Global-Pot_App
16431a99e26f1c60dc16223fb388d9fd525cb5fa
c96c5a8fb95acde66fc286bcd9a5cdf160ba8b1b
refs/heads/master
2021-01-09T06:29:18.255583
2017-02-21T23:27:47
2017-02-21T23:27:47
80,985,681
0
0
null
2017-02-21T23:27:48
2017-02-05T10:29:14
C++
UTF-8
C++
false
false
5,596
h
// This file was generated based on C:\Users\EliteBook-User\AppData\Local\Fusetools\Packages\Fuse.Drawing.Batching\0.44.1\$.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Fuse{namespace Drawing{namespace Batching{struct BatchVertexBuffe...
[ "girr.benjamin@gmail.com" ]
girr.benjamin@gmail.com
c4b9e92bd69ee66c8cef7f618f0a3f40e6f4e800
4af4bc8e656e4a1e7719f97eff475b46b413b560
/Stack/Valid_Parentheses_n2Recurs.cpp
92a6194e2dc028278297dd0558a3408e558f311d
[]
no_license
ksaetern/AlgosDataStrcLeetCode
588bd0d55ee0f272a31a88489a7f8dc2bc72eb06
bea691603e84354127bb2efc954f097788cd8009
refs/heads/master
2020-05-25T20:20:52.433301
2019-06-08T03:16:36
2019-06-08T03:16:36
187,973,909
0
0
null
null
null
null
UTF-8
C++
false
false
722
cpp
class Solution { public: bool isValid(string s) { //O(n2) recursive solution if(s.size() == 0) return true; //if "()" doesnt = string end pos if(s.find("()") != string::npos){ int index = s.find("()"); s.replace(index, 2, ""); ...
[ "ksaetern@e1z2r1p7.42.us.org" ]
ksaetern@e1z2r1p7.42.us.org
d0c988c4ed19cd85b54e8e6028f83fb0db29a536
407d144edf2882bd3edd2abcf32ce48a99ee2f6b
/CC3/include/DoubleHash.h
95fb3c93210deb5265bb38e7a22ec07a6162893c
[]
no_license
Fangcong-Yin/CSE-20312-DataStructures-Projects
3a9f72fe52a56675e65b2de817b15e2babfadfce
4f32f91a18bf92daf1b3a608ef970625d5ebf859
refs/heads/master
2022-12-25T02:36:51.580724
2020-10-04T20:42:25
2020-10-04T20:42:25
286,543,143
0
0
null
null
null
null
UTF-8
C++
false
false
2,746
h
//Author: Fangcong Yin //Email: fyin2@nd.edu //CC3: Double Hash Class #include "LinearProbe.h" #ifndef DOUBLEHASH #define DOUBLEHASH template<class Key, class Value> class DoubleHash: public HashTable<Key, Value> { private: //This is the HashFunction2(v) = 3-v%3 for integers long unsigned int Hash...
[ "fyin2@student00.cse.nd.edu" ]
fyin2@student00.cse.nd.edu
4ae596f8d74aa4ea4545692ceb3539874377cbcb
a66f43ebb6bebfe509f8aaeff3989c6153668de8
/LIGHTOJ/1238 - Power Puff Girls.cpp
b9534dd175c969a46ce40c0ee09abe4bd2ad8ecd
[]
no_license
ShikariSohan/Problems-Solving
e6cbeaaa9a8a091364aee12cc28cce06165cf84d
26809bddfcb357ca232be5e8016ef1e705a94f9a
refs/heads/master
2023-02-24T08:05:27.161840
2021-01-26T12:44:55
2021-01-26T12:44:55
283,302,951
2
0
null
null
null
null
UTF-8
C++
false
false
3,095
cpp
/* """Bismillahir Rahmanur Rahim""" */ #include<bits/stdc++.h> using namespace std; #define pi 2*acos(0.0) #define ll long long int #define pb push_back #define pf push_front const ll sz = 1000001; #define mp make_pair #define ses '\n' #define stm istringstream #define gcd __gcd ll lcm(ll x,ll y){re...
[ "moksedur.rahman.sohan@gmail.com" ]
moksedur.rahman.sohan@gmail.com
ff899705c5fd9335de4b79c94d85e2058a853751
5442bd245de4bab02d88e669e8e35cb5de8338d8
/Assignment3/prog3_ComparisionComplex.cpp
15fbacedf10d3b0c960d74725343fc892d8c6b5a
[]
no_license
isha-singhal/OopsAssignment
cec4813582a34a3e06e2f77a0bd61e71a02663cd
01ee1c8e350dc9914b233fc9b676174eedc5e646
refs/heads/master
2023-01-07T12:35:05.980575
2020-11-09T14:50:58
2020-11-09T14:50:58
286,243,735
0
0
null
null
null
null
UTF-8
C++
false
false
973
cpp
#include<iostream> using namespace std; class Complex { public: Complex(int r=0 ,int i =0) { real = r; img = i; } void print() { cout<<real<<" +i"<<img<<"\n"; } Complex operator == (Complex const &obj) { if(real == obj.real) { if(img =...
[ "isinghal40@gmail.com" ]
isinghal40@gmail.com
074f214ba325cc87fbce779beb76da7bc1204f0c
19f6b6ae0b4ff04269c4c3067238a8094d4db992
/hoops/hoops_limits.cxx
c65b2548506bf90b5860081382e7defdcbe3ab6f
[]
no_license
Areustle/heacore
20fc58b1c9be75aa2e3ad0c72facdac9b1d5a598
4e7be354bdef2f84c37a6b49f60bad9e2827bcc5
refs/heads/master
2021-01-14T08:47:31.145648
2017-02-21T16:45:42
2017-02-21T16:45:42
81,976,859
1
0
null
null
null
null
UTF-8
C++
false
false
18,899
cxx
/****************************************************************************** * File name: * * * * Description: * ...
[ "areustledev@gmail.com" ]
areustledev@gmail.com
37b3b6837ebfa91ee629c2fe30f435a291f28c97
348ef5a9fa75c629f2ae1bea2a48bd3eb5696eb0
/DPCDemo/ModelLoader.h
4bed7a4f149ae92ea5826bc2434ca00654b9e9ad
[]
no_license
GuMiner/DPC-experiments
3346174c7c1643bb4063bd82f969f19f07d3fa2a
2cdf05df6373bff9daa35401b4b01b005cd6b4f2
refs/heads/main
2023-02-27T06:03:57.456902
2021-02-03T06:53:45
2021-02-03T06:53:45
326,547,251
1
1
null
null
null
null
UTF-8
C++
false
false
139
h
#pragma once #include <string> #include "FanMesh.h" class ModelLoader { public: bool Load(std::string path, FanMesh* const fanMesh); };
[ "gus.gran@gmail.com" ]
gus.gran@gmail.com
5a757d190117382c0b198cadf2fdd2cc693407a8
4c2d1c669e16ba7c552d7ca30348b5d013a9fe51
/vtkm/worklet/testing/UnitTestThreshold.cxx
331db6be5be88f0bbd08ef58aa6a51f945615b5e
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
rushah05/VTKm_FP16
7423db6195d60974071565af9995905f45d7a6df
487819a1dbdd8dc3f95cca2942e3f2706a2514b5
refs/heads/main
2023-04-13T12:10:03.420232
2021-02-10T21:34:31
2021-02-10T21:34:31
308,658,384
0
0
NOASSERTION
2021-02-10T21:34:33
2020-10-30T14:43:03
C++
UTF-8
C++
false
false
4,717
cxx
//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURP...
[ "46826537+rushah05@users.noreply.github.com" ]
46826537+rushah05@users.noreply.github.com
4b56e2f74484f53d2b33bf4faa983e1b23b0bf36
ddb3350cd249c1bc85bf191769660765ffe1e1d9
/testDLL1/stdafx.cpp
676a7fe4fcd51994367853f08607c83345b2ca10
[]
no_license
arturhgca/WPFDllImportTest
a488830aa4b6559a2f7d9b2ff847d88971974f37
907f08cbef7302a187864e5cfea823d552fb3c1e
refs/heads/master
2021-01-01T18:04:55.159955
2017-07-24T22:36:58
2017-07-24T22:36:58
98,239,750
0
0
null
null
null
null
UTF-8
C++
false
false
287
cpp
// stdafx.cpp : source file that includes just the standard includes // testDLL1.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "arturhgca@gmail.com" ]
arturhgca@gmail.com
c4d5f52c749eaa346491053f38c838b1fda9ace5
07a5787ae40f09ebe704e88814c502c189b49c72
/librssoft/lib/RR_Factorization.cpp
c000a34263d50319c1ba6b2d801446d847147a20
[]
no_license
xdcesc/rssoft
075c8427ec96b1712bf77a31909419bf71fc9175
493b7909eeff04583d02b0ced6157b47b1bdd36e
refs/heads/master
2021-03-12T22:43:45.461804
2013-09-18T21:56:31
2013-09-18T21:56:31
40,472,370
1
0
null
null
null
null
UTF-8
C++
false
false
6,689
cpp
/* Copyright 2013 Edouard Griffiths <f4exb at free dot fr> This file is part of RSSoft. A Reed-Solomon Soft Decoding library 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 2 of ...
[ "f4exb06@gmail.com" ]
f4exb06@gmail.com
246cc95b35032a7d505f2b282cd93991c22389e9
486b8e06d7d42b3761fe77b11f760b824de6fd89
/Refureku/Library/Include/TypeInfo/PropertyGroup.inl
5abf658de66b4223b5b11e3d9174013f117326a0
[ "MIT" ]
permissive
CrackerCat/Refureku
5183f8e20f1a1d90e698b33d88b067c349b75824
5b8047c023788dc42be6f8ce0c98edb76f5570ed
refs/heads/master
2022-10-07T01:49:10.849889
2020-06-05T19:31:29
2020-06-05T19:31:29
269,936,069
0
1
MIT
2020-06-06T09:45:12
2020-06-06T09:45:11
null
UTF-8
C++
false
false
680
inl
/** * Copyright (c) 2020 Julien SOYSOUVANH - All Rights Reserved * * This file is part of the Refureku library project which is released under the MIT License. * See the README.md file for full license details. */ inline bool PropertyGroup::hasProperty(std::string const& prop) const noexcept { return simpleProperties...
[ "j.soysouvanh@student.isartdigital.com" ]
j.soysouvanh@student.isartdigital.com
8bac989cf1eb5a3dd5f72807321537e06d0ebdd2
5e3a29123e0a51a23f50fd01589e67c2c6175f5f
/windows/runner/main.cpp
be9121e6b2eba3d45d59578c9b7106c66b7eea64
[]
no_license
codetricity/flame_monster_spawn
039c79ac095e2d72e8a97e5ddc2b0cec6d7250ca
9dac338ee0d6cc8988886798f550df55d8183a8e
refs/heads/main
2023-07-13T04:19:18.420067
2021-08-20T13:27:12
2021-08-20T13:27:12
398,284,983
0
0
null
null
null
null
UTF-8
C++
false
false
1,274
cpp
#include <flutter/dart_project.h> #include <flutter/flutter_view_controller.h> #include <windows.h> #include "flutter_window.h" #include "utils.h" int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, _In_ wchar_t *command_line, _In_ int show_command) { // Attach to console w...
[ "craig@oppkey.com" ]
craig@oppkey.com
d2e638e195274ae9a7f187fcd83d99dcf27049ac
cb304a53bd560c87b39da31e0446d1a0424012a5
/rtb_prototype/build/grpc_proto/rtb.grpc.pb.h
945d51b933799ecb08e3b0d895283047b4562591
[]
no_license
burgfilho/cpp_study
a090b09ca041655e2dcc87a426c35d86ac496e5e
0b4086c42508f306c0d0efa1e475e5a3bfe98bc8
refs/heads/master
2020-03-28T04:32:01.473033
2018-12-03T16:24:56
2018-12-03T16:24:56
147,720,673
0
0
null
null
null
null
UTF-8
C++
false
true
36,820
h
// Generated by the gRPC C++ plugin. // If you make any local change, they will be lost. // source: rtb.proto #ifndef GRPC_rtb_2eproto__INCLUDED #define GRPC_rtb_2eproto__INCLUDED #include "rtb.pb.h" #include <functional> #include <grpcpp/impl/codegen/async_generic_service.h> #include <grpcpp/impl/codegen/async_strea...
[ "burg@ostra.dom_qp.com.br" ]
burg@ostra.dom_qp.com.br
7e22ecbc86a7d6235fa6d750e2c3eca3657a8d84
561de3b7528ca1892bbde417888337512033bfe9
/Benchmarks/gbench/src/benchmark.cc
a086453a943a59ba1d650c03139d526b787dbf5c
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
marcoafo/OpenXLSX
e63aab94c0b6f571f36f57437bb71330d8520d2b
b80da42d1454f361c29117095ebe1989437db390
refs/heads/master
2022-08-27T09:35:17.214043
2022-07-03T11:43:24
2022-07-03T11:43:24
263,135,789
0
0
BSD-3-Clause
2020-05-11T19:18:47
2020-05-11T19:18:47
null
UTF-8
C++
false
false
22,175
cc
// Copyright 2015 Google Inc. 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...
[ "kenneth.balslev@gmail.com" ]
kenneth.balslev@gmail.com
ef4d6bfb8ba7edac0b2713695d0a640bc9e7892a
43dfcad293ba92d3d09f1dfa070402e1c5c38e99
/PPSUM.cpp
771ce9c101768b9a912f7001b01d264d7eb78f0b
[]
no_license
pavan-2001/codechef-solutions
e3f8530928bdb8d1658d5967ac842a86cf12ef51
5f1215ee9ada4e900d04d8934c431bf05b20c449
refs/heads/master
2022-12-03T11:05:44.221416
2020-08-16T06:51:43
2020-08-16T06:51:43
287,801,517
2
0
null
null
null
null
UTF-8
C++
false
false
348
cpp
#include <iostream> using namespace std; int main() { int a; cin>>a; while(a--) { int b,n,sum=0,sum1=0; cin>>b>>n; if(b==1) { sum=((n*(n+1))/2); n=sum; } else { while(b--) { sum=((n*(n+1))/2); n=sum; } } cout<...
[ "noreply@github.com" ]
noreply@github.com
9f73483a951cefd51b6fab8c6ea4dc3e79c4763c
584dd17425bba4f8ac816f171f947a2660d75204
/Labs/misc/Other.cpp
bc0b98b65343e7e74627ddf4c822ee377551030c
[]
no_license
Unwrittend/CS60
8052f9a385508bd4cb22361dc330249082304fb8
c790802c3d40704038cc1283317b817702612d54
refs/heads/master
2020-04-29T01:04:50.141635
2019-03-15T00:10:06
2019-03-15T00:10:06
175,718,406
0
0
null
null
null
null
UTF-8
C++
false
false
3,015
cpp
#include <iostream> #include <string> using namespace std; //DEFINED structrure struct Time{//military time, no am/pm int hour; int minute; }; struct Carpool{ string names[5]; int num_people; Time arrival; }; Carpool combineCarpool (Carpool car1, Carpool car2);//declare the function. int main() { //V...
[ "cmpitterlejunk@gmail.com" ]
cmpitterlejunk@gmail.com
fec0241242a07a23a379993e003c5048df9588ff
cf8ddfc720bf6451c4ef4fa01684327431db1919
/SDK/ARKSurvivalEvolved_WoodElevatorTopSwitch_structs.hpp
07be9c474e27003b38f060a73e24e51f560f0d79
[ "MIT" ]
permissive
git-Charlie/ARK-SDK
75337684b11e7b9f668da1f15e8054052a3b600f
c38ca9925309516b2093ad8c3a70ed9489e1d573
refs/heads/master
2023-06-20T06:30:33.550123
2021-07-11T13:41:45
2021-07-11T13:41:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
415
hpp
#pragma once // ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_Basic.hpp" #include "ARKSurvivalEvolved_StructureBaseBP_classes.hpp" #include "ARKSurvivalEvolved_ShooterGame_classes.hpp" #include "ARKSurvivalEvolved_CoreUObject_classes.hpp" #include "ARKSur...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
1c6a23f53e34d70f5b7a4c41ad182173be0bc7cf
c7a1bbfeb7aa82f6ff0f2004bef5144013da46c9
/storewindow.cpp
5bfb7f6219d74ed93b594122575304d911064e0a
[]
no_license
tagreff/test_task_client
2f2a145e2534f5b041417d343e193687ac7acc24
9163cfdef9430cda8a71cf8dfbed8c0e89c7cf0c
refs/heads/master
2020-06-16T19:48:19.717009
2019-07-07T22:01:27
2019-07-07T22:01:27
195,684,563
0
0
null
null
null
null
UTF-8
C++
false
false
7,219
cpp
#include "storewindow.h" #include "ui_storewindow.h" #include <QtXml> #include <QFile> #include <QFileDialog> #include <QMessageBox> #include <QtWidgets> #include <QtNetwork> #include <QString> StoreWindow::StoreWindow(QWidget *parent) : QDialog(parent), ui(new Ui::StoreWindow) { ui->setupUi(this); ui-...
[ "tagreff@yandex.ru" ]
tagreff@yandex.ru
0fa7ab2ea4637617d62e71577fb879a94394cf13
69a23980bdaa200920e8384aabdab5b603beeb64
/src/Graphics/Controls/ProgressBar.cpp
6fbf61ed0bb32ad6223c613b1b838f9ecdd96aff
[]
no_license
hhawley/Bengite
c28deb8f4320e5083aed779993949780231d3bfb
67a4510eb4d8833e9a0a7cd4dbc9ca0dd93305c8
refs/heads/master
2021-05-31T08:28:16.423982
2016-03-17T01:34:55
2016-03-17T01:34:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,247
cpp
#include "Graphics/Controls/ProgressBar.h" #include "Core/Math/BMath.h" #include "Core/Objects.h" using namespace bengite::core; using namespace bengite::graphics; ProgressBar::ProgressBar(const string& name, const float& max = 100.0f) : Control(name), _showNum(false), _maxNumber(max), _currentNumber(0), _topColo...
[ "noturnbak@hotmail.com" ]
noturnbak@hotmail.com
c529291f6143ff66eb1b87fc2fd043cf413f2f7b
908fbab5d1c478b6453d2657d0d75b5fa752ec06
/DEMO/coordinate.cpp
a4c7183c4a3b628d00ce8e5e5366f92e55121a44
[]
no_license
zbl2018/draw_tool
bba7f273feef4e9ac32d40a80934094c00e88251
688962822fd4e4b7afea527b27012f42bd3a2c60
refs/heads/master
2020-03-16T20:58:32.487093
2018-05-17T04:07:07
2018-05-17T04:07:07
132,979,731
1
0
null
null
null
null
UTF-8
C++
false
false
1,657
cpp
#include "coordinate.h" QRectF coordinate::boundingRect() const{ qreal penWidth = 1; return QRectF(-300, -300, 600, 600); } void coordinate::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,QWidget *widget) { int width = 300; Q_UNUSED(option); //标明该参数没有使用 Q_UNUSED(widg...
[ "191904554@qq.com" ]
191904554@qq.com
a78924a219a63dac894d5fa2c6ce29675f05dd5f
d3f45c0dcf6a555b7aa48ee8202ef82cc7263914
/src/version.cpp
6fd73f3954cfdfd844d777023057b5a7db22ad9c
[ "MIT" ]
permissive
raskul/GUINEA
084fd1b8bfc1121a4d80f7fa9fa47f6318348240
c1a9c11164f9da0a8c4463cec5e955cbca64e2dc
refs/heads/master
2020-04-07T19:18:37.588335
2014-07-10T01:09:20
2014-07-10T01:09:20
21,674,188
0
1
null
null
null
null
UTF-8
C++
false
false
2,673
cpp
// Copyright (c) 2014 The Guinea developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <string> #include "version.h" // Name of client reported in the 'version' message. Report the same name // for bot...
[ "StockPix@Russells-MacBook-Air.local" ]
StockPix@Russells-MacBook-Air.local
d1b1b99b73ea1ba5515cbc27eed5e4df0cd4c906
bc997f47b4cffef395f0ce85d72f113ceb1466e6
/POI/Potyczki/pa20_dag.cpp
025df3c1455ffbfb19f9c8c6d28db300b6ff7a21
[ "LicenseRef-scancode-public-domain" ]
permissive
koosaga/olympiad
1f069dd480004c9df033b73d87004b765d77d622
fcb87b58dc8b5715b3ae2fac788bd1b7cac9bffe
refs/heads/master
2023-09-01T07:37:45.168803
2023-08-31T14:18:03
2023-08-31T14:18:03
45,691,895
246
49
null
2020-10-20T16:52:45
2015-11-06T16:01:57
C++
UTF-8
C++
false
false
705
cpp
#include <bits/stdc++.h> using namespace std; using lint = long long; using pi = array<lint, 2>; #define sz(a) ((int)(a).size()) #define all(a) (a).begin(), (a).end() int main() { ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); int k; cin >> k; vector<pi> ans(100, pi{-1, -1}); // 99 - 2i = 2^i for (int ...
[ "koosaga@gmail.com" ]
koosaga@gmail.com
d3a616bb472d18aa02ebc316607ca7c38f3b2aac
55540f3e86f1d5d86ef6b5d295a63518e274efe3
/toolchain/riscv/Darwin/riscv64-unknown-elf/include/c++/10.2.0/ext/pb_ds/detail/splay_tree_/traits.hpp
57d85516150d5d520957bc6340968e80c0b165a8
[ "Apache-2.0" ]
permissive
bouffalolab/bl_iot_sdk
bc5eaf036b70f8c65dd389439062b169f8d09daa
b90664de0bd4c1897a9f1f5d9e360a9631d38b34
refs/heads/master
2023-08-31T03:38:03.369853
2023-08-16T08:50:33
2023-08-18T09:13:27
307,347,250
244
101
Apache-2.0
2023-08-28T06:29:02
2020-10-26T11:16:30
C
UTF-8
C++
false
false
3,351
hpp
// -*- C++ -*- // Copyright (C) 2005-2020 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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...
[ "jczhang@bouffalolab.com" ]
jczhang@bouffalolab.com
57880e5d36a6565e4e7f501222550f0ba749d7a5
a22ad1404a0393e9edb2d7bd4e84c35c1fe3255b
/patterns/InvertedHalfPyramid.cpp
af16b8a10146c29a3fdb283ad3a824f9cfad50bc
[]
no_license
jaimit25/NotesPrep
33398338c2c0e2195ec3f1cd4c6e40e532a9b2a1
f2ab2d9511481df2b584826f6d679a66a28f77a4
refs/heads/master
2023-04-09T16:48:24.637590
2021-04-16T05:12:04
2021-04-16T05:12:04
345,178,641
0
0
null
null
null
null
UTF-8
C++
false
false
344
cpp
// ./helloworls on terminal to run the program manually //comman+shift +b //stop code control + alt + m macos #include<iostream> using namespace std; int main(){ int height; cout<<"Enter Height Of Pyramid"<<endl; cin>>height; int i,j; for(i=height;i>0;i--){ for(j=1;j<=i;j++){ cout<< " *"; } co...
[ "jaimit.jp@gmail.com" ]
jaimit.jp@gmail.com
945108a364b55eaf7c763b813aee932768d8fdcb
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/admin/cys/servmgmt/auw/dll/wizchain/statsdlg.cpp
ae9e7da48b7948d6a3d6cfba61e25eeb9d270bb4
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
25,908
cpp
// StatsDlg.cpp : Implementation of CStatusDlg #include "stdafx.h" #include "WizChain.h" #include "StatsDlg.h" // This is the thread that displays the status dialog DWORD WINAPI DialogThreadProc( LPVOID lpv ) { HRESULT hr; CStatusDlg * pSD = (CStatusDlg *)lpv; // Increment the ref count so ...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
478100c3ca955df5fbfabafe0fe0b25bf092ffbe
973182ff08776327adc6c70154fc935c19b8fff3
/junk/string/lcs.cpp
649e043fd803e29411bd635ba51c8742454829df
[]
no_license
arhuaco/junkcode
cecf067551b76d5d8471c2b7c788064d4705b923
4b5dd1560042ef21e7fa4b1b398de8b172693de7
refs/heads/master
2023-05-25T13:51:19.927997
2023-05-16T11:50:30
2023-05-16T11:50:30
3,691,986
7
3
null
2016-08-09T16:03:20
2012-03-12T04:05:34
C
UTF-8
C++
false
false
1,799
cpp
#include <iostream> #include <string> #include <map> // http://www.topcoder.com/tc?module=Static&d1=features&d2=040104 using namespace std; /* Naive version, this one is exponential! */ string LCS(string S, string T) { if (S.size() == 0 || T.size() == 0) return ""; if (S[0] == T[0]) return S[0] + LCS(S...
[ "nelsoneci@gmail.com" ]
nelsoneci@gmail.com
1b9254a0987003b3546b0639827ef62d01e15259
ff1d41ec27a33a43920243154021208cf1b27abe
/Homework/Assignment_3/Gaddis_8thEd_Chap4_Prob1_MinMaxNumber/main.cpp
08cdb63cc8543164302cebe7a736fb6d7541c0ac
[]
no_license
yhencay/CayShienne_CSC5_40107
5831c8f33ced6749abec818f7d8d85415bf7dc7e
40324827ac13cf9634b7a9b7eddec8dadd03a1c6
refs/heads/master
2021-01-13T13:04:43.065467
2017-02-12T02:18:27
2017-02-12T02:18:27
78,146,381
0
0
null
null
null
null
UTF-8
C++
false
false
1,620
cpp
/* * File: main.cpp * Author: Shienne Cay * Created on January 12, 2017, 12:57 PM * Purpose: Homework identifying bigger/smaller number in two user input * Problem: Write a program that asks the user to enter two numbers. The * program should use the conditional operator to determine which number is the...
[ "yhencay@yahoo.com.ph" ]
yhencay@yahoo.com.ph
47e372d38129d1a93f815e692b9b27c1a5df3a25
f83ef53177180ebfeb5a3e230aa29794f52ce1fc
/ACE/ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.inl
fce2b690b8cf60ee3e35c758338563ed0a8302c6
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-sun-iiop", "Apache-2.0" ]
permissive
msrLi/portingSources
fe7528b3fd08eed4a1b41383c88ee5c09c2294ef
57d561730ab27804a3172b33807f2bffbc9e52ae
refs/heads/master
2021-07-08T01:22:29.604203
2019-07-10T13:07:06
2019-07-10T13:07:06
196,183,165
2
1
Apache-2.0
2020-10-13T14:30:53
2019-07-10T10:16:46
null
UTF-8
C++
false
false
1,579
inl
// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE CORBA::Boolean TAO_EC_ProxyPushConsumer::is_connected_i (void) const { return this->connected_; } ACE_INLINE CORBA::Boolean TAO_EC_ProxyPushConsumer::is_connected (void) const { ACE_GUARD_RETURN (ACE_Lock, ace_mon, *this->lock_, false); return this->...
[ "lihuibin705@163.com" ]
lihuibin705@163.com
a5f0ee9ac326a8ccb517ed3d486942afa1efcb6d
866acbb0eed58ec6bbefa42b0e51c51de6c55d28
/Rocmop/External/mesquite_0_9_5/includeLinks/TerminationCriterion.hpp
91ed8be4d74e913f53cc40c701fbc8656b35fae2
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
metorm/Rocstar
0a96499fda3e14d073b365d9fa90d000839eabd3
5075e33131faa50919c15e08d2808bbeb576350e
refs/heads/master
2020-04-11T09:44:37.728497
2019-04-02T16:30:58
2019-04-02T16:30:58
59,928,027
0
0
NOASSERTION
2019-05-08T02:55:57
2016-05-29T05:32:35
FORTRAN
UTF-8
C++
false
false
39
hpp
../src/Control/TerminationCriterion.hpp
[ "msafdari@illinoisrocstar.com" ]
msafdari@illinoisrocstar.com
2bfa55b49262e86096c07a40889b1c26e5999e15
f1c01a3b5b35b59887bf326b0e2b317510deef83
/SDK/SoT_BP_BountyRewardSkull_Legendary+_Desc_classes.hpp
34daaaf9db2b81cca53d6440beffc6b272c4da9e
[]
no_license
codahq/SoT-SDK
0e4711e78a01f33144acf638202d63f573fa78eb
0e6054dddb01a83c0c1f3ed3e6cdad5b34b9f094
refs/heads/master
2023-03-02T05:00:26.296260
2021-01-29T13:03:35
2021-01-29T13:03:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
812
hpp
#pragma once // Sea of Thieves (2.0) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_BP_BountyRewardSkull_Legendary+_Desc_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //---------------------------------------------------------...
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
fbf077256d1e0c306aa183070f9abe70171fea6f
3bfe6ec77189501d994a3b3bde47a4333be0cd6b
/Insertion.cpp
65f266640bfb79f2aa710e8dc2fa94e219a593b4
[]
no_license
PorterDalton1/SortingAlgorithms
92b91be5f9472edf84b9be9711e07c9bfbb3eaff
211a5cebba49b6e8a8f95163d6284804490cd550
refs/heads/master
2020-12-01T03:53:38.925607
2020-01-01T04:02:11
2020-01-01T04:02:11
230,551,903
0
0
null
null
null
null
UTF-8
C++
false
false
776
cpp
#include <iostream> #include <string> #include <fstream> using namespace std; int main() { ifstream myFile; string data; int lyst[100000]; int counter; int tmp; myFile.open("randomRepeat.txt"); counter = 0; while (myFile >> data) { lyst[counter] = stoi(data); counte...
[ "porter.dalton2@gmail.com" ]
porter.dalton2@gmail.com
51a7860f26912f2ed5f4faaae0163468e71b8eaa
084454708583f973177dd8afc3ed1a3d87f42470
/2022 ACM-ICPC Vietnam Northern Provincial Programming Contest/D.cpp
8ba5406d1072ea11aa943a2b373819bf365a5484
[]
no_license
truongcongthanh2000/TrainACM-ICPC-OLP
53b0ac9de5c7f7794969bbf4f0849549357990cb
6f5ebc7ef65ca26a332c1f69e25989f2cbe379f4
refs/heads/master
2022-12-12T05:53:40.785634
2022-12-10T09:28:09
2022-12-10T09:28:09
233,577,493
62
26
null
null
null
null
UTF-8
C++
false
false
2,288
cpp
#define _USE_MATH_DEFINES #include <bits/stdc++.h> using namespace std; #define INP "input" #define OUT "output" /* some template */ template <typename T> std::ostream& operator<<(std::ostream& out, const std::vector<T>& a) { out << (int)a.size() << '\n'; for (const auto& v : a) out << v << ' '; out << e...
[ "truongcongthanh2000@gmail.com" ]
truongcongthanh2000@gmail.com
51ac84377acaa1d25af7f7e819fcf8eff8cbb1af
64d401b998d689d9c937988c5ad8badaffeb29ed
/services/identity/identity_service.h
b2fd9c796c6e7c4dfea42859103844c08f8a68bb
[ "BSD-3-Clause" ]
permissive
Snger/chromium
77c1ae991b5d92d830d83e2bbd6890673d98c963
23c9664fcc2ffd6bdcffbca5355ba4cd083f7060
refs/heads/master
2023-02-26T16:06:16.690161
2017-03-30T03:45:22
2017-03-30T03:45:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,273
h
// Copyright 2017 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 SERVICES_IDENTITY_IDENTITY_SERVICE_H_ #define SERVICES_IDENTITY_IDENTITY_SERVICE_H_ #include "services/identity/public/interfaces/identity_manage...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
1e8026288b89a9b56d68666a523ea8edfd221a6f
09d9b50726c2e5cdc768c57930a84edc984d2a6e
/CODEFORCES/CONTEST PROBLEMS/codeforces_241_A.cpp
3eee884e1b84283a55afec49b6e892accd9aa661
[]
no_license
omar-sharif03/Competitive-Programming
86b4e99f16a6711131d503eb8e99889daa92b53d
c8bc015af372eeb328c572d16038d0d0aac6bb6a
refs/heads/master
2022-11-15T08:22:08.474648
2020-07-15T12:30:53
2020-07-15T12:30:53
279,789,803
0
0
null
null
null
null
UTF-8
C++
false
false
1,001
cpp
#include<bits/stdc++.h> using namespace std; long high=2000000000; long low=-2000000000; int main() { string s,s1; long n,m,flag=0; cin>>m; while(m--){ cin>>s>>n>>s1; if(flag==0){ if(s==">"){ if(s1=="Y"&&low<n+1) low=n+1; else if(s1=="N"&&...
[ "omar.sharif1303@gmail.com" ]
omar.sharif1303@gmail.com
2278216b9a2567063a46aab63718ae748582cb6c
c56012edcb3550317ace8943b01f4b5f46476d16
/no_cache/client.h
847017e452dbc4dbd88de8abf094ec85d1a1f8b3
[ "MIT" ]
permissive
cerww/cpp_discord_api
8d27dc94f03014a44db975f491d20759547bc8bf
3989b9e3fdcceb6823fb5df935ef38e3f7cb350e
refs/heads/master
2021-06-12T11:49:40.180426
2021-05-28T10:40:12
2021-05-28T10:40:12
128,608,135
7
0
null
null
null
null
UTF-8
C++
false
false
7,850
h
#pragma once #include "snowflake.h" #include "intents.h" #include <boost/asio.hpp> #include <variant> #include "internal_shard.h" #include "unavailable_guild.h" #include "guild_member_update.h" #include "events.h" namespace cacheless { enum class token_type { BOT, BEARER }; static constexpr auto nothing = [](auto...
[ "calebtran1@hotmail.com" ]
calebtran1@hotmail.com
d2d3c06f0a8838d3695b7110d6d30c3462db2bd9
67f38a31a770e029209fd3a78ef093c885c270e7
/light/spotlight.hpp
8ecadada71682370b5614c54195c3c252489b31d
[]
no_license
Zackere/Sculptor
f95b6dfa56bcc51934fca8ff1efcc5f72c648e5e
ff699cce064b8d8ea2a2a6ace220d5e574a694b3
refs/heads/master
2020-12-08T07:43:07.045093
2020-03-02T12:09:32
2020-03-02T12:09:32
232,927,738
0
0
null
2020-01-26T02:40:58
2020-01-09T23:42:08
C++
UTF-8
C++
false
false
748
hpp
// Copyright 2020 Wojciech Replin. All rights reserved. #pragma once #include <glm/glm.hpp> #include "light_base.hpp" namespace Sculptor { class ShaderProgramBase; class Spotlight : public LightBase { public: Spotlight(glm::vec3 ambient, glm::vec3 diffuse, glm::vec3 specular, ...
[ "wo1001@wp.pl" ]
wo1001@wp.pl
438ad6385e0640466f3f002f788aa3efa117e74a
3935ac1e3bd8958e987b44b366f3c17376d6c766
/camuso 1191 Distruttori (good bad)/src/bad.h
a4b3dfacb005102b0f344964901f748df26bbb2e
[]
no_license
mircocrit/Cpp-workspace-camuso
0f2dc9231fd52b63cea688fa9702084071993c61
fe1928a0f4718880d53b4acbf3bd832df2ae9713
refs/heads/master
2020-05-19T13:29:31.944404
2019-05-05T15:03:06
2019-05-05T15:03:06
185,040,544
0
0
null
null
null
null
UTF-8
C++
false
false
497
h
#ifndef BAD_H_ #define BAD_H_ #include <iostream> #include <stdexcept> #include <memory> #include "solleva_eccezione.h" using namespace std; class bad { public: bad(){ cout << "costruttore bad\n"; system("pause"); a = new int[100000000]; system("pause"); b = new solleva_eccezione(); ...
[ "Mirco@DESKTOP-A55DTAV" ]
Mirco@DESKTOP-A55DTAV
b4da83b31b37c7a3543f6d588c2f01576dcb2ba5
ca905b1f22a3c06ae243230348813deeb7810b42
/src/bboy/base/errno.h
38699f9ad1c8a0e170eadd802300a06649571da2
[]
no_license
wqx081/bboy
e190a0b92266e5c1efcbdac42103476834bb203e
b8fe208754aff37767799c3d9be4c81f35b03987
refs/heads/master
2021-01-21T11:16:23.126136
2017-03-04T05:56:56
2017-03-04T05:56:56
83,547,463
0
0
null
null
null
null
UTF-8
C++
false
false
334
h
#ifndef BBOY_BASE_ERRNO_H_ #define BBOY_BASE_ERRNO_H_ #include <string> namespace bb { void ErrnoToCString(int err, char* buf, size_t buf_len); inline static std::string ErrnoToString(int err) { char buf[512]; ErrnoToCString(err, buf, sizeof(buf)); return std::string(buf); } } // namespace bb #endif // BBOY_...
[ "wangqx@mpreader.com" ]
wangqx@mpreader.com
ca9402c3a2808fc08648cdb162469657806f7ad9
dc0b575c79487a0a6a2ec6cdb7d6708000287de2
/AnimatedSprite/AnimatedSprite/Game.cpp
3c95b2b769102854e1b321c356f9f8fdb55c824f
[]
no_license
FMock/SDL-OpenGL-Projects
cb1dd74473f8441c18cbe0cf36af51d5a3364d9d
ce070a4f940d1103de9510125da1a32229927fec
refs/heads/master
2020-05-01T12:35:01.607925
2019-05-03T02:23:51
2019-05-03T02:23:51
177,469,598
0
0
null
null
null
null
UTF-8
C++
false
false
5,165
cpp
#include "Game.h" Game::Game() :window(nullptr) , glContext(nullptr) , ticksCount(0) , mIsRunning(true) {} Game::~Game() { ptrAnimationInfo.reset(); } // Initialize the game bool Game::Initialize() { //Use OpenGL 3.1 core SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3); SDL_GL_SetAttribute(SDL_GL_CONTE...
[ "FMOCK@users.noreply.github.com" ]
FMOCK@users.noreply.github.com
e309f3d30aa634cbf5651d5bdc600a32d1fa2fbc
90d39aa2f36783b89a17e0687980b1139b6c71ce
/Codechef/snackdown/17/2/ANCESTOR.cc
dcd2c1e04ff81abdb6d66c476bcf0b7bdbd5fdc0
[]
no_license
nims11/coding
634983b21ad98694ef9badf56ec8dfc950f33539
390d64aff1f0149e740629c64e1d00cd5fb59042
refs/heads/master
2021-03-22T08:15:29.770903
2018-05-28T23:27:37
2018-05-28T23:27:37
247,346,971
4
0
null
null
null
null
UTF-8
C++
false
false
1,022
cc
#include <bits/stdc++.h> #define in_T int t;for(scanf("%d",&t);t--;) #define in_I(a) scanf("%d",&a) #define in_F(a) scanf("%lf",&a) #define in_L(a) scanf("%lld",&a) #define in_S(a) scanf("%s",a) #define newline printf("\n") #define BE(a) a.begin(), a.end() using namespace std; int N; vector<int> neigh[2][500010]; int p...
[ "nimeshghelani@gmail.com" ]
nimeshghelani@gmail.com
a6c7f0702510c18abf845118ebbcf5abbe380dcb
c68f791005359cfec81af712aae0276c70b512b0
/0-unclassified/jaw.cpp
e179eaf6e285e47e721694d59b905d79a37e8c0f
[]
no_license
luqmanarifin/cp
83b3435ba2fdd7e4a9db33ab47c409adb088eb90
08c2d6b6dd8c4eb80278ec34dc64fd4db5878f9f
refs/heads/master
2022-10-16T14:30:09.683632
2022-10-08T20:35:42
2022-10-08T20:35:42
51,346,488
106
46
null
2017-04-16T11:06:18
2016-02-09T04:26:58
C++
UTF-8
C++
false
false
2,035
cpp
#include <bits/stdc++.h> typedef long long LL; typedef double DB; #define sf scanf #define pf printf #define mp make_pair #define nl printf("\n") #define FOR(i,a,b) for(i = a; i <= b; ++i) #define FORD(i,a,b) for(i = a; i >= b; --i) #define FORS(i,n) for(i = 0; i < n; ++i) #define FORM(i,n) for(i = n - 1; i >= 0; --...
[ "l.arifin.siswanto@gmail.com" ]
l.arifin.siswanto@gmail.com
27e5f013f27af914267acb126d8b2d8a5fa4bfa6
c12dc233139fc8aa95877e6081e671c4a972b091
/TEvtGen/EvtGenBase/EvtPto3PAmpFactory.cxx
62e7f363aff1b64f319abab5a152800b196e9ba6
[]
no_license
yanqicw/ORKA-ILCRoot
b4be984cb9f1991b0c174da7428366af4973ef84
6e66c4cbae6835586274a385bee9bed254a63976
refs/heads/master
2020-04-01T02:27:50.942859
2012-12-03T17:51:10
2012-12-03T17:51:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,785
cxx
//----------------------------------------------------------------------- // File and Version Information: // $Id: EvtPto3PAmpFactory.cc,v 1.22 2009/02/19 03:22:30 ryd Exp $ // // Environment: // This software is part of the EvtGen package developed jointly // for the BaBar and CLEO collaborations. If ...
[ "anna@fbb65c11-2394-7148-9363-1d506dd39c89" ]
anna@fbb65c11-2394-7148-9363-1d506dd39c89
e4a0be0babf62733b38423ff9775289cdb5802f6
7546536d704f667905a557397b9ac9b37cab8c38
/Material.cpp
555c0326cebbe70037cb465b3e417ed0b4f62906
[]
no_license
jambolo/Glx
8ea8c29cf6f923f16103206b3cce55db8771b381
cc16be2b6d7d77f65de1e36f0b9306417d575582
refs/heads/master
2021-01-13T16:00:38.041407
2019-07-06T06:13:25
2019-07-06T06:14:12
76,818,324
0
0
null
null
null
null
UTF-8
C++
false
false
5,535
cpp
/** @file *//******************************************************************************************************** Material.cpp Copyright 2003, John J. Bolton ----------------------------------------------------------------------------...
[ "odolvlobo-github@yahoo.com" ]
odolvlobo-github@yahoo.com
cdf517edfef882ea0e19909e73f43c7bda13b036
03211386b21ce1abbb2b1d3369df344cdd2a8d14
/Dynamic Programming/Non-Classical/043 SPOJ - ACODE.cpp
4ba553b0c4927014e21a5339e8c69c47305069a0
[]
no_license
bony2023/Competitive-Programming
a9e616957986ea09e6694ce3635eefd3e843a0d0
d33d919658327048bfdef702efd7cb5eab013c33
refs/heads/master
2021-03-12T19:21:18.758167
2015-04-19T19:26:29
2015-04-19T19:26:29
22,675,345
1
0
null
null
null
null
UTF-8
C++
false
false
2,172
cpp
// Author : Bony Roopchandani // ACODE // DP // INCLUDES #include <algorithm> #include <climits> #include <cmath> #include <cstdio> #include <cstdlib> #include <cstring> #include <iostream> #include <list> #include <map> #include <queue> #include <set> #include <stack> #include <string> #include <vector> using namespa...
[ "" ]
21c1a29e9bb3c7cc136334792bea001f664d272e
9a3e97ea5b4b39e3b5316fe25fe1086cdcdbbd49
/Client.cpp
a4d4f4752749006094d2fa62f84c748eab873f1c
[]
no_license
Pushkar16/labwork
18de02569f9e7ce100a8931e5d4672188df89dc5
a77a166c50175e73ee39a80f070796993cae1572
refs/heads/master
2020-06-16T10:30:26.946047
2018-01-30T21:56:54
2018-01-30T21:56:54
94,143,367
0
0
null
null
null
null
UTF-8
C++
false
false
1,740
cpp
#include <iostream> #include <iostream> #include <iomanip> #include <stdio.h> #include <iostream> #include <omp.h> #include <cstdlib> #include <iostream> #include <fstream> #include <cstring> #include <string> #include <cmath> using namespace std; #include "CTFEstimate.h" int main() { float A; float lambda,g,cs; st...
[ "pushker16@gmail.com" ]
pushker16@gmail.com
2b9c79939ae6e9db6507ebd69cf10dd1d39c6424
151b1ed23a4d972582cdd26b21c49d8689c804bb
/eventlib/event_tra_immA.h
4fb966d656f5b2571260533cec1a87a54dd7420c
[]
no_license
Chuzzle/masters_thesis
63cf48996c35e6752f82e4ef169d6bace16e83eb
f785d0d6a4ddc45490f73c343fc23d7c686c631a
refs/heads/master
2020-05-21T19:10:22.282789
2017-08-12T18:01:28
2017-08-12T18:01:28
61,619,714
0
0
null
null
null
null
UTF-8
C++
false
false
306
h
#include "event.h" #ifndef EVENT_TRA_IMMA_H #define EVENT_TRA_IMMA_H class Event_tra_immA : public Event{ public: explicit Event_tra_immA(Population& pop_init) : Event(pop_init) {}; virtual std::string description(); virtual double update_prob(double t); virtual void execute_event(); }; #endif
[ "hanna_autio@hotmail.com" ]
hanna_autio@hotmail.com
0f07b5d535ef7fb214433fd8e03daf80720620ab
0d1eaeebbef203e83ccb058268c7c8ffaf9c98f9
/utils.h
ac46293bc006a9cc76fccdab647b92f29f0edc7d
[]
no_license
nagendra-y/RAKE
10fee445e1383b2f6291662d7846ba5e7ca546d4
2c685e54b1e153abf369fb4ff5abd7f2e2d45688
refs/heads/master
2021-03-25T18:28:35.171019
2015-03-12T18:41:14
2015-03-12T18:41:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
964
h
#ifndef UTILS_H #define UTILS_H #include <boost/algorithm/string.hpp> #include <boost/regex.hpp> #include <string> #include <vector> namespace rake{ inline std::vector<std::string> split(const std::string& text, const boost::regex& regex){ std::vector<std::string> results; boost::sregex_token_iterator i(text...
[ "giorgos@gpc.fritz.box" ]
giorgos@gpc.fritz.box
9aeedd8db3e7b63878643cb8254cfaa462aae1a9
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_old_hunk_7644.cpp
0b1c4fc2e9ffddc2ff371f6a3f136709a97654ff
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
429
cpp
tag_val = get_tag(r->pool, in, tag, sizeof(tag), 0); if (*tag == '\0') { return 1; } else if (!strcmp(tag, "done")) { if (expr == NULL) { ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r->server, "missing expr in if statement: %s", r->filename); ap_r...
[ "993273596@qq.com" ]
993273596@qq.com
dc5b320bd99d9ca3942a381a6c62acfc0ba08d30
ec8a204d9f078d12ed95f7975adbde4d51ad55ec
/10.SM/SMv1.0.00.1/source/CommonData.cpp
b545fbbe91ef021a88468c1e9d1c0955df0ab3fb
[]
no_license
yyd01245/bbcv_SM
77c2e0b3519ee064cce8a8764e46959265903b06
25bb6c622fd9a1d54cb3865daf0e259e56bbb352
refs/heads/master
2016-09-05T14:55:03.118908
2015-09-18T04:09:51
2015-09-18T04:09:51
42,697,679
1
1
null
null
null
null
GB18030
C++
false
false
1,463
cpp
char strAdverIP[128]; int iAdverPort; char strNavIP[128]; int iNavPort; char strVodIP[128]; int iVodPort; char strMsiIP[128]; int iMsiPort; char strMyServerIP[128]; int iMSIServerPort; char strVOD_KeyIP[128]; char dbip[128]; char dbname[128]; char dbuser[128]; char dbpass[128]; char hdadvna...
[ "yydgame@163.com" ]
yydgame@163.com
994b519898365e3a1c5d0d92f5dee8d9ed900067
28c0fe23f98240d20f1da70ee6d03bf825149972
/1-İkiSayınınBölünmesi/IkiSayininBolunmesi.cpp
e6c8aa4238f0a9cb69536b4a7468e11e29138442
[ "MIT" ]
permissive
enurv/ProgrammingHandBook
b8e57594adbe0758ff0406520b0625ea7c20921c
3327389adcfa2aef0f2277331973a49072fa1510
refs/heads/master
2020-08-13T01:21:56.604420
2019-10-18T13:55:40
2019-10-18T13:55:40
214,880,914
0
1
null
2019-10-13T19:30:29
2019-10-13T19:30:29
null
UTF-8
C++
false
false
754
cpp
#include <iostream> using namespace std; int main() { // “a”, “b”, “c” tanımlanması int a, b, c; cout<< "a= "; // “a” ve “b”nin değerlerinin girilmesi cin >> a; cout << "b= "; cin >> b; // Büyük sayının tespit edilmesi. if (a < b) { // “a”nın değerinin “c”de saklanma...
[ "45575570+asmaamirkhan@users.noreply.github.com" ]
45575570+asmaamirkhan@users.noreply.github.com
0a5eaee400abe0691890a7808e2628c1ed2d0ba5
559865817c91a275f4d53491a083ff2d249f230f
/Light OJ/LightOj 1214.cpp
d69bc6385886d5618e44b14162c42fa730f20874
[]
no_license
zarif98sjs/Competitive-Programming
5b9d80701417ab232800e1b81758d91af601dfca
bde0423f243b1b1ee7c9d4c5baf2a890f1ff15fb
refs/heads/master
2021-09-05T13:43:03.870815
2021-08-16T14:37:13
2021-08-16T14:37:13
152,996,444
1
0
null
2020-09-09T20:02:40
2018-10-14T16:47:09
C++
UTF-8
C++
false
false
1,673
cpp
/* Which of the favors of your Lord will you deny? */ #include<bits/stdc++.h> using namespace std; #define pi acos(-1) #define SI(n) scanf("%d",&n) #define SLL(n) scanf("%lld",&n) #define SULL(n) scanf("%llu",&n) #define SC(n) scanf("%c",&n) #define SD(n) scanf("%lf",&n) #define fr(i,a,b) for(in...
[ "zarif98sjs@gmail.com" ]
zarif98sjs@gmail.com
8aa3389a4f21642b66dcf8b01bc6a9d50fa1387d
7a968d337839510b2623d8cbce0238cfed4babb0
/armcmx/tools/RFID/RFID_PN532_SPI/PN532.h
39a7697f5867292380b87eda1a62277224952ee5
[]
no_license
ADTL/ARMWork
637ab108346de001fcbc3b750ecff96abb88f2fd
85e959894cf5d200f70662a5deb4f2c432a61b83
refs/heads/master
2020-02-26T17:14:03.242368
2014-01-13T15:04:05
2014-01-13T15:04:05
16,342,797
2
0
null
null
null
null
UTF-8
C++
false
false
2,045
h
// PN532 library by adafruit/ladyada // MIT license // authenticateBlock, readMemoryBlock, writeMemoryBlock contributed // by Seeed Technology Inc (www.seeedstudio.com) #if ARDUINO >= 100 #include <Arduino.h> #else #include <WProgram.h> #endif #define PN532_PREAMBLE 0x00 #define PN532_STARTCODE1 0x00 #...
[ "una.veritas@me.com" ]
una.veritas@me.com
c89e30e8fdbbe7cf8a60e7d1d386c99052cdac80
98c279b5d63d72222a53c5837f8fabfbfad1ed93
/examples/Network/OverSamplingHalfDuplexNoAcknowledge/Device1/Device1.ino
5d1fe4267bfa9a664a529085a8f9da2a952d8444
[ "Apache-2.0" ]
permissive
snowshow/PJON
5297c379523c804570d36d2d46315671b44808cb
0ff9245564507a525f54afae37decb18ccba6dc2
refs/heads/master
2021-01-19T12:32:56.655573
2017-02-14T15:01:13
2017-02-14T15:01:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,296
ino
#include <PJON.h> // Bus id definition uint8_t bus_id[] = {0, 0, 0, 1}; // PJON object PJON<OverSampling> bus(bus_id, 44); void setup() { pinMode(13, OUTPUT); digitalWrite(13, LOW); // Initialize LED 13 to be off bus.strategy.set_pins(11, 12); bus.set_synchronous_acknowledge(false); bus.set_receiver(recei...
[ "gioscarab@gmail.com" ]
gioscarab@gmail.com
ed6a7f7aec6048903ad034226397339ccad608da
b47bf18dfa4681e03af598a6cd21e8e0c9d51b0a
/src/caffe/layers/softmax_loss_layer.cpp
c0e0057ac630b7e4a411d31a661827605ad4db77
[ "BSD-2-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
peteflorence/caffe_FAST
a01c93ff7d53c88a7403abecfe6a009be7bafae7
1ea6c9eaadafcdb962196ec75e8437d91b7eb01a
refs/heads/master
2021-01-02T09:36:13.864715
2017-08-03T22:50:28
2017-08-03T22:50:28
99,259,444
3
0
null
null
null
null
UTF-8
C++
false
false
4,630
cpp
#include <algorithm> #include <cfloat> #include <vector> #include "caffe/layer.hpp" #include "caffe/layer_factory.hpp" #include "caffe/util/math_functions.hpp" #include "caffe/vision_layers.hpp" namespace caffe { template <typename Dtype> void SoftmaxWithLossLayer<Dtype>::LayerSetUp( const vector<Blob<Dtype>*>& ...
[ "pete.florence@gmail.com" ]
pete.florence@gmail.com