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
327a5d0481eb5f243d87c54300f99d47de0924b3
37a7fbfe78db40ab5ad289182b81333eac153812
/AA/lab2/main.cpp
2e5d8ca04ce76338fb7e9d1c8575f0ab6e05db87
[]
no_license
chudilo/study
a7ce73b801c8d863e82f6ea7a31cef2f5389444e
47546c24cead2e3d708cf5e262c88fccd7216871
refs/heads/master
2020-03-30T21:01:54.310085
2019-06-21T04:39:02
2019-06-21T04:39:02
151,614,030
1
0
null
null
null
null
UTF-8
C++
false
false
1,466
cpp
#include <cstdio> #include "matrix_func.h" #include "get_time.h" //#define SIZE 1000 #define TIMES 10 int main() { for(int i = 0; i < 20; i++) { int SIZE = 100 + i*100; int **matrA = matrixCreate(SIZE,SIZE); int **matrB = matrixCreate(SIZE,SIZE); int **resMatr = matrixCreate(SIZE,SIZE); double t1, t2, ...
[ "chudik97@yandex.ru" ]
chudik97@yandex.ru
34cbe7dcb6a64c5235bb6f2091e7a52253199bf5
f04dc850b9745eaf6badd9a788aece2602989a40
/src/gui/clientwindow.cpp
e7dc63ac19dec2255faf13eca69a6d9666981149
[]
no_license
bartromgens/clientserver
89616a4689668102ced10297856a87562b618d77
8d8a7fe54616e3af5739f8f2f29cc0301d2c5116
refs/heads/master
2016-09-05T08:51:11.527630
2014-12-13T18:28:32
2014-12-13T18:28:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,108
cpp
#include "clientwindow.h" #include "ui_clientwindow.h" #include "shared/message.h" #include "shared/messagejson.h" #include <thread> ClientWindow::ClientWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::ClientWindow), m_clients(), m_timer(new QTimer(this)), m_time() { ui->setupUi(this); m_time...
[ "bart.romgens@gmail.com" ]
bart.romgens@gmail.com
d4cecbf178e989734a3a26418ba67637c7a49a18
d7bb352cf956e517967eabb77af8ace595ec17b9
/include/mono-vo/CameraInfo.h
4607fc0fdff81ad2a946d2e7ac33720a0f5a6137
[]
no_license
Sino0904/DAQ
ed013cf4ca2069ec6d4588f8429d747fe05813ea
6fe329263a39816946c94d44ecda8be2716f95e9
refs/heads/master
2021-06-01T09:16:09.369178
2016-08-11T12:03:14
2016-08-11T12:03:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,182
h
#include <opencv2/core/core.hpp> #include <opencv2/calib3d/calib3d.hpp> #include <iostream> #include <string> class CameraInfo { public: cv::FileStorage CalibrationData; cv::FileStorage CharacteristicsFile; cv::Mat IntrinsicParameters; cv::Mat ExtrinsicParameters; cv::Mat DistortionCoefficients; int Image...
[ "mahmoud.abdulgalil@gmail.com" ]
mahmoud.abdulgalil@gmail.com
8a8fad528f8ec63a3421c4e3970a3de6cee4b81b
1bd2698bde9265ab4741358c2b8e1bec1901e7f9
/Tonb0.1/AutLib/Continuum/Mesh/Alg/AdvFront/Entities/Front/Identifiers/LocalFrontIdentifiers_FrontEntity.hxx
1717c8b794652aaad7e1edc178a81a327dac8e76
[]
no_license
amir5200fx/Tonb0.1
150f9843ce3ad02da2ef18f409a100964c08983a
7b17c6d2b3ddeca8e6b2900967b9599b0b1d61ed
refs/heads/master
2022-01-17T09:47:25.291502
2019-06-14T13:27:39
2019-06-14T13:27:39
169,406,796
0
0
null
null
null
null
UTF-8
C++
false
false
1,249
hxx
#pragma once #ifndef _LocalFrontIdentifiers_FrontEntity_Header #define _LocalFrontIdentifiers_FrontEntity_Header #include <Standard_TypeDef.hxx> #include <error.hxx> namespace AutLib { template<class Point> class LocalFrontIdentifiers_FrontEntity { /*Private Data*/ //- Centre of entity Point theCentre_; ...
[ "aasoleimani86@gmail.com" ]
aasoleimani86@gmail.com
1c264be53902347bb202a2a4a0e23c2da30ffeec
7a8ba610ac92c458e77ac533020e59547c8c06da
/xerces/xerces-c-3.2.0/src/xercesc/framework/psvi/XSNamespaceItem.cpp
24538a63b8874b2ad603d723ef5d9f022fc0fe4f
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
DolbyLaboratories/pmd_tool
b29dc50400024f7da3ba651675ced360c7d4b91c
4c6d27df5f531d488a627f96f489cf213cbf121a
refs/heads/master
2022-10-23T19:45:29.418814
2021-08-13T03:13:47
2021-08-13T03:13:47
160,738,449
16
0
BSD-3-Clause
2021-08-13T03:13:48
2018-12-06T22:07:14
C++
UTF-8
C++
false
false
7,464
cpp
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "jtc@dolby.com" ]
jtc@dolby.com
ba05cfb5028ddc3f06638f4bd99092c3887b4a23
54020f5f80e6680ed9b7f69aa229a8ba2bc72630
/src/graphics/Material.cpp
53a8a61427008f8660a9145f6aaa76341a7063ff
[]
no_license
snacchus/DeferredRenderer
12c6b3aa48de68d5912a774b198cfba7144f81da
eec45e067b59ef8969e49303b657739689bd649a
refs/heads/master
2022-03-28T08:14:55.672704
2017-07-07T22:19:13
2017-07-07T22:19:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,062
cpp
#include "Material.hpp" #include "Effect.hpp" #include "core/type_registry.hpp" #include "content/pooled.hpp" #include "scripting/class_registry.hpp" REGISTER_OBJECT_TYPE_NO_EXT(Material); Material::Material() : m_effect(nullptr) { } void Material::setEffect(Effect* effect) { m_effect = effect; if (m_effect) { ...
[ "dennisjp.heinze@gmail.com" ]
dennisjp.heinze@gmail.com
538dd6e90b8dbfe445ecf496f914bf7b20e52ece
b29b689e889879fe5b7834947acca2f93ce3e374
/data/diagramm.cpp
25d33ee1f10a48d40d5f742b0e41826f25a09d09
[]
no_license
Eisboar/desktop.teachSmart
971a63aeebd0f0f9e4ca488f9fd329f04385f6bb
6b0da5a7a75bf740c94e13675b9d5c820303d0d1
refs/heads/master
2021-01-15T11:18:47.725899
2014-07-17T13:33:09
2014-07-17T13:33:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,214
cpp
#include "diagramm.h" #include <QNetworkReply> #include <QNetworkRequest> #include <QNetworkAccessManager> #include <QNetworkDiskCache> #include <QtConcurrent> #include <QVariant> #include <iostream> //! [ ImageAnalyzer - Constructor ] void Diagramm::createDummyData(){ values = new QMap<QString, QVariant>; ...
[ "sascha_hasel@yahoo.de" ]
sascha_hasel@yahoo.de
3bf52fbe9635c006cceb0921011165e68f6e6bcf
1b5802806cdf2c3b6f57a7b826c3e064aac51d98
/tensorrt-integrate-1.23-openvino-yolov5/openvino_2022.1.0.643/runtime/include/openvino/op/experimental_detectron_roi_feature.hpp
c73010754113cd54849e2c906c91f228480a95fa
[ "MIT" ]
permissive
jinmin527/learning-cuda-trt
def70b3b1b23b421ab7844237ce39ca1f176b297
81438d602344c977ef3cab71bd04995c1834e51c
refs/heads/main
2023-05-23T08:56:09.205628
2022-07-24T02:48:24
2022-07-24T02:48:24
517,213,903
36
18
null
2022-07-24T03:05:05
2022-07-24T03:05:05
null
UTF-8
C++
false
false
2,182
hpp
// Copyright (C) 2018-2022 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include <cstddef> #include <cstdint> #include <vector> #include "openvino/core/attribute_adapter.hpp" #include "openvino/op/op.hpp" #include "openvino/op/util/attr_types.hpp" namespace ov { namespace op { namespace ...
[ "dujw@deepblueai.com" ]
dujw@deepblueai.com
bd24a848fc607e148b809de58ccf5c5a55cb86f2
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/CodeJamData/08/95/10.cpp
fc8dda442ffe5c1c3f05f7a002abe48f4159b21b
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
C++
false
false
1,648
cpp
// Chmel.Tolstiy // Tolstsikau Aliaksei #include <iostream> #include <vector> #include <set> #include <map> #include <string> #include <queue> #include <algorithm> using namespace std; typedef vector<int> vi; typedef long long ll; typedef pair<int, int> pii; typedef pair<ll, ll> pll; typedef pair<do...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
74d7634801dc33b49fbffd18d103318363715cbe
b9fec31908e40cfc52400e13f847ac0f4e8c48bb
/matlab tests/DH/libs/obs/include/mrpt/maps/TMetricMapTypesRegistry.h
a1f055985c3928d121c66aa1cab5d9454400ad2f
[ "BSD-3-Clause" ]
permissive
DavidRicardoGarcia/measurement-of-angles
e7ff8e9f15a9e50bc57c0d45f5807fcf1fa0ec74
ab16ca937262e05bf9f82dca5f425791cacfa459
refs/heads/master
2021-07-16T12:30:53.523173
2021-06-24T07:16:49
2021-06-24T07:16:49
122,414,543
2
1
null
null
null
null
UTF-8
C++
false
false
4,492
h
/* +---------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | http://www.mrpt.org/ | | ...
[ "davidnf.44@gmail.com" ]
davidnf.44@gmail.com
4b8fa5f0e683fb0eae81e28c09cc7ea11cc9d683
afc634fb025471b4c10676d9bc842b8a06bd2fad
/4. lintcode/subtreeWithMaximumAverage/BinaryTree.cpp
fdd6f8f80ac9c37f618b25475a342e819d04c60b
[]
no_license
alyssssa8/resume
3013a236f56036c3597607e209dfb309229cd5f4
ce0cb95e398e421b0ecf879b1f0109a20c0c5d92
refs/heads/master
2022-07-15T15:08:00.125861
2019-06-26T03:52:50
2019-06-26T03:52:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,962
cpp
// Implementation file for the IntBinaryTree class #include <iostream> #include "BinaryTree.h" using namespace std; //************************************************************* // insert accepts a TreeNode pointer and a pointer to a node. * // The function inserts the node into the tree pointed to by * // the Tree...
[ "yuwanguk@hotmail.com" ]
yuwanguk@hotmail.com
ec934e899cece085275657e8343337d153762dba
a0423109d0dd871a0e5ae7be64c57afd062c3375
/Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Android.Base.Primitiv-2924c081.h
ec47b1a1e509169ac22d817ad903e3255a421f67
[ "Apache-2.0" ]
permissive
marferfer/SpinOff-LoL
1c8a823302dac86133aa579d26ff90698bfc1ad6
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
refs/heads/master
2020-03-29T20:09:20.322768
2018-10-09T10:19:33
2018-10-09T10:19:33
150,298,258
0
0
null
null
null
null
UTF-8
C++
false
false
459
h
// This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/UnoCore/1.9.0/Targets/Android/Uno/Base/Primitives.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{ namespace Android{ namespace Base{ namespace Primitives{ //...
[ "mariofdezfdez@hotmail.com" ]
mariofdezfdez@hotmail.com
38bc87bc612a1282d8df3afae8e448568470112f
5702eb53222af6e3e41672853c98e87c76fda0e3
/util/cpp/net/MessageFactory.cpp
85538693e43c9c09de11136118573933d902c4eb
[]
no_license
agilecomputing/nomads
fe46464f62440d29d6074370c1750f69c75ea309
0c381bfe728fb24d170721367336c383f209d839
refs/heads/master
2021-01-18T11:12:29.670874
2014-12-13T00:46:40
2014-12-13T00:46:40
50,006,520
1
0
null
2016-01-20T05:19:14
2016-01-20T05:19:13
null
UTF-8
C++
false
false
6,440
cpp
/* * MessageFactory.cpp * * This file is part of the IHMC Util Library * Copyright (c) 1993-2014 IHMC. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 (GPLv3) as published by the Free Software Foundation. * * U.S. Gove...
[ "giacomo.benincasa@gmail.com" ]
giacomo.benincasa@gmail.com
66dbdb620cbed65fa31e24e2a71b6a1313382a23
b03aefe71117bb80ac125d4097e3be4e592fc8f9
/Search-Interface-Qt/GUI/Tile.h
8cb3f397af41ab33ffb46fdb69275a7677adea05
[]
no_license
saifulkhan/dphil_project_search_index
bbc44c1f6fe448eb7f4827be09b50e5a3ce619d6
7a55e8194ee12713764b4cf9469c3c31463a7d53
refs/heads/master
2021-09-20T16:20:30.424865
2018-08-12T10:55:23
2018-08-12T10:55:23
71,154,825
0
0
null
null
null
null
UTF-8
C++
false
false
1,013
h
#ifndef TILE_H #define TILE_H #include <QGraphicsItem> #include <QtGui> #include <QMessageBox> #include <QStyleOptionGraphicsItem> #include <Conversion.h> #include <FileInfo.h> #include "Layout.h" #define TREEMAP_FONT_SIZE 6 class Tile : public QGraphicsItem { private: const FileInfo fileInfo; const int de...
[ "saiful.etc@gmail.com" ]
saiful.etc@gmail.com
c4b6e28e5c0296b797ac53f88e3dda5251f16ac7
57d14ce1d056dcba9a938c2f8e1d954225a6d0c6
/src/examples/SPI_SI4432_Radio/src/si4432.cpp
d1dca4ebd5893a03d6646a5be1cc2fb6c143196d
[]
no_license
nihuyaka/libarmpit-cortex
a81d443ef3e953996ecf7f993f41fec69388f521
eda7700be66d91af0fa83fae6ebe181a11c32488
refs/heads/master
2016-09-06T05:40:16.709507
2015-10-24T16:42:20
2015-10-24T16:42:20
44,834,918
2
1
null
null
null
null
UTF-8
C++
false
false
11,813
cpp
#include "si4432.h" #include "rcc.h" #include <math.h> #define MAX_TRANSMIT_TIMEOUT 200 #define round(x) ((x)>=0?(long)((x)+0.5):(long)((x)-0.5)) //values here are kept in khz x 10 format (for not to deal with decimals) - look at AN440 page 26 for whole table const uint16_t IFFilterTable[][2] = { { 322, 0x26 }, { 335...
[ "nihuyaka@gmail.com" ]
nihuyaka@gmail.com
bc68bb15bf5b4ce15b5c3756984a2be0a1df491b
cae0243512e1614fc9ef945713c9499d1a56d389
/src/data/dStrategy/neighbor_selecting_first_improvement.h
91946176af27fcaf3d9c0f2ac405654b75257c95
[]
no_license
alejandro-reyesamaro/POSL
15b5b58a9649234fa9bedbca4393550d38a69e7d
0b3b7cf01a0392fc76394bbc04c52070637b3009
refs/heads/master
2021-04-15T11:10:24.998562
2016-09-06T15:10:54
2016-09-06T15:10:54
33,991,084
1
0
null
null
null
null
UTF-8
C++
false
false
896
h
#pragma once #include "../neighborhood.h" #include "../decision_pair.h" #include "../../benchmarks/benchmark.h" #include "../../solver/psp.h" class NeighborSelectingFirstImprovement { public: NeighborSelectingFirstImprovement(std::shared_ptr<Domain> domain, int dimension); //! Select the the curr...
[ "alejandro-reyesamaro@univ-nantes.fr" ]
alejandro-reyesamaro@univ-nantes.fr
46f2c0ceef7b89c32935c8d265a5f81c4b31908d
b5914f85d4e67d0aed49867923ce3b970f7ee481
/ParallelCoordinates/ext/tapkee/traits/callbacks_traits.hpp
6f9542b3a4d10673f0266b7621feaada646e7b90
[]
no_license
BeHalcyon/GSIM
391653c3d8656baf9f474c3fd462ce0e45d1b981
cad6be7ce7da915e0300e6b434822f44ff080122
refs/heads/master
2022-06-20T11:49:57.357994
2019-07-03T08:39:11
2019-07-03T08:39:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
723
hpp
/* This software is distributed under BSD 3-clause license (see LICENSE file). * * Copyright (c) 2012-2013 Sergey Lisitsyn */ #ifndef TAPKEE_CALLBACK_TRAITS_H_ #define TAPKEE_CALLBACK_TRAITS_H_ namespace tapkee { template <class Callback> struct BatchCallbackTraits { static const bool supports_batch; }; #d...
[ "hexiangyang.zju@qq.com" ]
hexiangyang.zju@qq.com
bd8d714e43a1eb4117d8067c301d521fe060d040
2a4de0cd9d40d15a9b7fdf14abe4bdfab812999c
/SequoiaDB/engine/include/pmdOptions.hpp
e693f5387d2845da57ae2d5f4c195e0117404ab4
[]
no_license
thundercrawl/Common-CPlus
bfa9fd38c9e649ee5991be99444449835109db49
5e5220a9e8d75cbfe6798ff18c37701ddf46e123
refs/heads/master
2021-01-13T02:07:17.675012
2015-04-28T06:22:24
2015-04-28T06:22:24
34,710,336
0
0
null
null
null
null
UTF-8
C++
false
false
8,762
hpp
/* Copyright 2012 SequoiaDB 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...
[ "brightpegion@gmail.com" ]
brightpegion@gmail.com
2b6ed47e44b02a2e1c862299a88415bd14d09c90
f9726d2483d3c5ac38c8867a9cf962dc1bcaf5b4
/CSE 225L Data Structures and Algorithms/Resources/Codes Previous/Spring-2019-CSE225 1/Lab12( Stack and Queue Linked List )/queue(3).h
1619105de8029357665dd2918dcc901de65d2725
[ "MIT" ]
permissive
diptu/Teaching
e03c82feefe6cda52ebd05cd644063abb3cf8cd5
20655bb2c688ae29566b0a914df4a3e5936a2f61
refs/heads/main
2023-06-27T15:27:32.113183
2021-07-31T05:53:47
2021-07-31T05:53:47
341,259,841
0
0
null
null
null
null
UTF-8
C++
false
false
373
h
#ifndef QUEUE_H_INCLUDED #define QUEUE_H_INCLUDED #include "list.h" template<class T> class QueueLL : public SinglyLinkedListWithTail<T>{ private: SinglyLinkedListWithTail<T> ls; public: QueueLL(); ~QueueLL(); virtual void enqueue(T value); virtual T dequeue(); virtual T frontItem(); virt...
[ "diptunazmulalam@gmail.com" ]
diptunazmulalam@gmail.com
d2ae11c2ec0b66b849c4092e6510396cbac32dd0
5e00242dc035fdab6aa6bbb40c6d7e6c119ad8e6
/Vault/CodeJam2018/R2/CostumeChange_Testset1.cpp
9559b4e47eda6896f3d32ad6d5afcbc854e47e34
[]
no_license
AkiLotus/AkikazeCP
39b9c649383dcb7c71962a161e830b9a9a54a4b3
064db52198873bf61872ea66235d66b97fcde80e
refs/heads/master
2023-07-15T09:53:36.520644
2021-09-03T09:54:06
2021-09-03T09:54:06
141,382,884
9
1
null
null
null
null
UTF-8
C++
false
false
16,374
cpp
/** Template by Akikaze (秋風) - formerly proptit_4t41. Code written by a random fan of momocashew and Chiho. H△G x Mili - November 27th, 2013 Mag Mell (Mili) - Sep 17th, 2014 H△G x Mili Vol.2 - May 9th, 2015 Miracle Milk (Mili) - Oct 12th, 2016 青色フィルム (H△G) - February 14th, 2018 Millennium Mother (Mili) - Apri...
[ "duybach.224575@gmail.com" ]
duybach.224575@gmail.com
329da81cbbb59814ca66a9c792619a8f96725486
24bc4990e9d0bef6a42a6f86dc783785b10dbd42
/ash/system/unified/date_tray.cc
0850ce6b99decdc960f23cbfe7b11f2575819579
[ "BSD-3-Clause" ]
permissive
nwjs/chromium.src
7736ce86a9a0b810449a3b80a4af15de9ef9115d
454f26d09b2f6204c096b47f778705eab1e3ba46
refs/heads/nw75
2023-08-31T08:01:39.796085
2023-04-19T17:25:53
2023-04-19T17:25:53
50,512,158
161
201
BSD-3-Clause
2023-05-08T03:19:09
2016-01-27T14:17:03
null
UTF-8
C++
false
false
3,532
cc
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/system/unified/date_tray.h" #include "ash/constants/tray_background_view_catalog.h" #include "ash/public/cpp/ash_view_ids.h" #include "ash/shell.h" #include "ash...
[ "roger@nwjs.io" ]
roger@nwjs.io
dadc05b9b4c653d28f37d3c95e2221775bb2976b
3b643754f27f6b07863de364846fce45665d0901
/src/ufile/utextfile.cpp
508019cf42eb8f8cb51a44af1681c0625f836589
[]
no_license
windnc/ulib
6f0e0d2e36ddb62c4cdab69a82e147b33383a4ef
cdb1b33338ac633693465628fbcf58513eff342c
refs/heads/master
2020-05-30T14:33:05.307969
2014-01-29T07:17:43
2014-01-29T07:17:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,332
cpp
/* 작성자 : swlee 작성일 : Sep. 22, 2006 버전 : 0.6.0 설명 : text file 미구현 : 버그 : write mode로 연 후 CloseFile()로 닫으면 그 이후에system명령어로 이 파일을 쓸려고 하면 에러 */ #include "utextfile.h" namespace ulib { ////////////////////////////////////////////////////////////////// CUTextFile::CUTextFile( int arg_verbosity ) { Verbosity( a...
[ "windnc@gmail.com" ]
windnc@gmail.com
29f9289db9686de35ce162c6d8edf0afec5532fb
6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849
/sstd_boost/sstd/boost/config/detail/select_compiler_config.hpp
772eb7ad21514744bb1b5e902775be2b5452d905
[ "BSL-1.0" ]
permissive
KqSMea8/sstd_library
9e4e622e1b01bed5de7322c2682539400d13dd58
0fcb815f50d538517e70a788914da7fbbe786ce1
refs/heads/master
2020-05-03T21:07:01.650034
2019-04-01T00:10:47
2019-04-01T00:10:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,571
hpp
// Boost compiler configuration selection header file // (C) Copyright John Maddock 2001 - 2003. // (C) Copyright Martin Wille 2003. // (C) Copyright Guillaume Melquiond 2003. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.bo...
[ "zhaixueqiang@hotmail.com" ]
zhaixueqiang@hotmail.com
a1e22fc3b6e13c14ea375c4f54e9cf9e38788bae
1d2b50d80609fc03e403f9ee8fe6c4763e931a49
/GameEngine/Source/Graphics/Stages/Shaders/PixelShader.cpp
f8c224a9715951f3b4566088c3adc7dff41ff306
[]
no_license
shadercoder/RenderMaster
17e1a7f65937ab520be4fbe45a7339a9e77fb487
845dfadff21c27250a81183f1202267602a5cd50
refs/heads/master
2021-01-18T14:19:19.296788
2014-07-10T19:07:07
2014-07-10T19:07:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,023
cpp
#include "Core.h" #include "PixelShader.h" #include "../../Other/Blob.h" bool PixelShader::Create(Blob & shaderbuffer) { HRESULT hr = DX11API::D3D11Device()->CreatePixelShader(shaderbuffer.m_pBlob->GetBufferPointer(), shaderbuffer.m_pBlob->GetBufferSize(), NULL, &m_pShader); VALID(hr); } bool PixelShader::Crea...
[ "evg.gamedev@gmail.com" ]
evg.gamedev@gmail.com
7d09e4443de57653923848901ccda25b5100099f
04b1803adb6653ecb7cb827c4f4aa616afacf629
/components/download/internal/common/resource_downloader.h
b2f8ec766fe2687d656197bd71adfd4d0ed443d7
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
6,970
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 COMPONENTS_DOWNLOAD_INTERNAL_COMMON_RESOURCE_DOWNLOADER_H_ #define COMPONENTS_DOWNLOAD_INTERNAL_COMMON_RESOURCE_DOWNLOADER_H_ #include "base/call...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
4957ea2ee8475bb90c59406645bd41ca1adeb193
c2f09d0b63cc127e873b3513d8bc8f12b0ded3fd
/threads/EventBarrier.h
cde1a8af73afaf02ee464a2e9e0e8f0af8321af9
[ "MIT-Modern-Variant" ]
permissive
RookieHong/nachos
055f021ae26893112042d3bc9d88360a5f3213f7
5226575641666578204e79821de2280a033d74d9
refs/heads/master
2020-03-20T05:59:28.865019
2018-06-16T04:17:40
2018-06-16T04:17:40
137,234,203
0
0
null
null
null
null
UTF-8
C++
false
false
359
h
#include "synch.h" #include "system.h" class EventBarrier { public: EventBarrier(char *debugName); ~EventBarrier(); void Wait(); void Signal(); void Complete(); int Waiters(); int Status(); private: enum {SIGNALED, UNSIGNALED} status; int numWaiting; Condition *signalCon; Condition *compl...
[ "120948741@qq.com" ]
120948741@qq.com
3c7e46631e0b0e3411b2705fbb68cf02ae54a66f
27ef59e3fda57483be6abfda7ebe1517b0c8e707
/sharma92/src/network_util.cpp
3ba1fb606eea096a69eab2c8f1b98df9626047e1
[]
no_license
Shefali-Sharma/Distance-Vector-Routing
dd4611ea0933e7a7c1472d7e30d3dd46d3b42fe4
361612392ee464e2f3350fbcd013fcd596f3a650
refs/heads/master
2021-05-14T14:58:35.472763
2018-02-12T16:41:09
2018-02-12T16:41:09
115,982,756
0
0
null
null
null
null
UTF-8
C++
false
false
1,473
cpp
/** * @network_util * @author Shefali Sharma <sharma92@buffalo.edu> * @version 1.0 * * @section LICENSE * * 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 Lic...
[ "shefali92@github.com" ]
shefali92@github.com
ba5f51c09c1e614465f4543eaaf93975c601c478
099f2181439ba42a5fbeb774a182faf3db9bad8c
/problems/082-remove-duplicates-from-sorted-list-ii.cpp
66d313e403c6a901cf954039bf6f828b84fca1e8
[]
no_license
luchenqun/leet-code
76a9193e315975b094225d15f0281d0d462c2ee7
38b3f660e5173ad175b8451a730bf4ee3f03a66b
refs/heads/master
2021-07-09T09:49:36.068938
2019-01-15T07:15:22
2019-01-15T07:15:22
102,130,497
1
0
null
null
null
null
UTF-8
C++
false
false
973
cpp
/* * [82] Remove Duplicates from Sorted List II * * https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list-ii/description/ * https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/discuss/ * * algorithms * Medium (28.95%) * Total Accepted: 508 * Total Submissions: 1.8K * Testcase ...
[ "luchenqun@juzix.io" ]
luchenqun@juzix.io
2c96956e165e12675345b7cb4fd2411819662a48
9b4f6fa69ec833198d5e27bef0453ffce21da316
/09-04_pq/pq_test.cpp
cbc46ded0c20ee98d3e32f18522d5387e64d90b0
[]
no_license
nattee/data2019
cec667fc90d35689815557a9f4c546fa11f35a63
3f9373bf6fbaac4ec83bd4e7beba160e5f63eb42
refs/heads/master
2020-07-04T15:37:10.427297
2019-10-16T04:04:14
2019-10-16T04:04:14
202,326,521
2
5
null
null
null
null
UTF-8
C++
false
false
458
cpp
#include <iostream> #include <vector> #include <queue> using namespace std; int main() { priority_queue<pair<int,int>> pq; pq.push( make_pair(1,2) ); pq.push( {1,200} ); pq.push( {1,-100} ); pq.push( {-2,3} ); pq.push( {4,1} ); while (!pq.empty() ) { auto x = pq.top(); pq.pop(); cout << x....
[ "nattee@gmail.com" ]
nattee@gmail.com
7cc48b54c4cc7be5972f8619d62e5d326a2b90bf
ab095beae34c9f74b7de2e7a87ad541a984b3060
/DiamondSquareNew/Triangle.cpp
74a1a755144fd6d2bffe8ffa7d28387933a387ed
[]
no_license
imarie97/bmstu-projects
62ece44be4d66d0b1eab0b10f8c553bbfbf9c2b4
da08f3548306500cf6b9e7337253b107af82e0a8
refs/heads/master
2022-04-18T17:05:53.472040
2020-04-12T12:03:44
2020-04-12T12:03:44
255,073,512
0
0
null
null
null
null
UTF-8
C++
false
false
1,616
cpp
#include "stdafx.hpp" // // Created by user on 3/18/18. // #include "Triangle.hpp" Triangle::Triangle(glm::vec3 a, glm::vec3 b, glm::vec3 c) { this->a = a; this->b = b; this->c = c; } Triangle::Triangle() { a = b = c = glm::vec3(0); } void Triangle::setWater() { color = glm::vec3(0.28f + dist(random_...
[ "marie.kovega@yandex.ru" ]
marie.kovega@yandex.ru
b8ee2c9d3668d293282785d8b4d3afd087ff5f70
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/godot/2017/12/gd_mono_marshal.cpp
d744d24f24697381b9d5923d85698072d0f8c241
[ "MIT" ]
permissive
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
25,749
cpp
/*************************************************************************/ /* gd_mono_marshal.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
9d7f2fa1891288248e604ea262efbc67e7e997bd
8fd11fb8d935a3572630bcd779cd68619395390b
/connections.hpp
31d3f5e58b3b7b89618c57cc0cf8b0020581c138
[]
no_license
hacknazar21/simulations
b378a3213cf05876bbc48dfbea5854f832c3f8f3
8a3d14b034e54d9ad35df9be1a78b5c6ef652a70
refs/heads/master
2022-07-18T20:40:47.666234
2020-05-26T12:51:02
2020-05-26T12:51:02
266,716,767
1
0
null
null
null
null
UTF-8
C++
false
false
112
hpp
#include <iostream> #include <windows.h> #include <ctime> #include <cstdlib> #include <conio.h> #include <cmath>
[ "nazarcool2001@gmail.com" ]
nazarcool2001@gmail.com
190b98e1873ede0346a356ec21cf793525fbdce5
73c8a3179b944b63b2a798542896e4cdf0937b6e
/USACO/MessageRelay.cpp
c064c8f4779e9531f7b84aa9510a14f035528b4b
[ "Apache-2.0" ]
permissive
aajjbb/contest-files
c151f1ab9b562ca91d2f8f4070cb0aac126a188d
71de602a798b598b0365c570dd5db539fecf5b8c
refs/heads/master
2023-07-23T19:34:12.565296
2023-07-16T00:57:55
2023-07-16T00:57:59
52,963,297
2
4
null
2017-08-03T20:12:19
2016-03-02T13:05:25
C++
UTF-8
C++
false
false
1,528
cpp
#include <iostream> #include <string> #include <sstream> #include <vector> #include <set> #include <map> #include <list> #include <queue> #include <stack> #include <memory> #include <iomanip> #include <numeric> #include <functional> #include <new> #include <algorithm> #include <cmath> #include <cstring>...
[ "jefersonlsiq@gmail.com" ]
jefersonlsiq@gmail.com
23495d329df71f4eb564adacb12a45abb5ee4512
dfa4bb724b21cff9e8f66d96c0104482ef404d3f
/src/Lab2.cpp
a8453e47d4a1e745e26031fbd01423cf7cb1c782
[]
no_license
addisonsi/Lab2
5faeaf8d71b064ba4c69e66ccb3e6b400f406924
3f90639c97c4e0d1d5c2bfa2d5ed601b0b0f7e00
refs/heads/main
2023-06-05T04:14:02.630518
2021-06-29T18:17:29
2021-06-29T18:17:29
381,457,300
0
0
null
null
null
null
UTF-8
C++
false
false
747
cpp
/******************************************************/ // THIS IS A GENERATED FILE - DO NOT EDIT // /******************************************************/ #include "Particle.h" #line 1 "/Users/addisonsimon/Lab2/src/Lab2.ino" void setup(); void loop(); #line 2 "/Users/addisonsimon/Lab2/src/Lab2.ino" SY...
[ "addisonsimon@Addisons-MacBook-Air.local" ]
addisonsimon@Addisons-MacBook-Air.local
1318c39efe581855be22fbc0425071b475f3ee9f
71b45a09a4d5d991079e96b91b35bcf44df85f2b
/Sources/Math/LumiereMathStd.h
4c7ed6f15af3bd0601d7599601d35d51a5f7c2b1
[ "MIT" ]
permissive
LeptusHe/Lumiere
230661fd4fa31c0562757ba04a156676c7f15c41
907afdb030c619a07e8a6c33ed55e5898f73be63
refs/heads/master
2021-06-22T17:06:16.954323
2021-05-17T16:36:00
2021-05-17T16:36:00
223,726,794
1
0
null
null
null
null
UTF-8
C++
false
false
1,719
h
#pragma once #include "Common/LumiereMacro.h" #include "LumiereFloatDefs.h" BEGIN_LUMIERE_NAMESPACE #ifdef LUMIERE_IS_DEVICE_CODE #define ShadowEpsilon 0.0001f #define Pi Float(3.14159265358979323846) #define InvPi Float(0.31830988618379067154) #define Inv2Pi Float(0.15915494309189533577) #define Inv4Pi Float(0.079...
[ "weidonghe@tencent.com" ]
weidonghe@tencent.com
1e42f6ef7ded4d5fcadcc9603feba352534fc308
ab79c0e06b231c0b0d2644ba661e13a2e4690ab4
/src/Model/Node.h
b12a0746d5bad7b994c848e00f9e209653d1f35b
[]
no_license
justasktylerj/Nodes
ed5fc7a1f384cbc9ff02bfb243799199dedfa8dd
6fd48ff4e64a64fb679a7a9d753da0d18ff7e84d
refs/heads/master
2021-01-10T09:32:20.334431
2016-03-10T16:38:37
2016-03-10T16:38:37
50,521,896
0
0
null
null
null
null
UTF-8
C++
false
false
385
h
/* * Node.h * * Created on: Jan 27, 2016 * Author: tjar2074 */ #ifndef MODEL_NODE_H_ #define MODEL_NODE_H_ #include <iostream> template <class Type> class Node { private: Type value; Node * pointers; public: Node(); Node(const Type& value); virtual ~Node(); Type getValue(); void setValue(const Type...
[ "tjar2074@740s-pl-104.local" ]
tjar2074@740s-pl-104.local
f2db0dd4edf04d0dcd30171a25746c54241999d7
42614c9938e56d9349f82e632fededd10a4382de
/1053-previousPermutationWithOneSwap.cpp
bfb3388d8fd3c985ddbbe671dab3ed79b464df4d
[]
no_license
rouman321/code-practice
fe1e092f0f99c689e0ffb3398222d6482cda3fe3
d43c73c8a74a95b5e5a568fe40b5cb0cda6c8974
refs/heads/master
2020-07-29T06:29:30.820220
2019-11-25T19:26:12
2019-11-25T19:26:12
209,698,973
0
0
null
null
null
null
UTF-8
C++
false
false
605
cpp
/* LeetCode 1053. Previous Permutation With One Swap medium time: 112ms space: 12.7mb */ class Solution { public: vector<int> prevPermOpt1(vector<int>& A) { int i = A.size()-2; while(i>=0&&A[i]<=A[i+1]){ --i; } if(i!=-1){ int l = i; int m = 0; ...
[ "rouman321@gmail.com" ]
rouman321@gmail.com
af685631e5fed86a12a0f85b20c51bd06b159be1
b4e9ff1b80ff022aaacdf2f863bc3a668898ce7f
/openfl/Atriangle/Export/macos/obj/include/lime/text/harfbuzz/HBFeature.h
e05b033b3784ccc0db36782dc046fff37d87fdfb
[ "MIT" ]
permissive
TrilateralX/TrilateralSamples
c1aa206495cf6e1f4f249c87e49fa46d62544c24
9c9168c5c2fabed9222b47e738c67ec724b52aa6
refs/heads/master
2023-04-02T05:10:13.579952
2021-04-01T17:41:23
2021-04-01T17:41:23
272,706,707
1
0
null
null
null
null
UTF-8
C++
false
true
1,864
h
// Generated by Haxe 4.2.0-rc.1+7dc565e63 #ifndef INCLUDED_lime_text_harfbuzz_HBFeature #define INCLUDED_lime_text_harfbuzz_HBFeature #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_STACK_FRAME(_hx_pos_e935673f08494dca_6_new) HX_DECLARE_CLASS3(lime,text,harfbuzz,HBFeature) namespace lime{ namespace text{ namesp...
[ "none" ]
none
122cec1c718a3c07bb4d6c43d1b1e3230c7a1283
1df5d571b3c16a85358738e4ce6fe779d7c7483e
/TestCases/testFac.cpp
3d89a288a03bff92a2886e824f3b39a18505c526
[]
no_license
devdeepray/IITBCompilerLabProject
0bfe176460be65d33fbe41f43bbf8dc5885f2c9b
d634f57244cbcf603a3d4b1f710f2c0c1b602c4e
refs/heads/master
2020-04-16T04:32:52.011568
2015-04-28T12:00:38
2015-04-28T12:00:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
179
cpp
int fac(int n) { if(n==0) { return 1; } else { ; } return n*fac(n-1); } int main() { int x; x = 10; printf("Fac of x: %d", fac(x)); return 23; }
[ "vishalagarwal3010@gmail.com" ]
vishalagarwal3010@gmail.com
270e69fd21b9d9f878f58ab51d31e64246b427fa
0e7a7f8447d42e9c2eef5fb45a11b10895248729
/frameworks/runtime-src/Classes/PluginFlurryAnalyticsLuaHelper.cpp
15ff6ee298fe585e7d1ecfde0a1c7b61fc9ee35f
[]
no_license
galigalikun/qb
c2f0ce5563922277bdd7d34a25222ff5dbc05c70
3681c8b30e526322c77eb2dcfc38bf6440e28d99
refs/heads/master
2016-09-12T17:31:34.924403
2016-05-22T13:54:59
2016-05-22T13:54:59
58,214,895
0
0
null
null
null
null
UTF-8
C++
false
false
10,170
cpp
#include "PluginFlurryAnalyticsLuaHelper.h" #include "PluginFlurryAnalytics/PluginFlurryAnalytics.h" #include "CCLuaEngine.h" #include "tolua_fix.h" #include "SDKBoxLuaHelper.h" #include <sstream> class FlurryAnalyticsListenerLua : public sdkbox::FlurryAnalyticsListener { public: FlurryAnalyticsListenerLua(): mLuaHa...
[ "t_akaishi@cgate.jp" ]
t_akaishi@cgate.jp
9dcc2dfeb9d7246b113db12f28687c3ad58c681a
8d952a06e3809a06825a3be7b067201f3652f16a
/debug/atomics/qss/qss_switch.h
192d07b0be49c866ac2d53de9e4c5d7a639a9295
[ "MIT", "GPL-3.0-only" ]
permissive
andyLaurito92/haikunet
b771eaf6bd91292485f0a49698ce123b9308d676
db44623b248c56735c28a5f589c3239dc7e9855e
refs/heads/master
2021-06-14T12:38:38.996450
2021-05-05T18:26:02
2021-05-05T18:26:02
75,564,849
2
1
MIT
2021-05-05T18:26:26
2016-12-04T21:12:31
C++
UTF-8
C++
false
false
567
h
//CPP:qss/qsstools.cpp //CPP:qss/qss_switch.cpp #if !defined qss_switch_h #define qss_switch_h #include "simulator.h" #include "event.h" #include "stdarg.h" #include "qss/qsstools.h" class qss_switch: public Simulator { //states double sigma,tcross; double u[3][10]; int sw,change; //output double y[10]; //param...
[ "andy.laurito@gmail.com" ]
andy.laurito@gmail.com
cb042e333218c4f44be0170211629e2a23adcb6b
fabafea14b6ba449e8745875b0ef66062808dbe9
/Part_5/cartesian_planner/src/baxter_cartesian_planner.cpp
3631bfb3ad1ccb2903ff044f08d3e2ee2c8f3e39
[]
no_license
wsnewman/learning_ros
fdfb3caac4bf99d53d9079f4f46212eb8b33d2ef
c98c8a02750eb4271bd1568a3c444c36fa984ee1
refs/heads/noetic_devel
2022-06-02T15:27:32.280923
2022-03-14T14:36:06
2022-03-14T14:36:06
49,152,692
362
246
null
2022-03-28T14:54:19
2016-01-06T18:12:19
C++
UTF-8
C++
false
false
24,403
cpp
// baxter_cartesian_planner.cpp: // wsn, Nov, 2016 // a library of arm-motion planning functions // assumes use of tool-flange frame (to allow for interchangeable grippers) // uses package joint_space_planner to find a good joint-space path among options // from IK solutions // key fnc: // nsolns = baxter_IK_solver_.i...
[ "wsn@case.edu" ]
wsn@case.edu
e9e0c9b97d2a2f1dcfa80eab4c24c251a179ae29
f42cb6231258093a651053c87931186ef3ca19bc
/code/include/actor/step/HttpStep.hpp
a892d12b447a46952719d3a1db3a6f75afb7d24c
[]
no_license
lwaly/jy
39f400102130461b20890838b293e2cdb5d349bd
91b04dfa0c227b81629682427ef34cb1aef0660b
refs/heads/master
2020-04-03T15:18:26.198584
2019-02-27T11:30:55
2019-02-27T11:30:55
155,358,521
0
0
null
null
null
null
UTF-8
C++
false
false
1,449
hpp
/******************************************************************************* * Project: Nebula * @file HttpStep.hpp * @brief Http服务的异步步骤基类 * @author Bwar * @date: 2016年8月13日 * @note * Modify history: ******************************************************************************/ #ifndef SRC_ACT...
[ "279527404@qq.com" ]
279527404@qq.com
1e87dcd01a6c67a36de061aaab878f5e43c4d578
10bac563fc7e174d8f7c79c8777e4eb8460bc49e
/splam/detail/conversion.hpp
aef0433bdd9223bb0a01b479c20d3ed5a57cffc5
[]
no_license
chenbk85/alcordev
41154355a837ebd15db02ecaeaca6726e722892a
bdb9d0928c80315d24299000ca6d8c492808f1d5
refs/heads/master
2021-01-10T13:36:29.338077
2008-10-22T15:57:50
2008-10-22T15:57:50
44,953,286
0
1
null
null
null
null
UTF-8
C++
false
false
1,428
hpp
#ifndef CONVERSION_H #define CONVERSION_H //------------------------------------------------------------------------------------------------ #include <vector> #include <cmath> #include "ariautil.h" #include "alcor.extern/pmap/slap.h" #include "alcor/math/pose2d.h" //---------------------------------------------...
[ "giorgio.ugazio@1c7d64d3-9b28-0410-bae3-039769c3cb81" ]
giorgio.ugazio@1c7d64d3-9b28-0410-bae3-039769c3cb81
1a188859d6c2aba6387efc13dd018cd438db89ab
9a120f288f3bc6cbb9e768d3a55e2ebc37c8432c
/luna_new/luna_new/Project/Selene/Source/Class/Render/2D/CPrimitive2DBaseMgr.cpp
a580d37c27097f642bb7f224d5dfa56874511b90
[]
no_license
gondur/Magical-Broom-Extreme
2f5996975a5eb9ed70c38d7f6a36b33db302ecf5
c33f9606b267fd2ba52903d366091b080e5c5802
refs/heads/master
2021-01-19T20:41:24.779704
2019-07-02T21:50:13
2019-07-02T21:50:13
88,536,102
1
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,451
cpp
//----------------------------------------------------------------------------------- // INCLUDE //----------------------------------------------------------------------------------- #include "Base.h" // PCH #include "Render/2D/CPrimitive2DBaseMgr.h" #include "Render/2D/CPrimitive2DBase.h" //----------------------...
[ "hhhh@hotmail.com" ]
hhhh@hotmail.com
7a60c8ed72a6ef4b38bd7ae46e2497f054ac986a
94871047ac9f952530d12b5ca8d8c7cffffed17e
/sdk/pfc/string.h
e108bf728c2c42076b1ed8eb0b3df86577249b26
[]
no_license
GreyTeardrop/foo_playback_log
b32510d288a9372c4fb097fd585d3f97109eccc4
1612f3a739d5188dd23720b8ca1cb309f2e099ee
refs/heads/master
2020-12-24T15:31:37.703392
2008-12-04T09:48:40
2008-12-04T09:48:40
278,026
1
0
null
null
null
null
UTF-8
C++
false
false
21,722
h
#ifndef _PFC_STRING_H_ #define _PFC_STRING_H_ namespace pfc { class NOVTABLE string_receiver { public: virtual void add_string(const char * p_string,t_size p_string_size = infinite) = 0; void add_char(t_uint32 c);//adds unicode char to the string void add_byte(char c) {add_string(&c,1);} void add_chars(t_u...
[ "mykola.rybak@gmail.com" ]
mykola.rybak@gmail.com
ee78f1665bcefb172af1923a3b9008a027602140
609dfe9425ae272f97b89f383d8ecc1281e743f6
/aulas/aula33_mapas/mapa_nome.cpp
e1cc2a0913326ab3ceb48db24e95a0955ddcaf56
[ "Apache-2.0" ]
permissive
senapk/fup_2014_2
956ae522d0c05c1c21ebb7c7aac0671d472f1cb4
5fc2986724f2e5fb912524b6208744b7295c6347
refs/heads/master
2021-01-23T09:28:40.138103
2018-06-27T18:51:20
2018-06-27T18:51:20
22,660,268
1
0
null
null
null
null
UTF-8
C++
false
false
660
cpp
#include <iostream> #include <vector> //#include <algorithm> //find #include <map> using namespace std; struct Pessoa{ int cpf; string nome; }; int main(){ //vector<Pessoa> base; map<string, Pessoa> mapa; //base.push_back(a); mapa["zuleica_maria"] = Pessoa{1, "zuleica_maria"}; mapa["fernando"] = Pessoa{2, ...
[ "sena.ufc@gmail.com" ]
sena.ufc@gmail.com
0dbb160dba308f9e1dc403246dc173c231d467a7
93f1c62de3f33773a0e5f5a579103f521c3cb1ce
/kvs/char_storage_kvs.h
16875a6b0ab9c3e33b3b6157eea3a03fdc5f5626
[]
no_license
liva/simple_kvs
25a15e6a1cfafed654d61ff03e2d99e90e437c2b
ea8582236d64c3f267b65d64bb6f21b135a5f31e
refs/heads/master
2023-08-21T08:04:19.208192
2021-11-02T11:54:30
2021-11-02T11:54:30
397,344,916
0
0
null
null
null
null
UTF-8
C++
false
false
7,128
h
#pragma once #include "kvs_interface.h" #include "kvs/simple_kvs.h" #include "char_storage/log.h" #include "char_storage/interface.h" #include "utils/multipleslice_container.h" namespace HayaguiKvs { class CharStorageKvs final : public Kvs { public: CharStorageKvs() = delete; CharStorageKvs...
[ "sap.pcmail@gmail.com" ]
sap.pcmail@gmail.com
6a5042e8d444289db8b9bafdfc05dcbd28c96346
4d8f7b7fe6e4b8f8bc772339bd187960d3e01e2b
/quizzes/review3/a/analysis.h
6e3988a817b6fa787027e68a179d661454534700
[]
no_license
ajalsingh/PFMS-A2020
1dd2c18691ac48867d07d062114b49b029c7004b
e52a5e1677b6d0c5b309dbeec8e125c0ac19d857
refs/heads/master
2023-05-29T04:08:48.327745
2021-06-08T08:04:16
2021-06-08T08:04:16
275,065,349
0
2
null
null
null
null
UTF-8
C++
false
false
426
h
#ifndef ANALYSIS_H #define ANALYSIS_H #include "analysisinterface.h" class Analysis : public AnalysisInterface { public: Analysis(); void setShapes(std::vector<Shape*> shapes); void setLine(Line line); //Returns a container of bools that indicates if the correspoing shape intersects the line std::vector<...
[ "ajal.singh@multifin.com.au" ]
ajal.singh@multifin.com.au
9311589812ff9ad70b626296b675a28cc1c64fd1
1a60c841c4cf4159d9badacbe3e3c05dd4340d73
/week_2/2920_tjdwn9410.cpp
e5bf8d3f536c8d24604bd8efa25422d89d7079d5
[]
no_license
sungjunyoung/algorithm-study
e5d38f0569ec7b639ebd905f0ef79398862696d2
5fb4bc9fa9f96a0d17a097ed641de01f378ead27
refs/heads/master
2020-12-03T03:46:05.244078
2017-10-14T08:01:25
2017-10-14T08:04:59
95,769,994
9
12
null
2017-10-14T08:05:00
2017-06-29T11:16:04
C++
UTF-8
C++
false
false
595
cpp
// // Created by MAC on 2017. 7. 2.. // #include <iostream> #include <cmath> using std::cout; using std::cin; using std::endl; int main() { int input; int check; cin >> input; check = (input == 8) ? 9 : 0; for (int i = 2; i <= 8; i++) { cin >> input; if (input != abs(i - check)) ...
[ "abc3176@nate.com" ]
abc3176@nate.com
2ebf428057308ed50b0a84af07b5b69c9693924e
d2bdde8fdf7a16dd49d2bf75f927bcb688e58535
/customnibg.cpp
9fda93a777483468db6e91c90bf1548f5619fdf2
[]
no_license
markkun/Monitor
24808f9a91e9d31b3560715fc36f30f89570c481
53a7ad1b8644788894fc5ac3aa170fcac8900dc2
refs/heads/master
2021-09-18T10:44:50.004525
2018-07-13T09:56:57
2018-07-13T09:56:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,641
cpp
#include "customnibg.h" CustomNibg::CustomNibg(QWidget *parent) : QWidget(parent) { this->setFixedSize(150,760*1/7); QPalette palette1 = this->palette(); // 获取调色板 QPalette palette2 = this->palette(); // 获取调色板 palette1.setColor(QPalette::WindowText, QColor("#FEFEFE")); // 亮白 palette2.setColor(QPale...
[ "1340016728@qq.com" ]
1340016728@qq.com
416e36dfd9ef14039dcbed5e06a72b2255af6b9c
0f980b15d8b3f22767ca5294751e8d875f19ec0c
/ATMega328 2018-02-25 nrf24L01/src/nrf24.c
fd96818b476967609ddc823e1d6da075820a4861
[ "MIT" ]
permissive
NahlaHussien/AVR-projects
825addd6a08563427dff01de4fc6dd30ce57ebae
68593c0e55304aa7fef8c00d36860f8b867c8c98
refs/heads/master
2020-08-12T03:00:29.886202
2019-09-26T12:42:15
2019-09-26T12:42:15
214,675,803
1
1
MIT
2019-10-12T16:06:21
2019-10-12T16:06:21
null
UTF-8
C++
false
false
8,799
c
/* * ---------------------------------------------------------------------------- * “THE COFFEEWARE LICENSE” (Revision 1): * <ihsan@kehribar.me> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me ...
[ "swharden@gmail.com" ]
swharden@gmail.com
5d34a0df655c9d5ff0a5d7d16f2c8d5b100f93bd
f2479c4537f8fb96a185341ab8d97cddde74b65d
/Rownania_rozniczkowe_czastkowe/Lab11/1.Przydatne/MO_projekt_C/Projekt C - Visual Studio/stdafx.h
5e3b255590251e0e3340c6da1d7350129a3e1674
[]
no_license
baid14/MetodyObliczeniowe
a8eba4e3c7c87cb6c83a5b0b1d17311b112ae1dd
c1592caf3cb101a296d267649b17bc9badd2ec18
refs/heads/master
2021-01-20T00:27:28.010073
2017-04-23T09:21:48
2017-04-23T09:21:48
89,130,578
0
1
null
null
null
null
UTF-8
C++
false
false
212
h
#pragma once #include <iostream> #include <iomanip> #include <math.h> #include <Windows.h> #include <fstream> #include <sstream> #include <string> #include "calerf.h" #include "Projekt_C.h" using namespace std;
[ "baid@o2.pl" ]
baid@o2.pl
24e7331c2bd1247fa6cdd16af0aeae5f7cc24bbb
501591e4268ad9a5705012cd93d36bac884847b7
/src/server/scripts/Outland/hellfire_peninsula.cpp
b1c9f6967260b488190f04deb75a974bf56b1bf9
[]
no_license
CryNet/MythCore
f550396de5f6e20c79b4aa0eb0a78e5fea9d86ed
ffc5fa1c898d25235cec68c76ac94c3279df6827
refs/heads/master
2020-07-11T10:09:31.244662
2013-06-29T19:06:43
2013-06-29T19:06:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,928
cpp
/* * Copyright (C) 2008 - 2011 Trinity <http://www.trinitycore.org/> * * Copyright (C) 2010 - 2012 Myth Project <http://mythprojectnetwork.blogspot.com/> * * Myth Project's source is based on the Trinity Project source, you can find the * link to that easily in Trinity Copyrights. Myth Project is a private commun...
[ "vitasic-pokataev@yandex.ru" ]
vitasic-pokataev@yandex.ru
04dcc776b3f0176a738dbf195bf4ba015a176066
a0b0eb383ecfeaeed3d2b0271657a0c32472bf8e
/51nod/1392.cpp
a4399ecd85d40fbc4a4f4993b491ecba820b1352
[ "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,541
cpp
#include <queue> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int maxn = 210; struct Box { int x, y; bool operator < (const Box &t) const { return x < t.x || x == t.x && y < t.y; } bool operator == (const Box &t) const { return x == t.x && y == t.y; } } a[maxn]; int n,...
[ "t251346744@gmail.com" ]
t251346744@gmail.com
87364752961e598132a4549b36a7ad04c014381d
a76d599d12054bccd4ba28b16cd236aa2ad47761
/contest/NSU_PRACTICE/Geometry_Marathon/C.cpp
17e8a5568eb51082cadc135971cb70cf6e2fc4f0
[]
no_license
naimulhaider/acm
56c36133b6f0de70d9dc9a1a320c1d4ba21b59c6
c4ee9ecf95d1b18309dfa7536b91502a57e25289
refs/heads/master
2020-05-19T14:49:22.093043
2014-09-16T05:19:07
2014-09-16T05:19:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,063
cpp
#include<bits/stdc++.h> using namespace std; const double EPS = 1e-6; struct point{ double x, y; point(double _x, double _y): x(_x), y(_y){} }; double dist( point a, point b ) { return hypot( a.x - b.x , a.y - b.y ); } double norm ( double x, double y ) { return sqrt( x * x + y * y ); } bool insid...
[ "naimulhaider@gmail.com" ]
naimulhaider@gmail.com
322de3e424427cb80fa072a0db12071935664853
dde6b384c7769e00eafa4b10831162fa9394e701
/OpenCVUtils.h
bd524205e36f78f7a526fab2da092510e8a413fb
[ "LicenseRef-scancode-public-domain" ]
permissive
PeterZs/Neurally-Guided-Style-Transfer
4f83e0fa66d99e20b76eead4c3c18cae95054070
a99773fda66573995694907c72167d3382e73c63
refs/heads/master
2022-11-16T02:16:03.336911
2020-07-12T22:18:07
2020-07-12T22:18:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
899
h
#pragma once #include <cstdio> #include <string> // cv::Mat forward declaration namespace cv { class Mat; }; cv::Mat cumsum(cv::Mat & src); cv::Mat& ScanImageAndReduceC(cv::Mat& I, const unsigned char* const table); cv::Mat GrayHistMatching(cv::Mat I, cv::Mat R); void ResizeImageMaintainAspectRatio(cv::Mat& imag...
[ "ondrej.texler@gmail.com" ]
ondrej.texler@gmail.com
727bfbd836e7213d6f6c203062aecfab49f9b9de
b4ba3bc2725c8ff84cd80803c8b53afbe5e95e07
/Medusa/MedusaCore/Core/Log/linux/LinuxConsoleLogger.h
c914fccaaee858786896c357ce23fe470b3a4984
[ "MIT" ]
permissive
xueliuxing28/Medusa
c4be1ed32c2914ff58bf02593f41cf16e42cc293
15b0a59d7ecc5ba839d66461f62d10d6dbafef7b
refs/heads/master
2021-06-06T08:27:41.655517
2016-10-08T09:49:54
2016-10-08T09:49:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
504
h
// Copyright (c) 2015 fjz13. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. #pragma once #include "Core/Log/ILogger.h" MEDUSA_BEGIN; #ifdef MEDUSA_LINUX class LinuxConsoleLogger :public ILogger { public: LinuxConsoleLogger(bool isLogHeader...
[ "fjz13@live.cn" ]
fjz13@live.cn
7c1246af8b45576d456d91a1d48cddde0338f9ab
24fc2132f5cfe01dae1f38f954c6e1c10c144e27
/include/utils/sfinae.h
1523029c4ff2e88be66171e9cfd29bd57cd00bac
[ "MIT" ]
permissive
BooshSource/AlphaTools
ad612d09b4f554f5b2e6835a8ace5926d8ac60de
70ff9cd4ec4184f67d7e8b779538ef88f1e88682
refs/heads/master
2022-04-26T15:44:57.929480
2020-03-08T16:22:54
2020-03-08T16:22:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,014
h
#pragma once #include <type_traits> #include "types.h" /** * \file sfinae.h * \brief Various SFINAE utilities */ namespace util { template<typename T> struct DerefPointer; /** * Class that provides compile-time determination of a type. Seperates into numeric, array, class, function, member * data, or member f...
[ "runetynan@gmail.com" ]
runetynan@gmail.com
4ab541a7aeed0cff7e04695d0c16c02cfcbe1f65
d00f0f4d5514a0bce3f51aa82f454a9ba7627d65
/robot_motion/src/flipper.cpp
1eb8fc754a7dbe701e5c749cb300ae8024330fa8
[]
no_license
DOZAP/RMRC2020
8d39409563e79b636ea08215deb3201a58863f11
e23f99cb393974a93aa37ecfa6915d3fd3d34219
refs/heads/master
2021-02-27T12:54:25.516432
2020-03-07T10:06:07
2020-03-07T10:06:07
245,607,757
4
0
null
null
null
null
UTF-8
C++
false
false
5,950
cpp
#include <cmath> #include <comprehensive/Button.h> #include <iostream> #include <ros/ros.h> #include <std_msgs/Float64.h> #include <std_msgs/Float64MultiArray.h> #include <vector> using std::vector; vector<double> dynamixel_current_angle = {0, 0, 0, 0}; vector<double> dynamixel_goal_angle = {0, 0, 0, 0}; double dista...
[ "m1830@s.akashi.ac.jp" ]
m1830@s.akashi.ac.jp
c925e63cb3b93fdc2a6f2b4fb4f580f9f0ecf129
3d02813d5dbc6ba95751de50e3a31732c91b0d17
/Shh0yaInjector/LoadLibrary.cpp
df6a6a98ca06603db97fd564c3e130f86bd93e65
[]
no_license
veath1/Shh0yaInjector
1e26018e21ceaaea35c60791cf3b49b47a6c487b
06f48168e8e8be8ad8c88be37761ef6ae3e20ca1
refs/heads/main
2023-03-04T04:30:07.899900
2021-02-18T16:22:09
2021-02-18T16:22:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
411
cpp
#include "Injection.h" VOID InjLoadLibrary(PINJECT_DATA pData) { PVOID pRemoteBuffer = VirtualAllocEx(pData->ProcessHandle, 0, 0x1000, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE); if (!pRemoteBuffer) { } else { if (!WriteProcessMemory(pData->ProcessHandle, pRemoteBuffer, pData->DllPath, strlen(pData->DllPath) + 1...
[ "36813165+Shhoya@users.noreply.github.com" ]
36813165+Shhoya@users.noreply.github.com
3bad1736edc0f337fdeb075426965b14a6fcdc3b
68cf7a060c571d518e318701929758c6385c26e3
/AtmosVisualizer/AtmosEditor/src/log/a3LogHTML.h
aa2b9e668c0f0f48ce695488e2a710c35578f570
[]
no_license
BentleyBlanks/AtmosVisualizer
e7fe270e7ce55bc8332018c499cf8d8a98277dc3
fb66c43d61a6aa528b0945257a4c9c72f2c8acaa
refs/heads/master
2021-01-22T18:28:06.032301
2018-02-03T13:50:51
2018-02-03T13:50:51
85,084,289
5
1
null
null
null
null
UTF-8
C++
false
false
1,163
h
#ifndef A3_LOGHTML_H #define A3_LOGHTML_H #include "a3Log.h" // not support UTF8 log to file // default file name format [year]-[month]-[day]-Atmos-VertionType.html // would cover the same name file, be sure to end() when everything is finished class a3LogHTML { public: static void log(a3LogLevel logLevel, const ...
[ "bentleyjobs@gmail.com" ]
bentleyjobs@gmail.com
95701f8897c8208e94669f86e976aa098c069c69
845e3e104ec4af1476f082f070e5aee7e55f53ee
/DuyetDoThi/DuongDiDFSCoHuong.cpp
cd6ab542ddc434d67e57c5c5f81386bf3c9c97b0
[]
no_license
hoangnv2810/Algorithm
96000ede09269adb0ac8d8fa598b158997fd4286
cdc5c7708e63f12ed01a84b3de4fec7585b5070a
refs/heads/main
2023-08-23T08:44:07.510186
2021-09-28T13:19:35
2021-09-28T13:19:35
411,252,789
0
0
null
null
null
null
UTF-8
C++
false
false
1,044
cpp
#include<bits/stdc++.h> using namespace std; bool vs[1001]; int truoc[1001]; vector<int> ke[1001]; void DFS(int u){ stack<int> s; s.push(u); // cout << u << " "; vs[u] = true; while(!s.empty()){ u = s.top(); s.pop(); for(int i = 0; i < ke[u].size(); i++){ if(!vs[ke[u][i]]){ // cout << ke[u][i] << " "; ...
[ "hoangnv2810@gmail.com" ]
hoangnv2810@gmail.com
ab5fb2d1353c47fda0f8d3dd409098fac0a005d1
4c4eacdf282ca3a02b9d94434412b14269d31fcd
/ComputerGraphics/RenderModel.h
ac9e1b691069dca1f10e73747287f02d1bd9c78a
[]
no_license
zheminggu/computer-graphics
91d14511ae3069bb567eaac766c4fb8fd11102f4
4bcd9edee043f416287ec41d3e5301f3f288b23f
refs/heads/master
2022-11-08T17:44:01.041461
2020-06-27T22:18:53
2020-06-27T22:18:53
240,895,980
0
0
null
null
null
null
UTF-8
C++
false
false
1,309
h
#pragma once #ifndef RENDERMODEL_H #define RENDERMODEL_H #include "Surface.h" #include "Vector4.h" #include "Light.h" #include <vector> class Vector3; class Matrix4; class EdgeTable; class Light; class RenderModel { public: RenderModel(); ~RenderModel(); void AddVertices(Vector4& point); void AddSurfaces(Surface&...
[ "zheminggugu@gmail.com" ]
zheminggugu@gmail.com
6b5229013e095c7e2818e9715a4bc4ecab582245
7e5e5e2f195b1e1b6204988adcaae7a20611b696
/lkg/2014-12-26/ColorScale.cpp
e6b22870092d0d50a025c5a3472952666d497a3e
[]
no_license
Preppy/PalMod
08194536fab486f3562666f9eba8de908cb208c2
6b8b57db3f4ec90965a4ef73a0f90b8096dcd4ee
refs/heads/master
2023-08-24T20:34:27.611939
2023-08-22T04:37:53
2023-08-22T04:37:53
239,400,781
31
23
null
2023-09-01T17:50:29
2020-02-10T01:05:30
C++
UTF-8
C++
false
false
10,096
cpp
/****************************************************************************** MODULE: COLORSCALE.FP PURPOSE: Color scaling and RGB-HSL conversion functions AUTHOR: Guillaume Dargaud HISTORY: Jan 2001 - Tested under Unix NOTE: Standard ANSI C, Windows, Unix *******************************************...
[ "meandyouftw@gmail.com" ]
meandyouftw@gmail.com
106592eea9a22691c8f2a98dec1a2be137e03ec9
a9e03ee1284ab4b24e6fbb0ff196d7a71c8a99f8
/STM32/TestModules/PointerWithinTest/PointerWithinTest.ino
7fed9a11c831db6539268a8d6b5113bb13baeb71
[]
no_license
MabezDev/MabezWatchOS
35dddc56f950e369573c853b826f8d397d6377bc
9b2ca981e18b798c16b3954b5629bd2c9be85772
refs/heads/master
2020-12-24T06:43:58.246092
2017-03-02T18:43:51
2017-03-02T18:43:51
42,149,172
3
0
null
null
null
null
UTF-8
C++
false
false
10,068
ino
const short SMALL = 0; const short NORMAL = 1; const short LARGE = 2; const short MSG_SIZE[3] = {25,200,750}; short textIndexes[3] = {0,0,0}; char SmallText[50][25]; char NormalText[25][200]; char LargeText[5][750]; void *types[3] = {SmallText,NormalText,LargeText}; // store a pointer of each matrix, later to be cas...
[ "scottdanielmabin@gmail.com" ]
scottdanielmabin@gmail.com
59974ce76dfa3a82c6201c069b3c7daa85308556
e7169e62f55299abe9d1699772843d88eb6bcdf5
/gpu/GrDrawContext.cpp
9e80f732c259c7c7bde2778baeff664138e542c8
[]
no_license
amendgit/skiasnapshot
eda8206290bbc9f9da0771e1b0da5d259d473e85
27da382c7d0ed2f3bac392f42b9a2757fb08cab1
refs/heads/master
2021-01-12T04:19:35.666192
2016-12-29T06:20:07
2016-12-29T06:20:07
77,588,169
0
0
null
null
null
null
UTF-8
C++
false
false
52,705
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 "GrBatchTest.h" #include "GrColor.h" #include "GrDrawContext.h" #include "GrDrawContextPriv.h" #include "GrDrawingManager.h" #include "GrFixedClip.h" #include "GrGpuR...
[ "erxiangbo@wacai.com" ]
erxiangbo@wacai.com
7af16ac5eec9ad03d5b4f010b7ec04c4808fbe6a
cf506e4b0ae3353431c13cf00998fee705f14532
/NesEmu/main.cpp
c991fd3900d75436d1f4adbe82ebf54ac2b6e9a8
[]
no_license
KareshiKraise/Kraise-code
da9bc41aac893b5248f4ce87a335164ac63b503b
80776157c7e9489aa9e9491fb83df56f1f758881
refs/heads/master
2020-06-13T06:05:19.595807
2017-03-07T14:03:46
2017-03-07T14:03:46
75,422,968
0
0
null
null
null
null
UTF-8
C++
false
false
286
cpp
#include <iostream> #include "KR_Nes.h" int main(int argc, char *argv[]) { KR_Nes nes; if (nes.loadRom("duck_tales.nes") == LOAD_OK) { std::cout << "rom carregada com sucesso" << std::endl; } std::cout << (int)nes.m_cart.mapper; int c; std::cin >> c; return 0; }
[ "vitormoraesaranha@gmail.com" ]
vitormoraesaranha@gmail.com
8c3f2ce030d19ec3e4cf4127758abdd24fdfb84e
6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849
/sstd_boost/sstd/boost/property_tree/id_translator.hpp
c86bdaaab2b2a862e3f2f8d60e38e3e7198e8257
[ "BSL-1.0" ]
permissive
KqSMea8/sstd_library
9e4e622e1b01bed5de7322c2682539400d13dd58
0fcb815f50d538517e70a788914da7fbbe786ce1
refs/heads/master
2020-05-03T21:07:01.650034
2019-04-01T00:10:47
2019-04-01T00:10:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,614
hpp
// ---------------------------------------------------------------------------- // Copyright (C) 2009 Sebastian Redl // // 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) // // For more information, see www.boost.o...
[ "zhaixueqiang@hotmail.com" ]
zhaixueqiang@hotmail.com
ed718cff539dd30b3b7e36b9b6b811a8beb6cd23
47efc544b33368a8f79c5dfe8ef00ca503e8f3ed
/BinaryTreePaths.cpp
078c742ba9345dc31469c30d58781141414e34c4
[]
no_license
ruzhuxiaogu/MyLeetCode
a27bb28c3b485f4b92cbd0dcd471a170e2f897a2
e0d06c18e1d91546616715d660abd2786f26e8bf
refs/heads/master
2021-01-10T21:50:40.684657
2015-10-06T02:34:09
2015-10-06T02:34:09
42,800,164
0
0
null
null
null
null
UTF-8
C++
false
false
988
cpp
class Solution{ public: vector<string> binaryTreePaths(TreeNode* root){ string str=""; vector<string> vec; //如果是一棵空树,返回空的容器。 if(!root) return vec; searchBinaryTreePaths(vec,str,root); return vec; } //注意一定要加引用 & 符号 void searchBinaryTreePaths(ve...
[ "m18354276092@163.com" ]
m18354276092@163.com
da27549d0408883682d72362d1c998b43c8f9aad
21b7d8820a0fbf8350d2d195f711c35ce9865a21
/Vladik and Complicated Book.cpp
862d6bf26083f5b4f35432e8faf690bdc24e25c8
[]
no_license
HarshitCd/Codeforces-Solutions
16e20619971c08e036bb19186473e3c77b9c4634
d8966129b391875ecf93bc3c03fc7b0832a2a542
refs/heads/master
2022-12-25T22:00:17.077890
2020-10-12T16:18:20
2020-10-12T16:18:20
286,409,002
0
0
null
null
null
null
UTF-8
C++
false
false
433
cpp
#include<bits/stdc++.h> using namespace std; int main(){ int n, m, l, r, x, c; cin>>n>>m; vector<int> v(n), u; map<int, int> ma; for(int i=0; i<n; i++){ cin>>v[i]; ma[i+1] = v[i]; } while(m--){ cin>>l>>r>>x; c=0; for(int i=l-1; i<r; i++) i...
[ "harshitcd@gmail.com" ]
harshitcd@gmail.com
b3636f3457423aae175ccb92aefb860ae557d34b
a44fb3ced30b31c1b57d325c6c202d3182e61e0a
/HMaps.cpp
4b0b9b28d292d15e4a2e8ede665305095bc32153
[]
no_license
AcTap/testing
6fce6ebc2768e56d6a0d83846e5e4c19cafcfc8f
bfbe827f309e14371e48d0fc1b25155333e7afc2
refs/heads/master
2021-01-18T21:12:21.980591
2016-04-18T18:47:47
2016-04-18T18:47:47
24,942,208
0
0
null
null
null
null
UTF-8
C++
false
false
1,328
cpp
// HMaps.cpp : Defines the entry point for the console application. // #include "stdafx.h" struct MAP { float map[128][64]; } ; void DiamondH(int ax,int ay,int bx,int by,MAP& it); void DiamondV(int ax, int ay, int bx, int by, MAP& it); void Square(int ax, int ay, int bx, int by, MAP& it); void Diamond...
[ "Taras.Borisenko@motorolasolutions.com" ]
Taras.Borisenko@motorolasolutions.com
83602a78d4fc85fbe1772d332015f64cf6b4765d
d0985731c45024388a2d8938a9e8a52dc7f985f3
/src/server/game/Battlegrounds/Zones/BattlegroundEY.cpp
4443b003207e8953b39b8c3293b226ca58772234
[]
no_license
Naios/MythCore
1ac1096ad8afefdf743ed206e10c2432f7f57bed
38acab976959eed1167b6b4438ce7c7075156dd8
refs/heads/master
2023-08-24T08:26:26.657783
2012-06-07T05:24:00
2012-06-07T05:24:00
4,604,578
1
1
null
null
null
null
UTF-8
C++
false
false
44,829
cpp
/* * Copyright (C) 2008 - 2011 Trinity <http://www.trinitycore.org/> * * Copyright (C) 2010 - 2012 Myth Project <http://mythprojectnetwork.blogspot.com/> * * Myth Project's source is based on the Trinity Project source, you can find the * link to that easily in Trinity Copyrights. Myth Project is a private ...
[ "taumer943@gmail.com" ]
taumer943@gmail.com
dc90dac0cdb3fafe306d8d445600cd000c640c43
87057f0cd3637fde633046867072ffb86c73abfe
/cpp/libs/src/opendnp3/link/LinkLayerParser.h
9fd6b4fde10f8feb50f627076090456269cfb7f2
[ "Apache-2.0" ]
permissive
Saintat1/dnp3
b7fa4e2c18eca0a8477ac9cf369bf9c8235076f5
96309d067a62ca84fb338116f642530c832020d4
refs/heads/2.0.x
2021-01-11T19:36:29.360903
2016-09-23T17:52:39
2016-09-23T17:52:39
69,037,382
0
0
null
2016-09-23T16:24:17
2016-09-23T15:29:09
C++
UTF-8
C++
false
false
2,817
h
/* * Licensed to Green Energy Corp (www.greenenergycorp.com) under one or * more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Green Energy Corp licenses this file to you under the Apache License, * Version 2.0 (the "Lic...
[ "jadamcrain@gmail.com" ]
jadamcrain@gmail.com
bef3d4d97e1d58a44eb81dad4d73f27b61475d95
ff58a47840463a8520b93a5ff2ed96e5f87fc587
/Study_examples/IntCell.cpp
209457f06653c00a7c5095b041a19aa758d0d415
[]
no_license
MFowler85/ExtraInterviewQuestions
0677993c5f2ba1c4692b6681cbdf3b43daf2bf0e
3aa74ec666d4206920357f628ee087d69d33214c
refs/heads/master
2021-01-10T17:00:21.019021
2017-07-06T23:37:23
2017-07-06T23:37:23
49,293,179
0
0
null
null
null
null
UTF-8
C++
false
false
287
cpp
/* * File: IntCell.cpp * Author: mcf8379 * * Created on June 12, 2015, 8:28 AM */ #include "IntCell.h" IntCell::IntCell(int initialValue): storedValue(initialValue) { } int IntCell::read() const { return storedValue; } void IntCell::write(int x) { storedValue = x; }
[ "mike85nc@yahoo.com" ]
mike85nc@yahoo.com
c9515a8684c835864b01865ea0d935f5456ca2ba
28f8a21b5d4b961477f105bddeb36654a6cc3d57
/SUSYBSMAnalysis/SusyCAF/plugins/SusyCAF_DQMFlags.cc
d95f3c27778e4f66782301fef6b880d0b3d1e4b6
[]
no_license
fcostanz/NTupler
316be24ca3c8b9784def7e0deea3fd5ead58f72e
adc566a93ad4973fe61a1a9a24ceaabc3973a7ed
refs/heads/master
2016-09-06T03:57:21.982267
2014-02-17T10:01:14
2014-02-17T10:01:14
16,286,291
0
1
null
null
null
null
UTF-8
C++
false
false
4,303
cc
#include "FWCore/Framework/interface/Event.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "SUSYBSMAnalysis/SusyCAF/interface/SusyCAF_DQMFlags.h" SusyCAF_DQMFlags::SusyCAF_DQMFlags( const edm::ParameterSet& iConfig ) : flagNames( iConfig....
[ "fcost@nafhh-cms02.desy.de" ]
fcost@nafhh-cms02.desy.de
6898d587029d780207fa20c14b6e6d7590ab9e4b
7b9f638e5f4a96a7a6aeb728728f65833e743b02
/myProject/face/opencvPro/FaceRecognizer/myFaceRecognizer/main.cpp
b213055689ac41c47f4bce0561f1a945f0a01704
[]
no_license
unityzf/YUSZF
57d5063b6cdfe0d134f7b8e5c8fef379c4ebc431
976233560bdae197db507aa76347756f90ea346f
refs/heads/master
2021-01-26T00:36:39.307523
2020-02-26T11:18:37
2020-02-26T11:18:37
243,241,421
0
0
null
null
null
null
UTF-8
C++
false
false
350
cpp
#include <opencv2/opencv.hpp> #include <vector> #include <iostream> #include <stdio.h> #include "myfacerecognizer.h" //#include <stdio.h> //#include <cv.h> RNG g_rng(12345); using namespace std; using namespace cv; int main() { myFaceRecognizer * face=new myFaceRecognizer(); // face->takePicture(); face->Rec...
[ "1332305282@qq.com" ]
1332305282@qq.com
a33f036aee6953b7537f45111404b783a11a9e06
522a944acfc5798d6fb70d7a032fbee39cc47343
/d6k/trunk/src/netbus/net_config.h
8d72ea1538b8d12ace1a7df1b7bb27314e67ce8a
[]
no_license
liuning587/D6k2.0master
50275acf1cb0793a3428e203ac7ff1e04a328a50
254de973a0fbdd3d99b651ec1414494fe2f6b80f
refs/heads/master
2020-12-30T08:21:32.993147
2018-03-30T08:20:50
2018-03-30T08:20:50
null
0
0
null
null
null
null
GB18030
C++
false
false
3,073
h
/*! @file net_config.h <PRE> ******************************************************************************** 模块名 : 文件名 : net_config.h 文件实现功能 : 系统网络配置及状态 作者 : LiJin 版本 : V1.00 -------------------------------------------------------------------------------- 备注 : <其它说明> ----------...
[ "xingzhibing_ab@hotmail.com" ]
xingzhibing_ab@hotmail.com
da531a0cfc492cf6d841e01fcab9d35985e4118b
199403e1f6ef2a720b3682f2e02e50f6645dbb13
/source/Engine/Matrix3.cpp
707a22f2e7e8046215de90c707eb0827e46d586c
[]
no_license
austinkelmore/SideProject
fb9c75d878c427340c8f8e673a58555d7f9c698a
072365318534ab44ae739d4c8ada10f931a29555
refs/heads/master
2021-01-19T20:13:04.611505
2014-08-26T03:20:47
2014-08-26T03:20:47
4,035,131
0
0
null
null
null
null
UTF-8
C++
false
false
666
cpp
#include "Matrix3.h" const Matrix3 Matrix3::Identity; Matrix3::Matrix3() : m00(1.f), m01(0.f), m02(0.f), m10(0.f), m11(1.f), m12(0.f), m20(0.f), m21(0.f), m22(1.f) { // set to the identity matrix } Matrix3::Matrix3(const Matrix3& rhs) { *this = rhs; } Matrix3& Matrix3::operator=(const Matrix3& rhs) { mem...
[ "github@austinmcgee.com" ]
github@austinmcgee.com
f886d2dc61418ff2b73da01ca0c4b3d4a4d15899
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/test/directx/d3d/frame/locussrv/resource.cpp
4473033cc71da6325393f0a56ceac5df160fc740
[]
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
2,715
cpp
#include <windows.h> #include <stdlib.h> #include <tchar.h> #include <winsock.h> #include <d3dx8.h> #include "transprt.h" #include "util.h" #include "typetran.h" #include "server.h" //*********************************************************************************** extern "C" void __cdecl M_RES8_AddRef(LP...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
fd9523d72c4dd6fcca918df9c97d1d8a3cfec217
a590f039107aaab0980d7ded36b6f79cd47e541d
/OpenFOAM/elliot-7/Dissertation/H/Initial Cases/scalarTransportH/0.675/T
619e8586f2cbb13e0a84f03ef04f0b4f8e897983
[]
no_license
etenno/uni
3f85179768ae5a5d77dd21879f84323278a7a2f6
bb62570182ea239c123df954eb0893e2d681fe8d
refs/heads/master
2023-03-04T08:30:00.034753
2021-02-14T12:54:03
2021-02-14T12:54:03
338,678,729
0
0
null
null
null
null
UTF-8
C++
false
false
56,391
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "elliot.s.tennison@gmail.com" ]
elliot.s.tennison@gmail.com
97814f81cbb837ff8e0c28ca211fe24befdd36b3
75bc948f21807a59207d510747fd5641a2dc9f59
/modules/UnifyDLL_RF_U2416_Certification/TestProcessor/TestItem/BTWLAN/BTWLAN_BT_TxTest.h
1c979c23651728a0d0e5a0dff7039b41f8512943
[]
no_license
EmbeddedSystemClass/U24
665a7211b790cd08035d7719775c58f0bc15072b
de2ef2884ad1a8a07df3a444d1db9f13a921a774
refs/heads/master
2021-06-15T09:40:47.079680
2016-09-14T12:29:57
2016-09-20T06:53:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,130
h
#ifndef _C_BTWLAN_BT_TX_TEST_H_ #define _C_BTWLAN_BT_TX_TEST_H_ #include "../../../CommonUtility/BaseObject/ITestProcessor.h" class CBTWLAN_BT_TxTest : public ITestProcessor { RF_DECLARE_DYNCREATE(CBTWLAN_BT_TxTest) private: std::string m_strPICSName; std::string m_strPICSName_Value; double m_dFrequency; doubl...
[ "Lion.Wu@Qisda.com" ]
Lion.Wu@Qisda.com
9a335d52283a64aa70d6f95445374f2d26e6ecdd
5cdc481e6f74abc93dbfa421998779c5c3984e2a
/Codeforces/318A.cc
750f464cf7235926b50b442759d8271bcf763553
[]
no_license
joaquingx/Competitive-Programming-Problems
4f0676bc3fb43d88f6427e106c6d9c81698993ce
c6baddbb6f1bdb1719c19cf08d3594bb37ba3147
refs/heads/master
2021-01-15T08:36:45.392896
2016-11-21T17:29:15
2016-11-21T17:29:15
54,804,029
0
0
null
null
null
null
UTF-8
C++
false
false
336
cc
#include <bits/stdc++.h> using namespace std; typedef long long ll; int main() { ll n,k; cin >> n >> k; if(n % 2 == 0) { if(k > n/2) cout << (k - n/2)*2; else cout << k * 2 -1; } else { if(k > n/2 + 1) cout << (k - (n/2+1)) * 2; else cout << k * 2 - 1; } cout << "\n"...
[ "joaquingc123@gmail.com" ]
joaquingc123@gmail.com
ae5e4e56512e154ac3607fdeec45c18d722bf567
88f1bc5acfa2b70e3a23ff7910910d455ffaef12
/rdbms/InputBuffer.cpp
1df7a5cb919e516f82b07f93dd1393ad2d019a2a
[]
no_license
sbuj1/rdbms
c335b2fe4c5ae959e2a94dde7c69ce482f93aef8
8e26f550516589d43bedb5bacf9975a8c06df379
refs/heads/main
2023-08-25T11:41:46.670816
2021-10-16T05:09:49
2021-10-16T05:09:49
416,562,460
0
0
null
null
null
null
UTF-8
C++
false
false
443
cpp
#include "InputBuffer.h" #include <iostream> #include <string> InputBuffer::InputBuffer() { std::string buffer = ""; } void InputBuffer::read_input() { std::getline(std::cin, buffer); if (buffer.length() <= 0) { std::cout << "Error reading input" << std::endl; exit(EXIT_FAILURE); } } void InputBuffer::close_...
[ "steven.bujak@gmail.com" ]
steven.bujak@gmail.com
5bb64c2bb3a4a4eda2299ed3d4095256ac64cf2f
fff80cdaf12712704f36038479f50418253f42f3
/fbthrift/thrift/lib/cpp2/test/server/ThriftServerTest.cpp
78471f61934bc2575fddd7c01ee0b05dd539bd31
[]
no_license
rudolfkopriva/Facebook
1ea0cfbc116f68ae0317332eeb9155461af5645a
56e4c6a83f992bb01849ad353004b28409e53eef
refs/heads/master
2023-02-14T01:54:36.519860
2021-01-05T02:09:26
2021-01-05T02:09:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
60,792
cpp
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
[ "nateweiler84@gmail.com" ]
nateweiler84@gmail.com
036dbede7374c8241300fc95aa0832cfd4bf9e38
bd9d40d0bd8a4759b3db20e10d2dda616a411c48
/Samples/Graphics/BillboardNodes/BillboardNodesWindow.cpp
6870950ef1538b9e867d7d1c4a72791a038f610b
[]
no_license
lai3d/GeometricToolsEngine3p16
d07f909da86e54aa597abd49c57d17981f3dc72f
50a6096e1b9f021483cf42aaf244587ff9a81f5b
refs/heads/master
2020-04-01T19:28:22.495042
2018-10-18T06:27:05
2018-10-18T06:27:05
153,555,419
1
0
null
null
null
null
UTF-8
C++
false
false
11,672
cpp
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2018 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // File Version: 3.0.0 (2016/06/19) #include "BillboardNodesWindow.h" int m...
[ "larry@qjt.sg" ]
larry@qjt.sg
cde58fed207a64db2a93fa30d9cbdd3066388a3f
53abc1bed5e97696bb24e8a7216de42c3a85acf5
/broadcastradio/1.1/default/VirtualProgram.h
a14830d77af5d8e9b7ab5ffbdaf695733c649fda
[ "Apache-2.0" ]
permissive
projectceladon/hardware-interfaces
ebcdeeab2f617779550d56b29dbcbd89bbc16c82
4af44ed420db38156bc5ac05b5cd9ac1d2c555e6
refs/heads/master
2023-01-27T16:54:08.072221
2023-01-10T07:17:46
2023-01-10T07:17:46
127,979,554
2
4
null
2018-07-17T02:16:45
2018-04-03T23:18:03
C++
UTF-8
C++
false
false
1,777
h
/* * Copyright (C) 2017 The Android Open Source Project * * 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 app...
[ "twasilczyk@google.com" ]
twasilczyk@google.com
4026924e3fff89cbf2a6c971613f5c6b7baaf5de
f3d51858b71e1f656a5064e120c9ca8c7287a37e
/bst.cc
0ddb9995330126ce1e868f0d709286815b310ab5
[]
no_license
benjin1996/test
a62a27ebd96c73ba0069731f1b2fe9b3ecacdc03
e507b411fef7193064b1f0a4ead36aae135c3901
refs/heads/master
2021-04-06T05:32:16.461891
2018-03-13T20:45:14
2018-03-13T20:45:14
125,110,432
0
0
null
null
null
null
UTF-8
C++
false
false
3,484
cc
#include "bst.h" #include <iostream> #include <string> using namespace std; treenode::treenode(int v): element{v}, left{NULL}, right{NULL}, size{1}, height{1} {} treenode::treenode(const treenode& t): element{t.element}, left{NULL}, right{NULL}, size{t.size} { left = new treenode(*(t.left)); right = new treenode(*...
[ "qsjin@student.cs.uwaterloo.ca" ]
qsjin@student.cs.uwaterloo.ca
b0153c2380c59cd155a0876988f795f1beba951a
04aa795836b531b9ed7156469a0049d9bc67251f
/src/convert/pinyin.cpp
c36916d164df81997cf2fd687151337be9e59fd6
[]
no_license
fshmjl/shove.c
45c1b75f1ff45fdf44330187d26d871d51ab84eb
d510d5e3bb8be4a902c001e0ac87305582b3dfb2
refs/heads/master
2020-03-19T09:13:17.459884
2018-06-06T02:58:58
2018-06-06T02:58:58
136,269,674
1
0
null
2018-06-06T03:58:51
2018-06-06T03:58:51
null
UTF-8
C++
false
false
1,449
cpp
#include "pinyin.h" namespace shove { namespace convert { static const size_t SIZE_ARRAY = sizeof(code_pin) / sizeof(short); const char* get_pinyin(unsigned short char_zh) { size_t low = 0, high = SIZE_ARRAY - 1; size_t index; while (high - low != 1) { index = (low + high) / ...
[ "shove@163.com" ]
shove@163.com
f9d27e4310da59a8c49d20b306aa867635600890
c3c2701c90bdf0a1f52537b0a6747191369e309d
/1581/1581.cpp
6b15e00e1214464cdf768e90c0d86a87042afd3a
[]
no_license
bzz13/timus
3c2b845a05cfd716c117fdee832f81e867f0245d
f102d3f10be0e939b96f2bfabac45bf5b763ba32
refs/heads/master
2021-06-19T14:02:24.815170
2021-02-01T09:12:40
2021-02-01T09:12:40
47,258,903
1
0
null
null
null
null
UTF-8
C++
false
false
300
cpp
#include <iostream> using namespace std; int main() { int count, prev, n = 1, tmp; cin >> count; cin >> prev; while (count --> 1) { cin >> tmp; if (tmp == prev) { n++; continue; } cout << n << " " << prev << " "; prev = tmp; n = 1; } cout << n << " " << prev << " "; }
[ "BZz13@skbkontur.ru" ]
BZz13@skbkontur.ru
d79aef7dc02cd542eb4ac89547797327aef5ed2f
2c232e51b27dc23d204a0b65e29536a72efd5b83
/Source/Simulation/Moods/FoodMood.h
d1f7352bf93eec337493dbf5db842fc3dcfe6404
[]
no_license
Bakuipje/CitySim
16613d719306f9f67b4209b271fb60874aa3cff4
9dd11e663f0971aa421c539a4717c82c214ffe35
refs/heads/master
2020-03-14T13:50:28.483830
2018-04-30T20:27:19
2018-04-30T20:27:19
131,641,075
0
1
null
null
null
null
UTF-8
C++
false
false
396
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Moods/MoodBase.h" #include "FoodMood.generated.h" /** * */ UCLASS() class SIMULATION_API UFoodMood : public UMoodBase { GENERATED_BODY() public: virtual URGBehaviorTreeBase* GetBehavio...
[ "raulgernaert@hotmail.com" ]
raulgernaert@hotmail.com
a25e902af97c046593500e64c30f6fb7b22602d1
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/com/oleutest/balls/client/dllhost/main.cxx
90b562c8e16a8dcfd5673e87f326c1e3eca9ea18
[]
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
757
cxx
//+------------------------------------------------------------------ // // File: main.cxx // // Contents: common entry point for test drivers. // //-------------------------------------------------------------------- #include <tstmain.hxx> #include <tdllhost.h> //+-------------------------------------...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
77f5044b9ffbf1a7f07c4793b40d14265ba669c9
f3b71749df0c2cad2418bca71426c657ef9a17e3
/Example-4/source/House.h
8145df66f12a39570616700b28926912ba4199b2
[]
no_license
randyL78/review-02
6bd9ca0b0c078934b6036460fc998b0593d6fffb
3feb5822ecbe6ff98fd213abddb6574549ce1c7a
refs/heads/master
2020-12-22T17:48:15.337042
2020-01-29T01:10:59
2020-01-29T01:10:59
236,878,800
0
0
null
null
null
null
UTF-8
C++
false
false
2,539
h
#ifndef HOUSE_H_INCLUDED #define HOUSE_H_INCLUDED #include <iostream> #include <string> #include <list> #include "Room.h" /** * A House is composed of zero or more Room objects. * <p> * This class serves as our demonstration of the STL * iterator interface. */ class House{ public: /** * A s...
[ "randydavidl78@gmail.com" ]
randydavidl78@gmail.com
9fb96ccb1817b436ee775196e9feebe7b43444e1
5879255ef03810ce9488c22514e01942be1675ca
/Software/ExpShield1/ASInc/Sampler.h
7d90939136a2226c4d3560f0f95c4ef82bb6c312
[]
no_license
ec-jrc/airsenseur-sensorsshield
0321ce44caec82b4e65f876dc266e5aec8ca20e7
7069ced06ca2407d194144845c761517a9289256
refs/heads/master
2023-05-24T18:07:18.022929
2023-05-16T15:11:00
2023-05-16T15:11:00
143,874,983
5
1
null
null
null
null
UTF-8
C++
false
false
3,165
h
/* =========================================================================== * Copyright 2015 EUROPEAN UNION * * Licensed under the EUPL, Version 1.1 or subsequent versions of the * EUPL (the "License"); You may not use this work except in compliance * with the License. You may obtain a copy of the License at *...
[ "marco.signorini@liberaintentio.com" ]
marco.signorini@liberaintentio.com
b91b4a10abb60124cad3577143a7e88ee50eb31f
834db2ce1c2a59f49d90ba926c1a7a2a084124e8
/src/sdk/knmenulayer.cpp
f8d297d1bfd453b9fe0aff19fdf8cd890d5cbe27
[]
no_license
Harinlen/Cinema
f98a7961e7f71fd5156c6a5ed9e6287bac33dfa2
251b8eb47d540932387e8784db57ffb14eed7630
refs/heads/master
2020-04-22T00:27:45.011736
2019-02-18T12:41:13
2019-02-18T12:41:13
169,980,228
1
0
null
null
null
null
UTF-8
C++
false
false
4,095
cpp
/* * Copyright (C) Kreogist Dev 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. * * This program is distr...
[ "tomguts@126.com" ]
tomguts@126.com
449f811a923df47cbd18de3f9060bda1cd7e2292
19eb97436a3be9642517ea9c4095fe337fd58a00
/private/inet/mshtml/src/site/miscelem/elabel.hxx
a29811a25818771dbd78f558c405052010a75551
[]
no_license
oturan-boga/Windows2000
7d258fd0f42a225c2be72f2b762d799bd488de58
8b449d6659840b6ba19465100d21ca07a0e07236
refs/heads/main
2023-04-09T23:13:21.992398
2021-04-22T11:46:21
2021-04-22T11:46:21
360,495,781
2
0
null
null
null
null
UTF-8
C++
false
false
1,763
hxx
//+--------------------------------------------------------------------------- // Microsoft Forms // Copyright (C) Microsoft Corporation, 1994-1996 // // File: elabel.hxx // // Contents: CLabelElement class // // History: 10-Oct-1996 MohanB Created // //-----------------------------------...
[ "mehmetyilmaz3371@gmail.com" ]
mehmetyilmaz3371@gmail.com
87272b9a0cd3816fb2d886c80f0f8d08cfa0a84e
09608c3e53c8e8050b4d82b13a5e2b6746bbc9ac
/ESP8266PowerMonitor.ino
96643da245666f800f1f7f7e79fc11638829f5e6
[ "MIT" ]
permissive
davide83/ESP8266PowerMonitor
e540067a386e2da6b847f12d3ecbfc4873c4cc6f
d3b6720f46ca6caaac859a5c4b5c93c9f6ca2d9f
refs/heads/master
2020-04-16T14:24:41.822938
2018-02-25T20:09:59
2018-02-25T20:09:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,672
ino
/** The MIT License (MIT) Copyright (c) 2018 by ThingPulse, Daniel Eichhorn 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...
[ "dani.eichhorn@squix.ch" ]
dani.eichhorn@squix.ch
05658131092ccd0901ace44a2736c57c44ca8540
ae1aa3cc06ed670e501a625ff688a4cc24d86b5f
/PreContest/SDK-gcc/cdn/deploy.cpp
9be2993282be173d0d1d8d3b8338b761e35b375e
[]
no_license
maxluck518/hw_codecraft2017
70ae33bd78eacfb02e2436b9e9f0bc1b4fcfd10c
6b7594830e48a692d93f174de71cd8155e0ee4a2
refs/heads/master
2021-03-27T18:52:54.779398
2017-07-29T02:51:58
2017-07-29T02:51:58
98,703,786
0
0
null
null
null
null
UTF-8
C++
false
false
20,783
cpp
/* * ************************************************************************* * HuaWei Code * * ************************************************************************* */ #include "deploy.h" /* ********************** generic ************************** */ float GA_ELITRA...
[ "msql518@gmail.com" ]
msql518@gmail.com
f33d2df5c0df0bb692ae767c5702ae7840335835
d385df4dd22a0484359b39d17ba6a347a6ee45a5
/src/HAC/Hac4.h
3cd6791b4b6215f2cc9c6d96d36047f8c7708fa4
[]
no_license
Sunday0/CMGameEngine
9703840d4e728050c4f38459287b2128fed93db3
36a8c4146fe6598a407af2901605fb22b5327944
refs/heads/master
2020-03-11T17:22:30.625990
2016-01-25T07:23:09
2016-01-25T07:23:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,144
h
#ifndef HAC4_INCLUDE #define HAC4_INCLUDE #include"HacTemplate.h" #include<hgl/Compress.h> #include<hgl/ut/Hash.h> namespace hgl { namespace io { class InputStream; class DataInputStream; }//namespace io struct Hac4File { UTF16String FileName; ///<文件名 UTF16String CompressName; ///<压缩算法 ...
[ "devnull@localhost" ]
devnull@localhost
20c58a3d446b66ec49ffcf125dd19dc5d21b6eaa
5950c4973a1862d2b67e072deeea8f4188d23d97
/Export/macos/obj/src/lime/app/_Event_ofEvents_T_Void.cpp
b5380309da5784e0307be91f5546aadceb989c49
[ "MIT" ]
permissive
TrilateralX/TrilateralLimeTriangle
b3cc0283cd3745b57ccc9131fcc9b81427414718
219d8e54fc3861dc1ffeb3da25da6eda349847c1
refs/heads/master
2022-10-26T11:51:28.578254
2020-06-16T12:32:35
2020-06-16T12:32:35
272,572,760
0
0
null
null
null
null
UTF-8
C++
false
true
11,027
cpp
// Generated by Haxe 4.2.0-rc.1+cb30bd580 #include <hxcpp.h> #ifndef INCLUDED_Reflect #include <Reflect.h> #endif #ifndef INCLUDED_lime_app__Event_ofEvents_T_Void #include <lime/app/_Event_ofEvents_T_Void.h> #endif HX_DEFINE_STACK_FRAME(_hx_pos_602a5331235d55ea_42_new,"lime.app._Event_ofEvents_T_Void","new",0xde11e82...
[ "none" ]
none