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
3e49796cd50504f14e4e4393eefd0964ed2dff74
d26a306d0dc07a6a239e0f1e87e83e8d96712681
/CORUS/main.cpp
60a02601a9cea1403b4da4e1516afde05c2d0f0b
[]
no_license
umar-07/Competitive-Programming-questions-with-solutions
e08f8dbbebed7ab48c658c3f0ead19baf966f140
39353b923638dff2021923a8ea2f426cd94d2204
refs/heads/main
2023-05-19T03:05:48.669470
2021-06-16T18:36:22
2021-06-16T18:36:22
377,588,251
0
0
null
null
null
null
UTF-8
C++
false
false
751
cpp
#include <bits/stdc++.h> #define ll long long int #define debug(x) cerr << #x << " is " << x << " "; #define mod 1000000007 #define endl "\n" #define fast_input ios_base::sync_with_stdio(false); cin.tie(NULL); using namespace std; int main() { ll t; cin>>t; while(t--) { ll n, q; cin >> ...
[ "mdu07100@gmail.com" ]
mdu07100@gmail.com
5670b7bc45e0a3f46cb9fc0f72b056d091030a48
5bed3b37c5ca01cac5c4b10118d29bedb1d8b6bc
/blending.cpp
12fab1d6c1d9276237be6e6e24b1d503e2116cd4
[]
no_license
mzhang94/6.815pset08
afaf094e16a432d40666c4b49b9018702963c021
53b202eff0bc7ae19baa697bd61a5dff45d74ec6
refs/heads/master
2016-09-01T17:05:45.051610
2015-04-15T22:58:57
2015-04-15T22:58:57
33,987,679
0
0
null
null
null
null
UTF-8
C++
false
false
8,781
cpp
#include "blending.h" #include "matrix.h" #include <math.h> #include <ctime> using namespace std; /***************************************************************************** * blending related functions re-written from previous asasignments ***************************************************************...
[ "mzhang94@mit.edu" ]
mzhang94@mit.edu
924b934788c783033c58464a439b638bf5a7dee4
3e700f47bd3e33250cc248c01b1e6ee1261049ef
/SPOJ/CUBEFR.cpp
a80dd177eb03302b57b301772c10c0482c4563ad
[]
no_license
pranavgupta1234/AlgorithmsAndDataStructures
8012e5f10d6f7cdbe65c1db31ad6ffa516f04207
a7530d66839265dbf542af8d3d7904d28da74d69
refs/heads/master
2021-05-01T05:03:42.246193
2019-04-27T23:16:39
2019-04-27T23:16:39
79,713,495
1
0
null
null
null
null
UTF-8
C++
false
false
295
cpp
#include <iostream> #include <vector> #define range 1000007 using namespace std; int main(){ int t; cin>>t; vector<int> cubefr; map<int,int> primepower; cubefr.push_back(1); for(int i=2 ; i<range ; i++){ for(int j=2 ; j*j<=i ; j++){ while() } } while(t--){ } return 0; }
[ "pranavgupta4321@gmail.com" ]
pranavgupta4321@gmail.com
95d6298d166359bfc94324b8ddf39b8d5aeb31a1
b6a39646e8a8b15db4047abaf9dd3fa013aa53f9
/vs2015/ch18 face culling/vegetation/main.cpp
cb73d9224d2816f5e2ef7e5432b9892f0b3a6eb1
[]
no_license
qxly/LearnOpenGL-qxly
c37393040fbcbb44d3fb272a8d4df28f35a772e4
b71194648bf5c189d34f209d4712e7a3ede09c73
refs/heads/master
2021-01-20T07:29:41.659195
2017-05-02T10:04:56
2017-05-02T10:04:56
90,006,247
0
0
null
null
null
null
UTF-8
C++
false
false
11,719
cpp
#define GLEW_STATIC // glew #include "GL/glew.h" // glfw #include "GLFW/glfw3.h" // SOIL #include "SOIL/SOIL.h" //GLM #include "glm/glm.hpp" #include "glm/gtc/matrix_transform.hpp" #include "glm/gtc/type_ptr.hpp" #pragma comment(lib, "OpenGL32.lib") #pragma comment(lib, "../../../dep/lib_x86/debug_static/glew32sd.lib...
[ "qxly_q@qq.com" ]
qxly_q@qq.com
f15fd421daf644e1e85061d33306745bc958a06c
2891e4e7fb0f154abea02bab820ccae7efceeb85
/zad12/zad12/zad12.cpp
23c8bac681d150db2da4f6fe5b2bdb4fca6d20f3
[]
no_license
Kazenas2003/cpp_practice
0934acf717267ca95854f69719ce4b1eebb16740
f9a11108b825a777f14862d927568ce05edbb46d
refs/heads/main
2023-06-16T08:05:02.087959
2021-07-16T16:54:39
2021-07-16T16:54:39
386,703,010
1
0
null
null
null
null
UTF-8
C++
false
false
3,718
cpp
#include <iostream> #include <math.h> using namespace std; double a, b, h, I, s = 0;//объявляем переменные и инициализируем сумму int n, i; double fun(double x)//объявляем подынтегральную функцию { return (0.1 + sqrt(x)) / (1 + log(x) * log(x)); } double pryamoug(double a, double b)//объявляем функцию метода левых пр...
[ "84115098+Kazenas2003@users.noreply.github.com" ]
84115098+Kazenas2003@users.noreply.github.com
37b2477f507f2f30dfa14c117501c8523b9275de
25457d72a63ae4836be46cb7034c43e453cea9bb
/nWifi.cpp
e5938ba9d1a3f0e558986e10dd5563cb58ecf998
[]
no_license
SanctusVitae/espServer
82952e24a7131b08721bff9a0639259399fa442c
a4477bda81d060efcb1fe422d4c830f71b986697
refs/heads/master
2023-06-21T23:48:53.754437
2021-07-16T20:58:09
2021-07-16T20:58:09
383,148,244
0
0
null
null
null
null
UTF-8
C++
false
false
880
cpp
#include "nWiFi.h" void network::wifi::apMode::configure(IPAddress thisDevIP) { IPAddress subnet(255,255,255,0); WiFi.setHostname("espdomain"); WiFi.softAPConfig(thisDevIP, thisDevIP, subnet); } void network::wifi::apMode::disable() { WiFi.disconnect(); delay(100); WiFi.mode(WIFI_AP_STA); } void network:...
[ "dawid.witkowski@cybercom.com" ]
dawid.witkowski@cybercom.com
276e81da23673fe191fba570d68c0c0b7c92d85f
3778519d536db519c651d53d94d5c86b959ac405
/src/Il/Ir/Instructions/GeI.h
055e771902559f83e543558f6aef5eba8489b9b1
[]
no_license
eval1749/evm
e882e98a8b7c451e62909a29c32380ee6b91ccac
0ed7aba1fd10614af6235e0f21b878d95273a7f4
refs/heads/master
2020-09-21T14:02:06.226527
2012-12-28T10:19:44
2012-12-28T10:19:44
23,464,986
1
0
null
null
null
null
UTF-8
C++
false
false
793
h
// @(#)$Id$ // // Evita Il - IR - Instructions - GeI // // Copyright (C) 2010 by Project Vogue. // Written by Yoshifumi "VOGUE" INOUE. (yosi@msn.com) #if !defined(INCLUDE_Il_Ir_Instructions_GeI_h) #define INCLUDE_Il_Ir_Instructions_GeI_h #include "./RelationalInstruction.h" namespace Il { namespace Ir { /// <summar...
[ "yosi@wolf.home.local" ]
yosi@wolf.home.local
6205c5cd1e1dc63bdb64e93974d397afb1bed14e
ea9aa080209cdf272c4cc21f0f9d326be7a922ae
/Master/Master/Master.cpp
3485eb2bbedd6a3c81dc57615b5ebe40dbf540d1
[]
no_license
songtitan/ModbusProject
0038fdb7cca56946cb63c9be83adc2d6c9469f2c
3efbdb2f9fc38b76373e42c6906e66546345efc3
refs/heads/master
2022-12-31T01:47:52.461680
2020-10-13T00:14:04
2020-10-13T00:14:04
303,542,619
0
0
null
null
null
null
GB18030
C++
false
false
12,720
cpp
#include "Master.h" #include "SttSerialPort.h" #include <qlayout.h> #include <qdebug.h> #include <qlabel.h> #include <qradiobutton.h> #include <qbuttongroup.h> #include <qtextedit.h> #include <qtablewidget.h> #include <qlineedit.h> #include <qheaderview.h> #include <qsettings.h> #include <qmessagebox.h> #i...
[ "753723229@qq.com" ]
753723229@qq.com
7443a51362b2ee4c9f425633b53a04b57afacc4a
af2bcb03b0ca34e376084eb8676666306e2dde99
/src/cpu/minor/execute.cc
ddb8db3cf04399f8a265f7ac12e39c01ecb882d9
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "LGPL-2.0-or-later", "MIT" ]
permissive
multifacet/ASAP
5c0b26dd2f06cd3c125e809b318c16721720f5e2
68cb32c43e3ebad2a5dfb947ce98442375b235c7
refs/heads/asap
2023-04-11T16:02:42.997035
2021-11-30T15:05:22
2021-11-30T15:05:22
426,381,088
4
2
BSD-3-Clause
2022-12-12T23:33:17
2021-11-09T20:43:59
C++
UTF-8
C++
false
false
70,503
cc
/* * Copyright (c) 2013-2014,2018-2019 ARM Limited * All rights reserved * * The license below extends only to copyright in the software and shall * not be construed as granting a license to any other intellectual * property including but not limited to intellectual property relating * to a hardware implementati...
[ "sujay.yadalam@gmail.com" ]
sujay.yadalam@gmail.com
8c9b45ca6445462040c8118464d995c022f80dbf
31d34bbaa958c8dd1292cbd39680bf637dc5d4db
/gnuradio/CodeRadar/gr-lab_radar/python/bindings/corr_dist_estimator_bfi_python.cc
1a7fc1aa72a0e3b8e1da8e5459984c5915d9b44c
[]
no_license
chrisjohgorman/SDR-Radar
0fc09ae0f20c746c409ba57ea888cbe6109c3ea8
3b295a80e358413bd9ef009e31c3fde84fdba20f
refs/heads/master
2023-04-22T14:33:16.272277
2021-05-12T00:52:22
2021-05-12T00:52:22
366,549,510
0
0
null
null
null
null
UTF-8
C++
false
false
1,676
cc
/* * Copyright 2021 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ /***********************************************************************************/ /* This file is automatically generated using bindtool and can be manually edited */ /* ...
[ "chrisjohgorman@gmail.com" ]
chrisjohgorman@gmail.com
1b09a23d0e3a6879a4cc1d6e29520bb913807bb3
32015f4d35688403d515fea0c5fa13aab52add63
/IControl/RadioList/RadioList.h
4eb09e660b599a2f30a1d1df8a06c5b8d804b2a6
[]
no_license
NadavGil/Software-Methods
a7b257e6992d9406c56e8fc0a178788b1799b507
5879c2c28eb9c714f0e24c58c8cef088a3d8c08b
refs/heads/master
2020-12-24T14:52:55.654889
2016-06-06T16:07:17
2016-06-06T16:07:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
621
h
#pragma once #include "../CheckList/CheckList.h" class RadioList: public CheckList { protected: vector<string> options; public: RadioList(); RadioList(int _height, int _width, vector<string> _options); ~RadioList(); size_t GetSelectedIndex(); void SetSelectedIndex(size_t index); virtual void Show(); virtual v...
[ "danieladler89@gmail.com" ]
danieladler89@gmail.com
9727b64fe6fa7ed4b765089d42b029464425b8c2
5cabbc2e4c435d404c720ebc3ca74b1857ad7b25
/51nod.com/1024.cc
c6759b75fe82d986efc0f436fdc83c63e2c3340b
[]
no_license
gogdizzy/ACM
896549482f849c956c6932107d233422a63e477f
185f8d6c29dfeca83b5eb8000d571a3dbb29fc9e
refs/heads/master
2023-04-21T21:41:45.584205
2023-03-24T03:40:04
2023-03-24T03:40:04
6,651,151
4
1
null
null
null
null
GB18030
C++
false
false
1,222
cc
/** * http://51nod.com/onlineJudge/questionCode.html#!problemId=1024 * 矩阵中不重复的元素 * 思路:题目范围较小,可以硬算,只要设计好比较好的数据结构 * 能够重复的数据只能是这样的形式,a^x == b^y,则a^k = b 或 b^k = a * 所以统计一下200以内的这样的数,在判断时,直接转为底数最小的形式。 */ #include <stdint.h> #include <stdio.h> uint32_t appear[200][44]; uint32_t fact[200][2]; #defin...
[ "gogdizzy@gmail.com" ]
gogdizzy@gmail.com
b34582a3138abc0f006c79401891323a7550e258
c766bece263e5149d0dbab04ea20308bf1191ab8
/AdobeInDesignCCProductsSDK.2020/source/public/interfaces/xmedia/IXMLDupElementsCmdData.h
50cc50b6d08a83159076967d098bc7d1cec692af
[]
no_license
stevenstong/adobe-tools
37a36868619db90984d5303187305c9da1e024f7
c74d61d882363a91da4938fd525b97f83084cb2e
refs/heads/master
2022-04-08T17:31:35.516938
2020-03-18T20:57:40
2020-03-18T20:57:40
248,061,036
0
0
null
null
null
null
UTF-8
C++
false
false
3,964
h
//======================================================================================== // // $File: //depot/devtech/15.0/plugin/source/public/interfaces/xmedia/IXMLDupElementsCmdData.h $ // // Owner: Daniel Guenther // // $Author: pmbuilder $ // // $DateTime: 2019/10/11 10:48:01 $ // // $Revision: #2...
[ "steven.tong@hcl.com" ]
steven.tong@hcl.com
4e3ac3e8c59152b7d3bea3a70d4aa68b5c6d0c26
eaf9531253fd5fdf2e8aa58734253b473b62e465
/windows/runner/main.cpp
5fe90b1ab7f555796ed2106fe9be55873f1a698e
[]
no_license
62theories/flutter_noti_firebase_android
e90cd00b07b5f3b8c1beec39e39799ca0f17901f
f4e02257b5ed536e98b85ac3c1bb64eb480a3a45
refs/heads/main
2023-07-15T04:21:14.463892
2021-09-03T04:28:57
2021-09-03T04:28:57
402,646,252
0
0
null
null
null
null
UTF-8
C++
false
false
1,231
cpp
#include <flutter/dart_project.h> #include <flutter/flutter_view_controller.h> #include <windows.h> #include "flutter_window.h" #include "run_loop.h" #include "utils.h" int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, _In_ wchar_t *command_line, _In_ int show_command) { ...
[ "s5935512005@phuket.psu.ac.th" ]
s5935512005@phuket.psu.ac.th
24b1ba9e0264bd67e7caebe79af1365465ed0eda
adfc245eca98c8118a538f01d50bca8ce08dc1bd
/cplus/ListNode.h
e082f8d310f6f7b0f01bffc8fa9290a48ec47241
[]
no_license
tom-cb/old-dev
966bd29119bab221f76eb3b7f9d7151b05530db9
b673e7198f809404e59ab6a8b9fb876c2fb513b3
refs/heads/master
2021-01-10T02:44:39.048842
2016-01-19T12:09:58
2016-01-19T12:09:58
49,950,793
0
0
null
null
null
null
UTF-8
C++
false
false
243
h
#ifndef LISTNODE #define LISTNODE class ListNode { public : ListNode* next; ListNode* previous; int data; ListNode(int iData, ListNode* iPrevious) { next = NULL; previous = iPrevious; data = iData; } }; #endif
[ "ubuntu@ip-10-242-214-29.ec2.internal" ]
ubuntu@ip-10-242-214-29.ec2.internal
dc3d01c5fd9b8b9a139ec73a5ce38b337116688b
a84a2d8ca22e0e99b4816da4e1c4e44e16ec4019
/Planetensystem/RK/datatypes.hpp
19c2e33f34b50cfc02b4cb19133de1ddc7d598fc
[]
no_license
Timo1102/Planetensystem
ee512afd5b687dc864691e6a9512341625a119d3
edad206e3f71f6383cdc012915553647e42b279d
refs/heads/master
2016-08-05T08:40:31.252494
2013-04-17T09:33:49
2013-04-17T09:33:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,193
hpp
#ifndef _RK_DATATYPES_HPP_ #define _RK_DATATYPES_HPP_ #include "defines.hpp" namespace RK { typedef unsigned char RKubyte; typedef unsigned char RKuchar; typedef unsigned short RKushort; typedef unsigned int RKuint; typedef unsigned long long RKuint64; typedef signed char...
[ "mail@shyxormz.net" ]
mail@shyxormz.net
6263952de1448e936ac2f7c6d3ddfdfdc48c0e39
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/ui/views/accessibility/views_utilities_aura.cc
1a00d2f9be534be78660feeff539df2e244039d1
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
589
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/accessibility/views_utilities_aura.h" #include "ui/aura/window.h" #include "ui/views/widget/widget.h" #include "ui/wm/core/window_util...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
1cef007343df6f7c61af68cdb71ce33c7ffc7602
cb86b76d52dc28a96c81ded751844f0776a11ca8
/binary_search.cpp
115d6e6f93644fc1cf41fcd1150b8500cf0e89cb
[]
no_license
chetan4151/coding-with-cpp
fdbbf9764791382c792ec869a6df77375183b2e7
1c3e6bdc150387142d986ba8050786a3ac04ed73
refs/heads/master
2023-09-01T04:32:44.136959
2021-10-23T08:14:40
2021-10-23T08:14:40
420,351,137
0
0
null
null
null
null
UTF-8
C++
false
false
665
cpp
#include<iostream> using namespace std; int binarysearch(int arr[],int n,int k) { int s=0; int e=n; while (s<=e) { int mid=(s+e)/2; if (arr[mid]==k) { return mid; } else if (arr[mid]>k) { e=mid-1; } else { ...
[ "sainichetan4151@gmail.com" ]
sainichetan4151@gmail.com
55daba00ead2d445e94fb68ed70da0d04e9252ab
8ed61980185397f8a11ad5851e3ffff09682c501
/thirdparty/GeometricTools/WildMagic5/LibGraphics/ShaderFloats/Wm5PVMatrixConstant.h
a060f1de644903e4d9dda7e889cc08e1e65ea2f5
[ "BSD-2-Clause-Views" ]
permissive
SoMa-Project/vision
8975a2b368f69538a05bd57b0c3eda553b783b55
ea8199d98edc363b2be79baa7c691da3a5a6cc86
refs/heads/melodic
2023-04-12T22:49:13.125788
2021-01-11T15:28:30
2021-01-11T15:28:30
80,823,825
1
0
NOASSERTION
2021-04-20T21:27:03
2017-02-03T11:36:44
C++
UTF-8
C++
false
false
865
h
// Geometric Tools, LLC // Copyright (c) 1998-2014 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // // File Version: 5.0.1 (2010/10/01) #ifndef WM5PVMATRIXCONSTANT_H #define WM5PVMATRIXCONSTA...
[ "j.abele@tu-berlin.de" ]
j.abele@tu-berlin.de
80db5e87567e2d0bd57dbc9b42626a7ac14214f9
fb3f905b6b4cf657182e15fe59b27dbc3a28be28
/torch/csrc/deploy/deploy.h
e6a4469c91ab314c2121132f80b21f7a24651feb
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
mrmutazsakran/pytorch
6862392e4b4b57bfc4cdd69ef4b7342facd37e1f
e1b5e22042b07287915541a413571b887c37a566
refs/heads/master
2023-04-22T07:01:18.856210
2021-05-05T23:09:44
2021-05-05T23:09:44
364,728,513
0
0
NOASSERTION
2021-05-05T23:13:14
2021-05-05T23:10:43
C++
UTF-8
C++
false
false
7,251
h
#pragma once // NOLINTNEXTLINE(modernize-deprecated-headers) #include <assert.h> #include <torch/csrc/deploy/interpreter/interpreter_impl.h> #include <fstream> #include <iostream> #include <string> #include <thread> #include <vector> namespace torch { namespace deploy { struct ReplicatedObj; struct InterpreterManager...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
63f70ebf36709fedc9a6fbfd567a2a28a9a9acbc
04b1803adb6653ecb7cb827c4f4aa616afacf629
/components/viz/common/gl_scaler.cc
78b5725ffecd69af350ef452337037f4ebffd36b
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
65,085
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 "components/viz/common/gl_scaler.h" #include <algorithm> #include <array> #include <sstream> #include <string> #include "base/logging.h" #inclu...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
8bf34ae89f92054f738f4af1f6ee35795549ea29
dac5254630fefae851da7c843dcab7f6a6af9703
/MacOS/Sources/Application/Calendar/Utilities/CTimezonePopup.h
82890bfdc97cede63ffa89ca65acbc515596b8a9
[ "Apache-2.0" ]
permissive
gpreviato/Mulberry-Mail
dd4e3618468fff36361bd2aeb0a725593faa0f8d
ce5c56ca7044e5ea290af8d3d2124c1d06f36f3a
refs/heads/master
2021-01-20T03:31:39.515653
2017-09-21T13:09:55
2017-09-21T13:09:55
18,178,314
5
2
null
null
null
null
UTF-8
C++
false
false
1,398
h
/* Copyright (c) 2007 Cyrus Daboo. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless re...
[ "svnusers@a91246af-f21b-0410-bd1c-c3c7fc455132" ]
svnusers@a91246af-f21b-0410-bd1c-c3c7fc455132
2f3876e8c104ec1774fa0a72f4112369f71c310c
e23d78ffc6cd7465f085a130d37d014184a57e6f
/project1/src/main.cpp
9cd015baec85b0f02d6357129f46de0234043ae2
[]
no_license
Oo1Insane1oO/FYS4411
2537ad8a8eda1510eff1cb0b5ec861a8a09736d1
d318b4df3c135fbbf52294f3bdd2ad0196f375cf
refs/heads/master
2021-01-18T03:12:09.604218
2017-06-29T17:52:27
2017-06-29T17:52:27
85,839,929
0
0
null
null
null
null
UTF-8
C++
false
false
3,088
cpp
#include "tests.h" // test functions #include "basis.h" // class basis #include <stdlib.h> // atoi #include <iostream> // cout #include <chrono> // timer ////////////////////////////////////////////////////////////////////////////// // Main file for running Hartree-Fock algorithm // ///////...
[ "alocias0@gmail.com" ]
alocias0@gmail.com
478bbb53221ed30d08e35165b9967d01b7920d69
1d3496037ed70eab651a69ad607ce0a331b34f60
/Новая папка/aa.cpp
d7e2d0b70ba4160edac396a63c1e9dd460378c37
[]
no_license
olzhas-b/algorithm-data-structure
90f00961585aef6796df9859d5554445bc8212c0
72803bbe9fbd772fd9233307051df21bfac16e95
refs/heads/master
2023-05-05T08:30:29.978262
2021-06-03T18:10:30
2021-06-03T18:10:30
373,599,853
0
0
null
null
null
null
UTF-8
C++
false
false
1,624
cpp
#include <bits/stdc++.h> using namespace std; #define all(x) (x).begin(),(x).end() #define ll long long #define vi vector<int> #define int long long #define pii pair<int,int> #define f(x) get<0>(x) #define s(x) get<1>(x) #define t(x) get<2>(x) #define F first #define S second #define pb push_back #define rep(i, a, b) f...
[ "oljas.bazarbekov15@gmail.com" ]
oljas.bazarbekov15@gmail.com
c8ec5cb07a18916e4436da497d6cfc2511251aa9
f78ffd56182e57ba971ebf04d8ffb21fb7f94a8b
/Framework/Math/Inc/MetaRegistration.h
8322a5eb60a72e9bbf1f95fb1e8bfbeb98771f3f
[]
no_license
StanPal/MAGE
8b2f72138221de1661aee2be51a2226ecc29d7d2
9697547b0aead7ffc6d495b12dca237372c75d09
refs/heads/main
2023-06-01T18:05:06.918391
2021-06-19T16:30:37
2021-06-19T16:30:37
378,455,929
0
0
null
null
null
null
UTF-8
C++
false
false
344
h
#pragma once #include "Vector2.h" #include "Vector3.h" #include "Vector4.h" #include "Quaternion.h" // Primitive Type Declarations META_TYPE_DECLARE(MAGE::Math::Vector2) META_TYPE_DECLARE(MAGE::Math::Vector3) META_TYPE_DECLARE(MAGE::Math::Vector4) META_TYPE_DECLARE(MAGE::Math::Quaternion) namespace MAGE::Math { void...
[ "46430858+StanPal@users.noreply.github.com" ]
46430858+StanPal@users.noreply.github.com
cb9803d98f5d324db06e96eed526d145150852ac
08aaec61b38ce347d4b7b70eb3eebb8c71db8a96
/click!/json.h
d001c22b1a8b2e84962e2274f6b093b919bf7a1c
[]
no_license
Nynu8/click-
71662815ca03457590b9ffc8fe6aa80fdc74c206
98997616083bc80807bdea998a4db46567c0b000
refs/heads/master
2020-05-28T11:34:31.976679
2019-06-24T01:41:46
2019-06-24T01:41:46
188,987,099
1
0
null
2019-06-21T12:47:39
2019-05-28T08:28:19
C++
UTF-8
C++
false
false
642,509
h
#pragma once /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ | | |__ | | | | | | version 3.6.1 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License <http://opensource.org/licenses/MIT>. SPDX-License-Identifier: MIT Copyright (c) 2013-2019 Niels Lohma...
[ "43759867+GeeA02@users.noreply.github.com" ]
43759867+GeeA02@users.noreply.github.com
412353212df91ef81d498ebc6710e4d50163e094
ed599ad5e0d776fedb94989c2fac0cef44799e38
/include/communication_protocols/usb/xinput.hpp
0f57de94b1600f7caa61cc1ffefe568ab661d44b
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
JulienBernard3383279/pico-rectangle
4583dc1884f0139da34805d4043c3b50507b774f
866a5a33e6f45c8d4a46b16154fc2bab5fb8c166
refs/heads/master
2023-08-17T14:28:38.334654
2023-06-24T13:25:26
2023-06-24T13:25:26
343,211,488
138
47
null
2023-02-12T17:07:59
2021-02-28T20:49:24
C++
UTF-8
C++
false
false
1,557
hpp
#ifndef USB__XINPUT_HPP #define USB__XINPUT_HPP #include "pico/stdlib.h" #include <array> const std::array<uint8_t, 0x11> xInputUnknownDescriptor = { 0x11, // Length of descriptor 0x21, // Descriptor id 0x10, 0x01, 0x01, 0x25, // Unknown 0x81, // EP IN 0x14, // Length of IN report 0x03, 0x03, ...
[ "artessbm@gmail.com" ]
artessbm@gmail.com
2217ffb899fa1788e84e5585f43810a6f7631308
28f8a21b5d4b961477f105bddeb36654a6cc3d57
/JetMETCorrections/METPUSubtraction/src/noPileUpMEtAuxFunctions.cc
88c383486260837bd2a37e095370bbf1f1b226c9
[]
no_license
fcostanz/NTupler
316be24ca3c8b9784def7e0deea3fd5ead58f72e
adc566a93ad4973fe61a1a9a24ceaabc3973a7ed
refs/heads/master
2016-09-06T03:57:21.982267
2014-02-17T10:01:14
2014-02-17T10:01:14
16,286,291
0
1
null
null
null
null
UTF-8
C++
false
false
5,557
cc
#include "JetMETCorrections/METPUSubtraction/interface/noPileUpMEtAuxFunctions.h" #include "DataFormats/Math/interface/deltaR.h" #include <math.h> int isVertexAssociated(const reco::PFCandidate& pfCandidate, const PFCandidateToVertexAssociationMap& pfCandToVertexAssociations, ...
[ "fcost@nafhh-cms02.desy.de" ]
fcost@nafhh-cms02.desy.de
90f904b4df5e52348ea216e4f79275be21c16502
ec3b90ba1fe26b8c00550cf08c4052be862a7f5e
/src/cachelot/item.cpp
fd5d8953e4e6866403058d9367e3513202f090c7
[ "BSD-2-Clause" ]
permissive
cachelot/cachelot
6c5929bce3de3785ad422c96caa8ccb3ade8fcf3
68520452f6403d928f20f23b2c93dc2f5c346edc
refs/heads/master
2023-04-27T14:15:25.484136
2023-04-12T13:45:05
2023-04-12T13:45:05
33,275,300
358
45
BSD-2-Clause
2023-04-12T13:46:32
2015-04-01T21:59:52
C++
UTF-8
C++
false
false
171
cpp
#include <cachelot/common.h> #include <cachelot/item.h> namespace cachelot { namespace cache { const seconds Item::infinite_TTL = seconds(0); }} // cachelot::cache
[ "aka.rider@gmail.com" ]
aka.rider@gmail.com
d6fd5115406d6b0bd52fe2050c0f024edd540fc3
3520e1537c435442e09a266bbe92e9d0c4b2457b
/src/KSMFApp.h
a4542f3795dca7d0b6bab0a870edb34f03892cbd
[]
no_license
ktoshihiro/KMidiPlay
78b909f7016f8703a1107f61052f890cdf245275
09f74f1e430f569c79f0cb793157574c47cd9210
refs/heads/master
2020-12-25T00:28:36.809483
2016-05-21T01:20:46
2016-05-21T01:20:46
59,335,386
0
0
null
null
null
null
UTF-8
C++
false
false
1,359
h
//====================================================================== // File: KSMFApp.h //---------------------------------------------------------------------- // Copyright © 1999 KISAKA Toshihiro. // All rights reserved. // noah@gopherwood.com // kisaka@pochi.iijnet.or.jp //=====================================...
[ "ktoshihiro@gmail.com" ]
ktoshihiro@gmail.com
f279d23f5169061966cbd3aec4decacf5f58b0ed
04b1803adb6653ecb7cb827c4f4aa616afacf629
/ppapi/shared_impl/flash_clipboard_format_registry.h
1d6a3ef5abd107e91dca49992b353f4d64a30d53
[ "BSD-3-Clause", "LicenseRef-scancode-khronos" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
2,546
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 PPAPI_SHARED_IMPL_FLASH_CLIPBOARD_FORMAT_REGISTRY_H_ #define PPAPI_SHARED_IMPL_FLASH_CLIPBOARD_FORMAT_REGISTRY_H_ #include <stdint.h> #inclu...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
2b31a63fdbbe2bc0786e3f1bef7412db32051304
c32ee8ade268240a8064e9b8efdbebfbaa46ddfa
/Libraries/m2sdk/ue/sys/render/I_SceneCDQuerySphere.h
7a61de29b42a9937a6e3b975e8b050ad14ecd6b2
[]
no_license
hopk1nz/maf2mp
6f65bd4f8114fdeb42f9407a4d158ad97f8d1789
814cab57dc713d9ff791dfb2a2abeb6af0e2f5a8
refs/heads/master
2021-03-12T23:56:24.336057
2015-08-22T13:53:10
2015-08-22T13:53:10
41,209,355
19
21
null
2015-08-31T05:28:13
2015-08-22T13:56:04
C++
UTF-8
C++
false
false
689
h
// auto-generated file (rttidump-exporter by h0pk1nz) #pragma once #include <ue/spatial/I_SpatialSubdivCDQuerySphere.h> #include <ue/sys/render/I_SceneQuery.h> namespace ue { namespace sys { namespace render { /** ue::sys::render::I_SceneCDQuerySphere (VTable=0x01E92380) */ class I_SceneCDQuerySphere : public ue:...
[ "hopk1nz@gmail.com" ]
hopk1nz@gmail.com
103a9d38339903e31518eb0e84109205b52a177f
b7f2c737686d1feb87a819def55c1df9729bd3f7
/Unsorted/410.cpp
335a4a327880aca394da5ff72fe2184a5d61ad73
[]
no_license
frontseat-astronaut/Competitive-Programming
e052c887497c5da9b82c701eacc765b7f839049f
eb49d9112cfe35cd0ef8cf1b690b607a8beede7d
refs/heads/master
2020-03-21T03:15:41.561248
2019-01-27T15:59:19
2019-01-27T15:59:19
138,044,632
0
0
null
null
null
null
UTF-8
C++
false
false
800
cpp
#include<iostream> #include<algorithm> #include<vector> #include<math.h> using namespace std; int main() { int C, S; int caseno=1; while(cin>>C>>S) { int m[S]; double avg=0; for(int i=0; i<S; ++i) { cin>>m[i]; avg+=m[i]; } avg/=C; sort(m, m+S); int i=S-1, c=0; bool dir=0; vector <int> ...
[ "32930066+frontseat-astronaut@users.noreply.github.com" ]
32930066+frontseat-astronaut@users.noreply.github.com
8971ca1469804cf9f1062a6ab5675efdd1bef015
62e564401e2f933d610056564d8d8463e5b5d95f
/src/ptk/display.cc
816699d652a21ea079539e6d61fe97caddcb2d84
[]
no_license
SvenMichaelKlose/ptk
1eb1b465eb3c5789d0935c276e70b7343738e9e2
8272f88c589b6d5db2031fdadff34eeeebf7df5d
refs/heads/master
2022-05-01T22:19:43.501700
2022-04-15T02:22:34
2022-04-15T02:22:34
17,663,577
0
0
null
null
null
null
UTF-8
C++
false
false
801
cc
// $Id: display.cc,v 1.1.1.1 2000/09/30 13:42:09 sven Exp $ // $Source: /home/cvsroot/ptk/src/ptk/display.cc,v $ //-------------------------------------------------------------------------- // Virtual screen // // (c) 1998-1999 Sven Klose //-------------------------------------------------------------------------- #in...
[ "pixel@copei.de" ]
pixel@copei.de
261ce74bc26dc4721da9cc2dc1d801c2fea914c6
173d06816491bba680110ecebc855fcdeef9d8c4
/test/unit/striped-set/set_std_unordered_set.cpp
b5a47c67fa05bdfc5fbd9b2c6072511be518c590
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
sanidhya/libcds
17196e8836f89a2f52eda5fe79b8b98450d68ff5
be26a23d4d4db7eb057b3e28f6048090eb38d3f1
refs/heads/master
2021-04-28T23:45:31.741654
2016-12-27T21:29:34
2016-12-27T21:29:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,368
cpp
/* This file is a part of libcds - Concurrent Data Structures library (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ Redistribution and use in source and binary forms, with...
[ "libcds.dev@gmail.com" ]
libcds.dev@gmail.com
0b264668b770657d1e092a01db1fd8ac346c6a87
cd220dc2816667aac0d51ddd511316f17d7e0f57
/src/bv/main.cpp
b2b7375ac7ff9440d2a4e73766e84243f9d19d8e
[]
no_license
cgbv-hm/rahmenprogramm
0f8c38a721b74ffc56be3f0953c71204d08fbbb1
8323afbdc1d2fe7f93008c0494aec4d729081cf1
refs/heads/master
2021-10-10T18:32:32.821806
2018-04-16T13:23:18
2018-04-16T13:23:18
125,058,014
0
1
null
2018-06-03T16:45:10
2018-03-13T13:43:23
C
UTF-8
C++
false
false
2,663
cpp
#include <iostream> #include <string> #include <memory> #include <bv/BVRenderer.h> #include <AntTweakBar.h> void resize(GLFWwindow *window, int width, int height); void destroy(GLFWwindow *window); void input(GLFWwindow *window, int key, int scancode, int action, int modifiers); void errorHandler(int error, const ch...
[ "markusdotmiller@googlemail.com" ]
markusdotmiller@googlemail.com
90576e53c2aca7171ae89fa0aae7ccaf4072b433
3ff1fe3888e34cd3576d91319bf0f08ca955940f
/mps/src/v20190612/model/ModifyScheduleRequest.cpp
7c1b14ce360eb7b99f81dd7ca6ce7d824d8c6cef
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp
9f5df8220eaaf72f7eaee07b2ede94f89313651f
42a76b812b81d1b52ec6a217fafc8faa135e06ca
refs/heads/master
2023-08-30T03:22:45.269556
2023-08-30T00:45:39
2023-08-30T00:45:39
188,991,963
55
37
Apache-2.0
2023-08-17T03:13:20
2019-05-28T08:56:08
C++
UTF-8
C++
false
false
6,344
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
ed236e5c7bfd4f75d80382db601eeed60034b9e2
8ebfafb46e92b05dec5822b645709235e5e7a45f
/utExpression.h
92ccb8755466ca91d71ba4a7060cfec3a30c24de
[]
no_license
morris17935/POSD-1
e2ee98b6d5689101942e1ce1ab93b0301c58b4ea
88e6c6dfc2f02546b1be8ff75714a6cd22b46607
refs/heads/master
2021-09-03T03:38:43.741830
2018-01-05T08:08:36
2018-01-05T08:08:36
103,538,484
1
0
null
null
null
null
UTF-8
C++
false
false
7,568
h
/** * * Here are some examples for exception handling, * the actual testing way is base on your implementation. * */ #ifndef UTEXPRESSION_H #define UTEXPRESSION_H #include "global.h" #include "struct.h" #include "variable.h" #include "atom.h" #include "number.h" #include "list.h" #include "scanner.h" ...
[ "morris12345678987654321@gmail.com" ]
morris12345678987654321@gmail.com
97ec772bda5106bf1cc77721fa9918debde96549
7f875d3d6c87aeefd11401413464631324b25cac
/1.cpp
ed686a6cdfec6e126efc6c620e91e01484b49843
[]
no_license
lxkeepcoding/Gluttonous-snake
d6d7ed93e3932f277d88aafa5e9fde9b42af39a0
8c1dc071302a4d54ecb5e5b4db9c18f6088e3cc9
refs/heads/master
2023-07-13T03:07:08.552560
2021-08-21T11:55:51
2021-08-21T11:55:51
398,545,180
0
0
null
null
null
null
GB18030
C++
false
false
10,643
cpp
#define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <Windows.h> #include <stdlib.h> #include <time.h> #include <conio.h> #define ROW 22 //游戏区行数 #define COL 42 //游戏区列数 #define KONG 0 //标记空(什么也没有) #define WALL 1 //标记墙 #define FOOD 2 //标记食物 #define HEAD 3 //标记蛇头 #define BODY 4 //标记蛇身 #define UP 72 //方向键:上 ...
[ "lx3332551532@163.com" ]
lx3332551532@163.com
e76b2f70ef2235cde55659e5ccccbc2f29b0e79f
aa930a9bd8aab4eefb3467a4ab17ecea1d7f4776
/QtViewer/mainwindow.cpp
d7c8313b61b53668765a717ed80cfdc14342e7d2
[ "MIT" ]
permissive
pennychn/QtCollection
c501aacacca151ab5114369f228942af3e467f3e
33b1190b0887e5967b133e88485d6c7e1e1d17a7
refs/heads/main
2023-01-20T12:48:43.390671
2020-11-09T11:46:48
2020-11-09T11:46:48
311,321,319
0
0
null
null
null
null
BIG5
C++
false
false
20,270
cpp
#include "mainwindow.h" Logger *pLog = new Logger(); int _max(int val1, int val2) { return (val1 > val2)?val1:val2; } int _min(int val1, int val2) { return (val1 < val2)?val1:val2; } MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { setWindowIcon(QPixmap(":resource/run.png")); m_mainWidget = new...
[ "pennychn@hotmail.com" ]
pennychn@hotmail.com
539852bd2b8d7710113872293e1d41406a135687
384c60e518e293da14763e36dd4b1b4896c60fa7
/Satou_Sorcecord/Kajiyarobo/Source/Menu/MenuState/MenuMake/MenuMake.h
47f57a0a80e0020b2e6329de070d4b20e11ef2cd
[]
no_license
satoshoot/satou_shuto_sourcecord
31f35df01f8bef9e426e06223c766ea9517eeb9c
07f17048df4bf0525472f71122830c1b375e73a9
refs/heads/master
2021-01-01T04:46:37.687403
2017-07-14T13:49:45
2017-07-14T13:49:45
97,238,964
0
0
null
null
null
null
UTF-8
C++
false
false
354
h
#ifndef _MENU_MAKE_H_ #define _MENU_MAKE_H_ #include "../../AbstractMenu/AbstractMenu.h" class MenuMake :public AbstractMenu { public: MenuMake(MenuChar& menuChar); virtual void OnInitialize()override; virtual void Update(float deltaTime)override; virtual void Decision()override; virtual void Before()override;...
[ "satoushuto97@gmail.com" ]
satoushuto97@gmail.com
dfcafa51a39e9d6e3679f647df927e8c8050a986
1cdab5d61d1f56885022718aa45079ff315e586b
/test/construct_sa_tests.cpp
bdea88b7357543e22b5c45faee078afb14ebc9eb
[ "BSD-3-Clause" ]
permissive
sacabench/sacabench
a98ad021649e10535b57fd541033b0bc240306a9
e4cb5d3e1876e2ff66b60dc80ee49933ad502534
refs/heads/master
2021-06-05T14:46:58.932919
2021-05-15T18:27:56
2021-05-15T18:27:56
170,491,521
16
1
BSD-3-Clause
2021-05-15T18:27:56
2019-02-13T10:51:04
C++
UTF-8
C++
false
false
1,541
cpp
/******************************************************************************* * Copyright (C) 2018 Marvin Löbel <loebel.marvin@gmail.com> * * All rights reserved. Published under the BSD-3 license in the LICENSE file. ******************************************************************************/ #include "test...
[ "loebel.marvin@gmail.com" ]
loebel.marvin@gmail.com
1f66227ff2dd2c60195cc4b1c4e67c93c02e58e0
4c1023e196133e0b7d4312bbc7e430796a35b6b1
/Alte concursuri/parcadancime-DF/main.cpp
b11bed48363832f22921e01e15fbe39521430afc
[]
no_license
PetreCatalin/Concursuri-Programare-Competitiva
0551bd141b071b1224c1e5e81516cd2ec23b90ce
58e355f73cb52f078e22284350c8ba197fe6fbca
refs/heads/master
2021-01-23T00:39:48.827093
2017-05-31T10:56:21
2017-05-31T10:56:21
92,826,697
1
1
null
null
null
null
UTF-8
C++
false
false
423
cpp
#include <fstream> using namespace std; ifstream f("parcadancime.in"); ofstream g("parcadancime.out"); long int i,j,n,x,a[100][100],viz[100]; void df(int i) { int k; g<<i<<' '; viz[i]=1; for (k=1;k<=n;k++) if (a[i][k]==1 &&viz[k]==0) df(k); } int main() { f>>n; for (i=1;i<=n...
[ "catalin_petre2007@yahoo.com" ]
catalin_petre2007@yahoo.com
19e88034adf035236e22d35d12ab0a2dcc88d691
663f25816bac61647fd0ba9e4f55fe4eb6a9b292
/source/code/utilities/linguistics/computer/hungarian/settings/characteristic/hungarian_characteristic.hpp
c605f3c51fb2228bb3feb607aeab7967ca00c185
[ "MIT" ]
permissive
luxe/unilang
a318e327cc642fabdcd08f3238aac47e4e65929f
832f4bb1dc078e1f5ab5838b8e0c4bb98ba0e022
refs/heads/main
2023-07-25T06:32:18.993934
2023-07-13T02:22:06
2023-07-13T02:22:06
40,274,795
42
8
MIT
2023-07-19T10:36:56
2015-08-06T00:02:56
Fancy
UTF-8
C++
false
false
91
hpp
#pragma once //add extern? enum class Hungarian_Characteristic {GLOBAL ,STATIC ,MEMBER };
[ "thickey@uber.com" ]
thickey@uber.com
f3dcc8a999577ea7c9ebf5ea64f4631cf6d8d880
09b5eec80877cd590063d635b1dc1c779a024223
/Atcoder/Dp_Contest.cpp/f.cpp
cadec81eb952bae82851ac0d652faf883679a1df
[]
no_license
Shahraaz/CP_P_S4
c8cb95a60a6b7024fc3110ebfd35e271e164073c
73d9d7fa5108349607fd9f71050c2eed7aaaf494
refs/heads/master
2020-05-24T22:11:09.211716
2019-07-15T23:55:11
2019-07-15T23:55:11
187,492,748
0
0
null
null
null
null
UTF-8
C++
false
false
1,658
cpp
//Optimise #include <bits/stdc++.h> using namespace std; // #define multitest 1 // #define Debug 1 #ifdef Debug #define db(...) ZZ(#__VA_ARGS__, __VA_ARGS__); template <typename Arg1> void ZZ(const char *name, Arg1 &&arg1) { std::cerr << name << " = " << arg1 << endl; } template <typename Arg1, typename... Args> void...
[ "shahraazhussain@gmail.com" ]
shahraazhussain@gmail.com
b7f25f21863c57372d86bb1b2b804d3690eec44c
392c3935998b4b87542aceaf030e64cbc27b54cf
/src/LoopClosure.cpp
886c7a2438e9d323c28598e33618d1f48c02c6d6
[]
no_license
fkgkdfgy/slam-practice
fc275a3e999689bbf2dabed0fef9c568433870c1
31bbfefe5ca1051bf5573e55364bd75ce351cde7
refs/heads/master
2021-03-29T18:15:08.879916
2020-03-25T09:45:28
2020-03-25T09:45:28
247,974,707
0
0
null
null
null
null
UTF-8
C++
false
false
6,459
cpp
#include "LoopClosure.h" double SPAErrorFunctoin::translation_weight = 0; double SPAErrorFunctoin::rotation_weight = 0; bool SPAErrorFunctoin::initializationFlag =0; void LoopClosure::Insert(const PGMBuilder* temp) { PGMPool.push_back(temp); M2MPGMPool.push_back(new M2MPGM(*temp)); submap_num++; } Lo...
[ "weilong.liu-csu@outlook.com" ]
weilong.liu-csu@outlook.com
02f95b6cd7c60b5a33f8333ab25ab7353526858e
765d490aa66db7c3aa08fca8f8dee02d5a163a9c
/ethercat_hardware/src/wg_util.cpp
38f45fd080e74b9906471e59bd992d148c49f12b
[]
no_license
PR2/pr2_ethercat_drivers
182cb46466d9a83a4431fd75c8c52bbbb4330679
48814f0094303b9bbd6047e69246b8241f4046a5
refs/heads/kinetic-devel
2023-04-09T00:28:38.250677
2023-03-27T11:26:24
2023-03-27T11:26:24
8,735,525
13
11
null
2023-03-27T11:26:26
2013-03-12T18:43:07
C++
UTF-8
C++
false
false
3,729
cpp
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2008, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following...
[ "dking@7275ad9f-c29b-430a-bdc5-66f4b3af1622" ]
dking@7275ad9f-c29b-430a-bdc5-66f4b3af1622
0b6c51d3d918f43a3c140701e96b4d3d69161f4b
01a536d135e00349f04e7c6478856ffa75a19fa3
/Proyecto1_PrograII_2020/FabricaDeListas.h
31382be7677f88f88ef1fc26314a1f0df1b9413c
[]
no_license
GinmerChavez/Proyecto1_PrograII_2020
744bfc5d21cdbd12697e1a6dfe44d247a59f4fb5
7ef8739e38818e1c89278d1ad07ab00712c31215
refs/heads/master
2022-12-14T08:49:18.921993
2020-09-26T06:33:51
2020-09-26T06:33:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
267
h
#pragma once #include "Colecciones/IList.h" #include "Colecciones/ArrayList.h" #include "Colecciones/LinkedList.h" enum class TipoLista { ArrayList, LinkedList }; class FabricaDeListas { public: static IList* crearLista(TipoLista tipo = TipoLista::ArrayList); };
[ "kairochm@gmail.com" ]
kairochm@gmail.com
3d5ec168018e0e5a499a97926e9e9faf8ac1c518
6f224b734744e38062a100c42d737b433292fb47
/clang/test/OpenMP/parallel_masked_taskloop_num_tasks_messages.cpp
97da3ddeb4dfdfa8f487bb6487b1438cae3d0c0d
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
smeenai/llvm-project
1af036024dcc175c29c9bd2901358ad9b0e6610e
764287f1ad69469cc264bb094e8fcdcfdd0fcdfb
refs/heads/main
2023-09-01T04:26:38.516584
2023-08-29T21:11:41
2023-08-31T22:16:12
216,062,316
0
0
Apache-2.0
2019-10-18T16:12:03
2019-10-18T16:12:03
null
UTF-8
C++
false
false
5,282
cpp
// RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s -Wuninitialized // RUN: %clang_cc1 -verify -fopenmp-simd -ferror-limit 100 %s -Wuninitialized void foo() { } bool foobool(int argc) { return argc; } struct S1; // expected-note {{declared here}} template <class T, class S> // expected-note {{declared here}...
[ "michael.p.rice@intel.com" ]
michael.p.rice@intel.com
4fddf020cb6e217ac421195460083cd1db1da48d
ef9a782df42136ec09485cbdbfa8a56512c32530
/tags/fasset2.3.1/src/manager/manureManager.h
28ab8ebd867037a79e8e2151d7262eb987485461
[]
no_license
penghuz/main
c24ca5f2bf13b8cc1f483778e72ff6432577c83b
26d9398309eeacbf24e3c5affbfb597be1cc8cd4
refs/heads/master
2020-04-22T15:59:50.432329
2017-11-23T10:30:22
2017-11-23T10:30:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,668
h
/****************************************************************************\ $URL$ $LastChangedDate$ $LastChangedRevision$ $LastChangedBy$ \****************************************************************************/ // Class: Manure_manager_class //Borland C++ 5.02 - FASSET style #define NT ...
[ "sai@agro.au.dk" ]
sai@agro.au.dk
9cc244dbe3029d7e5c3087c287ef12fdbab0e5a5
0a540cea0e3d8d1e6168be111148d899254b6822
/ASD/GenericSet/Test/SetTest.cpp
b1cc96f1d3935037230ea76c0fcc26a5df2c6893
[]
no_license
theZnorf/esdexercises
0b47ab103f61958c7dbf3676ace043597031d04c
dd3bf377191e28cbd6f945fa713a0db578a205cc
refs/heads/master
2020-12-31T04:41:31.624351
2016-03-03T13:49:57
2016-03-03T13:49:57
43,483,834
1
0
null
null
null
null
UTF-8
C++
false
false
3,563
cpp
// // Created by franz on 28.11.15. // #include "Set.h" #include <gtest/gtest.h> using namespace std; auto intTestData = {1, 34, 5, 665, 123123, -2323,-32424}; auto unsignedCharTestData = {1, 34, 5, 234, 231, 23}; auto signedCharTestData = {1, 34, 5, 123, -3, -123}; int i0 = 1, i1 = 43, i2 = -224, i3 = 1234, i4 = ...
[ "franz.profelt@gmail.com" ]
franz.profelt@gmail.com
cc42c405680878d937d37f2191f9e7c7a1a8f174
f4ae48a9c23f90d316a7818a6847ba229e46214e
/src/cstdio/setvbuf.cpp
8814dd319fb323afcc50062bfd95c297536cfd8f
[]
no_license
chenhaohaochenlulu/iwant
4e5d7c6d8402220940408497563c3c0a8811db61
64f68862cd6987c4b3ee3359f381f05ec0b797f5
refs/heads/master
2021-01-10T23:30:04.017497
2018-08-19T12:05:55
2018-08-19T12:05:55
69,723,271
0
0
null
2018-08-19T12:05:56
2016-10-01T06:27:58
C++
UTF-8
C++
false
false
383
cpp
#include "setvbuf.h" int Csetvbuf::my_init(void *p) { this->name = "Csetvbuf"; this->alias = "setvbuf"; return 0; } Csetvbuf::Csetvbuf() { this->my_init(); } Csetvbuf::~Csetvbuf() { } #ifndef SETVBUF_TEST #define SETVBUF_TEST 0//1 #endif #if SETVBUF_TEST #include "../all_h_include.h"int main(int argc, char *ar...
[ "xhfch@126.com" ]
xhfch@126.com
48ebf6b96c7b58cbf3f50b91c673a7c6d9967c23
fa476614d54468bcdd9204c646bb832b4e64df93
/otherRepos/luis/CDF/TECHNOCUP_2017/ELIMINATION_ROUND_1/C.cpp
a115d852be9c3ad208e708eee64345a777d2e88f
[]
no_license
LuisAlbertoVasquezVargas/CP
300b0ed91425cd7fea54237a61a4008c5f1ed2b7
2901a603a00822b008fae3ac65b7020dcddcb491
refs/heads/master
2021-01-22T06:23:14.143646
2017-02-16T17:52:59
2017-02-16T17:52:59
81,754,145
0
0
null
null
null
null
UTF-8
C++
false
false
1,101
cpp
#include<bits/stdc++.h> using namespace std; #define REP( i , n ) for( int i = 0 ; i < n ; i++ ) #define clr( t , val ) memset( t , val , sizeof(t) ) #define all(v) v.begin() , v.end() #define pb push_back #define SZ( v ) ((int)(v).size()) #define mp make_pair #define fi first #define se second #define...
[ "luisv0909@gmail.com" ]
luisv0909@gmail.com
0ebee49440bc13bd09d8484207adb6eb8da1b2be
61ff23ae86e6a4bc74b0893e7f3b9600416f9dd7
/other/analyzer/main.cpp
201fc8a4b0dfe00dde26f044d6a7eca9df012d13
[]
no_license
sergia-ch/inf
ee99c560300310cfadac01ff95a2d42869efcf31
3c73d6efc9e1c107d720680f6e4865edbb6fb185
refs/heads/master
2023-01-30T18:08:52.866094
2020-12-07T19:13:24
2020-12-07T19:13:24
15,929,207
0
0
null
null
null
null
UTF-8
C++
false
false
207
cpp
#include "analyzer.h" #include <QApplication> #include <string> using std::string; int main(int argc, char *argv[]) { QApplication a(argc, argv); Analyzer w; w.show(); return a.exec(); }
[ "etoestja@yandex.ru" ]
etoestja@yandex.ru
97bc5a4640682a083fdccd07a783f5000803732f
2c2efabd2faffef6f5e305f4700f2bb7adf7e025
/include/ceres/codegen/internal/expression_graph.h
30b5a78115bea12eaca461996cb26da32929a1d0
[ "BSD-3-Clause" ]
permissive
hongmasalong/ceres-solver
f4db114502a1523c508e8022de55931acae8808f
572ec4a5a52f1b4a712a291bf2b41c11ba943503
refs/heads/master
2020-09-27T10:30:54.361076
2019-12-04T12:32:03
2019-12-06T12:35:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,421
h
// Ceres Solver - A fast non-linear least squares minimizer // Copyright 2019 Google Inc. All rights reserved. // http://code.google.com/p/ceres-solver/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistr...
[ "darius.rueckert@fau.de" ]
darius.rueckert@fau.de
3fbed38158ad5ac4ee3ee57e154312c169af66c1
0ab5b3e86ea65a9fb216e7178b3f8ae5fe6b3a1c
/mobile/QUAN/GetSecretServer/GetSecretServer.cpp
373e5e91cd203d54f18284701f28ac11aff7b08d
[]
no_license
lineCode/mobile-1
197675bcde3d8db021c84858e276fc961b960643
66971911b57105b8ef5ad126b089b3fd1cc0f9b0
refs/heads/master
2020-03-29T11:02:22.037467
2017-02-13T09:40:59
2017-02-13T09:40:59
null
0
0
null
null
null
null
IBM852
C++
false
false
2,629
cpp
#include "GetSecretServer.h" #include "GetSecretImp.h" using namespace std; GetSecretServer g_app; extern SecretHashMap g_secret_hashmap; extern CircleHashMap g_circle_hashmap; ///////////////////////////////////////////////////////////////// void GetSecretServer::initialize() { //initialize application here: ...
[ "zys0633@175game.com" ]
zys0633@175game.com
3e3fac699f94a6f370c2f7bae1673314f8903138
17c5982b29c3a7c8294d5a25ddf9bb179f570d08
/Classes/Database/UStructure.cp
ce9b2c405908ef739d00d56aae51cc2af4c97a1e
[]
no_license
fozolo/galactica-anno-dominari-3
89e1881c9312b8c5d51fb9ba05f13838eaf2fdd6
c17049494120e8a2ad68309c4dda7ca37fd89e43
refs/heads/master
2020-09-11T20:09:28.562762
2016-01-12T19:06:04
2016-01-12T19:06:04
null
0
0
null
null
null
null
IBM866
C++
false
false
13,840
cp
// ============================================================================= // UStructure.cp й1996, Sacred Tree Software, inc. // // UStructure is a class for managing structure info for a view of a database // Written to be compiled under MacOS or Win32 // // version 1.3, MacOS compiled and tested, Win32 ...
[ "ed.zavada@gmail.com" ]
ed.zavada@gmail.com
874d662720000ff10c2a15f61028ce8767f06f00
a766ee23c2243f850ebdb83a69d0fb8a5359c07d
/Spring 2018/面向对象程序设计/Proj_3/main.cpp
8abb9c142b03999085aaba23f9792bdf35ede737
[ "MIT" ]
permissive
jasha64/jasha64
24e127e57dd8852e5a006ba98be6c17312733597
653881f0f79075a628f98857e77eac27aef1919d
refs/heads/master
2021-06-23T08:34:27.220649
2021-06-20T06:05:50
2021-06-20T06:05:50
218,268,953
1
1
null
null
null
null
UTF-8
C++
false
false
252
cpp
#include <iostream> #include "largeint.h" using std::cin; using std::cout; using std::endl; int main() { largeint a, b; cin >> a >> b; cout << "a + b = " << a + b << endl; cout << "a - b = " << a - b << endl; system("pause"); return 0; }
[ "17300180070@fudan.edu.cn" ]
17300180070@fudan.edu.cn
189329a355632668b1d952a93d52328a3ab15e1d
83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1
/third_party/WebKit/Source/platform/animation/UnitBezier.h
84a171917311b211df917f4a548786ba91898939
[ "Apache-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft" ]
permissive
cool2528/miniblink49
d909e39012f2c5d8ab658dc2a8b314ad0050d8ea
7f646289d8074f098cf1244adc87b95e34ab87a8
refs/heads/master
2020-06-05T03:18:43.211372
2019-06-01T08:57:37
2019-06-01T08:59:56
192,294,645
2
0
Apache-2.0
2019-06-17T07:16:28
2019-06-17T07:16:27
null
UTF-8
C++
false
false
5,292
h
/* * Copyright (C) 2008 Apple Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
[ "22249030@qq.com" ]
22249030@qq.com
58b6c11b57f9ef824e79e5a0ac756fb0c7fd9a0b
28d68af73c56375314efd07eaf6a1a9241a51ce3
/aws-cpp-sdk-ec2/include/aws/ec2/model/S3Storage.h
61285c93591c76400d26ef43d4008d9074a3722c
[ "JSON", "MIT", "Apache-2.0" ]
permissive
zeliard/aws-sdk-cpp
93b560791fa359be25b201e9a6513bc3cb415046
14119f1f5bc159ce00a1332f86e117362afd3cb6
refs/heads/master
2021-01-16T22:49:18.731977
2016-01-04T01:54:38
2016-01-04T01:54:38
41,892,393
0
1
null
2015-09-04T01:35:43
2015-09-04T01:35:43
null
UTF-8
C++
false
false
10,924
h
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
[ "henso@amazon.com" ]
henso@amazon.com
00904438823887ad48d8d0d81804dd1db84e7375
82a0adad24b79b39fa0528c127e9afbd103b1051
/C++/class snake/Snake.h
0288f7b59a1c4196f18cab9732a98ac473b068d0
[]
no_license
ykeklikoglu/Snake-Game
2b99807398685b306990b7fe1f396d7fe02c0530
02fb0b8548c4351bda09bc10f1576f4b3327aabf
refs/heads/master
2020-12-24T15:31:09.272149
2014-07-06T11:15:17
2014-07-06T11:15:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
456
h
#ifndef SNAKE #define SNAKE #include<iostream> using namespace std; struct ylan{ int xeks; int yeks; }; class Snake { private: int boy; int score; int arr[25][25]; struct ylan yilan[625]; public: Snake(void); int getboy (void)const; int getscore(void)const; void setboy(int); void setscore(int); void print (...
[ "kekliko01@gmail.com" ]
kekliko01@gmail.com
ced8c04358c3516187afea3bb980f00283ff4a57
45edbc62481e73693ac3569539a382fa40e28ce7
/Collision.cpp
f227dfd2284cfcaac13fb0399b2fbba42cb8a707
[]
no_license
alessio199825/A-tutto-gas
3a1839fd49f051357f2b4d09eb183c9a001d4554
a3cc4a39560c05cd8811bdad99034e6698f66342
refs/heads/master
2020-03-29T05:27:46.837146
2019-08-27T14:28:44
2019-08-27T14:28:44
149,583,225
3
1
null
null
null
null
UTF-8
C++
false
false
3,024
cpp
// // Created by alessio on 09/08/19. // #include "Collision.h" Collision::Collision() {} void Collision::setSCar(Sprite &sBox1, Sprite &sBox2) { S_CarBox1 = sBox1; S_CarBox2 = sBox2; } bool Collision::CarPlayer_Menagement() { for(int i=0; i<5; i++) { if (PixelPerfectTest(S_CarBox1, S_CpuBox2...
[ "alessio.corsi2@stud.unifi.it" ]
alessio.corsi2@stud.unifi.it
e9a0b4876a5cbacce89a87154abc2f024110b275
fc3d1aec38ff381473f5a632988435e340764596
/device/generic_sensor/linux/platform_sensor_manager.h
5d45e38e823150e509a3e50ee7e17fb887e6b4e5
[ "BSD-3-Clause" ]
permissive
vincentlao/chromium
6cb442f3f4e7065bfd0c90e6d1702930737b9221
05e587d647ad21227c035870a67237d918c3e080
refs/heads/master
2023-03-04T07:05:50.782230
2016-12-09T19:30:03
2016-12-09T19:34:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,862
h
// 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. #ifndef DEVICE_GENERIC_SENSOR_LINUX_PLATFORM_SENSOR_MANAGER_H_ #define DEVICE_GENERIC_SENSOR_LINUX_PLATFORM_SENSOR_MANAGER_H_ #include "base/scoped_obser...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
9ea789ddbbe3866f9133655e1da2601937a3f237
954083d5f92424bf715acd0ea6b1460d1e46660a
/book_read_all.cc
cc45048061d2904555cd0c69cdbcbaf992b826f8
[]
no_license
nickray/ushdex
e784c462c550075dc1f93bd0ea4c303343edb83d
6b92c08f2c652c7f008a7731c940a3d3290ddebe
refs/heads/master
2020-03-29T18:20:58.222536
2018-12-12T22:51:39
2018-12-12T22:51:39
12,753,859
0
0
null
null
null
null
UTF-8
C++
false
false
606
cc
#include "book_rw.h" #include <cstdlib> #include <iostream> #include <string> int main (int argc, char **argv) { if(argc != 2 or std::string("-h") == std::string(argv[1])) { std::cout << "usage: " << argv[0] << " <rel_contract>" << std::endl; if(argc == 2 and std::string("-h") == std::string(argv...
[ "n@skaaf.net" ]
n@skaaf.net
1373ccbc1c36554ed3802364db55454e92bd0582
e79583ae98b185decc6a68a0bac03e0c7d78840c
/OCTView/ImageProcess/medfilt_8u.h
4f2d3a06cf4e2c170ab4fa1179f38748de845f50
[]
no_license
nhs635/OCTView_NIRF
ee391fcce5d6210a4549b8d7880351b27acdf1e7
54fee3406c8ebb9d13cd75549b70edfa3597bd70
refs/heads/master
2021-01-01T19:12:02.344662
2017-07-27T16:38:08
2017-07-27T16:38:08
98,530,871
1
0
null
null
null
null
UTF-8
C++
false
false
900
h
#ifndef _MEDFILT_H_ #define _MEDFILT_H_ class medfilt_8u { public: medfilt_8u() { }; medfilt_8u(int _width, int _height, int _kernel) : width(_width), height(_height), kernel(_kernel) { RoiSize = { width, height }; MaskSize = { kernel, kernel }; ippiFilterMedianBorderGetBufferSize(RoiSize, MaskSize, ipp...
[ "nhs635@hanmail.net" ]
nhs635@hanmail.net
614e9b96b6c456c1427d3bf42f9f4b963ebde7cc
90e02ef236ec48414dcdb5bd08665c865605f984
/src/cisst-saw/sawKeyboard/components/include/sawKeyboard/mtsKeyboard.h
1b13a118e8ce9851ad1abe4b882e7844c0d12b1c
[]
no_license
NicholasDascanio/dvrk_moveit
3033ccda21d140a5feda0a7a42585c94784a1f13
4d23fa74f3663551791b958f96203f4196b1d765
refs/heads/master
2021-01-03T00:43:10.683504
2020-03-11T17:54:20
2020-03-11T17:54:20
239,836,095
1
0
null
null
null
null
UTF-8
C++
false
false
4,689
h
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */ /* Author(s): Gorkem Sevinc, Anton Deguet Created on: 2009-09-17 (C) Copyright 2009-2017 Johns Hopkins University (JHU), All Rights Reserved. --...
[ "nicholas.dascanio95@gmail.com" ]
nicholas.dascanio95@gmail.com
deed717321d8605d4eb08d8233ddc01bdb0446ad
8a8a9a02ff426e36ba772955facbf4a72891ea6c
/CLIQUE.cpp
0798098b5b1a3c798a9b6362840265d5d2cb6d74
[]
no_license
krishnaanaril/SPOJ
d9549ee313f6b6e7429bc950aa8d3b0860211f7e
74eb572318edc18470af1c2b3e6060e295ceb52b
refs/heads/master
2020-06-08T22:23:35.325838
2018-02-10T17:13:11
2018-02-10T17:13:11
12,751,622
0
0
null
null
null
null
UTF-8
C++
false
false
1,655
cpp
/* Name: Krishna Mohan Date: 3/20/2015 Algorithm: Greedy Site: Codeforces Contest: Practice - Clique Problem */ #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; typedef vector<int> vi; typedef pair<int,int> pi; typedef vector<string> vs; typedef v...
[ "krishnamohan.a.m@gmail.com" ]
krishnamohan.a.m@gmail.com
810ccee6903ddef4a3f673d1872e375fd40280e5
4d77398fc24009f483f2b2abc028a135e09fc9eb
/Assignment4/Solid_plate/17.1/uniform/time
7e5638922984f6e92c86ce272c09345a535e8b53
[]
permissive
Naveen-Surya/CFD-Lab-1
12c635b72c611d83080ed6dd316b1b0016f2f86f
c38b0bfe43c7135f4a10e744ea1ac6cf6e9d4a1a
refs/heads/master
2020-04-05T16:43:39.651232
2018-08-23T12:10:06
2018-08-23T12:10:06
157,026,052
0
1
MIT
2018-11-10T22:11:51
2018-11-10T22:11:51
null
UTF-8
C++
false
false
995
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | ...
[ "sarthakgarg1993@gmail.com" ]
sarthakgarg1993@gmail.com
37bd6e1c494d4d0ba84caa325631e76b878da40d
9f6ea4905d27b7396f37eb0ff44258d6745b9218
/proj/build/Il2CppOutputProject/Source/il2cppOutput/Il2CppCompilerCalculateTypeValues_42Table.cpp
8d7ae716f56bca0ac3a0a5ed9037543c632539ee
[]
no_license
lazaryan/CyberGarden2
b482c8366c12393e90abd29fe6c8b9daa6e8784c
7d1bcebc8fbf2c7bed47dfdfec1c4da9dc4efcf2
refs/heads/master
2020-05-17T04:07:16.253729
2019-04-28T13:28:18
2019-04-28T13:28:18
183,497,892
0
0
null
null
null
null
UTF-8
C++
false
false
343,494
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "splin259@gmail.com" ]
splin259@gmail.com
2800f52d5cf3d107aaa463fe5c36d706cb0d4c73
6fc57553a02b485ad20c6e9a65679cd71fa0a35d
/zircon/system/dev/bus/virtio/scsi.cc
541aee5bd45b0afc81fbde80c706789d7d003966
[ "BSD-3-Clause", "MIT" ]
permissive
OpenTrustGroup/fuchsia
2c782ac264054de1a121005b4417d782591fb4d8
647e593ea661b8bf98dcad2096e20e8950b24a97
refs/heads/master
2023-01-23T08:12:32.214842
2019-08-03T20:27:06
2019-08-03T20:27:06
178,452,475
1
1
BSD-3-Clause
2023-01-05T00:43:10
2019-03-29T17:53:42
C++
UTF-8
C++
false
false
13,682
cc
// Copyright 2019 The Fuchsia 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 "scsi.h" #include <ddk/debug.h> #include <fbl/algorithm.h> #include <fbl/auto_call.h> #include <fbl/auto_lock.h> #include <inttypes.h> #include <...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
53c12433ff402dcf6adf5e371ce8dc7f97d160bf
8ca84fb22b8fa0cf086d215949bd1f86361aba0f
/classRoster/networkStudent.h
899773db5cc0bfa950b96539d617f348eecb13df
[]
no_license
Kylar182/ClassRosterC867
af0cff892fadfb7caebeb3dbcd4afe1574c1ea5d
2b8e516cd15acae7e8d7c1cc8a9263cc5025f88f
refs/heads/master
2020-06-09T04:38:30.726637
2019-07-07T12:45:04
2019-07-07T12:45:04
193,371,548
0
0
null
null
null
null
UTF-8
C++
false
false
292
h
#pragma once #include "student.h" using namespace std; class NetworkStudent : public Student { private: Degree degreeType; public: Degree getDegreeName() override; void Print() override; NetworkStudent(string id, string fN, string lN, string email, int studentAge, int* days); };
[ "ajbeeman@kfsoftwaresolutions.com" ]
ajbeeman@kfsoftwaresolutions.com
fd7044dd48d7ec12e8a7dabc7cfabbc2e5eb35e1
38b9fa8384d8b852558fd79148e02ffa95447c12
/MuonFilter/src/MuonFilter.cc~
3c34925023d79ee7ee481a0fe7019411aae729e5
[]
no_license
mageisler/MyAnalyzers
5aa24a29945f19220c0ac03937b51164bd5aeaaf
dca0cbd2e01e3a31df7572d7ff7e6422083f3545
refs/heads/master
2016-09-05T18:26:52.723547
2014-01-29T08:44:42
2014-01-29T10:06:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,796
// -*- C++ -*- // // Package: MuonFilter // Class: MuonFilter // /**\class MuonFilter MuonFilter.cc MGeisler/MuonFilter/src/MuonFilter.cc Description: [one line class summary] Implementation: [Notes on implementation] */ // // Original Author: Matthias Geisler // Created: Tue Sep 3 13:53:29...
[ "mgeisler@cern.ch" ]
mgeisler@cern.ch
de06810be0976509120a730c3d8a93d470f57c53
236c6d351136e5cac93adb14d0da24ac7704db3d
/alds/bubblesort/main.cpp
28ba75c72d3e138d95b134dd2b232a69bcd24ad8
[]
no_license
tuxedocat/gym
44c3d30cc1172af373a1d5daedc5800382ef2451
215a6b2b3d3e36eae0bf71f81e23acad80f5a8b3
refs/heads/master
2021-03-27T13:30:27.174672
2019-12-05T02:48:02
2019-12-05T02:48:02
59,572,785
0
0
null
null
null
null
UTF-8
C++
false
false
920
cpp
// // main.cpp // bubblesort // // Created by tuxedocat on 1/8/16. // Copyright © 2016 tuxedocat. All rights reserved. // #include <stdio.h> #include <algorithm> #include <iostream> #include <vector> using namespace std; void ToString(vector<int> V) { for (vector<int>::iterator it = V.begin(); it != V.end(); ++...
[ "yusawai.null@gmail.com" ]
yusawai.null@gmail.com
18d4d2f23d535be2e9363f5eca2b367aa3ed254f
45e0fbd9a9dbcdd4fbe6aaa2fdb2aed296f81e33
/FindSecret/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_K2995537506.h
5cf3d0c15812ec6a26a3151d432f1fc0e79cc026
[ "MIT" ]
permissive
GodIsWord/NewFindSecret
d4a5d2d810ee1f9d6b3bc91168895cc808bac817
4f98f316d29936380f9665d6a6d89962d9ee5478
refs/heads/master
2020-03-24T09:54:50.239014
2018-10-27T05:22:11
2018-10-27T05:22:11
142,641,511
0
0
null
null
null
null
UTF-8
C++
false
false
1,419
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object3080106164.h" // System.Collections.Generic.Dictionary`2<System.Type,SimpleJson.Reflection.ReflectionUtils/ConstructorDelegate> struct Di...
[ "zhangyide@9fbank.cc" ]
zhangyide@9fbank.cc
6b48888b36ccd8a60dc1ddc4c0480c9fdbcf0ed6
b3518cceb94927fa3a5d15cd9a2e887defe0cdb7
/src/optimization/include/error_metric.h
7d08019da54aa0d2d6153719d428951d73786eaa
[]
no_license
koichiHik/blog_bundle_adjust
b3921fd5b546c0ccc161d02407b0270d9826c79d
8c05aabfba141ee82f14681bb26e6594cae63e03
refs/heads/main
2023-05-12T08:59:56.700168
2021-05-21T10:50:20
2021-05-21T10:50:20
363,568,665
1
0
null
null
null
null
UTF-8
C++
false
false
1,518
h
#ifndef __ERROR_METRIC_H__ #define __ERROR_METRIC_H__ // X. STL #include <vector> // X. Eigen #include <Eigen/Core> // X. Original #include <common_def.h> namespace optimization { double ComputeReprojectionErrorWithStepLength( const Eigen::MatrixXd &gradient, double step_length, const std::vector<Track> &...
[ "rkoichi2001@gmail.com" ]
rkoichi2001@gmail.com
a05f12c36e40a610a547207d3942bbdafb3e2dbf
dfe1f796a54143e5eb8661f3328ad29dbfa072d6
/psx/_dump_/44/_dump_c_src_/diabpsx/psxsrc/block.cpp
4432ba0dfa89270db1d42acf3f369be83ba3787e
[ "Unlicense" ]
permissive
diasurgical/scalpel
0f73ad9be0750ce08eb747edc27aeff7931800cd
8c631dff3236a70e6952b1f564d0dca8d2f4730f
refs/heads/master
2021-06-10T18:07:03.533074
2020-04-16T04:08:35
2020-04-16T04:08:35
138,939,330
15
7
Unlicense
2019-08-27T08:45:36
2018-06-27T22:30:04
C
UTF-8
C++
false
false
17,195
cpp
// C:\diabpsx\PSXSRC\BLOCK.CPP #include "types.h" // address: 0x800878B8 // line start: 226 // line end: 232 void UpdateSel__FPUsUsPUc(unsigned short *Col, unsigned short Add, unsigned char *Count) { } // address: 0x800878F8 // line start: 237 // line end: 266 void CycleSelCols__Fv() { } // address: 0x80087AB...
[ "anders@jenbo.dk" ]
anders@jenbo.dk
76550a27a00118d9decfc217027b91c80bc6f694
d84da00409352d81381005850c96588ede6a85d9
/lib/StanfordCPPLib/util/timer.cpp
8598c586619a0e86a21e4579c6c3bd62f29db227
[]
no_license
SchrodingerZhu/stanford-cpp-library-cmake
a1977ecbe3fcb28e6b20ae60ba7d90c416f42b84
05c5b95c07013586c6cc3b820c06a8acc685bbf5
refs/heads/master
2020-04-30T11:22:07.154647
2019-03-20T19:22:00
2019-03-20T19:22:00
176,799,480
7
1
null
null
null
null
UTF-8
C++
false
false
869
cpp
/* * File: timer.cpp * --------------- * Implementation of the Timer class as declared in timer.h. */ #include "timer.h" #include <sys/time.h> #include <system/error.h> Timer::Timer(bool autostart) { m_startMS = 0; m_stopMS = 0; m_isStarted = false; if (autostart) { start(); } } long ...
[ "118010469@link.cuhk.edu.cn" ]
118010469@link.cuhk.edu.cn
b383f847a39633e463ec955fed257ce12f92195c
207b91ec4bf2a851c99e1af4614f7c4751c0e412
/FairyTreeModule/DB/mail_table.cpp
eb775a18eabeff5dfb618105858ec4aadd00f567
[ "MIT" ]
permissive
lrqsf1982/FairyTreeModule
5c10d07f8e9616e26f5ceced68af7853edd7f284
6a3d168dc2651540f4a08fd84321857bd9468c0f
refs/heads/master
2020-03-19T07:25:49.304390
2018-06-20T10:53:45
2018-06-20T10:53:45
136,112,551
4
1
null
null
null
null
GB18030
C++
false
false
2,416
cpp
#include "mail_table.h" bool CDB_Mail::loadtable(void * dbcon) { if (dbcon == 0) return false; MYSQL * con = (MYSQL *)dbcon; const char* tmpsql = "SELECT * FROM `mail`"; int rt; rt = mysql_real_query(con, tmpsql, strlen(tmpsql)); int icount_fields = mysql_field_count(con); if (rt) { printf("Error making...
[ "lrqsf@hotmail.com" ]
lrqsf@hotmail.com
2d486e52eb99d200f50842f25ef18cda3b86dd15
a2f6cb78d71c5abea08efb9882ceeed5fc878cfa
/GameStateEnding.h
a2476895d0498abff6ded700ca1b0aacf4b9d7a3
[ "MIT" ]
permissive
takeupcode/Prepared
ebba926d60afff98d22114d9df37b02156dbd9e8
0b83b35076f5364556379238fcc4abd3fa3875f0
refs/heads/main
2023-09-01T20:45:27.229748
2021-08-28T19:10:30
2021-08-28T19:10:30
348,211,865
0
1
null
null
null
null
UTF-8
C++
false
false
466
h
#ifndef GAMESTATEENDING_H #define GAMESTATEENDING_H #include "GameState.h" class GameStateEnding : public GameState { public: GameStateEnding (Game * game); StateAction processInput () override; void processUpdate () override; void processEvents () override; void draw () override; templat...
[ "wahidtanner@gmail.com" ]
wahidtanner@gmail.com
25e30ceab48fdf01decd9f952f67f8b21a01ffb1
bd116e174fb2296d03760afd831008f91d36d628
/Source/Controls/ListControlPackage/GuiListViewItemTemplates.h
336bad52b0470dc3713977ea33e82f56ff04bb48
[]
no_license
fengtaoliming/GacUI
c53437395b3ecc3438641979745b5b72741e941e
0dfdea5197492611f31740841d1b8876b41e3df8
refs/heads/master
2020-12-30T16:28:49.273475
2017-05-11T06:17:54
2017-05-11T06:17:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,789
h
/*********************************************************************** Vczh Library++ 3.0 Developer: Zihan Chen(vczh) GacUI::Control System Interfaces: ***********************************************************************/ #ifndef VCZH_PRESENTATION_CONTROLS_GUILISTVIEWITEMTEMPLATES #define VCZH_PRESENTATION_CONTR...
[ "vczh@163.com" ]
vczh@163.com
42b2d170d5b7b20658e5a75b1d6c083ca42aa171
9b593fe268b6581302478fa3a3aae8a7b58ca2b1
/src/Rooted_Tree.cpp
21f0f49d7614a26f3b2004fe572cd0dbbc059eed
[]
no_license
danikv/DynamicGraph
08a4a9821d33a2d416b5667f72f87780125f569f
b49456c3237340c7af6cf7905c61dbd58ae43e32
refs/heads/master
2020-11-26T15:39:25.884640
2019-12-30T18:08:50
2019-12-30T18:08:50
229,124,857
0
0
null
null
null
null
UTF-8
C++
false
false
2,717
cpp
#include "Rooted_Tree.h" #include "Queue.h" Rooted_Tree::Rooted_Tree(Graph_Node* _node) { this->root = new Tree_Node(); this->root->node = _node; this->root->left_child = NULL; this->root->parent = NULL; this->root->right_sibling = NULL; this->root->layer = 0; } void deleteNode(Tree_Node* node...
[ "danielk8@gmail.com" ]
danielk8@gmail.com
929b09e94afe7460c167a045939a890563ad0205
6b4e2a7f51647524db22208eb98e925d1537fb6b
/Hash Table/0359. Logger Rate Limiter.cpp
aa4f8110000ddad69be9f6e413615194de63fe16
[]
no_license
denis-gubar/Leetcode
a099e0fd07600ae63456059753332f90ddd96542
ad54bee10fdf59644cc762218277a2f9de9b3509
refs/heads/master
2023-07-21T04:25:57.949932
2023-07-09T12:46:24
2023-07-09T12:46:24
218,048,440
5
0
null
null
null
null
UTF-8
C++
false
false
939
cpp
class Logger { public: /** Initialize your data structure here. */ Logger() { } /** Returns true if the message should be printed in the given timestamp, otherwise returns false. If this method returns false, the message will not be printed. The timestamp is in seconds gran...
[ "denis.gubar@gmail.com" ]
denis.gubar@gmail.com
dc6964e327b52cb4ef02b38872c46c96fc46b35d
84a96dbd96e926ebb5c658e3cb897db276c32d6c
/tensorflow/lite/tools/benchmark/gpu_delegate_provider.cc
2deb111652f92eccd4572fc5023d4f84321b47a9
[ "Apache-2.0" ]
permissive
MothCreations/gavlanWheels
bc9189092847369ad291d1c7d3f4144dd2239359
01d8a43b45a26afec27b971f686f79c108fe08f9
refs/heads/master
2022-12-06T09:27:49.458800
2020-10-13T21:56:40
2020-10-13T21:56:40
249,206,716
6
5
Apache-2.0
2022-11-21T22:39:47
2020-03-22T14:57:45
C++
UTF-8
C++
false
false
5,423
cc
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
c8c45daeb0de524b3c4544af27c5803960713523
eb2f8b3271e8ef9c9b092fcaeff3ff8307f7af86
/Grade 10-12/2018 autumn/NOIP/NOIP2018提高组Day1程序包/GD-Senior/answers/GD-0144/track/track.cpp
7c78652484da96148b0f05415f37ee16d5761bc5
[]
no_license
Orion545/OI-Record
0071ecde8f766c6db1f67b9c2adf07d98fd4634f
fa7d3a36c4a184fde889123d0a66d896232ef14c
refs/heads/master
2022-01-13T19:39:22.590840
2019-05-26T07:50:17
2019-05-26T07:50:17
188,645,194
4
2
null
null
null
null
UTF-8
C++
false
false
1,460
cpp
#include<cstdio> #include<cstring> #include<algorithm> #include<cstdlib> using namespace std; struct jgt { int c,to,next; }qxx[100010]; int head[50010],f[50010],a[50010][2],n,m,temp=1; int cmp(const void *a,const void *b) { return ((int*)a)[0] - ((int*)b)[0]; } void add(int x,int y,int z) { qxx[temp].to=y; qxx[t...
[ "orion545@qq.com" ]
orion545@qq.com
f8d7f0204cf15d9d6ce1166f9b24b1e15a9896a6
2781b7eab6a8b459452afc9dcdfb4045a5c5ff0d
/多态与虚拟/ch1/test_hello.cpp
bc4c0ee0033262d19eb061327bb787e64e1e172f
[]
no_license
peng1ei/cplusplus_book_note
ead1de144cad75ee0f00a93202d9aa4a72524ea2
a0510f7f2e0cbdf528f024a692dcbef0a71c67d2
refs/heads/master
2020-03-23T15:56:52.975512
2018-07-24T02:38:56
2018-07-24T02:38:56
141,784,870
0
0
null
null
null
null
UTF-8
C++
false
false
204
cpp
#include <iostream> #include "hello.h" using namespace std; int main(int argc, char *argv[]) { CPoint pt1(7.2), pt2(5.3), pt3; pt3 = pt1 + pt2; cout << "pt3.x = " << pt3.x() << endl; return 0; }
[ "2643650181@qq.com" ]
2643650181@qq.com
0c6289e07d352769e1d15171df5dc3256ca16b17
3cd1e6cff03461acf5edc1d25f253f1a0af383d0
/lib/VMCore/Attributes.cpp
7d3197cb0d7f2eddbdf7609ca4fec88b1dbef1ad
[ "NCSA" ]
permissive
Quantum-Platinum-Cloud/llvmCore
aacb91b619df609f1baf91df966e31a15bda31cc
06636e2aa0be8e24b9c3ed903480bdd49471ee5d
refs/heads/main
2023-08-23T17:42:51.782394
2013-10-29T00:03:36
2021-10-06T05:26:44
589,028,216
1
0
NOASSERTION
2023-01-14T20:31:25
2023-01-14T20:31:24
null
UTF-8
C++
false
false
12,237
cpp
//===-- Attributes.cpp - Implement AttributesList -------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "91980991+AppleOSSDistributions@users.noreply.github.com" ]
91980991+AppleOSSDistributions@users.noreply.github.com
4b5a35a4231667a8352f9d170fc80117540701d7
0f4f82fc8eb7d31c97a40efa2624700f503f6606
/src/object.cpp
ca3f9004ebd9251b05a1c37500ae01b4586f9979
[]
no_license
Vahelnir/bomberman
afce8cf277cbe3ae4f42f43a257898635d7a596c
b16c0ad8dcd769d10d378200ecb1f8d0915599e5
refs/heads/master
2021-04-03T08:14:41.485353
2018-03-11T18:41:10
2018-03-11T18:41:10
124,776,449
0
0
null
null
null
null
UTF-8
C++
false
false
2,463
cpp
// // Created by valentin on 01/03/18. // #include "object.h" #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> Object::Object(Texture *texture) { this->texture = texture; } GLuint Object::vbo, Object::ebo; static const float vertices[] = { // positions ...
[ "vavaballz@gmail.com" ]
vavaballz@gmail.com
e35e315469868c3831a03c2698052ae2d5e2360c
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/068/951/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_int_memcpy_67b.cpp
25e563e9b40d40b4dd8ade2b99d56408c2dd7ee1
[]
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,581
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_int_memcpy_67b.cpp Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.label.xml Template File: sources-sink-67b.tmpl.cpp */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate usin...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
41f8953cca53f9f175194c0cd5efc830706f481f
401d9120db1750d65312479e5e99ff7ab1a867b3
/poj-2239.cpp
917cac0fc4bea2094ba45eca8fea6bc48facd8f8
[ "MIT" ]
permissive
ZxMYS/Xiaos-ACM-Solution-Set
ff14348149bae56a7689a87ef5796533fff70aed
cfd7fc34deac27f4e0267a4eb3cc396c0a8dbe8f
refs/heads/master
2021-01-01T15:54:39.868855
2013-02-01T11:32:41
2013-02-01T11:32:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,741
cpp
#include <iostream> #define MAX 310 using namespace std; int vm1[MAX]; int vm2[MAX]; bool vc[MAX][MAX]={0}; int Bipartite(bool vc [][MAX],int nv1,int nv2) { int i, j, x, n; int q[MAX], prev[MAX], qs, qe; n = 0; for( i = 0; i < nv1; i++ ) vm1[i] = -1; for( i = 0; i < nv2; i++ ) vm2[i] = -1; f...
[ "manyoushen@gmail.com" ]
manyoushen@gmail.com
aeaa37532e61fa050d03c3f675eb93ff084b7518
a4fbd22fec95beba17fa15026a1812d30426e839
/Lunch Time 28.10.17 Codechef/Maximum number/main.cpp
882c3aa3d346f796a6c1faaa484886430090c5e5
[]
no_license
codesniper99/Coding-Competitions
bb368fc051f60e02fea73e90d3056f0ffe6af6f3
6fcb6a90f46842274f7b700af5edf4f60ecbb4d9
refs/heads/master
2021-07-04T22:45:32.322362
2020-09-07T20:19:26
2020-09-07T20:19:26
171,656,734
1
0
null
null
null
null
UTF-8
C++
false
false
1,150
cpp
#include<iostream> #include<algorithm> #include<stdio.h> #include<math.h> #include<vector> using namespace std; int main() { int t; scanf("%d",&t); while(t--) { long long int a; scanf("%lld",&a); if(a%6==0) { printf("%d\n",a); return 0; } long long in...
[ "akhilvaid21@gmail.com" ]
akhilvaid21@gmail.com
bd179e21079ddaef0b5b885499bdcc4d13e05df4
7228258fbbd0546c030de6c515337f8b2239677e
/Player.h
cd9cc953f872fd7affc0deb0210a78e76f8fe8b9
[]
no_license
molinadejan/DefenceGame
e790bb7f41f5dad96c86e1e9dc61f79ff27dd18a
8bf1b0cc0a176139c093e502dae39efeb74ff6fb
refs/heads/master
2023-05-30T23:10:12.949067
2021-06-29T15:44:40
2021-06-29T15:44:40
381,417,801
0
0
null
null
null
null
UHC
C++
false
false
764
h
#pragma once #ifndef __PLAYER_H__ #define __PLAYER_H__ #include "Geometry.h" class Player { private: // 위치 Point pos; // 총구가 이루는 각, 중심을 기준으로 오른쪽은 +, 왼쪽은 - int angle; double radius; // 총구의 시작, 끝 Point muzzleStart; Point muzzleEnd; void DrawBody(HDC hdc) const; void DrawMuzzle(HDC hdc) const; public: ...
[ "molinadejan@naver.com" ]
molinadejan@naver.com
4bc98c31a93e2ea8e81b2b37ce301708739eb5ce
945c5035949b008fa81461b352456101978c8519
/BOJ_cpp/dfs, bfs/7576.cpp
db96767872f32acb1d5fe315d1320457cf0e6351
[]
no_license
leehayeong/Algorithm
816daffbb0c0e0587d57c29c271f3bc92822bcd3
442bce796459e4e2f33a0d500ee1c02a15f7bca4
refs/heads/master
2020-07-31T05:28:54.733205
2020-05-16T15:32:14
2020-05-16T15:32:14
205,650,927
0
0
null
null
null
null
UTF-8
C++
false
false
2,033
cpp
#include <cstdio> #include <iostream> #include <algorithm> #include <vector> #include <queue> using namespace std; /* 토마토가 모두 익는 최소 일수를 구하라. 상자 가로 M, 세로 N 정수 1 = 익은 토마토, 0 = 익지 않은 토마토, -1 = 들어있지 않은 칸 */ int N, M; int dx[4] = { -1, 1, 0, 0 }; int dy[4] = { 0, 0, -1, 1 }; int map[1001][1001]; int checked[1001][1001]...
[ "lhaayyy@naver.com" ]
lhaayyy@naver.com
3bbc33f9076d66f826d486a7d8425a7a7cd4a8af
bb867828b2aa7211d08e86591c4fcabc3870edc6
/683-k-empty-slots/solution.cpp
5cf28d9e034b264c035026eb8ff5b81d5a51a618
[]
no_license
zhiwei1988/LeetCode
de3c2b608a4837614c46139657b86f573c93eb12
ba2342998f40597c3e27c1cf09f0b90fa71e233a
refs/heads/master
2023-09-04T04:36:46.502821
2021-10-27T13:24:16
2021-10-27T13:24:16
239,124,852
0
0
null
null
null
null
UTF-8
C++
false
false
887
cpp
class Solution { public: int kEmptySlots(vector<int>& bulbs, int k) { set<int> openBulbs; // 记录已打开的灯的位置 for (int i = 0; i < bulbs.size(); i++) { auto result = openBulbs.insert(bulbs[i]); auto iter = result.first; if (iter != openBulbs.begin()) { a...
[ "zhiweix1988@gmail.com" ]
zhiweix1988@gmail.com
833f54cee6d4417302837e2f2f0415e47b7df6ad
2ba6b3bca0adb8043771d72fbc86885ac5af677e
/Source/Yeah/ColliderMovementComponent.h
caf88a02e728fb58191d35a63f01f34056498552
[]
no_license
JinGyung00/Yeah
ff77b799f83a0348235d6f410166a97c3727661a
0ce88c1640d88cba5ee88f0a350645f566c7b5d7
refs/heads/master
2023-06-21T21:41:43.527590
2021-06-23T11:50:20
2021-06-23T11:50:20
387,543,020
0
0
null
null
null
null
UTF-8
C++
false
false
473
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/PawnMovementComponent.h" #include "ColliderMovementComponent.generated.h" /** * */ UCLASS() class YEAH_API UColliderMovementComponent : public UPawnMovementComponent { GENE...
[ "vridenerv@gmail.com" ]
vridenerv@gmail.com
9a69d35db1021d7bfd3b3f33c8acd2fa71851821
844a2bae50e141915a8ebbcf97920af73718d880
/Final Demo 1.09.3.12/src/info.c
c0f7ab42b5399c5aee3e67c029ebc7241c45176e
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
KrazeeTobi/SRB2-OldSRC
0d5a79c9fe197141895a10acc65863c588da580f
a6be838f3f9668e20feb64ba224720805d25df47
refs/heads/main
2023-03-24T15:30:06.921308
2021-03-21T06:41:06
2021-03-21T06:41:06
349,902,734
0
0
null
null
null
null
UTF-8
C++
false
false
285,074
c
// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 1998-2000 by DooM Legacy Team. // // This program is free software; you can redistribute it and/or // modify it under the terms of ...
[ "67659553+KrazeeTobi@users.noreply.github.com" ]
67659553+KrazeeTobi@users.noreply.github.com
0f2424650fb8d5a0e859c853095b9a753c4eaf9e
c5b583438a0219a74c271237f24a3bad18bc2519
/problems/bzoj3036.cpp
421dd29e3ab1aa2036efb41aedef3e2c443f0f40
[]
no_license
gaodechen/OI_History
7b857cda868b5881735431a41de6fb42ea68b19f
5abf087de374cd9866ec7b6902f3a2bae870bdd9
refs/heads/master
2022-04-22T19:27:15.534325
2020-04-23T16:36:33
2020-04-23T16:36:33
258,250,958
0
0
null
null
null
null
UTF-8
C++
false
false
1,095
cpp
#include <cstdio> #include <cstring> #include <queue> using namespace std; const int N = 1e5 + 5; inline int in() { int k = 0, c = '\0'; for(; c > '9' || c < '0';) c = getchar(); for(; c >= '0' && c <= '9';) { k = k * 10 + c - '0'; c = getchar(); } return k; } struct Edge {int v, w, next;}...
[ "gaodechen@live.cn" ]
gaodechen@live.cn
845b9a1f639cbb5592b362534d63b31c14485521
0edbcda83b7a9542f15f706573a8e21da51f6020
/private/inet/mshtml/src/core/wrappers/printwrp.cxx
5862d263f290611e047a9eca28dfdc509f6236f2
[]
no_license
yair-k/Win2000SRC
fe9f6f62e60e9bece135af15359bb80d3b65dc6a
fd809a81098565b33f52d0f65925159de8f4c337
refs/heads/main
2023-04-12T08:28:31.485426
2021-05-08T22:47:00
2021-05-08T22:47:00
365,623,923
1
3
null
null
null
null
UTF-8
C++
false
false
5,326
cxx
//+--------------------------------------------------------------------------- // // Microsoft Forms // Copyright (C) Microsoft Corporation, 1994-1997 // // File: printwrp.cxx // // Contents: Wrappers for special printing-specific wrappers for the // Trident project. // // Any Unic...
[ "ykorokhov@pace.ca" ]
ykorokhov@pace.ca
df7b14e7f9c59c0cb76d857335b5bea7dc6f9455
6ad8f303302acfbe66a25b4999f390f663165bec
/DuiLib/Core/UIControl.cpp
942f7ffd565a48f56f1f803860a214d908422ca7
[]
no_license
yuechuanbingzhi163/ListXml
4cde9c62c8bccc19eab77102a731c172d93a70b2
39ecc487bbb63ad59a09c4bf6c48a57dce48d4e4
refs/heads/master
2020-12-11T08:09:57.785994
2015-06-26T04:55:09
2015-06-26T04:55:09
null
0
0
null
null
null
null
GB18030
C++
false
false
28,104
cpp
#include "StdAfx.h" namespace DuiLib { CControlUI::CControlUI() : m_pManager(NULL), m_pParent(NULL), m_bUpdateNeeded(true), m_bMenuUsed(false), m_bVisible(true), m_bInternVisible(true), m_bFocused(false), m_bEnabled(true), m_bMouseEnabled(true), m_bKeyboardEnabled(true), m_bFloat(false), m_bSetPos(false), m_chSho...
[ "zwl@meitu.com" ]
zwl@meitu.com
d28a30cae766986c79577a6a1393c8ed7c1db6df
18f201f5824639adc8b4363a1092925a84c87ee9
/src/collisions.cpp
b5967ae4ef4df242c9ca8a88fce58b5538132ec6
[ "MIT" ]
permissive
gabrielziegler3/Maze-Game
7d08626b28e564af36f0d6403dac2f818d4806b0
83d4c25919afd578dd5f225d545dc20be8ef99f7
refs/heads/master
2021-01-19T18:14:29.810472
2018-08-20T00:59:42
2018-08-20T14:14:42
101,118,674
0
0
null
null
null
null
UTF-8
C++
false
false
1,330
cpp
#include "../inc/collisions.hpp" #include <ncurses.h> #include <iostream> Collisions::Collisions(){ } Collisions::~Collisions(){} void Collisions::hitBonus(Player * player, Map * map, Bonus * bonus, int posx, int posy){ if(map->positionMatrix(player->getPositionY(), player->getPositionX()) == '&'){ pla...
[ "gabrielziegler3@gmail.com" ]
gabrielziegler3@gmail.com
95e989232048ca5ef1c0bd27351e302c03c3a87f
53b95dfec4ca824d1929dc9f03989e32c21e98b0
/src/1669 - Round Trip.cpp
3d3eddaa29c85fe0ccda915662b0010b67107bea
[]
no_license
fuad7161/CSES-Solutions
612e81975c653c9bd1339fa65a56c28ea61d7a7a
cf324f66365ff2ce375e169bc22e69c18f86ca62
refs/heads/master
2023-08-24T16:43:20.772743
2021-09-23T03:40:18
2021-09-23T03:40:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,753
cpp
/* Problem Name: Round Trip Problem Link: https://cses.fi/problemset/task/1669 Author: Sachin Srivastava (mrsac7) */ #include<bits/stdc++.h> using namespace std; template<typename... T> void see(T&... args) { ((cin >> args), ...);} template<typename... T> void put(T&&... args) { ((cout << args << " "), ...);} template<...
[ "mrsac7@gmail.com" ]
mrsac7@gmail.com