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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
a464655d07208c3c17149869a5cf76668e5196c0
8ba702464e18013ff2dba9211084f5b656c4609e
/xayagame/sqlitestorage_tests.cpp
80717691766719ecad1505b861a8f73c73075a2b
[ "MIT" ]
permissive
Ampakinetic/libxayagame
cdfec37be21b9baec039b0aca927280b9af5a346
733f242371f3dd9acf3b3056932f544787dbde14
refs/heads/master
2023-04-27T22:48:09.638320
2021-05-21T09:59:33
2021-05-21T09:59:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,512
cpp
// Copyright (C) 2018-2020 The Xaya developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "sqlitestorage.hpp" #include "storage_tests.hpp" #include "testutils.hpp" #include "xayautil/hash.hpp" #include <gtest/gt...
[ "d@domob.eu" ]
d@domob.eu
a2211c90b4053103923e7fd0379bb793baff8e73
ba5d1d776888be6ae9688d850f0445d80973ee8f
/public/soundsystem/snd_device.h
fa855897a2a9486fd6d1cb4a37c2ab367272e26a
[ "MIT" ]
permissive
BerntA/tfo-code
eb127b86111dce2b6f66e98c9476adc9ddbbd267
b82efd940246af8fe90cb76fa6a96bba42c277b7
refs/heads/master
2023-08-17T06:57:13.107323
2023-08-09T18:37:54
2023-08-09T18:37:54
41,260,457
16
5
MIT
2023-05-29T23:35:33
2015-08-23T17:52:50
C++
UTF-8
C++
false
false
4,100
h
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $Workfile: $ // $Date: $ // $NoKeywords: $ //===========================================================================// #ifndef SND_DEVICE_H #define SND_DEVICE_H #ifdef _WIN32 #pragma once #endif #includ...
[ "bernta1@msn.com" ]
bernta1@msn.com
13cdb74d373f3a36d11e2194954cc4ed1ba625a2
1af6b09e9c1aaefbf568c5fea9d3e93c7af92db5
/study/src/designmode/decorate.hpp
d6a369244d56e67306fd128800281d1ba259ac7f
[]
no_license
csdchen/git-blog
51d7a7638adc375553e0ee0a44423f719c79404e
aff542f5b6b81d88234ca7e8c979e70bc82e8d2a
refs/heads/master
2022-12-08T04:19:23.338608
2022-12-05T01:46:10
2022-12-05T01:46:10
228,734,267
0
0
null
null
null
null
GB18030
C++
false
false
1,657
hpp
#pragma once class Stream { public: virtual ~Stream() {} virtual void Read() = 0; virtual void Seek() = 0; virtual void Write() = 0; }; class FileStream { public: virtual void Read() { //读文件流 } virtual void Seek() { //定位文件流 } virtual void Write() { //写文件流 } }; //扩展操作 class FileBufferStream : FileStre...
[ "mrchenshangjin@163.com" ]
mrchenshangjin@163.com
62dd10709396f30f02497716de8ec81ae1380841
eec48c4b68c2c29f7c5d5253ec1c69d49515b8c2
/Old/Variation/Variation/Variation.cpp
39f834df1d68a850a63144dea438bd95dc124278
[]
no_license
nadarb/Competitive-Coding
e3465f8582f55ee5916a876fe82160ecffe920b3
a550734621780c4e4a9f4d427e09750b1386bd25
refs/heads/master
2021-06-11T10:15:15.927406
2016-12-23T15:14:46
2016-12-23T15:14:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
633
cpp
// Variation.cpp : Defines the entry point for the console application. // url : https://www.codechef.com/ZCOPRAC/problems/ZCO15002 #include <stdio.h> #include <iostream> #include <cmath> #include <algorithm> #include <functional> #include <vector> using namespace std; int main() { long N, K, i, j; long long ans; ...
[ "balaraveen nadar" ]
balaraveen nadar
d382a9f7f2bb3284f479a916127d0cb11eb15144
3148665ee67af72a30788750b06c7b8f5f2531b5
/matrix2x2.cpp
7f68a6df4714e2b835a7968191fb1f9b095e95ec
[]
no_license
UA-CSC433-Fall2018/matrix2d
621b688500c78abe04ed3855634be5dd0d00af5f
7d976c70cdf60d3ea53d0b40d5a5586f78533a1b
refs/heads/master
2020-03-31T10:08:14.129674
2018-10-09T00:03:00
2018-10-09T00:03:00
152,123,628
0
0
null
null
null
null
UTF-8
C++
false
false
4,015
cpp
/// /// \file vec2.cpp /// \brief 2D matrix class /// \author Joshua A. Levine <josh@email.arizona.edu> /// \date 10/08/18 /// /// This code defines a simple matrix2x2 class with some of the basic /// operations for arithmetic and utility functions. It builds on the /// two-dimensional vector class vec2.h /// /* *...
[ "joshua.a.levine@gmail.com" ]
joshua.a.levine@gmail.com
ee3df10f3f174681c503762696efa93860116df0
6bf99811d80e0ed3f7a93df015bb38342ab57467
/source/Scaleform.hpp
8192f926365629fde3800e72ce228a9ea299a500
[ "Zlib" ]
permissive
quickfingerz/scripthookvdotnet
ab22bbf46c27a38ec09f1851b6d67dec1a7f3e4f
5cc06e605b577feb9be0aa1e13ae8450e39e5a6c
refs/heads/master
2021-01-17T20:52:40.196681
2015-06-06T13:37:22
2015-06-06T13:37:22
36,217,447
0
0
null
2015-05-25T07:45:17
2015-05-25T07:45:16
null
UTF-8
C++
false
false
942
hpp
#pragma once #include "Vector3.hpp" namespace GTA { using namespace System::Collections::Generic; public ref class ScaleformArgumentTXD sealed { public: ScaleformArgumentTXD(System::String ^s) : txd(s) { } System::String ^txd; }; public ref class Scaleform sealed { public: Scaleform::Scaleform(in...
[ "mlgthatsme@hotmail.com.au" ]
mlgthatsme@hotmail.com.au
2cf603fd7589913217bef3b77e4279eacd1877d1
b7388fa0fe9912e8b24a62fe9255f698af17079b
/test/prefix_sum/RecursiveParallel/RecursiveParallelPrefixSum.h
67800c085abd8796c5853f2ec119825306156904
[]
no_license
ginkgo/AMP-LockFreeSkipList
2764b4f528ac6969f21ee3fd0e2ba2444d36e04c
dc68750f5c9fd6d2491e656161ac7c8073f5389c
refs/heads/master
2021-01-20T07:50:51.818369
2014-07-01T01:21:04
2014-07-01T01:21:04
20,526,178
3
0
null
null
null
null
UTF-8
C++
false
false
2,803
h
/* * RecursiveParallelPrefixSum.h * * Created on: Jun 28, 2012 * Author: Martin Wimmer * License: Boost Software License 1.0 */ #ifndef RECURSIVEPARALLELPREFIXSUM_H_ #define RECURSIVEPARALLELPREFIXSUM_H_ #include <iostream> #include <pheet/pheet.h> #include "RecursiveParallelPrefixSumOffsetTask.h" #inc...
[ "weber.t@cg.tuwien.at" ]
weber.t@cg.tuwien.at
dfc08b0d60a9e1aaadd940af404e40687c66d815
829b3f2d0ae685d01fe097c03bf5c1976cbc4723
/mediasoup/UtilsC.hpp
d48290d3c3c05f5e90aa384aa0a2c51af1c5d0a8
[ "Apache-2.0" ]
permissive
liyoung1992/mediasoup-sfu-cpp
f0f0321f8974beb1f4263c9e658402620d82385f
b76564e068626b0d675f5486e56da3d69151e287
refs/heads/main
2023-08-21T21:40:51.710022
2021-10-14T06:29:18
2021-10-14T06:29:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,712
hpp
#ifndef MSC_UTILS_HPP #define MSC_UTILS_HPP #include <cstdint> // uint32_t #include <ctime> // generator seed #include <random> // generators header #include <set> #include <sstream> // istringstream #include <string> #include <vector> namespace mediasoupclient { namespace UtilsC { template<typename T> T get...
[ "yanhua133@126.com" ]
yanhua133@126.com
2b0ec516f0268822237e2536c9b8169f96cf46f7
049a513af55e9af3849616b54f7613ebfba0e260
/LBCards/BLACKPILLHUB/I2CRPT_I2CIO8Blink/I2CRPT_I2CIO8Blink.ino
5b7d15e0ef31ce1f2b051039c43ffb20f5664dd5
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
farukmenguc/lb-Arduino-Code
d087b79620be2ebff447e6a27b5e4ad8f2ce7975
70f33db4717ea5ed1d33ff79c1516344959c7dbb
refs/heads/master
2023-08-05T11:11:44.528540
2021-09-20T00:25:03
2021-09-20T00:25:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,585
ino
//////////////////////////////////////////////////////////////////////// // I2CRPT_I2CIO8Blink Example code // Blink LED //////////////////////////////////////////////////////////////////////// // Hardware // Arduino NANO Breakout board // http://land-boards.com/blwiki/index.php?title=NANO-BKOUT // or STM32 Blue P...
[ "doug@douglasgilliland.com" ]
doug@douglasgilliland.com
366988e4d7eb1b92dd9966e18b5b4eb4b55c2c44
07b21352f483fefbc7ee10f11a018b47da7cb3be
/Augmented_climbing_wall/Cliker.h
04e69dcf087bbcf583f2ef024fbf9aa18dfb6c33
[]
no_license
kurortnik00/Augmented_climbing_wall
aa80a972ee6100c9753a98d0cca9b900154482aa
f1b633657c65b722daa01baa9cdc0e6be96c8f33
refs/heads/master
2020-09-14T07:46:38.211464
2019-12-25T10:23:06
2019-12-25T10:23:06
223,068,679
0
1
null
2019-12-25T10:46:30
2019-11-21T02:15:48
C++
UTF-8
C++
false
false
2,074
h
#pragma once #include "stdafx.h" #include "body_tracker.h" #include "Kinect.h" #include "mainWindow.h" #include "server.h" #include <fstream> #include <sstream> #include <string> class Cliker { public: //Cliker(); //~Cliker(); static void Init(); static void reInit(); static void load(std::string path); static ...
[ "kurortnik00@gmail.com" ]
kurortnik00@gmail.com
9eb1d139b4c853a4301d4b9f0dcf1392cf08b155
16ee97007e8c05bb661338a7e7386763c8d99d55
/ccvt_optimizer.h
d27eddd9192a82ed07288499e583ff5143affcba
[]
no_license
yuemos/Graduation-Project
9ac2ccff2bf20f820ce1ca9d84c041602a3e95dd
8064bcd27c0047ff3c50d16eb2e3fb3ba4c4bfcb
refs/heads/master
2023-05-01T20:24:58.341734
2021-05-23T06:35:17
2021-05-23T06:35:17
369,978,233
0
0
null
null
null
null
UTF-8
C++
false
false
25,952
h
#pragma once #ifndef CCVT_OPTIMIZER_H #define CCVT_OPTIMIZER_H #include <algorithm> #include <assert.h> #include <limits> #include <list> #include <math.h> #include <map> #include <list> #include <queue> #include <vector> namespace ccvt { template<class Site, class Point, class Metric> class Optim...
[ "noreply@github.com" ]
yuemos.noreply@github.com
4cfe7e7d420a62339fa7bfd6282c1193e8979ffd
8424d627b1e9367fe1c2bc6e6796791f8c4b7783
/265/265.old.cpp
20967638873943f1249f2b8fb28198576a2e216d
[]
no_license
lld2006/my-c---practice-project
72d309f378dea1aaf16ffedf161962684ef25aef
c7e133c79528340f40f1a7192a89956bcc11dd00
refs/heads/master
2020-12-25T17:37:28.171658
2018-01-21T08:15:49
2018-01-21T08:15:49
2,707,121
0
0
null
null
null
null
UTF-8
C++
false
false
1,252
cpp
#include <cstdio> #include <vector> #include <cassert> #include "../lib/typedef.h" using namespace std; int ndig = 5; int maxp = 32; int mod = 16; i64 searchCircle(vector<int> bvec, vector<int> flags, int pcurr, int cvalue){ i64 sum = 0; if(pcurr == maxp -1){ for(int i =0; i< ndig -1; ++i){ ...
[ "txdqpal@hotmail.com" ]
txdqpal@hotmail.com
7de246ad61477ecb5e159c8620bc9e9cf0104d49
19164bf117ecb486c94311cb8b2936309b363514
/Leetcode/Unique_email_addresses.cpp
48ae4c8edc0ce1afeb585bcaaef03c89dcba25a0
[]
no_license
geekyanurag/Coding-Interview-Preparation
10a3b5d9c2a9b71483846c0f51751cef24baa2e4
24f11e8ddc9c7c573aa961a9ebb3afd16234a27b
refs/heads/master
2021-05-25T13:01:20.680206
2021-04-27T06:41:28
2021-04-27T06:41:28
253,764,719
0
0
null
null
null
null
UTF-8
C++
false
false
707
cpp
class Solution { public: int numUniqueEmails(vector<string>& emails) { unordered_map<string, int>mp; for(int i =0; i<emails.size(); i++){ string s; int x = emails[i].find('@'); // int y = emails[i].find('+'); for(int j = 0; j<emails[i].length(); j++){ ...
[ "34518493+geekyanurag@users.noreply.github.com" ]
34518493+geekyanurag@users.noreply.github.com
97a2c97d7ffc583f3a76504e714cd2d9c2a103a0
911ea9deb0418b350531ebed386567c3c784b37d
/HeroscapeEditor/TileHive6.cpp
4a3b1af20b2c0bcb1acc88808246be4a34a55659
[]
no_license
dkniffin/virtualscape
7088ca22a2815f7c1ba22d43671dd192eea77d32
7c80625e1b152fb1e7836c83d4165cf79eca1c7d
refs/heads/master
2020-12-31T03:26:12.985542
2014-03-11T16:51:11
2014-03-11T16:51:11
17,637,322
5
0
null
null
null
null
UTF-8
C++
false
false
3,731
cpp
// TileHive6.cpp : implementation file // #include "StdAfx.h" #include "Game3DView.h" #include "TileHive6.h" #include "HeroscapeEditor3DView.h" // The constructor // CTileHive6::CTileHive6() { m_NbTile = 6; m_TileHeight = TILE3D_ZHEIGHT2; m_Type = TYPE_HIVE*1000+m_NbTile; m_TileColor = RGB(193,121,65); Init();...
[ "oddityoverseer13@gmail.com" ]
oddityoverseer13@gmail.com
1412f755ab4d1234111f2ee3eb35040772f80545
0bfca409c1cc3fee16e7f8688b610775fd4d2b75
/CardEight.cpp
926274ea18104223095a366807b6aad21c966848
[]
no_license
Engineer-mostafa/Monopolyy-Game
a7ed610a0ae9338f1c8f6e1e1bb1bf9c6731ff76
f74d1af410df9ebb1a2058c7edc4c4aba61355e8
refs/heads/master
2020-10-01T05:41:03.259223
2019-12-20T18:54:08
2019-12-20T18:54:08
227,469,489
0
0
null
null
null
null
UTF-8
C++
false
false
1,396
cpp
#include "CardEight.h" #include "Grid.h" #include "Player.h" CardEight::CardEight(const CellPosition & pos) : Card(pos) // set the cell position of the card { cardNumber = 8; // set the inherited cardNumber data member with the card number (1 here) prevent[0] = 1; prevent[1] = 1; prevent[2] = 1; prevent[3] = 1...
[ "abdomagdodz@gmail.com" ]
abdomagdodz@gmail.com
30ecb1fd7ebbb1b96825bbbd2d4d7d142fe207e6
4d6bf26f4d9a43082f87e177c1a2ac6c9662c288
/Chapter 14/Programming challenge/15/Odometer.h
1babc401b02bca3dc3b64bf7a5bf8cbdf7fa653c
[]
no_license
Miao4382/Starting-Out-with-Cplusplus
08d13d75fdb741be59a398b76275c5ee394840ca
dd3a1eadcf403ae57a68183987fc24fbfac0517f
refs/heads/master
2020-05-24T23:22:49.978761
2019-05-20T18:40:01
2019-05-20T18:40:01
187,513,299
2
0
null
null
null
null
UTF-8
C++
false
false
728
h
#ifndef ODOMETER_H #define ODOMETER_H class Fuel_gauge; class Odometer { private: int mileage; int gallon_mile; //hold the mileage of current fuel cycle, if it is >= fuel_economy, subtract fuel_economy and decrease fuel gauge by 1 (24 mile per gallon) static int fuel_economy; //24 mile per gallon static int max...
[ "33183267+Miao4382@users.noreply.github.com" ]
33183267+Miao4382@users.noreply.github.com
111237398036b2ff3a664309fba0e8095af0e710
5d222e9eb564ae817816a562d6982c0167eca6b2
/大一/实验室/栈、队列/非诚勿扰.cpp
9ae8ba288848a0bfee6b01f1d3f24942aab91f86
[]
no_license
pure-xiaojie/acmCode
00c811796de44d4a0316c22f1a7956d2dc868e19
5c1932ba5fa7c3d141ae7f5294004c862102a4b7
refs/heads/master
2021-02-14T19:55:02.546355
2020-08-11T13:54:09
2020-08-11T13:54:09
244,829,610
0
0
null
null
null
null
UTF-8
C++
false
false
1,160
cpp
#include<stdio.h> #include<iostream> #include<algorithm> #include<cstring> #include<cmath> #include<cstdlib> #include<queue> using namespace std; int main() { int k,i,a; cin >> a; for (k=0; k<a; k++) { queue<string> q[21]; printf("Case #%d:\n",k+1); int n,m=0; cin >> n; ...
[ "1952175699@qq.com" ]
1952175699@qq.com
afff5747607a70d451dff47e08e3705b94b204ca
0d8911e70e2b56eaee8b65a18b41c4614b600831
/poly_class.h
6ae6721c5904f66b9f9c8cddfad826a0ef0a58e5
[]
no_license
thetabow/Polynomial_calculator
5738f1fbc893c0146101d6985787e0d4264ca2ee
af428ddef4ec551f84a03e87c6cc04937be2df61
refs/heads/master
2021-07-22T17:48:43.887640
2017-11-03T04:17:59
2017-11-03T04:17:59
107,882,964
0
0
null
null
null
null
UTF-8
C++
false
false
1,462
h
/* ----------------------------------------------------------------------------------------------------------- FILE NAME: poly_class.h DESCRITION: header file for Polynomial project PURPOSE: includes Polynomial class header file into poly_class.cpp USAGE: no parameters needed EXAMPLES: ./Polynomial PARAMETERS: no...
[ "zuriah_quinton@mail.tmcc.edu" ]
zuriah_quinton@mail.tmcc.edu
c894e367184b011513083cdbbc40b7cef39fbdb2
b669094d27d471ab82bd25220ee22fc0867465cb
/tool/res_build/src/togo/tool_res_build/resource_compiler.cpp
4a30a238930172e46f306348394e34aca80a5204
[ "MIT" ]
permissive
komiga/togo
9f26af22f3cc4dc535d30d886deb294ebf717ba9
7a366fc02e87c8480f008aa110516e4b04f8d73b
refs/heads/master
2021-01-23T21:18:15.402108
2020-11-07T06:35:14
2020-11-07T06:35:14
21,193,515
27
1
null
null
null
null
UTF-8
C++
false
false
749
cpp
#line 2 "togo/tool_res_build/resource_compiler.cpp" /** @copyright MIT license; see @ref index or the accompanying LICENSE file. */ #include <togo/tool_res_build/config.hpp> #include <togo/tool_res_build/types.hpp> #include <togo/tool_res_build/resource_compiler.hpp> #include <togo/tool_res_build/compiler_manager.hpp>...
[ "me@komiga.com" ]
me@komiga.com
81355634ae2834d9bbceb58edae3f398c33288a4
bdb7d942c19561a8ded767779c409c231a29d4ac
/engine/PainterCursor.cpp
976e89a62660db4974fd69a4bdca6bd99fefe424
[]
no_license
edolphin-ydf/char_game_engine
d1b8040f82a08d32b7398e3274c610f9cc5c7535
e8fb630afe00529da34346946247fc49f5e19fd7
refs/heads/master
2021-01-22T11:10:57.051190
2017-02-08T10:59:48
2017-02-08T10:59:48
55,417,558
0
1
null
null
null
null
UTF-8
C++
false
false
2,353
cpp
#include "PainterCursor.h" #include <curses.h> #include <math.h> #include <stdio.h> namespace edolphin { PainterCursor::PainterCursor (){ } PainterCursor::~PainterCursor () { } bool PainterCursor::init() { initscr(); if (!has_colors()) { return false; } use_default_colors(); // black backgroupd and white...
[ "shisanbihua@126.com" ]
shisanbihua@126.com
83f685baebda240453f192b880196772c44a2b97
0e40a0486826825c2c8adba9a538e16ad3efafaf
/lib/boost/include/boost/mpl/vector/vector0.hpp
7dbbd1c999db54f0538def00ae862e4d9e18e4cd
[ "MIT" ]
permissive
iraqigeek/iZ3D
4c45e69a6e476ad434d5477f21f5b5eb48336727
ced8b3a4b0a152d0177f2e94008918efc76935d5
refs/heads/master
2023-05-25T19:04:06.082744
2020-12-28T03:27:55
2020-12-28T03:27:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,254
hpp
#ifndef BOOST_MPL_VECTOR_VECTOR0_HPP_INCLUDED #define BOOST_MPL_VECTOR_VECTOR0_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boos...
[ "github@bo3b.net" ]
github@bo3b.net
271cbbf0b458f4bfd288241c18a3f1fa89ae67f4
faf57a4070a8e93e2957264946c401e6fa3843d9
/src/version.h
39d93d6eb14b82b6c44103042638e5231e228e8d
[ "MIT" ]
permissive
DeepCoin/build
97d59774651edd9248fac64d8e5c066c461a3971
bf455686c5c16f4b79159d1693ac45da322a4bdf
refs/heads/master
2021-01-15T10:07:33.406105
2014-01-15T05:01:56
2014-01-15T05:01:56
16,031,446
2
1
null
null
null
null
UTF-8
C++
false
false
1,578
h
// Copyright (c) 2012 The Bitcoin developers // Copyright (c) 2012 ApeCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_VERSION_H #define BITCOIN_VERSION_H #include <string> // // client versio...
[ "filthcoin@gmail.com" ]
filthcoin@gmail.com
47dd5f1a7446fb1b38340a2fe6dd69acbdb7f840
f55eab7f9e2e07488ee8939a68234ed8befc0494
/testsystem/resultsdialog.h
882e70f8b684ab1d6d0f8939b5220988e13e82f4
[]
no_license
tmkplus/tmkplus
1e5bc36df6c54d85561f386775be99d85f8450c5
0a6ae93fcf732fa99dca101eb0c30c438163e389
refs/heads/master
2020-09-19T20:39:18.414703
2019-11-26T22:05:05
2019-11-26T22:05:05
224,292,199
0
0
null
null
null
null
UTF-8
C++
false
false
523
h
#ifndef RESULTSDIALOG_H #define RESULTSDIALOG_H #include <QDialog> #include <QCloseEvent> namespace Ui { class ResultsDialog; } class ResultsDialog : public QDialog { Q_OBJECT public: explicit ResultsDialog(QWidget *parent = 0, QString whereToSaveScreenshot = ""); ~ResultsDialog(); QString screensho...
[ "d1911463@urhen.com" ]
d1911463@urhen.com
b2aa65f46420ac4d310772e87dd26520d1bfcc3d
94b89cd09b4ab7e8ef33bbf66ea3be42a5a6e186
/gameplugin/doudizhu/game/GameLogic.cpp
8375213d78b0481f7ec5dfcc1cce80ce5e843878
[]
no_license
xcschina/Chessserver-devmain
72c4da345ec1e673919e02b4bb44e2430548a354
38543a2f95b5734c1a6d4b83ee7b89fe81576e02
refs/heads/master
2020-06-17T07:47:57.361591
2018-12-18T08:18:51
2018-12-18T08:18:51
null
0
0
null
null
null
null
GB18030
C++
false
false
40,466
cpp
#include "StdAfx.h" #include "GameLogic.h" ////////////////////////////////////////////////////////////////////////////////// //静态变量 //索引变量 const BYTE cbIndexCount=5; //扑克数据 const BYTE CGameLogic::m_cbCardData[FULL_COUNT]= { 0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D, //方块 A - K 0x11,0x12,0x1...
[ "po2656233@qq.com" ]
po2656233@qq.com
5bfb294098e921a34bfa651ff17731e938da6e43
d3131b2bfce7beb9216b616c755102f2625158a2
/src/glis/internal/fps.cpp
a1b56048449b59a515d5f94a12aacd937d77301d
[]
no_license
gitter-badger/GLIS
8175b18f7d8960cd19a853eebf690a07dd080d3a
00b0a2bf721bb6ff7612ba65334cf1216a152594
refs/heads/master
2022-11-27T08:35:40.782407
2020-08-13T13:18:35
2020-08-13T13:19:14
287,288,006
0
0
null
2020-08-13T13:29:37
2020-08-13T13:29:36
null
UTF-8
C++
false
false
695
cpp
#include <glis/internal/fps.hpp> #include <sys/time.h> // struct timeval, gettimeofday long GLIS_FPS::getCurrentTime(void) { struct timeval tv = {0}; gettimeofday(&tv, NULL); return tv.tv_sec * 1000. + tv.tv_usec / 1000.; } void GLIS_FPS::onFrameStart() { frameStartTime = getCurrentTime(); } void GL...
[ "smallville7123@gmail.com" ]
smallville7123@gmail.com
a4b863ba9cf268f0daf29c1ffe13761403ac1579
e9a075c0619679913df292293b47e9e8ec292450
/lab3/ex2/ex2.cpp
9bb813863dfc7862823b15309bb7d21a038e5c6f
[]
no_license
RoyRyy/cpp
e34990c7c02718f338aa1b1b0138b1cd13ffe8cf
e8aeaecf2a95be9ea7f4ba8e704c34136fec624e
refs/heads/master
2020-12-26T19:37:27.249019
2020-09-18T01:53:54
2020-09-18T01:53:54
237,617,884
1
0
null
null
null
null
UTF-8
C++
false
false
357
cpp
#include <iostream> #include<string> using namespace std; int main() { char a[100], b[50]; int i=0, j=0; cout << "Please input string 1:" << endl; cin >> a; cout << "Please input string 2:"<< endl; cin >> b; while (a[i] != '\0') i++; while (b[j] != '\0') { a[i++] = b[j++]; a[i] = '\0'; } cout << a << e...
[ "2524380603@qq.com" ]
2524380603@qq.com
1631d993891819c8bd201364c1123489d934e2cc
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5631572862566400_0/C++/gvaibhav21/C.cpp
5917318cd0968db6759f369f55f1d605b46cf7f3
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,369
cpp
#include<bits/stdc++.h> using namespace std; #define sd(a) scanf("%d",&a) #define ss(a) scanf("%s",&a) #define sl(a) scanf("%lld",&a) #define clr(a) memset(a,0,sizeof(a)) #define debug(a) printf("check%d\n",a) #define F first #define S second #define MP make_pair #define PB push_back #define ll long long int bff[1010]...
[ "alexandra1.back@gmail.com" ]
alexandra1.back@gmail.com
d6456844b8458d37e4a294db0aea2f0b2634fff9
a1fbf16243026331187b6df903ed4f69e5e8c110
/cs/engine/layers/xrRenderDX10/3DFluid/dx103DFluidVolume.h
98981243e31e77158f715289ce5a59d152b5b4fa
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
OpenXRay/xray-15
ca0031cf1893616e0c9795c670d5d9f57ca9beff
1390dfb08ed20997d7e8c95147ea8e8cb71f5e86
refs/heads/xd_dev
2023-07-17T23:42:14.693841
2021-09-01T23:25:34
2021-09-01T23:25:34
23,224,089
64
23
NOASSERTION
2019-04-03T17:50:18
2014-08-22T12:09:41
C++
UTF-8
C++
false
false
624
h
#ifndef dx103DFluidVolume_included #define dx103DFluidVolume_included #pragma once #include "dx103DFluidData.h" #include "../../xrRender/FBasicVisual.h" class dx103DFluidVolume : public dxRender_Visual { public: dx103DFluidVolume(); virtual ~dx103DFluidVolume(); virtual void Load( LPCSTR N, IReader *data, u32 dwF...
[ "paul-kv@yandex.ru" ]
paul-kv@yandex.ru
6fbea92e7f36f02ed3fb709343090994a25367bd
9160d5980d55c64c2bbc7933337e5e1f4987abb0
/base/src/sgpp/base/operation/hash/OperationEvalModNakBsplineNaive.hpp
30f05c8098c7c17248bb9f0f3b9e184f1924a4df
[ "LicenseRef-scancode-generic-exception", "BSD-3-Clause" ]
permissive
SGpp/SGpp
55e82ecd95ac98efb8760d6c168b76bc130a4309
52f2718e3bbca0208e5e08b3c82ec7c708b5ec06
refs/heads/master
2022-08-07T12:43:44.475068
2021-10-20T08:50:38
2021-10-20T08:50:38
123,916,844
68
44
NOASSERTION
2022-06-23T08:28:45
2018-03-05T12:33:52
C++
UTF-8
C++
false
false
1,971
hpp
// Copyright (C) 2008-today The SG++ project // This file is part of the SG++ project. For conditions of distribution and // use, please see the copyright notice provided with SG++ or at // sgpp.sparsegrids.org #ifndef OPERATIONEVALMODNAKBSPLINENAIVE_HPP #define OPERATIONEVALMODNAKBSPLINENAIVE_HPP #include <sgpp/glob...
[ "julian.valentin@ipvs.uni-stuttgart.de" ]
julian.valentin@ipvs.uni-stuttgart.de
d1f662b81a09bab11acd4becce39f3a12998b585
94b3e44d2afd56628adfec64b556dc4d333882b0
/Count number of hops.cpp
ef5b16aee10708dc04070fbcb01a8411f57d49cd
[]
no_license
parasiitism/Dynamic-Programing-For-Interview
191f08e3f83c38255751297a9438f193353c5745
938a8a28d9fa8797b0dd98daa3943ade6e45e3cd
refs/heads/main
2022-12-25T07:13:53.524450
2020-10-06T13:27:33
2020-10-06T13:27:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,516
cpp
//Problem link: https://practice.geeksforgeeks.org/problems/count-number-of-hops/0/ //THIS IS A SIMPLE PROBLEM OF DP //DIFFERENCE FROM COIN CHAGE IS:🧐🧐 //In coin change, we consider 1 2 1 , 1 1 2 and 2 1 1 all same, //but here we have to count 3 for all the above cases seperately. //Explaination😋😋 //For count...
[ "noreply@github.com" ]
parasiitism.noreply@github.com
c6b5d99e50af49ad72ea7640f676f8692a0edc78
53a3313ef0effa5447114b5008ae4e81867a7d7d
/scanAndWriteRFIDsToFile/scanAndWriteRFIDsToFile.ino
fc6ca89f7a7732f7cb87858c568c8ee2597fe3ac
[]
no_license
abreuse/hackyouin
1c29aae4c198ee4ceb391e951d38e810b43f707b
754e5415d47b0f935dee39f7aba95705a7eb3935
refs/heads/master
2020-12-06T17:14:46.310841
2017-03-17T15:31:42
2017-03-17T15:31:42
95,567,876
1
0
null
2017-06-27T14:34:55
2017-06-27T14:34:55
null
UTF-8
C++
false
false
5,047
ino
#include <SPI.h> #include <MFRC522.h> #include <ESP8266WiFi.h> #include "Gsender.h" #include "FS.h" #include <vector> #define RST_PIN 2 // Configurable, see typical pin layout above #define SS_PIN 15 // Configurable, see typical pin layout above #pragma region Globals const char* s...
[ "Alexis@MacBook-Pro-de-Alexis.local" ]
Alexis@MacBook-Pro-de-Alexis.local
a7c93a80e9a1944adf528b7bf63d3833873d0024
4e1190455394bb008b9299082cdbd236477e293a
/CodeForces/Rounds/578 (Div.2)/b.cpp
0c6d1425af62b6a59c33e576627d9fa552ebbe22
[]
no_license
Leonardosu/competitive_programming
64b62fc5a1731763a1bee0f99f9a9d7df15e9e8a
01ce1e4f3cb4dc3c5973774287f2e32f92418987
refs/heads/master
2023-08-04T06:27:26.384700
2023-07-24T19:47:57
2023-07-24T19:47:57
202,539,762
4
6
null
2022-10-25T00:24:54
2019-08-15T12:46:33
C++
UTF-8
C++
false
false
424
cpp
#include <bits/stdc++.h> #define N 110 using namespace std; int v[N],t; int n,m,k; int main() { ios_base::sync_with_stdio(false); cin.tie(0); cin>>t; while(t--) { cin>>n>>m>>k; bool impossible = false; for(int i=1;i<=n;++i) cin>>v[i]; for(int i=1;i<n;++i) { m+=v[i] - max(0,v[i+1]-k); if(m<0)...
[ "leonardosu0@gmail.com" ]
leonardosu0@gmail.com
916958e8e9f97dc012a912c3e4e3daf4c1c985fa
5d9bbf92c9b35613f2944f24f4cc42d8e21d25de
/preS18/Networks/hw2/AStar.cpp
715d77205d1049811d6ca81b88a7f4c4453e9bb6
[]
no_license
nclewis96/school
da39dac89c4210d95a62d608146818e14821f8bf
cded9c5bd1a50359bf36d21faade30f758ba8718
refs/heads/master
2020-03-20T22:40:04.878767
2018-08-15T20:41:15
2018-08-15T20:41:15
137,809,315
0
0
null
null
null
null
UTF-8
C++
false
false
923
cpp
/******************************************** * Nathaniel Lewis * nlewis * CSCI 446 AI * Fall 2017 * Assignment 02 - Search * File - AStar.cpp ********************************************/ #include "AStar.h" #include "Town.h" #include <string> #include <stack> #include <map> #include <climits> #include <iostream> To...
[ "nlewis@mtech.edu" ]
nlewis@mtech.edu
41ca6abebfeb2c9ecb03e3bbfe07aeff78221b2b
29b81bdc013d76b057a2ba12e912d6d4c5b033ef
/boost/include/boost/python/to_python_value.hpp
52dba42eaff8714174efd9b45405b940afbfeef4
[]
no_license
GSIL-Monitor/third_dependences
864d2ad73955ffe0ce4912966a4f0d1c60ebd960
888ebf538db072a92d444a9e5aaa5e18b0f11083
refs/heads/master
2020-04-17T07:32:49.546337
2019-01-18T08:47:28
2019-01-18T08:47:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:e4f04fc65f28ccb96f30f684bc9b0f91440483c2d28e97e8a3a73534e2d54683 size 5407
[ "you@example.com" ]
you@example.com
88c882f160888e3d279ff345ff4dbf0ebd65942b
87aba51b1f708b47d78b5c4180baf731d752e26d
/Replication/DataFileSystem/PRODUCT_SOURCE_CODE/itk/Modules/Segmentation/DeformableMesh/include/itkDeformableSimplexMesh3DBalloonForceFilter.h
7d4116598d00ab527a3681a42fcb4ada94460782
[]
no_license
jstavr/Architecture-Relation-Evaluator
12c225941e9a4942e83eb6d78f778c3cf5275363
c63c056ee6737a3d90fac628f2bc50b85c6bd0dc
refs/heads/master
2020-12-31T05:10:08.774893
2016-05-14T16:09:40
2016-05-14T16:09:40
58,766,508
0
0
null
null
null
null
UTF-8
C++
false
false
4,510
h
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * ...
[ "jstavr2@gmail.com" ]
jstavr2@gmail.com
7a521cbc17db17efcdd317080996e144cd3edc2a
45e0fbd9a9dbcdd4fbe6aaa2fdb2aed296f81e33
/FindSecret/Classes/Native/System_Xml_System_Xml_Schema_XmlSchemaValidationExc816160496.h
04f9b2e9bd585a1afa8c520caea5d43f8ecb98cf
[ "MIT" ]
permissive
GodIsWord/NewFindSecret
d4a5d2d810ee1f9d6b3bc91168895cc808bac817
4f98f316d29936380f9665d6a6d89962d9ee5478
refs/heads/master
2020-03-24T09:54:50.239014
2018-10-27T05:22:11
2018-10-27T05:22:11
142,641,511
0
0
null
null
null
null
UTF-8
C++
false
false
608
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "System_Xml_System_Xml_Schema_XmlSchemaException3511258692.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-...
[ "zhangyide@9fbank.cc" ]
zhangyide@9fbank.cc
9298d8be312fcda2deb1b29d5edc52c64ee70d68
764236bd2d3984c68661a299269b15f4afc5c49e
/zcommon/src/zcommon/zservicelocator.h
559de3adf5ab9cddad91e02908080b14acc6c02b
[]
no_license
tamvh/HomeBackend
054ffef4ea41ad8a745d23ba274fc8ba5a6dae42
f7187702816f0480f049d413a9c35d37293195df
refs/heads/master
2020-12-24T09:55:10.030412
2016-11-10T06:39:17
2016-11-10T06:39:17
73,259,952
0
1
null
null
null
null
UTF-8
C++
false
false
866
h
#ifndef ZSERVICELOCATOR_H #define ZSERVICELOCATOR_H #include <map> class ZServiceLocator { public: static ZServiceLocator* instance(); public: enum class ServiceId : int32_t { UserManager, DeviceManager, DBProxy, MemCacheProxy, IDGenerator, SessionService, ...
[ "huytamuit@gmail.com" ]
huytamuit@gmail.com
97505be8c6889b2694c82b031ac26958e47aa2a2
427f48b76d1b312cff7af2d9b535ea333e8d154e
/cpp/keyword_xor_eq.cpp
48523d5fc73418b82e21fae8a80672b1ee95d3a9
[ "MIT" ]
permissive
rpuntaie/c-examples
8925146dd1a59edb137c6240363e2794eccce004
385b3c792e5b39f81a187870100ed6401520a404
refs/heads/main
2023-05-31T15:29:38.919736
2021-06-28T16:53:07
2021-06-28T16:53:07
381,098,552
1
0
null
null
null
null
UTF-8
C++
false
false
749
cpp
/* g++ --std=c++20 -pthread -o ../_build/cpp/keyword_xor_eq.exe ./cpp/keyword_xor_eq.cpp && (cd ../_build/cpp/;./keyword_xor_eq.exe) https://en.cppreference.com/w/cpp/keyword/xor_eq */ #include <iostream> #include <bitset> using bin = std::bitset<8>; void show(bin z, const char* s, int n) { if (n == 0) std::cout <<...
[ "roland.puntaier@gmail.com" ]
roland.puntaier@gmail.com
361e42d27869d168cf0727e31350407ec644de88
f94aa5bd4d8814b57ae6713c1f69fa1e11bc6526
/TribesAscendSDK/HeaderDump/TribesGame__TrAward_Flag_Returns.h
92b2960b691e004b3122849d05703fcfad25d41f
[]
no_license
pixel5/TASDK
71980b727b86034771ea91c67f6c02116f47c245
0dc5e4524efed291fe7d8cf936fa64e0e37e4e82
refs/heads/master
2020-05-23T15:12:55.162796
2013-07-13T00:27:32
2013-07-13T00:27:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
902
h
#pragma once #define ADD_VAR( x, y, z ) ( ##x ) var_##y() \ { \ static ScriptProperty *script_property = ( ScriptProperty* )( ScriptObject::Find( #x " TribesGame.TrAward_Flag_Returns." #y ) ); \ return ( ##x( this, script_property->offset, z ) ); \ } #define ADD_STRUCT( x, y, z ) ( ##x ) var_##y() \ { \ static Scrip...
[ "altimormc@gmail.com" ]
altimormc@gmail.com
f88c54878cce8f21c1b40d8067f8cb7785ab3451
39eb7c2f4f6dd1f0c63515f822f9a03cf8f7b5bc
/Assignment_2_5/Assignment_2_5.cpp
84c230562a74ec6342e34445ab03fa1e94fcf5bb
[]
no_license
maomaoto/OCW_C_Basic_Assignment
3d35900ad5b4719090bf8dde48dd5d14ccf0c8e8
0015199e9b8e2bbfbc9c4a48abf7f5752d468ae8
refs/heads/master
2021-01-10T07:54:04.790629
2016-03-21T03:52:57
2016-03-21T03:52:57
52,263,079
0
0
null
null
null
null
BIG5
C++
false
false
684
cpp
#include <iostream> using namespace std; /* 數組逆序重放 描述: 將一個數組中的值逆序重新存放。例如:原來順序為8,6,5,4,1,要求改為1,4,5,6,8 輸入: 輸入為兩行:第一行為數組中元素的個數 n (1<n<100),第二行是 n 個整數,每兩個整數之間用空格分隔。 輸出: 輸出為一行:輸出逆序後數組的整數,每兩個整數之間用空格分隔。 */ int main() { int n = 0; cin >> n; int a[100]; for (int i = 0;...
[ "maomaoto@gmail.com" ]
maomaoto@gmail.com
941cd7e6796c2af5fb927ffd615e71c417e7e7de
72f29a1f42739b1f4d03515e6c23d541ccc2a482
/test/hash/fnvTest.cpp
32d319261d281687900fdf79d45e337523621bbe
[ "Apache-2.0" ]
permissive
zpooky/sputil
ec09ef1bb3d9fe9fac4e2d174729515672bef50a
30d7f0b2b07cecdc6657da30cf5c4ba52a9ed240
refs/heads/master
2022-08-27T09:13:06.982435
2022-08-10T20:41:49
2022-08-10T20:42:35
116,656,968
0
0
null
null
null
null
UTF-8
C++
false
false
34,216
cpp
/* * test_fnv - FNV test suite * * @(#) $Revision: 5.3 $ * @(#) $Id: test_fnv.c,v 5.3 2009/06/30 11:50:41 chongo Exp $ * @(#) $Source: /usr/local/src/cmd/fnv/RCS/test_fnv.c,v $ * *** * * Fowler/Noll/Vo hash * * The basis of this hash algorithm was taken from an idea sent * as reviewer comments to the IEEE P...
[ "spooky.bender@gmail.com" ]
spooky.bender@gmail.com
d94386563ee44c70a75d0f1a785fc9f0ab7e1dbb
76fd027a7236973ab117d2689916b6b5bd134229
/src/compiler/js-call-reducer.cc
3a88a90c978102d9f08434a7d317ed068601a4ea
[ "BSD-3-Clause", "SunPro", "bzip2-1.0.6" ]
permissive
skynode/v8
13657e5b41cc4453a4a050087a129bc295b5adf6
0db2196612ab7f2f54782a6e2dbf05021d7a77ec
refs/heads/master
2021-01-19T08:20:26.528487
2017-05-09T10:53:55
2017-05-09T10:53:55
84,011,827
1
0
null
2017-05-09T10:53:57
2017-03-05T23:57:11
C++
UTF-8
C++
false
false
36,858
cc
// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/compiler/js-call-reducer.h" #include "src/code-factory.h" #include "src/code-stubs.h" #include "src/compilation-dependencies.h" #include ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
ff6c3bca28a9d1863bc339ad767c1c0add035428
5a60d60fca2c2b8b44d602aca7016afb625bc628
/aws-cpp-sdk-guardduty/source/model/UpdateMemberDetectorsResult.cpp
80cec6012b0e2371f805c856d6efc66dddc3bd7e
[ "Apache-2.0", "MIT", "JSON" ]
permissive
yuatpocketgems/aws-sdk-cpp
afaa0bb91b75082b63236cfc0126225c12771ed0
a0dcbc69c6000577ff0e8171de998ccdc2159c88
refs/heads/master
2023-01-23T10:03:50.077672
2023-01-04T22:42:53
2023-01-04T22:42:53
134,497,260
0
1
null
2018-05-23T01:47:14
2018-05-23T01:47:14
null
UTF-8
C++
false
false
1,325
cpp
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/guardduty/model/UpdateMemberDetectorsResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #inclu...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
37255147e284ca4d1f37f0e803854331d9c33dd0
83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1
/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
a0723ebf497619369acfcc5bbd582d8d75ce4d41
[ "BSD-3-Clause", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "Apache-2.0" ]
permissive
cool2528/miniblink49
d909e39012f2c5d8ab658dc2a8b314ad0050d8ea
7f646289d8074f098cf1244adc87b95e34ab87a8
refs/heads/master
2020-06-05T03:18:43.211372
2019-06-01T08:57:37
2019-06-01T08:59:56
192,294,645
2
0
Apache-2.0
2019-06-17T07:16:28
2019-06-17T07:16:27
null
UTF-8
C++
false
false
8,751
cpp
/* * Copyright (C) 2012 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
[ "22249030@qq.com" ]
22249030@qq.com
8e1d61e7153eaa8bf9afe295e38be14caf21e752
0f8965ca3ef310dc0ba47f383ebdcc1bcef3616a
/ext/TslGame_MULTI_HACK-master/PUBG 2.3.3/SDK/PUBG_SystemMessageWidget_functions.cpp
0338b1b98cfb0ce7d0f2094dfd376bcdeb3bc3bc
[]
no_license
sbaa2014/MFCApplication1
dc8f58200845ad6c51edb7aff72b3532ad63f532
ca6106582c77a55d50cfa209341dc424757d3978
refs/heads/master
2021-01-20T17:19:52.409004
2017-07-14T11:47:28
2017-07-14T11:47:28
95,742,921
5
3
null
null
null
null
UTF-8
C++
false
false
1,915
cpp
#pragma once // PUBG (Beta) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace Classes { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Function SystemMessage...
[ "sbaa2009@gmail.com" ]
sbaa2009@gmail.com
c1fab5a4c0827d1790fec7c9fc8a1cb5c6772805
8faee0b01b9afed32bb5b7ef1ab0dcbc46788b5b
/source/src/objtools/alnmgr/unit_test/unit_test_alnmgr.cpp
006b1336bae0c03424dcefb95b848903a3e29ee4
[]
no_license
jackgopack4/pico-blast
5fe3fa1944b727465845e1ead1a3c563b43734fb
cde1bd03900d72d0246cb58a66b41e5dc17329dd
refs/heads/master
2021-01-14T12:31:05.676311
2014-05-17T19:22:05
2014-05-17T19:22:05
16,808,473
2
0
null
null
null
null
UTF-8
C++
false
false
37,451
cpp
/* $Id: unit_test_alnmgr.cpp 369976 2012-07-25 15:20:22Z grichenk $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government ...
[ "jackgopack4@gmail.com" ]
jackgopack4@gmail.com
64bbd45ef69db9dc6a7443dafac5f72c43dc720f
8f567a4a63a631131ce3bc92a761074b9307520d
/div2C/scrap.cpp
0d32b6df2fcb9451930bd8200e162f8206cdaa34
[]
no_license
Schrodinger1926/A2OJ
bf2c8ab365f16e78649b5aa8f00d910b51726ff9
e0e6858c0172f8caca079f4aa75edebff742335e
refs/heads/master
2020-12-25T14:38:28.310091
2016-10-05T23:04:51
2016-10-05T23:04:51
65,757,829
0
0
null
null
null
null
UTF-8
C++
false
false
958
cpp
#include <algorithm> #include <cassert> #include <climits> #include <cmath> #include <complex> #include <cstdio> #include <cstdlib> #include <cstring> #include <functional> #include <iostream> #include <iomanip> #include <limits> #include <map> #include <numeric> #include <queue> #include <set> #include <stack> #includ...
[ "sidharth.sindhra@gmail.com" ]
sidharth.sindhra@gmail.com
314d648fea7983e71028dbbb5123db1884e50cbe
c2484df95f009d516bf042dca93857b43a292333
/codeforces/round355/a/main.cpp
15553c8acd8c07c5838ac95da374ffc918c7f149
[ "Apache-2.0" ]
permissive
seirion/code
545a78c1167ca92776070d61cd86c1c536cd109a
a59df98712c7eeceabc98f6535f7814d3a1c2c9f
refs/heads/master
2022-12-09T19:48:50.444088
2022-12-06T05:25:38
2022-12-06T05:25:38
17,619,607
14
4
null
null
null
null
UTF-8
C++
false
false
286
cpp
// http://codeforces.com/contest/677/problem/A // A. Vanya and Fence #include <iostream> using namespace std; int main() { int n, k; cin >> n >> k; int r = n; while (n--) { int x; cin >> x; if (k < x) r++; } cout << r << endl; return 0; }
[ "neo.jang@hpcnt.com" ]
neo.jang@hpcnt.com
4cbfd5eac46234d40c8137d834507a816014a5f9
8312c4d936270b3319ebc374e58ed6b918414a88
/Goblin.h
4b6bb89b3e580181f5c225af0c68133999dea68b
[]
no_license
TumbleJamie/CardGame
1bd421fc2bf601d0018d9deb31a3d565b3109a0a
49d1d00faf787a45c064227db0436700e4d0d20c
refs/heads/master
2021-01-03T21:45:19.067939
2020-02-13T11:54:54
2020-02-13T11:54:54
240,248,445
0
0
null
null
null
null
UTF-8
C++
false
false
319
h
#pragma once #include "Card.h" class Goblin : public Card { public: int GetType(); string GetName(); int GetHealth(); int GetAttack(); void SetHealth(int enemyAttack); Goblin(); private: int type = 1; int health = 1; int attack = 2; string name = "Goblin"; };
[ "noreply@github.com" ]
TumbleJamie.noreply@github.com
35713578ec1e06fb08f996e813c1d5a99b3d87a3
92e979498ec13e4ef1f9ff140e12865b5082c1dd
/SDK/BP_ActionSpectatorCam_parameters.h
479cd43c8ffdd71931863f1bc4b081d44152166c
[]
no_license
ALEHACKsp/BlazingSails-SDK
ac1d98ff67983b9d8e9c527815f17233d045d44d
900cbb934dc85f7325f1fc8845b90def2298dc2d
refs/heads/master
2022-04-08T21:55:32.767942
2020-03-11T11:37:42
2020-03-11T11:37:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,005
h
#pragma once #include "../SDK.h" // Name: BlazingSails, Version: 1.481.81 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Parameters //--------------------------------------------------------------------------- // Func...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
c4705d1a2b154b92ca01f8b41615f12120cbc7de
032013d17b506b2eb732a535b9e42df148d9a75d
/src/plugins/azoth/interfaces/azoth/imessage.h
ad2cb6cc82af5b5731cfd1ce8554fcef2c85ba21
[ "BSL-1.0" ]
permissive
zhao07/leechcraft
55bb64d6eab590a69d92585150ae1af3d32ee342
4100c5bf3a260b8bc041c14902e2f7b74da638a3
refs/heads/master
2021-01-22T11:59:18.782462
2014-04-01T14:04:10
2014-04-01T14:04:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,104
h
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organiz...
[ "0xd34df00d@gmail.com" ]
0xd34df00d@gmail.com
e6198beac1330fdffcd618d9231304b9c865ecc2
cd9256bdf7834c7723c7c36ad0cc87ff0ffbd4ad
/15666.cpp
2cc48b00b4ec5c7e9c203e8844dfc370a6580579
[]
no_license
surinoel/boj
23060000aeaaf789f0525d716d5ef048661d7b6c
2b3a007cf4efaafc196cdd7c745a375b3f88e7e7
refs/heads/master
2020-05-02T09:02:07.434285
2020-02-20T01:10:00
2020-02-20T01:10:00
177,858,962
0
1
null
null
null
null
UTF-8
C++
false
false
811
cpp
#include <vector> #include <iostream> #include <algorithm> using namespace std; int n, m; bool visit[9]; vector<int> num; vector<vector<int>> ans; void go(int idx, int maxcnt, vector<int> v) { if (maxcnt == m) { ans.push_back(v); return; } for (int i = idx; i < n; i++) { v.push_back(num[i]); go(i, maxcnt...
[ "noreply@github.com" ]
surinoel.noreply@github.com
34eed5ef3cebe590abe2028e74f1315cf2bbc32f
3bcc2188ac43900cccbc0a164b23e1e7b8e16ba8
/linked list/linked list of strings forms a palindrome.cpp
a5f021c17690dd92c1ac38e5e94597c508134463
[]
no_license
NehalTiwari/coding-practice
869c05993a738da7b6a3e105d5f13c2b3ce2596d
1c776a3e50ff68480bdd613894e44f9884be7fe3
refs/heads/master
2023-01-05T22:17:20.672197
2020-11-09T01:26:11
2020-11-09T01:26:11
276,035,521
0
0
null
null
null
null
UTF-8
C++
false
false
564
cpp
//driver code ends here. /* The structure of linked list is the following struct Node { string data; Node* next; Node(int x){ data = x; next = NULL; } }; */ bool isPalindromeUtil(string s) { int length = s.length(); for (int i=0; i<length/2; i++) if (s[i] != s[len...
[ "noreply@github.com" ]
NehalTiwari.noreply@github.com
c7b6451e68e0c2c0e543afb63f1c1adc3bf85aa8
48d4370ef110fb9df39d5700ba0892e79f549adf
/stack.cpp
7d01922db45457bf8c723161673b6b75ed57d639
[]
no_license
tskrzypiec/stack_bubble_sort
cc4d31910d61d685ce6f181dc48de70aae6a6e65
60d3bf5402cbe08b7a14c32a7a2ee874baec516b
refs/heads/master
2021-05-07T21:41:18.088108
2017-12-14T21:09:25
2017-12-14T21:09:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,440
cpp
// Stos //Tomasz Skrzypiec #include <iostream> using namespace std; struct Stack { Stack(int size) { items = new int[size](); maxsize = size; //maksymalna wilkość tablicy top = 0; //wierzchołek stosu } ~Stack() { delete[] items; } int push(int x)...
[ "noreply@github.com" ]
tskrzypiec.noreply@github.com
cbf99fac0e11fd7f0d2e6f82c192bc570fe0f96d
0e85fb2a771dafb5f52581de74a203f4c17ddd65
/S38_permutation.cpp
9e150e274e16d0c1c314385f9728b51f80be60d5
[]
no_license
ljtg24/Offer68
c0fe1097c8180d8ef284013f84613c341faec4b4
bba5752e124be3c19671a3c94e02c127f525fd4d
refs/heads/master
2020-06-29T00:09:58.906798
2019-09-02T02:19:50
2019-09-02T02:19:50
200,380,645
0
0
null
null
null
null
UTF-8
C++
false
false
777
cpp
#include <iostream> #include <cstdio> using std::cout; using std::endl; void permutationCore(char* pStr, char* pBegin) { if (*pBegin == '\0') { // cout << (*pStr) << endl; printf("%s\n", pStr); } else { for (char* pCh = pBegin; *pCh != '\0'; pCh++) { char...
[ "ljtg24@stu.xjtu.edu.cn" ]
ljtg24@stu.xjtu.edu.cn
0346f09562d4b455ea97dd4f356b9a870c4e4870
f0dbd5810669adc01bf40dbbfa16ef410dd6f67f
/exp-17.cpp
21b23a06b0c9c69e7c0c180a79995f1599911581
[]
no_license
ZuLove/CPP-Concurrency
e7a6d673e8af1384301f8bb996dbe6db8115d474
803266b3b13ed36d7e0df1bca92079ade329ebad
refs/heads/master
2021-05-28T20:44:05.063903
2015-06-16T09:56:28
2015-06-16T09:56:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
320
cpp
#include <iostream> #include <thread> void thread_function() { for(int i = -100; i < 0; i++) std::cout << "thread function: " << i << "\n"; } int main() { std::thread t(&thread_function); for(int i = 0; i < 100; i++) std::cout << "main thread: " << i << "\n"; t.join(); return 0; }
[ "249056903@qq.com" ]
249056903@qq.com
769f650ece0473e835b4ea7f1dd7d5cd2e518514
90047daeb462598a924d76ddf4288e832e86417c
/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
39c227ff44a1d8405d0f6116212b79433febf587
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
40,675
cc
// Copyright (c) 2012 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/ui/webui/net_internals/net_internals_ui.h" #include <stddef.h> #include <algorithm> #include <memory> #include <string> #in...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
1b5eff0ba157b4406dbe8573e670f6545fd25d79
90047daeb462598a924d76ddf4288e832e86417c
/remoting/host/desktop_session_win.cc
77b30603117f75a77d7081dc94a76e31d97b5946
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
23,207
cc
// Copyright (c) 2012 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 "remoting/host/desktop_session_win.h" #include <sddl.h> #include <limits> #include <memory> #include <utility> #include "base/base_switche...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
fa37fb843a317a6e149bd1f4f61c49b125b6e3c6
e5b98edd817712e1dbcabd927cc1fee62c664fd7
/Classes/common/cutViewLayer/CutViewLayer.h
3ebd99327f6634ada4708ae21ec2ceb1675f03ef
[]
no_license
yuangu/project
1a49092221e502bd5f070d7de634e4415c6a2314
cc0b354aaa994c0ee2d20d1e3d74da492063945f
refs/heads/master
2020-05-02T20:09:06.234554
2018-12-18T01:56:36
2018-12-18T01:56:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
919
h
// // CutViewLayer.h // SuiTang // // Created by zhangxiaobin on 14-7-28. // // #ifndef __SuiTang__CutViewLayer__ #define __SuiTang__CutViewLayer__ #include "cocos2d.h" USING_NS_CC; class CutViewLayer:public Layer { public: CutViewLayer(); ~CutViewLayer(); virtual bool init(); virtual void visit(Re...
[ "chenyanbin@ixianlai.com" ]
chenyanbin@ixianlai.com
7d01896cd6595d485bd5e87873eb5bf0f0f8b867
1a8ad862cba5a3a701a29dad8ef283ef3820a150
/337/D[ Book of Evil ].cpp
211104473b9bcf0f5bfdda2a302e3ce09e30d67a
[ "MIT" ]
permissive
iamjanvijay/codeforces-jvj_iit-submissions
4264ef259e3cd385281350798668b8958701e336
2a2aac7e93ca92e75887eff92361174aa36207c8
refs/heads/master
2021-06-24T17:21:51.719587
2017-09-02T14:20:45
2017-09-02T14:20:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,657
cpp
#include <bits/stdc++.h> using namespace std; #define sd(x) scanf("%d",&x) #define su(x) scanf("%u",&x) #define slld(x) scanf("%lld",&x) #define sc(x) scanf("%c",&x) #define ss(x) scanf("%s",x) #define sf(x) scanf("%f",&x) #define slf(x) scanf("%lf",&x) #define ll long long int #define mod(x,n) (x+n)%n...
[ "janvijay.singhcd.cse14@itbhu.ac.in" ]
janvijay.singhcd.cse14@itbhu.ac.in
412c3284f852ffbe96192675077c88ffef60e21a
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14445/function14445_schedule_21/function14445_schedule_21.cpp
96fc5592235b3e500021698f570fbabb2f57cb88
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
882
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14445_schedule_21"); constant c0("c0", 128), c1("c1", 256), c2("c2", 1024); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"),...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
b67ba3feb7e82d3818efef0945e74f6ff7a1d08a
3159d77c2fc0828025bd0fb6f5d95c91fcbf4cd5
/cpp/cpp_exploration/std_allocator/main.cpp
69bcc6fc359b2e6c9d8ad356d3161027f0174543
[]
no_license
jcmana/playground
50384f4489a23c3a3bb6083bc619e95bd20b17ea
8cf9b9402d38184f1767c4683c6954ae63d818b8
refs/heads/master
2023-09-01T11:26:07.231711
2023-08-21T16:30:16
2023-08-21T16:30:16
152,144,627
1
0
null
2023-08-21T16:21:29
2018-10-08T20:47:39
C++
UTF-8
C++
false
false
1,070
cpp
#include <iostream> #include <set> #include <string> #include <memory> #include <functional> class data { public: data(const std::string & name) : m_name(name) { } ~data() { std::cout << "destructor for " << m_name << std::endl; } public: std::string m_name; }; bool operator < (const data & left, const d...
[ "jiri.manasek@tescan.com" ]
jiri.manasek@tescan.com
d2252221849b0298db8f6a9f84b6e76f06f165fb
14b6260099c955ac143d2d47dfae77e0d1a3a6c0
/Modul4/tugas.cpp
8dc123b92676a825354a03f0176aaa8b3afcb312
[]
no_license
afmaghribi/Praktikum-Prolan
b6e06a175dc480a6f7dc0d797487df9003b91130
4e12a9ee120e0a7a0168bf518721231760872583
refs/heads/master
2020-06-12T23:27:30.955065
2019-06-30T00:43:44
2019-06-30T00:43:44
194,460,198
0
0
null
null
null
null
UTF-8
C++
false
false
989
cpp
#include <iostream> #include <fstream> using namespace std; typedef struct{ char nama[20]; int nim; char kelas[20]; } Mahasiswa; int main(){ ofstream save; Mahasiswa mhs[2]; int i; cout << "----------------------\nAHMAD FAUZZAN MAGHRIBI\n----------------------\n\n"; for(i=0;i<2;i++){ ...
[ "af.maghribi@gmail.com" ]
af.maghribi@gmail.com
07551e89a61f5f9a077af6d63850113f2e2117e1
64684646c96123397d60052d7d04bb370a182b42
/game/dragon3d-core/src/com/dragon3d/output/audio/Speaker.cc
e91f6c81aa9548569b798a69bda4b6b6546d7ab7
[]
no_license
yubing744/dragon
e6ca32726df8fe8e9e1d0586058b8628245efb55
eca9b4b6823c98ddc56ccedde486099653b13920
refs/heads/master
2020-05-22T09:11:15.052073
2017-01-02T01:30:53
2017-01-02T01:30:53
33,351,592
4
1
null
null
null
null
UTF-8
C++
false
false
1,599
cc
/* * Copyright 2013 the original author or authors. * * 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 la...
[ "yubing744@163.com" ]
yubing744@163.com
fe37baaab624f94c63485d5362bc8d9359e85298
5a5328c0ad39230779aa52c9ae57ec193b88941e
/tesseract4android/src/main/cpp/tesseract/src/src/ccmain/fixspace.cpp
dee79395b3023649f0c7ff341b6aee1e2a4782af
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
adaptech-cz/Tesseract4Android
66978579ccc80587b8a0ae3eebe79f152fa382cd
8ae584f54502d5457c8b9d62401eaa99551352c3
refs/heads/master
2023-07-21T16:49:39.617935
2023-07-18T12:13:29
2023-07-18T12:13:29
168,021,668
517
101
Apache-2.0
2021-03-29T11:52:21
2019-01-28T19:21:34
C
UTF-8
C++
false
false
30,244
cpp
/****************************************************************** * File: fixspace.cpp (Formerly fixspace.c) * Description: Implements a pass over the page res, exploring the alternative * spacing possibilities, trying to use context to improve the * word spacing * Author: ...
[ "posel@adaptech.cz" ]
posel@adaptech.cz
0224a353a22f8e0dfd292e8cc83169c4532af9e7
d939ea588d1b215261b92013e050993b21651f9a
/iotvideo/src/v20201215/model/DescribeFirmwareTaskDistributionRequest.cpp
0038b7f099ff88c3e9f982ae652099a607e01787
[ "Apache-2.0" ]
permissive
chenxx98/tencentcloud-sdk-cpp
374e6d1349f8992893ded7aa08f911dd281f1bda
a9e75d321d96504bc3437300d26e371f5f4580a0
refs/heads/master
2023-03-27T05:35:50.158432
2021-03-26T05:18:10
2021-03-26T05:18:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,335
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@tenent.com" ]
tencentcloudapi@tenent.com
4d4b611b33c099cff4e16f18194c333c100d3c1d
3cf9f927fbc747090091642d37fb803b606b7e2f
/ext/include/Spriter/objectinfo/spriteobjectinfo.h
16f80b69680d0b0abbec3f9ea51ff5cdecdde347
[]
no_license
Breush/evilly-evil-villains
d734dd7ce97c727fab8e4a67097170ef7f381d22
f499963e9c2cfdc7c4fed42ca7b8c3d2bc7ecbe9
refs/heads/master
2022-07-09T18:24:18.996382
2022-06-22T07:08:38
2022-06-22T07:08:38
29,420,434
0
0
null
null
null
null
UTF-8
C++
false
false
1,325
h
#ifndef SPRITEOBJECTINFO_H #define SPRITEOBJECTINFO_H #include "universalobjectinterface.h" #include "../override/imagefile.h" #include "angleinfo.h" namespace SpriterEngine { class SpriteObjectInfo final : public UniversalObjectInterface { public: SpriteObjectInfo(); point getPositio...
[ "alexis.breust@gmail.com" ]
alexis.breust@gmail.com
ea0df07072987c45779d70dda0e9055a8bd61f69
5a24631e5bf7162a3ce2789b72dba9d794b54c08
/Conv1.cpp
eaa6ac668a9edf586c662e55a330bf71e2da0a70
[]
no_license
Ngangolo/Exo_gestion_annuaire
92c6c17453412ffa0b6f9f052a95934fee7898e6
8f568d1479828422fd65d1d23254fb0a79121dcb
refs/heads/main
2023-03-06T10:06:26.789380
2021-02-17T01:22:40
2021-02-17T01:22:40
339,572,325
0
0
null
null
null
null
UTF-8
C++
false
false
5,627
cpp
#include<stdio.h> #include<stdlib.h> #include<time.h> void convheureminuteseconde(float *heure,float *minute, float *seconde); void convheureminute(float *heure,float *minute); void convheureseconde(float *heure, float *seconde); void convminuteheureseconde(float *minute, float *heure, float *seconde); void ...
[ "noreply@github.com" ]
Ngangolo.noreply@github.com
5ea947e2458829c0d54368ff84791d1368d779fb
784b2bd9fe9fc57848087c0d4b3e53108e9e4bf1
/Offsets.cpp
cd3a48f4ace0487ff22074cf4a7662da6436de4c
[]
no_license
Snipeon/LGSbatt-rainmeter
8248be50c61cf48f7eaaeab92d1dcf6d3fc1df15
f790dda87e28e5c8cd6bf58873290c34bb9e4540
refs/heads/master
2021-01-20T07:57:34.518586
2017-05-05T17:52:40
2017-05-05T17:52:40
90,075,371
5
1
null
null
null
null
UTF-8
C++
false
false
714
cpp
#include <stdio.h> #include <windows.h> int main() { int value, offno; UINT_PTR offset; char text[32] = {0}; FILE *f = fopen("Offset.txt", "w"); if (!f) { printf("Error opening file!\n"); exit(1); } printf("Enter the base address offset:"); scanf("%x", &offset); pr...
[ "noreply@github.com" ]
Snipeon.noreply@github.com
20c49f889ec8276af612bc6d9f4dca939c5cc410
f97bf7fd79fb74ec37eb1a9f19e4d2672f763794
/SDL_OpenGL/Source/Mesh/MeshTriangle.h
47925e8ea84fae644d0e30f07d421593ee98f456
[]
no_license
arch1en/SDL_OpenGL
670d8164cf42f5aaccf02b6071fc7f02d621aa20
279d37f95e089b96696606125d2f34f5f69144b4
refs/heads/master
2021-01-25T07:39:57.316898
2016-12-04T01:27:03
2016-12-04T01:27:03
34,952,467
1
0
null
null
null
null
UTF-8
C++
false
false
403
h
//////////////////////////////////////// // // @project : Arch1eN Engine // @name : Mesh Triangle // @author : Artur Ostrowski // @usage : Hardcoded triangle mesh for testing purposes. // @version : 1.0.0 // //////////////////////////////////////// #pragma once #include "../stdafx.cpp" #inclu...
[ "archienx@gmail.com" ]
archienx@gmail.com
fba0b4fccc52926d8e8c411f2df2e28d6ab64231
9870e11c26c15aec3cc13bc910e711367749a7ff
/SPOJ/sp_3370.cpp
982c6d0bf61c3c4a0c476cd835aa36458a1ee69e
[]
no_license
liuq901/code
56eddb81972d00f2b733121505555b7c7cbc2544
fcbfba70338d3d10bad2a4c08f59d501761c205a
refs/heads/master
2021-01-15T23:50:10.570996
2016-01-16T16:14:18
2016-01-16T16:14:18
12,918,517
1
1
null
null
null
null
UTF-8
C++
false
false
605
cpp
#include <cstdio> #include <cstdlib> int a[100001]; int main() { void sort(int,int); int x; while (scanf("%d",&x)!=EOF) a[++a[0]]=x; sort(1,a[0]); for (int i=1;i<a[0];i++) printf("%d ",a[i]); printf("%d\n",a[a[0]]); system("pause"); return(0); } void sort(int l,int r) { int i,j,x;...
[ "liuq901@163.com" ]
liuq901@163.com
5989f4fbc3b0b9aa7a57d83dc148377dc1cda3bb
5530a434ac05339fbc57d2da5ff86e065ebae17b
/LandScape.h
a988af22d6fab6f57c313d44337329aa74aa431e
[]
no_license
Klyta/12
55243333d810135a899eef2ff1ffc4eb9769bef0
76d32140b68a6a0270bfa73331a7d892330bb0c0
refs/heads/master
2021-01-06T14:39:24.825396
2020-02-18T13:14:10
2020-02-18T13:14:10
241,364,389
0
0
null
null
null
null
UTF-8
C++
false
false
92
h
#pragma once #include<string> class LandScape { public: std::string LandScape; };
[ "noreply@github.com" ]
Klyta.noreply@github.com
65a6c042f1444c2130112ba98f01472bb3c05de7
8dc6cf092fa6c20b441427d7bb261262bfc39cae
/Hmwk/Assignment 4/Gaddis_8thEd_Ch5_Prob4_Calories Burned/src/CaloriesBurnedain.cpp
51228537b25c0f86074a05831ce073b5caa28834
[]
no_license
lb2799264/BadescuLucy_CIS5_42375
eb4a53d2b4d8170955718a994ec18f388780a528
3bf2255426d3b975d2873660a03eaa7695f2e43f
refs/heads/master
2021-04-12T08:15:45.172597
2018-06-02T06:11:29
2018-06-02T06:11:29
125,799,199
0
0
null
null
null
null
UTF-8
C++
false
false
853
cpp
/* * File: main.cpp * Author: Lucy Badescu * Created on March 3, 2018, 8:14 PM * Purpose: Diamond Pattern */ //System Libraries #include <iostream> //I/O Library -> cout,endl using namespace std; //namespace I/O stream library created //User Libraries //Global Constants //Math, Physics, Science, Conversions,...
[ "badescu93@g.ucla.edu" ]
badescu93@g.ucla.edu
80b693eccd4f76fb9efa3c60f4b95dc511bda734
1ecb45de29ec256a367b1d441c69158e63f1f280
/Session 1/binarySearchIterative.cpp
cc590e226c00091fa3bb1fb367fe862c753cf295
[]
no_license
safwankdb/WnCC-Competitive-Coding
2c2e1591d7693524a8c4d34c99e562f65ff20487
de04e5d99b7e61ee983797cb5a92fe0522d0cf21
refs/heads/master
2021-06-30T17:48:58.851327
2019-02-11T11:32:40
2019-02-11T11:32:40
165,313,442
5
2
null
2020-10-01T18:47:26
2019-01-11T21:35:55
C++
UTF-8
C++
false
false
651
cpp
#include<bits/stdc++.h> using namespace std; //This function return index of x in arr[] or returns -1 if it doesnt exist int binarySearch(int arr[], int left, int right, int x) { while(right>=left) { int mid = left + (right-left)/2; if(arr[mid] == x) return mid; if(arr[mid] < x) left = mid + 1; else ...
[ "noreply@github.com" ]
safwankdb.noreply@github.com
5c2ad21737375567e91881f9f45d180c0941605f
63ba7fc29d0fe05d6c513438afa9194f003bdf7d
/src/level.h
e83e5696cc32ce31757aa1975e5cdb57b8451c15
[]
no_license
Qwertazertl0/uiuc-sp19-cs126-final-project
48a54289dae28df24d6449e8eaad90593e628ed1
f8bce6a53562faf53836daf49372c164c9eb7fbb
refs/heads/master
2020-07-08T12:06:04.602885
2019-05-01T00:36:32
2019-05-01T00:36:32
203,667,610
0
0
null
null
null
null
UTF-8
C++
false
false
197
h
#pragma once #include "staticRect.h" #include "staticPolygon.h" class Level { public: std::vector<StaticRect> platforms; std::vector<StaticPolygon> hills; void draw(short absCP); };
[ "mjong3@illinois.edu" ]
mjong3@illinois.edu
9c0c41a853ea1280992b0e0fd297ac09454262a5
d3ea2b9a2bec9bcd811fb22e10596b03c2e21f9d
/src/icebox/samples/linux/main.cpp
c09302f5dcd41655f60d25cebcda05021a69488c
[ "MIT" ]
permissive
bamiaux/icebox
1dc478817f3f34a9c6456a578ed362f007fc6cb6
15058c0cd58809e43c6f7d587d6fe0420dbf08c9
refs/heads/master
2021-12-01T15:10:13.002666
2020-02-10T10:36:24
2020-02-10T10:36:24
190,866,182
1
1
MIT
2019-06-08T08:53:49
2019-06-08T08:53:48
null
UTF-8
C++
false
false
8,093
cpp
#define FDP_MODULE "linux" #include <icebox/core.hpp> #include <icebox/log.hpp> #include <iomanip> #include <iostream> #include <limits> #include <sstream> #define SYSTEM_PAUSE \ if(system("pause")) \ { \ } std::string thread_pc(core::Core& core, const thread_t& thread) { const a...
[ "benoit.amiaux@gmail.com" ]
benoit.amiaux@gmail.com
ea240ed1de3da63a5a6a2ab1b0f8baa6eae98e5b
21f553e7941c9e2154ff82aaef5e960942f89387
/algorithms/kernel/kmeans/kmeans_partialresult.h
c4c1669c6c24239fab653d13482c08f5f40588ab
[ "Apache-2.0", "Intel" ]
permissive
tonythomascn/daal
7e6fe4285c7bb640cc58deb3359d4758a9f5eaf5
3e5071f662b561f448e8b20e994b5cb53af8e914
refs/heads/daal_2017_update2
2021-01-19T23:05:41.968161
2017-04-19T16:18:44
2017-04-19T16:18:44
88,920,723
1
0
null
2017-04-20T23:54:18
2017-04-20T23:54:18
null
UTF-8
C++
false
false
2,896
h
/* file: kmeans_partialresult.h */ /******************************************************************************* * Copyright 2014-2017 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
[ "vasily.rubtsov@intel.com" ]
vasily.rubtsov@intel.com
9008eff132a21fbc7ff21cbe3467426b9337a811
a43a0a8b82e8e2c345ca2336bec57d76e5a38b47
/Experiment/src/Model/model.hpp
451f6d9e74321422a39cd9b1427ce4deb6195481
[]
no_license
LukeAndrewSmith/AutonomousVehicles
2448f03d7bf7d3eecb506223d303f93f3e277c90
89e512eaab72cfa9b8169201205fa0f197fedbcb
refs/heads/master
2022-12-08T14:58:09.815518
2020-08-20T10:35:27
2020-08-20T10:35:27
245,980,250
0
0
null
null
null
null
UTF-8
C++
false
false
8,783
hpp
#include <queue> // Helpers int random_num(int lower, int upper); /*----------------------------------------------------------------------------*/ /* Car */ /*----------------------------------------------------------------------------*/ class Roa...
[ "luke.smith@bluewin.ch" ]
luke.smith@bluewin.ch
b31c3a7a6f9d4ccac78a2e4cac732c925ff48adc
529d232b905aa117c83f040fdaff24eb742bfb55
/arduino/IRrecvDemo/IRrecvDemo.ino
ed404391dc2c2d82946b4d46f138b9f839ed9e88
[]
no_license
jasontsemf/FakeHangout
c2c51cb530e5f3c8f548eb0fd71a08bd2763c2e5
af8c0775491a7ca9f94d8e6879117647a4af89f0
refs/heads/master
2021-03-02T17:30:15.596376
2020-03-11T16:48:57
2020-03-11T16:48:57
245,889,032
0
0
null
null
null
null
UTF-8
C++
false
false
903
ino
/* * IRremote: IRrecvDemo - demonstrates receiving IR codes with IRrecv * An IR detector/demodulator must be connected to the input RECV_PIN. * Version 0.1 July, 2009 * Copyright 2009 Ken Shirriff * http://arcfn.com */ #include <IRremote.h> int RECV_PIN = 9; IRrecv irrecv(RECV_PIN); int servopin = 4; int pulse...
[ "jason1996429@gmail.com" ]
jason1996429@gmail.com
359af8b2d0cbfcc6c29e3ae7c4c2845ec238070e
eba7ecf0673954c16c13072187674ee21be186a2
/luawrapper.cc
833276a3253d263138848ab22ea74e149101e7fd
[]
no_license
gitter-badger/lua_wrapper
3588adff680237cfc08862d3c786ea807324a4d7
c77419f2351de2412c0c819034e93c26d8831417
refs/heads/master
2021-01-12T03:51:40.449980
2016-06-23T17:04:03
2016-06-23T17:04:03
78,275,134
0
0
null
2017-01-07T11:28:45
2017-01-07T11:28:45
null
UTF-8
C++
false
false
5,148
cc
/** * * @brief Lua Wrapper * @author Toni Marquez * **/ #include "luawrapper.h" /// constructor LuaWrapper::LuaWrapper() { LUA_ = nullptr; } /// init values void LuaWrapper::init(const char* path) { LUA_ = luaL_newstate(); luaL_openlibs(LUA_); if (luaL_dofile(LUA_, path)){ printf("...
[ "noreply@github.com" ]
gitter-badger.noreply@github.com
389378b07cb83dda633a294ade107bd417ef0cdf
c6bdab6dcf6dd9bf5f36f58eb4aaa4ba38af6042
/2d Physics Engine_StepByStepSources/2d Physics Engine99_FinalResult/KVector2.h
e148d809153cd17b80fe7a7bf30de1fef241c848
[]
no_license
lant86/UnderstandingUnity
0111442a22a46c40d39ea417b976bd1ac3deecf9
716b30c1031ea9b14ae69c74271d61b865ebb8b6
refs/heads/master
2023-06-01T22:42:43.789249
2021-06-21T09:25:55
2021-06-21T09:25:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,752
h
#pragma once #include <math.h> #include <cmath> class KVector2 { public: static float EPSILON; static float PI; static KVector2 zero; static KVector2 one; static KVector2 right; static KVector2 up; static KVector2 Lerp(const KVector2& begin, const KVector2& end, float ratio); static float D...
[ "jintaeks@gmail.com" ]
jintaeks@gmail.com
67fb394d77970edca6b7e2dc4d0e6030413095f6
e085a4b09c0be034b90a950fc60acf1d55abbf96
/recommendation/news/recommender/recommendation_handler.h
a0c3bfd5402fac4e4319ba4ae81d0de5a4a3a14b
[]
no_license
macytangtang/develop
35fc7d7a636cb79bbda9457feb1a8bd7bdf4f76d
03844cbebfc2d09ebe83376ff34736a84e354a75
refs/heads/master
2021-01-23T05:18:27.694512
2017-03-27T05:21:53
2017-03-27T05:21:53
86,294,152
0
0
null
2017-03-27T05:20:36
2017-03-27T05:20:36
null
UTF-8
C++
false
false
1,775
h
// Copyright 2017 Mobvoi Inc. All Rights Reserved. // Author: xjliu@mobvoi.com (Xiaojia Liu) #ifndef RECOMMENDATION_NEWS_RECOMMENDER_RECOMMENDATION_HANDLER_H_ #define RECOMMENDATION_NEWS_RECOMMENDER_RECOMMENDATION_HANDLER_H_ #include "base/basictypes.h" #include "base/compat.h" #include "onebox/http_handler.h" #inclu...
[ "xjliu@mobvoi.com" ]
xjliu@mobvoi.com
cce198404bf675caa76a8f6f9a81d1507a7dc41e
438cd59a4138cd87d79dcd62d699d563ed976eb9
/mame/src/mame/includes/dkong.h
a02e128a5eeae138c194c10a0da163381b7445fd
[]
no_license
clobber/UME
031c677d49634b40b5db27fbc6e15d51c97de1c5
9d4231358d519eae294007133ab3eb45ae7e4f41
refs/heads/master
2021-01-20T05:31:28.376152
2013-05-01T18:42:59
2013-05-01T18:42:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,643
h
#include "sound/discrete.h" /* * From the schematics: * * XTAL is 61,44 MHZ. There is some oscillator logic around it. The oscillating circuit * transfers the signal with a transformator. Onwards, it is fed through a M(B/C)10136. This * is a programmable counter which is used as a divisor by 5. * Cascade...
[ "brymaster@gmail.com" ]
brymaster@gmail.com
893249bc865df1ca7268c1655ab2a868e4be5090
8edcbc5cb37cffb3d9b3c000c982a66992f41643
/autocomplete.cpp
fb5c66c0e25d0e72b2d20c1f528e5414877046c8
[]
no_license
darylnak/Bloom-Filter
fb2cbb4ce933220e5985967fcd66152dfef799ba
b5903753f8d8706e9b4840f59cc340e7cf9da895
refs/heads/master
2020-05-17T03:55:24.552082
2019-05-07T02:57:15
2019-05-07T02:57:15
183,495,481
0
0
null
null
null
null
UTF-8
C++
false
false
3,887
cpp
/** * Filename: autocomplete.cpp * * Team: Brandon Olmos (bolmos@ucsd.edu), * Daryl Nakamoto (dnakamot@ucsd.edu) * * Reference(s): cplusplus.com * * Description: Read a dictionary into ternary trie and suggest * autocompletion K results to users based on an input prefx ...
[ "dnak@no-reply.github.com" ]
dnak@no-reply.github.com
01584947f7eeb21161fde4b6e3229f148d06dce5
c6f1349d1153f4cdce5dfb108f9cb18f7bc2f09d
/MPosWebAdmin/DataBase/datbasesettingsdialog.cpp
b2a057fcdffbc0d0dc92f71ca7bd618ea9b5d1f5
[]
no_license
rust3128/MposWebServer
1fcc1ebb8409781c5b0d38a97d32847a00975800
5b00f728ad3b23570b6ac39994955f711154dd79
refs/heads/master
2020-12-20T07:26:02.177418
2020-02-07T13:58:59
2020-02-07T13:58:59
236,001,733
0
1
null
null
null
null
UTF-8
C++
false
false
1,602
cpp
#include "datbasesettingsdialog.h" #include "ui_datbasesettingsdialog.h" #include "LoggingCategories/loggingcategories.h" DatbaseSettingsDialog::DatbaseSettingsDialog(QSettings *set, QWidget *parent) : QDialog(parent), ui(new Ui::DatbaseSettingsDialog), dbSettings(set) { ui->setupUi(this); createUI...
[ "rust3128@gmail.com" ]
rust3128@gmail.com
38d28ad83832a1b6b39388e57dbc7cebf2964501
5ac4199d968f301e01ef741fe7d1d162c4f82921
/Samples/Physics/MassSprings3D/CpuMassSpringVolume.h
422b3f1a17f805dfe16d09ecd79f804b6507d6b5
[ "LicenseRef-scancode-unknown-license-reference", "BSL-1.0" ]
permissive
kabukunz/GeometricTools
9eada1b0d8b1447398e8739c9684e5ed14d4cf96
bbc55cdef89a877f06310fdb6c6248205eae704b
refs/heads/master
2020-11-25T11:54:23.772441
2019-12-17T16:11:32
2019-12-17T16:11:32
228,645,271
0
0
null
null
null
null
UTF-8
C++
false
false
4,230
h
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2019 // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // Version: 4.0.2019.08.13 #pragma once #include <Applications/E...
[ "kabukunz@gmail.com" ]
kabukunz@gmail.com
7c271505835230812f750bdc53a9593c14658328
b53bcf8af99835ecba1c67ac726e34cb6cddfde6
/phase3/test/simulator/CellTest.cpp
06540818ccbb1882596fed74dae3675d23c4a721
[]
no_license
zainsalmandar/Bug-World-Software-Engineering-Project-
1f22f0380c89218ca9b0d52dadeb3ca49e0d8471
e5ddb77bf9714121d673a05e48e215cb95159b71
refs/heads/master
2020-03-11T14:31:48.313513
2018-06-13T11:43:24
2018-06-13T11:43:24
130,057,299
0
0
null
null
null
null
UTF-8
C++
false
false
2,466
cpp
#include "CellTest.h" #include "../../src/simulator/Cell.h" CPPUNIT_TEST_SUITE_REGISTRATION(CellTest); void CellTest::testConstructor() { char valid_sym[] ={'#', '+', '-', '.'}; char digits[] = {'1', '2', '3', '4', '5','6','7','8', '9'}; for(int i=0;i<4;i++){ CPPUNIT_ASSERT_NO_THROW(Cell te...
[ "noreply@github.com" ]
zainsalmandar.noreply@github.com
8c5d18954179681a8ec67fcab981eb120226bd0d
9eea0f0ce2aaf4b6d1869035165d339ee7e25cf9
/include/common_behavior/master_service_requester.h
0b1d060e8d7ada7921289bde88de8f326486c2fa
[]
no_license
dseredyn/common_behavior
b286e42f68de1ddf183c281dbb365e5d0293e71b
c2f2aa5e67b8cc96faf3aa84183cda11362a0704
refs/heads/master
2020-07-04T20:58:25.652029
2017-07-08T13:14:26
2017-07-08T13:14:26
74,143,296
0
0
null
2017-05-22T09:07:47
2016-11-18T15:44:28
C++
UTF-8
C++
false
false
4,881
h
/* Copyright (c) 2016, Robot Control and Pattern Recognition Group, Warsaw University of Technology All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain ...
[ "dawid.seredynski@gmail.com" ]
dawid.seredynski@gmail.com
d0606638dd5fc7886809bba256d2affb043aeed6
7eb00fc898d5d1b1ad3de8e439b93f927ef52463
/1335A.cpp
af67536ef609a41339d4911197f2e33d6820e1c3
[]
no_license
Soumili1818/CPP-Programs-
8b3db718875ab15ccf98709b6763a846d0f3e221
8548902311452f864c9802920728e5f830581c1e
refs/heads/main
2023-08-16T07:35:00.925198
2021-10-23T08:39:55
2021-10-23T08:39:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
429
cpp
#include<bits/stdc++.h> using namespace std; int main(){ unsigned int n,temp; cin>>n; for (int i = 0; i < n; i++) { cin>>temp; if(temp<3){ cout<<0<<endl; } else{ if(temp%2==0){ cout<<(temp/2)-1<<endl; } ...
[ "noreply@github.com" ]
Soumili1818.noreply@github.com
db7b3c1c0e0774290151acf597a81ca38f60b8f0
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/agc024/B/2542318.cpp
bde81fe6bc76b97afc440e154378344232a747fa
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
C++
false
false
1,342
cpp
#include <algorithm> #include <bitset> #include <cassert> #include <cfloat> #include <climits> #include <cmath> #include <complex> #include <cstdio> #include <cstdlib> #include <cstring> #include <ctime> #include <fstream> #include <functional> #include <iomanip> #include <iostream> #include <list> #inc...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
fb4580620bad9b3b761b3dff22cb6fe10179450c
8d71d7c9aca031934224dec11701d0037ae12039
/src/math/Mat4.h
58df811960adc49add77a579574446f24171042b
[]
no_license
misdake/E4
1ef3a236f002ff296d21bb16af6df950a3a8d4da
95136b78905afe65f75ae7721768ec9ac4b1caa1
refs/heads/dev
2020-05-19T07:38:45.264462
2020-05-18T02:23:20
2020-05-18T02:23:20
184,899,300
0
0
null
2019-07-31T05:41:06
2019-05-04T13:36:10
C++
UTF-8
C++
false
false
1,880
h
#pragma once #include "Vec3.h" namespace E4 { class Mat4 { public: float m00, m01, m02, m03; float m10, m11, m12, m13; float m20, m21, m22, m23; float m30, m31, m32, m33; //set void set(const float* array); void set(const Mat4& matrix); void se...
[ "misdake@gmail.com" ]
misdake@gmail.com
02937789436b3edf3e3101657c68189b3ef2a88e
09f3e5bc007c6de75c6059cc6da8eb97de14ec0b
/src/parser.cpp
518177b1bad1645afdfe13d44162962e2970d96d
[]
no_license
Epsylon42/ejdi
7564c8988bd47edcfed4114dedc88199a11d591d
cb2e37c93633724dd70a6316678d6bd009202bbb
refs/heads/main
2021-06-24T07:14:11.659073
2019-10-27T18:31:15
2019-10-27T18:31:15
213,053,738
0
0
null
null
null
null
UTF-8
C++
false
false
12,740
cpp
#include <algorithm> #include <cassert> #include <parser.hpp> using namespace std; using namespace ejdi; using namespace ejdi::lexer; using namespace ejdi::lexer::groups; using namespace ejdi::parser; using namespace ejdi::parser::result; using namespace ejdi::ast; using ejdi::span::Span; ParseStream ParseStream::cl...
[ "eepsylon.3@gmail.com" ]
eepsylon.3@gmail.com
864f727a69bf05cf31852a3dd38d9cdbd37fc8dd
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/squid/gumtree/squid_repos_function_4876_squid-3.4.14.cpp
7bd0182172d1a2c524b49c8932e177e53150ac34
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,174
cpp
void CossSwapDir::parse(int anIndex, char *aPath) { const int i = GetInteger(); if (i <= 0) fatal("storeCossDirParse: invalid size value"); index = anIndex; path = xstrdup(aPath); max_size = static_cast<uint64_t>(i) << 20; // MBytes to Bytes parseOptions(0); if (NULL == io) ...
[ "993273596@qq.com" ]
993273596@qq.com
ffa720f02f8f5c3b51efc867472a2870b6dcf577
277cd286fa69eb7ab03b806a620322d5701b04b3
/2020-Qualification/nestingDepth.cpp
16eae0ca48ab2d40f2d524b285f0f457930c78f1
[]
no_license
YeahHuang/Codejam
5cd96d45cdb8d26eadb1e3a5f1fae8c1faef4e48
5086696b9dd1ac7b09f0cab34b643dde1d916e0b
refs/heads/master
2021-05-24T17:36:36.314823
2020-07-19T15:52:52
2020-07-19T15:52:52
253,679,729
0
0
null
null
null
null
UTF-8
C++
false
false
2,319
cpp
//#include <bits/stdc++.h> #include <iostream> #include <cassert> #include <cstring> #include <cstdlib> #include <cstdio> #include <cctype> #include <cmath> #include <ctime> #include <queue> #include <set> #include <map> #include <stack> #include <string> #include <bitset> #include <vector> #include <complex> #include ...
[ "noreply@github.com" ]
YeahHuang.noreply@github.com
4b291fa7d0f131bc19bba21b51d40532225005b9
8c9fe5b679cdcd29e92c1e2ab35244d7beffd544
/autoGenerate/setFrame/frame/worker/worker/workerMain.cpp
660ad5fe2adebeff9583d58ed08eaa02c5d82c5b
[]
no_license
fresh-ji/SimuFrame
456cabc43565f96cdb68513220644ece79681905
b5d85a31e4ce33909ba46829f460ae9eb88f0d83
refs/heads/master
2021-08-06T23:45:36.473057
2017-11-07T06:52:52
2017-11-07T06:52:52
107,382,049
0
0
null
null
null
null
UTF-8
C++
false
false
642
cpp
#include "workerI.h" using namespace std; using namespace Demo; using namespace Ice; int main(int argc, char* argv[]) { Ice::CommunicatorPtr ic; try { ic = Ice::initialize(argc,argv); ObjectAdapterPtr Adapter = ic->createObjectAdapterWithEndpoints("Adapter", "$MODELLOCATION$"); $MODELNAME$Ptr Ptr = new $MO...
[ "jihangchn@163.com" ]
jihangchn@163.com
ce1da9ae59680316bb7bec5f297bc5bb403ea837
07327b5e8b2831b12352bf7c6426bfda60129da7
/Include/10.0.10240.0/um/animationcoordinator.h
d6d33527aed48d1c5e62006f4a096a31da9a8f28
[]
no_license
tpn/winsdk-10
ca279df0fce03f92036e90fb04196d6282a264b7
9b69fd26ac0c7d0b83d378dba01080e93349c2ed
refs/heads/master
2021-01-10T01:56:18.586459
2018-02-19T21:26:31
2018-02-19T21:29:50
44,352,845
218
432
null
null
null
null
UTF-8
C++
false
false
6,533
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0613 */ /* @@MIDL_FILE_HEADING( ) */ #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the <rpcndr.h> version is high enough to compile this file...
[ "trent@trent.me" ]
trent@trent.me
7c1b2eea6aafc0ca39af14266a0a8fae634cd001
97af7e305f5868effe30092621d2213a6c994b35
/Traditional-Algorithms/LeetCode26.cpp
8b7a5dc03e4b1019c2f91d27e0894ded5f115a34
[]
no_license
hyamy/Algorithms
b631d5070e33bdc8dd5a6ddb722464535a787259
0dc48b87cb1e4de33891be0dd3366ffb032bdd65
refs/heads/master
2022-05-26T06:54:57.244511
2020-04-30T06:03:35
2020-04-30T06:03:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
490
cpp
class Solution { public: int removeDuplicates(vector<int>& nums) { int len = nums.size(); if(len == 0 || len == 1) return len; int front = nums[0]; int count = 1; for(int i = 1 ;i < nums.size();){ if(nums[i] == front){ nums.erase(nums.b...
[ "jpzhu.gm@gmail.com" ]
jpzhu.gm@gmail.com
f1b427ad8d0f773c8565093c088f06b2f7ae31d2
3ea34c23f90326359c3c64281680a7ee237ff0f2
/Data/3458/E
0b94e9d068159792648c0dd4b5cc4f37b18d508a
[]
no_license
lcnbr/EM
c6b90c02ba08422809e94882917c87ae81b501a2
aec19cb6e07e6659786e92db0ccbe4f3d0b6c317
refs/heads/master
2023-04-28T20:25:40.955518
2020-02-16T23:14:07
2020-02-16T23:14:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
80,925
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.0 | ...
[ "huberlulu@gmail.com" ]
huberlulu@gmail.com
cba0593de333a27edb3a8a6b1e2dd6e55041f5c2
aca894409ae1b19952663089ba24c9e65fe88767
/documentacao/code/arduino/arduino.ino
04cc152d61090bad7e5e3cedd1703a75c843ab30
[]
no_license
RamonCardosoBarbosa/IOT_SmartCane
36b5b4d505d9b624469d9eed11311484a8868314
8aea7baa191aff2e15dc8d93e4be1c67fa895eaf
refs/heads/master
2021-09-15T19:56:07.092182
2018-06-09T15:39:57
2018-06-09T15:39:57
130,922,519
1
0
null
null
null
null
UTF-8
C++
false
false
28,611
ino
/* Firmata is a generic protocol for communicating with microcontrollers from software on a host computer. It is intended to work with any host computer software package. To download a host software package, please click on the following link to open the list of Firmata client libraries in your default bro...
[ "cardosoramonbarbosa@hotmail.com" ]
cardosoramonbarbosa@hotmail.com
9fd2c7358021a0a0ad7457ac33ddb331377924f5
8adec48dfaee1cdfd6c7f4d2fb3038aa1c17bda6
/WProf/src/net/spdy/spdy_stream.h
dddc0e71d08b9d26c3055032bdbcf6f01608908c
[ "BSD-3-Clause" ]
permissive
kusoof/wprof
ef507cfa92b3fd0f664d0eefef7fc7d6cd69481e
8511e9d4339d3d6fad5e14ad7fff73dfbd96beb8
refs/heads/master
2021-01-11T00:52:51.152225
2016-12-10T23:51:14
2016-12-10T23:51:14
70,486,057
0
1
null
null
null
null
UTF-8
C++
false
false
13,486
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_SPDY_SPDY_STREAM_H_ #define NET_SPDY_SPDY_STREAM_H_ #pragma once #include <string> #include <vector> #include "base/basictypes.h" #inclu...
[ "kusoof@kookaburra.(none)" ]
kusoof@kookaburra.(none)