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
989131484821b1b5c2876b86037ee41fa0191a0b
036c026ca90f4a4a663f914b5333ecd1da9ff4d3
/bin/windows/obj/include/openfl/_internal/renderer/_DrawCommandReader/BeginBitmapFillView_Impl_.h
f7131baaa017d5c5777b29abf163c642f5226ffc
[]
no_license
alexey-kolonitsky/hxlines
d049f9ea9cc038eaca814d99f26588abb7e67f44
96e1e7ff58b787985d87512e78929a367e27640b
refs/heads/master
2021-01-22T04:27:53.064692
2018-05-18T02:06:09
2018-05-18T02:06:09
102,267,235
0
1
null
2018-03-25T19:11:08
2017-09-03T13:40:29
C++
UTF-8
C++
false
true
3,293
h
// Generated by Haxe 3.4.0 (git build development @ d2a02e8) #ifndef INCLUDED_openfl__internal_renderer__DrawCommandReader_BeginBitmapFillView_Impl_ #define INCLUDED_openfl__internal_renderer__DrawCommandReader_BeginBitmapFillView_Impl_ #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS3(openfl,_internal,rend...
[ "akalanitski@playtika.com" ]
akalanitski@playtika.com
b6a0920598dee3c191850608d1f2cd17cf91a91b
2db63b8f9dffd2159ebcd71927da7ee659c287e4
/DotProduct.cpp
68a0d9f8f8a6cabfdaac28050d12e0e3e439e494
[]
no_license
AatroxMercer/Moodle
a53371ba3d0d7ddc1376cb39e68687c376127a26
a805e1cafe919e5b8f7457ea9e9876bc845fd5b6
refs/heads/master
2020-03-29T01:15:04.552281
2018-11-26T08:52:48
2018-11-26T08:52:48
149,379,403
0
0
null
null
null
null
UTF-8
C++
false
false
365
cpp
#include <iostream> using namespace std; int main(int argc, char const *argv[]) { int num; cin >> num; int sum; int _vector[2][num]; for (int i = 0; i < 2; ++i) { for (int j = 0; j < num; ++j) { cin >> _vector[i][j]; } } sum = 0; for (int i = 0; i < num; ++i) { sum += _vector[0][i] * _vector[1]...
[ "songbinaatrox@qq.com" ]
songbinaatrox@qq.com
5ece17708ae7ab20d0c3ce16901abb412365f6ca
abed321ee597cede0e1585a7f2fdbd887a50f020
/realsense_ros_person/src/sample/TrackingRenderer/OpencvUtils.h
2f2aeeccf1a62bfa5445e8e9c7d88cfb2ceb642b
[ "Apache-2.0" ]
permissive
Hadisalman/realsense_samples_ros
fa2efa4ac6e50d900e58ac1dc9f339938155141b
82c53df9413b5a6d859e65c7fd3d8736086f169e
refs/heads/kinetic-devel
2021-01-18T19:05:52.914213
2017-08-17T16:39:34
2017-08-17T16:39:34
100,526,891
1
0
null
2017-08-16T19:51:02
2017-08-16T19:51:01
null
UTF-8
C++
false
false
2,179
h
// License: Apache 2.0. See LICENSE file in root directory. // Copyright(c) 2017 Intel Corporation. All Rights Reserved #pragma once #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> struct Rectangle { Rectangle(cv::Point topLeft, cv::Point bottomRight) : topLeft(topLeft), bottomRight(b...
[ "matthew.c.curfman@intel.com" ]
matthew.c.curfman@intel.com
0fd2499c1c904df089fc9c115efcc07e96f00d2e
a5793ba70b15b503dba7fcfc9dd0712c82313a5f
/menus.cpp
7204cee148b86f8282361352c64bad031e7ab7ae
[]
no_license
Michael-Z/spaceShooter
ca5373f0cc7903b70dbdaf73b0852806e2058753
c95a1ef86a4847b86fcb00d590c0cfc46f7c9065
refs/heads/master
2020-05-18T19:21:38.127036
2012-07-23T21:44:54
2012-07-23T21:44:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,989
cpp
//menus.cpp #include "SDL/SDL.h" #include "SDL/SDL_image.h" #include "SDL/SDL_rotozoom.h" #include "SDL/SDL_ttf.h" #include <sstream> #include "classes.h" #include "constants.h" #include "functions.h" #include "globals.h" #include "menus.h" bool handle_menu_input() { if(event.type == SDL_MOUSEMOTION) { ...
[ "bcforres@andrew.cmu.edu" ]
bcforres@andrew.cmu.edu
92e402ecebcfc21c40aadd18f2f94b8552ec6d42
6c77cf237697f252d48b287ae60ccf61b3220044
/aws-cpp-sdk-sagemaker/source/model/ProductionVariantInstanceType.cpp
144f8bb5e82849f62b4e702be09cf88b348d3e05
[ "MIT", "Apache-2.0", "JSON" ]
permissive
Gohan/aws-sdk-cpp
9a9672de05a96b89d82180a217ccb280537b9e8e
51aa785289d9a76ac27f026d169ddf71ec2d0686
refs/heads/master
2020-03-26T18:48:43.043121
2018-11-09T08:44:41
2018-11-09T08:44:41
145,232,234
1
0
Apache-2.0
2018-08-30T13:42:27
2018-08-18T15:42:39
C++
UTF-8
C++
false
false
12,422
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
50df5928df37ec894efa4e332b47b3dfc5054385
a1d6e6e4dd0d4d2b64e0964aed2b798a82bebf9a
/src/txdb.h
9ce783059dde1e0ec258425d446245d3a4d04234
[ "MIT" ]
permissive
voucher-coin/voucher-coin
01c051a21f4b07d0e071887953c7e4da5dd927aa
1a3d7b8def94a29dd364c919df3cb44c081fc910
refs/heads/master
2021-08-17T22:38:28.119025
2020-05-19T11:54:47
2020-05-19T11:54:47
182,280,399
1
0
null
null
null
null
UTF-8
C++
false
false
3,525
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2016-2018 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_TXDB_H #define BITCOIN_...
[ "support@voucher-co.in" ]
support@voucher-co.in
e6e5ff7a4177756a445e4acf29cb747f1b908e09
4a3fe465ba71b047433caea4f8bee4950a36db03
/engine/include/engine/resource/VertexArray.hpp
a7f04dafa318339475c019ba17dbe57f219e7e5d
[ "MIT" ]
permissive
kkitsune/GoblinPi
4e3f4a72312449ba0739f03c414d2b0613f6c0f5
b9dea5cd8e5df9e4b87e6e904e6817b94299956c
refs/heads/master
2021-01-20T15:33:32.136250
2016-07-25T15:05:55
2016-07-25T15:05:55
62,581,456
0
0
null
null
null
null
UTF-8
C++
false
false
892
hpp
#pragma once #include <glm/glm.hpp> class VertexArray { VertexArray() { } public: enum class Type { Byte = 0x1400, UnsignedByte = 0x1401, Short = 0x1402, UnsignedShort = 0x1403, Fixed = 0x140C, Float = 0x1406 }; enum class ElementType { UnsignedByte = 0x1401, UnsignedShort = 0x1403 }; enum...
[ "tm.kkitsune@gmail.com" ]
tm.kkitsune@gmail.com
bc813bf752a7af686d5274bad5ab8101814925e3
cdb700736048cb9bac6faeb630ef58cfa3c55005
/include/gdk/menu.h
6b56db214b3ab9a0dd551a2625a3226d3232fc93
[ "MIT" ]
permissive
jfcameron/flappy-dot
67fece92f886c2ca507730625d113a07248cfaad
369ceedf0de7e183152ec5d06152bcc4417af8c7
refs/heads/master
2023-03-28T11:39:46.611073
2021-04-02T18:20:57
2021-04-02T18:20:57
301,229,423
1
0
null
null
null
null
UTF-8
C++
false
false
4,697
h
// © 2020 Joseph Cameron - All Rights Reserved #ifndef GDK_MENU_H #define GDK_MENU_H #include <functional> #include <memory> #include <stack> #include <gdk/vector2.h> namespace gdk { class element { public: using neighbour_weakptr_type = std::weak_ptr<element>; using on_focused_type = std::function<void()>;...
[ "jf.cameron@gmail.com" ]
jf.cameron@gmail.com
3c4bcf6bd06dcd4ad2cb12ce4c5ef4ef67f9cee1
91d3a5cd53e07be5253f716e030507c42e807bb5
/src/system/context.hh
327db978f8f61fba2e9a8c8866d1f7d8fe27cfa1
[]
no_license
jhidding/scarlett2
a95cf5c358190401691ef1602177c8f3961d8109
48fbfaeb4b1d1b7be4fee5aa6f219153e46786a2
refs/heads/master
2021-01-10T09:04:45.066380
2015-12-07T09:02:13
2015-12-07T09:02:13
46,819,506
0
0
null
null
null
null
UTF-8
C++
false
false
1,961
hh
#pragma once #include "object.hh" #include "tuple.hh" #include <queue> namespace Scarlett { /*! \brief Abstact base class for Context objects * * The Context class is an abstract base class for a stack based * evaluation design pattern. This pattern pops op everywhere, so * we want some good fu...
[ "johannes.hidding@gmail.com" ]
johannes.hidding@gmail.com
ba5267907896e0009e6505b9454e1d5a17904830
63b6f4cf0ff68b27f6766646ecf86a54ebe0de96
/UVA/prueba.cpp
66a92dddf13ff0c4b37b015cfee11d9e4b1f5f9b
[]
no_license
javarmgar/Competitive_Programming_Training_00
f7589720f78884a7486480e2299c80b9244715dc
d3d40631ea6a5b1fb6d097656ca28e352ec2702f
refs/heads/master
2023-01-21T14:02:08.829442
2020-06-07T18:13:21
2020-06-07T18:13:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,617
cpp
/* Problema: dado un numero n obtener el siguiente numero de smith numero de smith: cualquier entero no primo tal que la suma de sus digitos es igua ala suma de la suma de los digitos de su descomposicion en factores primos SOLUCION: usar la criba para calcular primos ya que n <= 10^9 y los primos estan hasta sqrt...
[ "javarmgar@gmail.com" ]
javarmgar@gmail.com
8f2083e7b20739f143bb0cd13c4f6e4db42dd759
f32937bf17572a7fa448623b67c82587be8c8ec1
/headers/discrete_probabilities.hpp
68b4800c41b5f13990568a0bcea92b214731ef8a
[]
no_license
psigelo/NEAT
e67843cb6aa5d45d1d43e05eeb7cd6a359cf8f33
9a2e675d293d0f3462188d29278c7da2277b93ba
refs/heads/master
2020-05-20T02:33:06.076881
2014-07-27T02:15:38
2014-07-27T02:15:38
16,718,093
4
0
null
2014-02-23T05:52:52
2014-02-11T03:27:21
C++
UTF-8
C++
false
false
506
hpp
#ifndef DISCRETE_PROBABILITIES_HPP #define DISCRETE_PROBABILITIES_HPP #include <vector> #include <stdlib.h> #include <iostream> using namespace std; class Discrete_Probabilities{ public: void add_element(double value); int obtain_uniformrandom_element(); int take_one_randomly(); D...
[ "pascal.sigel@gmail.com" ]
pascal.sigel@gmail.com
c5318db6b4d1ec3a62e84d0259d7926fbed9689f
ad4268fca6ac3bb9a356b2a50c742b269f76f0aa
/src/qt/transactionview.h
7fbc78c9627e5d8f0762af5e01555604de996558
[ "MIT" ]
permissive
bnxxbitcoinnexx/bitcoinnexx-core
3af6af089d5282ad9dfce6d23041a82628f901fb
c1522c0f95a0b27989dbe8c08d2a3b1055a9ddb1
refs/heads/master
2022-12-07T12:18:54.792384
2020-08-27T10:59:22
2020-08-27T10:59:22
283,929,104
1
0
null
null
null
null
UTF-8
C++
false
false
2,997
h
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2017 The PIVX developers // Copyright (c) 2018-2019 The BitcoinNexx developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TRANSACTIONVIEW...
[ "bitcoinnexx7@gmail.com" ]
bitcoinnexx7@gmail.com
cae904ccbe16f3348604f033b3165b465c727eb4
4c7c50889ff34f6f6376f3b8c24a835fedab7c8a
/atcoder/abc107_b.cpp
40231e79da28f275d2b4508a971e7f17f95906f9
[]
no_license
kojingharang/algorithm_contest
590d4f2854a1bbed7d70ed16276bcc5e800b57a7
3578334ab590671d8cd9f8d97db6ceb3d7a5d3dc
refs/heads/master
2021-01-16T23:11:50.808394
2020-08-19T03:45:36
2020-08-19T03:45:36
61,990,571
0
0
null
null
null
null
UTF-8
C++
false
false
3,164
cpp
#include <vector> #include <map> #include <set> #include <queue> #include <stack> #include <algorithm> #include <numeric> #include <functional> #include <sstream> #include <iostream> #include <iomanip> #define _USE_MATH_DEFINES #include <cmath> #include <climits> #include <cstdlib> #include <cstring> #include <cfloat> ...
[ "kojingharang@gmail.com" ]
kojingharang@gmail.com
878814d9e2db1a12a2496e8a664c82d295d970ff
d7f11361861019c9a65c366e2d9b5afd1ab96e1f
/Unit1.h
3b161e518b51151ef6708e84bc1251f3e6c948eb
[]
no_license
lpoignantlapro/TpCLOCHES
26cb4f95695aa13273905a9df55f9e744ae200fc
8b4a92e2a151decd9c1386506135c35005b50d93
refs/heads/master
2020-09-17T02:02:34.770750
2019-11-25T13:31:02
2019-11-25T13:31:02
223,955,415
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,409
h
//--------------------------------------------------------------------------- #ifndef Unit1H #define Unit1H //--------------------------------------------------------------------------- #include <System.Classes.hpp> #include <Vcl.Controls.hpp> #include <Vcl.StdCtrls.hpp> #include <Vcl.Forms.hpp> #include <winsock2.h> ...
[ "lpoignant@la-providence.net" ]
lpoignant@la-providence.net
b66d68a2e9829588db9f8384d20b7990b0579db8
5e69f8a34b07c16ec3e7daf96b477e5f5c5c2b9a
/src/lib/pubkey/xmss/xmss_address.h
438059cbadd2e05bff74f6008a46b58e852ba209
[ "BSD-2-Clause" ]
permissive
neverhub/botan
102bd9a0ecdd969d0fbc8fb6ac22f69e0c3c02b0
54da2ad8474401d8d3bdd97d62cb96b3244cdaac
refs/heads/master
2021-01-13T08:15:35.575291
2016-11-22T16:54:48
2016-11-22T16:54:48
71,804,844
0
0
null
2016-10-24T15:47:16
2016-10-24T15:47:16
null
UTF-8
C++
false
false
13,586
h
/** * XMSS Address * (C) 2016 Matthias Gierlings * * Botan is released under the Simplified BSD License (see license.txt) **/ #ifndef BOTAN_XMSS_ADDRESS_H__ #define BOTAN_XMSS_ADDRESS_H__ #include <cstdint> #include <limits> #include <botan/xmss_tools.h> namespace Botan { /** * Generic XMSS Address type holdi...
[ "matthias.gierlings@hackmanit.de" ]
matthias.gierlings@hackmanit.de
0097ac2e2b3175c1d9ae771080c886bd4ea33457
c81ef20ab259c0941b25054ad07fde801db8a615
/src/GPUApi/GL/GLTexture.h
9c98cbb680843746e6c0f0a1f49296c2165a23db
[]
no_license
gerald5867/GFMEngine
d449c55b356a4839fba7e64f013f8bdd60494453
b1d4dd3da93872e64a3dc3edd204f9e9bbdc992b
refs/heads/master
2021-04-29T23:17:17.540132
2019-06-18T08:06:53
2019-06-18T08:06:53
121,552,006
0
0
null
null
null
null
UTF-8
C++
false
false
1,267
h
#pragma once #include <atomic> #include "../../Utils/Types.h" #include "../../Graphic/Texture.h" #ifndef GL_TEXTURE_H #define GL_TEXTURE_H namespace gfm { namespace INTERNAL { namespace gpu { namespace GL { class GLTexture2D; template<typename DerivedType, utils::uint32 TextureType> // CRTP for s_boundTextureID c...
[ "gerald.fischer@live.at" ]
gerald.fischer@live.at
2c38b8c1e4efe7767fa34097fbe3ab95150917ed
b1af520a7b35fb76af69dae2660772e9ac9c046d
/chuffed/mip/mip.cpp
b40a77f86feb2cdf51b120e43ad0804ea50fb5a4
[ "MIT" ]
permissive
gkgange/chuffed
4fc7911233e42b054098db5ba107bca90a985314
0328ce69defe6cf6dcd4a85c53ef29c32052080d
refs/heads/master
2022-01-10T06:39:10.490647
2019-05-01T07:38:18
2019-05-01T07:38:44
103,221,129
0
0
MIT
2023-01-24T00:52:58
2017-09-12T04:12:09
C++
UTF-8
C++
false
false
8,056
cpp
#include <chuffed/mip/mip.h> #include <chuffed/mip/simplex.h> #define MIP_DEBUG 0 #define RC_BOUNDS 1 #define DEFAULT_ROUNDS 0 #define RESTORE_ROOT 0 #define RAND_RC 1 #define ULEVEL_LIMIT 3 #define LLEVEL_LIMIT 3 MIP *mip; //----- // Main propagator methods MIP::MIP() : level_lb(-1), level_ub(-1), status(0), simpl...
[ "guido.tack@monash.edu" ]
guido.tack@monash.edu
6dd591fed95f0ae4c3c8edb1e958560b05537a86
9f71485b50d9b990b228a786f45043eb52591916
/RebarTest/ChildFrm.cpp
edbd7bd95b980b10a9ba77f1020c3fe029215b68
[ "MIT" ]
permissive
zemtsov-artem/PywinautoTestapps
e1057a316036e790edb84a74500e5e58e1710ecf
09153eb9ed3a951f1a7014d7e70e31ae02696b58
refs/heads/master
2021-07-16T08:49:46.313341
2019-04-29T09:35:35
2019-04-29T09:35:35
216,352,420
0
0
MIT
2019-10-20T11:40:45
2019-10-20T11:40:45
null
UTF-8
C++
false
false
1,264
cpp
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these sourc...
[ "assotut@gmail.com" ]
assotut@gmail.com
6fe93942159d9329bb8ee15b31209d3f643aca69
74f0fd65184db97f81c596fddfb40f4bfec24985
/CluckCluckMoose/source/Chicken.cpp
62bb2a981af5d641566ff56bc673f3fe7bdf5d60
[]
no_license
David-Arcia/CluckCluckMoose
ed8679c51dbc780594322ce216fe639f5bcb69bc
96374de395f77ce24c1807a01dcec5ec0391af99
refs/heads/master
2020-04-25T13:44:30.744115
2019-02-25T03:52:38
2019-02-25T03:52:38
null
0
0
null
null
null
null
ISO-8859-13
C++
false
false
6,688
cpp
#include <ctime> #include <string> #include <iostream> #include <sstream> #include <vector> #include "Chicken.h" using namespace cugl; Chicken::Chicken(ChickenType t) { switch (t) { case ChickenType::BasicFire: e = element::Fire; s = special::None; damage = 1; return; case ChickenType::BasicWater: e = e...
[ "richardzheng98@yahoo.com" ]
richardzheng98@yahoo.com
516248a4905d038130cd9f73b70a0d78404d7447
32c5423077b645209a39baf787a0abd9603f76f7
/lib/libcpp/Mesh/Mesh/meshvisitortetrahedral.hpp
899af4c9b0577de2068fc833dd95332108e409c5
[ "MIT" ]
permissive
beckerrh/simfemsrc
73364dadb75142448a3f3694584b1839e6b20575
d857eb6f6f8627412d4f9d89a871834c756537db
refs/heads/master
2022-06-27T19:44:53.482396
2022-06-02T15:52:13
2022-06-02T15:52:13
157,715,420
0
0
MIT
2019-01-31T10:58:53
2018-11-15T13:24:18
C++
UTF-8
C++
false
false
1,239
hpp
#ifndef __Mesh_MeshVisitorTetrahedral_hpp #define __Mesh_MeshVisitorTetrahedral_hpp #include "meshvisitorinterface.hpp" /*--------------------------------------------------------------------------*/ namespace mesh { class MeshVisitorTetrahedral : public MeshVisitorInterface { public: ~MeshVisitorTetrahedra...
[ "roland.becker@univ-pau.fr" ]
roland.becker@univ-pau.fr
5bffab94d3d88018aa0071eea83b7293fc13bd94
48bfed4ed924571605b1b379fd11206152c11b6d
/yble_cpp.h
6f7154cbd0a28c01a494a7db5ba655fb79de3f68
[ "MIT" ]
permissive
sprhawk/yble_cpp
89c374a4d678798816b038bcb8966a203701d52d
3de058957c23573430e8277c60f946bf6408314b
refs/heads/master
2020-05-30T01:02:30.488291
2015-05-08T04:15:08
2015-05-08T04:15:08
33,577,152
0
0
null
null
null
null
UTF-8
C++
false
false
7,054
h
// // Copyright (c) 2015 YANG HONGBO // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify,...
[ "hongbo@yang.me" ]
hongbo@yang.me
3494796a130e7e5f9ac7de993964a02e9213f38e
74a63815b0e3e2607d852134285b3c976ffcae98
/emerald/sph_common/common.cpp
b0236523f770b9ec65323f1bf57260c9dcc2244b
[ "Apache-2.0" ]
permissive
blackencino/emerald
274d59d340734650565db3addea7fdb2ba6e62f2
fc27f9d3bf963e9fb9a3d32c51eb6434d9ba883c
refs/heads/master
2022-06-20T18:46:03.104927
2022-06-07T00:13:12
2022-06-07T00:13:12
243,718,455
4
0
Apache-2.0
2022-06-07T00:13:12
2020-02-28T08:53:13
C++
UTF-8
C++
false
false
3,972
cpp
#include <emerald/sph_common/common.h> #include <emerald/util/functions.h> #include <emerald/util/safe_divide.h> #include <emerald/z_index/z_index.h> #include <tbb/blocked_range.h> #include <tbb/parallel_reduce.h> namespace emerald::sph_common { using namespace emerald::util; Box2f compute_bounds(size_t const part...
[ "blackencino+git@gmail.com" ]
blackencino+git@gmail.com
3d87333162675f833b4b4def764f889fd1ba1a62
3a356ea7e4364d419c3c1a8cf71d9f1842fda54a
/1363D.cpp
03be908e42010ca4d5b8bd4cd982897a50b73a77
[]
no_license
mayank992/Codeforces-Solutions
cd8e4cde3bd690e923aa1e12105bfb50a690f2e7
27771f4b23800dad4e7276f2aacf5e65143a3220
refs/heads/master
2021-04-09T00:44:59.662072
2020-06-04T07:44:29
2020-06-04T07:44:29
248,823,713
0
0
null
null
null
null
UTF-8
C++
false
false
2,749
cpp
#include<bits/stdc++.h> using namespace std; #define ll long long int #define ull unsigned long long int #define pb push_back #define vpop pop_back #define mp make_pair #define ff first #define ss second #define mem(a,v) memset(a, v, sizeof(a)) #define clz(x) __builtin_clz(x) ...
[ "mayankjindal992@gmail.com" ]
mayankjindal992@gmail.com
983222622c17a362523fcfb09522f41cfcb984c0
8993bda7cf9c7aeec44183c8a988549aaa63c4fb
/Lecture/Week 10/Project1/Project1/Source.cpp
40667c30d88575a6d728090c228cf71a6336bb26
[]
no_license
jpowell321/CS250
35ca1a3d3be560f1c3477302bfdf9e787d09e86c
3457b3b7ccb52f54666bc0980403c432064f5c65
refs/heads/master
2021-01-13T14:46:12.972211
2017-04-20T01:37:22
2017-04-20T01:37:22
79,400,859
0
0
null
null
null
null
UTF-8
C++
false
false
76
cpp
#include <iostream> using namespace std; void main() { system("pause"); }
[ "svc-student@student.directory.jccc" ]
svc-student@student.directory.jccc
87126cd8cb1dd61f4f57b1d617f076c33a8cc6c8
184180d341d2928ab7c5a626d94f2a9863726c65
/issuestests/rrecsys/inst/testfiles/FSVDupdaterSparseMatBiases/FSVDupdaterSparseMatBiases_DeepState_TestHarness.cpp
05152dbcb346648eecb7800fa27f7c5ecac3c9c6
[]
no_license
akhikolla/RcppDeepStateTest
f102ddf03a22b0fc05e02239d53405c8977cbc2b
97e73fe4f8cb0f8e5415f52a2474c8bc322bbbe5
refs/heads/master
2023-03-03T12:19:31.725234
2021-02-12T21:50:12
2021-02-12T21:50:12
254,214,504
2
1
null
null
null
null
UTF-8
C++
false
false
3,460
cpp
#include <fstream> #include <RInside.h> #include <iostream> #include <RcppDeepState.h> #include <qs.h> #include <DeepState.hpp> List FSVDupdaterSparseMatBiases(NumericMatrix sparseRatingMat, double learningRate, double regCoef, int nrfeat, int steps, int nr_users, int nr_items, double globalbaseline); TEST(rrecsys_de...
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
a289095bbc83bac929ef23b75cdd52a4a1ba5912
0bbf17189378d1381930f942a8ac9ee7f2174404
/lightoj/1227 - Boiled Eggs.cpp
c2bb1a4093e6d53c545945d4968422db79a6fd6b
[]
no_license
kamal-parvez/competitive-programming
6bf532589b9149f445acec10033488e8e60cd8da
c27973b7e9b95c64e5a3e55451ee17fb3eba5797
refs/heads/master
2022-12-31T08:10:08.066408
2020-10-20T18:53:06
2020-10-20T18:53:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
572
cpp
#include <stdio.h> int main() { int t, i, j, n, p, q, count, weight, ara[1000]; scanf( "%d", &t ); for( i = 1; i <= t; i++ ) { scanf( "%d %d %d", &n, &p, &q ); for( j = 0; j < n; j++ ) scanf( "%d", &ara[j] ); count = 0; weight = 0; for( j = 0; (count <...
[ "aspaul.93@gmail.com" ]
aspaul.93@gmail.com
dcda723f4adde50ed7d4157399f1fadeaec7f5fb
2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0
/fuzzedpackages/drf/src/src/commons/globals.h
562d355d750e39fda5c1d126e20b9d4213b8edd9
[]
no_license
akhikolla/testpackages
62ccaeed866e2194652b65e7360987b3b20df7e7
01259c3543febc89955ea5b79f3a08d3afe57e95
refs/heads/master
2023-02-18T03:50:28.288006
2021-01-18T13:23:32
2021-01-18T13:23:32
329,981,898
7
1
null
null
null
null
UTF-8
C++
false
false
351
h
#ifndef DRF_GLOBALS_H_ #define DRF_GLOBALS_H_ #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName(const TypeName&); \ void operator=(const TypeName&) namespace drf { typedef unsigned int uint; static const uint DEFAULT_NUM_THREADS = 0; static const double Q_THRESHOLD = 0.02; } // namespace gr...
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
7f15e1941d8c7867c0b6e3450caaaf3d82e42e1a
77e794c05d581dcff06b7837ade0ec1b6f368133
/Other/LongestSubstring.cpp
22d97076a7c37600709e3e48bd4062df95361de3
[]
no_license
Suninus/InterviewPuzzle
5e411ae5740982719390fb038cba9a4902fa5a74
d9b00ba0098ae31e15ddab982bb2479fe6585086
refs/heads/master
2020-12-30T23:21:13.044553
2013-12-16T04:42:44
2013-12-16T04:42:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,802
cpp
/** Given a string s, find the longest substring length which has no more than 2 distince characters. Hint: only need to save the start point, and the last repeated position of the first occurred character. Each time you meat a point which break the repeating, update the start point and the last repeated position. ...
[ "Charlene@tsynka.com" ]
Charlene@tsynka.com
94b1ea16d5fe964459182409eca09bdf276fb083
9249de72b60118da8ff410117d95cbc92f957e51
/src/main.cpp
6d38c3795294387f6e05284f645b92200900d6ce
[]
no_license
karimnaaji/dsip
a909b22e0527fb15ebbce592ebca1119373f0db0
95e828df6088668ed8fe91053bf7991bc392f279
refs/heads/master
2023-04-17T19:44:10.799684
2021-04-29T23:22:59
2021-04-29T23:25:39
362,971,563
1
0
null
null
null
null
UTF-8
C++
false
false
1,662
cpp
#ifdef DSIP_GUI #include "Window.h" #endif #include "FilmGrain.h" #include "Image.h" extern "C" { #include "flag.h" } #define ARRAYSIZE(_ARR) ((int)(sizeof(_ARR) / sizeof(*_ARR))) struct CLIOptions { const char* ImageInput; const char* ImageProfile; const char* ImageOutput; }; bool ValidateOptions(C...
[ "karim.naaji@gmail.com" ]
karim.naaji@gmail.com
32ca691012949bbdfb129b9d6778ad4d3de85ca6
94cedcfbad4f1901250ee1d8b4d550f4420f248a
/libecole/src/utility/chrono.cpp
dc7551266ab0a62ab6ea53eb774cd06c0222afda
[ "BSD-3-Clause" ]
permissive
ds4dm/ecole
692fe909d4ed0fd1675cab6450b522a60782ff09
172ea1b19c643438faa7696ce885d1ac4de3aa24
refs/heads/master
2023-02-22T20:34:14.911334
2022-09-03T13:02:50
2022-09-03T13:02:50
216,036,405
302
68
BSD-3-Clause
2023-02-16T02:32:20
2019-10-18T13:59:52
C++
UTF-8
C++
false
false
956
cpp
#include <cerrno> #include <ctime> #include <system_error> #include "ecole/utility/chrono.hpp" namespace ecole::utility { /** * There is no standard way to get CPU time. * * The following implementation is inspired from * - https://levelup.gitconnected.com/8-ways-to-measure-execution-time-in-c-c-48634458d0f9 *...
[ "AntoinePrv@users.noreply.github.com" ]
AntoinePrv@users.noreply.github.com
67ee1498ccec6ff14ed16ec8872e099f09f03b20
dc568b92ce7a5ec226191f3a14893798e1303359
/XWCWallet/exchange/OnchainOrderPage.h
1ce01a01663620a16c58a942109a6af3deff3c06
[ "MIT" ]
permissive
Whitecoin-XWC/Whitecoin-qt
38ca7959045306a09d56f03b0637138363774e44
7794a0057b63d004dd74ce68dba1a13e4b768502
refs/heads/develop
2022-12-07T11:58:51.733154
2022-11-22T05:53:42
2022-11-22T05:53:42
202,651,142
4
2
null
2021-07-07T14:10:23
2019-08-16T03:21:59
C++
UTF-8
C++
false
false
1,718
h
#ifndef ONCHAINORDERPAGE_H #define ONCHAINORDERPAGE_H #include <QWidget> #include <QJsonArray> #include "extra/HttpManager.h" #include "FavoritePairsWidget.h" namespace Ui { class OnchainOrderPage; } class PageScrollWidget; class BlankDefaultWidget; class ExchangeModePage; class OnchainOrderPage : pub...
[ "harryub@ub.com" ]
harryub@ub.com
58c155acd40457b719ba956f3a5a5637eff797d5
6b8b004ce7a5b9dcb29cb683998d37a0617adb61
/H2A/HRM/Retex/HRM_Civilian_BoonieHat.hpp
f0972fab2c8b0a858f848672748733c28dc10734
[]
no_license
Dumpgrah/HellRetex_Official
9cc6f231a5cf6b368e88f48cc635e6337fb5c8e2
40276e88afa93b2e0a495f499303d4980257b67c
refs/heads/main
2023-07-17T12:58:02.658981
2021-08-31T19:27:18
2021-08-31T19:27:18
406,062,753
2
0
null
2021-09-13T17:13:23
2021-09-13T17:13:22
null
UTF-8
C++
false
false
844
hpp
class HRM_Civilian_BoonieHat: BoonieHat_ColorBase { scope = 0; descriptionShort = "$STR_HellRetex_Desc"; }; class HRM_Civilian_BoonieHat_AutumnFern: HRM_Civilian_BoonieHat { scope = 2; displayName = "$STR_Civilian_BoonieHat_AutumnFern"; hiddenSelectionsTextures[] = { "H2A\HRM\Retex\Data\HRM_Civilian_BoonieHat_...
[ "davidou2a@hotmail.com" ]
davidou2a@hotmail.com
8c200cc5baa746971835f1b42009e4d62081c3c9
684df684759bfbef64b0fbcde9eb2b898a2e2061
/swagger-gen/cpp/model/LinearPrevFundingRateResp.cpp
3b119c6baba5566e945a620ba83c75a5ea289964
[]
no_license
bybit-exchange/api-connectors
ae13caecb98c82460c0a24b910f2e9c1eb80b9bc
cc021a371bde30c2fd282be9fdc8eef0ed0e362e
refs/heads/master
2021-12-31T10:23:24.429638
2021-11-24T16:37:18
2021-11-24T16:37:18
213,896,494
192
185
null
2023-03-03T12:50:12
2019-10-09T11:10:19
C#
UTF-8
C++
false
false
5,698
cpp
/** * Bybit API * ## REST API for the Bybit Exchange. Base URI: [https://api.bybit.com] * * OpenAPI spec version: 0.2.10 * Contact: support@bybit.com * * NOTE: This class is auto generated by the swagger code generator 2.4.8. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manual...
[ "171627928@qq.com" ]
171627928@qq.com
37fd4264cb2a113ceaa90674121ee0c94527e077
d75759df058f04e231d4b545702241ccb8c0f518
/phylanx/plugins/booleans/logical_operation_impl.hpp
ffaf7806881a480f37238b54284f5939d01feedc
[ "BSL-1.0" ]
permissive
tapaswenipathak/phylanx
d503c5e47e02367526e3ac2fe47dafaa0ed9d907
62859f2b25d31ba469df64801401c996261163a9
refs/heads/master
2020-05-30T11:14:15.747316
2019-05-31T17:39:16
2019-05-31T17:39:16
189,695,510
1
0
BSL-1.0
2019-06-01T05:46:06
2019-06-01T05:46:06
null
UTF-8
C++
false
false
17,278
hpp
// Copyright (c) 2017-2019 Hartmut Kaiser // Copyright (c) 2018 Shahrzad Shirzad // Copyright (c) 2018 Tiany Zhang // // 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) #if !defined(PHYLANX_PRIMITIVES_LOGICAL_OPE...
[ "hartmut.kaiser@gmail.com" ]
hartmut.kaiser@gmail.com
8a24a5ce56dec02c42444b493e038ec04cf3b91e
3fd6e85c36a7e9e4f9ddec163a55f3602ccfb98c
/base/component_archives.h
2bce8ca1f65e2032a8ae4e897b09f0c08ccfb421
[ "Apache-2.0" ]
permissive
SiChiTong/mjmech
acc5da4ac6edd9f1446cc13e471aedeea3e1c419
a71f35e6ad6bc9c1530a0a33d68c45d073390b79
refs/heads/master
2020-03-20T03:44:13.276650
2018-05-06T02:59:55
2018-05-06T03:04:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,819
h
// Copyright 2014-2015 Josh Pieper, jjp@pobox.com. 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 ...
[ "jjp@pobox.com" ]
jjp@pobox.com
be331dea936f3ad6db18dfa12976813254d9de35
20f4de6c7c68514cd43d0e9bd7a17603c92f5d59
/src/wasm/function-body-decoder-impl.h
1673d91bdc15c953e5b3a40245551175c04ec8a4
[ "BSD-3-Clause", "SunPro", "Apache-2.0" ]
permissive
RogerioSantinoBarboza/v8
a2184ccd199fabbf27222e98d2421f1e7ed9bc06
8ca2a7c83359f41bc990e4a2cf3a0edbc153cca8
refs/heads/master
2022-12-04T11:12:02.877549
2020-09-25T20:53:51
2020-09-25T22:10:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
163,922
h
// Copyright 2017 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_WASM_FUNCTION_BODY_DECODER_IMPL_H_ #define V8_WASM_FUNCTION_BODY_DECODER_IMPL_H_ // Do only include this header for implementing new Interfa...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
9232a640ba4cb058fbe2b7d5cb1404d901f4aecb
b8079eb5db346eb0a876a960572c66bac13b7126
/getting-started/check-the-check/main.cpp
a283eef8c9c1b9f31014b44f7064a50618666741
[]
no_license
DalekVoid/programming-challenges
98bb32d1aa2b70e3b90a2efa430d92041c80eb1d
5858852febdbad336f8815c2d655201886d02cf3
refs/heads/master
2020-06-06T03:36:31.431476
2015-02-23T15:38:18
2015-02-23T15:38:18
28,853,572
0
0
null
null
null
null
UTF-8
C++
false
false
6,289
cpp
#include <iostream> #include <ctype.h> #include <cstdlib> #include <string> using namespace std; static string msg_begin = "Game #"; static string msg_black = ": black king is in check.\n"; static string msg_white = ": white king is in check.\n"; static string msg_no = ": no king is in check.\n"; enum Type { KING, ...
[ "dalek@voidamplifier.com" ]
dalek@voidamplifier.com
edca75c430f24bbbee17f7901b58b06cd4cbc4c4
5c268bc561b42255d23d5435235b341d7d7d9f7e
/src/clique/cliqueReversion.cpp
880b86f5246d16491eb7c1186aaab67a7b453fed
[]
no_license
bootchk/sleepSyncAgent
afb26a88fa58b6bf1b7b03f2eaa968da33888e7d
756f20e67bec1d9935b415fdb90662864a7a45d2
refs/heads/master
2021-01-20T20:56:37.324844
2018-04-30T19:12:09
2018-04-30T19:12:09
65,410,662
1
1
null
null
null
null
UTF-8
C++
false
false
2,184
cpp
/* * Part of implementation of Clique: * aspects: * - revert clique to former clique */ #include "clique.h" #include "../policy/syncPolicy/adaptiveXmitSyncPolicy.h" #include "../cliqueHistory/cliqueHistory.h" #include "../slots/fishing/fishingManager.h" #include "../logging/logger.h" /* * Other Slaves might ...
[ "bootch@nc.rr.com" ]
bootch@nc.rr.com
8b2a45837e9f53763940997b075b95abf8560851
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-proton/include/aws/proton/model/UntagResourceResult.h
e361a03feff19b49f9b21ce1473765e14240acf5
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
743
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/proton/Proton_EXPORTS.h> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace ...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
823015a0dbcb0660064c4b1499432f81dffc38fe
f630eacddb24377b7e09d49584f2991157e866c1
/Projet/src/galaxie.hpp
54c8e4185a6ecf38aa8691f3e9a618bd29455684
[ "MIT" ]
permissive
Rescon/IN203-Yu_WANG
58d5fa637c6dce5829e482ed9d44e254bf8d0424
5e47adc5c6bb59493c8de948d691bcbb57a0fb4a
refs/heads/main
2023-02-27T03:57:25.057172
2021-01-21T10:41:36
2021-01-21T10:41:36
312,594,979
0
0
null
null
null
null
UTF-8
C++
false
false
1,269
hpp
#ifndef _GALAXIE_HPP_ #define _GALAXIE_HPP_ #include <vector> #include <SDL2/SDL.h> enum etat_planete { habitable = 0, habitee = 1, inhabitable = -1 }; class galaxie { public: galaxie(int width, int height); galaxie(int width, int height, double chance_habitee); virtual ~galaxie() {} ...
[ "yu.wang@ensta-paris.fr" ]
yu.wang@ensta-paris.fr
147ba50abc0e652d1a23fe237a7190c01df98360
51407cfb371a65a9ccc8d78fd95b4966d5db6acd
/20-Valid Parentheses.cpp
cf0bd60cef954aa669e395b1bd90f2983467acdf
[]
no_license
yangmingzi/MyLeetcode
80d79849573ea67820bc0bd20701c5c602226829
1c0c1121cb0ebbc1a9300b37ce609e682deba650
refs/heads/master
2020-05-18T06:16:49.438125
2015-12-18T09:43:58
2015-12-18T09:43:58
31,898,329
0
1
null
null
null
null
UTF-8
C++
false
false
1,315
cpp
/* Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]" are not. */ /*简单的括号匹配问题,用栈来解决*/ class Solution { public: bool isValid(string s) { int n...
[ "mystudyingspace@163.com" ]
mystudyingspace@163.com
dcbb96842daad9001412a02307e66baa3f8a1a13
4897b9d75d851a81606d19a0e046b32eb16aa1bd
/problemset-new/018/01812-determine-color-of-a-chessboard-square/1812.cpp
7b1531211ff76adee9a12aff3ba7bac48bb527d1
[]
no_license
tiankonguse/leetcode-solutions
0b5e3a5b3f7063374e9543b5f516e9cecee0ad1f
a36269c861bd5797fe3835fc179a19559fac8655
refs/heads/master
2023-09-04T11:01:00.787559
2023-09-03T04:26:25
2023-09-03T04:26:25
33,770,209
83
38
null
2020-05-12T15:13:59
2015-04-11T09:31:39
C++
UTF-8
C++
false
false
210
cpp
// #include <bits/stdc++.h> #include "base.h" using namespace std; typedef long long ll; class Solution { public: bool squareIsWhite(const string& v) { return ((v[0] - 'a') + (v[1] - '0')) % 2; } };
[ "i@tiankonguse.com" ]
i@tiankonguse.com
0f25e1fe2303d27b80d2335a8e502d6845a23d23
bdeec5f4ac7b113fefafe32954b3f883fa7b2c6c
/mainapp/Classes/Games/Spelling/Models/SpellingProblem.h
cfcd7236fa2247de324bc795703810df401d9db2
[ "MIT", "Apache-2.0", "CC-BY-3.0", "CC-BY-4.0" ]
permissive
XPRIZE/GLEXP-Team-KitkitSchool
c6cadc3b3828934b1da51c61466f516a2f51b67a
6ed6b76d17fd7560abc35dcdf7cf4a44ce70745e
refs/heads/newmaster
2022-03-14T16:34:52.414327
2019-11-29T12:52:03
2019-11-29T12:52:03
79,299,159
50
31
Apache-2.0
2019-11-29T12:52:04
2017-01-18T03:24:30
C++
UTF-8
C++
false
false
607
h
// // Problem.h -- A problem for the game // TodoSchool on Oct 13, 2016 // // Copyright (c) 2016 Enuma, Inc. All rights reserved. // See LICENSE.md for more details. // #pragma once #include "../Utils/SpellingNS.h" BEGIN_NS_SPELLING class Problem { public: string Word; string WordMask; int Consona...
[ "gunho.locomotive@gmail.com" ]
gunho.locomotive@gmail.com
915d6cc14d412a0c6eb6bb0a1b7176053f555ccd
c566f83335f284dd09e7a81f18305b2d673dda42
/lib_acl_cpp/src/stdlib/locker.cpp
4bf3c2614a06a3055a930d98d792c5b6d9b955fb
[]
no_license
bygreencn/acl
13d4e7329ea7cadfc596c81a7fab453658f73831
4a219509b9af625b1af8917162d65188323a7b32
refs/heads/master
2020-12-11T07:39:44.740389
2013-12-07T12:31:59
2013-12-07T12:31:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,262
cpp
#include "acl_stdafx.hpp" #include "acl_cpp/stdlib/locker.hpp" namespace acl { locker::locker(bool use_mutex /* = true */, bool nowait /* = false */) : pFile_(NULL) , myFHandle_(false) , nowait_(nowait) { fHandle_ = ACL_FILE_INVALID; if (use_mutex) init_mutex(); else pMutex_ = NULL; } locker::~locker() { ...
[ "zhengshuxin@gmail.com" ]
zhengshuxin@gmail.com
af558bb9cfd69287990d57dbd5c9db1c3ac27c0c
07cda1295da0370c630697701df0fc5e3e45ca28
/content/public/browser/presentation_session_message.h
54f65fcc84e5360a583e11e20454f525e80dced2
[ "BSD-3-Clause" ]
permissive
anawhj/chromium-crosswalk
8221f9510bfb9df29dab12e6cdc57030380eb3f5
97959a5c98a1e18513f3ea21697323634d2fd696
refs/heads/master
2021-01-24T17:23:55.447032
2015-08-11T23:14:52
2015-08-11T23:14:52
40,750,463
0
1
null
2015-08-15T07:18:53
2015-08-15T07:18:52
null
UTF-8
C++
false
false
1,866
h
// Copyright 2015 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 CONTENT_PUBLIC_BROWSER_PRESENTATION_SESSION_MESSAGE_H_ #define CONTENT_PUBLIC_BROWSER_PRESENTATION_SESSION_MESSAGE_H_ #include <string> #include ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
ca570764979aeb80fa831e9c4c5cee86c6c47976
297497957c531d81ba286bc91253fbbb78b4d8be
/modules/fdlibm/src/s_scalbn.cpp
b0b14b705bb4a4f77104eab22eff13db99fc81ae
[ "BSD-2-Clause-Views", "LicenseRef-scancode-unknown-license-reference" ]
permissive
marco-c/gecko-dev-comments-removed
7a9dd34045b07e6b22f0c636c0a836b9e639f9d3
61942784fb157763e65608e5a29b3729b0aa66fa
refs/heads/master
2023-08-09T18:55:25.895853
2023-08-01T00:40:39
2023-08-01T00:40:39
211,297,481
0
0
NOASSERTION
2019-09-29T01:27:49
2019-09-27T10:44:24
C++
UTF-8
C++
false
false
531
cpp
#include <float.h> #include <stdint.h> #include "math_private.h" double scalbn(double x, int n) { union {double f; uint64_t i;} u; double_t y = x; if (n > 1023) { y *= 0x1p1023; n -= 1023; if (n > 1023) { y *= 0x1p1023; n -= 1023; if (n > 1023) n = 1023; } } else if (n < -1022) { ...
[ "mcastelluccio@mozilla.com" ]
mcastelluccio@mozilla.com
be05e1c8370ad8a0b65aa9f0e4b4e2b2325d6799
d970705c81bcecac87fab1be7f30798e3cca1ca1
/holdem-challenge/examples/cpp-bot/bot_functions.h
c889ed24a04b0631a5f99d1161f1a6de303d235e
[]
no_license
neo-godlike/pokerbot
d18776ad6d6ad29ac533ebb0486a010c249d659b
d9536219ee1608d11777a189db9537e36ef8542f
refs/heads/master
2020-07-18T23:45:53.157171
2017-10-25T09:09:47
2017-10-25T09:09:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,503
h
// // botFunctions.h // botForSimulator // // Created by Anton Chumachenko on 27.08.17. // Copyright © 2017 Anton Chumachenko. All rights reserved. // #ifndef bot_functions_h #define bot_functions_h enum Erank {Ace, Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten, Jack, Queen, King}; enum Esuit {Clubs, Diamo...
[ "home@MacBook-Air-Home.local" ]
home@MacBook-Air-Home.local
47d7e5e7bfd6021460c15d5880673a90b9a8515c
489b70681cabfb033200c89af83504c789aa80b4
/Caribbean Online Judge COJ/1690 - Bad Cowtractors.cpp
bd6451bab133b5797564105ddac41896fa8ea23e
[]
no_license
shailendra-singh-dev/ProgrammingChallenges
5feff1a82a57d3450ac5344e2166850df1378b42
ea117cb1f17526a060449a1f53c777fa80e0a294
refs/heads/master
2023-02-13T21:56:49.645750
2021-01-05T05:44:59
2021-01-05T05:44:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,388
cpp
#include <cstdio> #include <algorithm> #include <cstring> #define MAX 20005 int N, M, i, padre[MAX]; struct Edge { int origen, destino, peso; Edge(){} bool operator<(const Edge &e) const { return peso > e.peso; } }arista[MAX]; Edge MST[MAX]; void MakeSet(int n) { int i...
[ "anhell.death999@gmail.com" ]
anhell.death999@gmail.com
f4d16c4bc169b5bcae05a4161b6f8267750cb0ae
af215c038686ebf49c37e6572295421719a7e376
/watch.h
314c3872f537e9ed0da81079329baf1488c9130e
[ "MIT" ]
permissive
19317362/lightfswatcher
97036d0c447a2fbb572d7a61840e0f7fe6cc992e
86cc7e39abe9c02fd78bb2ebd2c0b1abfcc75b42
refs/heads/master
2020-04-15T20:05:16.529116
2018-04-16T03:14:53
2018-04-16T03:14:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,636
h
#pragma once #include <unordered_map> #include <vector> #include <climits> extern "C" { #include "sys/inotify.h" #include "unistd.h" } //#define WATCH_DEBUG 0 #ifdef WATCH_DEBUG #include <iostream> #define LOG(...) std::cout << __VA_ARGS__ << std::endl; #else #define LOG(...) #endif namespace watch { struct d...
[ "justasdabrila@gmail.com" ]
justasdabrila@gmail.com
e5463127a13146dbbf548bc449dcc7f37e708707
d932716790743d0e2ae7db7218fa6d24f9bc85dc
/ash/test/test_session_state_animator.cc
4aa3f31962ff2d8238f61d29878da52617131bc7
[ "BSD-3-Clause" ]
permissive
vade/chromium
c43f0c92fdede38e8a9b858abd4fd7c2bb679d9c
35c8a0b1c1a76210ae000a946a17d8979b7d81eb
refs/heads/Syphon
2023-02-28T00:10:11.977720
2017-05-24T16:38:21
2017-05-24T16:38:21
80,049,719
19
3
null
2017-05-24T19:05:34
2017-01-25T19:31:53
null
UTF-8
C++
false
false
10,567
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/test/test_session_state_animator.h" #include <utility> #include <vector> #include "base/barrier_closure.h" #include "base/bind.h" namespa...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
1ec5843f04efafae31a7361076f46886f1e50042
2419584ac848334c7e90dba24862d1e02d884053
/include/qtmaterialtextfield.h
4ae57b6ce1eb599b4f895c3688ef0e997f4611db
[]
no_license
Qt-Widgets/MaterialWidgets
d2e53abe21f2bd0edb68473fad2e189de6e85c20
d148c076007530a3130137823084f818796b45f6
refs/heads/master
2020-05-04T18:07:29.127056
2018-03-16T23:14:13
2018-03-16T23:14:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,976
h
#ifndef QTMATERIALTEXTFIELD_H #define QTMATERIALTEXTFIELD_H #include <QtWidgets/QLineEdit> #include <QColor> class QtMaterialTextFieldPrivate; #include <QtUiPlugin/QDesignerExportWidget> class QDESIGNER_WIDGET_EXPORT QtMaterialTextField : public QLineEdit { Q_OBJECT Q_PROPERTY(bool useThemeColors WRITE setU...
[ "nicholas.johnson0629@gmail.com" ]
nicholas.johnson0629@gmail.com
cb3e6e9f72efff77fd179ef2da03e370803cc96b
5be7ec24889fd14b2f1d32b127c44bdcfe379bda
/findPrimesD.cpp
9e442cdce1e9223d3d2c9d194f724786a100d259
[]
no_license
utpalendubarman/JWoC_Algorithms
54dd055caa433ba099a66afe1f4268850be8fefa
5162fb57dd7232d5de5c7039213a9835a136856b
refs/heads/master
2020-12-29T18:21:02.521195
2020-02-06T13:40:49
2020-02-06T13:40:49
238,697,510
1
0
null
2020-02-06T13:39:55
2020-02-06T13:39:54
null
UTF-8
C++
false
false
591
cpp
#include <bits/stdc++.h> using namespace std; const int sz = 1e5; bool isPrime[sz + 1]; void sieve() { memset(isPrime, true, sizeof(isPrime)); isPrime[0] = isPrime[1] = false; for (int i = 2; i * i <= sz; i++) { if (isPrime[i]) { for (int j = i * i; j < sz; j += i) { isPrime[j] = false; } ...
[ "ghoshsudipto1129@gmail.com" ]
ghoshsudipto1129@gmail.com
fde0bda7db2708542944bd69e26242a39e424dba
210f4988362a9cfbce10d542797109e7b66a37e5
/source/math/vec2c.h
b21987acad56c4c4192e3d48cb7ffbc25a39eada
[]
no_license
dmdware/sf2
1ab8215c93d3ea7231d28771cede45c7bc2df3d2
4068d511a82d0a293b7e9571d58f5fb7cb4c2730
refs/heads/master
2020-06-20T11:25:39.986160
2016-12-10T03:42:59
2016-12-10T03:42:59
76,088,530
1
0
null
null
null
null
UTF-8
C++
false
false
962
h
#ifndef VEC2C_H #define VEC2C_H struct Vec2c { public: signed char x, y; Vec2c() { x = y = 0; } Vec2c(signed char X, signed char Y) { x = X; y = Y; } Vec2c(const signed char* values) { set(values); } ecbool operator==(const Vec2c v) const { if(x == v.x && y == v.y) return ectrue...
[ "polyfrag@hotmail.com" ]
polyfrag@hotmail.com
2c715afce2bed88b9d4f12361a33900f31bb2243
768b06d598282963517a2847b937fdd0279b6ac0
/Segun.cpp
820ebd07c340c23e20db47e339164a4f79558f7b
[]
no_license
EvelynPintado23/ProyectoFinal---VisionComputador
7022230f3c9cb23711ce8284de6c97f7f3ce7b75
5c0d64ae6546d9a9ffd80d3d21cf9bb0c6aa39e8
refs/heads/master
2023-02-27T16:58:10.771585
2021-02-11T16:02:51
2021-02-11T16:02:51
337,509,217
0
0
null
null
null
null
UTF-8
C++
false
false
1,498
cpp
#include <stdio.h> #include <string.h> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; void on_trackbar( int, void* ){} int main(){ /// Create Windows string win1 = "HSV"; namedWindow(win1, 0); namedWindow("1", 0); namedWindow("2", 0); /// Create Trackbars int H_low,H_high; int S_low,...
[ "epintadoc@est.ups.edu.ec" ]
epintadoc@est.ups.edu.ec
085446a3198d7e19afb0b3dbcf6ab399a3507e52
911f1e4e78371d2e5eb9e96f38c3d66d5b9f4bf0
/convex_decomposition/include/convex_decomposition/vhacd/vhacdMesh.h
2e932b0796aeca23f5b4604f8bb23a24949bd3b0
[]
no_license
Levi-Armstrong/geometry_support_tools
cf2b8b11191e4213f956a314456064bf96a5177a
a54099bcd88f00a00aedb87a3d9e29b5100b1316
refs/heads/indigo-devel
2021-01-18T11:03:56.082374
2015-10-30T14:28:38
2015-10-30T14:28:38
42,949,763
0
0
null
2015-09-22T17:33:27
2015-09-22T17:33:27
null
UTF-8
C++
false
false
8,900
h
/* Copyright (c) 2011 Khaled Mamou (kmamou at gmail dot com) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of...
[ "ros-industrial@domain.org" ]
ros-industrial@domain.org
17eee3a06386f10735a59c9fc2fba85c783224e6
896bcdf42a98bde051097ebe3e68c44feba02f85
/做题/26.贪婪的你.cpp
222157e75ef011a0f3d2e50b6b8c0218c083b0fb
[]
no_license
BIT-zhangxin/AlogrithmLearning
4c13b5c24b6677172068a78e859a996cd5559112
6a68357adeb6fb6f8b7b2832676d5e2dbb3157f1
refs/heads/master
2020-06-24T00:32:41.029086
2019-07-25T09:01:42
2019-07-25T09:01:42
198,795,739
2
0
null
null
null
null
UTF-8
C++
false
false
849
cpp
//#include <stdio.h> //#include <stdlib.h> // //typedef struct //{ // int val; // int time; //}node; // //int cmp(const void *a, const void *b) //{ // if ((*(node *)a).val != (*(node *)b).val) // return (*(node *)b).val - (*(node *)a).val; // else return (*(node *)b).time - (*(node *)a).time; //} // //node stu[10005];...
[ "1047632321@qq.com" ]
1047632321@qq.com
248b412f633705f6766764bbddc4b8cf47294108
c42ecbc5bb6bc33acc9833b738996e537d092041
/pothos-serialization/include/Pothos/serialization/impl/mpl/list/list10.hpp
85c9f6e24cc8287c9cd2ddc054050e594e9f1ba9
[ "BSL-1.0" ]
permissive
lrmodesgh/pothos
abd652bc9b880139fa9fb2016b88cb21e0be1f0a
542c6cd19e1aa2ee1fda47fbc131431ed351ae31
refs/heads/master
2020-12-26T02:10:22.037019
2015-07-13T08:28:57
2015-07-13T08:28:57
39,064,513
1
0
null
2015-07-14T08:56:33
2015-07-14T08:56:33
null
UTF-8
C++
false
false
1,288
hpp
#ifndef POTHOS_MPL_LIST_LIST10_HPP_INCLUDED #define POTHOS_MPL_LIST_LIST10_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://ww...
[ "josh@joshknows.com" ]
josh@joshknows.com
95ec0d6a06dacb50fd3a3d91f647a903f07576c5
af641dd9536c721abb1b202eba77a5d17fc3dab8
/Code/Source/TTree/tprimitive.cpp
2837f94700ae6ee501982d24ce4127a28fcc80ef
[ "MIT" ]
permissive
aparis69/Implicit-Volumetric-Terrains
f9c009117453abfe0b1cfad74250f3dd28f43533
2e7bb3ee79b8d8ffabdeb0958a55c6171f2791fe
refs/heads/master
2022-06-18T08:04:47.984137
2022-05-20T14:37:18
2022-05-20T14:37:18
195,676,969
16
5
null
null
null
null
UTF-8
C++
false
false
301
cpp
#include "ttree.h" /*! \class TPrimitive ttree.h \brief A generic primitive. */ /*! \brief Empty. */ TPrimitive::TPrimitive() : TNode() { } /*! \brief Create a primitive given a box. Simply initialize the bounding box. \param box The box. */ TPrimitive::TPrimitive(const Box& box) : TNode(box) { }
[ "axel.paris69@gmail.com" ]
axel.paris69@gmail.com
4d8cbf974d0d7e39f49801293790fc53e5819603
5f141db59d2e07a75246b919b5a01d0a98ff5ee5
/web_test/web_test/Resources/源1.cpp
e8bd89f4af45156d56f82f04d647d76eb1f2e93a
[]
no_license
PPXComputer/QtCodes
ddd5cb726bcc3091a0d8d199cae20c791cb53f2b
4478f51f6d25ebc6ac73562f436463fb5e8217ce
refs/heads/master
2020-09-11T11:43:55.497373
2019-12-16T12:49:55
2019-12-16T12:49:55
222,051,237
1
0
null
null
null
null
UTF-8
C++
false
false
1,045
cpp
#include <iostream> #include <stack> #include <stdio.h> #include <stdlib.h> using namespace std; double evalpostfix() { stack<double> s; string token; double a, b, result; cin >> token; while (token[0] != '=') { result = atof(token.c_str()); if (result != 0.0) s.push(result); else i...
[ "3226824851@qq.com" ]
3226824851@qq.com
bb097b518f0fc50bebba0123617ec84fdbb90024
4652840c8fa0d701aaca8de426bf64c340a5e831
/chrome/browser/android/offline_pages/offline_page_request_job.cc
c9b50f5010bc3cbdabe032b0ba8f17c76f61bd23
[ "BSD-3-Clause" ]
permissive
remzert/BraveBrowser
de5ab71293832a5396fa3e35690ebd37e8bb3113
aef440e3d759cb825815ae12bd42f33d71227865
refs/heads/master
2022-11-07T03:06:32.579337
2017-02-28T23:02:29
2017-02-28T23:02:29
84,563,445
1
5
BSD-3-Clause
2022-10-26T06:28:58
2017-03-10T13:38:48
null
UTF-8
C++
false
false
25,594
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/android/offline_pages/offline_page_request_job.h" #include <string> #include "base/bind.h" #include "base/files/file_path.h" #i...
[ "serg.zhukovsky@gmail.com" ]
serg.zhukovsky@gmail.com
e81629ea206257c725bfc2a7da5a6f2c5fe15387
3bb175ca491b62de080e2c022817450f3314ca2f
/CUON/CUONView.h
33bf37fdfd52481ca106704b38ada7a744025dbd
[]
no_license
loyalshiny/CUXXXXX_XXX
8b02cd8868a79a4deb8e61f65033c669b5524e39
a39d6bb7da35f04c0683860afd20b8974751af76
refs/heads/master
2020-05-20T15:33:51.954028
2019-05-09T00:36:30
2019-05-09T00:36:30
185,563,447
0
0
null
null
null
null
UTF-8
C++
false
false
2,151
h
 // CUONView.h: CCUONView 클래스의 인터페이스 // #pragma once #include "btnenh.h" #include "DlgMain.h" #include "DlgGem.h" #include "DlgLoadPort.h" #include "DlgLoadPortSetting.h" #include "DlgSystemSetting.h" #include "DlgErrorDisplay.h" #include "DlgLog.h" class CCUONDoc; class LClsock; class LSvSock; class CCUONView : pu...
[ "loyalshiny@gmail.com" ]
loyalshiny@gmail.com
640e65b6740ce035331d2e49d4977dafa5320910
e82e191a8fac5bdddc49531fdac683f5db377b0e
/src/collector.cpp
7def38fd611d0cc6d52ad7600a0132ca3c9e370c
[ "BSD-3-Clause" ]
permissive
chalmersfsd/cfsd-perception-cognition-visualization
fd5794917323430597bad930e96140fc25a28ba2
e43d20d4b5312ef5e39b92184e0bb2b9476bda42
refs/heads/master
2020-03-21T15:59:51.201510
2018-11-22T21:19:36
2018-11-22T21:19:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,506
cpp
/** * Copyright (C) 2017 Chalmers Revere * * 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 the License, or (at your option) any later version. * * This program is distribut...
[ "martin9421@gmail.com" ]
martin9421@gmail.com
48666a488d0219023898611417193c32e723f170
f4e17640afef6d1b4d4a85f583a90e37f705dbd5
/B2G/external/skia/src/pipe/SkGPipeWrite.cpp
428f864fe93c9e8260856879bda3fb7aa9b4a46a
[ "Apache-2.0" ]
permissive
wilebeast/FireFox-OS
d370362916f0c5a5408fa08285dbf4779f8b5eb3
43067f28711d78c429a1d6d58c77130f6899135f
refs/heads/master
2016-09-05T22:06:54.838558
2013-09-03T13:49:21
2013-09-03T13:49:21
12,572,236
4
3
null
null
null
null
UTF-8
C++
false
false
26,703
cpp
/* Copyright 2011 Google Inc. 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 agreed to in w...
[ "info@hadrons.me" ]
info@hadrons.me
68253b77088a39ff0b95daec3219f34bac4334e8
c611b35a08d0abbce62c8a3e80ab747967460e4a
/tags/open64-1.0/osprey1.0/be/cg/ia64/cg_swp_bundle.cxx
3b9a752774d982ddea02e21c0cf610daa9a13f69
[]
no_license
svn2github/open64
301f132bdcb602d4e677fc23881ce602f3961969
88431de7e6860ed692c0c160724620e798de428a
refs/heads/master
2021-01-20T06:59:43.507059
2014-12-31T18:38:48
2014-12-31T18:38:48
24,089,237
3
1
null
null
null
null
UTF-8
C++
false
false
43,012
cxx
/* Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it would be us...
[ "marcel@ead328b1-e903-0410-a19d-eacee4b031f6" ]
marcel@ead328b1-e903-0410-a19d-eacee4b031f6
a4fe85c354bae9a47853caefafa27a6bdd221fe0
01dd97ec46c16fe64ca895507d18bb3b881de4e9
/light_xgboost.hpp
999449a4f8c7638e9b33ff89b749a35d17a70e62
[]
no_license
xiachenfeng/light_xgboost
f6efc4df9e06e0647c2d2fa80eb1ae2f4c45fb6e
3b8bac19c2b0f736e1f0cd4445c0637b95719fa4
refs/heads/master
2020-12-24T08:50:21.693709
2016-11-09T21:13:27
2016-11-09T21:13:27
73,315,410
0
0
null
null
null
null
UTF-8
C++
false
false
5,152
hpp
#include<iostream> #include<stdio.h> #include<string> #include<vector> #include<map> #include<fstream> #include<algorithm> #include<assert.h> namespace light_xgboost{ struct Feature{ Feature(int a, float b):idx(a),value(b){} int idx; float value; }; class Node{ public: int nid; int fidx; bo...
[ "issxia@gmail.com" ]
issxia@gmail.com
ce72440165ef5376166aa62d1d21247c241c64d8
e93bbabeaf58aa3b0a1970dee3bd33d4420124cf
/src/qt/intro.cpp
23eb062248d53932e29c8006c380eb2d22c3b8a0
[ "MIT" ]
permissive
gautes/TrollCoinCore
4e445c7adadf968a853c37465c78de15f6cda00c
21392fb66e6abf50d48598827dbbf15a129e51b1
refs/heads/master
2021-01-23T04:08:53.908623
2017-03-26T17:50:14
2017-03-26T17:50:14
86,156,851
0
0
null
null
null
null
UTF-8
C++
false
false
10,593
cpp
// Copyright (c) 2011-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/trollcoin-config.h" #endif #include "intro.h" #include "ui_intro.h" #include "g...
[ "gaute@miles.no" ]
gaute@miles.no
be833545e18a6a9fa279426586af9fd3575f565c
621cde8cb1fb9c410bffeb82f9d0c085550246e1
/main.cpp
676a107410fde13f71269134f5ab78b6eccd0970
[]
no_license
chenhaifeng2016/FaceDetect
8ec0565b604df53e5ab1dcc12341bd1c919f2b83
b524258036ae360d74f3c05d27bbb0889d3cccf5
refs/heads/master
2020-04-17T20:59:46.821092
2019-01-22T04:56:37
2019-01-22T04:56:37
166,929,802
0
0
null
null
null
null
UTF-8
C++
false
false
4,122
cpp
#include "Poco/Net/HTTPServer.h" #include "Poco/Net/HTTPRequestHandler.h" #include "Poco/Net/HTTPRequestHandlerFactory.h" #include "Poco/Net/HTTPServerRequest.h" #include "Poco/Net/HTTPServerResponse.h" #include "Poco/Net/ServerSocket.h" #include "Poco/Util/ServerApplication.h" #include "Poco/StreamCopier.h" #include ...
[ "chenhf2010@qq.com" ]
chenhf2010@qq.com
818325f505bdf8c02a902981bef572e905954770
7a2753138c500ecc1baa751e39b3452eae7ed882
/src/Texture.cpp
d0065a601f854dc4b1b198e1e468080494ebe469
[]
no_license
DaveDisI/DD_Engine
9607ed3d29d5dd2c6af638b3868e96ea23272721
e68a6952c98f87f16d600c74ec2db660aa65ab7c
refs/heads/master
2021-06-07T10:55:51.660718
2016-10-03T04:49:02
2016-10-03T04:49:02
69,635,853
0
0
null
null
null
null
UTF-8
C++
false
false
961
cpp
#include "Texture.h" #include <iostream> Texture2D::Texture2D() : width(0), height(0), internal_Format(GL_RGB), image_Format(GL_RGB), wrap_S(GL_REPEAT), wrap_T(GL_REPEAT), filter_Min(GL_LINEAR), filter_Max(GL_LINEAR) { glGenTextures(1, &this->id); } void Texture2D::generate(GLuint w, GLuint h, unsigned char*...
[ "dave.dunn@jointheleague.org" ]
dave.dunn@jointheleague.org
722ae62fb9093c44392e4f734026f8350627b8fe
22d27d0f4fce446268c23ba978bf02fd6c05293e
/work/cpp_advanced/25/101.cpp
61311c6054489e94d92d98190f1a601fe48b7f82
[]
no_license
KumpeiYamaki/one_week_c_cpp
87b42dc03a309288a5e2433b64dcb342061e93ba
710eb0617800b5b70a8f739e9c8b9da51517c1bc
refs/heads/master
2022-12-01T11:25:02.280259
2020-08-14T06:35:30
2020-08-14T06:35:30
287,461,757
0
0
null
null
null
null
UTF-8
C++
false
false
264
cpp
#include <iostream> using namespace std; void ref(int&); void print(int); int main() { int n = 5; print(n); ref(n); //参照渡し print(n); return 0; } void ref(int &n) { n = 1; } void print (int n) { cout << "n=" << n << endl; }
[ "drflag.bb17@gmail.com" ]
drflag.bb17@gmail.com
b7e9bc8b808117cd7936125e5807b2310b825a74
89958fb6232b18ca5d3a4ba7ce4e01700ebb2f66
/filters/yarkfilter.cpp
39b35ab23c7f174395ccdbd7a00c1cd60a4263d3
[]
no_license
snegaa/gaus-qt
0dd84a6169f88a7f741bf9d93812f805ee21f84f
9a4fd33744e77b9853a2537e140483115aebcd22
refs/heads/master
2021-01-21T11:08:54.031560
2017-06-08T12:31:27
2017-06-08T12:31:27
91,727,562
0
0
null
null
null
null
UTF-8
C++
false
false
512
cpp
#include "yarkfilter.h" YarkFilter::YarkFilter() { } void YarkFilter::createKernel(double **masKernel, int radius) { double gaus[radius][radius] = {{0,0,0},{2,20,200},{0,0,0}}; for (int i = 0; i < radius; ++i) { for (int j = 0; j < radius; ++j) { masKernel[i][j] = gaus[i][j]; ...
[ "26.rain@mail.ru" ]
26.rain@mail.ru
7a413593b8c035e26f573d0dd65d718366d9437f
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/components/signin/internal/base/account_manager_facade_android.h
9508a6d11cff0756618f1f4e4691512654cf3b70
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
841
h
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SIGNIN_INTERNAL_BASE_ACCOUNT_MANAGER_FACADE_ANDROID_H_ #define COMPONENTS_SIGNIN_INTERNAL_BASE_ACCOUNT_MANAGER_FACADE_ANDROID_H_ #incl...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
618477dd09569c0148cee3f0f3917ce55f9211f9
107712e53db0f04d90f77e0a89ce3d1525f243af
/NIM_InteractLive_PC_Demo/chatroom/gui/chatroom_form_ui.cpp
4c179742ef4297c80be418504694fabb2baf02ae
[]
no_license
vanehu/bypass
e3a0065bd78077702bc2c3b7d8ad36523d776317
e7dd63c865eacd74cc9b2f138b7d6f59af31f63a
refs/heads/master
2020-06-26T20:47:25.916663
2018-04-06T08:10:47
2018-04-06T08:10:47
null
0
0
null
null
null
null
GB18030
C++
false
false
36,570
cpp
#include "chatroom_form.h" #include "audio_hook_form.h" #include "gui/emoji/emoji_form.h" #include "module/emoji/richedit_util.h" #include "shared/ui/ui_menu.h" #include "richedit.h" #include <sys\timeb.h> #include "bypass_live_frontpage.h" #include "player/player_manager.h" #include "main_picture_set_form.h" using nam...
[ "test@163.com" ]
test@163.com
08795f56615b8a2eccd7e9733d00e56883fcbd8c
24e860c0a4b2e8569d33baf93ed51226e713a6da
/Image.cpp
deed6fbf38b7da813d739aa19817f70788f99b47
[]
no_license
danielRi/computergrafik
e6f62174e741864d72ed2e16288d04777617a251
2c08048428a6364f1a9384c7bfaf9126a565ed66
refs/heads/master
2021-01-01T20:17:52.336292
2012-12-30T16:54:27
2012-12-30T16:54:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,389
cpp
/** * Image.cpp * */ #include "Image.h" Image::Image(){ int tWidth = 8; int tHeight = 3; height = tHeight; width = tWidth; std::vector < Pixel* > row; for(int i = 0; i < tHeight; i++){ row.clear(); for(int j = 0; j < tWidth; j++){ Pixel aPixel(255,255,255,j,i); row.push_back(&aPixel); } ...
[ "daniel.riegler87@googlemail.com" ]
daniel.riegler87@googlemail.com
2d692080e8ddf0af794ea27a5d8e9473697ff6c7
5477537fdd9c20b29c795f49889498e900e472df
/AGame Engine/Engine/Behaviour.cpp
de8bafcd6e2be44f0e14a8ea403c7a56d640e16a
[]
no_license
arvind96/AGame-Engine
ceb9140fc3fbf504abb8cbfc476d0025044d0c4e
d83cff93378fbe77f37c70dc147fcdb1f1987b13
refs/heads/master
2021-01-12T17:48:58.421820
2016-10-19T13:39:31
2016-10-19T13:39:31
69,395,704
0
0
null
null
null
null
UTF-8
C++
false
false
113
cpp
#include "Behaviour.h" namespace AGameEngine { Behaviour::Behaviour() { } Behaviour::~Behaviour() { } }
[ "arvindiit96@gmail.com" ]
arvindiit96@gmail.com
23a0e9c40d1ea070202a84d5f3d19c531a019a46
e89c3fdb417976fc813da96510bba8da42235c71
/editor/types/printtype.cpp
51bc20d4da8bdb78e39e12b84f416bea5ec08fcb
[]
no_license
sm-jalali-f/jetprint
ec02f796d9445b497b424f01af739438146005eb
fb8c5fc669ae3ab5b6b787207ebcdf2a7567a7f4
refs/heads/master
2021-01-09T05:28:54.478245
2017-03-18T08:11:51
2017-03-18T08:11:51
80,773,364
0
0
null
null
null
null
UTF-8
C++
false
false
25
cpp
#include "printtype.h"
[ "sm.jalali.f@gmail.com" ]
sm.jalali.f@gmail.com
c660078043e7a6279b5ae62c1dc5994c7b109cc6
550626d07c5712b69cb6b92491539b702b07ce14
/src/utest/utestNetworking.cpp
f899495941f584be90ca80bc208102a861692d8d
[ "BSD-2-Clause", "WTFPL", "LicenseRef-scancode-public-domain" ]
permissive
HammingByte/tsduck
c2f9b7da5020c7e53c51391d61e8672adc3a829f
f887063f102d8035dbe4e7472b3a9601556f6ad4
refs/heads/master
2020-03-31T15:14:57.658247
2018-10-09T18:27:17
2018-10-09T18:27:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
25,554
cpp
//---------------------------------------------------------------------------- // // TSDuck - The MPEG Transport Stream Toolkit // Copyright (c) 2005-2018, Thierry Lelegard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the f...
[ "thierry@lelegard.fr" ]
thierry@lelegard.fr
fbda47e6a851159ee333254e7f4404d92565c109
94bd295572de3f4934a3896ce1bb882fb4d35edc
/content/browser/renderer_host/delegated_frame_host_client_aura.cc
fc6519f4f89fdb1a6371af67e0e5292bcec45462
[ "BSD-3-Clause" ]
permissive
WebGameLinux/chromium
06109b62d6019b051474cd479f3d577e0eec4463
a35a1e2ce2ab74eccc467aa390eda1a8e29e3e09
refs/heads/master
2023-03-07T14:07:56.342758
2017-04-08T02:33:08
2017-04-08T03:38:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,862
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 "content/browser/renderer_host/delegated_frame_host_client_aura.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
92b52e4d2c3f46f518a41770d81e0b658cfda7c2
b5abbcf9725179eedc6e7b8d53dffd233b02eae2
/src/log/FileLog.cpp
b25cc04808eb289a9320e2dd17a8d880b638ed3c
[ "MIT" ]
permissive
UlordChain/ulordrig
3de8c8db1b926becb5087c0f8088e2c161e576e6
261fa14748d3c44d924a16da282ac1d33c5215da
refs/heads/master
2020-03-10T10:17:06.958154
2018-07-25T02:39:19
2018-07-25T02:39:19
129,329,773
42
9
MIT
2018-06-28T01:41:54
2018-04-13T01:17:00
C
UTF-8
C++
false
false
2,632
cpp
/* UlordRig * Copyright 2010 Jeff Garzik <jgarzik@pobox.com> * Copyright 2012-2014 pooler <pooler@litecoinpool.org> * Copyright 2014 Lucas Jones <https://github.com/lucasjones> * Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet> * Copyright 2016 Jay D Dee <jayddee246@gmail.com> ...
[ "jxinhu17@gmail.com" ]
jxinhu17@gmail.com
2347f15ca482604d7f4319e64401eb1fa333fc13
116bf4d86f67aa5c18037b18bc1589e38400fa0c
/SDK/ZC_CartridgeCase_9mm_classes.hpp
91663ef47263249d63ee86e287164e3273ff6fce
[]
no_license
hinnie123/ZeroCaliber_SDK
67de4b0469acf273ca8b52450aa4036256ecdaef
20786d77bb83366d8faa152aad117e8f90872c43
refs/heads/master
2020-04-03T03:41:38.590945
2018-11-10T14:32:07
2018-11-10T14:32:07
154,992,910
2
1
null
null
null
null
UTF-8
C++
false
false
644
hpp
#pragma once // ZeroCaliber (0.6.0 EA) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass CartridgeCase_9m...
[ "hindrik-sibma@hotmail.nl" ]
hindrik-sibma@hotmail.nl
6698303e0940a69c62c428766f232d503a69740a
2d8eea97b0c88189540c368a8bc7e97fc54fe890
/rotateArray/rotate_array.cpp
c7050b966072448de960d899a251df862b365008
[ "MIT" ]
permissive
pitanyc/toy-problems
08a1ece207ae70a2d080091722ea8b367fa217cd
502ef2d2774373349aae7cffdaf287e5ca8613f9
refs/heads/master
2022-02-04T14:31:52.575388
2022-01-27T23:14:51
2022-01-27T23:14:51
180,384,994
0
0
null
null
null
null
UTF-8
C++
false
false
1,349
cpp
/** * LEETCODE 189: Rotate Array * * https://leetcode.com/problems/rotate-array/ * * Rotate an array of n elements to the right by k steps. * * For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated * to [5,6,7,1,2,3,4]. */ #include <algorithm> #include <iostream> #include <vector> using nam...
[ "pszocs@bloomberg.net" ]
pszocs@bloomberg.net
f65b6d011ec50ff3bc9de6dad4a256f221e48e74
77ea04561f96f89c1db67b0f019c7ae1b80fc0c3
/ECOO/ECOO 2015/ecoo 2015 q4 V3/main.cpp
74eab488a058637a276ab4272fdc878504808d84
[]
no_license
GeorgeZHYuan/Algorithms
2a87ec5887e3e67ba686427c12706d57525d57cc
bb92b538cf76565cb9c62d9102b2052f109aab79
refs/heads/master
2021-01-14T10:18:43.913542
2017-08-28T00:51:22
2017-08-28T00:51:22
82,016,457
0
0
null
null
null
null
UTF-8
C++
false
false
1,374
cpp
#include <iostream> #include <fstream> #include <map> #include <set> using namespace std; int total = 0; string b [] = {"ookook", "ook", "oogam", "oogum", "ooga","oog", "ugug", "ug", "mookmook", "mook"}; set<string> caveWords (b,b+10); map <string, int> wordCombinations; void calculate (string theWord) {...
[ "yuangeorge9981@gmail.com" ]
yuangeorge9981@gmail.com
624583a93f5be3c03025baac5b4bc0bd4f102b0e
3f0bc471522820ffabb132580f799538c4bb9d1a
/COJ_ACCEPTED/1369 - Inscribed Triangle.cpp
b21b150d3ff5b6160e8f3765afb671dd18c0a95b
[]
no_license
luismoax/Competitive-Programming---luismo
d40267e7947d03a304355a1ff936c2ecb5460b77
63016024bdcff8755fe537be5eb8e46c6e6a18e6
refs/heads/master
2023-09-03T17:56:36.258278
2023-08-20T06:01:27
2023-08-20T06:01:27
250,821,058
1
0
null
null
null
null
UTF-8
C++
false
false
751
cpp
#include <iostream> #include <cstdio> #include <vector> #include <queue> #include <stack> #include <cstring> #include <map> #include <algorithm> #include <cmath> #define pf printf #define sf scanf #define INF 10000 /* Author: Luismo Problem: 1369 - Inscribed Triangle Algorithm: */ using namespace std...
[ "luismoax@gmail.com" ]
luismoax@gmail.com
94810338322c5ff68cbe721d0c8b2fea5bf968df
8b3e6319a91aaea381ff6dac26ddbe6018b75dd2
/src/test/skiplist_tests.cpp
ba675d94d5018903312aea02aa11b02b5c3517fd
[ "MIT" ]
permissive
JihanSilbert/Titan
9ddd7d57a6fa59501ac748c853ef5ff3a12ba51e
4dfd180ca8518c3ba7160c6cf113eb4e1237c42d
refs/heads/master
2020-08-15T16:07:37.998031
2019-10-19T10:45:49
2019-10-19T10:45:49
215,368,860
0
0
MIT
2019-10-15T18:27:27
2019-10-15T18:27:27
null
UTF-8
C++
false
false
8,834
cpp
// Copyright (c) 2014-2018 The Bitcoin Core developers // Copyright (c) 2017 The Raven Core developers // Copyright (c) 2018 The Titancoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "chain.h" #inclu...
[ "info@jccoin.co" ]
info@jccoin.co
e36618a7e748a9ef8e719cc39d9ed417b7ce1192
76fe0a0404ca1d71779fc6c1122b87e0d7a7aa1b
/Treinos equipe/xv de piracikobus/2019/03-01 2018 IME Tryouts/f.cpp
de5486ed7ba4e9deb290fd0873a09d5c500cdba4
[]
no_license
vitorguidi/Competitive-Programming
905dd835671275284418c5885a4a1fae2160f451
823a9299dce7b7f662ea741f31b4687f854bb963
refs/heads/master
2021-06-25T06:58:53.670233
2020-12-19T16:53:15
2020-12-19T16:53:15
133,260,248
3
0
null
2018-05-13T17:46:43
2018-05-13T17:40:24
null
UTF-8
C++
false
false
1,330
cpp
#include "bits/stdc++.h" using namespace std; #define pb push_back #define mp make_pair #define fst first #define snd second #define fr(i,n) for(int i=0;i<n;i++) #define frr(i,n) for(int i=1;i<=n;i++) #define ms(x,i) memset(x,i,sizeof(x)) #define dbg(x) cout << #x << " = " << x << endl #define all(x) x.begin(),x.en...
[ "vitorguidi@gmail.com" ]
vitorguidi@gmail.com
fd9690edfc75f543e6bec9afc3d465b0d47ce490
2ad789090db7a377f746413e397b603c76f547fa
/V-REP_PRO_EDU_V3_6_0_Ubuntu16_04/programming/b0RemoteApiBindings/cpp/msgpack-c/include/msgpack/adaptor/cpp11/array_char.hpp
2b66d9255e325efd7048aa50906737b40d456013
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "BSL-1.0" ]
permissive
JasonLeeUT/Robotics
442b8217918a32b3e8df454b9890ab83280ee7f3
7e21e5d18b42cfcaafd01b0243f221a051692f11
refs/heads/master
2023-01-23T00:14:41.801025
2020-11-19T02:23:55
2020-11-19T02:23:55
314,112,186
0
1
null
null
null
null
UTF-8
C++
false
false
462
hpp
// // MessagePack for C++ static resolution routine // // Copyright (C) 2016 KONDO Takatoshi // // 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) // #ifndef MSGPACK_TYPE_CPP11_ARRAY_CHAR_HPP #d...
[ "18811526516@163.com" ]
18811526516@163.com
d2eae2c3066d0f4df388756afe8a25d61baa647e
487f88955f150fc034baae5a727994c29636398b
/opensplice/install/HDE/x86_64.linux/custom_lib/isocpp/dds/topic/AnyTopicDescription.cpp
3f2f3ac383672280a910fbd6de9d9a85509d448b
[ "Apache-2.0" ]
permissive
itfanr/opensplice-cpp-cmake
6ddb8767509904c8b2a3cd3d3fafc3b460202ea0
d9a3eac9d7e91d3a5f114c914a449a9911d1d1ea
refs/heads/master
2020-04-01T22:32:35.124459
2018-10-19T05:34:14
2018-10-19T05:34:14
153,714,000
1
1
null
null
null
null
UTF-8
C++
false
false
1,616
cpp
/* * OpenSplice DDS * * This software and documentation are Copyright 2006 to PrismTech * Limited, its affiliated companies and licensors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wit...
[ "bjq1016@126.com" ]
bjq1016@126.com
ac631c6aae7a674f89b383d80fcb666a295b9b3e
2a9bd28f190136dca0dc59bffc145d8b2803d141
/60100108_KK/60100108_KK/member.cpp
7c36abb7f9b6cd6bce7dda3d7d299f47fdb41885
[]
no_license
GiBeomKim/2016-2_Objected_Programming
27ae7bf6a2419991a668f2eaef9fb9e756668d7c
7e1d2edc26a96053c4a7396dd1e939da7f36d5c5
refs/heads/master
2021-01-02T08:39:38.757572
2017-01-11T04:07:02
2017-01-11T04:07:02
78,601,693
0
0
null
null
null
null
UHC
C++
false
false
2,036
cpp
#include <iostream> #include <string> #include "member.h" using namespace std; Member::Member(string pnum, string add, string name) { setPnum(pnum); setAdd(add); setName(name); setPoint(0); //initial point: 0 vip = false; setUnpaid(0); } Member::Member() { setPoint(0); vip = false; setUnpaid(0); } void Me...
[ "rex.kim47@gmail.com" ]
rex.kim47@gmail.com
6d75d0166c5f83b482dc9378672ae724fc7c0136
5c2b1f8642b522ad6c1bc9cab08603fcad476702
/1/Some/PBInfo/418.cpp
66b8f7c751fb9b579b1d558ae6cc0faa8380413e
[]
no_license
floreaadrian/C-
8e18997040010c4bfd9126a19cf04b3fa294247e
f0569e9567cce8538cbddb31560ae28340e4846e
refs/heads/master
2021-09-14T23:00:31.100138
2018-05-21T16:28:44
2018-05-21T16:28:44
116,184,501
1
0
null
null
null
null
UTF-8
C++
false
false
573
cpp
#include<fstream> #include<math.h> using namespace std; ifstream fin("subgraf.in"); ofstream fout("subgraf.out"); int a[101][101]; int prim(int n) { int c; c=sqrt(n); if(n==2) return 1; if(n%2==0) return 0; for(int i=3;i<=c;i++) if(n%i==0)return 0; return 1; } int main() { int n,...
[ "florea.adrian.paul@gmail.com" ]
florea.adrian.paul@gmail.com
3a0bbfd63da608c4c0d0db405d29278e0984ec0c
6878dd683c0a2656f5c1ee2ce2a1c058daf20212
/GraphicsFramework1.2 with trackball/ComponentFramework/skull.h
9e68226f5a6a92beb29c63213ee0a9e1c04619a0
[]
no_license
ReyndertLindeyer/Basic-GLSL-Shaders
b95ade1f46d1f70153c1541baa3ae315ddc71446
65f19d1fa90b31a7b3dc2bf2dab5d5d774ae2784
refs/heads/master
2020-06-30T04:37:57.509391
2019-08-05T23:12:08
2019-08-05T23:12:08
200,725,883
0
0
null
null
null
null
UTF-8
C++
false
false
471
h
#ifndef SKULL_H #define SKULL_H #include "Model.h" namespace GAME { class skull : public Model { protected: class Shader *shader; Matrix4 modelMatrix; std::vector<Mesh*> meshes; public: skull(const Vec3 pos_, const Vec3 orientation_); ~skull(); virtual bool OnCreate(); virtual void OnDestroy();...
[ "n01169454@humbermail.ca" ]
n01169454@humbermail.ca
f1791d0cd25dadf208b7f7e27abb80aed22d0085
969262cfd2435a280024530e47fe813fb8b761e0
/src/wallet.cpp
94645a86e4dfeaeef662c5cdb2a8deaccb705dc7
[ "MIT" ]
permissive
asupawat/AeriumX-BETA
6c4f279ac506b7363833d9806f2326d2c74337be
9b675da27c074e269417b95ff3b29ed7ff4f9e4b
refs/heads/master
2020-03-07T05:18:27.767518
2018-03-25T16:00:40
2018-03-25T16:00:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
185,073
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2015-2017 The Altair2 developers // Distributed under the MIT software license, see the accompanying // file COPYI...
[ "33561242+aeriumcoin@users.noreply.github.com" ]
33561242+aeriumcoin@users.noreply.github.com
54121ae6cd1d53a4af937adfc95567fd83b4f80a
d6314f33364c36871e2fc7bd49dc0bb9355f242e
/ICPC/ICPC Winter 2021 Practice 15/ICPC Winter 2021 Practice 15/D.cpp
48b2369285bb572539027b39c26df6b0d2641f25
[]
no_license
lucasxia01/Competitive-Programming-Problems
26a953cc54ab55be972a79adae0bc79e8dc844e1
a90da940a5cef6faf10efbefa241ad7e799be53a
refs/heads/master
2022-08-31T12:29:36.715884
2022-08-17T04:22:56
2022-08-17T04:22:56
152,951,359
1
0
null
null
null
null
UTF-8
C++
false
false
2,618
cpp
#include <iostream> #include <iomanip> #include <cstdio> #include <cmath> #include <algorithm> #include <functional> #include <stdlib.h> #include <time.h> #include <complex> #include <iterator> #include <regex> #include <fstream> #include <utility> #include <vector> #include <string> #include <cstring> #include <stack>...
[ "lucasxia01@gmail.com" ]
lucasxia01@gmail.com
d3754b2581c138c335e9ce28bfb27303847e50f3
f03f3d7900d55cb2c737ee35cc8919a9af60ea72
/Searching/minMax.cpp
cb3bc0a0a2fcfcd29836ce4377bce253a326bbd6
[]
no_license
vishal1997/Practice
d422b682d775af47cb64f3d5a28bdca683f50735
d9e2037b0201bf8cd08c2ea7c495ed3a8ee66eeb
refs/heads/master
2021-01-12T17:01:26.642585
2018-04-09T17:30:00
2018-04-09T17:30:00
71,492,731
1
1
null
null
null
null
UTF-8
C++
false
false
1,358
cpp
#include<bits/stdc++.h> using namespace std; struct pairMinMax{ int min; int max; }; struct pairMinMax findMinMax(int arr[] , int low, int high ) { pairMinMax minMax; //if only one element is in array if(low==high) { minMax.min=arr[low]; minMax.max=arr[low]; ret...
[ "mailtovishal@tatanagar.com" ]
mailtovishal@tatanagar.com
f5ec70602feaab1339525ee9fe37a0907d0400b8
0dae134774f7887eb3ffb4b7611b26e8041a0692
/Competitive Programming/Contests/HackerEarth/July Circuits 2017/Download file/file.cpp
7611f01d2d35bf0eb43669cce5a2f5c2033c7b91
[]
no_license
andyyang200/CP
b6ce11eb58fd535815aa0f7f5a22e9ed009bf470
46efbcdaf441ee485dbf9eb82e9f00e488d2d362
refs/heads/master
2020-08-27T14:49:36.723263
2019-10-25T04:09:11
2019-10-25T04:09:11
217,407,673
0
0
null
null
null
null
UTF-8
C++
false
false
2,029
cpp
//Andrew Yang //Accepted #include <iostream> #include <stdio.h> #include <sstream> #include <fstream> #include <string> #include <string.h> #include <vector> #include <deque> #include <queue> #include <stack> #include <set> #include <unordered_set> #include <map> #include <unordered_map> #include <algor...
[ "andy@zensors.com" ]
andy@zensors.com
2999b11faef2070cb586cdff72e2df9a71dd9792
4102a1ed8180b25f754de3720f12260c63a02409
/PlayFabSDK/Plugins/PlayFabProxy/Source/PlayFabProxy/Private/Proxy/Entity/PFEntityDeleteFiles.cpp
76cdab42ed21db4fbb3d9e084a5129b2b97c4902
[ "Apache-2.0" ]
permissive
MrBigDog/UnrealCppSdk
13203ecc4acf731032ee707def10a29e326056a4
ddb78658d517563c58139d46465748d11dfbc676
refs/heads/master
2020-03-22T05:47:50.189721
2018-06-18T22:26:16
2018-06-18T22:26:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,405
cpp
// This is automatically generated by PlayFab SDKGenerator. DO NOT modify this manually! #include "PFEntityDeleteFiles.h" #include "PlayFabProxy.h" #include "PlayFab.h" UPFEntityDeleteFiles::UPFEntityDeleteFiles(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) , SuccessDelegate(PlayFab:...
[ "playfabjenkinsbot@github.com" ]
playfabjenkinsbot@github.com
c8b03612e9d96c1a0f3d316aa5824f06cafcc987
10ecd7454a082e341eb60817341efa91d0c7fd0b
/SDK/BP_ItemPreview_classes.h
6b4f6b430b883b0a737deb0889c9a25ba0ffdcf8
[]
no_license
Blackstate/Sot-SDK
1dba56354524572894f09ed27d653ae5f367d95b
cd73724ce9b46e3eb5b075c468427aa5040daf45
refs/heads/main
2023-04-10T07:26:10.255489
2021-04-23T01:39:08
2021-04-23T01:39:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,379
h
#pragma once // Name: SoT, Version: 2.1.0.1 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //------------------------------------------------------------...
[ "ploszjanos9844@gmail.com" ]
ploszjanos9844@gmail.com
10e9a38aa4682041e276ba6c681655fc2010abd4
9c07393dd0f022c40ab63ea9f0c4771ed79bc99d
/vol1/ch14/15.cpp
ca150ebfae56487445cab7725d0f7558fa6781c6
[]
no_license
smart--petea/ThinkingC-_solutions
281d644259a13275414926f47da059e7f5166c18
e66d847576fcf6efd7bc9fceb2008c5e75564be9
refs/heads/master
2016-09-11T07:20:04.866805
2015-02-14T18:14:04
2015-02-14T18:14:04
28,570,888
0
0
null
null
null
null
UTF-8
C++
false
false
666
cpp
/* * Create a class with two static member functions. Inherit * from this class and redefine one of the member functions. * Show that the other is hidden in the derived class. */ #include <iostream> using namespace std; class A { public: static void foo1() { cout << "A::foo1" << en...
[ "smart__petea@mail.ru" ]
smart__petea@mail.ru
f23adc371d9664bb3299fb9bb2ed90b2b561dda8
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/13_5712_8.cpp
e08b4613142ea239606155521b9d48ea8c5e180c
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
991
cpp
/* * bFirst.cpp * * Created on: 04-May-2013 * Author: rspr */ #include<stdio.h> #include<algorithm> #include<vector> #include<set> #include<map> #include<stack> #include<queue> #include<string.h> using namespace std; char text[102]; char vowels[]={'a','e','i','o','u'}; char consonants[]={'b','c','d','f','g'...
[ "nikola.mrzljak@fer.hr" ]
nikola.mrzljak@fer.hr
851d1d9c99eebd4ef8b3379d0bb94d76fcffa2b7
ae4bd8933ce61df05d7838f18d04959a13ae8e54
/tools/baulk/commands.sha256sum.cc
9f7b6e44bccbae5e0e5e29b457d02cd4debdc47e
[ "MIT" ]
permissive
521hellogithub/baulk
2319d41fecec434ec7f76f13c021f2941672647b
53c49e2682924fc9ddc409c39999c2c7ab5143c2
refs/heads/master
2023-07-08T14:45:45.562529
2021-08-09T14:47:23
2021-08-09T14:47:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
785
cc
// #include <bela/terminal.hpp> #include "commands.hpp" #include "hash.hpp" #include "fs.hpp" namespace baulk::commands { void usage_sha256sum() { bela::FPrintF(stderr, LR"(Usage: baulk sha256sum [file] ... Print SHA256 (256-bit) checksums. Example: baulk sha256sum baulk.zip )"); } int cmd_sha256sum(const argv_t...
[ "charlieio@outlook.com" ]
charlieio@outlook.com
4128fa2fdc4e77c0cf49fc4b85b5dee2ddc14cde
03b5b626962b6c62fc3215154b44bbc663a44cf6
/src/keywords/sizeof.h
b66201dadf369ecb8b9d6f172a9a086b6c0f2b52
[]
no_license
haochenprophet/iwant
8b1f9df8ee428148549253ce1c5d821ece0a4b4c
1c9bd95280216ee8cd7892a10a7355f03d77d340
refs/heads/master
2023-06-09T11:10:27.232304
2023-05-31T02:41:18
2023-05-31T02:41:18
67,756,957
17
5
null
2018-08-11T16:37:37
2016-09-09T02:08:46
C++
UTF-8
C++
false
false
208
h
#ifndef SIZEOF_H #define SIZEOF_H #include "../object.h" namespace n_sizeof { class Csizeof :public Object { public: Csizeof(); int my_init(void *p=nullptr); }; } using namespace n_sizeof; #endif
[ "hao__chen@sina.com" ]
hao__chen@sina.com
213964febbd108c111b683b3b37895fad89fcb9d
6e932e6675b7b16159e9278d6965332f5b58d1ee
/learning3/src/Overlay.h
5028db764721f152a4cc89e4486174c84756304c
[]
no_license
gwio/tilde2
b8ecf225cdc28db854c300625aca67c7ec28b61d
7afb569f2b3d67b0282f842e3bc48262cbb6913e
refs/heads/master
2022-07-05T01:41:03.144663
2020-05-22T10:47:39
2020-05-22T10:47:39
265,526,976
0
0
null
2020-05-20T10:14:11
2020-05-20T10:14:11
null
UTF-8
C++
false
false
369
h
#ifndef _OVERLAY #define _OVERLAY #include "ofMain.h" #include "ofxGui.h" #pragma once class Overlay { public: void setup(); void update(); void draw(); bool display; // ##### GUI Setup ofParameterGroup params; ofParameter<int> fps; ofParameter<int> bgColor; ofParameter<int> opacity; ofParameter<bool> f...
[ "kaspar.ravel@gmail.com" ]
kaspar.ravel@gmail.com