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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
eb006147ef5b3968185b8322054ffb7cf003cbd9
76117046fe2024bee5566195377181fce249de91
/Redux/DrawManager.cpp
3ac5dad42a42771bc44e9debee96485347859189
[]
no_license
Lumaio/Redux
3649b8733cbb8d759271a01feec4533ba1a9eae9
9f2db362bc866a2b51a246f5ddedea7722521b34
refs/heads/master
2020-05-31T23:43:57.582901
2017-06-12T03:52:56
2017-06-12T03:52:56
94,053,536
0
1
null
null
null
null
UTF-8
C++
false
false
7,436
cpp
#include "DrawManager.h" #include <cstdint> #include "ImGUI/imgui.h" #include "ImGUI/DX9/imgui_impl_dx9.h" bool get_system_font_path(const std::string& name, std::string& path) { // // This code is not as safe as it should be. // Assumptions we make: // -> GetWindowsDirectoryA does not fail. // -> The registr...
[ "patrick@kecklers.com" ]
patrick@kecklers.com
415a30a950a83ea2d8d1112b5df55865b89674b4
7a07388e62ca52dd0052b2ff0c9e858b27397aa9
/src/Chip8.cpp
496a064225ff603bbeed48ca5c86f5aeaaf1d6ea
[]
no_license
Coul33t/CHIP8-TOR
386ae05c2542840bad407967650f4bb4a6319cca
1967ab274c7f6485dc2183c9f9df791b0010e0e1
refs/heads/master
2020-05-03T17:24:04.376943
2019-09-19T14:38:38
2019-09-19T14:38:38
178,743,179
0
0
null
null
null
null
UTF-8
C++
false
false
19,125
cpp
#include "Chip8.h" Chip8::Chip8(Screen* screen) { this->memory = std::vector<uint8_t>(4096, 0x00); this->V = std::vector<uint8_t>(16, 0x00); this->pc = 0x0200; this->I = 0x0000; this->sp = 0x0000; this->stack = std::vector<uint16_t>(16, 0x0000); this->delay_timer = 0x00; this->sound_...
[ "Coulis1990@gmail.com" ]
Coulis1990@gmail.com
aa9c52c5e095cfec6d4ae020e0255b61d3ead41b
f31161880a35e558e1a90e8b78e6366e80a9db9e
/Track/track.h
931af4753cd174b8147b03328a8c195e0d4b6fcd
[]
no_license
Andrea269/playRacingBike
ba39dbfe903b69939d85c06e2111981bd5102fe8
5a38b41b4906cc62ef196aebf8e842e66acfbd62
refs/heads/master
2020-03-23T00:33:32.653338
2018-08-30T17:09:10
2018-08-30T17:09:10
140,870,082
0
0
null
null
null
null
UTF-8
C++
false
false
511
h
// // Created by andrea on 14/07/18. // #ifndef PLAYRACINGBIKE_TRACK_H #define PLAYRACINGBIKE_TRACK_H #endif //PLAYRACINGBIKE_TRACK_H class Track{ public: void InitTrack(float x, float z); void Render(); bool OnTrack(float x, float z); Track(){ positionOnY=0; positionOnX, positionOnZ=...
[ "a.pascali2@studenti.uniba.it" ]
a.pascali2@studenti.uniba.it
dec3b8e524c3ba08a5768edba420c57628fdd11f
d1eaee6ac06b825ae70966375ea09c0cf7878a75
/library/include/perfect_hash/sub_table.h
57e4f206bb3f27cb624bb0f8c8551b0cc865cd27
[]
no_license
SokolovAndrey1/Hashing
6cc6dd52658e031c650f8cacd3702425195850bb
4d3c453ef51c0702d1db79941ab44a108abfca37
refs/heads/master
2023-04-23T18:20:07.827377
2021-05-09T20:26:23
2021-05-09T20:26:23
267,845,407
0
0
null
null
null
null
UTF-8
C++
false
false
3,344
h
#pragma once #include <initializer_list> #include <functional> #include <utility> #include <iostream> #include <time.h> #include <algorithm> #include <vector> #include <list> #include <stdio.h> #include <assert.h> #include <cmath> #include "utils/utils.h" namespace perfect_hash { template<typename Key, typename Valu...
[ "Sokolov11.nn@gmail.com" ]
Sokolov11.nn@gmail.com
a384550999e605307255b31de94baf210d9ad2bd
8d535405179262ec25bc086477448fddcc1154f5
/arduino_control/ReadFromProcessing.h
1ddd4cc31523b53f4acb25b15df44f229da55419
[ "Apache-2.0" ]
permissive
tehunk/glovezz
d967be95302f6d427a2801a32d3a942c88a7d3c7
709528382ade7ac85ec11d575ed39c5072740f84
refs/heads/master
2021-04-06T18:10:41.062053
2018-04-27T15:19:23
2018-04-27T15:19:23
125,240,739
1
1
Apache-2.0
2018-04-27T15:15:49
2018-03-14T16:17:56
Processing
UTF-8
C++
false
false
455
h
/* * ReadFromProcessing.h - Read 5 values for vibrations from Processing through Serial * Created by Tae Hun Kim */ #ifndef ReadFromProcessing_h #define ReadFromProcessing_h #include "Arduino.h" class ReadFromProcessing { private: const byte boundary = 127; byte vals[6]; bool syncBoundary(); bo...
[ "tehunk@gmail.com" ]
tehunk@gmail.com
1b961ef76e52c5c9aeb90544146aecd3416a1546
8801815d233c92f8d916246c9cd3ac4bf4ed8fdf
/WebcamTestMfc/WebcamTestMfc_h.h
e5caccf9425cfcf687f7c81d95607bb2242e89cc
[]
no_license
mobelus/Webcam-Take-And-Save-Single-Shot
3c586a8be107eb902c2bbd112f07da5a3e803f20
8943dce1a84161e53671c4cb78cab3df958f76f3
refs/heads/master
2021-01-22T19:41:19.300487
2017-03-16T18:09:43
2017-03-16T18:09:43
85,227,370
0
0
null
null
null
null
UTF-8
C++
false
false
5,767
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0603 */ /* at Thu Mar 16 16:09:46 2017 */ /* Compiler settings for WebcamTestMfc.idl: Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0603 protocol : dce , ms_ext,...
[ "noreply@github.com" ]
mobelus.noreply@github.com
ed90c80a66283d2e94388e476098342501e58628
09b4f7c41d68c433e99963d104fc8e9254202450
/tests/test_gurobi.cc
5e5152d7435ec0c317a203579c56877e506f242e
[ "MIT" ]
permissive
Jvanrhijn/lpinterface
3015cbd26b2fb9182203e0cc2e528428d778239b
49b038582aad2eebef129e2755736dfbdf79ec50
refs/heads/master
2020-06-18T07:12:48.291598
2019-10-20T07:28:14
2019-10-20T07:28:14
196,208,329
2
1
MIT
2019-09-16T13:22:36
2019-07-10T13:15:06
C++
UTF-8
C++
false
false
4,519
cc
#include <gtest/gtest.h> #include <rapidcheck/gtest.h> #include <fcntl.h> #include <sys/stat.h> #include <unistd.h> #include <iostream> #include "generators.hpp" #include "lpinterface.hpp" #include "lpinterface/gurobi/lpinterface_gurobi.hpp" #include "testutil.hpp" #include "test_common.hpp" using namespace lpint;...
[ "jesse.v.rhijn@gmail.com" ]
jesse.v.rhijn@gmail.com
ec1d16d9a368a94efedea058b584489857c69c70
ca32936825c3cbae13e4db108ad97d670e0a9264
/oce-0.17/include/oce/Handle_Select3D_SensitiveTriangulation.hxx
eb08649fb03293c61c8dc062e2fd766e81ffc15e
[]
no_license
zqqiang/node-cad
7b783fb758dcacb5b1e1b8276c73dfe0942adfbb
739ff348b4d2c77b275c3a0fe87682c14ffd8181
refs/heads/master
2021-01-14T08:03:53.991041
2016-12-23T19:07:33
2016-12-23T19:07:33
46,592,925
5
0
null
null
null
null
UTF-8
C++
false
false
776
hxx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Handle_Select3D_SensitiveTriangulation_Hea...
[ "qiangzhaoqing@gmail.com" ]
qiangzhaoqing@gmail.com
c348a5ad3137192840217e953d575ec5e3e0264c
e8da399ccf7f93e7cc3831e2388a215cce014dac
/w1-w2_tut/TaskTwoW1W2Runner.h
37692b3a909f1e231618fa43a8a7f59b1a605013
[ "MIT" ]
permissive
Buithienphuoc/SEDLearnCpp
80ffbda435f8d2378dfb87da4986025a5c032189
32fc9587a36b0f5bcf221e359ebf05ff5857ab74
refs/heads/main
2023-03-25T10:06:03.259055
2021-03-18T16:07:12
2021-03-18T16:07:12
347,730,095
2
0
MIT
2021-03-18T16:07:12
2021-03-14T19:12:44
C++
UTF-8
C++
false
false
1,251
h
// // Created by Phuoc on 14/03/2021. // #ifndef LEARNCPP_TASKTWOW1W2RUNNER_H #define LEARNCPP_TASKTWOW1W2RUNNER_H #include <bitset> using namespace std; class TaskTwoW1W2Runner { public: static void run(){ cout <<"First input -"; string firstInput = getOne8LengthBinaryInput(); cout <<"Se...
[ "tphuoc1998@gmail.com" ]
tphuoc1998@gmail.com
6dd75cde621493623d158315b3170ed1867c98cf
bed0c5fdcf47f5eaf7f98fd48a0d6af81235094e
/ork.core/inc/ork/cvector3.hpp
ff38fd11dd94618a7b9b96bb1173c13101ec99b8
[ "CC-BY-4.0", "CC-BY-3.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
tweakoz/zed64
044aa4b10476031fcf615681db7f250abcc7603f
c0231444418999191182d53d9319bf7978422bfb
refs/heads/master
2021-05-04T18:02:05.510849
2019-03-03T09:21:27
2019-03-03T09:21:27
24,151,704
4
0
null
null
null
null
UTF-8
C++
false
false
13,628
hpp
/////////////////////////////////////////////////////////////////////////////// // MicroOrk (Orkid) // Copyright 1996-2013, Michael T. Mayers // Provided under the MIT License (see LICENSE.txt) /////////////////////////////////////////////////////////////////////////////// #include "cmatrix4.h" #include "cmatri...
[ "michael@tweakoz.com" ]
michael@tweakoz.com
84b22660822fb37abffbe1f6ba0955399618374c
372d2c1cac620d2cf335da6cfcab1d6e4d0803b6
/xrLC/xrSaveLights.cpp
452b0e589b88a1e0d670a49155dec6c3cfe500bd
[]
no_license
ugozapad/xray_ol
39000950815ef5c56801b0fa8f92d047a6e430da
13536bd1b520d9ec140e4f924216ad07a000b59f
refs/heads/master
2023-03-15T22:46:17.676641
2021-03-08T21:49:30
2021-03-08T21:49:30
340,637,264
1
0
null
null
null
null
UTF-8
C++
false
false
328
cpp
#include "stdafx.h" #include "build.h" void CBuild::SaveLights(CFS_Base &fs) { fs.open_chunk(fsL_LIGHTS); for (DWORD i=0; i<lights_dynamic.size(); i++) fs.write(lights_dynamic.begin()+i, sizeof(xrLIGHT)); fs.close_chunk(); fs.write_chunk(fsL_LIGHT_KEYS, lights_keys.begin(), lights_keys.size()*sizeof(Flight)...
[ "hp1link2@gmail.com" ]
hp1link2@gmail.com
68276a4a93f232b723d651722f39f52c7b2e2079
46f7cb7150697037d4b5f434dde423a1eeb8e422
/ncnn-20210525-full-source/tests/test_gemm.cpp
455e5f142a14a8b052972f8101e3bfde76cb4f2a
[ "BSD-3-Clause", "Zlib", "BSD-2-Clause", "MIT" ]
permissive
MirrorYuChen/ncnn_example
d856f732e031b0e069fed7e30759e1c6c7947aaf
82a84d79c96e908f46b7e7cac6c8365c83b0f896
refs/heads/master
2023-08-18T06:31:06.113775
2022-05-14T17:38:01
2022-05-14T17:38:01
183,336,202
362
108
MIT
2022-06-22T04:17:14
2019-04-25T01:53:37
C++
UTF-8
C++
false
false
6,095
cpp
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy ...
[ "2458006366@qq.com" ]
2458006366@qq.com
9bf399ce9323e6c69499caf5cadb9c6647acaf4a
3490954f207f1fc26a6ae4195476ce170a59e845
/src/InterBase/InterBaseConnectionManager.cpp
f28993183ed001953814b0b4f9c7b16b8d726abb
[]
no_license
rssh/UAKGQuery
cf69566fbd091f9117f76bb7cd51a050cbe59576
63de600999ef3c0b9b51f860c5d0522ad39575dc
refs/heads/master
2016-09-06T03:19:44.588353
2013-11-17T15:43:05
2013-11-17T15:43:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,128
cpp
#ifndef __InterBase_InterBaseConnectionManager_h #include <InterBase/InterBaseConnectionManager.h> #endif #ifndef __InterBase_InterBaseQueryManager_h #include <InterBase/InterBaseQueryManager.h> #endif #ifdef USE_OB_XA #include <OB/OTSXA.h> #endif extern CORBA::ORB_ptr myORB; #ifdef USE_OB_XA extern xa_switch_t xa...
[ "ruslan@shevchenko.kiev.ua" ]
ruslan@shevchenko.kiev.ua
631e57281ddb39b827a1b40f6a3d926c414d9451
cf777505c5e6713c7e0dd23146c24aa557a93e6e
/src/Backup/SnapshotList.cpp
8d3a3b3696efae61668fd954230e9f5ce1d939e6
[]
no_license
profi248/backwither
b5c8a10de28bb15845fd48e76c53175cb3f0116b
2a74448de05d545cdf0ff55a4e1d3f00cf98fadc
refs/heads/master
2023-02-26T21:10:53.273631
2021-01-21T18:58:51
2021-01-31T23:30:33
266,898,543
0
0
null
null
null
null
UTF-8
C++
false
false
104
cpp
#include "SnapshotList.h" void SnapshotList::AddSnapshot (Snapshot s) { m_Snapshots.push_back(s); }
[ "kostal.david8@gmail.com" ]
kostal.david8@gmail.com
58116ede706939808e692f3ff64d3851440974e0
bf6b923300ba9f100a7e0f1eedb54b157afe3e58
/Tests/parserCombinatorsTests.cpp
fc1d07ba12336f7b7d54bd99040900fb5aab110e
[]
no_license
tzulang/Compiler
706f4d18e0bad7304e44f6ddde11b09202337a22
05f4331f4d7116f223451060b5226b5828477b13
refs/heads/master
2020-04-18T09:47:32.239067
2019-02-08T20:39:53
2019-02-08T20:39:53
167,447,209
0
0
null
null
null
null
UTF-8
C++
false
false
5,544
cpp
#include "testutils.h" #include "Lexer/parsercombinatror.h" #include "Lexer/match.h" #include "MyLanguage/definitions.h" #include <string_view> #include <locale> using namespace compiler; using str = strType; TEST(testStringParser, testpChar) { auto pa= pChar<str>('a'); str s1 = S("abcd"); str s2 = S("bcd...
[ "yonatan.tzulang@gmail.com" ]
yonatan.tzulang@gmail.com
a809a29000836efeb069c516c3fe32439348c805
ce99b399bead6c9a285f07d386d04a4a1c5f6bb7
/Cookbook/Chapter03/Chapter03/SceneEditor/SceneEditor/SceneEditorDoc.h
7e42cb5a56756b4aa46bc173b3d2db20c2776ecd
[]
no_license
codediy/OgreDemo
13e97c984499330bbd733f5c7c64212324e428b4
6fb0ad2edde881feda040f5eb8bdf134f6ca9495
refs/heads/master
2020-12-05T21:44:51.348401
2020-01-07T06:13:00
2020-01-07T06:13:00
232,255,494
0
0
null
null
null
null
UTF-8
C++
false
false
916
h
// SceneEditorDoc.h : interface of the CSceneEditorDoc class // #pragma once class CSceneEditorDoc : public CDocument { protected: // create from serialization only CSceneEditorDoc(); DECLARE_DYNCREATE(CSceneEditorDoc) // Attributes public: // Operations public: // Overrides public: virtual BOOL OnNewDocumen...
[ "zmwwork@163.com" ]
zmwwork@163.com
12f95f19c2d6ebf4aedc4eb2b64eb7c7a4c463ec
ec8cc059111a9ab5e7f023424a2d801a3646152d
/dispatcher.h
7dcdc20d0ae3549156828c3e7024503fc3e00bcf
[]
no_license
liuli0212/libevhtpcpp
bca18cdd8e229d5451206c9909aa9e30456ea80f
cc26ce5c40fbc8a85123b821a88c358774d75a01
refs/heads/master
2021-01-20T06:23:10.687041
2013-08-02T07:44:03
2013-08-02T07:44:03
11,815,960
2
0
null
null
null
null
UTF-8
C++
false
false
1,102
h
#ifndef DISPATCHER_H_ #define DISPATCHER_H_ #include <map> #include <string> #include "common/base/closure.h" #include "libevhtp/evhtp.h" class HttpRequest; class Dispatcher { typedef Closure<void, HttpRequest*> Callback; public: // Register a handler that will be invoked when 'cmd' is received. ...
[ "liuli@xiaomi.com" ]
liuli@xiaomi.com
9e5cfb24e6b46c1eaa5e8c34e0b60656d14907eb
31589435071cbff4c5e95b357d8f3fa258f43269
/PPTVForWin8/ppbox_1.2.0/src/live/p2pcommon2/base/ppl/mswin/mfc/net.h
5c575c365c2c4590a55c5c66889f8e29f98277f5
[]
no_license
huangyt/MyProjects
8d94656f41f6fac9ae30f089230f7c4bfb5448ac
cd17f4b0092d19bc752d949737c6ed3a3ef00a86
refs/heads/master
2021-01-17T20:19:35.691882
2013-05-03T07:19:31
2013-05-03T07:19:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,955
h
#ifndef _LIVE_P2PCOMMON2_BASE_PPL_MSWIN_MFC_NET_H_ #define _LIVE_P2PCOMMON2_BASE_PPL_MSWIN_MFC_NET_H_ #include <ppl/util/listener.h> #include <ppl/net/socketfwd.h> #include <ppl/stl/string.h> #include <boost/noncopyable.hpp> class SocketImpl; class SocketBase : private boost::noncopyable { public: SocketBase(); ...
[ "penneryu@outlook.com" ]
penneryu@outlook.com
d5c790323279641549bcd2b76154114ae7f54cad
268e0035da3170ddfe579d2337510925249b3ed4
/fun/net/reactor/http/http_response.h
96358c70b474d761c8e0a77250b99e1086dc343c
[]
no_license
maxidea1024/fun
89e2b4ae1c23c60201e7b9a2ef85bb33a8a25202
bc10f8a5fef70b4c02cf443c27c29c6a71cb31b5
refs/heads/master
2021-08-07T05:16:10.630398
2020-05-06T10:46:08
2020-05-06T10:46:08
169,390,099
2
0
null
2019-03-28T13:58:16
2019-02-06T10:39:41
C++
UTF-8
C++
false
false
1,192
h
#pragma once namespace fun { namespace net { class Buffer; class HttpResponse { public: enum HttpStatusCode { kUnknown, k200Ok = 200, k301MovedPermanently = 301, k400BadRequest = 400, k404NotFound = 404, }; explicit HttpResponse(bool close) : status_code_(kUnknown), close_connectio...
[ "maxidea1024@gmail.com" ]
maxidea1024@gmail.com
b815e3c85dd023a429ce03d8a304001910e7e7f1
f9d561eb7bfa67bad93a2b9046c28b49ee88561c
/src/wallet/wallet.cpp
4f10593eebe0e40f84bd1e11a65ee6c2ca81782b
[ "MIT" ]
permissive
jonathanyan/ybtc
dd460b90ea1fbbc8b78920f056be6bdd85e5385f
b6f0be39766409250b4489c876e194936347f8ce
refs/heads/master
2020-03-25T00:54:20.150796
2018-08-01T18:58:26
2018-08-01T18:58:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
160,398
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Ybtc Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "wallet/wallet.h" #include "base58.h" #include "checkpoints.h" #include "c...
[ "jontera@gmail.com" ]
jontera@gmail.com
1b2067eeb9bdd52b09a76829961dc5ab4e6ad1cc
43334384ff8cc65b29301659bbd5a63f4bfae378
/base/field/FairField.h
a6b22776eeda9fee7f046079a89e3fbb772029d6
[]
no_license
yeleisun/SpiRITROOT
b11027e50cfe7e0c9017c24f8cec3db80e73b3a8
c8717f19547a948400b687c070110c4d67a9ea2d
refs/heads/master
2021-01-19T20:34:29.012437
2014-08-22T02:12:25
2014-08-22T02:12:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,400
h
// ------------------------------------------------------------------------- // ----- FairField header file ----- // ----- Created 06/01/04 by M. Al-Turany ----- // ----- Redesign 13/02/06 by V. Friese ----- // ----- ...
[ "geniejhang@majimak.com" ]
geniejhang@majimak.com
c30e8679191b1eac3398319962ba79e20ba8bdfb
3e7ae0d825853090372e5505f103d8f3f39dce6d
/AutMarine v4.2.0/AutLib/HydroDynamics/CFD-0/CFD/Field/FvField2d_Function.hxx
8eb440b28f10ac19977606e25b6a7da9221a02e8
[]
no_license
amir5200fx/AutMarine-v4.2.0
bba1fe1aa1a14605c22a389c1bd3b48d943dc228
6beedbac1a3102cd1f212381a9800deec79cb31a
refs/heads/master
2020-11-27T05:04:27.397790
2019-12-20T17:59:03
2019-12-20T17:59:03
227,961,590
0
0
null
null
null
null
UTF-8
C++
false
false
503
hxx
#pragma once #ifndef _FvField_Function_Header #define _FvField_Function_Header #include <FvField2d.hxx> namespace AutLib { namespace FvLib { template<typename T> class FvField2d_Function : public FvField2d<T> { private: T(*theValueFunction_)(const Geom_Pnt2d& theCoord); public: FvField2d_Functi...
[ "aasoleimani86@gmail.com" ]
aasoleimani86@gmail.com
b993c88ed227da73574456c0079f2cdd86c45683
804c6bc7e00c65111cad5da729f40a03c0d54ff9
/src/script.h
0b4ece2c181df6a6a5cee5b932b4e96d42cc20fe
[ "MIT" ]
permissive
jaez/finna-be-octo-robot
3b619e0258be7c5eaaa5e7f1b7036bbc3dc26461
36ca87925c0f59b630ec0855296360df98fd8680
refs/heads/master
2016-08-06T04:24:57.000447
2014-07-10T15:56:32
2014-07-10T15:56:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,897
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Dgdollartest2 developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef H_DGDOLLARTEST2_SCRIPT #define H_DGDOLLARTEST2_SCRIPT #include <stri...
[ "root@ahmet.ahmet-rzr.h1.internal.cloudapp.net" ]
root@ahmet.ahmet-rzr.h1.internal.cloudapp.net
8f90e5c66e42c38c08b49c5c8a7c9f023c3d1c16
c68ce6e115b0aac00ad9fa8500b4d5b134ffc342
/emiv-S06-G02/Graphics2D/Image.hh
8529e0166ff9589799567fde289079215fbc2df8
[]
no_license
hannesg/multinf-ws1011
4fe914f301a44658ef368047bedcacda9918972b
1f7f02821029ddd8689db52ab204eb78cba5eed9
refs/heads/master
2016-09-08T05:03:42.249101
2011-02-07T07:17:17
2011-02-07T07:17:17
1,021,837
0
0
null
null
null
null
UTF-8
C++
false
false
1,060
hh
/* Gruppe: 02 Serie 02 Matthias Boehm, 895778 Hannes Georg, 850360 */ #ifndef __IMAGE_HH #define __IMAGE_HH #include <fstream> #include "ImageBase.hh" #include "Color.hh" using namespace std; namespace Graphics2D { class Image : public ImageBase { public: Image(); Image(const Image &other); Image &operator =(co...
[ "fliegenblues@gmx.net" ]
fliegenblues@gmx.net
792dc76039c0febf6d5fb38ddd0b7c935dacb2f5
3bbc63175bbff8163b5f6b6af94a4499db10a581
/RemoteMgr/RemoteMgr_Clt/RemoteMgr_CltDlg.cpp
30d7814f8104188b3e7becc12adf9763a50c617f
[]
no_license
chancelee/MyProject
76f8eb642544a969efbb10fa4e468daeba5b88ef
62f5825b244f36ed50f6c88868e13670e37281d5
refs/heads/master
2021-09-16T01:31:00.158096
2018-06-14T10:08:42
2018-06-14T10:08:42
null
0
0
null
null
null
null
GB18030
C++
false
false
16,918
cpp
// RemoteMgr_CltDlg.cpp : implementation file // #include "stdafx.h" #include "RemoteMgr_Clt.h" #include "RemoteMgr_CltDlg.h" #include "../common/OutputDbgMsg.h" #include "../common/MyPacket.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////...
[ "styxschip@sina.com" ]
styxschip@sina.com
7386555be38bde8584d336fd7bca8756bcb3da0f
ba6ebf4553bd1f0ab4b2180e57b845e6325fa6e3
/heatmap-based/genlibtest/genlibtest/genlibtest/stdafx.cpp
c2847895f9c57158d330a5966243f069c01e35ed
[]
no_license
kinect59/CNNHandPoseEstimationTotal
2dca5388b23e5cdc25c8b74b574ee75ab73c4c10
55faa0831d5af437c3b762c49ae00bbdcd2525d8
refs/heads/master
2020-06-28T04:28:44.887789
2016-03-12T04:16:54
2016-03-12T04:16:54
null
0
0
null
null
null
null
GB18030
C++
false
false
263
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // genlibtest.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h" // TODO: 在 STDAFX.H 中 // 引用任何所需的附加头文件,而不是在此文件中引用
[ "wanqingfu@sina.com" ]
wanqingfu@sina.com
7a5c6dfe9f6af9e746d429dfd141c218e0c8e50b
24862dcb99a7da2050768212be89e91b9acb67b5
/UE_4.21/Engine/Intermediate/Build/Win32/UE4/Inc/Engine/ParticleModuleLifetime_Seeded.generated.h
23ff6d947c6cfda8ee684d4cbb7cc9457a8033c2
[]
no_license
dadtaylo/makingchanges
3f8f1b4b4c7b2605d2736789445fcda693c92eea
3ea08eab63976feab82561a9355c4fc2d0f76362
refs/heads/master
2020-04-22T05:28:01.381983
2019-02-25T02:56:07
2019-02-25T02:56:07
170,160,587
0
0
null
null
null
null
UTF-8
C++
false
false
5,392
h
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
[ "dadtaylo@iu.edu" ]
dadtaylo@iu.edu
bfafe3e115a07d4ac9a0039d87b84cf2d65e5df2
656e60aa1ac1e32a49d58e5e614c4ade97cc2c92
/pixelloop.cc
1b3b696a2c0417f88a06a710aff46bc2dc82116c
[]
no_license
rahmanamanullah/hawki
a776fc43e40b7a299bd739d3b81f17f81f85f574
6121b1031170bdb294c9c4222944ea000e72a0d3
refs/heads/master
2021-01-23T00:44:51.375906
2017-05-30T14:31:54
2017-05-30T14:31:54
92,840,809
0
1
null
null
null
null
UTF-8
C++
false
false
1,455
cc
for (int j=0; j<npix; j++) { // Loop over pixels vector<float> skyvec; for (unsigned int i = 0; i < imagpx.size(); i++) { // Loop over image stack float pval = imagpx[i][j]; // Data value int mval = maskpx[i][j]; // Mask value ...
[ "rahman@snova03.fysik.su.se" ]
rahman@snova03.fysik.su.se
ee45b20d1cf22265ba06acf7624a1adae50aced4
40ea9af0652d4822fd9bcefbff30dc1eef74373b
/src/Affectors/AffectorSpace.cpp
c871ab4d059447b2f7398fa9963f054bccd1dd1a
[ "BSD-3-Clause" ]
permissive
borisblizzard/aprilparticle
55e20317f02b16921894747481ebf6229677a806
db5728776b4f1a55ba7975f0bb3ddd4959c3ad0d
refs/heads/master
2023-08-18T09:31:03.785735
2023-08-16T12:25:16
2023-08-16T12:25:16
219,540,246
0
0
NOASSERTION
2019-11-04T15:59:40
2019-11-04T15:59:39
null
UTF-8
C++
false
false
1,307
cpp
/// @file /// @version 4.0 /// /// @section LICENSE /// /// This program is free software; you can redistribute it and/or modify it under /// the terms of the BSD license: http://opensource.org/licenses/BSD-3-Clause #define _META_CLASS Space #include <april/aprilUtil.h> #include <april/MetaData.h> #include <hltypes...
[ "boris.blizzard@gmail.com" ]
boris.blizzard@gmail.com
e16528497f3d37f1c277261f3cdcbe880d5bac1a
493399382327eb210a4abe2f2f5322ce53b4e60e
/src/test/base64_tests.cpp
19984c75c4dc01b971a8bdbc64c52ad189b4fe03
[ "MIT" ]
permissive
MotoAcidic/Vipo
4ca18d9485c228b617b7cb4ebf13b150918a1711
1932b60a6c40d514d1ea02e36e70ace2e72cb7b5
refs/heads/master
2023-01-14T08:04:20.002866
2020-11-21T17:09:53
2020-11-21T17:09:53
299,599,163
0
0
MIT
2020-09-29T11:43:10
2020-09-29T11:43:09
null
UTF-8
C++
false
false
885
cpp
// Copyright (c) 2011-2013 The Bitcoin Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "utilstrencodings.h" #include "test/test_vipo.h" #include <boost/test/unit_test.hpp> BOOST_FIXTURE_TEST_SUITE(...
[ "71797687+Vipo-Crypto@users.noreply.github.com" ]
71797687+Vipo-Crypto@users.noreply.github.com
c78b4d3c7c47e23b51beaaeb484a2eb094f60e88
e3ac6d1aafff3fdfb95159c54925aded869711ed
/Temp/StagingArea/Data/il2cppOutput/t1775260635.h
2cc4062f4e9fff58de15bfc25f93b619995f9c21
[]
no_license
charlantkj/refugeeGame-
21a80d17cf5c82eed2112f04ac67d8f3b6761c1d
d5ea832a33e652ed7cdbabcf740e599497a99e4d
refs/heads/master
2021-01-01T05:26:18.635755
2016-04-24T22:33:48
2016-04-24T22:33:48
56,997,457
1
0
null
null
null
null
UTF-8
C++
false
false
526
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct t3366553055; struct t537683269; struct t1363551830; struct Il2CppObject; #include "t2585444626.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic igno...
[ "charlotteantschukovkjaer@Charlottes-MacBook-Air.local" ]
charlotteantschukovkjaer@Charlottes-MacBook-Air.local
bd6962ad820dd13b16912b07c99ee5a9ce8d0a70
58e37a43d291d1884234f86b855b5f7da55725ef
/Stack/Basics/stack_using_vector.cpp
87b0918789646d046daffb7ea835a2cf7d932082
[]
no_license
shashank9aug/DSA_CB
74337f8fb5dde5b94b380512dcec39a13e643690
1301329e4f9fd5105b4cb3c9d0f5c5772ed890ce
refs/heads/master
2023-08-18T05:35:42.946559
2021-10-15T10:04:52
2021-10-15T10:04:52
370,120,570
2
0
null
null
null
null
UTF-8
C++
false
false
655
cpp
#include <iostream> #include <vector> using namespace std; //Implementation of Stack Data Structure using Vector class Stack{ private: vector<int> v; public: void push(int data){ v.push_back(data); } bool empty(){ return v.size()==0; } void pop(){ if(!empty()){ ...
[ "shekhar1245shashank@gmail.com" ]
shekhar1245shashank@gmail.com
17deedb799cd64780565972889b845af344a5a4f
f4e1e6b90bd2a6407825a332fe0cfa2745eae2b2
/arducar.ino
1e1dadbe098a5a61d9ebf52061ba7cb3bf2c7063
[]
no_license
Bejjoeqq/arduinocar
eca0911e5a7e1863b38c2af834afb5147e289ab5
62f21d1658141edbdfb0123e471e391255bc4d83
refs/heads/master
2022-12-03T06:32:45.797270
2020-08-24T18:20:57
2020-08-24T18:20:57
290,005,574
0
0
null
null
null
null
UTF-8
C++
false
false
2,861
ino
#define BLYNK_PRINT Serial #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char auth[] = "uUTyuB64u0kLvPi0Xy_Hxuok3S_F2eTe"; // Your WiFi credentials. // Set password to "" for open networks. char ssid[] = "Kopat...
[ "32904416+Bejjoeqq@users.noreply.github.com" ]
32904416+Bejjoeqq@users.noreply.github.com
664286675dfb940e9faa187e70569be55a601d88
16790af9c66ecca10eb32c8ee9396bfb43bcf5a1
/src/shared/sfml/system/ParallaxSystem.cpp
754705f797c898c7ba87486fc6753a6c5aad8ee7
[]
no_license
TomCOUSIN/R-Type
03ec48af00ca9876df7d910af1c37760b440dffc
17028d3121bbfbcf1078f020483759c7764f8560
refs/heads/master
2021-05-17T12:09:49.763507
2019-12-03T08:06:12
2019-12-03T08:06:12
250,768,399
0
0
null
null
null
null
UTF-8
C++
false
false
1,752
cpp
/* ** EPITECH PROJECT, 2022 ** CPP_rtype_2019 ** File description: ** Created by tomcousin, */ #include "ParallaxSystem.hpp" #include "Position.hpp" #include "Speed.hpp" rtype::sfml::system::ParallaxSystem::ParallaxSystem(rtype::engine::GameEngine &engine) : _engine(engine) {} void rtype::sfml::system::ParallaxSyste...
[ "tom.cousin@epitech.eu" ]
tom.cousin@epitech.eu
d68745ec470f217138bb243cf249b87d17744915
3a2af230da7d699df36e06ac2358f1f240d47880
/2020_November/12.cpp
22a5d0a887e64e81d7c19b6fd45e57598e508ab2
[ "MIT" ]
permissive
zzz0906/LeetCode
96e6baca4355cf842826d650e111a65b4f8d93b8
6c2ad7ecb91343033362bcb9e6e90766918bef5e
refs/heads/master
2023-06-23T11:18:21.610633
2023-06-23T00:22:52
2023-06-23T00:22:52
93,714,713
22
0
null
2021-08-17T14:17:30
2017-06-08T06:26:02
C++
UTF-8
C++
false
false
1,966
cpp
#include <vector> #include <string> #include <map> using namespace std; class Solution { public: vector<int> tmpnums; vector<int> original; vector<int> tmp; vector<vector<int> > answer; vector<vector<int> > realanswer; void dfs(int layer){ // reach the end of index return if (lay...
[ "zzz879978@outlook.com" ]
zzz879978@outlook.com
f09920e851fdc04e91d886072c96eb5ecd5890b7
6e9e3777f5f19ef7ae31ab0db66319e8aeb50c58
/binary-search/oj380.cpp
dd56e0377f6b04dd20800df7eb61bd9184de6b5d
[]
no_license
cuxle/interviewAndAlgorithm-project
e0c7cd2504d8e29271a6a996c6ff94765e690660
2d3977603186593da2ede257bf9ebf84ff848a31
refs/heads/main
2023-02-21T01:03:05.073448
2021-01-22T06:53:51
2021-01-22T06:53:51
324,364,712
0
0
null
null
null
null
UTF-8
C++
false
false
1,050
cpp
#include <iostream> #include <string> #include <algorithm> using namespace std; struct node { int id; string num; }; int n; node creature[105]; bool cmp(const node &n1, const node &n2) { if (n1.num.size() == n2.num.size()) { return n1.num > n2.num; } return n1.num.size() > n2.num.size(); } //bool cmp(const n...
[ "cuixiaolele@gmail.com" ]
cuixiaolele@gmail.com
e2e632a7a343fa621fe061eed4cfc8921463b791
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/oldd/Basic-Dynamic-Mesh-Tutorial-OpenFoam/TUT16/2.04/uniform/time
275332721b76b5a3762a0775af759185b4395b88
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
835
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "thomasdigiusto@me.com" ]
thomasdigiusto@me.com
2621fe760ed10989fe8d5f4f0907381dfd3336ce
95791ff410128726d8d940cd0014535ccb9c16af
/第10章/多项式类/include/Polynomial.h
abaf2ecfa0f84b1a47652c7cdee4a02617d89541
[]
no_license
LiuXJingx/liu_xinjing
d7c6162d636b7040d41907da47975666bdbf8a9a
e752bb3ce882ef1217b5b9f9e897b194011b5c66
refs/heads/master
2020-04-02T10:42:24.754626
2019-04-21T11:10:44
2019-04-21T11:10:44
154,350,958
0
0
null
null
null
null
UTF-8
C++
false
false
550
h
#ifndef POLYNOMIAL_H #define POLYNOMIAL_H #include <iostream> using namespace std; class Polynomial { public: Polynomial(); Polynomial operator+(const Polynomial&)const; Polynomial operator-(const Polynomial&)const; Polynomial operator*(const Polynomial&); Polynomial& operator+=(const Polynomial&); Polynomial& o...
[ "2464923693@qq.com" ]
2464923693@qq.com
ac1d784eb3fac4b05ecd38f16635dee0c28aa9ee
c997f142a464cc98c52f058ede52c610c0a33e22
/DataStructure/HString/HString.cpp
780f3952e5f9d5c6d0b7b423893d751a22887433
[]
no_license
dusong7/DSS_learn
2d33175d3cbf8ce266960b577ccb93b8b837484d
35f07162363343fb384dd7afec9a9af19bc1d1f8
refs/heads/master
2021-01-11T01:09:58.840204
2017-07-12T13:12:12
2017-07-12T13:12:12
71,048,697
1
0
null
null
null
null
GB18030
C++
false
false
2,205
cpp
/* 串 堆分配 //堆分配数据定义 typedef struct{ char *ch;//非空为NULL,否则为分配的空间 int length;//串长度 }HString; //串 堆分配声明 void InitString(HString &H);//初始化 Status StrAssigne(HString &T,char *chars);//生成一个数据的值为chars int StrLength(HString S);//计算长度 int StrCompare(HString S,HString T);//字符串按字典顺序比较 Status ClearString(HStrin...
[ "dusong7@hotmail.com" ]
dusong7@hotmail.com
55c4ca17dd3f4e7ee15eb4272947b237da479e84
c20c4812ac0164c8ec2434e1126c1fdb1a2cc09e
/Source/Source/Tools/GameDesignerEditor/AtlKG3DEngineProxy/IndeSource/SO3World/KDoodad.h
49cbe4d7fedac2e69f70d72ca52e5c76b6c4430a
[ "MIT" ]
permissive
uvbs/FullSource
f8673b02e10c8c749b9b88bf18018a69158e8cb9
07601c5f18d243fb478735b7bdcb8955598b9a90
refs/heads/master
2020-03-24T03:11:13.148940
2018-07-25T18:30:25
2018-07-25T18:30:25
142,408,505
2
2
null
2018-07-26T07:58:12
2018-07-26T07:58:12
null
GB18030
C++
false
false
5,387
h
/************************************************************************/ /* 场景装饰物 */ /* Copyright : Kingsoft 2005 */ /* Author : Zhu Jianqiu */ /* History : */ /* 2004.12.31 Create */ /* Comment : ...
[ "dark.hades.1102@GAMIL.COM" ]
dark.hades.1102@GAMIL.COM
d93d6a7740ca217b9b878e0067a01e87786575e1
79b6642983c9056d9a93af7c034d9117846a9abe
/include/AME/ThreadManager.hpp
394a2a041a29d02c4878934f145649aa70efd773
[]
no_license
sebgtfr/AME
3774ddbafe046dec021a6c4cd58d1c4d6cac1388
82b084e447932faad67ff6927b6d876defe6e87a
refs/heads/master
2020-07-14T16:04:21.514625
2020-04-29T14:40:46
2020-05-02T16:30:15
205,349,068
0
0
null
null
null
null
UTF-8
C++
false
false
2,228
hpp
/** * \file ThreadManager.hpp * \author Sébastien Le Maire * \date 28/04/2020 */ #ifndef _AME_THREADMANAGER_HPP_ # define _AME_THREADMANAGER_HPP_ # include <list> # include <unordered_set> # include <thread> # include <mutex> # include <shared_mutex> # include "AME/Tools/import.hpp" namespace AME { c...
[ "sebastien.le-maire@epitech.eu" ]
sebastien.le-maire@epitech.eu
1e7a7f0e22b917ddf5ba5c15551770e6eb79213c
d0fb46aecc3b69983e7f6244331a81dff42d9595
/cdn/include/alibabacloud/cdn/model/DescribeL2VipsByDomainRequest.h
f20ef07b6d12063a506b521800ab9de81573d6af
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,616
h
/* * Copyright 2009-2017 Alibaba Cloud 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...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
dcf74ecf98e153581c15262bc2235aef27519093
89a4255327209c02ea98d0cceb5b2d5171769e9e
/progtech/week07/penna/src/lib/animal.hpp
8766b7d7cd5985c23634194ae37837d0c2030f6f
[]
no_license
greschd/exercises
4c2f24941c81ded7fe4c0afed6d5e19bc5b99460
a82f7cfc93958608c2d9d295a86712e5a15860af
refs/heads/master
2021-06-22T08:33:37.532767
2017-01-30T09:30:44
2017-01-30T09:30:44
30,702,283
0
0
null
null
null
null
UTF-8
C++
false
false
1,104
hpp
#ifndef ANIMAL_HPP #define ANIMAL_HPP #include <genome.hpp> namespace Penna { /* * Animal having a genome and age. */ class Animal { public: static const age_type maximum_age = Genome::number_of_genes; static void set_bad_threshold( age_type t ); static void set_maturity_age( age_type r ); // Def...
[ "greschd@stud.phys.ethz.ch" ]
greschd@stud.phys.ethz.ch
19e92e697077f05412b733cb023083f9552f0a16
2f55c9c9cc67712df3f9c12f6f81650fb3f7f1d0
/processor6/15/k
82c9ae993107873278ed040b0783561ff54d315d
[]
no_license
bhqasx/Learning-openFoam-case
86677c25948a2c0ac767be406a9356c2d2907ef9
159304b7e5d3579a1dfb3f20dc5ad8be79683222
refs/heads/main
2023-07-09T21:27:17.128564
2021-08-20T01:15:51
2021-08-20T01:15:51
397,872,602
0
0
null
null
null
null
UTF-8
C++
false
false
553,127
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.1 | ...
[ "815810395@qq.com" ]
815810395@qq.com
a7accdd961e1215dfcf3a35de949882a8f5347e0
d2256875e2ba018c8c6c541c42d0947c98e6c82e
/dtrades.hpp
d8d239a3321b8b83a027ee77d12676c11741ae0c
[]
no_license
kesar/dtrades-contract
057f0650e5af06ed6e47e3269a3621a705fea260
bb414fb870d4d52a6e031bda2ce84a1f3d5bcb6b
refs/heads/master
2020-03-29T12:19:38.817340
2018-09-22T14:46:51
2018-09-22T14:46:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,418
hpp
#include <eosiolib/eosio.hpp> #include <eosiolib/asset.hpp> #include <string> using namespace eosio; using std::string; using eosio::name; class dtrades : public contract { public: dtrades(account_name self) :contract(self), products(_self, _self), orders(_self, _self){} [[eosio::action]] ...
[ "nathan.rempel@solium.com" ]
nathan.rempel@solium.com
76e5f350d4cff237d853ad278c9c3b98361d72f5
d59cac47428e339303c810ea9f4d6ecb3d72c62e
/P4072/gen.cpp
11041901a9765763cb838b1e58dba2b0583f65d3
[]
no_license
cppascalinux/luogu
6ceeb8c2299c5064c7e78d4810d74694d01a9af9
8fede52b11885b2401c4b67eb9b00ac2152a0133
refs/heads/master
2022-01-28T22:01:09.368738
2022-01-11T06:21:31
2022-01-11T06:21:31
178,681,888
0
0
null
null
null
null
UTF-8
C++
false
false
284
cpp
#include<iostream> #include<cstdio> #include<cstring> #include<algorithm> #include<random> using namespace std; int n=3000,m=1000; int main() { freopen("march.in","w",stdout); random_device rnd; printf("%d %d\n",n,m); for(int i=1;i<=n;i++) printf("%d ",rnd()%10+1); return 0; }
[ "cppascalinux@gmail.com" ]
cppascalinux@gmail.com
f3e43e86194fd059cf4d7ad7aa80a564d3745bad
afea19e63a7969f1c6d616f0670a0beea1d6c947
/platform_csharp/040_ipad_programs/AataOotaPaatha/DheemsBlob/blob.cpp
b50d050c0e4c99252bc7ab1cb512eb83d06af735
[]
no_license
crazysystemics/POI
c10b16afccc44dd0e831f85660a9f4bc632da999
9ff4dab49a2a8dc1167c091bb55ab8ff0a282b46
refs/heads/master
2023-08-25T05:09:03.338436
2023-08-19T04:22:35
2023-08-19T04:22:35
138,387,102
1
1
null
2023-08-06T20:09:44
2018-06-23T09:06:30
C
UTF-8
C++
false
false
5,041
cpp
#include<stdio.h> #include<math.h> #include<stdlib.h> //array definition (cluster memory) int main() { int Cluster_memory_x[16][256]; int Cluster_memory_y[16][256]; int value_pointer_array[16]; int cluster_pointer=0; int threshold = 25; int X[326] = { 393, 393, 393, 393, 394, 394, 394, 394...
[ "rvjoshi18@hotmail.com" ]
rvjoshi18@hotmail.com
46f122493172b3ecf714d70283bda0531d1ea2af
b9161adaea3c7f23d4d47d3dd8642bd33c6aaa17
/GameMain.cpp
f197cc402b6489bac9d9eacab35e6676b4681405
[]
no_license
hohoho3661/Study1129
db6ffd193c4aa05e7e90674ed22746ba637e7ca8
6936465d09da9f8b2122fa5c75384c12de951008
refs/heads/master
2020-04-08T19:00:13.505456
2018-11-29T08:43:08
2018-11-29T08:43:08
159,634,490
0
0
null
null
null
null
UTF-8
C++
false
false
728
cpp
#include "GameSys.h" #include "User.h" #include "Scene.h" #include "Texture.h" #include "GameMain.h" #include "PaintTestScene.h" #include "VertexBufferTest.h" #include "WVPTest.h" #include "SRTTest.h" #include "TextureTest.h" #include "TextureTest1.h" #include "SolarSystem.h" GameMain::GameMain() { } GameMain::~GameM...
[ "alknium@gmail.com" ]
alknium@gmail.com
73d167d74991afa94b9d3b1258d941844edb1d9c
1f619c685f97ba8fe027928fc621935c7813deb7
/spot_math.cpp
66089b6c9c99a87bd720752dd6545306faadbe88
[]
no_license
CISMM/video
4747fffdc770b9572675aef36edf921f73b703f7
26c54117495e920ca9ed8b3cd95df3c7cffd7cf1
refs/heads/master
2022-10-02T01:01:44.817824
2022-09-12T14:00:27
2022-09-12T14:00:27
57,322,249
3
2
null
null
null
null
UTF-8
C++
false
false
2,046
cpp
#include <stdio.h> #include "spot_math.h" /** Returns the value of the Bessel function of the first * kind with order n. The default value for n is 1 because * that is what is needed by diffraction-limited spots and * that's what I'm writing this code for. * This is based on Bessel's first integral as described ...
[ "russ@reliasolve.com" ]
russ@reliasolve.com
c7a20a78736fbef1ebb44dc49f634751e1ce4635
fd4103e6f5116c776249b00171d8639313f05bc1
/Src/PartModelingEngine/PmeArgumentOutOfRangeException.h
e051d238faf1e90b77739099154229d7cbdf0098
[]
no_license
Wanghuaichen/TransCAD
481f3b4e54cc066dde8679617a5b32ac2041911b
35ca89af456065925984492eb23a0543e3125bb8
refs/heads/master
2020-03-25T03:54:51.488397
2018-06-25T17:38:39
2018-06-25T17:38:39
143,367,529
2
1
null
2018-08-03T02:30:03
2018-08-03T02:30:03
null
UTF-8
C++
false
false
282
h
#pragma once #include "pmeargumentexception.h" class PME_API PmeArgumentOutOfRangeException : public PmeArgumentException { public: PmeArgumentOutOfRangeException(void); PmeArgumentOutOfRangeException(const CString & message); virtual ~PmeArgumentOutOfRangeException(void); };
[ "kyk5415@gmail.com" ]
kyk5415@gmail.com
d4a888c0166f9fe2c549a0429117bd0c5a698a62
641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2
/cc/trees/element_id.cc
45913303c1019dfa9c36113d6a11fffae12c1bfb
[ "BSD-3-Clause" ]
permissive
massnetwork/mass-browser
7de0dfc541cbac00ffa7308541394bac1e945b76
67526da9358734698c067b7775be491423884339
refs/heads/master
2022-12-07T09:01:31.027715
2017-01-19T14:29:18
2017-01-19T14:29:18
73,799,690
4
4
BSD-3-Clause
2022-11-26T11:53:23
2016-11-15T09:49:29
null
UTF-8
C++
false
false
1,568
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cc/trees/element_id.h" #include <limits> #include <ostream> #include "base/trace_event/trace_event_argument.h" #include "base/values.h" names...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
d9004069d080ef28706c5c9b82108cf18a3fa3ee
8565325365db437120a4ae8b97f2919e362be8a6
/Baekjoon/Data Structure/18258/18258.cpp
2a68087f6093b3ecd6a8194b19a84a160ec828f0
[]
no_license
FacerAin/Algorithm-Study
31e56ea9ba01cff0fb27211b62d6665f1620dbb5
ad7474c72d8a6c83a15880b86e931ac6f03893fd
refs/heads/master
2021-07-24T00:53:10.022607
2021-07-03T14:37:48
2021-07-03T14:37:48
194,530,669
0
0
null
null
null
null
UTF-8
C++
false
false
1,440
cpp
/* 18258번 큐 2 */ #include <iostream> #include <queue> #include <string> using namespace std; int main() { cin.tie(0); cin.sync_with_stdio(false); int T; cin >> T; queue<int> q; while (T--) { string oper; int num; cin >> oper; if (oper == "push") { ...
[ "syw5141@khu.ac.kr" ]
syw5141@khu.ac.kr
cc8a01ab9ce5c1071a5532cdc66308b34dadcaed
a63bc208c747ed457989c8be1c2cc368920e595a
/src/iGPSoE/Extensions/Devices/WebcamUtils/WebcamVFWCfg.cpp
d8d032c0643e67b32ddc09de2e4ac8fbdd529103
[]
no_license
msis/moos-ivp-ENSTABretagne
a14b91289549eb967c69c66f5e05c3968e932e01
1efd1ecc2ed2368a7a273d8368329e62564d4fe8
refs/heads/master
2021-01-25T05:35:41.880199
2014-09-16T08:21:37
2014-09-16T08:21:37
10,523,552
2
1
null
null
null
null
UTF-8
C++
false
false
5,408
cpp
#include "WebcamVFWCfg.h" HWND hWndC; UCHAR* pImg = (UCHAR*)23; LRESULT CALLBACK capVideoStreamCallback(HWND hWnd, LPVIDEOHDR lpVHdr) { int i = 0, j = 0; int nbBytes = (int)((lpVHdr->dwBufferLength/4)*3); char r, g, b, a; char *p = (char*)malloc(nbBytes); while (j < (int)(lpVHdr->dwBufferLen...
[ "ms.ibnseddik@gmail.com" ]
ms.ibnseddik@gmail.com
dd343ceaf3c81f8e20e5ac3fdfaa81a20366d567
f40bef40a82602ca0e5e852468e3bac888861714
/src/server/server/CommandService.hpp
9160ec02ead99ec10d3ed629ddf05b9a28714884
[]
no_license
pomb95/buguetnoel
88cb4545836f5ab6f71e12b8d2e20d9262b1acca
127c7be6617e54c94c2177e85339646f10d56f7f
refs/heads/master
2021-09-04T19:28:59.507211
2018-01-21T18:49:23
2018-01-21T18:49:23
104,056,653
0
1
null
null
null
null
UTF-8
C++
false
false
275
hpp
/** * @file CommandService.hpp * @author Philippe-Henri Gosselin * @date 9 décembre 2015 * @copyright CNRS */ #ifndef __CommandService_hpp__ #define __CommandService_hpp__ #include "AbstractService.hpp" #include "CommandDB.hpp" #include "CommandService.h" #endif
[ "paul.buguet@ensea.fr" ]
paul.buguet@ensea.fr
31647c8c9e95c0dff38fde24b7db71e5617ba94e
0523affcb7758bc502ccadcf5533356f69f7efa7
/rsm.h
43e09ce31129ba7d3e035c3cb14f3ad8c5cdaad7
[]
no_license
gx92512/yfs-mit
0f6fd40e091dd9d4b82de0d0f214ff94625c5b1c
fd242b42d5a02a35c9424021cfb421f8f2540e99
refs/heads/master
2020-12-24T20:42:47.593280
2016-10-23T09:48:15
2016-10-23T09:48:15
56,675,118
2
0
null
null
null
null
UTF-8
C++
false
false
6,892
h
// replicated state machine interface. #ifndef rsm_h #define rsm_h #include <string> #include <vector> #include "rsm_protocol.h" #include "rsm_state_transfer.h" #include "rpc.h" #include <arpa/inet.h> #include "config.h" #include <set> class rsm : public config_view_change { private: void reg1(int proc, handler ...
[ "gaxi2008@foxmail.com" ]
gaxi2008@foxmail.com
79bf706c48e6e2285276b9db1feef119ce5a7fa0
078bc6208f4921008423a7c0a0e107c5d88ab103
/ps/src/petuum_ps/server/ssp_push_server_thread.hpp
9e866a7f6ad7e77bf7c96b7a7007b3ce126610bf
[ "BSD-2-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
XinYao1994/pmls-caffe
1c6d43601e91421c6eb20c6f9de98156e5d60eed
e5f44229cbb1475e4c8d839cce73cad83af398a0
refs/heads/master
2020-04-14T07:35:19.679100
2019-03-26T07:46:23
2019-03-26T07:46:23
163,716,653
0
0
NOASSERTION
2019-01-01T06:05:52
2019-01-01T06:05:51
null
UTF-8
C++
false
false
746
hpp
#pragma once #include <petuum_ps/server/server_thread.hpp> namespace petuum { class SSPPushServerThread : public ServerThread { public: SSPPushServerThread(int32_t my_id, pthread_barrier_t *init_barrier): ServerThread(my_id, init_barrier) { } ~SSPPushServerThread() { } protected: virtual void ServerPush...
[ "zhisbug@gmail.com" ]
zhisbug@gmail.com
a08b2820cb5b91a550ba9fec296a09a556385544
b0dd7779c225971e71ae12c1093dc75ed9889921
/libs/math/test/nct_asym.ipp
cc5ae7a62f8663ac89d3a8b2e0bc2db984525203
[ "LicenseRef-scancode-warranty-disclaimer", "BSL-1.0" ]
permissive
blackberry/Boost
6e653cd91a7806855a162347a5aeebd2a8c055a2
fc90c3fde129c62565c023f091eddc4a7ed9902b
refs/heads/1_48_0-gnu
2021-01-15T14:31:33.706351
2013-06-25T16:02:41
2013-06-25T16:02:41
2,599,411
244
154
BSL-1.0
2018-10-13T18:35:09
2011-10-18T14:25:18
C++
UTF-8
C++
false
false
5,677
ipp
#ifndef SC_ # define SC_(x) static_cast<T>(BOOST_JOIN(x, L)) #endif static const boost::array<boost::array<T, 5>, 26> nct_asym = {{ {{ SC_(4536808851374080.0), SC_(0.45368087291717529296875), SC_(-0.481173217296600341796875), SC_(0.1749317497754352460810908541491372795891542325487), SC_(0.8250682502245647...
[ "tvaneerd@rim.com" ]
tvaneerd@rim.com
b5d7c3c50a2e8ab3968366463687b3d5d957a95a
1bf78e211d2ebdfaa251d4ad5ffb2e0890e80707
/build/pc/DataSourceDict.cc
7b0412ff79c5b3d3a698475c741dae913b7772a5
[]
no_license
lsilvamiguel/hydra2-fwdet
7c81442334e3bf3b8bee6323586c27d747c5dcf6
738853d282344b88af49dda2069d91185c5bb0f9
refs/heads/master
2021-01-19T07:29:05.578288
2017-04-07T12:16:39
2017-04-07T12:16:39
87,542,261
0
0
null
null
null
null
UTF-8
C++
false
false
636,097
cc
// // File generated by /cvmfs/hades.gsi.de/install/root-5.34.34/bin/rootcint at Mon Mar 27 16:44:45 2017 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME dOdOdIbuilddIpcdIDataSourceDict #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break ...
[ "lsilvamiguel@gmail.com" ]
lsilvamiguel@gmail.com
81016762cd04a2ad647b04af4301beb430100696
8b4240ff1d4cf637f6a05ef3a99dff2b636d77cb
/decoder.h
743c78effe4954aa849b3bf3114dae5683bb9250
[]
no_license
lauzi/ITCT_JPEG
91c774fb406bf9cb7e8d60df7b47332e4ab21193
34d9afdda75bab7415bc573a0544fbd783f7355a
refs/heads/master
2020-04-05T22:54:39.117515
2014-05-29T09:54:20
2014-05-29T09:54:20
19,780,878
1
0
null
null
null
null
UTF-8
C++
false
false
3,285
h
#ifndef DECODER_H #define DECODER_H #include <cstdio> #include <cstring> #include <string> #include "huffman.h" typedef unsigned char uint8; typedef unsigned short uint16; typedef char int8; typedef short int16; typedef unsigned int uint32; class BMPWriter { public: const int height, width; BMPWriter(int n_...
[ "st61112@gmail.com" ]
st61112@gmail.com
b5209fa05451bc138a52eabf63e7a3f1a2137860
469d127c666e5cf84b949f41344341e374001fa9
/1_White_Belt/Students_list/Students_list.cpp
129af59b3770588a7feb09989373ae50bf7cf7e8
[]
no_license
Namerlok/C_plus_plus_Development
c10537368b9c24ffc9f486726f6e71f389a80599
c2ba2db4167086e6c9e9ace49daeacaf026a78c4
refs/heads/master
2021-12-11T16:01:55.754034
2021-08-09T20:41:17
2021-08-09T20:41:17
219,206,824
1
0
null
null
null
null
UTF-8
C++
false
false
995
cpp
#include <iostream> #include <string> #include <vector> using namespace std; /* struct person { string first_name; string second_name; long long int day; long long int month; long long int year; }; */ struct person { string name; string birthday; }; int main () { int n = 0; cin >> n; vector<person> pe...
[ "Namerlok@yandex.ru" ]
Namerlok@yandex.ru
629ff776965cb961eda0dc8724db27a19ae69fe4
f7919734befc3236d78b79b4263884ad31795989
/include/tensors.hpp
19b5fd63742c835e575d05ed78af7d99ea35e2e0
[]
no_license
marwage/Talulla
bbb53c22c585e07328bfb973a9bdbd85b8a10bd4
9fd77d868810c39e3d08d2f5a0034849e4deca8f
refs/heads/master
2023-06-17T02:12:14.076655
2021-07-06T06:07:36
2021-07-06T06:07:36
383,353,726
0
0
null
null
null
null
UTF-8
C++
false
false
2,901
hpp
// Copyright 2020 Marcel Wagenländer #ifndef TENSORS_H #define TENSORS_H #include <string> #include <vector> #include "cuda_helper.hpp" template<typename T> class Matrix { public: long num_rows_ = 0; long num_columns_ = 0; long size_ = 0; T *values_ = NULL; bool is_row_major_ = true; Matrix...
[ "marcel.wagenlander19@imperial.ac.uk" ]
marcel.wagenlander19@imperial.ac.uk
d63ea7fa884f36d73563928dd9086111e1b855e7
bf76ef3f082ff89bdb971c08dd7c08437d1ac583
/sdk/tests/test_feature/source/test_getset.cpp
1cd230a0b2eeb734711581e1bbd89c14e7c76491
[]
no_license
codecat/angelscript-mirror
5856379863bf4dfa6e31b5101a4485179a2f4ffa
957eac4142448150342afdea46690ef0d45ef434
refs/heads/master
2023-08-11T20:50:24.542448
2023-07-30T14:27:45
2023-07-30T14:27:45
157,086,380
117
43
null
null
null
null
UTF-8
C++
false
false
86,916
cpp
#include "utils.h" #include "../../../add_on/scriptmath/scriptmathcomplex.h" #include "scriptmath3d.h" using namespace std; namespace TestGetSet { bool Test2(); class CLevel { public: float attr; }; CLevel g_level; CLevel &get_Level() { return g_level; } class CNode { public: static CNode *CNodeFactory() {retur...
[ "angelcode@404ce1b2-830e-0410-a2e2-b09542c77caf" ]
angelcode@404ce1b2-830e-0410-a2e2-b09542c77caf
3e0f4586a67cc630aeab9dcafc616f0440a59861
3d997531798d7eba72627576fe18bb055049d8e0
/egami/wrapperEDF.cpp
c7c88e7ad04383a805b761ee9e4f36b6feafbdba
[ "Apache-2.0" ]
permissive
chagge/egami
a6452e584eb0f36ad05a936906d7d7a48f427a84
f88b8e8e92abbb7188e267fb90cf304eaa7c846e
refs/heads/master
2020-12-11T03:35:56.989657
2015-05-08T20:36:40
2015-05-08T20:36:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,540
cpp
/** * @author Edouard DUPIN * * @copyright 2011, Edouard DUPIN, all right reserved * * @license APACHE v2.0 (see license file) */ #include <etk/types.h> #include <egami/debug.h> #include <egami/Image.h> #include <egami/wrapperEDF.h> #include <etk/os/FSNode.h> #undef __class__ #define __class__ "wrapperEDF" /...
[ "yui.heero@gmail.com" ]
yui.heero@gmail.com
e467ce7df058153fde0eb8b716a9a57cb259aa6b
6d5b51a61775364b7648d90295f9bb77855f1561
/NxC_2_1/BCDDecoder.cpp
975de7d40a7f5416e10e62d7077285fc36590930
[]
no_license
lemantisee/NixieClock
51e85d386bfdfdf86878781412be5ec85b37d80e
48ee8a0c45eeee183ec7a22218ad5cc343d153ea
refs/heads/master
2023-04-08T16:31:18.769267
2021-04-06T09:14:45
2021-04-06T09:14:45
355,126,435
0
0
null
null
null
null
UTF-8
C++
false
false
1,006
cpp
#include "BCDDecoder.h" BCDDecoder::BCDDecoder() { } BCDDecoder::~BCDDecoder() { } void BCDDecoder::init(GPIO_TypeDef *port, uint16_t Apin, uint16_t Bpin, uint16_t Cpin, uint16_t Dpin) { mport = port; mApin = Apin; mBpin = Bpin; mCpin = Cpin; mDpin = Dpin; GPIO_InitTypeDef GPIO_InitStructure; GPIO_InitStr...
[ "kos.chernenok@gmail.com" ]
kos.chernenok@gmail.com
7d5f0e63b7fed0bd9c3b671d02c388251bdf5cba
1adcd86fbb950d946db15183258349996644fa85
/src/classes.h
8584b58780ffd45ff99584ae8e15b1c3f55cc9ab
[]
no_license
QJohn2017/mithra
bbcf0969bb84f138acd6b89ed779ac062a83b5c5
e1c5017bf6e205a4b51900f235f51d6b8f5da0b4
refs/heads/master
2022-12-25T04:13:08.705075
2020-09-18T08:37:13
2020-09-18T08:37:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,652
h
/******************************************************************************************************** * classes.hh : Implementation of the classes used in mithra ********************************************************************************************************/ #ifndef CLASSES_H_ #define CLASSES_H_ #incl...
[ "arya.fallahi@gmail.com" ]
arya.fallahi@gmail.com
25fede5658d940640da9e13b78dd23e139ed4c89
170b2a192863dd995c45c51add91460cb7569c9f
/player/src/Components/Localization/AbstractLocalization.h
1f1cd548dc02036686165ffcb74fd54aacf4e1fb
[]
no_license
mdqyy/go2012
a3b06f082eabc4e7f6e1f6c6c480603553e477d4
4a847f70bc240ff48c684f2dafa41de4d9d8412b
refs/heads/master
2020-03-31T23:00:39.641808
2013-10-09T17:47:25
2013-10-09T17:47:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,937
h
#ifndef ABSTRACTLOCALIZATION_H #define ABSTRACTLOCALIZATION_H #include "Component.h" #include "image.h" #include "GameController.h" typedef struct { int id; double x,y,t; float prob; }tRobotHipothesis; typedef struct { float reliability; float x; float y; }PostInfo; typedef struct { long p0ElapsedTimeSinceLa...
[ "abellagonzalo@gmail.com" ]
abellagonzalo@gmail.com
e15c13aea3e9d46238f560cd954d2db47f8b0b43
84f2b24c65a4c6109dbaceaaab8da7078951cd8d
/Arrays/RowWithMax1s.cpp
c722cb4af5d0536f34ea7adf71a84d37fdb45d6b
[]
no_license
devedu-AI/Competitive-Coding-for-Interviews
4e6c2fb5784ef994625685d1578e617eb94b62fd
5ac81e3fc221dc8d6c3f4b12d7c57a5ae989427c
refs/heads/master
2023-06-28T01:55:33.072689
2021-07-11T17:42:12
2021-07-11T17:42:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
890
cpp
// { Driver Code Starts #include <bits/stdc++.h> using namespace std; // } Driver Code Ends //User function template for C++ class Solution{ public: int rowWithMax1s(vector<vector<int> > arr, int n, int m) { // code here int i = 0, j = m-1, res = -1; while(i < n && j < m && i >= 0 && j >= 0) { ...
[ "52482148+spaceman-dev@users.noreply.github.com" ]
52482148+spaceman-dev@users.noreply.github.com
2ad05fbcccfd639959428077f5ce22966578a9ba
3c53d57793ed7f416cbe57d3be02e4670ee1742a
/Qt/Project/Qt5开发实例/3.Qt5布局管理/3.2.停靠窗口QDockWidget类/DockWindows/mainwindow.cpp
c9537f8628f94005201608a33aeafb256012f35d
[ "WTFPL" ]
permissive
znvmk/Study
a6f0edd61e7c7befc2b63ed7fa31e0ad9cd747cf
9af11d2addad51c1b806411b876920ea95482b1b
refs/heads/master
2022-09-14T01:34:54.792597
2022-08-26T20:12:53
2022-08-26T20:12:53
248,516,565
3
1
null
null
null
null
UTF-8
C++
false
false
1,773
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include "QTextEdit" #include "QDockWidget" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) , ui(new Ui::MainWindow) { ui->setupUi(this); setWindowTitle(tr("DockWindos"));//设置主窗口的标题栏文字 QTextEdit* te=new QTextEdit(this);//定义一个QTextEdi...
[ "33738804+znvmk@users.noreply.github.com" ]
33738804+znvmk@users.noreply.github.com
a2bd03b9c1b7fce3dfe795db4a7b4f02acfc00f1
83e3e0e245c5cb1c37d8b3856d92e4729dd5ab18
/tournament/summaryProficiency.cpp
8d89326632b290940a0377403ff2a716e33f3838
[]
no_license
madukubah/codefight
e829cce3593a7e4a7abc5b770810c0dd918c32a3
85d892bce54f0e2bddca0164f526a0def8907d30
refs/heads/master
2020-08-22T04:31:29.384953
2019-10-20T06:30:20
2019-10-20T06:30:20
216,317,544
1
0
null
null
null
null
UTF-8
C++
false
false
1,376
cpp
/* A number of people are applying for a place in some team. Each of them has his own proficiency level (p.l.), which is represented as a positive integer, and the higher the level is - the better. There are only n places in the team, and the recruiter hires only those who have their p.l. not less than m. All applica...
[ "muhalfalah1998@gmail.com.com" ]
muhalfalah1998@gmail.com.com
78de7f47b4441dc965bb5955d1e90302146cdb62
2287661fc1d28af68ef15ca7fcfb116308bed03e
/wok-csgo/sdk/interfaces/i_engine_client.h
6438aa7919997a81c14c77d502b028230d2d2f5a
[]
no_license
reaperpaster/wok-csgo-sdk-v2
7f62ec14f6231864c7ac1c745223a28fa5bcd88d
b6267c80aff1f1e75247458f4125c9a05cca2c32
refs/heads/master
2022-12-28T01:35:54.329548
2020-09-28T20:26:56
2020-09-28T20:26:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
673
h
#pragma once class i_engine_client { public: VFUNC(get_player_info(int index, player_info_t* info), 8, void(__thiscall*)(void*, int, player_info_t*), index, info) VFUNC(get_view_angles(qangle_t& viewangles), 18, void(__thiscall*)(void*, qangle_t&), viewangles) VFUNC(is_in_game(), 26, bool(__thiscall*)(void*))...
[ "noreply@github.com" ]
reaperpaster.noreply@github.com
fe27997206a8ce678030274e29475b6ab4d4712d
0bb6e673807a598b2879a7ed9b6a4d81ab2b07e2
/src/qt/overviewpage.cpp
84a795d4b1b5609ff58d5be08212c4bcfac08b19
[ "MIT" ]
permissive
NodeCommunity/Node
727b27af3cab9e007b8d932c0258688835f1cb3d
448a785a11ec2911327c82bc0abe82f8a88c3a96
refs/heads/master
2020-07-02T23:16:59.853577
2019-08-17T17:40:48
2019-08-17T17:40:48
196,918,415
0
0
null
null
null
null
UTF-8
C++
false
false
12,237
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 "overviewpage.h" #inclu...
[ "falcon@gmail.com" ]
falcon@gmail.com
5b3a51f6c018ff942d3ba17d0e894efd55b954ac
3a1171f55678572e874fb54cb4cccfaa4fbb8319
/Being-Zero/Binary-Search/sum-pair.cpp
b7110deb1f0feb5317b5d0fed45247d4064d99ec
[]
no_license
FaryalAjradh/Code-Practice
8a946dbde2d08f245374d02d226b76cac20fd46c
0ecf246d29aa4125067f28e58c6d40c7c7dd5591
refs/heads/master
2023-07-10T03:50:52.597979
2021-08-11T11:55:52
2021-08-11T11:55:52
281,604,753
1
0
null
null
null
null
UTF-8
C++
false
false
1,207
cpp
// Given an array of integers and a number K, check if there exist a pair of indices i,j s.t. a[i] + a[j] = K and i!=j. #include<bits/stdc++.h> using namespace std; typedef long long int ll; // Naive Approach void doesPairExist(int *arr, int n, int k) { for(int i = 0; i < n; i++) { for(int j = i + 1; j < ...
[ "ajradfariyal@gmail.com" ]
ajradfariyal@gmail.com
be3ff412f72fa7f9f23fe3267895e6f386475c96
ff342f3d84d78415ca0cabc7039bc6d5bdba9668
/include/LXeTrackingAction.hh
d69117bb681d585b68bcaa06b22226c0beec3add
[]
no_license
nexo-erlangen/geant4_simulation
4d2ef9f2ef550f951f375d7ebdd7c094db0fe88b
cce565ab24c649c4a266d735c8e9e308129847b7
refs/heads/master
2021-01-22T05:46:50.874526
2017-05-30T13:10:10
2017-05-30T13:10:10
92,493,489
0
0
null
null
null
null
UTF-8
C++
false
false
518
hh
/// \file LXeTrackingAction.hh /// \brief Definition of the LXeTrackingAction class #ifndef LXeTrackingAction_h #define LXeTrackingAction_h 1 #include "globals.hh" #include "G4Track.hh" #include "G4UserTrackingAction.hh" #include "LXeAnalysis.hh" class LXeTrackingAction : public G4UserTrackingAction { public: LX...
[ "mppi005h@woody3.rrze.uni-erlangen.de" ]
mppi005h@woody3.rrze.uni-erlangen.de
7b37ed8cb19ab4b8bb370b34295a994003cd9831
334558bf31b6a8fd3caaf09c24898ff331c7e2da
/GenieWindow/plugins/GeniePlugin_Wireless/QGenieWirelessChannelLegendWidget.cpp
69e5a6e07790940d75b3b60ebfe3c46a769fea2d
[]
no_license
roygaogit/Bigit_Genie
e38bac558e81d9966ec6efbdeef0a7e2592156a7
936a56154a5f933b1e9c049ee044d76ff1d6d4db
refs/heads/master
2020-03-31T04:20:04.177461
2013-12-09T03:38:15
2013-12-09T03:38:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,740
cpp
#include "QGenieWirelessChannelLegendWidget.h" #include "GeniePlugin_Wireless.h" QGenieWirelessChannelLegendWidget::QGenieWirelessChannelLegendWidget(QWidget *parent) : QFrame(parent) { setupUi(); } void QGenieWirelessChannelLegendWidget::setupUi() { //this->setWindowOpacity(0.1); this->setObjectName...
[ "raylq@qq.com" ]
raylq@qq.com
e344f808b152fdb38d4bd7c85e5f4a53c897b46b
b43990d3ff55e240bd7c5f1f2de8ee1145097a9e
/Game.h
cf1021dc4273eb42dd6d891e2e9baf081291a913
[]
no_license
jianshitansuantong233/Fake_AI
a24851b0a14ae152c7f3747c9775cb3d6afc7849
faa491d712bbb41bdacee012d0c98d6d8756a476
refs/heads/master
2020-07-06T09:23:27.685593
2019-08-18T06:50:41
2019-08-18T06:50:41
202,969,877
0
0
null
null
null
null
UTF-8
C++
false
false
525
h
#ifndef GAME_INCLUDED #define GAME_INCLUDED #include"Player.h" class Game { public: //to see what these function do, refer to Game.cpp Game(const Board& b, Player* south, Player* north); void display() const; void status(bool& over, bool& hasWinner, Side& winner) const; bool move(); void play(); int b...
[ "noreply@github.com" ]
jianshitansuantong233.noreply@github.com
95673d4551b9817c2422e79e5514e254a4e461b3
785df77400157c058a934069298568e47950e40b
/TnbPtdModel/TnbLib/PtdModel/Entities/Profiles/PtdModel_ProfilesIO.cxx
d3f94da5b22e6105de5963d4d9886da908d20a22
[]
no_license
amir5200fx/Tonb
cb108de09bf59c5c7e139435e0be008a888d99d5
ed679923dc4b2e69b12ffe621fc5a6c8e3652465
refs/heads/master
2023-08-31T08:59:00.366903
2023-08-31T07:42:24
2023-08-31T07:42:24
230,028,961
9
3
null
2023-07-20T16:53:31
2019-12-25T02:29:32
C++
UTF-8
C++
false
false
405
cxx
#include <PtdModel_Profiles.hxx> #include <PtdModel_Profile.hxx> TNB_SAVE_IMPLEMENTATION(tnbLib::PtdModel_Profiles) { ar & boost::serialization::base_object<PtdModel_Entity>(*this); ar & theProfiles_; } TNB_LOAD_IMPLEMENTATION(tnbLib::PtdModel_Profiles) { ar & boost::serialization::base_object<PtdModel_Entity>(*t...
[ "aasoleimani86@gmail.com" ]
aasoleimani86@gmail.com
2497121e8f0afb16036d8f4dcafdc9ccbcb2c264
f81b774e5306ac01d2c6c1289d9e01b5264aae70
/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.cc
3e161fc709e0d7ee67cee46f1ef529e59754eed8
[ "BSD-3-Clause" ]
permissive
waaberi/chromium
a4015160d8460233b33fe1304e8fd9960a3650a9
6549065bd785179608f7b8828da403f3ca5f7aab
refs/heads/master
2022-12-13T03:09:16.887475
2020-09-05T20:29:36
2020-09-05T20:29:36
293,153,821
1
1
BSD-3-Clause
2020-09-05T21:02:50
2020-09-05T21:02:49
null
UTF-8
C++
false
false
3,858
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h" #include "build/build_config.h" #include "chrome/browser/ui/browser_dial...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
ccf3ed7f819b2725ef08323fa03b07da08ea122a
02b8dd694e2283017a629b5843dcae3b7729375f
/Trabalho 3/PacMan/Game/ObjectModel.h
7b977a9cfec59af869fe23d233fd33ff2036c7f9
[]
no_license
paletas-isel/ISEL-CG
04a959274a38117375195559886a36afa41eed46
da5f8e392c880e1826c0bd21ff0c39155261e691
refs/heads/master
2021-05-27T08:58:49.762811
2012-02-15T13:02:30
2012-02-15T13:02:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
222
h
#ifndef _PACMAN_OBJMODEL_ #define _PACMAN_OBJMODEL_ #include "model.h" class ObjectModel : public Model { protected: virtual void DoDraw() = 0; public: ObjectModel(void); ~ObjectModel(void); void Draw(); }; #endif
[ "joaopaulosilvestre@hotmail.com" ]
joaopaulosilvestre@hotmail.com
d5d8bc13f348288df81233a0860250c5456f7bb4
88ae8695987ada722184307301e221e1ba3cc2fa
/chromeos/components/kcer/kcer_impl.cc
b83f6d41cb22f9bb47b81efcd14dedb89e551885
[ "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
20,058
cc
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/components/kcer/kcer_impl.h" #include <stdint.h> #include <string> #include <utility> #include <vector> #include "base/callback_list.h" #include "base/con...
[ "jengelh@inai.de" ]
jengelh@inai.de
9c1fae3192b1ae10d514a1d1214df9b29c6059f9
c0e69c2b001b252e318b9e4dfe28e0b86da9256b
/mswsd.cpp
f346981ea0e88f1fd3ac7ee61ce0dca96b74fd71
[]
no_license
rizaldihz/Strukdat
1973bb211f9b693f6c93440df7c7b63531a380df
ed6c5e4754c21af5c3972ea5973f1e0fda6562bc
refs/heads/master
2020-03-14T06:31:04.817359
2018-04-29T16:58:36
2018-04-29T16:58:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,668
cpp
#include<bits/stdc++.h> using namespace std; //belum buka pair< vector<vector<int> >, vector<vector<bool> > > init(int besar) { vector<vector<int> > layerBack; vector<vector<bool> > layerFront; for(int i=0;i<besar;i++){ vector<int> BackTemp; vector<bool> FrontTemp; for(int j=0;j<b...
[ "noreply@github.com" ]
rizaldihz.noreply@github.com
03ec5f9fae976613779081aad7b9611e8c7170ce
0d52c6126c6858c75fa5e6bb2c600e66c8120818
/soda_codes/cp_1_opt_d_ic/our_code/cp_1_opt_d_ic_host.cpp
c41a904a1227615f2af20c874362f4c1ab157d70
[]
no_license
ZhuangzhuangWu/clockwork
17037d55ac1817e89ba065e168554468b1c89832
44909d373f912bdc361c2804dc6b611d7c652034
refs/heads/master
2023-08-18T22:47:52.636943
2021-10-06T17:46:50
2021-10-06T17:46:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,979
cpp
#include "xcl2.hpp" #include <algorithm> #include <fstream> #include <vector> #include <cstdlib> #include "clockwork_standard_compute_units.h" #define __POPULATE_HOST_INPUTS__ int main(int argc, char **argv) { srand(234); if (argc != 2) { std::cout << "Usage: " << argv[0] << " <XCLBIN File>" << std::endl; ...
[ "setter@stanford.edu" ]
setter@stanford.edu
0b939e08d4716eda524507f238c36c2fc71b1804
c25be62d3fcf5806de093c6b61f4203e0654728b
/MySTD/src/MySTD/string.cpp
4280da59d7ec07f048a1beca2cdc8a9a6f26ccd9
[]
no_license
danhayes1996/MyStandardLib
4d6eddb300fc86083018c43cf05aa9d042942c79
1c3b8e89bda584f76f165096311a572f0210f395
refs/heads/master
2020-03-07T12:08:41.176472
2019-09-19T15:13:42
2019-09-19T15:13:42
127,467,564
0
0
null
null
null
null
UTF-8
C++
false
false
12,799
cpp
#include "string.h" #include <stdexcept> namespace mystd { string::string() { m_BufferCount = 0; m_Buffer = new char[1]; m_Buffer[0] = 0; } string::string(const char* text) { m_BufferCount = strlen(text); m_Buffer = new char[m_BufferCount + 1]; memcpy(m_Buffer, text, m_BufferCount); m_Buffer[m_Buf...
[ "dan.hayes1996@gmail.com" ]
dan.hayes1996@gmail.com
016e8c15901648724c73125cf4e917bffbb51e99
dbfd257174fd97727733e187bda875b04bdd4642
/tsp/src/TspData.h
4179955d3da73e3ca5306b1d60ff45a6ff433b16
[]
no_license
WMielczarek/data-structures-and-algorithms
d3603b0b2b57f6d7c54db8c4c852e234bd419e7f
01a41453230da31b60ad8630f1e3f5d70663d930
refs/heads/master
2022-11-14T11:49:34.861769
2020-07-08T16:14:17
2020-07-08T16:14:17
278,135,321
0
0
null
null
null
null
UTF-8
C++
false
false
423
h
#pragma once #include <string> class TspData { int size; int **data; int **resetData; int resetSize; int randomIntFromRange(int min, int max); public: void generateData(int min, int max, int size); void print(); bool load(std::string filename); void save(std::string filename); void reset(); int getSize();...
[ "mielczarek.woj@gmail.com" ]
mielczarek.woj@gmail.com
1449ebb489ce7fbf0b765cc6bb213b0226b1c6d9
6249ee47c32a45eaa5b39ca8f0b46638d3cf26ba
/src/Scene/ParticleAttributeBuffers.cpp
b68155d352393c7151d9279084df82519aaf9beb
[]
no_license
lubosz/Flewnit
1f52f4d805452353eb9b05e68e249ee0e3dfb983
8b3cfd14d579f6be8472844a8cf0295b1ea23771
refs/heads/master
2021-01-17T07:31:12.844479
2011-05-05T22:38:14
2011-05-05T22:38:14
1,466,428
0
0
null
null
null
null
UTF-8
C++
false
false
14,380
cpp
/* * ParticleAttributeBuffers.cpp * * Created on: Apr 27, 2011 * Author: tychi */ #include "ParticleAttributeBuffers.h" #include "Buffer/BufferSharedDefinitions.h" #include "Buffer/Buffer.h" #include "Buffer/PingPongBuffer.h" #define FLEWNIT_INCLUDED_BY_APPLICATION_SOURCE_CODE #include "MPP/OpenCLProgram/...
[ "markusschlueter@uni-koblenz.de" ]
markusschlueter@uni-koblenz.de
23fa6ed0dca5d25f24e47fd1f47be4fede461ff6
20d969f85e38763a33dcdea97af2ed39ba1656e9
/CLibs/00_char_traits.cpp
7dae33d3723fa821549ab13cffd75ba0496941fb
[]
no_license
c437yuyang/Demos_Cpp
27f69fbaeac9a09b7cd0799a6fb41e3175b11fca
d38cb838d64b0736754937c91cd91a9a4a66afe6
refs/heads/master
2020-03-11T03:36:16.336983
2019-07-14T12:14:24
2019-07-14T12:14:24
129,752,768
0
1
null
null
null
null
UTF-8
C++
false
false
247
cpp
#include <iostream> #include <string.h> int main() { std::cout << isalnum('a') << std::endl; std::cout << isalnum('1') << std::endl; std::cout << isalnum('A') << std::endl; std::cout << tolower('1') << std::endl; return 0; }
[ "954222619@qq.com" ]
954222619@qq.com
d83b53a1e84a7693736a4030803b7c1e251cbbb4
48ebb9aa139b70ed9d8411168c9bd073741393f5
/Classes/Native/mscorlib_System_Collections_ObjectModel_ReadOnlyCo2378261673.h
1ae9fb684f212d955262e1abc0695560c524e506
[]
no_license
JasonRy/0.9.1
36cae42b24faa025659252293d8c7f8bfa8ee529
b72ec7b76d3e26eb055574712a5150b1123beaa5
refs/heads/master
2021-07-22T12:25:04.214322
2017-11-02T07:42:18
2017-11-02T07:42:18
109,232,088
1
0
null
null
null
null
UTF-8
C++
false
false
1,232
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" // System.Collections.Generic.IList`1<ConsoleApplication.LocalProcessing/DeviceProperties> struct IList_1_t2733416582; #ifdef __clan...
[ "renxiaoyi@me.com" ]
renxiaoyi@me.com
5187efde8e4e75ad67792a5b9720ad307f41c261
5ee0eb940cfad30f7a3b41762eb4abd9cd052f38
/Case_save/case6/2700/epsilon
9d4fcc6a3bf598d1fa9c76d0324e8c82a9c8ee37
[]
no_license
mamitsu2/aircond5_play4
052d2ff593661912b53379e74af1f7cee20bf24d
c5800df67e4eba5415c0e877bdeff06154d51ba6
refs/heads/master
2020-05-25T02:11:13.406899
2019-05-20T04:56:10
2019-05-20T04:56:10
187,570,146
0
0
null
null
null
null
UTF-8
C++
false
false
10,235
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "mitsuaki.makino@tryeting.jp" ]
mitsuaki.makino@tryeting.jp
d2646fe9994ee8846c2652460f4c68120f6aff29
2b7d422e78c188923158a2a0780a99eca960e746
/opt/ros/melodic/include/topic_tools/MuxDeleteRequest.h
782a8c2182ef9352ee4978038042104705fb65e5
[]
no_license
sroberti/VREP-Sandbox
4fd6839cd85ac01aa0f2617b5d6e28440451b913
44f7d42494654357b6524aefeb79d7e30599c01d
refs/heads/master
2022-12-24T14:56:10.155484
2019-04-18T15:11:54
2019-04-18T15:11:54
180,481,713
0
1
null
2022-12-14T18:05:19
2019-04-10T02:00:14
C++
UTF-8
C++
false
false
5,163
h
// Generated by gencpp from file topic_tools/MuxDeleteRequest.msg // DO NOT EDIT! #ifndef TOPIC_TOOLS_MESSAGE_MUXDELETEREQUEST_H #define TOPIC_TOOLS_MESSAGE_MUXDELETEREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_trai...
[ "samuel.p.roberti@gmail.com" ]
samuel.p.roberti@gmail.com
0f0d737adf28a2f06093bcefb599b55a2b7503e5
18a793eef3b90e610af0a2618e7902578f9d7858
/XRangePingPong/SX1272Lib/sx1272/sx1272.h
05d748030c4f9c481dc4289ca7a4b09ee92b89e5
[]
no_license
lorabeeio/netblocks
90a9f2f6fba0eabce638765d85ef6cd3c6c68213
bf176831a13165d2b4c12e675aa59379399346cc
refs/heads/master
2021-01-20T16:09:50.890361
2016-07-02T11:23:53
2016-07-02T11:23:53
62,446,748
0
0
null
null
null
null
UTF-8
C++
false
false
16,954
h
/* / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| ( C )2014 Semtech Description: Actual implementation of a SX1276 radio, inherits Radio...
[ "git@pbrier.nl" ]
git@pbrier.nl
8cedc6fd6208d1186744c81b93782607f06e9677
1da7d378d84fb995bf118e94839a4131a178499b
/sinkworld/tentacle/python/add_IDecoration.cpp
5b1e9654f8ea0fd99fe09b89af4888c2ac391dcd
[ "MIT" ]
permissive
calandoa/zxite
f85ed7b8cc0f3ed5194b5ea3c4ce5859cb487312
8122da2e5dc2907ccb84fe295a9a86e843402378
refs/heads/master
2021-07-14T21:14:16.559063
2017-10-20T16:12:09
2017-10-20T16:12:09
28,239,704
0
1
null
null
null
null
UTF-8
C++
false
false
1,727
cpp
#include <boost/python.hpp> #include <boost/cstdint.hpp> #include <string> #include <iostream> #include <assert.h> #include "base.h" #include "lexers.h" // Using ======================================================================= using namespace boost::python; typedef void *HWND; typedef void *HINSTANCE; #inclu...
[ "antoine.calando@intel.com" ]
antoine.calando@intel.com
e9fb144ac4958cf6866233185878894c06c2636c
0b600fe68cc64779710950952d3d8bed1d3ef809
/AutowareAuto/src/drivers/spinnaker_camera_driver/src/system_wrapper.cpp
f483eb7a06ace5303a720e10a65f9acb6d3e7954
[ "Apache-2.0" ]
permissive
JRestovich/Docker-Plantium
13957695afff2862fdddcaa75e563b41da1c06ac
efbf4f7baf4f6bfe22fe337bd46273429ea429b8
refs/heads/master
2023-08-05T09:13:00.270353
2021-09-13T21:23:00
2021-09-13T21:23:00
406,120,080
0
0
null
null
null
null
UTF-8
C++
false
false
1,992
cpp
// Copyright 2020 Apex.AI, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // //    http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
[ "jrestovich@plantium.com" ]
jrestovich@plantium.com
6a0a6ba3fbcd1b3f071c27d449e6b979029eed64
b392c81ac2462ef8c06c89e56630e5f3e3d46b65
/GALPROP_56.0.2870_Source/source/AvXCO.cc
510ec5fadeccc905373dfcc6fd0abfc4cc5da9a0
[]
no_license
sadkoeni/galprop
a577cde365008297dca13b241b1ce3ebff60a124
002838850041b2d560a0926e2bf810acc433e6ee
refs/heads/master
2023-01-08T22:38:59.428165
2020-11-16T15:08:39
2020-11-16T15:08:39
312,309,109
0
1
null
null
null
null
UTF-8
C++
false
false
4,218
cc
#include "galprop_classes.h" #include "galprop_internal.h" #include <ErrorLogger.h> #include <BaseSkyFitsIO.h> #include <iostream> #include <fstream> int Galprop::AvXCO(std::string galdefPath, std::string fitsPath, std::string outputPath, std::string outputPrefix, std::string runNumber) { if ...
[ "stephan.koenigstorfer@cern.ch" ]
stephan.koenigstorfer@cern.ch
0574de4454b960bf6c66cebabfb2c2bc7737a13b
c136c9813c77df614f1bca1c869a5bcdbfa01d0b
/electronic_table/src/ast_visitor.h
ac488b1da89a0dd8dd00ccd69bb06084691f317f
[]
no_license
anuar-a/CPP-Yandex-belts
21076f8216b731fedb8533a388bd970b51efad61
e93ac12ec99c508fd03353d628c79c8dd16cc4a4
refs/heads/master
2023-03-26T22:40:30.225941
2021-03-28T16:36:02
2021-03-28T16:36:09
352,305,363
0
0
null
null
null
null
UTF-8
C++
false
false
1,184
h
#pragma once namespace Ast { class NumberNode; template<char op> class UnaryNode; template<char op> class BinaryNode; class CellNode; class NodeVisitor { public: virtual ~NodeVisitor() = default; virtual void Visit(const NumberNode& node); virtual void Visit(con...
[ "anuar8989@inbox.ru" ]
anuar8989@inbox.ru
79f5e4014968df90a5c24b6f91117fca0fd9455d
1776b36a0467747b540fc5ee4755ea8ea79938d9
/Homebase/Entities/Starfield.h
231f8d561d8c93ffd070533d08dc2ba832f55321
[ "MIT" ]
permissive
Mesiow/Homebase
699da42125d1401e9531a30e06347ca74b0d97dc
1999ad707b88623e2f21bcac837e4c2e32180cc1
refs/heads/main
2023-03-08T09:39:47.071382
2021-02-27T01:41:39
2021-02-27T01:41:39
338,489,766
0
0
MIT
2021-02-25T02:33:58
2021-02-13T03:38:59
C++
UTF-8
C++
false
false
473
h
#pragma once #include <Thor/Math.hpp> #include <SFML/Graphics.hpp> #include "../Constants.h" struct Star { sf::Vertex vert; }; class Starfield { public: Starfield(); ~Starfield(); void render(sf::RenderTarget& target); void update(); void setStarCount(int count); /* Populate the arena with stars */ void ...
[ "34993144+Mesiow@users.noreply.github.com" ]
34993144+Mesiow@users.noreply.github.com
53537d1cf678701c2eb56a97ca90d63285fe1252
37dfdfbae6886a23cf6a3626a05f57869a89b3f5
/Source/FairyGUIEnginePlugin/fairygui/third_party/cc/CCAction.h
e9d81591f2b475e6d8393a9e0fed3e62dcefcfc5
[ "MIT" ]
permissive
fhaoquan/FairyGUI-vision
8dbf79982d2c9b07e0f8fe73ada1f5c91dee2ef8
63c2f5a4bfc7e3db954ef55a689be26b9a0f3518
refs/heads/master
2020-03-30T22:33:17.013554
2018-05-24T15:07:44
2018-05-24T15:07:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,236
h
/**************************************************************************** Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2017 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to an...
[ "gzytom@139.com" ]
gzytom@139.com
9add0fbf1bde1679d7f4bf9b5d0ca0428b67a719
21f8cdc85aa65b20c94e77b56d26966a80e183b3
/Source/SwordFly/GamePlay/PlayerController/SwordFlyPlayerController.h
68efe65d86d6d15a1a5be162c2e4fee316358216
[]
no_license
hpyyangnone/SwordFly
5de3f7d18b8e03693c9b81ecff97a1e1a44fe11d
d398c9d00c770bff0bdc59ce5fce0f4ee8b0284f
refs/heads/master
2022-12-26T01:41:15.025960
2020-10-15T09:57:22
2020-10-15T09:57:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,899
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Runtime/UMG/Public/UMG.h" #include "Blueprint/UserWidget.h" #include "GameFramework/PlayerController.h" #include "SwordFlyPlayerController.generated.h" enum class EInputMode : unsigned char;...
[ "974805475@qq.com" ]
974805475@qq.com
00adb9fe1ba421c876107200eda2b801c1fd36aa
d45e1368de00b28f91e835cb58a3f066ecb1b17a
/CodeForces/140-D12-A.cpp
52cfd5dc654b97b5f020c46ae42743dcd8fea7b3
[]
no_license
OmarElsaeed/competitive-programming-
f6736b173766c2f6700db741fc602d8e89340573
62f735d3a50e9687e8d526cfd804c0efbcf9f361
refs/heads/master
2021-05-17T16:12:42.794546
2020-03-23T20:14:13
2020-03-23T20:14:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
441
cpp
#include <bits/stdc++.h> using namespace std; #define PI acos(-1.0) #define EPS 1e-9 int main() { double n,R,r; cin>>n>>R>>r; double theta=2*PI/n; double rr=R*sin(theta)/(2*cos(theta/2)+sin(theta)); if(n==1) { if(r<=R) cout<<"YES"; else cout<<"NO"; } ...
[ "noreply@github.com" ]
OmarElsaeed.noreply@github.com
64ac546299bb2ceaacf6ae3207c66bc50a89bd6f
3cad09b3874f44689b9957bf83fccb7d665d64dd
/common/IMessage.cpp
abe924c1af726d08e5f52eac57784502f5047f7f
[]
no_license
YLeventhal/Final-Project---Messaging-service
0f65227affc06a9636f4095c1ef1eb2d511e52e8
76c108f7ac923343090053ccbf864b5de4cbc61c
refs/heads/master
2020-05-06T13:42:34.139143
2019-04-08T14:16:25
2019-04-08T14:16:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
120
cpp
#include "stdafx.h" #include "IMessage.h" #include "constants.h" IMessage::IMessage() { } IMessage::~IMessage() { }
[ "43444695+TourFourier@users.noreply.github.com" ]
43444695+TourFourier@users.noreply.github.com
d290e6884f614ae504f7f0d4837aa13d812036e5
22b75c8c6e917e9326fa927c777d266a067e72ea
/ThreeDimensional/MathUtil.cpp
1a8ebc3bf5e53517c6920c237bacb1fc05f91b6e
[]
no_license
derek022/ThreeDimensional
69744fc9d66ed3beb85ff26eb1640b456aba0bfc
26f925a7aaaa273845505f4aa67bf966ec8b89f3
refs/heads/master
2023-07-31T06:14:26.341044
2021-09-20T08:09:51
2021-09-20T08:09:51
355,237,840
0
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
#include "MathUtil.h" #include "Vector3.h" extern const Vector3 kZeroVector(0.0f, 0.0f, 0.0f); float wrapPi(float theta) { theta += kPi; theta -= floor(theta * k1Over2Pi) * k2Pi; theta -= kPi; return theta; } float safeAcos(float x) { if (x -= -1.0f) { return kPi; } if (x >= 1.0f) { return 0.0f; } r...
[ "14247289+derek022@users.noreply.github.com" ]
14247289+derek022@users.noreply.github.com
f4494408fcac7546f08d297ed3d0d725bede0dec
8d81f8a15efd9a4d0f11ac3fe64d822eb98bd37d
/1_leetcode/game_of_life.cpp
1de0e3452a526729f338efa790b76c9f35227944
[]
no_license
wyxmails/MyCode
b32a14d3b3a63dd9b3049d266231728419ed60d1
641abffc65b52b6f4a279432a8c4037a3b6a900c
refs/heads/master
2020-12-25T17:24:03.304677
2016-08-28T14:05:10
2016-08-28T14:05:10
18,900,363
2
0
null
null
null
null
UTF-8
C++
false
false
2,732
cpp
/* Game of Life My Submissions Question Solution Total Accepted: 3621 Total Submissions: 11545 Difficulty: Medium According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970." Given a board with m by n cel...
[ "wyxmails@gmail.com" ]
wyxmails@gmail.com