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
3a4cadf2bc66ddb722cb381883e537a4f3e7c83a
fd4103e6f5116c776249b00171d8639313f05bc1
/Src/PartModelingEngine/PmeExplicitModelObjectReference.cpp
405b5471a693605017a5408a784102cf09bb273c
[]
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
571
cpp
#include "StdAfx.h" #include ".\pmeexplicitmodelobjectreference.h" #include ".\PmeExceptionTest.h" #include ".\PmeArgumentNullException.h" #include ".\PmeExplicitModelObject.h" PME_IMPLEMENT_RUNTIME_TYPE(PmeExplicitModelObjectReference, PmeReference) PmeExplicitModelObjectReference::PmeExplicitModelObjectReference(Pm...
[ "kyk5415@gmail.com" ]
kyk5415@gmail.com
aaf6b0a35c11bd3757c2a9acfac94932cf7d2fd0
60a15a584b00895e47628c5a485bd1f14cfeebbe
/AWIN/ctrl_groupbox.h
5701cba5c53fc3244d057561d0d35f45359029b4
[]
no_license
fcccode/vt5
ce4c1d8fe819715f2580586c8113cfedf2ab44ac
c88049949ebb999304f0fc7648f3d03f6501c65b
refs/heads/master
2020-09-27T22:56:55.348501
2019-06-17T20:39:46
2019-06-17T20:39:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,653
h
#pragma once #include "win_base.h" #define GBCTRL_DS_ROUND_RECT 0 #define GBCTRL_DS_SIMPLE_RECT 1 class group_box_ctrl : public win_impl { public: group_box_ctrl(); virtual ~group_box_ctrl(); public: virtual void handle_init(); virtual LRESULT on_paint(); virtual LRESULT on_destroy(); virtual bool subclass( HW...
[ "videotestc@gmail.com" ]
videotestc@gmail.com
f4bbc9f2990c9f50d5285e619702df80cafcb22c
7bee86f3325e6ddf10626e289c8b77a24d7d9eb7
/Assignment_4.cpp
548750850ef15cd9073337e28ce4dc61bc7146d1
[]
no_license
MarilizePi/Foothill_College_CS_2A
0215e9bc7bdc19340b525c350f1677f0791308b9
dffa56dda03674533d50e1697c65e46ff817598d
refs/heads/master
2020-05-29T11:24:55.662170
2019-06-20T01:15:48
2019-06-20T01:15:48
189,113,233
0
0
null
null
null
null
UTF-8
C++
false
false
5,498
cpp
#include <iostream> #include <string> #include <sstream> using namespace std; int main() { int initial_stamps = 0; int final_stamps = 0; const int FREE_YOGURT = 10; int userInputInt; string userInputStr; char userInputChar; bool quit; quit = false; while (!quit) { cout << "Menu: " ...
[ "marilizepi@gmail.com" ]
marilizepi@gmail.com
bd408c423cc003906786a0520eedc22cb08f582d
41e107a91f6307d3c78b211ff12afddc832d5926
/ugine/src/ugine/layer_stack.cc
3999e24702dab2add8ee6c50675acf885981f365
[ "Apache-2.0" ]
permissive
AdrianOrcik/ugine
8e5bb43f0d9e32ff9be82389649728d5815221e9
4f5a9a5641c834834d9e18fc5b85b55140544568
refs/heads/master
2022-11-05T08:22:29.090685
2020-06-20T19:54:57
2020-06-20T19:54:57
245,837,032
0
0
null
null
null
null
UTF-8
C++
false
false
734
cc
#include "uepch.h" #include "layer_stack.h" namespace Ugine { LayerStack::LayerStack() { } LayerStack::~LayerStack() { for (Layer* layer : layers_) delete layer; } void LayerStack::PushLayer(Layer* layer) { layers_.emplace(layers_.begin() + layerIndex_, layer); layerIndex_++; } void LayerStack::P...
[ "adrian.orcik@gmail.com" ]
adrian.orcik@gmail.com
c1cae12fb9c68557d7e2802793581eaec924fc37
523badc1b9f85de3d37c2cfa092dc24cbb3a0e08
/bus_mgr_lib_prj/bus_mgr.h
876f6ed095c2d753e17100324886b2239dd49ee9
[]
no_license
yiliangwu880/libevent_prj
2b3f222043c91cd623143ab6331aba2d657d5dc4
48badafc0bf2b9f97d64b848877dbe8da37ef67d
refs/heads/master
2021-05-05T03:11:10.936226
2019-07-13T07:35:32
2019-07-13T07:35:32
119,790,929
0
0
null
null
null
null
GB18030
C++
false
false
1,460
h
/* author: yiliang.wu 功能:busmgr 管理进程和进程之间的连接, mgr 和 p必须同一台机器 */ #pragma once #include "include_all.h" #include <map> #include "channel.h" #include "utility/misc.h" #include <memory.h> #include "bus_typedef.h" //mc = mgr connector, p 通过socket连接mgr, 在mgr进程的connector class MgrConnector : public ListenerConnector { p...
[ "30390012@qq.com" ]
30390012@qq.com
58b01478c0e31ebd795d6a5a0d8949f083c0aec8
2367e655305a00dd84f7aa0b1fa18501d2511c52
/KwSing_iphone/.svn/pristine/d3/d3a472400b52025f46f6be7c547a68a220052a9d.svn-base
080df86e0dda17b482aef69912d2a5f3fba3da68
[]
no_license
XClouded/dev_project
a165e7a313d182ed5f90e8dcef0e167dce1f6307
c938277aaf73992923e6d6d1ededd8ef3629a38f
refs/heads/master
2021-01-22T17:03:32.375508
2014-11-26T08:23:37
2014-11-26T08:23:37
null
0
0
null
null
null
null
GB18030
C++
false
false
654
/*********************************************************************************************************** File: preamp.h Desc: 用于放大16 bit wav信号的类PreAmp的定义文件,可以把wav信号按照要求的db数进行放大和缩小 Author: Wang Lei Date: May, 2008 *******************************************************************************************************...
[ "wangmingjob@gmail.com" ]
wangmingjob@gmail.com
8e2ed737193dc1c910276ec40b59d15828014542
63c71060f36866bca4ac27304cef6d5755fdc35c
/src/TransServer/Torturer/main.cpp
53e83d14d3c229f77caade5c58056868f61cde4b
[]
no_license
15831944/barry_dev
bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a
d4a83421458aa28ca293caa7a5567433e9358596
refs/heads/master
2022-03-24T07:00:26.810732
2015-12-22T07:19:58
2015-12-22T07:19:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,696
cpp
//////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2005 // Packet Engineering, Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification is not permitted unless authorized in writing by a duly // appointed officer of ...
[ "barryniu@jimodb.com" ]
barryniu@jimodb.com
1a37cc63b1eea59e35f2bd9f8d80c9380ea5fa3b
8a431e5d895785ef0e81037485e8d53d2dba8083
/1-intro/fibonacci_last_digit/fibonacci_last_digit.cpp
1b0a0650eab4824cc5bbd3f066219600ba2db378
[]
no_license
reazh/algo-toolbox
a94128dfbe5165f5f5c5f76ef3722d15aa511bd6
7e4e73f223d944e0b95f6a13ad459d588abeda6d
refs/heads/master
2021-05-31T07:40:04.424761
2016-05-23T03:34:58
2016-05-23T03:34:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
#include <iostream> int get_fibonacci_last_digit(int n) { //write your code here return 0; } int main() { int n; std::cin >> n; int c = get_fibonacci_last_digit(n); std::cout << c << '\n'; }
[ "rhasan@gmail.com" ]
rhasan@gmail.com
d2b805c5b541da1fe386cbe74ab80c0ddc83bcf6
7d467aac466f3077f0586b18e9f0fc665b5b6868
/example_c/i8086tools/7run/i8086/VM.cpp
4479761c44b1470018dadd4aa21c5ed4300e7129
[ "LicenseRef-scancode-public-domain-disclaimer" ]
permissive
Bo0km4n/rust-disassembler-x86-8086
b443525a59b0024c763954331af1f1dd534dcd4f
64de7149fc036c6d4c21731ba0aa68a4d18ad099
refs/heads/master
2020-04-09T04:44:13.245341
2019-02-27T07:09:10
2019-02-27T07:09:10
160,034,490
0
0
null
null
null
null
UTF-8
C++
false
false
3,988
cpp
#include "VM.h" #include "disasm.h" #include "regs.h" #include <stdio.h> #include <string.h> #include <sys/stat.h> using namespace i8086; const char *i8086::header = " AX BX CX DX SP BP SI DI FLAGS IP\n"; bool VM::ptable[256]; void VM::showHeader() { fprintf(stderr, header); } v...
[ "pokopenkatuya@gmail.com" ]
pokopenkatuya@gmail.com
0bd2be133cb154059838ae94ef136c163f8bd731
cb7ae10692a3692cad7d500cddadfbf7ea4f4a1a
/c/ParticleFilter/sirTest.cpp
be65a3d0f68782bf9e09f96ce4db61b1c7a68fee
[]
no_license
UCSD-SEELab/ContextEngine27
c715b32ab08a94224b289a7e00d8d51d6cfc9e84
754458c919d96a338d010a6eab31bcb93ee73e09
refs/heads/master
2021-06-16T07:16:31.951345
2017-04-27T19:52:07
2017-04-27T19:52:07
62,247,545
1
0
null
null
null
null
UTF-8
C++
false
false
4,330
cpp
// this version runs on rpi or osx #include "smctc.hh" #include "pffuncs.hh" #include <cstdio> #include <cstdlib> #include <cstring> #include <fstream> #include <string.h> #include <sys/time.h> using namespace std; typedef unsigned long long timestamp_t; static timestamp_t get_timestamp () { struct timeval now; ...
[ "csc019@eng.ucsd.edu" ]
csc019@eng.ucsd.edu
fb8c721eb5e2be8f76b0d1292f050eb8e9068281
c397bb468d86f000868fee4fdbe288ceb5994420
/inc/ToGraphvizWriter.h
b9fee989b9e9ded84f71040346fb8463812fc8e3
[ "MIT" ]
permissive
dueringa/WikiWalker
41cc83a43a3d01e4d245ba5d6d2d9a572a8077d2
24a83936efac1e217af949275b0677861c216957
refs/heads/master
2021-01-19T06:27:50.719969
2018-04-19T18:40:03
2018-04-19T18:40:03
87,462,913
0
0
null
null
null
null
UTF-8
C++
false
false
968
h
//! \file ToGraphvizWriter.h #ifndef WIKIWALKER_TOGRAPHVIZWRITER_H #define WIKIWALKER_TOGRAPHVIZWRITER_H #include "DataOutputBase.h" namespace WikiWalker { /*! Writing to a file in dot format */ class ToGraphvizWriter : public DataOutputBase { public: /*! output an article with links in dot format to ...
[ "github@duering-andreas.de" ]
github@duering-andreas.de
c193f22a931ea47419701613cab4d429c7041f5e
ed649693468835126ae0bc56a9a9745cbbe02750
/alljoyn_core/router/winrt/proximity/ProximityListener.h
cb33346d2da5015cac38ee08c1ca3431591cdd26
[]
no_license
tkellogg/alljoyn-core
982304d78da73f07f888c7cbd56731342585d9a5
931ed98b3f5e5dbd40ffb529a78825f28cc59037
refs/heads/master
2020-12-25T18:22:32.166135
2014-07-17T13:56:18
2014-07-17T13:58:56
21,984,205
2
1
null
null
null
null
UTF-8
C++
false
false
1,275
h
/** * @file * ProximityListener is to notify status changes of the proximity connection. */ /****************************************************************************** * Copyright (c) 2012, AllSeen Alliance. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any ...
[ "gerritadmin@allseenalliance.org" ]
gerritadmin@allseenalliance.org
5746890ba09a04eb0e49fe2c4a82a909efa018e9
5775eb2150996990318bec38c79d59dfa2c562bc
/sprout/compost/formats/as_imag.hpp
b2b698005ec5b8f0eab392d84e1fc45ef9b02f22
[ "BSL-1.0" ]
permissive
horance-liu/Sprout
6e1e396db9e27fbc83da41270c96412cced5a767
8274f34db498b02bff12277bac5416ea72e018cd
refs/heads/master
2020-04-05T14:47:12.706952
2018-05-29T14:09:43
2018-05-29T14:09:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,814
hpp
/*============================================================================= Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout 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.tx...
[ "bolero.murakami@gmail.com" ]
bolero.murakami@gmail.com
50c99ec7e4f4a8c72c92ed7c397ccfa6669635e9
ab1712d65f8510a705a1f28064e4d3fc5a48cf64
/SDK/SoT_BP_Island_Bell_classes.hpp
efbe33ec53adab37c2798027939c2f061fce1ff8
[]
no_license
zk2013/SoT-SDK
577f4e26ba969c3fa21a9191a210afc116a11dba
04eb22c1c31aaa4d5cf822b0a816786c99e3ea2f
refs/heads/master
2020-05-29T20:06:57.165354
2019-05-29T16:46:51
2019-05-29T16:46:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
671
hpp
#pragma once // Sea of Thieves (2.0) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_BP_Island_Bell_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- //...
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
d59f1fb42f19dbb4fb8538f4db26c4dd227cb718
34488d45dbf546ff1e804452c250fc885e7e13fb
/practices/cpp/level1/p03_SafeArray/safeArray.cpp
48129f3f90a210a7de6defa61e653497ba2309e9
[]
no_license
mufengjun260/CCpp2016
cc58bb2ff3d25be53ea74e752ef8200d1d7ab10a
c23b80e079f95980bc76923f0f2a6b235bd93f59
refs/heads/master
2020-12-25T16:47:37.350747
2016-05-03T15:19:33
2016-05-03T15:19:33
52,486,087
0
0
null
2016-02-25T01:03:12
2016-02-25T01:03:12
null
UTF-8
C++
false
false
467
cpp
#include "safeArray.h" #include <iostream> using namespace std; SafeArray::SafeArray(int cap) { data = new int[cap]; size = cap; } int SafeArray::get(int location) { if (location > size) { std::cout << "outOfSize!!!" << std::endl; } else { return data[location]; } } void SafeArray::set(int...
[ "穆逢君" ]
穆逢君
a0cfdbd885ff700f32a744e07d2bab2b63d368a4
844969bd953d7300f02172c867725e27b518c08e
/SDK/ShantyCategory_functions.cpp
4a4a004535e141155449eeed76ec1b6f53ce3138
[]
no_license
zanzo420/SoT-Python-Offset-Finder
70037c37991a2df53fa671e3c8ce12c45fbf75a5
d881877da08b5c5beaaca140f0ab768223b75d4d
refs/heads/main
2023-07-18T17:25:01.596284
2021-09-09T12:31:51
2021-09-09T12:31:51
380,604,174
0
0
null
2021-06-26T22:07:04
2021-06-26T22:07:03
null
UTF-8
C++
false
false
544
cpp
// Name: SoT, Version: 2.2.1.1 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //----------------------------------------------------...
[ "51171051+DougTheDruid@users.noreply.github.com" ]
51171051+DougTheDruid@users.noreply.github.com
2fa072836a1ca64e67e0cbf4aeca487c507a8c27
55de3adb94c4dab6bd9cc6f7dabc34c614841d15
/Day1/SocialNetwork(easy).cpp
1554fcfaa6a9af5c524f7a7e740b0eb662c2ce27
[]
no_license
Jyotishman-Ghatak/Daily-Competitive-Coding
ad4f8615b0e8c788ba28a9ef4d60fe8766b2b079
5dcbf11d056d0d9975657764ce9066dc50b38dcf
refs/heads/master
2023-01-19T03:25:02.187543
2020-11-27T20:49:40
2020-11-27T20:49:40
315,717,771
0
0
null
null
null
null
UTF-8
C++
false
false
460
cpp
#include<iostream> #include<vector> #include<algorithm> using namespace std; int main(){ vector <int> a; long long n,k,p; cin>>n>>k; for(long long i=0;i<n;i++){ cin>>p; if(find(a.begin(),a.end(),p)==a.end()){ if(int(a.size())>=k){ a.pop_back(); } ...
[ "jyotish.tubai@gmail.com" ]
jyotish.tubai@gmail.com
3097dabf4a6ca51d041366d731bebba599129559
c912675c40e232e4a12cd94410e062477ea163b4
/football.cpp
2ad71cfa1ef862c2201e87724a1541a61fac7f8a
[]
no_license
Abhishek183/codeforces-solutions
9cb152f9263e8fa301dde545869c03be5287e018
6657247ae77bd4f1960cec112865aed658af21a8
refs/heads/master
2022-07-08T16:19:51.625271
2020-05-14T20:13:28
2020-05-14T20:13:28
264,010,955
1
0
null
null
null
null
UTF-8
C++
false
false
394
cpp
#include<iostream> using namespace std; #include<string> #include<algorithm> #include<unordered_map> #define ll long long int main() { ll int n; cin>>n; pair<int,string>s[n]; for(ll int i=0;i<n;i++) { s[i].first=0; cin>>s[i].second; for(ll int j=0;j<i;j++) { if(s[j].second==s[i].second) {s[j].f...
[ "mishra.mr97@gmail.com" ]
mishra.mr97@gmail.com
bc0fb9bbfd516fc6834469853e0a3dffc636198b
9f48878caa37ac5f2ccf938fc476efa47c89c644
/tests/Unit/PointwiseFunctions/AnalyticData/Test_AnalyticData.cpp
e600ed6da48de0ff37875ba9bf6b2c0824e5fdd2
[ "MIT" ]
permissive
sxs-collaboration/spectre
34f7733ab4c75dbca2f432028145fed110c9ef24
96f573cf158201f712da2bfb3378edf497a35a0d
refs/heads/develop
2023-08-19T11:18:18.465609
2023-08-19T04:24:25
2023-08-19T04:24:25
87,570,510
149
190
NOASSERTION
2023-09-14T20:10:35
2017-04-07T17:28:20
C++
UTF-8
C++
false
false
901
cpp
// Distributed under the MIT License. // See LICENSE.txt for details. #include "PointwiseFunctions/AnalyticData/AnalyticData.hpp" #include "PointwiseFunctions/AnalyticSolutions/AnalyticSolution.hpp" namespace { struct AnalyticData : public MarkAsAnalyticData {}; struct Solution : public MarkAsAnalyticSolution {}; str...
[ "nils@nilsdeppe.com" ]
nils@nilsdeppe.com
beeb3f5f2cd104cd4be716de52e61b8398aad435
81d1c11616c321a3aeae92b588f0ba59c635080d
/walk_hls/hlsinput.h
6e190e844658dc192b37bce1674a2a9754708fb5
[]
no_license
porjo/libdvbtee
818aef46de6b7569f1f02e125466c449367f57c6
0e6b6cdda4786f075605567f34e757efe8898410
refs/heads/master
2021-01-14T08:55:04.075039
2014-02-06T04:55:38
2014-02-06T04:55:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,210
h
/***************************************************************************** * Copyright (C) 2013 Michael Krufky * * Author: Michael Krufky <mkrufky@linuxtv.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as publis...
[ "mkrufky@linuxtv.org" ]
mkrufky@linuxtv.org
7a76386f74dcfcdaf286cc6ad4e901bcc04b977a
bc756e3b8bd50bc0439f9df71092264eb63cb414
/src/ransac/ransacutility.cpp
a22008f9881461bfc2dde380228abe62161e8935
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
akhtarjunaid/fbench
3af9cf449b591f115b68d9ab383aab93af88f9ae
0e21704f9e4dd3440b03ee913e058ee3916086f2
refs/heads/master
2023-03-15T17:54:57.582839
2020-11-14T16:08:46
2020-11-14T16:08:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,456
cpp
/* * Copyright (c) 2016 University of Cordoba and University of Illinois * All rights reserved. * * Developed by: IMPACT Research Group * University of Cordoba and University of Illinois * http://impact.crhc.illinois.edu/ * * Permission is hereby granted, free of charge, to ...
[ "jfaj@mail.uni-paderborn.de" ]
jfaj@mail.uni-paderborn.de
0318c4dc3ed3c79e8e5309b5bd08de17b7560d37
be21a6670509b53504a0422e2b781becc0deee83
/Applications/DaftEngineApp/src/Widgets/SettingWidgets/SettingWidget.cpp
613d88fdc4f9e20d3e02a953c2c24eec57987616
[ "MIT" ]
permissive
DaftMat/Daft-Engine
ff216723c682a68abe0363059072c830ea003a8c
e3d918b4b876d17abd889b9b6b13bd858a079538
refs/heads/master
2021-07-23T22:33:09.934433
2020-12-25T18:00:49
2020-12-25T18:00:49
277,404,325
1
0
MIT
2020-12-25T18:00:50
2020-07-06T00:06:12
C++
UTF-8
C++
false
false
1,924
cpp
// // Created by mathis on 12/07/2020. // #include "SettingWidget.hpp" #include <QApplication> #include <QDesktopWidget> #include <QtWidgets/QLabel> namespace daft::app { SettingWidget::SettingWidget(DrawableSettings *settings, TransformSettings *transforms, std::string name, float exposu...
[ "mathis.margot98@gmail.com" ]
mathis.margot98@gmail.com
fd541ed0cf2077b1022f45222278d91f1dcf31bf
e12f4fb063cb0d26ebc500dd48bea14d2e5e3116
/atcoder/abc166_c.cpp
1d1d06be56e878b653b1224c5044ae5dc1cbd632
[]
no_license
komekome09/comp_prog
869ccf40863c9a6bc92f45e630a230669dfb64bb
8b168f8ced37b8399d890691774eac0d49695874
refs/heads/master
2023-04-20T23:57:42.051560
2021-05-15T13:40:31
2021-05-15T13:40:31
259,368,988
0
0
null
null
null
null
UTF-8
C++
false
false
1,136
cpp
#include <iostream> #include <string> #include <stdio.h> #include <cmath> #include <cfloat> #include <algorithm> #include <numeric> #include <vector> #include <iterator> #include <set> #include <map> using namespace std; const double PI=acos(-1); vector<int> h(1000000, 0); using graph = vector<vector<int>>; vector<b...
[ "fanmaskome@gmail.com" ]
fanmaskome@gmail.com
ea128e0d54bf1350c1f23988496ab126391bb97e
56f431ac8061ddb4c45b32457b0f948d1029d98f
/MonoNative.Tests/mscorlib/System/Runtime/CompilerServices/mscorlib_System_Runtime_CompilerServices_CompilerMarshalOverride_Fixture.cpp
b169bebf2f7fe7403157c9b6a408afc9b832e0e7
[ "BSD-2-Clause" ]
permissive
brunolauze/MonoNative
886d2a346a959d86e7e0ff68661be1b6767c5ce6
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
refs/heads/master
2016-09-15T17:32:26.626998
2016-03-01T17:55:27
2016-03-01T17:55:27
22,582,991
12
1
null
null
null
null
UTF-8
C++
false
false
679
cpp
// Mono Native Fixture // Assembly: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // Namespace: System.Runtime.CompilerServices // Name: CompilerMarshalOverride // C++ Typed Name: mscorlib::System::Runtime::CompilerServices::CompilerMarshalOverride #include <gtest/gtest.h> #include <msco...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
1b4652ce09bd2c88b5d27ad38a58c0cb9df76eec
59166d9d1eea9b034ac331d9c5590362ab942a8f
/ParticlePlayer/MainNode/UpdClbkMainNode.cpp
2c608e342c584f67905f27aeec17af4b43872bf5
[]
no_license
seafengl/osgtraining
5915f7b3a3c78334b9029ee58e6c1cb54de5c220
fbfb29e5ae8cab6fa13900e417b6cba3a8c559df
refs/heads/master
2020-04-09T07:32:31.981473
2010-09-03T15:10:30
2010-09-03T15:10:30
40,032,354
0
3
null
null
null
null
WINDOWS-1251
C++
false
false
3,004
cpp
#include "UpdClbkMainNode.h" #include "KeyboardState.h" #include "CameraState.h" #include <osg/Math> #include <iostream> UpdClbkMainNode::UpdClbkMainNode() : m_fMoveSpeed( 0.0 ) { } void UpdClbkMainNode::operator()( osg::Node* node, osg::NodeVisitor* nv ) { //обработать вращения ProcessRotate()...
[ "asmzx79@3290fc28-3049-11de-8daa-cfecb5f7ff5b" ]
asmzx79@3290fc28-3049-11de-8daa-cfecb5f7ff5b
1945d4d12661dbb81bc6aaf83e2bb3bb4f1cc779
5d1b1533f00f7ce58f7cd459cfdcaacb68069e49
/kattis/downtime/downtime.cpp
5a5705eeb355e8b251c31563b71c5dcb6673f594
[]
no_license
ongspxm/kattis
b19386afbcbb3680611fca7dbe13af19879446c0
a8f0f8c49e28c9bcaf1bf20a669c459c035ce83a
refs/heads/master
2020-03-08T11:10:13.496997
2018-12-26T08:20:53
2018-12-26T08:20:53
128,090,388
0
0
null
null
null
null
UTF-8
C++
false
false
790
cpp
#include <bits/stdc++.h> #define let const auto #define REP(var, i) for (int var = 0; var < i; ++var) using namespace std; using Int = int; //using Int = long long; using vi = vector<Int>; using vvi = vector< vector<Int> >; /** * Solution for problem: downtime * * Written by: ongspxm * * Date: 2018-12-14 07:29:42...
[ "ongspxm@gmail.com" ]
ongspxm@gmail.com
547a95aabbc7e693b2bd8818df367d8910feac32
9140dd125826503501d9cc111d36d604e93cd433
/Tree/Questions/Sum_at_lvl_K.cpp
149fd425da9cf22aeaa5fe6d34cf94392409c9e0
[]
no_license
vibgyor98/dsalgocp
f7d43854886b97a468754fb6929ebfcce51b45e2
7260033c11b17601034153a082456ff7ddc4578d
refs/heads/master
2021-08-04T05:54:50.610133
2020-12-18T18:14:23
2020-12-18T18:14:23
228,390,576
0
1
null
null
null
null
UTF-8
C++
false
false
894
cpp
#include <bits/stdc++.h> using namespace std; class node { public: int data; node* left; node* right; node(int d) { data = d; left = NULL; right = NULL; } }; //constructing tree node* buildTree() { int d, num; cin >> d; node* root = new node(d); cin >> num; if (num == 2) { root->left = buildTree();...
[ "karsourav05@gmail.com" ]
karsourav05@gmail.com
6312bb78eb01a43c881c74f3dae2862deb96d62e
193cacbe89f5b2ef2208ef075dedc1871464f5f4
/src/objects/src/exchangeinfo.cpp
4d447146b49f4a80a04afca15b902e6bbb74624a
[ "MIT" ]
permissive
sssong81/coincenter
6c867fc39d9b096bafb71a9cb41295ed76dd29f5
5f46b89af3a10c4a85a1fe6d3cbda950b7b3c949
refs/heads/master
2023-04-22T21:43:08.753950
2021-05-05T06:53:20
2021-05-06T13:40:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,270
cpp
#include "exchangeinfo.hpp" #include "cct_exception.hpp" #include "cct_log.hpp" #include "cct_mathhelpers.hpp" #include "monetaryamount.hpp" namespace cct { ExchangeInfo::ExchangeInfo(std::string_view exchangeNameStr, const json &exchangeData) { // Load trade fees constexpr char kTradeFeesStr[] = "tradefees"; ...
[ "stephane.janel@amadeus.com" ]
stephane.janel@amadeus.com
b1cc88c8c016043863bf5a19ecf8828d6b5e7e77
0ebb297fe3a7354d988661be5b1de8ab2019c60a
/code/common/ddl/node_ref.cpp
7bbf3641e51a16e0e0a427b20dfdd20eaa45c1f5
[]
no_license
kamrann/workbase
a56e8ca3874ae5e71e4c77331ed10f59acff5914
ce2cade80365f885839bf96bfc5db5e57059ba39
refs/heads/master
2021-01-19T03:22:32.745349
2015-01-02T23:05:04
2015-01-02T23:05:04
15,985,205
0
0
null
null
null
null
UTF-8
C++
false
false
1,823
cpp
// node_ref.cpp #include "node_ref.h" #include "values/value.h" #include "values/navigator.h" namespace ddl { navigator nav_to_ref(node_ref const& ref, navigator nav) { auto rf = resolve_reference_unique(ref, nav); if(rf) { return navigator{ nav.tree_, rf }; } else { return{}; } } sd_node_r...
[ "cjangus@gmail.com" ]
cjangus@gmail.com
bddbfeec18fdf0b921628ec1b476ebf2d512a731
027a76f640874ede2cf27f1dc49611a2bbbb34dd
/gfg/string/anagram.cpp
580457fbc3fe47f011f8ab7894929668150d0441
[]
no_license
ashishugi/MYCODES
b33cda06a18defd8f2de91b4a66cdb8eba55ca47
8e5e4d047ae415ab72ec4fd74171432e6c0cbb6e
refs/heads/master
2022-02-09T00:51:47.406788
2022-01-28T17:34:42
2022-01-28T17:34:42
165,395,936
17
1
null
null
null
null
UTF-8
C++
false
false
865
cpp
#include<bits/stdc++.h> #define loop(i,n) for(int i=0;i<n;i++) using namespace std; bool anagram(string s1,string s2){ int n=s1.length(); int m=s2.length(); if(n!=m){ return false; } map<char,int> m1; map<char,int> m2; loop(i,n){ m1[s1[i]]++; m2[s2[i]]++; } ma...
[ "ashishkumarguptacse@gmail.com" ]
ashishkumarguptacse@gmail.com
27855431a64af048c27ed15c07aa2d1dec47180a
84ecf1c812b7dfd121d32c923e66dbfa5a967403
/TestFileOperation/Star.h
845795efe497ae6c61e65d7104766fdc4ae2cd7f
[ "MIT" ]
permissive
Takayoshi1125/GPG_LT07
ecd3b406bb9fada7e5daff1f0c97bfe9f7107574
c0c1005a5c3207177ca703bad61fedf8c88f2e69
refs/heads/main
2023-06-18T10:47:09.952565
2021-07-15T03:00:39
2021-07-15T03:00:39
385,107,322
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
411
h
#pragma once #include "Vector2.h" class Star { public: static constexpr int SPEED_SLOW_ROT = 4; // 初期処理 void Init(void); // 更新ステップ void Update(void); // 描画処理 void Draw(void); // 解放処理 void Release(void); Vector2 GetPos(void); void SetPos(Vector2 pos); void SetSizeRate(float rate); private: int mImag...
[ "takayoshi176@gmail.com" ]
takayoshi176@gmail.com
1507956ce53d53a3aa4bc14f2f28304e2c973d80
01eb9bea1e6c1b3eab913b3636a6895b1d2b39f5
/API/src/System.cpp
22b77647562fa4b733c1f2793de4a5f4fd95e73b
[ "MIT" ]
permissive
thaolt/OtterUI
a5e4424341047eeac03c27bebceae6442763975b
a2c524378e4933bd772b44f4c56b5139e8b4094a
refs/heads/master
2021-05-30T04:24:15.442292
2015-08-21T18:35:58
2015-08-21T18:35:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,653
cpp
#include <string.h> #include <stdlib.h> #include <assert.h> #include "System.h" #include "Scene.h" #include "Data/OtterData.h" #include "Graphics/Graphics.h" #include "Memory/Memory.h" #include "Common/Log.h" namespace Otter { /* Constructor. Allocates an internal buffer from default allocators of size 'memorySiz...
[ "grafalgar@gmail.com" ]
grafalgar@gmail.com
3af003b8d000d0f5db2d296783cc3635fc189ae1
e3c27edbd2f0a8e733cee84b90a906c0a6d7c176
/mpi/time.cpp
00f171c540eb8a47e2e062f015225edd99ac1be7
[]
no_license
dmitryhd/dmitryhd_code
c32223da5506156a068bbb0f20ad4cd06fdf2166
5173f6f74d4fa1c9c5fba9ffc4fc9134c56f4b0c
refs/heads/master
2021-01-17T11:56:50.221745
2011-04-26T18:31:58
2011-04-26T18:31:58
1,650,576
0
0
null
null
null
null
UTF-8
C++
false
false
1,356
cpp
/*Copyright 2011 Dmitry Khodakov coded: 2.03.11 */ #include <mpi.h> #include <stdlib.h> #include <stdint.h> // mark of every message #define TAG 0 void master(); void node(); int main(int argc, char *argv[]) { int myid = 0; MPI_Init(&argc, &argv); MPI_Comm_rank(MPI_COMM_WORLD, &myid); double tbegin, tend...
[ "dmitryhd@google.com" ]
dmitryhd@google.com
cde2be3feffb26f18512cf0e5d04133b36252a3e
3189f9fc40192435a2f4edd258a0ea169ba62428
/CSES/Introductory Problems/palindromeReorder.cpp
d5d4c9a4605e3caba2cccd44188997725b67971d
[]
no_license
lifchrs/CP
ee5820be5654784162145633ab58937056494264
7223731ae368f365afaec175c75540e7454165ec
refs/heads/master
2023-03-03T23:22:47.801445
2021-02-19T05:13:49
2021-02-19T05:13:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,086
cpp
#include <bits/stdc++.h> using namespace std; #define mp make_pair #define se second #define pb push_back #define pf push_front #define ll long long #define F0R(i,a) for(int i=0;i<a;i++) #define FOR(i,a,b) for(int i=a;i<b;i++) ll binpow(ll a,ll b){ ll res=1; while(b>0){ if(b & 1) res*=a; a*=a; b>>=1; } ret...
[ "polavaramadhitya@gmail.com" ]
polavaramadhitya@gmail.com
b760068219e09d000ae682df11fe4f9793b91645
794ec36417d1f5fe9f8a8dfefee17169ba346447
/UVA/156/10094942_AC_0ms_0kB.cpp
60a8a42be89654e8e2a514e95147ca779ca58460
[]
no_license
riba2534/My_ACM_Code
1d2f7dacb50f7e9ed719484419b3a7a41ba407cf
fa914ca98ad0794073bc1ccac8ab7dca4fe13f25
refs/heads/master
2020-03-24T01:19:19.889558
2019-03-11T03:01:09
2019-03-11T03:01:09
142,331,120
3
0
null
null
null
null
UTF-8
C++
false
false
1,101
cpp
#include <cstdio> #include <cstring> #include <cctype> #include <string> #include <set> #include <iostream> #include <stack> #include <map> #include <cmath> #include <queue> #include <vector> #include <algorithm> #define mem(a,b) memset(a,b,sizeof(a)) #define inf 0x3f3f3f3f #define N 10000+20 #define ll long long using...
[ "riba2534@qq.com" ]
riba2534@qq.com
c03d0632fdd245e28d301ba82e7d9f9a9acc3894
8a7efe320d8f0389b9d1c8d471fce6888680451d
/src/main.cpp
8d7b4c266895987dde751c34c0c19da6624c9dff
[]
no_license
qwertyuiopasdfghjklqwertyuiop/CS2C.05.nonstd-Multiset.remove
aa077229c83a95b57cb38df39f9a21bf4c26989f
a44b242c09a55da7a7c7adce75c45951d87b044c
refs/heads/master
2021-08-08T08:59:32.296195
2017-11-10T01:24:48
2017-11-10T01:24:48
108,688,410
0
0
null
null
null
null
UTF-8
C++
false
false
1,036
cpp
#include <iostream> #include <cmath> #include "./multiset.h" using nonstd::MultiSet; int main(const int argc, char ** argv){ if(argc != 3) { std::cerr << "./main BIGGEST_NUMBER NUM_INSERTIONS" << std::endl; exit(1); } srand(time(NULL)); MultiSet<int> test; const int BIGGEST_NUMBER = std...
[ "bobthefrank24685@gmail.com" ]
bobthefrank24685@gmail.com
2b8253c21380f250d036538f69a902053cac8820
85f1cd01c68731a30bff2b99a9e21e5d3a81fb70
/data-structure/17.Dahua/all.cpp
09f00733266d17cff5cf48a40c92fe3c36fa2fec
[]
no_license
ddayzzz/algorithm-and-basic-apps
f146ee9a31a61d92c963d6a14d17c59f3de67740
7ea0cedd32df0b8d207e85696e30105e87b003c8
refs/heads/master
2020-04-01T06:24:17.842635
2019-10-09T15:11:51
2019-10-09T15:11:51
152,945,967
0
0
null
null
null
null
UTF-8
C++
false
false
3,379
cpp
// 大话数据结构1.cpp : 定义控制台应用程序的入口点。 // #include "../stdafx.h" #include "../00.Dahua_Datastructures_Common/StaticList.h" #include "../00.Dahua_Datastructures_Common/DoubleList.h" #include "../00.Dahua_Datastructures_Common/SharedStack.h" #include "../00.Dahua_Datastructures_Common/LinkStack.h" #include "../00.Dahua_Datastr...
[ "wangshu214@live.cn" ]
wangshu214@live.cn
1fb85ca53367ccb1960657ed9c3c456f92fd6517
6b660cb96baa003de9e18e332b048c0f1fa67ab9
/External/SDK/BP_LargeShip_StandardHull_functions.cpp
546c1dcbe8f8c7e5bbbaaddf4176a2051a7b7562
[]
no_license
zanzo420/zSoT-SDK
1edbff62b3e12695ecf3969537a6d2631a0ff36f
5e581eb0400061f6e5f93b3affd95001f62d4f7c
refs/heads/main
2022-07-30T03:35:51.225374
2021-07-07T01:07:20
2021-07-07T01:07:20
383,634,601
1
0
null
null
null
null
UTF-8
C++
false
false
1,272
cpp
// Name: SoT, Version: 2.2.0.2 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //----------------------------------------------------...
[ "Massimo.linker@gmail.com" ]
Massimo.linker@gmail.com
b368a7db1d4b45fd8b7c3699ad56dd60463db67c
3702e384050f90bb8ad39db7002ec5f6fabe4047
/curses/game_manager.h
824abe36fbc8ee8e41cb3faaa086a3cebcaa4e5a
[]
no_license
pviolette3/jamstacks
264872f292253206defb763af3d5b109cd008d73
94e2faed58d65ee4f5d1e86f8dd43200cd7d7b6c
refs/heads/master
2021-07-21T22:23:24.585472
2017-10-30T08:23:16
2017-10-30T08:23:16
94,112,596
0
0
null
null
null
null
UTF-8
C++
false
false
1,078
h
#pragma once #include <array> #include <memory> #include <vector> #include <string> #include <stdint.h> namespace jam { // Thread-safe game state class GameManager { public: GameManager() {} class Handler { GameManager *gameManager_; protected: Handler(GameManager &gameManager) noexcept : gameManager_(...
[ "terrelln@fb.com" ]
terrelln@fb.com
0044c75051c182a0ff04ba2b7440fd8ee70c5b9f
d9866786b5d6bf2d14aed66c3cfd511751dd1b57
/Sandbox/src/Snow/PointCloud.h
b45306dcef38058d956a4f811bff005ea8c9a081
[]
no_license
kodai100/HydronEngine
6474b710f249f47619b79ebc5c4c3240d025a198
1670c556e90b05e733fbc29ae5eaeb3ca30b3283
refs/heads/master
2023-04-21T07:45:36.947492
2021-05-07T07:49:26
2021-05-07T07:49:26
361,784,814
4
0
null
null
null
null
UTF-8
C++
false
false
3,168
h
#pragma once #include <vector> #include "SimConstants.h" #include "Particle.h" #include "Shape.h" #define AREA_EPSILON 1e-5 inline float random_number(float lo, float hi){ return lo + rand() / (float) (RAND_MAX/(hi-lo)); } class PointCloud { public: int size; float max_velocity; std::vector<Particle> particles;...
[ "kodai100@gmail.com" ]
kodai100@gmail.com
08302da214060ab38e5c8fef0385027d88b860a7
5ebd5cee801215bc3302fca26dbe534e6992c086
/blazetest/src/mathtest/dmatsmatmult/UDbDCa.cpp
f23c37af79ef8d8d1319500c3f51c35f5bc9ba66
[ "BSD-3-Clause" ]
permissive
mhochsteger/blaze
c66d8cf179deeab4f5bd692001cc917fe23e1811
fd397e60717c4870d942055496d5b484beac9f1a
refs/heads/master
2020-09-17T01:56:48.483627
2019-11-20T05:40:29
2019-11-20T05:41:35
223,951,030
0
0
null
null
null
null
UTF-8
C++
false
false
4,536
cpp
//================================================================================================= /*! // \file src/mathtest/dmatsmatmult/UDbDCa.cpp // \brief Source file for the UDbDCa dense matrix/sparse matrix multiplication math test // // Copyright (C) 2012-2019 Klaus Iglberger - All Rights Reserved // // Thi...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
95295edc81d654e997b8657ee8116f5c73ff7c50
b6de8ad7f01c9d973fe7eabc4dde57ff4d4d6160
/C++ programming/1-1 C++ basics/computer password.cpp
28a3c9b86a3f7cc5ba62606fb04daec36dbea27c
[]
no_license
seungminlll3420/C-PP
d33c6f969854e1affed57d91a260de628db62cb8
e459289d185bbb2350d1326806ede7f53a8037e0
refs/heads/master
2020-07-17T09:43:35.637688
2019-11-26T19:36:03
2019-11-26T19:36:03
205,996,375
0
0
null
null
null
null
UTF-8
C++
false
false
345
cpp
#include <iostream> #include <cstring> using namespace std; int main() { char password[11]; cout << "Please enter your computer password." << endl; while (true) { cout << "password>>"; cin >> password; if (strcmp(password, "c++") == 0) { cout << "Exit the program."; break; } else cout << "The pa...
[ "seungminlll3420@gmail.com" ]
seungminlll3420@gmail.com
f05bf76ad5175f3dd1c832730e02d8a584a6c153
182d0c8add424d2e273d56e50fe871bcf654f020
/core/src/storage/s3/S3IOWriter.h
0464f1ecd5de6fe7e152b6e53b8af04a8b7c8ab4
[ "BSD-3-Clause", "Zlib", "LicenseRef-scancode-unknown-license-reference", "JSON", "LGPL-2.1-only", "Apache-2.0", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
jielinxu/milvus
233c70573e83dfc82f526a0c9b77ce0a086fb10d
fc8e11666f08cd421ba040c7861eac598273d1b9
refs/heads/master
2020-12-14T21:41:11.957507
2020-01-19T09:58:34
2020-01-19T09:58:34
226,777,480
0
1
Apache-2.0
2019-12-09T03:33:48
2019-12-09T03:33:47
null
UTF-8
C++
false
false
1,195
h
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
[ "hai.jin@zilliz.com" ]
hai.jin@zilliz.com
9457246fe4296b4dc3303a25ee40b4865e686767
27162a7b844853ae69a095116e375511e8cfc6e7
/source/circle.hpp
2001701c18f8305e7eb331642d8e3702c6eeceaf
[ "MIT" ]
permissive
Fabi3nn3/programmiersprachen-aufgabenblatt-3
7c7cd4172bffe2778112de0deebb7ce27b6471c2
ac822ed6944c57d94baabbe0b2f4820c2a80fcba
refs/heads/master
2021-01-01T05:16:20.133630
2016-05-19T12:45:26
2016-05-19T12:45:26
58,547,805
0
0
null
null
null
null
UTF-8
C++
false
false
351
hpp
#ifndef CIRCLE_HPP #define CIRCLE_HPP class Circle{ public: Circle(); //const& ! Circle(float rad); void setradius(float r); //Set Radius float getradius(); // Get Radius bool operator< (Circle const& b); bool operator> (Circle const& b); bool operator== (Circle const& b); private: f...
[ "fabienne.hubricht@uni-weimar.de" ]
fabienne.hubricht@uni-weimar.de
93a12c94a100d8b0a902e873554e299fc4ed7dcc
9e5d1e9414833472f43f3616e1c140f6ed5b6ee9
/NCKU_CP/Class_contest_6/64.cpp
1bafcacb1d22c27b18976857dc134937ef36d07a
[]
no_license
junewaves/contests
a93dc3b3c1a167005fe12bb0ee6f330ac572f1c4
387860b65bdd3c1559f93c5f2d01c69ee364506e
refs/heads/master
2023-02-27T07:45:11.339127
2021-02-08T18:05:01
2021-02-08T18:05:01
254,631,323
0
0
null
null
null
null
UTF-8
C++
false
false
480
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; const ll a1 = 1919434LL; // * 10000000 const ll a2 = 2495775LL; // 1.1 ^ 31 const int m1 = 1e7; const int m2 = 2e5; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; cin >> n; while (n--) { ll b, c, d; c...
[ "a0929551932@gmail.com" ]
a0929551932@gmail.com
94636954d18f8498c97218f737439b9c7f53bbdb
50f2a23b6164e4161d06547d897b979608f9b6d1
/SDK/FG_Widget_BuildMenu_InfoBox_classes.hpp
94a85ac9ef208722d886796295b3890b39a121da
[]
no_license
satisfactorymodding/SatisfactorySDK
35433a3bd19f34c7dfd0a4cf141a310be4b9d382
e9a2332e0f76b92c99d4072638c1560b8137e821
refs/heads/master
2020-05-24T11:21:41.715919
2019-10-10T07:48:30
2019-10-10T07:48:30
187,234,176
8
3
null
null
null
null
UTF-8
C++
false
false
5,549
hpp
#pragma once // Satisfactory SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "FG_Widget_BuildMenu_InfoBox_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- /...
[ "kronosdev45@gmail.com" ]
kronosdev45@gmail.com
f9709384ff71ed3a7cf59ec1a332ff1ad4439156
28d68af73c56375314efd07eaf6a1a9241a51ce3
/aws-cpp-sdk-core/source/utils/windows/FileSystemUtils.cpp
469bac3a2d1313184a389a5d15722baef9a49722
[ "JSON", "MIT", "Apache-2.0" ]
permissive
zeliard/aws-sdk-cpp
93b560791fa359be25b201e9a6513bc3cb415046
14119f1f5bc159ce00a1332f86e117362afd3cb6
refs/heads/master
2021-01-16T22:49:18.731977
2016-01-04T01:54:38
2016-01-04T01:54:38
41,892,393
0
1
null
2015-09-04T01:35:43
2015-09-04T01:35:43
null
UTF-8
C++
false
false
3,669
cpp
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in ...
[ "henso@amazon.com" ]
henso@amazon.com
9e740ee77750e1c3e6f4fe54e9c3f4df196bd8a1
72f6f0bbe19e07e684abfe953bfc36aeb5d2b692
/iterator/iterator/iterator.cpp
f23db4fb49560b312516ceef7acb1ff3367161f5
[]
no_license
AlexID-0987/Testgit
ec7ab62f0a776b63c95c19cfccc22c25aaa57b29
f707acc6e854a66f15bc0ba3068440c1971f298f
refs/heads/master
2023-08-22T15:28:37.841162
2021-09-19T18:06:40
2021-09-19T18:06:40
305,180,932
0
0
null
null
null
null
UTF-8
C++
false
false
746
cpp
// iterator.cpp : Этот файл содержит функцию "main". Здесь начинается и заканчивается выполнение программы. // #include <iostream> #include<string> #include<vector> int main() { std::vector<std::string>myVector = { "Resminov Alex ID76859430 Deli", "Revtov Stasha ID5465464 Parish", "Sidorov Fedul ID870689 Berlin",...
[ "a1980dominov@gmail.com" ]
a1980dominov@gmail.com
28ce4190f6a8a2cc9d781c31986e2a026064ea7a
1a7e9320129984b8ee59912fa4c7782e6429e56a
/main.cpp
e31443d460a3b5215078ee450616ee052f5dcc47
[]
no_license
go2sea/DesignPattern
de64843c6086e90fc9b783d874a90feca16fe300
0c3a5e6b965a579613246bb117f0bd746070c21f
refs/heads/master
2021-01-10T10:50:10.388053
2016-01-04T14:38:47
2016-01-04T14:38:47
49,001,993
0
0
null
null
null
null
GB18030
C++
false
false
5,712
cpp
#pragma once #include <iostream> #include "Factory.h" #include "AbstractFactory.h" #include "Prototype.h" #include "Builder.h" #include "Singleton.h" #include "Adapter.h" #include "Bridge.h" #include "Decorator.h" #include "Proxy.h" #include "TemplateMethod.h" #include "Composite.h" #include "ChainOfResponsibility.h" #...
[ "412183136@qq.com" ]
412183136@qq.com
c06147494d08b12c9f07c9beb3b58267ea91ec99
6e25ca122e98dc53738cc150556cfa4e4833ba4b
/src/cxx.cc
da05ee2f79f2d4f6d55511c8c7bf5818a5f78f52
[ "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
BLQ5/cxx
4c8832a0202dd8bc1e2c0e42431b03ca48ab7686
041c9040ba4f678e87622ea59515e16f35eeb1e5
refs/heads/master
2022-12-04T00:22:22.154442
2020-08-26T05:16:15
2020-08-26T05:16:15
290,582,317
1
0
NOASSERTION
2020-08-26T19:07:26
2020-08-26T19:07:25
null
UTF-8
C++
false
false
11,729
cc
#include "../include/cxx.h" #include <cstring> #include <exception> #include <iostream> #include <memory> #include <stdexcept> #include <vector> template <typename Exception> static void panic [[noreturn]] (const char *msg) { #if defined(RUST_CXX_NO_EXCEPTIONS) std::cerr << "Error: " << msg << ". Aborting." << std::...
[ "dtolnay@gmail.com" ]
dtolnay@gmail.com
8ee5f6dc3b03fa2bdf7cc0b56ee05d0da23b406f
e1efe8a7dbf1544565cc1702ea0230537d1be62f
/programmes codeforces/Bulbs.cpp
ede669718d122c1637688ff477e1f2ae97912dd0
[]
no_license
Sourav9063/Cpp-All-codes
d99061666b2d40961e458c95d7e436388a351eec
06369df7b5f7b9a4b091a49a74722ea41761914d
refs/heads/master
2023-03-08T09:25:18.843800
2023-02-06T15:19:29
2023-02-06T15:19:29
243,684,953
2
0
null
null
null
null
UTF-8
C++
false
false
1,642
cpp
// Name: https://codeforces.com/problemset/problem/615/A #include <bits/stdc++.h> using namespace std; #define ll long long int //lld #define ull unsigned long long int //llu #define pt cout << "*" \ << "\n"; #define nl cout << "\n"; #define deb(x) cout << #x << "=" << x...
[ "53114581+Sourav9063@users.noreply.github.com" ]
53114581+Sourav9063@users.noreply.github.com
e9bce2b539abdc73fe43caa6146760776568e437
46f1a4060d00334f3a655b340e4afb211d413686
/Triangle.cc
609165151fb9bb850c3c44932233df1cafe965f0
[]
no_license
BrianPopeck/render
da477c69de925c17c9f48aa1af8542dcb507e83b
c5929f48e7bcd7c48221c01d32158f4fa0d1d194
refs/heads/master
2022-08-15T21:35:20.202750
2020-05-19T01:51:55
2020-05-19T01:51:55
261,857,168
0
0
null
null
null
null
UTF-8
C++
false
false
201
cc
#include "Triangle.h" Triangle::Triangle(const Vector3& p0, const Vector3& p1, const Vector3& p2): vertices{p0, p1, p2} {} const Vector3& Triangle::getVertex(int i) const { return vertices[i]; }
[ "bpopeck4@gmail.com" ]
bpopeck4@gmail.com
f13a38988343ee62c7314886d719fc618586f69c
3c65f0944a3045486fca92a190eb7839d9e2684f
/read_write.cpp
eeb46fae463dcf3eb4b15646f0be3c87941e0636
[]
no_license
AlexeyMakurin/twist-feronematic
1fdd00c7e645716cc903c37a64a003940f085056
febc43bda31ea3220e2a00e1df38ce9a12082801
refs/heads/twist-ferronematic_nmsm
2023-05-21T21:38:23.604790
2021-06-09T07:56:46
2021-06-09T07:56:46
372,394,155
0
0
null
2021-06-09T07:59:01
2021-05-31T05:39:06
C++
UTF-8
C++
false
false
1,480
cpp
#include "read_write.h" void write(const TwistFerronematic& twist_feronematic) { std::filesystem::create_directory("results"); std::filesystem::path dir("results"); std::filesystem::path file_name(twist_feronematic.Name() + ".csv"); std::filesystem::path path_to_file = dir / file_name; std::ofstream file; fil...
[ "makurin-1997@mail.ru" ]
makurin-1997@mail.ru
e1785beb6d86bf9e86cb5f71b366cbabb25e8984
41b4adb10cc86338d85db6636900168f55e7ff18
/aws-cpp-sdk-support/include/aws/support/model/AttachmentDetails.h
32f12256d88f7cd9b7f10064ef37cf553c8bfb61
[ "JSON", "MIT", "Apache-2.0" ]
permissive
totalkyos/AWS
1c9ac30206ef6cf8ca38d2c3d1496fa9c15e5e80
7cb444814e938f3df59530ea4ebe8e19b9418793
refs/heads/master
2021-01-20T20:42:09.978428
2016-07-16T00:03:49
2016-07-16T00:03:49
63,465,708
1
1
null
null
null
null
UTF-8
C++
false
false
3,802
h
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
[ "henso@amazon.com" ]
henso@amazon.com
1193a4747bf8829379bbbfc4bca770f64af86f8b
c7ad1dd84604e275ebfc5a7e354b23ceb598fca5
/src/app/cn3d/conservation_colorer.hpp
6149c3bd62f5c91df021f0949a6d9dc140cf9481
[]
no_license
svn2github/ncbi_tk
fc8cfcb75dfd79840e420162a8ae867826a3d922
c9580988f9e5f7c770316163adbec8b7a40f89ca
refs/heads/master
2023-09-03T12:30:52.531638
2017-05-15T14:17:27
2017-05-15T14:17:27
60,197,012
1
1
null
null
null
null
UTF-8
C++
false
false
5,408
hpp
/* $Id$ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work" under the * terms of the United States Copyright Act....
[ "thiessen@112efe8e-fc92-43c6-89b6-d25c299ce97b" ]
thiessen@112efe8e-fc92-43c6-89b6-d25c299ce97b
30ddcafdb280533c0f6a08d74f7818e3e06c5adf
07ec50b64e3a2d7570a0fe964ce6fdf7216fb70d
/modular_a_star/modular_a_star.h
173a2e9c808c664cf82b8816cd776ced9b9952f4
[]
no_license
Forrest-Z/modular-A-star
8cef7e09f9a97abefdfbf6a4889cff381509647d
f5a357cc98dab926939d92eac9c743c7470fe29a
refs/heads/master
2020-04-14T23:11:27.119446
2018-11-20T23:18:10
2018-11-20T23:18:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,286
h
#ifndef MODULAR_A_STAR_H #define MODULAR_A_STAR_H #include <iostream> #include <vector> #include "map.h" /** Path Planner namespace */ namespace pp { /** A Star algorithm - Path planner solver */ template<typename stateT, int nbStates> class A_Star { public: /** A* Contrustor takes as input a reference to a ...
[ "granie.guillaume@gmail.com" ]
granie.guillaume@gmail.com
cba720a81a1423e7eb3bc6ec4ddd98f7feb77b48
50c3e66d5a505f0a5ff5c25bb87c83c2d2171283
/test/test_output.cpp
a99d0ba99545a082b6b2dc2a13c4ffd4f656ea2f
[ "MIT" ]
permissive
firefly1250/nano-cereal
6b0813ffcfe026d5adfdb8f6ad3ce8f98351b739
e8421d6759385f7c70fa1d02fffe73e7c13ba6fd
refs/heads/main
2023-06-03T11:40:36.200087
2021-06-19T08:47:19
2021-06-19T08:47:19
378,214,829
0
0
null
null
null
null
UTF-8
C++
false
false
1,067
cpp
#include <nano-cereal/binary.hpp> #include <cereal/archives/binary.hpp> #include <iostream> struct MyRecord { uint8_t x; int y[5]; enum E { a, b, c, d, e, f } z; template <class Archive> void serialize(Archive &ar) { ar(x, y, z); } bool operator==(const MyRecord &m) { if (x != m.x) return false...
[ "ynhrt1250@gmail.com" ]
ynhrt1250@gmail.com
23b97277f3a966c6296ed7154b6a4689fa265f51
14a8e2b7c1c7e89dde8e1b840be5bcf8672599cc
/HandDetector_Native/HDStreamSink.cpp
e4e0075e8ee388b7fa30e631dd36f7bca2ef2da2
[]
no_license
MickaelSERENO/HoloLens_HandDetector
bf2acc6c4490c76722104c94e1637646009e038e
d1d72b89909f3d819f928576023f99233d05a160
refs/heads/master
2020-05-29T16:51:37.129979
2020-02-14T15:39:11
2020-02-14T15:39:11
189,260,453
0
0
null
null
null
null
UTF-8
C++
false
false
21,326
cpp
#include "HDStreamSink.h" #include <string> #include "ICameraIntrinsics.h" #include "utils.h" namespace Sereno { // Class-static matrix of operations vs states. // If an entry is TRUE, the operation is valid from that state. BOOL HDStreamSink::validStateMatrix[State_Count][Op_Count] = { // States: Operations:...
[ "serenomickael@gmail.com" ]
serenomickael@gmail.com
58519b599c35bcc7f370067fc786ed3605873681
d39d88fd160cf213b0f4c833c5c7565fdaa0abd1
/1 yellow belt/week 3/BusStopDecomposition2/original_solution/responses.h
7b8d4cce89cb91af17969786073ea32c60c081ae
[]
no_license
DwarKapex/Cpp-Specialisation-Coursera-Yandex-MIPT
4b78691a4b64d8eb20ef64eaae3226f301283a6a
9a1a694640dbe994c3afda0fbd589ac1039b5d37
refs/heads/master
2022-05-19T18:01:48.352717
2022-03-08T06:15:48
2022-03-08T06:15:48
199,929,864
1
2
null
null
null
null
UTF-8
C++
false
false
544
h
#pragma once #include <iostream> #include <map> #include <string> #include <vector> using namespace std; struct BusesForStopResponse { vector<string> buses; }; ostream& operator << (ostream& os, const BusesForStopResponse& r); struct StopsForBusResponse { string bus; vector<pair<string, vector<string>>> sto...
[ "vkozlov@magicleap.com" ]
vkozlov@magicleap.com
5a20bc9224a280debbeaa2030896ee73792a4aa6
1bbfeca83bac53d22b1110ca7f6c9a28bc46c22e
/ru-olymp-train-winter-2009/Submits/081227/10_25_51_02_A_0627.cpp
0c3081d5c9cbf246aa92618aa6952c0d30d0ba06
[]
no_license
stden/olymp
a633c1dfb1dd8d184a123d6da89f46163d5fad93
d85a4bb0b88797ec878b64db86ad8ec8854a63cd
refs/heads/master
2016-09-06T06:30:56.466755
2013-07-13T08:48:16
2013-07-13T08:48:16
5,158,472
1
0
null
null
null
null
UTF-8
C++
false
false
2,388
cpp
#include <cstdio> #include <cstdlib> #include <memory.h> #include <algorithm> #include <vector> #include <list> #include <string> using namespace std; #define TASKNAME "help" void answer(bool result) { printf(result ? "YES\n" : "NO\n"); exit(0); } int getcount(string str, string substr) { int res = 0; for (...
[ "super.denis@gmail.com" ]
super.denis@gmail.com
898acf96ad6963127045b76e5008e8bbc2913077
62e744795a2d8e1e3587cdef33ee176d7e564b7b
/Seagull-Core/src/Renderer/RenderCommand.cpp
7ee28969f44040d0cae6a347bfb2b1dddf6515f0
[ "MIT" ]
permissive
Catddly/Seagull-Engine-Discarded
49bde4b8d3d16d6d519c2372176eb97b7c0a9931
fb51b66812eca6b70ed0e35ecba091e9874b5bea
refs/heads/main
2023-06-16T15:10:49.754971
2020-11-15T11:26:26
2020-11-15T11:26:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
188
cpp
#include "sgpch.h" #include "RenderCommand.h" #include "Platform/DirectX/DirectX12RendererAPI.h" namespace SG { RendererAPI* RenderCommand::s_RendererAPI = new DirectX12RendererAPI(); }
[ "illmewds@gmail.com" ]
illmewds@gmail.com
e5f68fc5739139bd17107764b8865f094d98050a
94907d58c786a835b8ea51eaf5f5f922dd0f2cbc
/Form1.h
641202597e693d76e4eaaecff27a1734ab9a4dbf
[]
no_license
jdsepulveda136/Projeto-Alfa
dd89cd656620837d01d686fe6af0eaefd30fa70e
8bc82bbfc53700b6eeb5135aec1f9708d805bdc3
refs/heads/master
2022-12-04T00:39:16.032258
2019-06-19T14:26:24
2019-06-19T14:26:24
190,013,995
0
0
null
null
null
null
ISO-8859-1
C++
false
false
45,300
h
#pragma once namespace ProjCLR { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; using namespace System::IO; /// <summary> /// Summary for Form1 /// </...
[ "jdsepulveda136@gmail.com" ]
jdsepulveda136@gmail.com
82e74661401d038e50284361fba37fd22b44ddc3
142ddd4c42dc7ff65fd9b531cfd0adbfe2a1dd34
/export/servers/physics/joints/cone_twist_joint_sw.h
cb97d921221e0e43346c7dc6b54dccb8a99ff872
[ "LicenseRef-scancode-free-unknown", "MIT", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "CC0-1.0", "OFL-1.1", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "FTL", "BSD-3-Clause", "Bitstream-Vera", "MPL-2.0", "Zlib", "CC-BY-4.0" ]
permissive
GhostWalker562/godot-admob-iOS-precompiled
3fa99080f224d1b4c2dacac31e3786cebc034e2d
18668d2fd7ea4bc5a7e84ddba36481fb20ee4095
refs/heads/master
2023-04-03T23:31:36.023618
2021-07-29T04:46:45
2021-07-29T04:46:45
195,341,087
24
2
MIT
2023-03-06T07:20:25
2019-07-05T04:55:50
C++
UTF-8
C++
false
false
5,287
h
/*************************************************************************/ /* cone_twist_joint_sw.h */ /*************************************************************************/ /* This file is part of: */ /* ...
[ "pvu2002@outlook.com" ]
pvu2002@outlook.com
22aef41ae568ac9770b4afc5fdc2de085b87fcf0
75a9a84935c5cf75b17e93827f2f9a5d5f4d5777
/mistakes/Array.cpp
967bb1a18f17a01583ef129ec23b0db58625b36e
[]
no_license
weetee/something
8bfdf64839f86f03aaae1f82811596ede52f2885
2674b7b9f0a77815f4592b3b445a4332ffb0e2e9
refs/heads/master
2020-08-30T10:15:03.411361
2018-07-31T00:01:41
2018-07-31T00:01:41
94,389,644
0
0
null
null
null
null
UTF-8
C++
false
false
739
cpp
#include <iostream> using namespace std; int main() { cout << "------------" << endl; int arr[3][2] = {{0,1}, {2,3}, {4,5}}; int *p = arr[0]; cout << p[0] << endl; //0 cout << "------------" << endl; int b = 2, c = 7, d = 5; int a; a = ++b, c--, d+3; cout << a << endl; //3 ...
[ "weitaoee@gmail.com" ]
weitaoee@gmail.com
a9e99e48a679cf063991c8c271a9955381049906
f5c30d45080b330f3eacbb703cec8c196697b207
/src/CCryptingDlg.cpp
f0ce92e9ce14c27bec8b96b3ea015ede42ea8ec0
[]
no_license
qr96/HelloCrypt
75c34b0442cb5e958abae2ef34d70eba676c7e9e
51a13964e28bd9a4ddf2a1c3725c9e6faf5d9aac
refs/heads/master
2022-12-11T11:55:45.446697
2020-09-01T11:32:29
2020-09-01T11:32:29
291,943,477
0
0
null
null
null
null
UTF-8
C++
false
false
1,141
cpp
// CCryptingDlg.cpp: 구현 파일 // #include "pch.h" #include "HelloCrypt.h" #include "CryptingDlg.h" #include "afxdialogex.h" // CCryptingDlg 대화 상자 IMPLEMENT_DYNAMIC(CCryptingDlg, CDialogEx) CCryptingDlg::CCryptingDlg(CWnd* pParent /*=nullptr*/) : CDialogEx(IDD_CRYPTING_DIALOG, pParent) , crypt_password1(_T("")) , ...
[ "qr96@naver.com" ]
qr96@naver.com
a23019c5e491d371b0cd71202736ba03bc8f8ece
5f0faeb7bbbe6372631b97928b3f6658c17b5de3
/P5_Extended_Kalman_Filters/src/kalman_filter.h
c246bb1bb378e05d8dad6a6d617bd95271723f4d
[ "MIT" ]
permissive
ShaliniShivakumar/Self-Driving-Car-Nanodegree
f800a476534c96a879d7f64d5172ee8bc1a1b0c1
b805e0568d2729578099c40209c2a8a3aa3194c3
refs/heads/main
2023-04-10T00:25:46.295999
2021-03-27T13:04:30
2021-03-27T13:04:30
351,864,932
0
0
null
null
null
null
UTF-8
C++
false
false
1,493
h
#ifndef KALMAN_FILTER_H_ #define KALMAN_FILTER_H_ #include "Eigen/Dense" #include <iostream> class KalmanFilter { public: /** * Constructor */ KalmanFilter(); /** * Destructor */ virtual ~KalmanFilter(); /** * Init Initializes Kalman filter * @param x_in Initial state * @param P_in I...
[ "shalini.shivakumar17@gmail.com" ]
shalini.shivakumar17@gmail.com
f8c11ad2dbd834fbc5b7da9ebb35e06af204bbb0
a46f0d8693fb1979b475e68c782030fd0bcb18e7
/Ch4_18_SpeedOfSound/Ch4_18_SpeedOfSound/SpeedOfSound.cpp
a38de07dda5d6b2aeaf807df54b607953a998ea1
[]
no_license
jgramelb/c-plus-plus
8c56c904ecde231d83c55ed579b88d429bd53d07
71d9efb2d1256ee08130737204b39312d1421b4a
refs/heads/master
2020-04-08T14:08:18.113375
2018-12-21T01:11:07
2018-12-21T01:11:07
159,423,571
2
0
null
null
null
null
UTF-8
C++
false
false
2,961
cpp
/****************************************************** **Name: Jeannie Ramelb **Date: December 20, 2018 **Description: Chapter 4 Problem 18. Speed of Sound ******************************************************/ #include <iostream> using std::cin; using std::cout; using std::endl; void displayMenu(); int ge...
[ "jeannie.ramelb@gmail.com" ]
jeannie.ramelb@gmail.com
925572a98bf37e4ff1ab6094b6849069b06bed99
560fc2ce85280b08a018a5f6f6eba93e9161f8fb
/source/helpers/dirty.hpp
93115d9be7703ee7d985ef8d34628fadcc0dd87f
[]
no_license
segrax/firy
c62411611351c3820439abcc093a6b3bd3934b9a
aceb0a6ad7536734d6e48f3edeeefb5e3305ec56
refs/heads/master
2023-02-11T13:53:21.667990
2021-01-17T01:33:59
2021-01-17T01:33:59
312,756,321
0
0
null
null
null
null
UTF-8
C++
false
false
1,144
hpp
/* * FIRY * --------------- * * Copyright (C) 2019-2021 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later versio...
[ "robcrossfield@gmail.com" ]
robcrossfield@gmail.com
a44c3e41b2559f020bc788aebdd8bfa31a14cdc9
1470f1d211f52afd48d25dfb1eea177a69461b3c
/LeetCode-HARD/Leetcode057/Main.cpp
5fc55a611a5581bb815b83b99197d1e449616dfe
[]
no_license
Mazziruso/LeetCode-Solution
31c1a923af64f38c851e53688136db2df2264c18
ea22c9f013381eb6c817182495828e459399fcad
refs/heads/master
2020-04-03T01:16:20.089306
2019-04-16T16:24:14
2019-04-16T16:24:14
154,925,727
0
0
null
null
null
null
UTF-8
C++
false
false
2,855
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; struct Interval { int start; int end; Interval() : start(0), end(0) {} Interval(int s, int e) : start(s), end(e) {} }; class Solution { public: vector<Interval> intervals; int binarySearch(int l, int r, int k) { ...
[ "33518504+Mazziruso@users.noreply.github.com" ]
33518504+Mazziruso@users.noreply.github.com
8067ef50ebb7a77e10fed2e23e528025153efef8
29e2f465fcd00023849f8a99f25c038eb1b488a1
/source/util/ck_util.cpp
7eb05ea4087c2c941e729c00ced7a8c524bb59f5
[]
no_license
Kiti-Nomad/catcake
e8fdaef9cab9d048e09d214105f71c08830f7644
7e5ed2bfd47d3e500860f9c3dab3d231198e244a
refs/heads/master
2022-02-05T01:17:23.438907
2018-07-03T10:37:43
2018-07-03T10:37:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,492
cpp
/* Copyright (c) 2007-2010 Takashi Kitao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
[ "root@berry-love.tk" ]
root@berry-love.tk
8b99460b41621dab359dbcb60e47ae2c33bd858e
3bc55e096d0a9fd5b70de6838d5c127bf45e3bf2
/double_dispatch1.cpp
4531bcae7b0c39845b17dfce15ed30a4e66cb510
[ "MIT" ]
permissive
mjaimin/design_patterns
90975441c6e2442bd4f5991904cd713b18953e84
0d5ebcbb0e8a71bf31f7ea3bf3f308837cf72b76
refs/heads/master
2022-04-01T16:04:11.735641
2020-01-06T02:10:45
2020-01-06T02:10:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,896
cpp
// Double dispatching via virtual functions #include <iostream> #include <memory> #include <string> class Cat; class Bird; class Dog; struct IAnimal { virtual std::string name() const = 0; virtual void play(const IAnimal&) const = 0; virtual void play(const Cat&) const = 0; virtual void play(const B...
[ "vsoftco@gmail.com" ]
vsoftco@gmail.com
6aa5b0d877d3a912639b4b15f8c1531542d05bc9
45bf55ec0e4fc8a6893ec2ff8f223b52c3c2708f
/Cascade/bl.cpp
018274c98ec684e1fe2fd1500c48a9183a0a129d
[]
no_license
qiaoranliqu/WorkSpace
e4fd72e81e475f771442b678cb0d858b8c108939
a62a357c26a665597170dc6cb13f6901664ebb95
refs/heads/master
2023-01-01T08:17:03.549045
2020-10-30T13:06:30
2020-10-30T13:06:30
294,959,563
0
0
null
null
null
null
UTF-8
C++
false
false
795
cpp
#include<cstdio> #include<algorithm> #include<cstring> #include<map> using namespace std; int ty,key,val; map<int,int>mp; int main() { freopen("data.in","r",stdin); freopen("bl.out","w",stdout); for (int i=0;i<500000;++i) { scanf("%d%d",&ty,&key); if (ty==0) { sc...
[ "857075272@qq.com" ]
857075272@qq.com
4c9203c8dbc3603cfecd04bfcba404489d925d40
c3869ba42919ce534216a7585931c0e0a8216955
/upp/uppsrc/Docking/Docking.h
9fb90dfc534461fcc96a531fefd0d9524cc621e6
[]
no_license
RanJi0128/Chromium-customization
018c977c26a270387a2d9b3c1855a0668691b477
89b3550d7fc6f1b61f5e6023c293b82c521c509d
refs/heads/master
2020-07-13T01:31:26.499121
2019-08-29T07:07:17
2019-08-29T07:07:17
204,954,330
2
1
null
null
null
null
UTF-8
C++
false
false
21,626
h
#ifndef _Docking_Docking_h_ #define _Docking_Docking_h_ #include <CtrlLib/CtrlLib.h> #include <TabBar/TabBar.h> namespace Upp { class DockWindow; #include "ToolWin.h" #include "DockableCtrl.h" #include "DockMenu.h" #include "DockTabBar.h" #include "DockCont.h" #include "DockPane.h" class DockWindow : public TopWin...
[ "you@example.com" ]
you@example.com
58d890572d1940a6787e4d7fe1353b06d219759e
bf013ac9608c7f11ec9ee1eb1197529422d02848
/huggle/exceptionwindow.hpp
81921b9e23dff63ab6d9c38183910cf39acb9785
[]
no_license
9shi/huggle3-qt-lx
e2064d04f378a0356df639c26723efdb79daf58b
07974ded3bddb16d982ee8376d4374a88bf704d9
refs/heads/master
2021-01-15T14:18:22.456129
2014-01-09T15:31:34
2014-01-09T15:32:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,178
hpp
//This program is free software: you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by //the Free Software Foundation, either version 3 of the License, or //(at your option) any later version. //This program is distributed in the hope that it will be useful, //but...
[ "benapetr@gmail.com" ]
benapetr@gmail.com
ce3b48135d568d3503558bebfc0694f523b72d87
b6607ecc11e389cc56ee4966293de9e2e0aca491
/codeforces.com/Contests/160 div 2/A/A.cpp
2a191ea1cc56e5f169afc2da77f930d67143566e
[]
no_license
BekzhanKassenov/olymp
ec31cefee36d2afe40eeead5c2c516f9bf92e66d
e3013095a4f88fb614abb8ac9ba532c5e955a32e
refs/heads/master
2022-09-21T10:07:10.232514
2021-11-01T16:40:24
2021-11-01T16:40:24
39,900,971
5
0
null
null
null
null
UTF-8
C++
false
false
1,087
cpp
/**************************************** ** Solution by Bekzhan Kassenov ** ****************************************/ #include <iostream> #include <cstdio> #include <fstream> #include <sstream> #include <string> #include <vector> #include <deque> #include <queue> #include <stack> #include <map> #include <set> ...
[ "bekzhan.kassenov@nu.edu.kz" ]
bekzhan.kassenov@nu.edu.kz
298c7c18d7706c162db908249255c10e56a1871e
b110c07c077672594db91a2827a97b189cd0f761
/reference/bfs.cpp
3ce6eaaa15e54507616aba32f715cec37a142953
[]
no_license
sandheepp/Shortest-cycle-in-a-graph
acc68ac23fce9298124af48f1a1df55455f5289d
7966b76890029ec460db8ee7a4a8e16d41d5c033
refs/heads/master
2022-12-03T15:06:54.599918
2020-08-26T17:03:45
2020-08-26T17:03:45
203,951,051
1
0
null
null
null
null
UTF-8
C++
false
false
2,853
cpp
/* BFS (G, s) //Where G is the graph and s is the source node let Q be queue. Q.enqueue( s ) //Inserting s in queue until all its neighbour vertices are marked. mark s as visited. while ( Q is not empty) //Removing that vertex from queue,whose neighbour will be vis...
[ "sandheep.p01gmail.com" ]
sandheep.p01gmail.com
f24c11d4a9bd5f7539a40f86af21a9dae5e6654e
934f7ba52f4856129effe9948d4de5573307c776
/Utils/Quantize Wrap.cpp
f3eef809fbcae9675509fed55c6e16c67fed1ace
[]
no_license
FluffyQuack/JA2-113
9663176a66610e7685e953aafe66b9fdfad0e474
a53fb01b69ec12296b6022613e978ba713b90c32
refs/heads/master
2023-05-05T08:05:41.594371
2021-05-18T15:17:25
2021-05-18T15:17:25
368,576,923
0
0
null
null
null
null
UTF-8
C++
false
false
2,022
cpp
#ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #include <windows.h> #include "types.h" #include "himage.h" #include "Quantize.h" #include "Quantize Wrap.h" #include "phys math.h" typedef struct { UINT8 r; UINT8 g; UINT8 b; } RGBValues; BOOLEAN QuantizeImage( UINT8 *pDest, UINT8 *pSrc, INT16 sWid...
[ "git@fluffyquack.com" ]
git@fluffyquack.com
6f3ad2842e57324c3364977274302b57eace6450
0805ca8bb3e2aa9027efc413677e2a74791146c0
/src/rpc/protocol.cpp
e85ab142d6e4540d182e420298255030ebb694c2
[ "MIT" ]
permissive
omn14/scicoin
f2403bb26b76029a4c7466d329e2c505772a32ce
8b48d9e800304781de7a777f4a93432357b0b133
refs/heads/master
2021-01-16T18:09:29.231945
2017-11-24T16:10:45
2017-11-24T16:10:45
100,041,187
0
0
null
null
null
null
UTF-8
C++
false
false
3,739
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpc/protocol.h" #include "random.h" #include "tinyformat.h" #include "util....
[ "sirole@gmail.com" ]
sirole@gmail.com
9b63ca09918d20b1c9366b3706b22d7881b90c17
1a749e90a8a70df85d027cba362dc517e901b8a0
/linear.cpp
867acadf1a00b5907b121cbf4765231cdf8432da
[]
no_license
kunalkumar37/c-programming
2cb11bd9b96ea86a1fa4dc5eff031e217d54661a
d3c02753cdea628774484da4fb331b4a4057078d
refs/heads/master
2023-07-13T05:01:46.989537
2021-08-20T10:51:28
2021-08-20T10:51:28
310,206,689
2
1
null
2021-08-20T10:51:29
2020-11-05T06:13:27
C++
UTF-8
C++
false
false
441
cpp
#include<iostream> #include<climits> using namespace std; int main() { int n; cin>>n; int arr[n]; for(int i=1;i<=n;i++) { cin>>arr[i]; } int maxno=INT_MIN; int minno=INT_MAX; for(int i=0;i<n;i++) { if(arr[i]>maxno) { maxno=arr[i]; } ...
[ "61112064+kunalkumar37@users.noreply.github.com" ]
61112064+kunalkumar37@users.noreply.github.com
f4dadd70b3f2e23d9c1798ec721f467493bdab58
f005b1511ca69533ee31649a2a921f0238aea784
/cxx/indexer/cxx/testdata/template/template_var_ps_completes.cc
ca6d858c57e3101f975774435318d37d89f88da0
[ "Apache-2.0" ]
permissive
gameduell/kythe
8bce30ab0dd7ad968754702357bc853ca247181a
be21e512a21d8e37604d6a9d373a963ad9cf4f6d
refs/heads/master
2016-09-05T23:21:04.111891
2015-07-24T14:10:32
2015-07-24T14:10:32
39,763,950
1
0
null
null
null
null
UTF-8
C++
false
false
270
cc
// Checks completion edges for variable template partial specializations. template <typename T, typename S> extern T z; //- @z defines VarZPsAbsDecl template <typename U> extern int z<int, U>; //- @z completes/uniquely VarZPsAbsDecl template <typename U> int z<int, U>;
[ "itar@dl-pir.office.gameduell.de" ]
itar@dl-pir.office.gameduell.de
697e62f43e1cf2d5cd7669e3e70d567f24f2db7a
85e7114ea63a080c1b9b0579e66c7a2d126cffec
/SDK/SoT_BP_Eye_Col_Brown_03_Desc_classes.hpp
30b47f4a0da02dcd6b4b53771aae062b0e26ce51
[]
no_license
EO-Zanzo/SeaOfThieves-Hack
97094307d943c2b8e2af071ba777a000cf1369c2
d8e2a77b1553154e1d911a3e0c4e68ff1c02ee51
refs/heads/master
2020-04-02T14:18:24.844616
2018-10-24T15:02:43
2018-10-24T15:02:43
154,519,316
0
2
null
null
null
null
UTF-8
C++
false
false
734
hpp
#pragma once // Sea of Thieves (1.2.6) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_BP_eye_col_brown_03_Desc_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //-------------------------------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
59b809e7464365b10fdbe79497ef8bc335ad16ed
1f013e822124dfe9b4611f1fe08675a23871566e
/home/TomaszGusciora/z1/LAN.cpp
65277a4f2570107579360ad0ff82ef6cdccd2605
[]
no_license
dtraczewski/zpk2014
a1d9a26d25ff174561e3b20c8660901178d827a5
548970bc5a9a02215687cb143d2f3f44307ff252
refs/heads/master
2021-01-21T06:06:32.044028
2015-09-06T12:17:07
2015-09-06T12:17:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
141
cpp
#include <iostream> using namespace std; int main(){ int nr,rok; cin >> nr >> rok; cout << ((nr % 10) * 2 + 5) * 50 + 1764 - rok << endl; }
[ "tgusciora@student.uw.edu.pl" ]
tgusciora@student.uw.edu.pl
0eb57ac7beca6040ff07bbc832e1cdfbbc0c2ac9
719f6aa6740f92d84091f30263901540b6daa864
/SummerNodeProject/Model/HashTable2016.hpp
d664c8c578a4099ffb1f63b6f80e2235740a6825
[]
no_license
tonidavis/SummerNodeProject
05e0cf49b57293284d39a717877ef7b274278cac
52d912d2b68cd1206f2760782899b73d26febfb9
refs/heads/master
2021-01-20T19:57:04.650936
2016-07-29T20:22:55
2016-07-29T20:22:55
64,252,126
0
0
null
null
null
null
UTF-8
C++
false
false
697
hpp
// // HashTable2016.hpp // SummerNodeProject // // Created by Henrichsen, Cody on 7/29/16. // Copyright © 2016 CTEC. All rights reserved. // #ifndef HashTable2016_hpp #define HashTable2016_hpp #include "HashNode.cpp" template <class Type> class HashTable { private: long capacity; long size; double ef...
[ "cody.henrichsen@740s-pl-114.local" ]
cody.henrichsen@740s-pl-114.local
acbe9f00e126d5788b6727a2a79b97e966a057cc
a265e6cb1bb132d551cf1bba068bf3357d81ce1c
/SimpleTrees/trees.h
10aa93882a035b0ab10c17b6cb40d1105ee824c6
[]
no_license
Can-ZHOU/CS2LL3
50eee24530251be98db3348ba1b24c6f19bedc0c
1c0d6d4ef6da3a02ac9c8473d4ac917403535b2d
refs/heads/master
2022-11-22T00:12:32.091726
2020-07-24T16:37:07
2020-07-24T16:37:07
257,650,144
0
0
null
null
null
null
UTF-8
C++
false
false
942
h
#include "rules.h" #include <fstream> using namespace std; #if !defined TREE_H #define TREE_H //! a node in a syntax tree class Tree { public: Category mother; //!< label of node in a tree vector<Tree *> dtrs; //!< the daughters of the node, each being a dynamically allocated Tree pointer Tree(void); ~Tree(...
[ "zhoucan1999@outlook.com" ]
zhoucan1999@outlook.com
939aec2ebbb2ee99895dbcc243c6c34be1eef793
fb6ecd662c1b7eb156df99d3b1dbaa3702e17244
/include/gals/input-fields/levelset.h
b3f973fdba5a601b829e316a75b9eb86c869d5c6
[ "BSD-3-Clause" ]
permissive
acrlakshman/gradient-augmented-levelset-cuda
440176d6f2906fc00cc55fae861a443867949995
63f4b7225940fabd5a3145a0faa97bdcfc9b4e6e
refs/heads/master
2020-04-21T05:48:58.879857
2019-07-29T15:22:26
2019-07-29T15:22:26
169,350,742
1
0
BSD-3-Clause
2019-08-18T19:04:29
2019-02-06T03:35:56
C++
UTF-8
C++
false
false
2,220
h
/////////////////////////////////////////////////////////////////////////////// // Copyright 2019 Lakshman Anumolu, Raunak Bardia. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // 1. Redistributions of source...
[ "acrlakshman@yahoo.co.in" ]
acrlakshman@yahoo.co.in
78e01f84b733ee0c20708ab3fa9e620181fa3e21
2c738fe6fef5ffcd24af68f35257ec9d6359710f
/src/signALib/SAVariantCaster.h
0132a4f626990992c147cf1227c6b583170558ff
[]
no_license
zxqdlenovo/sa
6fffb1e61ac698f9bce4698993fa7b8abc06fd99
ce22face1da284070dd44681f6b34b8eb867f781
refs/heads/master
2020-03-18T19:11:11.815652
2018-04-24T05:54:40
2018-04-24T05:54:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,074
h
#ifndef SAVARIANTCASTER_H #define SAVARIANTCASTER_H #include <QVariant> #include <QIODevice> #include "SALibGlobal.h" /// /// \brief 扩展QVariant的转换 /// class SALIB_EXPORT SAVariantCaster { public: SAVariantCaster(); static QString variantToString(const QVariant& var); static QVariant stringToVariant(const QS...
[ "czy.t@163.com" ]
czy.t@163.com
c602a022e747f23f7fbfc8b6e94fa59f9f89ee00
48c27471b8d5aa435ae7ff45f74ba88576a9b68a
/src/qt/guiutil.cpp
2e58d1499f121efba105f815b26e4d23db9fc549
[ "MIT" ]
permissive
eysho/BestKnownGame-Coins---Source
591798ee8c561212756032d5c945838f724c702b
32cfcbdd9ce45671fcab93133628982470c91cff
refs/heads/master
2021-01-10T19:31:47.795365
2014-09-05T18:42:40
2014-09-05T18:42:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,464
cpp
// Copyright (c) 2011-2014 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 <QApplication> #include "guiutil.h" #include "bitcoinaddressvalidator.h" #include "walletmodel.h" #include "bitcoin...
[ "eysho@bkg.me" ]
eysho@bkg.me
8c152f80717ccf4e8547ce7b32c2ac01b2e2e8cb
7970d87f6871c5562db95ea91439054dbea1e333
/GameObject.h
bd8427332613097f98b3d3844ca080a2f31edcd2
[]
no_license
rkqls00/D2D1
6493303ac0afcc25127786e09462f36638fe1aa3
0dbde18bfcca2b1590ae71b80a11adc014a25691
refs/heads/master
2022-11-26T11:39:23.835884
2020-08-02T12:27:11
2020-08-02T12:27:11
284,225,348
0
0
null
null
null
null
UHC
C++
false
false
901
h
#pragma once class CGameObject : public IGameObject //0504 { protected: D2D1_POINT_2F m_Pos; //위치 CSprite* m_Sprite; //이미지 D2D1_POINT_2F m_BPos; public: D2D1_POINT_2F m_Scale; //크기 D2D1_RECT_F m_rTiled; //사이즈 INT m_tag; CStringW m_Name; //이름 BOOL m_isLive; //죽음? 살음? INT ...
[ "53118916+gabin00@users.noreply.github.com" ]
53118916+gabin00@users.noreply.github.com
f4e409c6fdb6c39e1d4e157a97e3f27872afac90
3415cce948e5cc506280d9683bacd06a022acb39
/include/container.h
853adc5258c069da0237334d08dc7b6cadf35f95
[ "MIT" ]
permissive
Articula/RPG-Game-Engine
d7da9949c3379f19f8b7cebaa3fc1f4e51acd224
dd0ae407b813593a2f7936d3c53e892673d2cc50
refs/heads/master
2020-06-04T08:40:10.085327
2014-06-26T21:27:07
2014-06-26T21:27:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
594
h
/* * container.h * * Created on: Dec 8, 2013 * Author: faye */ #ifndef CONTAINER_H_ #define CONTAINER_H_ #include <list> #include <string> #include "drawable.h" class Container: public Drawable { public: Container(); virtual ~Container(); virtual std::list<Container*> GetChildren(); static...
[ "articula@hotmail.com" ]
articula@hotmail.com
004c14afa6a1bf3d004fc75012742eb415995ed0
02095cd4aeaa3a0d724f7362cdb8795fe9a81620
/oplink/algorithms/team/src/skeleton/utils/fuzzylite/src/term/Gaussian.cpp
153095a7aa455fc056c88fc803fdce9f34cdcd28
[]
no_license
PAL-ULL/software-metco
ba5123cb1423fed4a2ac678ab375728ba4bbfbc8
59edc4e49bddbd9fc7237bf2f24271bdfc8afd79
refs/heads/master
2021-04-15T04:12:56.292543
2021-03-08T13:29:14
2021-03-08T13:29:14
126,484,450
10
5
null
2020-07-21T18:43:10
2018-03-23T12:49:10
C++
UTF-8
C++
false
false
1,889
cpp
/* Copyright 2013 Juan Rada-Vilela Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, soft...
[ "edusegre@gmail.com" ]
edusegre@gmail.com
bce79249197ec720c090c0db8b2bdb932a8a5f4e
a743342cf4057a7c2cc573e79602bf89c00b3579
/GraphViewer/GrClock.cpp
95a38c8ac533ff9e2dec8bbc810f39cd56158392
[]
no_license
prografix/prografix.github.io
deddc17515c93566616e74b292b7e4fb1136064f
4f316beb0fa24b98aec8eb127bd294c012c60538
refs/heads/master
2023-07-25T09:48:34.670827
2023-07-09T13:55:25
2023-07-09T13:55:25
166,195,307
3
0
null
null
null
null
UTF-8
C++
false
false
895
cpp
#include "GrClock.h" #include "time.h" GrClock::GrClock() : bBack(false), bPause(false) { pre_clock = clock(); cur_tick = 0; } long GrClock::get() { if ( bPause == false ) { long cur_clock = clock(); long cl = cur_clock - pre_clock; pre_clock = cur_clock; if ( bBack ) ...
[ "shevchenka@narod.ru" ]
shevchenka@narod.ru
213075517d0993938109345d949b7aa3afb7b462
7a92206984e9007948afaa363adbb95c06897a74
/demo/DesignPatternsTest/Facade.hpp
64f8134eae754279f59870d530f3fd8704da431e
[]
no_license
fengbingchun/Messy_Test
6a801414a36581bce16edbde122b66ac86b57ddb
b55fcfc4b8adc538f9ac70bf78aa391a50b20241
refs/heads/master
2023-06-26T18:07:59.679346
2023-06-22T06:23:16
2023-06-22T06:23:16
55,020,860
305
171
null
null
null
null
UTF-8
C++
false
false
1,315
hpp
#ifndef FBC_MESSY_TEST_FACADE_HPP_ #define FBC_MESSY_TEST_FACADE_HPP_ #include <iostream> class SubSysOne { public: void MethodOne() { std::cout << "方法一" << std::endl; } }; class SubSysTwo { public: void MethodTwo() { std::cout << "方法二" << std::endl; } }; class SubSysThree { publ...
[ "fengbingchun@163.com" ]
fengbingchun@163.com
b433b22fe50dc715620baed3d99a9adc78b52999
60b1b24de7f2315bdec25747b0cdb4b0746ce820
/v3/software/AS64/source/expr.cpp
04c73285229bf893ae5d099985b7c3559cfd6dc2
[]
no_license
robfinch/ANY-1
c436c52a1b7d0adba2d54313596ba030820d8096
0a47c5dc055b85dff92a4ab14a65b7efd16f1196
refs/heads/main
2023-07-24T22:36:06.640147
2021-09-09T04:24:13
2021-09-09T04:24:13
332,168,690
4
1
null
null
null
null
UTF-8
C++
false
false
8,243
cpp
// ============================================================================ // __ // \\__/ o\ (C) 2014-2021 Robert Finch, Waterloo // \ __ / All rights reserved. // \/_// robfinch<remove>@finitron.ca // || // // AS64 - Assembler // - 64 bit CPU // // This source file is free softw...
[ "5563401+robfinch@users.noreply.github.com" ]
5563401+robfinch@users.noreply.github.com
aa5f1c10ff6f057ea70152a7c523db55fb01b197
ed5669151a0ebe6bcc8c4b08fc6cde6481803d15
/magma-1.5.0/src/dgeqrf3_gpu.cpp
9d254383bc427fa11bb269a3d02bc7ce3fc3f292
[]
no_license
JieyangChen7/DVFS-MAGMA
1c36344bff29eeb0ce32736cadc921ff030225d4
e7b83fe3a51ddf2cad0bed1d88a63f683b006f54
refs/heads/master
2021-09-26T09:11:28.772048
2018-05-27T01:45:43
2018-05-27T01:45:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,803
cpp
/* -- MAGMA (version 1.5.0) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver @date September 2014 @generated from zgeqrf3_gpu.cpp normal z -> d, Wed Sep 17 15:08:32 2014 */ #include "common_magma.h" /* ////////////////////////////////////...
[ "cjy7117@gmail.com" ]
cjy7117@gmail.com
b781d7bd0f94a1c1c87ba834c5d6d2e3a739451b
590c5112081e588cbe7c5914c7eb3b2ff9937b40
/include/ZSTL/ZHashMap.hpp
7e4c7b39c23f4058c117091c35f920ddbbdbf30e
[]
no_license
crertel/onizuka-oculus-client
ce9045a1e86a5d1fe5bb992e0c5f8fa0ffa528ee
9ef665d8e14aca193b1fc5faa41954a8a5eaa641
refs/heads/master
2021-01-17T11:51:51.204928
2014-01-26T12:48:12
2014-01-26T12:48:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,931
hpp
/* ZHashMap.hpp Author: James Russell <jcrussell@762studios.com> Created: 12/24/2011 Purpose: Templated hash map implementation. License: This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the...
[ "PTB6082@C6499970EB677A4.amer.homedepot.com" ]
PTB6082@C6499970EB677A4.amer.homedepot.com
49e1231a6c62191ece894c1d971d1c7a4d8236b4
4897b9d75d851a81606d19a0e046b32eb16aa1bd
/other/lcp/09/09_bfs.cpp
abde9cb2f9f50a84eab728ca225fb311b1e2e763
[]
no_license
tiankonguse/leetcode-solutions
0b5e3a5b3f7063374e9543b5f516e9cecee0ad1f
a36269c861bd5797fe3835fc179a19559fac8655
refs/heads/master
2023-09-04T11:01:00.787559
2023-09-03T04:26:25
2023-09-03T04:26:25
33,770,209
83
38
null
2020-05-12T15:13:59
2015-04-11T09:31:39
C++
UTF-8
C++
false
false
2,242
cpp
#include "base.h" typedef long long ll; typedef long long LL; typedef unsigned long long ull; typedef unsigned long long ULL; typedef pair<int, int> pii; typedef pair<ll, ll> pll; // const int mod = 1e9 + 7; template <class T> using min_queue = priority_queue<T, vector<T>, greater<T>>; template <class T> using max_qu...
[ "i@tiankonguse.com" ]
i@tiankonguse.com
fc5c4d825bf43d2d7bce12ec036ec5a6826f0a85
1a7574ab447c4a12f9b93e6bf4783914f3ed6706
/WickedEngine/EnvProbeWindow.cpp
ac104d86b30a186ef973ec0958eb13fc9e1f68eb
[ "MIT", "Zlib" ]
permissive
cappah/WickedEngine
dfa9aecd7820129ff10f9cfb9d90e368eac53349
bf92cbda40a6ac514428a3af43764536d333fdf2
refs/heads/master
2021-01-12T15:05:44.637974
2016-10-22T11:38:23
2016-10-22T11:38:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,341
cpp
#include "stdafx.h" #include "EnvProbeWindow.h" int resolution = 256; EnvProbeWindow::EnvProbeWindow(wiGUI* gui) : GUI(gui) { assert(GUI && "Invalid GUI!"); float screenW = (float)wiRenderer::GetDevice()->GetScreenWidth(); float screenH = (float)wiRenderer::GetDevice()->GetScreenHeight(); envProbeWindow = new w...
[ "turanszkij@gmail.com" ]
turanszkij@gmail.com
0f18a97c3d5ad0d5ce437338882abf3feff8e25b
748565c05766fd5610f9b22dfb4cf7279f264921
/Knights of Valor/Camera.cpp
d1d351bd90fbf73d6c84488740eaf0403cf24ad6
[]
no_license
ACEenterprise/Knights-of-Valor
f7e90d0bf149e31f0759ab8c10164ed77a80541a
070e3982967de54d7c753adb3af90e83ec481155
refs/heads/master
2021-01-20T17:51:07.599918
2017-05-26T10:48:58
2017-05-26T10:48:58
90,893,579
1
0
null
null
null
null
UTF-8
C++
false
false
425
cpp
#include"Camera.h" Camera::Camera(Map* map) { this->map = map; } void Camera::centrate(Knight* knight) { this->knight = knight; } void Camera::action(Graphics &g) { map->setX((1280 / 2 / 64) * 64-knight->getX()); map->setY((720 / 2 / 64) * 64 -knight->getY()); knight->draw(g, (1280 / 2 / 64) * 64, (720 / 2...
[ "stoicaastefan@gmail.com" ]
stoicaastefan@gmail.com
8749ce083d33638e3dd669d4c15d27b53376aa7e
f5758d1e30fd4ea1e9e1db6e19345fef77e2a470
/CuartoEntregable/Evidencia/Graph/CSV.cpp
d1387a128e1714569ca1ce4e244c9caca6469feb
[]
no_license
JorgePerC/SItuacionProblemaDataEst
fac83eed331f16276bac0e0a28596141e428d89f
f71804b9f6cbfe8f06a179846b5d2354fbadf104
refs/heads/master
2023-01-28T12:11:58.609021
2020-12-02T06:00:01
2020-12-02T06:00:01
297,765,627
1
0
null
null
null
null
UTF-8
C++
false
false
3,901
cpp
// // CSV.cpp // POO_Class // // Created by Luis Alberto Fernández Castro on 21/09/20. // Copyright © 2020 LF Coding. All rights reserved. // #include <algorithm> #include "CSV.hpp" CSV::CSV() { this->filename = ""; } /** * Class to read file.csv * Arg: * string filename -> name of the file...
[ "jorgeperez_1@live.com" ]
jorgeperez_1@live.com
d4414eb6491194d84a6d9763e494a76d36a91bd9
fe92a722db8bdba378cc8747895f99bd2c209634
/NOPAT-26.cpp
0fd86695410562cc227c45ffce87ab696509c060
[]
no_license
bnblzq/algo-practice
00292fd79c4c56edda01c5c4b2922cc00cbd1d57
8b9126ecabf61b1d1fdd86207798fd5bdf05c5b4
refs/heads/master
2020-04-14T05:05:03.724096
2019-03-22T08:29:11
2019-03-22T08:29:11
163,652,209
0
0
null
null
null
null
UTF-8
C++
false
false
2,240
cpp
/* * 有一群人,打乒乓球比赛,两两捉对撕杀,每两个人之间最多打一场比赛。 球赛的规则如下:如果 A 打败了 B,B 又打败了 C,而 A 与 C 之间没有进 行过比赛,那么就认定,A 一定能打败 C。 如果 A 打败了 B,B 又打败了 C,而且,C 又打败了 A,那么 A、B、C 三 者都不可能成为冠军。 根据这个规则,无需循环较量,或许就能确定冠军。你的任务就是面对一群 比赛选手,在经过了若干场撕杀之后,确定是否已经实际上产生了冠军。 输入含有一些选手群,每群选手都以一个整数 n(n<1000)开头,后跟 n 对选 手的比赛结果,比赛结果以一对选手名字(中间隔一空格)表示,前者战胜后者。 如果 n 为 0,则表示输入结...
[ "328397315@qq.com" ]
328397315@qq.com