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
6ac07f4e5473112420137a040bff5e87be831416
794372148901b0d09cb83ecc783e2d7b67ff5581
/SpeechRecognition/MicrosoftCognitiveServicesSpeech/include/cxx_api/speechapi_cxx_dialog_service_config.h
eca0ee0f4d4ac49b83a293fbd2e9aed531d8b97e
[]
no_license
nti-center/english-vr
d73a5f3a9e5254fe7b686e6206578ef2239b4dcc
5ae8d1dc70b6ed1b4975c6ac1011768fb82d510b
refs/heads/master
2021-01-02T14:11:50.490036
2020-05-25T08:02:52
2020-05-25T08:02:52
239,648,633
1
1
null
2020-04-11T10:33:23
2020-02-11T01:16:51
C++
UTF-8
C++
false
false
12,990
h
// // Copyright (c) Microsoft. All rights reserved. // See https://aka.ms/csspeech/license201809 for the full license information. // #pragma once #include <speechapi_cxx_common.h> #include <speechapi_cxx_string_helpers.h> #include <speechapi_cxx_speech_config.h> #include <speechapi_cxx_enums.h> #include <speechapi_c_...
[ "ilyazuev133@gmail.com" ]
ilyazuev133@gmail.com
4b712506a41fcd56b7bc7571e0e2dec1687d0f3e
e8282e3ae8aafa07b7f7261c639f206c4e97e0fc
/02 - SMA/OSN/2011/Kandang_Segitga.cpp
fd1d750633c264e99186bd63aac579a438be1ec3
[]
no_license
irfansofyana/cp-codes
7cad844da49b901ccf678b75c31ed41e2fa9d645
9fa723129088f0e4832ecb7e012fe586b6d59e41
refs/heads/master
2023-04-04T00:48:36.334817
2021-04-12T03:07:06
2021-04-12T03:07:06
218,084,148
0
0
null
null
null
null
UTF-8
C++
false
false
396
cpp
#include <bits/stdc++.h> using namespace std; int n,i,j,k; int x[100],y[100]; double luas; int ans; int main(){ scanf("%d",&n); for (i=0;i<n;i++) scanf("%d %d",&x[i],&y[i]); for (i=0;i<n;i++) for (j=i+1;j<n;j++) for (k=j+1;k<n;k++){ luas = (x[i]*y[k]+x[j]*y[i]+x[k]*y[j]-x[j]*y[k]-x[i]*y[...
[ "irfansofyana0305@gmail.com" ]
irfansofyana0305@gmail.com
4d7d5242b1848951e9f35ccc9cc3d28d24a5d346
dd3ec78b0483aca50d3fe936d9199f6408b71b2e
/PuzzlePlatforms/Source/PuzzlePlatforms/PuzzlePlatformsGameInstance.cpp
bb543fbd8bf05bc90f252e81db7155d14356a9f4
[]
no_license
brentcaulf/PuzzlePlatforms
33f6916b6b438386aedc76f51be2900eaa1a822d
a38332d2e5c8304f2921901f9989ea97911fd8bb
refs/heads/master
2020-04-09T03:19:33.530152
2018-12-05T17:56:16
2018-12-05T17:56:16
159,978,059
0
0
null
null
null
null
UTF-8
C++
false
false
3,126
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "PuzzlePlatformsGameInstance.h" #include "Engine/Engine.h" #include "GameFramework/PlayerController.h" #include "UObject/ConstructorHelpers.h" #include "Blueprint/UserWidget.h" #include "PlatformTrigger.h" #include "MenuSystem/Ma...
[ "brentcaulfield@gmail.com" ]
brentcaulfield@gmail.com
856a54e754f86042216f8209252c7cd68fbba134
82b2b2be4a038cc4394140ca0ec1143b92bef96b
/src/display_modules/DisplayNcurses.hpp
dec879985ee0cb3b6506f3cea26635b28e7ae7ae
[]
no_license
aleksandrovadd/CPP_piscine_Rush01
e10ddca18a098f7f0a46f5d322c3552364d3abd7
ddd423b322e185aa33816a0b94b81f6e31ece692
refs/heads/master
2021-03-30T21:15:41.554452
2018-03-12T16:59:57
2018-03-12T16:59:57
124,922,147
0
0
null
null
null
null
UTF-8
C++
false
false
421
hpp
#ifndef DISPLAYNCURSES_HPP #define DISPLAYNCURSES_HPP #include "AMonitorDisplay.hpp" #include <ncurses.h> #include <sys/ioctl.h> class DisplayNcurses : public AMonitorDisplay { public: DisplayNcurses(); DisplayNcurses(DisplayNcurses const &objToCopy); ~DisplayNcurses(); DisplayNcurses &operator = (DisplayNcurse...
[ "aleksandrovadd@gmail.com" ]
aleksandrovadd@gmail.com
a28ff042db4a0a65e4fc5312418bbe2cd0a7b1f7
af81c3f7176d7b560d2ddfd7227840544a792f50
/Classes/MyUiLayer.cpp
3d6598dd0b8917d38d530f6076eee0f3f8192fd1
[]
no_license
StayZeal/StickHero
af05146ed28efacb2588b796c9f9bc78da786d5e
6fd421c19465e276f953ea7d166cdec03680285f
refs/heads/master
2021-01-22T02:43:01.941585
2017-03-31T06:37:32
2017-03-31T06:37:32
34,042,017
10
9
null
null
null
null
UTF-8
C++
false
false
254
cpp
/* * MyUiLayer.cpp * * Created on: 2015年4月22日 * Author: Administrator */ #include "MyUiLayer.h" MyUiLayer::MyUiLayer() { // TODO Auto-generated constructor stub } MyUiLayer::~MyUiLayer() { // TODO Auto-generated destructor stub }
[ "543294760@qq.com" ]
543294760@qq.com
3b55f1076b059df62cf4399689bb558ce73760bd
f7ac3707311461b1b2c010e933258a7b3b6999c1
/DirectXProject/DrawObject.cpp
007d69151ee5dc991d56ee9698eb8731f32050b3
[]
no_license
MinTear/DirectProject
a7c646d58686224302b5ce00d77d4ce81dd3bb0c
f929e0d129755dbc9ea664aeaddde2e66794bf71
refs/heads/master
2016-09-02T06:17:59.934121
2014-06-30T01:55:43
2014-06-30T01:55:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
77
cpp
#include "stdafx.h" #include "DrawObject.h" DrawObject::DrawObject() { }
[ "nkey6843@gmail.com" ]
nkey6843@gmail.com
ad1e7798e81397859abd8aa79ff317c6ae2150e4
27d319a8c9c41176e342911f38c9379dac819e33
/src/prevector.h
edd366b13e20519de628a491ad68407615d0b90e
[ "MIT" ]
permissive
HuntCoinDeveloper/huntcoin
6ec86d4904313408ad4a3e7721e01c650eab048e
99198152d21b58ce598f46783074b64113cc5e64
refs/heads/master
2020-05-18T18:00:54.723915
2019-05-17T15:09:06
2019-05-17T15:09:06
184,568,978
2
0
null
null
null
null
UTF-8
C++
false
false
18,013
h
// Copyright (c) 2015-2017 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef HUNTCOIN_PREVECTOR_H #define HUNTCOIN_PREVECTOR_H #include <assert.h> #include <stdlib.h> #include <stdint.h> #inclu...
[ "github@huntcoin.africa" ]
github@huntcoin.africa
bce981c6d88c14e658162c4c4d24612944be9248
5eb01b2eff25fb0d8fbbb00b02961e565ac3f415
/inst/gui/chatwebpage.cpp
cbf2d6211b9ee90bb91487fde76f3f2b245d3113
[]
no_license
biglone/LT-PureCodes
3ca6fc47731e2d566cd1c5389cce93e55768933a
22d7ec1a1414bc99a16a050800a2cc9259546b9a
refs/heads/master
2020-05-04T10:29:03.603664
2019-04-02T14:23:40
2019-04-02T14:23:40
179,088,457
0
0
null
null
null
null
UTF-8
C++
false
false
5,068
cpp
#include "chatwebpage.h" #include <QLabel> #include "PmApp.h" #include "ModelManager.h" #include "util/MaskUtil.h" #include <QWebSettings> #include <QMouseEvent> #include "Account.h" #include "logger/logger.h" #include <QDebug> static const char *kUserIdName = "user_id"; static const char *kWidthName = "width...
[ "jjoyceu@gmail.com" ]
jjoyceu@gmail.com
629790771eb771ad24be6c244e1b085c2be6943c
9bcb8f8345a137dc906ad9a77b768968c17e9147
/2019/4-2/src/main.cpp
859d6b69992bcec2a125b0e8c8ad32ee39b728b6
[ "MIT" ]
permissive
rhymu8354/advent-of-code
a6efc0b630b32c0b4eb4c4ef8f0ea0877d81c9bb
f3f08fbadd1c92c2c342a518dc07be988ed78a53
refs/heads/main
2021-07-19T08:40:32.489938
2020-12-25T05:31:31
2020-12-25T05:31:31
227,902,573
11
1
null
null
null
null
UTF-8
C++
false
false
5,110
cpp
/** * @file main.cpp * * This module holds the main() function, which is the entrypoint * to the program. * * © 2019 by Richard Walters */ #include <algorithm> #include <fstream> #include <functional> #include <map> #include <math.h> #include <memory> #include <set> #include <stdlib.h> #include <stdio.h> #inclu...
[ "rwalters@digitalstirling.com" ]
rwalters@digitalstirling.com
72e3d5b2e288f5e8295168ce56031eabe9c318d0
c70941413b8f7bf90173533115c148411c868bad
/plugins/OpenGLPlugin/src/vtxopenglMovableMovie.cpp
5ab892952488928cece15f438cd69dcd68609580
[]
no_license
cnsuhao/vektrix
ac6e028dca066aad4f942b8d9eb73665853fbbbe
9b8c5fa7119ff7f3dc80fb05b7cdba335cf02c1a
refs/heads/master
2021-06-23T11:28:34.907098
2011-03-27T17:39:37
2011-03-27T17:39:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,838
cpp
/* ----------------------------------------------------------------------------- This source file is part of "vektrix" (the rich media and vector graphics rendering library) For the latest info, see http://www.fuse-software.com/ Copyright (c) 2009-2010 Fuse-Software (tm) Permission is hereby granted, free of ...
[ "stonecold_@9773a11d-1121-4470-82d2-da89bd4a628a" ]
stonecold_@9773a11d-1121-4470-82d2-da89bd4a628a
0140f1c04486bca5d6f439c1b809277365405a40
67fc9e51437e351579fe9d2d349040c25936472a
/wrappers/8.1.1/vtkLagrangeCurveWrap.cc
622f3bb4fcb907da3e74e5734252d6f0063d75f0
[]
permissive
axkibe/node-vtk
51b3207c7a7d3b59a4dd46a51e754984c3302dec
900ad7b5500f672519da5aa24c99aa5a96466ef3
refs/heads/master
2023-03-05T07:45:45.577220
2020-03-30T09:31:07
2020-03-30T09:31:07
48,490,707
6
0
BSD-3-Clause
2022-12-07T20:41:45
2015-12-23T12:58:43
C++
UTF-8
C++
false
false
17,660
cc
/* this file has been autogenerated by vtkNodeJsWrap */ /* editing this might proof futile */ #define VTK_WRAPPING_CXX #define VTK_STREAMS_FWD_ONLY #include <nan.h> #include "vtkNonLinearCellWrap.h" #include "vtkLagrangeCurveWrap.h" #include "vtkObjectBaseWrap.h" #include "vtkCellWrap.h" #include "vtkIdListWrap.h" #i...
[ "axkibe@gmail.com" ]
axkibe@gmail.com
940204b64b70e21827ff44b230a23c94afd64164
7ec7ded86996b0e857baa174640e59db35487665
/split/optionswindow.cpp
823fac47f5fa4baf6644207640dda4d6ca6d77f5
[]
no_license
vcato/mvc_example
a5efc6cab505181666cee755f28249938701a71f
70fc74996a25f4e13f462b7f8b8cf56057af41f2
refs/heads/master
2020-05-04T14:07:02.690111
2019-04-30T18:27:28
2019-04-30T18:27:28
179,185,319
0
0
null
null
null
null
UTF-8
C++
false
false
1,653
cpp
#include "optionswindow.hpp" #include "optionswindowimpl.hpp" #include <cassert> #include <iostream> using std::cerr; // OptionsWindow::Controller //////////////////////////// OptionsWindow::Controller::Controller( OptionsWindow &options_window ) : _options_window(options_window) { } void OptionsWindow::Contro...
[ "vaughn@giantstudios.com" ]
vaughn@giantstudios.com
70030e6156e8b295d0f0888965e48b91b87a0ca6
54c73dd6fd1445ab149f318711ff3666484f957f
/src/mof/MOF_Parser.h
8dd95727286202cdcdf4e1effb708147fec72c64
[ "MIT" ]
permissive
LegalizeAdulthood/cimple
73063f0d5d646aa03b252038968de7a9c0ddbc3a
5ec70784f2ee3e455a2258f82b07c0dacccb4093
refs/heads/master
2016-09-06T11:20:36.389814
2014-11-23T16:51:46
2014-11-24T18:12:40
25,265,255
4
0
null
null
null
null
UTF-8
C++
false
false
2,083
h
/* **============================================================================== ** ** Copyright (c) 2003, 2004, 2005, 2006, Michael Brasher, Karl Schopmeyer ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and associated documentation files (the "Software"), ** ...
[ "legalize@xmission.com" ]
legalize@xmission.com
7d720c8b7add27cdeb984ffde4b3499aba0e5c4b
378d13af26839e1286f3986d44dabe64aa42cb9a
/ham_change.cpp
9ebc4361d7d2ddeddc5f13afa7f52f04adee36b0
[]
no_license
WLXuan/PFC
d703777b895a4f87a12c49345a7081611731310f
dbb10a5e7751840101f6ccc48c69979b979d138b
refs/heads/master
2020-06-18T17:51:18.987539
2019-07-11T12:25:35
2019-07-11T12:25:35
196,389,200
0
0
null
null
null
null
UTF-8
C++
false
false
188
cpp
#include "ham_change.h" ham_change::ham_change() { index=-1; } QString ham_change::nextham() { if(index>=1) index=0; else index++; return(ham[index]); }
[ "lingxuan712@163.com" ]
lingxuan712@163.com
9bdb6be3d26b9eff2b5910014732822a8cc06381
a4a2dc9a6226bddde655ffe249faf6053bcbb540
/phone.cpp
af72e9347cf958988fdfc764f0798fe7367f17b2
[]
no_license
CharacteristicPolynomial/EECS591ChatService
bd2744ae43404dee22d2e10573d086f2f10f3f94
9ca0f34667fea4fc4bb6ec1781b1f1f2a4456941
refs/heads/master
2020-08-27T14:08:14.153296
2019-11-11T23:46:51
2019-11-11T23:46:51
217,399,378
0
0
null
null
null
null
UTF-8
C++
false
false
7,370
cpp
#include "phone.h" void Phone::init(int myid) { // cout << "initilizing phone" << endl; id = myid; // initialize according to the config file lossp = stof(get_config(LOSS_PROBABILITY)); msglog.init(id); logFile = get_config(LOGFILE_PREFIX) + to_string(id) + get_config(LOGFILE_SUFFIX); ...
[ "wangdy@umich.edu" ]
wangdy@umich.edu
86bc0e8b9623536e002913771833877dadab23e0
2d549ea3ce6156c98a082812b0eb257097b029a2
/C++Templates/src/TemplateStudy/03_One Definition Rule/Cross-Translation/tmp_impl.cpp
3cefc9321fd8804d97389264d58e00ace275d3a2
[]
no_license
xtozero/Study
da4bbe29f5b108d0b2285fe0e33b8173e1f9bbb1
61a9e34029e61fb652db2bf4ab4cd61405c56885
refs/heads/master
2023-07-14T02:13:39.507057
2023-06-25T09:03:48
2023-06-25T09:03:48
81,724,549
3
0
null
null
null
null
UTF-8
C++
false
false
90
cpp
#include "CrossTranslation.h" template<typename T> void highlight( T x ) { paint( x ); }
[ "xtozero@naver.com" ]
xtozero@naver.com
82623e3122a07cd475a30b82c153260e37a21c2d
bcc0b2c4eef1a8b5118450625ffd5eb1662e5a25
/src/Input.cpp
0e70a6fbbcd7c10b702899fc1e468a2c9053b9f8
[]
no_license
mjArcher/NikelLangley
026c35e91943aff0bb21011bccf2499c9abf152e
672b7aba9979fc3d6155903148ed5e465058d78a
refs/heads/master
2021-01-20T11:45:21.193761
2017-04-25T17:25:42
2017-04-25T17:25:42
58,494,079
0
0
null
null
null
null
UTF-8
C++
false
false
3,244
cpp
/* #include <config4cpp/Configuration.h> */ #include <iostream> #include <Eigen/Dense> #include <Eigen/Core> #include <libconfig.h++> using namespace libconfig; /* using namespace config4cpp; */ using namespace Eigen; using namespace std; void getState(Vector3d &u, Matrix3d &F, double &rho, double& S, Setting&); //o...
[ "matt.james.archer@gmail.com" ]
matt.james.archer@gmail.com
f778d0600af1c02db82d27de4444a7a53cfe7b7a
6d68bb97c0203f1f66a8d923a44615db491f4901
/cf/704/b.cpp
8491e0cfecb2361b25be8f5df51c7e4cac239b51
[]
no_license
czqsole/codeforces
f886a5aa79472b3f7a62f59394487b78f0d5d73e
89580967e9429c98602837626c835b4981a954e3
refs/heads/master
2021-06-16T04:44:34.194290
2021-03-02T19:22:04
2021-03-02T19:22:04
150,667,045
0
0
null
2021-03-02T19:22:04
2018-09-28T01:15:12
C++
UTF-8
C++
false
false
724
cpp
/* * @Author: czqsole * @Date: 2021/3/2 2:18 AM */ #include <bits/stdc++.h> using namespace std; int N = 100005; int main() { ios_base::sync_with_stdio(false); int t, n; cin >> t; while(t--) { cin >> n; vector<int> p(N); vector<int> pos(N); vector<int> vis(N); ...
[ "czqsole@gmail.com" ]
czqsole@gmail.com
1d9a2c09373e42f52d121b1a47b3164d831fc1af
1e600374bdcf8ddbd632695aa424e03a88471460
/Xilinx_HLS_Lab_Materials/hls/completed/array_interfaces/array_io_prj/solution4/.autopilot/db/hls_design_meta.cpp
2ed3e7ba830082eef746fa12c310f0bc4c742e32
[]
no_license
chongxi/vivado_hls_training
960595275bfe1b530baeb5859958c32ef0415d05
bc9a9958fcf39b2af026c2531249726fe71f7e93
refs/heads/master
2020-09-09T18:00:14.064048
2016-09-07T20:31:52
2016-09-07T20:31:52
67,640,668
0
1
null
null
null
null
UTF-8
C++
false
false
9,965
cpp
#include "hls_design_meta.h" const Port_Property HLS_Design_Meta::port_props[]={ Port_Property("ap_clk", 1, hls_in, -1, "", "", 1), Port_Property("ap_rst", 1, hls_in, -1, "", "", 1), Port_Property("ap_start", 1, hls_in, -1, "", "", 1), Port_Property("ap_done", 1, hls_out, -1, "", "", 1), Port_Property("ap_id...
[ "chongxi.lai@me.com" ]
chongxi.lai@me.com
6ed8719e0b3c3a4a022d2f7e7beef483aebdfb6c
af28b0d4f4e668b53923f65767e66e3feff2545a
/src/SecurityPanel.cpp
88315caa7d18162053b5ab827168dc56d6f4f1b4
[]
no_license
yang0000qi/HomeGuard
72530d05ca70d87e08ab36bd5b3a68cc0272f246
9ded1d2c8c8be6013191f3d12eaab2d469302845
refs/heads/master
2020-09-05T04:55:13.423145
2015-11-03T04:43:31
2015-11-03T04:43:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
468
cpp
#include "SecurityPanel.h" #include "TextAudibleAlarm.h" SecurityPanel::SecurityPanel() : _armed(false) , _audibleAlarm(new TextAudibleAlarm) , _securityCode("") {} void SecurityPanel::enterCode(const std::string& code) { if (isValidCode(code)) { disarm(); silence(); } } void Sec...
[ "heychenbin@gmail.com" ]
heychenbin@gmail.com
3322b54e89d38f61e1e980636c450a5bdc945df9
3ea34c23f90326359c3c64281680a7ee237ff0f2
/Data/1699/E
e2be53c18e99ae2240e67e5648e1f9be6b023509
[]
no_license
lcnbr/EM
c6b90c02ba08422809e94882917c87ae81b501a2
aec19cb6e07e6659786e92db0ccbe4f3d0b6c317
refs/heads/master
2023-04-28T20:25:40.955518
2020-02-16T23:14:07
2020-02-16T23:14:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
80,843
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.0 | ...
[ "huberlulu@gmail.com" ]
huberlulu@gmail.com
80722152d1f2ba363e82cfb953d0d26f06a5cd7c
eeeef3dac9e033747656862dfc9ae78821594262
/src/constants.cc
9793475fb05c06277e6f3f61daf737878b7ee9b9
[ "Apache-2.0" ]
permissive
spektom/llvm-playground
f556aedffd67c51ba12782baf2e3de2c6576d892
ac8dee788becda69834eb5f404510e03dee819d7
refs/heads/master
2020-05-21T05:56:25.935311
2019-06-18T11:29:25
2019-06-18T11:29:25
185,930,684
2
1
null
null
null
null
UTF-8
C++
false
false
1,853
cc
#include <llvm/IR/Type.h> #include "constants.h" #include "module.h" Constants::Constants(ModuleBuilder &mb) : mb_(mb) {} llvm::Constant *Constants::Get(bool val) const { if (val) { return llvm::ConstantInt::getTrue(mb_.context()); } else { return llvm::ConstantInt::getFalse(mb_.context()); } } llvm::...
[ "spektom@gmail.com" ]
spektom@gmail.com
94ab8a0f47581a078e54ec847e0acc1cbdf0c4dc
13feec69e423695e650d018a1ceca1f6fa83d275
/devices/hip/ck_conv_dl.cpp
6a619c3640be023c03db851520b9329e85a6800d
[ "Apache-2.0" ]
permissive
OpenImageDenoise/oidn
4da631f5d9ce32ee632538aa5819bba650a08995
5579cd99edfa0839f87ec6960d16dcafcfe0eb31
refs/heads/master
2023-09-04T19:03:14.242623
2023-06-24T12:06:59
2023-06-24T12:06:59
168,025,831
1,491
157
Apache-2.0
2023-07-14T09:19:50
2019-01-28T19:48:52
C++
UTF-8
C++
false
false
7,219
cpp
// Copyright 2023 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "hip_conv.h" #include "ck_conv.h" #include "ck/tensor_operation/gpu/device/device_grouped_conv_fwd_dl_multiple_d_nhwc_kyxc_nhwk.hpp" OIDN_NAMESPACE_BEGIN template<typename T, Activation builtinActivation> class CKConvDL final : p...
[ "attila.t.afra@intel.com" ]
attila.t.afra@intel.com
9c86cfb8c3d0d1929f23e2e12c8c4c57780a5dfe
63c71060f36866bca4ac27304cef6d5755fdc35c
/src/RlbTester/Client/main.cpp
0692e685a9dc3a00dc6ab3152be44a1d4d918ca1
[]
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
2,938
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
f17e1a85468fe8ce7b88f982ed66753efa93fbd8
238e46a903cf7fac4f83fa8681094bf3c417d22d
/Code/meshData/meshSingleton.cpp
63f69276a8e545ea0a4d909051e97c538d25428c
[ "BSD-3-Clause" ]
permissive
baojunli/FastCAE
da1277f90e584084d461590a3699b941d8c4030b
a3f99f6402da564df87fcef30674ce5f44379962
refs/heads/master
2023-02-25T20:25:31.815729
2021-02-01T03:17:33
2021-02-01T03:17:33
268,390,180
1
0
BSD-3-Clause
2020-06-01T00:39:31
2020-06-01T00:39:31
null
GB18030
C++
false
false
8,951
cpp
#include "meshSingleton.h" #include "meshKernal.h" #include "meshSet.h" #include "CgnsBCZone.h" #include "CgnsFamily.h" #include <assert.h> #include <QDataStream> #include <QCryptographicHash> #include <QDomDocument> #include <QDomElement> #include <QDomNodeList> #include <QFileInfo> #include <QDebug> na...
[ "l”ibaojunqd@foxmail.com“" ]
l”ibaojunqd@foxmail.com“
d02510e310fe48ae9e80bcd3913079cadecdc0a1
d0f37e29d49d76f15773f7d48fe3fa5f426de8f0
/cocos2d-x-3.6/cocos/editor-support/cocostudio/ActionTimeline/CCActionTimeline.cpp
39d958116744ea688d2bff69a4c1b14b738509e3
[ "LicenseRef-scancode-warranty-disclaimer", "Zlib", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "Libpng", "BSD-2-Clause-Views", "FTL", "Apache-2.0", "BSD-2-Clause" ]
permissive
SakuyaPrs/kirikiroid2lite
6898334ccceb5c911662e8062101daab73e15887
ee5890cf5b9714a9348cb6dd8fdbb0a7304c2cbe
refs/heads/master
2022-12-07T08:54:18.618074
2020-09-02T04:17:21
2020-09-02T04:17:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,698
cpp
/**************************************************************************** Copyright (c) 2013 cocos2d-x.org http://www.cocos2d-x.org 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 res...
[ "weimingtom@163.com" ]
weimingtom@163.com
2e66255dc441d298bb63e5318724ffd00b2da810
ef0c3c6dc5257eefaeb7372ab28de638daebaf4e
/Lab3/U6-2/personnummer.h
8bbb02f7ea741062a03e6c3187dbfa33f7effd3d
[]
no_license
gustavjp/EDAF30
c58970103ba35dd72d3adc7888ebd50d3025fecb
6c4a3493f3895e4d9b56b54ffb2cd79b6c7ad721
refs/heads/master
2021-01-17T08:32:12.389338
2015-01-07T03:03:03
2015-01-07T03:03:03
26,323,936
0
0
null
2014-12-03T11:51:36
2014-11-07T14:53:12
C++
UTF-8
C++
false
false
369
h
#ifndef PERSONNUMMER_H #define PERSONNUMMER_H #include <iostream> using namespace std; class Personnummer { public: Personnummer(); bool operator!(); friend ostream& operator<<(ostream& o, Personnummer& p); friend istream& operator>>(istream& i, Personnummer& p); private: bool checkValid(char *st...
[ "gustav.jp@live.se" ]
gustav.jp@live.se
e7e7cc07dd51ea4717bc8e3cc3cc7bfc944d3e05
6a69d57c782e0b1b993e876ad4ca2927a5f2e863
/vendor/samsung/common/packages/apps/SBrowser/src/chrome/browser/extensions/api/hotword_private/hotword_private_api.h
30862777d0bb167b89e9ab54ebc9317b3e03f1c5
[ "BSD-3-Clause" ]
permissive
duki994/G900H-Platform-XXU1BOA7
c8411ef51f5f01defa96b3381f15ea741aa5bce2
4f9307e6ef21893c9a791c96a500dfad36e3b202
refs/heads/master
2020-05-16T20:57:07.585212
2015-05-11T11:03:16
2015-05-11T11:03:16
35,418,464
2
1
null
null
null
null
UTF-8
C++
false
false
2,068
h
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_EXTENSIONS_API_HOTWORD_PRIVATE_HOTWORD_PRIVATE_API_H_ #define CHROME_BROWSER_EXTENSIONS_API_HOTWORD_PRIVATE_HOTWORD_PRIVATE_API_H_ ...
[ "duki994@gmail.com" ]
duki994@gmail.com
7945cd4951b12bbcde8a9d0bad18ad405b526d8a
402919d07bcc37cf2058e4cab7d6d86adcf74600
/client/settings/settings.cpp
402e0f62d8d9fd6447462722004736d7de4894f2
[]
no_license
totalorder/docloud
d4bc8f72aba0c0d7381b76697cbe398b5b421c2f
976268221f0dc88561cc726d7968e4ace68c3e02
refs/heads/master
2016-09-09T20:29:29.049282
2014-02-14T13:24:18
2014-02-14T13:24:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,654
cpp
#include <gtk/gtk.h> #include <stdlib.h> #include <string> #include <vector> #include "config.h" #include "common.h" static GtkBuilder *builder; static GtkTreeView *filetype_treeview; static GtkListStore *filetype_liststore; static GtkWindow *add_extension_win; void save_extensions() { GtkTreeIter iter; std::strin...
[ "xyzzy@kudzu.se" ]
xyzzy@kudzu.se
8198789e6b61d76e3c09fed79ad0463c43c2333e
5abe089d154ae01779dcbde0fa6d4f84f2ceb059
/tinySAK/winrt/ThreadEmulation.cxx
91f22944659c651480aa8a83071bd1b2c815f63b
[]
no_license
quantum6/doubango-quantum6
2baeaa59de5bd3d2c24ae5587ee7edb76f4630df
35ca01a51a5be161a503f460e7ce758053de5927
refs/heads/master
2021-01-05T11:45:37.006095
2020-03-14T11:49:30
2020-03-14T11:49:30
241,012,743
3
1
null
null
null
null
UTF-8
C++
false
false
8,974
cxx
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights reserved. #include "ThreadEmulation....
[ "bossiel@yahoo.fr" ]
bossiel@yahoo.fr
5ef35c5381c0a8e418b6a3bbdbb5ee11f88dc051
77aeb875fe9d4bc04ab5c2edeeab6c3097555fba
/tmlib/src/collect.h
02342e268d465fbd6c03b15eb75c6e3ab2589b06
[]
no_license
nthallen/arp-das
dcc9b164ea1e2b7d95c33a98d00666b97e301081
36b9f5ce3d1e7ca00fa266efeeaecb723ebb2521
refs/heads/master
2022-07-22T13:55:37.926274
2022-07-07T21:10:17
2022-07-07T21:10:17
66,291,321
2
0
null
null
null
null
UTF-8
C++
false
false
2,347
h
/* collect.h defines routines applications might use to communicate with collection. $Log$ Revision 1.3 2009/10/20 18:25:17 ntallen Add support for non-blocking writes with ionotify Revision 1.2 2008/07/29 19:21:06 ntallen Support for colsend Revision 1.1 2008/07/25 13:38:03 ntallen Col_...
[ "allen@huarp.harvard.edu" ]
allen@huarp.harvard.edu
70ea451733a907e76f0d77b15e65532cf6c7bf36
d6a38ba3714230d43b9b7c1150fb32479a7103aa
/src/vfs/vfs_win32.cpp
c7064f08bf9a22a1367e71912c9b359582038054
[]
no_license
andryblack/GHL
be49e5445d40552d9ef308d9505b1f53b3d2ed8c
22cce50e790303db3ddec26259e67a83e6b28f51
refs/heads/master
2021-01-23T09:33:20.286056
2019-08-15T15:11:32
2019-08-24T12:18:24
1,968,260
12
10
null
2018-08-21T17:26:31
2011-06-28T19:12:34
C
UTF-8
C++
false
false
10,015
cpp
#include "vfs_win32.h" #include "memory_stream.h" #include <windows.h> #include <shlobj.h> #include <iostream> #include <cstdio> #include "../ghl_log_impl.h" #include "../ghl_ref_counter_impl.h" #include <ghl_data.h> #ifdef _MSC_VER #define snprintf _snprintf #endif namespace GHL { static const char* MODULE = "VFS"...
[ "blackicebox@gmail.com" ]
blackicebox@gmail.com
11eb56e711af2f4d8011873cd5b766f89bf00771
ba5c7c3d7a651a81829a370d74d0c7ef44774910
/src/ALPrograms/FreeWalking/RBLog.h
65e0335490cb201d735cc1eea60e00298bd97b60
[]
no_license
YuuuJin/PODO_gazelle_gogo
f081ef07699884eb6f3dbd09b1881bb37344d873
9b428886e15beb8aa47b2cb8d2299e1723cb4db3
refs/heads/master
2022-11-17T06:47:33.723716
2020-07-21T04:32:34
2020-07-21T04:32:34
232,057,939
0
0
null
null
null
null
UTF-8
C++
false
false
3,484
h
#ifndef RBLOG_H #define RBLOG_H #include <sstream> #include <iostream> #include <string> #include <stdio.h> #include <sys/time.h> #include <QString> #include <QTextStream> inline std::string NowTime(){ time_t tm_time; struct tm *st_time; char buff[30]; time(&tm_time); st_time = localtime(&tm_t...
[ "blike4@kaist.ac.kr" ]
blike4@kaist.ac.kr
aa57d01a711043dd445719686b156968f1ff19c4
fd6c03d5fba4ca1ca5a178d8406d27768d0157e2
/src/netaddress.cpp
0474652c2baa79f3b7d3d9238bbb3241caa92ab9
[ "MIT" ]
permissive
jschmucke/e4Coin
021006dd187d56613e54548c94ab6f2b6cdc6af2
7611ef00501c1c05969392a11c22860de697184c
refs/heads/master
2022-01-19T06:24:17.093636
2019-07-09T02:21:16
2019-07-09T02:21:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,441
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The dash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifdef HAVE_CONFIG_H #include "config/e4coin-config.h" #endif #include "netaddress....
[ "lordark@gmail.com" ]
lordark@gmail.com
5611b3d9653f6b663302563db5a180db8b2b3abc
ba26b52e63db7f106db81e0a1ac72cafa789be94
/proj/Game/Classes/Game/UI/FMUIInvite.cpp
0683a295f87534e3f22cbfa2501e5ed34a3aeec3
[]
no_license
rockingdice/IceCreamJam
fa0d113ad45ec11b87f3346e6b19f789530cd3d9
bbc51325aae67d1a747b4ebc3e2c316c10ab8b30
refs/heads/master
2016-09-06T21:30:56.648585
2014-10-13T04:02:30
2014-10-13T04:02:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,554
cpp
// // FMUIInvite.cpp // JellyMania // // Created by lipeng on 14-4-3. // // #include "FMUIInvite.h" #include "FMDataManager.h" #include "GAMEUI_Scene.h" #include "FMUIQuit.h" #include "FMMainScene.h" #include "FMGameNode.h" #include "OBJCHelper.h" #include "SNSFunction.h" #include "FMUIWorldMap.h" #include "FMUIRes...
[ "rockingdice@gmail.com" ]
rockingdice@gmail.com
fb2ae1f968f1371fda6925835a435d9332ea62d9
eb68168e3bde0a7149cbf77dcaf018bf7fccdb90
/API/180531벡터외적충돌(다익스트라)/API2D/cButton.h
41481a459a58e51b86dcd972c4840af6ce6e2a80
[]
no_license
smsm8087/cabinet
24f03bad6abb5ad5691013a5c8dacba92778b766
62136dcd66891d00e607e75b9fda0938bd0a2e5e
refs/heads/main
2023-06-09T11:23:47.448710
2023-05-25T16:35:30
2023-05-25T16:35:30
309,872,970
0
0
null
null
null
null
UHC
C++
false
false
895
h
#pragma once class cButton; //버튼의 대리자 class iButtonDelegate { public: //순수가상함수 virtual void OnClick(cButton* pSender) = 0; }; class cButton { protected: //버튼의 상태 enum eButtonState { E_NORMAL, //가만히잇냐 E_MOUSEOVER, //마우스가지나가냐 E_CLICKED, //마우스로 클릭했냐 E_STATE_COUNT //상태카운트 }; protected: char m_s...
[ "[apdlvmf8087@naver.com]" ]
[apdlvmf8087@naver.com]
d0f202553c3bbb54a314261187b8c5554ef56652
655dc301f9ac395b067164f434accbe1d4d4249a
/.old/cpp/backend/plugin.h
6ed9e0ec468a8b3649f21a13c926d545d2a48e50
[]
no_license
andrenho/perminal
79811ab50d713f513eb7bf7ec6e582cb16ea80e9
f7406f3f4f4c95c54e0cc668593b114226cdcb4f
refs/heads/master
2021-01-24T06:12:17.516099
2015-08-29T02:23:23
2015-08-29T02:23:23
37,258,884
0
0
null
null
null
null
UTF-8
C++
false
false
500
h
#ifndef PLUGIN_H #define PLUGIN_H #include <vector> using namespace std; class Plugin { public: virtual ~Plugin() {} virtual void Write(const uint8_t* data, int n) const = 0; virtual int Read(uint8_t* data, int max_sz) const = 0; virtual void Resize(int w, int h) const { (void)w; (void)h; } }; // // ...
[ "andre.nho@gmail.com" ]
andre.nho@gmail.com
f3f74dc390f9bea14ad17b5a8efc52ad9d118b12
0034e4d9221e45bd0d5feb09abc4c153fa2c134a
/3DSample/3DSample/Explosion.h
4154ee341651defbf692d5dbd1b173c5bf6f7e5f
[ "Apache-2.0" ]
permissive
YoshidaChihiro/metroydLike
7ba79499e0c975a12613723a5952c63e301e1d27
da0cde35ec6aae63e766b5711bc1617931fcb8af
refs/heads/master
2020-12-27T11:44:38.214493
2020-02-21T00:29:26
2020-02-21T00:29:26
237,888,168
0
1
Apache-2.0
2020-02-03T05:35:46
2020-02-03T04:58:07
C++
UTF-8
C++
false
false
783
h
#pragma once #include"GameObject.h" #include"Resource.h" #include"Collision2D.h" #include"Bullet.h" namespace Framework { class Explosion :public Bullet { public: Explosion(std::shared_ptr<Transform> shp_arg_transform, std::shared_ptr<GameObjectManager> shp_arg_gameObjectManager); void Hit(std::shared_ptr<GameOb...
[ "54211504+butibuti@users.noreply.github.com" ]
54211504+butibuti@users.noreply.github.com
0b5985a51820c6a013419daa704031bc4749a194
5bb3a620c66749e0ce3dfbd0cd8692d40928dbf3
/arduino/libraries/Temboo/examples/ArduinoYun/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino
664095a92115a00b4639785cf5774c94937458bc
[ "MIT", "EPL-1.0", "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
wyolum/ClockIOT
6ce2a4605435f27e8d7eca4c2f219e97c5966cc5
52a1bf8e1acc3a5ad8314211ef3bc23186b3be89
refs/heads/master
2022-12-12T22:18:05.952206
2020-02-05T17:32:22
2020-02-05T17:32:22
126,251,414
5
2
MIT
2022-12-10T12:46:21
2018-03-21T23:10:27
C
UTF-8
C++
false
false
7,491
ino
/* SendDataToGoogleSpreadsheet Demonstrates appending a row of data to a Google spreadsheet using Temboo from an Arduino Yún. Check out the latest Arduino & Temboo examples and tutorials at http://www.temboo.com/arduino A Temboo account and application key are necessary to run all Temboo examples. If you ...
[ "anool.m@gmail.com" ]
anool.m@gmail.com
2b065dd3b63197ede15f705d4019ec6379a8f3d4
a31e7362f9f0205dd9a37ca4a491c5275aaca03a
/axengine/include/axclient/render/world.h
5522c7637a7c7d1fd1183eba48531d790414c007
[ "LicenseRef-scancode-warranty-disclaimer", "FTL", "LicenseRef-scancode-unknown-license-reference" ]
permissive
teardemon/axonengine
56368abcffc7f2a0661523da5c4241176e74f08f
4e7539825d71c11fa4ef48973f6711439f55c267
refs/heads/master
2021-01-15T10:34:21.413244
2009-08-23T15:53:54
2009-08-23T15:53:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,682
h
/* Copyright (c) 2009 AxonEngine Team This file is part of the AxonEngine project, and may only be used, modified, and distributed under the terms of the AxonEngine project license, license.txt. By continuing to use, modify, or distribute this file you indicate that you have read the license and understand and acce...
[ "hdh@axonengine.com" ]
hdh@axonengine.com
497fe338fc8c01c70e80dd4aa336dde57b0efb7b
5b63824ce3d412af27d13455e1d156fdc3ef9dc6
/Day2/arrayUsingPointer.cpp
5a7907cc1c9b231a327faff25064c6580b45f945
[]
no_license
anubhavsinghgtm/100DaysOfCode
97aecc66e42fdf3911858ccd4dbd5e2a11dd0475
730a76f1ff93cf0527f4aaa549701528a817a6d8
refs/heads/main
2023-08-01T11:40:22.866822
2021-09-12T18:36:13
2021-09-12T18:36:13
323,674,318
2
2
null
null
null
null
UTF-8
C++
false
false
355
cpp
#include<iostream> using namespace std; void array(int *arr){ cout<<arr[0]<<endl; //0 cout<<arr[1]<<endl; //10 cout<<*arr<<endl; //0 cout<<*arr++<<endl; //0 cout<<*arr<<endl; //10 cout<<*++arr<<endl; //20 cout<<*arr<<endl; //20 cout<<++*arr<<endl; //21 cout<<*arr<<endl; //21 } int main(){ int arr[6] = {0,10,20,...
[ "anubhavsinghgtm@gmail.com" ]
anubhavsinghgtm@gmail.com
f3bc7af1cdf8c9b2e59f4bd84fc06a00d6c8d701
0de49375998eae6d969fc307a7f6e9d05dd08df4
/trunk/AXChatter/SinkRequestList.h
b03dd4d9b8079ef986754120c796a8053ae1bc9a
[]
no_license
BGCX261/zombie3-svn-to-git
de2c2bcc98ba0fcbab6b89eb0473e58a66389958
9d4f17931083ad785fc9c9bdf7d768a7f40496c0
refs/heads/master
2021-01-13T14:04:36.426528
2015-08-25T15:51:49
2015-08-25T15:51:49
41,497,983
0
0
null
null
null
null
UTF-8
C++
false
false
1,872
h
// SinkRequestList.h : Declaration of the CSinkRequestList #pragma once #include "resource.h" // main symbols #include "AXChatter.h" #include "_IRequestListEvents_CP.H" #if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA) #error "Single-threaded COM obj...
[ "you@example.com" ]
you@example.com
6cde2ab04adac91e88bf254cabe90d379eb011f9
bff27d403b7d49b1ac0488da1694c41a6c0878cd
/source/static_check.cpp
467d4a15d094cabb9fc922bdee93811c93c69deb
[ "MIT" ]
permissive
joseph-isaacs/Cpp-Talks-Churchill
f5ed4fb82a03fd4c3ee43c466d1907b7eb0757a4
f6bb2cfcc768897fc3e698c3ae80ea454dadc17a
refs/heads/master
2022-11-10T21:19:30.295329
2015-11-25T14:38:25
2015-11-25T14:38:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
256
cpp
#include <iostream> #include <type_traits> class A {}; template <class T> T square(T i) { static_assert(std::is_integral<T>::value, "Integer required."); return i*i; } int main() { A a; square(a); std::cout << square(123) << '\n'; }
[ "joe.isaacs@live.co.uk" ]
joe.isaacs@live.co.uk
ced52868f2bddd0e961efa2166d4d34e497fd826
070ac6be2597147f8c47daa0e5aceb8fefcd8254
/include/GameoverMenu.h
8cea45b91583619b87d6e7805549cd81dbe76ede
[]
no_license
FalahFilano/gempboo
3bdffaf1548e4b470ac755172f8271cf9038c83c
050f191e8d514f165eb86219cc07eebf0a91aefd
refs/heads/master
2021-05-06T02:18:45.479524
2017-12-17T22:10:41
2017-12-17T22:10:41
114,515,746
0
0
null
null
null
null
UTF-8
C++
false
false
596
h
#ifndef PAUSEMENU_H #define PAUSEMENU_H #include "SFML/Graphics.hpp" #define MAX_NUMBER_OF_ITEMS 2 class GameoverMenu { public: GameoverMenu(float Width, float Height); ~GameoverMenu(); void draw2(sf::RenderWindow &window); void MoveUp2(); void MoveDown2(); int Ge...
[ "anandaryan09277@gmail.com" ]
anandaryan09277@gmail.com
d3d343a4d1914ccd4f315ab3a1baa2f7e9635376
5470644b5f0834b9646649da365c96101a2f9b2a
/Sources/Elastos/Frameworks/Droid/Base/Services/Server/src/CCommonTimeManagementService.cpp
1866b28362dda3d9c0c9c2a84223a6bcf3b1da99
[]
no_license
dothithuy/ElastosRDK5_0
42372da3c749170581b5ee9b3884f4a27ae81608
2cf231e9f09f8b3b8bcacb11080b4a87d047833f
refs/heads/master
2021-05-13T15:02:22.363934
2015-05-25T01:54:38
2015-05-25T01:54:38
116,755,452
1
0
null
2018-01-09T02:33:06
2018-01-09T02:33:06
null
UTF-8
C++
false
false
16,417
cpp
#include "CCommonTimeManagementService.h" #include "os/Handler.h" #include "os/ServiceManager.h" #include "Manifest.h" #include <elastos/Logger.h> #include <elastos/StringBuilder.h> #include "os/Binder.h" using Elastos::Core::Threading::Mutex; using Elastos::Core::IRunnable; using Elastos::Core::EIID_IRunnable; using ...
[ "chen.yunzhi@kortide.com" ]
chen.yunzhi@kortide.com
fe8a89e658af41cec24862a75140d0361ca9bf37
6e665dcd74541d40647ebb64e30aa60bc71e610c
/600/Pbx/op/OpTerminateTrying.cxx
0c72075989fb6e28884009b999c01cdd2d0dc998
[]
no_license
jacklee032016/pbx
b27871251a6d49285eaade2d0a9ec02032c3ec62
554149c134e50db8ea27de6a092934a51e156eb6
refs/heads/master
2020-03-24T21:52:18.653518
2018-08-04T20:01:15
2018-08-04T20:01:15
143,054,776
0
0
null
null
null
null
UTF-8
C++
false
false
1,649
cxx
/* * $Id: OpTerminateTrying.cxx,v 1.3 2007/03/07 18:24:08 lizhijie Exp $ */ #include "global.h" #include <cassert> #include <cpLog.h> #include "CancelMsg.hxx" #include "OpTerminateTrying.hxx" #include "UaDeviceEvent.hxx" #include "UaCallInfo.hxx" #include "TimerEvent.hxx" using namespace Vocal; OpTerminateTr...
[ "jacklee032016@gmail.com" ]
jacklee032016@gmail.com
e7eb074b6da9ea1776905c69fe76c1797f1a8dee
185d1d3afb894d419709d2a80ed9d325d9ab66d4
/FS/files ques/filesanother.cpp
377f65b92b23391f3839f88cc4d9fc0db2cb7c15
[]
no_license
mahesh001/Myds-program
9022f101392cb0dc8f3fc667ae6969d67cc372b6
fd2d7f5039e777c03ae7e71a3a4c26e2a93f6816
refs/heads/master
2021-01-17T07:47:11.717396
2017-03-03T17:07:41
2017-03-03T17:07:41
83,792,053
0
0
null
null
null
null
UTF-8
C++
false
false
1,415
cpp
#include<iostream> #include<cstring> #include<cstdlib> #include<fstream> using namespace std; char buffer[1000]; union addr { char cellno[11]; char roomno[7]; }; struct student { char rno[10]; char name[30]; int tag; addr ad; }; void pack(char *buffer,char *x) {//stores every record and ea...
[ "mahesh001" ]
mahesh001
045018fb625de57d72aa35d3e2d41c623d7ed50e
9cb9f425fcf0cd9e551c55d997ce8dd36753b5a5
/Linked Lists/Add_Two_Number_as_List.cpp
a95a65267d173122f4b90e922a40e3993932dd8e
[]
no_license
tejasborkar74/ProblemSolvingIB-
5c1710d5c326c01482963ad426371a77bb41f049
4b28d4747940da1f93d659a1caff647ba4e8626e
refs/heads/master
2023-04-06T06:37:12.380137
2021-04-10T06:24:16
2021-04-10T06:24:16
263,686,908
1
0
null
null
null
null
UTF-8
C++
false
false
668
cpp
/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ ListNode* Solution::addTwoNumbers(ListNode* a, ListNode* b) { if(a==NULL)return b; if(b==NULL) return a; ListNode *ans=new ListNode((a->val +b->val...
[ "tejasborkar74@gmail.com" ]
tejasborkar74@gmail.com
38feae2c7cb2c2216e916f62f264bb1121680771
9df12d3dd6c8cb758905357a7ff4273af7f590af
/Donnees.cpp
34f54b00c5f75a0edbceab50b33c38b13731e604
[]
no_license
Skitak/POO1
0eef9a39b8fad7681896df3c485712a3fd88ef9f
24aee69e7c1fbe583f3fdd1eb0a665ed51c6f79b
refs/heads/master
2021-09-10T11:32:19.899969
2018-03-25T17:45:29
2018-03-25T17:45:29
126,089,072
0
0
null
null
null
null
UTF-8
C++
false
false
1,186
cpp
#include "Donnees.h" #include "Resultat.h" Donnees::Donnees(int a, int b, int c, int d, int e): d1(a), d2(b), d3(c), d4(d), d5(e) { Resultat::addConstructeur(); } Donnees::~Donnees() { Resultat::addDestructeur(); } Donnees::Donnees(Donnees const& autre) : d1(autre.d1), d2(autre.d2), d3(autre.d3), d4(autre.d4), d5(...
[ "bas2205@live.fr" ]
bas2205@live.fr
e0ade7ca4c9826f6544715974855d73978ac81cb
771f1960cd6575b8acc1b27781e77a97722cbc31
/leetCodeSolutionsCpp/src/leetCodeSolutions/validParenthesis.h
80b896bf25734b598c395a23046ca50ca04ccf06
[ "MIT" ]
permissive
hpnog/computingProblems
c67567abb00f0f7d49634631e957590bfb7b20c6
3047e54db83a4c8d3cbcdc46496230f950a5d0b7
refs/heads/master
2020-09-30T06:52:30.491968
2020-07-25T10:54:56
2020-07-25T10:54:56
227,232,538
0
0
MIT
2020-01-02T20:03:04
2019-12-10T23:07:08
C++
UTF-8
C++
false
false
314
h
// Found in https://leetcode.com/problems/valid-parentheses/ // // Time Complexity: O(n) // Space Complexity: O(n) // #include <iostream> #include "problemInterface.h" class SolutionValidParenthesis : public ProblemInterface { public: bool isValid(std::string s); virtual int runTestCases(); };
[ "joao.nogueira01@gmail.com" ]
joao.nogueira01@gmail.com
44bd07c71a3a0ea2f459f1d0f4a94a9b7cbe437e
8b2f9b6633c64743957c32042c3b2166792711c3
/includes/core/sound/CWavLoader.h
0455ba16519b9e319b0b06107bf2378a5e19b7fe
[]
no_license
DavidAStoll/FighterPilotGameCode
bbb54c85a09d8442f94d681f910bc467139bc9a2
9042977373d9e405e38bd3a8f703ab68f53e8f75
refs/heads/master
2016-08-13T01:11:24.821458
2016-03-16T00:07:26
2016-03-16T00:07:26
53,984,044
0
0
null
null
null
null
UTF-8
C++
false
false
587
h
/* * CWavLoader.h * * Created on: May 16, 2012 * Author: dstoll */ #ifndef CWAVLOADER_H_ #define CWAVLOADER_H_ #include "includes/core/standardLibrary/StandardLibrary.h" #include "includes/core/sound/CSoundPlayer.h" #define WAVLOADER_WAV_FILE_HEADER_SIZE_IN_BYTES 44 class CWavLoader { public: CWavLoade...
[ "arendstoll@gmail.com" ]
arendstoll@gmail.com
30edc3be9a7189fea13459b07e3610700b9fe5e9
909dc7c12cb19a30a37c0ec5ef94285ab7958b9b
/src/emu/device-timer.h
c965d59340fa751382b80611de4f3fdf836f55e6
[ "MIT" ]
permissive
mwachs5/rv8
c1cff46c43a0e89c1562bb04bc02fe40b3f45921
216c703ceca79b8aac3699e1fa0efc98587122a1
refs/heads/master
2021-01-23T10:57:34.774137
2017-06-02T00:08:51
2017-06-02T00:08:51
93,113,061
1
0
null
2017-06-02T01:07:33
2017-06-02T01:07:33
null
UTF-8
C++
false
false
3,293
h
// // device-timer.h // #ifndef rv_device_timer_h #define rv_device_timer_h namespace riscv { /* Timer MMIO device */ template <typename P, const int NUM_HARTS = 4> struct timer_mmio_device : memory_segment<typename P::ux> { typedef typename P::ux UX; enum { bits_per_word = sizeof(u64) << 3, num_har...
[ "michael@metaparadigm.com" ]
michael@metaparadigm.com
bc55b2992724ac4bf7ebadaf4c893e4250dfbbdd
4f311064024e32b2cb9540323ee6c8f1ab5d5f99
/experiments/sparsity/fc_test.cpp
0e896155667d96c22e924f88e04577afbee35ca0
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
IntelLabs/SkimCaffe
f876770a954b7dc230fa2d1b5ea15c5e6b7c1a3a
2f66b5a95329a478db3097849f2a6a74d74bb5eb
refs/heads/intel_scnn
2022-12-22T13:12:06.297232
2022-12-16T15:52:14
2022-12-16T15:52:14
63,281,596
260
83
null
2018-04-02T03:10:01
2016-07-13T21:42:40
C++
UTF-8
C++
false
false
11,072
cpp
/* * conv1_test.cpp * * Created on: Apr 15, 2016 * Author: jpark103 */ #include <cstdio> #include <omp.h> #include <immintrin.h> #include <vector> #include <cassert> #include <cstring> #include <cmath> #define CSRMM_REARRANGE_B #include "../../include/caffe/util/csrmm.hpp" #include "SpMP/C...
[ "jongsoo.park@intel.com" ]
jongsoo.park@intel.com
7a6f1aa9dc7605a28430320d29e3025c530fc1f2
93deffee902a42052d9f5fb01e516becafe45b34
/bloom/Yet_Another_Compliance_Problem.cpp
a0a23daf18baa7c4f1271c40aef439ac3b7b0982
[]
no_license
kobortor/Competitive-Programming
1aca670bc37ea6254eeabbe33e1ee016174551cc
69197e664a71a492cb5b0311a9f7b00cf0b1ccba
refs/heads/master
2023-06-25T05:04:42.492243
2023-06-16T18:28:42
2023-06-16T18:28:42
95,998,328
10
0
null
null
null
null
UTF-8
C++
false
false
846
cpp
#include<bits/stdc++.h> using namespace std; #define allof(x) (x).begin(), (x).end() typedef long long ll; typedef pair<int, int> pii; typedef pair<ll, ll> pll; const int MAXN = 505; int cnt[26]; ll nck[MAXN][MAXN]; int main(){ cin.tie(0); cin.sync_with_stdio(0); for(int a = 0; a < MAXN; a++){ ...
[ "kobortor@gmail.com" ]
kobortor@gmail.com
6ab559dc0586e154d8c9d3eb09a01f89e56beca6
69eed80ee7eb670d957d2fe86e3044cab51e517a
/src/main/cpp/vision/find-result.h
6834f3e57e81daefa65658ee33446a7f15da0849
[]
no_license
lineCode/libsikuli
9a6e4a883362002be18741fdecb0e5fc0c32ec6d
b0e2f381375456561a2b4d87b1b2241c7e085b17
refs/heads/master
2021-01-16T07:19:19.254683
2011-01-04T01:34:15
2011-01-04T01:34:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
520
h
/* * find-result.h * sikuli * * Created by Tom Yeh on 8/1/10. * Copyright 2010 sikuli.org. All rights reserved. * */ #ifndef _FIND_RESULT_ #define _FIND_RESULT_ #include <string> struct FindResult { int x, y; int w, h; double score; FindResult(){ x=0;y=0;w=0;h=0;score=-1;text = ""; } ...
[ "doubleshow@gmail.com" ]
doubleshow@gmail.com
9a79f25b5abab0bb39e63dc67735813ff45300a8
e97672d82caaca7de4f1bde83d077c3c61eff9d5
/2018/Week-5/francisco/mpow.cpp
8003146dd9c2294e21cff24dfff56c64de2600df
[]
no_license
lucioeduardo/competitive-codes
3345c48ff6ee7e5c9dd32fff8cf2db1d0904f5e2
cbb8be67f0dd4c92124378cfbc07a34ab6b58c42
refs/heads/master
2021-11-22T21:12:25.346487
2021-10-19T11:48:51
2021-10-19T11:48:51
141,634,356
1
0
null
null
null
null
UTF-8
C++
false
false
1,369
cpp
#include <stdio.h> #define MAX 51 #define M 1000000007 int m; void identity(long long a[MAX][MAX]){ for(int i = 0; i < MAX; i++) for(int j = 0; j < MAX; j++) a[i][j] = (i==j); } void mmult(long long a[MAX][MAX], long long b[MAX][MAX]){ long long temp[MAX][MAX]; for(int i = 0; i < m; ...
[ "fvcneto.master98@gmail.com" ]
fvcneto.master98@gmail.com
b41741ebfcb3065bab3a4be97ca5f2b41fadf0a0
374aa958b3f84c236bc4ff698d606e2d50327cc6
/src/sketch/sketch.ino
019c46baaf6a097e42556eecf0b7fba4ac9b1c83
[]
no_license
loganwilson84/StrangerThingsCreditUnion
1902d5a8a78bb98ac2d913633ea9ceeb6c081aa4
ecbe3e04658391ca011b6b801e5a744a364701e0
refs/heads/master
2020-04-09T15:09:45.403661
2018-12-04T21:59:19
2018-12-04T22:01:39
160,417,597
0
0
null
2018-12-04T21:57:11
2018-12-04T20:54:02
null
UTF-8
C++
false
false
740
ino
#include <FastLED.h> #include "alphabet.h" #define NUM_LEDS 50 #define DATA_PIN 6 #define OFF CRGB::Black CRGB leds[NUM_LEDS]; int msg[] = {S,T,C,U}; int msg_length = 4; void setup() { FastLED.addLeds<WS2811, DATA_PIN>(leds, NUM_LEDS); } void loop() { print(msg, msg_length, 500); rainbowLoop(); ...
[ "eric.roe@outlook.com" ]
eric.roe@outlook.com
ed5d44911234937afc17d08e8025f00db989dfa7
c369c6833c851666a286ad66b9920bf547361303
/src/outvec.cpp
ae4a416ea4e90eed8c1f6e915554c2101dcf7339
[]
no_license
RobertWSmith/RcppRegression
c97d0238aa4ee8ed88d35d533d528b3f307ea355
d0862ae11050d63e84cfd93efd11d86f2d34924e
refs/heads/master
2020-12-24T14:46:05.007432
2013-12-06T07:51:09
2013-12-06T07:51:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,861
cpp
#include "outvec.hpp" void outvec_finalizer( OutVec* ov ) { ov->clear(); } OutVec::OutVec() : data() {} OutVec::OutVec(const OutVec& ov) : data(ov.data) {} OutVec* OutVec::clone() const { return new OutVec(*this); } OutVec& OutVec::operator=(const OutVec& rhs) { if (*this != rhs) { OutVec* ov = rhs.clone(); ...
[ "robert.w.smith08@gmail.com" ]
robert.w.smith08@gmail.com
1f17add67e18d778f559ae2c06dd5336633d5d69
3d381df69e0b1f6af43e3cc1cb0c40322d3f81fa
/example/c/ARM/TIVA/TIVA_I2C/Click_3D_Hall_3_TIVA.cp
9a293bdce1fbc6e678b4cb406eaabc5b438c44f4
[]
no_license
MikroElektronika/3D_Hall_3_click
e48519474c6ceb560bc22ff0debb25dd8080efba
93237a42989850be4d99fc930594b0a403140faa
refs/heads/master
2020-04-27T16:55:01.828084
2019-03-08T08:27:39
2019-03-08T08:27:39
174,497,326
0
0
null
null
null
null
UTF-8
C++
false
false
8,678
cp
#line 1 "C:/Users/Software/Desktop/3D Hall 3 Click Project/3D Hall 3 Click 4/example/c/ARM/TIVA/TIVA_I2C/Click_3D_Hall_3_TIVA.c" #line 1 "c:/users/software/desktop/3d hall 3 click project/3d hall 3 click 4/example/c/arm/tiva/tiva_i2c/click_3d_hall_3_types.h" #line 1 "c:/users/public/documents/mikroelektronika/mikroc pr...
[ "katarina.perendic@mikroe.com" ]
katarina.perendic@mikroe.com
ce3d97d8ea14cee23f3fb211ac86ae2eec2d9a21
dab05c4e66e477e531cb312aefffeed347c9864e
/Archivos_android_Surf/surfAnchallenge.h
ece98138bfac2ea97c225db9f205fd7e810c0cf3
[]
no_license
RSTI-UPM/cibernoid
61ba3599f1f02d11c60e151d0fb6112447c89422
fa6e85c68fce40d3b5f5df0f286e5cf39d4c3206
refs/heads/master
2020-03-28T01:14:38.130903
2018-04-26T11:27:47
2018-04-26T11:27:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
622
h
#ifndef IMANCHALLENGE_H #define IMANCHALLENGE_H #include <stdio.h> #include <sstream> #include <unistd.h> #include <sys/wait.h> #include <stdexcept> #include <vector> #include "opencv2/core.hpp" #include "opencv2/features2d.hpp" #include "opencv2/imgcodecs.hpp" #include "opencv2/highgui.hpp" #include "openc...
[ "pablo17993@gmail.com" ]
pablo17993@gmail.com
a485fe4c41b1dfaa1117797be317174a1f04d3e8
72ca3c783d4946c361c7adc1ee0e728a46337d5b
/configs/GravityBurst_Raise_Mud_Stage_02.cpp
b3429dba7546d3b894fe4aceafd352dc01e54223
[]
no_license
pennyworth12345/ContactConfigCompare
bedad3c99a097509aa2fe676a07f6e3850b62aec
e871366e36c80ad339aaab512b87b69bfe323040
refs/heads/master
2020-07-03T17:49:12.394661
2019-08-12T19:15:33
2019-08-12T19:15:33
201,992,619
2
1
null
null
null
null
UTF-8
C++
false
false
150
cpp
class GravityBurst_Raise_Mud_Stage_02 { class Effect_01 { lifeTime = 17; simulation = "particles"; type = "GravityBurst_Raise_Mud_02"; }; };
[ "pennyworth12345@gmail.com" ]
pennyworth12345@gmail.com
115e90a850c232d99077a694f0b596b8b04fd422
9ada6ca9bd5e669eb3e903f900bae306bf7fd75e
/case3/ddtFoam_Tutorial/0.000100000/Xi
0996a77c3b3254b1f52cb2484a9df3b5ff16b38d
[]
no_license
ptroyen/DDT
a6c8747f3a924a7039b71c96ee7d4a1618ad4197
6e6ddc7937324b04b22fbfcf974f9c9ea24e48bf
refs/heads/master
2020-05-24T15:04:39.786689
2018-01-28T21:36:40
2018-01-28T21:36:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
26,715
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | ...
[ "ubuntu@ip-172-31-45-175.eu-west-1.compute.internal" ]
ubuntu@ip-172-31-45-175.eu-west-1.compute.internal
0693ad8ec3f483d4053746927e66dcc4c35b7a06
e763b855be527d69fb2e824dfb693d09e59cdacb
/aws-cpp-sdk-glacier/source/model/ProvisionedCapacityDescription.cpp
d1c9a567e3fc38267f9a4022f0ac9a4832e17583
[ "MIT", "Apache-2.0", "JSON" ]
permissive
34234344543255455465/aws-sdk-cpp
47de2d7bde504273a43c99188b544e497f743850
1d04ff6389a0ca24361523c58671ad0b2cde56f5
refs/heads/master
2023-06-10T16:15:54.618966
2018-05-07T23:32:08
2018-05-07T23:32:08
132,632,360
1
0
Apache-2.0
2023-06-01T23:20:47
2018-05-08T15:56:35
C++
UTF-8
C++
false
false
2,236
cpp
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
af0a8446fc61a42abca1d7b4ac5a813a9669c5ce
2020834ca037f6951d14edc44cdaa342cc0c27e9
/amxx compiler_1_8_1/include/xtea.inc
b365d837406d9a480915f431be646058821a93c2
[]
no_license
Arxero/awesome-cars-plus-fun-maps
9b1dbde31c2b64e5867e4de524ec3be1b8b0ffa9
a337b85a580c9f20cddffd2c4a87f69976b9d9a6
refs/heads/master
2023-08-09T05:26:44.576136
2023-08-07T18:35:00
2023-08-07T18:35:00
236,209,659
4
0
null
null
null
null
UTF-8
C++
false
false
1,374
inc
/* Extenshion of Tiny Encryption Algorithm from http://143.53.36.235:8080/tea.htm or http://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm developed for Cerberus project by Zefir<zefir-cs@ukr.net> http://up.org.ua/ xmpp://zefir@up.org.ua/ http://cerberus.cstrike.in.ua/ 13 december 2010 (c) Zefir */ #if def...
[ "feruchio599@gmail.com" ]
feruchio599@gmail.com
f763b4a8bc084b6bbd2afab2d1e2a71d7cff387e
41bc79f836e2aead9bdc0bade84dc06397d9b3d2
/Arduino_Software/libraries/RTClib/examples/datecalc/datecalc.ino
4412de175c50ad74481e270b52b72ce655c4d525
[ "MIT" ]
permissive
edinnen/Thanksgiving_Intranet
44ffce06913139d50bd171993ab271ec615c0c69
1e2b4a3f705228e9a92e82ce42217cb9ba6f07b0
refs/heads/master
2023-01-06T18:36:51.544023
2022-12-28T19:15:50
2022-12-28T19:15:50
94,859,889
2
0
MIT
2020-11-10T05:49:29
2017-06-20T06:58:57
Raku
UTF-8
C++
false
false
2,764
ino
// Simple date conversions and calculations #include "RTClib.h" void showDate(const char* txt, const DateTime& dt) { Serial.print(txt); Serial.print(' '); Serial.print(dt.year(), DEC); Serial.print('/'); Serial.print(dt.month(), DEC); Serial.print('/'); Serial.print(dt.day(), DEC); Ser...
[ "stuartdehaas@gmail.com" ]
stuartdehaas@gmail.com
c7f97ed7062e145162c70778d936c8b9915880d7
483ff22f4f72fbd95eadf601875745ef04a0dbd3
/CampusLife/VOJ/HDU_4804.cpp
b59da66815b6f23956c4dac90aaef61b1f0853c7
[]
no_license
Domacles/MyCXXode
a7c98f52824ee62d79e22e9e5f7487c81a2e6108
f72fc8b230d3b4bff8972472a39a66c1103bc341
refs/heads/master
2021-08-24T02:19:54.177050
2017-12-07T16:30:41
2017-12-07T16:30:41
113,472,855
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
721
cpp
#include <map> #include <set> #include <cmath> #include <queue> #include <stack> #include <cstdio> #include <vector> #include <string> #include <utility> #include <cstring> #include <iostream> #include <algorithm> #define eps 1e-5 using namespace std; double a[15],x,y; int ans,n; int main() { while(scanf("%lf%lf...
[ "domacles0124@gmail.com" ]
domacles0124@gmail.com
55d36eac074a9e435538052ddc6afd9c1af9560c
771be1f6af62ae1e5f7e859a2bc33c90adc3006d
/Plugins/EZGame/Source/EZGame/Private/EZGame.cpp
b68a924b552f8c6039158332eb7ef5e91360df6a
[]
no_license
Devil-Beichen/EZGame_Act
b1b5371dc76207bb988f89465311217ffc748ec1
bee6bc25c0dfe39e16fcad3af75f4337369d5553
refs/heads/main
2023-07-27T23:56:29.963977
2021-09-06T13:57:10
2021-09-06T13:57:10
401,707,609
0
0
null
null
null
null
UTF-8
C++
false
false
568
cpp
// Copyright Epic Games, Inc. All Rights Reserved. #include "EZGame.h" #define LOCTEXT_NAMESPACE "FEZGameModule" void FEZGameModule::StartupModule() { // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module } void FEZGameModule::ShutdownModul...
[ "2394439184@qq.com" ]
2394439184@qq.com
25ef98a068e8eeba0752904e999358bcceecaf2e
c6e0a2b7697d2ad8416db928e2bbdeb03dd11bd0
/vlsi_project/batch_1_steiner.h
197d49714cc93c70647b1cde09dbdc3d38953511
[]
no_license
mengcz13/vlsi_project
0778abed5803af1040808c3c736fcbc2b052b39d
c57be59f0e36411b8f9cfadcf39a45bb6e525e0b
refs/heads/master
2021-01-11T10:49:00.049547
2016-12-17T08:35:15
2016-12-17T08:35:15
76,172,750
0
0
null
null
null
null
IBM852
C++
false
false
2,019
h
#pragma once #ifndef BATCH_1_STEINER #define BATCH_1_STEINER #include "utils.h" #include <vector> #include <list> #include <iostream> #include <fstream> #include <map> struct HananInfo { Point p; int diff; HananInfo() {} HananInfo(const Point& p, const int& diff) : p(p), diff(diff) {} bool operator < (const H...
[ "mengcz13@163.com" ]
mengcz13@163.com
8069250d59e595003136914f0e69ccda028d7178
c87127655cf02d9d25b2ee73bd0bf8e9e53c8d20
/src/blockchain_utilities/bootstrap_file.cpp
f1365df305f984836fe61b7f88a885740682f245
[ "BSD-3-Clause" ]
permissive
nioshares/InitiS-Coin
8f2c81b90470946abfd6933efbcc040e2c946b7a
2230331b788bafb659ca3810764c089a60ee3dd9
refs/heads/master
2020-09-26T02:08:55.078501
2019-12-09T03:53:00
2019-12-09T03:53:00
226,138,265
0
0
null
null
null
null
UTF-8
C++
false
false
16,962
cpp
// Copyright (c) 2018-2019, CUT coin // Copyright (c) 2014-2018, The Monero Project // // All rights reserved. // // 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 code must retain the a...
[ "49848701+nioshares@users.noreply.github.com" ]
49848701+nioshares@users.noreply.github.com
629659ddb6b39e3de4c6000a2735bb01ad57b024
b59f72140cf8a84252b210ecbad7c8b4c7b23098
/OpenIGTLinkIOIF/Logic/vtkIGTLIOConnectorWrapper.h
01349ea08b3cb329b0451be177126580c4b2de34
[]
no_license
leochan2009/OpenIGTLinkIOIF
0ad9a23e551a3b1854d8427d6e85a98129c540c0
3bed0189c86eaf436fcc9a6551c352cbb1e27e8e
refs/heads/master
2020-04-02T05:50:54.667166
2016-07-05T19:56:28
2016-07-05T19:56:28
62,665,488
0
0
null
null
null
null
UTF-8
C++
false
false
2,556
h
/*=auto========================================================================= Portions (c) Copyright 2009 Brigham and Women's Hospital (BWH) All Rights Reserved. See Doc/copyright/copyright.txt or http://www.slicer.org/copyright/copyright.txt for details. Program: 3D Slicer Module: $RCSfile: vtkMRM...
[ "leochan2009@hotmail.com" ]
leochan2009@hotmail.com
e59f7fd6231d45b7a1335f123d83f6e7de2dbd76
f125d550d0457a35220ed35a375c8820efd373e6
/Userland/Libraries/LibJS/Runtime/BigIntPrototype.cpp
84b6617fe5cc88f7f4e300ea6749d30b221c274e
[ "BSD-2-Clause" ]
permissive
seven1m/serenity
3c4a744fe1cc65e54c9aa62c9f97fb5df04b43bf
447b8e808219d7f326fa6a4fd922adf7a3f86759
refs/heads/master
2021-06-24T19:44:42.274014
2021-02-07T17:25:30
2021-02-07T17:36:31
207,917,650
1
0
BSD-2-Clause
2019-09-11T22:28:44
2019-09-11T22:28:44
null
UTF-8
C++
false
false
3,248
cpp
/* * Copyright (c) 2020, Linus Groh <mail@linusgroh.de> * All rights reserved. * * 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 code must retain the above copyright notice, this *...
[ "kling@serenityos.org" ]
kling@serenityos.org
2b3adc5018707ecf559fdb3b777803a90952ccba
c591b56220405b715c1aaa08692023fca61f22d4
/Milijolly/Milestone10/M10(Q15).cpp
555c01ba8ced3280a03c2447d9cd6bc2487ed9fd
[]
no_license
Girl-Code-It/Beginner-CPP-Submissions
ea99a2bcf8377beecba811d813dafc2593ea0ad9
f6c80a2e08e2fe46b2af1164189272019759935b
refs/heads/master
2022-07-24T22:37:18.878256
2021-11-16T04:43:08
2021-11-16T04:43:08
263,825,293
37
105
null
2023-06-05T09:16:10
2020-05-14T05:39:40
C++
UTF-8
C++
false
false
556
cpp
//Write a C++ program to find all prime numbers between given interval using functions #include<fstream> // cin, cout and file related functions #include<iostream> #include<conio.h> #include<math.h> using namespace std; void prime(int n) { int count; cout<<"prime numbers are "<<endl; for(int j=2;j<=n;j++...
[ "66016518+MiliJolly@users.noreply.github.com" ]
66016518+MiliJolly@users.noreply.github.com
6b44ecb9380d3398eba18783eb774dfc9d08990d
44833940d8b934094cd526fdba78e2082daf2ceb
/EzGame-1.0.0/UnitTest/EzMain3DTest/stdafx.cpp
27dc62d8725efd234b2b484a75860d49197f7a6d
[]
no_license
BGCX067/ezgame-svn-to-git
7790617ceff6fdb98c60e51282f3438d32eecfc0
e7fdedac48bbdcb16acc4536701f90077a7aad75
refs/heads/master
2016-09-01T08:51:24.193235
2015-12-28T14:17:51
2015-12-28T14:17:51
48,874,523
0
0
null
null
null
null
UTF-8
C++
false
false
299
cpp
// stdafx.cpp : source file that includes just the standard includes // EzMain3DTest.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "you@example.com" ]
you@example.com
265aa54403d340c11ac1980de9385174f52e22ed
9500d3c808215edc1ca906206343c282d99f9979
/ED-03A/Monitoria04 - Lista Encadeada/QX_List.h
36583bfb9b925f33ccdeb53af87aebbfa51aa1f9
[]
no_license
HenrickyL/Monitoria_2020-1
2ea7f6646113e1737d0955c7f86f07d483049d6d
e55ad9d2e9326a5881af8420cc1449339f58a6a8
refs/heads/master
2021-04-04T03:24:35.501039
2020-10-21T00:08:01
2020-10-21T00:08:01
248,421,031
0
0
null
null
null
null
UTF-8
C++
false
false
1,261
h
// Arquivo Header - cabeçalho #ifndef QX_LIST_H #define QX_LIST_H struct Node; /* * Quando trabahamos com classe chamamos as variáveis de atributos e as funções de Métodos. * Encapsulamento nos permite fazer a proteção de certas métodos ou atributos */ class LinkedList{ public: LinkedList(); ...
[ "henrickyL1@gmail.com" ]
henrickyL1@gmail.com
fd47aa46281b8e41a83d547b176eb0d28724ca9c
9babb8a0430005223f3383f010dfe7cbe1ff4ae9
/external/eigen/test/ref.cpp
ebfc70d3d1ce4e4280df37262c9a8901332fd4bc
[ "MIT", "GPL-3.0-only", "Minpack", "BSD-3-Clause", "Apache-2.0", "LGPL-2.1-only", "MPL-2.0", "LGPL-2.0-or-later", "LGPL-2.1-or-later" ]
permissive
mlivesu/cinolib
964f857a2d19321a968521a20e79409c1f0103f2
a6249b9be0ce6a61536bf61f8206ee6f00e3f1ac
refs/heads/master
2023-08-14T03:28:18.385368
2023-07-21T21:21:09
2023-07-21T21:21:09
100,456,759
734
88
MIT
2023-05-05T14:13:11
2017-08-16T06:41:43
C++
UTF-8
C++
false
false
14,363
cpp
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 20013 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can o...
[ "marco.livesu@ge.imati.cnr.it" ]
marco.livesu@ge.imati.cnr.it
0b9a19a659975028b7f4ce0df89e23bb0084933b
3a879f34722a58daff97ec1c3bc8559f60730233
/includes/Game.hpp
7d0bffa84fdf1b89ba14e3e47345fb1a27960bce
[]
no_license
simbaste/Bomberman
d86ec7d337c6a8300ca119854d7b2453fff7d29a
98a0694c46958c103e82495cc7f43c352d0d6521
refs/heads/master
2021-01-20T19:19:35.072829
2016-06-14T15:35:52
2016-06-14T15:35:52
61,134,641
0
0
null
null
null
null
UTF-8
C++
false
false
3,221
hpp
#ifndef GAME_HPP_ # define GAME_HPP_ #include <irr/irrlicht.h> #include <vector> #include <string> #include <Sound.hpp> #include "Event.hpp" #include "Tools.hpp" class Ia; class Player; class Character; class Map; class Game { private: std::vector<keyMap *> KeyBind; irr::IrrlichtDevice *device; irr::vi...
[ "stephanedarcy.simomba@epitech.eu" ]
stephanedarcy.simomba@epitech.eu
e6b24058ed37bb5afdf9d12f963fcfcae6f5e5cf
564e65be56b4686e714eaeb15a6fa9df873371b4
/opencv/modules/core/src/dxt.cpp
d4ece3719bd881749cc9f390a39ef65a49fd8f0c
[ "BSD-3-Clause" ]
permissive
klimentLambevski/CulturalGuide
08ee0064f57f7fcd9ed7b06374a3f1d950a0bade
d2e316f15d8a15f19032a3100e1ebed5c19790ed
refs/heads/master
2021-01-10T20:43:42.723533
2014-06-28T16:59:52
2014-06-28T16:59:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
119,299
cpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "kliment@anas-MacBook-Air.local" ]
kliment@anas-MacBook-Air.local
3b354ff7e6fa996960785a14a7b1459bc5802006
57a96810a76edc1774fb55ff4a11fcf71197180c
/RCubeController/RCubeController.ino
3dcb286f964329e352c2f57853a0e554b7ada48d
[]
no_license
tomas-macek/RCubeController
3c9fa3d6b5a9b49062c925549a3aee4644b1f50f
b619ae113ca9c5a132e84dbca3c1aa37e733ed5c
refs/heads/master
2023-06-24T12:46:57.646690
2020-10-25T09:51:54
2020-10-25T09:51:54
384,748,958
0
0
null
null
null
null
UTF-8
C++
false
false
21,741
ino
/* Updated by Tomas Macek to support: handling attached i2c display measure time of the cube assembly from first move (after reboot) to last moov leading to assembled cube triggering commands by cube move sequence This project is based on: DhirajGehlot: smartCube github project https://github.c...
[ "tomas_macek@cz.ibm.com" ]
tomas_macek@cz.ibm.com
bbb5ca658d3cf5f4059b59c40138fcdbe7cbf56f
7664f31fd8a94671af5c1d92ca211cddd083672b
/QtCreator快速入门/Qt串口通信专题教程/相关文件/Qt串口图文详解教程中的源码/mycom/mainwindow.cpp
c9672733aabee53d51d4d0dfa6e56bbc4d7e70de
[ "MIT" ]
permissive
TenYearsADream/Qt
83e8bf1878619d2bdbee7d20f6d1b905fa102992
54d961c6a8123d8e4daf405b7996aba4be9ab7ed
refs/heads/master
2020-05-20T18:49:25.674035
2019-01-03T02:18:48
2019-01-03T02:18:48
null
0
0
null
null
null
null
GB18030
C++
false
false
3,474
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); ui->closeMyComBtn->setEnabled(false); //开始“关闭串口”按钮不可用 ui->sendMsgBtn->setEnabled(false); //开始“发送数据”按钮不可用 } MainWindow::~MainWin...
[ "xiaohaijin@yahoo.com" ]
xiaohaijin@yahoo.com
9cb2e56ae96e382d4012c1d000269b9faf59f080
fda024414036e689368297633756badb78f2a4de
/engine/toolkit/leveleditor/code/interfaces/interface.cpp
8b38551a3c2a2e2ceb61b7adfdf90b3ac12ba353
[ "BSD-2-Clause" ]
permissive
fLindahl/vortex
c830daf9de0dfe7e9d6e1df1a11419d7f7a4a0f6
17c98ae4bf54b1dce4f693815339e1006d5275a0
refs/heads/master
2021-09-12T13:23:35.107784
2018-04-17T07:58:19
2018-04-17T07:58:19
84,658,615
1
1
null
null
null
null
UTF-8
C++
false
false
733
cpp
#include "interface.h" namespace Interface { __ImplementClass(Interface::InterfaceBase, 'IfBs', Core::RefCounted) InterfaceBase::InterfaceBase() : additionalFlags((ImGuiWindowFlags_)0), name("NAME NOT SET"), open(false) { } InterfaceBase::InterfaceBase(Util::String name) : name(name), open(false) {...
[ "fredrik-lindahl@outlook.com" ]
fredrik-lindahl@outlook.com
e1df01125ff1ad3db1b814e0a6daa5fce810c783
1500251d1a7d501b67acc0f777997b54e26013cc
/EGC/tem2/Framework-EGC-master/Source/Game/Cloud.h
1dbb4a190a6e5459525cf979bce784186f7501d2
[]
no_license
Amper20/University-Projects
f45faccbba0895c6824e59ebcbd917da52d76d46
f9d36f4644b42d56b69ae1038a69cb8ca000c677
refs/heads/master
2023-02-22T23:23:26.851656
2020-03-11T14:55:30
2020-03-11T14:55:30
183,091,535
0
0
null
null
null
null
UTF-8
C++
false
false
777
h
#pragma once #include <Component/SimpleScene.h> #include <Component/Transform/Transform.h> #include <Core/GPU/Mesh.h> #include <tuple> using namespace std; class Cloud{ public: Cloud(); ~Cloud(); void Update(float deltaTimeSeconds); void UpdatePoz(); vector<tuple<Mesh*, glm::mat4, Shader*, glm::vec3>> ge...
[ "dan.butmalai@stud.acs.upb.ro" ]
dan.butmalai@stud.acs.upb.ro
8f94fbd4546f4c2c122ca5767930b913671f11f8
1389413dcfe9e640a691d8b204bb42f41320f5dd
/UserXMLFile.h
bf376ce98145ee5d135c4ee5312be838ebde999e
[]
no_license
TomaszJozwiak/FinanceAsistant
3814ad4f5464c596a760465fd0bfea66266c25ff
692396fcdeb9eab3c0a5fcd5bf6477e36cac4fc0
refs/heads/master
2020-04-21T14:51:01.376820
2019-02-11T19:59:57
2019-02-11T19:59:57
169,648,624
0
0
null
null
null
null
UTF-8
C++
false
false
466
h
#ifndef USERXMLFILE_H #define USERXMLFILE_H #include <iostream> #include <vector> #include "Markup.h" #include "User.h" #include "HelpingMethods.h" using namespace std; class UserXMLFile { string fileWithUsersName; public: UserXMLFile() { fileWithUsersName = "users.xml"; }; void addSing...
[ "tomasz.jozwiak.programista@gmail.com" ]
tomasz.jozwiak.programista@gmail.com
9fa9965f74d73989f9212f741ee3dea7a1f00c73
b1988825870be4a60e8e9233954dea02a21faad3
/CurrentCharging.cpp
b2c21af22733b4d0b40f62cf768c57880578d9c3
[ "MIT" ]
permissive
clean-code-craft-tcq-1/current-ranges-cpp-RaveendranArun
4378d2d7cfba95d1f13a85b6934fdb26cac521da
0b1e72c0525e1ce6e3a2fd876c004b1da710fb6e
refs/heads/main
2023-04-13T01:13:12.412477
2021-04-30T03:06:56
2021-04-30T03:06:56
362,844,568
0
0
MIT
2021-04-29T14:26:36
2021-04-29T14:26:31
Shell
UTF-8
C++
false
false
1,501
cpp
#include "CurrentCharging.h" CCurrentReport:: CCurrentReport(vector<int>& samples) { sortedSamples = sortPeriodicCharingCurrentSamples(samples); } CCurrentReport::~CCurrentReport() { } vector<int> CCurrentReport::sortPeriodicCharingCurrentSamples(vector<int>& samples) { sort(samples.begin(), samples.end())...
[ "arunr4957@gmail.com" ]
arunr4957@gmail.com
48bcb250d16e73d1a3da7e565ad023e61ab912ca
5b6bb5f535760e19df8dd8362dcb7bc5421f55b8
/MqttTunnel/Stdafx.cpp
a25cd4a33185bfa776cb55a9d2d7230749aadc06
[]
no_license
1292547006/project
00ea596da57e549fe4ddcf9c7d87beec13126799
f8a7c4842c10f63b210afb468ba9e88c125a1ce7
refs/heads/master
2022-12-28T23:27:50.095883
2020-10-15T01:55:36
2020-10-15T01:55:36
303,242,974
0
0
null
null
null
null
GB18030
C++
false
false
113,915
cpp
// stdafx.cpp : source file that includes just the standard includes // MouseRemoteControl.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" #include "Service.h" //全局变量 extern volatile int g_DebugMode; extern volatile int g_RunServrice; extern char g_...
[ "ly@thingslabs.com" ]
ly@thingslabs.com
b9c9bddee881503378682f8ab8e1a1c00d2daa46
bdb940d04252d2baa9b7a053278e9128488c71a4
/tools/simplify.cc
c1e70f41d8aa033f57a01c26592a5c330c4dcd7a
[ "BSD-3-Clause" ]
permissive
flanggut/smvs
837738e7eefaaa020b8ad0202ceace2bef6950a8
2083c7b4c01020ce5239087b0714a668bf51bb3d
refs/heads/master
2022-05-01T05:19:11.727096
2022-04-25T10:59:50
2022-04-25T10:59:50
63,158,938
254
86
BSD-3-Clause
2020-11-14T15:42:10
2016-07-12T13:11:02
C++
UTF-8
C++
false
false
2,867
cc
/* * Copyright (c) 2016, Fabian Langguth * TU Darmstadt - Graphics, Capture and Massively Parallel Computing * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD 3-Clause license. See the LICENSE.txt file for details. */ #include <iostream> #include <stdexcept> #...
[ "fabian.langguth@gmail.com" ]
fabian.langguth@gmail.com
8161da42828ecc06e1c1e6d89789729ae147d908
560eaf4ffe99664ff08bb50c9bef925f91443202
/Source/Shared/DirRefFilter.h
496baaef349a2da34139c8ef3891f217bd507368
[ "BSD-3-Clause" ]
permissive
Teknomancer/beezer
a535438175bed00706aea5b515d7ec898df2f858
ebf984c65dc743662cc3eafe58102d4a7f9333ce
refs/heads/master
2023-01-05T17:07:02.541532
2023-01-02T10:30:15
2023-01-02T10:30:15
207,760,961
4
0
null
null
null
null
UTF-8
C++
false
false
304
h
// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2022 Chris Roberts. // All rights reserved. #include <FilePanel.h> class DirRefFilter : public BRefFilter { public: DirRefFilter(); virtual bool Filter(const entry_ref* ref, BNode* node, struct stat_beos* st, const char* filetype); };
[ "cpr420@gmail.com" ]
cpr420@gmail.com
74fc0f158eef5e805577d2b75cc517a5efee62dc
79d3e4d441210314cf7452d95dbe3ff3345cf84a
/freud-dwarf/code-gen.cc
b1db40ba9b85888b0742cf3c944f36a02c39b24c
[ "Apache-2.0" ]
permissive
blockspacer/freud
a731ef4fcf1b476a96b710be80ff121d5beefc30
2e8f9fc7cad0cec1f9b2fbba8ec9e58a4ee10955
refs/heads/master
2022-05-24T09:01:37.882671
2020-04-30T11:35:54
2020-04-30T11:35:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,478
cc
#include <fstream> #include "code-gen.hh" #include "utils.hh" extern std::unordered_map<std::string, std::list<std::string>> artificial_features; std::string code_generator::get_complex_feature_processing_text_from_addr(const struct member &m, std::unordered_set<std::string> &used_names) { // THIS METHOD IS CALLED ...
[ "rogord@usi.ch" ]
rogord@usi.ch
ca9ab1f0578088fbcb67fc382714d81284500b6d
f840322a2f6ac3d052bd17b22fea5c0ba322e19d
/vividFacesDemo/Pods/TensorFlow-experimental/Frameworks/tensorflow_experimental.framework/Headers/tensorflow/core/kernels/boosted_trees/boosted_trees.pb.h
98bb4c9cefea659df25cb80968955341710de90a
[ "MIT" ]
permissive
KeyKy/vividfaces
1b97d8bb97730aa4fbd30ed3878435f61b17c147
8a62a78d8a59f7207159190a2193cb6671467cf2
refs/heads/master
2020-05-28T08:28:14.348780
2019-05-08T04:21:07
2019-05-08T04:21:07
null
0
0
null
null
null
null
UTF-8
C++
false
true
109,908
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: tensorflow/core/kernels/boosted_trees/boosted_trees.proto #ifndef PROTOBUF_tensorflow_2fcore_2fkernels_2fboosted_5ftrees_2fboosted_5ftrees_2eproto_INCLUDED #define PROTOBUF_tensorflow_2fcore_2fkernels_2fboosted_5ftrees_2fboosted_5ftrees_2eproto_INC...
[ "zoonewbie@gmail.com" ]
zoonewbie@gmail.com
dbc9e762bdbc7b96f16732b1bb098ce9eb0f843e
6d394c9874b509725b19b981e2a988c7bc4151be
/Project/src/point.cpp
1d5540a399203c9cc0bc48626c8b0c390f33cb58
[]
no_license
ragmar/ShadowReflectionRefraction
91a29c83c046fa859df1f3c27f550c5a5059e549
68d98c8428f53b826ad78477389a0e1a0971e670
refs/heads/master
2020-05-26T15:11:58.734360
2020-03-23T20:14:05
2020-03-23T20:14:05
85,009,553
1
2
null
2017-03-15T01:34:24
2017-03-15T00:06:21
null
UTF-8
C++
false
false
1,653
cpp
#pragma once #include "point.h" point::point(float x,float y,float z){ this->x=x; this->y=y; this->z=z; } point::point(){ x=0; y=0; z=0; } point::~point(){ } void point::operator=(point punto){//igualo puntos x=punto.x; y=punto.y; z=punto.z; } point point::operator*(poin...
[ "sansalejandro@gmail.com" ]
sansalejandro@gmail.com
114c184a47f12c33f8545e86e97838daec81f5d6
78956b89288a49b75273d52772f49644defdd99b
/2017_RoundB/mathEncoder.cpp
199b8383d3552d2f994571a2d51229aa9faa1497
[]
no_license
Pranta-Palit/GoogleKickStart_Solutions
592cc7ccb7d716c33deb7e5d24020c50c6bcc79f
77f524d89493fa1dc54bda03e885015470a91465
refs/heads/master
2022-11-30T05:56:35.998509
2020-08-11T02:41:25
2020-08-11T02:41:25
287,049,817
1
0
null
2020-08-12T15:28:15
2020-08-12T15:28:14
null
UTF-8
C++
false
false
811
cpp
#include <iostream> #include <algorithm> #include <vector> #include <map> #include <string> #include <set> #include <cmath> #include <unordered_map> #include <unordered_set> #include <cstring> #include <climits> #include <queue> using namespace std; long long P[10001]; int numbers[10001]; int main(){ int T; c...
[ "xilaizhang@g.ucla.edu" ]
xilaizhang@g.ucla.edu
15ef0ab32817154885548b465d74376715393592
7a16692833b31e6bd8e21eb9d9ac5a373feb788e
/Project3/boj2902.cpp
57496ff66061470ae97cc9880d0c99ddd0fe3a8c
[]
no_license
rkdwlss2/Project3
558298cddb81a7427c68118bcc9406aac6695de1
efbf01e6bcde535b738ea7c55d9ca05a2e9c4571
refs/heads/master
2023-09-05T22:33:57.357142
2021-10-30T08:47:28
2021-10-30T08:47:28
365,490,758
0
0
null
null
null
null
UTF-8
C++
false
false
309
cpp
/*#include <iostream> #include <string> using namespace std; int main() { ios::sync_with_stdio(0); cin.tie(0); string str; cin >> str; string answer = ""; for (int i = 0; i < str.size(); i++) { char now = str[i]; if (now >= 'A' && now <= 'Z') { answer += now; } } cout << answer << '\n'; }*/
[ "rkdwlss2@gmail.com" ]
rkdwlss2@gmail.com
0459855d74fd4974725121c542e0e426634ea71d
a6a7b8742f5299e6537fa8065eff71d65132ea1a
/Coding-Ninjas/Lecture-6-Dynamic-Programming/magic_grid.cpp
633f1a98252ff0e16b19631e32ca4eec22bd5018
[]
no_license
blackenwhite/Competitive-Coding
bb25994a9ffe3c8ac1476b4b11640a01f10e36e7
c95ecfc1dfc7879c02899341083569a4e60da2f8
refs/heads/master
2021-05-19T08:23:41.785230
2020-04-02T13:12:04
2020-04-02T13:12:04
251,603,623
0
0
null
2020-03-31T12:59:16
2020-03-31T12:59:16
null
UTF-8
C++
false
false
1,275
cpp
#include <bits/stdc++.h> using namespace std; int min_health(int **input,int n,int m) { int **dp = new int*[n]; for(int i = 0; i < n; i++) dp[i] = new int[m]; dp[n-1][m-1] = 1; dp[n-2][m-1] = 1; //Top of bottom most dp[n-1][m-2] = 1; //Left of bottom most for(int i = n-2 ; i >= 0; ...
[ "amrithchallenger@gmail.com" ]
amrithchallenger@gmail.com
78ca3f7217f960c2de533694c2474b7aeca3aade
a661b1ffcd14a0bedfaa9445afa36c9a80220dd4
/LegendOfTheSquareHammer/main.cpp
dd59f960f37ed793f85a3e52eb1f91501a132cc2
[]
no_license
medranSolus/LegendOfTheSquareHammer
48df61ae51ee5b64e4dab3e00d14ac34817468c1
b172116bc01e12e2033fa4fd96498d9043d6fc5c
refs/heads/master
2023-04-29T09:58:29.985365
2021-05-14T15:07:43
2021-05-14T15:07:43
343,153,331
4
0
null
null
null
null
WINDOWS-1250
C++
false
false
25,359
cpp
/* Author: Marek Machliński Date: 28.02.2021 */ #include "Data.h" #include "EventHandler.h" #include "Game.h" #include <ctime> #include <filesystem> namespace LOTSH { void Initialize(); void Close(); void LoadMedia(); void Menu(); void NewGame(); void LoadGame(); std::unique_ptr<Renders::Objects::Player> Create...
[ "marekin450@spoko.pl" ]
marekin450@spoko.pl
e14b4e0043e4599abc93a0f03cc2a22b549ed91d
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/Halide/2017/12/PyArgument.h
30f5c0b51faceea51dc38604e46d3d246df43a2a
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
286
h
#ifndef HALIDE_PYTHON_BINDINGS_PYARGUMENT_H #define HALIDE_PYTHON_BINDINGS_PYARGUMENT_H #include "PyHalide.h" namespace Halide { namespace PythonBindings { void define_argument(); } // namespace PythonBindings } // namespace Halide #endif // HALIDE_PYTHON_BINDINGS_PYARGUMENT_H
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
cc37d7e714a0426b818564a4cdb299cd99cc6db1
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRendererRibbons.h
f65193f2a7603f486aee44f30f95c87c47f35038
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
2,779
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. /*============================================================================== NiagaraRenderer.h: Base class for Niagara render modules ==============================================================================*/ #pragma once #include "NiagaraRibbonVe...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
52567d3009ffa79bd7eb695bb969ba416d3850e5
a6f5f892568fbe784c2e40ec7a209190040fd8dd
/Kronshtadt/router/src/balancer/model/DistanceModel.h
85dbe7bb9deee1029ebb27feb03ffae68efb5329
[]
no_license
roknyazev/tmp
f831fbee8c4fc7f6001798c3228bfe96d3736a6e
b02e5ecfd8b5296ad642887a3cf028211a77e338
refs/heads/master
2023-07-10T05:14:46.257239
2021-08-07T16:34:08
2021-08-07T16:34:08
393,733,902
0
0
null
null
null
null
UTF-8
C++
false
false
408
h
// // Created by romak on 25.05.2021. // #ifndef ROUTER_DISTANCEMODEL_H #define ROUTER_DISTANCEMODEL_H #include "AModel.h" #define EARTH_RADIUS 6371 class DistanceModel : public AModel { private: int calcWeight() const override; public: DistanceModel(Hub *departure, Hub *destination); DistanceModel() = default; v...
[ "romaknyazev55@yandex.ru" ]
romaknyazev55@yandex.ru
959205b075363cf258ff1024c6d9bf5e327a77d1
c9cf0586ace11aa32fa67606d237a130a06364ee
/circular-cylinder-2-30/3.5/p
b43ad6f499e3eb88992b0126896c6c62e0243359
[]
no_license
jezvonek/CFD-Final-Project
c74cfa21f22545c27d97d85cf30eb6dc8c824dc1
7c9a7fb032d74f20888effa0a0b75b212bf899f4
refs/heads/master
2022-07-05T14:43:52.967657
2020-05-14T03:40:56
2020-05-14T03:40:56
262,370,756
1
1
null
null
null
null
UTF-8
C++
false
false
93,513
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6.0 \\/ M anipulation | \*-----...
[ "danieler@login3.stampede2.tacc.utexas.edu" ]
danieler@login3.stampede2.tacc.utexas.edu
cc9bd41e1363ccd2039222706479af2e5a4c127e
48c992f9d8cda8163422b316d1ea414aa1740d80
/SanMachineLearningSolution/Toolkit/Core/Container/SanTree.h
f86f082cd7a1d9251eb3baae6fee1e30779ccfbc
[]
no_license
zxyinz/MachineLearningToolkit
f2d802a1b9e6b8df9a54e018b82b6d2b6e30a8bc
a4adfbe322c47e605ef0074b3d47444d062ff9ba
refs/heads/master
2021-06-13T22:33:10.186716
2017-03-04T07:29:10
2017-03-04T07:29:10
18,510,799
0
0
null
null
null
null
UTF-8
C++
false
false
12,450
h
//Project: San Lab Game Engine //Version: 2.1.1 //Debug State: Add tree container [_stree, _swtree, dfs_iterator, bfs_iterator] #include"SanContainerDef.h" #pragma once using namespace std; namespace San { #ifndef __STDCONTAINER_TREE_H__ #define __STDCONTAINER_TREE_H__ #pragma region San weighted tree structure defina...
[ "zxyinz@gmail.com" ]
zxyinz@gmail.com
737c60633e52447bcf356e7ade7e353e28cca40c
d733e27f9a6d6aacb70bce85ad30f0acbe483ae7
/GFX1/Model3D.cpp
9dcaeafff9d3f6a336c8e09eba17529fdaa77002
[]
no_license
dsmccurdy/GFX1
2d1abdb056c12f41eac6fa1cbf9343b95f944502
daa77f6f942348aea1b5fbb39cd51d052931fafc
refs/heads/master
2021-01-01T06:04:42.370793
2015-03-11T19:31:03
2015-03-11T19:31:03
32,036,898
0
0
null
null
null
null
UTF-8
C++
false
false
2,885
cpp
#include "Model3D.h" #include "Debug.h" #define _USE_MATH_DEFINES #include <math.h> #include <d3d9.h> #include <d3dx9.h> #include <vector> namespace Assignments{ namespace Model3D{ Model3D::Model3D(std::shared_ptr<Graphics::IGraphics> gfx, const std::string str){ this->gfx = std::static_pointer_cast<Graphics:...
[ "mccurdyskyler@gmail.com" ]
mccurdyskyler@gmail.com
9886cd2b77ed3d8f0c96eb70e8aab6628ddc1677
e87433ebed69640ba4666691460b507180291a90
/lintcode/Cpp/33.N-Queens.cpp
989b016e39ebefa7c06fcf046a3c4f121bae6a87
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
karolinaWu/leetcode-lintcode
4501ad284c4124e691cfdaaa566660edc32d672e
bc06cf8bd20b6e4753b9c5d5ec74d9c43a8140ee
refs/heads/master
2022-11-22T18:22:54.881897
2020-07-24T13:57:50
2020-07-24T13:57:50
282,246,839
1
0
MIT
2020-07-24T14:55:17
2020-07-24T14:55:16
null
UTF-8
C++
false
false
1,153
cpp
// https://www.lintcode.com/problem/n-queens/description // dfs class Solution { public: bool isValid(vector<string>& board, int row, int col) { for (int k = 1; k <= row; ++k) { if (board[row - k][col] == 'Q') return false; if (col - k >= 0 && board[row - k][col - k] == 'Q') retur...
[ "tianhangyu8886@gmail.com" ]
tianhangyu8886@gmail.com