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
0923efe5d2553fb9efb897f240f19e04f104f6cb
ee22fa7476a52f3fe2f9bc88d6c8f43f614cdba6
/UVA/11462.cpp
f6f17c4d4a93aa5fcbb032ae328978af963f7e15
[]
no_license
Sillyplus/Solution
704bff07a29709f64e3e1634946618170d426b72
48dcaa075852f8cda1db22ec1733600edea59422
refs/heads/master
2020-12-17T04:53:07.089633
2016-07-02T10:01:28
2016-07-02T10:01:28
21,733,756
0
0
null
null
null
null
UTF-8
C++
false
false
786
cpp
// // main.cpp // p11462 // // Created by Silly on 14-1-27. // Copyright (c) 2014年 Silly. All rights reserved. // #include <iostream> #include <cstring> int x[102] = {0}; int main(int argc, const char * argv[]) { int n, k; while (scanf("%d", &n) == 1 && n) { memset(x, 0, sizeof(x)); for (...
[ "oi_boy@sina.cn" ]
oi_boy@sina.cn
76149d52e5d27af04835f9eee48d09891ebeca25
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/chrome/browser/ui/app_list/app_list_positioner_unittest.cc
24fce11708f827a6a19eecdb05b62d69c535f552
[ "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
13,798
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/app_list/app_list_positioner.h" #include <memory> #include "testing/gtest/include/gtest/gtest.h" namespace { const int kSc...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
9a9a3cbf5c6b2354cea52d9628e2f8b5e2d0b679
49bae5d7b641d32dd09c207253b3269db8dcf2b3
/libs/level4/vulkan/renderencoder.cpp
2056df1a727c51e220847bdb5f81526e8ca365be
[]
no_license
DeanoC/old_wyrd
744702f2157894dce4eca6dfdb1895bd3c7b1cb6
97cb85b5d756adbef4c899e72c4e121f049e6ec3
refs/heads/master
2020-07-26T20:12:26.167716
2019-01-08T13:44:00
2019-01-08T13:44:00
208,752,240
0
0
null
null
null
null
UTF-8
C++
false
false
10,159
cpp
#include "core/core.h" #include "render/bindingtable.h" #include "render/buffer.h" #include "render/commandqueue.h" #include "render/pipeline.h" #include "render/viewport.h" #include "vulkan/bindingtable.h" #include "vulkan/buffer.h" #include "vulkan/texture.h" #include "vulkan/semaphore.h" #include "vulkan/renderenc...
[ "me@deanoc.com" ]
me@deanoc.com
0caa4c133e1141572718a174179fb49aa870c3d9
f5bec63dd3dd888ebc55eeadfebf0ff39f50f486
/framework/utilities.cpp
595c1c632bc0fd4ddeb4ccf4747a2cedc938d212
[]
no_license
jaenster/Charon
0db2281b9def6547268ab767cd06e99f56cda510
43a8c9b08882416ebf8389bf31af7bc822a16b47
refs/heads/master
2023-09-04T12:10:23.269039
2021-01-03T13:56:41
2021-01-03T13:56:41
273,071,832
0
0
null
2020-06-29T08:12:23
2020-06-17T20:27:43
C++
UTF-8
C++
false
false
8,537
cpp
#define _USE_MATH_DEFINES #include "../headers/D2Structs.h" #include "../headers/common.h" #include "../headers/feature.h" #include "../headers/utilities.h" #include "../headers/remote.h" #include <iostream> #include <cmath> #include <unordered_map> #include <random> REMOTEFUNC(void __stdcall, D2Drawline, (int X1, in...
[ "38635886+Nishimura-Katsuo@users.noreply.github.com" ]
38635886+Nishimura-Katsuo@users.noreply.github.com
ec3cf61efd5055ad8062107370184ef9a3e6e4d4
ea380383f5c430dc49e9ea2fce588fd8917a8c00
/Bag/bag.cpp
dba8fa1bc9a855bd81166bfd835cdf4d1c350ee8
[]
no_license
fw2h/CPP_gyak
af1556459b56220ee836ec7915c29ddb4c3646ef
d6c425b9e050d1eaf082c0de09ed142c4d43334c
refs/heads/main
2023-03-17T19:16:24.946315
2021-03-12T09:13:50
2021-03-12T09:13:50
347,004,982
0
0
null
null
null
null
UTF-8
C++
false
false
1,645
cpp
#include "bag.h" #include <iostream> using namespace std; void Bag::clear() { _vec.clear(); _maxind = 0; } void Bag::putIn(int e) { size_t ind; if (logSearch(e, ind)) { ++_vec[ind].count; if (_vec[ind].count > _vec[_maxind].count) _maxind = ind; ...
[ "root@DESKTOP-BRGCR5H.localdomain" ]
root@DESKTOP-BRGCR5H.localdomain
0b29ea025bc19b80a33d600959d0a6d6255344a4
1d6abe27a802d53f7fbd6eb5e59949044cbb3b98
/tensorflow/lite/delegates/gpu/cl/kernels/max_unpooling.cc
0bea5e4b6b79e559d4708923f12fac0b69b43937
[ "Apache-2.0" ]
permissive
STSjeerasak/tensorflow
6bc8bf27fb74fd51a71150f25dc1127129f70222
b57499d4ec0c24adc3a840a8e7e82bd4ce0d09ed
refs/heads/master
2022-12-20T20:32:15.855563
2020-09-29T21:22:35
2020-09-29T21:29:31
299,743,927
5
1
Apache-2.0
2020-09-29T21:38:19
2020-09-29T21:38:18
null
UTF-8
C++
false
false
6,630
cc
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
cc354522cdcdf5d4c780c9fc38f7e187c8cd923f
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir7941/dir7942/dir8062/dir8063/dir12766/dir12767/dir13029/dir15097/dir15260/dir18144/file18514.cpp
4f4b50cae8d74d965aac7b4c4bacf9d56b9a9277
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
115
cpp
#ifndef file18514 #error "macro file18514 must be defined" #endif static const char* file18514String = "file18514";
[ "tgeng@google.com" ]
tgeng@google.com
199b412e3bc734ace2f1c99890e8487697e6c1c6
4eeb0e76853ce88ee63bca5dcb0ca62d843a86ac
/src/qt/utilitydialog.cpp
69f6e971aab2200a6fcbfaa0b2f643cc2a9e22ba
[ "MIT" ]
permissive
Kalkicoin/Kalkicoin
e4fb06803d6ca21a04381db16bef074e07df8d6b
6e03399f8954477f43da70401d7999c7d14778a3
refs/heads/master
2020-04-23T20:38:16.883027
2019-02-19T09:45:44
2019-02-19T09:45:44
169,476,100
0
0
null
null
null
null
UTF-8
C++
false
false
7,010
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "utilitydialog.h" #inc...
[ "kalkicoin.com@gmail.com" ]
kalkicoin.com@gmail.com
f7d0dd9cc9166d9f14d2760fda89b4c5af14cea5
40fd26d94ade05ef5da48f67a6b88894a4b2a572
/core/tokenizer/TokenizerRulesFacade.cpp
88b59962676397c58b4a0a856ba1bfed08d268e1
[]
no_license
prograholic/compiler
0276322784ebc289318a19c9c4e7e96a2b3a6bb6
6dc48fc7666adf7ed5da27785f38070932986154
refs/heads/master
2016-08-05T00:31:57.446105
2013-06-28T09:21:59
2013-06-28T09:21:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,204
cpp
#include "core/tokenizer/TokenizerRulesFacade.h" #include <algorithm> #include <boost/smart_ptr/make_shared.hpp> #include <boost/foreach.hpp> #include "core/tokenizer/rules/AlphaNumTokenizerRule.h" #include "core/tokenizer/rules/DoubleQuotedTextTokenizerRule.h" #include "core/tokenizer/rules/OneSymbolTokenizerRule....
[ "alexey.kutumov@gmail.com" ]
alexey.kutumov@gmail.com
063cba0d7d68c62aee96c8dc02a1f2d213db3139
6996392046b4f6a55728a5a2142791d5876f497e
/saturation.h
163938537e5c7b77e8247f2c11fe885e4621edf2
[]
no_license
paszkowskiDamian/PhotoApp
2395a2ab57bc14540814660d2b9d6e532f403685
a7d7d9d91f94263a83a33152c572a9f654fc22f5
refs/heads/filter
2021-01-22T04:02:21.863942
2017-02-09T21:28:23
2017-02-09T21:28:23
81,496,158
0
0
null
2017-02-09T21:28:24
2017-02-09T21:22:19
C++
UTF-8
C++
false
false
215
h
#ifndef SATURATION_H #define SATURATION_H #include "Filter.h" class Saturation : public Filter { public: Saturation(QPixmap*); virtual QImage pipe(QImage); ~Saturation(); private: }; #endif // SATURATION_H
[ "paszko.damian@gmail.com" ]
paszko.damian@gmail.com
67ce6eb74496deb0536861d7c1109a3e6594bed3
c057e033602e465adfa3d84d80331a3a21cef609
/C/testcases/CWE127_Buffer_Underread/s03/CWE127_Buffer_Underread__new_wchar_t_cpy_17.cpp
fa81fc5428ba6ac6ba25e160e1f42100858277a7
[]
no_license
Anzsley/My_Juliet_Test_Suite_v1.3_for_C_Cpp
12c2796ae7e580d89e4e7b8274dddf920361c41c
f278f1464588ffb763b7d06e2650fda01702148f
refs/heads/main
2023-04-11T08:29:22.597042
2021-04-09T11:53:16
2021-04-09T11:53:16
356,251,613
1
0
null
null
null
null
UTF-8
C++
false
false
3,220
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE127_Buffer_Underread__new_wchar_t_cpy_17.cpp Label Definition File: CWE127_Buffer_Underread__new.label.xml Template File: sources-sink-17.tmpl.cpp */ /* * @description * CWE: 127 Buffer Under-read * BadSource: Set data pointer to before the allocated memory buffer *...
[ "65642214+Anzsley@users.noreply.github.com" ]
65642214+Anzsley@users.noreply.github.com
80f2f3276acf16a80d144e0fa15d94d8a12f7a3c
169e75df163bb311198562d286d37aad14677101
/tensorflow/tensorflow/core/kernels/cwise_op_abs.cc
1920c54e80759735686d8ac3e17feb4fb4310337
[ "Apache-2.0" ]
permissive
zylo117/tensorflow-gpu-macosx
e553d17b769c67dfda0440df8ac1314405e4a10a
181bc2b37aa8a3eeb11a942d8f330b04abc804b3
refs/heads/master
2022-10-19T21:35:18.148271
2020-10-15T02:33:20
2020-10-15T02:33:20
134,240,831
116
26
Apache-2.0
2022-10-04T23:36:22
2018-05-21T08:29:12
C++
UTF-8
C++
false
false
2,031
cc
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "thomas.warfel@pnnl.gov" ]
thomas.warfel@pnnl.gov
609a992f5d680a9a4a17c182141a6c224e0b6386
741335a951c5e99c190d3e34d1590b7d4f03ebe4
/eve/math/TVector2.h
07e6d1cd09647132ed16023ad6bdd9181e62d0c2
[ "BSD-3-Clause" ]
permissive
mrvux/Eve
3221582287971579d9aba895184c1b87e69b0025
2106e1136425a0a8fe0e9befca0529bf2c5326f5
refs/heads/master
2021-01-22T13:41:39.619612
2014-11-10T10:39:52
2014-11-10T10:39:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,898
h
#if !defined(__EVE_MATH_TVECTOR_H__) #error "Do not include this header directly, include eve/math/Tvector.h instead" #endif #pragma once #ifndef __EVE_MATH_TVECTOR_2_H__ #define __EVE_MATH_TVECTOR_2_H__ #ifndef __EVE_CORE_INCLUDES_H__ #include "eve/core/Includes.h" #endif #ifndef __EVE_MATH_MATH_H__ #include "eve/...
[ "romain@ftopia.com" ]
romain@ftopia.com
729a09d0df836dfd5cd276e567143207d4977845
321b8ca726aae37e2e5dba76eb489ce23ffde511
/GraphicsEngine/GraphicsEngine/Mesh.hpp
cf34ca4cefb88f94e2b01fd6083beda87d6b415d
[]
no_license
AshishGogna/TrueEngine
a51d1efabe27003b6feccb34ff9cbf8a6d9c7483
b1b8349ee4266d890fcad6148e4c8ec39716516c
refs/heads/master
2021-09-13T07:31:39.298839
2018-04-26T13:53:49
2018-04-26T13:53:49
115,484,851
0
0
null
null
null
null
UTF-8
C++
false
false
661
hpp
// // Mesh.hpp // GraphicsEngine // // Created by Ashish Gogna on 03/02/18. // Copyright © 2018 Ashish Gogna. All rights reserved. // #ifndef Mesh_hpp #define Mesh_hpp #include <stdio.h> #include <GL/glew.h> #include <iostream> #include "Vertex.hpp" #include <vector> #include "Transform.hpp" using namespace std;...
[ "ashishgogna9@gmail.com" ]
ashishgogna9@gmail.com
df2238f5b0f7c5d1a33693411505e84e07a451d5
ce690903b0cad896ea15642460c1d14c8ec4250e
/good/Filmora-Screen-Windows/inc/Externlib/MultiMediaSDK/Interface/C++/COM/DecMgr.h
02e91d61624d1d4158c039ab729ab3d93c4aad78
[]
no_license
LuckyKingSSS/demo
a572e280979a019246e6d51cb7c6bfa947829a5c
db4f55389d4ed2d3ada29083116654e2107e333e
refs/heads/master
2021-07-05T22:09:17.065287
2017-09-28T05:51:51
2017-09-28T05:51:51
105,107,036
1
3
null
null
null
null
UTF-8
C++
false
false
19,246
h
/*! \file DecMgr.h * \brief 解码器接口调用说明 * Detailed *应用层可以通过调用DecMgr模块获取IDecMgr的接口,通过该接口的GetMediaInfo方法获取媒体信息接口IMediaInfo, *该接口提供了获取媒体信息的方法。为了获取ID3或媒体的其它信息,那么可以调用IMediaInfo接口中的QueryInerface方法,查询是否支持该接口。 *为了获取音视频流接口IMediaStream,使用IDecMgr接口的CreateMediaDecoder方法,创建媒体解码器IMediaDecoder接口, *通过QueryInterface方法查询IVide...
[ "wangbiao@wondershare.cn" ]
wangbiao@wondershare.cn
7b8233dae4a84d1f6ef6978b11161532ea341e02
057382cd5ed939152c4a937c2cdc5aaa74e66523
/console/generator.cpp
85f30705bf739341e7b51a7fbb9a70858bd8e603
[]
no_license
Veala/GrShell
41b56e779d26bdeec8e86af0bd545e28610ed329
d3e9df481eee31195e9e09ee3339bdc62ce047ad
refs/heads/master
2021-09-04T12:36:39.282668
2018-01-18T16:34:25
2018-01-18T16:34:25
109,154,467
0
0
null
null
null
null
UTF-8
C++
false
false
16,468
cpp
#include "generator.h" generator::generator() { //genData["-gVOLT"] = "5.0E-01"; //genData["-gFREQ"] = "160.0E+06"; if (signal::sigData["-sType"] == "LFM") sig = new signal_LFM(gFreq); if (signal::sigData["-sType"] == "SIN") sig = new signal_SIN(gFreq); if (signal::sigData["-sType"...
[ "ialaev86@gmail.com" ]
ialaev86@gmail.com
13f7a1b35f5215db5ecada6109eb70e7ce1b653b
9ac313b5dc87f470eb45cdb2df71f470751d3f01
/04.12/60 параграф/9.cpp
37ef6221c4ce16d9bb4fd5b75a39abc9e8cf6a1c
[]
no_license
Maks3410/inf
68b1c091fbf608c8c845acc3f62f8c61ef032cd0
f391c99966b1c49d3c7a4ff0716c8ef797370d94
refs/heads/master
2023-04-03T15:21:04.227051
2021-04-22T17:11:11
2021-04-22T17:11:11
360,633,154
0
0
null
null
null
null
UTF-8
C++
false
false
212
cpp
#include <iostream> using namespace std; int fibonacci(int n){ if (n <= 2) return 1; else return fibonacci(n - 1) + fibonacci(n - 2); } int main() { int a; cin >> a; cout << fibonacci(a); }
[ "maksim.maksimum@gmail.com" ]
maksim.maksimum@gmail.com
3711831852bf88a4ac7d44b01675ded262af0652
918923bd15593830b5b109fbbadaab0028091f81
/sql_parser/ast_node/ast_insert_stmt.cpp
6bdbac62a3bd1008e0b109e8d80a0143cfa09bab
[]
no_license
XLPE/Ginkgo
6ddbc00a2d57eb08b74dcdf6f4b3e1248e78ce5b
b016b8d22dab9e8d58096bcd6fedc8843574dc6c
refs/heads/master
2020-12-18T13:15:13.779015
2017-09-27T02:11:35
2017-09-27T02:11:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,045
cpp
/* * Copyright [2012-2015] DaSE@ECNU * * 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, Ve...
[ "885626704@qq.com" ]
885626704@qq.com
12d2e43cbce39571be798b4093c034ab38949301
96c413b37babcb131afbbd16ed4106483d26c874
/jhess.cpp
0b41fa65b8e1f87dba4d325f7dbb95ca27250feb
[]
no_license
JonPizza/antfarm9002
63cebb69e1de640fa538d96924f91aca658d569d
8aaf240e68c99b410e26f7b08f5aa3f12b7867ed
refs/heads/master
2023-06-13T04:35:05.522469
2021-07-08T01:39:18
2021-07-08T01:39:18
383,969,251
0
0
null
null
null
null
UTF-8
C++
false
false
68
cpp
#include "board.cpp" int main() { Board b(640); return 0; }
[ "=" ]
=
226a0fb2c7cb6480ce1a91d20d6600d490518226
eb2f8b3271e8ef9c9b092fcaeff3ff8307f7af86
/Grade 10-12/2018 summer/二中集训/7.7 contest/t2.cpp
ce292338efba81a6da610d4676053eeea95ab95b
[]
no_license
Orion545/OI-Record
0071ecde8f766c6db1f67b9c2adf07d98fd4634f
fa7d3a36c4a184fde889123d0a66d896232ef14c
refs/heads/master
2022-01-13T19:39:22.590840
2019-05-26T07:50:17
2019-05-26T07:50:17
188,645,194
4
2
null
null
null
null
UTF-8
C++
false
false
2,612
cpp
#include<iostream> #include<cstdio> #include<cstring> using namespace std; inline int read(){ int re=0,flag=1;char ch=getchar(); while(ch>'9'||ch<'0'){ if(ch=='-') flag=-1; ch=getchar(); } while(ch>='0'&&ch<='9') re=(re<<1)+(re<<3)+ch-'0',ch=getchar(); return re*flag; } int n,m; int ...
[ "orion545@qq.com" ]
orion545@qq.com
bd795b3edf0c8ec1724576b0427a10949660e3e1
e2c4c567bc3117d79111ba3ba2a2c32befe913f8
/src/masternode/masternodeman.h
c8738d445c4b43d3976a2486df05ff6faf4a6a90
[ "MIT" ]
permissive
zyrkproject/zyrk-core
989f264b44170d077e7929847fd1b8dfe16ff2b6
e0daa7c6a270ac2db186734bba39079ddeb32bd2
refs/heads/master
2020-05-19T05:55:12.993218
2019-06-15T01:35:29
2019-06-15T01:35:29
184,860,119
4
2
NOASSERTION
2019-06-15T01:35:30
2019-05-04T06:26:38
C
UTF-8
C++
false
false
12,336
h
// Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2019 The Zyrk Project developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODEMAN_H #define MASTERNODEMAN_H #include "masternode.h" #...
[ "admin@zyrk.io" ]
admin@zyrk.io
cfdd020bf22f5895f28311970f295e30afb248ce
c06bc4e70e420f109c451374559a923d3a9fd122
/libraries/PION/examples/CubeSat-SD-Card-Advanced/CubeSat-SD-Card-Advanced.ino
66bd34d5bcf549d78e78c1f02cd8515a6bc192c9
[ "MIT" ]
permissive
pion-labs/pion-educational-kits
3661f6cff4dc3e86330a05314e80eaa89e87b01b
1bea23f00040e386b44285f926b6871ba1bcd5fb
refs/heads/main
2023-06-17T19:43:15.606933
2021-07-19T15:36:22
2021-07-19T15:36:22
362,965,932
20
13
null
null
null
null
UTF-8
C++
false
false
1,949
ino
#include "PION_System.h" #include "FS.h" /* Esse código demonstra como o subsistema de armazenamento de dados pode ser modificado para que de acordo com a chamada da função logOnSDFile() sejam armazenados os dados desejados. */ System cubeSat; void setup(){ // Inicializa seu cubeSat, e seus periféricos ...
[ "joaopedrovbs@gmail.com" ]
joaopedrovbs@gmail.com
7d3fd5c8d19ad39ad50c34dff5dd74170225480a
dbd844bb6c9e2a2bfa3c1e45486fbe6c9f9f6b1b
/FelixiAtros/iatros-v1.0/iatros/htr/online/src/read.cc
f57b93eab1acb7534c3a1dba0a20a4aad898cbed
[ "MIT", "LGPL-3.0-only" ]
permissive
MarioProjects/FelixRobot
66ddaf62298de2273138600a7dc8284a3adb68ac
aeb6eaa329167b75c13d21c2c8de618af182c465
refs/heads/master
2022-02-15T23:03:27.438389
2020-06-26T16:54:04
2020-06-26T16:54:04
133,227,682
1
0
MIT
2022-02-03T18:06:13
2018-05-13T10:42:50
CMake
WINDOWS-1250
C++
false
false
1,951
cc
/* * read.cc * * Created on: Feb 12, 2006 * Author: moises@iti.upv.es */ #include <string> #include <cstring> #include "read.h" int read_file_moto(istream &fd, sentence ** S, string filename) { char linea[MAX_LIN]; static int line_counter=0; while (fd.getline(linea,MAX_LIN)) { line_counter++; ...
[ "maparla@inf.upv.es" ]
maparla@inf.upv.es
83f78c65d52cf376a2d1827b83fbeec2775af49c
ee66e4a4fefe19257078c7f459bf4518d773dc75
/src/rpcserver.cpp
28b8e4cb02648bc70e0f52e1cdf16a44a7a04588
[ "MIT" ]
permissive
htrcoin/htrcoin
2b5ee6bff9afa7313c920424b54af9a841ae9f7e
4540fa0bb5c459ee8893e8295dd27a31aca6d6b2
refs/heads/master
2020-03-07T09:33:03.262653
2018-08-06T17:34:58
2018-08-06T17:34:58
127,410,566
10
14
null
2018-06-07T12:52:59
2018-03-30T09:38:49
C++
UTF-8
C++
false
false
34,676
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpcserver.h" #include "base58.h" #include "init.h" #include "util.h" #includ...
[ "sarkawt909@gmail.com" ]
sarkawt909@gmail.com
8a94110874b4c2f8c940debeccb2b4ecd1589de4
bb014e36e83615621af5c48be1e1b346409d0339
/covincrementhandlers.cpp
c4a4e16c1ad1edaab514c3323dd767b6c68b35b1
[]
no_license
longcongduoi/proto-gateway
38e3aff489a0a05979bcf225be7ef6eadba06e16
bd20c78ede766c490fb4882263454aeae3f79520
refs/heads/master
2020-04-02T09:23:32.217039
2012-01-14T15:41:10
2012-01-14T15:41:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,796
cpp
#include "covincrementhandlers.h" #include "bacnetprimitivedata.h" using namespace Bacnet; template <class T, class V> CovIncrementHandler<T, V>::CovIncrementHandler(T &covIncremenet): _lastInformedValue(0), _covIncrement(covIncremenet) { } template <class T, class V> CovIncrementHandler<T, V>::CovIncrement...
[ "krzysztow@gmail.com" ]
krzysztow@gmail.com
8b3fe692f3a5e28869b762b1955d3c156adfe741
04c34025056a04c0c00f6c9c68061c84255d52b0
/ch09/ex9_25.cpp
ae870e9fb8bd3101dbd35c68f7b577a9a1011cb3
[]
no_license
AndroidHot/CppPrimer5
692af33f0cccca7b0f287e5b2755be50f2c92e9f
6e0abd517e47913e726dbe80222738859d7a7e32
refs/heads/master
2021-06-26T15:53:21.259818
2021-01-30T02:34:56
2021-01-30T02:34:56
172,219,386
0
0
null
2020-10-24T09:02:26
2019-02-23T13:47:01
C++
UTF-8
C++
false
false
575
cpp
#include <iostream> #include <list> using std::list; using std::cout; using std::endl; int main(int argc, char const *argv[]) { list<int> values{1, 2, 3, 4}; values.erase(values.begin(), values.begin()); // if elem1 and elem2 are equal, nothing happened. values.erase(values.end(), values.end()); // if el...
[ "zhiwei.dev@gmail.com" ]
zhiwei.dev@gmail.com
9dc47b764f3572a9fc59077f176b7bd300bae0ca
ceeea0d53535379db82373d4acf263dd98048065
/util.h
477518a214e006a79cc237f455fc86ff85f201ec
[ "MIT" ]
permissive
zwjnju/SystermMonitor
6772e3ed0dde0ea48abff07cc8b58225d5ca11ec
5833fb3dd8910fe346a75e0b4af44d9abdf4493d
refs/heads/master
2020-06-21T21:37:43.993743
2019-08-08T13:54:47
2019-08-08T13:54:47
197,558,170
0
0
null
null
null
null
UTF-8
C++
false
false
1,677
h
#include <string> #include <fstream> // Classic helper function class Util { public: static std::string convertToTime ( long int input_seconds ); static std::string getProgressBar(std::string percent); //static void getStream(std::string path, std::ifstream& stream); static std::ifstream getStream(std::string path);...
[ "356533459@qq.com" ]
356533459@qq.com
9d6a89d6a9607f29cd6f3edcdfd1e189f4a85c60
b5e00c7392791f982cc5a26d588d5ffc5cf9eb74
/Breakout/Shader.cpp
bfbc4df8a5e6bbdd9b10e2e93f7278f4f7e8c8ac
[]
no_license
Gareton/OpenGL_Learning
24643a4a2066158af16ed891dd54067fae8f8384
eeb8086af2006e42a684c3f5a6e429963d1ffb55
refs/heads/master
2020-06-16T01:50:03.271263
2019-07-20T14:02:12
2019-07-20T14:02:12
195,448,194
0
0
null
null
null
null
UTF-8
C++
false
false
3,922
cpp
#include "Shader.h" #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <iostream> Shader &Shader::Use() { glUseProgram(ID); return *this; } void Shader::Compile(const GLchar *vertexSource, const GLchar *fragmentSource, const GLchar *geometrySource...
[ "fghftftrdrrdrdrdr65656hj56h@gmail.com" ]
fghftftrdrrdrdrdr65656hj56h@gmail.com
a7c38c0f6d47655afdeebeaecec418e9d51b861f
ca7582b54871df2eaec79d591e1acd576aac54ba
/win32/srkbitmap.h
6bbc5330f29b1ca920b62d3b931d05de9c1a46a6
[]
no_license
matiasinsaurralde/sonork
5da948610d7cccb58ba1a9e056bc049f8fa6c8d3
25514411bca36368fc2719b6fb8ab1367e1bb218
refs/heads/master
2021-01-20T18:01:59.504044
2016-06-17T01:03:44
2016-06-17T01:03:44
61,335,900
2
0
null
null
null
null
UTF-8
C++
false
false
1,525
h
#if !defined(SRKBITMAP_H) #define SRKBITMAP_H /* Sonork Messaging System Portions Copyright (C) 2001 Sonork SRL: This program is free software; you can redistribute it and/or modify it under the terms of the Sonork Source Code License (SSCL). This program is distributed in the hope that it will be u...
[ "matias@insaurral.de" ]
matias@insaurral.de
e5e6c2ce6ac6cb378f3b0659400cbd903ec08082
11eea8da1b414871e0f8608dd61ee543e81b4b19
/P1803.cpp
b552b891709fb771548775c74e95854e2b9e0d15
[]
no_license
Tomistong/MyLuoguRepo
57ed57ad504978f7402bd1bbeba30b2f4ae32a22
5dfe5e99b0909f9fe5416d5eaad01f368a2bf891
refs/heads/master
2023-08-29T05:18:29.981970
2021-10-06T04:23:02
2021-10-06T04:23:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
592
cpp
#include <algorithm> #include <cstdio> #include <iostream> using namespace std; int sssz = 0; struct ak { int begin; int end; }; bool cmp(ak ioi, ak noi) { return ioi.end <= noi.end; } int main() { ak NOIP[100001]; int n; scanf("%d", &n); for (int i = 0; i < n; i++) { ci...
[ "wumingyun2120@outlook.com" ]
wumingyun2120@outlook.com
99357c7a7635fc35c65cd29c7aed08f89a5c4d3e
97ce565e0720d326ba839c465b7b082377c3c199
/lingao_bringup/include/flat_world_odom_node.h
e7b400e11a4a4458927df2b86b2b64bfc9f9b238
[]
no_license
jkhou/UGV_ps4_control
a0cc95e62c30c77c4380bfa0d070042de8577f4c
62a14caf1f94d6b8b3a3d32a0da15e20ae98c5bb
refs/heads/master
2023-03-21T14:44:10.935472
2021-03-04T13:40:46
2021-03-04T13:40:46
344,472,542
0
0
null
null
null
null
UTF-8
C++
false
false
1,187
h
/******************************************************************************* * Copyright 2018 ROBOTIS CO., LTD. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
[ "cquhjk@126.com" ]
cquhjk@126.com
63e3254aaf4e2253640a4815a73db07843bd707a
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_patch_hunk_1044.cpp
d40a65c8ddaf674035c6a3045381527eef7dec3f
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,189
cpp
if (head && !strcmp(ref->refname, head)) v->s = "*"; else v->s = " "; continue; } else if (starts_with(name, "align")) { - v->u.align = atom->u.align; v->handler = align_atom_handler; continue; } else if (!strcmp(name, "end")) { v->handler = end_atom_handler; continue; + }...
[ "993273596@qq.com" ]
993273596@qq.com
74ad1d61fbc35bc6bdf9cb5a9636d730d599993b
8b015bb56a29d2a9c5e6b0a286942291f64dc7cd
/libcaf_core/src/work_stealing.cpp
87dcbdd8f70c3a37d4a21c9b49418d0772bf37bd
[ "BSL-1.0" ]
permissive
novaquark/actor-framework
8c76b31618cf6d716674764492444790f2588015
08185596403b843a5fa50b56c22d2b2f2771b787
refs/heads/master
2021-06-01T12:27:33.206944
2017-12-11T09:23:43
2017-12-11T09:23:43
114,116,423
1
0
NOASSERTION
2019-05-15T12:24:41
2017-12-13T12:10:22
C++
UTF-8
C++
false
false
1,606
cpp
/****************************************************************************** * ____ _ _____ * * / ___| / \ | ___| C++ * * | | / _ \ | |_ Actor * ...
[ "dominik.charousset@haw-hamburg.de" ]
dominik.charousset@haw-hamburg.de
b3c44e422dff36e3c4f5d4ffc7917be2350ad454
9440caccc16e90111775d1bf3b8f640217b6149b
/src/ExtractPartitions.cpp
f6b70f620e7139055b67c27a3ae07212df3ca1b4
[]
no_license
dockratx/Recursive-Interlocking-3D-Puzzles
4087bfe4fbb60d984715f882c7862a03e6c81bba
c424f5ee2d85d46e9995b73d9c062fbf0c08cebc
refs/heads/master
2022-01-18T07:57:18.746659
2018-05-01T17:21:46
2018-05-01T17:21:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
73,529
cpp
/** CS591-W1 Final Project ExtractPartitions.cpp Purpose: For generating the partitions of a given voxel list @author Ben Gaudiosi @version 1.0 5/01/2018 */ #include <iostream> #include <vector> #include <string> #include <cmath> #include <algorithm> #include <list> #include <limits> #include "../...
[ "bgaudiosi531@gmail.com" ]
bgaudiosi531@gmail.com
81c04a30052d84b399686b57a14731c0fcd91b1f
abf24191265fb9e6648cf1de7ed848fbe291da7c
/cugl/lib/math/polygon/CUPathExtruder.cpp
626bf40afe8eca57997fda16b985433752af59df
[]
no_license
onewordstudios/sweetspace
4ecc3fe27fb794fac6e8b2e8402f9b010f5553a4
5d071cd68eb925b9ae1b004ce5d6080cc3261d30
refs/heads/master
2023-02-04T11:13:34.287462
2023-02-03T04:03:24
2023-02-03T04:03:24
241,430,856
9
2
null
2023-02-03T04:03:26
2020-02-18T18:00:44
C++
UTF-8
C++
false
false
24,622
cpp
// // CUPathExtruder.cpp // Cornell University Game Library (CUGL) // // This module is a factory for extruding a path polgyon into a stroke with // width. It has support for joints and end caps. // // The code in this factory is ported from the Kivy implementation of Line in // package kivy.vertex_instructions. ...
[ "mt-xing@users.noreply.github.com" ]
mt-xing@users.noreply.github.com
5cd56e7712c45e8ffee7411ad70fb204de7c8926
20d024bd04ace59987ba05f864d6d9dece72fbab
/CQU Summer/8-8 动态规划 V/I - 悼念512汶川大地震遇难同胞――珍惜现在,感恩生活.cpp
21c1fec7968644e196045ebfe651719c16d7846c
[]
no_license
Yeluorag/ACM-ICPC-Code-Library
8837688c23bf487d4374a76cf0656cb7adc751b0
77751c79549ea8ab6f790d55fac3738d5b615488
refs/heads/master
2021-01-20T20:18:43.366920
2016-08-12T08:08:38
2016-08-12T08:08:38
64,487,659
0
0
null
null
null
null
UTF-8
C++
false
false
1,324
cpp
#include <iostream> #include <sstream> #include <cstdio> #include <vector> #include <queue> #include <map> #include <set> #include <stack> #include <string> #include <cstring> #include <algorithm> using namespace std; typedef long long LL; #define mem(a, n) memset(a, n, sizeof(a)) #define rep(i, n) for(int i = 0; i < (...
[ "yeluorag@gmail.com" ]
yeluorag@gmail.com
49b12b66e157d673917191e218a8e5b89585bedb
29affb727777af19c8a3f53f1706630c61051304
/parser/ParserVersion.h
f2c5f407fe81f27761378a9c6f7d9cf3ca7d7987
[]
no_license
wipkirill/sputnik-sdk
7cd26f6bbd2e8b1b46ecf43c64b26c48eef72862
926b46f73e6c1eb08b675d59891589161d6db611
refs/heads/master
2021-08-19T07:39:04.740902
2017-11-25T07:30:44
2017-11-25T07:30:44
111,981,751
0
0
null
null
null
null
UTF-8
C++
false
false
1,076
h
#pragma once #include <string> #ifdef PARSER_VERSION_STRING # undef PARSER_VERSION_STRING #endif #ifdef PARSER_VERSION_NUMBER # undef PARSER_VERSION_NUMBER #endif /* ** Compile-Time Library Version Numbers ** ** ^(The [PARSER_VERSION] C preprocessor macro in the header ** evaluates to a string literal that is the l...
[ "wipkirill@gmail.com" ]
wipkirill@gmail.com
3373732d89145b573af0ae4f22be72db2902daab
23c6e6f35680bee885ee071ee123870c3dbc1e3d
/test/libcxx/forwardlist/emplace_after.pass.cpp
025547b845fa4c1250e938883b87247fa56d77d3
[]
no_license
paradise-fi/divine
3a354c00f39ad5788e08eb0e33aff9d2f5919369
d47985e0b5175a7b4ee506fb05198c4dd9eeb7ce
refs/heads/master
2021-07-09T08:23:44.201902
2021-03-21T14:24:02
2021-03-21T14:24:02
95,647,518
15
3
null
null
null
null
UTF-8
C++
false
false
3,203
cpp
/* TAGS: c++ */ /* VERIFY_OPTS: -o nofail:malloc */ //===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for detai...
[ "me@mornfall.net" ]
me@mornfall.net
eaf4707f58f094ad3a00adb56c30d3687a33fe09
cfeac52f970e8901871bd02d9acb7de66b9fb6b4
/generated/src/aws-cpp-sdk-sagemaker/source/model/DeleteWorkforceRequest.cpp
d04dfc8ec0b506b657e6ed3ba6d088b653ec7835
[ "Apache-2.0", "MIT", "JSON" ]
permissive
aws/aws-sdk-cpp
aff116ddf9ca2b41e45c47dba1c2b7754935c585
9a7606a6c98e13c759032c2e920c7c64a6a35264
refs/heads/main
2023-08-25T11:16:55.982089
2023-08-24T18:14:53
2023-08-24T18:14:53
35,440,404
1,681
1,133
Apache-2.0
2023-09-12T15:59:33
2015-05-11T17:57:32
null
UTF-8
C++
false
false
924
cpp
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/sagemaker/model/DeleteWorkforceRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::SageMaker::Model; using namespace Aws::Utils::Json; us...
[ "sdavtaker@users.noreply.github.com" ]
sdavtaker@users.noreply.github.com
559a79a8dfa02f330468def1a3c3b6c800416c00
b8691935656ec9ce1466160d101be469f1fde46c
/driver.hpp
40b8ade4b9845cc0587716a1c3e4b0f058c8d623
[]
no_license
nyeung97/Image_Transformation
4fa5a56ddd3ca31379f69c92537eaf7a4270edca
a7cbe2a3f2f020a7ec28902f60017b883bf06165
refs/heads/master
2022-02-18T16:51:10.261127
2019-08-24T14:01:59
2019-08-24T14:01:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
375
hpp
#include <iostream> #include <stdlib.h> #include <fstream> using namespace std; int checkfiles(ifstream& input, ofstream& output) { if(input.is_open() == false) { cout << "Input file failed to open"; exit(1); } if(output.is_open() == false) { cout << "Output file failed to open"; exit(1); } ...
[ "nelsonyeung97@gmail.com" ]
nelsonyeung97@gmail.com
e6e350bde0e34d114737149b8080bec7e0362d6d
057b5c42a7357cc3b9add37c159511758322a3f9
/lab_03/inc/managers/base_manager.h
b05441d0a88360b8c9d249af787a7388cf7630f6
[]
no_license
Pangolierchick/IU7-OOP
85551cb9873356c48ed925c7183f70d7bec83590
ef56a80d48ee770538771c2a3c4085574a2e08c1
refs/heads/master
2023-05-15T00:34:20.079985
2021-06-05T15:29:10
2021-06-05T15:29:10
343,880,849
0
1
null
null
null
null
UTF-8
C++
false
false
113
h
#pragma once class BaseManager { public: BaseManager() = default; ~BaseManager() = default; };
[ "gogofun@bk.ru" ]
gogofun@bk.ru
57afb3a0c8b77dca182b2645a6eb055d518f9595
6cddc32efeef73a5176419a645f500f18cace88c
/1.1/default/NfcClientCallback.h
774df2b770978264300478c67b43827af6bcdbec
[]
no_license
DirtyUnicorns/android_vendor_nxp_opensource_hidlimpl
3342d44ab80494fce4ab0badffcb5d0cf6c72d77
bd5d8628be7b3bb0fa186d424b3c9f15856b90f3
refs/heads/q10x
2020-04-23T14:12:34.581275
2019-11-15T13:09:58
2019-11-15T13:09:58
171,223,713
0
3
null
2019-11-26T21:35:46
2019-02-18T05:59:38
C++
UTF-8
C++
false
false
3,127
h
/* * Copyright (c) 2018, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * Redistributions of source code must retain the above copyright * notice, this li...
[ "rrangwan@codeaurora.org" ]
rrangwan@codeaurora.org
34cc7db22e5815ea8b1f035e288c797c63727560
050ebbbc7d5f89d340fd9f2aa534eac42d9babb7
/grupa2/pkramarski/p1/cza.cpp
7c85f840ceb828888a0b681717b2c677d088dc00
[]
no_license
anagorko/zpk2015
83461a25831fa4358366ec15ab915a0d9b6acdf5
0553ec55d2617f7bea588d650b94828b5f434915
refs/heads/master
2020-04-05T23:47:55.299547
2016-09-14T11:01:46
2016-09-14T11:01:46
52,429,626
0
13
null
2016-03-22T09:35:25
2016-02-24T09:19:07
C++
UTF-8
C++
false
false
215
cpp
#include<iostream> using namespace std; int main (){ int a, g, m, s; cin >> a; g = a/3600; m = (a - g*3600)/60; s = (a - g*3600 - m*60); cout << g << "g" << m << "m" << s << "s" << endl; }
[ "pawel.kramarski@student.uw.edu.pl" ]
pawel.kramarski@student.uw.edu.pl
2a2e011a3ea5c05add7877eeaff9d0cb1b338487
1af49694004c6fbc31deada5618dae37255ce978
/chrome/browser/notifications/notification_display_service_impl.cc
f82d310e49b5ea33283330b521d3ed2e07ef8992
[ "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
12,845
cc
// 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. #include "chrome/browser/notifications/notification_display_service_impl.h" #include <utility> #include "base/bind.h" #include "base/callback.h" #includ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
380d2d12cbeeae0fe577bd2da0ebb7b6634be3b1
c0fbe5034244b314fc218364e83540eee0e11132
/SceneParams.h
11c56b3a76dc2594864603832973cef947f7af14
[]
no_license
studentwb/wisualisation_ISS
d2eaf1a1eabfec2705313e2fb8c6fb270dfc9088
75775f26a5cf7a44578d19a5cab774420d9e07ad
refs/heads/master
2022-10-10T05:25:02.203260
2020-06-13T23:27:54
2020-06-13T23:27:54
264,520,899
0
0
null
null
null
null
UTF-8
C++
false
false
927
h
#ifndef SCENEPARAMS_H #define SCENEPARAMS_H /*! * \brief SceneParams * Klasa odpowiada za ustawienia prametrów sceny, na której rozkładane jest tło */ class SceneParams { double _AngleX_deg; double _X_Light_deg = 0; double _Y_Light_deg = 0; double _Z_Light_deg = 0; public: SceneParams() { _...
[ "wabaron98@gmail.com" ]
wabaron98@gmail.com
1c0c2ea3305b8b39be38c2abc3feff9186fa763f
945ba1aa3d720a454237ffe2d785d7416d70753f
/src/php_v8_try_catch.cc
9858ac444a36db102215612144b1175a78f0df4f
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
rawhitr/php-v8
2e29f8d256a30eed93625792efdf3902070edf97
051d1006a9f74ba8fc678306ba992baa679a9aef
refs/heads/master
2020-03-21T04:53:12.011735
2018-04-25T13:54:32
2018-04-25T13:54:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,295
cc
/* * This file is part of the pinepain/php-v8 PHP extension. * * Copyright (c) 2015-2018 Bogdan Padalko <pinepain@gmail.com> * * Licensed under the MIT license: http://opensource.org/licenses/MIT * * For the full copyright and license information, please view the * LICENSE file that was distributed with this so...
[ "pinepain@gmail.com" ]
pinepain@gmail.com
4031b34ac8fdfdf98db0f77b5c2a10c7d3983208
28b93971a99bdc488ad2e96f52373e8c045dd45b
/YTE/Graphics/Precompiled.cpp
23233676eb029c4abf0a503a33d702da5bc5bee8
[]
no_license
rodrigobmg/Yours-Truly-Engine
8d10e6944d256e07ecfa5ac4f1973fa12d7204ef
8bdea121201b26689f8d180fe0b7ebc542e1ca83
refs/heads/master
2020-05-18T10:57:30.276549
2017-11-04T01:30:14
2017-11-04T01:30:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
39
cpp
#include "YTE/Graphics/Precompiled.hpp"
[ "playmer@gmail.com" ]
playmer@gmail.com
33aa906d779d054ce1dd66aaa4846316b0a334dd
b012b15ec5edf8a52ecf3d2f390adc99633dfb82
/branches-public/moos-ivp-12.2mit/ivp/src/pSearchGrid/main.cpp
e485998ea32fcff15824f444409fb7b0afba3ba8
[]
no_license
crosslore/moos-ivp-aro
cbe697ba3a842961d08b0664f39511720102342b
cf2f1abe0e27ccedd0bbc66e718be950add71d9b
refs/heads/master
2022-12-06T08:14:18.641803
2020-08-18T06:39:14
2020-08-18T06:39:14
263,586,714
1
0
null
null
null
null
UTF-8
C++
false
false
1,577
cpp
/****************************************************************/ /* NAME: Michael Benjamin, Henrik Schmidt, and John Leonard */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: main.cpp */ /* DATE: Dec 10th 2011 ...
[ "zouxueson@hotmail.com" ]
zouxueson@hotmail.com
733f709d215dc870ceb2a4004d6561ff58edf77a
c1f9c8c023b0910060fe1e3fe25ef3dfec316df9
/src/main.cpp
54f819ea22290b8ece8d8a5ecfff2dad4d3b7c2a
[ "MIT" ]
permissive
get9/dvsim
6dadcb17e5b87d88359430c105868fe3d56757f7
404aca4bdbac5bd1722a82f876b9a7851f44f4f7
refs/heads/master
2021-01-10T11:22:58.239569
2015-12-04T01:05:12
2015-12-04T01:05:12
47,088,369
1
0
null
null
null
null
UTF-8
C++
false
false
807
cpp
#include "util.h" #include "node.h" #include <iostream> #include <cstdlib> int main(int argc, char** argv) { // CLI argument verification if (argc < 2) { std::cerr << "Usage:" << std::endl; std::cerr << " " << argv[0] << " config.txt" << std::endl; std::exit(1); } // Parse ...
[ "skarlage@get9.io" ]
skarlage@get9.io
21f276307d27875b70910c064158cd046e36bb7e
0897560a7ebde50481f950c9a441e2fc3c34ba04
/10.0.15042.0/winrt/internal/Windows.Web.Http.Diagnostics.3.h
d5ff2448262ff649e647aa7ad7f5fa1724bf2704
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
dngoins/cppwinrt
338f01171153cbca14a723217129ed36b6ce2c9d
0bb7a57392673f793ba99978738490100a9684ec
refs/heads/master
2021-01-19T19:14:59.993078
2017-03-01T22:14:18
2017-03-01T22:14:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,746
h
// C++ for the Windows Runtime v1.0.private // Copyright (c) 2017 Microsoft Corporation. All rights reserved. #pragma once #include "Windows.Web.Http.Diagnostics.2.h" WINRT_EXPORT namespace winrt { namespace Windows::Web::Http::Diagnostics { struct WINRT_EBO HttpDiagnosticProvider : Windows::Web::Http::Diagnos...
[ "kwelton@microsoft.com" ]
kwelton@microsoft.com
5c729d46dcd252ddca24cbd194c46d6eb7f8353c
d14b5d78b72711e4614808051c0364b7bd5d6d98
/third_party/llvm-10.0/llvm/lib/Target/RISCV/RISCVInstrInfo.h
625b6187513330d538edfe6e4e37b1ca983707e9
[ "Apache-2.0" ]
permissive
google/swiftshader
76659addb1c12eb1477050fded1e7d067f2ed25b
5be49d4aef266ae6dcc95085e1e3011dad0e7eb7
refs/heads/master
2023-07-21T23:19:29.415159
2023-07-21T19:58:29
2023-07-21T20:50:19
62,297,898
1,981
306
Apache-2.0
2023-07-05T21:29:34
2016-06-30T09:25:24
C++
UTF-8
C++
false
false
5,680
h
//===-- RISCVInstrInfo.h - RISCV Instruction Information --------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "bclayton@google.com" ]
bclayton@google.com
ea4b94d8ff3326906002f1ae0bd4c1b43bce61b8
42ca994494c59edf535ebd5b561eddf53154087a
/module13/events.cpp
d98c36c10f8d93d655976620ca60dad8d88deb28
[]
no_license
patmclaughlin94/EN605.417.FA
9024776c5ff41308af538160fab9ac00f9b00e01
0d0f213df7a36cdc0ac19890f840bcb41d0a2e17
refs/heads/master
2021-09-14T16:21:29.143957
2018-05-16T03:18:21
2018-05-16T03:18:21
119,475,429
0
0
null
2018-01-30T03:13:09
2018-01-30T03:13:09
null
UTF-8
C++
false
false
23,161
cpp
#include <iostream> #include <fstream> #include <sstream> #include <string> #include <cstdlib> #include <ctime> #ifdef __APPLE__ #include <OpenCL/cl.h> #else #include <CL/cl.h> #endif #if !defined(CL_CALLBACK) #define CL_CALLBACK #endif // Constant const int ARRAY_SIZE = 1000; // Function to check and handle OpenCL...
[ "pat.mclaughlin94@gmail.com" ]
pat.mclaughlin94@gmail.com
98760f1cdb8ff6f45c9d435c92ab481ba7b6c03a
0c0088fdb45a5069e1304de9a85162ea713a4558
/DecomposeForPacking/DecomposeForPacking/Arcball.cpp
7dcce0d0b351b16be919f9a5c6e7c078340a7eb8
[]
no_license
orperel/DecomposeForPacking
cda2ae35efd9b2ade24ec87d7005a7d6caea802d
7d92e97942835288bf4c00f7adf957a383f99e68
refs/heads/master
2021-05-08T16:48:27.561656
2015-03-25T23:58:43
2015-03-25T23:58:43
120,173,070
1
0
null
2018-02-04T09:57:56
2018-02-04T09:57:55
null
UTF-8
C++
false
false
2,456
cpp
#include "Arcball.h" #include <algorithm> Arcball::Arcball() : _isArcballOn(false), _lastXPos(0), _lastYPos(0), _currXPos(0), _currYPos(0), _angle(0) { _axis_in_camera_coord = VECTOR_3D(1.0f); _prevModelRotationMatrix = _lastModelRotationMatrix = std::make_shared<MATRIX_4X4>(); } Arcball::~Arcball() { } void Arc...
[ "or_perel@hotmail.com" ]
or_perel@hotmail.com
a94f21724241ef93a6aeba442ad9d31d9a328e7f
7d0f47b50f1b29cd9fbb368f03f7f95dcc736200
/module06/ex00/Value.hpp
7ae47296e3965193db64076d36c6056b5c2b8b50
[]
no_license
msamual/CPP_Piscine
9761e161497d1a98ace34c8679938963a581a46f
57882d341e7b9472a754fd501ac416dd793e08bb
refs/heads/main
2023-06-30T21:54:59.653230
2021-08-11T11:37:41
2021-08-11T11:37:41
394,963,722
0
0
null
null
null
null
UTF-8
C++
false
false
919
hpp
#ifndef VALUE_HPP # define VALUE_HPP # define CHAR 1 # define INT 2 # define FLOAT 3 # define DOUBLE 4 # define NaN 5 # define NaNF 6 # define INF 7 # define INF_NEG 8 # define INF_POS 9 # define CHARQ 10 # define RED "\033[0;31m" # define WHITE "\033[0m" # include <iostream> # include <ostream> class V...
[ "msamual@er-c5.kzn.21-school.ru" ]
msamual@er-c5.kzn.21-school.ru
7bd88ab1758d0a69b526828afc8d24a9334ea6f6
b456bd3db80eb5b9a3eb566871f080bbf677b567
/processing.h
503ce3a3b69f6f7a0053baa792b74c705308cb3d
[]
no_license
VolDonets/ws_devices_mul_threads
e121f1973e4be761e878ce2ca8c93282b2a624a9
720df0460fa35a05cf66b4e7f1a368059cfcb950
refs/heads/master
2022-04-18T06:10:04.873575
2020-04-08T01:15:10
2020-04-08T01:15:10
251,255,404
1
0
null
null
null
null
UTF-8
C++
false
false
720
h
// // Created by vovan on 25.03.2020. // #ifndef WS_DEVICES_2_PROCESSING_H #define WS_DEVICES_2_PROCESSING_H #include "lib_mpu6050/mpu6050_drive.h" #include "web_sockets/WebServer.h" #include "lib_bme280/bme280.h" class Processing { public: Processing(i2c_init_func_def, i2c_read_func_def, i2c_write_func_def, i2c...
[ "vovan.s.marsa@gmail.com" ]
vovan.s.marsa@gmail.com
360f8a3eee7d24ea2276414d147b693c1d6db58f
028d79ad6dd6bb4114891b8f4840ef9f0e9d4a32
/src/drawgfx.cpp
67614a712737acacb8fa3cbe1b3cd858f4df86b3
[]
no_license
neonichu/iMame4All-for-iPad
72f56710d2ed7458594838a5152e50c72c2fb67f
4eb3d4ed2e5ccb5c606fcbcefcb7c5a662ace611
refs/heads/master
2020-04-21T07:26:37.595653
2011-11-26T12:21:56
2011-11-26T12:21:56
2,855,022
4
0
null
null
null
null
UTF-8
C++
false
false
120,544
cpp
#ifndef DECLARE #include "driver.h" /* LBO */ #ifdef LSB_FIRST #define BL0 0 #define BL1 1 #define BL2 2 #define BL3 3 #define WL0 0 #define WL1 1 #else #define BL0 3 #define BL1 2 #define BL2 1 #define BL3 0 #define WL0 1 #define WL1 0 #endif UINT8 gfx_drawmode_table[256]; plot_pixel_proc ...
[ "boris@icculus.org" ]
boris@icculus.org
c6efaa28cbcc579e8dd21f71fda9d80e771b6a3b
bb7fea5089fadf7c2e992df907f296bd8ceab47f
/V8/src/ic/ic.cc
897c317844870d94ff806e5060b7fc6e8e1028b7
[ "BSD-3-Clause", "SunPro", "bzip2-1.0.6" ]
permissive
sdoa5335717/V8
201227820a2ad32ce12040e8f810156c1ea4a175
28ebc7bca486ec432ad30b3d66088acb6cf0a583
refs/heads/master
2020-03-29T11:06:27.134908
2018-09-22T01:50:21
2018-09-22T01:50:21
149,836,229
0
1
null
null
null
null
UTF-8
C++
false
false
124,117
cc
// Copyright 2012 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/ic/ic.h" #include <iostream> #include "src/accessors.h" #include "src/api-arguments-inl.h" #include "src/api.h" #include "src/arguments....
[ "sdoa5335717@163.com" ]
sdoa5335717@163.com
0a875a4661d4d4f6cf2bb5138c4472c6aa58e31c
55dfa9c807fc4e6a716b0fbe861a7736e2217cff
/include/cusparse/gthrz.h
0d9e8738343e4ecd1dd5de1e3d1e859e1a0ad499
[]
no_license
sonwell/ib.cu
a2451e2ffc3daf633f3bbd6134fd38c79908b452
3217b443aa568930208d258d577dddd05a0fbf18
refs/heads/master
2023-04-12T10:01:47.485122
2021-07-16T18:21:07
2021-07-16T18:21:07
272,534,593
0
0
null
null
null
null
UTF-8
C++
false
false
488
h
#pragma once #include "types.h" #include "handle.h" #include "index_base.h" namespace cusparse { inline void gthrz(handle& h, int nnz, float* y, float* values, const int* indices, index_base_adaptor base) { throw_if_error(cusparseSgthrz(h, nnz, y, values, indices, base)); } inline void gthrz(handle& h, int nnz, d...
[ "atkassen@gmail.com" ]
atkassen@gmail.com
2b20dd1ae7449023e787664e1e772e02324d0c4a
2d17040d5f8e7eac41e9d1ef90b5cbab22e52bbf
/include/exceptions/itemnotfound.hpp
138b6792c2e4f836893a5beaa97103def840e7a8
[]
no_license
ne0ndrag0n/Concordia
5818a09af5919288b3ebbca21f7f2fcef1a4f52a
98a0444509f9b0110a3e57cc9f4d535fd4585037
refs/heads/master
2021-06-17T17:20:22.976001
2019-07-27T20:41:47
2019-07-27T20:41:47
34,757,048
8
2
null
null
null
null
UTF-8
C++
false
false
305
hpp
#ifndef ITEMNOTFOUNDEXCEPTION #define ITEMNOTFOUNDEXCEPTION #include <exception> namespace BlueBear { namespace Exceptions { struct ItemNotFoundException : public std::exception { const char* what() const throw() { return "Required item not found!"; } }; } } #endif
[ "ne0ndrag0n@users.noreply.github.com" ]
ne0ndrag0n@users.noreply.github.com
eccd3544175faaaf6ab094656c550e7c35e85823
0c0f13cee78d79e75f4befaf1e3648e99d806cc6
/General - Arduino/Project_5/Project_5.ino
480e2118666277e9d095a6ad0e95918933942fbb
[]
no_license
AndersAskeland/Programming
4fbdf1c945043d10da49c972b0e0cd4ac3d17405
26fe5253a77a9e6c69ccd6388f6fc54ecb2d534d
refs/heads/master
2021-12-12T23:11:26.468519
2021-12-10T09:03:59
2021-12-10T09:03:59
235,389,552
1
0
null
2021-10-01T09:33:20
2020-01-21T16:35:02
Java
UTF-8
C++
false
false
687
ino
// Include servo library #include <Servo.h> // Create servo object Servo myServo; // Constants int const potPin = A0; // Potentiomiter // Variables int potVal; int angle; void setup() { // ATtach servo to digital output myServo.attach(9); // Begin analog stuff Serial.begin(9600); } void loop() { // R...
[ "anders_askeland@hotmail.com" ]
anders_askeland@hotmail.com
e8cd2b2c4ae988a8d15ab26b40a4700137e12e35
0ae6350c59130a6116a9afb66bb08195f7f5f1a0
/JetContext.h
f5f237989983976423587e853327391f18edb784
[ "MIT" ]
permissive
glcolor/Jx
6d35f8288de7d84a9753492f3646082c814d8aa8
454507a1a9250a1eee2fa84bb3cb8ee00efb4cf9
refs/heads/master
2021-05-13T15:09:27.947497
2018-01-09T08:01:44
2018-01-09T08:01:44
116,758,544
0
0
null
null
null
null
GB18030
C++
false
false
6,357
h
#ifndef _LANG_CONTEXT_HEADER #define _LANG_CONTEXT_HEADER #include <functional> #include <string> #include <map> #include <algorithm> #include "Value.h" #include "VMStack.h" #include "Parser.h" #include "JetInstructions.h" #include "JetExceptions.h" #include "GarbageCollector.h" #ifdef _WIN32 #include <Windows.h> //...
[ "glcolor@163.com" ]
glcolor@163.com
002b54ec26e481bda6969d0cf54a8c6bfa467c1a
a4f3147444dc20651af683ec3be995aba835d646
/examples/simple.cpp
f9394e2851b6e5a5238042459e7bc543b5857596
[ "0BSD" ]
permissive
orazdow/PortAudio-Wrapper
0b8340e59743f9db53c0cb02ab7450624dc62c11
accfe6c16ea372eabbbb35a304c3434ce22c4870
refs/heads/master
2023-06-23T06:15:35.090422
2022-12-23T21:21:22
2022-12-23T21:21:22
96,049,861
13
4
null
null
null
null
UTF-8
C++
false
false
425
cpp
#include "pa.h" #include "math.h" #define TWO_PI 6.2831853 double phase = 0, step = TWO_PI*440/44100.0; void paFunc(const float* in, float* out, long frames, void* data){ for(int i = 0; i < frames; i++ ){ phase += step; *out++ = sin(phase)*0.5; } ...
[ "ollierazdow@hotmail.com" ]
ollierazdow@hotmail.com
6c53cfc18ceb8ff3d5cae85c8aa8b88adddfb31c
a9bf6bfab87702cdcae9aec23dc6070e36f42d2d
/include/twec/id_holder.hpp
15ae895e0c5484eceb0db7725eb5d27a1dd75be9
[ "MIT" ]
permissive
Malekblubb/tw_econ_gui
036ec72b7dfc0bf55be51036777c1d0378fc9a93
1c231112e87a0c75e8e7e6c5b5558a4dff3aa72e
refs/heads/master
2021-01-23T18:21:41.614799
2019-01-12T21:12:02
2019-01-12T21:12:02
16,891,343
3
1
null
null
null
null
UTF-8
C++
false
false
491
hpp
// // Copyright (c) 2014 Christoph Malek // See LICENSE for more information. // #ifndef TWEC_ID_HOLDER_HPP #define TWEC_ID_HOLDER_HPP #include <QWidget> namespace twec { class id_holder : public QWidget { int m_id; public: id_holder(int id) : QWidget{nullptr}, m_id{id} { } int get_id() const no...
[ "malekchristoph@gmail.com" ]
malekchristoph@gmail.com
4702939b4ad2da2e6db1b8eae54a5f87feaaa62f
73539efb2e2ed4c11aa28ca23ac9b34f3759c63a
/src/Sequence.h
ed843cb5718d8852a3d9e1130fdebada8fd7cdf1
[]
no_license
pnrobinson/rnx
f6b87ee12e7b9cc6d09d19ae690484e9ccd936e3
3cf303ecee88a9d775bc3e2ec134994b7617a26f
refs/heads/master
2021-01-10T06:15:25.707961
2016-01-23T19:27:27
2016-01-23T19:27:27
45,527,360
0
0
null
null
null
null
UTF-8
C++
false
false
2,258
h
#ifndef SEQUENCE_H #define SEQUENCE_H /** * Sequence.h * A set of classes designed to input and store DNA and RNA sequence data and * to provide a well defined interface to the RNA folding sections of the code. * @author Peter Robinson * @version 0.0.2 (22 November 2015) */ #include <iostream> #include <str...
[ "peter.robinson@charite.de" ]
peter.robinson@charite.de
d1ae35b3e823faff234046c585479d829508d4d0
ce0b796b4197697c331f7381cc649a1e297869d8
/NimServer/server.cpp
1c15f66f173f52987ecea989f7b0b028b4b71343
[]
no_license
jgreenlee24/NIM
cf90b1ff971e5e644d08fd48b37f31a053fc5ea8
50ca66875510f120adaa1ecddf908fadd3328808
refs/heads/master
2021-01-19T04:56:13.696923
2015-05-01T16:49:31
2015-05-01T16:49:31
34,473,030
0
0
null
null
null
null
UTF-8
C++
false
false
3,353
cpp
#include <iostream> #include <string> #include <WinSock2.h> #include "server.h" #include "AI.h" using std::string; using std::cout; using std::endl; using std::cin; using std::getline; using std::to_string; using std::stoi; #pragma comment (lib, "ws2_32.lib") void playGame(SOCKET connectSocket) { string board = "";...
[ "awebb@harding.edu" ]
awebb@harding.edu
93e287e150539aa6cc141ca1a0d33e246a915067
2e45720a8747bbcd06213a3dfc2b3a5c668052d6
/org.glite.wms.ice/src/iceDb/GetRegisteredStats.cpp
25c69ac3f81f461404a8b3d691982871141351ae
[ "Apache-2.0" ]
permissive
italiangrid/org.glite.wms
df0616a06b034b875b3c93e16995fc022a206685
0fc86edb5b0395c5400023a4cfb29b5273eba729
refs/heads/master
2021-01-10T20:25:56.444145
2015-01-23T15:09:44
2015-01-23T15:09:44
5,776,443
2
0
null
null
null
null
UTF-8
C++
false
false
2,100
cpp
/* LICENSE: Copyright (c) Members of the EGEE Collaboration. 2010. See http://www.eu-egee.org/partners/ for details on the copyright holders. 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 ...
[ "dorigoa@sl6-devel.novalocal" ]
dorigoa@sl6-devel.novalocal
deec8e0e2d6e694ae3c6ec260cbb3ffdaab5e042
ccc5ce51d172bed2f42a4c16971052068232b9e9
/groupboxwindow_Qt4.8/main.cpp
a28163ad3c4360dea834e1aaebc4899bd481cf57
[ "MIT" ]
permissive
stephaneAG/Qt_tests_Mac
6ce6c07493e482e715e2e8dcf4be2edd5458c4dd
06eca49531521ac6a75e5f828b6fd97c8ef452c5
refs/heads/master
2020-05-30T02:53:18.528395
2015-06-14T06:40:59
2015-06-14T06:40:59
37,402,102
0
0
null
null
null
null
UTF-8
C++
false
false
2,290
cpp
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the ter...
[ "seedsodesign@gmail.com" ]
seedsodesign@gmail.com
6fcf1d3dd06f9725ea3dd16f2ea4659f4ad7c6f2
20a9059a7f7dfff397a93b80632168f46d43fcad
/src/processPointClouds.cpp
5874884d0a702ef63e1bb8b79a39c7e6174cebc5
[]
no_license
TypHo22/SFND_LIDAR_Obstacle
02044774ce7afa1642444c250acc58e8e4d4452d
a118e5e50726fbc4a28bb43a2146e014731161a3
refs/heads/main
2023-04-22T19:03:25.627174
2021-05-15T14:51:34
2021-05-15T14:51:34
367,656,581
2
0
null
null
null
null
UTF-8
C++
false
false
8,078
cpp
// PCL lib Functions for processing point clouds #include "processPointClouds.h" #include <memory.h> //constructor: template<typename PointT> ProcessPointClouds<PointT>::ProcessPointClouds() {} //de-constructor: template<typename PointT> ProcessPointClouds<PointT>::~ProcessPointClouds() {} template<typename Poin...
[ "42981587+TypHo22@users.noreply.github.com" ]
42981587+TypHo22@users.noreply.github.com
1c13da63e91fc186dd2f48ef77e49022a5748f94
1284efd6d722ba290df712e17dd0f57fd23fab3d
/CAPI/CAPI/CAPI/include/linux/tclap/UnlabeledMultiArg.h
b98c18ad96b3996f5600e7690064dfa9da2543dc
[ "MIT" ]
permissive
godfather991/THUAI4
f93cc30cf7b29d3fd20f6281467e082add5a032b
2921a64c7ac768c5f45de06d34a21a7a24360128
refs/heads/dev
2023-04-29T05:15:06.088447
2021-05-14T12:05:28
2021-05-14T12:05:28
352,122,831
0
0
MIT
2021-04-22T08:51:29
2021-03-27T16:35:00
C++
UTF-8
C++
false
false
9,895
h
// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- /****************************************************************************** * * file: UnlabeledMultiArg.h * * Copyright (c) 2003, Michael E. Smoot. * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top direct...
[ "hesicheng2001@163.com" ]
hesicheng2001@163.com
b6ddced83fdf46bb77fbd710fc3edb9db7ab6e70
ada03eb58d8ad648bd7b1e831da2553f96b61aa6
/src/mean_std.h
0f7f03b028649789a2f744acb12c9707df369862
[]
no_license
rising-turtle/error_comp
ebdaf12ef8015e2cf4b441238a8f7c57120b0f25
751bf5d538cec0075780e6703ec8e28ae797a1ad
refs/heads/master
2020-07-07T18:56:43.029193
2020-05-03T18:23:12
2020-05-03T18:23:12
203,445,508
0
0
null
null
null
null
UTF-8
C++
false
false
564
h
/* * Sep. 23, 2015, David Z * * compute the mean and sigma of an array of data * * */ #ifndef MEAN_SIGMA_H #define MEAN_SIGMA_H #include <cmath> template<typename T> bool compute_mu_sigma(T* in, int N, T& mu, T& sigma) { if(N<=0) { mu = 0; sigma = 0; return false; } // compute mu T...
[ "hzhang8@vcu.edu" ]
hzhang8@vcu.edu
7b0c46c4b96284227876b72e50b8d68647a526f5
88c0e520e2389e676fea559f944109e1ee7e157b
/include/Windows.ApplicationModel.Background.2_4bc8ceb3.h
09cfc2e46082a6f8007de5a7cc76bc08fd67a861
[]
no_license
jchoi2022/NtFuzz-HeaderData
fb4ecbd5399f4fac6a4982a0fb516dd7f9368118
6adc3d339e6cac072cde6cfef07eccafbc6b204c
refs/heads/main
2023-08-03T02:26:10.666986
2021-09-17T13:35:26
2021-09-17T13:35:26
407,547,359
4
0
null
null
null
null
UTF-8
C++
false
false
22,137
h
#include "winrt/impl/Windows.ApplicationModel.Activation.1.h" #include "winrt/impl/Windows.ApplicationModel.Calls.Background.1.h" #include "winrt/impl/Windows.Devices.Bluetooth.1.h" #include "winrt/impl/Windows.Devices.Bluetooth.Advertisement.1.h" #include "winrt/impl/Windows.Devices.Bluetooth.Background.1.h" #...
[ "jschoi.2022@gmail.com" ]
jschoi.2022@gmail.com
fe954882594c9bb27b420640b3fc123f79b6ca0f
8ff8f38ad0c071362f1f4cf93482a9fbfe27719d
/KuStudio/src/kummon/kuPlayerSend.h
dfc8cd1f0e127259cc1db7ec33abb2fe09730207
[]
no_license
kuflex/KuStudio
43d6e7e539f01137d45b280a84c61d89167d5f79
88aeb210138b1cc990bd22b25de60f9eb09df014
refs/heads/master
2021-01-20T18:07:28.387420
2020-07-30T13:46:30
2020-07-30T13:46:30
61,441,101
46
5
null
null
null
null
UTF-8
C++
false
false
542
h
#pragma once //Посылатель OSC в kuPlayer #include "ofMain.h" #include "kuOscSend.h" class kuPlayerSend : public kuOscSend { public: //kuPlayerSend(); //~kuPlayerSend(); //void setup( string host, int port ); //void setupFromString( const string &s ); //void setupFromDialog( const string &title ); ...
[ "perevalovds@gmail.com" ]
perevalovds@gmail.com
218d8bc0b2687a694509cf42dbfe5bbdbe8dddd3
1d18bbc37229f905e105a65e295f627f8417823b
/BaconBox/Display/Window/NullMainWindow.h
ae2d312556a45126df258e33897769338d80ef97
[]
no_license
anhero/BaconBox
57b82a889fe12f5524267a9bb5035973d054706d
afa4b97d86be876f8375f3898667aabb3610c52c
refs/heads/develop
2021-01-17T09:35:05.986399
2017-04-07T04:36:43
2017-04-07T04:36:43
22,391,368
1
0
null
2015-03-12T19:21:30
2014-07-29T18:49:08
C++
UTF-8
C++
false
false
2,300
h
/** * @file * @ingroup WindowDisplay */ #ifndef BB_NULL_MAIN_WINDOW_H #define BB_NULL_MAIN_WINDOW_H #include "BaconBox/Display/Window/MainWindow.h" namespace BaconBox { class NullMainWindow : public MainWindow { friend class BaseEngine; public: void onBaconBoxInit(unsigned int resolutionWidth, ...
[ "joe.dupuis@anhero.net" ]
joe.dupuis@anhero.net
fcc905466121f707b6512aa5b3a3847b990a239b
61eeece81800c3e71d1dd717569524ce92d9ef8a
/Arduino/16_led_control_Arduino/16_led_control_Arduino.ino
3d78b6445ade476c5bc5732a700e82ad2037250b
[ "MIT" ]
permissive
j1fvandenbosch/IOT-WorkArea-Storage
db775e187512f40165866e529fec80c3d4fadbfb
3232f1e9afc3d8d05828de11fc85c226ef46a716
refs/heads/main
2023-06-02T10:52:00.175772
2021-06-20T22:54:03
2021-06-20T22:54:03
378,742,805
0
0
null
null
null
null
UTF-8
C++
false
false
3,077
ino
int latchPin = 7; int clockPin = 12; int dataPin = 11; int numOfRegisters = 2; byte* registerState; long effectId = 0; long prevEffect = 0; long effectRepeat = 0; long effectSpeed = 30; void setup() { //Initialize array registerState = new byte[numOfRegisters]; for (size_t i = 0; i < numOfRegisters; i++) { ...
[ "75092070+j1fvandenbosch@users.noreply.github.com" ]
75092070+j1fvandenbosch@users.noreply.github.com
3cf07fe470fd6628e10891391751a7f2b13e1b84
688d5a8227bfd8e7e503a06b256d83f707cdb162
/pet/PetWorldG4.cc
8560390aa3509e94894761cfb57dadc713030059
[]
no_license
pavel1murat/murat
ea65ee1baf5b3335d080585b04e18d0304963097
d76111a73a18c150e6b5218fc411a2fd05e91e10
refs/heads/main
2023-06-11T07:22:18.986114
2023-05-24T16:35:22
2023-05-24T16:35:22
118,154,861
0
0
null
null
null
null
UTF-8
C++
false
false
1,856
cc
// G4 specific geometry info. Not available in non-geant jobs. // // Rob Kutschke, 2011 #include "murat/pet/PetWorldG4.hh" #include <limits> #include <algorithm> #include <iterator> #include "cetlib/exception.h" using namespace std; namespace mu2e { //-------------------------------------------------------------...
[ "murat@fnal.gov" ]
murat@fnal.gov
4671e65368152f8fce2161e14bed0ab24d5c26ec
a7f02ead4809d7555e5d64c862c8dc8f0b045781
/BaseFAMC/MathTools.cpp
87561badfd808df9bae8505cad3bcfa1215fe618
[ "Zlib" ]
permissive
isabella232/openFAMC
fac300a457d16e92f0e94bb9c5d73c2cbb6d6ec6
e36ec4d846fca577a838008570346e148b05a150
refs/heads/master
2022-05-07T13:12:36.760995
2015-01-13T16:29:15
2015-01-13T16:29:15
487,459,496
0
0
NOASSERTION
2022-05-02T20:31:14
2022-05-01T06:06:43
null
UTF-8
C++
false
false
3,251
cpp
/*! ************************************************************************ * \file * MathTools.cpp * \brief * MathTools class. * \author * Copyright (C) 2007 ARTEMIS Department INT/GET, Paris, France. * * Khaled MAMOU <khaled.mamou@int-evry.fr> * * Institut N...
[ "rufael84@ce3af695-dfca-4357-9c92-0dcba94ce5f8" ]
rufael84@ce3af695-dfca-4357-9c92-0dcba94ce5f8
72c473eb89fe0e04db70a02c27b7e9c850266ff9
8b03df3c9427cab311e96a94474ae99b4a6b6332
/hw3/10082WERTYU/main.cpp
ea32f9df7ea11a800c8a2d31f5ad9d86ba4a88b3
[]
no_license
026rus/csce4123
5d9c0f00b9f3ac319d91a6d4e8bcc06fb300b6a7
b458375fbe1998216827d3bb167a19b1b4ce42a0
refs/heads/master
2021-01-11T02:37:50.235447
2016-12-09T14:28:20
2016-12-09T14:28:20
70,951,071
0
0
null
null
null
null
UTF-8
C++
false
false
2,950
cpp
/* * ===================================================================================== * * Filename: main.cpp * * Description: Shift the rey * * Version: 1.0 * Created: 09/10/2016 05:37:02 PM * Revision: none * Compiler: gcc * * Author: Vitaly Borodin, ...
[ "026rus@gmail.com" ]
026rus@gmail.com
e64d94ed4bd3e664d335914b0424d2ccfe10dc30
7a17d90d655482898c6777c101d3ab6578ccc6ba
/SDK/PUBG_GamepadHelpInterface_functions.cpp
f6cf19ff6dde5dffb3df21091b1522939f9abe49
[]
no_license
Chordp/PUBG-SDK
7625f4a419d5b028f7ff5afa5db49e18fcee5de6
1b23c750ec97cb842bf5bc2b827da557e4ff828f
refs/heads/master
2022-08-25T10:07:15.641579
2022-08-14T14:12:48
2022-08-14T14:12:48
245,409,493
17
7
null
null
null
null
UTF-8
C++
false
false
355
cpp
// PUBG (9.1.5.3) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "PUBG_GamepadHelpInterface_parameters.hpp" namespace SDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- } #ifdef ...
[ "1263178881@qq.com" ]
1263178881@qq.com
d7c617c9bcbde8ff1f740608862e87b30a73f7be
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/Calorimeter/CaloRec/src/CaloCellMaker.cxx
1acc3829f799168973db082909e0e88c1da302dc
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
6,317
cxx
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ /******************************************************************** NAME: CaloCellMaker.h PACKAGE: offline/Calorimeter/CaloRec AUTHORS: David Rousseau CREATED: May 11, 2004 PURPOSE: Create a CaloCellContainer by calling ...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
2bee88cf451e8f82076f39c02b67875d4c23a4db
28d9f1413f52d9cedc7775f59c8dbd6bffa7d8c0
/tests/test_integer.cpp
ee67112bea97e0f4a81afd6a5075ae435adc88e9
[ "MIT" ]
permissive
ToruNiina/wad
e5ce63492b0d7feebd11cc5fe0b290a202995b1a
f5f0445f7f0a53efd31988ce7d381bccb463b951
refs/heads/master
2022-12-14T15:07:15.128072
2020-09-01T14:43:06
2020-09-01T14:43:06
241,058,715
0
0
null
null
null
null
UTF-8
C++
false
false
14,517
cpp
#define CATCH_CONFIG_MAIN #include "catch.hpp" #include "wad/integer.hpp" #include "utility.hpp" TEST_CASE( "uint8_t save/load", "[u8]" ) { REQUIRE(wad::save_load(std::uint8_t(42)) == 42u); REQUIRE(wad::save_load(std::uint8_t(142)) == 142u); REQUIRE(wad::save_load_convert<std::uint16_t>(std::uint8_t(42)...
[ "niina.toru.68u@gmail.com" ]
niina.toru.68u@gmail.com
20febf6a0ee36bd7db72318a1e8839838d885595
b01cf4f1eff5b8b9d0ad00e61cad353b0fe02cf4
/main.cpp
74eaeb4900b1b97a6cb8bdaf10f31acbe178f2ec
[]
no_license
JonasLopezMesa/cpp_SSI_cifrado_vingenere
48a9854f508d2000d547e98e4e96fa291e42a004
c8f531f355a57afe5bba87adf89867efafbc00c5
refs/heads/master
2020-04-19T10:40:59.431626
2014-02-13T14:54:11
2014-02-13T14:54:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,423
cpp
// // main.cpp // Cifrado_Vingenere // // Created by jonas on 18/02/13. // Copyright (c) 2013 jonas. All rights reserved. // #include <iostream> #include <ctype.h> using namespace std; int main() { char alfabeto[26] = {'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v'...
[ "77jonas77@gmail.com" ]
77jonas77@gmail.com
70a29034c9bd434814f8b68ab7914db018fd1003
5bc9f98921bc395116d20b0fdbf485cbc987e82d
/app/components/hotkeyselectorlineedit.h
e95838ecb43d06cd11ed66bca395cdab369d39fd
[]
no_license
nickdonnelly/horus
0082c6d3750952eafeb6e265b02ab70ff2efca13
6c2cc9d47da3cf0f09d014f44116a78c1910b43b
refs/heads/master
2021-04-27T00:17:49.216025
2018-06-30T14:09:44
2018-06-30T14:09:44
123,788,239
1
0
null
null
null
null
UTF-8
C++
false
false
440
h
#ifndef HOTKEYSELECTORLINEEDIT_H #define HOTKEYSELECTORLINEEDIT_H #include <QObject> #include <QLineEdit> #include <QFocusEvent> class HotkeySelectorLineEdit : public QLineEdit { Q_OBJECT public: explicit HotkeySelectorLineEdit(QWidget *parent = 0); signals: void focusIn(); void focusOut(); protect...
[ "nick@donnelly.cc" ]
nick@donnelly.cc
1626639e22130869bb194e1fe4d52dcb4e2a608b
85c1bc724e59cea08b6c178f8c3eabd554cb99ee
/script_array_object.cpp
eb20ea8faaedd669cf54c61b6298bc3b2ae7133d
[]
no_license
vtsaplin/jlsl
92068f6880a366c1de49efd658409b696884346a
019e3c3ce7638df633ec2a1787074343bc827145
refs/heads/master
2021-01-19T11:03:04.234409
2012-12-19T20:26:02
2012-12-19T20:26:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,098
cpp
#include "script_array_object.h" script_array_object::script_array_object () { _iter = _vector.begin (); } script_array_object::script_array_object (unsigned long size) { _vector.resize (size); _iter = _vector.begin (); } script_array_object::~script_array_object () { } void script_array_object::array_subscript ...
[ "vitaly@tsaplin.com" ]
vitaly@tsaplin.com
161a512c70f68826d44c9fdc30e8fb05a1be8e2b
bfad0c504fff3c17d1d4681ac82216f804af2f87
/libraries/MPU9250_LIB/inv_mpu.cpp
44653b93cb465ee4610cee62da4317d1eba4dc74
[]
no_license
kenne839/Senior_Design_source
36592a8a03b1f4683e15c9ca295f5144f5850971
8b3d1f4774d3f61bc7ea1edc48363d9fbb95f425
refs/heads/master
2021-01-23T02:23:30.107174
2017-04-06T21:02:31
2017-04-06T21:02:31
85,989,922
0
0
null
null
null
null
UTF-8
C++
false
false
81,458
cpp
/* $License: Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved. See included License.txt for License information. $ */ /** * @addtogroup DRIVERS Sensor Driver Layer * @brief Hardware drivers to communicate with sensors via I2C. * * @{ * @file inv_mpu.c * @bri...
[ "kenne839@umn.edu" ]
kenne839@umn.edu
bfa26ce57fa97ccb7d3ceaca5058455b37c94433
884d8fd8d4e2bc5a71852de7131a7a6476bf9c48
/grid-test/export/macos/obj/src/flixel/input/gamepad/mappings/MayflashWiiRemoteMapping.cpp
fcc12a851dc6087f8c0124063209ed9dc1b49699
[ "Apache-2.0" ]
permissive
VehpuS/learning-haxe-and-haxeflixel
69655276f504748347decfea66b91a117a722f6c
cb18c074720656797beed7333eeaced2cf323337
refs/heads/main
2023-02-16T07:45:59.795832
2021-01-07T03:01:46
2021-01-07T03:01:46
324,458,421
0
0
null
null
null
null
UTF-8
C++
false
true
26,665
cpp
// Generated by Haxe 4.1.4 #include <hxcpp.h> #ifndef INCLUDED_flixel_input_gamepad_FlxGamepadAnalogStick #include <flixel/input/gamepad/FlxGamepadAnalogStick.h> #endif #ifndef INCLUDED_flixel_input_gamepad_FlxGamepadAttachment #include <flixel/input/gamepad/FlxGamepadAttachment.h> #endif #ifndef INCLUDED_flixel_input...
[ "vehpus@gmail.com" ]
vehpus@gmail.com
26bbe7cfe7cab231f82d5c3708429a046d13d413
1109273a550e1f1a31c9decc286b31caae317ec2
/1.C++初识/Qt_2/Teacher.h
256ce8b0503ea67c8872d52cd7d93e7b0604b9b1
[]
no_license
guangyongxing/The-C-PLus-PLus-Language
b4dfafd122f504b336db176f202e19df6e6813e1
202bd914ca3488474cdcf717fd03d1103ce6c023
refs/heads/master
2023-07-16T06:18:34.414282
2021-08-27T14:11:47
2021-08-27T14:11:47
null
0
0
null
null
null
null
GB18030
C++
false
false
391
h
#pragma once #include <qobject.h> #include<qobject.h> class Teacher : public QObject { Q_OBJECT; public: // explicit Teacher(QObject* parent=0); signals: //自定义信号,需要写到槽函数signals下、 //返回类型必须是void //只需要声明,不需要实现 //信号可以有参数 //可以发生重载 void hungary(); public slots: };
[ "1627961573@qq.com" ]
1627961573@qq.com
31150d5bf6b1dd9a724a42b7501c58431ad24cd8
ed6f1382dad7fd39102cef3895eacb7a467f43a0
/genetik/GeneticAlgorithm.hpp
110c467db0a99221b859f27512c27287346805d3
[ "MIT" ]
permissive
karlphillip/Genetik
c1e80132dbba6f03698542ef29c22b6474376a1c
b8059f08ececa9bda6b2c19f35a925c070052f56
refs/heads/main
2023-07-03T22:04:41.811092
2021-08-13T01:09:12
2021-08-13T01:09:12
336,808,629
1
0
null
null
null
null
UTF-8
C++
false
false
7,478
hpp
#pragma once #include "GeneticAlgorithm_i.hpp" #include <iostream> #include <vector> template <typename P, typename C> class GeneticAlgorithm : public GeneticAlgorithm_i<P, C> { public: /* * Parameterized constructor initializes member variables. * * @param crossoverRate a value ...
[ "karlphillip@gmail.com" ]
karlphillip@gmail.com
b5b63e6fa90746f905cbc37162891af2d8eb4d50
3dccc67970f0dc181cee0b2939e1f726b254526e
/imebra/include/imebra/drawBitmap.h
3732e8db60ed7ab23765616eaaa7b659a289d9dd
[ "MIT" ]
permissive
miyako/4d-plugin-imebra-v3
7c8424d5cdf768069c3d59fccaf8bec45a74de15
a5feaa5d888a3b51bdd047b6996fda59d99a9029
refs/heads/master
2022-05-02T14:57:23.159083
2022-03-28T13:25:00
2022-03-28T13:25:00
189,965,106
3
0
null
null
null
null
UTF-8
C++
false
false
4,514
h
/* Copyright 2005 - 2017 by Paolo Brandoli/Binarno s.p. Imebra is available for free under the GNU General Public License. The full text of the license is available in the file license.rst in the project root folder. If you do not want to be bound by the GPL terms (such as the requirement that your application mu...
[ "keisuke.miyako@4d.com" ]
keisuke.miyako@4d.com
f631fd018bfdae9b91236fad5e5fc6dc9b5cb892
a1a8b69b2a24fd86e4d260c8c5d4a039b7c06286
/build/iOS/Debug/include/Fuse.Effects.EffectType.h
d562b6c99c0c01fdefb5395e14ca008f20fa15d9
[]
no_license
epireve/hikr-tute
df0af11d1cfbdf6e874372b019d30ab0541c09b7
545501fba7044b4cc927baea2edec0674769e22c
refs/heads/master
2021-09-02T13:54:05.359975
2018-01-03T01:21:31
2018-01-03T01:21:31
115,536,756
0
0
null
null
null
null
UTF-8
C++
false
false
345
h
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Elements/1.4.2/Effects/Effect.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Int.h namespace g{ namespace Fuse{ namespace Effects{ // public enum EffectType :8 uEnumType* EffectType_typeof(); }...
[ "i@firdaus.my" ]
i@firdaus.my
2487b7fcfa72e2fdda6a53a4846b49fa753f06c7
10b3f8b1bb2d43a053558e2974b1190ec5af9ab3
/src/qt/forms/ui_assetcontroldialog.h
7649a9e177686ef40bef978a504c283cbabdda8e
[ "MIT" ]
permissive
Satoex/Sato
ff4683226c2cedb14203a86af68ae168e3c45400
fda51ccc241ca426e838e1ba833c7eea26f1aedd
refs/heads/master
2022-07-27T23:30:32.734477
2022-01-29T17:44:00
2022-01-29T17:44:00
346,001,467
6
8
null
null
null
null
UTF-8
C++
false
false
18,044
h
/******************************************************************************** ** Form generated from reading UI file 'assetcontroldialog.ui' ** ** Created by: Qt User Interface Compiler version 5.7.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************...
[ "78755872+Satoex@users.noreply.github.com" ]
78755872+Satoex@users.noreply.github.com
d7a975dfd2a9c8874c452c33da7e792cd14cd40f
83fe0b04025d725f9aaef558f9c5fc8aafcff81b
/Game/Menu/ImGui/imgui_internal.h
16462e31c11761f726b2e7f575e4289cfddf32aa
[]
no_license
Archie-osu/Underhacks
f3614496f174b2a0984e02da170f0b88e9067969
6c1b84b600ebf1576d562b41ad6f1f59727180a5
refs/heads/master
2022-08-29T15:39:21.150732
2020-05-24T18:06:13
2020-05-24T18:06:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
132,326
h
// dear imgui, v1.77 WIP // (internal structures/api) // You may use this file to debug, understand or extend ImGui features but we don't provide any guarantee of forward compatibility! // Set: // #define IMGUI_DEFINE_MATH_OPERATORS // To implement maths operators for ImVec2 (disabled by default to not collide with ...
[ "61205459+sailent704@users.noreply.github.com" ]
61205459+sailent704@users.noreply.github.com
9e0a2e6fe1b947baaa31adfe5060f8c1e04a7946
e0feac125fb92c3d1834f9c9c89baf4ab9428fc6
/rpdf/public/rpdf/I3RecoLLH.h
71a8d922b8d0e8403bee9b757e6c590073dcdd79
[]
no_license
AlexHarn/bfrv1_icetray
e6b04d04694376488cec93bb4b2d649734ae8344
91f939afecf4a9297999b022cea807dea407abe9
refs/heads/master
2022-12-04T13:35:02.495569
2020-08-27T22:14:40
2020-08-27T22:14:40
275,841,407
0
0
null
null
null
null
UTF-8
C++
false
false
4,911
h
#ifndef I3RECOLLH_H_INCLUDED #define I3RECOLLH_H_INCLUDED /** * @brief Provides a Gulliver likelihood service for muon based reconstructions * * (c) 2018 the IceCube Collaboration * * @file I3RecoLLH.h * @author Kevin Meagher * @date January 2018 * */ #include "dataclasses/geometry/I3Geometry.h" #include "gu...
[ "olivas@icecube.umd.edu" ]
olivas@icecube.umd.edu
c7d35d545e15aa008ca778b31d32202418a81aa7
f3caca21856698192203e25e7df7fd7300135eb7
/src/vm/vmlua.h
73eb090a3b439d9a32d5f8cd1ac340d68377e8f3
[ "MIT" ]
permissive
sheenshane/WaykiChain
e8b9e059030f0f782b1388f7321623163dd6897f
c37f23556a45dc22e06c874afb0baef323125e80
refs/heads/master
2020-04-23T13:53:10.444698
2019-02-16T17:52:09
2019-02-16T17:52:09
171,212,733
2
0
MIT
2019-02-18T04:09:18
2019-02-18T04:09:17
null
GB18030
C++
false
false
564
h
#ifndef VMLUA_H_ #define VMLUA_H_ #include <cstdio> #include <vector> #include <string> #include <memory> using namespace std; class CVmRunEvn; class CVmlua { public: CVmlua(const vector<unsigned char> & vRom,const vector<unsigned char> &InputData); ~CVmlua(); tuple<uint64_t,string> run(uint64_t maxstep,CVm...
[ "walker@iblocktech.com" ]
walker@iblocktech.com
397b1ebab68beaf6686d4e543ce41f9b124aeb01
81f2b85a9542b8fd365b44d0caa39f2fb6f8e122
/leetcode/Array/Plus One/main.cpp
6154c53e4334c0dbf8fe6697eb6fa87f5589ea9b
[]
no_license
setsal/coding
c66aa55e43805240c95e1c4f330f08b0fb0df7ba
7ee094b8b680107efe88a0abb3aba5c18d148665
refs/heads/master
2023-08-26T20:03:03.723747
2021-09-24T18:04:14
2021-09-24T18:04:14
298,565,963
3
0
null
null
null
null
UTF-8
C++
false
false
521
cpp
class Solution { public: vector<int> plusOne(vector<int>& digits) { int len = digits.size(); digits[len-1] = digits[len-1] + 1; int i; for ( i=len-1; i>0; i-- ) { if ( digits[i] == 10 ) { digits[i] = 0; digits[i...
[ "contact@setsal.dev" ]
contact@setsal.dev
7b752695da3205d766068be0542812c576ba6036
c18dcd79934b07fdbc7b7b8568ec8af8c9beab91
/0513/OJ396.cpp
cf5a4fbfac9d3534f77e534df7a7a9ea3af8ed8d
[]
no_license
xsun89/MenTou
725fbbabb75dd85003af30e05ffb43d9c5dd2eae
4047757d3ef2d8fbd3204b02ad6cd59882b80318
refs/heads/master
2023-05-31T22:22:18.942773
2021-06-16T17:40:35
2021-06-16T17:40:35
345,441,572
0
0
null
null
null
null
UTF-8
C++
false
false
1,153
cpp
// // Created by Xin Sun on 2021-05-26. // #include <iostream> #include <queue> using namespace std; struct node { int x, y; }; int n; int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0}; int mmap[50][50]; int main() { cin >> n; for(int i = 1; i <= n; i++){ for(int j = 1; j <= n; j++) { cin >...
[ "sunxin89@gmail.com" ]
sunxin89@gmail.com
1fb578da628a323daeebe36f861b05c9e0358844
512044f62cb6f432b67a7809b98e58e055572ae3
/ext/asio/src/tests/unit/signal_set_service.cpp
1e2098600317feba7fcf6f939214bcc647e99bcb
[ "MIT", "BSL-1.0" ]
permissive
laxtools/lax
b53c47e7482c6230d6bb06525ff9beb0422bc28a
4b6ac5e042787f1c66e6f4771ec9aafe6b2df26b
refs/heads/master
2021-01-20T06:14:48.794893
2018-04-23T10:23:26
2018-04-23T10:23:26
101,494,689
2
1
null
null
null
null
UTF-8
C++
false
false
639
cpp
// // signal_set_service.cpp // ~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // Disable au...
[ "laxtools@gmail.com" ]
laxtools@gmail.com
452342c9978134356f49afdec6a519af2e8f19a5
4ec7b04f235824d73de99370a4fb293e60b30ebe
/RBTree.h
e924d92909320e4eb9dc828b400296524fc2387c
[]
no_license
wzpchris/cexample
93c841cf287671ee5985c1478d978e0b683ccd36
b529438212295f48c14f7a943b51ce0905b22b75
refs/heads/master
2018-10-15T00:33:30.237981
2018-07-12T02:02:29
2018-07-12T02:02:29
123,370,486
0
0
null
null
null
null
UTF-8
C++
false
false
12,184
h
//file RBTree.h //July and saturnman #ifndef _RB_TREE_H_ #define _RB_TREE_H_ #include <iostream> #include <string> #include <sstream> #include <fstream> using namespace std; template<class KEY, class U> class RB_Tree { private: RB_Tree(const RB_Tree& input) {} const RB_Tree& operator= (const RB_Tree& input) {} priv...
[ "271737050@qq.com" ]
271737050@qq.com
138e4010585dc193666d0eafe8a36d2f6d02721e
e2bb8568b21bb305de3b896cf81786650b1a11f9
/SDK/SCUM_Stew1_classes.hpp
423ae4d420b33c66310cdb1176c9148fc71b8319
[]
no_license
Buttars/SCUM-SDK
822e03fe04c30e04df0ba2cb4406fe2c18a6228e
954f0ab521b66577097a231dab2bdc1dd35861d3
refs/heads/master
2020-03-28T02:45:14.719920
2018-09-05T17:53:23
2018-09-05T17:53:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
614
hpp
#pragma once // SCUM (0.1.17) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SCUM_Stew1_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGener...
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
bce677453da59692c6f6e9c332baa66925f30bf7
4ab8668539499bf571443198d9f9512f5208ac8e
/800/231A.cpp
487bd0521d2e86c5ca5cb5cc3d79c64b453ba7f7
[]
no_license
Andruixxd31/Competitive-Programming
9d7edf220a6d44cca4da9c62f00465b04282d555
732f8ddea5b534fca05b2071277f0752bdb48b39
refs/heads/master
2022-12-18T03:53:31.713167
2020-09-22T17:15:48
2020-09-22T17:15:48
275,478,486
0
0
null
null
null
null
UTF-8
C++
false
false
382
cpp
#include <iostream> using namespace std; int main(int argc, char const *argv[]) { int n = 0; int problems = 0; int count; int votes[3]; cin >> n; for (int i = 0; i < n; ++i) { count = 0; for (int j = 0; j < 3; ++j) { cin >> votes[j]; if(votes[j] == 1) { ++count; if(count == 2) ++problems; ...
[ "andruix93@gmail.com" ]
andruix93@gmail.com
66054f8b1e75d0185a774b45e11027aa981b28f4
fab3558facbc6d6f5f9ffba1d99d33963914027f
/include/fcppt/signal/base_impl.hpp
5ba8fe9481e5e4ec511343a80ca06027eec33751
[]
no_license
pmiddend/sgedoxy
315aa941979a26c6f840c6ce6b3765c78613593b
00b8a4aaf97c2c927a008929fb4892a1729853d7
refs/heads/master
2021-01-20T04:32:43.027585
2011-10-28T17:30:23
2011-10-28T17:30:23
2,666,694
0
0
null
null
null
null
UTF-8
C++
false
false
1,093
hpp
// Copyright Carl Philipp Reh 2009 - 2011. // 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) #ifndef FCPPT_SIGNAL_BASE_IMPL_HPP_INCLUDED #define FCPPT_SIGNAL_BASE_IMPL_HPP_INCLUDED #include ...
[ "pmidden@gmx.net" ]
pmidden@gmx.net