blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
0ce5f118c94c91d2baa202cd4f5c01b0392d7f78
882d3591752a93792bd8c734dd91b1e5439c5ffe
/common/ZBImClient/AnchorHangoutRoomTask.cpp
d0e2562ee83a24da707e5a860ba81f60a407dda3
[]
no_license
KingsleyYau/LiveClient
f4d4d2ae23cbad565668b1c4d9cd849ea5ca2231
cdd2694ddb4f1933bef40c5da3cc7d1de8249ae2
refs/heads/master
2022-10-15T13:01:57.566157
2022-09-22T07:37:05
2022-09-22T07:37:05
93,734,517
27
14
null
null
null
null
UTF-8
C++
false
false
4,048
cpp
/* * author: Alex * date: 2018-04-8 * file: AnchorHangoutRoomTask.cpp * desc: 10.1.进入多人互动直播间(主播端进入多人互动直播间) */ #include "AnchorHangoutRoomTask.h" #include "IZBTaskManager.h" #include "IZBImClient.h" #include "ZBAmfPublicParse.h" #include <json/json/json.h> #include <common/KLog.h> #include <common/CheckMemor...
[ "Kingsleyyau@gmail.com" ]
Kingsleyyau@gmail.com
dce776660626679c2d4cc278dfeb40e90f9b7cba
671ea092cd508ca1516e5abd14f65755c78ce301
/page_rank/paralled.cpp
5a5717503acfac0fa0a2fad0cb123c6fa1c48a15
[]
no_license
arcturus5340/ProSeminarThesis
bb84c6495c59bc1d3f374523365acf33293aab05
408882f88daca1c7025b1cdde0fb8909676519be
refs/heads/master
2023-04-10T23:38:14.098976
2022-01-30T17:42:02
2022-01-30T17:42:02
448,281,622
0
0
null
null
null
null
UTF-8
C++
false
false
3,684
cpp
// Copyright 2011 Allan Cruse, University of San Francisco. All rights reserved. #include <cstring> #include <random> #include <iostream> #include <chrono> #define N_NODES 100 // number of nodes typedef float Matrix[ N_NODES ][ N_NODES ]; Matrix digraph; int main(int argc, char **argv){ std::random_device rd;...
[ "arcturus5340@gmail.com" ]
arcturus5340@gmail.com
29192d24442c7928f45c88b64f87b4a549d57207
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5751500831719424_0/C++/melfice/main.cpp
e3d57bff7bb56b83351cfc4804bcb31f2206c447
[]
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,730
cpp
#include <bits/stdc++.h> using namespace std; main() { freopen("input.txt","r",stdin); freopen("output.txt","w",stdout); ios::sync_with_stdio(0); cin.tie(0); int T; cin>>T; for(int z=0;z<T;z++) { cout<<"Case #"<<z+1<<": "; int n; cin>>n; ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
390246b2ab24c247cf2d993e90f7a47db783f86b
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/printscan/faxsrv/src/test/src/hoggers/registryhog.h
876bc6a00cca8370b050320a528448f090b56a19
[]
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
1,011
h
#ifndef __REGISTRY_HOG_H #define __REGISTRY_HOG_H // // this class is used for hogging a resource. // it differs from simple hogging by dynamically // hogging all resources and then releasing some. // the level of free resources can be controlled. // #include "hogger.h" #define MAX_REG_SET_SIZE (100000...
[ "112426112@qq.com" ]
112426112@qq.com
09e5804bf8927e8595d1f2c2c7a307c8325825b4
0e6e81a3788fd9847084991c3177481470546051
/Explore/Binary Search/code by Cpp/154_Find Minimum in Rotated Sorted Array II.cpp
74ed19817f9b3ec96ee6b68268faaf444be1a000
[]
no_license
Azhao1993/Leetcode
6f84c62620f1bb60f82d4383764b777a4caa2715
1c1f2438e80d7958736dbc28b7ede562ec1356f7
refs/heads/master
2020-03-25T19:34:30.946119
2020-03-05T14:28:17
2020-03-05T14:28:17
144,089,629
4
2
null
2019-11-18T00:30:31
2018-08-09T02:10:26
C++
UTF-8
C++
false
false
961
cpp
#include<iostream> #include<vector> using namespace std; /* 154. 寻找旋转排序数组中的最小值 II 假设按照升序排序的数组在预先未知的某个点上进行了旋转。 ( 例如,数组 [0,1,2,4,5,6,7] 可能变为 [4,5,6,7,0,1,2] )。 请找出其中最小的元素。 注意数组中可能存在重复的元素。 示例 1: 输入: [1,3,5] 输出: 1 示例 2: 输入: [2,2,2,0,1] 输出: 0 */ int findMin(vector<int>& nums) { if(nums.size()==1)return nums[0]; ...
[ "1358227862@qq.com" ]
1358227862@qq.com
d192043d8a7a2965371af9d150181a0233d223f1
25f9d642521846c8494aebb4b1bce82788260b63
/src/solver/fabvars.cpp
814f881952427d88aed36e0a9159677d87778234
[]
no_license
fellesverkstedet/fabmodules
4d67742decfcea1e49f3347730154f076ca09417
bc52c36ab9580ebb337412cbe24f16daa49063c4
refs/heads/master
2021-01-19T06:19:42.969936
2014-12-18T14:38:29
2014-12-18T14:49:52
23,541,005
0
1
null
null
null
null
UTF-8
C++
false
false
17,008
cpp
#include <iostream> #include <fstream> #include <cstdlib> #include <png.h> #include "fabvars.hpp" #include "region.hpp" using namespace std; FabVars::FabVars(output_mode o, int argc, char** argv) : ni(-1), nj(-1), nk(-1), min_volume(-1), min_area(-1), xmin(0), ymin(0), zmin(0), dx(0), dy(0), dz...
[ "jononor@gmail.com" ]
jononor@gmail.com
2a9bef5f2ae6f86638fd1cc6cffa800af9ddfb8b
f7f09782d15ee7bdd14e637bd717dfb8327bc57c
/2014Train/SA/F.cpp
995510be9b225e8f812aa4bb5344800330bbb40c
[]
no_license
whywhyzhang/ACM-ICPC-Code
14f3f6b0532c18da9694d7f70914a97e0983913f
d15bd475774ff104ebfe9504f8ea0acffdb5ddb0
refs/heads/master
2022-12-09T06:27:14.893967
2017-03-09T14:31:49
2017-03-09T14:31:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,011
cpp
// ━━━━━━神兽出没━━━━━━ // ┏┓ ┏┓ // ┏┛┻━━━━━━━┛┻┓ // ┃ ┃ // ┃ ━ ┃ // ████━████ ┃ // ┃ ┃ // ┃ ┻ ┃ // ┃ ┃ // ┗━┓ ┏━┛ // ┃ ┃ // ┃ ┃ // ┃ ┗━━━┓ // ┃ ┣┓ // ┃ ┏┛ // ...
[ "daxiaonewwhy@163.com" ]
daxiaonewwhy@163.com
68cd9bdae8e22d3149d971c42832d5307974673c
5a283925399fec2832e6c741dbd3879a79ca1b5d
/src/Devices/Fingerprint/Enroller/Enroller.cpp
faa885b9ceee8675397de5c628a3cc82a9e85b93
[]
no_license
alex-areshnikov/button-deploy-device
dcabac15efbf42e538cfcb09bb45af6250ce7a0a
74ba093565086fbfcca6d5db490ac9bdcb4fdcf9
refs/heads/master
2022-05-24T12:33:58.121095
2022-05-03T20:55:08
2022-05-03T20:55:08
225,510,913
1
0
null
null
null
null
UTF-8
C++
false
false
3,231
cpp
#include "Enroller.h" using namespace Fingerprint; Enroller::Enroller(Adafruit_Fingerprint* middleFinger, TFTScreen* screen, int enrollId) { this->middleFinger = middleFinger; this->screen = screen; this->enrollId = enrollId; }; uint8_t Enroller::call() { screen->reset(); screen->say("Enrolling #"); screen->sa...
[ "alex.areshnikov@gmail.com" ]
alex.areshnikov@gmail.com
64fa9952ba0cc18a2a90dcdd140d95078da1299a
7833cb7b59c3b716610678369f9eab07cab03944
/Classes/StaticArray.h
b3f3bba478acf1bc311effbf3560bfbff29201f2
[]
no_license
Sqweble/Iso
02f32220455ae77704d387590ae2b833770d6e52
86de3d35a029c2f6fe344b0ca326b2f7abd0874a
refs/heads/master
2021-01-22T11:46:16.745717
2015-11-26T18:55:12
2015-11-26T18:55:12
37,190,363
0
0
null
null
null
null
UTF-8
C++
false
false
2,168
h
#ifndef _STATIC_ARRAY_ #define _STATIC_ARRAY_ #include "DL_Assert.h" template<typename ObjectType,int Size> class StaticArray { public: StaticArray(void); StaticArray(const StaticArray& aStaticArray); ~StaticArray(void); StaticArray& operator=(const StaticArray& aStaticArray); inline ObjectType& operator[](con...
[ "maccanberg@hotmail.com" ]
maccanberg@hotmail.com
e04c672b0ff789507de5c7f66d385f85f8d68f76
7b4d5523b10ce2e9396308bcb8072b267ca32f38
/thirdparty/asio/asio/cancellation_signal.hpp
afbaecdaf403bc972b074d51eccd09693bab8604
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
tstenner/liblsl
cd3cc54d9068d5cfb8fac5aab4d9c39e8d432ad0
1dc3e2dbdff3b36890beda1edbff5bc36ee0f4b6
refs/heads/master
2023-08-17T07:15:45.899442
2023-08-15T11:28:53
2023-08-15T11:28:53
123,417,459
2
1
MIT
2020-01-16T08:11:10
2018-03-01T10:07:46
C++
UTF-8
C++
false
false
10,148
hpp
// // cancellation_signal.hpp // ~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff 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) // #ifndef ASIO_CANCELLA...
[ "ttstenner@gmail.com" ]
ttstenner@gmail.com
51ffb7a6550310c68a72751ed3461fb19c0f3436
3ae8fb577d6f34bc94c725b3b7140abacc51047d
/gambit_perception/src/event_main_simple_blocksworld.cpp
b022dfc80e62768944eba3fa77ebc707c32fe81c
[]
no_license
mjyc/gambit-lego-pkg
b25b7831e864bba0f126f64a3d40f412a19664c1
d2ae2fa4eb09d5e149c0816eabf9213f75b7283f
refs/heads/master
2022-12-30T17:11:30.768639
2013-09-03T22:02:21
2013-09-03T22:02:21
306,082,007
0
0
null
null
null
null
UTF-8
C++
false
false
5,636
cpp
#include <cmath> #include <string> #include <boost/shared_ptr.hpp> #include <boost/make_shared.hpp> #include <ros/ros.h> #include <opencv2/core/core.hpp> // for FPS_CALC_CV #include <pcl/point_types.h> //#include <tf/transform_listener.h> #include <gambit_perception/handtracking.h> #include <gambit_perception/img_dep_...
[ "mjyc@cs.washington.edu" ]
mjyc@cs.washington.edu
ac581af8bb2841d978265d38d228a74dd8970aea
dca653bb975528bd1b8ab2547f6ef4f48e15b7b7
/tags/wxPy-2.8.1.1/include/wx/msw/listctrl.h
97f61eb113eaa8372b3aa5132d3f96d3d2a8dbdf
[]
no_license
czxxjtu/wxPython-1
51ca2f62ff6c01722e50742d1813f4be378c0517
6a7473c258ea4105f44e31d140ea5c0ae6bc46d8
refs/heads/master
2021-01-15T12:09:59.328778
2015-01-05T20:55:10
2015-01-05T20:55:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,039
h
///////////////////////////////////////////////////////////////////////////// // Name: wx/msw/listctrl.h // Purpose: wxListCtrl class // Author: Julian Smart // Modified by: Agron Selimaj // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///...
[ "RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775" ]
RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
a49aadba5fd1b5d00600e23694c320a9ade42018
08a2e70f85afd89ce06764f95785a3a3b812370e
/fuchsia/engine/browser/webrunner_content_browser_client.cc
db00a1cf3eb14fa7deb156ba7d5f2d8f3a3a6b3f
[ "BSD-3-Clause" ]
permissive
RobertPieta/chromium
014cf3ffb3436793b2e0817874eda946779d7e2d
eda06a0b859a08d15a1ab6a6850e42e667530f0b
refs/heads/master
2023-01-13T10:57:12.853154
2019-02-16T14:07:55
2019-02-16T14:07:55
171,064,555
0
0
NOASSERTION
2019-02-16T23:55:22
2019-02-16T23:55:22
null
UTF-8
C++
false
false
1,082
cc
// Copyright 2018 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 "fuchsia/engine/browser/webrunner_content_browser_client.h" #include <utility> #include "components/version_info/version_info.h" #include "cont...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
4a32f1d4e249beab1a95cf11b8ac10bc05354506
263a50fb4ca9be07a5b229ac80047f068721f459
/chrome/browser/chromeos/login/base_login_display_host.h
b06c0cb94c5a52377965d3e5f0ef5e4fef2a415d
[ "BSD-3-Clause" ]
permissive
talalbutt/clank
8150b328294d0ac7406fa86e2d7f0b960098dc91
d060a5fcce180009d2eb9257a809cfcb3515f997
refs/heads/master
2021-01-18T01:54:24.585184
2012-10-17T15:00:42
2012-10-17T15:00:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,644
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 CHROME_BROWSER_CHROMEOS_LOGIN_BASE_LOGIN_DISPLAY_HOST_H_ #define CHROME_BROWSER_CHROMEOS_LOGIN_BASE_LOGIN_DISPLAY_HOST_H_ #pragma once #inclu...
[ "plind@mips.com" ]
plind@mips.com
b2023d4ac3fda6c454b8731b4047d9388eff3e7e
037c3a9fa67b4de870fed938fc563e0d59ddc657
/tests/choleski/fALG066.cpp
e2b71f839aef55db7dce61b98ca7a793c8d9de07
[]
no_license
yijiagu/ifloat
347bfcf43f4862a39e1ad8917deb354eac2f7c82
90a1c9be375a59a82ddf5ada9405a96546978b1c
refs/heads/master
2020-04-03T09:56:18.930026
2016-10-03T16:09:36
2016-10-03T16:09:36
69,262,182
0
0
null
null
null
null
UTF-8
C++
false
false
2,415
cpp
/* * CHOLESKI'S ALGORITHM 6.6 * * To factor the positive definite n by n matrix A into LL**T, * where L is lower triangular. * * INPUT: the dimension n; entries A(I,J), 1<=I, J<=n of A. * * OUTPUT: the entries L(I,J), 1<=J<=I, 1<=I<=n of L. * * the entries of U = L**T are U(I,J) = L(J,I), I<=J<=n, 1<=I<=...
[ "guyijia@gmail.com" ]
guyijia@gmail.com
7d1949296d95f848b0c57c416df1cea031e2f308
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2453486_0/C++/ghooo/a.cpp
e584d16444c338fc1cd84f26dd4037628936c0e6
[]
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,698
cpp
#include <iostream> using namespace std; int main(){ freopen("A-small.in", "r", stdin); freopen("A-small.out", "w", stdout); int n; cin >> n; for(int i = 1; i <= n; i++){ if(i != 1) cout << endl; cout << "Case #" << i << ": "; char arr[4][4]; int xs = 'X'*4, ys = 'O'*4, xt = 'X'*3+'T', yt='O'*...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
0775f60153249ddf911551f0d6e8250d9ea2dacd
858ea1472898836b9759bd04fc1f47e282232ba4
/src/Common/HighPrecisionTime.h
9e51004430aa2c265202b66df34a84cdeeb61e01
[]
no_license
ni7hhogg/SubSim
8151053cb88ea4d5e9e0bef0c5ceb0e835418091
af75980f10b888a0a859c06dc5a37412802754b6
refs/heads/master
2021-01-18T02:30:03.537840
2010-07-04T08:01:16
2010-07-04T08:01:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,400
h
//------------------------------------------------------------------------------ // File: HighPrecisionTime.h // Desc: Rough and ready way of getting high precision time values in a cross // platform way // // Author: Alan Broun //------------------------------------------------------------------------------ //-...
[ "abroun@alanbroun.net" ]
abroun@alanbroun.net
356b548d1d916055384f2d4038445630085dcba0
f19109cc7a7c4a619039a0a6a87eea93bca73738
/include/Athena-Entities/AnimationsMixer.h
8de8a6b09bd0912c738d458d642dd5306be07c0d
[ "MIT" ]
permissive
Kanma/Athena-Entities
1f05e4f64eea551ad3af9b1c528105554ffec71f
c463bef9b5a6ec7989f3524739d0030ff24f32fe
refs/heads/master
2016-09-02T02:28:16.719470
2014-05-07T07:14:51
2014-05-07T07:14:51
481,865
1
0
null
null
null
null
UTF-8
C++
false
false
9,025
h
/** @file AnimationsMixer.h @author Philip Abbet Declaration of the class 'Athena::Entities::AnimationsMixer' */ #ifndef _ATHENA_ENTITIES_ANIMATIONSMIXER_H_ #define _ATHENA_ENTITIES_ANIMATIONSMIXER_H_ #include <Athena-Entities/Prerequisites.h> #include <Athena-Core/Utils/Iterators.h> namespace Athena { n...
[ "philip.abbet@gmail.com" ]
philip.abbet@gmail.com
4b1310bdd5fe290fb047a3a8ed68b7283c3e0ee2
ee5114b288f12d95292a6cb3210761e9009e2d92
/app_knowledge_points/crashdump_v2/crashdump.cpp
4c2e32e5c9eaf7958fa8920c57cfcc63bac98205
[]
no_license
greshem/develop_mfc
48947b9b810676339e1bae0ff1ea1dc7b8798434
c66b7bd8fe4ba69c8b938de2bed7e307277f0280
refs/heads/master
2020-05-21T11:14:40.720392
2017-10-08T11:00:47
2017-10-08T11:00:47
45,077,670
0
0
null
null
null
null
UTF-8
C++
false
false
1,751
cpp
// crashdump.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <windows.h> #include <Dbghelp.h> #pragma auto_inline (off) #pragma comment( lib, "DbgHelp" ) static LONG WINAPI MyUnhandledExceptionFilter( struct _EXCEPTION_POINTERS* ExceptionInfo ) { ...
[ "qianzhongjie@gmail.com" ]
qianzhongjie@gmail.com
c57ed3d46dd228ece3f6de6c81f49e1b6d137153
fd65971c90a5c73483d3eb98e0ba20addc018074
/Parcial_1/Practica_4/Coordenada.cpp
2b79c84e69912f1723f2169a8d14ca33640ea435
[]
no_license
Garavirod/Desarrollo_De_Sis_Distribuidos
ec60d08f769478f2d9a5fd19ab813ad8cdaafd94
d9adb58bbef219d021b812ae01ada9f34b9ed1a2
refs/heads/master
2020-12-23T22:13:10.277687
2020-05-24T23:03:22
2020-05-24T23:03:22
237,291,965
0
0
null
null
null
null
UTF-8
C++
false
false
355
cpp
#include "Coordenada.h" #include<iostream> #include<cmath> using namespace std; Coordenada::Coordenada(double xx, double yy) : x(xx), y(yy){ } double Coordenada::obtenerX(){ return (this->x * cos(this->y * M_PI / 180)); // return this->x; } double Coordenada::obtenerY(){ return this->x * sin(this->y * M_...
[ "rodrigogarciaavila26@gmail.com" ]
rodrigogarciaavila26@gmail.com
69613536f21fcb6818de361382dc869b1f72245c
ef1ff3e6e7bcac0d3873a358308ca69831ce1b26
/Inject/Inject.cpp
d4dcb97be0fa4fd44877db15f9c92e95661e1770
[]
no_license
vocano1/AccelerateGear
7a3b78f0826df2533f56e7915e4f734581cbf300
c88b427538da8ba2ec408589b41331563fa8a704
refs/heads/master
2021-12-03T05:26:30.551629
2014-04-21T17:05:16
2014-04-21T17:05:16
null
0
0
null
null
null
null
GB18030
C++
false
false
1,946
cpp
// Inject.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "Inject.h" #include "InjectDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CInjectApp BEGIN_MESSAGE_MAP(CInjectApp, CWinApp) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() // CInjectApp 构造 CInjectApp::CInjectApp() {...
[ "hyhlfq@gmail.com" ]
hyhlfq@gmail.com
33e0f6046cc45f6b053af958589f35919178316b
d7ba02e87f69ec40dcc0253eafb8ad175ae3b7c5
/2014-10-9-3/2014-10-9/assignment_today/splinefitting/splinefitting/MeshViewer.cpp
37ab88d3a40e6b79ae98d828f928d53e2a1a15f8
[]
no_license
xiaowan1117/B-spline-fitting-
cba0cc27b10c1189f6a53e4c2b316352b2c3fd4b
0632d65aa3b0f50ecdc3bb6e14fe4adc0710045a
refs/heads/master
2023-03-22T00:50:32.136742
2015-01-06T07:53:55
2015-01-06T07:53:55
null
0
0
null
null
null
null
GB18030
C++
false
false
40,202
cpp
#include "MeshViewer.h" #include <fstream> #include "gl.h" #include <QtGui/QMessageBox> #include <QtGui/QInputDialog> using namespace std; MeshViewer::MeshViewer() { restoreStateFromFile(); surfacedata = NULL; //error = NULL; //dens_ind = NULL; //err_ind = NULL; borigina_mesh_view = true; bfitted_mesh_view = f...
[ "xjwcy138@sina.cn" ]
xjwcy138@sina.cn
14a6faffa93944db020e90ef4a1d8273f7fd16f3
e7c1ed38439962489a6886e5dc26b64c6090ba15
/pam/src/during_exec.hpp
91571433f7cc88b7509de9849e2611e9f09677a7
[ "Apache-2.0" ]
permissive
mabels/clavator
f440fa7e00a538e57dcf9d5175ea7f7ff907898e
336bead398c44a333210923504d3b0e07c4f7136
refs/heads/master
2020-12-25T14:23:58.757350
2019-02-04T15:15:30
2019-02-04T15:15:30
61,442,708
3
0
null
null
null
null
UTF-8
C++
false
false
1,831
hpp
#ifndef __DURING_EXEC__ #define __DURING_EXEC__ #include <vector> #include <atomic> #include <memory> #include <boost/asio.hpp> #include "pipe_action.hpp" #include "pipe_writer.hpp" class DuringExec { public: sigset_t prev_signal_set; std::atomic<size_t> completed; boost::asio::io_service io_service;...
[ "meno.abels@adviser.com" ]
meno.abels@adviser.com
5fd6db2b98b04c195cf23f9b5f2a1355b3dcb586
e5ad1d47b925c3f3e76339a21ba102a4e337fefc
/Tree/572_Subtree.cpp
8de473ba5f768145035edd7ff155affce6ba02b2
[]
no_license
UKMIITB/DSA-Practice
2d7dcebd38863599a64192613b7fdbc9fdccc837
dcedec57244c0ba03b905c876764a9f8a4864e8e
refs/heads/main
2023-09-05T09:42:04.247505
2021-10-10T20:15:52
2021-10-10T20:15:52
393,714,260
0
0
null
null
null
null
UTF-8
C++
false
false
1,633
cpp
// https://leetcode.com/problems/subtree-of-another-tree/ #include <iostream> #include <queue> using namespace std; struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode() : val(0), left(nullptr), right(nullptr) {} TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} TreeNo...
[ "ujjwalkr.maharana@gmail.com" ]
ujjwalkr.maharana@gmail.com
e55754a82de94a427ae34f3f7948e9f95ea81ab8
a7891a888e825a4dda3a8afb959b59b26477045e
/Core/GpuResource.h
52481b68c00c5339db5b42883afbc41bda9e4825
[]
no_license
alienity/LearnRenderer
1c6b3ee85d5c72af1aeee759bba15eaf5caba522
b332ad685025004cef2fed5def5facfaf8142204
refs/heads/main
2023-07-14T00:24:45.243363
2021-08-25T23:58:22
2021-08-25T23:58:22
389,248,382
0
0
null
null
null
null
UTF-8
C++
false
false
2,091
h
// // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. ...
[ "578409434@qq.com" ]
578409434@qq.com
aef2dcf3cbf1f9f610d47b7e0a2c814cc1f50b7e
e88426672ac890fc526bea736c9c2c86d9fd6001
/Solutions/TWENDS - Two Ends.cpp
041e76c89b391bc1d7ccc58ef4bad734b021471c
[]
no_license
rigosantiago/Contest-Archive
6e1c12f90659131a77c17683448ad3f082af811f
e6be84c317fb91362a268774fec8dcb4ac06e8eb
refs/heads/master
2020-03-22T06:46:24.427019
2018-05-26T02:22:15
2018-05-26T02:22:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
581
cpp
#include <bits/stdc++.h> using namespace std; #define MAX 1002 int v[MAX],memo[MAX][MAX]; int dp(int i,int n){ if(i>=n)return 0; if(memo[i][n])return memo[i][n]; return memo[i][n]=max(v[i]+dp(i+(v[n]>v[i+1]?1:2),n-(v[n]>v[i+1]?1:0)),v[n]+dp(i+(v[n-1]>v[i]?0:1),n-(v[n-1]>v[i]?2:1))); } int main (){ int i,n,m,t=1; ...
[ "briares2698@gmail.com" ]
briares2698@gmail.com
5a86026a9b8f330255d4b556dd5b219b64814a58
02d282e86db3a3c241c389776160c8d4cdf4a92c
/src/dataclasp_argv.h
6d905a0807a2f246a577b4635ee8b7b8ff66a602
[ "BSD-3-Clause" ]
permissive
gregsharp/dataclasp
5bf4412fa5699995f548dfee3c4c49f5bab2b8a8
fdf70cb18e443bbbcd1163bfb67a48377e998d1a
refs/heads/master
2021-01-01T18:42:34.143029
2016-01-19T22:56:08
2016-01-19T22:56:08
33,310,336
0
0
null
null
null
null
UTF-8
C++
false
false
482
h
/* ----------------------------------------------------------------------- See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information ----------------------------------------------------------------------- */ #ifndef _dataclasp_argv_h_ #define _dataclasp_argv_h_ class Dataclasp_node; class Dataclas...
[ "gsharp@slac.stanford.edu" ]
gsharp@slac.stanford.edu
79dbe890e08cf51e739ced81831c5be9f08a2330
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/webkit/common/blob/shareable_file_reference_unittest.cc
5d6fc41a996b7e3c1f234a83a521a5ded1cbbfb7
[ "MIT", "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", "BSD-3-Clause" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
2,171
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 "webkit/common/blob/shareable_file_reference.h" #include "base/file_util.h" #include "base/files/scoped_temp_dir.h" #include "base/message_l...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
c8cff11e655359c87da2d44ac04d5d2e93eb4114
c3f83e21b4598aa80bba3d793371f59d2f075f08
/Utilities/VbsCallback/Third.h
c0733a3ec1fcec5b9c1cad5a8ad2197ad7fa1931
[]
no_license
WladimirW/alax
d4ff1fec7b90238cfe400c723478168fadbe0ffa
b1c45d51e9ff4b087e74360a21c2a4306eb884ec
refs/heads/master
2020-03-12T22:56:18.590594
2018-04-23T08:23:59
2018-04-23T08:23:59
130,856,226
1
0
null
null
null
null
UTF-8
C++
false
false
1,178
h
//////////////////////////////////////////////////////////// // Copyright (C) Roman Ryltsov, 2008-2012 // Created by Roman Ryltsov roman@alax.info // // $Id$ #pragma once #include "VbsCallback_i.h" #include "_IThirdEvents_CP.h" //////////////////////////////////////////////////////////// // CThird cl...
[ "roman@9f0a43ce-f1ea-4ba9-b87d-1d20923592e0" ]
roman@9f0a43ce-f1ea-4ba9-b87d-1d20923592e0
1b2fb7d833c9ca79469daa1dd789aeb64e997969
1e31c884746d37e72c507b49c2d3a388bd3743d9
/labs/lab006/mainwindow.h
72eec7ac30ddfe04d4a9fc66847a8a2337542374
[]
no_license
comptonben/QT
1cfadf0fb6d6dedf10fd532eb877138ae2090b31
1f21008cee64317a6eab1ca84b212ebca5600282
refs/heads/master
2020-07-19T07:29:31.815081
2019-12-10T04:57:01
2019-12-10T04:57:01
206,401,554
0
0
null
null
null
null
UTF-8
C++
false
false
400
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QTcpSocket> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = nullptr); ~MainWindow(); private: Ui::MainWindow *ui; QTcpSocket *myTCPSocket;...
[ "comptonben504@gmail.com" ]
comptonben504@gmail.com
9702a76dbc1315d64de289ba8e5292e5a8a7c4e6
7c47137ae71182dbfcdc750708d92361e7f14fbd
/Candle/src/Platform/OpenGL/OpenGLShader.h
3d81459537d056ef75672c3458a7dcac39b30543
[]
no_license
ConnorShore/Candle
542704a92d7777c36d476674c4aed43ada55e4fa
b138a1e3659ea4f4694cb98bab7ec596cb82d423
refs/heads/main
2023-05-30T09:09:42.144674
2021-02-28T22:25:43
2021-02-28T22:25:43
377,232,743
0
0
null
null
null
null
UTF-8
C++
false
false
1,247
h
#pragma once #include "Candle/Renderer/Shader.h" #include <glm/glm.hpp> // TODO: Remove (hack!) typedef unsigned int GLenum; namespace Candle { class OpenGLShader : public Shader { public: OpenGLShader(const std::string& name, const std::string& vertexSrc, const std::string& fragmentSrc); OpenGLShader(const...
[ "cjshore12@gmail.com" ]
cjshore12@gmail.com
93070e242fc458f740a1934c8879a9369e209706
4520e6829528ca252a137be8f81a677185b68935
/c++_concurrency/3.2/2.cpp
8bce97250be85cf614bccefa4a114c78e6b28b07
[]
no_license
43EVER/cpp_learning
03cc346b35c0119cfb02924e6867a8512cb50410
0ce0bb0fb42f1d9daabd15a460aac3f0eb138781
refs/heads/master
2022-12-29T01:45:21.185646
2020-10-14T14:46:12
2020-10-14T14:47:17
299,014,097
0
0
null
null
null
null
UTF-8
C++
false
false
723
cpp
#include <iostream> #include <exception> #include <algorithm> #include <mutex> #include <memory> struct empty_stack : std::exception { const char* what() const throw(); }; template<typename T> class threadsafe_stack { public: threadsafe_stack(); threadsafe_stack(const threadsafe_stack&); threadsafe_st...
[ "i@43ever.me" ]
i@43ever.me
7ac195ce0ce46955324535f0a49a2e7cd7390f6e
0a152acc126fff2bac7db2af1e6320dc56d6e5ca
/Dolphin/Include/Core/Core.cpp
992bc87b6d5f6b4129f3e42ae252bd02e1416aef
[]
no_license
Poot1/GC4iOS-master
8104d38a9715959437b5b6e2bb81a6a9684763af
d629fd28a7358287bbc02acb09983d34c022223e
refs/heads/master
2021-01-11T21:12:18.402418
2017-01-17T20:11:35
2017-01-17T20:11:35
79,267,406
0
0
null
null
null
null
UTF-8
C++
false
false
28,385
cpp
// Copyright 2008 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include "Core/Core.h" #include <atomic> #include <cctype> #include <cstring> #include <mutex> #include <queue> #include <utility> #ifdef _WIN32 #include <windows.h> #endif #include "AudioCommon/AudioCommo...
[ "salvatore@Salvatores-MBP.fios-router.home" ]
salvatore@Salvatores-MBP.fios-router.home
7af3be7e64b35d4041ff86f575f80ab558402bd1
2ca278bab27cc3f7cb1d5b4e8a05487137125b52
/sc_mn_cluster.cpp
2c7b032c774ba4174f98b9b9da0cd6d64b5cde6a
[]
no_license
schappell02/code_backup
04557e61df9ab0b29fcdeeb1c9e9f72790488c64
94f065ee2aaffbf02cbe70f243421c91f16316d2
refs/heads/master
2021-01-22T08:09:45.775334
2019-01-08T16:36:20
2019-01-08T16:36:20
81,877,974
0
0
null
null
null
null
UTF-8
C++
false
false
18,401
cpp
/* Run MultiNest on late type pop */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include <string> #include <float.h> #include "multinest.h" #include "gauss_legendre.h" //#include "sc_mn_lib.h" #include "ez_thread.hpp" //#include "gsl/gsl/gsl_integration.h" #include <iostream> #in...
[ "schappell@astro.ucla.edu" ]
schappell@astro.ucla.edu
6ae8b03f6e55c8804a6c12c2f65bfb582b766867
c7fc6056d987002b356e7d08e3cefef942fed0cc
/LineTrace.ino
51bba5b94f7b8ce05295e197ec30a458469ca795
[]
no_license
lbuki/LineTrace
1e0262de9a36dc46e76ce115192a42da876597a5
a560ecc3e253c43860f0c4b6d578e450136563a7
refs/heads/main
2023-08-07T03:51:19.467264
2021-10-12T12:52:59
2021-10-12T12:52:59
416,217,015
0
0
null
2021-10-12T12:53:00
2021-10-12T06:47:42
C++
UTF-8
C++
false
false
6,698
ino
#define V1 7 #define F1 6 #define B1 5 #define Defo1 67 #define Defo2 90 #define slow 5 #define V2 4 #define F2 2 #define B2 3 #define Curve1 50 #define Curve2 66 #define Under1 10 #define Under2 10 #define T 10 int v1 = 0;//左の速さ int v2 = 0;//右の速さ int pinSensorR = 1; int pinSensorL = 2; int pinSensorC = 3; int pinSens...
[ "nikky81920@gmail.com" ]
nikky81920@gmail.com
ccf8a01ab093f22b125b857b431139fdf3895544
30321b6a61ad4353101cfa9906a3948bfc533eef
/2019/Contest 0/g.cpp
2bacf46d4b2311205f09fa62329544965d78ea92
[]
no_license
Rebeca-Reis/Competitive-Programming
b07229a9ba15a20ddddb645382ff3aff791394cb
54b461443c38f29627954dae716295a41fc9d53d
refs/heads/master
2021-04-15T07:58:32.081663
2019-05-08T00:43:20
2019-05-08T00:43:20
126,615,124
0
0
null
null
null
null
UTF-8
C++
false
false
1,059
cpp
#include <bits/stdc++.h> // using namespace std; #define mp make_pair #define pb push_back #define db(x) cerr << #x << " == " << x << endl; #define _ << " " << #define st first #define nd second typedef long long ll; typedef vector<int> vi; typedef pair<int,int> ii; const long double EPS = 1e-9; const int N=1e5+5; c...
[ "rebecapreis@gmail.com" ]
rebecapreis@gmail.com
01717de48a9cdd6fb199b53e24cea760cf823c2f
0379dd91363f38d8637ff242c1ce5d3595c9b549
/windows_10_shared_source_kit/windows_10_shared_source_kit/10_1_14354_1000/Source/Tests/Graphics/Graphics/DirectX/D3D9/d3d/conf/multisample/Centroid.cpp
38959cb41da35764676dbe2244bfc0e2fe862697
[]
no_license
zhanglGitHub/windows_10_shared_source_kit
14f25e6fff898733892d0b5cc23b2b88b04458d9
6784379b0023185027894efe6b97afee24ca77e0
refs/heads/master
2023-03-21T05:04:08.653859
2020-09-28T16:44:54
2020-09-28T16:44:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,429
cpp
// FILE: centroid.cpp // DESC: multisample testing w/centroid #include "multisample.h" #include <d3d9.h> #include <d3dx9.h> #include "cd3dx.h" #include "CSurface.h" #include "CTextures.h" const DWORD CENTFLEXFMT = ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_TEX1 ); // FVF format typedef struc...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
b3424f322f1fb59a8f3a91cd5a2f8b4ebead2380
d2de04d67eb9523d7e8412239371bae27b57a546
/build/Android/Debug/app/src/main/include/Fuse.NodeGroupBase.Co-a2bdc185.h
7f665e425f77868b0957b642d7d7bf10ca75461c
[]
no_license
alloywheels/exploring
e103d6d4924dae117f019558018c1e48cd643e01
75d49914df0563d1956f998199724bc4e9c71a87
refs/heads/master
2021-09-01T21:12:12.052577
2017-12-28T16:10:20
2017-12-28T16:10:20
115,637,649
0
0
null
null
null
null
UTF-8
C++
false
false
362
h
// This file was generated based on '../../../AppData/Local/Fusetools/Packages/Fuse.Nodes/1.4.2/NodeGroup.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Int.h> namespace g{ namespace Fuse{ // internal enum NodeGroupBase.ConstructFlags :46 uEnumType* NodeGroupBase__...
[ "turrifftyresandalloys@gmail.com" ]
turrifftyresandalloys@gmail.com
81227bd02bb4c950464d12883846a2eeb64bf0f8
caa73c5f37f10b62c14dc007db82f65555079330
/DEMO/PROBLEM_SOLVING/ARRAY/find_median_of_two_sorted_arrays.cpp
0350b1c40c60e3071068f7824ca9bdc6827d5450
[]
no_license
shashank-vishnoi/interview_problems
8762418fbd7eb3ff592b2a411486018be80ec8a3
ac5363acf6640fafb473ffe2b00fe8d8685d2614
refs/heads/master
2021-06-13T18:09:07.630776
2017-05-13T06:36:54
2017-05-15T14:32:38
24,087,455
0
0
null
null
null
null
UTF-8
C++
false
false
1,995
cpp
/** Given two sorted int arrays, find the median of these two arrays ex1: ar1[] = {1, 12, 15, 26, 38} ar2[] = {2, 13, 17, 30, 45} ={1,2,12,13,15,17,26,30,38,45} = total number of element are 10, it is even so median will be median of [position 10/2=5 and 6] i.e. (15+17)/2=16 ex2: ar1[] ={1,5,19,20,35,50,60} ==>...
[ "shvishnoi@paypal.com" ]
shvishnoi@paypal.com
c548b1731d413e0bca337e15f04b75db16dca475
d57a588f74673811151e71e9457c5a56fac85ddd
/c++/916wordSubsets.cc
597742a5620f255177d36b2c3a1eb04de273829b
[]
no_license
Acytoo/leetcode
933c5a79140798d8c0ee6d39022561dadd1ce7f7
3a8bfc07465f1bc349b8e5a9f570fd458075de72
refs/heads/master
2022-10-14T20:01:15.131676
2022-09-29T20:17:04
2022-09-29T20:17:04
155,707,667
0
0
null
null
null
null
UTF-8
C++
false
false
1,145
cc
#include <iostream> #include <vector> #include <string> #include <queue> #include <climits> #include <stack> #include <algorithm> #include <cmath> #include <set> #include <unordered_map> #include <list> #include <unordered_set> #include <map> #include <functional> #include <bitset> #include <numeric> #include <deque> #...
[ "acytoo@gmail.com" ]
acytoo@gmail.com
5cd34bb0dac94ccc63bd153e0845781666c72615
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/ThirdParty/PhysX/APEX_1.4/module/framework_legacy/src/autogen/BufferU8x1_0p0.cpp
5e555100f5fd7139c1a93d461804eaf4ae9f47c8
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
8,288
cpp
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
562d69e12dbef8e0dd056598b4b229e9336e0a9e
307ade037c0f9451f45dd4ff469f733531d390e7
/Final/Compilation/SharpIR.h
37549d3fd1ec3870af569e5f957ee2a2fe85e6f2
[]
no_license
Pratyum/MDPGrp7Arduino
1159e49cb162d44ed2866d05bf2846975c35beaf
d9d4cebd787d7063276ca64f41b42db43082f3d6
refs/heads/master
2021-01-19T20:48:06.040296
2017-04-15T17:58:13
2017-04-15T17:58:13
79,520,726
1
1
null
2017-02-10T01:08:41
2017-01-20T03:17:42
null
UTF-8
C++
false
false
626
h
/* SharpIR Arduino library for retrieving distance (in cm) from the analog GP2Y0A21Y and GP2Y0A02YK From an original version of Dr. Marcal Casas-Cartagena (marcal.casas@gmail.com) Version : 1.0 : Guillaume Rico https://github.com/guillaume-rico/SharpIR */ #ifndef SharpIR_h #define SharpIR_h #define NB_...
[ "JONG044@e.ntu.edu.sg" ]
JONG044@e.ntu.edu.sg
466bed00736b7adcf8e946fd8999d9e513f8da66
e72649c704d480a61e1a793928fb0ca6d9e460ec
/USACO/Dec2016Gold/lasers/lasers.cpp
1ca78ae44650bc0815088ef1f21e0586e6b0bc13
[]
no_license
jordanlee008/Code
feb74230ee80f18fbace935c3e09bb4b0f2c125c
8150d2ec2ba0273ddf375a266911071fe9a48da2
refs/heads/master
2020-05-25T14:57:08.879978
2019-09-10T18:39:33
2019-09-10T18:39:33
69,521,492
0
0
null
null
null
null
UTF-8
C++
false
false
1,978
cpp
#include <vector> #include <iostream> #include <fstream> #include <algorithm> using namespace std; typedef vector<int> VI; int n, xl, yl, xb, yb; //vector<VI> x; //vector<VI> y; vector<VI> p; VI d; /*int laser(int dx, int dy, vector<VI> pts) { printf("laser(%d, %d)\n", dx, dy); if (dx == 0 || dy == 0) return 0;...
[ "jordanlee008@gmail.com" ]
jordanlee008@gmail.com
7d99dd936c4b006a3ebd74bc5cfdaa5e878b1a79
cef7325a55895b26faa7bf006a9417e52d109db8
/llvm-4.0.0.src/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
7e9b2033ca373c5a5f81b75a929ef7c713793016
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
GJDuck/LowFat
ee4c7c450e9fe64f90e00fc9053b0123f3dc0754
20f8075dd1fd6588700262353c7ba619d82cea8f
refs/heads/master
2022-05-20T20:47:23.759875
2022-03-26T23:38:41
2022-03-26T23:38:41
109,212,497
177
35
NOASSERTION
2022-03-06T05:03:42
2017-11-02T03:18:19
C++
UTF-8
C++
false
false
25,812
cpp
//===- ExprEngineCXX.cpp - ExprEngine support for C++ -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "gregory@comp.nus.edu.sg" ]
gregory@comp.nus.edu.sg
b05fa58aaf46f7594287d7c74ab984209001474c
5d0dd9d5f312adc73f4cfc2c0243d56c628475b0
/BlobToFile.h
8e7201431c0804e78d2748ddad63d9731123daea
[]
no_license
kostarubtsov1990/Swarm_Robotics_tracking_with_rectangle_detection
be3d30255e517851c357aacffd78197d96d5f3a9
a84affffe0228303f8e57bf72b8cbc516912f5b3
refs/heads/master
2020-03-27T17:39:09.020273
2018-08-31T08:31:42
2018-08-31T08:31:42
146,864,349
0
0
null
null
null
null
UTF-8
C++
false
false
522
h
// // Created by kostarubtsov1990 on 30/06/18. // #ifndef SWARM_ROBOTICS_TRACKING_WITH_RECTANGLE_DETECTION_BLOBTOFILE_H #define SWARM_ROBOTICS_TRACKING_WITH_RECTANGLE_DETECTION_BLOBTOFILE_H #include <map> #include <cv.h> using namespace std; using namespace cv; class BlobToFile { private: map<string, ofstream*...
[ "kostarubtsov@hotmail.com" ]
kostarubtsov@hotmail.com
3412244918677426f30f1e7072d2ffb61bc389f6
66688136c619b655dc35f3f69b6c33dd218da65b
/code/Common_engine/jingle_base/xmpp/xmpppump.cc
f62557bba2a811346ebcf742465eea9b5af96528
[]
no_license
forssil/GCCPT
6ddc0f5707d314fddeeb8be831ad06250b686791
0249f5a115b96e7741c0292b5fc3a4e61a53c43c
refs/heads/master
2021-06-19T00:12:58.608196
2015-10-08T01:17:35
2015-10-08T01:17:35
32,770,766
0
0
null
2015-04-15T07:21:05
2015-03-24T02:16:19
null
UTF-8
C++
false
false
2,848
cc
/* * libjingle * Copyright 2004--2005, Google Inc. * * 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 a...
[ "gh228@sina.com" ]
gh228@sina.com
7d6343c98558bc25ae0d058f5dce109f3bdb6e2b
adb23ab9c2db760afa93c09a1737687ae2431466
/DgEngine/SYSTEM_Move.cpp
bb58aa1c06becb07df04bf784f25d22df84c2ac7
[]
no_license
int-Frank/SoftwareRasterizer
cb5d3234dcd59f55e6384a7152e0bb81cabc0401
f62d5bf7e16b0cefe9dd46b255341ba0cea0893d
refs/heads/master
2021-09-08T04:16:39.613309
2014-09-12T23:13:23
2014-09-12T23:13:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
967
cpp
#include "Systems.h" #include "VQS.h" #include "GameDatabase.h" #include "DgTypes.h" //-------------------------------------------------------------------------------- /* * Moves an entity * precondition: Components: MOVEMENT, POSITION * postcondition: Adds Movement elements to Position */ //-------...
[ "theguv81@hotmail.com" ]
theguv81@hotmail.com
e681a7662b13a7164dc846cb7aeca46f6a4d345e
aca4f00c884e1d0e6b2978512e4e08e52eebd6e9
/2011/contest/XXVColombia/proD.cpp
f138308a237622362570144254b7fda2dfe66d8b
[]
no_license
jki14/competitive-programming
2d28f1ac8c7de62e5e82105ae1eac2b62434e2a4
ba80bee7827521520eb16a2d151fc0c3ca1f7454
refs/heads/master
2023-08-07T19:07:22.894480
2023-07-30T12:18:36
2023-07-30T12:18:36
166,743,930
2
0
null
2021-09-04T09:25:40
2019-01-21T03:40:47
C++
UTF-8
C++
false
false
818
cpp
#include<iostream> #include<sstream> #include<cstdio> #include<cstdlib> #include<cstring> #include<cmath> #include<ctime> #include<climits> #include<algorithm> #include<vector> #include<string> #include<queue> #include<deque> #include<set> #include<map> using namespace std; #define K 1100000 typedef long long lld; s...
[ "jki14wz@gmail.com" ]
jki14wz@gmail.com
e993407e4e63926e72b1b3c68fcdf433160f3933
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-ec2/source/model/NetworkInfo.cpp
53e027e1af2a54c66654cbb8cf3f6b2a1f058a8a
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
7,026
cpp
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
744945b3b4a3bbac2b74c5ab928302f07e96be86
c58f258a699cc866ce889dc81af046cf3bff6530
/include/qmlib/finance/quote/impl/interestrate_impl.hh
048b2be74505ce5fd8d4218578a72ffdf752e197
[]
no_license
KoWunnaKo/qmlib
db03e6227d4fff4ad90b19275cc03e35d6d10d0b
b874501b6f9e537035cabe3a19d61eed7196174c
refs/heads/master
2021-05-27T21:59:56.698613
2010-02-18T08:27:51
2010-02-18T08:27:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,965
hh
QM_NAMESPACE2(finance) inline INTERESTRATE ratefactory::create(const qm_string& cu, const qm_string& tenure) { return ratefactory::create2(cu,tenure,false); } inline INTERESTRATE ratefactory::create2(const qm_string& cu, const qm_string& tenure, bool isois) { CCY cur = ccy::get(cu); QM_REQUIRE(cur,"Curren...
[ "luca.sbardella@gmail.com" ]
luca.sbardella@gmail.com
72d3ef78f962bbb7076bc26889d6062c95f2a083
9e448ea18f2e15993fd2128bc793c5bdff4e5e14
/src/findcore.cc
65862cb5f75b76654120e07effe85d8fad10cb2f
[]
no_license
TheDeadFish/fast-text-find
8e7b33555074cee4b5fcc53d9cfcd824f8ead411
c851407573713948a00e8abe05f47271cd594361
refs/heads/master
2020-09-07T07:31:42.064272
2020-04-28T22:45:12
2020-04-28T22:45:12
220,706,350
0
0
null
null
null
null
UTF-8
C++
false
false
4,839
cc
#include "stdshit.h" #include "findfile.h" #include "findcore.h" namespace FindList { xarray<FileInfo> list; static size_t sizeMax_total = 1500*1024*1024; const size_t sizeMax_file = 256*1024*1024; const u32 alloc_overhead = sizeof(FileInfo)+16; static size_t alloc_total; size_t total_size; void reset(void) { list.C...
[ "michaelstamper1@gmail.com" ]
michaelstamper1@gmail.com
884315b75709acee69e5b85c8d585a80fd7c500e
c6fae54cb4aec39e228254a99a50dd8bc0546af4
/cpp/depth_first_search_DFS/301_remove_invalid_parentheses.cpp
77f3c50407413e3a5a8075f9a34c86dc68e2370f
[]
no_license
songanz/Learn_coding
77c08d61c9a4f2917f147624c2e8013148588311
e2185b4c936b226f106e4f7f449b2b50a463f9e9
refs/heads/master
2020-04-18T05:36:21.586154
2020-04-13T18:30:23
2020-04-13T18:30:23
167,284,886
0
0
null
null
null
null
UTF-8
C++
false
false
1,659
cpp
#include "../header.h" using namespace std; // DFS class Solution{ public: vector<string> removeInvalidParentheses(string& s) { int l = 0; int r = 0; for (const char ch : s) { l += (ch == '('); if (l == 0) r += (ch == ')'); else l -= (ch == ')'); ...
[ "songanz@umich.edu" ]
songanz@umich.edu
472131f99ae9d1157f7f271c7153740973b8838a
bbff50d94efc9bc27a449fd5adcfde0a2ee3b5bf
/codechef/COOK120B/ORTHODOX.cpp
7773dd2fbff3c673a6790270c22cfe919167b725
[]
no_license
ameybhavsar24/competitive-programming
389b1ffb9f3d11e18bb90b0bb03127086af2b1f0
c9f74f4b9dba34b9d98d9e6c433d3d7890eaa63b
refs/heads/main
2023-07-04T17:03:39.699518
2021-08-09T14:27:08
2021-08-09T14:27:08
379,605,431
0
0
null
null
null
null
UTF-8
C++
false
false
2,740
cpp
// Author: Amey Bhavsar // IDE: Geany/Ubuntu // Platform: July Cook-Off 2020 Division 2 #include<bits/stdc++.h> using namespace std; typedef long long ll; #define rep(i,a,b) for(auto i=a;i<b;i++) #define repD(i,a,b) for(auto i=a;i>=b;i--) #define pb push_back #define mp make_pair #define ff first #define ss second ...
[ "28699912+ameybhavsar24@users.noreply.github.com" ]
28699912+ameybhavsar24@users.noreply.github.com
a9ca4922d31c7cbc464df4b0fb91a7f11b3793a0
18aa7f80167730b46bfad6c476ad509e3e48134d
/is_string_palindromic_punctuation.cc
99baf6b18c4a31b962ceda871761408db758241d
[]
no_license
ritwika-reddy/google-prep
cda1f77e8f878098104581db3b1d2c68133a5e51
cb9c9e2fa283fbe136fd1975f1a897864c6b6151
refs/heads/master
2020-04-07T00:16:41.911602
2018-11-17T18:59:11
2018-11-17T18:59:11
157,897,189
0
0
null
null
null
null
UTF-8
C++
false
false
1,092
cc
#include <string> #include "test_framework/generic_test.h" using std::string; bool IsPalindrome(const string& s) { /* We need to check if a string is a palindrome. * Just check the beginning of the string with the * end. I think we need to ignore punctuations and * only consider alpha numeric ch...
[ "rkanchar@purdue.edu" ]
rkanchar@purdue.edu
d57dc60e51a5c89c8d9981d518360538f67de589
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/srm/521-540/529/MinskyMystery.cpp
7ac2555109721ccc977027e64237b872f4c96b76
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
3,008
cpp
#include <cstdlib> #include <cstring> #include <memory> #include <cstdio> #include <sstream> #include <iostream> #include <cmath> #include <string> #include <stack> #include <queue> #include <vector> #include <set> #include <map> #include <algorithm> #include <numeric> using namespace std; typedef sig...
[ "kmjp" ]
kmjp
82f8cde6a6a4010977de77f7a956d32808d750db
3ab450b18203062b9ade314b70068c317a93c9b6
/cpp-renderer/Scene.h
7a58872ae22fe43eae3dc4fd76eb3144b8e95e8b
[]
no_license
shreyarandive/cpp-renderer
ab5f6fa93f0a97af6440bbfb421c79ea4cf7b3fb
e41fb99c863789c714c08081f50fed2fdc5bb238
refs/heads/master
2020-05-26T04:53:31.782443
2019-05-24T00:25:54
2019-05-24T00:25:54
188,112,216
0
0
null
null
null
null
UTF-8
C++
false
false
175
h
#pragma once #include "GUI.h" #include "Framebuffer.h" class Scene { public: GUI* gui; FrameBuffer* fb; Scene(); void Debug(); void Render(); }; extern Scene* scene;
[ "srandive@purdue.edu" ]
srandive@purdue.edu
5b61f715d6fb80a2df2f5c28ad2a0165342978d2
e89f3e5e3a05432d6f0973a5534b52b25d92b35a
/raceGame3001/main.cpp
27bf03ebdf4e7bdc75adced85467fbb3c56a2240
[]
no_license
timkleintk/raceGame3001
85d15d93edc05b3bb9b97bdb0a2df1ac311d8213
f676fcfb73a94eab44d400a780dd4cf9a1150a7e
refs/heads/master
2023-01-14T07:36:52.755530
2020-11-20T18:38:47
2020-11-20T18:38:47
313,598,445
0
0
null
null
null
null
UTF-8
C++
false
false
1,435
cpp
// main cpp file or something // copy pasted from sfml-dev.org #include <SFML/Graphics.hpp> #include "game.h" int main() { // time stuff sf::Clock clock; sf::Time elapsed = clock.restart(); // setup window sf::RenderWindow window(sf::VideoMode(800, 600), "", sf::Style::None); // c...
[ "timvdlr@gmail.com" ]
timvdlr@gmail.com
e1c16abd75e59ff47217333581f8e22ce3d235b8
bf80b5a0b041a5435cff399071aec62ec7196b64
/src/games/opengl_examples/CameraExample.h
a0b3eadbcfef217f87b55b93cee93134229285e3
[]
no_license
MoonPresident/PowerGrid
82f20ff901ece23abddddc705bafd50dcaaf01c5
aa9fb3d93ac7fcc098f7d91bbbe1a04c8a2c88ab
refs/heads/master
2023-08-07T15:28:22.267621
2023-06-02T07:27:53
2023-06-02T07:28:20
163,689,975
0
0
null
null
null
null
UTF-8
C++
false
false
8,807
h
#ifndef CAMERAEXAMPLE_H #define CAMERAEXAMPLE_H #include "WorldData.h" bool exampleFirstMouse; float lastX = 400, lastY = 300; float yaw = -90.0f; float pitch = 0.f; float fov = 45.f; float deltaTime = 0.0f; // time between current frame and last frame float lastFrame = 0.0f; glm::vec3 cameraPos = glm::vec3(0.0f...
[ "t.s.steel95@gmail.com" ]
t.s.steel95@gmail.com
f64ab979771c0a023bc7c71bf3f498b18959ccfe
3cb66213e07745d311428ef049c8078af69ffcb6
/ouro/src/server/dbmgr/sync_app_datas_handler.h
d7131ed2916897ea28d34cfb5bdb1b6fe56399f8
[]
no_license
RottenVisions/ouroboros
01cebf085e59b481906c9034c30ed3e6d088ff1e
b63f4ec20af632480e05e2a58a91445860eba655
refs/heads/master
2022-10-26T10:44:30.677559
2020-07-20T01:43:54
2020-07-20T01:43:54
139,418,224
0
1
null
2022-10-21T07:58:15
2018-07-02T09:05:09
Python
UTF-8
C++
false
false
913
h
// 2017-2019 Rotten Visions, LLC. https://www.rottenvisions.com #ifndef OURO_SYNC_APP_DATAS_HANDLER_H #define OURO_SYNC_APP_DATAS_HANDLER_H // common include #include "helper/debug_helper.h" #include "common/common.h" // #define NDEBUG // windows include #if OURO_PLATFORM == PLATFORM_WIN32 #else // linux include #en...
[ "xsoniccrackersx@gmail.com" ]
xsoniccrackersx@gmail.com
4fdf72eb626ef13902c29d89521e0f8fb686f422
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/chromeos/dbus/bluetooth_input_client.cc
0cc59a8eb3205fcabd8718b04e63980168230ae8
[ "MIT", "BSD-3-Clause" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
4,791
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 "chromeos/dbus/bluetooth_input_client.h" #include <map> #include "base/logging.h" #include "base/stl_util.h" #include "dbus/bus.h" #include "db...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
c10ed71d042935b694a858f3df7901331eb9d710
ed2ff79dafb9fd96cb29399ecde1b5064581d223
/include/websocketpp/connection.hpp
39c9b16bd5c49bd9f971c9cc79773e5cb6f8596d
[ "BSL-1.0" ]
permissive
andersnm/lurium
645f0b143569b2f6bf668a6ea06be877e2b4093d
59d9d4c958f0544aa0b642ae4fa881df9be2e7ad
refs/heads/master
2022-04-24T06:24:01.472985
2020-04-24T14:04:10
2020-04-24T14:04:10
258,522,599
0
1
null
null
null
null
UTF-8
C++
false
false
58,309
hpp
/* * Copyright (c) 2014, Peter Thorson. 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 cond...
[ "andersnm@users.noreply.github.com" ]
andersnm@users.noreply.github.com
b5b1ceeb72b1372743c0af409e972e8190221e78
2af7494506c0f26ad8c5b0e29671a5bd7a10894b
/BRICS_RN/Coordinator/include/Coordinator/CoordinatorComponent.hpp
4e9cc75703731de849a187119467764ef914bea7
[]
no_license
Robotics-UniBG/MarkerBasedNavigation_Orocos
60634d2b824f00211755db624adcbc9a3045ac79
215cfc087dcf1ceb5550934d36faee23a87bf2ed
refs/heads/master
2020-12-30T11:15:30.779864
2012-10-01T16:44:29
2012-10-01T16:44:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,654
hpp
/******************************************************************************** * * Coordinator * * Copyright (c) 2012 * All rights reserved. * * Luca Gherardi and Andrea Luzzana * University of Bergamo * Dept. of Information Technology and Mathematics * * --------------------------------------------------...
[ "youbot@youbot-vm.(none)" ]
youbot@youbot-vm.(none)
26062b1184317dfd0c824bbe6be0f7ff7dac64c1
301247f53c2ae588ed5f0f44d1a9db4484934fd2
/TrackBall.h
b2b670872294b3fbe68ae288d4abb4335b17373c
[]
no_license
PauloDanielCarneiro/epMvga2017
fefa56eabe6ca756a9fd5e84166201a584256358
ea7b33abea4c441b6300862c8fc61a8d40ebfc64
refs/heads/master
2021-05-07T21:49:50.921256
2017-11-22T01:04:40
2017-11-22T01:04:40
109,066,179
0
0
null
null
null
null
UTF-8
C++
false
false
5,476
h
#ifndef _TRACKBALL #define _TRACKBALL #define TRACKBALLSIZE (0.78375f) // radius - constant value set after tests #include <cstdlib> #include <stdio.h> #include <iostream> //*********************************** TrackBall ***************************************************************** class TrackBall { p...
[ "pdc187@gmail.com" ]
pdc187@gmail.com
3155ccfe38575a312bc3fa9f7a864d75a76cd77f
1bb9725cc734d1bc728477b696e2615d46f510d3
/CurlTest/main.cpp
9802b31f4425c5eacbb3bcca4e2bd5342af2b4e1
[]
no_license
masaharu-kato-lab/WSLCMake
c09bcf6ad02e43e30ded11c49bf8e128dadcdfc5
920f173ae851b400cdc9cfe2276e7545e83fec37
refs/heads/master
2021-03-18T01:38:02.665095
2020-03-13T10:51:04
2020-03-13T10:51:04
247,035,874
0
0
null
null
null
null
UTF-8
C++
false
false
1,556
cpp
#include <iostream> #include <fstream> #include <vector> #include <curl/curl.h> size_t onReceive(char* ptr, size_t size, size_t nmemb, void* stream) { // streamはCURLOPT_WRITEDATAで指定したバッファへのポインタ std::vector<char>* recvBuffer = (std::vector<char>*)stream; const size_t sizes = size * nmemb; recvBuffer->i...
[ "saa01068@gmail.com" ]
saa01068@gmail.com
efc7e28953ef2c04ba089900d44e2cc94438adc2
297497957c531d81ba286bc91253fbbb78b4d8be
/third_party/libwebrtc/modules/desktop_capture/screen_capturer_win.cc
e2362e2d58642b52f7bbd74e1555cbe8d2fdd7f5
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
marco-c/gecko-dev-comments-removed
7a9dd34045b07e6b22f0c636c0a836b9e639f9d3
61942784fb157763e65608e5a29b3729b0aa66fa
refs/heads/master
2023-08-09T18:55:25.895853
2023-08-01T00:40:39
2023-08-01T00:40:39
211,297,481
0
0
NOASSERTION
2019-09-29T01:27:49
2019-09-27T10:44:24
C++
UTF-8
C++
false
false
1,649
cc
#include <memory> #include <utility> #include "modules/desktop_capture/blank_detector_desktop_capturer_wrapper.h" #include "modules/desktop_capture/desktop_capture_options.h" #include "modules/desktop_capture/desktop_capturer.h" #include "modules/desktop_capture/fallback_desktop_capturer_wrapper.h" #include ...
[ "mcastelluccio@mozilla.com" ]
mcastelluccio@mozilla.com
b9bee9b880a2e9d422f3d9bc358e970e5a42d975
e36d3d04ba12889785e45c1dfde962e1083c926f
/tools/packaging/common/debian/vcenter-plugin/controller/src/vnsw/agent/controller/controller_peer.cc
f98c65735be4bc1cadc5213922700d81d806eb3b
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
schitnis/windows
6266beeb0f61a82ff6bbb6cfcecf9f3e2987bcc6
b764b1d6c9f7654dd5015f838ea13a73e3441343
refs/heads/master
2021-12-25T23:30:00.352343
2018-01-02T06:41:17
2018-01-02T06:41:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
106,023
cc
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #include <base/util.h> #include <base/logging.h> #include <base/connection_info.h> #include <net/bgp_af.h> #include <sandesh/sandesh.h> #include <sandesh/sandesh_types.h> #include "cmn/agent_cmn.h" #include "controller/controller_peer.h" #include...
[ "sagarc@sagarc-T460.jnpr.net" ]
sagarc@sagarc-T460.jnpr.net
26855e1de47010ef22e0f3b7cc4ef7d3cea7c097
365bac64e7d5f70669d8dff3f5b2f2b7bd3f4fa7
/Step3/Aqualand\Aqualand\FishBeta.cpp
3ee53e4187abd06b666df41645fe075fc31ff198
[]
no_license
winnie1027/CSE-335-MSU
cce1b97d77906d6232481c2f75c15d58f19b480d
4a6d20bbffa452019fecbeaf7d6b267733033f4c
refs/heads/main
2023-04-21T21:32:27.590813
2021-05-05T04:51:39
2021-05-05T04:51:39
343,647,844
0
1
null
null
null
null
UTF-8
C++
false
false
962
cpp
/** * \file FishBeta.cpp * * \author Winnie Yang */ #include "pch.h" #include <string> #include "FishBeta.h" using namespace std; using namespace Gdiplus; /// Fish filename const wstring FishBetaImageName = L"images/beta.png"; /** Constructor * \param aquarium The aquarium this is a member ...
[ "71732749+winnie1027@users.noreply.github.com" ]
71732749+winnie1027@users.noreply.github.com
7a5bd47175b8a1645ca12aeff8d0b875bd1230ed
a8fa993f2d94f9009f00afb1210f2c1f105f45f6
/src/experimental/filesystems/src/FileSystemExt2.h
e6b8f4f623356c1abe6e9b0b7fc1977c0d25757c
[ "MIT" ]
permissive
iclemens/klos
2a24c3084a91713ded5e338a7cdc8068ed167199
6e061e3785e9c2e3e9557f4c879ef37880445c91
refs/heads/master
2021-01-10T18:33:13.899051
2015-06-30T10:34:03
2015-06-30T10:34:03
13,891,357
0
0
null
null
null
null
UTF-8
C++
false
false
1,437
h
#ifndef __FILESYSTEMEXT2_H__ #define __FILESYSTEMEXT2_H__ #include "BlockDevice.h" #include "FileSystem.h" #include "ext2.h" class Extended2File; class Extended2 :public Filesystem { private: BlockDevice *device; uint32_t block_size; superblock_t superblock; blockgroup_t *blockgroups; uint32_t n...
[ "post@ivarclemens.nl" ]
post@ivarclemens.nl
bfbf9b166033655f5dab03dceed2aa31391cc1af
6b409f00aed90b228ead0f79770bc7e4b1b48818
/Teris/src/TsUIFrame/TsWinFrame.cpp
ed1539838fa02c95a710acb95ba3e15149e7c975
[]
no_license
fengjixuchui/old-code
7ed6b797930020d242a38566d80b961944f1bc09
241ccb529fe2240bdd98661e8d93eb9c25830282
refs/heads/master
2020-05-25T09:51:13.007953
2018-01-02T12:44:55
2018-01-02T12:44:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,092
cpp
#include "TsWinFrame.h" #include "TsDrawBase.h" ////////////////// ITsWinFrame //////////////////////////// ITsWinFrame::ITsWinFrame(ITsWinFrame * pBaseFrame /* = NULL */) :m_rtFrame(0, 0, 0, 0) { m_pBaseFrame = pBaseFrame; } void ITsWinFrame::SetFrameRect(CRect& rtFrame) { m_rtFrame = rtFrame; if(m_pBaseFrame != ...
[ "55841310@qq.com" ]
55841310@qq.com
1848ba4d4b75e6f7db1b979164ef6fa40b64783d
585945e70b5d50672c05aadff92d242b669f27f6
/Laba 4 Tourist/Laba 4 predprinimatel/tourist.cpp
42071c3d3b8a53051cf864a03ddac1c77ea099d5
[]
no_license
Bulbash3r/Cpp-3sem-Labs
4e69ef170273e4136343987957e42d54c2793f92
a4d0247a2f0fc47e4b9e9ac4d331a8833e0c8222
refs/heads/master
2021-04-27T01:46:08.746746
2018-02-26T16:21:44
2018-02-26T16:21:44
122,681,623
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,967
cpp
#include "tourist.h" #include <iostream> #include <iomanip> using namespace std; cTourist::cTourist() : cHuman() { cout << "constr tourist "; NumberOfPassport = 0; } cTourist::cTourist(char *_fname, char *_lname, int _age, int _num, char* _country, char* _date) : cHuman(*_fname, *_lname, _age) { this->FirstName...
[ "yurevich-anton@mail.ru" ]
yurevich-anton@mail.ru
5ead74712dd139b914686d2cf32ebf8f445dde17
afbab8bc0eed20b32493878d50ddfa2d6b84b828
/src/net/utils.cpp
1a04be430dae1d276c6c7edf95ad0ef261aeaf5f
[ "BSD-3-Clause" ]
permissive
xairy/blowmorph
c6882233f17e7b6b129fafabceba8eeafc79ab25
d7c51aac36aa3b4dea37cad2fcdfcdcec5409be6
refs/heads/master
2022-12-22T12:56:20.064617
2022-12-12T00:25:10
2022-12-12T22:35:01
13,831,921
1
1
null
null
null
null
UTF-8
C++
false
false
702
cpp
// Copyright (c) 2015 Blowmorph Team #include "net/utils.h" #include <vector> #include "base/time.h" #include "net/enet.h" namespace bm { // Attempts to synchronously disconnect the peer. bool DisconnectPeer( Peer* peer, Event* event, ClientHost* host, uint32_t timeout ) { CHECK(peer != NULL); CHECK(e...
[ "adech.fo@gmail.com" ]
adech.fo@gmail.com
424fddd20af86a3e4b1203b9a06e38eca453b4ff
15a7d4090a78d6d0e8013fa7c19132d77fd3edf5
/mapToolTest/winAPI/winAPI/telepoter.h
241a481010041d8ece0ca91b6a308e0540c59cd3
[]
no_license
asy1256/GIT
1ca98b8fc511db0f641c396b18951a06c26d7ba6
3202eb283007e25465f110ae4ad3a129ab06a47a
refs/heads/master
2020-12-03T02:12:50.916215
2017-07-28T07:10:48
2017-07-28T07:10:48
95,916,205
0
0
null
2017-07-18T09:25:55
2017-06-30T19:02:57
C
UTF-8
C++
false
false
506
h
#pragma once #include "Object.h" class telepoter : public Object { private: struct tagTpData { bool action, turnon, activated; }; private: tagTpData _tp; public: virtual HRESULT init(float x, float y, OBJECT type, int roomnum); virtual void release(void); virtual void update(void); virtual void render(HDC h...
[ "asy1256@daum.net" ]
asy1256@daum.net
b84244fc49cad325de8bd267d58e2e9235260090
0675b1396466ca2e6d9c5a7204956481ff117173
/KeypadEx/KeypadEx.ino
b6ea2dea582cdefccbcf47c72c89fa255bdaf987
[]
no_license
suh1027/Arduino-Programming-Class
9f587633e9c8a146c25f3bdf8d180e01e9b15835
34f1e80b3a4cf96e6c3c523ff63b47837ee68c22
refs/heads/master
2020-04-09T06:26:56.682320
2019-01-11T08:42:27
2019-01-11T08:42:27
160,112,965
0
0
null
null
null
null
UTF-8
C++
false
false
4,894
ino
#include <Wire.h> #include <LiquidCrystal_I2C.h> #include <Key.h> #include <Keypad.h> #include <dht11.h> #include <doxygen.h> #include <ESP8266.h> #include <SoftwareSerial.h> //WIFI 통신 //멀티캠퍼스 WIFI 주소, 비밀번호 , TCP 서버의 주소, 통신포트 #define SSID "MULTI_GUEST" #define PASSWORD "guest1357" #define HOST_NAME "70.12....
[ "suh1027@naver.com" ]
suh1027@naver.com
69573a76c6cf4d5ac761780aa417eec1be11b96a
fafce52a38479e8391173f58d76896afcba07847
/uppdev/bigmailer/bigmailer.cpp
de6d24d9c67d3c66e53daa59694b37a2d203d46a
[]
no_license
Sly14/upp-mirror
253acac2ec86ad3a3f825679a871391810631e61
ed9bc6028a6eed422b7daa21139a5e7cbb5f1fb7
refs/heads/master
2020-05-17T08:25:56.142366
2015-08-24T18:08:09
2015-08-24T18:08:09
41,750,819
2
1
null
null
null
null
UTF-8
C++
false
false
6,789
cpp
#include <bigmailer/bigmailer.h> GUI_APP_MAIN { bigmailer mainWin ; mainWin.Run(); } bigmailer *bigmailer::mailer = NULL ; bigmailer::bigmailer() { mailer = this ; AddFrame(mainMenu) ; Add(tab.SizePos()) ; Sizeable().MaximizeBox() ; //CtrlLayout(*this ) ; CtrlLayout(dataPage) ; /...
[ "cxl@ntllib.org" ]
cxl@ntllib.org
f43701decc28a6881cd7b3892cd08c35ac763dc7
1482cd4ca87b24d7a28d8d195bc4bb3396b998d7
/Populating Next Right Pointers in Each Node.cpp
b005524cf9c34eb0d4761879f7d31a2366d0fe2d
[ "MIT" ]
permissive
Xe0n0/LeetCode
964f36c75576d48dfdceb5b36bbfc022a2ddc77b
a7a383d88d222edaadd52b317e848f06632a569a
refs/heads/master
2020-04-16T08:02:15.010990
2016-03-11T04:26:52
2016-03-11T04:26:52
12,356,023
1
0
null
null
null
null
UTF-8
C++
false
false
1,441
cpp
//we have recursive solution class Solution { public: void connect(TreeLinkNode *root) { // Start typing your C/C++ solution below // DO NOT write int main() function if (root == NULL) return; TreeLinkNode *node = root; while (node->left) { node-...
[ "thelongestmailaccounteverexist@gmail.com" ]
thelongestmailaccounteverexist@gmail.com
8b2c53d0b7fca046680a7fe847afd29578388713
08911cdf712375b0ede3e2e22683b1f20323d1ee
/tree_viewer/graphicsfile.h
0e7a1b93356fd81ad88f61d2e945e720f6b0f2d9
[]
no_license
MrSoir/Gosh_rev
291d27c244cee4c568ad6ea6309f597f44a49201
a77cca5a2a40032b76a098879a032f7717967771
refs/heads/master
2020-04-19T17:00:30.423715
2019-02-10T06:51:39
2019-02-10T06:51:39
168,321,725
0
0
null
null
null
null
UTF-8
C++
false
false
5,116
h
#ifndef GRAPHICSFILE_H #define GRAPHICSFILE_H #include <QGraphicsView> #include <QGraphicsScene> #include <QGraphicsSceneMouseEvent> #include <QGraphicsItem> #include <QGraphicsLineItem> #include <QGraphicsRectItem> #include <QGraphicsItemGroup> #include <QStyleOptionGraphicsItem> #include <QScrollBar> #include <QRect...
[ "support@mrsoir.com" ]
support@mrsoir.com
3c142d55439c6af8e2f2394f5aaf61d7cfc5ce65
1187ddfec6c09e1799d2557c1e0c69954c57b187
/B2/Cours/Unix/Dossier4/gereprocessus.h
76937da5094edad5dded3755411c8f771f0948a3
[]
no_license
PartageHEPL/Cours
c6714e2d81ba6bbaa70858bc16d4840de9511aaf
e4aeb746ca42bc390737f8e835999901d7d52524
refs/heads/master
2020-12-30T00:42:15.878339
2020-02-17T13:43:29
2020-02-17T13:43:29
238,799,892
0
0
null
null
null
null
UTF-8
C++
false
false
864
h
#ifndef GEREPROCESSUS_H #define GEREPROCESSUS_H #include <QMainWindow> namespace Ui { class GereProcessus; } class GereProcessus : public QMainWindow { Q_OBJECT public: explicit GereProcessus(QWidget *parent = 0); ~GereProcessus(); void setNomGroupe1(const char*); const char* getNomGroupe1() con...
[ "vincentgerard195@gmail.com" ]
vincentgerard195@gmail.com
0a518e2453f0a9a2e81042fc2ba6f7e3d863a1e4
d5c421141ec58f48d97e0b1dbe3b8b1d1898bb1b
/src/context.cc
b9ba27526cbd0755b1a7bdf4421777173d779098
[]
no_license
TnkPpj/nodejs_nogdb
3ad54ddebcf3acd54b631006fcffa48dcb8bb7df
bf5de3713c924dcd476dcc6362590e379692eb2e
refs/heads/master
2020-03-23T06:54:40.921002
2018-07-22T07:17:16
2018-07-22T07:17:16
141,236,654
0
0
null
null
null
null
UTF-8
C++
false
false
2,260
cc
#include <nan.h> #include <nogdb/nogdb.h> #include "context.hpp" Nan::Persistent<v8::FunctionTemplate> Context::constructor; NAN_MODULE_INIT(Context::Init) { v8::Local<v8::FunctionTemplate> constructTemplate = Nan::New<v8::FunctionTemplate>(Context::New); constructor.Reset(constructTemplate); co...
[ "tnk.ppj6@gmail.com" ]
tnk.ppj6@gmail.com
caa405985825c30abccc0f088b30c194ad3fcd20
69d6ac701d1eefeb84e69d6e908cb411a8744303
/Source/Graphics/RenderState.cpp
2034e20d8b1cee72b1278a0337dd266d3f8e9abf
[]
no_license
HannoCombrinck/GLApp
671bff077dedefe4d75a0cec56bab83163f2518c
5d6e702a261c95f18ba12ca9ad6d0c4bc581a69c
refs/heads/master
2020-12-02T19:27:11.367076
2019-10-15T09:07:49
2019-10-15T09:07:49
19,955,541
0
0
null
2014-08-29T12:08:02
2014-05-19T19:54:29
C
UTF-8
C++
false
false
255
cpp
#include "RenderState.h" #include <Logging/Log.h> namespace baselib { namespace graphics { RenderState::RenderState() { LOG_VERBOSE << "RenderState constructor"; } RenderState::~RenderState() { LOG_VERBOSE << "RenderState destructor"; } } }
[ "hcombrinck@gmail.com" ]
hcombrinck@gmail.com
71c5cdea5bac159a8092b2d9cb7d12f30ae63ea9
2a76efae74308f338e45b449002332a0cd8c16d7
/Coin3D/include/Inventor/elements/SoMultiTextureMatrixElement.h
b3776527c56989b1da0b8f44b95c4f5122d565e4
[]
no_license
misrayazgan/Digital-Geometry-Processing
5e687646aa08c95856fef06d5fd2f13bd5f6f934
9237f84ec783a1cdfdbadea7b55f4cfe99e32996
refs/heads/master
2022-11-20T04:04:54.070115
2020-07-19T16:41:44
2020-07-19T16:41:44
280,908,013
0
0
null
null
null
null
UTF-8
C++
false
false
2,210
h
#ifndef COIN_SOMULTITEXTUREMATRIXELEMENT_H #define COIN_SOMULTITEXTUREMATRIXELEMENT_H /**************************************************************************\ * * This file is part of the Coin 3D visualization library. * Copyright (C) 1998-2005 by Systems in Motion. All rights reserved. * * This library i...
[ "e2099489@ceng.metu.edu.tr" ]
e2099489@ceng.metu.edu.tr
d8a59e15aa21406dd2ee95a4cbab3142d199ff67
6cd5dd39f0624ea5ec11397ca22d1285bcef6fac
/sem 6/Data_compression_Data_retrival/frequency_count.CPP
826b181424aa1caf75e0996634ec2fd47a598bae
[]
no_license
bhargavpatel431997/Techincal-Subject-LABS-PROJECTS-OEP
aa40667c01e2eb8b1d469c814dc117f977bd7df5
6b7d5986f7ffb15ae7841664dcb9ed6656e6fd28
refs/heads/master
2021-06-30T05:02:13.435545
2017-09-13T10:57:32
2017-09-13T10:57:32
66,575,450
0
0
null
null
null
null
UTF-8
C++
false
false
1,296
cpp
#include<iostream.h> #include<string.h> #include<conio.h> #include<stdio.h> #include<ctype.h> #include<math.h> int main() { FILE *fp; int word_count[26],total_count=0,j; double prob[26],entropy=0.0; clrscr(); for(int i=0;i<26;i++) word_count[i]=0; char c; fp = fopen("data.txt","r"); while((c = getc(fp)) != EO...
[ "bhargavpatel431997@gmail.com" ]
bhargavpatel431997@gmail.com
44018ce55887cac7c85f71e1a24bcb64342f4eed
3d3fc6704b61e9ae0a738b51d756eb4a17dbaebf
/include/tracer.h
2c68800c8d93ad36b951e5186fcf9480e6d84be6
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
JackWolfard/cash
6704715a4bea3308dc8a4b891929b9c8fd9b7bb6
a646c0b94d075fa424a93904b7499a0dee90ac89
refs/heads/master
2022-04-24T14:13:42.956529
2020-04-30T01:44:52
2020-04-30T01:44:52
257,402,286
0
0
NOASSERTION
2020-04-20T20:58:34
2020-04-20T20:58:33
null
UTF-8
C++
false
false
1,848
h
#pragma once #include "simulator.h" namespace ch { namespace internal { class ch_tracer : public ch_simulator { public: ch_tracer() {} ch_tracer(const std::vector<device_base>& devices); template <typename... Devices> ch_tracer(const device_base& first, const Devices&... more) : ch_tracer(std::vector<...
[ "tinebp@yahoo.com" ]
tinebp@yahoo.com
cfdc4d468896d8a76bf20c2146056a216ba850f1
1a44b9273c3272a2c8eeb5ed193a4baaa5e8fccb
/hw1-starterCode/hw1.cpp
34adba3d7c0be15e6d77a0d39faff0efa561a3d5
[ "MIT" ]
permissive
CMCammarano/CSCI-420-Heightmap
a42792815d1305aa41d94f19ded2cbbd4e5ac0cf
7fcbc2bc5a5bba53a79c9d1aa012c17540a001fb
refs/heads/master
2020-12-24T18:13:22.506886
2016-05-25T23:48:15
2016-05-25T23:48:15
59,704,703
0
4
null
null
null
null
UTF-8
C++
false
false
22,126
cpp
/* CSCI 420 Computer Graphics, USC Assignment 1: Height Fields C++ starter code Student username: cammaran */ #include <iostream> #include <cstring> #include <string> #include <sstream> #include <vector> #include "openGLHeader.h" #include "glutHeader.h" #include "imageIO.h" #include "openGLMatrix.h" #include "ba...
[ "colincammarano@outlook.com" ]
colincammarano@outlook.com
8206a418044f23d1d096fb227beb1ec7674239f8
eda5b9f34799709db8fd81252c80d3a37bc0b3ca
/SeqToParallelHPC/Solutions/Parallel/ParMandelbrot/ParMandelbrot/Mandelbrot.h
91a7a6bf08684a951a83bfdefb3d385eca7256ca
[]
no_license
esaliya/DSCToolsOld
9a3f6d643880f29f69862b90c14fe50838c077d5
98bb10f313d9b855d32a7709e572622e825a3217
refs/heads/master
2020-06-02T02:34:53.918710
2018-07-12T20:57:23
2018-07-12T20:57:23
28,020,039
0
1
null
null
null
null
UTF-8
C++
false
false
915
h
/* Mandelbrot.h */ // // Mandelbrot generation with managed Visual C++ // Joe Hummel, Fritz Onion and Mike Woodring // Pluralsight LLC // // Based on original WinForms C# application developed by Ian Griffiths // #pragma once namespace ParMandelbrot { using namespace System; using namespace System::ComponentModel; ...
[ "esaliya@gmail.com" ]
esaliya@gmail.com
030d8365f78b8485a300fecea3535c4bcf259615
5875482bd09ed8c62815124e0ee67518557f49ed
/source/agent/plugins/samples/face_recognition_plugin/src/face_detection.cpp
af3ec73a4769d9897197d18462b9e28872dbcb64
[ "Apache-2.0" ]
permissive
swingcool/owt-server
ca19f0be572e2ff6f31975876a4c8fdbb5344b98
e2fd70139aac21ff3f1ff6907c7cd56a3af1af61
refs/heads/master
2020-05-02T10:35:29.900546
2019-03-26T23:26:41
2019-03-26T23:26:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,025
cpp
// Copyright (C) <2019> Intel Corporation // // SPDX-License-Identifier: Apache-2.0 #include <iostream> #include <fstream> #include <memory> #include <vector> #include <iterator> #include <map> #include <thread> #include <inference_engine.hpp> #include <opencv2/opencv.hpp> #include "opencv2/imgproc/imgproc.hpp" #incl...
[ "xiande.duan@intel.com" ]
xiande.duan@intel.com
dd391144d93e14444a9e95a4d36a3e55fa45bd93
b55096e93d865a4eefe476baa1cb9726706b5df5
/src/UiArea/BrushGradientStop.cc
f5513f84947ace02b640b929ee1905e8ab40074f
[ "MIT" ]
permissive
kusti8/libui-node
ac2eb0659fb5cbfefc8da34d296d38bb3aa70bab
52e0ac6dcd7556d5e9b2cac7bda5b0c6ae7bf827
refs/heads/master
2021-05-04T15:18:26.960094
2018-04-01T12:50:01
2018-04-01T12:50:01
120,224,597
6
0
null
2018-03-04T14:16:16
2018-02-04T21:25:24
C++
UTF-8
C++
false
false
675
cc
#include "../../ui.h" #include "../ui-node.h" #include "nbind/nbind.h" BrushGradientStop::BrushGradientStop(double pos, Color color) : c(color) { p = pos; } Color BrushGradientStop::getColor() { return c; } void BrushGradientStop::setColor(Color value) { c = value; } double BrushGradientStop::getPos() { return ...
[ "andrea@parro.it" ]
andrea@parro.it
4ab285bfed7ecae0d2c0fe8b3ec6f7b942180961
9b86bf97a610eba3a30825139a4bd999c5c018de
/agent/yagent/CProcessCallback.h
db592a1de1257c8ca09ecec2f977f9919b111c36
[]
no_license
wumn290/orange
5db8f90688ebbb6dd9d203b20e158cf652646ddb
a3d03f82e566470db86a51f8119fecdd5d66634c
refs/heads/master
2023-08-30T18:05:48.280238
2021-11-13T07:52:36
2021-11-13T07:52:36
null
0
0
null
null
null
null
UHC
C++
false
false
28,285
h
#pragma once #pragma comment(lib, "Rpcrt4.lib") #include "CUpdate.h" #define DEBUG_PROCESS_LOG 0 #define GUID_STRLEN 37 #define USE_PROCESS_LOG 1 class CProcess : public Y_PROCESS_DATA { public: CProcess(PY_PROCESS_DATA _p) : dwLastTick(GetTickCount64()), bUpdate(true), ProcPathUID(0), ProcNameUID(0), ...
[ "kim.tigerj@gmail.com" ]
kim.tigerj@gmail.com
91a37cea86c2dfc753bdfb6422eea163117ae877
a53392ed71d0f50c0b1ead8afe1ee9b34fd4fd1b
/install/include/neo_msgs/MoveLRequest.h
cb891badd80fe33056eced0ce6db7aeb09403edc
[]
no_license
Hongbinbin/dashgo
1ae5aa857a803c8f1d299277ac6a5627c6cbecd9
ed2b9b559d356868e6fb99bfec47543b2d9fd482
refs/heads/main
2022-12-25T18:41:03.925227
2020-10-05T11:02:43
2020-10-05T11:02:43
301,355,880
0
0
null
null
null
null
UTF-8
C++
false
false
6,802
h
// Generated by gencpp from file neo_msgs/MoveLRequest.msg // DO NOT EDIT! #ifndef NEO_MSGS_MESSAGE_MOVELREQUEST_H #define NEO_MSGS_MESSAGE_MOVELREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/m...
[ "hobinisagay28@gmail.com" ]
hobinisagay28@gmail.com
5be078861443c4699071e5ad55b1324c5be0532e
8b3f4b4f24b6207322d2cdc8be37e3060c33a58d
/src/Cleanable.cpp
2b668af2a831c7f5d7669bccd15b4ebd291070be
[]
no_license
JerryYangSH/FileKVStore
58bea6867b655be15f92414a799ea7e9d2d38726
6244bcf85b2e8ec2e54ac750efb728bc92f3ecc9
refs/heads/master
2020-04-09T04:29:52.576402
2018-12-05T07:17:00
2018-12-05T07:17:00
160,025,418
0
0
null
null
null
null
UTF-8
C++
false
false
1,493
cpp
#include <assert.h> #include <utility> #include "Cleanable.h" Cleanable::Cleanable() { cleanup_.function = nullptr; cleanup_.next = nullptr; } Cleanable::~Cleanable() { DoCleanup(); } Cleanable::Cleanable(Cleanable&& other) { *this = std::move(other); } Cleanable& Cleanable::operator=(Cleanable&& other) { i...
[ "jerry.yang@emc.com" ]
jerry.yang@emc.com
f72d71d972f03688e9a41d46d91f13e6c31ce4cf
efb002d9ee15e750e4530f1debb01d557114c190
/LList.h
9b1e57ac055e5dd47c4ac6ea0c248b119495f6e6
[]
no_license
culiu/IEX
d242a73d37f09756cd81dce48f8f629f5ba015f1
21d409d135a9edfbb7e1355cbe3602f198cb10f9
refs/heads/master
2020-04-22T00:12:19.487787
2019-02-13T08:22:23
2019-02-13T08:22:23
169,971,096
0
0
null
null
null
null
GB18030
C++
false
false
4,270
h
// This is the file to include in your code if you want access to the // complete LList template class // First, get the declaration for the base list class //#include "list.h" #ifndef _LLIST_ #define _LLIST_ #include "Link.h" #include <iostream> using namespace std; // Linked list implementation template...
[ "culiuliu@gmail.com" ]
culiuliu@gmail.com
9b96343cd5facd7757926f4f3f2ce6815a459f43
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2692487_0/C++/khairy/GCJ13-A.cpp
36ea7d9265046987224b4a2b77ec3917b4ad425e
[]
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,833
cpp
#include <iostream> #include <vector> #include <algorithm> #include <cstring> #include <fstream> #include <list> #include <set> #include <climits> #include <map> #include <stack> #include <queue> #include <complex> #include <cmath> #include <sstream> #include <deque> #include <utility> #include <bitset>...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
43f3bd7d04b7edc8dc672a65b7f01d794d3c951d
da24fc10066b47c64be16c70a5668bd034482b9e
/src/framework/age_utility.cpp
57f5d4c5532d8e2923faff2e3262916cf568f021
[]
no_license
Anehta/AGE-lua
91ab69fc0d9e1ea7f8fccae90015acb61ebcfe23
b6dc0ddeeb7952e9d440d7ed490834b3b90adb31
refs/heads/master
2021-01-20T07:15:22.250234
2017-10-23T10:22:36
2017-10-23T10:22:36
16,918,414
7
2
null
null
null
null
UTF-8
C++
false
false
83
cpp
#include <../include/age_utility.h> namespace AGE2D { AUtility::AUtility() { } }
[ "athena@mengcode.com" ]
athena@mengcode.com
7cec8f0f05a0daf4a9e3733797b212b1f2913893
9eb51eafdb15d94269b7e3af2f78f8ca3d74cc85
/tp2-files-original/work/src/copro1_adapt_slave.h
c0e677212f9c9e376b9abd8b668b752135e5bba6
[]
no_license
adentinger/Inf8500Tp2Container
9d8880814b8dcdbfa85a2174b10b52b15d835aa5
d2ccfdb79806b03c6e6772130e226a79cb53476c
refs/heads/master
2023-04-09T14:24:10.902875
2019-11-04T05:58:25
2019-11-04T05:58:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,047
h
#ifndef COPRO1_ADAPT_SLAVE_H #define COPRO1_ADAPT_SLAVE_H #include <systemc.h> #include "simple_bus_types.h" #include "simple_bus_slave_if.h" #include "packet.h" class copro1_adapt_slave : public simple_bus_slave_if, public sc_module { public: SC_HAS_PROCESS(copro1_adapt_slave); /* ***************************...
[ "anthony.dentinger@polymtl.ca" ]
anthony.dentinger@polymtl.ca
d2151bb2582e1ef21c49df3130bceb1d7347c712
4e12baddb5a5ce643c330275b039f651b187815b
/cpp/abc144_a/main.cpp
937fe105684cb9ce0b18e3e92f465c00f4f27e4c
[ "Apache-2.0" ]
permissive
kokosabu/atcoder
7cb5a54c00fc5280e0a40bddc725dbe19249a4e9
d61294200051ec05d99eb6b9a278eb4332e5f215
refs/heads/master
2022-02-09T01:04:55.726492
2022-01-17T13:00:30
2022-01-17T13:00:30
127,503,237
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
#include <iostream> using namespace std; int main() { int A, B; cin >> A >> B; if(A < 10 && B < 10) { cout << A*B << endl; } else { cout << -1 << endl; } return 0; }
[ "kokosabu@gmail.com" ]
kokosabu@gmail.com
1feeba84722a6b86d63e54d69dbb6e4c52a2c263
bb1bdba9ad62da50ff5f56f44bffc2a394c95b9f
/src/0026-Remove-Duplicates-from-Sorted-Array.cpp
a992c88da921f7bb29be8996facc9fda1c2d2e8f
[]
no_license
anonymouss/my-leetcode-cpp
e720f7e53bc6f1832f2437623d9a893ccb3fff4c
32e580caff69f30281d434876075f263ba46f84c
refs/heads/master
2021-06-01T11:49:56.311132
2021-04-22T06:03:53
2021-04-22T06:03:53
153,498,395
17
7
null
2019-11-15T03:45:08
2018-10-17T17:39:26
C++
UTF-8
C++
false
false
2,227
cpp
/** * Given a sorted array `nums`, remove the duplicates in-place such that each * element appear only once and return the new length. * Do not allocate extra space for another array, you must do this by modifying * the input array in-place with `O(1)` extra memory. * * Example 1: * Given nums = [1,1,2], * Your...
[ "jjcong@outlook.com" ]
jjcong@outlook.com
392fd654aa8ff14df6efbfd4e333a58d4e1f53e5
b59cceebacb423b54f38775bd88a99f5a15d013b
/atcoder/abc/abc051/a.cpp
f115663f3dff56e6f089d03b936504c99bb2d220
[ "MIT" ]
permissive
yu3mars/proconVSCodeGcc
5e434133d4e9edf80d02a8ca4b95ee77833fbee7
fcf36165bb14fb6f555664355e05dd08d12e426b
refs/heads/master
2021-06-06T08:32:06.122671
2020-09-13T05:49:32
2020-09-13T05:49:32
151,394,627
0
0
null
null
null
null
UTF-8
C++
false
false
407
cpp
#include <bits/stdc++.h> using namespace std; using ll = long long; using ld = long double; using pii = pair<int, int>; #define REP(i,n) for(int i=0, i##_len=(n); i<i##_len; ++i) #define all(x) (x).begin(),(x).end() #define m0(x) memset(x,0,sizeof(x)) int dx4[4] = {1,0,-1,0}, dy4[4] = {0,1,0,-1}; int main() { ...
[ "yu3mars@users.noreply.github.com" ]
yu3mars@users.noreply.github.com
1eebe56c1b1dc75988567f85f00e4cae09c619f0
f2f62ad8afbe04741805e0c8b983303004c3fc95
/authorsgraph.cpp
dca9b49bb1ab9a1f1cd00957d863a4f85761f49c
[]
no_license
MJKaminski/Liczby_Erdosa
3533283136bd5e12de721ef7f85134ad8c1e7a8d
989acd7f191527d3d5226eccb18c4e4ca102b1ab
refs/heads/master
2021-01-10T17:00:35.947793
2016-02-25T23:15:35
2016-02-25T23:15:35
52,398,965
0
0
null
null
null
null
UTF-8
C++
false
false
5,446
cpp
/** * \file authorsgraph.cpp * \author Michał Kamiński * \date 20-01-2015 * \brief Klasa modelowa programu. Zeprezentuje problem jako graf, w ktorym wezlami sa autorzy, a krawedz swiadczy * o napisaniu razem artykulu przez dana pare naukowcow */ #include "authorsgraph.h" #include <queue> #include <limits> ...
[ "M.J.Kaminski@stud.elka.pw.edu.pl" ]
M.J.Kaminski@stud.elka.pw.edu.pl
34610c770cdf0e9e702eca3cdb2031e876d693b0
e2a7a60e13303bde79e926d45fb75aa430c3a596
/340.cpp
b379f6ade228c55f2a7b36c56c7169821c7dd415
[]
no_license
jonathandarryl/UVa-Code
9ab900ee87e67469ffaa753ae57e070ed60d0b8c
0cbe8b6e091fc699abba25cbd72ebf1aa9e1709d
refs/heads/master
2016-09-05T15:45:46.105512
2015-01-08T05:16:31
2015-01-08T05:16:31
27,748,480
0
0
null
null
null
null
UTF-8
C++
false
false
1,982
cpp
#include <iostream> using namespace std; int computeSinks(int [],int [], int); int computeHit(int [], int [], int); int main(void) { int counter, peg[1000],guess[1000]; int test, sink, hit; bool playing; counter = 1; while(true){ cin>>test; if(test == 0) return 0; ...
[ "jonathandarrylw@gmail.com" ]
jonathandarrylw@gmail.com
97ce3ccf7bc4c9e0a235b5e8e384ad7e68179e4a
f8961e22f60a04f79443c18fc69c09e42897380e
/src/Core/Stuff/Tag.hpp
2325d04faa059c23236508c31b7ffe599f8c8a64
[ "Apache-2.0" ]
permissive
Rexagon/2drift
f96a18b1ffb64eaca08b24d2e2a481a0f91841df
31d687c9b4a289ca2c62757cba7b4f6e3c0b5d14
refs/heads/master
2020-06-23T17:40:58.502931
2019-09-01T08:38:58
2019-09-01T08:38:58
198,702,002
0
0
null
null
null
null
UTF-8
C++
false
false
135
hpp
#pragma once namespace core { template <typename T> struct Tag { }; template <typename... T> struct Tags { }; } // namespace core
[ "reide740@gmail.com" ]
reide740@gmail.com
7cf120c6f15d2c837a0d6919c100f449db76ec6a
12154201c2c4dc8968b690fa8237ebfe1932f60a
/BOJ/2997.cpp
7737444b0781dbd081a15b2affc53e95634a8e3c
[]
no_license
heon24500/PS
9cc028de3d9b1a26543b5bd498cfd5134d3d6de4
df901f6fc71f8c9d659b4c5397d44de9a2031a9d
refs/heads/master
2023-02-20T17:06:30.065944
2021-01-25T12:43:48
2021-01-25T12:43:48
268,433,390
2
0
null
null
null
null
UTF-8
C++
false
false
528
cpp
#include <iostream> #include <algorithm> using namespace std; int main() { ios::sync_with_stdio(0); cin.tie(0); int nums[3]; for (int i = 0; i < 3; i++) { cin >> nums[i]; } sort(nums, nums + 3); int diff1 = nums[1] - nums[0]; int diff2 = nums[2] - nums[1]; int diff3 = nums[2] - nums[0]; if (diff1 == dif...
[ "heon24500@naver.com" ]
heon24500@naver.com