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
642dc059194c03822ffcc2ba9db94751428d77e4
0108763202f4a75ab70b6cabfee551f22b65b9ab
/GSM/Card.h
05f9d8ae68fe75ab48a0914e95a85398ecb2fa31
[]
no_license
gra3/SDPTest
1ab808b51596d94e0b9b0b127cd0684d647ef068
75321fcef07d2c248df74d1cc2a873498ffb2f77
refs/heads/master
2021-05-31T12:11:35.974883
2016-04-21T20:23:01
2016-04-21T20:23:01
50,212,253
0
0
null
2016-01-23T00:22:13
2016-01-22T22:46:38
C++
UTF-8
C++
false
false
1,401
h
#pragma once #include <stdio.h> #include <iostream> #include <string> using namespace std; class Card { public: int suit, rank; Card(void) { suit = -1; rank = -1; } Card(int rankIn, int suitIn) { rank = rankIn; suit = suitIn; } ~Card(void) { } void set(int rankIn, int suitIn) { rank = rankI...
[ "gra3@zips.uakron.edu" ]
gra3@zips.uakron.edu
9d8faffb728479c8bad014a7edef0e17c3bc9baf
d063ee27407f2fb7dfd653b38db79a99c7945adc
/hardcoded_views/vertical_slider_view.h
f723f8fcbd51d0c0ca68a25b91c4bbcfc1ebf4db
[]
no_license
jjzhang166/SWAG
fe1f0ad8a6318cee067336f93d0bc604cd8b1b03
aeb29c108ae2eb7f6db427373416fe16bd71c189
refs/heads/master
2021-01-02T08:13:37.975440
2013-06-11T16:55:41
2013-06-11T16:55:41
98,967,481
0
0
null
null
null
null
UTF-8
C++
false
false
216
h
#include <widget_view.h> struct ALLEGRO_FONT; class Vertical_slider_view: public Widget_view { public: virtual Vector2 Request_size(const Widget& widget) const; virtual void Render(const Widget& widget) const; };
[ "trezker@gmail.com" ]
trezker@gmail.com
b7c681189ef7ac00481f102814a908d1a53b26ca
249630ace4f18594e43ac8179db3b8d30021370a
/aws-cpp-sdk-ec2/source/model/ReportInstanceReasonCodes.cpp
2c92b50838eb22e94587540452829c8bae979095
[ "JSON", "MIT", "Apache-2.0" ]
permissive
FlyingSquid/aws-sdk-cpp
5e5f2040867b1e1998fa8b06b837b3b19f550469
3fe46f05d1c58fc946045d3b860a79c88d76ceb1
refs/heads/master
2021-01-10T17:19:36.927018
2016-02-27T01:30:38
2016-02-27T01:30:38
52,852,300
0
0
null
null
null
null
UTF-8
C++
false
false
5,018
cpp
/* * Copyright 2010-2016 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" file...
[ "henso@amazon.com" ]
henso@amazon.com
9a69d939f43cf5eb17ad318a21e0c73cef763b43
dd2f2ed45672e8ab361d44015a8affa682182914
/example2.cpp
415c9edc68dc86f0d0bc3f295bbe5ca8ff3b8e9a
[]
no_license
aadebuger/tapp
1112bd54ff031f79ab09ba4583c8897c74a62743
5027bc36e8d5a7ffbc7c75bfe7f57a85191d79ef
refs/heads/master
2021-01-22T20:35:37.795953
2017-03-20T14:16:58
2017-03-20T14:16:58
85,335,218
0
0
null
2017-03-17T16:57:13
2017-03-17T16:57:13
null
UTF-8
C++
false
false
1,891
cpp
/* * TA++ Copyright (c) 2008-2009, Wei Dong wdong.pku@gmail.com * All rights reserved. * * FOR PERSONAL AND NON-COMMERCIAL USE ONLY. REDISTRIBUTION IS NOT PERMITTED. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMIT...
[ "wdong@wdong.org" ]
wdong@wdong.org
460ca3bfe97bdcb05417efdffab435d0993f3e07
e2c3ad5709359f13f9d93378fadbc0f0116d595f
/GTT/InputMovement.h
0c739675307663d8419c3d1ade8717ded781fe02
[]
no_license
dagil02/TaxiRevengeDLC
b2bb7ea69bf146ec5f4251ed80ab02acd43e2e9a
b785dd652c435b7495e9aaed2b4a3d1bc4900af7
refs/heads/master
2020-06-02T01:01:49.305137
2019-07-01T17:06:11
2019-07-01T17:06:11
190,985,412
0
0
null
null
null
null
UTF-8
C++
false
false
701
h
#pragma once #include "Vehicle.h" class InputMovement : public ControlType { public: InputMovement(KeysScheme k, Vehicle* v); virtual ~InputMovement(); virtual void handleInput(GameObject* o, Uint32 deltaTime, const SDL_Event& event); virtual void update(GameObject* o, Uint32 deltaTime); private: KeysScheme k_;...
[ "dagil02@ucm.es" ]
dagil02@ucm.es
a696a294023dcd7740d44388f2b98f02c4c9c50f
241b935d22ef26b5c30e0d0457918528d8914ece
/src/governance-object.h
6e3a44c886f25ee0d2d00a7dfccaa5f6e929e3e3
[ "MIT" ]
permissive
minblock/compute
6cc96778fd69d5fdb08020cb995b56b4b0536b2d
daaff2edac93fb8754d6c015788162bcbe73aea5
refs/heads/master
2022-08-28T11:21:37.489509
2022-08-19T00:21:10
2022-08-19T00:21:10
163,465,881
1
0
MIT
2019-02-27T01:44:18
2018-12-29T02:00:57
C++
UTF-8
C++
false
false
10,050
h
// Copyright (c) 2018-2019 The ComputeCore developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef GOVERNANCE_OBJECT_H #define GOVERNANCE_OBJECT_H #include "cachemultimap.h" #include "governance-exceptions.h" #in...
[ "38344452+minblock@users.noreply.github.com" ]
38344452+minblock@users.noreply.github.com
8936fa1931b20a6c8945c4b41225c2f74d287b89
58fd3255d72e61dbc18db2ef7e756b5b0e00bde8
/APP_MPI/optimal_fence_mpi.cpp
954f79928c265988001f7e5231210e51faa070da
[]
no_license
meusburgger/Optimal-Fence
6ea3c0fe6d2af51c9d3d791e49c16f3aa0a7bfe7
ec70b6700ac884a18135f817badc1e38cdf46748
refs/heads/master
2020-03-19T08:38:05.230120
2018-06-05T19:09:08
2018-06-05T19:09:08
136,222,531
0
0
null
null
null
null
UTF-8
C++
false
false
16,055
cpp
#include <stdlib.h> #include <stdio.h> #include <math.h> #include <time.h> #include "convexhull.h" #include "mpi.h" #include <assert.h> #include <string.h> #include <sys/time.h> #define MASTER_TO_SLAVE_TAG 1 //tag for messages sent from master to slaves #define SLAVE_TO_MASTER_TAG 4 //tag for messages sent from slave...
[ "maicolmeusburger@gmail.com" ]
maicolmeusburger@gmail.com
def5b2266c77f0fc16b04f1a269d3ada93482fe1
568dacff28f38f4ce8dd3d11ab256ee2409b4a2e
/common/socketdata.h
8d9ad4cbf1645e37f49e04964bd06a18c2bf6a87
[ "LicenseRef-scancode-openssl", "MIT", "BSD-3-Clause" ]
permissive
tripzero/hdcp
f1092467d6f86a404b636b1c01aee8c1da19cbeb
1f77c2019bfc499bc5f9cfd387eafddd148f2e6c
refs/heads/master
2020-04-04T05:19:40.994509
2018-11-01T16:14:49
2018-11-01T16:19:48
155,741,861
0
0
NOASSERTION
2018-11-01T16:13:32
2018-11-01T16:13:32
null
UTF-8
C++
false
false
2,873
h
/* * Copyright (c) 2009-2018, Intel Corporation * * 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, merge, p...
[ "shqiang.yu@intel.com" ]
shqiang.yu@intel.com
ca0921764ab69c617801f09ad87a1584fa9d58d8
01370e1d6d628834d00d74d6c27556ff39320410
/VirtualBox-5.0.12-Thinputer/src/VBox/Runtime/common/string/strcache.cpp
c3317c4b4316e2c0e101f4a146fb7b35fe5b15ca
[]
no_license
stonezk/Thinputer3D_ReadBack
13ca19c0cfc05af88082321dfc524240961dca7f
09418b420e82bb7eb6ce76e066145fcf240aaec9
refs/heads/master
2021-07-14T05:31:01.057984
2017-10-13T01:26:15
2017-10-13T01:26:15
104,833,018
2
0
null
null
null
null
UTF-8
C++
false
false
42,826
cpp
/* $Id: strcache.cpp $ */ /** @file * IPRT - String Cache. */ /* * Copyright (C) 2009-2015 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the terms of th...
[ "zhengke_stone@foxmail.com" ]
zhengke_stone@foxmail.com
0daf66cf82e01f6bcedba92160556ef925405bab
9e1fb975b05b97e7baab21c7224e8c7dd5a33d33
/src/utilities/ringbuffer.cpp
d67197b4781ebfff22383dba1574910b5acf0c48
[]
no_license
cowo78/canviausb
142c8ba4e0b212b1011743642369d30e86f1e7b9
0cc0556e323150258ff690e39698306ae2b6675e
refs/heads/master
2021-01-24T20:58:20.029493
2016-04-08T07:31:21
2016-04-08T07:31:21
55,758,345
0
0
null
2016-04-08T07:11:44
2016-04-08T07:11:43
C++
UTF-8
C++
false
false
2,419
cpp
/* * Copyright 2015 Laurent Schall (schall_l@yahoo.fr) * * This file is part of CANviaUSB. * * CANviaUSB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
[ "laurentschall@Mac-mini.fritz.box" ]
laurentschall@Mac-mini.fritz.box
06dce9affd230234a2f4ab0760680a7bbef4a937
a24eb87a3f8b5a6313f8cda021df123f499318b6
/AI_Engine_Development/Design_Tutorials/08-n-body-simulator/x1_design/aie/src/nbody.cc
a934d141755ebe39ac579dc40a2b436f6f4f266a
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
tcxxxx/Vitis-Tutorials
f9889d9ac9b6ff5f345dfe81583ebe82510fe86f
db37ebd331bda518f57cd79f7444ea3fedd6b8e3
refs/heads/2022.2
2023-01-19T07:31:48.838416
2022-12-19T03:46:10
2022-12-19T03:46:10
315,134,936
0
0
NOASSERTION
2020-11-22T21:27:05
2020-11-22T21:23:47
null
UTF-8
C++
false
false
9,547
cc
/* (c) Copyright 2021 Xilinx, 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 ...
[ "do-not-reply@gitenterprise.xilinx.com" ]
do-not-reply@gitenterprise.xilinx.com
cfba7f10518efa3bbadbb52ec76861d8d40783f7
6dc4a4bf3868f9dc4fdfffa274706f639d2020f5
/644.cpp
32c3a37fea76128a2640225c0850b5415f2a8f61
[ "MIT" ]
permissive
00mjk/UVa-Online-Judge
0481d2a86480177330eb672979c35c6f9ce057d7
c267f069f9690daad2b438bc32e72c148b9e100e
refs/heads/master
2022-12-31T12:48:16.082901
2020-10-28T01:58:43
2020-10-28T01:58:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,219
cpp
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <queue> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <cstdio> #include <cmath> #include <cst...
[ "siteshshrivastava@gmail.com" ]
siteshshrivastava@gmail.com
e075447f9062b7d98f478d058c3d6eb5f5736f84
6e665dcd74541d40647ebb64e30aa60bc71e610c
/800/VPBX_Support/include/util/Data.hxx
e37dcb87437a53c7f02605500202e8f19fc8f275
[]
no_license
jacklee032016/pbx
b27871251a6d49285eaade2d0a9ec02032c3ec62
554149c134e50db8ea27de6a092934a51e156eb6
refs/heads/master
2020-03-24T21:52:18.653518
2018-08-04T20:01:15
2018-08-04T20:01:15
143,054,776
0
0
null
null
null
null
UTF-8
C++
false
false
153
hxx
#ifndef DATA_HXX_ #define DATA_HXX_ /* * $Id: Data.hxx,v 1.1.1.1 2006/11/30 16:27:09 lizhijie Exp $ */ #include "global.h" #include "Data2.hxx" #endif
[ "jacklee032016@gmail.com" ]
jacklee032016@gmail.com
e944a276ef367027771d934ffd027bc66312db00
2ae0b8d95d439ccfd55ea7933ad4a2994ad0f6c5
/src/core/include/openvino/op/nv12_to_rgb.hpp
de4d06a5bf1a397bdc004d6f2293336184fcde86
[ "Apache-2.0" ]
permissive
openvinotoolkit/openvino
38ea745a247887a4e14580dbc9fc68005e2149f9
e4bed7a31c9f00d8afbfcabee3f64f55496ae56a
refs/heads/master
2023-08-18T03:47:44.572979
2023-08-17T21:24:59
2023-08-17T21:24:59
153,097,643
3,953
1,492
Apache-2.0
2023-09-14T21:42:24
2018-10-15T10:54:40
C++
UTF-8
C++
false
false
3,127
hpp
// Copyright (C) 2018-2023 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include "openvino/op/util/convert_color_nv12_base.hpp" namespace ov { namespace op { namespace v8 { /// \brief Color conversion operation from NV12 to RGB format. /// Input: /// - Input NV12 image can be re...
[ "noreply@github.com" ]
noreply@github.com
e483f21189fc6ce315bf839c27b9a35478c1d546
dfd2d48903c41574d2fab2adf6437665f657d0f8
/algorithms/Graph/stronglyConnectedCompo.cpp
fdf06baac07aae7992bf7aff4f91d21f93fe504e
[]
no_license
arnabs542/cpp-algorithms
d5d8ed85312da5db71f75f3a6832837ef8ead727
602dc20bf147d709952545ff9de77a186dae6733
refs/heads/master
2023-05-24T07:09:03.040165
2021-06-10T09:14:06
2021-06-10T09:14:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,052
cpp
#include <bits/stdc++.h> using namespace std; #define ll long long #define endl '\n' #define sz(v) (int)v.size() #define all(v) v.begin(), v.end() void dbg_out() { cerr << "\b\b]\n"; } template<typename Head, typename... Tail> void dbg_out(Head H, Tail... T){ cerr << H << ", "; dbg_out(T...);} #define watch(...) cerr ...
[ "naithanipkpiyush@gmail.com" ]
naithanipkpiyush@gmail.com
347bd7e3f59085ad1f4d41e32355cb60844cdc00
6db8ebd5b071a349de6a15c1e6fc1e27a0987cd1
/Drivers/libuavcan/uavcan/navigation/GlobalNavigationSolution.hpp
2835967b598d550743550fbf254fa4ef94bf1fe0
[]
no_license
RuslanUrya/nucleo_power_uavcan
163ea518aaf25d68adb310ac51c51668c2ffa985
ee34900a4b8f83bf3a0855fa0c58a47de9df17af
refs/heads/master
2022-12-24T18:52:38.874759
2020-10-06T08:56:11
2020-10-06T08:56:11
283,022,531
0
0
null
null
null
null
UTF-8
C++
false
false
23,250
hpp
/* * UAVCAN data structure definition for libuavcan. * * Autogenerated, do not edit. * * Source file: /home/acyc/src/libuavcan/dsdl/uavcan/navigation/2000.GlobalNavigationSolution.uavcan */ #ifndef UAVCAN_NAVIGATION_GLOBALNAVIGATIONSOLUTION_HPP_INCLUDED #define UAVCAN_NAVIGATION_GLOBALNAVIGATIONSOLUTION_HPP_INCL...
[ "ruslikc@gmail.om" ]
ruslikc@gmail.om
a776cc18656a0d2be11d39746215d586b5962cd6
68faae88799da37e96c29b3c981736be51e1564a
/2.Firmware/MiniRover/Camera.h
547bdeb59858d66b299e69177ba3ba01cf371b79
[]
no_license
PP-ZhangYi/MiniRover-Hardware
1d3d83ac6cc2db70558a0fc13f3f9ec2645d45a7
bd1dba69a321c70f980c0038c96d0a0ed4c6459c
refs/heads/master
2022-12-09T05:51:38.187097
2020-09-04T09:53:31
2020-09-04T09:53:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,044
h
#ifndef CAMERA_H #define CAMERA_H #include <Arduino.h> #include "Pins.h" #include "esp_camera.h" #include "esp_http_server.h" #include "esp_timer.h" #include "img_converters.h" #include "index_page.h" #include "fb_gfx.h" #include "dl_lib_matrix3d.h" class Camera { public: Camera(); ~Camera(); void initialize(); ...
[ "593245898@qq.com" ]
593245898@qq.com
ace309f944cf046d234d0f5ea883ef0b96dd6935
1d763c65b5ab8b567d816be9cdba4098b749fd19
/plugins/MsInfoPlugin/MsInfoCategoryModel.cpp
06348e1cfd48030efda1411e77b85efda33d6801
[]
no_license
sckomoroh/InfoView
af01a35632616a0e3a5a166c7e3d906fa191a9d1
b1370b660821c1569c3c19c1d39eb18f5d3667bb
refs/heads/develop
2020-05-17T07:56:42.781228
2015-09-07T15:48:17
2015-09-07T15:48:17
40,727,340
2
0
null
2015-09-07T15:48:18
2015-08-14T17:23:28
C++
UTF-8
C++
false
false
2,736
cpp
#include "MsInfoCategoryModel.h" MsInfoCategoryModel::MsInfoCategoryModel(QObject *parent) : QAbstractItemModel(parent) , rootCategory(NULL) { } MsInfoCategoryModel::~MsInfoCategoryModel() { } void MsInfoCategoryModel::setRootCategory(const MsInfoCategory* rootCategory) { beginResetModel(); this...
[ "egor.zvigunov@softheme.com" ]
egor.zvigunov@softheme.com
b4d3568ad87d8b9bd0b851aae4b2b60fc0c29378
a40b1aa26e7828979ed54292e891c172a7a48df3
/src/libnpepipe/request/call.cpp
7eb37f0a86cd9cbb5e2f04064d926f8ca9dc5c0e
[ "BSD-2-Clause" ]
permissive
nnoell/npe
57a1a773c50abc7bff1fd1880de8c96a258cef3e
a228dfe5f6de51cc849f2a7aaad88e8d9d5bf2eb
refs/heads/master
2020-03-31T13:19:15.430952
2018-10-09T12:59:10
2018-10-09T12:59:10
152,250,706
1
0
null
null
null
null
UTF-8
C++
false
false
1,580
cpp
// NPE PIPE public #include <npe/pipe/request/call.hpp> #include <npe/pipe/hash.hpp> namespace npe { namespace pipe { namespace request { buffer::Ptr CreateCall(Id object_id, const std::string& method_name, const void *args, std::size_t args_size, bool sync) { const DWORD total_size = 2 + sizeof(Id) + size...
[ "nnoell3@gmail.com" ]
nnoell3@gmail.com
9a7bf6ea3932456c3fce341d980694759f98fd9f
0132ed42cdcf15cbb9c9ac45011e8fff1915642f
/refrigitz 12/syzygy/tbcore.cpp
37842229ee7792b91323aa5cd3bc8f96aa6966ca
[]
no_license
tetrashop/Refrigitz
50e79f17148f3ffcf853685f20d92ec2606489d8
92c228bd686c3f6015b539584c6f1cf82b29825b
refs/heads/Othermaster
2022-11-11T00:48:36.129583
2022-11-06T08:18:31
2022-11-06T08:18:31
200,526,050
15
1
null
2022-06-24T06:55:18
2019-08-04T18:09:11
C#
UTF-8
C++
false
false
35,823
cpp
/* Copyright (c) 2011-2013 Ronald de Man This file may be redistributed and/or modified without restrictions. tbcore.c contains engine-independent routines of the tablebase probing code. This file should not need too much adaptation to add tablebase probing to a particular engine, provided the engine is writ...
[ "ScienceLover@SCIENCELOVER-PC" ]
ScienceLover@SCIENCELOVER-PC
ba0664b65c55d86ecce17bdb2e31451cb3435613
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir521/dir522/dir572/dir841/dir842/file845.cpp
82bdd6b29268cb059aa4c3f56d60d45cc3092b90
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
107
cpp
#ifndef file845 #error "macro file845 must be defined" #endif static const char* file845String = "file845";
[ "tgeng@google.com" ]
tgeng@google.com
80bdf4e6c2348cf20f66bb2e909230aeb498f14d
987fa85ca5b7db9806e698f6947714de6be9f7a6
/CPP/SDL/lazyfoo/03/eventDriven.cpp
ec8bfc03c5d7aad1b146bad19af0d4fd3bda617e
[]
no_license
mynameisjohn/code
89a711c554766a354f7268d714ddbda183e9dd6c
14f0fd704e13939e71d2bdd17862573eff32ef9d
refs/heads/master
2021-01-15T12:19:10.912281
2014-09-02T23:10:55
2014-09-02T23:10:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,525
cpp
#include <SDL2/SDL.h> #include <iostream> #define IMG "hello_world.bmp" #define SCREEN_WIDTH 640 #define SCREEN_HEIGHT 480 SDL_Window * gWindow=NULL; SDL_Surface* gScreenSurface=NULL; SDL_Surface* gHelloWorld=NULL; using namespace std; bool init(){ bool success=true; if (SDL_Init(SDL_INIT_VIDEO)<0){ co...
[ "mynameisjohnj@gmail.com" ]
mynameisjohnj@gmail.com
5d7847fe72698e5a9b2a8ae3a2007a2cbb9ab968
50487ee1d630ff1834564c0bdd56cad5b82a9c21
/src/hardware/atmega32/cpu/cpu.h
3c5c475008b370204c259e7b381d88bbfa225a90
[]
no_license
labdiy/imaxb6_nuvoton
7a3bfaddc06f54273c0d3c43f14a8c898e15af7e
12ded992e38c084713b6e56d3da4fb6a0def49ea
refs/heads/main
2023-03-15T15:20:04.632578
2021-01-07T08:36:28
2021-01-07T08:36:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
965
h
/* cheali-charger - open source firmware for a variety of LiPo chargers Copyright (C) 2014 Paweł Stawicki. All right reserved. 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...
[ "pampyras@gmail.com" ]
pampyras@gmail.com
15c63904f7108e78ca2cb47e87017a4edd1892a0
2eae3ba5d282ca65c0bbaf6a3f9edc9434a4fcef
/Session 1/Vectors/Module.h
84146269b215028175979ebb79c726ded10a082b
[]
no_license
GHendrikx/CPP_Hendrikx_Geoffrey_3028316
03d1c755b68acea148a06c48a1611d51c3314f49
0ca46802fab1af43d9334a415a0db955ea753f75
refs/heads/master
2020-07-30T17:19:55.652535
2019-10-13T09:10:14
2019-10-13T09:10:14
210,301,479
0
0
null
null
null
null
UTF-8
C++
false
false
371
h
#include <iostream> #include "Student.h" #include "Docent.h" #include <vector> #pragma once class Module { public: Module(std::string moduleName,Docent docent, int ECS); void changeECS(); void joinModule(Student student); void printModuleInfo(); void removeStudent(); int ECS; private: std::vector<Student> stud...
[ "geoffreyhendrikx@hotmail.com" ]
geoffreyhendrikx@hotmail.com
c6897395ba85281435321ea4f36a7db92e3a60f2
7f72c463d8747c05cf964e0ea4f896890b4a8b6c
/out/Release/obj/gen/deps/v8/src/builtins/proxy-get-property-tq-csa.cc
0b8a6dd5807a1ba3b3240c0d0b6a10502704674c
[ "CC0-1.0", "LicenseRef-scancode-openssl", "NTP", "BSD-3-Clause", "Artistic-2.0", "Zlib", "ICU", "NAIST-2003", "LicenseRef-scancode-unicode", "ISC", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "MIT", "LicenseRef-sca...
permissive
sdizdarevic/node-v14.15.4
5dc95efdd2dc83aa577930c0792755d2e25da238
ab3716c46ad34da8680ca48c2498e71d77838dfd
refs/heads/master
2023-03-09T00:46:54.316036
2021-02-21T10:19:33
2021-02-21T10:19:33
340,862,598
0
0
null
null
null
null
UTF-8
C++
false
false
18,795
cc
#include "src/builtins/builtins-array-gen.h" #include "src/builtins/builtins-bigint-gen.h" #include "src/builtins/builtins-collections-gen.h" #include "src/builtins/builtins-constructor-gen.h" #include "src/builtins/builtins-data-view-gen.h" #include "src/builtins/builtins-iterator-gen.h" #include "src/builtins/builtin...
[ "saudin.dizdarevic@gmail.com" ]
saudin.dizdarevic@gmail.com
a9d2aa09261920de5090fc2cc16dd7f07511ffdc
db3b085d00c89ed16bd9e78e132c4558848e6866
/CodeForce/E114/B.cpp
340938e581f2b6d9e5db748b63d2aa09d5f45ad2
[]
no_license
zkxshg/Test_of_LeetCode
23e4bcd814499c26940659614607f0782c764b09
8a3c2d43ed0b5815c5fb2d2bb4d59e586aae9dba
refs/heads/master
2023-08-22T16:08:04.801856
2023-08-09T22:43:56
2023-08-09T22:43:56
230,379,638
1
0
null
null
null
null
UTF-8
C++
false
false
695
cpp
#include <iostream> #include <cstdlib> #include <ctime> #include <algorithm> #include <fstream> #include <sstream> #include <vector> #include <string> #include <cmath> #include <climits> #include <map> #include<unordered_map> #include <utility> using namespace std; #define MaxValue 9999999 #define ll long long int ...
[ "zkxshg@126.com" ]
zkxshg@126.com
800c75af9150ab7d14d3e41c675c61568afd40c1
af097999eb5d5d0f7838d783049b8a5715f84e06
/twoStringsPermutation.cpp
3a09d0693b03bcf1a449a1ba9b4458bf722c1b4e
[]
no_license
tuancaraballo/Summer2016CodingFun
8dfd4aa4f8fa3e2817799c6055712ac40d57f20e
1812f077d23305da3cafc5624cf384bdd6efaf41
refs/heads/master
2021-01-22T17:33:47.943143
2017-07-11T05:53:22
2017-07-11T05:53:22
63,389,868
0
0
null
2017-07-11T05:53:22
2016-07-15T03:49:00
C++
UTF-8
C++
false
false
2,102
cpp
/* package whatever; // don't place package name! */ import java.io.*; import java.util.*; import java.lang.Boolean; /* QUESTION 1.3: Given two strings, write a method to decide if one is a permutation of the other Approach: I used two maps to store their characters and their counts and then compared the maps Ano...
[ "tranc2606@gmail.com" ]
tranc2606@gmail.com
1b954ffc09d48987751eb3367e963eba9f7ace39
bdef965899820bd54cee41a707314f515ae00118
/c/s7.h
522b059ff0b35853e4725bac9988e0ba0f1843b3
[]
no_license
summerfang/study
59cecc4b2cc4d567c4856499134085d0ab0c8d88
7dd476abb7bb256e95e64011837a540c6f76503a
refs/heads/master
2023-08-10T00:57:41.748513
2023-07-27T00:01:41
2023-07-27T00:01:41
204,843,219
0
1
null
2023-07-26T02:13:39
2019-08-28T03:48:20
Jupyter Notebook
UTF-8
C++
false
false
6,044
h
#include "WebSocketProtocol.h" #include <iostream> #include <sstream> #include <string.h> #include <arpa/inet.h> #include "sha1.h" #include "base64.h" const char * MAGIC_KEY = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"; CWebSocketProtocol::CGrabo CWebSocketProtocol::m_grabo; CWebSocketProtocol * CWebSocketProtocol::m_ins...
[ "summerfang@gmail.com" ]
summerfang@gmail.com
02438150a127ff23b1b4ddd658cbc973016a7230
f359d190dd0fa43dc21772a0faccec89013e0e99
/export/windows/obj/src/flixel/input/gamepad/id/OUYAID.cpp
2124f391baca1b3de9ce5163ae1ea0f8998a569f
[]
no_license
pedrohpe/terminal
0da838959f09c50550e629fa8c592dc364b1fa1f
49fdf9fd10a075ae083e9b31850788fbb814fea5
refs/heads/master
2020-03-25T09:18:50.578453
2018-08-05T21:42:33
2018-08-05T21:42:33
143,659,093
0
0
null
null
null
null
UTF-8
C++
false
true
15,871
cpp
// Generated by Haxe 3.4.4 #include <hxcpp.h> #ifndef INCLUDED_flixel_input_gamepad_FlxGamepadAnalogStick #include <flixel/input/gamepad/FlxGamepadAnalogStick.h> #endif #ifndef INCLUDED_flixel_input_gamepad_id_OUYAID #include <flixel/input/gamepad/id/OUYAID.h> #endif HX_LOCAL_STACK_FRAME(_hx_pos_350a610213d94b8b_10_b...
[ "pedroh.egler@hotmail.com" ]
pedroh.egler@hotmail.com
3f2c4212cfd56656a09b38260a76af96117b4af3
397a2481df8dbf40595089b9297ef6e772c00f94
/Server_Cooling_System/Server_cooling_system/Server_cooling_system.ino
c625ab7eba328af93a17930c596bb02c98af0f70
[]
no_license
alekseykonoiko/Arduino_Projects
9f95231cf94f38b824ebc15c96d557c2f60cb7ec
ce6a1f090ef47c82daad19fd02764e73b2d6be77
refs/heads/master
2020-03-20T18:14:57.074627
2018-08-23T14:48:04
2018-08-23T14:48:04
137,578,649
3
0
null
null
null
null
UTF-8
C++
false
false
1,215
ino
#include <OneWire.h> #include <DallasTemperature.h> float serverTemp = 0; const int pwm = 3; int fanSpeed = 0; // Data wire is plugged into pin 2 on the Arduino #define ONE_WIRE_BUS 2 // Setup a oneWire instance to communicate with any OneWire devices // (not just Maxim/Dallas temperature ICs) OneWire oneWire(ONE...
[ "lesha.konoiko@gmail.com" ]
lesha.konoiko@gmail.com
f50055d4d94fe471eeac04eb66f5e9ce46861cdb
acd6a59112b9bde19528bd70cb7ec5483e3aa262
/Ejemplostipos.cpp
ea0cb89b3877f2aa25a952c4eb91809065841bc8
[]
no_license
tonydaft/Ejemplostipos.cpp
4d048e165e8f9bf268351b56c7e50e543d32846e
f6c7035110a5cf09040b30489ee2e4a70fcd88c5
refs/heads/main
2023-06-20T11:34:51.502247
2021-07-24T16:08:10
2021-07-24T16:08:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
764
cpp
#include <iostream> #include <cassert> using namespace std; int main() { //Dato de Double assert(14.0 + 6.0 == 20.0); assert(1.0 / 3.0 != 5.0); assert(10.0 - 6.0 == 4.0); //Dato de String assert("calculadora" == "calculadora"); assert("cheesecake" == "cheesecake"); assert("facebook" == "faceboo...
[ "noreply@github.com" ]
noreply@github.com
ccd02daab07019b00728ae707706847193cce742
29cbde8a0b1b3c4e360afbdd0db8c4732e06dc6f
/Day 5/Intersection point of 2 linked list/solution.cpp
08db81e2e2c7d257f3bb337ccfaa8c6b5bb4cd98
[]
no_license
Sachindebug/100DaysOfCode
0267a8be04a753111a866f9b26bb1a9380e43bc1
e22b82d0fab14a147f69d89085b317198f3329f1
refs/heads/main
2023-06-27T14:57:33.267415
2021-06-30T05:20:48
2021-06-30T05:20:48
373,736,609
1
0
null
null
null
null
UTF-8
C++
false
false
831
cpp
ListNode *getIntersectionNode(ListNode *headA, ListNode *headB) { ListNode *p1 = headA; ListNode *p2 = headB; if (p1 == NULL || p2 == NULL) return NULL; while (p1 != NULL && p2 != NULL && p1 != p2) { p1 = p1->next; p2 = p2->next; // // Any time they collide...
[ "noreply@github.com" ]
noreply@github.com
a96476c345420e047f79df33e851336a9b45d1cc
3ff1fe3888e34cd3576d91319bf0f08ca955940f
/tcss/src/v20201101/model/ReverseShellWhiteListBaseInfo.cpp
9f1e2be84e9a158bfeefb273cac0cefbb7485575
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp
9f5df8220eaaf72f7eaee07b2ede94f89313651f
42a76b812b81d1b52ec6a217fafc8faa135e06ca
refs/heads/master
2023-08-30T03:22:45.269556
2023-08-30T00:45:39
2023-08-30T00:45:39
188,991,963
55
37
Apache-2.0
2023-08-17T03:13:20
2019-05-28T08:56:08
C++
UTF-8
C++
false
false
10,731
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
d540f9e2bd15501d6a37a05ddd94b94789f39481
24bc4990e9d0bef6a42a6f86dc783785b10dbd42
/chrome/browser/thumbnail/cc/thumbnail_cache_unittest.cc
be73747681cc35a43fa504338f2427e3fc3e7e1f
[ "BSD-3-Clause" ]
permissive
nwjs/chromium.src
7736ce86a9a0b810449a3b80a4af15de9ef9115d
454f26d09b2f6204c096b47f778705eab1e3ba46
refs/heads/nw75
2023-08-31T08:01:39.796085
2023-04-19T17:25:53
2023-04-19T17:25:53
50,512,158
161
201
BSD-3-Clause
2023-05-08T03:19:09
2016-01-27T14:17:03
null
UTF-8
C++
false
false
6,122
cc
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/thumbnail/cc/thumbnail_cache.h" #include "base/memory/weak_ptr.h" #include "base/test/metrics/histogram_tester.h" #include "base/test/scoped_feature_l...
[ "roger@nwjs.io" ]
roger@nwjs.io
2ed2ecd733f7f45e3f67e7215003dc60675609bf
621e8282a397f5c10fcd0195d414bc6082990677
/socket服务端/SocketAPP.cpp
5aaae3258819f0048f5f1b09e81d18c9ba234e99
[]
no_license
shaozhanyu/C_WeChat-public-number
ac6b94865c30e75db8d6cb7415704421c9c4160f
110570e62d99b926128a7e8ccac8fe8b21121e58
refs/heads/master
2021-06-23T20:23:03.484132
2020-10-28T05:48:37
2020-10-28T05:48:37
131,083,294
0
1
null
null
null
null
GB18030
C++
false
false
17,898
cpp
#pragma once #include "stdafx.h" #include "SocketAPP.h" #include "mcom.h" ////////////////////////////////////////////////////// #define FLAG_THRED_EXIT 0xFFFFFFFF CTestTask *pTaskAPP=new CTestTask(1);//创建任务 /////////////////////////////////////////////////////////// ////////////////////////////////////////////////...
[ "411656434@qq.com" ]
411656434@qq.com
79491ba2cb300d2b34860b4a49f93b3c1e65a194
26a3af56db7f16fc1a4ab85dd54e62d4a8c9e98b
/lab5pro2part2.ino
ebe209791b0091ce8fd4b133e30f20db9edb7e8c
[]
no_license
spencewalde/Temp-Humidity_Sensor_Arduino
dc81e6663286262637dfb481d7dc361b3f7a104d
184b10766f55305569b1fb5bf6db934922c902ab
refs/heads/master
2023-04-08T10:07:51.549784
2021-03-30T02:42:37
2021-03-30T02:42:37
261,230,244
0
0
null
null
null
null
UTF-8
C++
false
false
1,410
ino
#include <SparkFun_Si7021_Breakout_Library.h> #include <LiquidCrystal.h> #include <Wire.h> const int rs = 13, en = 12, d4 = 11, d5 = 10, d6 = 9, d7 = 8; LiquidCrystal lcd(rs, en, d4, d5, d6, d7); float temp = 0; float humidity = 0; float mintemp = 0; float maxtemp = 0; float minhum = 0; float maxhum = 0...
[ "noreply@github.com" ]
noreply@github.com
1eaa66c949fcd6d8d2c304a4ba753109702fd228
03f037d0f6371856ede958f0c9d02771d5402baf
/graphics/VTK-7.0.0/Infovis/Layout/vtkSplineGraphEdges.h
2ce33eee84f74a89ad1e0244ac7c93d02e65cc3b
[ "BSD-3-Clause" ]
permissive
hlzz/dotfiles
b22dc2dc5a9086353ed6dfeee884f7f0a9ddb1eb
0591f71230c919c827ba569099eb3b75897e163e
refs/heads/master
2021-01-10T10:06:31.018179
2016-09-27T08:13:18
2016-09-27T08:13:18
55,040,954
4
0
null
null
null
null
UTF-8
C++
false
false
3,037
h
/*========================================================================= Program: Visualization Toolkit Module: vtkSplineGraphEdges.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. Thi...
[ "shentianweipku@gmail.com" ]
shentianweipku@gmail.com
6993a63e387d28e7e65749c62ec529dfff9bcc8f
e0b605809492e83430a539e6c05c7daec541cf37
/lec-06/testshapes.cpp
819d8719778e593537712f78c4735bf8fa3f372c
[]
no_license
ucsb-cs16-f19/ucsb-cs16-f19-lectures
470b822aecf1c494ed8c33eaa6f06e5672f079ec
17c453815fc0d859207a58f06ff832c9db4edeb1
refs/heads/master
2020-08-08T05:53:36.910767
2020-02-11T17:57:45
2020-02-11T17:57:45
213,743,094
0
0
null
null
null
null
UTF-8
C++
false
false
844
cpp
//testshapes.cpp #include <string> #include <iostream> using namespace std; string drawTriangle(int); void assertEqual(string actual, string expected, string message=""){ if(expected==actual){ cout<<"PASSED: "<<message<<endl; } else{ cout<<"FAILED: "<<message<<" Expected: [\n"<<expected <<"\n]"<<"Actual: [...
[ "dimirza@cs.ucsb.edu" ]
dimirza@cs.ucsb.edu
1b57b7c9131558943acf8431eb3c2d73035ec9f8
4cae422afc5224db8846d9c454a12ef627fd4909
/MyRenderer/IRenderTarget.h
804f4486a8d21fed859d87e15e6e255a58de2d41
[]
no_license
EternalWind/MyRenderer
90adcbd79e68634c225532018e6507f756ac22fa
973e9090470d4992a97ab7c1caf708ec314638fd
refs/heads/master
2016-09-10T01:03:30.824093
2014-06-07T06:06:13
2014-06-07T06:06:13
20,586,847
0
0
null
null
null
null
UTF-8
C++
false
false
335
h
#pragma once #include "ColorRGBA.h" class IRenderTarget { public: virtual void SetPixel(unsigned row, unsigned column, const ColorRGBA& color) = 0; virtual ColorRGBA PixelAt(unsigned row, unsigned column) const = 0; virtual unsigned Width() const = 0; virtual unsigned Height() const = 0; virtual ~IRenderTar...
[ "eternalwind@live.cn" ]
eternalwind@live.cn
e034173c8f8b5f6cedf58bbe723129b7d06121ba
9f520bcbde8a70e14d5870fd9a88c0989a8fcd61
/pitzDaily/811/pa
a071f69f318d375a7dd21e4bd8a3e89921ef5953
[]
no_license
asAmrita/adjoinShapOptimization
6d47c89fb14d090941da706bd7c39004f515cfea
079cbec87529be37f81cca3ea8b28c50b9ceb8c5
refs/heads/master
2020-08-06T21:32:45.429939
2019-10-06T09:58:20
2019-10-06T09:58:20
213,144,901
1
0
null
null
null
null
UTF-8
C++
false
false
104,852
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1806 | ...
[ "as998@snu.edu.in" ]
as998@snu.edu.in
c13e820d9e6c6118f5ac70d85eec42323c66fbda
07a399c8d3a6ff714584869a03ace090e30161e7
/MinimizingCoins.cpp
86174d318dcd694b56b2dadbef922fe008f8a681
[]
no_license
abxinth/CSES-PROBLEMSET
dee9245b8fb7ed8bba9c12ecea68f58a72be076e
a688d5535b1770b21b9d582c40bc3edfa0205789
refs/heads/main
2023-04-19T07:20:26.985781
2021-04-22T05:16:22
2021-04-22T05:16:22
309,242,184
1
0
null
null
null
null
UTF-8
C++
false
false
821
cpp
#include<iostream> #include<vector> using namespace std; #define INF 9999999 vector<long> coins; long val[1000001]; bool is_val[1000001]; bool f = false; long solve(long x){ long result = INF; if(x == 0){ f = true; return 0; } if(x<0){ return INF; } i...
[ "noreply@github.com" ]
noreply@github.com
6ecab7bf9128abc4d11a8f13d1a1a53d35955c0a
26a3639a3c6a7d1b2dcae332d2436e708bc8bbfe
/source/scene/scene_rayColoring.cpp
693fa7f9916d1233fa32e7a4131943e072594322
[]
no_license
necipfazil/raytracer
fc0769b6daca0b2a58605cef6c308c4c57a9eaa8
c76ebc86c0d173157c27837cf559cd074bb6bc2a
refs/heads/master
2020-03-30T10:00:56.239386
2019-11-24T05:33:49
2019-11-24T05:33:49
151,102,066
5
0
null
null
null
null
UTF-8
C++
false
false
10,098
cpp
#include "../config.h" #include "../scene.hpp" #include "../geometry/headers/geometry.hpp" #include "../image/color.hpp" #include "../image/image.hpp" #include "../utility/concurrent_bag.hpp" #include "../utility/pixel_mission_generator.hpp" #include "../utility/random_number_generator.hpp" #include <forward_list> #inc...
[ "fazilyildiran@gmail.com" ]
fazilyildiran@gmail.com
32e2fb5fd7bb88234c92880cfc295dad724818b2
b656dc19dcd1cbd76ef4d88c879e7f6fa2e885e4
/include/lirequest.h
8a4a994c8f087b655c808a25e9764a2d6f789c31
[]
no_license
setrunk/LiCore
53b19b6c82b1129d10679c9b33c87fb276e00b51
b372688732901bbb6fd45dc0b21b99f8be5e935f
refs/heads/master
2020-05-20T01:16:20.121067
2019-11-19T14:02:46
2019-11-19T14:02:46
185,304,772
1
2
null
null
null
null
UTF-8
C++
false
false
1,972
h
#ifndef LIREQUEST_H #define LIREQUEST_H #include "licore_global.h" #include "asyncfuture.h" #include "boundingvolume.h" #include <QNetworkRequest> class LiRequestPrivate; class RequestScheduler; typedef std::function<double(void)> PriorityFunction; class LICORE_EXPORT LiRequest { public: enum RequestState ...
[ "setrunk@163.com" ]
setrunk@163.com
bc64b01061c027c10b264faa41ecb65bf2365fad
c5227c7cfcc6b6b57f2b68edeb80f9761cb60195
/tests/cpp_exception_handling.cpp
88c8f25c719ff9e89a50bfd43edc5f19f561e7db
[]
no_license
msyksphinz-self/myriscvx-tests
306fdaed844f2238c3499805e0eb7ead8bea4a5c
81aec87e3d6c7a6c9cbabc7b388ce15110b70aa0
refs/heads/master
2020-06-16T06:15:41.942801
2019-10-07T13:51:05
2019-10-07T13:51:05
195,499,118
0
0
null
null
null
null
UTF-8
C++
false
false
209
cpp
class Ex1 {}; void throw_exception(int a, int b) { Ex1 ex1; if (a > b) { throw ex1; } } int test_try_catch() { try { throw_exception(2, 1); } catch(...) { return 1; } return 0; }
[ "msyksphinz_dev@gmail.com" ]
msyksphinz_dev@gmail.com
963d8998a0883505ecc575653ca264847c8ef912
1148c88529bcc3809f033f74496b177b2ff1b675
/Algorithms/Insertion Sort/Insertion Sort.cpp
cf4257218c773634ba322dd856d10e2a99ce906f
[]
no_license
gmryu6617/Algorithms
5dc01478bce492de6fdc8c573e4c9c2599cddf43
ef0ed67f78f7e0039b23c6b2ef070acfca5ccf5f
refs/heads/master
2021-01-25T07:01:12.193216
2017-06-19T13:01:49
2017-06-19T13:01:49
93,639,007
0
0
null
null
null
null
UTF-8
C++
false
false
1,157
cpp
#include <iostream> #include <chrono> #include <memory> using namespace std; using namespace chrono; // 3. Insertion Sort // Time Complexity: theta(n ^ 2) // If the input array is sorted, 'Time Complexity' is theta(n). template <typename T> void InsertionSort(T* A, int n) { T newItem; int loc; for (int i = 0; i ...
[ "gmryu6617@outlook.com" ]
gmryu6617@outlook.com
3d34ca1090eaa5578a6868099aab0e7fa1b98595
19e3a102f54f5ffdaad4ce6b7760473cb3dac782
/firewalker_mike.ino
61548a50a0ffa71752fc492fbade47efbab5f910
[]
no_license
mphun/custom_firewalkers
fb7fd49704d60c6728a559987286f762fbe437e5
b4f0e0eeed23246d0c3ff454fd2e222639aa44f2
refs/heads/master
2021-01-10T06:12:27.198677
2016-01-25T04:42:33
2016-01-25T04:42:33
50,326,501
0
0
null
null
null
null
UTF-8
C++
false
false
4,732
ino
#include <Adafruit_NeoPixel.h> const int analogInPin = A9; // Analog input pin that the potentiometer is attached to int lednum = 40; Adafruit_NeoPixel strip = Adafruit_NeoPixel(lednum, 6, NEO_GRB + NEO_KHZ800); int sensorValue = 0; // value read from the pot int choice = 0; int sensitivity = 100; void setup(...
[ "mik3phun@gmail.com" ]
mik3phun@gmail.com
ff58b812dab829981902a0d8af9f97514475bf5f
4d77398fc24009f483f2b2abc028a135e09fc9eb
/Assignment4/Solid_convection/1.5/gradTx
0ce59b2d859db312e620c9dc64acc403827b04de
[]
permissive
Naveen-Surya/CFD-Lab-1
12c635b72c611d83080ed6dd316b1b0016f2f86f
c38b0bfe43c7135f4a10e744ea1ac6cf6e9d4a1a
refs/heads/master
2020-04-05T16:43:39.651232
2018-08-23T12:10:06
2018-08-23T12:10:06
157,026,052
0
1
MIT
2018-11-10T22:11:51
2018-11-10T22:11:51
null
UTF-8
C++
false
false
63,021
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | ...
[ "sarthakgarg1993@gmail.com" ]
sarthakgarg1993@gmail.com
bfb7a6a2083e3a72f334c4096ff0de703bab5033
85bc60be25f7ae1f059818bce174052ab60df971
/лабораторнаяработа1/realise_stack.cpp
2a4412ad84c870fd13755316d7566bcf1b5b1913
[]
no_license
feechka-patrick/The-foundations-of-modern-algorithms
7c60b97fc978a0593e20d82892108e09cc9d2989
9ec0d15b5fe393789734830611715c1488eec159
refs/heads/master
2023-01-08T04:12:16.837102
2020-11-15T12:07:59
2020-11-15T12:07:59
299,346,333
0
0
null
null
null
null
UTF-8
C++
false
false
1,054
cpp
#include <iostream> #include <locale> int SIZE; using namespace std; class Stack { public: int* stack; int current; public: Stack(int size) { current = -1; stack = new int[size]; } int pop() { if (current == -1) { cout << "Stack is empty!\n"; return (-1); } current--; return stack[current +...
[ "annetatimoshenko38@gmail.com" ]
annetatimoshenko38@gmail.com
ff3db7f5304f424b3b20612352f1ee6ee364d43e
99c964fea7ea0a10459c2efb535f4d141b7bc912
/bfvmm/tests/memory_manager/test_object_allocator.cpp
71d14f23f30c7e77c74fdd1760a4511eb328bd40
[ "MIT" ]
permissive
hinoue/hypervisor
9f2f54763a5d222515a22c5982ac3cca945ab899
bfc7cdb8999790c47c1c346120b015a11d2a1701
refs/heads/master
2021-01-04T14:42:06.227534
2020-02-14T20:45:02
2020-02-14T20:45:02
240,594,575
0
0
MIT
2020-02-14T20:38:27
2020-02-14T20:38:26
null
UTF-8
C++
false
false
9,654
cpp
// // Copyright (C) 2019 Assured Information Security, Inc. // // 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,...
[ "rianquinn@gmail.com" ]
rianquinn@gmail.com
ec993d3f5f87bb88bf509bb9a52a31429b423b26
daddcd10bf097ab3b5b3d28bfac9270b85a411d4
/dev/floyd_speak/libs/Celero-master/experiments/DemoToString/DemoToString.cpp
f825b2e5a9e0d8167267de55e172f3b12ee8591a
[ "Apache-2.0", "MIT" ]
permissive
lemonad/floyd
0cc3eb1b7eff833c6425d33f38cc32e2f0447687
736d21f20d1bdab7082b4461d7b6330cb4b10224
refs/heads/master
2020-04-25T05:00:42.971717
2019-02-25T21:52:22
2019-02-25T21:52:22
172,528,934
0
0
MIT
2019-02-25T15:11:27
2019-02-25T15:13:07
null
UTF-8
C++
false
false
2,966
cpp
#include <celero/Celero.h> #include <cstdlib> #include <sstream> /// /// This is the main(int argc, char** argv) for the entire celero program. /// You can write your own, or use this macro to insert the standard one into the project. /// CELERO_MAIN const std::string uint8str[50] = {"0", "1", "2", "3", "4", "5...
[ "marcus.zetterquist@gmail.com" ]
marcus.zetterquist@gmail.com
20826ccbfb1c0db1722db51603875e4751de1251
6d0c83e5935251fca6108c75e19666737edafe29
/runtime/linux64/include/webm/mkvmuxer.hpp
da00c8f4ccb1f000d24b7f1d8ea00e88cf4d46e8
[ "BSD-3-Clause" ]
permissive
ssincak/webmPlayer
7a64951bbf91e966d76a58134fd6138628c5738b
45d444f5c6cc2effb8558b3aa77e7ddb9d4296e9
refs/heads/master
2023-05-29T17:19:44.849366
2021-02-14T20:09:48
2021-02-14T20:09:48
338,888,425
6
1
BSD-3-Clause
2023-05-16T22:37:48
2021-02-14T19:50:43
C
UTF-8
C++
false
false
52,747
hpp
// Copyright (c) 2012 The WebM 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 contributing projec...
[ "s.sincak@gmail.com" ]
s.sincak@gmail.com
2acc329873a32dd2fdd2e035043832608a885343
ad055716de1f5283fc905422c63a47c6d4796661
/CCDSAP/manychefs.cpp
c95513026f2218b5a2e1cbd31a288da9c7a3e3a7
[]
no_license
Akash-Sharma1/Competitive
75b1d59d8e39cd104b13f5df84f4ea4a39a68caf
93e1952038df4c3f467d18f52f7da16d49de40aa
refs/heads/master
2020-04-16T08:52:18.231098
2019-03-22T17:30:32
2019-03-22T17:30:32
165,441,602
0
0
null
null
null
null
UTF-8
C++
false
false
601
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int t; cin >> t; while(t--){ string str; cin >> str; int n=str.length(); for(int i=n-4;i>=0;i--){ if(!(str[i ]=='C' || str[i ]=='?')) continue; if(!(str[i+1]=='H' || str[i+1]=='?')) continue; if...
[ "aakashsharmajc100@gmail.com" ]
aakashsharmajc100@gmail.com
538d900d3854c8017046c255199e3a0d375c19b7
f27e22b901c90cef74d27b85dcf13e740ee99327
/src/qt/mod/HyperlinkBtn.cpp
f1d9d8a83f6f1fdf87264e04fb4fc28d343b57b5
[ "MIT" ]
permissive
masternodecoin/masternodecoin
75a214096598c764a18194d528983181ba3ca30b
4fb947b782289897874174ac9f01a13657c01d5e
refs/heads/master
2021-06-25T20:35:59.676430
2018-12-06T07:11:39
2018-12-06T07:11:39
100,444,329
6
10
MIT
2019-07-07T10:44:29
2017-08-16T03:35:14
C++
UTF-8
C++
false
false
863
cpp
#include "HyperlinkBtn.h" HyperlinkBtn::HyperlinkBtn(QString iconurl, QString url, QWidget *parent) :m_websiteUrl(url), m_icon(iconurl), QAbstractButton(parent) { setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding); connect(this,SIGNAL(clicked(bool)),this,SLOT(onClicked(bool))); } co...
[ "31052241+masternodecoin@users.noreply.github.com" ]
31052241+masternodecoin@users.noreply.github.com
d9e97c580e8628b60666ddb6087713494e3221b1
7abbbef9590f9c4b9469adcbae5ea8907478bf03
/chromium_git/chromium/src/ui/events/blink/input_handler_proxy_unittest.cc
16e3542c9ce19b45b769fc81e71f8c91745767aa
[ "BSD-3-Clause" ]
permissive
GiorgiGagnidze/CEF
845bdc2f54833254b3454ba8f6c61449431c7884
fbfc30b5d60f1ea7157da449e34dd9ba9c50f360
refs/heads/master
2021-01-10T17:32:27.640882
2016-03-23T07:43:04
2016-03-23T07:43:04
54,463,340
0
1
null
null
null
null
UTF-8
C++
false
false
102,135
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/events/blink/input_handler_proxy.h" #include "base/macros.h" #include "base/memory/scoped_ptr.h" #include "cc/input/main_thread_scrolling_re...
[ "ggagn12@freeuni.edu.ge" ]
ggagn12@freeuni.edu.ge
2eeb1c074db3a260b6bcc09bbff8fecce1efd096
410926de476cd142bdcaa7a6221f04056dc5dd42
/Image_Median_Filtering/prompt.cpp
9615e9581b2550fd5322f646d19bdd6b4bc54388
[]
no_license
kuzb/Cpp-Course-Projects
aec4a8390e6c2f3eb143d8dfd5270320bf2e31b0
d80bb5785b30b96f727cd6700e7f1686a79e8bc4
refs/heads/master
2022-12-18T13:03:41.896769
2020-09-13T17:37:52
2020-09-13T17:37:52
130,321,401
1
0
null
null
null
null
UTF-8
C++
false
false
2,976
cpp
#include <cctype> #include <iostream> using namespace std; #include "prompt.h" long int PromptRange(const string & prompt,long int low, long int high) // precondition: low <= high // postcondition: returns a value between low and high (inclusive) { long int value; string response; do { cout << ...
[ "burakkuz@sabanciuniv.edu" ]
burakkuz@sabanciuniv.edu
b8be037b149faf7572c483af44a4f0f08e7245f9
546bea1cb4cec407912f3bab94e4ec5500aa888b
/p55.cpp
189e2ef595d3d5b901459c65da2ec144693c0b7e
[]
no_license
Aa-kash-roy/LeetcodeDp150
84c1251ff33705cca712292cf9f1a45be32c49d3
6e3d2a3133a418bf49219769305bca4cb38db2db
refs/heads/main
2023-03-03T20:52:50.777697
2021-02-15T12:04:37
2021-02-15T12:04:37
326,923,078
0
0
null
null
null
null
UTF-8
C++
false
false
1,886
cpp
// link :: https://leetcode.com/problems/shortest-path-in-binary-matrix/ class Solution { public: int x_mov[8] = {1, 1, 1, 0, 0, -1, -1, -1}; int y_mov[8] = {-1, 0, 1, -1, 1, -1, 0, 1}; bool is_valid(int x, int y, int n){ if(x<0 || y<0 || x>=n || y>=n) return false; return t...
[ "noreply@github.com" ]
noreply@github.com
1db4b03b7bc3a8167ceb52bcd5ca059eb1385486
184180d341d2928ab7c5a626d94f2a9863726c65
/issuestests/ALassoSurvIC/inst/testfiles/fun_subless/AFL_fun_subless/fun_subless_DeepState_TestHarness.cpp
86220145d5d4a1b93ea26c8d9dc105142bd47b93
[]
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
1,394
cpp
// AUTOMATICALLY GENERATED BY RCPPDEEPSTATE PLEASE DO NOT EDIT BY HAND, INSTEAD EDIT // fun_subless_DeepState_TestHarness_generation.cpp and fun_subless_DeepState_TestHarness_checks.cpp #include <fstream> #include <ctime> #include <RInside.h> #include <iostream> #include <RcppDeepState.h> #include <qs.h> #include <Dee...
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
91b59694bd9a6cfb5dbaa798031b531c644f986f
c3723a78471fda07ed280ce7a32da5d97ae0741a
/PAG/PAG01/PAG01/Input.cpp
aa5e0dab8de1ed30ec41ba92228e77f5ee220fc4
[]
no_license
ACPLMaverick/marjan
fa603521089f73900728bba99d79c460bb76f22f
afab932182985021560b291885ec2dd9617d0709
refs/heads/master
2021-01-10T18:45:15.809889
2017-05-09T09:29:59
2017-05-09T09:29:59
17,566,421
0
0
null
null
null
null
UTF-8
C++
false
false
773
cpp
#include "Input.h" Input::Input() { horizontalAngle = 0.0f; verticalAngle = 0.0f; horizontalActual = 0.0f; verticalActual = 0.0f; } Input::~Input() { } bool Input::Initialize(GLFWwindow* window, GLFWscrollfun fun) { m_window = window; glfwSetInputMode(m_window, GLFW_STICKY_KEYS, GL_TRUE); glfwSetInputMode(m...
[ "MaverickCCCP@Gmail.com" ]
MaverickCCCP@Gmail.com
78995ab800b0d7deabc323853008daf1b525f962
4f06b67cdd92724020d7a7bfd9428f631ceb986d
/app/inc/rendering/RenderPassText.hpp
4f155342f5dc641cce0f2baadc57775373263f55
[ "MIT" ]
permissive
filipwasil/rearwing-glviewer
857e19dbd0abf7a6947628b236ad86ad201c6fa8
3d0289398367b6dc330eae18042497b8da2e77da
refs/heads/master
2020-08-30T12:36:59.968087
2020-01-24T10:06:01
2020-01-24T10:06:01
218,382,206
0
0
null
null
null
null
UTF-8
C++
false
false
531
hpp
#pragma once #include <array> namespace rwc { /*! * @class RenderPassDefault is a text specific class to be used together with renderer * Its purpose is to implement preRender and postRender callbacks * It is used as first parameter for Renderer class specialization */ struct RenderPassText final {...
[ "filipwasil@saferendering.com" ]
filipwasil@saferendering.com
a19336e9d2aabf4fb0d74d3076ffcdb1ddc4cf61
bb32b44cdfe08a2a13ced83c9e7184dd76280cd5
/1/main.cpp
bf80cd8da3326792c93853f6c6f896cdd3b457f8
[]
no_license
Falconesto/algorithmsLabs
2333f95f3745a3911819efb4a11f588e3ee73fbd
7de39ca0ff57e9b219fbe30aceb58935346545be
refs/heads/main
2023-03-28T17:33:16.151616
2021-04-07T18:53:33
2021-04-07T18:53:33
355,651,693
0
0
null
null
null
null
UTF-8
C++
false
false
5,102
cpp
#include <iostream> #include <queue> using namespace std; struct point { int x; int y; }; struct arrayy { int distance; char value; }; string bfs(vector<vector<arrayy>> &arr, int iStart, int jStart, int x, int y) { queue<point> pointsQueue; point firstPoint; firstPoint.x = jStart; f...
[ "a.g.sokolovskii@gmail.com" ]
a.g.sokolovskii@gmail.com
6216fda17a1bc0acf384964cc10244101214613d
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-networkmanager/include/aws/networkmanager/model/GlobalNetwork.h
17e88d19c4b552ef2856e2ccdb12cb7dd8664a59
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
9,846
h
/* * 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...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
8e135c3a3bced860fa57fe438246d9f628ddbafe
921abfe8a10a4c0edc3035e8abc4a33d51625c1d
/BOJ/10816_숫자카드2.cpp
363db49f7d197a2fb63f1717d50d39ba88747db7
[]
no_license
gudwnsgur/Algorithm
760fcff3b1e930bf1f8cf047c26253449b52cae9
016f6db056d821c918ea620d5517b00a387eff9a
refs/heads/master
2023-05-01T03:28:17.003101
2023-04-18T14:08:05
2023-04-18T14:08:05
230,247,085
4
0
null
null
null
null
UTF-8
C++
false
false
506
cpp
#include <vector> #include <algorithm> #include <iostream> #include <map> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int n, m, num; cin >> n; map<int, int> M; for (int i = 0; i < n; i++) { cin >> num; if (M.find(num) != M.end()) M.find(num)->second++; ...
[ "gudwnsgur12@naver.com" ]
gudwnsgur12@naver.com
5fc401becdf2fb288f5a019c056d0ef27a70b500
546e90101a9f2430b8292903802a38db5ad92dbe
/tinhnamamlich.cpp
20708f4f1d662443305eaf21705d9fcc8ac5aecc
[]
no_license
VoKimTri/Programming-techniques
5079bc15a37ab82e84c06e6ff9be75206262cc7d
8034349d066230ddbd68bb1e9a000ea0df9576e8
refs/heads/master
2020-09-22T22:12:49.929901
2019-12-02T09:13:51
2019-12-02T09:13:51
225,332,136
0
0
null
null
null
null
UTF-8
C++
false
false
328
cpp
#include <math.h> #include <bits/stdc++.h> #include <iostream> using namespace std; int a[100001]; int main() { int n, i, k = 0; cin>>n; for (i = 0; i < n; i++){ cin>>a[i]; if (a[i]%19==0 || a[i]%19==3 || a[i]%19==6 || a[i]%19==9 || a[i]%19==11 || a[i]%19==14 || a[i]%19==17) k++; } cout<...
[ "noreply@github.com" ]
noreply@github.com
280f7fc140f61463fe4807c812b3ad096c4c83fb
6f4cd87855aaf2db66894e79463dac19b91e20ca
/file_helpers.cpp
775ef4b2690e802d870a4761687c3cac2b103e45
[]
no_license
vendethiel/worldofcore.cpp
24bddc5016402663bc2314c7fd28221dd0a54b8a
568abe60f57227d3fb56163579512abb883591f2
refs/heads/master
2021-01-17T07:15:52.871679
2016-05-06T15:05:37
2016-05-06T15:05:37
33,720,131
0
0
null
null
null
null
UTF-8
C++
false
false
462
cpp
#include <string> #include <fstream> #include "file_helpers.hpp" std::ifstream::pos_type file_helpers::get_file_size(char const* filename) { std::ifstream in(filename, std::ifstream::ate | std::ifstream::binary); return in.tellg(); } const char* file_helpers::read_file(char const* filename) { std::ifstream t(fi...
[ "vendethiel@hotmail.fr" ]
vendethiel@hotmail.fr
5ad75f4a4caff681a6edf64b4ecbaaa92e1b4edd
260e5dec446d12a7dd3f32e331c1fde8157e5cea
/Indi/SDK/Indi_Engineering_Skill_parameters.hpp
d7a12213dfabc75f11b5e9c3cdfb490be095c28c
[]
no_license
jfmherokiller/TheOuterWorldsSdkDump
6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0
18a8c6b1f5d87bb1ad4334be4a9f22c52897f640
refs/heads/main
2023-08-30T09:27:17.723265
2021-09-17T00:24:52
2021-09-17T00:24:52
407,437,218
0
0
null
null
null
null
UTF-8
C++
false
false
364
hpp
#pragma once // TheOuterWorlds SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "Indi_Engineering_Skill_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //--------------------------------------------------------------------------- }...
[ "peterpan0413@live.com" ]
peterpan0413@live.com
b8d7452455cd0845c7484d44411464d10b1849d2
c49461da0582407866ea199c29eaa4a38c0ffa84
/sparta/example/DynamicModelPipeline/src/ExampleSimulation.cpp
fba0abe3978a5ef55ebe99a3e4607f7b51c6ba83
[ "MIT" ]
permissive
eabsi5/map
092ef88bf25d1699c8623a233ebea1d2245d3d4f
970ab5c46b3785201edc85c00d40fb64312d9a9a
refs/heads/master
2021-07-06T01:09:41.912343
2021-04-09T21:49:09
2021-04-09T21:49:09
232,630,030
0
0
MIT
2020-01-08T18:22:17
2020-01-08T18:22:16
null
UTF-8
C++
false
false
52,274
cpp
// <Simulation.cpp> -*- C++ -*- #include <iostream> #include "ExampleSimulation.hpp" #include "Core.hpp" #include "sparta/simulation/Clock.hpp" #include "sparta/utils/TimeManager.hpp" #include "sparta/simulation/TreeNode.hpp" #include "sparta/simulation/TreeNodeExtensions.hpp" #include "sparta/trigger/ContextCount...
[ "klingaard@gmail.com" ]
klingaard@gmail.com
8b0732e2d424fb95c444e961bc30ecf5511c4741
241bf79350c02fd8adc3988162a65c850829bde4
/ITP/3-A.cpp
f5571d03aaee60b89891daaeb91d513a5cee7842
[]
no_license
kurikinton105/AOJ_study
0905b9fb111bd0b6d5b61ff0ce3dcd6a2adf3ffb
b0d5868c80c9007f978ddca0f012c4f6c45a127b
refs/heads/master
2022-10-14T03:23:20.201910
2020-06-04T12:51:05
2020-06-04T12:51:05
269,358,367
0
0
null
null
null
null
UTF-8
C++
false
false
178
cpp
#include<iostream> using namespace std; int main(){ int i; i = 0; while (i < 1000) { cout << "Hello World" << endl; i++; } return 0; }
[ "yamadakenta0101@gmail.com" ]
yamadakenta0101@gmail.com
10b6836ae632b348102c81b71bc924510df5d7fe
dac2fa7a9d3b1759bc16700579af163318de861a
/MathUnitTests/Code/Game/GameCommon.hpp
4ccd09bb763a334c9ae0aab07f5ff6ce22a985ea
[]
no_license
JSarasua/Guildhall
615bb186455c2783debb1fe68685ca9a1c18a930
d458cc1ecc78b1cac7b5864aefc47db041f2c8c2
refs/heads/master
2023-06-13T04:07:39.928047
2021-07-07T04:11:07
2021-07-07T04:11:07
235,437,258
2
0
null
null
null
null
UTF-8
C++
false
false
1,041
hpp
//----------------------------------------------------------------------------------------------- // GameCommon.hpp // ///////////////////////////////////////////////////////////////////////////////////////////////// // // DO NOT MODIFY ANY CODE BELOW HERE WITHOUT EXPRESS PERMISSION FROM YOUR PROFESSOR // (as doing s...
[ "jsarasua@smu.edu" ]
jsarasua@smu.edu
749fe155a191baa53ea9609206403fdb283ea800
7fd33d1ba3fe7d3076f5850fe1fa01158e80be08
/SDK/PUBG_TslItemDragWidget_functions.cpp
db3f0289e19f9268663f4252ec7d19b425f4e270
[]
no_license
wzpyh/PUBG-SDK
df11b08c1242f724a523d6814238914137865355
980225fb22bd67a82b8e1563444afd6af5706abd
refs/heads/master
2021-01-23T14:22:23.966345
2017-09-06T16:56:15
2017-09-06T16:56:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,765
cpp
// PlayerUnknown's Battlegrounds (2.5.39.19) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace Classes { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Functi...
[ "pubgsdk@gmail.com" ]
pubgsdk@gmail.com
6a32bdfc21fa762e11c0bd50b70128239ee492bc
34dce8773d293673253a9ff5174f0e0a8481e7c4
/OOP/Nap chong toan tu/main.cpp
14a8f9de6ff1120707263ec89bdef343e31c778b
[]
no_license
DoanTran2001/C-
b4535d6bab219e8b04cccc53ebadf3f5a5550e9d
1e4f3ec3c6759ee8b9636ee041738c4f395c25c6
refs/heads/master
2023-08-03T10:02:30.382665
2021-09-14T05:09:41
2021-09-14T05:09:41
406,230,007
0
0
null
null
null
null
UTF-8
C++
false
false
1,873
cpp
#include <iostream> using namespace std; class PT_Bac_Nhat_2An{ private: int a; int b; int c; public: PT_Bac_Nhat_2An(){ } PT_Bac_Nhat_2An(int a,int b,int c) { this->a=a; this->b=b; this->c=c; } friend istream &operator>>(istream &is,PT_Bac_Nhat_2An &x); ...
[ "dadotran3@gmail.com" ]
dadotran3@gmail.com
6d8b0ef6f18932b736ef74e3240efc57ae754c73
948d085d52a212685b925171bef90a6a56b78e08
/src/qt/bitcoingui.cpp
8c4d2ca4a07f0e188b11192ef0635222db24fa5c
[ "MIT" ]
permissive
merecoin/ljcoin
d70ca303454ba071f0dddb085dfb2418de056cde
8979be9aec25b9cdbfa3fa66944f9967b1d02af5
refs/heads/master
2020-03-13T01:32:34.622860
2018-04-24T19:56:08
2018-04-24T19:56:08
130,905,616
1
0
null
null
null
null
UTF-8
C++
false
false
30,134
cpp
// Copyright (c) 2011-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <QApplication> #include "bitcoingui.h" #include "transactiontablemodel.h" #include "optionsdialog.h" #include "abou...
[ "36365036+merecoin@users.noreply.github.com" ]
36365036+merecoin@users.noreply.github.com
e651a1220822bf4fa94d50f221eef79a7fed239b
90d386690d8935b0ef5b887fc8e32afdda92c186
/src/proc/gsx_process_cycle.cxx
9d8bb019fbd9e5011a5b60e831e028e972be644f
[ "MIT" ]
permissive
ShixianGuo/gserver
a8b509a39331e4477a58bc8ef9662d9229f2a111
02d5a1cd934eaa055b33eadbaa4827f161565c5a
refs/heads/master
2021-04-11T10:25:37.125158
2020-03-31T17:25:09
2020-03-31T17:25:09
231,286,942
9
1
null
null
null
null
UTF-8
C++
false
false
3,782
cxx
 #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <signal.h> #include <errno.h> #include <unistd.h> #include "gsx_func.h" #include "gsx_macro.h" #include "gsx_c_conf.h" static void gsx_start_worker_processes(int threadnums); static int gsx_spawn_process(int thread...
[ "729841861@qq.com" ]
729841861@qq.com
63914a9293fa02cfae1d583569a6f5699135a8bf
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc
e106b5c750e09e7c89b221654d0fabcd7c2d7667
[ "LGPL-2.1-only", "GPL-3.0-only", "GCC-exception-3.1", "GPL-2.0-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C++
false
false
4,636
cc
// -*- C++ -*- // { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 4 } // { dg-require-effective-target tbb_backend } //===-- find_end.pass.cpp -------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // Se...
[ "rink@rink.nu" ]
rink@rink.nu
f48178efdb2fb32aab30645eb8bc425f344d3297
740e79f96f8e43fbf9033462af08c1f6a1f0f943
/torch/csrc/profiler/python/init.h
13b34b6727995f9e23a131b135888153d84f2cfc
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
zhengwy888/pytorch
0785d5f5721dcfc2adfe8cad3184405be653c825
c8776dca6a503eaa92a8d7b2427ebce7a19df398
refs/heads/master
2022-10-14T20:15:58.414139
2022-09-27T18:43:39
2022-09-27T18:43:39
175,150,187
0
0
NOASSERTION
2019-03-12T06:37:19
2019-03-12T06:37:16
null
UTF-8
C++
false
false
661
h
#pragma once #include <Python.h> #include <torch/csrc/profiler/collection.h> #include <torch/csrc/profiler/python/pybind.h> namespace pybind11 { namespace detail { using torch::profiler::impl::StorageImplData; using torch::profiler::impl::TensorImplAddress; template <> struct type_caster<StorageImplData> : publ...
[ "pytorchmergebot@users.noreply.github.com" ]
pytorchmergebot@users.noreply.github.com
7c942c9e89da4ff01ca6ff320c8be27029ebe2b0
9e5d1e9414833472f43f3616e1c140f6ed5b6ee9
/Codeforces/2020/Global_12/E.cpp
9878c5f217b92770503196f195078d80f9df2cc2
[]
no_license
junewaves/contests
a93dc3b3c1a167005fe12bb0ee6f330ac572f1c4
387860b65bdd3c1559f93c5f2d01c69ee364506e
refs/heads/master
2023-02-27T07:45:11.339127
2021-02-08T18:05:01
2021-02-08T18:05:01
254,631,323
0
0
null
null
null
null
UTF-8
C++
false
false
2,814
cpp
#include <bits/stdc++.h> using namespace std; template<class Fun> class y_combinator_result { Fun fun_; public: template<class T> explicit y_combinator_result(T&& fun) : fun_(std::forward<T>(fun)) {} template<class... Args> decltype(auto) operator()(Args&&... args) { return fun_(std::ref(...
[ "a0929551932@gmail.com" ]
a0929551932@gmail.com
ecd07ad127952d60dea4218bdcfc34aabb1170fd
7b92f4574caf894e8e4c35aa721ba563b8868bac
/Obfuscated Codes/test4.cpp
acd412449c1156b87084515d054f90bb9f176a59
[]
no_license
sarvaniimranalikhan/Obfuscation-Results
6780bb8e2a327972d7df3b2908299e8c8895efbd
b500e9aa23d68ecdf5c7bd8f37361ddca3a9ab1d
refs/heads/master
2023-05-28T06:21:10.582966
2023-04-28T09:04:49
2023-04-28T09:04:49
191,743,108
0
0
null
null
null
null
UTF-8
C++
false
false
285
cpp
#include \ <iostream> using namespace std ; int lo ( ) { string i0 , I0 ; cout << "\105\156t\145\162 string \1631:\040" ; getline ( cin , i0 ) ; I0 = i0 ; cout << "s1\040\075 " << i0 << endl ; cout << "\1632\040= " << I0 ; return 0 ; }
[ "noreply@github.com" ]
noreply@github.com
7aa0223f52edaa0ddf51866976f3c3c34d8315c8
38b55a50fdc2ba67ae74a65f375f6460438140bb
/Projects/assembler/test_queue_int.cpp
31543586d6a76150db4c779d267ba5a7c59e6dc2
[]
no_license
Rollo-Pollo/CS23001-KentState
c3160228ee0e70a7f77267f6083f911702d1ecd3
493e6ecafc98570dc211c7a8eb566f39200699df
refs/heads/master
2023-03-17T08:43:26.429437
2015-09-16T00:17:00
2015-09-16T00:17:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
640
cpp
/* * ===================================================================================== * * Filename: test_stack_int.cpp * * Description: Tests stacks with ints * * Version: 1.0 * Created: Today * Revision: none * Compiler: clang++ * * Author: Christopher...
[ "christopherjones72521@gmail.com" ]
christopherjones72521@gmail.com
0120d92790377a47efa8a323e2c84e6a27653c21
f1fa1926c6879b01cb1789d57af88501dca429f2
/include/mbedtls_util/mbed_aes128_gcm.hpp
675163d03d547b782cdada4055ca189da5dc858b
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
suburbanembedded/mbedtls_util
cc44e0945bc8f87f69e8784f4425acf5a9a85ac6
eb708645b7eca61060f37ad97ba56f3906eacc6b
refs/heads/master
2020-08-09T13:14:57.351453
2020-05-25T20:58:43
2020-05-25T20:58:43
214,095,372
0
0
null
null
null
null
UTF-8
C++
false
false
1,588
hpp
/** * @brief mbed_aes128_gcm * @author Jacob Schloss <jacob@schloss.io> * @copyright Copyright (c) 2019 Jacob Schloss. All rights reserved. * @license Licensed under the 3-Clause BSD license. See LICENSE for details */ #pragma once #include <mbedtls/cipher.h> #include <array> class mbed_aes128_gcm { public: s...
[ "jacob@schloss.io" ]
jacob@schloss.io
b44d8a3523cbc180dc75b9ef87d79119b99814ec
a6e474c6d1ecf31f93d81a553b6e1fcf69456efd
/include/solutions/231.power-of-two.hpp
605a8f63589839cc707b7389bef0baff618bd9d0
[]
no_license
georg-cantor/leetcode_cpp
bb90ce1602529395c540ee7b3742cb198b8e9d4e
a5aa5188c9f3b82e916b1ad95c61d96dcf167e89
refs/heads/master
2021-02-17T07:27:46.551018
2020-07-08T08:16:25
2020-07-08T08:16:25
243,653,395
0
0
null
null
null
null
UTF-8
C++
false
false
938
hpp
/* * @lc app=leetcode id=231 lang=cpp * * [231] Power of Two * * https://leetcode.com/problems/power-of-two/description/ * * algorithms * Easy (42.81%) * Likes: 758 * Dislikes: 182 * Total Accepted: 306.7K * Total Submissions: 708.6K * Testcase Example: '1' * * Given an integer, write a function t...
[ "dongliang0908@126.com" ]
dongliang0908@126.com
6f80c621d4cdf27a140b5abd7454749bb5e74fbd
280793e8bad58faed73113842eee9d62e06054da
/src/builtins/module.re
b7a6438273d8719f066ec74815803c864c96b1b7
[ "MIT" ]
permissive
skarayan/reia
f46f03c6cae4356b10adc2a7bd0f95c738c2c78a
8385107c49c597163b08be5ddd0e2a2cb05b70b2
refs/heads/master
2021-01-23T20:21:58.454854
2010-12-09T02:00:18
2010-12-09T02:00:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
668
re
# # module.re: Methods of the Module builtin # Copyright (C)2010 Tony Arcieri # # Redistribution is permitted under the MIT license. See LICENSE for details. # module Module def class; Module; end def call(fake_self, :to_s, args, block) (:reia_module, name) = fake_self case erl.code.ensure_loaded(name...
[ "tony@medioh.com" ]
tony@medioh.com
abc4f2da46fd4f121b45d4577235e9256d5cdaf2
8f6dba8d9f03d552b7cdf7141d8ed416990f6c17
/chapter5/5.10.cpp
d5a28e214ad4afcf2af5fdad949fa5b5b6e6b6a3
[]
no_license
NealChalmers/CPP-Primer
3ebe321f5010d7af4b84cba8331242c607b8393d
32d583831a9f8623b7246dc3eb92026f70be5451
refs/heads/master
2021-10-23T11:37:16.751835
2019-03-17T08:38:09
2019-03-17T08:38:09
99,414,989
1
0
null
null
null
null
UTF-8
C++
false
false
478
cpp
#include <iostream> using std::cout; using std::endl; using std::cin; int main() { unsigned a = 0, e = 0, i = 0, o = 0, u = 0; //count vowel letter char ch; while (cin >> ch) { if (ch == 'a') ++a; else if (ch == 'e' || ch == 'E') ++e; else if (ch == 'i' || ch == 'I') ++i; else if (ch == 'o' || ...
[ "Chalmers111@qq.com" ]
Chalmers111@qq.com
297cfebb6101673f0c554753396c904091336117
3122ac39f1ce0a882b48293a77195476299c2a3b
/clients/cpp-restsdk/generated/model/PipelineRunNodeSteps.cpp
3d8f60a22d2b705b00d32808a17bec33d6cd3c91
[ "MIT" ]
permissive
miao1007/swaggy-jenkins
4e6fe28470eda2428cbc584dcd365a21caa606ef
af79438c120dd47702b50d51c42548b4db7fd109
refs/heads/master
2020-08-30T16:50:27.474383
2019-04-10T13:47:17
2019-04-10T13:47:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,592
cpp
/** * Swaggy Jenkins * Jenkins API clients generated from Swagger / Open API specification * * OpenAPI spec version: 1.1.1 * Contact: blah@cliffano.com * * NOTE: This class is auto generated by OpenAPI-Generator 3.2.1-SNAPSHOT. * https://openapi-generator.tech * Do not edit the class manually. */ #include ...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
6d820087c60191ade27e0246f8d5e384f1b64eee
32a9356bc4e0af62eb960c89ab3adc373812675f
/XSC/SemanticGraph/Namespace.hpp
97635a81a8a903e297b21fd20541725051d576a1
[]
no_license
DOCGroup/XSC
0c2ce163a307f9d20366d707f772ff1f04c72261
b85458b18b95bf81dc9c807d8d06768111b22172
refs/heads/master
2023-08-25T18:53:51.641598
2022-05-10T14:18:58
2022-05-10T14:18:58
27,931,533
4
3
null
2023-09-11T06:12:54
2014-12-12T17:54:46
C++
UTF-8
C++
false
false
599
hpp
// file : XSC/SemanticGraph/Namespace.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> #ifndef XSC_SEMANTIC_GRAPH_NAMESPACE_HXX #define XSC_SEMANTIC_GRAPH_NAMESPACE_HXX #include <XSC/SemanticGraph/Elements.hpp> namespace XSC { namespace SemanticGraph { class Namespace : public virtual Scope...
[ "arvindk@dre.vanderbilt.edu" ]
arvindk@dre.vanderbilt.edu
97841687cb8b7c077fc4e5923b28dc10f2d25e6f
872d953b46cdd91659d04efe1969a42ae8b51db3
/Lab13_UserDefinedFunction.cpp
2f867f9c0e19be0313cef8a181b8a464555b5d7a
[]
no_license
ppacris/cplusplus
95c0822de4d41cc82a9218403e8c159996b8bab8
128db77d2ad93f76197fda20f6728c401b0e4959
refs/heads/master
2023-02-13T22:33:00.248478
2021-01-09T23:41:04
2021-01-09T23:41:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
486
cpp
#include <iostream> using namespace std; void add(); int subtract(); double product(double, double); double quotient(double, double = 2); int main() { add(); cout << subtract() + 100 << endl; cout << product(5, 2.5) << endl; cout << quotient(10) << endl; return 0; } void add() { cout << 5 + 2 << endl; } int...
[ "romarcablao@gmail.com" ]
romarcablao@gmail.com
6764d4f2a143a82d91e8f39cdecb19f53dad2e65
bf2869a0d080fa547c2557962659fa0822c4f6eb
/Bean/bean/wxgui/ButtonInterface.cpp
c7761d751a32f1cb635e40d0aa2fc09150d2c91c
[]
no_license
desktopgame/Bean
966f8a148c94bb1035373a811c910e3f50f6d238
743904b5d61d4914536e5fbb678236199abe6f0b
refs/heads/master
2021-09-26T08:43:48.247461
2017-11-11T06:22:01
2017-11-11T06:22:01
110,304,259
2
0
null
null
null
null
UTF-8
C++
false
false
147
cpp
#include "ButtonInterface.h" //public method--- ButtonInterface::ButtonInterface() { } ButtonInterface::~ButtonInterface() { } //---public method
[ "koya0306@outlook.jp" ]
koya0306@outlook.jp
356fa2e40e9de9f9c38f563e28407e5de8144ba8
74c02b03011b00411f9f6696924e178ed2a15d2a
/Ticket_booking_system/userwindow.cpp
9bf003cb62e6df334aa5335a7d23a3331c76e163
[]
no_license
ruirui0330/Windows_Qt
e5a9ba175e17f522e7b69d7f8572bf11889bf50f
bf0266c85cfae1f7e58e83c9d9851a5173506c5a
refs/heads/master
2023-04-18T01:14:16.046888
2021-05-07T13:16:13
2021-05-07T13:16:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
75,598
cpp
#include "userwindow.h" #include "ui_userwindow.h" #include "mainwindow.h" #include <QPainter> #include <QMessageBox> #include <QSqlTableModel> #include <QDebug> #include <QDate> #include <QTime> #include <QSqlQuery> QString ac_user_tel; UserWindow::UserWindow(QWidget *parent) : QWidget(parent), ui(new Ui::...
[ "46366996+tuto123@users.noreply.github.com" ]
46366996+tuto123@users.noreply.github.com
eafe74d78c042fba5c12cfc0b9a96bc1352288ef
dea178f52fed5236874ee1c11f1c969e5ffada74
/Libooxml/trunk/Libooxml/dml-main/CT_GvmlGraphicFrameNonVisual.cpp
1125da01952f160187f62121471ce0c00ad73a2d
[]
no_license
andrew2015/ooxmlpp
411d1d43b35b82ee00d371ad0e3eeda0278a52b9
3bf26fe79d8932d873bbb3595ba1e5de20017cee
refs/heads/master
2021-06-16T16:24:39.555456
2012-10-01T20:29:21
2012-10-01T20:29:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,539
cpp
#include <xercesc/parsers/XercesDOMParser.hpp> #include <xercesc/dom/DOM.hpp> #include <dml-main.h> using namespace drawingml::main; CT_GvmlGraphicFrameNonVisual::CT_GvmlGraphicFrameNonVisual(std::shared_ptr<CT_NonVisualDrawingProps> &_cNvPr,std::shared_ptr<CT_NonVisualGraphicFrameProperties> &_cNvGraphicFrameP...
[ "SND\\Chris25_cp@6d081351-a130-4f95-a3e6-486afb32637a" ]
SND\Chris25_cp@6d081351-a130-4f95-a3e6-486afb32637a
f5fb9144ce0e6db51a625e8a6635fe571278cb66
c90a56e7d7752b041fc5eb38257c5573cef346c6
/src-macOS/TopTrans_tmpl.hxx
49bd20d16af1eaa7e06ad0315ec7e5b9be87fbe4
[]
no_license
random-builder/design_cadquery_ocp
a4c572a72699bad52ca5f43f30bb7c15d89072ff
2af799a9f1b2d81fd39e519b2f73e12b34a14c0a
refs/heads/master
2021-05-21T23:10:23.833461
2020-03-29T15:34:46
2020-03-29T15:34:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
622
hxx
#pragma once // pybind 11 related includes #include <pybind11/pybind11.h> #include <pybind11/stl.h> namespace py = pybind11; // Standard Handle #include <Standard_Handle.hxx> // includes to resolve forward declarations // module includes #include <TopTrans_Array2OfOrientation.hxx> #include <TopTrans_SurfaceTransit...
[ "adam.jan.urbanczyk@gmail.com" ]
adam.jan.urbanczyk@gmail.com
f9ae6cfb09db111839ca9163462bb6e7c1f59d7a
9f1d6f8fe07b1e4e70a58075541ebe2bd834dfbc
/Project 2/Project 2 Text Files/Passenger.cpp
dff2b9c5bbd566fef38091435d8da08d939478c6
[]
no_license
jsharris1999/Programming-Foundations-2-Project-2
b589409315dd6a5593a09b3fe86661972588e2e7
23f610d2b43af6d67365537d8cccbfe68b47c52e
refs/heads/master
2020-06-04T22:57:52.403939
2019-06-16T18:29:46
2019-06-16T18:29:46
192,223,829
0
0
null
null
null
null
UTF-8
C++
false
false
969
cpp
#include <string> #include <iostream> #include <cmath> #include "Passenger.h" using namespace std; Passenger::Passenger() { FirstName = "N/A"; LastName = "N/A"; Next = NULL; } Passenger::Passenger(string firstname, string lastname) { FirstName = firstname; LastName = lastname; Next = NULL; } ...
[ "noreply@github.com" ]
noreply@github.com
7e16b962e56202f03afab5284314ff8e2a1dc2b9
8496fe32e0e735a136c2238b67a72a94a9ec321f
/Lab6/Mesh.h
de18fd8cb39bd75194b09f3cc34aaea049645af7
[]
no_license
superpaulza/kmitl.computer-graphics
64f7e9bf16bc182315b8ede05ec2863a9233e577
c6fb774cd5284e0d81f5c71539eb06a487201b50
refs/heads/main
2023-05-25T23:55:00.350790
2021-06-08T11:54:10
2021-06-08T11:54:10
329,726,829
0
0
null
null
null
null
UTF-8
C++
false
false
375
h
#ifndef MESH____H #define MESH____H #include <GL/glew.h> class Mesh { public: Mesh(); ~Mesh(); void CreateMesh(GLfloat* vertices, unsigned int* indices, unsigned int numOfVertices, unsigned int numOfIndices); void RenderMesh(); void ClearMesh(); private: GLuin...
[ "18383834+superpaulza@users.noreply.github.com" ]
18383834+superpaulza@users.noreply.github.com
74875702813d502228e6f306c0b94f268ca574e1
eb996b2678c5aacc4c87e22c73c45a8fc9a60b23
/ledmatrix5/Bitmap.ino
6944f01bafc458cfa83b8d7c52488b41044b1e75
[]
no_license
ekuiter/ledmatrix5
b5a8efab10e3f11bb2dc303ca724154c18bfd408
a6b52ac9afa1eae044ad4dd1df2cc366ef996d58
refs/heads/master
2021-01-18T17:25:14.251876
2020-12-24T15:38:22
2020-12-24T15:38:22
31,662,467
0
0
null
null
null
null
UTF-8
C++
false
false
194
ino
bool Bitmap::get(int bit) { return BITMAP_GET(bits, bit); } void Bitmap::set(int bit, bool value) { BITMAP_SET(bits, bit, value); } bool Bitmap::operator[](int bit) { return get(bit); }
[ "info@elias-kuiter.de" ]
info@elias-kuiter.de
c5e5124350f00629dede529001843b901a28ea02
18d6674e9387774824cfb7239d15694798fd120e
/src/test/alert_tests.cpp
8960bb453a35c2a6f4cd3de91a7a7054c2784ea9
[ "MIT" ]
permissive
spiraltech/Silk-Core
5b7115153f20a1e2bb81bdac5ad4e1e6eead6e0a
f233cd1113437ef22ec93b125b706e6f46b22028
refs/heads/master
2021-01-11T05:50:50.654841
2016-10-23T05:32:15
2016-10-23T05:32:15
71,719,261
0
0
null
2016-10-23T17:48:17
2016-10-23T17:48:15
null
UTF-8
C++
false
false
5,927
cpp
// Copyright (c) 2009-2016 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Developers // Copyright (c) 2015-2016 Silk Network Developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // Unit tests for alert system /...
[ "amirabrams@mail.com" ]
amirabrams@mail.com
ed5b22054bceddc9d4625c422ec912d7a77cd7b3
e8ccba914eb572fa8ccc5421d47ae5cc198fb581
/include/uwin/mem.h
376766886b9e9ca818c0c3b87935891e9611ecf2
[]
no_license
DCNick3/uwin-old
f3a3a1f1f8229bbbf0d767f8a1b07412b43e42b1
3c291620e102a4621ca614f80787cb6511305ad7
refs/heads/master
2023-03-08T09:38:02.706665
2021-02-24T06:45:16
2021-02-24T06:45:16
341,805,385
0
0
null
null
null
null
UTF-8
C++
false
false
472
h
#include <stdint.h> #ifndef UWIN_UTIL_MEM_H #define UWIN_UTIL_MEM_H #ifdef __cplusplus extern "C" { #endif extern void *guest_base; #define TARGET_ADDRESS_SPACE_SIZE 0x80000000 #define g2h(x) ((void*)((uintptr_t)guest_base + (uintptr_t)(uint32_t)(x))) #define h2g(x) ((uint32_t)((uintptr_t)(void*)(x) - (uintptr_t)g...
[ "nikita6@bk.ru" ]
nikita6@bk.ru
7fdad30a50ebedcd800b86100a2ea00f5b5b3a03
70b3500cc8bc3731e62c7f745881c20961a4ea12
/シューティングゲーム/A/EnemyManager.h
0830a76d37af2618c6664ff4d3ed4b8f6c9a2c5d
[]
no_license
gurizou7/c-gengo
501125feb841b4b55a87fd7d0eeb5cb962cd2d3d
31acc6618a183e2e5ac14dcb4fa578dc19ef1be7
refs/heads/master
2020-06-11T15:11:49.914602
2019-07-29T15:14:48
2019-07-29T15:14:48
194,007,237
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
343
h
#pragma once class CEnemy; //敵の数 #define ENEMY_NUM 100 class CEnemyManager { CEnemy *enemy[ENEMY_NUM]; //敵の画像 int enemyGraphic; public: CEnemyManager(); ~CEnemyManager(); void Update(); void Render(); CObject *GetEnemy(int num) { return (CObject*)enemy[num]; } private: //敵の生成 void Spawn(); }...
[ "noreply@github.com" ]
noreply@github.com
ba666a7d90d1809bf1a6c7f920098e03ba3a2855
163bad17c2ba0aeeb05e29d1a7f870e675ee28eb
/hikyuu_cpp/hikyuu/indicator/imp/ICos.cpp
e39d062034e4e3fb564fdba921ec865177d7c0d8
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
fasiondog/hikyuu
8b7bc4fd99ff915c621586a480c3663ef3fae464
86b0fa5b0e847d9a04905bca93660a7a33fc9fc2
refs/heads/master
2023-09-03T15:04:33.983389
2023-09-03T11:17:46
2023-09-03T11:17:46
5,103,141
1,884
547
MIT
2023-09-06T16:53:51
2012-07-18T23:21:42
C++
UTF-8
C++
false
false
695
cpp
/* * ICos.cpp * * Copyright (c) 2019 hikyuu.org * * Created on: 2019-5-1 * Author: fasiondog */ #include "ICos.h" #if HKU_SUPPORT_SERIALIZATION BOOST_CLASS_EXPORT(hku::ICos) #endif namespace hku { ICos::ICos() : IndicatorImp("COS", 1) {} ICos::~ICos() {} bool ICos::check() { return true; } void...
[ "fasiondog@163.com" ]
fasiondog@163.com
740c6ed709187cbdf9f794d595407f851121a511
6b193cf773cc24896256aab338785d9423549486
/main/lib/fif/src/output_params.cpp
5bc0a6af2f548b9dfd0b0f594794400892426a1e
[]
no_license
GeomartBrenthPAbong/fif
c34f8a9e84b477c74748935af269eff309476fcc
81b4159c76e65f64ec3afd09b759547b63b3ef26
refs/heads/master
2022-04-26T00:05:06.608616
2020-04-30T19:01:36
2020-04-30T19:01:36
260,011,448
0
0
null
null
null
null
UTF-8
C++
false
false
605
cpp
#include "output_params.h" NAMESPACE_OPEN(fif) inline OutputParams::OutputParams ( std::string outputFolder ) { // TODO Verify this folder this->outputFolder = outputFolder; } inline void OutputParams::setOutput ( DataType dataType, std::string curOutput ) { this->dataType = dataType; thi...
[ "geomartbrenthabong@skyland.tw" ]
geomartbrenthabong@skyland.tw
99be77b514c8ea884a3301f04246116705d0f1ee
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/components/offline_pages/core/prefetch/get_operation_request.cc
95760664847bac73b32dc9fcc287673bcd0efa36
[ "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
2,216
cc
// 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. #include "components/offline_pages/core/prefetch/get_operation_request.h" #include <utility> #include "base/bind.h" #include "base/location.h" #include ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
776c7f0c7c1e5e913893fed21fae9060e31cd02c
cce3bf9356f1a2a0b4e6c61353a098ab63bd9802
/RitmBase/IntOption.cpp
28024e0af71dabea844941e47cb4394fdf737e8a
[]
no_license
k06a/RitM
ff98a1282c582fce53fa1f4e1a01615f7c95c90c
31bb0b8a91ada54d4832a083daf295d2c01d2449
refs/heads/master
2020-03-12T00:25:39.644330
2018-04-20T11:45:07
2018-04-20T11:45:07
130,348,755
1
0
null
null
null
null
UTF-8
C++
false
false
1,434
cpp
#include "IntOption.h" using namespace RitM; IntOption::IntOption(const std::string & name) : label(name), value(0), min(0), max(0) { } IntOption::IntOption(i64 value, i64 min, i64 max,const std::string & name) : label(name), value(value), min(min), max(max) { } OptionPtr IntOption::CreateCopy...
[ "k06aaa@gmail.com" ]
k06aaa@gmail.com
2f91c9ded62a24169b6e526e4dc50a146c927340
ed91c77afaeb0e075da38153aa89c6ee8382d3fc
/mediasoup-client/deps/webrtc/src/rtc_base/physical_socket_server_unittest.cc
3762762f856f0dd6b0d130d8b3d8dc0e17ec6224
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-google-patent-license-webm", "MIT" ]
permissive
whatisor/mediasoup-client-android
37bf1aeaadc8db642cff449a26545bf15da27539
dc3d812974991d9b94efbc303aa2deb358928546
refs/heads/master
2023-04-26T12:24:18.355241
2023-01-02T16:55:19
2023-01-02T16:55:19
243,833,549
0
0
MIT
2020-02-28T18:56:36
2020-02-28T18:56:36
null
UTF-8
C++
false
false
16,594
cc
/* * Copyright 2004 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 contributing ...
[ "wuhaiyang1213@gmail.com" ]
wuhaiyang1213@gmail.com
d808117c99c781b3b4f2fe046ff2422c2193969f
4724afa8472b0d961d40cc3be71f5abd1373143f
/spoj/tourney.cpp
54c6e77d7a08c9f33589794d3c1ea41d2aeecc54
[]
no_license
banarun/my_competitive_codes
2f88334c563ad050c21c68ae449134a28fb2ba95
c5a5af3cf74341d02a328974e8e316d300a221b2
refs/heads/master
2021-01-18T22:46:47.419449
2016-06-25T14:14:15
2016-06-25T14:14:15
33,266,178
0
0
null
null
null
null
UTF-8
C++
false
false
1,644
cpp
#include <cstdio> #include <cmath> #include <climits> #include <iostream> using namespace std; #ifdef DEBUG #define dbg(args...) { cerr<<#args<<": "; dbgr,args; cerr<<endl;} #else #define dbg(args...) #endif struct debugger{template<typename T> debugger& operator , (const T& v){cerr<<v<<" "; return *this; }}dbgr; i...
[ "banarunk@gmail.com" ]
banarunk@gmail.com