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
a1e791a8e4521d1a8c56d68ae49ebee997a851fc
612325535126eaddebc230d8c27af095c8e5cc2f
/src/net/websockets/websocket_frame_parser_test.cc
85028ad9f5500146e475fe451ecc589914593c6a
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/proto-quic_1V94
1a3a03ac7a08a494b3d4e9857b24bb8f2c2cd673
feee14d96ee95313f236e0f0e3ff7719246c84f7
refs/heads/master
2023-04-01T14:36:53.888576
2019-10-17T02:23:04
2019-10-17T02:23:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,636
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 "net/websockets/websocket_frame_parser.h" #include <stdint.h> #include <algorithm> #include <vector> #include "net/base/io_buffer.h" ...
[ "2100639007@qq.com" ]
2100639007@qq.com
e1ea839c67adcb06760b0b72a9d5f90fab00e7f1
fda4841612e5734e4c72ab6e7fd92ff2420f8a59
/CC/old/lunchjuly2019/math.cpp
9473121011d6320737f65cca2a9f74764714ee46
[]
no_license
Cybertron3/competitive
ef980be2a0c584f2cd785b202713a593ae26da44
9e6ef05865485c42b319182eaab325ca5150d5a1
refs/heads/master
2021-08-02T07:07:00.942252
2021-07-30T23:50:33
2021-07-30T23:50:33
181,389,615
1
0
null
null
null
null
UTF-8
C++
false
false
775
cpp
#include<bits/stdc++.h> using namespace std; //#define SPEED ios::sync_with_stdio(false); cin.tie(0); cout.tie(0) #define ll long long #define sd(x) scanf("%d",&x) #define sld(x) scanf("%lld",&x) #define pld(x) printf("%lld\n",x) #define pd(x) printf("%d\n",x) ll ans(ll num); int main(){ in...
[ "18ucs110@lnmiit.ac.in" ]
18ucs110@lnmiit.ac.in
4d199584578bcf831ef442788c7c6c4520fbc4ed
201aeac0e0dd9c1fc3e4a9f0ad51344e6235a032
/CO306_Computer_Networks/CN_Lab/LAB_1_ByteStuffing.cpp
7aa039dbc5c9b197c41d8f9ab1c147211d16f0b3
[]
no_license
IsCoelacanth/6thSem_At_DTU
b1d298766d7fc3bb3a21f43b1ac0946605c3f514
ab1a32755b297376f75fa5c69b4e8c74863742f5
refs/heads/master
2021-03-27T13:05:09.987230
2021-02-23T06:54:33
2021-02-23T06:54:33
116,067,762
8
4
null
null
null
null
UTF-8
C++
false
false
831
cpp
/* To implement byte/character stuffing and destuffing This implementation is unrestricted in terms of the size of input sequence. */ #include<iostream> #include<string> using namespace std; int main() { string in, out; cout << "enter the character sequence " << endl << ">>> "; cin >> in; out ...
[ "anuragmalyala9001@gmail.com" ]
anuragmalyala9001@gmail.com
d97d43798fe877f41353343f926ec4e77c5576e9
77c7f8bdf71195c7d146bdd01e0768883a55f23a
/TercerParcial/Proyecto/NuevoArbol/NuevoArbol/NuevoArbol/Tree_Node.h
ce1f340c2d7eed10ac6da246b4f574d2adfc3a47
[]
no_license
madely11/EstructuraDeDatos
0d0006e634f18861a0fd550437fa812b82615bdd
b40584937e7f9532568b1572e56f94f88a0f70fb
refs/heads/master
2022-12-15T13:14:26.756922
2020-09-14T22:21:24
2020-09-14T22:21:24
275,611,600
0
0
null
null
null
null
UTF-8
C++
false
false
559
h
#pragma once #ifndef TREE_NODE_H #define TREE_NODE_H #include <iostream> using namespace std; template<class T> class Tree_Node { public: Tree_Node(); Tree_Node(T _data, Tree_Node* _left, Tree_Node* _right); void set_data(T _data); void set_left_node(Tree_Node* _left); void set_right_node(Tree_No...
[ "madelybetancourt@gmail.com" ]
madelybetancourt@gmail.com
70533a8930d9f7650cdb7d2181d63c0fac7ea100
8d1725e2bedd244d7bc865df75317a85d2468e93
/qt_core/c_lib/src/qt_core_c_QBitRef.cpp
2b1b9ec62bc43e331907cb61f317b0e2fa7db5a0
[]
no_license
aristotle9/qt_generator-output
04100597f923b117314afcc80f0ea85417d342be
be98dd92de8d2e2c43cf8e9e20ebd1316fd4b101
refs/heads/master
2021-07-23T12:20:15.277052
2017-10-24T08:20:03
2017-10-24T08:20:03
108,097,475
2
0
null
null
null
null
UTF-8
C++
false
false
582
cpp
#include "qt_core_c_QBitRef.h" bool qt_core_c_QBitRef_convert_to_bool(const QBitRef* this_ptr) { return this_ptr->operator bool(); } void qt_core_c_QBitRef_destructor(QBitRef* this_ptr) { qt_core_c_call_destructor(this_ptr); } QBitRef* qt_core_c_QBitRef_operator_assign_QBitRef(QBitRef* this_ptr, const QBitRef* v...
[ "lanfan.1987@gmail.com" ]
lanfan.1987@gmail.com
a4d7a8e6cb25dbb722822f0f2f231398803735dc
ac4920d06ad4802bf4f55af063666bd9883a7331
/PTA-B/refer/1042-refer.cpp
95d0f4ea91b96e159ba7860874a633eac4796989
[ "MIT" ]
permissive
Jiang-Fuyou/PTA
03f92335402908eff90b2d58cb6a28b980f6f4d5
c8e6bcbc9e552dad5ab71679d861a235b8ad0730
refs/heads/master
2021-09-22T11:34:12.936011
2018-09-10T00:03:43
2018-09-10T00:03:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
500
cpp
#include <iostream> #include <cctype> #include <string> using namespace std; int main() { string s; getline(cin, s); int a[26] = {0}; for (int i = 0; i < s.length(); i++) s[i] = tolower(s[i]); for (int i = 0; i < s.length(); i++) if (islower(s[i])) a[s[i] - 'a']++; int max = a[0]...
[ "chiangyung@aliyun.com" ]
chiangyung@aliyun.com
d0d40b35690c5b89571f1e3ef1e39832f04c38a3
42eab43056344d1aa2561999efa8f0f3e0631353
/tensorflow/core/tpu/tpu_ops_c_api.h
d6434645720b725d9c44d4d8451a8278235fd3a7
[ "MIT", "Apache-2.0", "BSD-2-Clause" ]
permissive
triper1022/tensorflow
a437df2a2919771199e3f6b54d0c892854ca8dff
18c576ac70b7995e0390db80e067cd9b0305e984
refs/heads/master
2021-06-12T06:21:45.672949
2021-06-04T04:01:49
2021-06-04T04:01:49
181,568,467
1
0
Apache-2.0
2021-06-04T04:01:54
2019-04-15T21:28:52
C++
UTF-8
C++
false
false
22,440
h
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
055e406f20cfee1871236f63f866545bbc1e3a27
308f3cb8a30fcacd8851cc2ed979949b643cf1d9
/codeforces/371 div2/b.cpp
89907b7a79638043ad9874b3ca51f8cba168e8f1
[]
no_license
szh-bash/ACM
9a49859644d077bcb40f90dbac33d88649e7b0f3
3ddab1ab8f9b8a066f012f2978ee9519d00aec54
refs/heads/master
2022-08-08T19:20:09.912359
2022-07-20T10:43:57
2022-07-20T10:43:57
98,170,219
5
0
null
null
null
null
UTF-8
C++
false
false
604
cpp
#include <cmath> #include <cstdio> #include <cstring> #include <cstdlib> #include <iostream> using namespace std; int n, a[110000], b; int main(){ cin>>n; int a1=0, a2=999999999; for (int i=1;i<=n;i++) scanf("%d", &a[i]), a1=max(a1,a[i]), a2=min(a2,a[i]); int flag=0; for (int i=1;i<=n;i++) if (a[i]!=a1 && a[i]!=a2...
[ "342333349@qq.com" ]
342333349@qq.com
780771f7393f7a5a2498c5b0c9190139a0fa83e5
72f2992a3659ff746ba5ce65362acbe85a918df9
/apps-src/apps/librose/language.cpp
62b9e2081039e867d2a0a4c12f111db02557a3a0
[ "BSD-2-Clause" ]
permissive
chongtianfeiyu/Rose
4742f06ee9ecd55f9717ac6378084ccf8bb02a15
412175b57265ba2cda1e33dd2047a5a989246747
refs/heads/main
2023-05-23T14:03:08.095087
2021-06-19T13:23:58
2021-06-19T14:00:25
391,238,554
0
1
BSD-2-Clause
2021-07-31T02:39:25
2021-07-31T02:39:24
null
UTF-8
C++
false
false
6,875
cpp
/* $Id: language.cpp 46186 2010-09-01 21:12:38Z silene $ */ /* Copyright (C) 2003 - 2010 by David White <dave@whitevine.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either versio...
[ "service@leagor.com" ]
service@leagor.com
fc195e53d4a9637e06a51128402a90b503399181
c208d4f286175ad25694d87ce37ce6d58b8d5860
/wifiap.cc
a8a053f7eff8b18f40468c5e955223530e8de361
[]
no_license
SidaliBaiche/projet_sidali
7d1212cbe1cb6e211fedf9cb5011510a560673db
3a72949d5d007327ee6ee56755fd80363eccd7fe
refs/heads/master
2021-01-27T13:48:06.601772
2020-02-27T09:38:50
2020-02-27T09:38:50
243,481,438
0
0
null
null
null
null
UTF-8
C++
false
false
7,949
cc
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This program is distributed in the hope that it will be us...
[ "noreply@github.com" ]
SidaliBaiche.noreply@github.com
04fb7b8cdfc849a01826e55fb72e7ea9657b1299
3dbb6a4238fd1e974bdca9cd5f0438360d493a94
/src/Texture.hpp
08594ceb10ffc6eb4fd4e6f72929af17ef121798
[]
no_license
tharvik/flaming-octo-avenger
40d164b8a7edb800749897cc4b8c4727d3f1bc77
20fd89e9f2c42de93c66c247eb6302d982ea77de
refs/heads/master
2021-01-21T03:14:37.117143
2015-05-28T07:42:45
2015-05-28T07:42:45
33,305,397
0
0
null
null
null
null
UTF-8
C++
false
false
1,549
hpp
#ifndef FLAMING_OCTO_AVENGER_TEXTURE_H #define FLAMING_OCTO_AVENGER_TEXTURE_H class Texture; #include "Program.hpp" #include "OpenGL.hpp" #include <cstdint> #include <string> #include <vector> /** * A Texture is an image to load and to display to OpenGL */ class Texture { public: /** * Construct a Texture wi...
[ "valerian.rousset@epfl.ch" ]
valerian.rousset@epfl.ch
6711db7ffb20e0f6bed67a73a66eba0ae523ef37
21553f6afd6b81ae8403549467230cdc378f32c9
/arm/cortex/Freescale/MK61F15/include/arch/reg/dac0.hpp
12e4db6189b7d1db85e176805c6910c0d1d2ed32
[]
no_license
digint/openmptl-reg-arm-cortex
3246b68dcb60d4f7c95a46423563cab68cb02b5e
88e105766edc9299348ccc8d2ff7a9c34cddacd3
refs/heads/master
2021-07-18T19:56:42.569685
2017-10-26T11:11:35
2017-10-26T11:11:35
108,407,162
3
1
null
null
null
null
UTF-8
C++
false
false
4,312
hpp
/* * OpenMPTL - C++ Microprocessor Template Library * * This program is a derivative representation of a CMSIS System View * Description (SVD) file, and is subject to the corresponding license * (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory). * * This program is distributed in the hope...
[ "axel@tty0.ch" ]
axel@tty0.ch
7f6240c4fdd294340c7ad5a1eb0fae4ce824e410
7588f030cb6f5c2692c14ec3caedf9f11a312cb1
/Parser/LRStateTableParser.h
8d5b20266c599e2c109964f09de871eb3b15071b
[]
no_license
luoxuwei/Compiler
cceee6af426ba9d9b2f13d22fcf6e06a692953ba
d11da97ab9ef2f1a61d0244d0080c6b3f90fd475
refs/heads/master
2022-12-12T12:20:27.988873
2022-11-26T16:29:00
2022-11-26T16:29:00
252,653,543
4
2
null
null
null
null
UTF-8
C++
false
false
913
h
// // Created by 罗旭维 on 2021/10/12. // #ifndef CPARSE_LRSTATETABLEPARSER_H #define CPARSE_LRSTATETABLEPARSER_H #include "CLexer.h" #include "GrammarStateManager.h" #include <string> #include <stack> #include <map> #include <deque> class LRStateTableParser { private: CLexer *lexer; string text; CTokenType::...
[ "xwluo@foxmail.com" ]
xwluo@foxmail.com
500c2499cb2807672c26749730c82c810af4cf76
8a3714ff8cfbefc1b9b67b3740991536183025ad
/Classes/CreditsLayer.cpp
69f8ff41059598d6f261cccc1d9acebba552419c
[]
no_license
JulianVolodia/Win10Hacks
62788e8abb9a1d4f6e2e454986eaad4230a56fb3
a9e2c6e7bb065b525643e7889121999009d3f3b2
refs/heads/master
2021-01-21T09:17:15.906865
2015-05-20T14:15:32
2015-05-20T14:15:32
59,161,880
1
0
null
2016-05-19T00:51:38
2016-05-19T00:51:38
null
UTF-8
C++
false
false
2,668
cpp
#include "CreditsLayer.h" using namespace cocos2d; bool CreditsLayer::init() { if (!MainLayer::init()) { return false; } cocos2d::Size visibleSize = cocos2d::Director::getInstance()->getVisibleSize(); cocos2d::Vec2 origin = cocos2d::Director::getInstance()->getVisibleOrigin(); Label...
[ "milordpanda@gmail.com" ]
milordpanda@gmail.com
666392165983b46eeffaba5c21938185d11f5ea2
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14103/function14103_schedule_28/function14103_schedule_28_wrapper.cpp
decbeb146f696356e4056efc55a256e59013c7b7
[]
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
1,497
cpp
#include "Halide.h" #include "function14103_schedule_28_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(1024); Halide::Buffer<int32_t> buf01(102...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
0fd65706b67e4917d6cfe96f92894052d8188ad1
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/arc083/B/1695831.cpp
2362ccd852762a6a14999e1d508cb15950209df3
[]
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,250
cpp
#include <iostream> #include <cstdio> #include <cmath> #include <algorithm> #include <string> #include <vector> #include <cstdlib> #include <queue> #include <cstring> #include <set> #include <map> #include <unordered_map> const int maxN = 310; using namespace std; #define FORU(i, l, r) for (int i = l; i <= r; ++i) #...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
c46182e9168fe8621673b4091c60fac56995866e
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/ds/security/gina/snapins/gpedit/main.h
b08f3d57aa766fd114f5bf4cfd2b11a1364fc888
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,311
h
#ifndef RC_INVOKED #include <nt.h> #include <ntrtl.h> #include <nturtl.h> #endif #include <windows.h> #include <tchar.h> #define SECURITY_WIN32 #include <security.h> #include <lm.h> #include <lmdfs.h> #include <ole2.h> #include <iads.h> #include <iadsp.h> #include <olectl.h> #include <shellapi.h> #inc...
[ "112426112@qq.com" ]
112426112@qq.com
ac03643798c11a17c43bef7c566582b4fece49e5
c347c9cf4d0cf2326cba3e2a32e0882107c3f151
/wyk1-2021.10.05/s01-mul-stdin.cpp
603027cd868067134db4a576c87a74abe7c63063
[]
no_license
s25429/PRG1-Wyklady
542b9d973809b55e1dea17b4dfbc88c763f46bf7
8e9b69f47de2a2a13b29d17f88b2325b0125eeb3
refs/heads/main
2023-08-20T16:03:34.391572
2021-10-26T16:35:27
2021-10-26T16:35:27
414,496,324
0
0
null
null
null
null
UTF-8
C++
false
false
254
cpp
#include <iostream> #include <string> int main(int argc, char* argv[]) { short int a, b = 0; std::cout << "Podaj A: "; std::cin >> a; std::cout << "Podaj B:"; std::cin >> b; std::cout << " = " << a * b << "\n"; return 0; }
[ "s25429@pjwstk.edu.pl" ]
s25429@pjwstk.edu.pl
0259af5f3e949f41b9f061494cfdd0257e763278
25a107f9cab4ddedf457c355299f0078697506ad
/AppData/Local/Autodesk/webdeploy/production/1f559bb8ae333199306b5c4f1fe680c6eb7ab9e0/CPP/include/Fusion/Features/ChamferTypeDefinition.h
37aa36d4e218dc61888c1fa8394fbe9d31d6a32b
[]
no_license
Park-Minjoo/HCI_TeamProject_GroupNo2
1b6cc7887173f717ba76068472174cc3a9109124
5ace0f0a9d81b39d6782300a14847b223d7ed90a
refs/heads/master
2023-01-27T11:59:36.791453
2023-01-13T04:26:18
2023-01-13T04:26:18
273,715,196
1
0
null
2023-01-13T04:26:26
2020-06-20T13:39:33
null
UTF-8
C++
false
false
3,716
h
////////////////////////////////////////////////////////////////////////////// // // Copyright 2016 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this softwar...
[ "21701015@handong.edu" ]
21701015@handong.edu
5912a6749db63def78163659a9de529b354f09d0
7d43da290d1ca3f2bd77844dcb3632f289385886
/C++ Tutorial/13.cpp
68a335bca6e2f987248ff3008f2d1bd6cb3a3625
[]
no_license
rathoresuryansh196/C-CPP-Learning
2a78806f6dc3666a8fb391cae95886733c73f1be
8608d126955e25eb17a921375bdd92ce814c0e42
refs/heads/master
2020-08-07T23:24:07.510812
2017-06-05T19:00:21
2017-06-05T19:00:21
213,621,508
0
0
null
2019-10-08T11:13:08
2019-10-08T11:13:08
null
UTF-8
C++
false
false
450
cpp
/*Function Overloading: same function with same name having different argument or different return type. */ #include <iostream> using namespace std; void sum(int a , int b){ int sum=a+b; cout<<sum<<endl; } void sum(float a , float b){ float sum=a+b; cout<<sum<<endl; } int main() { sum(...
[ "abhishek.anand@iitgn.ac.in" ]
abhishek.anand@iitgn.ac.in
ff09d2add028ec25af88840408894760ec62a96b
597b82df2cc36725f1bef9e5c11a9381e45cfc70
/src/FluidSimulator.h
49d71026be729493a0670a386b8780885c4ba946
[]
no_license
lbusch25/Green-Canvas
d887b48e210cf5ede9d67746118adfd8d854eb3e
21ce2badd742d0b19648d13f26e8dcf25a6b7cec
refs/heads/master
2021-10-24T19:03:22.234389
2019-03-28T00:20:15
2019-03-28T00:20:15
108,359,822
0
0
null
null
null
null
UTF-8
C++
false
false
1,271
h
#ifndef FluidSimulator_h #define FluidSimulator_h #include <glm/glm/glm.hpp> #include <vector> namespace basicgraphics { class FluidSimulator { public: FluidSimulator(int xSize, int ySize, int zSize); void step(float dt); void addVelocitySource(int x, int y, int z, glm::vec3 dir); void addDensitySource(int ...
[ "roland@munsil.com" ]
roland@munsil.com
56c70fb39a3b988b53b8ad0f94680427d0174df3
187f6bb6b568e8bb42bafab8f81133d4ad5f383b
/Siv3D/include/Siv3D/InputDevice.hpp
9a06785ad5f2b069bd7dd214ebb79ca1155d26e3
[ "MIT" ]
permissive
Reputeless/OpenSiv3D
f2938ea8f5c8de2e6e3b200046943f3e5398a2a1
7d02aa0f4824d1ecbd50ea1c00737cc932332b0a
refs/heads/main
2023-07-29T06:57:44.541422
2023-07-13T03:41:37
2023-07-13T03:41:37
306,929,779
0
0
MIT
2021-09-02T10:37:00
2020-10-24T16:55:13
C++
UTF-8
C++
false
false
638
hpp
//----------------------------------------------- // // This file is part of the Siv3D Engine. // // Copyright (c) 2008-2023 Ryo Suzuki // Copyright (c) 2016-2023 OpenSiv3D Project // // Licensed under the MIT License. // //----------------------------------------------- # pragma once # include "Common.hpp" namespac...
[ "reputeless+github@gmail.com" ]
reputeless+github@gmail.com
aa5ce782bdf81aed8ba6441d42b89bec17d90ad6
c785b9f58e3e6ab2998b2923ad0df3ba5e64fbb2
/Classes/Server/frontend/virtualplayer.cc
f4f9505b84ed258fcb86d36f90d94d73fb2f1438
[]
no_license
kylinda/xcode_jifengyongzhezhuan
d4673c4be036b0b79197271d2cca211541f15e0c
d914d59259bc1412f281193aadd6ad1c1f0b4ac0
refs/heads/master
2021-01-21T16:18:43.402867
2014-11-11T05:26:26
2014-11-11T05:26:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
30
cc
#include "virtualplayer.h"
[ "sean.xiao123@gmail.com" ]
sean.xiao123@gmail.com
31f9f24b3a21aead495a39e0a89f294a6c0c169d
c87127655cf02d9d25b2ee73bd0bf8e9e53c8d20
/tests/unit_tests/block_queue.cpp
51698624bcbbfb96a9fa4aa2cc136a89fef0f030
[ "BSD-3-Clause" ]
permissive
nioshares/InitiS-Coin
8f2c81b90470946abfd6933efbcc040e2c946b7a
2230331b788bafb659ca3810764c089a60ee3dd9
refs/heads/master
2020-09-26T02:08:55.078501
2019-12-09T03:53:00
2019-12-09T03:53:00
226,138,265
0
0
null
null
null
null
UTF-8
C++
false
false
3,262
cpp
// Copyright (c) 2018-2019, CUT coin // Copyright (c) 2017-2018, The Monero Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain th...
[ "49848701+nioshares@users.noreply.github.com" ]
49848701+nioshares@users.noreply.github.com
e793f4ed454aba131e6d546c1e4a0b6d22934c9f
a9d321fd145c8d68e49ca19bf62e449137cf84f7
/src/protocol.h
a5ac66ce36c6f770e0fc96fc27dc51d557bcd323
[ "MIT" ]
permissive
hodachung1709/crecoin
63da447194173330e86b5df049532d05a7dc5e77
ce58f093d51e643986001b9fc7fc13539f958774
refs/heads/master
2021-05-14T15:14:11.057534
2018-01-10T04:46:46
2018-01-10T04:46:46
115,989,487
0
0
null
null
null
null
UTF-8
C++
false
false
3,423
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 CreCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __cplusplus # error This hea...
[ "hodachung1709@gmail.com" ]
hodachung1709@gmail.com
0b2ffd31bcce2fb23aa652e744b383a5ded83d71
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-devicefarm/include/aws/devicefarm/model/StopRunResult.h
9f270272293c1854d92fa0d6d698e3544729ddef
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
1,830
h
/* * 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" fil...
[ "henso@amazon.com" ]
henso@amazon.com
30b1c3e127821da950b854f4d4c2afe50469c333
aa231e1bdb7c071b68305f7f011543544d928464
/switch_example.ino
078ad016f242a59f23e6ba28d79fc970d49e6061
[]
no_license
vinayakaraju46/Alexa_Sinric_Home_automation
e8e9a7059bdbb5f4068e3d088da0e90f6d667fcb
48710113055a97695aefe2e8d5cadd317188b0a5
refs/heads/master
2020-07-20T09:18:48.176244
2019-09-16T11:00:07
2019-09-16T11:00:07
206,615,615
1
0
null
null
null
null
UTF-8
C++
false
false
5,234
ino
#include <Firmata.h> #include <FirmataConstants.h> #include <FirmataMarshaller.h> #include <FirmataDefines.h> #include <Boards.h> #include <FirmataParser.h> /* Version 0.4 - April 26 2019 */ #include <Arduino.h> #include <ESP8266WiFi.h> #include <ESP8266WiFiMulti.h> #include <WebSocketsClient.h> // https://github....
[ "noreply@github.com" ]
vinayakaraju46.noreply@github.com
258ba15ec3a26ea68d4d85532ae4e64b7f486e42
9b813aa6ce13b1d62e72b6c261110dbf09af820d
/src/vector.h
93b625592c01ea72ee43e80c4eb5c1adc361d068
[ "Apache-2.0" ]
permissive
crosetto/cupq
5ab8dea044d6259fcf77204730e9b700993936a7
b26a543c5251b86be7726129f09c94a964495143
refs/heads/master
2020-12-02T04:58:24.792288
2020-09-18T22:28:08
2020-09-18T22:28:08
230,896,322
71
1
null
null
null
null
UTF-8
C++
false
false
5,976
h
/*--------------------------------------------------------------------- Copyright 2019 Paolo G. Crosetto <pacrosetto@gmail.com> SPDX-License-Identifier: Apache-2.0 ---------------------------------------------------------------------*/ #pragma once #include "vector_base.h" #include <cstring> #ifdef __CUDACC__ #defi...
[ "pacrosetto@gmail.com" ]
pacrosetto@gmail.com
fff340bdb8a4d3e26ab96ccd9bde15de9ba3cf5f
89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04
/third_party/WebKit/Source/wtf/text/TextCodecUserDefined.h
66d10a51f1a090f785ffd5af4602e77b773e9d4e
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause" ]
permissive
bino7/chromium
8d26f84a1b6e38a73d1b97fea6057c634eff68cb
4666a6bb6fdcb1114afecf77bdaa239d9787b752
refs/heads/master
2022-12-22T14:31:53.913081
2016-09-06T10:05:11
2016-09-06T10:05:11
67,410,510
1
3
BSD-3-Clause
2022-12-17T03:08:52
2016-09-05T10:11:59
null
UTF-8
C++
false
false
2,085
h
/* * Copyright (C) 2007 Apple, 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions...
[ "bino.zh@gmail.com" ]
bino.zh@gmail.com
25cd16e972b69a676907e653d5ddad28af11300f
1a6eb95e01d926ed83dda775c96b25b171a59eb5
/source/kernel/spinlock2.h
eb15b3239cf7ceb91d49987b84de7f274e73e876
[ "MIT" ]
permissive
mu-mu-mu/Raph_Kernel
72b47e6c385581933c0463925bd53e9e4e32ccff
c747aefa2f840b46d3cc0539845d39e8f1d6c66e
refs/heads/develop
2020-12-25T18:42:52.365712
2018-01-18T11:12:35
2018-01-18T11:12:35
93,978,548
0
0
null
2017-06-11T03:09:33
2017-06-11T03:09:33
null
UTF-8
C++
false
false
1,812
h
/* * * Copyright (c) 2017 Raphine Project * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is...
[ "sap.pcmail@gmail.com" ]
sap.pcmail@gmail.com
5330e09cf53c3dfac7d5b82680a52e2e7846d419
f4167b3b4f5977748edd41b3d1c267cc25be7c54
/Medium/005_Longest-Palindromic Substring.cpp
1171dea9dda389f0ed16221c17ee04a88fa6e37a
[]
no_license
DeanChensj/LeetCode
a5b2315ad10e25ba47bdec211bd5ab3c097a8514
fe85957cd2fef592bed052534d251dc9a2d2a0b1
refs/heads/master
2021-01-10T18:02:50.531671
2016-05-13T06:22:20
2016-05-13T06:22:20
49,619,720
1
0
null
null
null
null
UTF-8
C++
false
false
946
cpp
#include <iostream> #include <queue> #include <vector> #include <string> using namespace std; string longestPalindrome(string s) { if (s == "" || s.size() == 1) return s; int min_start = 0, max_len = 1; for (int i = 0; i < s.size();) { // do not update i there. if (s.size() - i < max_len / 2) break...
[ "463575680@qq.com" ]
463575680@qq.com
6a687514e8fa767a8728ff8f6cfd092aeaf0e670
549254b195395a785efed6366fbad7ec3af99644
/Recursion/MoveAllxAtEnd.cpp
ecc3890f8f0a0dab32bac7d157375e3c4542ae9e
[]
no_license
priaga20/CB-Algo
ab1e1eb13783f65cb8385f9c9a2cc0074091165e
82b56f6afd32eb5b399c86403c848e007ba10d8a
refs/heads/master
2022-11-16T16:06:43.138483
2020-07-12T20:13:00
2020-07-12T20:13:00
261,572,623
0
0
null
null
null
null
UTF-8
C++
false
false
297
cpp
#include <iostream> #include<string> using namespace std; void moveAllxToEnd(string &s,int i,int n) { if(i==n) return; if(s[i]=='x'){ s= s.substr(0,i)+s.substr(i+1)+"x"; } moveAllxToEnd(s,i+1,n); } int main() { string s; cin>>s; moveAllxToEnd(s,0,s.size()); cout<<s; return 0; }
[ "priyanshi.agarwal3405@gmail.com" ]
priyanshi.agarwal3405@gmail.com
ad4a1c9742a25a5412bc1440dbe65797fe291377
dffa22967839eabc7216a5fe5a5560fd06ac3ebd
/codeforces/169-2/2.cpp
b064293770b5f4816c96b49aece7b9c1d0f8b163
[]
no_license
adityasinghhh/coding
a4d7d69615b98c909fbaf8555104ddeab2e73738
f62297228da0d6331d9a993c8ca86e87df1aae65
refs/heads/master
2021-06-02T17:17:07.122212
2018-02-07T04:46:51
2018-02-07T04:46:51
10,299,145
0
1
null
2017-12-06T14:49:17
2013-05-26T14:49:44
C++
UTF-8
C++
false
false
2,482
cpp
#include<algorithm> #include<assert.h> #include<bitset> #include<climits> #include<cmath> #include<cstdio> #include<cstdlib> #include<cstring> #include<deque> #include<iostream> #include<map> #include<memory.h> #include<queue> #include<set> #include<sstream> #include<stack> #include<string> #include<utility> #include<...
[ "adityasinghhh@gmail.com" ]
adityasinghhh@gmail.com
67e3f560dea737445c9e282ed49ad945e161716a
d88eb7f7a090c28aab98bf677de1520413d14b00
/Tutorial3/AbstractEmployeeProj/AbstractEmployeeProj/BasePlusCommissionEmployee.cpp
606cdc32317d629f94a66ea42a6b37ca6e0a2358
[]
no_license
Harry41348/cplusplus
d0c17adeae1ddaf8d6808d5ba6764bba300f8496
877d9f066ad9e53e90d5c18acd4e3cc2c1770748
refs/heads/master
2023-03-31T04:20:43.752878
2021-04-02T20:52:00
2021-04-02T20:52:00
330,388,390
0
0
null
null
null
null
UTF-8
C++
false
false
1,222
cpp
#include "pch.h" #include "BasePlusCommissionEmployee.h" using namespace std; // constructor BasePlusCommissionEmployee::BasePlusCommissionEmployee( const string &first, const string &last, const string &ssn, int month, int day, int year, double sales, double rate, double salary) : CommissionEmployee(first, last,...
[ "hvalentinow@gmail.com" ]
hvalentinow@gmail.com
ea451e2db2bf113ced6af8a411db4b514424c5e2
0509e367ee369133f0c57f2cbd6cb6fd959da1d5
/chapter11/rikai11.2.cpp
94eb647b627ed2c80e021a1c38d2234d1f5c5669
[]
no_license
Hiroaki-K4/cpp_learn
5a1e6916d504027c18c64a16c353ee72429ed383
69d38f317f9c144b4e092361936d61b62d3bed3b
refs/heads/main
2023-02-25T12:40:56.497944
2021-01-30T13:27:00
2021-01-30T13:27:00
317,693,373
0
0
null
null
null
null
UTF-8
C++
false
false
550
cpp
#include <iostream> #include <fstream> #include <iomanip> #include <cstdlib> #include <cstring> #include <cmath> #include <ctime> using namespace std; template <class X> X array_total(X *data, int size) { int j; X ans; ans = 0; for (j = 0; j < size; j++) { ans += data[j]; } return ans...
[ "49no19@gmail.com" ]
49no19@gmail.com
d2ab83cd42a9b8472d2ba071f28404a30c14f49f
9da2e842dfc8f92a3463cff1e5ccc7bc35992bab
/postorder-tree-traversal-iterative.cpp
2249c39681857150f05dd5078b55b580ed1f1f7f
[]
no_license
azeemaijaz/azeemaijaz.github.io
e7577caf424aad0fef8d6e4a5b91638b97dcae23
f547fc90531df720be97d5b6945eb0f4322260e4
refs/heads/master
2021-07-09T00:09:39.353804
2021-06-27T11:16:53
2021-06-27T11:16:53
200,494,306
1
1
null
null
null
null
UTF-8
C++
false
false
1,482
cpp
#include <iostream> #include <stack> using namespace std; // Data structure to store a Binary Tree node struct Node { int data; Node *left, *right; Node(int data) { this->data = data; this->left = this->right = nullptr; } }; // Iterative function to perform post-order traversal of the tree void postorderIte...
[ "noreply@github.com" ]
azeemaijaz.noreply@github.com
4be1aabc2af3e394af6be2cdb4004f27688846b6
bbcda48854d6890ad029d5973e011d4784d248d2
/trunk/win/Source/BT_PullDownWallsGesture.h
fb4a3ca7e64eeda1139aab58f1ef8a7d8e27c6d3
[ "Apache-2.0", "MIT", "curl", "LGPL-2.1-or-later", "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "Zlib", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "MS-LPL" ]
permissive
dyzmapl/BumpTop
9c396f876e6a9ace1099b3b32e45612a388943ff
1329ea41411c7368516b942d19add694af3d602f
refs/heads/master
2020-12-20T22:42:55.100473
2020-01-25T21:00:08
2020-01-25T21:00:08
236,229,087
0
0
Apache-2.0
2020-01-25T20:58:59
2020-01-25T20:58:58
null
UTF-8
C++
false
false
1,092
h
// Copyright 2012 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
[ "anandx@google.com" ]
anandx@google.com
af250c0964a210effe3069200d4980e0c1e7df08
2ad989032302681538bfd7ceb5b61b81e9af42af
/src/HGCht.cc
13bf2d2cf335c587e2054d4b581fa5a22e184ea4
[]
no_license
j-prosser/HGC-CMSSW-ANLYSIS
d406cb324d02581f224fadf4e9a21c83fb006b9c
42c2445dde8a14953e2a5ecfc34ce10a52185b89
refs/heads/master
2020-04-14T17:44:31.098908
2019-01-03T16:05:23
2019-01-03T16:05:23
163,992,270
0
0
null
2019-01-03T15:46:16
2019-01-03T15:46:16
null
UTF-8
C++
false
false
2,137
cc
#include <HGCht.h> void HGCht::setZoffset(float zOffset){ _zOffset = zOffset; } void HGCht::setSlopeCorrection(float SC){ _slopeCorrection = SC; } void HGCht::addPoint(const HGChit* hit, double w){ float x = ( hit->z()+_zOffset )*_slopeCorrection; float y = hit->r(); int id = hit->id(); ...
[ "v.palladino@imperial.ac.uk" ]
v.palladino@imperial.ac.uk
7085bdc2396bdc2fed4c810547ac58e1b9cfd423
08de6691125f657ca464196b65ed8c5cd89a401c
/TCC/Tcc/Source/Tcc/TccGameMode.h
e7115e7655f6843aa53cdc394b4fc4ee8ceb058c
[]
no_license
roroque/TCC
511894ad38d6ac6b38c339bd0c7dd0eb985a970e
117eae2234d0b3f9184e33bf4a8c031c25ea4da4
refs/heads/master
2020-03-27T14:11:17.438883
2018-08-29T19:50:30
2018-08-29T19:50:30
146,648,757
0
0
null
null
null
null
UTF-8
C++
false
false
290
h
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "GameFramework/GameModeBase.h" #include "TccGameMode.generated.h" UCLASS(MinimalAPI) class ATccGameMode : public AGameModeBase { GENERATED_BODY() public: ATccGameMode(); };
[ "nevesferreira.gabriel@hotmail.com" ]
nevesferreira.gabriel@hotmail.com
7cb5219e3aebd57ed7537b98f491406292ce4ce4
6a19bec1f6c02d8defe37e8a7179149821ab5a93
/src/compat/strnlen.cpp
d9b233ccdb1ee04b7c53283f8ecc7d8cf04ffd01
[ "MIT" ]
permissive
glpcoin/GodLikeProductsSource
4800d486f0f6c1cee2f76131b750346bcd1948d9
74059e30f802343e1812b7c40f0b4621ae0980d9
refs/heads/master
2020-06-12T01:16:46.672122
2019-06-27T19:11:34
2019-06-27T19:11:34
194,148,521
0
0
null
null
null
null
UTF-8
C++
false
false
519
cpp
// Copyright (c) 2009-2014 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/godlikeproducts-config.h" #endif #include <cstring> #if HAVE_DECL_STRNLEN == 0 ...
[ "damalisullivan@yahoo.com" ]
damalisullivan@yahoo.com
cd3c504eb155c670aead4920a03916c74e112c67
ea20433ad56d87acfadb8ec67a76280913d0683c
/ShearCell_Optimization/src/main.cpp
112747c958b8a918bfbef98401560c2aac0e60bf
[]
no_license
rifaasyari/2018-MetamaterialMechanismsOptimization
3c8df89603c50a217d5f2c012b38ec6778381f3a
547ec7b8b24fffda813d73976e022605c4236400
refs/heads/main
2023-04-01T08:02:53.531563
2021-04-01T22:55:43
2021-04-01T22:55:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,067
cpp
#include <iostream> #include "GridModel.h" #include "MetaGrid.hpp" #include "Optimizer.hpp" #include "coin/IpIpoptApplication.hpp" #include "MyNLP.hpp" using namespace std; template<class TOptimizer> Eigen::VectorXd run(SmartPtr<TOptimizer>& opt) { using namespace Ipopt; cout << "#######################...
[ "me@alexandraion.com" ]
me@alexandraion.com
d55477ec6c8993311585da78250dbda2609684d6
b2d24578f5cfe745fc4123fa4b54598c28544bcf
/validateMenu.cpp
53556ddf4398ebf356a23c3fe5f8579d4feeab4b
[]
no_license
brandonjones085/linkedListCombatGame
c472aa6da24236ab9ee81cdc1ca08e6f4dde83cf
881fe65ecad6b3d2b620fb870deff689157496b4
refs/heads/master
2020-05-24T22:25:52.485048
2019-05-25T20:47:18
2019-05-25T20:47:18
187,496,035
0
0
null
null
null
null
UTF-8
C++
false
false
598
cpp
/******************************************************************************* ** Author: Brandon Jones ** Date: 05/19/2019 ** Description: The validateMenu function takes in a reference to an int and validates that it ** is an int and between 1 and 4. **************************************************...
[ "brandon.jones085@gmail.com" ]
brandon.jones085@gmail.com
db4e31b14f2bcf6ad9547979216013b4afafee56
ce6b2521e2b261a039551dd0ff55151cbe9ecaad
/src/beast/test/websocket/doc_snippets.cpp
c9cde57777b65444e26673dd15534262e41eecd9
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
vinniefalco/rippled
3a989951aa491523f8caaecbe96525a7c9afe49a
2fbb2f5a45c3050bc5663e3b59b5cfb3f43242ea
refs/heads/develop
2021-01-17T11:07:55.413251
2017-06-12T18:28:02
2017-06-12T23:53:10
10,961,863
3
2
null
2015-03-20T00:02:32
2013-06-26T07:51:04
C++
UTF-8
C++
false
false
5,197
cpp
// // Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com) // // 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) // #include <beast/core.hpp> #include <boost/asio.hpp> #include <boost/asio/spawn.hp...
[ "vinnie.falco@gmail.com" ]
vinnie.falco@gmail.com
1a50927254edc8a86708c37192ecb7ee249c805c
f0749232d54f17e3c321b0b90daaeb23b9faec82
/Online Judge Code/lightoj/1186 - Incredible Chess.cpp
48cb7ff111f75b02ad4454ca8de5a44e0014134e
[]
no_license
tmuttaqueen/MyCodes
c9024a5b901e68e7c7466885eddbfcd31a5c9780
80ec40b26649029ad546ce8ce5bfec0b314b1f61
refs/heads/master
2020-04-18T22:20:51.845309
2019-05-16T18:11:02
2019-05-16T18:11:02
167,791,029
1
0
null
null
null
null
UTF-8
C++
false
false
1,204
cpp
#include <bits/stdc++.h> using namespace std; const double pi = 3.141592653589793; #define xx first #define yy second #define mp make_pair #define intl long long #define filein freopen("input.txt", "r", stdin) #define fileout freopen("output.txt", "w", stdout) #define debug...
[ "1505002.tm@ugrad.cse.buet.ac.bd" ]
1505002.tm@ugrad.cse.buet.ac.bd
c5f66694b053d87d44df1aaf1b8d0f50dc8697cd
767b6db86a9a3666a16a1015dbbb8c27fbd5d12f
/List/带头结点的双向循环链表.cpp
cf1630bf32eae53a917517f99e8e6ea92bbc289c
[]
no_license
FuXin-1024/data_struct
e17f60a0967d748b9fdff535d6124ab36c22cdf7
610edd0e90b16e4e1f39b0801803019450ad37b7
refs/heads/master
2021-01-22T20:08:01.933681
2017-08-18T03:26:28
2017-08-18T03:26:28
85,283,114
0
0
null
null
null
null
GB18030
C++
false
false
3,125
cpp
#define _CRT_SECURE_NO_WARNINGS 1 #include<iostream> #include<assert.h> using namespace std; template<class T> struct ListNode { T _data; ListNode* _prev; ListNode* _next; ListNode(const T& x=T()) :_data(x) , _prev(NULL) , _next(NULL) {} }; template <class T> class List { typedef ListNode<T> Node; public...
[ "1007160080@qq.com" ]
1007160080@qq.com
a6cbb17f57bbb33e1af9f57d04ca450f0774cc5e
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_15319.cpp
b7e75124417bd2bef0e725724a7c47df26a38f0e
[]
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
110
cpp
archive_set_error(a, ARCHIVE_ERRNO_MISC, "Can't convert '%S' to MBS", (const wchar_t *)filename)
[ "993273596@qq.com" ]
993273596@qq.com
c7545b04bfc5c57ca2c3cbbd36d7190a0808ed4f
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/qvm/mat_access.hpp
9ac24781c4ec22d3f39dcf540191d0c9bc66ecd0
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
130
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:14abc997c7d5768f7c77c335898de3589a96fc19eebdede142b7008d4484400b size 56997
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
0f96039e74cc297b9b08250df5a49bf3c6fe1272
c678f0a03816625eaf766645314e849789326ceb
/2017_code/inc/hp.hpp
f01a345120e3ecd294d8bb2f055dac1d6c53bca2
[]
no_license
alanyuan97/OOP
d08fe33a1e51c7d4d166a0647ba8404aca64ab8b
3393bc645b63fbcc7465d1acc5ba16ab2dc343ba
refs/heads/master
2020-03-31T17:39:53.728816
2018-12-12T00:42:43
2018-12-12T00:42:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
557
hpp
#include <iostream> #include <string> #include <list> #include "item.hpp" #include "res.hpp" #include "unres.hpp" using namespace std; namespace hp{ template <class T> inline void printall(const list<T>& listin){ typename list<T>::const_iterator it; for (it=listin.begin();it!=listin.end();++it){ cou...
[ "ayy17@eews304-011.ee.ic.ac.uk" ]
ayy17@eews304-011.ee.ic.ac.uk
77675d719907a2cf770459b3b15e80330a9bd538
69eb91ea5c83200ce589132eef3d55ae6912576e
/PublicLibraryProject/Card.h
e241c7cf404f12b663cd00d30d17609c5d4808d2
[ "Apache-2.0" ]
permissive
naumanmunir/Public-Library
6d30a4652817f2a51c221f8ab519372f083f40d1
40691d302d9ba6f37f66a2b6ab0c31a6f17ba252
refs/heads/master
2016-09-06T14:39:57.604567
2015-05-05T21:50:15
2015-05-05T21:50:15
35,113,444
0
0
null
null
null
null
UTF-8
C++
false
false
607
h
//Nauman Munir //David See //CARD.H file #include <string> #include <iostream> using namespace std; #ifndef CARD_H #define CARD_H class Card { private: //private data members string name; string phonenum; int cardnum; int booksout; public: Card(); Card(string &Name, string &Phonenum, int &Cardnum, int &Books...
[ "bloodo9@hotmail.com" ]
bloodo9@hotmail.com
05e2243596ca08dec4f7498484dabfb78638e4d7
bac6dfda6a5e2333b16a1f4dbb6357ea2efbbaed
/NDKTest/NDKTest.NativeActivity/Ifstream.h
c2db35a867bbc28a614735d8512f2ad9a5eeef95
[]
no_license
florianPat/AndroidEngineVS
04325ef26ba15ecb9a9b3576af8cb26b1bb6ea1c
f382a50427e040b7e31e3e4672d879b36e88ecc4
refs/heads/master
2020-03-28T17:46:30.656792
2019-04-01T13:29:35
2019-04-01T13:29:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
818
h
#pragma once #include "android_native_app_glue.h" #include "String.h" class Ifstream final { public: enum class SeekDir {beg, cur, end}; private: AAsset* asset = nullptr; AAssetManager* aassetManager = nullptr; bool good = true; public: Ifstream(const String& filename); Ifstream(); Ifstream(const Ifstream& oth...
[ "florian.patruck@gmx.de" ]
florian.patruck@gmx.de
5b1803d5ae15218f7ece0425dba39f3dd68a222c
dc8f945960ff70d2f321a3d192546f698dd3366a
/Signal/SourDest.cpp
daae0703693195194fca0628ad5b242f44203b26
[ "Apache-2.0" ]
permissive
Ma-Dan/Signal-flow
b6a7f0e409adb0dc40fe9260c8585c48e61b3ea2
0e387597ca6d138a8599e2411f05308ebe3d305d
refs/heads/main
2023-06-05T20:09:28.705884
2021-06-27T01:48:46
2021-06-27T01:53:19
380,628,991
0
0
null
null
null
null
UTF-8
C++
false
false
1,071
cpp
// Sourdest.cpp : implementation file // #include "stdafx.h" #include "Signal.h" #include "Sourdest.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CSourdest dialog C...
[ "dan@madandeMacBook-Pro.local" ]
dan@madandeMacBook-Pro.local
cd96a2a175866d8fff0ae58e516a69c1cee2b8de
d66e863721daffa5c6b49b25fbd61cb808887838
/src/rest/rest_web_server.cpp
90a1d23286ba157ff25bc948f7be00ee8b96106d
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause" ]
permissive
srickardti/ot-br-posix
09faafc9b9dd09e07a73a9c994c8b5c4bf065b96
21cf507f36b0347f7779a11b8f220f9df2d4974d
refs/heads/main
2023-03-07T22:12:26.324228
2021-12-10T21:08:34
2021-12-10T21:08:34
251,625,225
0
0
BSD-3-Clause
2023-03-02T19:00:17
2020-03-31T14:19:25
C++
UTF-8
C++
false
false
6,241
cpp
/* * Copyright (c) 2020, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright * notice, this ...
[ "noreply@github.com" ]
srickardti.noreply@github.com
879f1d2735a832b03ee709dbd90cc30c704f1893
b67044ae73272f81819304a9736d49c9727e868f
/OriginalPlan/.svn/pristine/53/5379c8326b7060e21fb1b518fac1eb12fe8e1abc.svn-base
7a16731913a54cccfb3ef6ac56a9d67dbabbbd01
[]
no_license
bagua0301/red_slg
5b16ab66354c552ab2066fc95effaca2a9a56535
50c48cbdfeb4ba373d2f9040c9b4c9e609e3b9cb
refs/heads/master
2023-06-17T21:39:15.730529
2020-05-23T10:29:07
2020-05-23T10:29:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
398
#ifndef _GAME_SERVER_SOCKET_PACKET_HANDLER_H_ #define _GAME_SERVER_SOCKET_PACKET_HANDLER_H_ #include "game_socket_packet_handler.h" class CGameServerSocketPacketHandler : public CGameSocketPacketHandler { public: CGameServerSocketPacketHandler() : CGameSocketPacketHandler() { setUnpacketNum(1000); } ~CGameSer...
[ "zhangzhen0523@126.com" ]
zhangzhen0523@126.com
89c934845446f41f5743ff3ab6855beca147ed3c
f9cd07ac3cb37a4cd4ab4938247186320a4eb2d1
/Section_8/sect8_ex9.cpp
8e37b5a316922453ae4798610cc9be766214ae62
[]
no_license
meiwise123/Programming-Principles-and-Practice-Using-Cpp
856e87c79b68ab410c79be2eb6e1fb1715404078
6657e24958cd001d5caa3df8c1fbe34c61c72510
refs/heads/master
2020-11-24T08:13:08.285567
2019-12-02T12:49:18
2019-12-02T12:49:18
228,045,902
1
0
null
2019-12-14T15:34:44
2019-12-14T15:34:43
null
UTF-8
C++
false
false
1,135
cpp
/* Written by Jtaim Date 6 Jan 2019 Programming Principles and Practice Using C++ Second Edition, Bjarne Stroustrup Section 8 Exercise 9 - Write a function with 2 inputs of vector<double>s named price and weight. - Compute a value (an "index") that is the sum of all price[i]*weight[i]. - Check the both vectors ...
[ "jtaimneas@gmail.com" ]
jtaimneas@gmail.com
346f0f919370a6023289d96fe836180f45c4b7a7
da1ed88feb813e4e45891784b267a0773a7b6514
/src/core/color.h
f025146cf587ba1a2f033b28f6a59e9ace86a076
[]
no_license
espennordahl/iAurora
91e34b16417ea6e01d41906bdc7182a96aa57c4d
7777d7d84e6b04844c627c3ba2d1ddf27cd8c934
refs/heads/master
2020-04-11T02:37:12.839164
2014-08-25T23:27:48
2014-08-25T23:27:48
22,309,918
0
0
null
null
null
null
UTF-8
C++
false
false
4,466
h
// // color.h // Aurora // // Abstract: // standard rgb Color that assumes linear space #ifndef Color_h #define Color_h #include <assert.h> #include <math.h> #include "constants.h" #include "vector.h" #include "point.h" namespace Aurora { class Color{ public: float r; float g; float b; #pragma mark - ...
[ "espen.nordah@gmail.com" ]
espen.nordah@gmail.com
d3e7e1d21b57c8dfaf13caa9589bb0b667b51a93
9c7e06ba3c3b236aec7cd8242c65bb905e19104b
/src/searchgraph.h
48eaeb2a30a304ea5e22cdf6d3d45b9814c84970
[ "MIT" ]
permissive
whoenig/generateRoadmap
f34765f7dfb3f45ad13a2912d21bfcaacfb84cd5
d8299b553345e26f20a7ee795c437ad80202f7fd
refs/heads/master
2021-07-12T20:47:42.503851
2020-07-03T18:22:29
2020-07-03T18:22:29
170,364,354
1
0
null
null
null
null
UTF-8
C++
false
false
2,337
h
#pragma once #include <set> #include <unordered_map> #include <boost/graph/adjacency_list.hpp> #include "common.h" typedef boost::adjacency_list_traits<boost::vecS, boost::vecS, boost::undirectedS > searchGraphTraits_t; typedef searchGraphTraits_t::vertex_descriptor vertex_t; typedef searchGraphTraits_t::edge_descr...
[ "whoenig@usc.edu" ]
whoenig@usc.edu
0ea84afeed08dccb307da1580c353864c65c6366
91ff482968f618098c8faeeca892c6d256ee415c
/cf/284a.cpp
a3b52353e6dba36ca1122087dd8dff5d394f9627
[]
no_license
Rajat-Goyal/all-over-again
5728c8d05afc409f103d78f6fbbd3be1bf382793
a5e4192762febf1666808c4068c83502ef7485fb
refs/heads/master
2021-01-20T11:18:17.477916
2018-10-03T12:12:44
2018-10-03T12:12:44
83,948,322
0
1
null
2018-10-03T12:12:46
2017-03-05T05:48:38
C++
UTF-8
C++
false
false
532
cpp
#include<iostream> #include<bits/stdc++.h> #define pb push_back #define vi vector<int> using namespace std; int main(){ ios::sync_with_stdio(false); int n,x,l,r; cin>>n>>x; vi start; vi fin; for(int i=0;i<n;i++){ cin>>l>>r; start.pb(l); fin.pb(r); } int ptr =...
[ "rajat1881@gmail.com" ]
rajat1881@gmail.com
9b31b957e11d9cb9afba1a7fb08af409b4330ce2
be6dd134d0aa40fc47a9495959fea1c0240afb96
/projects/platformer/scripts/camera_follow.cpp
5e2d08115a5686c7829a75bf8932a213809ba32b
[]
no_license
pohka/Oakitus
3c7e0aa6a81887d1ccceb61c43261796f6ae12b3
8175303cc54d4bca7f2f3696417175ed00319d68
refs/heads/master
2020-04-05T21:37:49.428521
2019-05-01T17:28:30
2019-05-01T17:28:30
157,227,333
1
0
null
2019-04-30T00:34:55
2018-11-12T14:37:50
C++
UTF-8
C++
false
false
539
cpp
#include "camera_follow.h" #include "../reflect.h" using namespace plat; using namespace oak; CameraFollow::CameraFollow() : Component(REFLECT_CAMERA_FOLLOW, TICK_GROUP_AFTER_PHYSICS, TICK_TYPE_TICKABLE, false) { } void CameraFollow::setTarget(Entity* target) { targetID = target->getID(); } void CameraFollow::on...
[ "zomg21@hotmail.com" ]
zomg21@hotmail.com
827e944813728071fdc22431ae136493b432a9cb
83f4f4e01dc13ecc9f1993db898e8aaa584b2629
/C++基础课程/Day08/08 类模板应用_链表/LinkList.hpp
c80214b56d1d313c17736de0c6c29d2a4ef40d48
[ "MIT" ]
permissive
Gooooodman/CPP.Sample
12716dfc1a32946a8b929f02fe33168974f9d83e
c87c697911ba3b857b754da5ade40fd024ab272e
refs/heads/master
2021-01-21T23:09:32.649979
2017-06-23T01:04:04
2017-06-23T01:04:04
null
0
0
null
null
null
null
GB18030
C++
false
false
4,781
hpp
#pragma once //链表是由一系列节点组成的,节点包含两个域,数据域,指针域(保存节点关系),在内存中非连续的 //链表节点 template<class T> class LinkNode { public: T mData; LinkNode *pNext; }; template<class T> class LinkList { public: //头结点 LinkNode<T> mHeader; //节点个数 int mSize; //尾节点指针 LinkNode<T> *pRear; public: //构造函数 LinkLi...
[ "807776962@qq.com" ]
807776962@qq.com
efecdb6a851825128d2703edb38f2549321886f3
46914300a6a4360a9b77a4aadb0831464f38d890
/simple_laminar/processor3/700/uniform/cumulativeContErr
43b62a8d1fc0c5e8ce8017cca20b0a0d3f67dd4a
[ "MIT" ]
permissive
sinanh/flowAroundTriangles
d6f7f0d8f99e483c210cbc46a57461989f823f90
557d1ea8c7ab2d07f1fa288317049ba196643fb3
refs/heads/main
2023-06-25T22:03:50.273653
2021-07-27T08:12:28
2021-07-27T08:12:28
374,974,907
0
0
MIT
2021-06-08T10:54:06
2021-06-08T10:54:05
null
UTF-8
C++
false
false
998
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2006 | ...
[ "seenone@gmail.com" ]
seenone@gmail.com
db9749d6bec75ced27e92a8a53fbc2686c1fac64
1a89de045a99c180b69e54fa8d0738cd135410ed
/src/RcppExports.cpp
6a493576c0f5c77efdec7cc07edf9da018943a73
[]
no_license
zhumengyan/scrat
91fa3ab842df04989ef5572245ee299c9da7b9db
c5a6db9ad036e7712732518e17d04feb62faa6a1
refs/heads/master
2023-02-09T09:20:03.988995
2020-12-31T14:46:05
2020-12-31T14:46:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,531
cpp
// Generated by using Rcpp::compileAttributes() -> do not edit by hand // Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 #include <Rcpp.h> using namespace Rcpp; // calculateDelta void calculateDelta(const Rcpp::NumericMatrix& inputMatrix, const Rcpp::NumericVector& inputVector, const bool naExist, Rcpp::Numer...
[ "wirth@izbi.uni-leipzig.de" ]
wirth@izbi.uni-leipzig.de
cd0e0432a4a1833664993c1661b0f89c7f08e162
b18793c1f2f08b72461f1c5c47258e072109cdce
/src/qt/sendcoinsdialog.cpp
b77cb2f1edb4ae39d40008a67aaa8e5600b5be43
[ "MIT" ]
permissive
Penny-Admixture/BarrelCrudeCoin
58af9873197df4eb39f235adeab90ca4252e509f
6cba56f636f72c0aeba79a0ea1cb9ac71da83691
refs/heads/main
2023-03-17T14:27:03.947863
2021-03-13T04:31:08
2021-03-13T04:31:08
348,196,653
3
1
MIT
2021-03-16T03:05:47
2021-03-16T03:05:47
null
UTF-8
C++
false
false
34,938
cpp
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/sendcoinsdialog.h> #include <qt/forms/ui_s...
[ "quentin.neveu@hotmail.ca" ]
quentin.neveu@hotmail.ca
0f7d5c720b4300feca5e39bd39e67df6b1653842
182adfdfa907d3efc0395e293dcdbc46898d88eb
/Temp/il2cppOutput/il2cppOutput/AssemblyU2DCSharpU2Dfirstpass_GP_Invite626929087.h
16a0d665ea5dde4232a57ea550a687ed8d21e734
[]
no_license
Launchable/1.1.3New
d1962418cd7fa184300c62ebfd377630a39bd785
625374fae90e8339cec0007d4d7202328bfa03d9
refs/heads/master
2021-01-19T07:40:29.930695
2017-09-15T17:20:45
2017-09-15T17:20:45
100,642,705
0
0
null
null
null
null
UTF-8
C++
false
false
2,976
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" #include "AssemblyU2DCSharpU2Dfirstpass_GP_InvitationType3295179663.h" // System.String struct String_t; // GP_Participant struct GP_Par...
[ "zk.launchable@gmail.com" ]
zk.launchable@gmail.com
66658cc542c8ad46c4cb79d40354ec5c445f863f
0d1dfc8cd10893330d6438e97a2dc6d85269ae07
/Tree/traverse.cpp
3fe55f330f8d978a4e61710896ba8f31582077ec
[]
no_license
mingchengdaobing/DataStruct
fadb2ae74617704434706e6f22a367df8694e80c
88950a6c0f87db4ceb2ff95feb8bd7bd615720e2
refs/heads/master
2020-05-18T10:34:01.069091
2015-07-13T05:25:28
2015-07-13T05:25:28
38,991,762
0
0
null
null
null
null
GB18030
C++
false
false
3,585
cpp
/****************************** ***二叉树的遍历**************** ******************************/ #include <stack> #include <queue> #include <iostream> using namespace std; //typedef struct node * BinTree *; typedef struct node { int data; struct node *lnode; struct node *rnode; }BinTree; /********************* ****前序遍历*...
[ "wangcz25@gmail.com" ]
wangcz25@gmail.com
30fd936f259aa18e70942848e6f141b72f5604a9
785df77400157c058a934069298568e47950e40b
/Common/Foam/include/base/ILListIO_Imp.hxx
bcd40a1bc8729831e1607f821e388dd1815dbcac
[]
no_license
amir5200fx/Tonb
cb108de09bf59c5c7e139435e0be008a888d99d5
ed679923dc4b2e69b12ffe621fc5a6c8e3652465
refs/heads/master
2023-08-31T08:59:00.366903
2023-08-31T07:42:24
2023-08-31T07:42:24
230,028,961
9
3
null
2023-07-20T16:53:31
2019-12-25T02:29:32
C++
UTF-8
C++
false
false
2,625
hxx
#pragma once #include <Istream.hxx> #include <IOstreams.hxx> #include <INew.hxx> // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template<class LListBase, class T> template<class INew> void tnbLib::ILList<LListBase, T>::read(Istream& is, const INew& iNew) { is.fatalCheck("operator>>(...
[ "aasoleimani86@gmail.com" ]
aasoleimani86@gmail.com
e1d78e12bef1365bcec556a342a847ebd939cb36
0862b89f792313598b1a3fa1bfc16530db0e4d0b
/Couchy/source/Carthage/Checkouts/couchbase-lite-ios/vendor/CBForest/C/c4Database.cc
54b0b6d5ba0b4aff3e6d38d60d80521224c5f4cd
[ "Apache-2.0", "MIT", "ISC", "LicenseRef-scancode-public-domain", "BSD-3-Clause" ]
permissive
ravenesque1/Couchy
2b98fabae84b129c65ae11af8806a28b469afd81
34d4c20e85ed6a4d1e4253a9393e379a3ec0f88a
refs/heads/master
2020-12-24T18:51:13.735316
2016-05-19T18:10:47
2016-05-19T18:10:47
58,663,563
0
0
null
null
null
null
UTF-8
C++
false
false
14,133
cc
// // c4Database.cc // CBForest // // Created by Jens Alfke on 9/8/15. // Copyright © 2015 Couchbase. All rights reserved. // #include "c4Impl.hh" #include "c4Database.h" #include "Database.hh" #include "Document.hh" #include "DocEnumerator.hh" #include "LogInternal.hh" #include "VersionedDocument.hh" #include <a...
[ "ravenesque2@gmail.com" ]
ravenesque2@gmail.com
9aa7885224c9f09c956be6d11a5486fca4ad3882
c0bde5d4a897cf867cc02fc3b19a769f4153104d
/projekat2/PublicUser.cpp
e7bfe89611bdaa67d29e604a7e2d8c4f7fc26156
[]
no_license
mmaricic/FilesystemManagement
68ef10477aee8addf0856420f7b35b60e39d28d1
f03a868d73ba8cce120a4eb7e79d89a434b453fb
refs/heads/master
2021-07-08T17:50:25.526484
2017-10-06T18:49:12
2017-10-06T18:49:12
106,038,816
1
0
null
null
null
null
UTF-8
C++
false
false
674
cpp
#include "user.h" #include "ComplexCommandContainer.h" PublicUser* PublicUser::instance = nullptr; PublicUser::PublicUser(Alias *a, Selection* s) : User(a, s) { this->insert(make_pair("cd", new Cd())); this->insert(make_pair("exit", new Exit())); this->insert(make_pair("list", new List())); this->insert(make_pair...
[ "marija190396@gmail.com" ]
marija190396@gmail.com
861c9bc5d1848d6737eae206497097741cb2e7bc
0a4effb210bcb83b8887e1c9b823e0c3abf36a0d
/Поминова/Trie_tree.cpp
6e3593f8bff10cc960a66c341209f2a593ad5344
[]
no_license
tapoton/PLT_2017_2sem_2c_61gr
c357f9779ea498c66c40efc1c8b5c1a6e6a66751
4de6967817dcef735209cb98224e00cecc1433db
refs/heads/master
2021-01-22T09:16:37.477863
2017-06-05T08:51:20
2017-06-05T08:51:20
81,943,007
6
20
null
2017-09-23T14:12:37
2017-02-14T12:27:26
C++
UTF-8
C++
false
false
1,974
cpp
#include <iostream> #include <cstring> using namespace std; struct trie { char *value; char ch; trie *sibling; trie *child; }; trie *trie_createNode() { trie *node = new trie; node->ch = NULL; node->value = NULL; node->sibling = NULL; node->child = NULL; return node; } trie *trie_insert(trie *root, cha...
[ "alena.pominova@gmail.com" ]
alena.pominova@gmail.com
c6833fc266a65335b6c4e1beae4d6eff1bcbafd2
3d8517549ec361c652e3e501e66f6db161169874
/Classes/Native/Bulk_UnityEngine.UI_1.cpp
4140f3ba4c7a739dd3559bebef8cfaee1d25b71e
[]
no_license
mfaisalshahid/BrainCare
8680290299195c5773b26309054d5e028766baaa
325ca811d9b9cc31d380164e50234826fd2dc718
refs/heads/master
2020-08-12T09:17:39.890815
2019-10-13T08:42:16
2019-10-13T08:42:16
214,737,366
0
0
null
null
null
null
UTF-8
C++
false
false
1,768,468
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "faisal.ucf@gmail.com" ]
faisal.ucf@gmail.com
b64f94d35f62094aa0a86ce99353abe61845e39a
9870e11c26c15aec3cc13bc910e711367749a7ff
/POJ/p_1669.cpp
9718ff176f53090b6d358a4e4605cb5799aeb02e
[]
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
2,184
cpp
#include <cstdio> #include <cstdlib> #include <cstring> #include <cctype> #include <string> using namespace std; char S[100000]; bool f[260]; int v[260]; int main() { bool calc(int,int,int,const string &); int T; scanf("%d",&T); gets(S); while (T--) { gets(S); int len=strlen(S); stri...
[ "liuq901@163.com" ]
liuq901@163.com
717c9909ad9ddce93e5d62fea367d5e36f700a0a
e6bf17b3e658ae3684a3875f2db79fb7ae04b8b8
/IOI/IOI 02-Utopia.cpp
7daaba8dd27f1a40c413bac10b9dba145f0428d0
[]
no_license
stefdasca/CompetitiveProgramming
8e16dc50e33b309c8802b99da57b46ee98ae0619
0dbabcc5fe75177f61d232d475b99e4dbd751502
refs/heads/master
2023-07-26T15:05:30.898850
2023-07-09T08:47:52
2023-07-09T08:47:52
150,778,979
37
5
null
null
null
null
UTF-8
C++
false
false
2,545
cpp
/* IOI 02-Utopia Divided We can solve the problem separately for each direction. Split the array of length 2n in 2 arrays of length n and for each direction(Ox or Oy) we sort the array. Let's find the number of positions where the sign doesn't change(this will be the split point of our arr...
[ "noreply@github.com" ]
stefdasca.noreply@github.com
cb539a062e46a144c956b9646991eb87e4f19de0
4fb8111b171104e031b9c7edce0d7819ceef687d
/Trees/Trees-mirrorTree.cpp
33fbf212c8549ae528413f73f3f46be06419a933
[]
no_license
Aayush-Shukla/Haffun_with_DSA
9291906796978dd97726320da1eccb6226076d6b
dcc27fc0b96b5fb1a0ce76aa460ac0a4af72a66a
refs/heads/master
2022-12-26T12:50:03.013357
2020-09-30T21:28:40
2020-09-30T21:29:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,135
cpp
#include<iostream> #include<bits/stdc++.h> using namespace std; struct node{ int data; struct node* left; struct node* right; }; struct node* newNode(int data) { node* Node = new node(); Node->data = data; Node->left = NULL; Node->right = NULL; return(Node); } ...
[ "igj321182@gmail.com" ]
igj321182@gmail.com
61f8932090381c70d556b143a8b01edaa7a467f3
70a74e690fae6eea9b9943b8f117527dc9a5248d
/histogram.h
a3b2864f3bd67ab1aac1de4df75bf346875f28c6
[]
no_license
jacopods/qFUM
d25ca62950e439a682e301ba241aa5e1c0fd90c8
dd73c1afd8c4db1d7e0a266eee6d15513072471f
refs/heads/master
2021-01-19T08:14:40.437015
2013-05-02T08:46:22
2013-05-02T08:46:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,744
h
/*************************************************************************** * Copyright 2013 by Jacopo De Simoi <desimoi@mat.uniroma2.it> * * 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 Fre...
[ "desimoi@mat.uniroma2.it" ]
desimoi@mat.uniroma2.it
30c68cb366b28b92ae4778bbf0ef6e42b458ebce
16ac50c1f341f94323ef1b2fa185e52072ac946a
/VisualLogger.cpp
18704ac8ff264d257b71b20e4ee204c1e1890199
[]
no_license
satya-arjunan/spatiocyte-core
8d2acd272985d9324931ccb2c75f328a15dc08c2
690484ae1066b6b0bf5e72f0caba33a1e1cc4bc1
refs/heads/master
2020-12-24T14:45:30.080633
2019-02-03T01:25:59
2019-02-03T01:25:59
13,733,925
0
0
null
null
null
null
UTF-8
C++
false
false
5,605
cpp
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: // // This file is part of the Spatiocyte package // // Copyright (C) 2006-2009 Keio University // Copyright (C) 2010-2013 RIKEN // //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: // // // Spat...
[ "satya.arjunan@gmail.com" ]
satya.arjunan@gmail.com
ee9ba121ccbc4167bdc7a926f517698c27146dc3
961714d4298245d9c762e59c716c070643af2213
/ThirdParty-mod/java2cpp/org/apache/http/NoHttpResponseException.hpp
127187b20343e95b1a4480b392606b707ed52d49
[ "MIT" ]
permissive
blockspacer/HQEngine
b072ff13d2c1373816b40c29edbe4b869b4c69b1
8125b290afa7c62db6cc6eac14e964d8138c7fd0
refs/heads/master
2023-04-22T06:11:44.953694
2018-10-02T15:24:43
2018-10-02T15:24:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,493
hpp
/*================================================================================ code generated by: java2cpp author: Zoran Angelov, mailto://baldzar@gmail.com class: org.apache.http.NoHttpResponseException ================================================================================*/ #ifndef J2CPP_...
[ "le.hoang.q@gmail.com@2e56ffda-155b-7872-b1f3-609f5c043f28" ]
le.hoang.q@gmail.com@2e56ffda-155b-7872-b1f3-609f5c043f28
c18f1751611cf1f6f2ec0ff592234f84997e07cb
77f2564003070966a5f6b0735519579c040d201d
/Assembly Workbench/ConsoleView.cpp
73dff0e68eeb37e7017c594ffb724b2b3ef4d55e
[ "BSD-3-Clause" ]
permissive
atarist/Assembly-Workbench
ed8f7a7e094a1eef1ff24e86fd1d988abc93fdc1
c41172eab063ccec64016908688f3a33a43f2e26
refs/heads/master
2022-12-06T02:25:33.569937
2020-08-14T15:10:41
2020-08-14T15:10:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,556
cpp
#include "stdafx.h" #include "ConsoleView.h" #include "Main.h" ConsoleView::ConsoleView() { Init(); } ConsoleView::ConsoleView(wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style) { Init(); Create(parent, id, caption, pos, size, style); } bool Cons...
[ "debugbsd@gmail.com" ]
debugbsd@gmail.com
123a45d14e79115becbc95f30576c68fd8b0602e
1f03c3dfb6e5b6794eefa7989cbece374fc2b53c
/Homework2/262.cpp
ddbd44dedd48c2d6296d95b2734593b483bc5425
[]
no_license
paulSanguinetti/UCSP
ef5951fae1b0d92318f53a63e2f9db6e3788bc28
160cad7735e9cefeb5f4ae381cdfac20bf4d8a66
refs/heads/master
2020-05-21T13:29:25.560048
2019-09-10T16:54:12
2019-09-10T16:54:12
53,951,341
2
0
null
null
null
null
UTF-8
C++
false
false
438
cpp
#include <iostream> #include <string> using namespace std; void reverse(int len, int A[]){ int temp = 0, last =0; for(int i=0; i < len/2; i++){ temp = A[i]; last = len-i-1; A[i] = A[last]; A[last] = temp; } } int main(int argc, char const *argv[]) { int A[10]; int len = 10; for(int i = 0; i < len; i+...
[ "paul.sanguinetti@ucsp.edu.pe" ]
paul.sanguinetti@ucsp.edu.pe
6f175ea53c1fb2eba08e87e65e028d5102f55288
55f15f71c8c734dbb7fdf546965af9fd72671807
/tools/Tetrahedralization/Quartet/QuartetEngine.h
de2dfc4af242ad5a713ca12c271fcd9facc48bdf
[]
no_license
OneFID/PyMesh
801a8f290fb544e9908fdc7705e50e7c58ad6ea2
29ffc7f5e63076811e087c7d339308a4f9b82e80
refs/heads/master
2020-03-10T14:49:40.983691
2018-07-24T11:55:55
2018-07-24T11:55:55
129,435,859
0
0
null
2018-07-24T11:55:56
2018-04-13T17:48:41
C++
UTF-8
C++
false
false
330
h
/* This file is part of PyMesh. Copyright (c) 2016 by Qingnan Zhou */ #pragma once #include <Tetrahedralization/TetrahedralizationEngine.h> namespace PyMesh { class QuartetEngine : public TetrahedralizationEngine { public: virtual ~QuartetEngine() = default; public: virtual void run() overri...
[ "qzhou@adobe.com" ]
qzhou@adobe.com
89e576b43d8da6ff76d9256bdc7d5290a860062f
d8dde07d7c9cf75f7f18a91ab1dd74a4a261a9e7
/contest/sgu/vol3/348.cc
2fd9f90f38d813d61f647e01478eba28d10d8bbf
[]
no_license
tiankonguse/ACM
349109d3804e5b1a1de109ec48a2cb3b0dceaafc
ef70b8794c560cb87a6ba8f267e0cc5e9d06c31b
refs/heads/master
2022-10-09T19:58:38.805515
2022-09-30T06:59:53
2022-09-30T06:59:53
8,998,504
82
51
null
2020-11-09T05:17:09
2013-03-25T04:04:26
C++
UTF-8
C++
false
false
1,675
cc
#include <iostream> #include <cstdio> #include <cstdlib> #include <cstring> #include <algorithm> #include <cmath> #include <string> #include <vector> #include <queue> #include <set> #include <map> #define inf 0x3f3f3f3f #define Inf 0x3FFFFFFFFFFFFFFFLL #define maxn 70 using namespace std; typedef __int64 ll; int num[m...
[ "i@tiankonguse.com" ]
i@tiankonguse.com
7b1d29addebf265273b01351465231d132765bdf
189f52bf5454e724d5acc97a2fa000ea54d0e102
/pimpleDyMFoam/mixerVesselAMI2D/processor0/1.5/polyMesh/points
fb311b70acf8e1807d5c3bd31e5c2a22c228799b
[]
no_license
pyotr777/openfoam_samples
5399721dd2ef57545ffce68215d09c49ebfe749d
79c70ac5795decff086dd16637d2d063fde6ed0d
refs/heads/master
2021-01-12T16:52:18.126648
2016-11-05T08:30:29
2016-11-05T08:30:29
71,456,654
0
0
null
null
null
null
UTF-8
C++
false
false
45,686
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1606+ | ...
[ "peterbryz@yahoo.com" ]
peterbryz@yahoo.com
36941bf91b19aeb5570df1daa3d94dc73a8d20c5
4ee4b2d880fbd89bdf646570b6d2b3356488f143
/bookspcClassic/趣学数据结构_陈小玉/code/program 8-1-2 BinarySearch.cpp
46744bc558f8183f2f94023f5a5be91484ad62b7
[]
no_license
wwuhn/wwuhn.github.io
8e5b3422c91f50c4ca989ed53b0d0e27131b574f
c63929f95557398b9f58319fe51a2ab00055afa4
refs/heads/master
2023-06-24T16:32:47.855733
2023-06-11T02:32:07
2023-06-11T02:32:07
211,744,777
3
3
null
null
null
null
GB18030
C++
false
false
2,150
cpp
#include<iostream> #include<cstdlib> //排序sort函数需要该头文件 #include<algorithm> using namespace std; const int M=100; int x,n,i; int s[M]; int BinarySearch(int s[],int n,int x)//二分查找非递归算法 { int low=0,high=n-1; //low指向有序数组的第一个元素,high指向有序数组的最后一个元素 while(low<=high) { int middle=(low+high)/2; //mi...
[ "noreply@github.com" ]
wwuhn.noreply@github.com
f768221670989c2c3944c1f54f35d398daf76ee0
6b63cf9971d73f47a891e7536df6fd40c3169911
/IAR/PLC/Inc/cpp/CAN.h
471c832df1a6dbc0267720a0903f97b0def2ca90
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
chxb1987/PTZ
e83ceadb1a1a870aa8b56c97fd7b6a450beb516d
456c7c942c490befc325bbb16433c517104e798e
refs/heads/master
2020-11-28T18:16:19.820568
2016-10-13T15:26:39
2016-10-13T15:26:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,161
h
#pragma once #include "UCsystem.h" #define CAN1_ID_EXT (CAN1->sFIFOMailBox[0].RIR>>3) #define CAN1_ID_STD (CAN1->sFIFOMailBox[0].RIR>>21) #define CAN1_RTR ((CAN1->sFIFOMailBox[0].RIR>>1)&1) #define CAN1_DLC (CAN1->sFIFOMailBox[0].RDTR&0x0F) #define CAN1_Data ((byte*)0x400065B8) #define CAN1_Data_L (CAN1->sFIFOMailBox...
[ "cqdx@list.ru" ]
cqdx@list.ru
677c1bed9a4f56783520cd11ee3f983e9a5beea7
e0649fc72eb230a9d5694aa98211449711293996
/lesson_10_16/skiplist/skiplist.h
acbb65e6ede8c7f1cc46907fc1b4b750ba7a007a
[]
no_license
Darling1116/Darling_1116
c06247430a455cf81fb4d1675cda3f4bbd5e93f2
09c41362351e2334cdefb3d02ef9b8c1ae80134a
refs/heads/master
2022-12-04T00:08:49.334395
2022-11-29T10:41:20
2022-11-29T10:41:20
150,839,539
0
0
null
null
null
null
GB18030
C++
false
false
3,450
h
#include <iostream> #include <vector> #include <time.h> using namespace std; template <class T> struct SkiplistNode{ T _data; vector<SkiplistNode*> _nextv; SkiplistNode(T data, int level) :_data(data), _nextv(level, nullptr){ } }; template <class T> class Skiplist{ public: typedef SkiplistNode<T> Node; S...
[ "1154883599@qq.com" ]
1154883599@qq.com
0828939660d83d8fed78b1ae5a872e0041cd8f6f
e4080296a88e67c0918c0600df94dab7c0962f7c
/C++ test files/QUESTIONS/LEETCODE/permutaion_palindrome.cpp
bb4d0f443d4f9fee376b23d7a1c926b0d8dee1ca
[]
no_license
sapscode/Code-Files
0ec5651caf946b36e12b03e3bf1a1327cd81ed8c
feeaa864f09acad0957852549e12ee81c5044268
refs/heads/main
2023-07-02T00:25:34.192787
2021-07-23T11:19:27
2021-07-23T11:19:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
604
cpp
//If a permutation of the given string is it's palindrome #include<bits/stdc++.h> using namespace std; int main() { string str= "civggvi"; unordered_set<char> p; //set only saves a single copy for(char c: str) { if(p.find(c)!=p.end()) //if the char is already present in the set, then erase it ...
[ "saptarshi0009@gmail.com" ]
saptarshi0009@gmail.com
d92d8c183a9024e55ba86755fef0981154566d3e
4179af26fbff22ec7e08aeeedd60585ef6952bc5
/MFC/MFCDemo/MFCDemoDlg.h
e6eea136ded6ef6b582dc9fd622cdda5d5fbe04f
[ "MIT" ]
permissive
ClearSeve/Win32UI
497915515331efc751c2ecfc81bcd7aa8b5b59af
570feb103bfda72063f13871b06326c6884cebd1
refs/heads/master
2021-12-21T09:02:41.819863
2017-09-25T15:58:04
2017-09-25T15:58:04
null
0
0
null
null
null
null
GB18030
C++
false
false
749
h
// MFCDemoDlg.h : 头文件 // #pragma once #include"Curve.h" // CMFCDemoDlg 对话框 class CMFCDemoDlg : public CDialogEx { // 构造 public: CMFCDemoDlg(CWnd* pParent = NULL); // 标准构造函数 // 对话框数据 #ifdef AFX_DESIGN_TIME enum { IDD = IDD_MFCDEMO_DIALOG }; #endif protected: virtual void DoDataExchange(CDataExchange* pDX); // D...
[ "majianting@xunlei.com" ]
majianting@xunlei.com
a224356e69753c602bcddd35f4adf146a19ffdd1
5b27603a8de4f955948cb69ed46f38741d8d0d7b
/CRU/ColorimetryFormClass.cpp
f4f6abc91bd395e3febc29989e2216cd88e29674
[]
no_license
jasonhargrove/Custom-Resolution-Utility-ToastyX
e867a92f63a7ffbb2abd705155b133e683b6f845
77f7fa2dd6b04876fa08eb82125576d9e0073a38
refs/heads/master
2021-09-11T19:23:36.813207
2018-04-11T12:25:30
2018-04-11T12:25:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,791
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "ColorimetryFormClass.h" #include "Common.h" //--------------------------------------------------------------------------- #pragma resource "*.dfm" TColorimetryForm *ColorimetryForm; //-----...
[ "radamar@protonmail.com" ]
radamar@protonmail.com
ca5ab45c2118212f4ea66236447454812af1e9dd
1af49694004c6fbc31deada5618dae37255ce978
/chrome/browser/ui/views/tabs/tab_group_header.cc
78f09131869456bf1c84bfbcd627b9908e812a5f
[ "BSD-3-Clause" ]
permissive
sadrulhc/chromium
59682b173a00269ed036eee5ebfa317ba3a770cc
a4b950c23db47a0fdd63549cccf9ac8acd8e2c41
refs/heads/master
2023-02-02T07:59:20.295144
2020-12-01T21:32:32
2020-12-01T21:32:32
317,678,056
3
0
BSD-3-Clause
2020-12-01T21:56:26
2020-12-01T21:56:25
null
UTF-8
C++
false
false
18,028
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/tabs/tab_group_header.h" #include <memory> #include <utility> #include "base/feature_list.h" #include "base/metrics/hi...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
70f7db326fa9b6ddd269400af0918b329e93ceef
6202427b634f1bcad69bb410ebcf8809aad4a6cf
/ffmpeg_video_encode_decode/src/main/cpp/jni/video_encode_decode.cpp
1f65184278be7a9ec8a12a24b6c539ef857d27ff
[]
no_license
taoliuh/FfmpegIntegration
94b9ffdd361a5654f7a61d99743b8cd817ca329a
6b3e8f8b7824e558e86b6d55664177910fd981ba
refs/heads/master
2022-11-11T19:19:58.962887
2020-07-05T10:46:56
2020-07-05T10:46:56
277,281,396
0
0
null
null
null
null
UTF-8
C++
false
false
1,118
cpp
// // Created by liutao on 05/07/2020. // #include <jni.h> #include <string> extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> #include <libavfilter/avfilter.h> #include <libavcodec/jni.h> } extern "C" JNIEXPORT jstring JNICALL Java_me_sonaive_videoencodedecode_FfmpegUtil...
[ "taoliuh@gmail.com" ]
taoliuh@gmail.com
f725b52a4ee4652d38332a67b0bab32151315c97
1942a0d16bd48962e72aa21fad8d034fa9521a6c
/aws-cpp-sdk-ec2/source/model/DescribeSpotPriceHistoryRequest.cpp
435a7f08f0006fd78695196dccc16a5df53e92da
[ "Apache-2.0", "JSON", "MIT" ]
permissive
yecol/aws-sdk-cpp
1aff09a21cfe618e272c2c06d358cfa0fb07cecf
0b1ea31e593d23b5db49ee39d0a11e5b98ab991e
refs/heads/master
2021-01-20T02:53:53.557861
2018-02-11T11:14:58
2018-02-11T11:14:58
83,822,910
0
1
null
2017-03-03T17:17:00
2017-03-03T17:17:00
null
UTF-8
C++
false
false
2,956
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" fil...
[ "henso@amazon.com" ]
henso@amazon.com
4268206adeb1c9cc10bad992f312467e007057c4
fcc3f1257d0e5b1d9e6d22b4a260a837ddbc9c21
/Embedded/OLDFreeRTOS/FreeRTOS_SAMD51/src/error_hooks.cpp
fdb1b92c8844ce10cd705e44e4cb7b6aac26518c
[]
no_license
amaciaszek/Sdp-Shiver-Ring
d63634412deb9a1418b3c7baf0ed6e41ea96aa7c
ee701061e339ead7ccf34328f8eba34d30dea430
refs/heads/main
2023-04-13T18:21:42.146356
2021-04-23T21:49:44
2021-04-23T21:49:44
309,499,005
0
1
null
null
null
null
UTF-8
C++
false
false
3,397
cpp
#include "error_hooks.h" #include "FreeRTOSConfig.h" //for configCAL_FACTOR #include <Arduino.h> //************************************************************************ // global variables int ErrorLed_Pin = 13; //default arduino led pin int ErrorLed_ActiveState = HIGH; Stream *errorSerial = NULL; //...
[ "noreply@github.com" ]
amaciaszek.noreply@github.com
812e73bbe13feedcb1241ac568a3d3f78e6a378f
c61c5417288d0542f4fedc0ea4a0356a16920868
/include/engine/Camera.h
5575df19f05025668cb154cd8e6cf471c7afdf34
[]
no_license
bedela/LowPolyEngine
7c21d8ead282a41bc4edc832a22b49b89706e3b8
a0bc46d4324b06a73c51c5e2941bd5adce294626
refs/heads/master
2023-03-22T05:31:38.828437
2021-03-07T11:39:21
2021-03-07T11:39:21
220,210,229
0
0
null
null
null
null
UTF-8
C++
false
false
1,077
h
#ifndef _LEDEB_CAMERA_H_ #define _LEDEB_CAMERA_H_ #include "encapsulation/Window.h" #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <vector> class Camera { public: float _fov; float _screenRatio; float _near; float _fa...
[ "adrien.bedel@epitech.eu" ]
adrien.bedel@epitech.eu
c89ac02d80b4a17c4f8365ddc4e79a9cd457bcb1
55f290e2a84baa90c0eac68481613894100eb3fe
/engine/world/scene_graph_manager.cpp
679eaf2c169730db00937b9a66807fda95280162
[ "MIT" ]
permissive
wibbe/crown
520d07aeaff0d792f9f8c8f3e267baf026cfb405
e4c837905bda9cd36710761bfc33dd45425cf0ea
refs/heads/master
2021-01-18T01:46:32.338598
2014-10-17T11:08:21
2014-10-17T11:08:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,018
cpp
/* Copyright (c) 2013 Daniele Bartolini, Michele Rossi Copyright (c) 2012 Daniele Bartolini, Simone Boscaratto 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 withou...
[ "danyatk@gmail.com" ]
danyatk@gmail.com
8e24c8f8c6ec7680c78362e311d18454297ac4f5
1390f5b3c26cbcd1b3265e03e5e4b54f3f649edd
/util/io.h
47b4d0990ee8c5db578ac5e335c69f8362462ded
[]
no_license
amulya349/codingskill-1
6ea24dd304e9c00097991b58f2d3d35363ff37cc
4cde8224ea1a8d3318c453af94f7c9289131d867
refs/heads/master
2021-01-18T14:33:54.080159
2013-07-18T07:05:08
2013-07-18T07:05:08
11,496,448
0
0
null
2015-05-13T08:38:42
2013-07-18T07:02:21
C++
UTF-8
C++
false
false
1,088
h
#ifndef __UTILITIESIO_H_20121210 #define __UTILITIESIO_H_20121210 #include <iostream> #include <vector> #include <assert.h> using namespace std; template <typename T> class UIO { public: UIO() {} ~UIO() {} public: static vector<T> in(const T * a, size_t na); static void pr(c...
[ "myxjtu@gmail.com" ]
myxjtu@gmail.com
fb3879394d0de5ddc26cf6b5feb7202791035eab
19fb04caaf0b29ba6168a26d491822f6bbed11ea
/7thweek4thquestion.cpp
631c9cf26ab2655edeac44ca7e2848a80c195d19
[]
no_license
AAshisK/cs141
f2be958061747904d63b48622f989adace16283a
c8af48c54346d796b71269a838f5391ff618cea5
refs/heads/master
2020-03-25T17:48:21.452926
2018-11-18T17:40:44
2018-11-18T17:40:44
143,996,946
0
0
null
null
null
null
UTF-8
C++
false
false
471
cpp
#include<iostream> using namespace std; //we have to do summation int addition(int i, int no, int answer) { if (i>no) { return answer; } else { answer+=i; //therefore we write if else function such that it keeps on adding the consequtive numbers i++; addition(i,no,answer); return addition(i, no, answer); ...
[ "noreply@github.com" ]
AAshisK.noreply@github.com
8e26045f68152a1e9d7d7e3d935b003a861db9ee
14beef0ed74dfe43fc498cbf7deadf24152157ad
/notes/test_round_up/test.c.cpp
248276f61b661b46a6f9c7131ca9ff30aafa7635
[]
no_license
elitelau/lcc_study
6928cfb718d234258316e42b28001f072c9649f6
6834b2a8274b5ab7b11ce5c20dbb10ce7f8d7826
refs/heads/master
2021-01-10T12:33:31.202999
2016-02-29T07:59:26
2016-02-29T07:59:26
52,703,315
0
0
null
null
null
null
UTF-8
C++
false
false
958
cpp
# 1 "test.c" # 1 "<built-in>" # 1 "<command line>" # 1 "test.c" int main(int argc, char ** argv) { int a, b; a = 6; b = 2; printf("roundup(%d, %d) = %d\n", a, b, (((a)+((b)-1))&(~((b)-1)))); a = 6; b = 3; printf("roundup(%d, %d) = %d\n", a, b, (((a)+((b)-1))&(~((b)-1)))); a = 6; b = 4; ...
[ "coolbar@localhost.localdomain" ]
coolbar@localhost.localdomain
2e9cb82500d8be59b1a0f6c5d60fb82e328d0c44
4a8f25dbd12b1c26996fb59944633ec6366d5997
/bak/signaling_client.h
44e9b797aab0e2a24b95194eee69f8ff6cfa9508
[]
no_license
xueyu888/signaling_client
9dc26d360db1bcdca3e7ba711c39d9141e94bf04
907d356b3fe5539ac9634b8c478562f25a0e2b9a
refs/heads/master
2022-12-21T08:37:41.631845
2019-01-07T08:48:31
2019-01-07T08:48:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,939
h
#include <string> #include <map> #include <boost/asio.hpp> #define VOID_RETURN_CHECK(value) \ if (value != true) \ return; \ #define BOOL_RETURN_CHECK(value) \ if (value != true) \ return false; \ typedef enum State { NOT_CONNECTED, SIGNING_IN, CONNECTED, SIGNING_OUT_WAITI...
[ "xueuy@qq.com" ]
xueuy@qq.com
36da6c9d191ba0f8b9b93f780cde8d6b7ff0b802
eb580526d1c04da0a1f3ed4146b9b68609cef3ea
/D/835.cpp
389448c806d14f8320c29c0aa290cb1904134bc2
[]
no_license
bhaveshgawri/codeforces
bc34e7b688ee1e7ddc7efbdd758839454ba40524
22b8b7e0f3432051ddc1132b6bb84e0b25781347
refs/heads/master
2021-01-12T03:32:58.452769
2018-01-13T09:01:14
2018-01-13T09:01:14
78,229,124
0
1
null
2017-10-28T17:06:10
2017-01-06T18:31:40
C++
UTF-8
C++
false
false
2,119
cpp
#include <bits/stdc++.h> #define ll long long int #define nl "\n" #define pb push_back #define ppb pop_back #define pf push_front #define ppf pop_front #define sz(x) x.size() #define all(x) x.begin(), x.end() #define init(x, k) fill(all(x), k) #define dot(x) fix...
[ "4bhaveshgawri@gmail.com" ]
4bhaveshgawri@gmail.com
67e822294c8aefb7b9c008dafec2612e713f1ce6
ccd5f636f2cbbbfbc00e0820a7fd22b218449a8e
/assets.hpp
a88b779463a8308664a9db3ef5ad64b184ae28c9
[]
no_license
mps0/engine
b8b538a10154ca987b41f8eeada0d0e2d07d8ec8
5e807efd112186727033f64b0aac1c1daf0b733e
refs/heads/master
2022-12-18T18:12:22.172110
2020-09-28T16:13:50
2020-09-28T16:13:50
292,407,206
7
0
null
null
null
null
UTF-8
C++
false
false
6,920
hpp
#ifndef ASSETS_HPP #define ASSETS_HPP #include "vector.hpp" #include "pipeline.hpp" #include "vertex.hpp" #include "obj.hpp" #include "matrix.hpp" class Asset{ public: Vertex* vBuffer; int* iBuffer; int num_vertices; int num_triangles; Texture* tex; Mat4f mode...
[ "mps0@protonmail.com" ]
mps0@protonmail.com
69ed6cdeae6337a74a33620c236341dddc0f4ddc
96ec043e9254b5f8e23e4aaa3ac076caa8d909c8
/kaku/kaku.ino
040828058056cd8a88f1ada843376d2dbc6cba78
[ "MIT" ]
permissive
zaidpirwani/Kaku
02a3bcb234970b27ee4259a407f61d1a671a75ba
9ceae0a1168a6ce5b81c389c872ee67083e95c53
refs/heads/master
2021-01-01T18:49:52.249608
2017-07-26T16:36:24
2017-07-26T16:36:24
98,439,900
0
0
null
2017-07-26T15:44:02
2017-07-26T15:44:01
null
UTF-8
C++
false
false
3,194
ino
#include <Adafruit_NeoPixel.h> #include <NewPing.h> #define MAX_DISTANCE 200 #define MAX_DISTANCE_OBJECT 10 #define TRIGGER_PIN 9 #define ECHO_PIN 10 #define PIN 8 #define leftMotorDirection 4 #define leftMotorSpeed 5 #define rightMotorSpeed 6 #define rightMotorDirection 7 #define turnSpeed 200 #define straightSpee...
[ "email@zaidpirwani.com" ]
email@zaidpirwani.com
081231b607f35ad84ea7bfd1e8b5c20c18e5ba45
a7c42ac5ec2199cbb259253944272a8f78051b71
/327.区间和的个数.cpp
ee32574de2c09c15fe824ce7f221eef1a8cf860c
[]
no_license
ImportMengjie/Leetcode
9a894e5a0971860275bfea8ffa1cc69d33298ce8
584d3cda27fafcc7d4dd0a101472ebaccfd6a9dd
refs/heads/master
2023-05-25T13:43:16.397448
2023-05-22T08:34:12
2023-05-22T08:34:12
200,491,766
1
0
null
null
null
null
UTF-8
C++
false
false
1,331
cpp
/* * @lc app=leetcode.cn id=327 lang=cpp * * [327] 区间和的个数 * * https://leetcode-cn.com/problems/count-of-range-sum/description/ * * algorithms * Hard (34.41%) * Likes: 91 * Dislikes: 0 * Total Accepted: 3.8K * Total Submissions: 11K * Testcase Example: '[-2,5,-1]\n-2\n2' * * 给定一个整数数组 nums,返回区间和在 [l...
[ "limengjie@hotmail.com" ]
limengjie@hotmail.com