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
8a2cf2d70916dd3b4441b8148015022324ef5dde
6072b1458e1bad2e9595fff4f62af42a44958f81
/coverinfodialog.h
2be3b0e777d2e835039c1221209112a914480ede
[]
no_license
longchaopei/CopyNetworkConfig
c8e16b7b9d4ff8fa9a0e0712ea1dbfb09ab09b7c
3eae002582d4bcea6c65481f9a81737d44b929b4
refs/heads/master
2021-01-20T04:18:38.809651
2017-04-18T17:35:24
2017-04-18T17:35:24
89,675,705
0
0
null
null
null
null
UTF-8
C++
false
false
968
h
#ifndef COVERINFODIALOG_H #define COVERINFODIALOG_H #include <QDialog> #include "datatype.h" class TableModel; class QStandardItem; namespace Ui { class CoverInfoDialog; } class CoverInfoDialog : public QDialog { Q_OBJECT public: explicit CoverInfoDialog(QWidget *parent = 0); ~CoverInfoDialog(); priva...
[ "1784857911@qq.com" ]
1784857911@qq.com
1cee7e7629c24be4b367ad4359739436a7cea693
c60e4f97890cc7329123d18fd5bc55734815caa5
/3rd/xulrunner-sdk/include/nsIDOMHTMLStyleElement.h
13b40d607d285b4a30b73b6bb433b34e9229e896
[ "Apache-2.0" ]
permissive
ShoufuLuo/csaw
cbdcd8d51bb7fc4943e66b82ee7bc9c25ccbc385
0d030d5ab93e61b62dff10b27a15c83fcfce3ff3
refs/heads/master
2021-01-19T10:02:51.209070
2014-04-30T19:53:32
2014-04-30T19:53:32
16,976,394
0
0
null
null
null
null
UTF-8
C++
false
false
5,009
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/rel-m-rel-xr-osx64-bld/build/dom/interfaces/html/nsIDOMHTMLStyleElement.idl */ #ifndef __gen_nsIDOMHTMLStyleElement_h__ #define __gen_nsIDOMHTMLStyleElement_h__ #ifndef __gen_nsIDOMHTMLElement_h__ #include "nsIDOMHTMLElement.h" #endif /* For IDL files t...
[ "luoshoufu@gmail.com" ]
luoshoufu@gmail.com
bad70bafec8ef3adc83bfc75747d84d3e7d96866
5468c8df91fba33676aa392f5b110508d8be976e
/LogicLib/ServerHost.cpp
9cab1de2ab50ac35844fd393fe7a4608dc4058e1
[]
no_license
highfence/ChattingServerProject
2ae47ddab30bbaaffe96c902fa2817ee97b79a31
63a186963282ea54d328184bc5350b23eebec77c
refs/heads/master
2020-12-02T11:06:45.135809
2017-07-14T15:55:43
2017-07-14T15:55:43
96,062,150
0
0
null
null
null
null
UTF-8
C++
false
false
4,161
cpp
#include <thread> #include <chrono> #include "../NetworkLib/ServerNetErrorCode.h" #include "../NetworkLib/Define.h" #include "../NetworkLib/TcpNetwork.h" #include "ConsoleLogger.h" #include "LobbyManager.h" #include "PacketProcess.h" #include "UserManager.h" #include "ServerHost.h" using LOG_TYPE = NetworkLib::LOG_TY...
[ "highfence@naver.com" ]
highfence@naver.com
5176b032bbbf4d9455c63f925fc6d9f820d845a3
d56fdd6d9d16bdba48d54c2c8df31e32be50c909
/运算符重载两个复数类操作/运算符重载两个复数类操作/main.cpp
baf025bb7a41515c80cc1e1ee0de8c438e3d0564
[]
no_license
KoreHuang/CPPfolder
1a2512e53c5d57a7b0049083d64ed872e735c692
e5f06b5970d667a63545cd9d9fcf01c32af662f9
refs/heads/master
2020-04-05T10:39:24.651340
2017-07-17T02:02:01
2017-07-17T02:02:01
81,519,646
0
0
null
null
null
null
UTF-8
C++
false
false
704
cpp
// // main.cpp // 运算符重载两个复数类操作 // // Created by mac on 16/4/17. // Copyright © 2016年 mac. All rights reserved. // #include <iostream> using namespace std; class complex{ public: double imag,real; complex(double i=0,double r=0):real(r),imag(i){} ~complex(){}; }; complex operator+(complex a,complex b){ ...
[ "huangke7296@foxmail.com" ]
huangke7296@foxmail.com
32c0b0f11a79367150f2a15d14fc911c354b4d4d
7ef1a3023df63a424dc38f840671da7c3dd65d79
/source/sympp/node/function/cosh.h
171095d9b80a50e7178e0f278d4ef8829e63e9e8
[ "MIT" ]
permissive
alandefreitas/sympp
6815f7b8e768b29e732e88eb46216458ae2393ff
f8f0249de72355f513d0b9e61300eef715ca8895
refs/heads/master
2023-01-29T04:54:55.464616
2020-09-29T06:48:25
2020-09-29T06:48:25
299,464,590
12
2
MIT
2020-10-20T21:47:52
2020-09-29T00:35:52
C++
UTF-8
C++
false
false
1,587
h
// // Created by Alan Freitas on 18/09/20. // #ifndef SYMPP_COSH_H #define SYMPP_COSH_H #include <sympp/core/sym.h> #include <sympp/node/function/function_interface.h> namespace sympp { class cosh : public function_interface { public: cosh(const cosh &); explicit cosh(const sym &); ...
[ "alandefreitas@gmail.com" ]
alandefreitas@gmail.com
de59a0908a126cada7a32bc80733d8f1fe8364be
12ceca2646c1a1fcc399bfaa17368426fad3d6a1
/Command/ICommand.cpp
69bd54e044487d81bbb2a989fac2b7179202fc3c
[]
no_license
AInsolence/DesignPatterns
e725338db4cd10a36a231692a5fa396cb6bf0b68
34de288b60d2679e8d7d2c2cfa2f75a4d16d11a8
refs/heads/master
2021-09-12T08:20:01.235167
2018-04-14T16:27:53
2018-04-14T16:27:53
115,539,217
0
0
null
null
null
null
UTF-8
C++
false
false
177
cpp
#include "ICommand.h" ICommand::ICommand() { } ICommand::~ICommand() { } void ICommand::undo() { //override this method if you want undo functionality for the command; }
[ "antonpythondev@gmail.com" ]
antonpythondev@gmail.com
d6db43137398ebdb0255b13bf0d769b13fc59921
9d1d93f1165dc25d90b7bef17d03b1dbd642bb49
/Chapter 4/strtype4.cpp
ccaebe73fa7bc386328e9f13bd1b25a67d4b0477
[]
no_license
LiangXuanhan/C-
d7f99a134f398494f727a0b002c60897c0ca7f79
a114d0df6ab6738648bb72923cb63a9d0b115aae
refs/heads/master
2021-10-09T08:59:52.558490
2018-12-25T04:22:45
2018-12-25T04:22:45
113,460,269
0
0
null
null
null
null
UTF-8
C++
false
false
971
cpp
// strtype4.cpp -- line input #include <iostream> #include <string> // make string class available #include <cstring> // C-style string library int main() { using namespace std; char charr3[20]; string str; cout << "Length of string in charr before input: " << strl...
[ "liangxuanhan@126.com" ]
liangxuanhan@126.com
ae2cc20a6c3a6635a476c30c8233277f05145c3c
dd7f3d248173d8b660c57471f13c0fcb306d7f55
/day19.cpp
58ee64f4492f26df5e9a786de74a0459ea1c597a
[]
no_license
MrSimbax/Advent_Of_Code_2020
e3d1d511f3c63c26cfe8b3b7b4d5a3ded4c10d3a
39fb6196d4f2310f40118417cb59730aca777585
refs/heads/main
2023-02-06T01:51:14.690896
2020-12-25T08:40:14
2020-12-25T08:40:14
319,066,003
0
0
null
null
null
null
UTF-8
C++
false
false
3,461
cpp
#include <iostream> #include <algorithm> #include <vector> #include <fstream> #include <sstream> #include <string> #include <cctype> #include <array> #include <numeric> #include <map> #include <set> #include <unordered_map> #include <unordered_set> #include <queue> #include <memory> using Int = long long int; struct ...
[ "matt@przybyl.io" ]
matt@przybyl.io
2f06c9b7ea28f6f8de408e8f3c87e34e9878daf3
46a609ae37d3f93cd5aeb98308ea8abfdf4785d2
/item/CursorArea.h
978585674166e0b24f7e31b2c8d593f65d6f5705
[]
no_license
leiyuming/Components-qt4
96c1c990b4cc4e6cf0a62963fe33860713d6312b
b0be68a599039f9b2d86541c3e4c98c369a1e377
refs/heads/master
2021-01-19T06:43:22.178866
2016-06-22T10:46:14
2016-06-22T10:46:14
61,711,252
0
0
null
null
null
null
UTF-8
C++
false
false
1,716
h
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Components project on Qt Labs. ** ** No Commercial Usage ** Th...
[ "leiyuming@zjmedia.com" ]
leiyuming@zjmedia.com
c3c83f9f405ec0d2bcce9836bb67146b29cc28b4
f8c766a29f45bc05eca58004cc2c38d265afd848
/concurrent/GuardedThread.hpp
0a65798119e866d0a9693775d33c27a262058d83
[ "MIT" ]
permissive
codetalks-new/learn-cpp
36b59bf681623845c8da4e9754b67efb4117f371
ec91c2cfba70c4c5aad52898f97e5bd2d35d9d8b
refs/heads/master
2023-01-01T05:05:28.389552
2020-10-25T01:14:38
2020-10-25T01:14:38
230,690,644
0
0
null
null
null
null
UTF-8
C++
false
false
187
hpp
#pragma once #include <thread> class GuardedThread : std::thread { public: using std::thread::thread; ~GuardedThread() { if (this->joinable()) { this->join(); } } };
[ "banxi1988@gmail.com" ]
banxi1988@gmail.com
9cd5bef99cfaa7be8868b4e1a1ffe101e6748cd9
45711d378b4d9a677bdc15948ade07dcbb49a186
/test/hm3/geometry/square.cpp
b275bdbbf9b71fd3e6ca21df6262b3a1797a51e4
[ "BSL-1.0" ]
permissive
gnzlbg/hm3
1978c70abd4dcee6f194474cca4e87c22366834e
8c254d0ca96b9b379e4af3264e2dd431792ae076
refs/heads/master
2023-08-18T21:05:08.549131
2015-10-26T23:50:34
2015-10-26T23:50:34
44,331,524
7
2
null
null
null
null
UTF-8
C++
false
false
5,199
cpp
/// \file /// /// Geometry square tests #include <hm3/geometry/square.hpp> #include <hm3/utility/test.hpp> using namespace hm3; #define UNWRAP(...) __VA_ARGS__ #define CHECK_UNIT_SQUARE(nd_, pL_, pR_, xc_, corners_) \ do { \ ...
[ "gonzalobg88@gmail.com" ]
gonzalobg88@gmail.com
36bf1bfe86ac13c524896e83750dbb0e18c43000
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/skia/src/effects/SkTileImageFilter.cpp
a140db216b744e75058b3c6fe167a724933251fd
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
5,332
cpp
/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkTileImageFilter.h" #include "SkCanvas.h" #include "SkImage.h" #include "SkMatrix.h" #include "SkOffsetImageFilter.h" #include "SkPaint.h" #include "SkReadBuffer.h...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
df07286ecd41a1ece931929da3496226f2b4a00f
d670eb969f362257294bc49184962a3f47badcbf
/include/thursday.h
c45feab30584778e69af255934e504ac570f05a8
[]
no_license
Augustine129/primers-portfolio-Augustine129
8aac3fcb5494f175f44038a4594685c7b6a3975b
39e7e33263ac395407dfb92061002970545ee414
refs/heads/main
2023-08-23T21:55:25.260281
2021-08-22T23:04:48
2021-08-22T23:04:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
179
h
void sleepTimer(void) { std::cout << " - sleepTimer: not yet implemented\n\n"; } void joinDetachThreads(void) { std::cout << " - joinDetachThreads: not yet implemented\n\n"; }
[ "66690702+github-classroom[bot]@users.noreply.github.com" ]
66690702+github-classroom[bot]@users.noreply.github.com
1fdfc5101d75885e7e508ace793d887efbdad500
c96686863f5fa03a45efaefc0ab5ca415e24b4a4
/EjemploSerial/Master/Master.ino
f2280e1ae083460cbbb600bd283283caac7a89ff
[]
no_license
amartinb/MiDesarrolloArduino
96a9400f0a40d92e1d571db1ed2729d0cb5e37e1
16ba0e76dba0e171d2e64a7932f3a886baeb0fe1
refs/heads/master
2021-01-20T19:05:13.854012
2016-06-22T15:03:16
2016-06-22T15:03:16
61,728,495
0
0
null
null
null
null
UTF-8
C++
false
false
1,440
ino
// Programa del Arduino 1 (transmisor) Maestro // En mi caso el Arduino 1 es el Nano v3 conectado al usb const int boton2 = 2; // pin 2 conectado al pulsador (conectado a masa y una resistencia+5v) const int led9 = 9; // pin 9 conectado a un led + resistencia +GND // variable que cambiara: int estadoBoton ...
[ "AMARTIN" ]
AMARTIN
d879da4ef2fa41b91869240dbbb1ec5ba8d02c1d
f66ca7e6d96638d129c73e4dab57223ee57bd7fe
/p74/p74.cpp
f3023dc1bdb51cc32d5f0a9d5dadbf71e523a019
[ "MIT" ]
permissive
suzyz/leetcode_practice
e4a5ab30b60318dc087452daef7dab51727d396a
e22dc5a81e065dc962e5561b14ac84b9a2302e8a
refs/heads/master
2021-01-19T01:17:49.194902
2019-01-12T13:27:56
2019-01-12T13:27:56
95,619,304
1
0
null
null
null
null
UTF-8
C++
false
false
1,140
cpp
class Solution { public: bool searchMatrix(vector<vector<int>>& matrix, int target) { int n = matrix.size(); if (n == 0) return false; int m = matrix[0].size(); if (m == 0) return false; int st = 0, en = n-1; while (st < en) { int m...
[ "suzyzhang0@gmail.com" ]
suzyzhang0@gmail.com
22516de166410f5aa892bd6e37b6ca2c4450f68c
73bd731e6e755378264edc7a7b5d16132d023b6a
/CodeForces/CodeForces - 1333A.cpp
f609d5737c561f508e2f7aaf9526054f365063a9
[]
no_license
IHR57/Competitive-Programming
375e8112f7959ebeb2a1ed6a0613beec32ce84a5
5bc80359da3c0e5ada614a901abecbb6c8ce21a4
refs/heads/master
2023-01-24T01:33:02.672131
2023-01-22T14:34:31
2023-01-22T14:34:31
163,381,483
0
3
null
null
null
null
UTF-8
C++
false
false
1,086
cpp
//BISMILLAHIR RAHMANIR RAHIM #include <bits/stdc++.h> #define mem(a, b) (memset(a, b, sizeof(a))) #define pb push_back #define mk make_pair #define ff first #define ss second #define PI acos(-1) #define INF 2147483647 #define MOD 1000000007 #define MAX 100005 using namespace std; typedef long long ll; typedef vector<...
[ "iqbalhrasel95@gmail.com" ]
iqbalhrasel95@gmail.com
366c32cfc187c10a1809332c7355c178de1cc1de
1518b89cac3afff7ed7c4cd48ca25574d8357d75
/src/rpc/misc.cpp
3a46765248888df0c3bc1b8c975ecd5f20a1aed3
[ "MIT" ]
permissive
HelioNetwork/Helio
b036c488d0b276783ee909be9ce4805aff966cab
af6bd585231fd54dbbc6570369c8b0cdaef7c6f0
refs/heads/master
2022-12-26T03:48:33.305335
2020-10-08T05:31:26
2020-10-08T05:31:26
302,241,086
3
1
null
null
null
null
UTF-8
C++
false
false
31,379
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2020 The PIVX developers // Copyright (c) 2020 The Helio Coin developers // Distributed under the MIT software license, see the accompanying // file COPYING or ht...
[ "72230497+HelioNetwork@users.noreply.github.com" ]
72230497+HelioNetwork@users.noreply.github.com
1880244195ee080d32b5fb9b07b8a115a028387b
430f33376ff1cb59e424ed6448925530291b1ea8
/src/3party/navigation/navex/navex_navigation/src/FuzzyLocalPlanner.cpp
834b692c64e3e83d8e42a08b73bc6e8a6f77f31d
[]
no_license
robotil/robil3
78ad31ba5e42b15cb7c53aefa038ccf520340b69
c04dbcf58f45c984d0ad2172cacd9bafca8bcf2c
refs/heads/master
2020-12-19T03:45:33.167937
2020-07-02T04:58:24
2020-07-02T04:58:24
235,611,490
0
2
null
2020-03-25T13:31:52
2020-01-22T16:11:34
C++
UTF-8
C++
false
false
10,974
cpp
/* * FuzzyLocalPlanner.cpp * * Created on: Jan 15, 2017 * Author: assaf */ #include <navex_navigation/FuzzyLocalPlanner.h> FuzzyLocalPlanner::FuzzyLocalPlanner(CostMap* localCostmap, CostMap* globalCostmap, IController* robotController, const std::string & global_navigation_frame_id, double simulat...
[ "cogniteam@gmail.com" ]
cogniteam@gmail.com
f7f3e568262bb323104d09547a39052a693c2d9a
3a3b937f684f2a25419f13c694685fc991c55ab5
/src/Commands/Autonomous/Auto Cross Defense/AutoCrossDefense.cpp
dfee22638cd7d7343a2d03ddf11a13b54314501e
[]
no_license
FRC-Team-1410/FS2016-FRC1410
073d93ecf0627555107ba3ab9cb7bba041b810ce
d5b5a5ee318d038642a248549417ef9cc3b17ba6
refs/heads/master
2021-05-03T06:54:43.746822
2016-11-01T20:20:33
2016-11-01T20:20:33
49,347,767
0
0
null
null
null
null
UTF-8
C++
false
false
185
cpp
#include "AutoCrossDefense.h" #include "Auto Cross Defense Command Groups/AutoCrossDefenseDrive.h" AutoCrossDefense::AutoCrossDefense(){ AddSequential(new AutoCrossDefenseDrive()); }
[ "kingnerdthethird@outlook.com" ]
kingnerdthethird@outlook.com
55fe4eb985ebe29e265779e36f33f7bfbde403b8
bb7645bab64acc5bc93429a6cdf43e1638237980
/Official Windows Driver Kit Sample/Windows Driver Kit (WDK) 8.0 Samples/[C++]-Windows Driver Kit (WDK) 8.0 Samples/C++/WDK 8.0 Samples/HID client sample driver/Solution/Fx2Hid/ControlQueue.h
6338cd3a891d5da77472b18f6718a4bca6975665
[ "MIT" ]
permissive
Violet26/msdn-code-gallery-microsoft
3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312
df0f5129fa839a6de8f0f7f7397a8b290c60ffbb
refs/heads/master
2020-12-02T02:00:48.716941
2020-01-05T22:39:02
2020-01-05T22:39:02
230,851,047
1
0
MIT
2019-12-30T05:06:00
2019-12-30T05:05:59
null
UTF-8
C++
false
false
1,455
h
/*++ Copyright (c) Microsoft Corporation, All Rights Reserved Module Name: ControlQueue.h Abstract: This file defines the queue callback object for handling device I/O control requests. This is a serialized queue. Environment: Windows User-Mode Driver Framework (WUDF) --*/ #pragma once // // Queue Callba...
[ "v-tiafe@microsoft.com" ]
v-tiafe@microsoft.com
627466f7280156aa5dcb0d53e3a420664caf87d7
d8fc67fe7e0377a7133fd165941fe00166c246a0
/visual_studio/raytracer/Src/quaternionJuliaSet.cpp
4296f304e69b63512350b69efca55b13da9ec07e
[]
no_license
wangyix/PathTracer
8ab8dfa7b559b3d9c9ed963cd355a9f1bfa85c89
6a6495198fd1bfe78885197e9a9522d9db91c772
refs/heads/master
2020-12-24T15:22:14.137382
2015-10-17T01:49:54
2015-10-17T01:49:54
27,092,900
0
0
null
null
null
null
UTF-8
C++
false
false
13,047
cpp
// // quaternionJuliaSet.cpp // RayTracer // // Created by Marianna Neubauer on 11/21/14. // Copyright (c) 2014 Tianye Lu. All rights reserved. // #include "quaternionJuliaSet.h" #include "SceneObject.h" #include "STVector3.h" #include "STPoint3.h" #define DELTA (1e-5f) #define ITERATIONS (12) #define ESCAPE_COEF...
[ "wangyix@gmail.com" ]
wangyix@gmail.com
dfb5e6e7adc3f787be4e92cbc3d12f9ec00db082
6ebfc881db45bddc811e56f8f2861a5c3cd44f0b
/Chapter1-Structure/Component_B.cpp
00cd614016c12cd56de64e181cbf45ad69c68c80
[]
no_license
JimFawcett/CppModels
3e373ad0031679f15f7af22289a6e206ae2634fe
ba81488f7c7108f8d6632d2cc2a71e5eacf414e0
refs/heads/master
2021-05-26T21:59:28.710470
2020-04-08T18:14:14
2020-04-08T18:14:14
254,164,094
2
1
null
2020-10-17T14:06:14
2020-04-08T18:06:21
C++
UTF-8
C++
false
false
1,071
cpp
/////////////////////////////////////////////////////////////// // Component_B.cpp - implements Component_B operations // // // // Jim Fawcett, https://JimFawcett.github.io, Feb 2020 // /////////////////////////////////////////////////////////////// ...
[ "jfawcett@twcny.rr.com" ]
jfawcett@twcny.rr.com
3b800c6cbaab14ba9ba8cbf31386e3a3af263b81
8354bc619a651e58f4e468e22d7bfad6f04d5d37
/bt3/BT6/BT6/cGiaSuc.cpp
e64e8b8441225d257ee7a74d41b2b4a3fac6bc3f
[]
no_license
truong8864/BTOOP
b5e65c15b28baea19b5f67c5b6ba71c27eb20a6d
490508be3e3bfc3e8119d2dd2871adfe09cd997a
refs/heads/master
2020-03-28T19:30:19.155217
2018-09-16T09:51:27
2018-09-16T09:51:27
148,982,876
0
0
null
null
null
null
UTF-8
C++
false
false
209
cpp
#include "cGiaSuc.h" cGiaSuc::cGiaSuc() { iSoLuong = 0; iSua = 0; strTiengKeu = "\0"; } cGiaSuc::cGiaSuc(int soluong) { iSoLuong = soluong; iSua = 0; strTiengKeu = "\0"; } cGiaSuc::~cGiaSuc() { }
[ "43312736+truong8864@users.noreply.github.com" ]
43312736+truong8864@users.noreply.github.com
9ecc70f6f45f91bb129ed2831cf68498e0f3a877
f26ef5f176c2e9d9fe3fbbc9a04e4e17a2189a48
/C++/LIBRAS.CyberGlove/include/Unsupported/vclip/mv.h
b72947e2e3fecef72f9baaa77d228920acde5d76
[]
no_license
haroldogtf/LIBRAS.CyberGlove
9df17fee91a3d318d0eb4161d9702eeea23fa4c8
a1f7fc92efce0a9221bfc2037c37b9b926bc9f0e
refs/heads/master
2021-01-15T10:06:51.297507
2016-05-09T02:19:32
2016-05-09T02:19:32
53,633,766
8
1
null
null
null
null
UTF-8
C++
false
false
37,258
h
//////////////////////////////////////////////////////////////////////////////// // // Copyright 1997 Mitsubishi Electric Information Technology Center // America (MEITCA). All Rights Reserved. // // Permission to use, copy, modify and distribute this software and // its documentation for educational, research and...
[ "hgtf@cin.ufpe.br" ]
hgtf@cin.ufpe.br
cf4a28f1942f147f352cae7d14a5cc459bdc3c33
a3793ffa7a5d5f7a39da43e40e8dc48170198fab
/src/matrix_info.cpp
94fdd27bd75bbf78762ce8843009309171e94a3d
[]
no_license
MarioniLab/archive-cydar
84b9222ed036233d1459ba3d71ef2bdc95228187
d3edfc75293758552d14564ef8c8fc3dc018d9be
refs/heads/master
2021-06-18T10:46:00.489736
2017-05-25T09:26:37
2017-05-25T09:26:37
65,463,471
0
0
null
null
null
null
UTF-8
C++
false
false
759
cpp
#include "cydar.h" #include "utils.h" matrix_info::matrix_info (int nr, int nc, const double* ptr) : nrow(nr), ncol(nc), dptr(ptr) {} matrix_info check_matrix(SEXP matrix) { if (!isReal(matrix)) { throw std::runtime_error("matrix must be double-precision"); } SEXP dims=getAttrib(matrix, R_DimSymb...
[ "alun@wehi.edu.au" ]
alun@wehi.edu.au
7c50b60ac2a634d2c15a8e229494f41e19cadef7
a75d0418b2143d6f59635a8833bff49bc903df5e
/DofusMessages/GameRolePlayArenaUnregisterMessage.cpp
413bef3dff54cc4629a6896b4b164e1b2e590602
[]
no_license
Arkwell9112/dofus_bot
30b80850ba41b6a2b562705ec8aa1a6c87cfb8f8
fc1b805b70c0ed43cbc585322806ece89d057585
refs/heads/master
2023-01-16T01:08:06.710649
2020-11-23T20:53:00
2020-11-23T20:53:00
314,084,045
0
0
null
null
null
null
UTF-8
C++
false
false
167
cpp
#include "GameRolePlayArenaUnregisterMessage.h" #include "../BotCoreAPI/BotCoreAPI.h" void GameRolePlayArenaUnregisterMessage::deserialize(CustomDataInput *input) { }
[ "arkwell9112@github.com" ]
arkwell9112@github.com
746b27dd57f3b89377dd91d6847027487284b3cb
3715937dda2f795275535ded560d4dcf07ca0294
/Flashing_LED/Flashing_LED.ino
825384e4300758703b19b2cb6869657195a17212
[]
no_license
JoelBarlow-Sikorsky-Challenge/2019-2020Module2
2873f8a2c44e2fe3f95e6deae234fcad6ff86ef2
635506c1e32395823f7b96e60f9fcc40c527dcb1
refs/heads/master
2020-08-15T16:45:10.682222
2019-10-16T20:47:01
2019-10-16T20:47:01
215,373,619
0
0
null
null
null
null
UTF-8
C++
false
false
191
ino
#define LED_PIN 6 int wait = 1000; void setup() { pinMode(LED_PIN, OUTPUT); } void loop() { digitalWrite(LED_PIN, HIGH); delay(wait); digitalWrite(LED_PIN, HIGH); delay(wait); }
[ "kolcrooks10@gmail.com" ]
kolcrooks10@gmail.com
6435c957bffa27176331a6104c167a8ce68e03ff
be5d9a7f6d2630703fcccb0fb51a82b249341a30
/SimulGenet/src/qt+/qdslider.cpp
09c2d12335b2097fe6e3e88fa429ad5bf3cab161
[]
no_license
Shellloman/SimulGenet
dac6756f9f8f998294d4d2a4e3dd48051be0c1ab
8fc66fef75fbd4d9d4966d2a5b1c12e3dbd9a163
refs/heads/master
2020-11-26T11:24:19.738166
2020-11-01T12:40:48
2020-11-01T12:40:48
229,048,601
0
0
null
null
null
null
UTF-8
C++
false
false
381
cpp
#include "qdslider.h" QDSlider::QDSlider(QWidget *parent,double pourcentage) : QSlider(Qt::Horizontal,parent) { pourcent = pourcentage; QObject::connect(this, SIGNAL(valueChanged(int)), this, SLOT(notifyValueChanged(int))); } void QDSlider::notifyValueChanged(int value) { double doubleValue = val...
[ "lineozinc@gmail.com" ]
lineozinc@gmail.com
fe859eb765ed43fdc66d7370086bbdabcd43cff7
340cdfbbf38fe450268119dff003f8729d99777b
/plugins/pong-plugin.cpp
bf4780e8516501bbbd6050b99c0b12b20f200856
[]
no_license
bluechill/ircd
262cc426b1ad0eec35e07c94cac8d9065790d8a7
500d792a5c694ad8b2be8e6f9c5d1181d74d0c34
refs/heads/master
2020-12-24T13:43:52.580473
2013-01-30T20:48:14
2013-01-30T20:48:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,752
cpp
#include "IRC_Server.h" #include "IRC_Plugin.h" #include <string.h> #include <vector> #include <string> #include <errno.h> static pthread_t ping_thread; void* ping_thread_function(void* data) { using namespace std; IRC_Server *link = reinterpret_cast<IRC_Server*>(data); vector<IRC_Server::User*>* users = link...
[ "bluechill@me.com" ]
bluechill@me.com
cf94635a05fbecdd327ebb722f77acaea7a2573e
35f9797267668378aa0e13adb440feb6f70d79d6
/Task.h
0941e74dca8ab4cf87a002b7d1d8064ef0c148b9
[]
no_license
wbs0829/sudoku
ae0175dc53eb7a812e6b0140a41a2921f429b611
714a7aeec469a1f077d85ce06efdce5f1ec0edf9
refs/heads/master
2021-01-02T23:12:55.514292
2012-07-24T08:29:40
2012-07-24T08:29:40
4,746,306
1
0
null
null
null
null
UTF-8
C++
false
false
389
h
#ifndef SUDOKU_TASK_H #define SUDOKU_TASK_H #include "Cell.h" /* * The members, row and col, in Cell have more meaning when in Task. */ class Task : public Cell { public: enum Information{ ImpoCell, ImpoHorGroup, ImpoVerGroup, KnownHorGroup, KnownVerGroup}; Information info; Task(const Cell &r, Informat...
[ "wbs.y829@gmail.com" ]
wbs.y829@gmail.com
bb90149c755af6cc64e147df0298dfff7d52ac74
acaabf966ede742a1f5325ce5ebc83e31fe90c0a
/Week2/Student_Docent/Student_Docent/Teacher.cpp
66f9bd819609b2c135015326d7434a596aa6b2da
[]
no_license
DanielBergshoeff/OOPBasic
d95f87eb62992bb3583c6795b9b278e62792d286
87bdd97700454e32fcb82983ee1201a09db91f96
refs/heads/master
2020-03-28T19:41:23.313815
2018-10-24T19:11:26
2018-10-24T19:11:26
149,000,267
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
#include "stdafx.h" #include "Teacher.h" Teacher::Teacher(int agep, string namep, int contractHoursPerWeekp) :Person(agep, namep), contractHoursPerWeek(contractHoursPerWeekp) { } Teacher::~Teacher() { }
[ "dabergshoeff@gmail.com" ]
dabergshoeff@gmail.com
0af5eca3c120a67acfe3919b6be1ba5fe0c4b015
8f3581a6f6126737e65f7c5a0171693311cc585b
/Source/TBD/SpecialActors/SlimePuddleParent.h
634212de83cd152915b8ad3dbb623a47f3e48d14
[]
no_license
Snollygoester/TBD
18ef42803d108943ab71f49ae62d4d9c7f5c59f2
91116e129a49ebe5ce089d9ec5cf765ccf8d1e6c
refs/heads/master
2020-04-06T16:00:00.225886
2019-01-09T15:41:22
2019-01-09T15:41:22
157,601,347
1
0
null
null
null
null
UTF-8
C++
false
false
1,764
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "PuddleParent.h" #include "SlimePuddleParent.generated.h" UCLASS() class TBD_API ASlimePuddleParent : public APuddleParent { GENERATED_BODY() public: // Sets default values for this actor'...
[ "snollygoester1133@gmail.com" ]
snollygoester1133@gmail.com
dcf6305c43a0e39e7e39831f22989f5f1bbc3b3f
2af943fbfff74744b29e4a899a6e62e19dc63256
/IGTLoadableModules/ProstateRegistration/SliceToVolumeRegistration/ConvertToRigidAffine.h
f7c4e41db500a5cdca1d71754c22d6ef084792d5
[]
no_license
lheckemann/namic-sandbox
c308ec3ebb80021020f98cf06ee4c3e62f125ad9
0c7307061f58c9d915ae678b7a453876466d8bf8
refs/heads/master
2021-08-24T12:40:01.331229
2014-02-07T21:59:29
2014-02-07T21:59:29
113,701,721
2
1
null
null
null
null
UTF-8
C++
false
false
13,889
h
#ifndef __ConvertToRigidAffine_h #define __ConvertToRigidAffine_h #include <itkMatrix.h> #include <itkVector.h> #include <itkAffineTransform.h> #include <itkVersorRigid3DTransform.h> #include "itkScaleVersor3DTransform.h" #include "itkScaleSkewVersor3DTransform.h" #include "itkMacro.h" #include <vnl/vnl_matrix.h> #incl...
[ "lassoan@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8" ]
lassoan@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8
64188a98763aae7c9ef68398a7b11b33b3669c52
4fee08e558e77d16ab915f629df74a0574709e8b
/cpsc585/Havok/Physics/Collide/Shape/hkpShapeType.h
d26024a51c3e51c4774949961cceb436db9b7035
[]
no_license
NinjaMeTimbers/CPSC-585-Game-Project
c6fe97818ffa69b26e6e4dce622079068f5831cc
27a0ce3ef6daabb79e7bdfbe7dcd5635bafce390
refs/heads/master
2021-01-21T00:55:51.915184
2012-04-16T20:06:05
2012-04-16T20:06:05
3,392,986
1
0
null
null
null
null
UTF-8
C++
false
false
4,709
h
/* * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Level 2 and Level 3 source code contains trade secrets of...
[ "cdebavel@ucalgary.ca" ]
cdebavel@ucalgary.ca
c2ac97a06eb8e71b81f4871f949877b12e709212
4a9b40fd4535082a7cd25e0949920a5668997310
/src/codegen/llvm/intrin_rule_nvptx.cc
60957198d5f3a47ad861796a28541e2288276374
[ "Apache-2.0" ]
permissive
siju-samuel/tvmdbg
19cfb6ab6a17d376ab98625757c2da32de6279fb
b60e8b1174644e564f1e2e13d29b1ff38656e83d
refs/heads/master
2020-03-18T02:57:59.975935
2018-07-11T14:20:26
2018-07-11T14:20:26
134,216,022
0
3
Apache-2.0
2018-07-03T10:44:45
2018-05-21T04:01:10
C++
UTF-8
C++
false
false
1,726
cc
/*! * Copyright (c) 2017 by Contributors * \file intrin_rule_nvptx.cc */ #ifdef TVM_LLVM_VERSION #include <tvm/ir.h> #include <tvm/expr.h> #include <tvm/api_registry.h> #include <sstream> namespace tvm { namespace codegen { inline void DispatchExternLibDevice(const TVMArgs& args, TVMRetValue* rv) { Expr e = ar...
[ "siju.samuel@huawei.com" ]
siju.samuel@huawei.com
b19d4d7723f739b3fdcc029990ee384e0bbd6a56
c127df65f94a30122ce715bb0567085c8828c30d
/src/common/SystemInformation.cpp
7f4a958791d510d42aee4c3c9ad7ea5bc0948d04
[ "MIT" ]
permissive
djp952/vm-linux
966af41dac53db855dc55dc0780ec29ec885dd06
bea00665424bdf0a1def86034ec85606b4d8217f
refs/heads/master
2020-05-21T16:25:27.814517
2016-12-04T03:47:27
2016-12-04T03:47:27
64,184,076
0
0
null
null
null
null
UTF-8
C++
false
false
4,727
cpp
//----------------------------------------------------------------------------- // Copyright (c) 2016 Michael G. Brehm // // 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 restricti...
[ "djp952@gmail.com" ]
djp952@gmail.com
3bdf60951c2351095a7eeaafc78610771e51215b
051b26722589a40de1fe310c5f9ac36d3d3a4390
/src/asm2wasm.h
6cbb4e084d419ae569cd946a046e45cedf3e426e
[ "MIT" ]
permissive
mcanthony/binaryen
0dbbd845296fdefae4217d4cd584ff9f23f3963c
7d0250a6e0f6a656637abce0a29cb4618eeedd68
refs/heads/master
2021-01-17T23:30:46.375435
2015-11-23T05:54:03
2015-11-23T05:54:03
46,705,274
1
0
null
2015-11-23T08:00:11
2015-11-23T08:00:10
null
UTF-8
C++
false
false
56,247
h
// // asm.js-to-WebAssembly translator. Uses the Emscripten optimizer // infrastructure. // #include "wasm.h" #include "emscripten-optimizer/optimizer.h" #include "mixed_arena.h" namespace wasm { using namespace cashew; int debug = 0; // wasm::debug is set in main(), typically from an env var // Utilities IStrin...
[ "alonzakai@gmail.com" ]
alonzakai@gmail.com
893fbd7837194e5f0793f3794fe7e569b7ba2e18
ecca4afeab636dcc4c2197b51cbb7e42b14361a3
/opencv_data/opencv_pca/MainWindow.cpp
8655bf6c80c1d6923c3c5564e0227efdc32ff1c7
[]
no_license
ngzHappy/oct2
f1140c2d930c7bd202b4494f1d4eab8e0d3fc4b2
5d4b17774e92ec149da68ec06c4543151e8885e1
refs/heads/master
2020-05-21T13:35:32.311475
2016-12-08T10:25:25
2016-12-08T10:25:25
55,474,235
1
0
null
null
null
null
UTF-8
C++
false
false
773
cpp
/*MainWindow.cpp*/ #include "MainWindow.hpp" #include "OpenCVWindowDetail.hpp" #include <QtWidgets/qboxlayout.h> /*中央窗口*/ namespace { namespace __private { class CentralWidget :public QWidget { QVBoxLayout * layout_; public: CentralWidget(OpenCVWindow * window) { layout_=new QVBoxLayout; this-...
[ "819869472@qq.com" ]
819869472@qq.com
d5abb77d924db3af18b9d35975572c67f8afb48d
5a380cbb0e6d5d57c80ae710d8bf5e39b06bfb5e
/Game/boost/boost/random/uniform_real.hpp
e221f6a9f18ddba4096593bd8637b428c5f64ee7
[ "MIT" ]
permissive
jxianglonggg/SourceCodeGameTLBB
afcf222603c20651db02716f8c7dac80f9aa14e8
e3cea615b06761c2098a05427a5f41c236b71bf7
refs/heads/master
2023-05-04T02:25:08.807563
2021-05-18T06:02:37
2021-05-18T06:02:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,403
hpp
/* boost random/uniform_real.hpp header file * * Copyright Jens Maurer 2000-2001 * 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) * * See http://www.boost.org for most recent version including documentation. ...
[ "shacojx001@gmail.com" ]
shacojx001@gmail.com
4b064cc87c641d903f00c03a7cc0aace276b6f0f
c8a29d344b99479c06507d45a3f0887224603b04
/gamelib/src/Loggable.cpp
fb2e2da0e188b6569ee61e78dd3e54cb86615b66
[]
no_license
jrahman-zz/CS307
0f01e336e0c82d05cf36a18415a103c354af3267
5d266c20f2a3a34704b20bdfe8a7caf501e42f52
refs/heads/master
2022-08-15T16:20:34.956788
2014-12-16T00:58:35
2014-12-16T00:58:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
330
cpp
#include "Loggable.h" #include "LogObserver.h" Loggable::Loggable() { } void Loggable::registerLogObserver(weak_ptr<LogObserver> obs) { m_logObserver = obs; } void Loggable::log(shared_ptr<LogEntry> entry) { auto observer = m_logObserver.lock(); if (observer != nullptr) { observer->onLog(entry)...
[ "rahmanj@purdue.edu" ]
rahmanj@purdue.edu
85592f1adfd57eb76ce752de8da5cba236bc1604
b0842664ede379fc516503d90af3afffe35c6740
/test/test2.cc
e93a48c939c45b1d5d29534ffa9879f62d0da299
[ "MIT" ]
permissive
mqnc/cpp-peglib
dfd18945df1a2d15053b93b3041ca7007d055a9c
be759267ea28a5a4b444e7f9fb34ac51e9e25a1b
refs/heads/master
2021-06-16T05:02:57.844413
2021-02-26T18:24:57
2021-02-26T18:24:57
147,244,178
0
0
MIT
2018-09-10T17:15:13
2018-09-03T19:16:06
C++
UTF-8
C++
false
false
42,165
cc
#include "catch.hh" #include <peglib.h> #include <sstream> using namespace peg; TEST_CASE("Token boundary 1", "[token boundary]") { parser pg(R"( ROOT <- TOP TOP <- 'a' 'b' 'c' %whitespace <- [ \t\r\n]* )"); REQUIRE(pg.parse(" a b c ")); } TEST_CASE("Token bound...
[ "yuji.hirose.bug@gmail.com" ]
yuji.hirose.bug@gmail.com
d873f522d8c8cb504040f47b036b9e316f1b94d9
1afac375e35c837d00178793f8f3f6019d3e7fad
/src/L_PhysicsList.cpp
b4450ba4f741fc02089522b15ed6232fb28a05c0
[]
no_license
Vlad-Orlov/Plume
6f79403d3ff73535235e1de4b4110f7ec5cfb26e
18994af57a81977853fd3b6e455dbd5cf3443642
refs/heads/main
2023-05-31T21:22:50.623674
2021-07-07T08:13:46
2021-07-07T08:13:46
383,718,608
2
1
null
null
null
null
UTF-8
C++
false
false
2,259
cpp
#include "L_PhysicsList.h" // Physics list constructor inherited from QGSP_BERT L_PhysicsList::L_PhysicsList() : QGSP_BERT() { theCerenkovProcess = 0; defaultCutValue = 1.0*mm; SetVerboseLevel(0); G4cout << "Physics list constructor" << G4endl; } L_PhysicsList::~L_PhysicsList() { delete theCeren...
[ "orlov.vlad.serg@gmail.com" ]
orlov.vlad.serg@gmail.com
e60402227231452f1705a5e9944910ec48b73580
e2d932210803c9243b4e3798c5edcab464a6a5b1
/CustomMovieRenderPipeline/Intermediate/Build/Win64/UE4Editor/Inc/MovieRenderPipelineCore/MoviePipelineQueue.gen.cpp
4613b268b7f7e3ac68c64698de99b66d7ca64471
[]
no_license
hiteshsathawane/CustomUnrealMovieRenderQueue
f0b118b58d8b2ea09ee3c80dd318331861ae85f1
28753f698de6c79f108bc11b50f5c3472678a483
refs/heads/master
2022-12-09T13:48:20.199787
2020-09-11T03:32:50
2020-09-11T03:32:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
50,779
cpp
// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ========================================================================...
[ "wingkdh@gmail.com" ]
wingkdh@gmail.com
2702911f39a5e24dc004daf4013bfac76f6a374e
fe80860726329a37fae92675c655cf2d9418ad57
/_GuardianFinalZero/PlayerCollection.cpp
a941baea4d9871bdd17e30d677c6e7fa2217b0c5
[]
no_license
RDAppel/ArcadeShooter
8734557e91f2b33de431dd7161c5595d3ab2ca6e
ee3542bb7916b7a569da92cb45c73ff6652cc50a
refs/heads/master
2022-12-16T05:16:07.813856
2022-12-07T03:19:03
2022-12-07T03:19:03
85,904,850
4
2
null
2018-02-20T00:37:39
2017-03-23T03:53:59
C++
UTF-8
C++
false
false
1,822
cpp
 /* '888 88888888888 888888888',8888' 88 888888888888 8888888',8888' 8 8888 ,8',8888' ==̲=̲=̲=̲=̲=̲=== 8 8888 ========== ,8 ,̲8̲88̲8_============== / ____/__ 8_̲88̲8̲8̲8̲88̲88̲8̲8̲8__ ,̲8__/ //_/____ _ ____ / / __ / / / ...
[ "appel@fvtc.edu" ]
appel@fvtc.edu
54cd2c66d92e0ca2ebc6789e26200ffec4f8593c
dc5ee97a876ed01cc67b55edc425e35e361de37a
/ngraph_creator/operations/include/FullyConnected.hpp
1e7228433c62e55523297a3bd0b002311adaf7e9
[ "Apache-2.0" ]
permissive
intel/nn-hal
30c6a20b212dc94455a84c4342a98e8cfa6acb84
405cc0ecbe062103ae09d67644346516d7c58726
refs/heads/main
2023-08-31T07:53:24.888335
2022-10-07T21:17:54
2022-10-07T21:40:43
125,920,516
47
51
null
2023-03-28T06:29:37
2018-03-19T21:08:07
C++
UTF-8
C++
false
false
419
hpp
#pragma once #include <OperationsBase.hpp> namespace android { namespace hardware { namespace neuralnetworks { namespace nnhal { class FullyConnected : public OperationsBase { public: FullyConnected(int operationIndex); bool validate() override; std::shared_ptr<ngraph::Node> createNode() override; }; } ...
[ "jeevakaprabu@gmail.com" ]
jeevakaprabu@gmail.com
b34622377127e83c378f843b32dba8d40b0717c8
32da723b5c759c98845249bb51332109014b4f62
/C++OOP.cpp/PracticalProjects1/Shopping_Cart/Inventory.cpp
47481bc7bae81d6c7eaf9d1eb3d80712c0517539
[]
no_license
IliyanKafedzhiev/FacultyOfMathematicAndInformatic
b8a810ca1100cc0f39c1460f60eb014e4c0b5ffc
a2b05a9aa7e677609447c0311ee79552464434ce
refs/heads/master
2020-07-06T04:19:30.531000
2015-03-02T21:54:42
2015-03-02T21:54:42
18,809,355
1
0
null
null
null
null
UTF-8
C++
false
false
1,289
cpp
#include "Inventory.h" Inventory::Inventory(void):count(0),capacity(1) { Name = new string[1]; price = new double[1]; } Inventory::~Inventory(void) { delete[] this->Name; delete[] this->price; } int Inventory::foundIndexByName(string searchedName)const { for (int i = 0; i < count; i++) { if (Name[i] == se...
[ "iliqnkafedjiev@gmial.com" ]
iliqnkafedjiev@gmial.com
fa973e65cd3a5901231c6736edf1290d64cc587f
fe91ffa11707887e4cdddde8f386a8c8e724aa58
/ash/shelf/scrollable_shelf_view.h
0527af471db418c74fd1a222e52531f49fd57926
[ "BSD-3-Clause" ]
permissive
akshaymarch7/chromium
78baac2b45526031846ccbaeca96c639d1d60ace
d273c844a313b1e527dec0d59ce70c95fd2bd458
refs/heads/master
2023-02-26T23:48:03.686055
2020-04-15T01:20:07
2020-04-15T01:20:07
255,778,651
2
1
BSD-3-Clause
2020-04-15T02:04:56
2020-04-15T02:04:55
null
UTF-8
C++
false
false
21,730
h
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_SHELF_SCROLLABLE_SHELF_VIEW_H_ #define ASH_SHELF_SCROLLABLE_SHELF_VIEW_H_ #include <memory> #include "ash/app_list/views/app_list_drag_and_d...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fbf474e537f35ac7c7015dee814adb9acbc97cf2
c0f5d7ef2b590c155af58d83e8cbbf0854a3f995
/include/caffe/util/math_functions.hpp
59bb074e2f8c93cb39289288e5d66210d7bdd0ce
[ "LicenseRef-scancode-generic-cla", "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-public-domain" ]
permissive
JiahaoLi-gdut/CAFFE-DACH
c8a039d437775b65c6ed6f4508b47acc66e025d4
388c826d8019f66bf0657acb2041dfccf4797fc9
refs/heads/master
2023-03-27T16:00:10.865638
2021-03-30T15:18:51
2021-03-30T15:18:51
353,027,719
0
0
null
null
null
null
UTF-8
C++
false
false
9,924
hpp
#ifndef CAFFE_UTIL_MATH_FUNCTIONS_H_ #define CAFFE_UTIL_MATH_FUNCTIONS_H_ #include <stdint.h> #include <cmath> // for std::fabs and std::signbit #include "glog/logging.h" #include "caffe/common.hpp" #include "caffe/util/device_alternate.hpp" #include "caffe/util/mkl_alternate.hpp" namespace caffe { template <type...
[ "jiahaoli.gdut@gmail.com" ]
jiahaoli.gdut@gmail.com
a8af6f26f10e9c3bb692b0ffee6ab28935a6c718
4e006837ed7b91e877ec0fc9bd1c9b6e43131901
/oxygine-sound/src/sound/null/SoundNull.h
1401ccd92851804cf98fa985e3a430a0e39c5cfa
[ "MIT" ]
permissive
Poscowekh/Project
52be9104b0ab16c9a504b4295e0a23cadd72ac7a
3385c24646c951e37097b8ec1cfc29e9c5f44e05
refs/heads/master
2022-09-18T13:33:37.504605
2020-06-02T19:03:08
2020-06-02T19:03:08
259,675,760
0
0
null
2020-05-01T08:58:11
2020-04-28T15:24:50
C
UTF-8
C++
false
false
314
h
#pragma once #include "../Sound.h" namespace oxygine { class SoundNull: public Sound { public: SoundNull(int duration); ~SoundNull(); int getDuration() const override; SoundHandle* createSH() override; private: int _duration; }; }
[ "ziuwari@ya.ru" ]
ziuwari@ya.ru
b78b278e31d12c1cbd7fb6f83f4848f6badbcfe6
d63afcb6b86b21dbb34f25d5290734ef59a19029
/12.22/I.cpp
548644ef38fbc94e30cf00d335bc3e9a56522695
[]
no_license
alicepolice/C_Practice_All
7ce1f3392aafbd8fbb325836294848a896c422bd
f8e9c5773a56612e1cc6b1af8d170ff0833caed0
refs/heads/main
2023-03-21T14:01:00.915845
2021-03-04T09:11:09
2021-03-04T09:11:09
325,172,958
0
0
null
null
null
null
UTF-8
C++
false
false
396
cpp
#include<stdio.h> int getint(int a,int b); int main(void) { int m,n,i,a,b,c,d,k,s; while(scanf("%d",&n)!=EOF) { for(int i = 0;i<n;i++) { s = 0; scanf("%d %d",&a,&b); s = getint(a,b); printf("%d\n",s); } } return 0; } int getint(int a,int b) { int k; if...
[ "1048146700@qq.com" ]
1048146700@qq.com
005cf0ace8ebed551b85ea716c7a39da11f8d0f5
98d812e8638a498c626ecbeb05345c9931e7ae7d
/vista-server/src/controller/Drag.cpp
40b1676c513adf4a8506eedc1f455ce4ad85c95e
[]
no_license
joelruggieri/tp-taller-de-programacion
c58ba538fb00a8c66627fa2fc95830f794a662db
3949b704516dc6c1fb6df3781f17af251cd1fe67
refs/heads/master
2020-08-27T06:28:06.750370
2013-11-27T21:35:52
2013-11-27T21:35:52
32,125,297
0
0
null
null
null
null
UTF-8
C++
false
false
927
cpp
/* * * Created on: 19/09/2013 * Author: jonathan */ #include "Drag.h" Drag::~Drag() { // TODO Auto-generated destructor stub } Drag::Drag(FiguraView* view, float yMax) { this->view = view; xStart = view->getXCentro(); yStart = view->getYCentro(); this->yMax = yMax; } void Drag::drop() { view->drop()...
[ "jonathan.tierno@gmail.com@0e055b33-9e10-a41d-64d9-2761cfc4d589" ]
jonathan.tierno@gmail.com@0e055b33-9e10-a41d-64d9-2761cfc4d589
3ece8966fbb52365c4df989c88824a9fdf3bbe40
566c56c1d16065d6b218a84e42472b19b9082022
/src/zsmnc/zsmnctracker.cpp
d4b8be1053400b157adbc1e7663addcaba57e04c
[ "MIT" ]
permissive
c0de0x/src
d509e44b15043d1459f4be0cdf89b82022a4f31d
45550875bd4e53fc6d016ef1b1ed80d7779edeec
refs/heads/master
2023-01-04T18:31:57.240773
2020-10-27T10:58:53
2020-10-27T10:58:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,869
cpp
// Copyright (c) 2018-2019 The SIMPLEMASTERNODE developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <zsmnc/deterministicmint.h> #include "zsmnctracker.h" #include "util.h" #include "sync.h" #include "main.h" #inc...
[ "" ]
b7286eefaef2270be471b84bb41a7553d090ba3f
84d7bb585ff0f94b796b32f0ae88e1bc371f8c33
/GPCoursework/cSoundMgr.cpp
998ebec24805e0dd860605ac8d06b36b71b7c65e
[]
no_license
bigfootone/GPCoursework
e7174389e026388985634aaa702b5e184cbfc2c1
22d684856cdf37fc8702182754c96d8e4f47cd4a
refs/heads/master
2020-05-01T05:13:43.414814
2015-05-01T06:57:31
2015-05-01T06:57:31
34,892,680
1
0
null
null
null
null
UTF-8
C++
false
false
1,846
cpp
/* ================================================================================== cSoundMgr.cpp ================================================================================== */ #include "cSoundMgr.h" cSoundMgr* cSoundMgr::pInstance = NULL; /* =================================================================...
[ "ps3bigfootone@gmail.com" ]
ps3bigfootone@gmail.com
2222cd83f6145c49efba2294e2aec8e371b58d3d
6c77cf237697f252d48b287ae60ccf61b3220044
/aws-cpp-sdk-ec2/include/aws/ec2/model/ClassicLoadBalancer.h
9f5fe95f90e8aaa3b56aad4281db8331b5697b63
[ "MIT", "Apache-2.0", "JSON" ]
permissive
Gohan/aws-sdk-cpp
9a9672de05a96b89d82180a217ccb280537b9e8e
51aa785289d9a76ac27f026d169ddf71ec2d0686
refs/heads/master
2020-03-26T18:48:43.043121
2018-11-09T08:44:41
2018-11-09T08:44:41
145,232,234
1
0
Apache-2.0
2018-08-30T13:42:27
2018-08-18T15:42:39
C++
UTF-8
C++
false
false
2,724
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
5b1fb07385aea026ce95c11993afe4dfd400705d
a7764174fb0351ea666faa9f3b5dfe304390a011
/inc/Standard_CString.hxx
c84a105a143bf6e49d0fe0c23482d4de3eabee8c
[]
no_license
uel-dataexchange/Opencascade_uel
f7123943e9d8124f4fa67579e3cd3f85cfe52d91
06ec93d238d3e3ea2881ff44ba8c21cf870435cd
refs/heads/master
2022-11-16T07:40:30.837854
2020-07-08T01:56:37
2020-07-08T01:56:37
276,290,778
0
0
null
null
null
null
UTF-8
C++
false
false
7,264
hxx
//============================================================================ //==== Titre: Standard_CString.hxx //==== Role : The headr file of primitve type "CString" from package "Standard" //==== //==== Implementation: This is a primitive type implementadef with typedef //==== typedef char* Standard_...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
8bd53abdacb53e2e3684953c93b72a60144d740c
86d4e5dd50cd5eac55819f89dd29ba346724868e
/ON_OLYMPIC/VMYT.cpp
2111356c511693788bfb7c5ff3cb00d42778b0b4
[]
no_license
ppkhang285/C-Codes
e074b1a184c975499d013e47eaceb371ee5dfa80
341a4e83a16a791f5fe2e4cc46c2a27107b59cfd
refs/heads/master
2023-01-12T13:44:45.694680
2020-11-14T08:12:43
2020-11-14T08:12:43
294,895,942
0
0
null
null
null
null
UTF-8
C++
false
false
516
cpp
#include <bits/stdc++.h> #define task "VMYT" #define REP(i,a,b) for(int i = a; i<=b; ++i) #define module 1000000007 using namespace std; int n,a[100000],k; int main(){ freopen(task".inp","r",stdin); freopen(task".out","w",stdout); cin>>n>>k; REP(i,1,k) cin>>a[i]; a[0] = 1; if ( n<=k) cout<<a[n];...
[ "ppkhang285@gmail.com" ]
ppkhang285@gmail.com
8e2420f9dde1a15666f63cd5c1b1f1aa2a1b6e15
2a8ffc30cfb70a8e77c771eb9981c0115d39a2f1
/whs1_client/MyForm.h
84e27e3399e3460d7f0b7464c8b18bb1a0fc1375
[]
no_license
irvs/whs1_client
0d39eae1c44d23b806857a9a9050df3fc3a65d6f
dda2c409abbcd87112829aacc1dfd8f633131a60
refs/heads/master
2021-01-10T23:53:04.559103
2016-10-14T08:30:22
2016-10-14T08:30:22
70,769,129
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
29,293
h
#ifndef MYFORM_H_ #define MYFORM_H_ #include <msclr/marshal.h> #include "whs1.h" #include "socket.h" namespace WHS1_test { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace ...
[ "sakamoto@irvs.ait.kyushu-u.ac.jp" ]
sakamoto@irvs.ait.kyushu-u.ac.jp
7ec309189f9d3665a2b5847f216a0a4d996443ef
b43ce540528598d96855e8218ae6857ec6d21858
/DIrectX11_3D/IMBO_MAINFRAME/DebugRenderContainer.cpp
1b48b9e549a65d3f4938a437e0bf5f0bc3f3a9b6
[]
no_license
costa0217/portfolio_codes
db249293ae1e662753c1f9e8f5f0067464165a16
c52cb36a84ef10e6c7680b34fc12872f4361a027
refs/heads/master
2020-03-28T08:01:47.715789
2018-09-08T14:44:51
2018-09-08T14:44:51
147,941,305
0
0
null
null
null
null
UTF-8
C++
false
false
1,531
cpp
#include "stdafx.h" #include "DebugRenderContainer.h" //--------------------------container--------------------------------- void CDebugRenderContainer::UpdateShaderState( CCamera* pCamera) { if (m_vpBuffer.empty()) return; m_vpMesh[0]->UpdateShaderState(); m_pShader->UpdateShaderState(); for (auto p : m_vpText...
[ "choga0217@gmail.com" ]
choga0217@gmail.com
d679922c1db66345a34ca88d506cc949fdea7e4f
a586699434fe7f563c2004a755a7d108d743bf9b
/IMC/Spec/WaterDensity.hpp
25a29b06b3d16f9e3aaf5af4d1608ed7872fe66e
[]
no_license
nikkone/ho5_imc_ttk22
73394d6c70ef72175f236d0371f411a74b3081dc
046b587b54530236c24817c34c35f8d5745106d2
refs/heads/master
2020-07-12T21:54:21.564794
2019-08-28T11:26:23
2019-08-28T11:26:23
204,915,158
0
0
null
null
null
null
UTF-8
C++
false
false
4,035
hpp
//*************************************************************************** // Copyright 2017 OceanScan - Marine Systems & Technology, Lda. * //*************************************************************************** // Licensed under the Apache License, Version 2.0 (the "License"); * // you m...
[ "nikolal@stud.ntnu.no" ]
nikolal@stud.ntnu.no
a65d8bb07bb37d1c0bf475a3f3eb333f2ba1894a
2280287e4dc53f46302e86249253b024321e31a5
/codility test/MaxCounters.cpp
7f88e38f7b9098dd415702ef0d06ba3dd48c39d0
[]
no_license
leeheejoo/algorithm
57fd16672d24887ca065eea9dc4cd1edf9ff98bb
eae97cd69b5f3759642b4dcd0af9eab24b058395
refs/heads/master
2020-05-01T11:17:43.859709
2019-06-02T15:23:54
2019-06-02T15:23:54
177,439,192
0
0
null
null
null
null
UTF-8
C++
false
false
2,170
cpp
/* You are given N counters, initially set to 0, and you have two possible operations on them: increase(X) − counter X is increased by 1, max counter − all counters are set to the maximum value of any counter. A non-empty array A of M integers is given. This array represents consecutive operations: if A[K] = X, such...
[ "spdm1254@gmail.com" ]
spdm1254@gmail.com
36547c1598aa247132876c654b2f45602b979e0c
3cb889e26a8e94782c637aa1126ad897ccc0d7a9
/C++/CompilerStudy/Lesson17_StrongType/TypeSystem.cpp
0a78fa81adb6c09417dd01194893187ba127ffd4
[]
no_license
GHScan/DailyProjects
1d35fd5d69e574758d68980ac25b979ef2dc2b4d
52e0ca903ee4e89c825a14042ca502bb1b1d2e31
refs/heads/master
2021-04-22T06:43:42.374366
2020-06-15T17:04:59
2020-06-15T17:04:59
8,292,627
29
10
null
null
null
null
UTF-8
C++
false
false
1,369
cpp
#include "pch.h" #include "TypeSystem.h" TypeSystem::TypeSystem() { addType("void", new SimpleType(4)); addType("char", new SimpleType(1)); addType("int", new SimpleType(4)); } TypeSystem::~TypeSystem() { for (auto p : m_name2Type) delete p.second; for (auto p : m_type2Pointer) delete p.second; ...
[ "ppscan@qq.com" ]
ppscan@qq.com
be2e147f12a83e9d4e6c81bb7baef18cb695e5e9
f2f3a0ece9ef08cb8cff3272d3b4326a7f1ab1a0
/Homework 1/Parser/Parser.ipp
3b6751bab40206b8656fb5ea108449c39a96a32e
[]
no_license
DarkArc/UAkron-Simple-Calculator
de691378508c76f16355f05658452461a87f2e7f
bb91cb2eeae697707138206ee119a6af7c4e35de
refs/heads/master
2021-01-18T14:22:48.336455
2015-10-25T23:53:53
2015-10-25T23:53:53
42,557,426
0
0
null
null
null
null
UTF-8
C++
false
false
1,176
ipp
#include <stdexcept> #include <sstream> inline Expr* parse(const std::string& in) { std::stringstream ss; ss.str(in); return parse(ss); } inline Expr* parse(std::istream& is) { Parser p(is); Expr* expr = p.expr(); if (p.la != "\n") { throw std::logic_error("Invalid syntax"); } return expr; } te...
[ "wchilders@nearce.com" ]
wchilders@nearce.com
7fe9633a1a53bc7db9689c421e37a58dcad0cd69
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/CodeJamData/14/23/17.cpp
47eb75cb62c1361b68934184b19106f7ccddace9
[]
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
2,870
cpp
/* * in the name of god * * * * * * * * */ #include <iostream> #include <fstream> #include <sstream> #include <cstdio> #include <cstring> #include <cstdlib> #include <cmath> #include <ctime> #include <algorithm> #include <vector> #include <queue> #include <deque> ...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
2fd7ca965add809b76a3829f47e78e07a4184319
b938babcbca9f082127e2bf7e6e12026f3a3cb8e
/src/model.h
346f65e9faee9aad0832e9698ee4e3daec72d308
[]
no_license
hmatuschek/qnecpp
54aadc0752a7c9b8f8a63243bbfc783a56dac99f
73d38b04ab4e7ec8e0371b2680bc306e3376a30f
refs/heads/master
2020-09-16T22:46:26.527993
2019-11-25T14:14:38
2019-11-25T14:14:38
223,909,460
1
0
null
null
null
null
UTF-8
C++
false
false
802
h
#ifndef __MODEL_H__ #define __MODEL_H__ #include <string> #include <list> #include "object.h" #include "nec_context.h" #include "geometry.h" #include "ground.h" #include "excitation.h" #include "measurement.h" class ModelObj: public Object { public: ModelObj(const std::wstring &name=L""); virtual ~ModelObj(); ...
[ "hmatuschek@gmail.com" ]
hmatuschek@gmail.com
b024e3f430cc78878e8c4bd46255348384e48472
6c027bc36e6c9c167cae54351bf00826d9e62143
/src/client/Display.cpp
6439ea7cbcca7a42ff958e079f095b611cb69f25
[]
no_license
JoshBlythe/SituationalDisplay
1bd89398a4640a4ccd5f27316d2d6e1d5ca4e3be
e63aabff34a53eff38f4b19312b68edd8007d2e1
refs/heads/master
2021-01-07T14:09:36.865391
2020-10-20T14:02:18
2020-10-20T14:02:18
241,719,485
0
0
null
null
null
null
UTF-8
C++
false
false
2,105
cpp
#include "Display.h" Display::Display(int argc, char** argv) { enviroment = new Enviroment(argc, argv); std::string GlobeImageLoc = enviroment->fileLocations() + "/" + "GlobeImage" + ".png"; GlobeImage = new SprtieRender(GlobeImageLoc, 0, 0, 800, 600); } Display::~Display() { SDL_DestroyWindow(windo...
[ "you@example.com" ]
you@example.com
9d0e42421b4f021154f9bd0cbd8da8ff6916c9e5
1af49694004c6fbc31deada5618dae37255ce978
/chrome/browser/android/ntp/most_visited_sites_bridge.h
c04d0152576c87637ab5f21f0ba416f0b44ad461
[ "BSD-3-Clause" ]
permissive
sadrulhc/chromium
59682b173a00269ed036eee5ebfa317ba3a770cc
a4b950c23db47a0fdd63549cccf9ac8acd8e2c41
refs/heads/master
2023-02-02T07:59:20.295144
2020-12-01T21:32:32
2020-12-01T21:32:32
317,678,056
3
0
BSD-3-Clause
2020-12-01T21:56:26
2020-12-01T21:56:25
null
UTF-8
C++
false
false
2,710
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 CHROME_BROWSER_ANDROID_NTP_MOST_VISITED_SITES_BRIDGE_H_ #define CHROME_BROWSER_ANDROID_NTP_MOST_VISITED_SITES_BRIDGE_H_ #include <jni.h> #includ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b8e8db97298eba078cf0ba939cf45303554f8c51
8d1ee4bfb88b5f884d23a14cc83799b79904a7b0
/theblocksproblems.cpp
48a6c42a013d8569528e268c51e331371790421f
[]
no_license
mojoe12/UVa
aefb2020fe3b48c115557be131acb62ede08f5dc
dba57e95b3f387b187a872620ae9e72290fa1a61
refs/heads/master
2021-01-23T01:45:54.335619
2017-09-29T02:22:29
2017-09-29T02:22:29
92,890,593
1
0
null
null
null
null
UTF-8
C++
false
false
2,373
cpp
#include <iostream> #include <vector> using namespace std; vector<int> blank () { vector<int> dante (0); return dante; } int findcol(vector< vector<int> > blox, int a) { for (int i = 0; i < blox.size(); i++) { for (int j = 0; j < blox[i].size(); j++) { if (blox[i][j] == a) return i; } } return 0; } int ...
[ "josephahutter@gmail.com" ]
josephahutter@gmail.com
5cbc7fd466874a2f3ac3d031f7785a4f43981dc4
5c861a39f940a75733bd8cd7f475ce615b5e8a7c
/lib/server.h
a0d74e9ba769f752264c424414df71a58a4a9ab0
[]
no_license
CloudFundoo/cheeta
a1127834963bac9478c03804008cd579c9cd3aa0
45a80e456869d37d3a74a3e15718c98d58cea16f
refs/heads/master
2021-01-25T08:59:51.071443
2012-08-23T05:22:22
2012-08-23T05:22:22
4,555,120
0
1
null
2020-08-17T06:03:33
2012-06-05T02:56:36
C++
UTF-8
C++
false
false
274
h
#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> class server{ public: server(); ~server(); int socketfd; int rsocketfd; struct sockaddr_in instanceaddr; struct sockaddr_in remoteaddr; };
[ "cloudfundoo@gmail.com" ]
cloudfundoo@gmail.com
82ccb11334b8d4e34218a590b92cd1ba67ae1ff4
cfd66fb49f5856f9c862038a628e160e6fa0a18d
/berlinunited/src/management/config/configProtobuf.h
5907a3479621cb94d1fa9af54f67686eae29f6c4
[]
no_license
sergiyvan/robotic_vl
c977fea8503ea2a10c319759ed1727301e6472bd
1d3b66819e37a58e0ab752ea86aa2d8522643e1e
refs/heads/master
2021-01-20T12:04:01.507082
2014-11-03T15:41:42
2014-11-03T15:41:42
25,864,171
1
1
null
null
null
null
UTF-8
C++
false
false
2,491
h
#ifndef CONFIGPROTOBUF_H #define CONFIGPROTOBUF_H #include "configStorage.h" #include <msg_configuration.pb.h> #include <string> #include <iostream> #include <map> /*------------------------------------------------------------------------------------------------*/ /** ** configuration provider based on protobuf....
[ "lutz.freitag@fu-berlin.de" ]
lutz.freitag@fu-berlin.de
62ba2f3a18d5b752dcea56b81c74c28727afe232
b38ecff4d90805ad1d882172f234571cfef0ee2b
/Code/client/src/Systems/InterpolationSystem.cpp
41996e67b158a9a4ae76887b3cc10170e32d6dc4
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
blipvert/TiltedOnline
d46294c3f89bf74cc9acff93fe7fcad055955433
9210870580b00710a9e5c98edb28924284f1dd7a
refs/heads/master
2022-11-11T16:08:52.732293
2020-06-26T15:07:33
2020-06-26T15:08:55
275,181,709
0
0
NOASSERTION
2020-06-26T14:58:16
2020-06-26T14:58:16
null
UTF-8
C++
false
false
2,936
cpp
#include <Systems/InterpolationSystem.h> #include <Components.h> #include <Games/Skyrim/Misc/ActorProcessManager.h> #include <Games/Skyrim/Misc/MiddleProcess.h> #include <Games/Fallout4/Misc/ProcessManager.h> #include <Games/Fallout4/Misc/MiddleProcess.h> #include <Games/References.h> #include <World.h> void Interp...
[ "maxime@griot.fr" ]
maxime@griot.fr
4f652dc71e0f09f2108e8223a92ff22f05fb841d
eec2eb8d09c05ae3ef92ff1ff7c43d8e0ee67784
/rfc/gui/KGridViewListener.h
336df7bc718e5be5a2be1ab356431e7a67d210af
[ "MIT" ]
permissive
camark/RFC-Framework
6dc9c6668f2d01c6648f99c1b86913c2b257ad51
e82b51be20750f47ab73bb2176bd0344d3f32b57
refs/heads/master
2020-03-24T16:48:20.644669
2018-07-19T03:05:26
2018-07-19T03:05:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,308
h
/* RFC - KGridViewListener.h Copyright (C) 2013-2018 CrownSoft This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, ...
[ "ruchira66@gmail.com" ]
ruchira66@gmail.com
ca96c8ca615fb0b32abfb4862bdfde2071f569d9
b65ffe11899f9542ab213154b0c2d3c24bc60371
/src/ripple/test/jtx/impl/memo.cpp
0b0e799580f4af2bf6ba74773a34553abdbaa6b3
[ "ISC", "MIT-Wu", "MIT", "BSL-1.0" ]
permissive
rec/rippled
86bada74dd782fbe7d09ed29eb9e8fc4a7f00432
ea0bd086600d642c5f8e4ab9ba1f0164dc5b64f0
refs/heads/develop
2021-01-18T01:23:40.037370
2015-09-13T21:28:46
2015-09-13T21:28:46
18,302,070
2
0
null
2014-04-08T16:56:04
2014-03-31T17:41:21
C++
UTF-8
C++
false
false
2,848
cpp
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
[ "vinnie.falco@gmail.com" ]
vinnie.falco@gmail.com
285ef217a5c3d74676b1d3d1bade6dc414300e95
67cf763cc0f45b15fb8b43707d7d4ee571d01139
/AsyncEntityBuffer.cpp
2e66242e6400a2da5d9713317c72836c8bdbadea
[]
no_license
mhoff12358/VRBackend
38b72eded419e8c1c5e6b505dddc19db330da60b
88fca6bbcd0df644564a340cc58b35dae9e71081
refs/heads/master
2016-08-09T19:30:49.627075
2015-08-31T09:56:13
2015-08-31T09:56:13
36,851,069
0
0
null
null
null
null
UTF-8
C++
false
false
1,178
cpp
#include "AsyncEntityBuffer.h" AsyncEntityBuffer::AsyncEntityBuffer() { writing_group = groups; new_reading_group = groups + 1; old_reading_group = groups + 2; } AsyncEntityBuffer::~AsyncEntityBuffer() { } RenderGroup* AsyncEntityBuffer::Initialize() { return writing_group; } RenderGroup* AsyncEntityBuffer::P...
[ "mhoff12358@gmail.com" ]
mhoff12358@gmail.com
22d050dc7884cf78d16044805c2b516b59449620
a6a7b8742f5299e6537fa8065eff71d65132ea1a
/Coding-Ninjas/Assignment-3-BackTrack/distribute_candidates.cpp
6e7a82f5cdd0a8449a86a74f3fdb94015a81d2ba
[]
no_license
blackenwhite/Competitive-Coding
bb25994a9ffe3c8ac1476b4b11640a01f10e36e7
c95ecfc1dfc7879c02899341083569a4e60da2f8
refs/heads/master
2021-05-19T08:23:41.785230
2020-04-02T13:12:04
2020-04-02T13:12:04
251,603,623
0
0
null
2020-03-31T12:59:16
2020-03-31T12:59:16
null
UTF-8
C++
false
false
1,050
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; bool checkPossible(vector<long long> arr,int n,long long mid,int k) { int count = 0; for(int i=0;i<n;i++) { count += arr[i]/mid; } // cout<<count<<endl; if(count >= k) return true; else r...
[ "amrithchallenger@gmail.com" ]
amrithchallenger@gmail.com
28beeff864527d5a41740aac5aeaf1d08e5e192f
34ea7c33bba68d50471f2e6ff659418388fbe67a
/Engine/Animation/AnimationSystem.h
1a8da17078601fbeda66ff0957d06e8b75a617e8
[]
no_license
asdlei99/renderer-1
23eb1a23036291bd0001165689ab1b7e6bde4893
6bd75d1b29e89767c943db48c36288a5077bbc97
refs/heads/master
2021-01-03T00:15:09.665734
2020-01-18T14:20:57
2020-01-18T14:20:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
643
h
#ifndef __ANIMATION_SYSTEM__ #define __ANIMATION_SYSTEM__ #include "Core\System.h" #include "Container\Vector.h" #include "Container\LinkList.h" #include "Container\List.h" #include "Animator.h" class AnimationSystem : public System { BASEOBJECT(System); OBJECT(AnimationSystem); private: // all the animators L...
[ "nick12@live.cn" ]
nick12@live.cn
3efc64563fe8b4db631156a9bbb337a29b0a08b5
7aa1743c918b482a27dc843173b6bab05b511e21
/C++14_2/1_타입추론5.cpp
a4e55888a8a380e429add6a72719d5395cb87207
[]
no_license
RealChaser/Cpp_Lecture
7021be1b1f02c9f62f83db5a14885b8d8f34ebbb
b947bb6defdad4bb1c598c2c39a4d7f05cfc50de
refs/heads/master
2021-06-24T18:20:14.247040
2020-02-22T14:11:24
2020-02-22T14:11:24
91,180,286
0
0
null
null
null
null
UHC
C++
false
false
505
cpp
#include <iostream> #include <boost/type_index.hpp> using namespace std; using namespace boost; using namespace boost::typeindex; // 규칙 3. param 타입이 Forwarding Reference 일때 template<typename T> void foo(T&& param) { cout << type_id_with_cvr<T>().pretty_name() << endl; cout << type_id_with_cvr<decltype(param)>().pr...
[ "realchaser86@gmail.com" ]
realchaser86@gmail.com
d16bd4769dab1af6c5272216357448acca061bd9
2df280433353d1b42275b4af9eccec40499ca0b4
/include/Managers/ClusterManager.h
e5f397ca5a4c516154f3d2b44ae092f1e1dba48a
[]
no_license
bonoxu/PandoraSDK
40f7480aa7f867ee7e9835a05cd26cd0fac3b0e5
f60a9af7ecce90b0f8d4b74722d7503ddb2dd041
refs/heads/master
2021-01-21T07:34:14.991465
2016-07-12T20:41:20
2016-07-12T20:41:20
48,260,780
0
0
null
2015-12-18T23:17:15
2015-12-18T23:17:15
null
UTF-8
C++
false
false
5,554
h
/** * @file PandoraSDK/include/Managers/ClusterManager.h * * @brief Header file for the cluster manager class. * * $Log: $ */ #ifndef PANDORA_CLUSTER_MANAGER_H #define PANDORA_CLUSTER_MANAGER_H 1 #include "Api/PandoraContentApi.h" #include "Managers/AlgorithmObjectManager.h" #include "Pandora/PandoraIn...
[ "marshall@hep.phy.cam.ac.uk" ]
marshall@hep.phy.cam.ac.uk
85811bbf40c2c03730afa63018cc37403f6eb040
450e175d17b377ccebb731b9c40c2e8f57b424f2
/src/rsptilt_kinematics_plugin/src/RSPtilt_kinematics.cpp
fa7a0c4aaf3aeb48e15ee10df10b07d51fe02e55
[]
no_license
jlane1590/pose_trajectory_packages
42b913b3f72100a77b30dc46a2839813699647c7
88cdf13cd31f12d1ba725b72ecc6e0ea4cf8e1f0
refs/heads/master
2020-03-13T16:03:08.587447
2018-06-08T20:09:06
2018-06-08T20:09:06
131,189,339
0
0
null
null
null
null
UTF-8
C++
false
false
6,399
cpp
/* * RSPtilt_kinematics.cpp * * Created on: 31-Aug-2016 * Author: jlane */ #include <pluginlib/class_list_macros.h> #include <rsptilt_kinematics_plugin/RSPtilt_kinematics.h> #include <ros/ros.h> #include <iostream> #include <sstream> #include <math.h> PLUGINLIB_EXPORT_CLASS(rsptilt_kinematics::Kinematics,...
[ "jlane1590@gmail.com" ]
jlane1590@gmail.com
e0f422db451e30d0cd3ebc2c8a1de26e16414cf3
a843cc668ce1b67a7b88a6dd257567741804165a
/lv1/vector/std/make.cpp
a71455e2f2605bb595339517ce5ca4d404120553
[]
no_license
yuxaij/noip_ro
53aff24527550ae432d1eaf5c41238f7149a070a
661636f5b829255b5d2019225b9fb28d0fde7b51
refs/heads/master
2022-03-06T15:05:06.137717
2019-11-06T02:14:12
2019-11-06T02:14:12
218,312,461
0
0
null
null
null
null
UTF-8
C++
false
false
1,473
cpp
#include <ctime> #include <cmath> #include <cstdio> #include <cstdlib> #include <cstring> #include <iostream> #include <algorithm> #include <set> //#include <utility> const double pi = acos(-1.); using namespace std; set <pair<int, int> > t; int main(int argc, char **argv) { time_t tn = time(NULL); srand((uns...
[ "yuxaij@gmail.com" ]
yuxaij@gmail.com
82de2f4e24d4a3f7be0b6009996da72307523202
706a830ce08509b0d2339dfdb8394e321cfe521a
/src/IntersonArrayCxxImagingScanConverter.cxx
e18bbd2707377bd5346a301a02ec27887fa4126d
[ "Apache-2.0" ]
permissive
sjh26/IntersonArraySDKCxx
0aba595158be1de27f6ed760f1906fa8def85f3a
119955d168439aedf46c7bc15f121b802779dc43
refs/heads/master
2021-01-18T21:35:48.886478
2017-03-08T16:41:40
2017-03-08T16:41:40
84,370,738
0
0
null
2017-03-08T22:07:45
2017-03-08T22:07:45
null
UTF-8
C++
false
false
4,921
cxx
/*========================================================================= Library: IntersonArray Copyright Kitware Inc. 28 Corporate Drive, Clifton Park, NY, 12065, USA. All rights reserved. Licensed under the Apache License, Version 2.0 ( the "License" ); you may not use this file except in compliance with the...
[ "stephen@aylward.org" ]
stephen@aylward.org
a00488e23cacbd6a56a9cb2ce2190e3cfe0ad922
edf5e48d8877e5a182193605b9e75b3bca79399d
/src/main/Resources/CppCode/CharSetConvert.cpp
a57b69214a9a208ff7432a884d8deaa33cc0f791
[]
no_license
LuoYuWuSheng/javaLearn
be1357aea783a4e6ea10ba1ae56ecd0e68bdd762
7cd9f7df292cf8ea71ee2a15b3a29db55c11b093
refs/heads/master
2020-06-29T07:05:53.356213
2017-12-13T13:37:06
2017-12-13T13:37:06
74,442,602
0
0
null
null
null
null
UTF-8
C++
false
false
2,289
cpp
#include "CharSetConvert.h" CharSetConvert::CharSetConvert() { } CharSetConvert::~CharSetConvert() { } string CharSetConvert::UnicodeToUTF8 ( const wstring& str ) { char* pElementText; int iTextLen; // wide char to multi char iTextLen = WideCharToMultiByte ( CP_UTF8, 0, str.c_str(), -1, NULL, 0, NULL, NULL );...
[ "z_y_ang@163.com" ]
z_y_ang@163.com
af63bedc698e6ba3e3a509e4b6827b2dc5789791
0ba447ad10da4415235a4aef88f8a33fa3ac85d6
/OLD/POSN Computer/TrainingFor2/fulltank2.cpp
f6a5325c51f797da1b39d65547fc1c2fe6bb892d
[]
no_license
jojoclt/C
9aeef9364c17284446cacf7ca2222af5fe5062ad
30fd09812c6436b28adf742347cb54947ba6a9d7
refs/heads/master
2023-01-08T01:50:29.555281
2023-01-05T15:19:34
2023-01-05T15:19:34
174,821,787
0
0
null
null
null
null
UTF-8
C++
false
false
1,722
cpp
#include<bits/stdc++.h> using namespace std; const int MAXN = 2e5+1; struct road{ int y,p,t; bool operator <(road a)const{ return a.p<p; } }; struct coor{ int y,v; }; priority_queue<road>pq; vector<coor>a[MAXN]; int mem[MAXN][101]; int p[1000]; int n,m,t[1000],s[1000],e[1000]; int main(){ sc...
[ "Chalanthorn_jojo@Hotmail.com" ]
Chalanthorn_jojo@Hotmail.com
4947b414e9827fde8d01d526a34be9a88988a0af
4910ef8b690e110ccf279609290548dd6b70e5b4
/chapter_7/exer_sec_7_1_4/sales.cc
63d081c454dcc2bb06983dc1c8d7f7b993b02506
[]
no_license
poetchess/cpprunner
a6653d4c2e007f7f55246bcb5adf00474c092e72
6cef9495c12a934b4414b690193426cd41eb1522
refs/heads/master
2021-01-21T11:24:25.081439
2017-05-04T15:21:57
2017-05-04T15:21:57
83,566,873
0
0
null
null
null
null
UTF-8
C++
false
false
1,779
cc
#include <iostream> #include <string> #include "Sales_data.h" using std::cin; using std::cout; using std::cerr; using std::endl; using std::string; using std::istream; using std::ostream; // This function is intended to act like the compound assignment operator '+='. // When we define a function that operates like a ...
[ "ilvbaicai@126.com" ]
ilvbaicai@126.com
61dfa9c447bdc9f3074256b3056db9d5d8af8a22
45229380094a0c2b603616e7505cbdc4d89dfaee
/lstm/app/LSTM/neuralNetBase.cpp
f5ad42c243239f707c2f3de803f99eb084cea350
[]
no_license
xcud/msrds
a71000cc096723272e5ada7229426dee5100406c
04764859c88f5c36a757dbffc105309a27cd9c4d
refs/heads/master
2021-01-10T01:19:35.834296
2011-11-04T09:26:01
2011-11-04T09:26:01
45,697,313
1
2
null
null
null
null
UTF-8
C++
false
false
15,786
cpp
// NeuralNetBase.cpp #include <stdlib.h> #include <stdio.h> #include <iostream> #include <iomanip> #include <string> //#include <new.h> // for memory error handling //#include <ctype.h> //#include <unistd.h> // sleep //#include <termios.h> // struct termios #include <fcntl.h> //#include <sys/param.h> #...
[ "perpet99@cc61708c-8d4c-0410-8fce-b5b73d66a671" ]
perpet99@cc61708c-8d4c-0410-8fce-b5b73d66a671
6c4fbb4605a96beed69fbf5c229f19a8cf7118f7
0e33f73f57cf55b30bfec119a408508df4d8d7cd
/rozproszone2/rozproszone2/rozproszone2.cpp
e3e4cf078034ff12d6943bde343975450d0e47d2
[]
no_license
Darooks/ProjectsBackup
4a0bfadd713427437b9ebf74b629cf4885267f1e
32e4e786533735175ce252c8df3a7951efbda851
refs/heads/master
2021-05-29T21:40:38.273567
2015-04-22T10:46:43
2015-04-22T10:46:43
null
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
2,529
cpp
#include <windows.h> #include <stdio.h> #include <conio.h> #include <mutex> //--------------------------------------------------------------------------- #pragma argsused struct dane_dla_watku // tablica zawiera dane, ktore otrzymaja wątki { char nazwa[50]; int parametr; int id; } dane[3] = { { "[1]", 5, 1 }, { "[2...
[ "karol.jurczenia@gmail.com" ]
karol.jurczenia@gmail.com
e8e2205ae083c0ac2250a06d57bd10cf42c39241
331b63e262e8ac515328f22f97efd0cc3ebb11af
/src/AnalogButtons.h
bbd1442c37431afbae23332e367bab3b58bd8ca1
[]
no_license
per1234/ArduinoButtons
a465f637825bcf194ca3913905705144e28f702a
0fcfec65219e8443c32b3769880b2c96e274b55c
refs/heads/master
2020-03-20T12:06:44.752014
2017-02-27T21:26:11
2017-02-27T21:26:11
137,420,967
0
0
null
2018-06-15T00:02:05
2018-06-15T00:02:04
null
UTF-8
C++
false
false
1,064
h
/* class for hookup of up to 8 buttons to one analog pin using resistors as voltage dividers using this schematics only one button can be pressed at a time VCC <---+-[ R0 ]-+-[ R1 ]-+-[ R1 ]- ... +-[ Rn-1 ]-+--> GND | | | | | [B0] [B1] ...
[ "gitcow@cano.sk" ]
gitcow@cano.sk
c0fac074b6b21e93230e533ed232cfcf6f273e83
a07ef0f62eaa875ac69fc267908bd1169bbf9bfd
/src/data_util.cpp
58c432238b1d8d6495b8b413330cc49cb3f5ecc1
[ "MIT" ]
permissive
YitongFeng/OPQ_MultiIndex
c7826e7fea19603ce82e301b7701dd524440daa8
565f2ab7e860dda66cede700ae7564a9a86854fb
refs/heads/master
2021-01-11T23:31:02.550055
2017-02-14T07:19:07
2017-02-14T07:19:07
78,592,501
2
0
null
null
null
null
GB18030
C++
false
false
7,686
cpp
// Copyright 2012 Yandex Artem Babenko #include "stdafx.h" #include "data_util.h" void splitString(string inString, vector<string> &sp){ inString += " "; int size = inString.size(); int st = 0; int pos = inString.find(" ", 0); while (pos<size && pos != inString.npos){ string tmp = inString.substr(st, pos - st);...
[ "imfengyitong@hotmail.com" ]
imfengyitong@hotmail.com
fe23746cc5ab592e757d61c3e610a850e262d107
b974f048890d26044d05f87e7dee2fdacf9417e8
/humancontroll.h
a8b0310349f4c2d8997ac5822818a3df0cf20188
[]
no_license
jkpawlowski96/Mouse
60a26edd806e299c6039cd691b8d9c8bcd1578d7
e9ade090bcef600a5220e0a12210b30f0b469d65
refs/heads/master
2023-04-08T01:45:11.129678
2021-04-13T16:43:01
2021-04-13T16:43:01
343,504,017
0
0
null
null
null
null
UTF-8
C++
false
false
710
h
#ifndef HUMANCONTROLL_H #define HUMANCONTROLL_H #include "geometry.h" #include "expander.h" /** * @brief Human controlled si * */ class HumanControll: public SI { public: /** * @brief Construct a new Human Controll object * * @param initDirection */ HumanControll(Direction initDirecti...
[ "jkpawlowski96@gmail.com" ]
jkpawlowski96@gmail.com
cffb443ec93b8ca5dbc7a09db6b4e71df95fcdb2
f5458509ffd96ea19f4868b935864a80d13e39d8
/SteinerRadzik_simulatedAnnealing/Grafo.h
6044045eb4e81d38d88ecf7a2b559aeed79fc3ac
[]
no_license
islamifelipe/BiST_hybrid_algorithms2
e11dd4a0c7eb76f8e452bd11b9a09ff48deaa24b
8ef3c34dd20e23a9df74a3070b9f082c9641b235
refs/heads/master
2021-01-22T02:04:29.847556
2018-05-24T16:46:55
2018-05-24T16:46:55
92,323,917
0
0
null
null
null
null
ISO-8859-2
C++
false
false
1,288
h
#ifndef _GRAFO_H_ #define _GRAFO_H_ #include "Vertice.h" #include <map> #include <vector> class Grafo{ private: int n; Vertice **lista_vertices; /*Lista (fixa) de vértice. É um vetor de ponteiros. Cada vértice possui uma lista de arestas adjacentes.*/ map <int, Aresta *> arestasByIndex; /*lista d...
[ "islame-felipe.da-costa-fernandes@etu.unice.fr" ]
islame-felipe.da-costa-fernandes@etu.unice.fr
1285ea4c6e656e9691fa86e41bcacf48baaca616
95ab8a21dda989fde5b0796d1488c30128a01391
/CodeForces/C++/1166C.cpp
1c9a97dcfc1746cc9caa2687d7230c9da6afe729
[]
no_license
neelaryan2/CompetitiveProgramming
caa20ffcdee57fb2e15ceac0e7ebbe4e7277dc34
959c3092942751f833b489cc91744fc68f8c65d2
refs/heads/master
2021-06-28T14:10:50.545527
2021-02-15T17:34:03
2021-02-15T17:34:03
216,887,910
2
1
null
null
null
null
UTF-8
C++
false
false
780
cpp
#include <bits/stdc++.h> using namespace std; #ifdef LOCAL #include "trace.h" #else #define trace(args...) #endif using ll = long long; using ld = long double; using pii = pair<int, int>; using vi = vector<int>; #define mp make_pair #define ub upper_bound #define lb lower_bound #define fi first #define se second #defi...
[ "neelaryan2@gmail.com" ]
neelaryan2@gmail.com
6c5ef3851dc981026a13c6fd5acdd606a7f06c09
627ddc63ba0ef8978f7cbae23cb0a1f1cb979e9a
/System/GUI/Widgets/Menu/MenuRenderView.h
b3ce589e7cadc3830cada4f776be77eedab03700
[]
no_license
kavionic/PadOS
4190ef764b146de6b756e97d3859d6d0fec3e2ec
64acab418038ddcf7306c77ffbabc1c6880591d4
refs/heads/master
2023-07-04T09:58:57.316342
2023-06-26T23:46:39
2023-06-26T23:46:39
125,652,980
2
0
null
null
null
null
UTF-8
C++
false
false
2,141
h
// This file is part of PadOS. // // Copyright (C) 1999-2020 Kurt Skauen <http://kavionic.com/> // // PadOS 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 3 of the License, or // (at your ...
[ "kurt.skauen@gmail.com" ]
kurt.skauen@gmail.com
4fa946fa711ef218a542f90421007935902ebe21
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/prebuilt_include/llvm/lib/Fuzzer/FuzzerInternal.h
c26615631ecd013856d574f7516e6f66c17d9012
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "NCSA", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-arm-llvm-sga", "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
4,835
h
//===- FuzzerInternal.h - Internal header for the Fuzzer --------*- C++ -* ===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
c57d15120f622edd0fcc700148eb00d71c1a6e3e
a5630a7862ab386439f7b1b678162c178cae2d1d
/toolkits/graphical_models/deprecated/gibbs_sampling/factorized_model.hpp
0694c67ade422db5be613386fc28f615d5ead1d0
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
xiechenny/powerswitch
813b74ede6ca1fdc4c475c41552b0207d73f1c3e
8fc0cca6fa3085924209d13f32661aec69339d98
refs/heads/master
2021-01-19T00:13:08.981155
2013-12-23T08:05:10
2013-12-23T08:05:10
14,947,923
15
8
null
null
null
null
UTF-8
C++
false
false
3,531
hpp
/** * Copyright (c) 2009 Carnegie Mellon University. * 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...
[ "joseph.e.gonzalez@gmail.com" ]
joseph.e.gonzalez@gmail.com
b574707e534d5dc6c40c56619d5b5b983d28632d
72aca11f973b7c337012475ad3111cd20a5dd589
/others/2020.08/2020.08.31-Exam/a.cpp
d1ae71433c727ddb6188d6e80e2776b860c6b725
[]
no_license
aplqo/exercises
a4cee1acbef91e64aee2bd096cd7e0bb834926a4
e28f14eaf89481c34bc1a27206e8cea2d2d94869
refs/heads/master
2021-06-25T06:34:09.535835
2021-04-08T13:52:39
2021-04-08T13:52:39
217,698,619
0
0
null
null
null
null
UTF-8
C++
false
false
1,327
cpp
#ifdef APTEST #include "debug_tools/program.h" #endif #include <algorithm> #include <fstream> #include <iostream> #include <set> using namespace std; const unsigned int maxn = 2e5; multiset<int> pos, neg; int a[maxn + 1], acc; long long sum; inline void insert(const int v) { if (v + acc < 0) neg.insert(v); el...
[ "aplqo@outlook.com" ]
aplqo@outlook.com
fee6d58d12f8436f86d331285b6e26b84a37bafd
16e90b3fb905350bdfe012f786ed24d83ee7d00c
/server/Ca.hh
4a51765d8cd00764bf6d58a25f840214d6c01f0c
[]
no_license
lcls-daq/ami
b216fac06164d4e860d8bf385b381d01a15719da
4b46b80970fec84979be24eedea8639bd90a9748
refs/heads/master
2023-08-03T00:30:36.833126
2023-07-29T09:28:36
2023-07-29T09:28:36
87,128,480
2
0
null
null
null
null
UTF-8
C++
false
false
192
hh
#ifndef Ami_Ca #define Ami_Ca namespace Ami { class Ca { public: Ca(const char*); ~Ca(); public: const char* name () const; double value() const; }; }; #endif
[ "none@example.com" ]
none@example.com
3f725bcd2aa7d1cf9c949c63cfd2ee2300c72de3
0ed735acc601e494b5dee529200d6383779c1d39
/node_modules/face-recognition/cc/Rect.h
a3fdaa367b356f073eade2df79ae821f0197731b
[ "MIT", "Apache-2.0" ]
permissive
osman-demirci/digital-guard-app-ipcamera
69d35e9bf8632e514e01b75b8b296cb1c4b572a5
397a105d34194e2ce1ab7a31f34d03631a316b44
refs/heads/master
2022-12-15T17:56:55.346494
2020-09-06T21:41:47
2020-09-06T21:41:47
293,359,459
1
0
null
null
null
null
UTF-8
C++
false
false
1,119
h
#include "Converters.h" #include "dlib/geometry/rectangle.h" #ifndef __FACEREC_RECT_H__ #define __FACEREC_RECT_H__ class Rect : public Nan::ObjectWrap { public: dlib::rectangle rect; static NAN_MODULE_INIT(Init); static NAN_METHOD(New); static NAN_GETTER(GetLeft) { info.GetReturnValue().Set((int...
[ "osman.demirci@basarimobile.com" ]
osman.demirci@basarimobile.com
6a25f632adc353af8ab10d79c0728f2812c1dd46
a1f96abe0b24c8d758a432aee6a86bcbf1ac839d
/inference-engine/tests/functional/inference_engine/ngraph_reader/softmax_tests.cpp
91bb47a8d7d32ad06a20af481e3af72444faf89a
[ "Apache-2.0" ]
permissive
fujunwei/dldt
4cd605af85003c4df688f569d7e36deec9a6fd4b
09497b7724de4be92629f7799b8538b483d809a2
refs/heads/webml
2021-08-15T03:10:32.527006
2020-07-31T05:17:56
2020-07-31T05:17:56
210,724,923
0
0
Apache-2.0
2020-06-17T00:42:45
2019-09-25T00:54:25
C++
UTF-8
C++
false
false
2,502
cpp
// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include <string> #include "ngraph_reader_tests.hpp" TEST_F(NGraphReaderTests, ReadSoftMaxNetwork) { std::string model = R"V0G0N( <net name="Activation" version="10"> <layers> <layer name="in1" type="Parameter" id="0...
[ "alexey.suhov@intel.com" ]
alexey.suhov@intel.com
f9f8458b5c29b5eed608c29c5a3965d8884263fc
1c29f24ac64e818c1cf28b1ce84fb7a49f974770
/FPGA/conv_test.cpp
e8bd18fc9e8a51daa8dce79ee9c3d1093910e368
[]
no_license
missionfission/FPGA-CNN-Acceleration
12686568587444ef27aeefd7a60a84c12592b3f5
5fffccf0e106a76248785cdbab896b5c919b55ad
refs/heads/master
2022-12-26T15:16:10.964358
2020-10-18T10:35:41
2020-10-18T10:35:41
138,384,926
7
0
null
null
null
null
UTF-8
C++
false
false
3,317
cpp
#include <stdio.h> #include "conv.hpp" #include <cmath> #include <ctime> void conv_test() { int i; int j; int c; int num_weights = 3 * 3 * 3 * 2 + 3; data_t A[3 * 3 * 3 * 2 + 3 + 50 + 27]; // Hard-coded answer data_t C[27] = {0.660000, 1.485000, 1.320000, 1.485000, 2.970000, 2.475000, 1.320000, 2.475000, 1.980000...
[ "iaskhushal@gmail.com" ]
iaskhushal@gmail.com
23bb04e51a8e15a406da4c0eaecad63f99720a10
248baea990108d445b554908ec70f6df680f0dd8
/src/counterflow1d/CounterFlow1DFlameExperiment.h
e553cb97ea1db757f5f36a0fcb838af4fa6c8d01
[]
no_license
olarrh/OpenSMOKEpp_KineticOptimizer
7dbf5776441f5c22f30439ac550d58cd5d0ab7b7
a90468b3583629c4ef3d50c3012f5b40f74c9bcc
refs/heads/master
2020-06-23T11:37:39.476575
2018-07-22T21:43:48
2018-07-22T21:43:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,944
h
/*-----------------------------------------------------------------------*\ | ___ ____ __ __ ___ _ _______ | | / _ \ _ __ ___ _ __ / ___|| \/ |/ _ \| |/ / ____| _ _ | | | | | | '_ \ / _ \ '_ \\___ \| |\/| | | | | ' /| _| _| |_ _| |_ | | | |_| | |_) |...
[ "alberto.cuoci@polimi.it" ]
alberto.cuoci@polimi.it
6779259e7383383c67135dd7555c542f49308b30
5ff791c9d373f4403905078fe8624940044b6e38
/src/pol/logic2/DragDropManager.h
065440cdd0233526e89e8f873a7a944c2bba606b
[]
no_license
rocking-around/PoL1.62.002
029eb63f341b9b88bc574ae430c7eaba9f943026
919abd5afa7eef92dc52d4e1d1e858b906cc577f
refs/heads/master
2023-03-21T00:20:25.192498
2020-03-19T08:46:56
2020-03-19T08:46:56
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
7,830
h
// // сервер для работы с механизмом drag & drop'a // #ifndef _PUNCH_DRAGDROPMANAGER_H_ #define _PUNCH_DRAGDROPMANAGER_H_ #include "entityaux.h" #include <undercover/interface/SlotsEngine.h> class SlotEnv; class HumanEntity; class SlotsEngine; class AbstractBin; class AbstractGround; typedef unsigned slid_t; //иден...
[ "43969955+Hyski@users.noreply.github.com" ]
43969955+Hyski@users.noreply.github.com