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
37dd17a8d24fc40b34f11dd0cc55dec9d7701966
dc933e6c4af6db8e5938612935bb51ead04da9b3
/android-x86/external/opencore/oscl/oscl/osclproc/src/oscl_thread.h
2b173c493650abb2de89d50adfd4beb350f66e3f
[]
no_license
leotfrancisco/patch-hosting-for-android-x86-support
213f0b28a7171570a77a3cec48a747087f700928
e932645af3ff9515bd152b124bb55479758c2344
refs/heads/master
2021-01-10T08:40:36.731838
2009-05-28T04:29:43
2009-05-28T04:29:43
51,474,005
1
0
null
null
null
null
UTF-8
C++
false
false
7,904
h
/* ------------------------------------------------------------------ * Copyright (C) 2008 PacketVideo * * 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/li...
[ "beyounn@8848914e-2522-11de-9896-099eabac0e35" ]
beyounn@8848914e-2522-11de-9896-099eabac0e35
9ca003d9e7d4568fb8fd4bc8897a5682aff96ab1
0a06806d5880c05cce436ba765302b72f179d342
/C_C++/Tree00 Code/CNode.cpp
2d98a7a3d2feb6ef4743e96704ef0599785f4831
[]
no_license
nanarochi/My-Structure-Algorithm-Project-1
9f160330c281f5c8c46c3cf94192eaa8c688d910
a320ff9fc82660446c43f48bf6b77485a3960ee3
refs/heads/master
2020-07-28T22:03:24.144163
2019-09-19T13:26:01
2019-09-19T13:26:01
209,553,872
0
0
null
null
null
null
UTF-8
C++
false
false
566
cpp
#include "stdafx.h" C_NODE::C_NODE() : m_nData(0), m_pLeft(nullptr), m_pRight(nullptr) { } int C_NODE::I_getData() { return m_nData; } void C_NODE::I_setData(const int nData) { m_nData = nData; } C_NODE * C_NODE::I_getLeftChild() { return m_pLeft; } void C_NODE::I_setLeftChild(C_NODE * pNode) { m_pLeft = p...
[ "nanarochi4457@gmail.com" ]
nanarochi4457@gmail.com
034c0c1032ab379adba57f9784adc81d3c9ece15
6440c8be44307ee74da76c2454d774f6ef81b37d
/src/Callback.hpp
5242edbd873bfd7ec6c8babd4832fe3c06d3eea5
[]
no_license
nmanjofo/DualGPU
d3733d602df670309f3ea375ccb5fb7e9ee50ab9
47b9b53023968d24c0c8012c02ebd12508d626b8
refs/heads/master
2020-05-31T11:22:36.846680
2015-02-19T15:27:53
2015-02-19T15:27:53
27,722,996
0
0
null
null
null
null
UTF-8
C++
false
false
645
hpp
#pragma once #include <functional> class Callback { public: virtual void call(void* arg) = 0; }; template <class T> class CallbackFromInstance : public Callback { public: void bind(void(T::*function)(void*), T* instance) { func = std::bind(function, instance, std::placeholders::_1); } void call(void* arg) ov...
[ "nmanjofo@pretaktovanie.sk" ]
nmanjofo@pretaktovanie.sk
4c28fa8bb71b7284f5cae47d9a32a34d900a6193
5d72a0b367d11c8dc4f8d9c5118e3be09bd48b83
/HeaderStone_Deck_Maker/ChartViewer.h
7b9cc5404d6e3084bf3d45d8ab9e1fb56f42762e
[]
no_license
Yeoto/Hearthstone_Deck_Maker
8835154681bf34d901cee0216db07650dc04b3ca
5e69bc787ee5481b92b1dd1a18d00f05a2bb109f
refs/heads/master
2020-05-18T01:20:00.155101
2019-05-30T14:42:02
2019-05-30T14:42:02
184,087,503
4
0
null
null
null
null
UTF-8
C++
false
false
14,157
h
/////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright 2016 Advanced Software Engineering Limited // // You may use and modify the code in this file in your application, provided the code and // its modifications are used only in conjunction with ChartDirector. ...
[ "yeoto867@naver.com" ]
yeoto867@naver.com
7db359d067b30c286cbc1aa6096025abc493b74c
71a08e13da1980d28f8328456d7ab210e76d67fc
/thirdparty/z3/src/api/api_parsers.cpp
b3252281b28d791090a92bccf9f6e14ec2c0f6a9
[ "BSD-2-Clause", "MIT" ]
permissive
wslee/euphony
ef4cffd52fb1bacbe33ea8127a4f66ab843934ec
0b9a62a294897b707c86ba3c0f63561ff503cb3b
refs/heads/master
2022-12-01T15:19:13.720166
2022-11-21T05:57:09
2022-11-21T05:57:09
122,758,209
26
12
NOASSERTION
2022-03-18T17:15:27
2018-02-24T16:34:54
Slash
UTF-8
C++
false
false
11,532
cpp
/*++ Copyright (c) 2012 Microsoft Corporation Module Name: api_parsers.cpp Abstract: API for parsing different formats Author: Leonardo de Moura (leonardo) 2012-02-29. Revision History: --*/ #include<iostream> #include "api/z3.h" #include "api/api_log_macros.h" #include "api/api_context.h" #include "...
[ "wslee@ropas.snu.ac.kr" ]
wslee@ropas.snu.ac.kr
ddd8961a55036f25d66655cbd47213ec447b7e11
bbfc7ed9d8e68c82d9c5b4be0ef55372f7d2afbf
/src/Image/Temp.cpp
ea17132bc0662b30c51e34738d964eb877bf85fa
[ "MIT" ]
permissive
blockspacer/NGServer
c0c808c688eedf239759dba0f56e7973f2b288c4
fe10ec1092cf1f14a5f04268cffa19ea170f677a
refs/heads/master
2021-03-17T13:54:40.458141
2018-03-18T16:54:09
2018-03-18T16:54:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,357
cpp
//#include <iostream> // //#include <GLFW/glfw3.h> //#include <GLFW/glfw3.h> // //using namespace std; // //void key_callback(GLFWwindow* window, int key, int scancode, int action, int mode); // //const GLuint WIDTH = 800, HEIGHT = 600; // //int main() //{ // cout << "Starting GLFW context, OpenGL3.3" << endl; // ...
[ "cwj5012@gmail.com" ]
cwj5012@gmail.com
baf43b342cb66702dda805c56266db7313512cad
289b0ae4e33e7bbd3729879bd6340c0bf308d930
/src/parsing.h
82ebcde3480e945687bf545846a1dc40ec164da4
[ "Apache-2.0" ]
permissive
i04n/openrtbpp
b092faf591c386ef5de6af6ce5643e63aee700a7
262d3b72cfed4a4dcaf1b37f6d45dc32f3169a6f
refs/heads/master
2021-01-01T20:36:35.663332
2015-08-02T01:24:30
2015-08-02T01:24:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
262
h
/* parsing.h Mathieu Stefani, 01 August 2015 JSON Parser for OpenRTB */ #include <rapidjson/rapidjson.h> #pragma once #include <memory> #include "openrtb.h" std::unique_ptr<OpenRTB::BidRequest> parseBidRequest(const rapidjson::Document& document);
[ "mathieu.stefani@supinfo.com" ]
mathieu.stefani@supinfo.com
13b71fa92f57ee40d978b7a8d2238a8d04f02ef2
51d90e35cb0dbb988cbcdb58ad410333c9c26ba6
/WordJumble/main.cpp
e7de69ea336de1043e75a20febb14e633a84f01b
[]
no_license
walsh707/C-PlusPlus
f4b437a85a13acea7a25c760e470256fd2e26ebb
5f6697aa782258fc51f2857fb1b356c3317aafc5
refs/heads/master
2021-01-01T03:38:54.030120
2016-05-18T15:42:24
2016-05-18T15:42:24
59,127,528
0
0
null
null
null
null
UTF-8
C++
false
false
3,151
cpp
// Word Jumble #include <iostream> #include <string> #include <cstdlib> #include <ctime> using namespace std; int main() { string guess; int wordpoints; char another; enum fields {WORD, HINT, NUM_FIELDS}; const int NUM_WORDS = 5; const int MAX_GUESSES = 5; const string WORDS[NUM_WORDS][NUM...
[ "jason.walsh@live.com" ]
jason.walsh@live.com
846d0d35f859ab6995f9020a0a237cc8ed413eaa
ce4a3f0f6fad075b6bd2fe7d84fd9b76b9622394
/CLMTSMeshFileLoader.h
77463db7ca62f4c4fb43d7eb60507eb4595e8153
[]
no_license
codetiger/IrrNacl
c630187dfca857c15ebfa3b73fd271ef6bad310f
dd0bda2fb1c2ff46813fac5e11190dc87f83add7
refs/heads/master
2021-01-13T02:10:24.919588
2012-07-22T06:27:29
2012-07-22T06:27:29
4,461,459
5
2
null
null
null
null
UTF-8
C++
false
false
2,561
h
// Copyright (C) 2002-2011 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h // // I (Nikolaus Gebhardt) did some few changes to Jonas Petersen's original loader: // - removed setTexturePath() and replaced with the ISceneManage...
[ "smackallgames@smackall-2bbd93.(none)" ]
smackallgames@smackall-2bbd93.(none)
1c0aa0e3942221b02ec1205ca062f45e04eea2a7
3e1e10fc80793bdedcda0d41c0d347ca2c9db595
/Volume02/0227/c++.cpp
1efa364862357cb8dc64de11a83b93c510bb6d81
[]
no_license
mkut/aoj
9a11999c113bc9fda6157ca174ebfb14e3af14ce
1a088f15621c72c9f9d0c9ad0030cb8547b3e66e
refs/heads/master
2016-09-05T11:17:48.734650
2013-07-13T13:18:06
2013-07-13T13:18:06
2,236,868
0
0
null
null
null
null
UTF-8
C++
false
false
388
cpp
#include <iostream> #include <cstdio> #include <algorithm> #include <vector> using namespace std; int main() { int n, m; while(cin >> n >> m, n) { vector<int> price(n); for(int i = 0; i < n; i++) cin >> price[i]; sort(price.begin(), price.end()); int ans = 0; for(int i = 0; i < n; i++) if(i % m != m...
[ "mkut@mkut-pc.(none)" ]
mkut@mkut-pc.(none)
32a4d1c086b5d811bbed1f7b3f13bb34cec25ad8
149baeb6eaaad68efd03fd323f273de4d7911bff
/dd_v1/include/utilcxx/task.h
6ff417f6243b7c6e865aad2351ef8c6feba24b1a
[]
no_license
lxgithub24/cppProjects
33e04275395c5f07adb4fbcbfbbc3be80117fda3
4a6492e49dc50816651cc5e09570861966bab28b
refs/heads/master
2020-07-09T08:04:35.803972
2019-08-23T04:03:42
2019-08-23T04:03:42
203,921,478
0
0
null
null
null
null
UTF-8
C++
false
false
654
h
/** * @file task.h * @author lishilong(com@baidu.com) * @date 2013/08/07 09:58:07 * @brief * **/ #ifndef __SPEECH_UTIL_TASK_H_ #define __SPEECH_UTIL_TASK_H_ #include<pthread.h> namespace speech { namespace util { class Task { public: explicit Task(int channel):channel_(channel){ } virt...
[ "xiang.liu@ymm56.com" ]
xiang.liu@ymm56.com
fc3c81ea513fdc6bc5c2c6086a0c2e0ff165aa50
30d50e10785d42fc93f51d3cfa60b45190aa338b
/greeter_async_server.cc
ceaaba9834d269ea728a4334eeff98d705afb355
[]
no_license
etrirepo/grpcclient
581c6ce3848f1ae0299cc4846f694e3abe4ceb0b
443e3b31f9f513ede8941acfd22b0f1aecb4d15f
refs/heads/master
2023-05-29T10:49:42.898096
2021-06-17T02:00:52
2021-06-17T02:00:52
377,673,890
0
0
null
null
null
null
UTF-8
C++
false
false
5,885
cc
/* * * Copyright 2015 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
[ "yun.dh@deltaindex.kr" ]
yun.dh@deltaindex.kr
1dede56c25cb2f5f2874643c97890dee5eaaf20e
fdb673fad1d80b394bdd2bcc9ee7bd35c850cf9d
/scripts/ppi-benchmark/Parsing/Charniak-Lease-2006Aug-reranking-parser/reranking-parser/first-stage/TRAIN/FeatIter.h
89c1ca5815342d1121cb60257d46a6ce47db729e
[ "LicenseRef-scancode-warranty-disclaimer", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
KerstenDoering/CPI-Pipeline
1f12c6c2502805f6f0dfbabd7ba9699e3e6faeec
18f0b3473defac31f16d25cf03fc8888ea71e769
refs/heads/master
2023-03-02T20:52:44.589714
2021-11-10T12:35:02
2021-11-10T12:35:02
51,505,375
5
4
NOASSERTION
2019-05-24T15:16:32
2016-02-11T09:36:34
GAP
UTF-8
C++
false
false
1,462
h
/* * Copyright 1999, 2005 Brown University, Providence, RI. * * All Rights Reserved * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose other than its incorporation into a * commercial product is hereby granted without fee, provided ...
[ "kersten.doering@gmail.com" ]
kersten.doering@gmail.com
060562a7655eee661185c1bdcd54e184e3080951
17794af41d7aa1ed249cb2081094d20a9e6d95bb
/AudioSource.cc
12e380edb19e5e98d49c409c8b99f33e037f84e4
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
chrissamuel/simple-audio-correlator
903f0b63c09b5987d2f2161d58bee6ba43b90cdc
a7eede0f665e45e8c358d9242d123c735a941a64
refs/heads/master
2021-01-18T17:25:36.831195
2015-04-18T10:25:22
2015-04-18T10:25:22
34,146,626
0
1
null
null
null
null
UTF-8
C++
false
false
5,666
cc
// // Copyright (C) David Brodrick, 2002 // // 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, version 2. // // $Id: AudioSource.cc,v 1.3 2003/08/27 13:02:12 bro764 Exp brodo $ //Thread to read...
[ "brodrick@c15a0e4a-5d48-0410-bc08-dd38e7c13328" ]
brodrick@c15a0e4a-5d48-0410-bc08-dd38e7c13328
1ce06335948b0c2ca54022e71cec932f703fcf20
207f876b14cc9818a90544e87911977f223c6bfb
/src/directed_graph.cpp
1b104b4236eb3cfa3badf8db0dfda7a6b4576d87
[]
no_license
mbouzid/topological_sorting
27204f75a7d9d2558b17387219420476099914e7
d2231ab79ecf949830263532ea974e851b329d29
refs/heads/master
2021-01-10T07:32:20.422772
2016-03-04T21:12:09
2016-03-04T21:12:09
51,691,946
2
0
null
null
null
null
UTF-8
C++
false
false
354
cpp
#include "directed_graph.hpp" unsigned int min_index( std::set<vertex> queue , int dist[] , unsigned int n ) { int imin = (*queue.begin()).get_label() ; for ( auto i = queue.begin() ; i!= queue.end() ; ++i ) { if ( dist[(*i).get_label()] < dist[imin] ) { imin= (*i).get_label(); } } return imin; } tem...
[ "mariam.bouzid@icloud.com" ]
mariam.bouzid@icloud.com
a3ff453b3bb8d60552b61d25f657fb1dca8a6148
9d615fed609c890c54f00bff22fe6decaca6d8ea
/src/algorithm/coveringarray.cpp
333c32d4f81761ac0770c9a22783c9368dd86c2d
[]
no_license
mstegmaier/inviwo-property-based-testing
0daa1a3224239fcda8fb2500ea3e10daae4475d3
97f0a895221448563caf99e3262c2daff130e084
refs/heads/master
2023-01-23T02:14:57.355573
2020-12-03T10:32:27
2020-12-03T10:32:27
318,154,927
0
0
null
null
null
null
UTF-8
C++
false
false
7,057
cpp
#include <inviwo/propertybasedtesting/algorithm/coveringarray.h> #include <random> namespace inviwo { namespace util { // 2-coverage, randomized discrete SLJ strategy std::vector<Test> coveringArray(const Test& init, const std::vector<std::vector< std::shared_ptr<PropertyAssignment> >>& vars) { srand(42); // determi...
[ "michael-1.stegmaier@uni-ulm.de" ]
michael-1.stegmaier@uni-ulm.de
0d6f2d06cc331938cda2640d1f6621b2cf02fb70
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/gpu/ipc/common/gpu_info_mojom_traits.cc
44d2ea2ba903dee895b7f36a142e2d62f853b1b3
[ "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
18,774
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gpu/ipc/common/gpu_info_mojom_traits.h" #include "build/build_config.h" #include "base/logging.h" #include "mojo/public/cpp/base/time_mojom_tra...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
a6ad6f46f0468ff9ae42fcf4c0eda06114db79a8
6a67e23345f03d461be96884769b4a299698ae31
/src/core/thread/mutex.cpp
7e1309dafd01e8deeee5dc5a39aae6550fae4a73
[ "MIT" ]
permissive
doc22940/crown
b1a157444c6e4ef6130fac0e8ed86f6dfa5f38db
f310ca75ea0833e6146d86a456f51296c6054f49
refs/heads/master
2021-02-07T20:21:59.458423
2020-02-28T19:02:57
2020-02-28T19:02:57
244,072,764
0
0
MIT
2021-01-28T10:19:36
2020-03-01T02:18:53
null
UTF-8
C++
false
false
2,140
cpp
/* * Copyright (c) 2012-2020 Daniele Bartolini and individual contributors. * License: https://github.com/dbartolini/crown/blob/master/LICENSE */ #include "core/error/error.inl" #include "core/platform.h" #include "core/thread/mutex.h" #include <new> #if CROWN_PLATFORM_POSIX #include <pthread.h> #elif CROWN_PLATF...
[ "dbartolini.aa@gmail.com" ]
dbartolini.aa@gmail.com
e978f3a2878a3c0e66a6d88b836a50735b4a82a5
5b83a3eef49ac004b98ff1ff9ce30989fd85c567
/SPOJ/ONP.cpp
1a1b108f3f4e2137d15278b8e0cce1ae527bb5f2
[]
no_license
floreaadrian/AlgCodes
cd0dfe331d2b1acae26ead05c4be07d6c3c05f52
b3ba2472ba256a73daea334c22bbca282ff3a24d
refs/heads/master
2020-05-25T14:34:27.475469
2019-05-21T13:49:35
2019-05-21T13:49:35
187,846,889
1
0
null
null
null
null
UTF-8
C++
false
false
666
cpp
#include <iostream> #include <stack> #include <cctype> #include <cstring> #include <stdio.h> using namespace std; int main () { int t; scanf("%d",&t); char su[1000]; stack <char> s; for(int tt=1;tt<=t;++tt) { cin>>su; int len = strlen (su); for(int i=0...
[ "florea.adrian.paul@gmail.com" ]
florea.adrian.paul@gmail.com
2930856ecd88bf6a05373a074c41c019ee96585c
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/110/741/CWE680_Integer_Overflow_to_Buffer_Overflow__new_fixed_82_goodG2B.cpp
2d7affb62610cd1b5315cbf4a7b9ba1eb408afbe
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
1,474
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE680_Integer_Overflow_to_Buffer_Overflow__new_fixed_82_goodG2B.cpp Label Definition File: CWE680_Integer_Overflow_to_Buffer_Overflow__new.label.xml Template File: sources-sink-82_goodG2B.tmpl.cpp */ /* * @description * CWE: 680 Integer Overflow to Buffer Overflow * Bad...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
62408b6f9d1810cacffdc834b1d6065102b5874c
60fa7b47403edc1503d2a16be1c43987c0ea82e4
/sanguo/Classes/GameScene/GroundLayer.h
fa74b610ee852a71438ad976a325755c94057fc6
[ "MIT" ]
permissive
fhaoquan/sanguo
a816ec5a38f5764ab44f1971b6fd4cedd523cae6
0132a64734a67fa0b3261d8e72b2dc9f3152f0bb
refs/heads/master
2021-05-29T17:15:47.736724
2015-09-07T15:57:49
2015-09-07T15:57:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
680
h
#ifndef __GAMESCENE_GROUNDLAYER_H__ #define __GAMESCENE_GROUNDLAYER_H__ #include "cocos2d.h" #include "BaseDef.h" USING_NS_CC; class GroundLayer : public cocos2d::Node { public: // implement the "static create()" method manually CREATE_FUNC(GroundLayer); public: //! 计时 void onIdle(int ot); float ...
[ "sssxueren@gmail.com" ]
sssxueren@gmail.com
832c26e71f9a0d5a919633916fa741e945649cc5
c1b89f5cb524007b6bb5b1304560289168ed52f6
/W1/build_the_sum/buildsum.cpp
79a1c0202be59e82fbd4e94965a1df5aae22a965
[]
no_license
Silenthinker/ETH-Algolab
a1deca905a6f144ec88c5a33f37ed13a7b5b4e83
ed98667c1cc62d496b3ceb9542f946fd9e5b3cd6
refs/heads/master
2021-01-22T03:58:16.468887
2017-02-09T19:56:47
2017-02-09T19:56:47
81,488,513
0
2
null
null
null
null
UTF-8
C++
false
false
519
cpp
/* Build the sum * g++ -Wall -O0 -g -o buildsum buildsum.cpp */ #include <iostream> using namespace std; #define forloop(i, l, h) for (int i=(l); i< (h); i++) #define rep(i, N) forloop(i, 0, N) void buildsum(int n) { double sum = 0; rep(_, n) { double fn; // float point number cin >> fn; ...
[ "sparklethinker@gmail.com" ]
sparklethinker@gmail.com
b96e00da52c8eac7412da4e488e4328b073dff3c
b28d0b5625008237eb8409adb05cffe6c04176c6
/src/play.cpp
973c762401bb68f9e472b0631aecf6384495650e
[ "MIT" ]
permissive
DongdongBai/slumbot2017
daea025f342aa01181d0a9a003dcc003c65b68aa
f0ddb6af63e9f7e25ffa7ef01337d47299a6520d
refs/heads/master
2020-11-26T19:34:58.296865
2019-12-19T18:15:17
2019-12-19T18:15:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
25,535
cpp
// There are two players (computed strategies) given to the program, named // A and B. P0 and P1 in contrast refer to the two positions (big blind and // button respectively). A and B alternate during play between being the // button (P1) and the big blind (P0). #include <math.h> #include <pthread.h> #include <stdio...
[ "eric.jackson@gmail.com" ]
eric.jackson@gmail.com
667c3224bb6dac7cc9a40520ad20b3d9b4311f5a
412e4b48bdd9b919af2b2cfe1cf47420753eebec
/src/OTHER/flatmirror.CPP
6f40f7bb525ac98e7e4a685c44137199ce741d60
[ "MIT" ]
permissive
dainiak/winopto
c9b31e8e4c716362e65f80f2f19f0206f9bdb0df
6a39259e98cf1a354a057e384df4b6f0e1cd951e
refs/heads/main
2023-02-03T04:36:18.587019
2023-01-22T20:09:07
2023-01-22T20:09:07
83,316,254
0
0
null
null
null
null
UTF-8
C++
false
false
5,247
cpp
#include <stdafx.h> #include "globals.h" #include "cflatmirror.h" ////////////////////////////////////////////////////////////////////////////// //CFlatMirror class member functions: ////////////////////////////////////////////////////////////////////////////// CFlatMirror::CFlatMirror( void ) { m_FlatMirror.Create(...
[ "dainiak@gmail.com" ]
dainiak@gmail.com
b80e2a2af2640b93358214f666d282e2eaf0be52
477c8309420eb102b8073ce067d8df0afc5a79b1
/Qt/Core/pqStandardServerManagerModelInterface.cxx
5979441b80162a9ddc27adad03a59f287cfe0d04
[ "LicenseRef-scancode-paraview-1.2" ]
permissive
aashish24/paraview-climate-3.11.1
e0058124e9492b7adfcb70fa2a8c96419297fbe6
c8ea429f56c10059dfa4450238b8f5bac3208d3a
refs/heads/uvcdat-master
2021-07-03T11:16:20.129505
2013-05-10T13:14:30
2013-05-10T13:14:30
4,238,077
1
0
NOASSERTION
2020-10-12T21:28:23
2012-05-06T02:32:44
C++
UTF-8
C++
false
false
5,667
cxx
/*========================================================================= Program: ParaView Module: pqStandardServerManagerModelInterface.cxx Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc. All rights reserved. ParaView is a free software; you can redistribute it and/or modify it unde...
[ "aashish.chaudhary@kitware.com" ]
aashish.chaudhary@kitware.com
7275268320b020741a46c3a7ec79bc3f0119ca7a
7303a4cde75b683460265b0c21f6c9aa54bceefd
/uva11709.cpp
c22bed005fec055e38a11ebca226370c45e69ee5
[]
no_license
NicolasZanatto/TeoriaDosGrafos
aaf705fd5c39e0a9a4643f1ad3b738f00d368a45
4a8e5379afed25568b03c6b5b73a2d2320c896eb
refs/heads/master
2021-08-28T01:13:16.070290
2017-12-11T01:42:43
2017-12-11T01:42:43
113,123,350
0
0
null
null
null
null
MacCentralEurope
C++
false
false
2,437
cpp
#include <stdio.h> #include<string.h> #define N 1000 int matT[N][N]; int matAdj[N][N]; int P=0; int T; int posnum[N],visit[N]; int nump=0; void DFS(int v) { visit[v]=1; int i; for (i=0;i<P;i++) if (matAdj[v][i] && visit[i]==0) DFS(i); nump++; posnum[v] = nump; } void DFS2(int v) { visit[v]=2;...
[ "34211411+NicolasZanatto@users.noreply.github.com" ]
34211411+NicolasZanatto@users.noreply.github.com
c0ee2fab7287745dd276dae2e41f9ca9f61750d5
528dc610bb0513b255b613d6aaa0b59d4c9af9db
/Tool/RS232 Tool/Interface_V2.0/Interface.h
88defe8ecbf67a1da88c37ca60101acf91dba9a1
[]
no_license
hesitationer/3111
7b7e468de38950a1a357e16f643098630e33a68a
4fba49c2c2a6a78f9b3c5a006df85e33cfeb8b96
refs/heads/master
2021-05-27T19:07:55.625866
2014-07-31T01:15:38
2014-07-31T01:15:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,507
h
// Interface.h : main header file for the INTERFACE application // #if !defined(AFX_INTERFACE_H__EC6214C6_D0DF_4C54_A258_0110DA5B291B__INCLUDED_) #define AFX_INTERFACE_H__EC6214C6_D0DF_4C54_A258_0110DA5B291B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 's...
[ "harper@chroma.com.tw" ]
harper@chroma.com.tw
4d4e0e1e47fccbc515cec5b6e724041649cc7cff
03b5b626962b6c62fc3215154b44bbc663a44cf6
/sample-code/math/isgreaterequal.cpp
d72da86924ec1621c9912cc3a1e578227665ca58
[]
no_license
haochenprophet/iwant
8b1f9df8ee428148549253ce1c5d821ece0a4b4c
1c9bd95280216ee8cd7892a10a7355f03d77d340
refs/heads/master
2023-06-09T11:10:27.232304
2023-05-31T02:41:18
2023-05-31T02:41:18
67,756,957
17
5
null
2018-08-11T16:37:37
2016-09-09T02:08:46
C++
UTF-8
C++
false
false
307
cpp
/* isgreaterequal example */ #include <stdio.h> /* printf */ #include <math.h> /* isgreaterequal, log */ int main () { double result; result = log (10.0); if (isgreaterequal(result,0.0)) printf ("log(10.0) is not negative"); else printf ("log(10.0) is negative"); return 0; }
[ "hao.chen@prophet.net.cn" ]
hao.chen@prophet.net.cn
630471d6edfbb32aad940afaa7278282abe2c104
a02b69f431952221cccac1a92b5a4c857e8a9f38
/MainFrm.h
bc4aab3cad372b1a1684b204284667d40d06f01c
[]
no_license
KimMinJeong05/Mini-Game
72ebfc7b62a80b2f00fd91aa71377bffb12c7c7f
9417af5ceef312e3bacc1c78d1cce23b685ed5b7
refs/heads/main
2023-02-13T16:59:08.789152
2021-01-10T14:39:20
2021-01-10T14:39:20
328,378,129
0
0
null
null
null
null
UHC
C++
false
false
765
h
// MainFrm.h : CMainFrame 클래스의 인터페이스 // #pragma once class CMainFrame : public CFrameWnd { protected: // serialization에서만 만들어집니다. CMainFrame(); DECLARE_DYNCREATE(CMainFrame) // 특성입니다. public: // 작업입니다. public: // 재정의입니다. public: virtual BOOL PreCreateWindow(CREATESTRUCT& cs); // 구현입니다. public: virtual ~CMa...
[ "alswjd980512@naver.com" ]
alswjd980512@naver.com
a686fdb2586c1202023750d7b20f1cf7846b11d5
95b7fe7d116ecf04241f145cc90a6b500798ca27
/src/Brainfuck.cpp
4ef60888a300bb771f8e36a9843535eb8cc491cd
[]
no_license
szborows/paro16-dojo
2f4580d944f1a411aaa7b944f63930af6f5fa840
63f23b0618a10504f803f2212676b3bdfbf4a478
refs/heads/master
2021-01-01T05:23:24.435978
2016-05-11T09:37:50
2016-05-11T09:37:50
58,528,222
0
0
null
null
null
null
UTF-8
C++
false
false
205
cpp
#include "Brainfuck.hpp" #include "Memory.hpp" std::string Brainfuck::interpret(Code const& code, Input const& input) const { Memory memory; std::string result; // TODO return result; }
[ "slawomir.zborowski@nokia.com" ]
slawomir.zborowski@nokia.com
2e781cde32d66f9098585a09add641979c7c8295
785df77400157c058a934069298568e47950e40b
/TnbPtdModel/TnbLib/PtdModel/Entities/Shape/PtdModel_Shape.cxx
9d4fa644788e80b89045e9048672a19408d3dedd
[]
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
979
cxx
#include <PtdModel_Shape.hxx> tnbLib::PtdModel_Shape::PtdModel_Shape ( const std::shared_ptr<Cad_Shape>& theShape ) : theShape_(theShape) { //- empty body } tnbLib::PtdModel_Shape::PtdModel_Shape ( std::shared_ptr<Cad_Shape>&& theShape ) : theShape_(std::move(theShape)) { //- empty body } tnbLib::PtdModel_Shap...
[ "aasoleimani86@gmail.com" ]
aasoleimani86@gmail.com
db5a01afa24f9d3fe9e4eb1150a98f50cd69f07d
7ec9222114fee1574a1841e2250ce16b03b0bf72
/CF420/A.cpp
5693abea06e534bfcb2558309a1c985cada53449
[]
no_license
AKarunakaran/CodeForces
8d9d02aa814acca0c41f2d401e2cc84fcaa46610
fcd19a9734ec002d23f34378e25ee45b305950ae
refs/heads/master
2022-11-09T04:15:13.041820
2020-06-25T20:06:28
2020-06-25T20:06:28
104,012,824
1
0
null
null
null
null
UTF-8
C++
false
false
1,356
cpp
#include <iostream> #include <iomanip> #include <sstream> #include <cstdio> #include <cmath> #include <cstring> #include <cctype> #include <string> #include <vector> #include <list> #include <set> #include <map> #include <queue> #include <stack> #include <algorithm> #include <cstdio> #include <functional> using namespa...
[ "amankarunakaran@Amans-MacBook-Pro.local" ]
amankarunakaran@Amans-MacBook-Pro.local
c21340262e284b5430c324725315974ae45f5873
c71af56951d1c661a5819db72da1caccd9130df2
/cpp/problems/cormen/misc/sorting/quicksort2.cpp
1baf8d9c9c99be007a89ed4fb31f43c2498dbe1e
[]
no_license
adrianpoplesanu/personal-work
2940a0dc4e4e27e0cc467875bae3fdea27dd0d31
adc289ecb72c1c6f98582f3ea9ad4bf2e8e08d29
refs/heads/master
2023-08-23T06:56:49.363519
2023-08-21T17:20:51
2023-08-21T17:20:51
109,451,981
0
1
null
2022-10-07T04:53:24
2017-11-03T23:36:21
Python
UTF-8
C++
false
false
3,919
cpp
#include <iostream> #include <ctime> void swap(int &a, int &b) { int aux = a; a = b; b = aux; } int partition (int a[1000], int low, int high) { int pivot = a[high]; int k = low; for (int i = low; i <= high; i++) { if (a[i] < a[high]) { swap(a[k], a[i]); k++; ...
[ "adrian.poplesanu@yahoo.com" ]
adrian.poplesanu@yahoo.com
9d1248303ac6b7099d45d413f5a57b28cce922e5
bfd219535db029621e60e3b8f7bf1269d94391f7
/ode_wrapper.h
cafd8140f5911c99da75deb02e465f02ffbd5e53
[ "MIT" ]
permissive
siddharthdeore/satellite_dynamics_cpp
307d00ac853c8f3536325262c024bc772f35dbde
3fe6148b99ad2391242a2aa9e413fa3723b998f5
refs/heads/master
2021-09-20T03:42:26.603185
2021-08-05T12:38:51
2021-08-05T12:38:51
240,809,846
0
0
null
null
null
null
UTF-8
C++
false
false
929
h
/* Satellite Attitude Dynamics Stepper @ref : boost lib */ #pragma once template< class Obj, class Mem > class ode_wrapper { Obj m_obj; Mem m_mem; public: ode_wrapper(Obj obj, Mem mem) : m_obj(obj), m_mem(mem) { } template< class State, class Deriv, class Time > void operator()(const State& x, Deriv& dxdt, T...
[ "siddharthdeore@gmail.com" ]
siddharthdeore@gmail.com
3b1a8bfc1c77c6bd49e595a846113fe47543fdd3
0f0df7351c29d0ec9178afb44225c84d6e28ccd6
/DicomInfo.cpp
eb65816c93ded116168adf7e13dfe6a77b433e7d
[]
no_license
gbook/miview
070cde96c1dfbc55ea6ff8f3a87bf7004c4862e2
eea025e8e24fdd5e40986ee42eb8ea00e860b79a
refs/heads/master
2021-01-10T11:16:50.802257
2015-07-16T19:44:45
2015-07-16T19:44:45
36,947,429
1
0
null
null
null
null
UTF-8
C++
false
false
5,504
cpp
/* ---------------------------------------------------------------------------- DicomInfo.cpp MIView - Medical Image Viewer Copyright (C) 2009-2011 Gregory Book MIView is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the F...
[ "gregory.a.book@gmail.com" ]
gregory.a.book@gmail.com
bbf8c25663fe20c87157d88608cf1c50f821d424
66b56f8e01c3f9bb3cd86a412b850291ee4bd7c3
/all/projects/greencloud/lib/libglobals.cpp
40bc30fd51d7f36fc140fa464e5b8cdd5aafb3e7
[]
no_license
arikhativa/infi
d6cd490fc9939bf927e1c6abf8847b3667c1d604
e1e47d0bc62d52b92d7b0c8afc43695fe8639c79
refs/heads/master
2020-06-25T10:53:06.801593
2020-02-04T14:10:44
2020-02-04T14:10:44
199,287,862
0
0
null
null
null
null
UTF-8
C++
false
false
156
cpp
#include <errno.h> // errno #include "handleton.hpp" #include "logger.hpp" namespace hrd11 { INIT_HANDLETON(Logger) } // end namespace hrd11
[ "yoavrbb@gmail.com" ]
yoavrbb@gmail.com
abe6fa9be75e195be1d47b0c7cd77423c33b811c
0329788a6657e212944fd1dffb818111e62ee2b0
/docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.Layout.LayoutEngine/cpp/DemoFlowLayout.cpp
8e76df324ea7ab9da63d9cbe82f858731b83c2fe
[ "CC-BY-4.0", "MIT" ]
permissive
MicrosoftDocs/visualstudio-docs
3e506da16412dfee1f83e82a600c7ce0041c0f33
bff072c38fcfc60cd02c9d1d4a7959ae26a8e23c
refs/heads/main
2023-09-01T16:13:32.046442
2023-09-01T14:26:34
2023-09-01T14:26:34
73,740,273
1,050
1,984
CC-BY-4.0
2023-09-14T17:04:58
2016-11-14T19:36:53
Python
UTF-8
C++
false
false
3,735
cpp
// <snippet1> #using <System.Drawing.dll> #using <System.dll> #using <System.Windows.Forms.dll> using namespace System; using namespace System::Collections::Generic; using namespace System::Drawing; using namespace System::Text; using namespace System::Windows::Forms; using namespace System::Windows::Forms::Layout; /...
[ "v-zhecai@microsoft.com" ]
v-zhecai@microsoft.com
9604441a75cf7b692fec23f6e7a4129937e2daed
2001d14621bde954b6108d180645a893b6f47f6a
/src/ircommon-test/src/iltags/ILTagFactoryTest.cpp
458ca4d5e7b38b1e6bcc86592dc4aa7291f6f61f
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
interlockledger/interlockrecord
408810b20ec00da73be1fc6628b723d77ab8ed1b
e8336d421b101df50c3a84d0aedb3768a8851baa
refs/heads/master
2021-01-25T13:41:19.356054
2018-08-26T02:12:46
2018-08-26T02:12:46
123,603,853
1
0
null
null
null
null
UTF-8
C++
false
false
11,123
cpp
/* * Copyright (c) 2017-2018 InterlockLedger Network * * 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 appli...
[ "fchino@opencs.com.br" ]
fchino@opencs.com.br
fd45403060165aca41c118ac72e6cf596465837c
0c89531a6444fa640929b500009206fb4aa0d11d
/Move.cpp
e71a101aba2d786c352aa9852a14814569aca8d6
[]
no_license
aboelmakarem/shatranj
147d9282a17da60d27ebf87978901adff7d2f673
8d256bc5a52728cee7d0746a97affca77f8d0544
refs/heads/master
2020-06-25T20:54:36.781060
2017-06-16T22:46:29
2017-06-16T22:46:29
94,240,543
0
0
null
null
null
null
UTF-8
C++
false
false
2,157
cpp
// Move.cpp // June 13th, 2017 // Ahmed Hussein (amhussein4@gmail.com) #include "Move.h" #include "Board.h" #include "Piece.h" namespace Shatranj { Move::Move() { Initialize(); } Move::Move(const Move& oMove) { *this = oMove; } Move::Move(Piece* poPiece,Square* poFromSquare,Square* poToSquare) { Initi...
[ "ahussein@sdiahussein.win.ansys.com" ]
ahussein@sdiahussein.win.ansys.com
872222364710f50a7314b59bc9627177256f3d5d
7972eb32736afd695dc94fffcc9d1b24aa65e8ac
/Algoritmos 2/Entrega6/Entrega6/CasoDePrueba.cpp
7f8f60a5cb6376b3812337e4906a40c52a6cb398
[]
no_license
FedeJacobo/CodigosDelSur
1f0cfd2c07b6ed1317d59e4507e8a59acb09ad65
661b30deadda7324f1f9c2c0e8edb60f8742a2dd
refs/heads/master
2022-12-29T15:48:50.544026
2020-10-20T20:38:03
2020-10-20T20:38:03
305,826,910
0
0
null
null
null
null
UTF-8
C++
false
false
34,923
cpp
#include "CasoDePrueba.h" CasoDePrueba::CasoDePrueba(Puntero<ISistema>(*inicializar)()) { this->inicializar = inicializar; } Puntero<ISistema> CasoDePrueba::InicializarSistema() { Puntero<ISistema> interfaz = inicializar(); ignorarOK = false; return interfaz; } Cadena CasoDePrueba::GetNombre()const { return "C...
[ "fjacobo@menoo.com.uy" ]
fjacobo@menoo.com.uy
b2a15c8d286139d2ad6c07556c18ac833814ea5c
173ab71398d090ba1d87bc6cd3e4398f549b0679
/QtLog/main.cpp
fb5f440c7fb9808f93be216dc6278641373b02dd
[]
no_license
alvin-xian/QtLog
148b9412acbf7ab5b1b7a4099d7f29f21d91fc59
38c6606b1fff1d75cd9cc38be946224c98beb9b1
refs/heads/master
2020-06-05T01:18:45.062640
2019-06-17T05:56:55
2019-06-17T05:56:55
192,263,686
0
0
null
null
null
null
UTF-8
C++
false
false
808
cpp
#include <QCoreApplication> #include "qtlog.h" #include <QDebug> #include <QStandardPaths> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); //---------------test--------------------------- //初始化文件打印信息 QString location = QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation); ...
[ "alvin.xian@ubtrobot.com" ]
alvin.xian@ubtrobot.com
e35ed0830d6c4d3a6a58253e41e82ad0cc70b279
3ba6e802ea0a759bc3d1c930e11a3e8953b57ec9
/Geometry/Cara.h
0af3f594fb2f16664989f40c7d084acf8be5ff9f
[ "Apache-2.0" ]
permissive
carlaMorral/raytracing-f01-1
f48627bfe799a0886337159e1986a994a9e73cb0
e11e23e66623cdf11fb7058b2e732e6107cd0639
refs/heads/main
2023-03-31T03:55:23.904516
2021-04-13T16:04:52
2021-04-13T16:04:52
371,656,256
0
1
Apache-2.0
2021-05-28T09:56:27
2021-05-28T09:56:26
null
UTF-8
C++
false
false
481
h
#pragma once #include <vector> #include "glm/glm.hpp" using namespace std; using namespace glm; typedef vec4 Vertices; // Face - representa una cara d'un objecte 3D class Cara { public: Cara(); // constructor a partir de 3 o 4 indexs a vertex Cara(int i1, int i2, int i3, int i4=-1); // atributs ...
[ "66690702+github-classroom[bot]@users.noreply.github.com" ]
66690702+github-classroom[bot]@users.noreply.github.com
48692ad0311b2eaca68c7915bb27a1625e381914
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/Z6.1+poreleaseonce+poreleaseonce+poacquirerelease.c.cbmc.cpp
b8c123be893b833c23dbd7bd419b87122019984c
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
36,582
cpp
// Global variabls: // 0:vars:3 // 3:atom_2_X0_1:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 // 2:thr2:1 #define ADDRSIZE 4 #define LOCALADDRSIZE 3 #define NTHREAD 4 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #define max(a,b) (a>b?a:b) ...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
9b49b83172f848427ce694bd6b0c8aa93df5b1f7
1b983cdd09055677966b092294b1e3693d33042c
/src/modules/mindwave/MindwaveModule.cpp
583abd9b52e3569d525b0d6164a7395d2f0f9b7e
[]
no_license
20SecondsToSun/Mindwave
19d7f8ded5c1419c2e3fd94dfd788d0d86781d58
413ef1ad0a4f93badbfff586fb0873510317c0e1
refs/heads/master
2020-03-28T06:23:13.042247
2018-09-10T14:16:13
2018-09-10T14:16:13
147,831,505
0
0
null
null
null
null
UTF-8
C++
false
false
2,154
cpp
#include "MindwaveModule.h" #include "src/tools/MathTools.h" #include "src/components/mindwave/BaseMindwaveComponent.h" #include "src/components/mindwave/BaseMindwaveParser.h" #include "src/components/mindwave/BaseMindwaveReader.h" #include "src/components/mindwave/serial/MindwaveComponentSerial.h" #include "src/compo...
[ "yurikblech@gmail.com" ]
yurikblech@gmail.com
acf56efa26faca1b259d3c9df87ca7f86bc2de7c
c8cf973af91404a716d08d6ac12f6cc8601421d4
/3618/7146301_AC_125MS_332K.cpp
5d3648428f81b711dae43618bd543e8c840cfac4
[ "MIT" ]
permissive
Xuhui-Wang/poj-solutions
f1cd7009fcc37672d3a2ca81851ac3b3cc64ca02
4895764ab800e8c2c4b2334a562dec2f07fa243e
refs/heads/master
2021-05-05T00:14:35.384333
2015-08-19T21:57:31
2015-08-19T21:57:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
859
cpp
#define _CRT_SECURE_NO_WARNINGS #include<cstdio> #include<algorithm> bool distanceLess(const int left,const int right){ return abs(left)<abs(right); } int main(){ int timeLimit,landmarkNum; scanf("%d%d",&timeLimit,&landmarkNum); int *landmarkPositions=new int[landmarkNum]; for(int landmarkIndex=0;l...
[ "pinepara@gmail.com" ]
pinepara@gmail.com
b0ec493ac674e908561f7022f0f6e2bfe1fedfc1
2e9abb50e8c00617c6600fd0b10f6af59948a642
/src/Camera.h
46d2fe4ae15631a6210431a72bcf91cac5d6b030
[]
no_license
2020wmarvil/EM-Engine
87f8518ae1e700f69f9318903f5fa5ac807ae5a8
3c192629bfbd4a48bd0cb28ef4cd7000c4c35c01
refs/heads/master
2023-03-06T19:17:01.117245
2021-01-24T05:34:32
2021-01-24T05:34:32
216,225,828
0
0
null
null
null
null
UTF-8
C++
false
false
445
h
#pragma once #include "glm/glm.hpp" #include "glm/gtc/matrix_transform.hpp" #include "glm/gtc/type_ptr.hpp" #include "Entity.h" class Camera { private: const Entity *m_FocusedEntity; glm::vec2 m_CamOffset; const float m_CameraZ = 0.0f; public: Camera(const Entity *focused, int midX, int midY); ...
[ "2020wmarvil@tjhsst.edu" ]
2020wmarvil@tjhsst.edu
94615ebf3f1c32271310fb4e21ed035d1b6c22f1
9ac56ff5b745fdebf34083ac113c577a8b120aa3
/src/game/shared/sdk/weapon_grenade.cpp
40161b0103bdcb9fd598806f0d16d626af252edf
[]
no_license
FriskTheFallenHuman/swarm-sdk-template
16e8e29edb9a19ecd1b38ededcc31fb1f6653ae1
a6e6bf7fcbe5b93b5e5fc4ad32944022dae27f90
refs/heads/master
2023-01-13T17:23:32.693199
2020-11-11T00:44:59
2020-11-11T00:44:59
38,081,794
8
3
null
2020-11-11T00:45:00
2015-06-26T00:32:09
C++
WINDOWS-1252
C++
false
false
4,232
cpp
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // //=============================================================================// #include "cbase.h" #include "weapon_sdkbase.h" #include "gamerules.h" #include "npcevent.h" #include "engine/IEngineSo...
[ "kosire.dk@gmail.com" ]
kosire.dk@gmail.com
e608bf78b8ca8d5711d6f28aae4ffb416f9110b1
eae9caf6ceec52dde2334e1f0b494cecda5926ec
/MfcExamples/STYLES/Styles.h
ce62822e47325254460e2e95bb30327b7de52c4b
[]
no_license
logogin/WinApiProjects
b2b39975f94cd51f51b0077c28d3bedef2758583
f0d49539815648ecd48e9eb5604a14bf6d07264e
refs/heads/master
2020-03-28T04:47:02.159962
2018-09-06T21:42:01
2018-09-06T21:42:01
147,736,244
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
961
h
///////////////////////////////////////////////////////////// // Файл Styles.h // Copyright (c) 1999 Мешков А., Тихомиров Ю. ///////////////////////////////////////////////////////////// // main header file for the STYLES application // #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this fi...
[ "logogin@users.noreply.github.com" ]
logogin@users.noreply.github.com
4c09b71e4fe8a0e59379efb32e132b1c10ace41b
5ea90e8ef6cc9a9e26a035d79599863dae4220c7
/SimpleParticleEngine/src/SimpleParticleEngineApp.cpp
d419f9cd07ebdc5494b4c220ec9199880e09b2a9
[]
no_license
Killeroo/CinderProjects
564ffcccb266963e6485fa10a17e36af9c115a9a
82eedd8dd55638ef36d0cc62bf32a6333f0d8785
refs/heads/master
2020-03-21T23:28:21.429967
2018-06-29T22:03:22
2018-06-29T22:03:22
139,189,158
0
0
null
null
null
null
UTF-8
C++
false
false
1,279
cpp
// https://libcinder.org/docs/guides/tour/hello_cinder_chapter1.html // https://github.com/cinder/Cinder/tree/3bb2a1d5c52a2d2548e01df6244a3afe55ee7cf0/tour/Chapter%201 #include "cinder/app/App.h" #include "cinder/app/RendererGl.h" #include "cinder/gl/gl.h" #include "ParticleController.h" using namespace ci; using name...
[ "matthewcarney64@gmail.com" ]
matthewcarney64@gmail.com
d813d90eec025d578581bcaa5befad8406379bf3
71decf3230d325a9586b9971d480d02b7bf7c86c
/cpp/libs/dsu.h
47fb62d6bc238702d4fd9704622c02bf5ffc7a0d
[]
no_license
jaichhabra/contest
4d92fc8c50fdc7e6716e7b415688520775d57113
2cdd1ed4e2e98cc6eb86d66fe0d4cba8a0c47372
refs/heads/master
2021-04-14T16:16:45.203314
2020-03-22T17:37:23
2020-03-22T17:37:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
604
h
#ifndef DSU_H #define DSU_H #include "common.h" namespace dsu { template <int N> class DSU { private: int p[N]; int rank[N]; public: DSU() { reset(); } void reset() { for (int i = 0; i < N; i++) { p[i] = i; rank[i] = 0; } } int find(int a) { return p[a] == p[p[a]] ? p[a] : (p[a] = ...
[ "daling.tao@ideacome.com" ]
daling.tao@ideacome.com
b1f666fec7602d8eb63f93ac24e5fa681b631bc3
b2bf2bf0087f8387411965787ad2c4b65829648e
/src/object.cc
607ca402b1cabd853d2b74fd15c599564dd1b9e8
[ "MIT" ]
permissive
klantz81/path-tracer
21d9aac9bdd20e5945c44459a17303a4cbcc3d21
2de763fe6f4fce65b856cdfdb8fa363f48d58f01
refs/heads/master
2021-01-10T08:28:43.660048
2016-03-31T21:37:19
2016-03-31T21:37:19
55,160,392
5
0
null
null
null
null
UTF-8
C++
false
false
9,162
cc
#include "object.h" cObject::cObject() : color(vector3(1.0,1.0,1.0)), emissive(vector3(0.0,0.0,0.0)), material(DIFFUSE), texture(-1), e0(0.0,1.0,0.0), e1(0.0,0.0,1.0), e2(0.0,0.0,0.0), e0_(0.0,1.0,0.0), e1_(0.0,0.0,1.0), e2_(0.0,0.0,0.0) { } cObject::cObject(vector3 color, vector3 emissive, int material, int texture...
[ "klantz81@gmail.com" ]
klantz81@gmail.com
1f078393372649754d9f6ee0472d960558bc93bf
ff8252c5ff6ade3bd533823759aec06ac3c38b7f
/include/linux_parser.h
be6f16728a12a472447a31268625bb1ef42d095e
[]
no_license
LukasLeonardKoening/System-Monitor
b8d8aa350f7efc87b4fee2022ce68524b9e98096
0c5f2f8840dd45666a9de7090ad875f737a283e1
refs/heads/master
2022-04-27T20:59:51.116976
2020-04-30T09:51:12
2020-04-30T09:51:12
259,895,025
0
0
null
null
null
null
UTF-8
C++
false
false
1,206
h
#ifndef SYSTEM_PARSER_H #define SYSTEM_PARSER_H #include <fstream> #include <regex> #include <string> namespace LinuxParser { // Paths const std::string kProcDirectory{"/proc/"}; const std::string kCmdlineFilename{"/cmdline"}; const std::string kCpuinfoFilename{"/cpuinfo"}; const std::string kStatusFilename{"/status"...
[ "llkoening@posteo.de" ]
llkoening@posteo.de
90f35c7275acc76e1fec3da98564604708fcbddc
8e35349e73265a0c20834dc98ad9f64a5e9b173f
/findLine/contours.cpp
4ad5c9f7b23d9b29ee5bac0258f4a39eea9c557e
[]
no_license
EomHyeongGeun/Kobot_Turtlebot
4e4bc1526b77b097dcc8c7469a6fa63faf0e2f97
9da165f35865ad15de2681ca1cb18f99bab19813
refs/heads/master
2021-01-01T16:44:33.234748
2017-07-24T02:23:50
2017-07-24T02:23:50
97,908,604
0
0
null
null
null
null
UTF-8
C++
false
false
1,639
cpp
#ifdef _DEBUG #pragma comment (lib, "opencv_world320d.lib") #else #pragma comment (lib, "opencv_world320.lib") #endif #include <iostream> #include <vector> #include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/opencv.hpp> #include <std...
[ "eom2390@naver.com" ]
eom2390@naver.com
4340e51cf2ad056a6e4e671ae0cf99fa5aa6e895
465e13df1af3c91319fd6961074addc18dad2937
/src/Test.cpp
e4ed992dda8a5105cd377b252a89ac812ef5c462
[]
no_license
RichardBrosius/MC_Sphere
8ae364ed91fab0258d81946b68d39da408b6f039
9a2e53e7ae168ee543d5e2cbca3865bd9ce200cf
refs/heads/master
2023-04-16T22:03:19.440816
2016-09-03T21:12:13
2016-09-03T21:12:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
98
cpp
#include "Test.h" Test::Test(void) :Number (11) {} double Test::Function(int) { return 2.0; }
[ "chich36@gmail.com" ]
chich36@gmail.com
19e501ed3e3034bb1ad7809cf1176dd4096d7049
9d6947462a91a1bd5e73af40db3b75d8eb4b53db
/hw0/Graph-24916.hpp
4fe7efc49d71747c298a275aba000845adf05e5d
[]
no_license
lalyman/peercode
5081c6edb4a50d3d80105674ad03a08706839a89
46753e2f561a62a11bc9f1ef0ec8823533218144
refs/heads/master
2020-03-11T01:06:24.081274
2018-03-10T23:05:50
2018-03-10T23:05:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,403
hpp
#ifndef CME212_GRAPH_HPP #define CME212_GRAPH_HPP //I was commiting and forgot to actually push until 3:31...hope that is ok /** @file Graph.hpp * @brief An undirected graph type */ #include <algorithm> #include <vector> #include <cassert> #include "CME212/Util.hpp" #include "CME212/Point.hpp" /** @class Graph ...
[ "clazarus@rice13.stanford.edu" ]
clazarus@rice13.stanford.edu
32932e226dd8b7d8751ee20984219ed7eec77e9d
e8aea07d894505d0d8a04cdf8efab57f889ee690
/naesala/common/barrier.h
b18cc384a7cb4f1e3dfaddf8374e1aa5e238d557
[ "BSD-3-Clause" ]
permissive
vorfeed/naesala
2ccb69943cc4ee023a243a645f197a93dbb1682f
f2f46cb264a924c013303c0aacd2a8ac11f84e3f
refs/heads/master
2021-01-17T08:58:09.359305
2016-03-30T11:10:58
2016-03-30T11:10:58
20,612,195
3
1
null
null
null
null
UTF-8
C++
false
false
912
h
// Copyright 2014, Xiaojie Chen (swly@live.com). All rights reserved. // https://github.com/vorfeed/naesala // // Use of this source code is governed by a BSD-style license // that can be found in the License file. #pragma once #include <assert.h> #include <mutex> #include <condition_variable> #include <boost/noncopy...
[ "swly@live.com" ]
swly@live.com
3677441a1aa85b4a29fe3e90254bb47dbe3b6733
09f09cd06656848ed80f132c7073568c4ce87bd5
/CBIR/Retrieval/IP.cpp
d0305a35b44b152daa8b9894ce9c0b5cb1d957eb
[]
no_license
cyb3727/annrecognition
90ecf3af572f8b629b276a06af51785f656ca2be
6e4f200e1119196eba5e7fe56efa93e3ed978bc1
refs/heads/master
2021-01-17T11:31:39.865232
2011-07-10T13:50:44
2011-07-10T13:50:44
null
0
0
null
null
null
null
GB18030
C++
false
false
51,719
cpp
#include "stdafx.h" #include <math.h> #include "dibapi.h" // Definitions required for convolution image filtering #define KERNELCOLS 3 #define KERNELROWS 3 #define KERNELELEMENTS (KERNELCOLS * KERNELROWS) // struct for convolute kernel typedef struct { int Element[KERNELELEMENTS]; int Divisor; }...
[ "damoguyan8844@2e4fddd8-cc6a-11de-b393-33af5e5426e5" ]
damoguyan8844@2e4fddd8-cc6a-11de-b393-33af5e5426e5
745c06238729400d2941e3ab03ce91f903f58af6
41e81273e985ed5c540346bacdfa227835ac34ed
/logdevice/common/buffered_writer/BufferedWriterSingleLog.cpp
854414cf4bc16f3ffcc61698984b27ea5e455d73
[ "BSD-3-Clause" ]
permissive
flyfish30/LogDevice
b8bd9a02b1fdfc1516b3d02129c7a0e56e5ef0fd
0b12c381bbfcdb5a63df59cb5575b16e30e874be
refs/heads/main
2023-02-11T08:04:17.565196
2021-01-05T04:20:43
2021-01-06T03:56:43
326,886,348
0
0
NOASSERTION
2021-01-05T04:31:25
2021-01-05T04:31:24
null
UTF-8
C++
false
false
28,477
cpp
/** * Copyright (c) 2017-present, Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include "logdevice/common/buffered_writer/BufferedWriterSingleLog.h" #include <chrono...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
9afd9e3d29888378b752d44f44c7fce012337f8c
82e6375dedb79df18d5ccacd048083dae2bba383
/src/main/tests/test-thr-thread.cpp
6a514be4de66c15e5c2c0da4c85976b2eb60388f
[]
no_license
ybouret/upsylon
0c97ac6451143323b17ed923276f3daa9a229e42
f640ae8eaf3dc3abd19b28976526fafc6a0338f4
refs/heads/master
2023-02-16T21:18:01.404133
2023-01-27T10:41:55
2023-01-27T10:41:55
138,697,127
0
0
null
null
null
null
UTF-8
C++
false
false
798
cpp
#include "y/concurrent/thread.hpp" #include "y/concurrent/sync/mutex.hpp" #include "y/utest/run.hpp" using namespace upsylon; namespace { struct Working { concurrent::mutex &sync; int task; static inline void Call(void *args) { Y_ASSERT(args); ...
[ "yann.bouret@unice.fr" ]
yann.bouret@unice.fr
82136400c49bb030bc8aeefdbbed11b73f5d3dc7
60bb67415a192d0c421719de7822c1819d5ba7ac
/blazemark/blazemark/gmm/Complex7.h
afb0676b9db22ef0c371b348639ada23f326a212
[ "BSD-3-Clause" ]
permissive
rtohid/blaze
48decd51395d912730add9bc0d19e617ecae8624
7852d9e22aeb89b907cb878c28d6ca75e5528431
refs/heads/master
2020-04-16T16:48:03.915504
2018-12-19T20:29:42
2018-12-19T20:29:42
165,750,036
0
0
null
null
null
null
UTF-8
C++
false
false
3,017
h
//================================================================================================= /*! // \file blazemark/gmm/Complex7.h // \brief Header file for the GMM++ kernel for the complex expression E = ( A + B ) * ( C - D ) // // Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved // // This fil...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
3856f2a561f25a9a74dc37a3f2e54fb904dbd7a2
c3b980c0138bc0ce0c1fa8dfa821394351b807fb
/cpp_04/ex03/MateriaSource.hpp
d34b655e6c4d070457ab191f69841e6d541aff4d
[]
no_license
hchorfi/cpp_modules
84f29e71d3beab4891e2ef5bf743ea2c320e3089
9328eb74344c9c84e4704c0786f1bace11c05bf3
refs/heads/main
2023-08-01T10:32:38.534013
2021-09-22T10:40:29
2021-09-22T10:40:29
378,654,456
1
1
null
null
null
null
UTF-8
C++
false
false
492
hpp
#ifndef MATERIASOURCE_H #define MATERIASOURCE_H #include "IMateriaSource.hpp" #include "AMateria.hpp" class MateriaSource : public IMateriaSource { private: AMateria *_MateriasInv[4]; public: MateriaSource(); MateriaSource(const MateriaSource& copy); MateriaSource& operator = ...
[ "hamza.chorfi.des@gmail.com" ]
hamza.chorfi.des@gmail.com
365560f9cb16ec71c5826739caf1d36cf61e1ec1
c000f89785771e2fc3376b73a8ebd969b47aeaee
/include/mc_rtc/gui/Transform.h
16355c6a804489bfafdb2fbe47b9a50492f518dd
[ "BSD-2-Clause", "Qhull", "BSD-3-Clause", "MIT" ]
permissive
fkanehiro/mc_rtc
99fa43fa44eb0b14392934ece528fba04989125c
776017e46c1a4626c1d8f1fb7d51675a9b9b9cad
refs/heads/master
2022-11-27T01:03:13.562298
2020-09-22T03:50:36
2020-09-22T03:50:36
235,250,687
1
0
BSD-2-Clause
2020-01-21T03:47:35
2020-01-21T03:47:34
null
UTF-8
C++
false
false
2,687
h
/* * Copyright 2015-2019 CNRS-UM LIRMM, CNRS-AIST JRL */ #pragma once #include <mc_rtc/gui/details/traits.h> #include <mc_rtc/gui/elements.h> #include <mc_rtc/gui/types.h> namespace mc_rtc { namespace gui { /** Transform display a widget that shows a 6D frame * * This transformation is not editable. * * This...
[ "pierre.gergondet@gmail.com" ]
pierre.gergondet@gmail.com
1714174625ee26290fe76eb5757efa379855d282
dba4b0d853efbdf7752d30054394d0b7f6f66051
/bitio/BitReader.h
798d59f957b4d6e89bdfe3f105f6ff926b82abb5
[]
no_license
dbondin/am15-ds
b3a404c3bf60b2ec20f805b5077f8ce05bd8ba0d
bc5d665820a8c56aa460e309902cbe0948191510
refs/heads/master
2021-01-22T03:58:12.115281
2018-02-19T09:05:16
2018-02-19T09:05:16
81,488,391
0
0
null
null
null
null
UTF-8
C++
false
false
458
h
/* * BitReader.h * * Created on: Mar 17, 2017 * Author: dbondin */ #ifndef BITREADER_H_ #define BITREADER_H_ #include <istream> namespace bitio { class BitReader { public: BitReader(); virtual ~BitReader(); void attach(std::istream * is); std::istream * get_stream() const; void detach(); int read_n...
[ "dbondin@ya.ru" ]
dbondin@ya.ru
55b6d89db62134dfb9f46b38daacd6ffdec77623
2dac401a4bc43bb1a4a535ec2552749bf16e50b0
/icpc/bipartite-graph.cpp
14d4d1fca57439af0848ca43dbab397df651e75d
[]
no_license
bollu/competitive
895ed10d6ca230becddd962f169f1883224ac3b7
25fdddfb515ecf1ac29f2ec628c29925e9ad402d
refs/heads/master
2020-12-25T15:07:59.763550
2016-12-12T05:41:41
2016-12-12T05:41:41
67,641,902
1
0
null
null
null
null
UTF-8
C++
false
false
3,172
cpp
#include <map> #include <vector> #include <iostream> #include <algorithm> #include <math.h> #include <assert.h> /* ID: arun.ga1 LANG: C++ TASK: */ using namespace std; #define prime 1000000007 #define DEBUG(x) cout << '>' << #x << ':' << x << endl; #define REP(i,n) for(int i=0;i<(n);i++) #define FOR(i,a,b) for(int...
[ "siddu.druid@gmail.com" ]
siddu.druid@gmail.com
cbc3eca66238fba1a8a504c294734e4a26353f27
1a77b5eac40055032b72e27e720ac5d43451bbd6
/フォーム対応/VisualC++/MFC/Chap1/Dr4/Dr4/Dr4Doc.h
6da2e99959649b821fe01b7619dc1b3700785ba4
[]
no_license
motonobu-t/algorithm
8c8d360ebb982a0262069bb968022fe79f2c84c2
ca7b29d53860eb06a357eb268f44f47ec9cb63f7
refs/heads/master
2021-01-22T21:38:34.195001
2017-05-15T12:00:51
2017-05-15T12:01:00
85,451,237
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
603
h
// Dr4Doc.h : CDr4Doc クラスのインターフェイス // #pragma once class CDr4Doc : public CDocument { protected: // シリアル化からのみ作成します。 CDr4Doc(); DECLARE_DYNCREATE(CDr4Doc) // 属性 public: // 操作 public: // オーバーライド public: virtual BOOL OnNewDocument(); virtual void Serialize(CArchive& ar); // 実装 public: virtual ~CDr4Doc(); #ifd...
[ "rx_78_bd@yahoo.co.jp" ]
rx_78_bd@yahoo.co.jp
3b2ec6a15a88aec83d7d3f98d8638543cac07203
981511cfbb6533914af0f72bdf4d779ad7a1c9ae
/cppHellow/41数组类/MyArray.hpp
d3c7baa9a89bceeec8fe05d3ae8e671e7c7da8b8
[ "Apache-2.0" ]
permissive
coderTong/cppStudy
f59b70f0550bde3da414b4793900b24b652a20cb
fddf4954395b5e9b89471c1a15d33f3554710105
refs/heads/master
2023-01-22T21:14:00.648666
2020-12-05T05:11:51
2020-12-05T05:11:51
282,211,002
0
0
null
null
null
null
UTF-8
C++
false
false
1,120
hpp
// // MyArray.hpp // 41数组类 // // Created by codew on 8/24/20. // Copyright © 2020 codertom. All rights reserved. // #ifndef MyArray_hpp #define MyArray_hpp #include <iostream> #include <stdio.h> class MyArray { public: // 无参构造函数, 用户没有指定容量, 则初始化为100 MyArray(); // 有参构造函数, 用户指定容量初始化 // C++...
[ "tong.wu@netviewtech.com" ]
tong.wu@netviewtech.com
483c88965d3ee9bfd1ac16df0f7869e11963ca54
734cc5a617b17c9fbcdde8b9d2ae0426cce0f43c
/gfb2d/PhysicsDebugger.h
b98d56e5e7aff096291569f0b58c6a2e873f5cbd
[ "Zlib" ]
permissive
GamedevFramework/gf-box2d
8930ea587364f98fd1ffc40bd8e7875b6063c0e6
a78d69316c123daaf9eb74b632e9a4d44ae927e3
refs/heads/master
2022-03-20T12:53:38.523211
2022-03-12T16:01:53
2022-03-12T16:01:53
250,815,168
0
0
null
null
null
null
UTF-8
C++
false
false
3,569
h
/* * gf-box2d * Copyright (C) 2020 Julien Bernard * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, * i...
[ "julien.bernard@univ-fcomte.fr" ]
julien.bernard@univ-fcomte.fr
fa6a2fbebc36687b3de9d52a96ef8cf8dd6b67ca
1af49694004c6fbc31deada5618dae37255ce978
/services/network/trust_tokens/test/signed_request_verification_util.h
90e58b213ae451ed845ec88e22630f674dab5d37
[ "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
2,628
h
// Copyright 2020 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 SERVICES_NETWORK_TRUST_TOKENS_TEST_SIGNED_REQUEST_VERIFICATION_UTIL_H_ #define SERVICES_NETWORK_TRUST_TOKENS_TEST_SIGNED_REQUEST_VERIFICATION_UTIL...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
9408e221e75fd30b6b7ab3c132c66cd05a373d7f
776b5b34abc55ae6b9fd4fae57da5c6f899e5e2d
/qtractorConnect.h
7d1ccd94f5562bcc6206f4dda5a86f2c5a8bd3e3
[]
no_license
Icenowy/Rtractor
d275ae169b6347b5cd038b505e939446a7566b98
e2ad8421554bb9efd0d0bc71c96379893f941041
refs/heads/master
2016-09-06T09:26:50.301274
2014-08-24T14:14:00
2014-08-24T14:14:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,925
h
// qtractorConnect.h // /**************************************************************************** Copyright (C) 2005-2014, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
[ "icenowylin@gmail.com" ]
icenowylin@gmail.com
74daa54148d309ea4ca79c117325000c230738ed
b805d20cebea5e836b6fb13e6b9c2a0435981288
/HaiBitwiseAnd.h
a64087857d552b5f3154b05656c819d0d71f68a6
[]
no_license
vhquang/BitWiseAND-596
d04def2d09ed6b308cebf564e94401ff3cd579a9
1a96ec5f3510e22872a226efc266070bb17f2d5a
refs/heads/master
2021-01-10T20:35:45.944424
2014-03-03T08:20:35
2014-03-03T08:20:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,693
h
// // HaiBitwiseAnd.h // TopCoder // // Created by Hai Vu on 2/27/14. // Copyright (c) 2014 Hai Vu. All rights reserved. // #ifndef TopCoder_HaiBitwiseAnd_h #define TopCoder_HaiBitwiseAnd_h #include <vector> #include <iterator> #include <iostream> #include <cassert> using namespace std; class HaiBitwiseAnd { pu...
[ "vhquang@gmail.com" ]
vhquang@gmail.com
affa61c981a7cdf8a0a74c8a736de47efd57812c
9030ce2789a58888904d0c50c21591632eddffd7
/SDK/ARKSurvivalEvolved_PrimalItemCostume_BoneJerboa_functions.cpp
289966a446ebaac567e77c3c67dab62f8190deec
[ "MIT" ]
permissive
2bite/ARK-SDK
8ce93f504b2e3bd4f8e7ced184980b13f127b7bf
ce1f4906ccf82ed38518558c0163c4f92f5f7b14
refs/heads/master
2022-09-19T06:28:20.076298
2022-09-03T17:21:00
2022-09-03T17:21:00
232,411,353
14
5
null
null
null
null
UTF-8
C++
false
false
1,137
cpp
// ARKSurvivalEvolved (332.8) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_PrimalItemCostume_BoneJerboa_parameters.hpp" namespace sdk { //--------------------------------------------------------------------------- //Functions //-----------------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
26f430745ce25c6babccb56e4f15bf80f0692b6c
fce7bbf20a64e08a12e30b8eb66c87c6cd62de52
/section2/lambda.cpp
d46305ee3ccb20002044b64495e2d2947edd5ebd
[ "BSD-2-Clause" ]
permissive
jac0bwang/cpp_study
d2d5bc121acbf894c21308103b6cb71e1fdebd90
e760486a3019e61948de7912c62a00fe02fcac9b
refs/heads/master
2023-04-17T08:42:50.768759
2021-04-19T23:56:02
2021-05-05T07:00:58
355,804,080
0
0
BSD-2-Clause
2021-05-05T07:00:59
2021-04-08T07:23:26
null
UTF-8
C++
false
false
2,396
cpp
// Copyright (c) 2020 by Chrono // // g++ lambda.cpp -std=c++14 -o a.out;./a.out // g++ lambda.cpp -std=c++14 -I../common -o a.out;./a.out #include <iostream> #include <string> #include <vector> #include <algorithm> #include <functional> using namespace std; void my_square(int x) { cout << x*x << endl; } void c...
[ "chrono_cpp@me.com" ]
chrono_cpp@me.com
e45e6276e8335dd5cf2368ab646eb3514154d7b5
158ad541c56105be69895543abd76bd78f0a9f4f
/c++ folder/firs1.cpp
a5ffaf977e6e80f25ee8d67f625aa1c0d585ed82
[]
no_license
Rajneesh-9088/first
b8bbf0553e759eccb935e928e5976c6ca5bd74d9
10e6e73807c3ebaa79d43e1e2e422e3648c6a63a
refs/heads/master
2022-06-28T19:40:39.121359
2020-05-08T23:20:34
2020-05-08T23:20:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
105
cpp
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"my name is rajneesh"; return 0; }
[ "rp8735685@gmail.com" ]
rp8735685@gmail.com
018385799f1b8b34e75c0c2e7720ff2ba55a4c61
8062b67a418c614e92d10e9c6c3c0d271f2226ad
/KNearestNeighbor/ann_src/ANN/ANN.h
ffe82110a1e30835573bdb67286d78a5f90dce32
[]
no_license
Casidi/libDM
dfa14add15094ee74860410a9ce57db7d55be168
6234cae5046bf14b8a65cc51a83f89ad41e7d001
refs/heads/master
2021-01-21T20:42:19.626914
2017-06-19T06:09:35
2017-06-19T06:09:35
94,671,261
0
0
null
null
null
null
UTF-8
C++
false
false
34,800
h
//---------------------------------------------------------------------- // File: ANN.h // Programmer: Sunil Arya and David Mount // Description: Basic include file for approximate nearest // neighbor searching. // Last modified: 01/27/10 (Version 1.1.2) //-------------------------------------------------------...
[ "tcfsh22215@gmail.com" ]
tcfsh22215@gmail.com
836ae33d36f78aac4a74955cc9edcda160a9c07c
f91014eb88ad7c5de1f5ecf923554030f9f8ffd6
/LoginDialog.cpp
04e54f2ffa5cd5c534cc3d6ecf79ebe26bc0c750
[]
no_license
hongning666/HttpClient
2272cf8a9746e57a64722cd41e7d6a8bdc70934b
febf67eb71d35b65c03621f02af0e9790c4b19be
refs/heads/master
2021-09-09T06:15:39.078031
2018-03-14T04:52:25
2018-03-14T04:52:25
125,156,622
0
0
null
null
null
null
UTF-8
C++
false
false
755
cpp
#include "LoginDialog.h" #include "ui_LoginDialog.h" LoginDialog::LoginDialog(QWidget *parent) : QDialog(parent), ui(new Ui::LoginDialog) { ui->setupUi(this); } LoginDialog::~LoginDialog() { delete ui; } //ok按钮对应的槽函数 void LoginDialog::on_buttonBox_accepted() { m_username = ui->usernameEdit->text()...
[ "630388893@qq.com" ]
630388893@qq.com
8474a8e5290feec8fe296a89f7fa0fab856a6869
572cdaf9070086eb772ec3696dbd134c65c5c3f0
/200825Baek1913.cpp
34b4c30ba6c74e8b9328abcafcdcf590041e2eaf
[]
no_license
flylofty/coding_test
c701168326c9bd8afba23933f0e8b2088e92078b
7add9020ce3bd709b179c6f388f3fe43e894999c
refs/heads/master
2023-01-19T13:19:13.548871
2020-11-28T09:28:17
2020-11-28T09:28:17
277,563,689
0
0
null
null
null
null
UTF-8
C++
false
false
936
cpp
#include <iostream> #include <vector> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(NULL), cout.tie(NULL); int N = 0; int find; int a, b; int dir[4][2]{ {1, 0}, {0, 1}, {-1, 0}, {0, -1} }; cin >> N; cin >> find; vector<vector<int>> arr(N, vector<int>(N, 0)); int cnt = N * N; in...
[ "ljh596088@gmail.com" ]
ljh596088@gmail.com
829107a239f5e189a5ab25a6a98b377f9806ff18
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/webrtc/modules/desktop_capture/desktop_frame.h
35ac8e2475525b71899e9d14538a8889aac88908
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-google-patent-license-webm", "LicenseRef-scancode-unknown-license-reference" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
9,682
h
/* * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "jengelh@inai.de" ]
jengelh@inai.de
258c84b084c455df047d5cffe2ed73fa6169837e
642569762c24a1a35c44a885c8e3d36faaace496
/database3/include/Comunicacion.h
40f61b1b92345742d907be59cc41ed3aad7d4c4a
[]
no_license
clau1899/BaseDeDatos
04f5e2bda821d5c801a383ceafd41a17a4d68006
1609f87e912b86167ed31d5234ea1653d509621d
refs/heads/master
2020-03-19T12:42:36.846147
2018-07-07T21:05:20
2018-07-07T21:05:20
136,534,927
0
0
null
null
null
null
UTF-8
C++
false
false
262
h
#ifndef COMUNICACION_H #define COMUNICACION_H #include <Curso.h> #include <string> using namespace std; class Comunicacion : public Curso { public: Comunicacion(); virtual ~Comunicacion(); string tema; }; #endif // COMUNICACION_H
[ "cpc1899@gmail.com" ]
cpc1899@gmail.com
6f53600a4679c953ae07ead2d096a0e26d31a0f4
45c7a30aa5f151f54211cab18d5ff8873d57ed25
/projectUI/Exam_TT__.cpp
63b419beae3204e01e170456b25fa6184b55385e
[]
no_license
VineetMalik14/IITG_AcadSectionManagementSystem
0b860cd0a4d2f904938df6d41a21277306f13bcc
60461e482eba4b1123322559d5bfc132155161c2
refs/heads/master
2020-06-20T16:05:58.647280
2019-07-17T21:35:22
2019-07-17T21:35:22
197,171,977
0
0
null
2019-07-16T10:22:11
2019-07-16T10:22:11
null
UTF-8
C++
false
false
47
cpp
#include "StdAfx.h" #include "Exam_TT__.h"
[ "vineetmalik03@gmail.com" ]
vineetmalik03@gmail.com
d3e3d6ac4a7e7659714dcc9679f98da87701bb66
7e6cf43c62e03e7eb55b7121679be1fd4b43dcb3
/TP2/SystemC2.0.1_Modifié/src/systemc/utils/sc_report_handler.cpp
c39eabcfbd1e811fa7b3a64dbceda811a9729dcc
[]
no_license
alePereira/INF6600
8bef0ed584f0d24efcd2b3515d4319fe98dae3a5
501c70861b6bc508f6feb19410789966e26ca0e8
refs/heads/master
2020-04-03T09:57:18.542595
2016-11-16T16:38:58
2016-11-16T16:38:58
69,587,723
0
0
null
null
null
null
UTF-8
C++
false
false
4,913
cpp
/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2002 by all Contributors. All Rights reserved. The contents of this file are subject to the restrictions and limitations set f...
[ "chathura.namalgamuwa@ensimag.grenoble-inp.fr" ]
chathura.namalgamuwa@ensimag.grenoble-inp.fr
dbcade49f03eb9eb7877c6644ae89639599f83cd
2075fd64d072fca5f88b4fbe2c2397a3f12a29bd
/mediatek/platform/mt6577/hardware/audio/aud_drv/AudioYusuStreamHandler.cpp
aae874fa7644d67672add694300451579de3bba0
[]
no_license
4Fwolf/signal75-77_kernel_3.4.67
380fc4cee56b52060da78eecfa70a4ecea5f1278
bcca0b70dc87e8ba7af8878666076f7baf6c6b7a
HEAD
2016-09-01T16:01:49.247082
2016-01-29T09:56:21
2016-01-29T09:56:21
48,953,336
1
3
null
null
null
null
UTF-8
C++
false
false
39,387
cpp
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "sasha.halchin@gmail.com" ]
sasha.halchin@gmail.com
f297bf774f9663e84c32c24454be9b925fd370ed
f95fec8a9775e520cf2b1304ae861f953acd4c96
/Source/Application.cpp
626a5df10afa6555597576060ea7bcd4ecf20fea
[ "Apache-2.0" ]
permissive
uncerso/line-paint
4adac986c9628fa861409b07349e9e91a7eb0c64
756d7706ecfd0bff123db182826448d178c3b35b
refs/heads/master
2021-05-08T03:12:02.216072
2018-02-20T17:19:13
2018-02-20T17:19:13
108,174,104
0
0
Apache-2.0
2018-02-20T17:19:42
2017-10-24T19:33:24
null
UTF-8
C++
false
false
821
cpp
/* ============================================================================== Application.cpp Created: 25 Oct 2017 11:10:51am Author: uncerso ============================================================================== */ #include "Application.h" #include "MainForm.h" namespace line_paint{ Ap...
[ "yayayayaya38@gmail.com" ]
yayayayaya38@gmail.com
9212f07ab9fcfca2d9386a86eef5aba0416265f5
cb621dee2a0f09a9a2d5d14ffaac7df0cad666a0
/http/parsers/version_number.hpp
a68117b900555a9cf5931020cfc817c71f9d14ba
[ "BSL-1.0" ]
permissive
ssiloti/http
a15fb43c94c823779f11fb02e147f023ca77c932
9cdeaa5cf2ef2848238c6e4c499ebf80e136ba7e
refs/heads/master
2021-01-01T19:10:36.886248
2011-11-07T19:29:22
2011-11-07T19:29:22
1,021,325
0
1
null
null
null
null
UTF-8
C++
false
false
1,139
hpp
// // version_number.hpp // ~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2010 Steven Siloti (ssiloti@gmail.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 HTTP_PARSERS_VERSION_NUMBER_HPP #define HTTP_PA...
[ "ssiloti@gmail.com" ]
ssiloti@gmail.com
21da3feabc3dd0bfed5edbc513cdd986fb74a2cc
db06cee52d263fb49a36ddc66324d79953be6862
/app/inc/server.h
50ff7e8fb4e5bafe0fcb2c24857b2e2af059ce68
[]
no_license
andrewloomis/khet-server
85c4dcb22de63c1919cfef002471a2675ff804ee
919c067b68d47fecd067be45bd984682013845b7
refs/heads/master
2020-04-15T06:16:33.395522
2019-03-03T19:24:10
2019-03-03T19:24:10
164,454,736
0
0
null
null
null
null
UTF-8
C++
false
false
828
h
#ifndef SERVER_H #define SERVER_H #include "khetlib/player.h" #include "packetmanager.h" #include "customtypes.h" #include <QtWebSockets/QWebSocketServer> #include <QtCore/QList> #include <memory> class Server : public QObject { Q_OBJECT public: Server(); private: std::shared_ptr<Network::Connections> c...
[ "andrew@thanics.com" ]
andrew@thanics.com
03f11a9a6f8afee043bf40734f834bed2d24fc8f
b554f692668a485f98ad8acbfd6a3dedac655333
/WebSiteAnalyzer/include/main_frame.h
c1b4d390a12d705365a146a6296f182c4a206b65
[]
no_license
ANDR-ASCII/WebSiteAnalyzer
b04f21b78e39d217f6c8054022c5fa37b244808c
02852a94d0f1749ca305ec9889b1700bc7eac47a
refs/heads/master
2021-01-20T06:12:01.792082
2017-06-17T17:15:55
2017-06-17T17:15:55
89,851,093
1
0
null
null
null
null
UTF-8
C++
false
false
946
h
#pragma once #include "stdlibs.h" #include "ui_main_frame.h" #include "start_settings_dialog.h" #include "crawler_settings.h" #include "crawler_worker.h" namespace WebSiteAnalyzer { using namespace CrawlerImpl; class MainFrame : public QMainWindow { Q_OBJECT public: MainFrame(QWidget *parent = 0); Q_SIGNAL v...
[ "logforregs@gmail.com" ]
logforregs@gmail.com
b9c32904581871c930050b911da539b57eb83ae6
7ee83fb1bc2c59b24ba9fe7c44226fea59adea4b
/MPI programing/MPI programing.cpp
16676634103716f16b3758b1cbef05eb2189bceb
[]
no_license
udaravimukthi/MPI-Programming
60f6ae10799d2ad4f6c51f2dae896823aed1fd54
43e24f8aa42e867f7f435eaecb26c1235793cbfe
refs/heads/main
2023-06-13T05:43:00.966679
2021-07-05T13:32:29
2021-07-05T13:32:29
365,572,551
0
0
null
null
null
null
UTF-8
C++
false
false
1,501
cpp
// MPI programing.cpp : This file contains the 'main' function. Program execution begins and ends there. // //#include <iostream> //int main() //{ // std::cout << "Hello World!\n"; //} #include <mpi.h> #include <stdio.h> int main(int argc, char** argv) { // Initialize the MPI environment MPI_Init(NULL, NULL); ...
[ "uvlakshan@gmail.com" ]
uvlakshan@gmail.com
a516c68af8befb5ba5a11d2a9b44233f19608587
8a5a67fdf382f43477f3849daf2f0372be134e5b
/Algorithms/Linked List/06. Add two numbers given as a linked list.cpp
6ab5264ea2a25ebd28b2badf9d5fd605c75e3542
[]
no_license
akhilsaini678/All-Codes
bd57171bbf08e721c32f8fd30c26e05a02b6fd9f
6c7c7fc345d9fbe68e78723d1703f618941aefb3
refs/heads/master
2023-07-12T08:50:44.918801
2021-08-22T05:31:30
2021-08-22T05:31:30
398,625,962
0
0
null
null
null
null
UTF-8
C++
false
false
2,014
cpp
#include<bits/stdc++.h> using namespace std; // This is the node. class node{ public: int data; node* next; node(int val) { data=val; next=NULL; } }; // Insert at the begining. void insertbegin(node* &head,int val) { node* tmp = new node(val); tmp->next=head; head=tmp; } // Insert element at the end. voi...
[ "akhilsaini678@gmail.com" ]
akhilsaini678@gmail.com
2e2220a795b5c0fe3be9e5eb5953b724ca2e8d93
2ee0606af4b2097a9579ae0921deb7758b3bf08a
/Superpowered/AndroidIO/SuperpoweredAndroidAudioIO.cpp
9588963164482505ce18741c08c813d93ce92dcc
[]
no_license
pezzati/canto_andriod
0f6ea8774dfb4760bf86429840282fedc9f6c1f1
742676413646d5f5aa5f40d1b81bccbacf0ca492
refs/heads/master
2022-01-21T15:57:14.623936
2019-05-30T08:50:00
2019-05-30T08:50:00
156,974,892
0
0
null
null
null
null
UTF-8
C++
false
false
16,335
cpp
#include "SuperpoweredAndroidAudioIO.h" #include <SLES/OpenSLES.h> #include <SLES/OpenSLES_Android.h> #include <SLES/OpenSLES_AndroidConfiguration.h> #include <pthread.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #define NUM_CHANNELS 2 #if NUM_CHANNELS == 1 #define CHANNELMASK SL_SPEAKER_FRONT_CENTE...
[ "hamed.ma7@gmail.com" ]
hamed.ma7@gmail.com
8ef8f39c6930cfb94e75b556f5f6eed380cade0b
26e0f1ce7789dd6b5eb9c0971c3438c666f42880
/79.word-search.cpp
b32457b9ceccf30c76812ec39b1792dc05b42000
[]
no_license
yanmulin/leetcode
81ee38bb8fbe8ca208bc68683d0ffb96b20f2b68
7cc1f650e1ba4d68fb3104aecf3dfbb093ad9c1d
refs/heads/master
2020-12-05T01:39:32.290473
2020-08-19T03:47:23
2020-08-19T03:47:23
231,969,717
0
0
null
null
null
null
UTF-8
C++
false
false
1,141
cpp
class Solution { private: bool existRecurse(vector<vector<char>>& board, string &word, int idx, int row, int col) { if (idx >= word.size()) return true; if (row < 0 || row >= board.size()) return false; if (col < 0 || col >= board[0].size()) return false; if (board[row][col] != word[...
[ "yans1996@outlook.com" ]
yans1996@outlook.com
bdbd97107e63304d7dbb6f17ef36cead3e7b8402
564c21649799b8b59f47d6282865f0cf745b1f87
/chromecast/media/cma/pipeline/media_pipeline_impl.cc
14ced50a4d383c37ea7f16eac46266c695ab54b9
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
pablosalazar7/WebARonARCore
e41f6277dd321c60084abad635819e0f70f2e9ff
43c5db480e89b59e4ae6349e36d8f375ee12cc0d
refs/heads/webarcore_57.0.2987.5
2023-02-23T04:58:12.756320
2018-01-17T17:40:20
2018-01-24T04:14:02
454,492,900
1
0
NOASSERTION
2022-02-01T17:56:03
2022-02-01T17:56:02
null
UTF-8
C++
false
false
19,466
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromecast/media/cma/pipeline/media_pipeline_impl.h" #include <algorithm> #include <utility> #include "base/bind.h" #include "base/callback.h"...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
30b7df266eb6fd129097f881cd6f515cebc0b278
c9bc87553d573edb2b1eea604f2a35ee511bfd83
/settingwidget.cpp
2705ab27dcaca999ede0a69fdff1ea0d3abcdf96
[]
no_license
ZoomTen/libentertaining
a5c9b198c425295f1511332ee0b407e3cbf21ffc
dc7d6a85e22d247571e5d88b1fa9b1e984cdd533
refs/heads/master
2022-11-10T18:16:20.924852
2020-04-10T20:39:56
2020-04-11T21:19:03
275,983,350
0
0
null
2020-06-30T03:06:31
2020-06-30T03:06:31
null
UTF-8
C++
false
false
4,150
cpp
#include "settingwidget.h" #include "ui_settingwidget.h" #include <QSettings> #include <QKeyEvent> #include <musicengine.h> #include <tswitch.h> #include "textinputoverlay.h" struct SettingWidgetPrivate { QSettings settings; QVariant currentValue; SettingWidget::Type type; QString key; QWidget* s...
[ "vicr12345@gmail.com" ]
vicr12345@gmail.com
f0c55a8b21a05f5744c6ff718ba7fbebd57de5fe
706877561c8e07037aac648242189c8762b08768
/Final_Project_CISC220/BST.cpp
00ff27ebbedb7e8f6658817a1ebf6897d4b60ed5
[]
no_license
allenea/Final-Project
513981b3b0834673e9b9024a24e7704162fb64d4
86971b861130275cd6ebb680dd51a026bca5926b
refs/heads/master
2020-04-06T03:58:35.200231
2017-02-25T01:08:55
2017-02-25T01:08:55
83,095,968
1
0
null
null
null
null
UTF-8
C++
false
false
5,780
cpp
/* * BST.cpp * Matt Meyers (section 40) * Eric Allen (section 41) * TA: Leighanne Hsu */ #include "BST.hpp" #include "TNode.hpp" #include <stdlib.h> #include <string> #include <iostream> using namespace std; BST::BST() { root = NULL; count = 0; } BST::~BST() { } /* Gives the height of a node in a tree * ...
[ "ericallen@wifi-roaming-128-4-148-240.host.udel.edu" ]
ericallen@wifi-roaming-128-4-148-240.host.udel.edu
6b71db157742861cc83be21f63ae3fade0956a27
4ba4fb1fc3ac67cb5dcd0ae45b01ae7205b68fb4
/구현/10797번 10부제.cpp
e3d79231e8ba09e42aafa0002bdfdd28cee5b41f
[]
no_license
sweethoneybee/baekjoon
3c966902ee18bd7cdb98bb0899006f6928ce00ec
909f7bec28c712906d0cbf16cddf9cff997de112
refs/heads/master
2021-03-25T17:50:50.194027
2020-10-09T13:08:16
2020-10-09T13:08:16
247,637,103
0
0
null
null
null
null
UTF-8
C++
false
false
326
cpp
#include <iostream> using namespace std; int main(void) { int day = 0 ; int car[5] = {0}; int answer = 0; cin >> day; for(int i = 0; i < 5; i++) { cin >> car[i]; if(car[i] == day) { answer++; } } cout << answer; system("pause"); retur...
[ "jsjphone8@gmail.com" ]
jsjphone8@gmail.com
7749b05dde016fa043d9fc2604a79759ea1e1e3e
6133da1f9d3ab93185b007ec4c38622ad14743b8
/2Medium/526_BeautifulArrangement.cpp
cb1609d9e781bc22db06ce53c621e509090b98ca
[]
no_license
SreejeshSaya/LeetCode-Solutions
4a98b5d506bd8b20fcddd62743d0d472abc71847
3b7b767a2fd5a85ace0b206644badba61057c100
refs/heads/main
2023-08-03T05:31:12.706752
2021-09-28T03:30:13
2021-09-28T03:30:13
395,897,277
0
0
null
null
null
null
UTF-8
C++
false
false
441
cpp
class Solution { private: int cnt=0; bool v[16]; void calculate(int n, int pos) { if(pos>n) { ++cnt; return; } for(int i=1; i<=n; ++i) { if(!v[i] && (pos%i==0 || i%pos==0)) { v[i] = true; calculate(n, pos+1); v[i] = false; ...
[ "40210225+SreejeshSaya@users.noreply.github.com" ]
40210225+SreejeshSaya@users.noreply.github.com
6cedefebdd05e980cf92887191d2c19ba91cf6d7
8f66e7057a4275882f810a570e8e208caa07395a
/SEAD.cpp
62b9d4fd616fb8ddfc37f6f7c20dac0eb5f65cb1
[]
no_license
amit586/cp
ab3b1d9fc12da56cde1e69c35e2b9ba627d4695b
885420a7262ee26440099ee77f430d613c55f443
refs/heads/master
2021-03-02T12:41:35.824149
2020-08-07T11:25:33
2020-08-07T11:25:33
245,869,229
0
0
null
null
null
null
UTF-8
C++
false
false
1,554
cpp
#include<stdio.h> #include<iostream> #include<algorithm> #include<map> #include<string.h> #include<string> #include<vector> #include<math.h> #include<set> #include<queue> #include<chrono> #include<unordered_map> #include<unordered_set> #define fio ios_base::sync_with_stdio(false);cin.tie(NULL); #define ll long long...
[ "amit99kumar4826@gmail.com" ]
amit99kumar4826@gmail.com
dc6824fe8f9d2c5f13c4237353b64c381fdab42b
f89b03dd7ce186caf3f5e249cc0b63579ae22186
/TCoreClient/TStreamPacket.cpp
893d6620e60a81ff66c2122b38471d422f6d979a
[]
no_license
yura0525/01_YuraHomework
cdf8c645c47c71f39bf7edf44093977b9c7d273c
7f2a37ee19e1a00eb301ff676f7fbaf8f9954b22
refs/heads/master
2021-07-12T07:12:24.630819
2019-02-26T08:11:15
2019-02-26T08:11:15
146,382,373
0
0
null
null
null
null
UHC
C++
false
false
1,954
cpp
#include "TStreamPacket.h" #include "TPacketPool.h" #include "TUser.h" bool TStreamPacket::SendMsg(MSG_TYPE msg) { return true; } void TStreamPacket::Put(char* recvBuffer, int iRecvSize, TUser* pUser) { //받는 버퍼의 용량이 부족하면 if (m_iWritePos + iRecvSize >= MAX_RECV_SIZE) { char strTemp[MAX_RECV_SIZE] = { 0, }; mem...
[ "yura0525@naver.com" ]
yura0525@naver.com
7f014af2326fe79d084d516eaf1524390f689469
ad8271700e52ec93bc62a6fa3ee52ef080e320f2
/CatalystRichPresence/CatalystSDK/PamCustomSpringboardData.h
c3fbe0efdf2d82d9963dcf7a7c34fb986b2b4cd3
[]
no_license
RubberDuckShobe/CatalystRPC
6b0cd4482d514a8be3b992b55ec143273b3ada7b
92d0e2723e600d03c33f9f027c3980d0f087c6bf
refs/heads/master
2022-07-29T20:50:50.640653
2021-03-25T06:21:35
2021-03-25T06:21:35
351,097,185
2
0
null
null
null
null
UTF-8
C++
false
false
631
h
// // Generated with FrostbiteGen by Chod // File: SDK\PamCustomSpringboardData.h // Created: Wed Mar 10 19:04:43 2021 // #ifndef FBGEN_PamCustomSpringboardData_H #define FBGEN_PamCustomSpringboardData_H #include "PamFindableMovementVolumeData.h" class PamCustomSpringboardData : public PamFindableMovementVolumeData...
[ "dog@dog.dog" ]
dog@dog.dog
e20c2fa9676407c277b1319a2a49edba927a3e51
b68d57f5a0f855dbc69a7fc840bf2fb20b7bdebe
/src/rpcmining.cpp
6544f5d999c1568ba2a862c1966697a0a4a152b6
[ "MIT" ]
permissive
scottie/SAKHI
0047e316c8fef8ff84294646f6ee008df4063794
3503f8a2a81ab3a214294f3ec4d03f84a964016c
refs/heads/master
2020-03-19T10:27:05.125341
2018-06-06T18:39:16
2018-06-06T18:39:16
136,367,728
0
0
null
null
null
null
UTF-8
C++
false
false
24,655
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpcserver.h" #include "chainparams.h" #include "main.h" #include "db.h" #incl...
[ "scottlindh@gmial.com" ]
scottlindh@gmial.com
9ff7566cd46c4ca9eb8f5a8d2bca6315618331ad
cb324b8e92765c535765bbb88aa69878ce2e4fe3
/src/runtime/c++/cpp-channel.h
aff8c01c193ca3b7999051074511c718028026fc
[ "BSD-3-Clause" ]
permissive
pombredanne/Rusthon
f47756c6ae465c60012e63e02ea1e912c3b391fb
343c0b2b097b18fa910f616ec2f6c09048fe92d0
refs/heads/master
2021-01-17T21:24:29.744692
2016-09-10T10:53:59
2016-09-10T10:53:59
40,818,721
1
0
null
2016-09-10T10:54:00
2015-08-16T13:20:47
Python
UTF-8
C++
false
false
23,667
h
// Copyright 2014, Alex Horn. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #ifndef CPP_CHANNEL_H #define CPP_CHANNEL_H #include <mutex> #include <deque> #include <vector> #include <limits> #include <random> #include <memory> #include <thr...
[ "goatman.py@gmail.com" ]
goatman.py@gmail.com
2860dc6fd7a0e3ca96cdc0870b772e3700edab78
32a24d2d936908ed93ffde118459af45ca4c6aaf
/Common/Lock.h
7fc2523b18621db99afc0b82ae8b2668345d8063
[]
no_license
crazynoodle/EpollServer-1
fa904820d28a566c1be3d8cc0bfe1d4012fe12cd
a05b50bad9da482d7cf3076708c4b17f72e193c7
refs/heads/master
2021-01-18T12:19:15.632632
2016-06-02T03:54:21
2016-06-02T03:54:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
933
h
/**************************************************************************************************** Lock.h Purpose: provide RAII style locker Author: Wookong Created Time: 2014-6-5 ****************************************************************************************************/ #ifndef __LOCK_H__ #define _...
[ "honeyligo@sina.com" ]
honeyligo@sina.com