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
21a82e6fb21f96827fff1e31606ff953bea40437
ec9ae74d76b85fc732919e08a29a0cebf8fc77dd
/src/MapTool/XColliderControlForm.h
10a2b19da0591e9246c360c87867b45de997f37e
[]
no_license
shkuk88/MapTool
681759d38d55b87637a458c6e651e7c6fee8ac12
b9ff8691eccae9e4e6b385964fe14d9bbae8b61a
refs/heads/master
2020-04-09T11:03:38.434647
2019-01-18T02:10:32
2019-01-18T02:10:32
160,293,868
0
0
null
null
null
null
UTF-8
C++
false
false
2,357
h
#pragma once enum ColliderType { OBB = 0, Sphere, Complete }; // XColliderControlForm 대화 상자 class XColliderControlForm : public CFormView { DECLARE_DYNAMIC(XColliderControlForm) // 사용자 정의 변수 public: bool m_bComplete = true; // 사용자 정의 함수 public: static XColliderControlForm* CreateOne(CWnd* pParent); // 하나만 만들도록 한다...
[ "shkuk88@Gmail.com" ]
shkuk88@Gmail.com
e4addcfdb78b4651b320cfa14110253458b20290
2a9213024770a6c6c6b305bf3cf45f44e6398d47
/caf/libcaf_core/caf/detail/type_traits.hpp
61563a651b51cd2e0864832b6d39f27a90f6dece
[ "Unlicense" ]
permissive
wissunpower/WeizenbierGame
195d36e7a32485dc76f06c2b0d5c11ee6d5b4a60
34f027c43055dfa6b05e62ca0b6c31271af013f3
refs/heads/main
2023-08-06T06:44:36.240176
2021-09-29T07:34:29
2021-09-29T07:34:29
390,057,582
0
0
Unlicense
2021-09-26T16:22:57
2021-07-27T16:43:06
C++
UTF-8
C++
false
false
31,807
hpp
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in // the main distribution directory for license terms and copyright or visit // https://github.com/actor-framework/actor-framework/blob/master/LICENSE. #pragma once #include <array> #include <chrono> #include <functional> #include <string> #...
[ "30381759+wissunpower@users.noreply.github.com" ]
30381759+wissunpower@users.noreply.github.com
2cb362d171c6903c647b22bd300cefad595f1fa0
8943b7977c41fd184a7690ce9db068f4c8a7fa36
/common/WindowManager.h
197b3d31086f2c3074a12c6d860797f8c778c2d8
[ "MIT" ]
permissive
PeterZhouSZ/rigid-body-simulation
d5fcf05617f5da0357dceaf24d5bf0c69d72df23
4b84b47abd77845d946f636f299d564dc7342c40
refs/heads/master
2022-01-12T05:42:37.495119
2018-09-24T19:42:59
2018-09-24T19:42:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
452
h
#pragma once #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> using namespace glm; /* * Should be derived to handle platform specific stuff */ class WindowManager { protected: static GLfloat width; static GLfloat height; public: static GLfloat GetWidth() { return...
[ "wolftho@student.ethz.ch" ]
wolftho@student.ethz.ch
4ede9637541c4aca73af4d15e3bc6040bb29dbfb
19106d5f532c3b0d5b22c527d5c9cab89bad9251
/Projects/SFMLFramework/CPlayer.cpp
4bfed168dee41242bda41810762242cf24ba9331
[]
no_license
jsinclair/GameDev
74a9768a512aec5d054b95a4f10df481e0cf5efb
6ccbd49c6789e80f349abca0a3f96d76bae09632
refs/heads/master
2021-09-08T16:12:05.030782
2021-09-01T07:27:46
2021-09-01T07:27:46
32,154,580
0
0
null
null
null
null
UTF-8
C++
false
false
872
cpp
#include "CPlayer.h" CPlayer::CPlayer() { } bool CPlayer::OnLoad(std::string File, int Width, int Height, int MaxFrames) { if(CEntity::OnLoad(File, Width, Height, MaxFrames) == false) { return false; } return true; } bool CPlayer::OnLoad(sf::Texture* texture, int Width, int Height, int MaxFrame...
[ "james@mytcg.net" ]
james@mytcg.net
3e3c0722ae9a04b9c4d40c82daaed59951cf5edc
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/shell/services/hdsrv/apdiag/piping.cpp
252f9f29e5c1bc247fcd7fa2b9de995b076f122a
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,434
cpp
#include "ids.h" #include "cmmn.h" #include <tchar.h> #include <io.h> #include <objbase.h> #ifndef UNICODE #error This has to be UNICODE #endif #define ARRAYSIZE(a) (sizeof((a))/sizeof((a)[0])) static SECURITY_ATTRIBUTES _sa = {0}; static ACL* _pacl = NULL; static SID* _psi...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
11cf0c3abb9cdf3d636a76be33c4233efdd2d193
425847a6b54d81f63b3cad7c7d4a653ac4531f8f
/FlowField/Sector.cpp
1753fc8208ec2b6179e2cf435494bc10e287eea8
[]
no_license
Ferret840/Personal_RTS
f82f63fb86109df751a267e45cb5765cda00b1a4
ad1b0a95c3c1a255818a51cc83baf685a4daa873
refs/heads/master
2021-07-01T07:17:47.533488
2020-09-13T05:24:50
2020-09-13T05:24:50
152,492,937
0
0
null
2020-03-23T07:47:52
2018-10-10T21:35:33
C#
UTF-8
C++
false
false
7,108
cpp
#include "stdafx.h" #include "Sector.h" extern "C" { namespace TerrainData { Sector::Sector(int dim, int _xSize, int _ySize, Vector3<float> cornerPos, float nodeDiameter, int _sectorX, int _sectorY) : xSize((int)round(_xSize / nodeDiameter)), ySize((int)round(_ySize / nodeDiameter)), Position(corne...
[ "clameyer95@gmail.com" ]
clameyer95@gmail.com
21af27e19cb1dde43252b2bb898c402f92403bf9
ce288466a274ada7bbbb4a916fd57ea72117b412
/rt/src/Material.cpp
aeb59dc934ed9d3ddc2162fc9dcca6ca7cff4b09
[ "Apache-2.0" ]
permissive
JBamberger/global-illumination
b59d1e09bdf6c9a361f0d2792999a2beac77b944
ab4a5bc8463f59a6ae7d724bd290790a1cef294b
refs/heads/master
2022-04-02T16:17:45.664418
2020-02-18T17:07:04
2020-02-18T17:07:04
219,213,479
0
0
null
null
null
null
UTF-8
C++
false
false
6,238
cpp
/** * Copyright 2020 Jannik Bamberger * * 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...
[ "dev.jbamberger@gmail.com" ]
dev.jbamberger@gmail.com
f48d0b3e40a89fbf9f4fe3a9de9668b2d7c1c401
cba9e693cdae04384458fb51f6d2eab99e6a3b97
/src/action/world/object/ActionWorldRotateObjects.cpp
ccd2933dc0bf9bd93b851046cdc4fa38dc4b6997
[]
no_license
momentarylapse/edward
6b83899addfd685ffae01ab56ae8ddc7b379e738
7d136754a77b79aba7bf1466ca3175a64eedf2cb
refs/heads/master
2023-08-22T05:36:25.207443
2023-08-10T22:32:25
2023-08-10T22:48:05
106,417,617
1
0
null
null
null
null
UTF-8
C++
false
false
2,604
cpp
/* * ActionWorldRotateObjects.cpp * * Created on: 11.06.2012 * Author: michi */ #include "ActionWorldRotateObjects.h" #include "../../../data/world/DataWorld.h" #include "../../../data/world/WorldCamera.h" #include "../../../data/world/WorldObject.h" #include "../../../data/world/WorldLight.h" #include "../...
[ "michi@lupina.de" ]
michi@lupina.de
76d2f68a1183d42c7b0d1f3841a60c5c3c9ba3dc
569a859aa4576d48d294a8154e691660933766d4
/src/scales/Indian_Penta.cpp
3cd06883d280bde7f12033b1d3a1bab88b10d4e2
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
kant/Prism-1
f9ccf4b284b4b3baa3a1a19bfc5d88ca0670495f
34094a5e78048816e608063b45e11a538c0341eb
refs/heads/master
2020-08-19T11:57:29.670703
2019-10-11T14:21:24
2019-10-11T14:21:24
215,917,687
0
0
BSD-3-Clause
2019-10-18T01:37:03
2019-10-18T01:37:03
null
UTF-8
C++
false
false
77,670
cpp
#include "Scales.hpp" Scale indian_penta = { .name = "Indian Classical", .description = "The Indian Classical scale contains 12 notes, seven of which form the basic notes - Svara - Sa, Ri/Re, Ga, Ma, Pa, Dha, Ni. Unlike the western tradition, the scale uses just intonation and lacks a reference concert pitch, so t...
[ "johnhoar@yahoo.co.uk" ]
johnhoar@yahoo.co.uk
85ccb1eb29fe5d3b16f45d228ba285fa2d0bb6df
5558f90148a82001e967ded1f950d71d0c236029
/src/problems/shared/parsers.hpp
52e1c7754369588fc1d1b90f5fe23e9b12db0191
[]
no_license
RDLLab/tapir
68281814d6b5ab5d97a77724c4e0652d511ebe78
e2c0da73efca5e8ead33a860f26e75198459c262
refs/heads/master
2022-12-09T04:05:35.038038
2020-09-04T23:36:52
2020-09-04T23:36:52
292,951,917
18
2
null
null
null
null
UTF-8
C++
false
false
12,958
hpp
/** @file parsers.hpp * * Provides some convenient functionality for parsing heuristics, search strategies and estimators * for belief values. */ #ifndef SHARED_PARSERS_HPP_ #define SHARED_PARSERS_HPP_ #include <unordered_map> #include "solver/cached_values.hpp" #include "solver/abstract-problem/heuristics/Heuris...
[ "hannakur@gmail.com" ]
hannakur@gmail.com
31a9a094e7e861acb45f749b08ea0a8fe21457c2
05f7573db159e870fb26c847991c4cb8c407ed4c
/VBF/Source/VBF_CORE4.0/VBF_Interface/VBF_Symbol/VBF_JBPointLib/VBF_ShapeClosedCurve.h
66eb8cfde84c022d58ed0bdc5f45df57b357bbaf
[]
no_license
riyue625/OneGIS.ModelingTool
e126ef43429ce58d22c65832d96dbd113eacbf85
daf3dc91584df7ecfed6a51130ecdf6671614ac4
refs/heads/master
2020-05-28T12:12:43.543730
2018-09-06T07:42:00
2018-09-06T07:42:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,002
h
#ifndef _CLOSEDCURVE_H #define _CLOSEDCURVE_H #include <VBF_Symbol/VBF_JBPointLib/VBF_Shape.h> class VBF_JBPOINTLIB_EXPORT CVBF_ShapeClosedCurve : public CVBF_Shape { public: CVBF_ShapeClosedCurve(); ~CVBF_ShapeClosedCurve(); CVBF_ShapeClosedCurve(osg::Vec2i *point,int ptcount); public: ...
[ "robertsam@126.com" ]
robertsam@126.com
69c89ea21aba500d24a255220adc985ec91cc0ab
33035c05aad9bca0b0cefd67529bdd70399a9e04
/src/boost_container_list.hpp
ce2ee57d08ff9c8797338724e3f17c35eddfbfad
[ "LicenseRef-scancode-unknown-license-reference", "BSL-1.0" ]
permissive
elvisbugs/BoostForArduino
7e2427ded5fd030231918524f6a91554085a8e64
b8c912bf671868e2182aa703ed34076c59acf474
refs/heads/master
2023-03-25T13:11:58.527671
2021-03-27T02:37:29
2021-03-27T02:37:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
36
hpp
#include <boost/container/list.hpp>
[ "k@kekyo.net" ]
k@kekyo.net
ed06a896f2c123465bb36efd2fcd88c6bd6cec94
00898a0e0ac2ae92cd112d2febf8d2b16fb65da4
/Project_code/PLC-Comm/include/QtGui/5.5.0/QtGui/private/qicon_p.h
2380be87f2a5b120874f7da1e7187fa15890041f
[]
no_license
yisea123/AM-project
24dd643a2f2086ea739cf48a4c6e8f95c11e42a7
f1f7386a04985fcbd5d4fc00707cc5c3726c4ff4
refs/heads/master
2020-09-01T23:47:58.300736
2018-09-24T11:57:57
2018-09-24T11:57:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,034
h
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding vali...
[ "2539722953@qq.com" ]
2539722953@qq.com
9c647dc3ed49c500a35c314ff10d1656df5fd246
b44a366f8ba199ae31001066164879e25a9df5fa
/pimpleFoam_snappyPipe/processor1/constant/polyMesh/boundaryProcAddressing
3878fd47772895d52110c75ff676a78c09492ffa
[]
no_license
tsam1307/OpenFOAM_snappyHexMesh
7a16bbe20e8c3a2040f813f870deccdbbe79dbf2
878e54ccb0257111d708ca2d4741a30d8a779003
refs/heads/main
2023-08-04T20:56:04.426973
2021-09-13T09:35:39
2021-09-13T09:35:39
374,622,515
0
0
null
null
null
null
UTF-8
C++
false
false
895
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | ...
[ "tsinghsamant@gmail.com" ]
tsinghsamant@gmail.com
d7e64e784c3658b93cb1169286c07e5d1806eb02
f4db4250cb7cd32b8700db4de1ee23d3452c1596
/SegundoParcial/Parcial_EjercicioOpenFoam/cavitytemp/0.0018/U
208677d913204556ba4f5db9be0c1697f394347c
[]
no_license
santichialvo/MecanicaComputacional
cc7e7af64542d7a6149a865ab0b16124db90a0d7
c7f63f6f39da1e7dcddfa4b0e83bb9179bdcff21
refs/heads/master
2021-01-10T04:00:05.616777
2015-12-08T02:45:23
2015-12-08T02:45:23
47,593,143
1
1
null
null
null
null
UTF-8
C++
false
false
167,696
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "santi_0926@hotmail.com" ]
santi_0926@hotmail.com
f46caae67397c3f60f8d80b10a063efe7b2262df
67f988dedfd8ae049d982d1a8213bb83233d90de
/external/chromium/remoting/host/desktop_environment_factory.cc
71059e9934bafad892a08e0438020fbbc4f9b637
[ "BSD-3-Clause" ]
permissive
opensourceyouthprogramming/h5vcc
94a668a9384cc3096a365396b5e4d1d3e02aacc4
d55d074539ba4555e69e9b9a41e5deb9b9d26c5b
refs/heads/master
2020-04-20T04:57:47.419922
2019-02-12T00:56:14
2019-02-12T00:56:14
168,643,719
1
1
null
2019-02-12T00:49:49
2019-02-01T04:47:32
C++
UTF-8
C++
false
false
1,360
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/host/desktop_environment_factory.h" #include "base/single_thread_task_runner.h" #include "remoting/host/audio_capturer.h" #include...
[ "rjogrady@google.com" ]
rjogrady@google.com
e636c3021c1d9cbf5c53a6b21a55f34344da3c75
d744e2247dd7bc43fc3c2f47a931593051000163
/C++/ArrayList/driver.cpp
98e67003681221eabfd0209f8e2a8fa0089d4520
[]
no_license
mediassumani/Notebook
bd00ec10f97262546d16244a55817d284e7ee7de
98f8c6f57eb901dd6a985a81ea7d1a36fa76ab7f
refs/heads/master
2021-10-23T15:35:25.329777
2019-03-18T13:30:12
2019-03-18T13:30:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
150
cpp
#include <iostream> #include <string> #include "list.cpp" using namespace std; int main(){ List list1(10); List list2(10); return 0; }
[ "mediassumani49@gmail.com" ]
mediassumani49@gmail.com
ab89b3469f0308398a47329caa3d4f1683087d35
989358ceb29ff26d1d39e43af4e3359443c86106
/wangle/example/ssl/Client.cpp
fd6aed510d3cc9adb09aa45f9920179dcc1d8ff0
[ "Apache-2.0" ]
permissive
hidva/wangle
105b2510acef0e5e884489390b644926825e6efa
6bd6a0a51245f05b8103cdfd710b22d7bdbb14d9
refs/heads/master
2020-03-27T03:25:38.345160
2018-08-23T14:01:50
2018-08-23T14:01:50
145,861,205
0
0
Apache-2.0
2018-08-23T13:58:13
2018-08-23T13:58:12
null
UTF-8
C++
false
false
5,815
cpp
/* * Copyright 2018-present Facebook, Inc. * * 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...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
1c4c457a17ff5e072f4efd389122527e980b2b87
176de03b162cb9e0f14a8fa33df900ddd63b1fde
/src/BlitzMaster/FunctionCall.h
6503d8a136308dcfd4460962a9920a5a12dfedd0
[ "MIT" ]
permissive
HumanGamer/BlitzMaster
b32a4aca7214fc8e6ea221cf0d38451c466d66e9
7e8bea9919870ed783206715803822b5f7fff00b
refs/heads/master
2020-06-11T23:59:49.346024
2019-07-11T18:29:35
2019-07-11T18:29:35
194,128,892
2
0
null
null
null
null
UTF-8
C++
false
false
1,120
h
#pragma once #include "WatchVar.h" class FunctionCall { public: FunctionCall( int StackIndex, const wxString& File, int Line, const wxString& Function ) : m_StackIndex( StackIndex ), m_File( File ), m_Line( Line ), m_Function( Function ) { } FunctionCall( const FunctionCall& fc ) : m_StackIndex( f...
[ "tom@sickheadgames.com" ]
tom@sickheadgames.com
532c2eda4b857ef038874490238c6e180385af6b
dd74df11b45737be946650540104463bbda59ce9
/Source/TheDemented/LeftBot.h
cc48d5e0de9adef716699ac04ccc09a22e006eaf
[]
no_license
Andrew199617/TheDemented
06583058a61db5287a177210d541e7677536e3cb
81a0f03aefc847499e338ea594f641a64914922a
refs/heads/master
2021-01-11T07:12:47.739605
2016-11-24T07:57:12
2016-11-24T07:57:12
72,317,134
0
0
null
null
null
null
UTF-8
C++
false
false
479
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "GameFramework/Actor.h" #include "LeftBot.generated.h" UCLASS() class THEDEMENTED_API ALeftBot : public AActor { GENERATED_BODY() public: // Sets default values for this actor's properties ALeftBot(); // Call...
[ "andrewmauro199617@yahoo.com" ]
andrewmauro199617@yahoo.com
c778b3a2f614d98cde054f13e7f7cc33b24f2658
d6e1f133f2042600758885bfe4b0dca3c9983aa0
/src/app.cpp
57f3b3322b474e257bcdfe2f63b4f8d119b6fee4
[]
no_license
njlr/b4-genrule-minimal-example
5c48d3bd9cb613b22577c9905dea8339aea3d5f4
7542b838dd1d9a47f1fd5fc085452568b4030625
refs/heads/master
2020-03-29T19:10:10.876403
2018-10-05T16:32:26
2018-10-05T16:32:26
150,251,060
0
0
null
null
null
null
UTF-8
C++
false
false
734
cpp
#include <iostream> #include <foo.hpp> #include <bar.hpp> #include <baz.hpp> #include <qux.hpp> #include <tux.hpp> #include <gru.hpp> #include <soy.hpp> #include <a+b/mux.hpp> #include <fob.hpp> #include <mob.hpp> int main() { std::cout << "foo() = " << foo() << std::endl; std::cout << "bar() = " << bar() << std:...
[ "njlr@users.noreply.github.com" ]
njlr@users.noreply.github.com
c5c0b32fff2094e1dee2ab5b62c6de35eab7394f
fb2212c42a0804d858b44f21addaff0ecda90516
/socks5.cc
5345a8641f13bbce28d13de89e3292e48f43f9a7
[]
no_license
Bit-W/Socks5-Proxy-Server
202d7d8e93f2badbdf8631ce2a7dc30d18f55e0b
70625abeb2463df0562697d7ea4f4814a5f61a6b
refs/heads/master
2020-04-17T18:14:38.344262
2019-01-24T12:23:36
2019-01-24T12:23:36
166,817,965
1
1
null
null
null
null
UTF-8
C++
false
false
5,351
cc
#include"socks5.h" //0----表示继续等待 //1----表示成功 //-1---表示错误需要退出 int Socks5Server::AuthHandler(int fd) { char buf[260]; int len = recv(fd,buf,260,MSG_PEEK); if(len <= 0) { return -1; } else if(len < 3) { return 0; } else { recv(fd,buf,len,0); Decrypt(buf,len); //在解析头之前...
[ "1625648975@qq.com" ]
1625648975@qq.com
c905a95ed5fe873b8bb55f72ec5af363ab423727
ba1225a167d19fe712889d5375fdcbceae6dc00c
/0817/test_function.cc
cbf4c30d65bc707c603f213823f2cb6a4685eb6c
[]
no_license
1820286011/learngit
ab9d45da679a6cd0afba1aa25d0c2f2a02bef82b
1c34bb29468350bdb25dca91bd62bd1b500073b4
refs/heads/master
2021-05-16T16:22:36.584687
2016-08-27T01:24:10
2016-08-27T01:24:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
481
cc
/// /// @file test_function.cc /// @author wyy /// @date 2016-08-17 08:14:35 /// #include "thread_function.h" #include <time.h> #include <unistd.h> using std::cout; using std::endl; class Derived { public: void func(int num) { while(1) { cout<<"nihao yoyo: "<<num<<endl; num++; sleep(1); ...
[ "972983449@qq.com" ]
972983449@qq.com
6b63083377ba0cb72054bbf1c1bfa019ddf6bd27
6da0996569f7920381f1b359786e49324ebed4e9
/source/Library/Library.Shared/pch.h
4085b8a5302e0868a63208fa133d53ee064dc751
[]
no_license
hixio-mh/CrossPlatformRenderingEngine
9bfbf81594cff1224fa8ee02f120c34afca3761d
bc66bc38ff9c33972c1eb43c302d24b8d66ccd13
refs/heads/master
2021-06-11T06:50:29.626617
2017-01-09T07:24:12
2017-01-09T07:24:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,629
h
#pragma once #include "targetver.h" #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #include <windows.h> #include <wrl/client.h> #include <DirectXMath.h> #include <DirectXColors.h> #include <d3d11_2.h> #include <algorithm> #include <exception> #include <memory> #include <functional> #include <d2d1_2....
[ "prithiraj2005@gmail.com" ]
prithiraj2005@gmail.com
b9e69041c6732184e7c0f5664b50a2f1b34944cc
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE36_Absolute_Path_Traversal/s01/CWE36_Absolute_Path_Traversal__char_console_w32CreateFile_67a.cpp
34af261bb595efd4ee952b81ffe79f2815bba75a
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
3,486
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE36_Absolute_Path_Traversal__char_console_w32CreateFile_67a.cpp Label Definition File: CWE36_Absolute_Path_Traversal.label.xml Template File: sources-sink-67a.tmpl.cpp */ /* * @description * CWE: 36 Absolute Path Traversal * BadSource: console Read input from t...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
336b6b1d5494017dae39d619699626e451ba1b5a
a0d0fab2c40352b0e775616e41fbd197e9875edf
/lib/bbpdias/BBPSDK/include/BBP/Model/Microcircuit/Distiller/Volume_Comparators.h
49508bc4b2e87c0b55154e54edf0a7dd1bfff517
[]
no_license
allogn/TOUCH
b908e983a883319e870a29a1a2612a6c54f2c8b1
522785f35516d52d516bb43cb136a62701f1ed2d
refs/heads/master
2020-12-24T15:31:23.434378
2015-01-24T16:28:23
2015-01-24T16:28:23
25,974,351
0
1
null
null
null
null
UTF-8
C++
false
false
5,353
h
/* Ecole Polytechnique Federale de Lausanne Brain Mind Institute, Blue Brain Project (c) 2007-2008. All rights reserved. Responsible authors: John Kenyon */ #if defined(_MSC_VER) #pragma once #endif #ifndef _VOLUMECOMPARATORS_H_ #define _VOLUMECOMPARATORS_H...
[ "alvis@alvis-N56VB" ]
alvis@alvis-N56VB
b4614d64a7a67008897ab52ac8071d0df1f8571d
c28a949525384d6834389463ce8b1436e6f1bbca
/Code/Layer1/Interface/PhysicalSystem/IPhysicalResourceManager.h
4e5b5ead0dc920c006038fcfc92a616871619d94
[]
no_license
devilwalk/DevilX
c8bb3daf2b9b1f88027230caa36b090721845923
854265ca2e004d9f93ec6de83c71f5eb685e4297
refs/heads/master
2021-01-11T20:21:38.967611
2020-09-30T07:53:23
2020-09-30T07:53:35
79,100,279
1
0
null
null
null
null
UTF-8
C++
false
false
555
h
#pragma once #include "IPhysicalGeometry.h" #include "IPhysicalMesh.h" namespace NSDevilX { namespace NSPhysicalSystem { class IResourceManager { protected: virtual ~IResourceManager(){} public: virtual IMesh * createMesh(const String & name)=0; virtual Void destroyMesh(IMesh * mesh)=0; virtual IM...
[ "devilwalk@163.com" ]
devilwalk@163.com
d730d527eba7d9ccc7bad51c35672f3a061f090a
a29a30550ce70f7fe7358bc2e91132b62721b383
/build/lin/obj/moc_paramdialog.cpp
50222e43e6b7c379affda1541bf36c47644f98a3
[]
no_license
console-beaver/vesc_tool
2223cd0e119d3c6ea3b0d8388c6f5bfd09bb2e7e
ea1865aae233489a4298f97f5dabe8b34577e42e
refs/heads/master
2021-09-11T00:52:22.346906
2018-04-05T04:36:43
2018-04-05T04:36:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,408
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'paramdialog.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.3) ** ** WARNING! All changes made in this file will be lost! *********************************************************...
[ "tlalexander@gmail.com" ]
tlalexander@gmail.com
8383244b3f4f5ae8ab7549f418a944f1d9023d81
5a62089f7e0fc178518adc33d70cf23106821d35
/src/BeatCircle.cpp
975927275f6feb8d3e33d4d362ed23aa4de1999b
[ "MIT" ]
permissive
bmats/ribbons
2e7e980f4281dde571c438d9436e9b3d2251f710
40ed867eee68fd5e0a07c4500d3a9903ef5931e0
refs/heads/master
2021-01-19T06:25:25.626027
2015-03-21T06:53:32
2015-03-21T07:11:44
30,627,466
0
0
null
null
null
null
UTF-8
C++
false
false
2,089
cpp
// // BeatCircle.cpp // Ribbons // // Created by Bryce Matsumori on 10/10/14. // // #include "BeatCircle.h" #include "cinder/Vector.h" #define EXPAND_RATE 14.0f #define MAX_RADIUS 8.0f #define MAX_SEGMENTS 20 #define BORDER_WIDTH 0.7f #define CENTER ci::Vec3f::zero() BeatCircle::BeatCircle() { } void BeatCircle:...
[ "bmats@users.noreply.github.com" ]
bmats@users.noreply.github.com
ff20c7111ad401283917a69ddeed0e99df86ba42
0904cc7f2bac0acbe1d9041261e8753a509e0f2f
/linkedlist-master/reversell.cpp
095d27a610e68699daa7f63b3456e9ae5e072785
[]
no_license
khushboosinghrecs/Data_Structure
a2add748621e2c4473aa8e73dd2f112cd2d6966e
2b5d866d7887bd8493d6b5aa79e03c59970ebf02
refs/heads/master
2023-04-06T16:26:12.315217
2021-04-07T08:41:22
2021-04-07T08:41:22
329,708,142
0
0
null
null
null
null
UTF-8
C++
false
false
856
cpp
#include <iostream> using namespace std; struct node { int data; struct node *next; } *first = NULL; void create(int a[], int n) { struct node *t, *last; int i; first = new node; first->data = a[0]; first->next = NULL; last = first; for (i = 1; i < n; i++) { t = new node...
[ "9919khush@gmail.com" ]
9919khush@gmail.com
0e59bf20eeb5f0966e97f53057110ad087e3ae61
357cb6b2fc173415f3aa14203b05b06f2cec7100
/Project2015/Source/UnrealCookBook/CreateObjectDemo/MyObject.cpp
21b5d7ca205482e775512f3c84139b2441eda0f4
[ "MIT" ]
permissive
HesonGH/UnrealCookbook
4632de747619aeada5dabfb35768452a4fd896ef
5b042a026449403a851808f866fce568b9ceea8b
refs/heads/master
2023-04-05T19:43:19.578961
2021-04-26T03:06:25
2021-04-26T03:06:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
134
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "MyObject.h" #include "UnrealCookBook.h"
[ "neil3d@126.com" ]
neil3d@126.com
6f76ea9118b3e60e09e50248da2bd5f507c41302
e91b16ab1799a614282fb0260ca696ddb6143b16
/Codeforces/c1625/B.cpp
8c9378a6132f10c14c3076095d031ad960d3c676
[]
no_license
bluesquanium/Algorithm
cde3b561aa05413fcd61fe5ce013fe3e8c122a9c
9d87cbc4efc5a3382376fc74b82915832659e97b
refs/heads/master
2022-06-24T10:55:58.011128
2022-05-29T09:50:58
2022-05-29T09:50:58
174,677,803
0
1
null
null
null
null
UTF-8
C++
false
false
1,137
cpp
#include <iostream> #include <cmath> #include <string> #include <cstring> #include <vector> #include <map> #include <queue> #include <set> #include <algorithm> #define ll long long #define pii pair<int,int> #define pll pair<ll, ll> #define LINF 0x0fffffffffffffff // ~= 1e18 #define INF 0x7fffffff using namespace std; ...
[ "culater.kwak@samsung.com" ]
culater.kwak@samsung.com
df56956876fb6f9dd3b33cbc1ae1f9d40145505a
79dc17ac1114d958c4858bddd825d729c15dfef6
/Code/Controller/SubInterface.h
0ed64d253f9144e5341b70be137eadb323343e36
[ "MIT" ]
permissive
top501/orthanc-viewer
b7b906a52c6d7bb954277a9c7a323e3aa7f8ccd9
44fcde8bcf5e589b8f229272de68f0ef98af2f02
refs/heads/master
2021-01-25T09:38:41.849222
2015-06-29T21:52:42
2015-06-29T21:52:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,136
h
/** * Copyright (c) 2013-2014 Quentin Smetz <qsmetz@gmail.com>, Sebastien * Jodogne <s.jodogne@gmail.com> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, inclu...
[ "s.jodogne@gmail.com" ]
s.jodogne@gmail.com
50a68588cd13310415ee3a7016f1d523641874f1
17e06748f1ee759b619ceb2339ca34ac6a560f9e
/Src/DemoEngine/ImageAlpha.cpp
b41790469083adf122135995541113b2435f2eaa
[]
no_license
Fincodr/SDL_Course
b5040cd94436f3fcfdb74f4c92ce0752a17c7fd7
e9aa60d3c1213186da8ff3042d90b275ab06a97c
refs/heads/master
2021-01-25T07:19:27.297184
2012-08-30T03:06:57
2012-08-30T03:06:57
5,597,035
2
0
null
null
null
null
UTF-8
C++
false
false
1,770
cpp
/* * _/_/_/_/ _/ _/ * _/ _/_/_/ _/_/_/ _/_/ _/_/_/ _/ _/_/ * _/_/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ * _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ * _/ _/ _/ _/ _/_/_/ _/_/ _/_/_/ _/ * ...
[ "mika.luoma-aho@mxl.fi" ]
mika.luoma-aho@mxl.fi
20fe5f9e32d3d6b5128107bc0a798a41a0fc3c21
0eb84ec824fb34c18a87a4b50292d6cb41d15511
/ComponentVisualization/smartsoft/src-gen/RgbdPushNewestClientInputCollector.hh
a0dff29c86403f4a1640bf35abe0d13c5b4fac8b
[]
no_license
SiChiTong/ComponentRepository
1a75ef4b61e37be63b6c5ec217bfb39587eecb80
19b79ae0112c65dddabcc1209f64c813c68b90d6
refs/heads/master
2023-07-12T13:01:10.615767
2021-08-25T09:59:28
2021-08-25T09:59:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,058
hh
//-------------------------------------------------------------------------- // Code generated by the SmartSoft MDSD Toolchain // The SmartSoft Toolchain has been developed by: // // Service Robotics Research Center // University of Applied Sciences Ulm // Prittwitzstr. 10 // 89075 Ulm (Germany) // // Information abo...
[ "matthias@mlutz.de" ]
matthias@mlutz.de
e524e8c1799cae8583f3ee1e85fa844d41e64487
77e5a428cf0a3d00dcbd094a22b8d3843d0cf36a
/course 1/week4/exceptions/assignment2.cpp
35a7e72524674e715ab90ef15da0172798d1599c
[]
no_license
kirillvy/coursera-cpp
ab41e07326ea7dc607e535e1c8fb3e04be4ec3fa
24ef9f165e753149f3d49f4ee3a5cfeb8199955a
refs/heads/master
2021-01-04T01:14:25.015770
2020-03-11T03:45:31
2020-03-11T03:45:31
240,318,805
0
0
null
null
null
null
UTF-8
C++
false
false
1,701
cpp
#include <iostream> #include <exception> #include <string> using namespace std; string AskTimeServer() { /* Для тестирования повставляйте сюда код, реализующий различное поведение этой функии: * нормальный возврат строкового значения * выброс исключения system_error * выброс другого исключения...
[ "kvysokolov@alfabank.ru" ]
kvysokolov@alfabank.ru
4edde6041cf92b582e2838d467fa09bb11e1a5f2
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/xdktools/Producer/PersonalityDesigner/Splitter.h
b3e5d7170d2338e4764e63ea60fb961dcc606b6f
[]
no_license
sgzwiz/xbox_leak_may_2020
11b441502a659c8da8a1aa199f89f6236dd59325
fd00b4b3b2abb1ea6ef9ac64b755419741a3af00
refs/heads/master
2022-12-23T16:14:54.706755
2020-09-27T18:24:48
2020-09-27T18:24:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,530
h
#ifndef __SPLITTER_H__ #define __SPLITTER_H__ // Splitter.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSplitter class class CSplitter : public CWnd { protected: CRect m_rcFirstPane; CRect m_rcSecondPane; CWnd *m_pFirstPane; CWnd *...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
eee386f8060698e3ffef3a1a05694a0dd9f889c9
aa82c3e3be201e05225d31bda4e01ac577457d6f
/Src/DoodleEditor/Task/Skater/SetTexCoordsCMPT.cpp
fccd5893df1b6838c6f089b67fb1cb56e564fe79
[]
no_license
xzrunner/doodle_editor
8524493765676b821398acc090c0e7838e6e9647
78351087470cb38265f7a26317dcd116b8d02b0d
refs/heads/master
2020-03-22T18:55:22.851215
2018-07-10T22:17:30
2018-07-10T22:17:30
140,491,803
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
5,032
cpp
#include "SetTexCoordsCMPT.h" #include "ArrangeSpriteOP.h" #include "StagePanel.h" using namespace deditor::skater; SetTexCoordsCMPT::SetTexCoordsCMPT(wxWindow* parent, const wxString& name, StagePanel* editPanel, wxgui::PropertySettingPanel* propertyPanel) : wxgui::AbstractEditCMPT(parent, nam...
[ "zhuguang@ejoy.com" ]
zhuguang@ejoy.com
a3a70f3f6638a880372a9714617cafe45184adbb
f774271d19ca9e753092de61a5320531e79013dd
/8.8.2.cpp
f0b1dd5dcbda2cf45f51579786b103be753cbf74
[]
no_license
luckylove/first
0488ad2c6ac64122440c4ffbc0ef7006540fc0a8
72eae9d8585b67f2a70daf64a92c7245ca5e8430
refs/heads/master
2021-10-20T15:56:02.310178
2019-02-28T16:31:16
2019-02-28T16:31:16
110,293,968
0
0
null
null
null
null
UTF-8
C++
false
false
246
cpp
#include<bits/stdc++.h> using namespace std; int main() { int test,a,b,d,c,i,j,k,n,m,l; cin>>test; while(test--) { cin>>n; int arr[n]; for(i=0;i<n;i++) { cin>>arr[i]; } } }
[ "kanu03111996@gmail.com" ]
kanu03111996@gmail.com
fe1901ab2fcdd312af98c462bfa25d0efd77dd8a
461e045c771445dca3bd9ad2f3db15985fee64cc
/综合案例5:Utah茶壶线框模型动画/Projection.cpp
b7105873b2de8316b7a308d93794c64398742559
[]
no_license
EDC230/ComputerGraphicCase
00c5104d4c79cfa24fc06d752c0a83d3f3d3bc75
6a57c5d44d5f9f4ce58c2dc7b5a83e2481c9cf4d
refs/heads/master
2023-03-17T14:08:53.131907
2020-04-26T16:18:54
2020-04-26T16:18:54
null
0
0
null
null
null
null
GB18030
C++
false
false
1,495
cpp
#include "StdAfx.h" #include "Projection.h" #include "math.h" #define PI 3.1415926 CProjection::CProjection(void) { R = 1200, d = 800, Phi = 90.0, Psi = 0.0;//视点位于正前方 InitialParameter(); } CProjection::~CProjection(void) { } void CProjection::InitialParameter(void)//透视变换参数初始化 { k[0] = sin(PI * Phi / 180);//Phi代表...
[ "cg_liupu@outlook.com" ]
cg_liupu@outlook.com
95faf874f602c9e3eda20fd957babed909b3c226
9d769e8f4c1e8c6c92a56016042a6913f2edcf8f
/BasicC++/MutualInclude/ClassB.h
8c8b60818378ffea3e727862e5214f1b17d5be06
[]
no_license
gouchengqiu/2017_Campus_Recruitment
555f5a903bdc95fdd605956e89a5c5a27f50552d
5f9c4bfd14c0be5157e66a6c4236fa6335a214d3
refs/heads/master
2021-01-16T18:47:10.506945
2017-10-17T12:26:15
2017-10-17T12:26:15
100,111,167
0
1
null
null
null
null
UTF-8
C++
false
false
232
h
#pragma once class CClassA; #include "ClassA.h" namespace SpaceB { class CClassB { public: CClassB(); ~CClassB(); void setData(CClassA* vClass) {m_pClassA = vClass;} private: CClassA* m_pClassA; }; }
[ "1348784059@qq.com" ]
1348784059@qq.com
934794394083773bc29bdb7d67f3da8ae56572d6
8d2f78fe90d2baa34ec7ec6a84a4522391a2a9c7
/libraries/PubSubClient/src/PubSubClient.cpp
4ea66eecef8ddf5e37fd7775491b2c8d010f03af
[ "MIT" ]
permissive
SelimBenIsmail/stage_lisa
d006cb516c6abcfbe3ae3fe13a3bbbea15a952ed
c1dfedc1837c68cf10b9237cc59d3250c89ad556
refs/heads/master
2022-11-17T06:45:48.613399
2020-07-14T14:12:12
2020-07-14T14:12:12
279,605,884
0
0
null
null
null
null
UTF-8
C++
false
false
17,438
cpp
/* PubSubClient.cpp - A simple client for MQTT. Nick O'Leary http://knolleary.net */ #include "PubSubClient.h" #include "Arduino.h" PubSubClient::PubSubClient() { this->_state = MQTT_DISCONNECTED; this->_client = NULL; this->stream = NULL; setCallback(NULL); } PubSubClient::PubSubClient(Client&...
[ "skorm-xci@live.be" ]
skorm-xci@live.be
22db844695dabfd4bb559dce0ce7f46e4a03e53b
1be55fabf20c12f048001ddd03e2b33ae8e13a90
/tst/EnergyPlus/unit/PackagedTerminalHeatPump.unit.cc
618b03a8158c68e8fd802615dc41345d4ad0d36c
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
rglazer2/EnergyPlus
5198d6083a785aa4ca5fc3171428b111a2c57723
fda97739c19776c601e842555a58f61af6d86fb8
refs/heads/develop
2020-12-28T23:46:40.209052
2016-07-21T14:22:58
2016-07-21T14:22:58
37,700,812
0
0
null
2015-08-05T20:40:57
2015-06-19T04:06:02
C++
UTF-8
C++
false
false
39,779
cc
// EnergyPlus, Copyright (c) 1996-2016, The Board of Trustees of the University of Illinois and // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights // reserved. // // If you have questio...
[ "rraustad@fsec.ucf.edu" ]
rraustad@fsec.ucf.edu
bf57348b9fd503c5e94a8bae82a056cf2db98529
24228d1d2b37a713527d9864fc4190795e596608
/reversible_carmen_internal_dsl/src/programs/MapTest.hpp
5fd501e2d791e716a653d6dd799d721d8dabf9b7
[]
no_license
skorbiz/Reversibility
5c28d5bdb10be85d69b6212009cc91d88fbcf086
5c041ca812119121ce51293267ddd9bc6b903032
refs/heads/master
2021-07-17T18:49:06.282584
2017-10-26T12:24:59
2017-10-26T12:24:59
108,402,803
0
0
null
null
null
null
UTF-8
C++
false
false
1,141
hpp
/* * MapTest.hpp * * Created on: Apr 30, 2015 * Author: josl */ #ifndef SOURCE_DIRECTORY__SDU_MAGIC_SRC_DSL_LANGUAGE_PROGRAMS_MAPTEST_HPP_ #define SOURCE_DIRECTORY__SDU_MAGIC_SRC_DSL_LANGUAGE_PROGRAMS_MAPTEST_HPP_ #include <iostream> #include <../src/language/AssemblyProgram.hpp> #include <../src/model/bas...
[ "skorbiz@gmail.com" ]
skorbiz@gmail.com
f673ca3a83114ea9a6949268eb322ef51d4dd29b
91b19ebb15c3f07785929b7f7a4972ca8f89c847
/Classes/PauseContent.cpp
4b8175f03434611d2b60a635dc35863643987f19
[]
no_license
droidsde/DrawGirlsDiary
85519ac806bca033c09d8b60fd36624f14d93c2e
738e3cee24698937c8b21bd85517c9e10989141e
refs/heads/master
2020-04-08T18:55:14.160915
2015-01-07T05:33:16
2015-01-07T05:33:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,447
cpp
// // PauseContent.cpp // DGproto // // Created by 사원3 on 2014. 2. 3.. // // #include "PauseContent.h" #include "CCMenuLambda.h" #include "StarGoldData.h" #include "DataStorageHub.h" #include "CommonButton.h" #include "KSLabelTTF.h" #include "MyLocalization.h" #include "CommonAnimation.h" #include "ASPopupView.h" ...
[ "seo88youngho@gmail.com" ]
seo88youngho@gmail.com
d12d05c3daa47f750f1c235a7df70d2aaae2c78b
aef4c847697d7948fbbd73674c73191efff2e359
/isode++/code/iso/itu/osi/als/nsap/user/Responder.h
2d22a7a52a69ce00828afa8909045fc64b021cd6
[ "Apache-2.0" ]
permissive
Kampbell/ISODE
a80682dab1ee293a2711a687fc10660aae546933
37f161e65f11348ef6fca2925d399d611df9f31b
refs/heads/develop
2021-01-10T15:56:44.788906
2016-03-19T11:00:15
2016-03-19T11:00:15
52,000,870
8
0
null
null
null
null
UTF-8
C++
false
false
1,255
h
#include "als/base/user/Indication.h" using ALS::BASE::USER::Indication; /* * Responder.h * * Created on: 28 juil. 2014 * Author: FrancisANDRE */ #ifndef ALS_NSAP_USER_RESPONDER_H_ #define ALS_NSAP_USER_RESPONDER_H_ #include "als/base/user/Indication.h" using ALS::BASE::USER::Indication; #include "als/nsa...
[ "zosrothko@orange.fr" ]
zosrothko@orange.fr
7d22c9720c9b9abab9dfcd26f1462994228a8356
fe4351e990e47c242277babe74f145566a4a8ab3
/lab_inheritance/triangle.h
cb302e6f6eb57faff8e41da0e0e7b2f05966cd7b
[]
no_license
yogabbagabb/CS225
a39f73489fae34304cf7f6ccccd163decc4e9a9b
712099ca5e2bdbb195de3e5719aa76a648bf8763
refs/heads/master
2021-01-09T06:30:43.792586
2017-02-05T14:23:43
2017-02-05T14:23:43
80,998,122
6
1
null
null
null
null
UTF-8
C++
false
false
2,447
h
/** * Copyright 2011 University of Illinois at Urbana-Champaign * CS 225 Lab 04 C++ Object Oriented Programming * Authors: * Simon Krueger <skruege2@illinois.edu> */ #ifndef TRIANGLE_H_ #define TRIANGLE_H_ #include <cassert> #include "shape.h" /** * @brief The Triangle class is a subclass of a Shape and rep...
[ "aahanagrawal123@gmail.com" ]
aahanagrawal123@gmail.com
66c8074efa48b35f1c7f929274ef54806a9d0413
9de17cbb9ecd4ea045b3fa458c2a908c7e6ca7f5
/src/UserMain.cpp
c5673ca4fba7898bbb6c400aad78ec345474bfff
[]
no_license
masharhcp/Git_Proj
ddf249b922549d712b4de1c4bd7d381fa9de272b
b98a8656abbc89e3f8b2ff33e1d8dd9f7be88456
refs/heads/master
2020-04-12T05:01:21.559560
2016-09-22T13:56:14
2016-09-22T13:56:14
64,747,747
0
0
null
null
null
null
UTF-8
C++
false
false
335
cpp
#include "UserMain.h" #include "user.h" #include "Lock.h" #include "Schedule.h" #include "Nucleus.h" #include "Test.h" UserMain::UserMain(int c, char** v):Thread(defaultStackSize,1){ argc=c; argv=v; ret=0; } void UserMain::run(){ ret=userMain(argc, argv); } UserMain::~UserMain(){ Lock(); waitToComplete(); Un...
[ "savicmasa95@gmail.com" ]
savicmasa95@gmail.com
7a300da64a36d56d4f762c182a97377c158bb667
83c9a38127035249cddd9ce4e07ab64cb007d00d
/ui/events/keyboard_engine_xkb.h
0086edd6b202785416f635a914ed3a5ec2861d55
[ "BSD-3-Clause" ]
permissive
AndriyP/ozone-wayland
e4ed95aa95bee59cee0523c0155f2024c40b6c14
fc108218d1d7414f8f3ce7373c2b87d537b49c23
refs/heads/master
2021-01-21T05:55:51.047467
2014-11-24T06:28:15
2014-11-24T06:28:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,127
h
// Copyright 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef OZONE_UI_EVENTS_INPUT_KEYBOARD_ENGINE_XKB_H_ #define OZONE_UI_EVENTS_INPUT_KEYBOARD_ENGINE_XKB_H_ #include <xkbcommon/xkbcommon.h> #include "base/b...
[ "kalyan.kondapally@intel.com" ]
kalyan.kondapally@intel.com
0d3fdf5d729be4e7d0f7897348fc1715641120e0
752b96a15a7447ad556e4c02b0bbbf2d84216097
/tensorflow/compiler/mlir/xla/transforms/legalize_tf_with_tf2xla.cc
34abe7261137d6014e3ee26a75905863483093e1
[ "Apache-2.0" ]
permissive
TigerSong1992/tensorflow
a5a99b110e62ddc89081abdcacd6f3e32869a972
7151e14479488f6b4b3e349e020a4995ed69bcdc
refs/heads/master
2022-11-11T20:43:03.531801
2020-07-07T00:20:13
2020-07-07T00:30:25
277,678,272
1
0
Apache-2.0
2020-07-07T00:33:13
2020-07-07T00:33:12
null
UTF-8
C++
false
false
20,724
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
0966df883ea9ddf8382536976e99374cff35042a
aecf4944523b50424831f8af3debef67e3163b97
/xr_3da/Blenders/blender_complex2.cpp
d56d36ab2266aedc5d03b4eac86d86cb56cb6760
[]
no_license
xrLil-Batya/gitxray
bc8c905444e40c4da5d77f69d03b41d5b9cec378
58aaa5185f7a682b8cf5f5f376a2e5b6ca16fed4
refs/heads/main
2023-03-31T07:43:57.500002
2020-12-12T21:12:25
2020-12-12T21:12:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,153
cpp
// BlenderDefault.cpp: implementation of the CBlender_complex2 class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #pragma hdrstop #include "blender_complex2.h" ////////////////////////////////////////////////////////////////////// // Construction/Destructio...
[ "admin@localhost" ]
admin@localhost
b4176392aec6cff0d8217e9140d0e8a1b492f686
47987ca4269f18672e0c68a79a7d3df386e1693b
/153_.cpp
22502e277a35ca91d3b85ebf94f8901715bcf344
[]
no_license
thienchidh/ListBaiTapCoBan_C-_-_DeBai
a072ca8c87b7648de342bee92b9e7d4cc8de1839
d26d111945ce88a44f7b854f3a4d6a4c350bd769
refs/heads/master
2020-03-29T22:14:44.293698
2018-11-05T14:15:35
2018-11-05T14:15:35
150,410,694
0
0
null
null
null
null
UTF-8
C++
false
false
644
cpp
/* Bài 153: Hãy tìm giá trị chẵn nhỏ nhất trong mảng 1 chiều các số nguyên. Nếu mảng không có số chẵn thì trả về -1*/ #include<bits/stdc++.h> using namespace std; int findMinEven(int *a, int n) { int Min = INT_MAX; for(int i = 0; i < n; i++) { if(a[i] < Min && a[i] % 2 == 0) { Min = a[i]; ...
[ "thienchidh@gmail.com" ]
thienchidh@gmail.com
c52a97046e76b96427712ddff2e25209bdb35511
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/ds/security/cryptoapi/pkitrust/softpub/callui.cpp
eda2b336c890aa1b1cf83ebc221fe04c2d22ec2f
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,189
cpp
//+------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, 1996 - 1999 // // File: callui.cpp // // Contents: Microsoft Internet Security Authenticode Policy Provider // // Functions: SoftpubCallUI // // *** ...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
fd1c56f6ccd228858df0fa223807261f2702ee38
51a5a1d5bde8d088ebb3ed20b79612a5dbbe7664
/beamsearch.cpp
ddf8efdd5c14864d1bb33b6d4e1cbd960ee0b233
[]
no_license
Nagarei/AmazonDeliveryProblem
7aca50747ff02ff2c30cdd572eb521e7bdcf3844
ec93756b77c725aa5f91f49ff24705229bd8ca7e
refs/heads/master
2020-11-25T22:15:19.209277
2019-12-25T13:41:39
2019-12-25T13:41:39
228,868,615
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
3,041
cpp
#include "solver.h" #include "Estimater.h" #include <bitset> #include <queue> #include <execution> #include <mutex> #include <iostream> #include <set> using CostEstimater = MinimumSpanningTree; using State = StateT<CostEstimater::Data>; static constexpr int32_t BEAM_WIDTH = 100; std::vector<int16_t> solver_beamsearc...
[ "EIYA5498513@noreply.github.com" ]
EIYA5498513@noreply.github.com
7f245e74e8b0422d449e4a8862655488b901bd41
d93393ec81a0a58c909c9d820014268ad3932918
/software/tests/common/include/mocks_provider.hpp
efa105eda563de7666a43ea7473ee658f570a203
[]
no_license
neophack/keyboard
9234648a74574377aba2a8ad502248f4a8f00646
b927bcfd1a612fe3612a6e63db06ec43e7ce7fb0
refs/heads/master
2023-07-16T21:52:39.588985
2021-09-04T10:17:41
2021-09-07T06:17:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,779
hpp
#pragma once #include <boost/di.hpp> #include "fakeit.hpp" namespace di = boost::di; template <typename T> auto& mock(bool reset = false) { using namespace fakeit; static Mock<T> mock; if (reset) { mock.Reset(); } When(Dtor(mock)).AlwaysDo([] {}); return mock; } class mocks_provider : public di::co...
[ "sjkyspa@gmail.com" ]
sjkyspa@gmail.com
73587f137f14b71bd3b01ea8367190c4fbc60071
bfe2842be880260c3fd5f954cbce9f061b32cef8
/Cridders.h
5c03b7cb3f4ded71a03247a8e116f958ec9f5256
[]
no_license
dwilliams-github/cridders
02ab53ae0c0f94aa0cf47cbe4209b5e46d814f2b
3f627370ad533f23e0d340feee5c539e3e5a0ea7
refs/heads/master
2020-08-26T12:33:40.475213
2019-10-26T06:01:03
2019-10-26T06:01:03
217,009,722
0
0
null
null
null
null
UTF-8
C++
false
false
914
h
// =========================================================================== // Cridders.h �1994-1998 Metrowerks Inc. All rights reserved. // =========================================================================== #pragma once #include <PP_Prefix.h> #include <LApplication.h> class Cridders : public PP_Pow...
[ "dwilliams@slashdave.com" ]
dwilliams@slashdave.com
1573f9a8a8afef089ff3634fe4819160b89e21ab
bedd5fd5e878b1b6dba29c8273c4707423c40eeb
/include/publisher.hpp
a3210f7a845766ba2e681b7f5b83503d7e88797b
[]
no_license
AkshayRajaramanSubramanian/distributed_robots
829f5fd52c0f1affcfa1168d7bc27aec0cff127f
d7bf197e48af4780c59897bc34e4c70c3a35c9ee
refs/heads/master
2020-04-26T20:59:16.030719
2019-03-04T06:37:02
2019-03-04T06:37:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
598
hpp
#ifndef PUBLISH_POSITION_H #define PUBLISH_POSITION_H #include "ros/ros.h" #include <distributed_robots/RobotPose.h> #include <boost/thread.hpp> #include <boost/bind.hpp> #include <vector> #include <string> #include <random> #include <chrono> using namespace std::chrono; class PublishPosition { public : Publis...
[ "harish1696@gmail.com" ]
harish1696@gmail.com
49319b0c735f58ba60115ecb9c049220f0e00d10
c31ee8136a57a96649196081e1cfde0676c2a481
/larcv/app/arxiv/arxiv/LArOpenCVHandle/LArbysImageReAna.h
a407f08f2de3d4dfbc6b81d1f3d4f49045a7144c
[ "MIT" ]
permissive
DeepLearnPhysics/larcv2
b12b46168e5c6795c70461c9495e29b427cd88b5
31863c9b094a09db2a0286cfbb63ccd2f161e14d
refs/heads/develop
2023-06-11T03:15:51.679864
2023-05-30T17:51:19
2023-05-30T17:51:19
107,551,725
16
19
MIT
2023-04-10T10:15:13
2017-10-19T13:42:39
C++
UTF-8
C++
false
false
1,131
h
#ifndef __LARBYSIMAGEREANA_H__ #define __LARBYSIMAGEREANA_H__ #include "LArbysImage.h" namespace larcv { class LArbysImageReAna : public LArbysImage { public: LArbysImageReAna(const std::string name="LArbysImageReAna"); ~LArbysImageReAna() {} void SetIOManager(IOManager* mgr); void SetPGraphPro...
[ "kazuhiro@nevis.columbia.edu" ]
kazuhiro@nevis.columbia.edu
00bd84f6dce67b7723e6dc66e957ce25ae9d1692
cb796daacde5b82c4f81452ffb5877f47f061066
/src/src/ConfigReader.cpp
a788852cf2d6dc1c5d2685a5c7829bfbff0fbf25
[ "MIT" ]
permissive
helifax/OGL-3DVision-Wrapper
65b7a50732a62bc729eb3966a4f8d3a6a49f4b8e
6e2d8fbba3bc1353ca2cc25ff210b0ab9cc26495
refs/heads/master
2021-05-15T01:23:16.918954
2016-09-21T00:02:59
2016-09-21T00:02:59
30,457,315
17
1
null
null
null
null
UTF-8
C++
false
false
7,950
cpp
#include <sstream> #include "ConfigReader.h" static std::string GetPath() { char buffer[MAX_PATH]; GetModuleFileName(NULL, buffer, MAX_PATH); std::string::size_type pos = std::string(buffer).find_last_of("\\/"); return std::string(buffer).substr(0, pos); } // -----------------------------------------------------...
[ "tavyhome@gmail.com" ]
tavyhome@gmail.com
c0c74d732946df9f1042705b675100349398fa07
7b5d21fa3a7a405477caef9b203b9395e6d1839b
/107_BT_level_order_traversal_II.cpp
53ff7c59e41ed84125a9c229fa7835c574d0e793
[]
no_license
ShengZhan/shengzhan
d3f516786d581c5e07df7042b5597ec9fdb2f9a7
b7fde4ada0158ebf7fcee160a9163f174da29208
refs/heads/master
2016-09-06T13:59:40.925039
2015-03-20T23:32:27
2015-03-20T23:32:27
23,817,488
0
0
null
null
null
null
UTF-8
C++
false
false
1,265
cpp
/* * bottom up */ #include <iostream> #include <vector> #include <unordered_map> #include <stack> #include <string> using namespace std; // Definition for binary tree struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; //...
[ "sheng.echo.zhan@gmail.com" ]
sheng.echo.zhan@gmail.com
255e84141fba1c75c94695eae69c37cc19d616eb
3dabcd8d1be11a500d3597a2252b0ce70b940c2b
/src/filemanager.cpp
f96f6c7fcb2c8065de9e8b7a038fcbea5b6592e2
[]
no_license
syberos-team/syberh-framework
93e91c4e86daba38ed2b6ec34c152b80a90e0b21
807f145f8b45aa7d672eca14a5789956bda44aae
refs/heads/master
2020-08-09T13:33:03.247619
2020-04-29T06:41:30
2020-04-29T06:41:30
214,098,166
1
3
null
2020-04-29T06:41:31
2019-10-10T05:54:51
C++
UTF-8
C++
false
false
3,569
cpp
#include "filemanager.h" #include <QFile> #include <QFileInfo> #include <QFileDialog> #include <QDebug> #include <QProcess> #include "util/fileutil.h" #include <QJsonArray> #include <QJsonObject> #include <QDateTime> #include <QJsonDocument> int FileManager::typeId = qRegisterMetaType<FileManager *>(); FileManager::...
[ "liujingpeng@syberos.com" ]
liujingpeng@syberos.com
e51dd7fb56f4bfbee898c434ef41af033362bb01
52824070453254349e1e82785856cb3d07e3fad0
/src/gsw_internal_const.h
4a44bab3a940d4b53475f5364cf9404ce2de7303
[]
no_license
dyarger/GSW-R
fd3f90fa5712a492f69440645b548ae3769421c4
93d4cf94389db39ed412d450c593c8a95266463b
refs/heads/master
2021-10-25T04:12:21.747187
2019-03-31T14:54:13
2019-03-31T14:54:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,000
h
/* ** $Id: gsw_internal_const.h,v a1406e71e2a9 2016/01/08 08:01:43 fdelahoyde $ ** ** Internal constants for GSW-TEOS-10 V3.05. */ #ifndef GSW_INTERNAL_CONST_H #define GSW_INTERNAL_CONST_H /* ** The following hack is used to ensure that gcc (and gcc emulating compilers ** such as Macosx clang) do not emit unused var...
[ "kelley.dan@gmail.com" ]
kelley.dan@gmail.com
34f7f7a2b76bbc50318e910e20273ece1c903e39
833e297fea75634a0f33d877ffc19550c51d270c
/2012/NETB151/sources/ch12/seltime.cpp
b4af35e3f9041cbeec2241f0339017f50cf75de8
[]
no_license
nkirov/nkirov.github.com
8256b9ba7020d6b7227f11a5b5d29896479f56b5
ab517219fa2b8fab65780fb4b09add99f4186e89
refs/heads/master
2023-08-05T10:41:06.382008
2023-07-27T06:03:39
2023-07-27T06:03:39
8,162,726
2
0
null
null
null
null
UTF-8
C++
false
false
1,758
cpp
#include <iostream> #include <cstdlib> #include <ctime> using namespace std; /** Gets the position of the smallest element in an array range. @param a the array @param from the beginning of the range @param to the end of the range @return the position of the smallest element in the range a[f...
[ "nkkirov@gmail.com" ]
nkkirov@gmail.com
8a23d046b2e35f05a8f8c0ca9a23e81a6fc27f76
08a5744347dc8e218ad098a85825631807e1c7b5
/Domashka2/2.5.cpp
f15429debfaffad2b6ea0ebb21ec21dfcd4f9a5a
[]
no_license
Krokovlad/Domashka
1cf603f878e4b838b19bbe5a308a24b48cd36f22
ce453040794843c87e1949c54a25ed3956eafcdb
refs/heads/master
2023-05-07T20:19:29.132894
2021-06-07T07:39:27
2021-06-07T07:39:27
295,795,642
0
0
null
null
null
null
UTF-8
C++
false
false
919
cpp
#include <iostream> #include <fstream> #include <cmath> using namespace std; #define _USE_MATH_DEFINES int main() { setlocale(LC_ALL, "Russian"); double a, b, d; cout << "Введите начало отрезка a>"; cin >> a; do { cout << "Введите конец отрезка b>"; ...
[ "vladik.channel17@gmail.com" ]
vladik.channel17@gmail.com
ca7785b6f28f36120e7a44b50f571ff76013e5ee
75a0b9a0c9ecbc72d2ccea0ebe1c8d7b549c1350
/suma2.cpp
f4b7ddf93309e5630d71cf27278de35928d60d9a
[]
no_license
Josephnicolay/Fisica_Computacional-1_2020-II
79c64e78744bff47a49018ba934ed02904f3d84d
775f54db5684910d98be21ba75fc40daf900029a
refs/heads/master
2023-01-02T22:17:17.148311
2020-10-29T17:00:16
2020-10-29T17:00:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
140
cpp
/** *Función que suma dos enteros * La definición o */ #include "suma2.hpp" int SumaEnteros(int a, int b) { return (a + b); }
[ "camilo.salazar@udea.edu.co" ]
camilo.salazar@udea.edu.co
50e90ee3c1f0b049199aac682bfde0cbead88d02
050a0bddf53fd408c5076aec8ff6d9772b13d9e7
/cpp/test/multi_process_test.cpp
22722ab8936313f65ed8f79425f869d5a47c70a3
[]
no_license
ankeesler/snet
e5a0a41fee3c9fa98c0ab66bf5caa65406e74894
1f51d43dfa9bd77178709ca1591052cc3b18efb4
refs/heads/master
2021-01-12T09:32:15.649081
2017-09-25T00:54:28
2017-09-25T00:54:35
42,828,218
0
0
null
null
null
null
UTF-8
C++
false
false
1,326
cpp
// // multi_process_test.cpp // // SNET Client C++ test // #include <iostream> #include <unistd.h> #include <signal.h> #include "src/snet_client.hpp" #include "Unity/src/unity.h" #define ECHO_APP "echo_app" static pid_t app_pid = -1; void setUp(void) { app_pid = fork(); if (app_pid == 0) { // Child. Start...
[ "andrew.keesler@silabs.com" ]
andrew.keesler@silabs.com
3610743cc644cf53722c264f1f9652cc68c0c802
ce727989265e79f46f6c4ede7b3d8c385a831099
/src/main.cpp
6e3503c4054c521f221f110eca0b5b344782cf43
[]
no_license
mamchyts/arduino-car-kit
81c59ef7c0ddaf758c00c7957729ec68a451e0ec
332b38d87d2b439f893ccea4f417d6d23ee2e05f
refs/heads/master
2023-03-02T03:06:49.367740
2021-02-10T06:40:14
2021-02-10T06:40:14
317,361,090
0
0
null
null
null
null
UTF-8
C++
false
false
3,196
cpp
#include "stdint.h" #include <Arduino.h> #include <IRremote.h> #include "Ultrasonic.h" #include "InfraredReceiverBtn.h" #include "Wheel.h" #include "PID.h" const uint8_t PIN_IR = 13; const uint8_t PIN_TRIG = 11; const uint8_t PIN_ECHO = 12; const uint8_t PIN_PWM_A = 5; const uint8_t PIN_IN_1 = 6; const uint8_t PIN_I...
[ "mamchyts@gmail.com" ]
mamchyts@gmail.com
4f29b710a46eaeb426f51488a6c9b44bd4c18c4e
cf10e65416d563950ab5b4e4d6954118e45f3119
/renderer_GL/src/ScScene/ScTetrisImagitronFile.cpp
79747d45384bd7542b9d1e9a9544018080a2dc36
[]
no_license
eduardoceretta/tetris_imagitron
e6cf0d2108af3079c841baee15bd1eef441775a1
4ec30808697680ca25444daea2bec2c496de4e29
refs/heads/master
2020-12-24T16:16:14.632595
2016-03-09T18:45:55
2016-03-09T18:45:55
32,486,669
0
0
null
null
null
null
UTF-8
C++
false
false
11,174
cpp
/** * Eduardo Ceretta Dalla Favera * eduardo.ceretta@gmail.com * Mar 2015 * * TetrisImagitron File Loader. * Imports a text file that contains a list of tetris pieces * and a list of blocks. */ #include "ScScene/SCTetrisImagitronFile.h" #include <string> #include <limits> #include <cmath> #in...
[ "eduardo.ceretta+github@gmail.com" ]
eduardo.ceretta+github@gmail.com
c683afcc51d535c468ebb364a894d473fde31bb0
cf455d62eeb4a1e4364b87067d0c9c9040242339
/PE_optimization/cluster_distance_computation/distance_computation_PE_systolic_optimized/src/host.cpp
a2d7f640a6ce781a612e342154193fa40d9b9bfc
[]
no_license
WenqiJiang/SIGMOD-2022-submission-Fanns
fb3c33336197a9e732f901106166e9e3e1284fb7
36e947985c7f446b63821c3238f7785bca5241fb
refs/heads/main
2023-06-12T12:46:57.835530
2021-07-01T23:14:14
2021-07-01T23:14:14
381,019,262
3
0
null
null
null
null
UTF-8
C++
false
false
32,755
cpp
#include "host.hpp" #include <ap_int.h> #define BANK_NAME(n) n | XCL_MEM_TOPOLOGY /* for U280 specifically */ const int bank[40] = { /* 0 ~ 31 HBM */ BANK_NAME(0), BANK_NAME(1), BANK_NAME(2), BANK_NAME(3), BANK_NAME(4), BANK_NAME(5), BANK_NAME(6), BANK_NAME(7), BANK_NAME(8), BANK_NAME(9), BANK_...
[ "wejiang@r630-03.ethz.ch" ]
wejiang@r630-03.ethz.ch
c14c1ee61c5e7d216ecb197264daace303c2e9a1
cfbbeff5af88c2d8004f2030d7f500742e0f13c1
/src/test/bip32_tests.cpp
265d1a40384fe465629582a4b6c4efdca4aa09b3
[ "MIT" ]
permissive
jeanstony/asset_bitcoin
5a2f2ab0456b4fd574d7995258a42c7bd7313cb3
ff4e497da2fa64ac9efa7e806047d0eb44fdfd64
refs/heads/master
2020-09-21T23:13:00.968760
2019-12-02T01:14:48
2019-12-02T01:14:48
224,965,826
0
1
null
null
null
null
UTF-8
C++
false
false
6,844
cpp
// Copyright (c) 2013-2019 The Vccoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <boost/test/unit_test.hpp> #include <clientversion.h> #include <key.h> #include <key_io.h> #include <streams.h> #inc...
[ "zjtzvvip@163.com" ]
zjtzvvip@163.com
3e8c7dfcfad33f7fefc14cf5388e3c4fbab50fbc
a7f6bdaabe0c64bfd7e74d11105516145d39b5ee
/3.EDBuggy/EDCamera/source/BMPFile.cpp
c0cba8cbf2e56cba58924d442277349a71c90c85
[ "MIT" ]
permissive
Cabrra/Advanced-Algorithms
8f23ce690bf740fd5fac9bcfac87bb25a12aca5b
062c469e575ef18ce22dc5320be3188dbe3b409d
refs/heads/master
2020-03-27T05:39:55.420017
2018-10-25T03:27:52
2018-10-25T03:27:52
146,038,046
2
0
null
null
null
null
UTF-8
C++
false
false
4,156
cpp
#include "BMPFile.h" BMPFile::BMPFile(void) { memset( &this->m_FileHeader, 0, sizeof(BMPFileHeader) ); memset( &this->m_ImageHeader, 0, sizeof(BMPImageHeader) ); m_pColorTable = NULL; m_pPixelData = NULL; m_pFileName = NULL; } BMPFile::BMPFile(const char *pFileName) { memset( &this->m_FileHeader, 0, sizeof(BMP...
[ "jagoba.marcos@gmail.com" ]
jagoba.marcos@gmail.com
85f4327083c856a25899708b1eb0bc851468baa8
5ce5845345657e1d26508316316d266cd0115fbf
/No_electrons_silicon/MOS_function.h
c9be04be2e0d9db2f0143216b89ee00948fd34eb
[]
no_license
Han9930/dft
94e263cd31548bcc8c4a34318b5327f4d448cd95
87c44b1620d1065e7f14502febff98abd7e6e09b
refs/heads/master
2020-03-23T23:27:12.218513
2018-08-08T11:14:22
2018-08-08T11:14:22
142,235,027
0
0
null
null
null
null
UTF-8
C++
false
false
3,164
h
#include <iostream> #include <cstdio> #include "Constant.h" #ifndef MOSfunctions #define MOSfunctions using namespace std; extern "C" { void dgetrf_(int* M, int* N, double* A, int* LDA, int* IPIV, int* INFO); void dgetrs_(char* TRANS, int* N, int* NRHS, double* A, int* LDA, int* IPIV, double* B, int* LDB, int* INF...
[ "tmdcjf833783@gmail.com" ]
tmdcjf833783@gmail.com
356f2c03abc6ab2b76dafeb773ffeb53cfc087dd
c13c121d96fdd8682982854f43e50be011863aa1
/Code/Editor/TamyEditor/BlendTreeEditorEventTrigger.h
7d29ae40d4f3df3e424e658801f2ece9deb5b26f
[]
no_license
paksas/Tamy
14fe8e2ff5633ced9b24c855c6e06776bf221c10
6e4bd2f14d54cc718ed12734a3ae0ad52337cf40
refs/heads/master
2020-06-03T08:06:09.511028
2015-03-21T20:37:03
2015-03-21T20:37:03
25,319,755
0
1
null
null
null
null
UTF-8
C++
false
false
1,004
h
/// @file TamyEditor/BlendTreeEditorEventTrigger.h /// @brief a trigger that triggers blend tree events from the editor #pragma once #include <QtWidgets\QPushButton> /////////////////////////////////////////////////////////////////////////////// class BlendTreePlayer; class BlendTreeEvent; /////////////////////...
[ "ptrochim@gmail.com" ]
ptrochim@gmail.com
5c5f130b0d08dd1612fb1c4737267794e04019fa
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/inetsrv/msmq/src/inc/phmqf.h
908a24d18ded7946388542800fa704241c25afe5
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,246
h
/*++ Copyright (c) 2000 Microsoft Corporation Module Name: phmqf.h Abstract: Packet header for Multi Queue Format. Author: Shai Kariv (shaik) 24-Apr-2000 --*/ #ifndef __PHMQF_H #define __PHMQF_H /*+++ Note: Packet either contains none of the headers of all 4 (destination, admin, response,...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
d209e4864b052241ab0b300080015c2ad43a6c0b
ab9e859e2ea66f3f1293460723ccdf4ed34f3d88
/13.MagicSquare.cpp
b52f2fd6750b59448b3c4a4597cff0e918168b59
[]
no_license
dipuhasan/Mathematics
cff06a84dcb6e885b31829bc88859120f99c730e
b9f6bb9bcb1611ad52c4be127a8c5f5c0e8630b6
refs/heads/master
2021-01-02T09:34:08.595830
2016-01-21T18:36:02
2016-01-21T18:36:02
40,371,691
0
0
null
null
null
null
UTF-8
C++
false
false
1,486
cpp
#include<stdio.h> #include<string.h> void generateSquare(int n) { int magicSquare[n][n]; // set all slots as 0 memset(magicSquare, 0, sizeof(magicSquare)); // Initialize position for 1 int i = n/2; int j = n-1; // One by one put all values in magic square for (int num=1; num <= n*n; ...
[ "depu1994@gmail.com" ]
depu1994@gmail.com
2b4548cef6f7c4e62256cdbb9a1131f4b1e4b126
d66150b2ebeb7daeb8a6ccbb0ed2a4483093a0c0
/src/graphchi/graphchi_simulation_dynamic_worker.cpp
621577d63aadef6b2bebd3ae47fa3ac74a42643a
[]
no_license
poojanilangekar/graph_simulation
58a1b70ae3727dd7a5071914b4b09853f7fb7e2c
0b45189c9f5e630a9f3701f0cd561e785cc4499c
refs/heads/master
2016-09-05T19:48:19.211928
2015-10-29T12:00:43
2015-10-29T12:00:43
39,889,945
1
0
null
null
null
null
UTF-8
C++
false
false
15,110
cpp
//Dynamic edges. #define DYNAMICEDATA 1 #include <mpi.h> #include <assert.h> #include <iostream> #include <string> #include <set> #include <map> #include <vector> #include <algorithm> #include "tbb/concurrent_hash_map.h" #include <fstream> #include <streambuf> #include <thread> #include <utility> #include <json.h...
[ "nilangekar.pooja@gmail.com" ]
nilangekar.pooja@gmail.com
168bdc2acae0818d324c4907a09815926fc41b22
f42abc9b93fff46b28de4a3ca47d8ea16972f9a2
/ui/text_editor_side_area.cpp
ababb0d25ad459adf7fdb88abda7a14ff1616ab2
[ "MIT" ]
permissive
kuumies/jpad
05083f2994c89ac1213547d7fdd436f7efb13009
e54c69cd7d5f65ae81c600887bc77badf4fae9bf
refs/heads/master
2021-05-13T18:30:02.354364
2018-01-09T21:04:40
2018-01-09T21:05:33
116,866,006
0
0
null
null
null
null
UTF-8
C++
false
false
2,952
cpp
/* ---------------------------------------------------------------- * Copyright (c) 2018 Kuu Antti Jumpponen <kuumies@gmail.com> The implementation of kuu::jpad::TextEditorSideArea class. * ---------------------------------------------------------------- */ #include "text_editor_side_area.h" #include <QtGui...
[ "kuumies@gmail.com" ]
kuumies@gmail.com
07f1d6951f3102270984962c137be0ddb8fb89be
4b38e6f17cc8628496896afe2503c3c22cb4cd6d
/src/kernelrecord.cpp
965b3e871ef2784e39f3495e7596709391a7ff48
[ "MIT" ]
permissive
xp-chain/xpchain-v2
28cd7b9a35d53f19f5f06c3df432c7b786df4746
1692bf87f271c40a1af6ab65e5cf5fe5117e662e
refs/heads/master
2020-07-25T11:59:59.581308
2019-11-18T14:28:28
2019-11-18T14:28:28
208,280,756
0
4
MIT
2019-11-18T11:29:55
2019-09-13T14:25:54
C++
UTF-8
C++
false
false
3,002
cpp
#include <abpos2.h> #include <consensus/consensus.h> #include <interfaces/wallet.h> #include <key_io.h> #include <timedata.h> #include <validation.h> #include <chain.h> #include <chainparams.h> #include <stdint.h> #include <math.h> #include <kernelrecord.h> #include <base58.h> using namespace std; bool KernelRecor...
[ "barrystyle@westnet.com.au" ]
barrystyle@westnet.com.au
9de28a1efeb1e13d901fec98f5c5280bd101c3b9
d6277591f92c4d021bee86f4532d87556922783c
/codes/uva/193.cpp
dd49c28c58d7834b6a78a12150555624585a4283
[]
no_license
masterchef2209/coding-solutions
83a1e8083f7db7f99ca16c9a8a584684f2ad8726
48c7aa127e2f2353cc18cf064fbd5b57875c1efa
refs/heads/master
2021-05-26T06:02:53.579607
2020-04-25T21:23:56
2020-04-25T21:23:56
127,779,581
0
0
null
null
null
null
UTF-8
C++
false
false
1,351
cpp
#include <cstdio> #include <vector> #include <bitset> using namespace std; typedef vector<int> vi; static int WHITE = 0; static int BLACK = 1; bitset<110> colored; int color[110]; vector<vi> AdjList; int tc, n, k, ans; vi ansls; void solve(int u) { if (u == n) { int b = 0, w = 0; for (int i = 0; i < n; i++) { ...
[ "huk2209@gmail.com" ]
huk2209@gmail.com
b1464a6bea45521f56c3ce76fd9f9cb4338e7829
57d942d363024d9173ca8c8ec6740d6baaf0d31c
/cybex_ios_core_cpp/include/bitshare/include/graphene/chain/protocol/types.hpp
6a4c6a3ec8233c62b78a68f1482518e7e04f4db1
[ "MIT" ]
permissive
CybexDex/cybex-ios-core-cpp
5e3e82328604a7ade9f55de9a419b2ef370c073e
6d6e446180dba9f302bd5296942a2b17289ed949
refs/heads/master
2021-06-29T21:02:37.500580
2020-09-15T07:34:03
2020-09-15T07:34:03
153,760,131
0
0
null
null
null
null
UTF-8
C++
false
false
23,081
hpp
/* * Copyright (c) 2015 Cryptonomex, Inc., and contributors. * * The MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the...
[ "koofranker@gmail.com" ]
koofranker@gmail.com
9ad2eaa2f2e8ccd67e82d74194ac2acf94996cce
47fd7102e8e5ada18ae9cab03f98dda6fd6ae14b
/include/totem/totem.h
da65aef51b6dd1fb4fb4053c1ba6de6cd597f879
[ "MIT" ]
permissive
guilhermebkel/sales-machine
db54e808fe2260500e9afa02da726e37f2eb3576
f0c0e12b543733bb7edf0a49e686331686e476e8
refs/heads/master
2020-09-03T23:05:42.546356
2019-11-22T00:35:30
2019-11-22T00:35:30
219,597,349
0
0
null
null
null
null
UTF-8
C++
false
false
1,081
h
#ifndef TOTEM_H #define TOTEM_H #include <iostream> #include <string> #include <vector> #include <set> #include "eventos/evento.h" #include "usuarios/usuario.h" #include "maquinas/maquina_fantoche.h" #include "maquinas/maquina_cinema.h" #include "maquinas/maquina_boate.h" #include "maquinas/maquina_show.h" struct u...
[ "guilhermebromonschenkel@gmail.com" ]
guilhermebromonschenkel@gmail.com
f8896090ed0ecfa07a7facf733fedd1cd4b5f92c
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_1485490_0/C++/cast1e/C.cpp
79062d9b9ce7fb00d15975eff2751354e10e1457
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
3,104
cpp
#include <cstdio> #include <algorithm> #include <iostream> #include <fstream> #include <string> #include <iostream> #include <sstream> #include <vector> #include <queue> #include <algorithm> using namespace std; typedef long long int UUL; typedef pair<int,UUL> ITEM_CNT; typedef vector<ITEM_C...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
d6fa14a7153345598221f8965caebb5036102afd
8e2191bf076824a37110790fb8b718012fa13501
/src/game/worldselector.cpp
e601a3e4d906b3b4a5cde26dc75ffa914036302c
[ "MIT" ]
permissive
farrer/memwar
131fbd69e4577bd01c76303d85748b9c25d58728
5b4e308f5d986ea69d0c46e46db570f6df1be8e7
refs/heads/master
2022-09-28T21:25:16.534064
2020-06-04T20:38:10
2020-06-04T20:38:10
103,827,776
0
0
null
null
null
null
UTF-8
C++
false
false
5,118
cpp
#include "worldselector.h" #include <kobold/ogre3d/ogredefparser.h> #include <goblin/screeninfo.h> using namespace MemWar; #define WORLDS_FILE "worlds.mwr" #define TOKEN_TOTAL "total" #define TOKEN_WORLD "world" #define TOKEN_FILE "file" #define TOKEN_SCORES "scores" #define EXTENSION_WORLD ".mwr" #define EX...
[ "farrer@dnteam.org" ]
farrer@dnteam.org
e87e9f4eb2e6492b073c7e5fb8aaec60a419877e
512ce9e86147bb1a608229a9b988e4bf368bb940
/数据结构算法/algorithm/最短路径/array.cpp
04f43960fd84414d00fbb9eb9790dd7f72b5d663
[]
no_license
JoeWQ/hello-world
cb326e9a7377f8ba36caa70709fb8eef92fef45f
ca342c6727e35fac2910a6e25836498bbb0a0c18
refs/heads/master
2021-01-21T16:27:19.310952
2019-01-21T04:07:49
2019-01-21T04:07:49
95,403,617
0
0
null
2019-01-21T04:07:51
2017-06-26T03:09:18
C
GB18030
C++
false
false
1,137
cpp
/* *@aim:动态数组的实现C++代码 *@time:2014-9-22 *author:狄建彬 */ #include"array.h" #include<stdlib.h> Array::Array(int row,int column) { this->yr=(int *)malloc(sizeof(float)*row*column); this->row=row; this->column=column; } // Array::~Array( ) { fr...
[ "1198253149@qq.com" ]
1198253149@qq.com
cef7288b2d5103f3f04aa984688d287c05d1e6fd
3d53dcd16a290c5fd3a1cd26bbbf5605a81bce3b
/src/game.cpp
fe436f4d25b49adf3ef31ecd3100745b5b0cb468
[ "Artistic-1.0", "Artistic-2.0", "BSD-3-Clause" ]
permissive
Yargling/MuxDevelopment
d1144ab1f8b6479d2a844e12b160759d855f1665
cb900bc12086c3e7956c4c0d01cd0dcd9fc610b6
refs/heads/master
2021-03-12T23:32:22.872500
2013-04-29T20:41:08
2013-04-29T20:41:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
72,034
cpp
// game.cpp // // $Id: game.cpp 3050 2007-12-30 06:36:06Z brazilofmux $ // #include "copyright.h" #include "autoconf.h" #include "config.h" #include "externs.h" #include <sys/stat.h> #include <signal.h> #include <iostream> using namespace std; #include "attrs.h" #include "command.h" #include "functions.h" #include ...
[ "doug1984@gmail.com" ]
doug1984@gmail.com
0540be34a224506fa57c572a4bf57ab8a7d83576
fa876926921df43d285296814eb7612a7d8bef55
/event_listener.h
6902f7300783d325201720887a6cf39937c3f332
[]
no_license
1017905596/Video_Server
9bd39b92c0882dbe24e024c303f0621c3fc8f883
81397ce9dac71c48f5e582aa31cf9b2bcca9ec43
refs/heads/master
2022-02-28T07:49:08.737288
2019-09-23T07:52:52
2019-09-23T07:52:52
208,984,998
1
0
null
null
null
null
GB18030
C++
false
false
1,207
h
#ifndef __EVENT_LISTENER_H_ #define __EVENT_LISTENER_H_ #include "reactor.h" class event_listener; //最大监听地址数量 #define EVENT_LISTEN_NUM 64 /* listener地址结构体 */ typedef struct event_listener_addr_s{ size_t index; /* 索引 */ Socket *s; /* 套接口 */ event_listener *el; ...
[ "wenze.liu@androidmov.com" ]
wenze.liu@androidmov.com
27bafbd8431cde77c4904467adde23bf3244b1c5
4e4bd1102c1fd1b1200994de4bce48c15686e3e6
/C++/Perceptron/Quiz1/Quiz1/main.cpp
4011329b856fa0a67bb433665ff0dd29f1398739
[]
no_license
kristoper12/JH_Project
0a0ee421b848523bca20091a8a19646628bc80b1
8b21d33fee015878d1b1bb2ad29409f81aec30ab
refs/heads/master
2020-08-17T21:55:52.165966
2019-10-17T05:33:25
2019-10-17T06:08:09
215,715,153
0
0
null
null
null
null
UHC
C++
false
false
10,010
cpp
#include <windows.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #include <math.h> #include <string.h> LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam); LPCTSTR lpszClass = TEXT("201431020_김진혁"); #define NUMLAYER 2 #define NUMLEARNPATTERN 10 #define NUMPREDICTPATTERN ...
[ "kristoper12@naver.com" ]
kristoper12@naver.com
8137abf5c0d6cc81917c5f035951ae241eb2148c
41a0220bf117124bf281a50396582c0df1e0675f
/RcsPySim/src/cpp/hardware/PolicyComponent.cpp
dc8ec678053db14561ac3b1d6c3ddb8764a51029
[ "BSD-3-Clause" ]
permissive
jacarvalho/SimuRLacra
c071dfc22d4f2c54a198405e8974d03333c9961d
a6c982862e2ab39a9f65d1c09aa59d9a8b7ac6c5
refs/heads/master
2022-11-24T20:08:52.376545
2020-08-03T09:01:35
2020-08-03T09:01:35
276,885,755
0
0
BSD-3-Clause
2020-07-03T11:39:21
2020-07-03T11:39:21
null
UTF-8
C++
false
false
12,266
cpp
#include "PolicyComponent.h" #include "action/ActionModel.h" #include "action/ActionModelIK.h" #include "action/AMTaskActivation.h" #include "action/AMJointControlPosition.h" #include "observation/OMCollisionCost.h" #include "util/eigen_matnd.h" #include "util/string_format.h" #include <EntityBase.h> #include <Rcs_ma...
[ "fabio.muratore@famura.net" ]
fabio.muratore@famura.net
e5723858915228432b4bb9734c2027cd129b555e
88061c078a687620e53f413d9cee0645891e1d40
/fitsGen/src/MeritFile.cxx
827ec90ecb9c6e3a20097bdac9566f0da03112f6
[]
no_license
fermi-lat/ScienceTools-scons-old
2b80b24220433fc951c7e12cb2935a3b6d5690aa
1bc4e2dc8db28e87c4b97afb998ff1ce2fd770b8
refs/heads/master
2021-06-29T02:10:35.524126
2017-08-23T23:40:25
2017-08-23T23:40:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,810
cxx
/** * @file MeritFile.cxx * @brief Implementation for merit tuple file abstraction using tip. * @author J. Chiang * * $Header$ */ #include <algorithm> #include "tip/IFileSvc.h" #include "fitsGen/MeritFile.h" namespace fitsGen { MeritFile::MeritFile(const std::string & meritfile, const st...
[ "" ]
f0f50cfb32eb63dd580858c7c655e7029332a6d9
52c1d8179aaa24ae0e77458db6b490944117e028
/GH Injector Library/Start Routine.cpp
fbf555843221f21326de20f64acec17c7b6efe3c
[]
no_license
Broihon/GH-Injector-Library
76a9618dbb905d5ea7253843754ea4587e0c9825
e7c4a6acaf2df8baa5499457330a82b936fc7346
refs/heads/master
2023-06-21T19:41:46.763691
2023-02-23T15:33:53
2023-02-23T15:33:53
249,303,422
755
184
null
2023-07-24T23:28:35
2020-03-23T00:57:37
C++
UTF-8
C++
false
false
1,899
cpp
#include "pch.h" #include "Start Routine.h" DWORD StartRoutine(HANDLE hTargetProc, f_Routine pRoutine, void * pArg, LAUNCH_METHOD Method, DWORD Flags, DWORD & Out, DWORD Timeout, ERROR_DATA & error_data) { DWORD Ret = 0; switch (Method) { case LAUNCH_METHOD::LM_NtCreateThreadEx: Ret = SR_NtCreateThreadEx(hT...
[ "konradherrmann@t-online.de" ]
konradherrmann@t-online.de
a520656a2b12feab88eb837ede82120e54108092
bdcbf85fe5b4242b464a47b53045135bea0bd78b
/bytecode/field.cc
38689c8f23d42505343e348825b71fc1009f5761
[]
no_license
peteb/pvm
ff5d31c9dca04ec36ebb4025c7df34e5dd192b9a
6368500919dbeff5314079615aa51acdba104ec1
refs/heads/master
2021-08-08T23:24:56.877038
2016-10-23T15:25:39
2016-10-23T15:25:39
110,357,516
0
0
null
null
null
null
UTF-8
C++
false
false
458
cc
#include "field.h" #include "class_file.h" const bytecode::attribute_info_t *bytecode::field::find_attribute(const char *name) const { for (const auto *attribute : attributes) { if (class_info->utf8_constant(attribute->name_idx) == name) { return attribute; } } return nullptr; } bytecode::field::...
[ "peter@iostream.cc" ]
peter@iostream.cc
5c891819ecef0d0f617b12882bee3ff054a667c1
4563d5a396db9dd7ddfb07a7a8513f657ef46a10
/test/test_afficheur/mure.cpp
94fe544925e8fcde89f247a582290f60e0fa0ac3
[]
no_license
MedAnisse/Projet_Cassebrique
1380ddb646e891a1752b44b5a6b8c83712242286
5334b4edf055f309ad02df32adc4a99c04f493dd
refs/heads/main
2023-02-17T15:46:28.740435
2021-01-15T13:44:31
2021-01-15T13:44:31
322,939,803
1
0
null
null
null
null
UTF-8
C++
false
false
1,003
cpp
#include "mure.h" #include <memory> #include<iostream> #include<ostream> #include<istream> #include"rectangle.h" using std::unique_ptr; using std::move; using std::make_unique; using geom::point; namespace cassebrique { mure::mure( point& BasGauche,point& HautDroit,unique_ptr<surface>& surfaceK):rectangle...
[ "Med-anisse.belhadj@outlook.com" ]
Med-anisse.belhadj@outlook.com
97774b2d564065a3d1d162d509f3042839dfc8c3
a1a8b69b2a24fd86e4d260c8c5d4a039b7c06286
/build/iOS/Debug/include/Fuse.Input.Gestures.ActiveGesture.h
e736c159a6adefde3eb3cf38d3488001540a5f5a
[]
no_license
epireve/hikr-tute
df0af11d1cfbdf6e874372b019d30ab0541c09b7
545501fba7044b4cc927baea2edec0674769e22c
refs/heads/master
2021-09-02T13:54:05.359975
2018-01-03T01:21:31
2018-01-03T01:21:31
115,536,756
0
0
null
null
null
null
UTF-8
C++
false
false
1,072
h
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Nodes/1.4.2/Input/Gesture.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h namespace g{namespace Fuse{namespace Input{struct Gesture;}}} namespace g{namespace Fuse{namespace Input{struct Ge...
[ "i@firdaus.my" ]
i@firdaus.my
bdb0a30f8ea6730d376ece1a9dcde350482632d5
30b67fd9fabda5c1350dcd2fb29973b8fd1c518f
/codeforces/Practice/1099D - Sum in the tree/1099D - Sum in the tree/main.cpp
f61e1c114e1b8bcbeda47e681d29ca187ef94815
[]
no_license
Joey-Liu/online-judge
97bd3025a38117de33547fdaf0382356d22b2047
2c48d9b7aa981d6c98cf92d80d69b0ac8f2b2aa1
refs/heads/master
2021-08-01T13:29:58.631190
2021-07-26T06:29:26
2021-07-26T06:29:26
132,420,744
2
0
null
2020-01-18T13:18:31
2018-05-07T07:05:21
C++
UTF-8
C++
false
false
1,371
cpp
#include <iostream> #include <stdio.h> #include <string> #include <string.h> #include <memory.h> #include <algorithm> #include <vector> #include <map> #include <queue> #include <set> #include <math.h> #include <functional> #include <limits.h> using namespace std; typedef long long LL; typedef long double LD; typedef ...
[ "joey_liucoder@163.com" ]
joey_liucoder@163.com
452eaa03e4d925b361d17f339c7edea9743fecc2
43ee3cc213125c09205195a30fce171ff9ed44c4
/test/tests/libcxx/vector/vector.modifiers/erase_iter_iter_db2.pass.cpp
0da7b6b146be7cf76d55b33ecdc07a6f463f1ed6
[ "MIT", "NCSA" ]
permissive
asidorov95/momo
820356ae130fc97d60e26e50fc380a9826e1c89d
ebede4ba210ac1fa614bb2571a526e7591a92b56
refs/heads/master
2020-10-01T18:26:23.841911
2019-12-12T12:04:05
2019-12-12T12:04:05
155,053,265
0
0
null
2018-10-28T09:14:16
2018-10-28T09:14:16
null
UTF-8
C++
false
false
1,265
cpp
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===---------------------------------...
[ "morzhovets@gmail.com" ]
morzhovets@gmail.com
a301096237e799f0a9213e8f963c1fbd93c74486
7396a56d1f6c61b81355fc6cb034491b97feb785
/lang_service/java/com/intel/daal/algorithms/implicit_als/training_distributed_step4.cpp
6babd5cc3be07633b131a07e7be1f1df7d015958
[ "Apache-2.0", "Intel" ]
permissive
francktcheng/daal
0ad1703be1e628a5e761ae41d2d9f8c0dde7c0bc
875ddcc8e055d1dd7e5ea51e7c1b39886f9c7b79
refs/heads/master
2018-10-01T06:08:39.904147
2017-09-20T22:37:02
2017-09-20T22:37:02
119,408,979
0
0
null
2018-01-29T16:29:51
2018-01-29T16:29:51
null
UTF-8
C++
false
false
4,834
cpp
/* file: training_distributed_step4.cpp */ /******************************************************************************* * Copyright 2014-2017 Intel Corporation * All Rights Reserved. * * If this software was obtained under the Intel Simplified Software License, * the following terms apply: * * The source code, ...
[ "vasily.rubtsov@intel.com" ]
vasily.rubtsov@intel.com
d2ce63fdbd3b87cd270daaa5ca6bfbc7d0f5ba8a
31c31345946b3526ffe3f1eafbc9dd7cdb48e03a
/Contests/Maratona de Programação da SBC 2017/D.cpp
7112d60777d66ba7f872a30ff4355e5a06424677
[]
no_license
felipefoschiera/Competitive-Programming
84967cb7c6b82df5990cccea5d5b6862b9e63f65
fe664046d0161fd6a15d4b8d8f983e77c6dc3dcb
refs/heads/master
2022-02-23T16:07:04.326089
2019-10-04T19:22:22
2019-10-04T19:22:22
198,893,046
0
0
null
2019-07-25T19:53:36
2019-07-25T19:53:36
null
UTF-8
C++
false
false
394
cpp
#include <stdio.h> #define MAX 1000012 typedef long long ll; int main(){ ll N; scanf("%lld", &N); int divisores = 0; int i = 2; while(N > 1 && i < MAX){ if(N % i == 0){ divisores++; while(N % i == 0) N /= i; } i++; } if(N != 1) divisores+...
[ "felipefoschiera@gmail.com" ]
felipefoschiera@gmail.com
312f8e8a684426f36460a59b26b6e45d96dc271f
11112ed65bc96a5c8e90bec634085ecfd67c7e3c
/wtk/include/MdzRect.h
d8e88a4ebafa37a74ef6de616517a6df89d95284
[]
no_license
skynet29/mdz_ide
e75a071b665387fb4a58f1430330c8c4a63c03d6
47e2b79b052c96756466b8601ec1111db6dfdcfb
refs/heads/master
2020-04-29T07:37:12.785604
2019-03-16T10:48:51
2019-03-16T10:48:51
175,959,495
0
0
null
null
null
null
UTF-8
C++
false
false
796
h
// MdzRect.h: interface for the MdzRect class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MDZRECT_H__163B65F9_80B8_4B95_A6F4_66A5EC5DE82B__INCLUDED_) #define AFX_MDZRECT_H__163B65F9_80B8_4B95_A6F4_66A5EC5DE82B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_V...
[ "marc.delomez@free.fr" ]
marc.delomez@free.fr
c2e6484769974153f7324222df7e3063e4440bdd
0b526fc19008dade1e5d8435f90e928264290c82
/src/old/RadialViewProjectionMatrix.h
2ff011fae4329e022fb8def691c85cef1b5f4290
[]
no_license
elliotwoods/ProCamSolver
8ed204a8415769dd392fbc0d07528bceea2706a5
a957b3da1b0c8eeed2617d0b0df9e93a988c60cb
refs/heads/master
2021-01-16T19:05:16.712229
2012-07-04T16:37:13
2012-07-04T16:37:13
3,500,659
0
0
null
null
null
null
UTF-8
C++
false
false
3,769
h
/////////////////////////////////////////////////////////////////////////////// // // Class to represent a view projection matrix, with added radial distortion // coefficient, d. // // For a description of the distortion matrix see Yamazaki et. al (2011) // "Simultaneous self-calibration of a projector and a camera usi...
[ "from_git@freshjava.co.uk" ]
from_git@freshjava.co.uk
199c95771fc6e69395efc367cbd820ababd8f085
2a1365c24292ee4ea235301a1ead0403062f4645
/他人代码_博/E12/arrayListWithIterator.h
f670d3523d7f5bd3499ff68e7a12b577f3892a29
[]
no_license
trialley/DataStructuresLabs
0a10f5bb8afe63585b111a820cf8d3b552018bd1
0d2cf9931175b96190a317d1ea14dd18793faf76
refs/heads/master
2020-09-27T10:16:31.437406
2019-12-31T07:32:11
2019-12-31T07:32:11
226,492,210
0
0
null
null
null
null
UTF-8
C++
false
false
6,306
h
// array implementation of a linear list // derives from abstract class linearList just to make sure // all methods of the ADT are implemented // USES STL ALGORITHMS TO SIMPLIFY CODE // iterator class for arrayList included #ifndef arrayList_ #define arrayList_ #include<iostream> #include<sstream> #include<string> #i...
[ "1203732857@qq.com" ]
1203732857@qq.com