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
27e06a5f79fce86efac759bc8a9987dad2933ff5
ab90a6a4f7bb63d2d19eba4644e4910ccafbfcbe
/pub/1062.cpp
2cef28a49cd158d82e8c97e585234e5d89fbfd80
[ "MIT" ]
permissive
BashuMiddleSchool/Bashu_OnlineJudge_Code
cf35625b5dcb2d53044581f57f1ff50221b33d2a
4707a271e6658158a1910b0e6e27c75f96841aca
refs/heads/main
2023-04-22T08:12:41.235203
2021-05-02T15:22:25
2021-05-02T15:22:25
363,435,161
2
0
null
null
null
null
UTF-8
C++
false
false
194
cpp
#include <iostream> using namespace std; int main( ){ long long f1,f2,f; int i,n; cin >> n; f1=f2=1; if(n<=3) f=1; else for(i=4;i<=n;i++) { f=f1+f2; f1=f2; f2=f; } cout << f; }
[ "60656888+ELEVENStudio-Main@users.noreply.github.com" ]
60656888+ELEVENStudio-Main@users.noreply.github.com
e42a02d3e5e986dd6a2d79e7dffbac917a29261c
586cf9763ce5649b397a1e18c31bd0ac87978fe5
/src/polynomial/radau.cpp
ce9421d086b357c3a4044111eac1a9112d741f79
[ "BSD-3-Clause" ]
permissive
piyueh/SimPoly
934631ac9f1604a8fb868c05ad675c34fa5a68b8
c3eb1627f784bed522c84b2c39555ba7e48582f2
refs/heads/master
2021-09-14T23:11:12.360788
2018-05-21T22:59:11
2018-05-21T23:17:55
119,622,438
0
0
null
null
null
null
UTF-8
C++
false
false
1,111
cpp
/** * \file radau.cpp * \brief Implementation of factory creating Radau polynomials. * \author Pi-Yueh Chuang * \version beta * \date 2018-05-21 */ # include <cmath> # include "exceptions.h" # include "polynomial.h" using namespace simpoly::basic; using namespace simpoly::exceptions; namespace simpoly { nam...
[ "pychuang@gwu.edu" ]
pychuang@gwu.edu
e1d5c82ccdfb01c06da3b4b872c3ce3adb35b49f
878175c7acd229de8d905cf7affdd2e1a879951f
/contests/uri/uri-1115.cpp
4b2ff5ecd021d3a27fb5c45244e6d137da810e71
[ "MIT" ]
permissive
leomaurodesenv/contest-codes
a9c99dad48db4804c5b5aa6d54b0f7b296922d7e
f7ae7e9d8c67e43dea7ac7dd71afce20d804f518
refs/heads/master
2021-10-16T09:12:30.988244
2019-02-09T20:26:37
2019-02-09T20:26:37
126,015,286
0
0
null
null
null
null
UTF-8
C++
false
false
1,234
cpp
/* * Problema: Quadrante * https://www.urionlinejudge.com.br/judge/pt/problems/view/1115 */ #include <iostream> #include <iomanip> #include <cstdio> #include <cstdlib> #include <numeric> #include <string> #include <sstream> #include <iomanip> #include <locale> #include <bitset> #include <map> #include <vector> #include...
[ "leo.mauro.desenv@gmail.com" ]
leo.mauro.desenv@gmail.com
231972f4c1e2f6934051bbb43c4bbbf5b1ecbb12
3bfb37bd092cb3e448620ad7cb3088dca32256f2
/python/jittor/extern/cuda/cublas/ops/cublas_matmul_op.cc
603fa5c42ddb41bc9ceb02d12237e231b8abe217
[ "Apache-2.0" ]
permissive
zhujindi/jittor
25a46c60e955597053db49c824754f40a59eb3ff
a1a82f6b2c5d46bcc32dc0495e6fae0104cee7a9
refs/heads/master
2023-08-29T22:04:41.729697
2021-11-01T04:20:45
2021-11-01T04:20:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,421
cc
// *************************************************************** // Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: // Guowei Yang <471184555@qq.com> // Dun Liang <randonlang@gmail.com>. // // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part ...
[ "randonlang@gmail.com" ]
randonlang@gmail.com
573bfa4d9c64169d014ebb14f88004deb2801791
3f7353c7a4f15b7b8341eddc3c9f1bfe9dc3cc07
/tracklist.cpp
b2dd4f7a54ee731c652bca154a5ec524c233378c
[]
no_license
DreamTeamHelha/ProjectCpp
80b975d20002019d33a29bbfb07e5228bd13efd4
5a8669352410d0b9c8878e438ac5015ee29975e5
refs/heads/master
2021-01-22T00:29:11.582619
2013-12-09T10:58:45
2013-12-09T10:58:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,719
cpp
#include "tracklist.h" #include <QJsonObject> #include <QFile> #include <QJsonDocument> #include <QCoreApplication> #include <QJsonObject> #include <iostream> #include <QJsonArray> TrackList::TrackList(int currentIndex): m_currentIndex(currentIndex) { m_trackList = QVector<QString>(); m_nameList = QVector<...
[ "raphael.desaegher@gmail.com" ]
raphael.desaegher@gmail.com
e6360f18d6644d3168bfbae47f7e5e49c186a2ed
3957a455f49ebef7f770bd797a5b94bf706b4f42
/src/ofxCnnHelpers/Constants.h
4dd2ded042468b070b396b2a5e6e4b65942d17c5
[]
no_license
Kajiyu/ofxCnnHelpers
7774d64cef5c5eab18cb16c3389a6cb67bddfca6
d3711f0695fe9e2f4649b6a951f44f59500d9606
refs/heads/master
2020-05-23T10:12:41.145539
2017-02-07T09:29:44
2017-02-07T09:29:44
80,402,655
1
0
null
2017-02-07T09:29:44
2017-01-30T07:52:33
C
UTF-8
C++
false
false
336
h
// // Constants.h // // Created by Shoya DOZONO on 2017/02/03. // // #pragma once #include "ofMain.h" #define OFX_CNN_HELPERS_BEGIN_NAMESPACE namespace ofx { namespace CnnHelpers { #define OFX_CNN_HELPERS_END_NAMESPACE } } OFX_CNN_HELPERS_BEGIN_NAMESPACE OFX_CNN_HELPERS_END_NAMESPACE namespace ofxCnnHelpers = o...
[ "kajimars.uts1@gmail.com" ]
kajimars.uts1@gmail.com
66529894f04f877a1735dac1d13d463bb3398b90
e44053e3a40ffafd7e2a600461dbfdb0f74cf281
/src/Membership/hash.h
995aa58fc8b92582462ead0f1a1962099ac3649d
[]
no_license
sliding-sketch/Sliding-Sketch
eef709ba22ceb448265b34bbd909d5c8cb13dac0
dad1c0a7a9917af650e1eacf92fd804d1e4b2b5f
refs/heads/master
2023-06-21T23:51:28.667412
2023-06-16T07:34:14
2023-06-16T07:34:14
184,199,700
23
9
null
null
null
null
UTF-8
C++
false
false
7,759
h
#ifndef HASH_H #define HASH_H /* * BOBHash32 return (unsigned int) */ #include "definition.h" #define MAX_PRIME 1229 static const uint prime[] = { 181, 5197, 1151, 137, 5569, 7699, 2887, 8753, 9323, 8963, 6053, 8893, 9377, 6577, 733, 3527, 3881, 6857, 9203, 3733, 3061, 8713, 1321, 887, 1913, 487, 1831, 25...
[ "sigmod18_sliding-sketch@outlook.com" ]
sigmod18_sliding-sketch@outlook.com
fedb67609a51a3e62137f992929ba659fc5e9580
ade77c62d9cf35a920d260fc70462041f2faa3f0
/RayTracingInOneWeekend_CUDA/material/material.h
2d577a3bd7bb3d9ee0c241b107eb08ed85797873
[]
no_license
htYum/RayTracer_CUDA
b88f057afedab35db0fa5259c8a7decaf1de8c8a
52fa16d1e368884861d39c79b71355d68f78088c
refs/heads/master
2022-12-29T15:10:42.126809
2020-09-24T13:40:38
2020-09-24T13:40:38
298,288,641
0
0
null
null
null
null
UTF-8
C++
false
false
691
h
#pragma once #include "..\global.h" #include "..\ray.h" #include "..\object\object.h" struct hitRecord; class material { public: __device__ virtual bool scatter(const ray& rayIn, const hitRecord& rec, vec3& attenuation, ray& scattered, curandState* localRandState) const = 0; }; __device__ vec3 reflect(const vec...
[ "1853201@tongji.edu.cn" ]
1853201@tongji.edu.cn
ac6d746f770c6658cd65742e2586651ef8accae7
88b2f79232016f980660cae4116e75fd28fcb49f
/NeuralNetwork.cpp
06da4f2f1aaf6d035fc920e4e195c6e739bdc703
[ "MIT" ]
permissive
gizemcaylak/NeuralNetwork
2abc2d1c3b954a9d5681415a5af7e790f3475392
9ef52ab7b73d68294e25352e779a590de0a64b6f
refs/heads/master
2020-07-14T14:17:34.224148
2019-08-30T07:55:53
2019-08-30T07:55:53
205,333,160
0
0
null
null
null
null
UTF-8
C++
false
false
10,614
cpp
#include "NeuralNetwork.h" /* * * A neural network implementation * @author: Gizem Caylak */ Neuron::~Neuron() { delete weights; weights = NULL; } Layer::Layer() { neuron_no= 0; neurons = NULL; } Layer::~Layer() { delete[] neurons; neurons = NULL; } Layer::Layer(int neuron_no) { this->neuron_no = neuron_...
[ "gizemcaylak@gmail.com" ]
gizemcaylak@gmail.com
175cfa573b21588fdcffb94d0c1a24f1607316f6
680440f5e59eb2157c1ecb41fd891880ac47c459
/CodeForces/512/512A/14473663_AC_31ms_40kB.cpp
16500683bff2a4365dbba18c2f98c195626bc619
[]
no_license
Skywt2003/codes
a705dc3a4f5f79d47450179fc597bd92639f3d93
0e09198dc84e3f6907a11b117a068f5e0f55ca68
refs/heads/master
2020-03-29T09:29:54.014364
2019-11-15T12:39:47
2019-11-15T12:39:47
149,760,952
6
0
null
null
null
null
UTF-8
C++
false
false
1,538
cpp
#include<cstdio> #include<cstring> #include<iostream> using namespace std; const int maxn=105,maxm=30,maxe=1005; int n,tot=0,f[maxm],lnk[maxm],son[maxe],nxt[maxe],len[maxn],ans_cnt=0,que[maxn]; bool aflg=true,vis[maxm]; char a[maxn][maxn],ans[maxm]; inline void add(int x,int y){tot++;son[tot]=y;nxt[tot]=lnk[x];lnk[x]=t...
[ "skywt2003@gmail.com" ]
skywt2003@gmail.com
182c6a8e6a536fe14d3e07844ae1c93f51a05806
250dd2597d72cf7b7c109909ea5b33b151e42af2
/src/majordomo/mdp_worker.h
16d676a383c3b89ab1fc134c1c03ae6b712c850f
[]
no_license
goddanao/php-czmq-legacy
83d5ab582ebc69df891e4d77a99c2fc460efa3b6
3ae0a16008462f868007f7cb9c1f8145110f154a
refs/heads/master
2021-01-22T15:49:59.766391
2016-03-16T12:17:45
2016-03-16T12:17:45
29,911,347
3
0
null
null
null
null
UTF-8
C++
false
false
3,267
h
#pragma once #include "../common.h" class MajordomoWorkerV2 : public ZActor, public Php::Base { private: zframe_t *address = nullptr; // Address to respond at static void *new_actor(Php::Parameters &param, zpoller_t *poller) { mdp_worker_t *worker = mdp_worker_new(param[1].stringValue().c_str(), par...
[ "goddanao@gmail.com" ]
goddanao@gmail.com
21a420ab78d0f93e35b2ad44ec9da462ac02adb4
3eb5374a770443a9e260c3eb17991e4872caea25
/SortingAndSearching/BubbleSort.cpp
760c124dea2256556cb40ac9f9a3e1012b524065
[]
no_license
hblxtracy/CrackingTheCodingInterview
5e5dc16a257f4e1f06367312a8a796586cce21e4
e220b3debcd04c496f2ae29c003df16e7f2c4baf
refs/heads/master
2020-04-12T06:35:10.665460
2016-12-01T22:48:45
2016-12-01T22:48:45
62,762,437
0
0
null
null
null
null
UTF-8
C++
false
false
415
cpp
#include "stdafx.h" #include "BubbleSort.h" BubbleSort::BubbleSort() { } BubbleSort::~BubbleSort() { } void BubbleSort::BubbleSortFun(int* a, int n) { int temp; int flag = 0; for (int i = 0; i < n - 1; i++) { flag = 0; for (int j = 0; j < n - i - 1; j++) { if (a[j]>a[j + 1]) { temp = a[j]; ...
[ "hblxtracy@gmail.com" ]
hblxtracy@gmail.com
4243f8bf5c8579742afdfc93865252559509c9b8
4cb6659a8da64e835af2817431d66f9c10ae49fa
/include/backend/json_schema.hpp
34a5c1e5808588561f1664b3c0a995e47156880e
[ "MIT" ]
permissive
tjanc/apibc
40768d6d07ec902999dcf06b8e839ab947a1348b
76cf31db51822c7853c427306a8defe54ab9bfe0
refs/heads/master
2021-01-24T02:58:30.796042
2018-02-25T22:24:40
2018-02-25T22:24:40
122,869,658
0
0
MIT
2018-02-25T22:24:41
2018-02-25T19:42:01
C++
UTF-8
C++
false
false
358
hpp
// backend/json_schema.hpp // // (c) 2018 Thomas Jandecka // #ifndef APIBC_BACKEND_JSON_SCHEMA_H #define APIBC_BACKEND_JSON_SCHEMA_H #include <iostream> #include <core/elements/elements.hpp> namespace apibc { namespace backend { std::ostream& serialize_json_schema(std::ostream& out, const core::elem...
[ "tjanc@protonmail.ch" ]
tjanc@protonmail.ch
e06da61624234f240574da8dfbc52f368b7deebf
7a85577e079f6e55b7d893cf84e9921e49e3c478
/WarMage/RoomManager.cpp
dd09ce9a1e1f77c92566b04d6bdf9b8a20f42048
[]
no_license
TwistedBlizzard/WarMage
1581170907ce88b5117ba7f061c9d1f2f5b347b7
1b08b09be4cef70652a0db68e0111875207e8ab6
refs/heads/master
2021-07-12T13:21:19.245156
2021-03-29T02:09:11
2021-03-29T02:09:11
99,270,460
0
0
null
null
null
null
UTF-8
C++
false
false
440
cpp
#include "RoomManager.h" RoomManager::RoomManager() { } RoomManager::~RoomManager() { } void RoomManager::initialise() { } Room * RoomManager::create(std::string t_name, std::string t_description) { Room *room = new Room(); room->initialise(m_currentIndex, t_name, t_description); m_currentIndex += 1; m_rooms.pu...
[ "twistedblizzard@live.com" ]
twistedblizzard@live.com
03fea92c883c6862f745179fb2c8b8768cfc5c22
e88aa3b17d9f689d20b48a07bb25df56e6f34772
/src/p2p/net_node_common.h
e2b6660f78891e12c453ba17595c0796fae6d2be
[ "MIT" ]
permissive
Virie/Virie
62065a7629446371e741335ccc39f244b881abd6
fc5ad5816678b06b88d08a6842e43d4205915b39
refs/heads/master
2021-03-08T00:57:04.659422
2020-08-13T09:53:32
2020-08-13T09:53:32
287,244,949
1
0
null
null
null
null
UTF-8
C++
false
false
3,688
h
// Copyright (c) 2014-2020 The Virie Project // Copyright (c) 2012-2013 The Cryptonote developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #pragma once #include <boost/uuid/uuid.hpp> #include "net/net_utils_base.h" #...
[ "viriedevs@tutanota.com" ]
viriedevs@tutanota.com
0152a96450e3f6be1d5d7b2cb8fd6449ad676730
f9c5341ffcde2bd3ea3ac85f5fb119f93e92935b
/BOJ/C++/12899_데이터 구조.cpp
9679e50a20827775ff805b1195ad941e011b77c1
[]
no_license
leejaeseung/Algorithm
d9ab4f65b59c091cb65185c0d1f5f4772593eff9
644c69836cd0c578961d3b00741af4f4ff7c8339
refs/heads/master
2023-07-09T12:21:35.248238
2021-07-30T08:35:36
2021-07-30T08:35:36
247,437,095
1
1
null
null
null
null
UTF-8
C++
false
false
2,624
cpp
/* 데이터 구조 성공분류 Platinum IV 자료 구조세그먼트 트리 난이도 제공: solved.ac — 난이도 투표하러 가기 시간 제한 메모리 제한 제출 정답 맞은 사람 정답 비율 2 초 512 MB 976 351 264 35.772% 문제 자연수를 저장하는 데이터베이스 S에 대해 다음의 쿼리를 처리합시다. 유형 1 : S에 자연수 X를 추가한다. 유형 2 : S에 포함된 숫자 중 X번째로 작은 수를 응답하고 그 수를 삭제한다. 입력 첫째 줄에 사전에 있는 쿼리의 수 N 이 주어집니다. (1 ≤ N ≤ 2,000,000) 둘째 줄부터 N개의 줄에 걸쳐 각...
[ "wasd222@naver.com" ]
wasd222@naver.com
35fc70ecfc23c6ceeef406aefc71fe0edf79d5cb
26f9fdff3c246e3a68ff9b0bb4f8f0a9a67bce1c
/dynamic_OWSC (copy)/0.1/k
cedb4740b7f0e2acc4185acc3d9f8fa2755ab45e
[]
no_license
JBrakefield/My_olaFlow
6c0aaa0dda8d8e69c127281fc9484f3cded258ea
a812362928f2466f4e2632d2636dce97a0a3b9f6
refs/heads/master
2020-04-08T14:00:49.750205
2019-01-10T19:48:55
2019-01-10T19:48:55
159,418,163
0
0
null
null
null
null
UTF-8
C++
false
false
178,476
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | ...
[ "jbrakefi@uw.edu" ]
jbrakefi@uw.edu
e02b01e350c52ef537fb881654b6e7666b7eff1e
cb1c84b3b4a766d1524e187507eb4e726211ee0e
/SOA/d6st/output/client/gensrc/modeld6st/cppMngd/strong/teamcenter/soa/client/model/D6stObjectFactory.cxx
f5cf8000aa8f0a2083c3d6bab9c2a9147d5ea8b9
[]
no_license
michaelccm/YFT
6caaea98c06eed69ee593cb9b9cd3e1a7cb7f56d
597d2c6e069737c8ec503c26540f23edf869e864
refs/heads/master
2021-01-05T01:59:29.290516
2020-02-16T06:02:15
2020-02-16T06:02:15
240,670,379
0
0
null
null
null
null
UTF-8
C++
false
false
912
cxx
/* @<COPYRIGHT>@ ================================================== Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved. ================================================== @<COPYRIGHT>@ ================================================== Auto-generated source from Teamcente...
[ "chunmeichan@gmail.com" ]
chunmeichan@gmail.com
a682189883e42c4f3100a2c156a187ae35789d8b
6715c96b13a4365ebdb288f6fa1b327f8ed1bc6d
/Common/Src/bufferptr.h
54595476630da04200e905892b5e38face5bfd06
[ "Apache-2.0" ]
permissive
SmallHill/HP-Socket
c0d3e322c3c7e4853522dfdd3d81a48626d518a1
54db647cd24591fad30f41508d2d010624b1eef2
refs/heads/master
2021-01-21T06:33:22.287327
2017-08-28T03:59:56
2017-08-28T03:59:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,584
h
/* * Copyright: JessMA Open Source (ldcsaa@gmail.com) * * Version : 2.3.20 * Author : Bruce Liang * Website : http://www.jessma.org * Project : https://github.com/ldcsaa * Blog : http://www.cnblogs.com/ldcsaa * Wiki : http://www.oschina.net/p/hp-socket * QQ Group : 75375912, 44636872 * * Licensed under the...
[ "liangdongcheng@lechebang.com" ]
liangdongcheng@lechebang.com
6ce710f0627b344327ac772e02a0fd71b10afeb5
43e1707b1852ae0733d4567fcedd5b1f969bcbea
/POD_firmware/src/main.cpp
c1ee36d88996d5f94723a3661207ef345fab569c
[]
no_license
JuanKitu/ProyectoGIS
df471d7e8e2e1c6cfad7e9e229895ce47b5d8394
08def33b5108b07b8b0cd6536991dd52a79e7646
refs/heads/master
2023-03-10T00:24:31.120736
2022-04-23T20:40:08
2022-04-23T20:40:08
233,869,455
0
1
null
2023-03-05T05:04:20
2020-01-14T15:13:44
TypeScript
UTF-8
C++
false
false
6,512
cpp
#include <Arduino.h> #include "Globals.h" DHT dht(DHTPIN, DHTTYPE); //Instancia del sensor de humedad /*Respuesta a comandos: CMD || Respuesta CONN 0 -> Conectado STAR 0 -> Exp comenzando - -1 -> Exp terminado STOP 1 -> Exp detenido DCON 0 -> Desconectado ...
[ "leanlondra@gmail.com" ]
leanlondra@gmail.com
fb42f06b67521bc1e8a11a8929a0ef6eae7503aa
1b68e60dc032858bb820fbf68146942f1f8d5dee
/Algorithms/cses/Introductory Problems/bits_strings.cpp
3c34280469739896aad70528b1516bac54d03c46
[ "MIT" ]
permissive
karthikhegde05/algo_ds_101
6446a8fff519104f1a887d824136f5389aebd8de
8c7ddbe7c76879c8dea6b4f9a1319621d362cb2a
refs/heads/main
2023-08-21T11:01:13.512177
2021-10-02T17:50:24
2021-10-02T17:50:24
412,861,270
0
0
MIT
2021-10-02T17:09:36
2021-10-02T17:09:36
null
UTF-8
C++
false
false
363
cpp
#include<iostream> #include<vector> #include <stdio.h> #include<bits/stdc++.h> #include<algorithm> #include<cstring> #include<set> #include<string> #include<math.h> #include <iterator> using namespace std; long long M=pow(10,9)+7; main(){ long n; cin>>n; long long s=1; for(int i=0;i<n;i++){ ...
[ "anktsharma072001@gmail.com" ]
anktsharma072001@gmail.com
2f6c843f1bb162ea39b4cb13ad513de34fe37f2a
6d22038bd112064981cd9aa9881f52c4f997f1c1
/pattern 51.cpp
bb5f4bb0ecc9e115ba7b01706af9c6adf44e6094
[]
no_license
Diptendu28/myCprogram
aae47c0b70912c86af03f386ac569c56ab6fa87d
4120f6dc7803f6b95cf55af11a1d2fe2af2c867a
refs/heads/master
2023-06-24T15:25:45.064539
2021-07-15T09:53:31
2021-07-15T09:53:31
380,553,008
0
0
null
null
null
null
UTF-8
C++
false
false
369
cpp
/* 1 2 4 3 5 7 6 8 10 12 9 11 13 15 17 14 16 18 20 22 24 */ #include<stdio.h> int main() { int i=1,j=2,n,a,count; printf("enter no of rows:"); scanf("%d",&n); for(a=1;a<=n;a++) { for(count=1;count<=a;count++) { if(a%2==0) { printf("%d ",j); j=j+2; } else { printf("%d ",i); ...
[ "82577969+Diptendu28@users.noreply.github.com" ]
82577969+Diptendu28@users.noreply.github.com
ba7ee9e150bbee8eaa28399af159400cb3644598
1f7711f3c326e35aac5103a9b352ee95e8fb34b5
/forces_pvfmm.hpp
4af071d99c71b8f352bb3fd4f399d7496b80b410
[]
no_license
jhthorpe/CSE392
e5272cb4f5832ca1f33a40587e884e86b8bb7863
ebf2ec974891599c38518b4dff333af957b8d1c5
refs/heads/master
2021-01-23T01:09:01.508510
2017-05-10T09:41:21
2017-05-10T09:41:21
85,882,978
0
0
null
null
null
null
UTF-8
C++
false
false
377
hpp
//header file for forces class #ifndef _FORCES_PVFMM_HPP_ #define _FORCES_PVFMM_HPP_ #include <vector> using namespace std; class Forces_pvfmm { public: //using pvfmm to impliment electrostatics //number of mol, box length, charges, position vector, forces vector int elc_pvfmm(int *,double *, vector<dou...
[ "thorpe@login2.ls5.tacc.utexas.edu" ]
thorpe@login2.ls5.tacc.utexas.edu
bb87138626b0a31485e41eaea06e6e7f3d545088
d543009fcca19d9fac1e080fcac1f214e35f9334
/cmajor/symbols/EnumSymbol.cpp
92e05503598e176e130d70262b536a5502afea84
[]
no_license
kessoufi/cmajorw64
00db96babd26e0dd83f032c962287aaf8453d592
f2557689df54ccee253ffc022ac1ab9c067c1098
refs/heads/master
2020-05-17T19:42:26.808656
2019-01-31T13:49:39
2019-01-31T13:49:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,689
cpp
// ================================= // Copyright (c) 2019 Seppo Laakko // Distributed under the MIT license // ================================= #include <cmajor/symbols/EnumSymbol.hpp> #include <cmajor/symbols/SymbolTable.hpp> #include <cmajor/symbols/SymbolWriter.hpp> #include <cmajor/symbols/SymbolReader.hpp> #inc...
[ "slaakko@gmail.com" ]
slaakko@gmail.com
fe9eecdb2394a465d3c185ab44815c29cc79646a
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/oldd/Basic-Dynamic-Mesh-Tutorial-OpenFoam/TUT16rotating/3.14/uniform/time
d0bd2260357775aa90c1d65c3ead4fc619aeaeae
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
836
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "thomasdigiusto@me.com" ]
thomasdigiusto@me.com
b00747630cc8b0564eb586c1fb9e5e92a22ac411
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/ThirdParty/PhysX/APEX_1.4/module/destructible_legacy/include/autogen/DestructibleAssetParameters_0p1.h
36a7f667cec52e3dfa6ba331cae80ecd0b7aff47
[ "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
13,090
h
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
edc3672b3726d631fecc789f839af713f4ecaf09
05f7573db159e870fb26c847991c4cb8c407ed4c
/VBF/Source/VBF_App/ModelingTool/C_2DWnd.cpp
c56bbf08f4359343ab25cb663d25f6f4a03703d3
[]
no_license
riyue625/OneGIS.ModelingTool
e126ef43429ce58d22c65832d96dbd113eacbf85
daf3dc91584df7ecfed6a51130ecdf6671614ac4
refs/heads/master
2020-05-28T12:12:43.543730
2018-09-06T07:42:00
2018-09-06T07:42:00
null
0
0
null
null
null
null
GB18030
C++
false
false
1,826
cpp
#include "C_2DWnd.h" #include <QIcon> #include "qgsvectorlayer.h" #include "qgsmaplayerregistry.h" #include "qgsmaptoolpan.h" C_2DWnd::C_2DWnd(QWidget* pParent) :IC_Wnd(pParent) { m_pMapCanvas = new QgsMapCanvas(this, UI_WND_2D.toStdString().c_str()); QSettings settings; int iRed = settings.value( "/qgis/default_...
[ "robertsam@126.com" ]
robertsam@126.com
6082e1ef1e6d36c6062c4e5fecb4ead2b938ef4b
965573fd5be9da777de61d5b3ac90d86e9636fb6
/Final/Arduino/CommTests/CommTests.ino
6def0bc5eb891bf4718d648207a07e98d57f6e36
[]
no_license
JDruzynski/SeniorDesign_Repo
e53313e00079b4f94d7dd4774f3907ab4b9d8f18
490e170481c3306beb4f48e902c6fb4a4170dca9
refs/heads/master
2023-01-29T12:36:04.717473
2020-12-12T02:37:41
2020-12-12T02:37:41
299,736,582
0
0
null
null
null
null
UTF-8
C++
false
false
3,022
ino
/* This is to test bare bones communication with Matlab. Just needs an arduino and matlab, no wiring. Testing Ground for functions to copy into the main scripts we'll be using. */ void setup() { // put your setup code here, to run once: Serial.begin(9600); digitalWrite(13,HIGH); } bool onoff = false, newData ...
[ "jarred.druzynski@gmail.com" ]
jarred.druzynski@gmail.com
ee136975e7a408f5a15b788c72be18c1c83de3e1
9a3fd403e16941232f9d48c837ebe494b5f34023
/Tests/QtAutogen/private_slot.cpp
68c2025c03f4a7a53a6892b8d000893432d3a79a
[ "BSD-3-Clause" ]
permissive
AnomalousMedical/CMake-OldFork
9f7735199073525ab5f6b9074829af4abffac65b
1bf1d8d1c8de2f7156a47ecf883408574c031ac1
refs/heads/master
2021-06-11T11:15:48.950407
2017-03-11T17:07:10
2017-03-11T17:07:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
244
cpp
#include "private_slot.h" class PrivateSlotPrivate { public: void privateSlot() { } }; PrivateSlot::PrivateSlot(QObject *parent) : QObject(parent), d(new PrivateSlotPrivate) { } #include "private_slot.moc"
[ "AndrewPiper@7b0d72ad-f3cb-b44e-b30e-0ca2391ac3a1" ]
AndrewPiper@7b0d72ad-f3cb-b44e-b30e-0ca2391ac3a1
6b7f7e0a0ffaeebe7bf2b260dacd54b93d41e687
5f77516a28c03021bca3886cb193136ccce870ff
/trees/Additional/BurnATree.cpp
f42e7a48f9d9b81fd5a8d6859af01aab9dbb5fe9
[]
no_license
thelastsupreme/interviewbit
75fc488e3d0a3cdf4471bc35ef2e6c06ba595e0f
c39162e6f6e51d718b9f9b6832bbbd52adf61b9d
refs/heads/master
2022-12-01T02:17:51.147924
2020-08-13T03:59:16
2020-08-13T03:59:16
264,120,353
0
0
null
null
null
null
UTF-8
C++
false
false
2,369
cpp
// Given a binary tree denoted by root node A and a leaf node B from this tree. // It is known that all nodes connected to a given node (left child, right child and parent) get burned in 1 second. Then all the nodes which are connected through one intermediate get burned in 2 seconds, and so on. // You need to find t...
[ "39990949+thelastsupreme@users.noreply.github.com" ]
39990949+thelastsupreme@users.noreply.github.com
3d7cfb4ee78db93e5cbbac174e8098dd91993a0e
27ebc7adb261225341eaf995ae181e5530f311f9
/Code/Codeforces/708D.cpp
eb7d4e0c9a935d14ea4a13024e148fc99bfe25e7
[]
no_license
Hermera/OI
9ecf1d5545701afeb3273d9be720cf3e16643c14
d8a79de409065c790ca0ad3019ca1d2ea7550b34
refs/heads/master
2021-06-21T05:44:34.805477
2021-06-09T17:17:11
2021-06-09T17:17:11
93,643,345
0
0
null
null
null
null
UTF-8
C++
false
false
2,235
cpp
#include <cstdio> #include <queue> #include <algorithm> #include <cstring> #define mset(x, a) memset(x, a, sizeof(x)) using namespace std; inline int read() { char ch = getchar(); int x = 0; while(ch < '0' || ch > '9') ch = getchar(); while(ch >= '0' && ch <= '9') x = x*10+ch-'0', ch = getchar(); return x; } const...
[ "1150168343@qq.com" ]
1150168343@qq.com
530e214f648862c4afdb49c6aca1536c2cc08f88
f416ab3adfb5c641dc84022f918df43985c19a09
/problems/domjudge/BAPC10J.cpp
4d062ed832fed54ab849e8084d00c1eefe1079bd
[]
no_license
NicoKNL/coding-problems
a4656e8423e8c7f54be1b9015a9502864f0b13a5
4c8c8d5da3cdf74aefcfad4e82066c4a4beb8c06
refs/heads/master
2023-07-26T02:00:35.834440
2023-07-11T22:47:13
2023-07-11T22:47:13
160,269,601
1
0
null
null
null
null
UTF-8
C++
false
false
3,345
cpp
#include<bits/stdc++.h> using namespace std; typedef vector<int> vi; typedef vector<vi> vvi; int MAX_V = 1010; vvi residual; int max_flow, flow, s, t; vi parent; struct Word { int i; // id int x; int y; string w; // word }; // assumes s, t, and residual are initialized void read_graph(int h, int v) ...
[ "klaassen.nico@gmail.com" ]
klaassen.nico@gmail.com
fd535d10078382db29ee4abd1e14326c75c2153e
d66823fff4fb4662b0f6a93f8b86ceec48937193
/10828. 스택/소스.cpp
7817a647367ac46060c3f7d4d15b808e0de5b9f7
[]
no_license
wo-ody/BOJ
5a7e770169af40ea962470aea967aeb00d284779
fbf30b8dcb022d887ff504f12c23b9ac55e88e3b
refs/heads/master
2023-05-28T06:35:18.621114
2021-06-15T23:54:51
2021-06-15T23:54:51
163,794,264
0
0
null
null
null
null
UTF-8
C++
false
false
838
cpp
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> int stack[50000]; int top = -1; void push(int data) { stack[++top] = data; } int pop() { if (top != -1) return stack[top--]; else return -1; } int size() { return (top + 1); } int empty() { if (top == -1) return 1; else return 0; } int t...
[ "45092652+seohyunS2@users.noreply.github.com" ]
45092652+seohyunS2@users.noreply.github.com
5f93303cc6c70716a1f838ca825d0a8bdca881d8
81e30700981c3965858225201e62159f6cca9088
/lib/mtgl/tutorial/triangles.cpp
35fc02364daa40ec522290f779519fcd0e85adfc
[]
no_license
Auguraculums/graphdb-testing
37c6243f834f7599744c1c144e7c4f31a0bec97f
c5244414c5101cc31954d9c6e62c08eada9d9392
refs/heads/master
2020-12-11T06:06:34.155373
2016-01-17T12:10:02
2016-01-17T12:10:02
49,815,581
0
0
null
2016-01-17T12:05:14
2016-01-17T12:05:14
null
UTF-8
C++
false
false
4,531
cpp
/* _________________________________________________________________________ * * MTGL: The MultiThreaded Graph Library * Copyright (c) 2008 Sandia Corporation. * This software is distributed under the BSD License. * Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, * the U.S. Government...
[ "rob@robmccoll.com" ]
rob@robmccoll.com
36ffe48c7c3329f75eb27e948b30dce0b02b528b
ad9c73a5434aa79fd7806b90934bc88e1a3d0699
/src/Foundational/iwmisc/_array_of_float.cc
3e3964e353081c4eeabe50efd6d667223bc1955c
[ "Apache-2.0" ]
permissive
michaelweiss092/LillyMol
8daa229a2b12e39e388c6170e480698fe0929c1f
a2b7d1d8a07ef338c754a0a2e3b2624aac694cc9
refs/heads/master
2022-11-30T16:47:03.692415
2020-08-12T21:18:33
2020-08-12T21:18:33
287,117,357
0
0
Apache-2.0
2020-08-12T21:18:34
2020-08-12T21:18:06
null
UTF-8
C++
false
false
93
cc
#include <stdlib.h> #include "misc.h" template float * array_of (static_cast<float>, int);
[ "huang_zhen@network.lilly.com" ]
huang_zhen@network.lilly.com
9bc4ef41ba4f1e7396a3c99419f3e86d4f647e52
a4e12f7b14bf563b8c6b473268c8087c51c0cc12
/src/labs/lab_optimization/Emulation-HW/binary_container_1.build/link/vivado/vpl/.local/hw_platform/bd/ip/cl_HIP_0/bd_0/ip/ip_23/sim/bd_3329_vip_DDR4_MEM00_0_sc.cpp
1041858d21596d4001757a58c261a4be3691933a
[]
no_license
BabarZKhan/xilinx_ETH_training_winterschool_2021
49054f85dfab1b4b75e3f4f85244bb8428cdf983
bd2f2f1fc9cf524bee432970d9b10d21c013dda1
refs/heads/main
2023-09-02T07:24:15.182179
2021-11-22T09:09:28
2021-11-22T09:09:28
329,877,240
0
0
null
null
null
null
UTF-8
C++
false
false
4,342
cpp
// (c) Copyright 1995-2020 Xilinx, Inc. All rights reserved. // // This file contains confidential and proprietary information // of Xilinx, Inc. and is protected under U.S. and // international copyright and other intellectual property // laws. // // DISCLAIMER // This disclaimer is not a license and does not grant ...
[ "centos@ip-172-31-58-45.ec2.internal" ]
centos@ip-172-31-58-45.ec2.internal
85d75bd69dbf99a9b42420f53c1a1863da811327
83d87dc38690a566ba9428433f6be760e1034adc
/gstcef.cc
3c884fec43c7238082d97ec2c0009a19d880a10d
[]
no_license
awkguard/gstcefsrc
c34f15f0c72250dfc999d97f34e79f59f60feec0
efba1dadb13c6488a98c95e0cd8c752d2434ff76
refs/heads/master
2023-04-02T20:44:35.284924
2021-03-02T23:17:13
2021-03-03T00:04:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,379
cc
/* gstcef * Copyright (C) <2018> Mathieu Duponchelle <mathieu@centricular.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your opti...
[ "mathieu@centricular.com" ]
mathieu@centricular.com
c502f0c81de309ea830f6ba2f8b9fc7cf526efb1
0ba2e5061577f6286ff9265ef1df9aca96769445
/puzzles/Solving Sudoku/cpp/pseudo_sudoku.cpp
82d4018d2841d3dcb21128d3880c85a201026023
[ "CC0-1.0" ]
permissive
ZoranPandovski/al-go-rithms
68d5d02f80a61de9baf8e50a81a52e7d0b3983a0
4ae6ba54e90af14af236e03e435eb0402dcac787
refs/heads/master
2023-09-04T16:04:04.321676
2023-06-06T15:22:16
2023-06-06T15:22:16
93,438,176
1,421
2,445
CC0-1.0
2023-06-15T14:24:28
2017-06-05T19:20:20
Jupyter Notebook
UTF-8
C++
false
false
5,352
cpp
#include <bits/stdc++.h> /*A 4x4 pseudo sudoku with 2x2 sub grids (rest of the properties remaining identical) */ //Numbers represented as colors. #define NO_COLOR 29 #define RED 2 #define YELLOW 3 #define BLUE 5 #define CYAN 7 using namespace std; class Graph{ int n; list <int> *adj; vector <pair<int,in...
[ "swastishreya.mishra@iiitb.org" ]
swastishreya.mishra@iiitb.org
98da3a8048a443e80ef350e86681f25dfa739fe0
1633b723d6c4526a38fed4f2ac05088ad330b4d9
/xll/insert.h
b5d307848f35f7d5bd3a981d6f3eb35186eedd18
[]
no_license
cbshiles/KALX-xllLibrary
f60c620301e64cfb86ca340111caabdbb7fe3ebb
a10fa3d019aee21fb9c435c89ecf8e76a317e069
refs/heads/master
2021-07-21T20:37:42.055167
2017-11-01T02:30:45
2017-11-01T02:30:45
103,716,534
2
0
null
null
null
null
UTF-8
C++
false
false
1,258
h
// insert.h - insert a function template into a worksheet // Copyright (c) 2012 KALX, LLC. All rights reserved. No warranty is made. #include "addin.h" using namespace xll; #define EX Excel<X> template<class X> inline void Move(int r, int c) { EX(xlcSelect, EX(xlfOffset, EX(xlfActiveCell), XOPER<X>(r), ...
[ "brenan@bot.shakti.local" ]
brenan@bot.shakti.local
ff2fb6ff595b8b1793bbac8e902a7dafaeabeece
8dd824e11c3e40abd7a878f209b2d499d3b89fc1
/Graph.hpp
dcd4fcef96ace0f411fe0f06babeb0a9c9837e60
[]
no_license
dieend/stima-taxi
1878af549bc131f71455bec5eece6d3bf52db90f
96e0ddd766fce9adf19974d12c9b5594f225105e
refs/heads/master
2021-01-01T15:36:42.418912
2013-09-19T01:27:51
2013-09-19T01:27:51
12,682,511
0
0
null
2020-06-10T07:12:07
2013-09-08T15:09:49
C++
UTF-8
C++
false
false
6,579
hpp
/************************************************************************ ** TEST FILE FOR graph (Dynamic Layout Alg) ** ** HEADER - GRAPH DATA STRUCTURE MANIPULATION ** ** Author: dr. Szirmay-Kalos Laszlo (szirmay@fsz.bme.hu) ** Technical University of Budapest, Hungary ********************************...
[ "mail.dieend@gmail.com" ]
mail.dieend@gmail.com
18fadb76810f9e1cf7441fbdd2ad9d59ca6786bf
484ec4d1331b94fe9c19fd282009d6618e9a1eef
/Real-Time Corruptor/BizHawk_RTC/waterbox/libsnes/bsnes/snes/chip/necdsp/necdsp.hpp
318734f987a8390ec084941cfd25d3aea564676a
[ "MIT", "GPL-1.0-or-later" ]
permissive
mguid65/RTC3
a565303fdfd1807a2516be5752c7b30a8be3d909
4082eb302f8e6e20ba621ec70308dab94985fe7f
refs/heads/master
2020-04-13T16:57:31.933643
2018-12-31T16:03:39
2018-12-31T16:03:39
161,684,492
0
0
MIT
2018-12-13T19:19:17
2018-12-13T19:19:17
null
UTF-8
C++
false
false
981
hpp
//NEC uPD7725 //NEC uPD96050 class NECDSP : public Coprocessor { public: enum class Revision : unsigned { uPD7725, uPD96050 } revision; #include "registers.hpp" //zero 01-sep-2014 - dont clobber these when reconstructing! static unsigned frequency; static uint24 programROM[16384]; static uint16 dataROM[20...
[ "philtre@live.ca" ]
philtre@live.ca
6832afffe71e69647624bdf66e9c85da19a26b1a
cfbf60c1e2d570e626cde2e15e4d3172cb4de057
/sketches/dotnetpro/Highrise/data/datareader.h
81f8512f5f711a7237c2bfabcecb16aadcb834e7
[]
no_license
Slesa/Trinity
f3d44e54e3fed7ca54f77d500902107c979ffb70
7edc59b0c12569fa8f86941abceaa7e315268217
refs/heads/master
2020-12-12T07:26:04.745484
2019-02-19T15:34:50
2019-02-19T15:34:50
13,253,080
0
0
null
null
null
null
UTF-8
C++
false
false
710
h
#ifndef DATAREADER_H #define DATAREADER_H #include <QList> class QDomElement; class QString; class Building; class Floor; class Room; class DataReader { static const QString fileName; static const QString tagRoot; static const QString tagId; static const QString tagName; static const QString tagBu...
[ "joerg.preiss@slesa.de" ]
joerg.preiss@slesa.de
aa5df316e9881ba50b1db777f38b7bb1766985b7
d01dc4b327e33816ac2ce2af40945a721f7b5854
/aws-cpp-sdk-glue/include/aws/glue/model/UpdateColumnStatisticsForPartitionRequest.h
afbe55a266ebc547091005d25f9760620bfc6e97
[ "MIT", "Apache-2.0", "JSON" ]
permissive
hpcc-systems/aws-sdk-cpp
36f89272e3b140fea596c73234c09fb240f86520
9c93f28159e1e01ea3ef789a1b0c2c9643955c96
refs/heads/master
2022-07-17T05:18:08.190972
2020-10-19T20:59:11
2020-10-19T20:59:11
90,974,127
0
1
Apache-2.0
2022-06-30T14:47:34
2017-05-11T11:58:14
C++
UTF-8
C++
false
false
10,902
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/glue/Glue_EXPORTS.h> #include <aws/glue/GlueRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/glue/m...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
1ed6490e9ecf1edd566c228c1a2510d140532a12
08cd8642d160a329ad98a0a05f677a39c0faf57d
/live/groupsock/include/NetAddress.hh
187c883229cb64bfbc16157953655d5cef4f1011
[ "LGPL-2.1-only", "BSD-3-Clause" ]
permissive
watson-yu/RTSPSource
e3cd040ad91113b1e3ad3c37b0e703fb1a271a27
2392e598cbd0cac32903ed228bf9117711911ab4
refs/heads/master
2020-11-28T06:35:41.871198
2019-12-30T02:20:16
2019-12-30T02:20:16
229,730,274
0
0
BSD-3-Clause
2019-12-23T10:32:49
2019-12-23T10:32:48
null
UTF-8
C++
false
false
4,535
hh
/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.) This libr...
[ "fyeh@us.ibm.com" ]
fyeh@us.ibm.com
ef37926d2a2e88213e4d23e6eb99037b01d0c463
3159874db0bc23ef1ae21c4fd6cc79079d279e3d
/CS311/Assignment5/Milo.cpp
5005e13252ad0405fc38750154d4910986cec323
[]
no_license
austinmajor/og-cpp
0e4a9fcefc04eaacb9874df3e7042f891a30f0e0
5b8c3ae45ec87306780ac92755a90415e487f3db
refs/heads/master
2021-09-09T18:56:08.711192
2018-03-19T02:01:25
2018-03-19T02:01:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,164
cpp
/* File Name: Milo.cpp Author: Austin Major Student ID: N675Q967 Assignment Number: 5 */ #include "Milo.h" namespace { const double AVG_TEST_WEIGHT = 56.0; const double IDEAL_MOISTURE_LEVEL = 13.0; } //Default constructor for class milo which uses constructor delegation use the constructor of its parent class, gra...
[ "mr.austinmajor@gmail.com" ]
mr.austinmajor@gmail.com
432d69b04a290b4a1613f28ea7d3be49d5c65f1a
6e665dcd74541d40647ebb64e30aa60bc71e610c
/600/VoipLib/util/test/AssertSingleThreadedTest.cxx
b420406692a201fcf2a9cbf95eeaa9e6c7859da4
[]
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
320
cxx
/* * $Id: AssertSingleThreadedTest.cxx,v 1.2 2007/03/02 07:29:48 lizhijie Exp $ */ #include "AssertSingleThreaded.hxx" #include "Lock.hxx" int main() { Vocal::Threads::SingleThreadAssertable myAssertable; { ASSERT_WRITE(t2, myAssertable); } { ASSERT_WRITE(t1, myAssertable); } return 0; }
[ "jacklee032016@gmail.com" ]
jacklee032016@gmail.com
b7c57e070d6bcdd6aa87aa1d07bed7cf69ee4284
0dd9cf13c4a9e5f28ae5f36e512e86de335c26b4
/LintCode/lintcode_permutations.cpp
2696d68631e1a3255e676415f5a79284cc2bb24b
[]
no_license
yular/CC--InterviewProblem
908dfd6d538ccd405863c27c65c78379e91b9fd3
c271ea63eda29575a7ed4a0bce3c0ed6f2af1410
refs/heads/master
2021-07-18T11:03:07.525048
2021-07-05T16:17:43
2021-07-05T16:17:43
17,499,294
37
13
null
null
null
null
UTF-8
C++
false
false
524
cpp
/* * * Tag: Backtracking * Time: O(n!) * Space: O(1) */ class Solution { public: /** * @param nums: A list of integers. * @return: A list of permutations. */ vector<vector<int> > permute(vector<int> nums) { // write your code here vector<vector<int> > ans; if(nums.size() =...
[ "1062969706@qq.com" ]
1062969706@qq.com
1ab8b5f93e2d1c72d4354327c8d556ce5e0b749b
23c13f9a0242de03f138d32e6e1c996dd33b6d39
/RepositoryAccessor.cpp
426929b4b70f338533cd3577025cdbb4ee009cec
[ "MIT" ]
permissive
fqrm/ZHM5Randomizer
7b9dac1c45edf4de4bb83001ddbe2ee47d75d0d9
eefd58cb3ccff98da263032ae5f5b3c33647cd1b
refs/heads/master
2023-05-25T01:38:07.968381
2019-11-01T01:33:12
2019-11-01T01:33:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
52
cpp
#include "stdafx.h" #include "RepositoryAccessor.h"
[ "pawREP@users.noreply.github.com" ]
pawREP@users.noreply.github.com
4fc5f0d35b49b875c3e0dd27edfa76ce82de3123
44b289f446877cacce150dca417c1e94e3850c0f
/Unreal_CPP/Notifies/CAnimNotifyState_WeaponAction.cpp
723c4994cf29ec5e8e92227850f1ad223d6f2316
[]
no_license
SeoWon430/Unreal_Cpp
b8e6f1f26bb626fa8d010a366bdf51a16d06f756
5c27c80b4757c319d29d6f549f059c030ee41ecb
refs/heads/main
2023-08-31T02:24:56.387125
2021-10-20T09:05:30
2021-10-20T09:05:30
419,256,795
0
0
null
null
null
null
UTF-8
C++
false
false
1,209
cpp
#include "CAnimNotifyState_WeaponAction.h" #include "Global.h" #include "Components/CActionComponent.h" #include "Actions/CActionData.h" #include "Actions/CAction_Combo.h" FString UCAnimNotifyState_WeaponAction::GetNotifyName_Implementation() const { return "WeaponAction"; } void UCAnimNotifyState_WeaponAction::No...
[ "55074246+SeoWon430@users.noreply.github.com" ]
55074246+SeoWon430@users.noreply.github.com
059571e364dc700869d1c43e6318ef913ca4f02a
4ff617b6c2be2ffb08d9350be73f190ba2d7e659
/BipartiteHungarian/BipartiteHungarian/main.cpp
f9dafa065c4f2619a1d77043747c955e388cf490
[]
no_license
llgithubll/Cpp_toys
618e75109706443aa866178af427b1e4b09ec2a9
b6ba3bdf9e76143f234911e45e7f8eb65790175c
refs/heads/master
2020-12-24T12:04:49.738435
2019-01-10T09:24:51
2019-01-10T09:24:51
73,079,911
0
0
null
null
null
null
UTF-8
C++
false
false
589
cpp
#include <iostream> #include <string> #include <fstream> #include "BipartiteGraph.h" using namespace std; int main() { { string fileName; cin >> fileName; ifstream input(fileName + ".txt"); if (input) { BipartiteGraph BG(input); cout << BG.toString() << endl; cout << (BG.isBipartiteGraph() ? "Is " :...
[ "1468645630@qq.com" ]
1468645630@qq.com
1679fc6164af27de85bb746b9591c2a61aed6731
e7e497b20442a4220296dea1550091a457df5a38
/main_project/third-party/google-breakpad/src/common/dwarf/dwarf2reader.cc
1a397019f0c3908e388a2dec175dffafe85545cf
[ "BSD-3-Clause", "FSFUL" ]
permissive
gunner14/old_rr_code
cf17a2dedf8dfcdcf441d49139adaadc770c0eea
bb047dc88fa7243ded61d840af0f8bad22d68dee
refs/heads/master
2021-01-17T18:23:28.154228
2013-12-02T23:45:33
2013-12-02T23:45:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
83,538
cc
// Copyright (c) 2010 Google Inc. All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
[ "liyong19861014@gmail.com" ]
liyong19861014@gmail.com
04a2c8e228160f4d44aae07bca32724b4713d2bc
8394537162e81080fa68b2e2c2649e8027bfebd0
/Source/texastrike/texastrikeCharacter.h
138372f754cd06c82ea2a85ad41567a71a746473
[]
no_license
vladok0707/TexaStrike
20e47aa5075b201bc7447bdf25a390af640130e6
431afed7d3212bd1d20b67700c469713763a5814
refs/heads/master
2020-12-14T00:31:02.788094
2020-03-13T15:04:59
2020-03-13T15:04:59
234,577,799
0
0
null
null
null
null
UTF-8
C++
false
false
2,234
h
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "GameFramework/Character.h" #include "texastrikeCharacter.generated.h" UCLASS(config=Game) class AtexastrikeCharacter : public ACharacter { GENERATED_BODY() /** Camera boom positioning the camera behind the...
[ "vladok-warface@mail.ru" ]
vladok-warface@mail.ru
b167683cd583815874686eaec11332d0bdb92066
01a42b69633daf62a2eb3bb70c5b1b6e2639aa5f
/SCUM_GuavaHalves_classes.hpp
150deead236b2510dc72fa56bc9c8d849d5c3106
[]
no_license
Kehczar/scum_sdk
45db80e46dac736cc7370912ed671fa77fcb95cf
8d1770b44321a9d0b277e4029551f39b11f15111
refs/heads/master
2022-07-25T10:06:20.892750
2020-05-21T11:45:36
2020-05-21T11:45:36
265,826,541
1
0
null
null
null
null
UTF-8
C++
false
false
884
hpp
#pragma once // Scum 3.79.22573 (UE 4.24) #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace Classes { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass GuavaHalves.G...
[ "65712402+Kehczar@users.noreply.github.com" ]
65712402+Kehczar@users.noreply.github.com
d7843bffe4efef793d55f4bd807db879f3b3c1f5
32019a7ad413b070f21f5a79244d026da4e1326d
/OICQ/checkregisterinput.h
64845112baac9cb268b3a530ed2cbf5d535c9bad
[]
no_license
qingyiz/Oicq2.0
9eb5bbbaaf83c108eeaa874e097bc53e4cc31d2a
7a30db837d4fac479727aaeb7843e667fa1012cc
refs/heads/master
2022-02-22T11:58:06.243375
2019-09-04T09:07:05
2019-09-04T09:07:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
575
h
#ifndef CHECKREGISTERINPUT_H #define CHECKREGISTERINPUT_H #include <QDialog> #include <QTcpSocket> #include <checklogininput.h> namespace Ui { class CheckRegisterInput; } class CheckRegisterInput : public QDialog { Q_OBJECT public: explicit CheckRegisterInput(QWidget *parent = 0); ~CheckRegisterInput();...
[ "1161827264@qq.com" ]
1161827264@qq.com
0d946f74ffdce36facd537cde88a278e0223cd04
606df8f6d7095e5f10a697f4acf66cf9aa9ebd61
/usaco/Chapter3/Section 3.2/msquare.cpp
4d85fea976e195affe9a37934bfbb86f0e3e8ac0
[]
no_license
memset0x3f/oj-data
15cb8a6f878f819e6e32443648ca8cfb75bf61e0
c20e0da978195aa8d72679a6a0ae1a1eff2b94f7
refs/heads/master
2020-05-02T01:03:00.607743
2016-01-09T07:39:01
2016-01-09T07:39:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,305
cpp
/* ID:ybojan2 LANG:C++ TASK:msquare */ #include <iostream> #include <fstream> using namespace std; void swap(int &x,int &y) { int tmp=x; x=y; y=tmp; } struct data{ int last,deep,opr,x; }q[100000]; bool use[100000]; int od(int x) { int num[9]; for (int i=8;i...
[ "buaabarty@gmail.com" ]
buaabarty@gmail.com
48b723fc8ea43d0b59d76d5760cd73591470f9f7
c885982a50743ce23b052f9ca0fb62df975ac8d8
/apps-src/apps/librose/gui/auxiliary/widget_definition/scrollbar_panel.hpp
63a39535801b0f49889c986bfd663a46c43fa45a
[]
no_license
9cat/Rose
29db5bda442e7442aad5a34e68154a04c537e15d
d685ad558731ff381525f185d50bce87f786f65f
refs/heads/master
2020-12-25T03:50:56.880607
2016-06-26T14:15:50
2016-06-27T08:56:02
62,073,637
1
0
null
2016-06-27T17:10:36
2016-06-27T17:10:36
null
UTF-8
C++
false
false
1,143
hpp
/* $Id: scrollbar_panel.hpp 52533 2012-01-07 02:35:17Z shadowmaster $ */ /* Copyright (C) 2007 - 2012 by Mark de Wever <koraq@xs4all.nl> Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General ...
[ "ancientcc@leagor.com" ]
ancientcc@leagor.com
9da50129aeb9b471d1843a9b42d7f1e1822bc0d8
63744c7ec2df0848e656d6429d068de57c906a2c
/ORBextractor.cpp
09efff24e212e6982d096d406048c8c79d79ae35
[]
no_license
Kleiber/map-point-optimization
7c58c853c575ee8719008dfe54987fc40ac69a20
a1b7942ae85b43414013f7a11e2197903b15657a
refs/heads/master
2023-05-05T02:37:58.142938
2021-05-28T22:39:46
2021-05-28T22:39:46
371,822,405
3
0
null
null
null
null
UTF-8
C++
false
false
41,456
cpp
#include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/features2d/features2d.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <vector> #include "ORBextractor.h" using namespace cv; using namespace std; namespace ORB_SLAM2 { const int PATCH_SIZE = 31; const int HALF_PATCH_SIZE...
[ "kleiber100892@gmail.com" ]
kleiber100892@gmail.com
c37867fbe8a082071e50b643132d6dbb49b20a8f
ca936575027ff01f0c22321817e195a4b882b7f7
/wrench/graphics/Texture.cpp
d22bc7cb405c7ec849feb5370944c472493f3219
[]
no_license
pik694/GKOM_Wrench_Project
acddaf9e50d3aaaa8808c051775d5673d4916791
0c35fdfa0841223eff2a5d2bc106a81455d9c133
refs/heads/master
2021-05-10T11:20:09.189423
2018-01-23T00:54:02
2018-01-23T00:54:02
118,408,123
0
0
null
null
null
null
UTF-8
C++
false
false
1,136
cpp
// // Created by Piotr Żelazko on 21.01.2018. // #include "Texture.h" #include "SOIL/SOIL.h" using namespace wrench::graphics; Texture::Texture(const std::string &textureFile) { int width, height; auto image = SOIL_load_image(textureFile.c_str(), &width, &height, 0, SOIL_LOAD_RGB); if (image == nullptr) thr...
[ "pik9603@gmail.com" ]
pik9603@gmail.com
70356679541c45d021e2383ee6a48dc40cd3de0d
4330a9c40198f1b97bb0b88ece427cdd1016b8c2
/Day05/ex04/RobotomyRequestForm.cpp
9fed3f423f955a611a4a703a42e8e6e7a7198731
[]
no_license
ggavryly/Pool_CPP
b4065271607a704a51d7b61ed597239af1e376e0
477f6470ee4a0c5405e2214742b6efb419910c0d
refs/heads/master
2020-09-23T07:53:46.597164
2020-02-02T18:32:58
2020-02-02T18:32:58
225,445,577
0
0
null
null
null
null
UTF-8
C++
false
false
1,112
cpp
// // Created by Gennady GAVRYLYSHYN on 2019-10-08. // #include "RobotomyRequestForm.hpp" RobotomyRequestForm::RobotomyRequestForm(const std::string &name) : Form("RobotomyRequestForm ", 72, 45) { this->_target = name; } RobotomyRequestForm::~RobotomyRequestForm() { } RobotomyRequestForm::RobotomyRequestForm(c...
[ "torgo121@gmail.com" ]
torgo121@gmail.com
f04b4dcf5a9b8557ffd64aebc103fb714fe7bc33
8f3d9eb1d632282a55ea5a5c3dfe6f23e6d1b76c
/Wawaji-Server-Windows/wwj_demo/libs/nim_sdk_desktop/nim_cpp_sdk/api/nim_cpp_plugin_in.cpp
5004f214bc5becfa09c5bd8ea1f96522e70eeb51
[ "MIT" ]
permissive
jzsplk/Wawaji
086580efb5ecf952b990a36bb5cd8a6a9a1fc6f7
45c51c3cd1b49a4a926b76b6e4e31a331ede66ee
refs/heads/master
2020-03-12T15:29:40.437612
2018-04-23T12:03:00
2018-04-23T12:03:00
130,691,413
1
0
null
2018-04-23T12:13:28
2018-04-23T12:13:28
null
UTF-8
C++
false
false
1,376
cpp
/** @file nim_cpp_plugin_in.cpp * @brief NIM SDK 提供的plugin接入接口 * @copyright (c) 2015-2017, NetEase Inc. All rights reserved * @author Oleg * @date 2015/12/29 */ #include "nim_cpp_plugin_in.h" #include "nim_sdk_util.h" #include "nim_json_util.h" #include "nim_cpp_win32_demo_helper.h" #include "nim_string_util...
[ "hzgaoqi1@corp.netease.com" ]
hzgaoqi1@corp.netease.com
f5ed722876aef46729ea51e1334820be8b5c16f0
44ee6eaffb74bbbd1c3d01e004f757a1ea03b623
/CPP/template.h
8b56a6ed4833a2019ed20f0cd8dcfb7a9ad0e873
[]
no_license
vikash047/Codes
ae7c5dc95ec91838e496c07de1c8fecb06a9019f
36fae5f190a4befe3406a679632cb182a39a2f3a
refs/heads/master
2021-06-23T22:39:43.412371
2019-10-06T16:58:12
2019-10-06T16:58:12
149,225,598
0
0
null
2020-10-13T06:47:33
2018-09-18T03:48:56
C++
UTF-8
C++
false
false
1,335
h
#include <algorithm> #include <bitset> #include <cctype> #include <cmath> #include <cstdio> #include <cstring> #include <iostream> #include <unordered_set> #include <unordered_map> #include <map> #include <queue> #include <set> #include <list> #include <stack> #include <string> #include <vector> #includ...
[ "vikkumamicrosoft.com@vikkumas-MacBook-Pro.local" ]
vikkumamicrosoft.com@vikkumas-MacBook-Pro.local
ec984aa68150c88b48bdb1703f2ab2f57c5d5be9
9f32dca665db865ff5007305c530ccfa922551c6
/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_K4180772701.h
c769ddbe9b05b3e978421b18b1d1853c13f5a97d
[]
no_license
Sid-ah/BS_V5
81586670b6d774e7ebea8b248011f937772fe923
f1443bf85e2dab42c0db842c1865e4df1c57d055
refs/heads/master
2021-01-21T10:46:45.341844
2017-02-28T23:04:27
2017-02-28T23:04:27
83,488,305
1
2
null
null
null
null
UTF-8
C++
false
false
1,312
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Collections.Generic.Dictionary`2<System.Int32,System.Object> struct Dictionary_2_t1697274930; #include "mscorlib_System_Object2689449295.h" #ifdef __clang__ #pragma clang ...
[ "kenobi82403@gmail.com" ]
kenobi82403@gmail.com
262b35f1e2f2da90ebefc3c9dad6a99e1a052c7d
42dc821426f56e47d76b5b77c9de371741e0765d
/src/checkpoints.h
fbfd98e51bee5a64eb0fd73d2ef2e09328137627
[ "MIT" ]
permissive
sunny-prince/shinycoin
9758c93184f3578ec8d2765da61bbd9e19bc10b1
4ed46a8c60068a05cc3d519f2f520fb86bf82430
refs/heads/master
2016-09-06T02:57:34.651378
2014-07-10T22:00:44
2014-07-10T22:00:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,690
h
// Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2013 The PPCoin developers // Copyright (c) 2013-2014 The ShinyCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHECKPOINT...
[ "amnesia@localhost.localdomain" ]
amnesia@localhost.localdomain
e5221321bee4e6e0e65f097a193305822ecabed7
b11a471005aef4abaca257aae3085836d4689485
/src/standalone/views/InfoView.cpp
e15a1efaf369735201ec3ec639be4ef22b8a6fde
[ "MIT" ]
permissive
featherbear/talyte
cd044e06dac164d330218e42f92ef30fbd8b0415
8db9e89ccb8edcd62d30c070576bf882d8d47efc
refs/heads/master
2023-06-21T20:49:15.330884
2021-07-17T14:10:36
2021-07-17T14:10:36
303,956,173
0
0
null
null
null
null
UTF-8
C++
false
false
4,104
cpp
#include "../device.hpp" #include "viewUtils.hpp" #include "views.hpp" #define N_PAGES 3 enum Pages { OBS, Network, Assign }; static enum Pages currentPage = Pages::OBS; static TalyteState *talyteState; static bool linkButtonPressed = false; void drawOBS() { if (!talyteState) { Title("Talyte...
[ "andrew.j.wong@outlook.com" ]
andrew.j.wong@outlook.com
d6ea0ab6f9c6de0caa8d6b97355f609ca51a6e63
f61a25b305c37c53cb73022394d3d83921ec8b08
/StartDMSService/stdafx.cpp
1e9a08405d7af2c4972a48a9ae4037bdc416ed0a
[]
no_license
victor-thrifts/dms_client_with_key_checker
36e4d59e0a4e3e0e66f63cb42a36262cb62a0b18
f1169914b4a38214fc6d9223b2b828674967acd6
refs/heads/master
2020-12-03T14:16:46.374465
2020-01-02T09:39:54
2020-01-02T09:39:54
231,349,649
0
1
null
null
null
null
GB18030
C++
false
false
167
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // StartDMSService.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h"
[ "jiamswang@gmail.com" ]
jiamswang@gmail.com
ef0a0192bddbe611273bd108caeaba1fc2796d2a
ee507b3010c903ec716315f7df2ba4ef5ae5921a
/util/ObjectStretchingCalculator.h
70ad98d2b1830bbdab735d3ad72c47fb284d26bd
[]
no_license
sopyer/Shadowgrounds
ac6b281cd95d762096dfc04ddae70d3f3e63be05
691cb389c7d8121eda85ea73409bbbb74bfdb103
refs/heads/master
2020-03-29T18:25:48.103837
2017-06-24T17:08:50
2017-06-24T17:08:50
9,700,603
0
1
null
null
null
null
UTF-8
C++
false
false
1,896
h
#ifndef OBJECTSTRECHINGCALCULATOR_H #define OBJECTSTRECHINGCALCULATOR_H #include <DatatypeDef.h> // WARNING! bad dependency to the game! (angle conversion) #include "../game/scaledefs.h" namespace util { class ObjectStretchingCalculator { public: /** * Calculate the necessary values for creating object...
[ "sopyer@gmail.com" ]
sopyer@gmail.com
f10c7c7f471e4f5e81ab6ca9a691e914caf206b8
3bbf8a6c3d629c6a612d6d33ca220eecdb935e12
/aws-cpp-sdk-robomaker/source/RoboMakerClient.cpp
a82dacd556b66916417677c10188bb459fcc7875
[ "MIT", "Apache-2.0", "JSON" ]
permissive
julio-gorge/aws-sdk-cpp
a8c067adf072ff43c686a15092e54ad2393cc1d4
06b0d54110172b3cf9b3f5602060304e36afd225
refs/heads/master
2021-10-22T15:00:07.328784
2019-03-11T12:08:52
2019-03-11T12:08:52
161,850,005
0
0
Apache-2.0
2018-12-14T23:11:43
2018-12-14T23:11:43
null
UTF-8
C++
false
false
62,722
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...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
c61e848df17665274911551edf2cbe298e83ae7e
bc7b44dfa96345c92d15951c42576d33c3ec6558
/URI/1183.cpp
28a73723653fda9f98809a75dd9bcd63038659e3
[]
no_license
cjlcarvalho/maratona
e1a29bc90701e808ff395e7452e7fffc8411fac9
e16b95c5d831dc48a3d8c69781f757b210e66730
refs/heads/master
2022-02-22T13:07:53.897259
2022-02-12T00:42:02
2022-02-12T00:42:02
91,300,520
2
0
null
null
null
null
UTF-8
C++
false
false
517
cpp
#include <iostream> using namespace std; int main(){ double mat[12][12]; char op; cin >> op; for(int i = 0; i < 12; i++){ for(int j = 0; j<12; j++){ cin >> mat[i][j]; } } double total = 0; int qt = 0; for(int i = 0; i<12;i++){ for(int j = i...
[ "cjlcarvalho@live.com" ]
cjlcarvalho@live.com
b966eac1b6f752a305aef323c91dd9e47a44de48
1c207bbd75555626849c461e1e19b38f4d561866
/DFS/main.cpp
5f0a7de0448fefbed1ec75360d649eaf55192399
[]
no_license
KB-Kangbok/DFS-and-Topological-Sort
507a66133a96302c0e15671ca21821affa613c3a
da2f18c88e6f6a5c62524f7687e39e7812b561a7
refs/heads/master
2020-04-07T04:03:53.502154
2018-11-18T01:05:36
2018-11-18T01:05:36
158,038,690
0
0
null
null
null
null
UTF-8
C++
false
false
147
cpp
#include "graph.h" #include <iostream> int main() { graph<std::string> G("clothing.txt"); std::list<std::string> L; G.topoSort(L, "watch"); }
[ "43543231+LEEK-CMSC470@users.noreply.github.com" ]
43543231+LEEK-CMSC470@users.noreply.github.com
de518344b3c6b428dc8f220f2a6762b5b9f244e5
531bea0fe7a4be92cd47548b5e473f16ed2f4694
/physim-wifi/model/physim-wifi-phy-tag.cc
83feebb144ca2f955029147a25e84f27afa2e840
[]
no_license
garverp/phywifisim_ns3
dc933abccee4928cf3ba2d82db0117d147248e43
98f3ab14cebca7ac3928a4f388ae40701e76274b
refs/heads/master
2021-01-23T03:42:50.210450
2017-03-29T20:55:52
2017-03-29T20:55:52
86,110,791
5
3
null
null
null
null
UTF-8
C++
false
false
7,110
cc
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2009,2010 Stylianos Papanastasiou, Jens Mittag * * 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 * published by the Free Software Founda...
[ "garverp@gatech.edu" ]
garverp@gatech.edu
840f594f4e72563528058ba0a64028060187f39c
0a8df9cd2cf2acd18cae56fc018f684af0445d84
/src/server_addon/logic/src/swappable_option.cpp
6e4b17a28288bc0891d2348f850b6db20e0eb3fa
[]
no_license
skyser2003/dnf_calculator
ad728c5ea3fd66191ecd5cd66c0318a1accf2f16
cb9621d934709bc0e66e4df9741e2ce093c1cfb4
refs/heads/master
2023-03-01T19:53:53.544978
2021-02-14T19:34:47
2021-02-14T19:34:47
323,548,851
0
0
null
null
null
null
UTF-8
C++
false
false
271
cpp
#include "stdafx.h" #include "swappable_option.h" SwappableOption::SwappableOption(const nlohmann::json& json) { type_ = damageTypeMap.at(json["type"].get<std::string>()); defaultValue_ = json["value"].get<decltype(defaultValue_)>(); maxValue_ = defaultValue_ + 8; }
[ "shjang1992@gmail.com" ]
shjang1992@gmail.com
87def4f6c019c853253d360eff66719d5493b81e
d532c08d0b1c6eba7f97527e14776db6ac788cb2
/inc/types/l4protocoltype.h
d6fcad5157bb92f466e4a4fac682e39f34f82aaf
[]
no_license
prizrak1609/openc2-cpp
6c825696c92fef027bf1814c179691464675b4b6
73710b27bb26b19924dca282ff3d777e4324cb07
refs/heads/master
2023-06-29T21:46:32.136626
2021-07-31T21:38:01
2021-07-31T21:38:01
391,286,440
0
0
null
null
null
null
UTF-8
C++
false
false
245
h
#pragma once #include <string> namespace OC { struct L4ProtocolType { static const std::string ICMP; static const std::string TCP; static const std::string UDP; static const std::string SCTP; }; }
[ "gubatenkod@gmail.com" ]
gubatenkod@gmail.com
5a299231de544dc844dd295c71bbbc54280169f5
6becfe3cd535f4d81ff5143f186d6034d2e9c67e
/src/GameObjects/DrawableGameObjects/item.cpp
eaf7977707b3b9526d6cab9900be7f4605c4aa05
[ "MIT" ]
permissive
graphffiti/PopHead
7ea408316a208048bba602d7ce6a43e1b8c43f7f
5081c40f9f8933c047f9cddf50ba9a289dc6e675
refs/heads/master
2020-08-06T13:33:40.069174
2019-10-04T22:00:00
2019-10-04T22:00:00
212,992,843
0
0
MIT
2019-10-05T12:08:01
2019-10-05T12:08:00
null
UTF-8
C++
false
false
882
cpp
#include "GameObjects/DrawableGameObjects/item.hpp" #include "Logs/logs.hpp" #include "gameData.hpp" namespace ph { Item::Item(GameData* const gameData, const std::string& name) :GameObject(name) ,mGameData(gameData) ,mInteractable(false) ,mInInventory(false) { } void Item::updateCurrent(const sf::Time time) { ...
[ "szymonstrugala23@gmail.com" ]
szymonstrugala23@gmail.com
7b1110fa527877395c8561fb62f11d45f1656d48
8292e1f6f3ff4fa0afd8aafe9aaaa5135d82d077
/OOP Homework/Thuc hanh/Week7/Exercise 3/Pupil.h
daac78933a74dc4acf9126e31067b00fcaef0814
[]
no_license
lkdn3t/First-Year-In-UIT
b03abcd18506d5916bac609d536bb333e7a4f03d
ca7a5f4c1ca81bd7898176d24fb027891303321e
refs/heads/master
2021-04-06T04:02:07.216858
2018-07-03T14:17:10
2018-07-03T14:17:10
123,702,504
0
0
null
null
null
null
UTF-8
C++
false
false
469
h
/* 3. Xây dựng class Pupil: kế thừa class Person - string SchoolName: tên trường - string Class: tên lớp */ #include "Student.h" class Pupil: public Person { private: string SchoolName; string Class; public: Pupil() {}; Pupil(string Schoolname, string Class); public: string getSchoolName() const; string get...
[ "lkdn3t@gmail.com" ]
lkdn3t@gmail.com
f0befa1fd7323d0c3e60d981a9d8bf41aa5621a4
375fccaa7deeefaa392036e9c7e4c2be1b8cef44
/contrib/Baikal/RadeonRays/Anvil/src/wrappers/pipeline_cache.cpp
25a7a52891e552979d592bea4e177bc1fcde1edd
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
naeioi/octoon
b98678df257e87da9fb27e56f0f209ff46cc126b
e32152fe4730fa609def41114613dbe067d31276
refs/heads/master
2020-07-09T05:33:15.019542
2019-08-22T11:34:54
2019-08-22T11:34:58
203,893,478
1
0
MIT
2019-08-23T00:22:11
2019-08-23T00:22:11
null
UTF-8
C++
false
false
4,618
cpp
// // Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved. // // 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 /...
[ "2221870259@qq.com" ]
2221870259@qq.com
a48dea378344a1b3dae0ef22ddaea43f3d17d4e2
d4ea137d17a210b9ef1f364f2099cec2738026a8
/c++作业/词典类/杨立的作业/Test.cpp
dfc3088cb4eb8b42520844ec9435a66e39698cdd
[]
no_license
lemontreehuang/program
9599899073c732f7c760bb6745dc05db5cc29017
99f6fe4466f7d75dcb287556def8d483d17e975c
refs/heads/master
2020-05-02T23:02:04.094166
2017-04-19T14:24:04
2017-04-19T14:24:04
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
209
cpp
#include "Dict.h" #include <iostream> using namespace std; int main() { Dict a; a.add("i", "ÎÒ"); a.add("am", "ÊÇ"); a.add("boy","Äк¢"); a.add("a","Ò»¸ö"); cout<<a.trans(" i am a boy"); }
[ "wjj954628981@163.com" ]
wjj954628981@163.com
054cdc47eddb1b84681372c0efaface256afd14e
d24d84fea4dd757b12dd39dc4558000099d7591e
/src/s3downloader.cpp
c21548aff5678a21864a7857f48108e6748bc807
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Memertayasa/BlockDX
ddc448667c9b2e997c6fe8fa7d797e634aec4282
b4aaa97aeff00ea85fbdbd7177f731ede85ecdba
refs/heads/master
2021-09-01T04:33:47.339173
2017-10-17T14:22:23
2017-10-17T14:22:23
115,314,183
1
0
null
2017-12-25T06:53:35
2017-12-25T06:53:35
null
UTF-8
C++
false
false
10,014
cpp
#include "s3downloader.h" using boost::asio::ip::tcp; namespace ssl = boost::asio::ssl; std::shared_ptr<S3Downloader> S3Downloader::create(boost::function<void (const std::list<std::string> &, const std::string)> cb, const std::string &host, ...
[ "mike@madgett.io" ]
mike@madgett.io
c0c77a5ed2f821b2635b8ff19147bf5206088b45
28a1978b3613c9cd8f1e8191eaae94414ef8368e
/utjs_frontend/log.h
21e60cff0c3fb23b32e85639cb53ff7facd8d6e2
[]
no_license
camelop/UTJS
609b5877e7bb43407b48545a18da7acad8d8c7d1
81029e9577813db8db4f51e40470386890d1ba41
refs/heads/master
2021-01-19T16:17:43.253665
2017-06-25T14:45:54
2017-06-25T14:45:54
88,261,291
2
3
null
2017-05-27T16:30:47
2017-04-14T11:12:32
C++
UTF-8
C++
false
false
360
h
#ifndef LOG_H #define LOG_H #include <QWidget> namespace Ui { class Log; } class Log : public QWidget { Q_OBJECT public: explicit Log(QWidget *parent = 0); QString log; ~Log(); private slots: void on_BackButton_clicked(); void receiveshow(); signals: void menu_admin_show(); privat...
[ "Joe Fan" ]
Joe Fan
8e9a43c9ba8788cfb235e0b1732079ae66f41cc7
9f94dc7e86ebc1d5ff3ebe73a4e9218d8ac62e3d
/tst/tests.cpp
cb465c5093bed8b9fbf44d5e9d9f1e5da6777a51
[]
no_license
Va-Dick/linked_list-v.2
e5dd8031d891167335196c69dea7f050915999e3
15b56d295ba852b267ebbdb02061a2172813b5f8
refs/heads/master
2020-09-07T02:46:00.766353
2019-11-13T16:59:25
2019-11-13T16:59:25
220,633,827
0
0
null
null
null
null
UTF-8
C++
false
false
3,720
cpp
#include <gtest/gtest.h> #include "LinkedList.h" #include <iostream> #include <vector> #include <iomanip> #include <utility> using namespace std; template <typename T> vector<T> To_vector(const LinkedList<T>& list) { vector<T> result; for (auto node = list.get_head(); node; node = node->next) { result.push_back(n...
[ "vadimartinov@mail.ru" ]
vadimartinov@mail.ru
207c8195a68d3175ac9be4ffdf25ab935ff622f4
7e9dda3cb7e0045a7583dc973acf0ce43dcf8583
/xjoi/1237.cpp
c8aa61b544b0ab6b95fd59a310f48aa359d05227
[]
no_license
ymzqwq/qwerty
344f80982efe72a80f3d5bc7bf2165c5b430d6e8
08551dd89904992acac018e7eca4811feeaef15a
refs/heads/master
2020-03-07T16:41:07.608460
2018-07-19T13:04:54
2018-07-19T13:04:54
127,590,048
1
0
null
null
null
null
UTF-8
C++
false
false
648
cpp
#include<bits/stdc++.h> #define LL long long using namespace std; const int N=100005; int n,f[N],tot[N],k; char c[N]; LL ans; void read(int &x){ char ch=getchar();x=0; for(;ch<'0'||ch>'9';ch=getchar()); for(;ch>='0'&&ch<='9';ch=getchar()) x=(x<<3)+(x<<1)+ch-'0'; } int main(){ scanf("%d%s",&k,c+1); int n=strlen(c...
[ "ymzqwq@qq.com" ]
ymzqwq@qq.com
8617a7e8902b13cb03bfacec77aa892be8aa2951
a23b995bc452e5c0badb32d6c6f3b20d209dd575
/602A/602A.cpp
874f19150da46ec7ba629cd3adbee2abeb2b1b93
[]
no_license
prashantpcm94/CODEFORCES
e5b520d216e68ee77c67822b8d4b90445a8de51b
9609c0e6aaff1a780661162878e2290043b02fe6
refs/heads/master
2021-01-10T04:38:58.993711
2016-01-07T14:30:47
2016-01-07T14:30:47
49,209,055
1
1
null
null
null
null
UTF-8
C++
false
false
417
cpp
#include<bits/stdc++.h> using namespace std; int main(){ long long n,bx,m,by; cin>>n>>bx; long long a=0,b=0,x; for(int i=n-1;i>=0;i--){ cin>>x; a = a*bx+x; } cin>>m>>by; for(int i=m-1;i>=0;i--){ cin>>x; b = b*by+x; } if(a<b) ...
[ "prashantpcm94@gmail.com" ]
prashantpcm94@gmail.com
dad436d56cea01f6865d8dc9ada7ad6e7831de19
b6ad3a8d0b86e0bf3d6bf7178a12a15c95b4df69
/LAB3/LAB3.cpp
bc6f701ada162ab89f748fc057b0ae56f668cc2d
[]
no_license
KThrishul/CGV_LAB_PROJECT
2a6dc276a45051e4e1c4616d089c2e292b87afb7
aeeee686e2d836a35b501bc24bec992ac13105d6
refs/heads/master
2022-12-08T02:48:30.703879
2020-07-28T06:04:05
2020-07-28T06:04:05
283,074,521
1
0
null
null
null
null
UTF-8
C++
false
false
1,913
cpp
#include<stdlib.h> #include<GL/glut.h> GLfloat vertices[]={-1.0,-1.0,-1.0,1.0,-1.0,-1.0,1.0, 1.0,-1.0,-1.0,1.0,-1.0,-1.0,-1.0,1.0, 1.0,-1.0,1.0,1.0,1.0,1.0,-1.0,1.0,1.0}; GLfloat colors[] = {0.0,0.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0, 0.0,1.0,0.0,0.0,0.0,1.0,1.0,0.0, 1.0,1.0,1.0,1.0,0.0,1.0,1.0}; GLubyt...
[ "acharyathrishul@gmail.com" ]
acharyathrishul@gmail.com
1c08457befc6d633248dfa712002ebf1bfd33ece
21591106b3bc40b602b7f1e519d6d73127f1ce5a
/warrior.cpp
082cfabc78ae6a1cae78b9f57eea0d90c42e49d4
[]
no_license
cadovnikxyan/learnPatterns
1815622228f5897e1637ad69449644f5245f5ac3
46ae26b02022ca4cce6db95625e47f32a6e38be1
refs/heads/master
2021-01-20T14:53:34.648697
2017-04-24T07:46:19
2017-04-24T07:46:19
82,782,686
0
0
null
null
null
null
UTF-8
C++
false
false
531
cpp
#include "warrior.h" #include <QDebug> Warrior::~Warrior() { } Warrior* Warrior::createWarrior(Warrior_ID id) { Registry& r= getRegistry(); if(r.find(id)!=r.end()){ return r[id]->clone(); } return 0; } void Warrior::addPrototype(Warrior_ID id, Warrior *proto) { Registry& r = getRegistry()...
[ "hotchenkov@list.ru" ]
hotchenkov@list.ru
9263aa55df4182791b07b2dc8ac8aa15fd617ca7
e01927f9dc084dcd2b899deeb108baa6476868bc
/DAR/PP-0/DAR/day7/112481_2.cpp
fce2faed46ef10d4fe3b7fb5fb22178ccc959508
[]
no_license
igortin/code
685aa51f1cf278c005534b16027beae64e1818d4
c6ebb9e6b44a3bad2b0fc3d04343434ed2900859
refs/heads/master
2020-04-10T22:33:50.175793
2019-05-04T08:31:04
2019-05-04T08:31:04
155,173,466
0
0
null
null
null
null
UTF-8
C++
false
false
627
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main(){ string s; string t; getline(cin,s); getline(cin,t); s = s + t; char v[s.size()]; for(int i = 0; i < s.size(); ++i){ v[i] = toupper(s[i]); } sort(v,v + s.size()); char u[26...
[ "tin.igrik@gmail.com" ]
tin.igrik@gmail.com
b122c56bd522d31380caf485df0424fec9e32b3a
b504d7bdffd6dea6c38fcaafb93fa1aac901096f
/力扣/538 把二叉搜索树转换为累加树/538 把二叉搜索树转换为累加树/main.cpp
fc09038601831a4f748714df47c3818f5ddff58d
[]
no_license
zhanhao101325/LearningC-C-
a68c2c43be89f032849c0b9c3404556c686db54a
75f74f48583f3e3aa8a1b9dd46c31ef48399087d
refs/heads/master
2022-12-20T22:18:27.271748
2020-09-27T13:05:10
2020-09-27T13:05:10
293,263,785
1
0
null
null
null
null
UTF-8
C++
false
false
505
cpp
#include <iostream> using namespace std; struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; class Solution { public: int sum = 0; void reMidTravel(TreeNode* root) { if (root == nullptr) { return; } else { r...
[ "1013257367@qq.com" ]
1013257367@qq.com
d0b521b17b05eb7f86d61a6288c0ac3264905a7c
89be2c9cc92c41d440fc344aff89fe7b2eb419e0
/ZombieArena/Bullet.cpp
21be48a99687131a366186a892a3bfc1e8389c23
[]
no_license
ulissesvieira/ZombieArena
3b177376ab0e1589d56082754b2c2e28d99ef5eb
2ba3069ae104e0c25af5ba317e1fbd1105b6b0f0
refs/heads/master
2020-03-29T04:15:41.112415
2018-10-29T23:42:25
2018-10-29T23:42:25
149,522,735
0
0
null
null
null
null
UTF-8
C++
false
false
1,741
cpp
#include "pch.h" #include "Bullet.h" Bullet::Bullet() { m_shape.setSize(sf::Vector2f(2,2)); } Bullet::~Bullet() { } void Bullet::shoot(float startX, float startY, float targetX, float targetY) { // calculate the gradient of the flight path float gradient = (startX - targetX) / (startY - targetY); // keep track ...
[ "sr.jvieira03@gmail.com" ]
sr.jvieira03@gmail.com
0d932acb7a430d1f1a70c08f175a2d85c2461f40
61c2482e11b045ff57bc2d23454b958df098ca7f
/ActiveShapeModels/TrainingData.h
c26bbaa8c7b90ab4467561992c3fcb5181fee4cc
[]
no_license
lichentsai/ActiveShapeModels
fe61cf4a6f8169454bd15fdc200cb18b1e6a0e50
a4ce3dbead69abf86dea3b06cbaf38d5e14131a7
refs/heads/master
2020-06-20T20:56:24.048595
2014-05-14T13:58:05
2014-05-14T13:58:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,279
h
#pragma once #include <opencv2\core\core.hpp> #include <vector> #include <string> #include <opencv2\imgproc\imgproc.hpp> #include "LocalFeature.h" #include "AlignShape.h" #include "TrainingData.h" #include "Constant.h" #include "PCAShapeModel.h" #include "FileManager.h" class TrainingData { public: std::vector<cv::M...
[ "chenyuxin.mail@gmail.com" ]
chenyuxin.mail@gmail.com
4c1444735bbdc58ccd0bb5a3d58a1f8a4c343960
abff3f461cd7d740cfc1e675b23616ee638e3f1e
/opencascade/XCAFPrs_DataMapOfStyleShape.hxx
4822e6bd278a281589dbcc69f7781cc2cdd47ce8
[ "Apache-2.0" ]
permissive
CadQuery/pywrap
4f93a4191d3f033f67e1fc209038fc7f89d53a15
f3bcde70fd66a2d884fa60a7a9d9f6aa7c3b6e16
refs/heads/master
2023-04-27T04:49:58.222609
2023-02-10T07:56:06
2023-02-10T07:56:06
146,502,084
22
25
Apache-2.0
2023-05-01T12:14:52
2018-08-28T20:18:59
C++
UTF-8
C++
false
false
1,149
hxx
// Created on: 2000-08-11 // Created by: Andrey BETENEV // Copyright (c) 2000-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1 a...
[ "adam.jan.urbanczyk@gmail.com" ]
adam.jan.urbanczyk@gmail.com
4d430e2ca8f871b3879069c78f8a6ae4e74bf5ef
d2bb5299980ae3e0c7f678b18588ba0e3ec56ebc
/toolbar.cpp
2e0a5c7f7fb34f75df1ca0a9aa2e06c4e7e4b562
[]
no_license
Patiffonka/GeekBrainsTextEditor
fe2ecf4d4e8aad265a5edd2e762e923216a2dec2
b59c051e843cbc0ba095b293b6df3837f89669cc
refs/heads/master
2022-12-16T02:27:11.063270
2020-09-18T18:12:48
2020-09-18T18:12:48
293,353,016
0
0
null
null
null
null
UTF-8
C++
false
false
1,561
cpp
#include "toolBar.h" #include <QAction> #include <QIcon> #include <QDebug> toolBar::toolBar() { QMenuBar* toolbar = new QMenuBar(this); QAction* alignLeft = new QAction (tr("Align Left"), this); QAction* alignRight = new QAction (tr("Align Right"), this); QAction* alignCenter = new QAction (tr("Align...
[ "Alamuth@mail.ru" ]
Alamuth@mail.ru
e1257e3bc37ffda968008b735dd24e78c184d518
078bc6208f4921008423a7c0a0e107c5d88ab103
/ps/src/ml/parsers/text_buffer_stream.hpp
79362650a3299465a48382b7abbe651ca2c6f503
[ "BSD-2-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
XinYao1994/pmls-caffe
1c6d43601e91421c6eb20c6f9de98156e5d60eed
e5f44229cbb1475e4c8d839cce73cad83af398a0
refs/heads/master
2020-04-14T07:35:19.679100
2019-03-26T07:46:23
2019-03-26T07:46:23
163,716,653
0
0
NOASSERTION
2019-01-01T06:05:52
2019-01-01T06:05:51
null
UTF-8
C++
false
false
1,000
hpp
#pragma once #include <string> #include <memory> // Take a sequence of text buffers and present a stream of tokens // delimited by "delim". namespace petuum { namespace ml { class TextBufferStream { public: TextBufferStream(const std::string &delim, size_t max_token_size), delim_(delim), ...
[ "zhisbug@gmail.com" ]
zhisbug@gmail.com
280708a6051c0e1e37816d022fbd7630b699fa5c
a6abe494cf106a76c861b11e54e846b75ec6d314
/ViewModel/viewmodel.cpp
34b4640549e3ac986e278dfcd4becd20a37db9d4
[]
no_license
checorone/motoguard-mobile
934511eb32b03c9164effb429cab1d6e30e5c6e5
641439b0b4f2e7d41e0e0a0d43b45da682c74b10
refs/heads/master
2020-03-22T03:50:50.002886
2018-07-11T03:16:06
2018-07-11T03:16:06
139,455,741
0
0
null
null
null
null
UTF-8
C++
false
false
6,114
cpp
#include "viewmodel.h" #include <QDebug> ViewModel::ViewModel() { busy = false; news = new NewsListModel(this); notify = new NotifyListModel(this); devices = new DevicesListModel(this); measure = new MeasureListModel(this); history = new HistoryListModel(this); account = new Account; } ...
[ "checordog@gmail.com" ]
checordog@gmail.com
e88d3fdc986b0c3fdf5a5da9f0a30f5f25ca1a1b
6f89c8bd9d1c911508b85f4f3ca2ed9148e2e3a2
/chm/watchdog.cpp
716927fdc9d3a36a572116b553bc252b1680f4c3
[]
no_license
michalk-git/chm_project
320f440296b5f58514b0bfea20fb5066a83e4395
dc29c40ca3a6cda4374cad420c5f9f54300093be
refs/heads/master
2020-11-30T01:37:47.029660
2020-01-12T12:41:30
2020-01-12T12:41:30
230,254,185
0
0
null
null
null
null
UTF-8
C++
false
false
1,897
cpp
#include "watchdog.h" #include <iostream> #include <chrono> #include <thread> #include <ctime> using namespace std; using namespace std::chrono; void WatchDog::WatchDogCountDown() { WatchDog& watchdog_instance = singleton<WatchDog>::getInstance(); int last_counter_value = 0; i...
[ "MICHALKAL@D-2-235-STUD-WW" ]
MICHALKAL@D-2-235-STUD-WW
2452a3d4971f3db8d134686f2eb33ea525da0a51
1b07c99f9173fcc9f26620e25c26c1dec4a320cd
/test/Test_Pattern.h
b044f8434ec78cef890af1670abb7a3e4d8efecf
[]
no_license
stkaplan/raytracer-challenge
54b4b36a746fe5e1f7fd20e8db5ceb103ad22c13
499b1b90bbbed79dabfb693961575d9c49d5ea54
refs/heads/master
2023-01-27T11:00:58.588244
2020-12-05T00:24:58
2020-12-05T00:24:58
319,775,787
0
0
null
null
null
null
UTF-8
C++
false
false
449
h
#ifndef _TEST_TEST_PATTERN_H_ #define _TEST_TEST_PATTERN_H_ #include "Pattern.h" namespace raytracer { class TestPattern final : public Pattern { private: bool isEqual(const Pattern&) const override { return true; } public: TestPattern() : Pattern() { } Color color_at(const Tuple4& point) const override...
[ "stkaplan@gmail.com" ]
stkaplan@gmail.com
e9da047294d0da2bb745c11319e72c8d17e8056b
b4b2b16fff02acbdf524cc755878a3e47a723585
/toolbox/src/base/toolbox.cpp
cdea3553a316c9d3eaddb83bd2ea64733c6a5043
[]
no_license
dtbinh/WB-Toolbox
0cf2ea283faaa0e0bfcdf8768073aeaffd86d648
76f4d3e625ed67d8d7d000c17940b9b4108d6164
refs/heads/master
2021-01-18T01:01:19.301184
2016-04-08T15:12:23
2016-04-08T15:12:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,384
cpp
/* * Copyright (C) 2013-2015 Robotics, Brain and Cognitive Sciences - Istituto Italiano di Tecnologia * Author: Jorhabib Eljaik Gomez, Francesco Romano * email: jorhabib.eljaik@iit.it, francesco.romano@iit.it * * The development of this software was supported by the FP7 EU project * CoDyCo (No. 600716 ICT 2011.2....
[ "francesco.romano.1987@gmail.com" ]
francesco.romano.1987@gmail.com
2f35b2403e5418d8a8592ea711aa22b451ecf5f3
d4a956a50a5c72a3d7064133cc0c3c6ec5232e74
/3RDParty/MSHTML/deletebrowsinghistory.h
b011301840c5a77bc03be2c6387a35eb377d19dd
[]
no_license
StrategicDevelopment/iewebgl
0f68ab25a9658037aadf09c65228d95fd80abe71
09359f63d0a96f72b0311a97867404c885400f97
refs/heads/master
2020-12-25T15:51:47.014915
2014-06-02T21:31:31
2014-06-02T21:31:31
20,420,031
1
0
null
null
null
null
UTF-8
C++
false
false
5,126
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0555 */ /* Compiler settings for deletebrowsinghistory.idl: Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555 protocol : dce , ms_ext, c_ext, robust error checks: allo...
[ "info@iewebgl.com" ]
info@iewebgl.com
5fffcbe03ec86028c2493edc833a50f5f6447978
5f3bb71419cfbc660ae1d024d574a006cf3c78d6
/src/walletdb.cpp
816a2bcb27fe2eb173a717ff4ec72b59868c05e9
[ "MIT" ]
permissive
MyCryptoCoins/alexandrite
ddcd1d854eebbaac8137974c4187674cd868ad44
4887e4ba439ef090bf107c879b790dd0b522fc06
refs/heads/master
2021-07-16T05:28:13.863934
2017-10-24T18:46:49
2017-10-24T18:46:49
107,820,856
0
1
null
null
null
null
UTF-8
C++
false
false
23,831
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "walletdb.h" #include "wallet.h" #include <boost/version.hpp> #include <b...
[ "david9643@163.com" ]
david9643@163.com
c3369c140b3d625de67564bb9e53a3c4b1580ec2
71151f697c80302667462052d687e6694190bed6
/src/test/transaction_tests.cpp
066287523f3e6ed28676535599b54113e69539ec
[ "MIT" ]
permissive
iannkwon/sarnath
7c19adefec9821d21ce543c160f60462a7bfaeea
634234991c0919b24ba22138ae5cd84323c119fa
refs/heads/master
2020-03-18T13:53:26.808152
2018-05-25T06:54:54
2018-05-25T06:54:54
134,814,892
0
0
null
null
null
null
UTF-8
C++
false
false
11,155
cpp
#include <map> #include <string> #include <boost/test/unit_test.hpp> #include "json/json_spirit_writer_template.h" #include "main.h" #include "wallet.h" using namespace std; using namespace json_spirit; // In script_tests.cpp extern Array read_json(const std::string& filename); extern CScript ParseScript(string s); ...
[ "iannkwon@gmail.com" ]
iannkwon@gmail.com
d7f0a5bcdf8d686a5158fabd8b9b624214de6ff9
1ad16fdad3ad63af9c081a72d4d4aa8613db9430
/source/systemc/libraries/CMSSW_extraction/FitParams.h
d12c25fb30727d6d9e3a8800fc08c5fc79e2e5ed
[]
no_license
camstutz/TT_TB
b27568166c7f986a977db4f898e6e37d4d71845c
2c92d78192f4e7d82ad99de947f586e3f8b235e5
refs/heads/master
2021-01-20T09:00:59.724014
2016-08-11T08:37:44
2016-08-11T08:37:44
15,766,005
0
1
null
null
null
null
UTF-8
C++
false
false
3,617
h
#ifndef _FITPARAMS_H_ #define _FITPARAMS_H_ #include <iostream> #include <cmath> #include "TPrincipal.h" #include "TMultiDimFit.h" #include "MultiDimFitData.h" #include "Track.h" #include <boost/serialization/split_member.hpp> #include <boost/serialization/vector.hpp> //#include <boost/serialization/base_object.hpp> ...
[ "amstutz@kit.edu" ]
amstutz@kit.edu
358b415d44e40365917550bce78b2dbe60fa5614
8a5be2bf939e1f685b4bc8249d963945a62c3955
/Textcalc/functions.cpp
c97abdcbab64cdebccdb0ad2f0498b2b2de0aafa
[ "BSD-2-Clause" ]
permissive
clairchiara/TextCalc-Original-CPP-Version
f31846e7e558227a5ecd3e67d63fc5051ee69425
5f133e309eed6832fda00e6b8ec838217ecacf3a
refs/heads/master
2021-01-21T11:44:54.490306
2016-05-22T10:03:32
2016-05-22T10:03:32
36,621,004
1
0
null
null
null
null
UTF-8
C++
false
false
1,880
cpp
// // functions.cpp // Textcalc // // Copyright (c) 2014 Clair Marchesani. All rights reserved. // #include <iostream> #include <iomanip> #include "functions.h" void txc::help(const char* argument) { std::cout << "Usage: " << argument << " [--help | -e | -q (-s # #) (-p #)]" << "\n\n" << "-e" << "\t\t" << "expr...
[ "clair.chiara@gmail.com" ]
clair.chiara@gmail.com
9a6bc75d1864c33c3ce44df89e305dae9a0639a1
1004816de8f435d930167ec03e7196f3d033db1f
/matrix/vector_vector.cpp
7681521868c7136020f5b5ec2be41afdc02d3fda
[ "Apache-2.0" ]
permissive
zheng-da/FlashX
04e0eedb894f8504a51f0d88a398d766909b2ad5
3ddbd8e517d2141d6c2a4a5f712f6d8660bc25c6
refs/heads/release
2021-01-21T09:38:24.454071
2016-12-28T08:51:44
2016-12-28T08:51:44
19,077,386
22
11
null
null
null
null
UTF-8
C++
false
false
4,564
cpp
/* * Copyright 2014 Open Connectome Project (http://openconnecto.me) * Written by Da Zheng (zhengda1936@gmail.com) * * This file is part of FlashMatrix. * * 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 ...
[ "zhengda1936@gmail.com" ]
zhengda1936@gmail.com