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
79c4c435e81f2f90e4c361e0ce2ca591c9065de5
7ec327e08a35fa7ba13e64db417475eed8b258fb
/controllers/ros_custom/include/webots_ros/skin_get_bone_orientationRequest.h
8cc96b0cbd8665f84715f447f226b6dab4d6985d
[]
no_license
Federico-Ciuffardi/webots_benchmark
accb69213098b534011c6ddfcd466a8ca1d466b5
0c2c2e464cfdc1b0a021e79b7f338884f68903b6
refs/heads/master
2023-04-20T01:30:39.314603
2021-05-13T19:25:21
2021-05-13T19:25:21
360,763,711
0
0
null
null
null
null
UTF-8
C++
false
false
6,243
h
/* * Copyright 1996-2020 Cyberbotics Ltd. * * 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 ...
[ "federico.ciuffardi@outlook.com" ]
federico.ciuffardi@outlook.com
2d70fe03a138d9fafccc4ba112e23787e0cf8257
f7e646329e39ccc57b0b75595283b1579eb509b4
/Labo1/MultipleAPI_AvecBridge/formes/rectangle.cpp
9d93ec7dabc67c66a1a065eebffae6b906583053
[]
no_license
Blondwolf/Design-pattern
4c0f6038c13a95cebb8e78c8c04bb30c12730862
34183284889391fa6b454d957bfb0a31ec2a75b7
refs/heads/master
2016-09-06T08:41:11.525495
2015-06-04T20:09:52
2015-06-04T20:09:52
31,897,031
0
0
null
null
null
null
UTF-8
C++
false
false
529
cpp
#include "rectangle.h" Rectangle::Rectangle(APIs_implementor &api) : Shape(api) { h = 0; w = 0; a = 0; } Rectangle::~Rectangle() { //dtor } void Rectangle::draw() { drawRectangle(getX(),getY(),h,w,a); } int Rectangle::getA() const { return a; } int Rectangle::getW() const { re...
[ "arkeine@Mjolnir" ]
arkeine@Mjolnir
5dbd606fb55a24ffecc13d6172d873c27df8bca1
4cc7c74b4bb7b818562bedffd026a86f9ec78f41
/services/device/device_service.cc
f82738401edd350fddbbd680003a9d3261257a67
[ "BSD-3-Clause" ]
permissive
jennyb2911/chromium
1e03c9e5a63af1cf82832e0e99e0028e255872bd
62b48b4fdb3984762f4d2fd3690f02f167920f52
refs/heads/master
2023-01-10T01:08:34.961976
2018-09-28T03:36:36
2018-09-28T03:36:36
150,682,761
1
0
NOASSERTION
2018-09-28T03:49:28
2018-09-28T03:49:27
null
UTF-8
C++
false
false
13,749
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/device/device_service.h" #include <utility> #include "base/bind.h" #include "base/memory/weak_ptr.h" #include "base/single_thread_tas...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
000e133f2bee0744ed04fbeb271be493e0ffad3f
bcb9cdda3f3d449be90846e6c4e81a9b9f5f0e99
/solutions/jenya_paulovets/2/sources/2_6/2_3.cpp
f53eb5bdf66a0658176374d4ec63c72b5abe4bd9
[]
no_license
marozau/cpp_craft_0314
4b264c6956f303e7b89cd86cc712c13e1654eb89
4c2e312bf8c4d75d675c889e2b23bb6cace7aadb
refs/heads/master
2021-01-20T05:04:51.826658
2014-06-12T13:49:52
2014-06-12T13:49:52
17,398,797
2
1
null
2014-07-09T06:51:42
2014-03-04T10:44:28
C++
UTF-8
C++
false
false
3,408
cpp
#include <iostream> #include <fstream> #include <boost/cstdint.hpp> #include <boost/date_time/gregorian/gregorian.hpp> typedef boost::uint32_t uint_32; typedef boost::gregorian::date date; struct Sdata { char stock_name[9]; char date_time[9]; double price; double vwap; uint_32 volume; double f1; double t1; do...
[ "jenya.paulovets@gmail.com" ]
jenya.paulovets@gmail.com
08cff91c868a86835fc4eb4c8b0b0889af9deacd
c6fa53212eb03017f9e72fad36dbf705b27cc797
/DataFormats/EcalDigi/interface/EKSrFlag.h
38ff967e773e490006026d309af355f328d4a846
[]
no_license
gem-sw/cmssw
a31fc4ef2233b2157e1e7cbe9a0d9e6c2795b608
5893ef29c12b2718b3c1385e821170f91afb5446
refs/heads/CMSSW_6_2_X_SLHC
2022-04-29T04:43:51.786496
2015-12-16T16:09:31
2015-12-16T16:09:31
12,892,177
2
4
null
2018-11-22T13:40:31
2013-09-17T10:10:26
C++
UTF-8
C++
false
false
1,344
h
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: t; tab-width: 8; -*- //$Id: EKSrFlag.h,v 1.2 2014/04/02 09:55:00 shervin Exp $ #ifndef EKSRFLAG_H #define EKSRFLAG_H #include "DataFormats/EcalDetId/interface/EcalScDetId.h" #include "DataFormats/EcalDigi/interface/EcalSrFlag.h" #include "FWCore/Utilities/interfa...
[ "shervin@cern.ch" ]
shervin@cern.ch
9819e888a4a6ca48a59236c21847a3709af89d7e
479809c083921bda768e61eb5a635859c6d4a540
/Wwise Tetris/GeneratedSoundBanks/Wwise_IDs.h
688cf9821085a7f7888b327fa2f40732ba95e74a
[ "MIT" ]
permissive
Berklee-Game-Audio/Unity-Wwise-Tetris
bd166fe0f4305c5e116b3dfd6baa31626c9daa66
8c346e9b18b3d1a19cbf6f04ab6358d2a990f378
refs/heads/master
2023-06-08T12:06:52.879933
2021-11-29T00:33:43
2021-11-29T00:33:43
170,428,965
1
0
null
null
null
null
UTF-8
C++
false
false
4,301
h
///////////////////////////////////////////////////////////////////////////////////////////////////// // // Audiokinetic Wwise generated include file. Do not edit. // ///////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef __WWISE_IDS_H__ #define __WWISE_IDS...
[ "msweet37@gmail.com" ]
msweet37@gmail.com
ed0ec3ce3a9c6eea3a3feaf53428dfe555f4e972
e62b72f6fcdfe40575997e237d8b5bd05b00236f
/bullet2.cpp
cd1800f48a7b5a0f9908e516a9c20b68c0735548
[]
no_license
COP3503Checkers/GameBox
8614849f0f897f15779a7c7e667594b3737d60ce
9ef792b81c6e6670fd4a1ec524e789ed7bf74450
refs/heads/master
2021-06-06T17:28:01.440221
2016-04-20T08:39:08
2016-04-20T08:39:08
54,787,583
1
0
null
null
null
null
UTF-8
C++
false
false
1,672
cpp
#include "bullet2.h" #include "enemy.h" #include "enemy2.h" #include "galaga.h" #include <QTimer> #include <QGraphicsScene> #include <QList> #include <typeinfo> //we can access global object Galaga extern Galaga * galaga; BulletTwo::BulletTwo(QGraphicsItem * parent):QObject(), QGraphicsPixmapItem(parent) ...
[ "cristo.silva@yahoo.com" ]
cristo.silva@yahoo.com
46283e886c729602b2db674ee6b79674f383ca7c
0893cd08598d6829d27e2c0a15012eb7e0ecbbd5
/librapid/cxxblas/level2extensions/her.tcc
86972ab2c9c94dcbad8e3d74507e374953d4be31
[ "MIT", "BSD-3-Clause", "BSD-2-Clause" ]
permissive
LibRapid/librapid
813b8cf89b2fb15618a017bd1b7dccf0dac9b794
4f60eeef8b2d834315d1a9ca6ddd57cd7c093794
refs/heads/master
2023-09-01T22:02:48.706683
2023-08-04T00:48:23
2023-08-04T00:48:23
370,833,810
137
9
MIT
2023-09-11T10:40:54
2021-05-25T21:36:23
C++
UTF-8
C++
false
false
2,262
tcc
/* * Copyright (c) 2009, Michael Lehn * * 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,...
[ "pencilcaseman@gmail.com" ]
pencilcaseman@gmail.com
ee6f89ae191e29ad854916e955e1d8cd2663b0cf
d647aceb4672ba8f5135237082fdd828ba4024f6
/BackpackMega_EepromGpsGprs/src/mygprs.cpp
6013be9a8386f0607a4bedba0cea2823dcf84bc9
[]
no_license
alextrof94/PIO_Arduino
645aac728e96f93699be496d5fc200c97de93a01
2d4b9f12b36d4111afe06160826cec037430f0db
refs/heads/master
2021-11-27T01:34:38.402226
2021-09-08T07:18:32
2021-09-08T07:18:32
228,223,751
0
0
null
null
null
null
UTF-8
C++
false
false
21
cpp
void mygprsWork(){ }
[ "alextrof94@gmail.com" ]
alextrof94@gmail.com
98cc5c938b946f2a81ddbb7059bf312f16a6f745
4f6175ab4c768c7632482e4082916b69a0811db7
/lnetlib/lnetlib/encryption.cpp
11459bb2f1016b911dd1f10421bf07ef8eddb2c0
[ "MIT" ]
permissive
cpp11nullptr/lnetlib
47e82fe451da2d04c556206872d7476c8c2d4615
cf29b7a6f209e1d174e16992188d25e589c5e181
refs/heads/master
2016-08-11T14:58:04.112376
2016-02-16T15:09:07
2016-02-16T15:09:07
44,202,602
40
9
null
null
null
null
UTF-8
C++
false
false
3,365
cpp
/* The MIT License (MIT) Copyright (c) 2015 Ievgen Polyvanyi 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 rights to use, copy, modify, me...
[ "cpp11nullptr@gmail.com" ]
cpp11nullptr@gmail.com
ff28f2055f9fbac430b23bbeb9a8038aa4cb6684
5f854aa5e72c69132c85e8d74909c89ac043f188
/1.euler/欧拉前50题/027/27.cpp
9d68c114149839aa598e6932634578e5a881e385
[]
no_license
ldc0111/shuatiku
02f92bc38eb50d3af7a1f35fa34046d22100f84d
8e7ec6e7c1311dcef0fac8fd824206bfa0cc4254
refs/heads/master
2020-03-25T23:27:41.574572
2019-02-24T07:00:41
2019-02-24T07:00:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,280
cpp
/************************************************************************* > File Name: 27.cpp > Author: > Mail: > Created Time: 2018年08月06日 星期一 10时23分01秒 ************************************************************************/ #include <stdio.h> #include <limits.h> #include <inttypes.h> #include <time.h> #inclu...
[ "913361300@qq.com" ]
913361300@qq.com
3eaee53e94e9a8c39c30c622ccba640e3b3a5768
30178ea25af7b8c6c28ce5d03a1cf3c2fc8a37d7
/gfx/skia/skia/src/core/SkTime.cpp
841ea331146337a29d8a9c03c42a96588744e08d
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
weilonge/gecko-dev
8bde51f637b0481008ab04682e46188ef9dc4ce2
046e8897a90570889fec893493a4759aadfac554
refs/heads/master
2021-01-21T03:41:32.816543
2016-03-15T00:55:56
2016-03-15T00:55:56
33,717,822
0
0
NOASSERTION
2019-11-10T05:38:23
2015-04-10T08:37:13
null
UTF-8
C++
false
false
3,676
cpp
/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkOncePtr.h" #include "SkString.h" #include "SkTime.h" #include "SkTypes.h" void SkTime::DateTime::toISO8601(SkString* dst) const { if (dst) { int timeZ...
[ "lsalzman@mozilla.com" ]
lsalzman@mozilla.com
4f01157c895968f2ceee8eadbd5dba8be2425451
1bfd698b2c1f5760734dc42632fe54c65a286086
/IfcPlusPlus/src/ifcpp/IFC4/include/IfcMotorConnectionTypeEnum.h
9a78ffbc52efef531fb2367cf88478240ebe3426
[]
no_license
wartburgritter0/old_IfcPlusPlus
c0bd0b784396c100d0d96fc7af6146a0325a9e1b
d0f9d81462b295990d3eb83c9c406d520840330e
refs/heads/master
2021-05-27T21:54:14.456425
2014-06-03T21:23:14
2014-06-03T21:23:14
19,681,159
1
0
null
null
null
null
UTF-8
C++
false
false
1,623
h
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * in...
[ "fabian.gerold@gmail.com@06f6d6f3-f2e0-f239-6e86-ba6a5d17d3a5" ]
fabian.gerold@gmail.com@06f6d6f3-f2e0-f239-6e86-ba6a5d17d3a5
88e1cdebec2dfd11c22e3540e81dad409eb1cd97
c5825e4bce4b7dc06690b46aed6e8b4738904d9d
/BaseCode/hook/inline/HookInternal.h
634c96d514201a213420cdb45f4a7e01a59305b9
[]
no_license
deathmemory/reportTest
73e95b77bb6f993a8678f30ec5c27f822f9e9464
e4ef7d97d15c279081775fc7f938bae4890bd028
refs/heads/master
2020-06-05T13:18:23.365897
2013-05-28T16:57:34
2013-05-28T16:57:34
10,100,185
0
1
null
null
null
null
GB18030
C++
false
false
4,932
h
#pragma once #define _HOOK_INTERNAL #pragma pack(1) #include <windows.h> #include <shlwapi.h> #include "../../VM_MACRO/VMP.H" //#include "../../common/commondef.h" #include "../../dasm/disassemble.h" #include "../../system/System.hpp" #include "../../String/STRING_EX.h" using namespace STRING_EX; #pragma comment(lib,"s...
[ "DeathMemory@163.com" ]
DeathMemory@163.com
a297a2d6eb5b9ad5d9eb737c474007d1216d00b8
b179ee1c603139301b86fa44ccbbd315a148c47b
/engine/effects/include/MappingEffect.hpp
d680454e456e6cf086e77aee65f441cb68fcfd54
[ "MIT", "Zlib" ]
permissive
prolog/shadow-of-the-wyrm
06de691e94c2cb979756cee13d424a994257b544
cd419efe4394803ff3d0553acf890f33ae1e4278
refs/heads/master
2023-08-31T06:08:23.046409
2023-07-08T14:45:27
2023-07-08T14:45:27
203,472,742
71
9
MIT
2023-07-08T14:45:29
2019-08-21T00:01:37
C++
UTF-8
C++
false
false
953
hpp
#pragma once #include "Effect.hpp" enum struct MappingType { MAPPING_TYPE_FORGET = 0, MAPPING_TYPE_MAP = 1, MAPPING_TYPE_MAP_ALL = 2 }; class MappingEffect : public Effect { public: virtual std::string get_effect_identification_message(std::shared_ptr<Creature> creature) const override; virtual Effect...
[ "jcd748@mail.usask.ca" ]
jcd748@mail.usask.ca
d450b7d5a7b5506a437fc1addb2c1bf382a92acf
6171256bfc049ab44d0f4fcab0edc87757cac520
/Semester 2/Bank_Management_System Repo/AdminHome.cpp
7970bca2e361e365b95c317e571e6be710ad4150
[]
no_license
HaiderSultanArc/AcademicProjects
39ef3cd8ccf30957d67424ef0c5c84c02ee439c9
bb631d7abb2a184e8b69c45d211455b4e19041ba
refs/heads/master
2023-04-10T08:41:41.726899
2021-04-24T19:03:35
2021-04-24T19:03:35
320,339,440
7
1
null
null
null
null
UTF-8
C++
false
false
1,381
cpp
#include "AdminHome.h" using namespace SigninForm; bool AdminHome::isValidName(String^ name) { string strName = marshal_as<string>(name); for (int ch = 0; ch < strName.length(); ch++) { if (!isalpha(strName[ch]) && strName[ch] != 32) { return false; } } return true; } bool AdminHome::isValidEmail(String...
[ "haidersultanarc@gmail.com" ]
haidersultanarc@gmail.com
ee597f3bbbbf19b47f60e159c5a29c362cb5740a
72f9b35aedec21866d0896694039e33b0b47331e
/blocks/statements/rela_pressions/factor.hpp
b980f2e62905b87c3bf36f075be99168c920be16
[]
no_license
HelmetBro/custom_compiler
a32d6888501eb0e168430d2b6eef79faaffcce37
8502750952c1203e79705e20ca89eedae35df710
refs/heads/master
2022-12-18T22:38:48.829733
2020-09-19T08:21:42
2020-09-19T08:21:42
165,970,554
0
0
null
null
null
null
UTF-8
C++
false
false
461
hpp
// // Created by EricP on 1/22/2019. // #ifndef FACTOR_H_ #define FACTOR_H_ #include "designator.hpp" #include "expression.hpp" #include "../../../lex_analyzer.hpp" #include "../function_call.hpp" class designator; class function_call; class factor{ public: //only one may be assigned designator * des = nul...
[ "ericparsons@live.com" ]
ericparsons@live.com
56a46640c8a975e74024e02d24b0be5b03e4b59a
72f13ab1fd09e22c464e452e27508392854a46d8
/src/Components/Svg.re
ca172d792628af8797dc2dc956de6b153d76e71e
[]
no_license
chattyzilla-labs/reason-chat-widget
a3ae0766af4e6c57235f1d2ea111787b34836077
987f2b73b42f00014be9691480314342f57607ac
refs/heads/master
2023-01-28T05:29:04.167451
2020-01-21T01:59:34
2020-01-21T01:59:34
234,832,446
1
0
null
2023-01-06T01:28:50
2020-01-19T03:09:06
C++
UTF-8
C++
false
false
2,895
re
open Styles.Icons; let sendIcon = <svg version="1.1" className={icon} xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="37.393px" height="37.393px" viewBox="0 0 37.393 37.393" enableBackground="new 0 0 37.393 37.393"> <g id="Layer_2"> <path d="M36.511,17.594L2.371,2...
[ "narjune131@gmail.com" ]
narjune131@gmail.com
2dbe90d3e94a8897c6be99954f031ba4169e4378
1d04a98d3b6f6273a08d25a20f85b310f87921a3
/include/kshortestpaths/2heap.h
f5bbb3d734815c074e5727ea57ce51da8fa8b598
[]
no_license
gyankos/kShortestPaths
eb3578f023ebad13b9da1c2c759de84c17e07112
657c513a04340902def5ead51729a15410c13297
refs/heads/main
2023-05-13T02:52:28.925125
2021-06-10T13:38:10
2021-06-10T13:38:10
375,612,701
1
1
null
null
null
null
UTF-8
C++
false
false
3,894
h
// Implemented by Jon Graehl <jongraehl@earthling.net> // binary max heap with elements packed in [heapStart, heapEnd) // heapEnd - heapStart = number of elements #ifndef kShortestPaths_2heap #define kShortestPaths_2heap template <class T> int heapSize ( T *s, T *e ) { return e - s; } template <class T> void hea...
[ "bergamigiacomo@gmail.com" ]
bergamigiacomo@gmail.com
3dd29b07e0e10b759859f44ec953620a6c51918f
1cacc0d3bfa02a41ca1426e2a25aaa305fd81bd8
/OpenGL_SDL Base Project/Collider.h
a8583b424a0ce6fd98cc5f4a62dbb88f96438647
[]
no_license
Its-Aaron/CPPEngine
5b32125693e7b7050877310d387b463ae156bfb6
8bd19517fbc151a9e39ce5f64bd34daef1582a61
refs/heads/master
2020-04-11T00:43:44.714006
2018-12-13T17:49:43
2018-12-13T17:49:43
161,393,176
0
0
null
null
null
null
UTF-8
C++
false
false
609
h
#ifndef _COLLIDER_H #define _COLLIDER_H #include "Component.h" #include "RigidBody.h" class Collider : public Component { public: Collider(); virtual ~Collider(); bool visible; virtual void Update(float deltaTime); void Init(); COLLIDERTYPE GetType() { return colliderType; } void SetCollided(bool _collided, G...
[ "aj.green91@hotmail.co.uk" ]
aj.green91@hotmail.co.uk
72e9b1f9128cfd9810d5ce37a6e8018f2dafda82
6f9b4ede52e886ba8af79cfcae1c56c8d90ac39d
/app/rtkpost_qt/postopt.cpp
2eee1c64849961c16dc56e75cd03de6b77cee047
[]
no_license
szp35/rtklib-n8ur
ad3d8b8aed0068545f3368a80f86962549d8be42
7b519e0f7801ed157b3e2d6e306189d12c3fe6d3
refs/heads/master
2022-03-01T11:42:00.738779
2019-11-19T20:34:01
2019-11-19T20:35:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
47,685
cpp
//--------------------------------------------------------------------------- #include "postmain.h" #include "postopt.h" #include "keydlg.h" #include "viewer.h" #include "refdlg.h" #include "extopt.h" #include "maskoptdlg.h" #include <QShowEvent> #include <QFileDialog> #include <QFileSystemModel> #include <QCompleter...
[ "jra@febo.com" ]
jra@febo.com
88af7e5e06f49fd06f64391b05f3a812726c2417
f3e813535f75fb461e2306f1ad18596ac233e758
/odb_api_bundle-0.17.6-Source/eckit/src/eckit/option/FactoryOption.cc
ef9ce347263b70e39e382367b51fd853e6999084
[ "Apache-2.0" ]
permissive
vyesubabu/metview
47f9de3eb5f1bf418e513ed306aa2279635b79c7
74c2b9bc28673001fd02e00194e92c53a897fb62
refs/heads/master
2021-05-17T16:42:41.697859
2018-04-09T15:08:19
2018-04-09T15:08:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,513
cc
/* * (C) Copyright 1996-2017 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an in...
[ "Xin.L.Zhang@noaa.gov" ]
Xin.L.Zhang@noaa.gov
f605d5f7d19954fc39ef90225b99eafbe786904e
3b31bbc1074ba61c115209156413ffdf419cf9f8
/newnnfw/tools/nnapi_quickcheck/tests/fully_connected_quan_1.cpp
1cb75fea05dae40afe9209e58dc0244431fc8cc3
[ "MIT", "Apache-2.0" ]
permissive
mojunsang26/Tizen-NN-Runtime
caa35a5aa8137fc8dfc376805c92ac333be9c06b
ff50aa626ef101483d03550533ac7110ddca5afc
refs/heads/master
2020-04-09T07:19:22.780932
2019-10-30T02:31:03
2019-10-30T02:31:03
160,150,527
0
0
Apache-2.0
2018-12-03T07:34:44
2018-12-03T07:34:44
null
UTF-8
C++
false
false
5,821
cpp
/* * Copyright (c) 2018 Samsung Electronics Co., Ltd. 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...
[ "lazineer@gmail.com" ]
lazineer@gmail.com
d1e14144dcc35462e8b832a72c4bdd9712688944
29aacef65cecf10cfa6fc2046cc5a36aac90eabf
/openfst-1.5.0/src/script/compose.cc
032a7fe244f38d3ee4faf663c39acc769777771f
[ "Apache-2.0" ]
permissive
jeremieroche/VisualOpenFstiOS
a54d4d7b1718100050de5967bf3bcdf43fe6a1a1
01f98805716183fe85a8799a807921e251cec25a
refs/heads/master
2020-09-23T07:33:48.736428
2016-09-07T13:56:22
2016-09-07T13:56:22
67,538,795
0
0
null
null
null
null
UTF-8
C++
false
false
1,872
cc
// 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 agreed to in writing, software // distributed...
[ "jeremieroche@gmail.com" ]
jeremieroche@gmail.com
4e9846a0e0face5ce53909c7ad6887f9b1931c01
520b75c144414d2af5a655e592fa65787ee89aaa
/yukicoder/0047.cpp
9e3689783f0c34ee2a18d4671f5dad53c08bb815
[]
no_license
arrows-1011/CPro
4ac069683c672ba685534444412aa2e28026879d
2e1a9242b2433851f495468e455ee854a8c4dac7
refs/heads/master
2020-04-12T09:36:40.846130
2017-06-10T08:02:10
2017-06-10T08:02:10
46,426,455
1
1
null
null
null
null
UTF-8
C++
false
false
241
cpp
#include <iostream> using namespace std; int main() { int N; cin >> N; for (int i = 0; i <= 30; i++) { if (N <= (1 << i)) { cout << i << endl; break; } } return 0; }
[ "s1210207@gmail.com" ]
s1210207@gmail.com
ed125e2759cab00a7df214fcdceb6043ae871b64
a35b30a7c345a988e15d376a4ff5c389a6e8b23a
/boost/fusion/container/map/detail/cpp03/preprocessed/map20.hpp
c4e662ecf9c7e44cf2fc083cbad0217d57420a44
[]
no_license
huahang/thirdparty
55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b
07a5d64111a55dda631b7e8d34878ca5e5de05ab
refs/heads/master
2021-01-15T14:29:26.968553
2014-02-06T07:35:22
2014-02-06T07:35:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
98
hpp
#include "thirdparty/boost_1_55_0/boost/fusion/container/map/detail/cpp03/preprocessed/map20.hpp"
[ "liuhuahang@xiaomi.com" ]
liuhuahang@xiaomi.com
237709a9ffa7693ddd155985607131993be9f446
857bac188d3baa16255ea0a751267227fab28315
/Libraries/xcdriver/Headers/xcdriver/VersionAction.h
fd61df020a37d07292c92178e2c72aad952532b0
[ "BSD-3-Clause", "LicenseRef-scancode-philippe-de-muyter", "NCSA", "Zlib", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
modocache/xcbuild
1305e1f92a5cd27f4c1253b9e20efce904e70137
60b8598501b7c16c6aee5e3b998676eac6ef1576
refs/heads/master
2020-04-05T22:50:26.109831
2016-06-16T18:57:36
2016-06-18T20:23:43
61,489,213
0
0
null
2016-06-19T16:25:27
2016-06-19T16:25:26
null
UTF-8
C++
false
false
691
h
/** Copyright (c) 2015-present, Facebook, Inc. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. */ #ifndef __xcdriver_Ver...
[ "git@grantpaul.com" ]
git@grantpaul.com
9edb4d9bc23894807df8aca29d9d52e2d1d6f9df
2518f165b24387516961f8699bd1c9ba41d550c7
/simulation/dynamics/_GeneralModuleFiles/dynamicObject.h
ba63f913d69a60c12cd987c97d0bb7d039b52ed1
[]
no_license
willflowers95/src
e0be563f0bf9394e27375a108bebf3602246fac2
3737c62a71cfe70c62d8855b19439c8579f3d264
refs/heads/master
2020-04-18T16:28:02.499720
2019-01-26T01:00:48
2019-01-26T01:00:48
167,634,524
0
1
null
null
null
null
UTF-8
C++
false
false
2,358
h
/* ISC License Copyright (c) 2016, Autonomous Vehicle Systems Lab, University of Colorado at Boulder Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. ...
[ "will.flowers.95@gmail.com" ]
will.flowers.95@gmail.com
90b70f1f05e3b5e5fd47b77caef289db29558c78
a69042cde9531714459b2e2608f2e1a7ef809039
/cd5/정보올림피아드관련/정보올림피아드관련/KOI4U NET KOI 96~01/eunjae85.new21.org/LECTURE2/CKOI98M1.CPP
6a82a35c9dee00c2ec4b6184191c715ac25a7f31
[]
no_license
almoreir/algorithm
7ebb8b79cfd92208df6db4425f5cb49ee06a50be
af74200d33cf89b038016311efd3487c58132bb3
refs/heads/master
2020-09-03T07:13:53.305987
2016-11-02T10:09:45
2016-11-02T10:09:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,119
cpp
#include <fstream.h> #include <stdlib.h> int n; int e[100][100]; int g[100]; int gc = 0; void output2 () { ofstream out ("output.txt"); out << 0 << endl; out.close (); exit (0); } void input () { ifstream in ("input.txt"); in >> n; for (int i = 0; i < n; i++) for (int j = 0; j < n; j++) { in >> e[i]...
[ "pooh0216@gmail.com" ]
pooh0216@gmail.com
e377974779eec75d5ee876da8312d07e85388af8
4d1fad3c0b901d4a1dcefaa433ca0e52920ff23c
/Basic.Data.Structures/LinkedList/LinkedList/LinkedList.h
69e348dace8de952243ea7e8c813c64a938236c0
[ "MIT" ]
permissive
pipecaniza/Data.Structures
350b32dac5977e9ca524fbe587e23ef292b2f987
5857cfbc7088f22ffd3496b95a5cea925c552da3
refs/heads/master
2020-05-17T06:39:18.404001
2015-08-04T06:39:19
2015-08-04T06:39:19
40,167,697
1
0
null
null
null
null
UTF-8
C++
false
false
1,685
h
#pragma once template<typename T> struct Node { T Value; Node<T>* Next; Node(const T& value) { Value = value; Next = nullptr; } ~Node(){} }; template<typename T> class LinkedList { private: Node<T>* First; Node<T>* Last; int size; public: LinkedList() { this->First = nullptr; this->Last = null...
[ "pipecaniza@outlook.com" ]
pipecaniza@outlook.com
459b804b73bd7fe7fc3781cfeb3e13d6f5e7839d
a0b0eb383ecfeaeed3d2b0271657a0c32472bf8e
/leetcode/1001-2000/1080-insufficient-nodes-in-root-to-leaf-paths.cpp
93ff073d28a4692b04ab22afdcdc1dcadf44be4e
[ "Apache-2.0" ]
permissive
tangjz/acm-icpc
45764d717611d545976309f10bebf79c81182b57
f1f3f15f7ed12c0ece39ad0dd044bfe35df9136d
refs/heads/master
2023-04-07T10:23:07.075717
2022-12-24T15:30:19
2022-12-26T06:22:53
13,367,317
53
20
Apache-2.0
2022-12-26T06:22:54
2013-10-06T18:57:09
C++
UTF-8
C++
false
false
1,084
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l...
[ "t251346744@gmail.com" ]
t251346744@gmail.com
698b956dbcc7cd7622d3607d4aba9b8b938834a4
02ae3c40379fdedd39979f71ea89a231b1670f31
/HawkEye/MediaArchieve/MediaCQ_ErrorDetectMedhods/0x00000001_EdgeBlockiness_src/DetectEdgeBlockiness.h
ef5eacc3b05f20a17c0633232978962c9361bf5d
[]
no_license
mmhasan023/VED-200
6e78f9dfd05a9861ab04cca6d6a4ff8fee575ed8
c1b1e808570b12fc86b3bb7143b30c8acfeebb2f
refs/heads/master
2020-03-19T07:56:58.848301
2018-06-06T06:04:03
2018-06-06T06:04:03
136,163,025
0
0
null
null
null
null
UTF-8
C++
false
false
1,832
h
//DetecEdgeBlockiness.h //Detection Edge Blockiness //By kiok ahn //2012.02.06 #ifndef _CEDGE_BLOCKINESS_H_INCLUDE_ #define _CEDGE_BLOCKINESS_H_INCLUDE_ #include "stdafx.h" #include "TTypeDefine.h" #include "CommonDataApi.h" class C1DImpulseEdgeDetectionRT; class CImpulseDetectByMedian; class CDetectionEdgeBlockine...
[ "36214486+mmhasan023@users.noreply.github.com" ]
36214486+mmhasan023@users.noreply.github.com
11de1c6c88bbaf64b73bfbf5ea896561562afe6a
bf514223b63f968c29292149c79545922623c3ff
/120406.cpp
a47c5eda882522fd4fc872eb8a2dab3bc93cde19
[]
no_license
wxlARG/leetcode
f76a1ad986b5f8d45e837673ca3d17de10c9e6d3
ac72bdccb72f98b43f7236159246cda2253222ef
refs/heads/master
2021-01-01T05:47:15.667603
2018-06-03T12:43:07
2018-06-03T12:43:07
39,574,886
1
0
null
null
null
null
UTF-8
C++
false
false
1,237
cpp
#include<iostream> #include<vector> #include<deque> #include<string> #include<iterator> #include<algorithm> #include<cstring> #include<climits> using namespace std; bool searchMatrix(vector<vector<int> > &matrix, int target) { int start = 0; int end = matrix.size()-1; int row; while(start <= end) { int mid = s...
[ "wxl890206@126.com" ]
wxl890206@126.com
c0db86760d8c573b94c5fc4fb47c13cd8647e6d5
1073f60829eb29bb4ba4f8436046936eb7344212
/MPI-2-C++/contrib/test_suite/sendrecv_rep.cc
dcc85b135c97f45fa3f614680f86664d167d66f9
[ "LicenseRef-scancode-notre-dame", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference" ]
permissive
matthiasdiener/mpich
c6f369b5e1cd45ab51e8ee2d7b7319f049e6897f
8c5903e77ee847b4f22cde6f9313ad5f46e68d64
refs/heads/master
2021-05-12T04:32:41.235171
2018-01-11T23:22:17
2018-01-11T23:22:17
117,158,857
0
0
null
null
null
null
UTF-8
C++
false
false
5,843
cc
// Copyright 1997-2000, University of Notre Dame. // Authors: Jeremy G. Siek, Jeffery M. Squyres, Michael P. McNally, and // Andrew Lumsdaine // // This file is part of the Notre Dame C++ bindings for MPI. // // You should have received a copy of the License Agreement for the Notre // Dame C++ bindings for M...
[ "mdiener@illinois.edu" ]
mdiener@illinois.edu
8f43daf824893522f51b5069f1c43caa943bdc3d
de8eab8f6844a07379033e6efea010e14622c3c2
/Deianeira/exe/Deianeira/Deianeira/FileRenameForm.h
75b76f6181b39fa461740d9e43e882f8c767e8b4
[]
no_license
renecn/openlibs
62b51bdb1e05673cfadabcabcad83ec039dbe3c9
24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69
refs/heads/master
2020-05-14T14:30:02.704419
2016-01-01T16:14:07
2016-01-01T16:14:07
null
0
0
null
null
null
null
GB18030
C++
false
false
4,592
h
#pragma once namespace Deianeira { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; using namespace Microsoft::VisualBasic::FileIO; /// <summary> /// Fil...
[ "gerronjo@gmail.com" ]
gerronjo@gmail.com
6e18ff24a774ac6895949c89b927e00b80de2eb8
f88d8da07e0b3f15d53deb673c552ac0588b67fc
/codelite/WarriorInputComponent.h
fc8836dc04e02ee40ccc5057048e35103799e160
[]
no_license
StevenJHulshof/sdl_sdk
cf285608c74471d2aa484b4116465816fee7e43c
5eb8c2c24ad314f9b62bc1e5f99058f015481f20
refs/heads/master
2021-08-30T11:05:09.973950
2017-12-13T22:14:29
2017-12-13T22:14:29
107,877,339
0
0
null
null
null
null
UTF-8
C++
false
false
562
h
#pragma once #include "UnitInputComponent.h" template <class obj_t> class WarriorInputComponent: public UnitInputComponent<obj_t> { public: WarriorInputComponent(); virtual ~WarriorInputComponent(); virtual void update(); }; template <class obj_t> WarriorInputComponent<obj_t>::WarriorInputComponen...
[ "steven.j.hulshof@gmail.com" ]
steven.j.hulshof@gmail.com
63df2a4bd80f1d64eb5faa8c1e2199743d213740
f31a6906f589ceedba8350fdaf1389aafcad1611
/CvGameCoreDLL/RiseFall.cpp
b077b99dde986ed5084be1280796531bbd9ef6d3
[]
no_license
f1rpo/AdvCiv
8ff751901b88473105a06768b7ce343028c77a7d
56c03ce198957509be42b2dadda05fc321d8f383
refs/heads/master
2023-08-10T22:30:54.460007
2023-06-10T17:32:22
2023-06-10T17:32:22
88,413,773
20
11
null
2022-01-24T18:46:35
2017-04-16T13:06:59
C++
UTF-8
C++
false
false
51,225
cpp
#include "CvGameCoreDLL.h" #include "RiseFall.h" #include "CvInfo_GameOption.h" #include "CoreAI.h" #include "CvCityAI.h" #include "CvSelectionGroup.h" #include "CvDeal.h" #include "UWAIAgent.h" // advc.104 #include "CvTalkingHeadMessage.h" #include "CvPopupInfo.h" #include "CvReplayInfo.h" #include "CvPlot.h" using s...
[ "no.m@il.specified" ]
no.m@il.specified
dda6bffa8b553f7665df1a3920131e2ce46737e6
65f3e6b0c62bd22e08a5ef447bef6a6c86e6cd06
/ouzel/graphics/RenderResource.hpp
c82dc73d25915ba5b2015c45e2632c25fded5c16
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
whztt07/ouzel
f2dfb9f3e6d12d54edf3b5a724ebfb8a04f0b555
f9a7d6dedd640ca4db429c6c62a72aec5332661c
refs/heads/master
2020-03-24T22:37:44.426088
2018-07-25T08:37:29
2018-07-25T08:37:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
604
hpp
// Copyright 2015-2018 Elviss Strazdins. All rights reserved. #pragma once namespace ouzel { namespace graphics { class RenderResource { public: RenderResource() {} virtual ~RenderResource() {} RenderResource(const RenderResource&) = delete; ...
[ "elviss@elviss.lv" ]
elviss@elviss.lv
997223f23dba8fa88f37d2fa9614d747b7d7f6a9
2464d368a1dc6b9b3567e15575d55a9402c2fee0
/lightoj-1258 - Making Huge Palindromes.cpp
19c86d63da009870cb35fbed2954690a6ccaeaa6
[]
no_license
Emon46/Lightoj
01fbf2551a149cd3a849db2af47d937638f93241
25a6ab5582295c20693347f4c1662ffacc01ec87
refs/heads/master
2021-09-13T10:57:35.253273
2018-04-28T20:45:23
2018-04-28T20:45:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,154
cpp
/* ID: hremon32 PROG: LANG: C++11 */ #include<iostream> #include<stdio.h> #include<stdlib.h> #include<math.h> #include<cstring> #include<algorithm> #include<vector> #include<stack> #include<queue> #include<map> #include<set> using namespace std; #define mod 1000000007 #define ll long long #define llu unsigned long lo...
[ "hremon331046@gmail.com" ]
hremon331046@gmail.com
d8d25d872e1502334feee579378c47e77c0c9bfc
0067b6b5a69ca4b540400a55bd50c8d642ebd09d
/cMain.cpp
c4ec299e794d1b973f630de216c4bcdbeee47bec
[ "MIT" ]
permissive
stewkk/sa
b22531c47787652aeccc115e6daa34d8ab008333
595374c1139475315ac8fca7cc6d57f7b6723b77
refs/heads/main
2022-12-28T00:11:06.809400
2020-10-09T12:54:02
2020-10-09T12:54:02
302,629,305
0
0
null
null
null
null
UTF-8
C++
false
false
32,262
cpp
#include "cMain.h" wxDEFINE_EVENT(MY_EVENT_TYPE, wxCommandEvent); wxBEGIN_EVENT_TABLE(cMain, wxFrame) EVT_TEXT(ID_ENTRY_ANIME_NAME, onAnimeEntryChange) EVT_BUTTON(ID_BUTTON_SEARCH_ANIME, onButtonSearchAnime) EVT_TEXT_ENTER(ID_ENTRY_ANIME_NAME, onButtonSearchAnime) EVT_LISTBOX_DCLICK(ID_CHOOSE_ANIME, onButtonSele...
[ "saniy200311@gmail.com" ]
saniy200311@gmail.com
ed115d11de77fe5d2c13bd7726915cb527742deb
ef3cd329865eb1c50fc639af7db7168079bd9b37
/src/walletdb.cpp
132bacb62aaa8eb4801294609778575da6cc267d
[ "MIT" ]
permissive
flandersdev/flanders-source
0d76b91ea73560a6ac87001b7b3a86b339d078d9
92284c52ce1a81b96ea531fddc3a21e9942821ed
refs/heads/master
2020-03-12T11:00:09.438907
2018-04-22T16:28:38
2018-04-22T16:28:38
130,585,832
0
0
null
null
null
null
UTF-8
C++
false
false
23,828
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "walletdb.h" #include "wallet.h" #include <boost/version.hpp> #include <b...
[ "laatmaar19@hotmail.com" ]
laatmaar19@hotmail.com
dc15a806a5759c9a45c836a09ef0a9df0202d2cb
1027d84f3e867e16b6bd7022d0e2d4a2ae79c927
/export/windows/cpp/obj/src/haxe/zip/FlushMode.cpp
fd31baae3026ea4969606a07cd0862cc2536fad1
[]
no_license
ninjamuffin99/PixelDayPCGame
d5c252c51a2502cc3f4d15c07e82933a7c63155e
ebebd59c642aa4ce306d2ef0b74ed16c247dfd83
refs/heads/master
2021-05-12T16:21:38.981304
2018-01-29T01:09:24
2018-01-29T01:09:24
117,009,635
0
0
null
null
null
null
UTF-8
C++
false
true
4,174
cpp
// Generated by Haxe 3.4.4 #include <hxcpp.h> #ifndef INCLUDED_haxe_zip_FlushMode #include <haxe/zip/FlushMode.h> #endif namespace haxe{ namespace zip{ ::haxe::zip::FlushMode FlushMode_obj::BLOCK; ::haxe::zip::FlushMode FlushMode_obj::FINISH; ::haxe::zip::FlushMode FlushMode_obj::FULL; ::haxe::zip::FlushMode Flush...
[ "cameron.taylor.ninja@gmail.com" ]
cameron.taylor.ninja@gmail.com
fe9f1da6357d3bf9865f04c73e731c6d6f8afb8e
fcdea24e6466d4ec8d7798555358a9af8acf9b35
/Tests/common/GameEntityManager.cpp
72141dc1ca6949d302de39e8bcc579c82ebb50f1
[]
no_license
yingzhang536/mrayy-Game-Engine
6634afecefcb79c2117cecf3e4e635d3089c9590
6b6fcbab8674a6169e26f0f20356d0708620b828
refs/heads/master
2021-01-17T07:59:30.135446
2014-11-30T16:10:54
2014-11-30T16:10:54
27,630,181
2
0
null
null
null
null
UTF-8
C++
false
false
706
cpp
#include "GameEntity.h" #include "GameEntityManager.h" namespace mray{ GameEntityManager::GameEntityManager(){ } GameEntityManager::~GameEntityManager(){ clear(); } void GameEntityManager::addEntity(GCPtr<GameEntity> e){ m_entities.push_back(e); } void GameEntityManager::removeEntity(GCPtr<Game...
[ "mrayyamen@gmail.com" ]
mrayyamen@gmail.com
e6c88a3738dcb13ef8b5b3f495056b7583fd0c99
4953e6d48e7f5c62a5c6eb6535300fe8d40d1590
/pcsx2/MemoryCard.cpp
0b67d68730e203306bddb8654d966421f8fc694a
[]
no_license
0xZERO3/PCSX2-rr-lua
14d32c4f907bb57d7a880d61d8196df9e69876a3
01d886fba27afce0cc13ea1198dcc9e4213ab6d0
refs/heads/master
2021-01-18T02:08:17.168784
2013-12-30T06:35:08
2013-12-30T06:35:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,166
cpp
/* Pcsx2 - Pc Ps2 Emulator * Copyright (C) 2002-2008 Pcsx2 Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version....
[ "taba" ]
taba
b8107c4155e5f679cae5491ee505b1e589b40555
2250d0f835699eb29e0d87c32cbf0d1d187b9735
/Source/TLCG/Public/TLCGPlayerController.h
680daa8230bb57e8c911e988552b837bb5944efd
[]
no_license
romaktion/TLCG
c3f4f20e030abe4b7d100afe321ec2ce969d58e4
ff35e73d1376e3944fb396224069a5b15bf9a64a
refs/heads/master
2020-08-13T03:16:27.741429
2020-04-22T13:31:37
2020-04-22T13:31:37
214,895,917
2
0
null
null
null
null
UTF-8
C++
false
false
851
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/PlayerController.h" #include "TLCGGameState.h" #include "TLCGPlayerController.generated.h" /** * */ UCLASS() class TLCG_API ATLCGPlayerController : public APlayerController...
[ "romaktion@gmail.com" ]
romaktion@gmail.com
63efb13938a01af3534e6f39fb3626190f0dfd03
81f1acfbd4c9a32aabcc47bbbba54fcdfd9d73e1
/vitrina/contenedor.h
8254efdcc41fcb4dae13d19fda225af4daf7449d
[]
no_license
rodety/optical
121ffc4819b312ca1fa1edd8722f52d3b379dc7d
f8e41a00252a19d948de6e8b71f99d095917e111
refs/heads/master
2021-01-19T18:58:13.948491
2013-03-12T22:42:41
2013-03-12T22:42:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
911
h
#ifndef CONTENEDOR_H #define CONTENEDOR_H #include "objetopersistente.h" class contenedor:public ObjetoPersistente { private: QString idContenedor; QString idAndamio; QString nombre; QString descripcion; QString pos_fila; QString pos_columna; QString capacidad; public: contenedor()...
[ "leonard@leonard-PC.(none)" ]
leonard@leonard-PC.(none)
ce4112d45f256509c225d33e890e3f7878cbe2c6
fc214bfc7caf6050eec8ec5201e7f7eb568e3a17
/Windows/Qt/Qt5.9-msvc2017_64/5.9/msvc2017_64/include/QtCore/qresultstore.h
811238344ada88ea3468ed0dec99cd1d7b3e75a1
[]
no_license
MediaArea/MediaArea-Utils-Binaries
44402a1dacb43e19ef6857da46a48289b106137d
5cde31480dba6092e195dfae96478c261018bf32
refs/heads/master
2023-09-01T04:54:34.216269
2023-04-11T08:44:15
2023-04-11T08:44:15
57,366,211
4
1
null
2023-04-11T08:44:16
2016-04-29T07:51:36
C++
UTF-8
C++
false
false
7,165
h
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding vali...
[ "you@example.com" ]
you@example.com
fc3d97776024678da0091d6fce1bf6296f79c120
ef6f391d7c7699d976c54c659258e7a63264a228
/vectorOfVectors1.cpp
9028afa4ea660894b63843d6876ba41557dd6bda
[]
no_license
MPaluszynski/Sem-III-Jezyki-Programowania-Obiektowego_ZADANIE_2
833d715e095982299ed880e9e232adb5dca8f5e6
0eadaf2342403692bc04e208389f300a53e257a8
refs/heads/master
2023-01-20T08:20:34.288581
2020-11-15T17:57:13
2020-11-15T17:57:13
313,090,282
0
0
null
null
null
null
UTF-8
C++
false
false
1,061
cpp
#include <iostream> #include "vectorNd.h" #include "vectorOfVectors1.h" #include "vectorOfVectors2.h" using namespace std; /*KONSTRUKTORY I DESTRUKTOR KLASY VectorOfVectors1*/ VectorOfVectors1::VectorOfVectors1(){ cout << " Wywolano konstruktor PUSTY VectorOfVectors1 -> utworzono: "<< this <<endl<<endl; s...
[ "macpalus@gmail.com" ]
macpalus@gmail.com
7df887bb50d8b49fbd97da1542a50479fc513317
68fb4455432da95e830a4efb6940a71916882843
/Source - Alex Denford & Michael Green/Solitaire/game.h
d9ed1597f2f4358b46d427b4837647fe0c23efdc
[]
no_license
pantherNZ/Solitaire
9a6bb2e5f1593e136366193b95157e081536c777
b697b57de2728f0a7844acd6104b1af9207c9ea6
refs/heads/master
2020-03-23T04:27:16.481436
2020-03-19T00:10:29
2020-03-19T00:10:29
141,084,506
0
0
null
null
null
null
UTF-8
C++
false
false
1,230
h
#pragma once #ifndef __GAME_H__ #define __GAME_H__ #include <windows.h> #include "clock.h" #include "level.h" #define VALIDATE(a) if (!a) return(false) class CLevel; class CBackBuffer; class CGame { // Class functions public: virtual ~CGame(); virtual bool Initialise(HINSTANCE _hInstance, ...
[ "pantherNZ@users.noreply.github.com" ]
pantherNZ@users.noreply.github.com
6dee126559fbd99579d345883db8bd3ff63594e4
8ef75ec298e38373a3b9b212eac2762f6c452a25
/SDL2_mixer/external/libmodplug-0.8.9.0/src/load_med.cpp
745e2c65d7e89376bfefa4cee7664f7dec57f3e6
[ "LicenseRef-scancode-public-domain", "Zlib", "GPL-1.0-or-later", "MIT" ]
permissive
mozeal/SDL_gui
dc0d529ba300df41ed0fcb26ec3e176a49cfb316
31bcfbf9c9a5803dc0ffb022b7e7abd76e5c3cfd
refs/heads/master
2022-05-05T06:18:51.640215
2022-04-01T11:23:12
2022-04-01T11:23:12
48,752,765
321
67
MIT
2021-04-21T14:38:23
2015-12-29T15:06:32
C
UTF-8
C++
false
false
29,221
cpp
/* * This source code is public domain. * * Authors: Olivier Lapicque <olivierl@jps.net>, * Adam Goode <adam@evdebs.org> (endian and char fixes for PPC) */ #include "stdafx.h" #include "sndfile.h" //#define MED_LOG #ifdef MED_LOG extern void Log(LPCSTR s, ...); #endif ////////////////////////////...
[ "mozeal@gmail.com" ]
mozeal@gmail.com
c76998a159a346f65e66c6121624b8428974dd32
45a3a80e5cdd62d3743d8ff0b126ed7caffbb318
/DS Assignments/DS assignment 1/Queue/Queue.cpp
a6dcd06c4a76e2f20b9b4532f60a23d624bea063
[]
no_license
aditya4389/ncrwork
97ca69b6c199361c97c205c46ecaf60ff1c35b39
6b955dbfda726a0464e54995322cd98abdec408a
refs/heads/master
2020-04-20T06:19:11.167159
2019-03-18T04:50:15
2019-03-18T04:50:15
168,679,683
0
0
null
null
null
null
UTF-8
C++
false
false
1,415
cpp
// Queue.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> using namespace std; class Queue { int data[50], n; int rear, front; public: Queue() { cout << "Enter Size: "; cin >> n; for (int i = 0; i < n; i++) data[i] = 0; rear = -1; front = -1; } ...
[ "37670392+aditya4389@users.noreply.github.com" ]
37670392+aditya4389@users.noreply.github.com
5c752947746ecf115be06893c917a18fa8919e8b
e95adb59feacfe95904c3a8e90a4159860b6c26a
/build/Android/Preview/outsideTheBox/app/src/main/include/Android.android.view.ActionModeDLRCallback.h
467491b501fa5e83c8114583d648286f325079d7
[]
no_license
deliloka/bethebox
837dff20c1ff55db631db1e0f6cb51d935497e91
f9bc71b8593dd54b8aaf86bc0a654d233432c362
refs/heads/master
2021-01-21T08:20:42.970891
2016-02-19T10:00:37
2016-02-19T10:00:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,962
h
// This file was generated based on '/usr/local/share/uno/Packages/Android/0.23.1/Android/android/view/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Android.Base.Wrappers.IJWrapper.h> #include <Uno.Object.h> namespace g{namespace Android{namespace android{namespace vi...
[ "Havard.Halse@nrk.no" ]
Havard.Halse@nrk.no
6e56799a571be4baebb5e611831c457ca6a8f0dd
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/drivers/smartcrd/gempc430/smartcard.h
845500361f14bd31d3469af906d442a65fda9376
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
5,643
h
//------------------------------------------------------------------- // This is abstract class for generic device // Specific devices should use it as a parent device // Author: Sergey Ivanov // Log: // 08/11/99 - implemented //------------------------------------------------------------------- #ifndef __SMAR...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
7ff0b3bd03fdb8b236f2317d56f83cee4cc1fcf4
ef80a4616a15ab64cceb64e7bfe8886e695c52b8
/third_party/blink/renderer/modules/xr/xr_webgl_layer.h
50fb226a7e6df9f5b4c3626157daa6bf8f81c18a
[ "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", "MIT", "Apache-2.0", "BSD-3-Clause" ]
permissive
bobsmile/chromium
646377745bff0224df61d63dbeb9aa7b84fd380e
563ebbe80c8993978cee672c5da9c6ab4fca451b
refs/heads/master
2023-02-21T00:45:34.337364
2020-02-10T10:29:43
2020-02-10T10:29:43
239,488,818
1
0
BSD-3-Clause
2020-02-10T10:50:05
2020-02-10T10:50:04
null
UTF-8
C++
false
false
3,167
h
// Copyright 2017 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 THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_WEBGL_LAYER_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_WEBGL_LAYER_H_ #include "third_party/bli...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
3324063d3b36f64834021e5fee4dcb3ab087aea9
43aa2e04ab3e8d7aff6feba43a080285eb48ab26
/program7/Search_tree.h
3586958ab856f68b6144171dc1e747bad21920f8
[]
no_license
anfleene/362
1c84a6cc49ec42dd967002a31ec9ed640dec7af5
3e76aa73d64b053543e437c6377588c932be4ae8
refs/heads/master
2020-05-17T21:15:54.390908
2009-12-14T23:17:12
2009-12-14T23:17:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,372
h
/* *Name: Andrew Fleener *Date: 10/21/09 *Description: This is a search binary tree class, the only implimentation preformed was max_value */ #include "Binary_tree.h" //Search_tree class interface template <class Entry> class Search_tree: public Binary_tree<Entry> { public: Search_tree(); //constructor //postc...
[ "anfleene@iupui.edu" ]
anfleene@iupui.edu
5ae59c3b9e74acf0bf75eaaa69dc29a91549169c
d737fa49e2a7af29bdbe5a892bce2bc7807a567c
/firmware/robot/DisplayWrapper.cpp
0d75873dde0eb0347ab20dece82f8c0d7e7dd1e2
[ "MIT" ]
permissive
TG-Techie/CASPER
ec47dfbfd6c3a668739ff4d707572e0b853518b4
2575d3d35e7dbbd7f78110864e659e582c6f3c2e
refs/heads/master
2020-12-19T12:43:53.825964
2020-01-23T17:24:04
2020-01-23T17:24:04
235,736,872
0
1
MIT
2020-01-23T17:09:19
2020-01-23T06:29:10
Python
UTF-8
C++
false
false
806
cpp
#include "Arduino.h" //Standard arduino library #include "DisplayWrapper.h" //The header file for this class DisplayWrapper::DisplayWrapper(){} void DisplayWrapper::initialize(){} String DisplayWrapper::clearErrors(){return "Not implemented yet";} String DisplayWrapper::getLastError(){return "Not implemented yet...
[ "jparadie@gmail.com" ]
jparadie@gmail.com
076fceba1bfd20169025027b8ef53e1f2b011d7d
3a0af4633b004defc3d86537a02ada5ad632b3a4
/hello.cpp
ccbc8afb62e486d6810f6d7969790500e4bc315f
[ "MIT" ]
permissive
dpkbaranwal/testcpprepository
9e0fa4319fbc8e76a6f3d98a3bb9030a18739d1c
0881c08dda3b0b48ce55b0d693b1bed253699e46
refs/heads/master
2020-04-05T17:47:54.604355
2018-11-11T12:22:35
2018-11-11T12:22:35
157,076,038
0
0
null
null
null
null
UTF-8
C++
false
false
97
cpp
#include <iostream> int main() { std::cout << "Hello World" << std:: endl; return 0; }
[ "dpk_baranwal@ymail.com" ]
dpk_baranwal@ymail.com
79a76be18f1c85ff206df4156d4abff55940fbb6
64eef6eac297ff7c47b93980b8f3fa1eef77a2ab
/XDU C语言实验课/实验2/实验题目5.cpp
9effb513fce8349f9fe52a36309905a98881b30e
[]
no_license
BBBBchan/C_CPP_ACM
51bf78825285a0a9700a929c97e2a0cb3ba506a8
d23b6688067dd8f1ad7504072bffd439a985c6b0
refs/heads/master
2021-06-02T19:26:04.765720
2020-08-04T06:55:04
2020-08-04T06:55:04
112,023,061
2
0
null
null
null
null
UTF-8
C++
false
false
200
cpp
#include <stdio.h> int main() { int m,n,p,q,t,times; scanf("%d %d",&m,&n); p = m; q = n; while(n != 0){ t = n; n = m % n; m = t; } times = p*q/m; printf("%d %d",m,times); return 0; }
[ "sbysbysby123@gmail.com" ]
sbysbysby123@gmail.com
d8ab84eddf0626ecc9eeae5c3ad36ba80c298ae7
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14142/function14142_schedule_5/function14142_schedule_5_wrapper.cpp
265431f49025f5bd8a3620ad8a396af0b1cf9199
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
852
cpp
#include "Halide.h" #include "function14142_schedule_5_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){Halide::Buffer<int32_t> buf0(16384, 4096); init_buffer(buf0, (int32_t)0); ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
09988ebd755f5b0e65ae1ac496b454d6ab372e67
b7f2c737686d1feb87a819def55c1df9729bd3f7
/Codeforces/1104C.cpp
2dc287aa1eb37a3542ac6b4aca8a828d7189ca09
[]
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
1,945
cpp
#include<bits/stdc++.h> using namespace std; int main() { string s; cin>>s; bool g[4][4]={}; for(auto x:s) { if(x=='1') { for(int i=0; i<4; ++i) { int cnt=0; int j; for(j=0; j<3; ++j) { ...
[ "32930066+frontseat-astronaut@users.noreply.github.com" ]
32930066+frontseat-astronaut@users.noreply.github.com
cd9fffe832f10cb0b1a8b69925c859ccf000cee5
8dc84558f0058d90dfc4955e905dab1b22d12c08
/net/third_party/http2/hpack/decoder/hpack_block_collector.h
1195b7482c5b99c559a519769599df529e65c25c
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
5,463
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 NET_THIRD_PARTY_HTTP2_HPACK_DECODER_HPACK_BLOCK_COLLECTOR_H_ #define NET_THIRD_PARTY_HTTP2_HPACK_DECODER_HPACK_BLOCK_COLLECTOR_H_ // HpackBlockCo...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
d3800a0b8abb908a760344c69e9fa5e1a7fb83cc
fa4163e2697a66aec3b038de22ed32d02a823413
/treeplot/TreePlot.cpp
d4914ef720d2c1af835a694f86638db4dac9038e
[]
no_license
spatel78745/experiments
71cabb73e1f55f881ef97c74e719316a37b3d757
3951d2e97404f2a2ab28aef8f18c2a85d6f934c6
refs/heads/master
2021-01-10T03:38:39.662237
2016-01-31T01:40:48
2016-01-31T01:40:48
46,378,220
0
0
null
null
null
null
UTF-8
C++
false
false
649
cpp
/* * TreePlot.cpp * * Created on: Nov 26, 2015 * Author: spatel78745 */ #include <iostream> #include "TreePlot.h" #include "MyException.h" using namespace std; void TreePlot::drawNode(int row, int col, const string& key) const { cerr << "drawNode " << row << " " << col << " " << key << endl; } void T...
[ "spatel78745@gmail.com" ]
spatel78745@gmail.com
7e14baf409935a7a059399cb1e8d47b63161e4ce
faa9035860d374b3d925257a36a5e323b3cfe89b
/CPPPrimer/ch2/two_lines.cpp
50207da7d745b3cd79a7a55e7a2c46ba86b2ce92
[]
no_license
nguaki/CPP
a739a056f42fe41bcf4c76bb8ea1dc300b629ad3
df296dea0c0493b5f2b4137e11d5d160446d95a5
refs/heads/master
2020-03-22T13:36:50.899751
2018-09-27T06:28:52
2018-09-27T06:28:52
140,119,629
0
0
null
null
null
null
UTF-8
C++
false
false
216
cpp
#include <iostream> // //a really really really 2 lines // using namespace std; int main() { int catch_22; cout << "a really really really " << " 2 lines " << endl; return 0; }
[ "jamesche0409@gmail.com" ]
jamesche0409@gmail.com
1c887dc3505486ffd351b7416dabbb0e426893e1
30874a1295d700427f7775d89a74ff5c4836dbe9
/libraries/SerialSRAM/examples/SPIFRAM_Test/SPIFRAM_Test.ino
0e9f7d7ba2c0b15e86fc3bb69244efbbcd028b25
[]
no_license
una1veritas/Arduino-public
f9b445bffe493e1c5b72f6587946b3fa3c5335ac
381cbd5193961534b910f1cfeb3a83bc273889a0
refs/heads/master
2021-01-19T15:20:21.300335
2020-10-15T12:08:24
2020-10-15T12:08:24
100,960,464
0
0
null
null
null
null
UTF-8
C++
false
false
1,252
ino
/* * SerialRAM_Test.cpp * * Created on: 2013/05/14 * Author: sin */ #include <string.h> #include <SPI.h> #include <SPIFRAM.h> SPIFRAM fram(10, SPIFRAM::BUSWIDTH_FM25V10); static const char text[][64] = { "The mailman passes by and I just wonder why", "He never stops to ring my front doo...
[ "una.veritas@me.com" ]
una.veritas@me.com
c3553d3256c508bdc4783dca246a2c8dfd0b0ac8
d7c957a87e0e4d55ed4c8185f029555c033877d1
/tools/fconv/include/convMxN.h
d3fb3671f9d29e565b1176685cdafa4491886fc0
[ "BSD-2-Clause" ]
permissive
kenoogl/CDMlib
eb597908e483ec745fcd05313590c032fd39fdd6
60fd081c6b2f8fc35be915e32b7313fbac32c730
refs/heads/master
2020-12-13T14:42:38.836288
2014-08-23T07:59:34
2014-08-23T07:59:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
856
h
#ifndef _CONVMXN_H_ #define _CONVMXN_H_ /* * fconv (File Converter) * * CDMlib - Cartesian Data Management library * * Copyright (c) 2013-2014 Advanced Institute for Computational Science, RIKEN. * All rights reserved. * */ #include "conv.h" #include "convOutput.h" /** * @file convMxN.h * @brief convMxN...
[ "keno@riken.jp" ]
keno@riken.jp
999c0793798f35b6d227a23ef75f9fc0270db2a0
413df0c83cdd3021f58d8abf01fd81f8290d2c28
/libraries/StepperDriver-master/examples/BasicStepperDriver/BasicStepperDriver.ino
44f5a6fed3509daa2f63d1fa196a74320e920f85
[ "MIT" ]
permissive
RimantasSmitas/Arduino
6d7328633b0fb7f9e0c83fa8c15924e67830854b
1c9da217471d7426207780ca1fb1e139f69f4016
refs/heads/master
2020-03-11T23:40:36.056105
2019-06-24T07:34:00
2019-06-24T07:34:00
130,327,780
0
0
null
null
null
null
UTF-8
C++
false
false
1,818
ino
/* * Simple demo, should work with any driver board * * Connect STEP, DIR as indicated * * Copyright (C)2015-2017 Laurentiu Badea * * This file may be redistributed under the terms of the MIT license. * A copy of this license has been included with this distribution in the file LICENSE. */ #include <Arduino.h>...
[ "rimantas.smitas@gmail.com" ]
rimantas.smitas@gmail.com
ca03552f378eafc6b23cb3c9d500f3da4f2bd839
c3ca81bcc87ea5b3a01038ddc6312a7dbef12d00
/md/tremolo/src/CallbackCompilationUnit.cc
c4c901070e987dd8f62f0c18a0f1eaef10e8d81a
[ "BSD-2-Clause" ]
permissive
kraused/maci-code
08dc21efcd934df1ff3d907a7be73cc7dfc15593
9fb999ff8f2899a88617f1e980cae0924b64e691
refs/heads/master
2020-04-27T04:55:23.137733
2013-06-14T09:19:55
2013-06-14T09:19:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
742
cc
#include "Callback.hh" void (*RattleIntegrator_CorrectAfterKickDriftCB)(RattleIntegrator* self) = 0; void (*RattleIntegrator_CorrectAfterKickCB)(RattleIntegrator* self) = 0; void (*TimeIntegrator_ApplyDamperCB)(TimeIntegrator* self) = 0; void (*TimeIntegrator_plugins_setupCB)(TimeIntegrator* self) = 0; void (*TimeI...
[ "dorian@91df63fb.com" ]
dorian@91df63fb.com
f3fcf302c78bbe4d612801c11f468897008d6ebd
c3bfd0eb01cf69b4f35c3309de43ef9820e5f8d6
/DataStructure/disjoint_set.cpp
43bd44c4e6d5ef9fba48dd2e160e0a3264d1bffd
[ "MIT" ]
permissive
kmyk/rsk0315-library
deae1609691e7651bafc5c9bb393a00ff552dd19
344f8f8c6c8c8951637154d6cb87cfb3dbc50376
refs/heads/master
2023-02-26T17:24:31.796182
2021-02-01T14:50:34
2021-02-01T14:50:34
292,615,801
0
0
null
null
null
null
UTF-8
C++
false
false
1,084
cpp
#ifndef H_disjoint_set #define H_disjoint_set /** * @brief 素集合データ構造 * @author えびちゃん */ #include <cstddef> #include <cstdint> #include <utility> #include <vector> class disjoint_set { public: using size_type = size_t; private: mutable std::vector<intmax_t> M_c; public: disjoint_set() = default; explicit...
[ "rsk0315@icloud.com" ]
rsk0315@icloud.com
7dac481d433a10bd3ec5e0c38e94272eb8610ab5
f691a46cb8fc317083dc61622f7229130148ba53
/vector/object/Circle.cpp
03e9ffe11c125d877b45c088ae5f4203d97dda57
[]
no_license
caofang/c_cpp_snippet
3a16de127d6d7acab8ae8dd26e4574e7cbf4ae71
5c337e8f343e65a15b614ad11d0e231c45b3b9eb
refs/heads/master
2021-05-03T10:14:56.595547
2020-02-26T20:11:21
2020-02-26T20:11:21
120,532,107
0
0
null
null
null
null
UTF-8
C++
false
false
292
cpp
// practice of class class #include "Circle.h" Circle::Circle() { } void Circle::setRadius(double r) { radius = r; } double Circle::getRadius() { return radius; } double Circle::Area() { return 3.14 * radius * radius; } double Circle::Circumference() { return 2 * 3.14 * radius; }
[ "fc63@njit.edu" ]
fc63@njit.edu
28883149ebebb7834a48b1d0f00e341dc89c1969
ce00f011cde87891fd01c0101ab432b28269073a
/C++/IteratorHeap/IteratorHeap/Source.cpp
9d7e8fa34f20fc2081b729e662c2f7e91e72efd9
[]
no_license
stevenRush/furry-ninja
2562370ba8ef3fdf24558b7135e13577abc94152
3347d9420bcf178115cead2f3d14c1e49c907f43
refs/heads/master
2020-05-31T16:50:34.202262
2014-12-09T19:08:34
2014-12-09T19:08:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
457
cpp
#include "Heap.h" #include <deque> #include <iostream> int main() { freopen("C:\\in.txt", "r", stdin); std::deque<size_t> d; Heap h; int M; int s; int max; std::cin >> M; for(size_t i = 0; i < M-1; ++i) { std::cin >> s; d.push_back(h.Add(s)); } std::cin >> s; do { d.push_back(h.Add(s)); std::co...
[ "evgeny.eltishev@phystech.edu" ]
evgeny.eltishev@phystech.edu
844002a184210ea9688fad020b8e18f59ba0eb19
ab1c643f224197ca8c44ebd562953f0984df321e
/cys/mys/manageyourserver.hpp
06d2ff3bec051082e918a6da69dc7476987f1a60
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_admin
e162e0452fb2067f0675745f2273d5c569798709
d36e522f16bd866384bec440517f954a1a5c4a4d
refs/heads/master
2023-04-12T13:25:45.807158
2021-04-13T16:33:59
2021-04-13T16:33:59
357,613,696
0
1
null
null
null
null
UTF-8
C++
false
false
6,200
hpp
// Copyright (C) 2002 Microsoft Corporation // // class ManageYourServer, which implements IManageYourServer // // 21 January 2002 sburns #ifndef MANAGEYOURSERVER_HPP_INCLUDED #define MANAGEYOURSERVER_HPP_INCLUDED #include <cys.h> enum HardenedLevel { NO_HARDENING, USERS_HARDENED, ADMINS_HARDENED, AL...
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
bb60c637c28331b18306390850b108173d00091a
5c1ad4f9babc7e0fc2ca427cef72f79c8c1229b9
/Examples/BasicFightStick/BasicFightStick.ino
ca078b0d78a2ce121a2ffae497a2fe1a0cf1ceb5
[]
no_license
JasonElting/controller
f87f224b95292d7eae072d86035aa8ba48f6b175
5105f6991287695f3da62245d8feac339ac13f10
refs/heads/master
2021-01-23T14:04:51.189528
2014-09-30T19:47:41
2014-09-30T19:47:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,700
ino
#include "UnoJoy.h" // Define our pins int TrianglePin = 4; int SquarePin = 5; int CrossPin = 3; int CirclePin = 2; int LeftPin = 8; int UpPin = 9; int RightPin = 10; int DownPin = 11; int StartPin = 12; void setup(){ setupPins(); setupUnoJoy(); } void loop(){ // Always be getting fresh data dataForContr...
[ "jason.elting@gmail.com" ]
jason.elting@gmail.com
adb8fe4e70c52b51fc2ef46fe6d334ba536d5d2e
5f02484319bf6448068410a9e8bc6c0b4446258d
/Hangman/src/Functionality.cpp
c79d148ed2ce2efcb89ccc318c7786972e265f0e
[]
no_license
amirul123akmal/Hangman
0418cd9a685f7556c1f32f9cf919512bd34fb604
8b46b7989088c711573a9c614bcf03943ee9892f
refs/heads/master
2023-08-29T14:53:12.108337
2021-10-01T08:50:19
2021-10-01T08:50:19
412,180,276
0
0
null
null
null
null
UTF-8
C++
false
false
1,256
cpp
#include "Functionality.h" namespace basic { void clear() { system("cls"); } int random(int min, int max) { std::random_device random; std::mt19937 mt(random()); std::uniform_real_distribution<float> dist(min, max); return (int)dist(mt) ; } bool ifExsit(std::string word, char ch) { for (int i =...
[ "amirul.akmal.putrajaya2003@gmail.com" ]
amirul.akmal.putrajaya2003@gmail.com
b2cb514ba589fb95f8fc5eac8840604abef33bcc
9d107a4d6451b6d352ed434fc3fa1bdec3c5791c
/bchis/w3c.cpp
c2f5b876570db708cdc1f46bb9973a392ad6a0cb
[]
no_license
HarrtTong/Bitcoin-History
d50c7476452fe4f1fa6c6634eb37b10c5f7db67a
ef06995188b4ccb3126d56710ada272c278169f8
refs/heads/master
2020-05-23T01:08:02.873643
2014-05-15T00:57:17
2014-05-15T00:57:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
39,373
cpp
#include "w3c.h" #include <cstring> using namespace std; #define __HTTP_VERB_GET "GET" #define __HTTP_VERB_POST "POST" #define __HTTP_ACCEPT_TYPE "*/*" #define __HTTP_ACCEPT "Accept: */*\r\n" #define __DEFAULT_BUF_SIZE 1024 void __w3cexcept(const char *szaddress, long nport, W3Client::w3t t, const char ...
[ "shenjian74@gmail.com" ]
shenjian74@gmail.com
eb0575170104bb080593ee48e49671160f42b767
3a0f470565353553294a43143ef10af11f85f0b2
/libsdca/src/matlab/mex_gd.cpp
d3c4ee73d30a8b31dbc3bc003d67366ba93f189f
[]
no_license
djchu/topkmsvm
ad2c146c0e2371ebc276f7abef1a0b0522107b4f
8d17418309f9a8d96dbb3d95f9d417c28cc1fd14
refs/heads/master
2021-04-26T22:23:11.363676
2018-04-27T08:19:52
2018-04-27T08:19:52
124,082,466
4
0
null
null
null
null
UTF-8
C++
false
false
13,978
cpp
/** * This is a simple batch gradient descent with * the Armijo line search; it is not a part of libsdca. **/ #include <iostream> #include "mex_util.h" #include "solve/solvedef.h" #include "util/util.h" #ifndef MEX_GD #define MEX_GD "mex_gd" #endif #ifndef LIBSDCA_VERSION #define LIBSDCA_VERSION "0.0.0" #endif ...
[ "fangbo@Dejun-3.local" ]
fangbo@Dejun-3.local
d99d1dca77c6f2ce1a17d88bd55520cb09c94b39
cc47fb906cbdcd12edb349cf0978034150466493
/RandomAI/RandomAI.cpp
393139da2d5658a9b5420cc79a0455d0d5b825b4
[]
no_license
james7780/PacmanAI
c16b652c54e9823606e7cdbe41170651b880bf8f
295a75ce915dd451fabded5fe0862d57907eba18
refs/heads/master
2021-01-19T11:05:15.406543
2014-05-09T14:30:21
2014-05-09T14:30:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,187
cpp
/// Random Pacman AI for compo #include "stdafx.h" #include "RandomAI.h" #include <string.h> /// @param buffer Board state buffer to read/write to CRandomAI::CRandomAI(char *buffer, char playerChar) { // Copy board to local buffer memcpy(m_board, buffer, BOARD_WIDTH * BOARD_HEIGHT); // Make sure we have a term...
[ "james7780@yahoo.com" ]
james7780@yahoo.com
9042749be7567a9205917ff7408dd78746d7451c
7e62f0928681aaaecae7daf360bdd9166299b000
/external/DirectXShaderCompiler/lib/IR/Core.cpp
4d5370442fc3f46ee2137cf381d3f1af8f718d3f
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yuri410/rpg
949b001bd0aec47e2a046421da0ff2a1db62ce34
266282ed8cfc7cd82e8c853f6f01706903c24628
refs/heads/master
2020-08-03T09:39:42.253100
2020-06-16T15:38:03
2020-06-16T15:38:03
211,698,323
0
0
null
null
null
null
UTF-8
C++
false
false
104,901
cpp
//===-- Core.cpp ----------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------------...
[ "yuri410@users.noreply.github.com" ]
yuri410@users.noreply.github.com
beee2cad5e2eb48c582291cbc11d688a82b4453a
913a2afce0fe97bd62687d0cbe320f97ad42e571
/ZeeDHistManager/src/ZeeDHistManagerPrint.cxx
6a2745098618896341481018d568a91581f5559c
[]
no_license
kgasniko/ZeeD2p76
028f5d4be09f0928c71c4972a877ef90be6af80a
0bafb5767078bce5bfca31409d77d5491012417a
refs/heads/master
2020-04-06T03:31:55.595961
2017-11-22T10:16:35
2017-11-22T10:16:35
61,799,124
0
0
null
null
null
null
UTF-8
C++
false
false
3,963
cxx
#include "ZeeDHistManager/ZeeDHistManagerPrint.h" // Analysis includes #include "ZeeDEvent/ZeeDEvent.h" #include "ZeeDEvent/ZeeDElectron.h" #include "ZeeDEvent/ZeeDBosonZ.h" #include "ZeeDCuts/ZeeDCutHistManager.h" #include "ZeeDTools/ZeeDCutBit.h" #include "ZeeDMisc/ZeeDMisc.h" #include "ZeeDTools/ZeeDBags.h" #defi...
[ "ksugasnikova@gmail.com" ]
ksugasnikova@gmail.com
4329a31cbbcdd4f6f9e6710db692bc12af79428a
2799b97a02901d14c2c2e54d0178c2f2a1df5c1b
/Source/FuckYoFriends/FuckYoFriendsGameMode.h
5d050bbad7a8f49e41a67e884f6357f525f69bc1
[]
no_license
RCHoward92/FuckYoFriends
56554ef76207a522e9a569fb7249877b6f23cf29
740eb7e0129891dce7ea27dd9d5a267c36811056
refs/heads/master
2020-03-24T13:06:35.905831
2018-07-29T16:06:52
2018-07-29T16:06:52
142,735,291
0
0
null
null
null
null
UTF-8
C++
false
false
613
h
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "GameFramework/GameModeBase.h" #include "FuckYoFriendsGameMode.generated.h" /** * The GameMode defines the game being played. It governs the game rules, scoring, what actors * are allowed to exist in this ga...
[ "robert.c.howard92@gmail.com" ]
robert.c.howard92@gmail.com
a516f7dfcbb92b0a16562f51c57977a6c1ac34df
a2eecdd8b2524d53d9f965ab46abfb1b788b2de8
/include/singleton.hpp
a3d984098df93757b2796a0208464fee735ab6c2
[]
no_license
Johnmper/cpp_utilities
a2437465254cb5922b90dd33615dcad4432ec045
9bb75d8e41e9080993a39bfb44ee95d3074cef37
refs/heads/master
2020-04-09T19:48:50.073916
2019-03-31T00:20:23
2019-03-31T00:20:23
160,554,157
0
0
null
null
null
null
UTF-8
C++
false
false
575
hpp
#ifndef __UL_SINGLETON_HPP #define __UL_SINGLETON_HPP namespace ul{ template<typename T> class Singleton{ static_assert(std::is_default_constructible<T>::value, "T must have default constructor"); private: Singleton(); public: Singleton(const Singleton&) = delete; Singleton...
[ "pereira.john94@gmail.com" ]
pereira.john94@gmail.com
56630d91b74e918e9989ef516dbed8292f196d7b
474056398ceb9b31d48fcfd8979d42ba099dc785
/src/water.cpp
1244e4dde6c296dbd8ac5c3411910ae6b8a4cec9
[ "MIT" ]
permissive
sghoshjr/Virtual-City-Explorer
2e5ccff22cafffa72b14b03c63a3deb53232009a
f1391f76fc9d2dc097740ae89771c42abd7e9e96
refs/heads/master
2020-04-27T11:57:49.758452
2019-07-09T16:43:20
2019-07-09T16:43:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,795
cpp
#include "water.h" extern glm::mat4 proj, view; extern glm::vec3 PlayerPos, PlayerDir; extern int screenWidth, screenHeight; extern double mouseX, mouseY; float timer = 0; water::water() { programID = 0; TexID = 0; } void water::load(const char *modelFileName, const char *textureFileName, GLuint shader_ID) { Obj...
[ "sghoshjr@gmail.com" ]
sghoshjr@gmail.com
4de971e4a2f1bef79fe60922249319a32709c12e
7152d68ea99435ec6dfd8c6a7392d453aec43144
/Project5/Project5/AdvancedCharacter.cpp
7971c1af1e27890b191659553f6dba7100116374
[]
no_license
LadyStormcrow/SimpleCombatGame
56f390cf725349f9311a7811f517662c93c0b9f8
69e08067abf22c7a14fdfffadc743222eba39b82
refs/heads/master
2021-03-19T08:27:04.699755
2017-10-19T10:35:26
2017-10-19T10:35:26
105,593,375
0
0
null
null
null
null
UTF-8
C++
false
false
516
cpp
#include "AdvancedCharacter.h"; #include <string>; AdvancedCharacter::AdvancedCharacter() { name = ""; attack = 0; defence = 0; health = 0; special = 0; } AdvancedCharacter::AdvancedCharacter(std::string _name, int _attack, int _defence, int _health, int _special) { name = _name; attack = _attack; defenc...
[ "nthouliss@gmail.com" ]
nthouliss@gmail.com
2d40ebc05bb8ddf125c197b268ab9cb121b70862
7b519e2d99601d91579b287db8a1fef9a19f7160
/Server/PVPGameServer/PVPPlayer.cpp
09bc99f8ac7f3f0a4846090a69a9cc49088e5a60
[]
no_license
Dekryptor/PVPServer
d9c890b2aa6d3ab570e168f3ea27ff3c445ba7ed
71e1764524147f1755e4cd0a484dfff930d4a65d
refs/heads/master
2021-01-01T04:13:28.065445
2016-10-29T15:36:36
2016-10-29T15:36:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
126
cpp
#include "PVPGameServer.h" CPVPPlayer::CPVPPlayer(CPVPGameServer *s) : CPlayer(s) { } CPVPPlayer::~CPVPPlayer(void) { }
[ "liangyue1981816@hotmail.com" ]
liangyue1981816@hotmail.com
7d82de19a6451972651baace4839334c631c5a4e
6e1c8559c12ebe8e0c8308e6f5019f4e74607739
/蓝桥杯练习试题/2基础练习/回文数/回文数.cpp
b59728538d1639646dfe90f2368f4e85d803a1b5
[ "MIT" ]
permissive
OctopusLian/lanqiao
15b5d67981062882c4be57b83e53109984697912
666b30ba8d38becd24ed06a3d1e8b950aa310e7b
refs/heads/master
2022-04-08T14:02:46.757276
2020-03-07T09:55:33
2020-03-07T09:55:33
164,676,348
0
0
null
null
null
null
UTF-8
C++
false
false
259
cpp
#include<stdio.h> int main() { for(int i1=1;i1<10;i1++) { for(int i2=0;i2<10;i2++) { for(int i3=0;i3<10;i3++) { for(int i4=0;i4<10;i4++) { if(i1==i4 && i2==i3) printf("%d%d%d%d\n",i1,i2,i3,i4); } } } } return 0; }
[ "zoctopus@qq.com" ]
zoctopus@qq.com
83368d5689d85302a0faa337c00012c3d5cbe52a
1cc631c61d85076c192a6946acb35d804f0620e4
/Source/third_party/boost_1_58_0/libs/asio/test/is_read_buffered.cpp
4d4d20d40eebed469c54fb217becf300495fcf1d
[ "BSL-1.0" ]
permissive
reven86/dreamfarmgdk
f9746e1c0e701f243c7dd2f14394970cc47346d9
4d5c26701bf05e89eef56ddd4553814aa6b0e770
refs/heads/master
2021-01-19T00:58:04.259208
2016-10-04T21:29:28
2016-10-04T21:33:10
906,953
2
5
null
null
null
null
UTF-8
C++
false
false
3,330
cpp
// // is_read_buffered.cpp // ~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // Disable autoli...
[ "reven86@gmail.com" ]
reven86@gmail.com
cf28463907ca911ba4a29b5056cb0dffc0b77e51
2336d94ed08becd1e680491fed2757964b41645e
/src/features/RunBrowserFeatureClass.h
091a68851468323a7d0e30bf0cf548ae437f2848
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
adjustive/triumph4php
1360e6110dd717717bc10a5bb09b4ca14a8c525f
5eda79f0a9bf9bd6b5752bb66e9015cabb23f5cf
refs/heads/master
2021-01-17T21:47:13.337615
2015-07-22T00:43:18
2015-07-22T00:43:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,236
h
/** * @copyright 2009-2011 Roberto Perpuly * @license http://www.opensource.org/licenses/mit-license.php The MIT License * * This software is released under the terms of the MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated document...
[ "robertop2004@gmail.com" ]
robertop2004@gmail.com
154e649f9c9fe76acc2a25add4d7d2de71829989
d3e9da02bd64fffaf0fdf06beff5af8b13d8a8f8
/Fall_2013/ADS/C Driver/assign01/Grader01.cpp
5321163b384c4b79361ff3415100968d00b1b7bd
[]
no_license
piushs/Sem1
bbd26f193bd4aea2a39a27645674f860661f7b45
c7529dcce0d3d2771938369e21c1d29f9f2e2475
refs/heads/master
2021-01-19T05:39:01.920792
2015-02-19T03:53:48
2015-02-19T03:53:48
31,000,047
0
0
null
null
null
null
UTF-8
C++
false
false
21,580
cpp
#include <string> #include <cstring> #include <vector> #include <stack> #include <iostream> #include <algorithm> #include "TestCase.h" #include "Stopwatch.h" #include "Interfaces01.h" #include "Grader01.h" void Grader01::createOriginalSequence(int len, std::vector<int>& ret){ for(int i = 0; i < len; ++i){ ret.p...
[ "pasrivas@syr.edu" ]
pasrivas@syr.edu
38d3f6d508ef11a30d7631a74ce751713cac8678
6730d04ec84d3968bd261c5d1ef6bd7d4a21f15f
/attic/p42/SysCore/Kernel/exception.cpp
89c84ab2fd13dad0166748cd8b266a3e2de9a23e
[ "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
mooseman/plan_42
13776200695d7fc56acba8decbc1bac769731ddf
0b726f06088c6940aa7050b5cef9f93a3cdcc788
refs/heads/master
2021-01-23T11:47:48.070287
2016-01-08T02:02:06
2016-01-08T02:02:06
207,514
10
2
null
null
null
null
UTF-8
C++
false
false
4,147
cpp
#include "exception.h" #include <hal.h> #include <stdint.h> extern void _cdecl kernel_panic (const char* fmt, ...); #define intstart() \ _asm cli \ _asm sub ebp, 4 #pragma warning (disable:4100) //! divide by 0 fault void _cdecl divide_by_zero_fault (uint32_t eflags,uint32_t cs,uint32_t eip, u...
[ "andy.elvey@paradise.net.nz" ]
andy.elvey@paradise.net.nz
88512cadab1f7dc2733cf43fd8d8425765ef4f20
e5c453b57fe861ee62489781f88d8c922784f791
/Program/piramide.cpp
c9c8afbc1f60aaa2d139408612c3fca50dce8e82
[]
no_license
Bulcs/geometryLab2
39a2de6377734fe4d77a8ddd2c7ff6c6eb92507d
99899173fbe9226f2a154ea8b82be56a5fcd5174
refs/heads/master
2020-03-12T06:49:42.900277
2018-04-22T19:58:09
2018-04-22T19:58:09
130,493,996
0
0
null
null
null
null
UTF-8
C++
false
false
2,026
cpp
/** * @file main.cpp * @brief Programa para calcular as Área e Volume da Pirâmide * @author Vinícius Ribeiro Bulcão * @since 18/04/2018 * @date 20/04/2018 */ #include <iostream> #include "piramide.h" #include <cmath> using namespace std; /** @brief chamada do Método getPiramide da classe Piramide @param 'area_base...
[ "vrbulcao@hotmail.com" ]
vrbulcao@hotmail.com
643b283ac07b09a09433ad73040407a6d1b0f21a
876a5840149b4ba1350ff5f6816144a9c51ed110
/p2p/base/relayserver.cc
87aaf65ebfb54046be53bb408be89bcb894f26a0
[]
no_license
zhangyongfei/testjingle
6165e7e57369397ae675db23cba2ca9d80433e3b
15420097c65c2f1bac5df380603f6f71572fa4f2
refs/heads/master
2016-09-10T02:02:19.700814
2014-06-19T08:51:18
2014-06-19T08:51:18
20,157,419
0
1
null
null
null
null
UTF-8
C++
false
false
26,550
cc
/* * libjingle * Copyright 2004--2005, Google Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and...
[ "zhang13730865557@163.com" ]
zhang13730865557@163.com
e04c74cb91a70bd9fe5ab31ce16c4e9dd4ca3fac
fa476614d54468bcdd9204c646bb832b4e64df93
/CDF/321DIV2/B.cpp
149bbdd4c7052a0f69242156638e37ffa6cd134d
[]
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,045
cpp
#include <bits/stdc++.h> using namespace std; #define sc( x ) scanf( "%d" , &x ) #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 #d...
[ "luisv0909@gmail.com" ]
luisv0909@gmail.com
6a0e78b137406e34e8456e2ba1dc62337abb146f
b24c5c71797a780f8710dd750ccf2b5f1b749c98
/Classes/Main/ChildLayer/MajorQuestLayer.cpp
c54def8df64c62bbe9b40bca232d0a224d28b73c
[]
no_license
ume3003/Koumechan
088066ba8dc95a2c820f20a41ca77545dd88f413
4d8e597515d0e1d03510ca92b73f3735caa27f7f
refs/heads/master
2021-05-27T22:06:05.407570
2014-08-18T01:53:57
2014-08-18T01:53:57
22,201,565
0
0
null
null
null
null
UTF-8
C++
false
false
2,295
cpp
// // MajorQuestLayer.cpp // koumeChan // // Created by 上野 彰三 on 2014/03/19. // // #include "MajorQuestLayer.h" #include "KoumeChan.h" #include "MainScene.h" #include "KCDef.h" #include "JsonKeyString.h" #include "KcListCell.h" #include "DirectionQuest.h" #include "MajorQuest.h" using namespace cocos2d; using name...
[ "shozo.ueno@smikiegames.com" ]
shozo.ueno@smikiegames.com
628ec8f1c2e93b1bcce54812cb2953a7968388b7
64fda67d42a44deab0a57834fc2e04ce0e655425
/tempest_source/Engine/AudioTool/AudioSystem.h
38e8a2313c89c7b91465b140e658c142b4024495
[]
no_license
charlesboudousquie/Workbench
6984575e2fddc7c1eaa59ab9ad6861cb51aa884c
724021fa76a33cdb0182f53392918f4560960f9b
refs/heads/master
2020-08-17T16:33:44.040296
2019-11-24T03:45:33
2019-11-24T03:45:33
215,687,374
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,147
h
/*!*************************************************************************************** \file AudioSystem.h \author Morgen Hyde \date 7/31/18 \copyright All content © 2018-2019 DigiPen (USA) Corporation, all rights reserved. \par Project: Boomerang \brief ****************************...
[ "charlesboudousquie@gmail.com" ]
charlesboudousquie@gmail.com
21f1af2238cdab5a9201a0bcfb0ed82de2740ce8
8e5d955bb99dbac495e14bf93642eff324c43db4
/segundo curso/primer cuatrimestre/programacion avanzada/Proyecto 18-10-18 - copia - copia/Base/Base/cilindro.cpp
04918bc0433ec89b46d678e7168e40961eb042a0
[]
no_license
Ivan-Sanandres/universidad
af7038ac7c5f8e1879d24e2f90a1de2c5f08afc7
7a34ae5b0e680c941ddea7756c9c396c616730aa
refs/heads/master
2021-10-12T02:59:13.834881
2019-01-31T20:16:41
2019-01-31T20:16:41
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
701
cpp
#include "cilindro.h" Cilindro::Cilindro(float rad1, float rad2) { quadratic = gluNewQuadric(); rad1 = rad; rad2 = rad; } void Cilindro::render() { glPushMatrix(); //Push y Pop se usan para que las transformaciones anteriores no afecten glTranslatef(this->getPos().getX(), this->getPos().getY(), this->getPos(...
[ "rrevolverr09@gmail.com" ]
rrevolverr09@gmail.com
0bcecde3bd314b0b24e198f6c95f3c055b43371e
9e665e26ce5f312a11d5923f029a5d96079dbf99
/线性表-单链表/线性表-单链表2.cpp
10825312a3d4a203192d4a84880e6b88b5debd3a
[]
no_license
Mercury-Duo/List-ListNode
ffe313d99d16ef2dba9c5c3b9272701d33e77359
f8d232b206d53943c9a223ef19a611b3f9ba5cbb
refs/heads/master
2023-04-03T21:38:55.547197
2021-04-13T12:05:20
2021-04-13T12:05:20
357,535,986
0
0
null
null
null
null
GB18030
C++
false
false
3,304
cpp
#include <stdio.h> #include <stdlib.h> typedef struct Link { int elem; struct Link* next; }link; link* initLink(); //链表插入的函数,p是链表,elem是插入的结点的数据域,add是插入的位置 link* insertElem(link* p, int elem, int add); //删除结点的函数,p代表操作链表,add代表删除节点的位置 link* delElem(link* p, int add); //查找结点的函数,elem为目标结点的数据域的值 int selectElem(link*...
[ "铎@DESKTOP-733MSEH" ]
铎@DESKTOP-733MSEH
0707b66c777f45903931cfd1b5236ace7ccd9cf8
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/enduser/windows.com/wuv3/wuv3is/autoupd.cpp
8dacd54cf627a18ea92e7fa75264168358568a4c
[]
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
19,890
cpp
//======================================================================= // // Copyright (c) 1999 Microsoft Corporation. All Rights Reserved. // // File: autoupd.cpp // // Owner: YanL // // Description: // // AutoApdateSupport // //======================================================================= #...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
9446c2578530e1591a1f1c85ccb432b3fd5dc05b
dca653bb975528bd1b8ab2547f6ef4f48e15b7b7
/tags/wxPy-2.9.0.1/src/common/imagpng.cpp
3305f30b04104eb50f2227bc759b74217177d644
[]
no_license
czxxjtu/wxPython-1
51ca2f62ff6c01722e50742d1813f4be378c0517
6a7473c258ea4105f44e31d140ea5c0ae6bc46d8
refs/heads/master
2021-01-15T12:09:59.328778
2015-01-05T20:55:10
2015-01-05T20:55:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
29,266
cpp
///////////////////////////////////////////////////////////////////////////// // Name: src/common/imagpng.cpp // Purpose: wxImage PNG handler // Author: Robert Roebling // RCS-ID: $Id$ // Copyright: (c) Robert Roebling // Licence: wxWindows licence ////////////////////////////////////////////...
[ "RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775" ]
RD@c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
96aac45deeaf5e451727f51541e198be50bc2a77
ca0ac1fc171512e59598dd5c4aaae28fefd43ed7
/URI/Paradigms/Motoboy.cpp
01b7533a942a6cbe0919746a3a1e6144b1877bce
[]
no_license
MAAF72/Competitive-Programming
ed81a83df0032d83ade8800912044cff402334b4
3323d904fb2c607673f3c681b76305777f6ba29b
refs/heads/master
2020-05-20T18:51:03.772126
2019-09-07T01:52:29
2019-09-07T01:52:29
185,714,723
0
0
null
null
null
null
UTF-8
C++
false
false
1,219
cpp
#include <iostream> #include <algorithm> #define endl "\n" using namespace std; struct Pizza { int Time, Count; }; bool compare(Pizza P1, Pizza P2) { return (P1.Count < P2.Count); } int P, N; Pizza Order[20]; int Best; int BruteForce(int Deep, int SumTime, int SumCount) { if(Deep < N) { if((SumCount+Order[De...
[ "abdurrahmanalfatih72@gmail.com" ]
abdurrahmanalfatih72@gmail.com
65dcc75c043f41cdd087b472d4d9f54ebeeeb29f
755a473dce548a3d498fedfdc1d318db2a8e18de
/database/src/staff.h
658771bbf89819059b73a79954fb084091901a7c
[]
no_license
NCCA/cpp_workshops_complete
e56942c576348a6de61cb8e799d59bc8a4a21a6b
f838dbd1da9cba8aaba0b6308c102175b349b229
refs/heads/master
2020-04-04T02:04:02.584407
2018-11-01T08:56:27
2018-11-01T08:56:27
155,687,900
0
0
null
null
null
null
UTF-8
C++
false
false
966
h
#ifndef STAFF_H #define STAFF_H // The base class of Staff #include "entity.h" // Needed for date storage #include <boost/date_time/gregorian/gregorian.hpp> class Staff : public Entity { public: /// An enumerated type for the different types of roles available typedef enum { ROLE_UNDEFINED, R...
[ "rsouthern@bournemouth.ac.uk" ]
rsouthern@bournemouth.ac.uk
9ced7be2b028ef7ce62d76708c149f267c721b41
d6eb6c4f340d343ea368507b1c7e7671d45a5767
/src/lib/v8/src/store-buffer.cc
0f1fed0286e32246d4ad02ce4cf226807bfe7fd9
[ "BSD-3-Clause", "bzip2-1.0.6" ]
permissive
brn/mocha
8242888c18081cb844a2c2bd0c222162cd46e4cf
9ff68d6e2c753acf6ce57cdb3188f162549d2045
refs/heads/master
2021-06-06T06:43:06.230281
2021-05-07T16:04:12
2021-05-07T16:04:12
2,707,603
19
0
null
null
null
null
UTF-8
C++
false
false
25,174
cc
// Copyright 2011 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
[ "dobaw20@gmail.com" ]
dobaw20@gmail.com