blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
6b87d4e8dd1b95ce17e5181dcb8678afd50543b3
d93159d0784fc489a5066d3ee592e6c9563b228b
/DataFormats/ParticleFlowReco/interface/PFRecTrack.h
ec401a77124510ced418a57ad8b53da433f275f5
[]
permissive
simonecid/cmssw
86396e31d41a003a179690f8c322e82e250e33b2
2559fdc9545b2c7e337f5113b231025106dd22ab
refs/heads/CAallInOne_81X
2021-08-15T23:25:02.901905
2016-09-13T08:10:20
2016-09-13T08:53:42
176,462,898
0
1
Apache-2.0
2019-03-19T08:30:28
2019-03-19T08:30:24
null
UTF-8
C++
false
false
2,090
h
#ifndef DataFormats_ParticleFlowReco_PFRecTrack_h #define DataFormats_ParticleFlowReco_PFRecTrack_h #include "DataFormats/ParticleFlowReco/interface/PFTrack.h" /* #include "DataFormats/Common/interface/RefToBase.h" */ #include "DataFormats/TrackReco/interface/TrackFwd.h" #include <iostream> namespace reco { /**\c...
[ "giulio.eulisse@gmail.com" ]
giulio.eulisse@gmail.com
fb9f4d05d042ff252f3316e0af8cd2b2877989d4
e8907624919533a127ef0fa53ad859bfe66c1ce8
/TestApp/Manager2.h
db6fe8e9024e309af1a6b030ad850846b4691c2a
[]
no_license
IvPV/BaseClassTest
c2cea5ba15658dc5dbd5f9339bd9381b4df5639c
b968b2594f78ea9766c116c9b84874b429023fe0
refs/heads/master
2020-08-02T11:58:46.979371
2019-09-27T15:05:20
2019-09-27T15:05:20
211,343,974
0
0
null
null
null
null
UTF-8
C++
false
false
312
h
#ifndef MANAGER2_H #define MANAGER2_H #include "IManager2.h" class Manager2 : public IManager2 { public: Manager2 () {} ~Manager2 () {} int type () const { return _type; } void setType (int t) { _type = t; } protected: int _type; }; #endif // MANAGER2_H
[ "pvivanov@linux-d5zh.pcnet.local" ]
pvivanov@linux-d5zh.pcnet.local
90bcac6dc6c365f5086a60b4860529c51450ecc5
920f1b6c3577172dfcf79b285a829163fd039275
/main.cpp
58758b46a582bd37b7d2fe3bedecd1f69e11c8eb
[]
no_license
Nithilaa/Doubly-Ended-Queues
3b12b12c2425530aec96e505d9b8d79ded96e4d6
a34e27ea1bc84588d969e02684c6fa059a86609e
refs/heads/master
2022-12-03T23:36:53.355460
2020-08-20T10:51:32
2020-08-20T10:51:32
288,980,642
0
0
null
null
null
null
UTF-8
C++
false
false
3,678
cpp
#include<iostream> using namespace std; #define max_size 10 class Doublyended_Queue { int arr[max_size]; int head; int rear; int queue_size; public : Doublyended_Queue(int queue_size) { head = -1; rear = 0; this->queue_size = queue_size; } ...
[ "noreply@github.com" ]
Nithilaa.noreply@github.com
60b644d75717f882e5b972a6bcfc0a0575d8dbb6
314847f3f8fdb9a0442fa6ef80e4042d9e5d5f23
/header/Connector.hpp
364437813c1d79c979855bc716c11e1a77a4e315
[]
no_license
torres2235/CS-100-R-Shell
09dceefd773d95df45364f203957da1cf9098aa2
f8cff608a6122a1ee32d2261d2c64d258fb382d0
refs/heads/master
2022-04-15T14:33:25.521724
2020-03-03T07:41:31
2020-03-03T07:41:31
249,096,919
0
0
null
null
null
null
UTF-8
C++
false
false
450
hpp
#ifndef __CONNECTOR_HPP__ #define __CONNECTOR_HPP__ using namespace std; #include <string> #include "Executor.hpp" #include "Parser.hpp" class Connector { private: //int leftBool; //int rightBool; public: Connector() { }; //virtual setLeftLeaf() = 0; /...
[ "Torres2235@gmail.com" ]
Torres2235@gmail.com
4277f77190174dff5b6777b76fa611f78e140bba
d861543345fda883471ebd8c9b9a0bd6a876827c
/src/Utils/GUI/LoadingBar/LoadingBar.h
810add3b895a455994962aa58315ee110c5ef6bb
[]
no_license
epcoding/CordobaZombie
b32e277823107c28d4e05f9e3abf380c33a6d1a5
a3793d063ae016175b6ceddb48bde272798c2d63
refs/heads/master
2021-01-19T19:52:33.287446
2012-09-05T01:57:49
2012-09-05T01:57:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,505
h
/* * LoadingBar.h * * Created on: 23/05/2012 * Author: agustin */ #ifndef LOADINGBAR_H_ #define LOADINGBAR_H_ #include <OgrePanelOverlayElement.h> #include <OgreOverlay.h> #include "CommonMath.h" #include "DebugUtil.h" class LoadingBar { public: LoadingBar(); ~LoadingBar(); /** * Call this functio...
[ "agudpp@gmail.com" ]
agudpp@gmail.com
49cc876643de09bf1a7be4140e28e7833e9af511
e90d9f70c71421648e3545833c89522c1370a56b
/ImGuiInputTextFlags.h
16bd67c901dff7f9e00a89cd6c52dde7a63f9e35
[]
no_license
Paril/ImGuiCppCli
95ab25d6ae5bcc9347947ac5614dcf13752914b6
586937aa8d79a5695477d8fd4e0d11193fe8e73c
refs/heads/master
2020-12-01T15:04:19.905651
2020-01-05T13:22:11
2020-01-05T13:22:11
230,674,107
1
1
null
null
null
null
UTF-8
C++
false
false
795
h
#pragma once #include "common.h" using OGImGuiInputTextFlags = ::ImGuiInputTextFlags; namespace ImGuiCppCli { #define WRAPPED_ENUM ImGuiInputTextFlags [Flags] public enum class WRAPPED_ENUM { WRAP_ENUM(None), WRAP_ENUM(CharsDecimal), WRAP_ENUM(CharsHexadecimal), WRAP_ENUM(CharsUppercase), WRAP_ENUM(Char...
[ "me@paril.ca" ]
me@paril.ca
2b61c745e51d632d452bd77903cd1846323cc576
e41e78cc4b8d010ebdc38bc50328e7bba2d5a3fd
/SDK/Mordhau_BP_SkirmishGameModeMetadata_classes.hpp
4c3da81c7d48b7bc97f73879ce054be3d8cc9e08
[]
no_license
Mentos-/Mordhau_SDK
a5e4119d60988dca9063e75e2563d1169a2924b8
aacf020e6d4823a76787177eac2f8f633f558ec2
refs/heads/master
2020-12-13T10:36:47.589320
2020-01-03T18:06:38
2020-01-03T18:06:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
729
hpp
#pragma once // Mordhau (Dumped by Hinnie) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClas...
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
8287ea8e141f5151c95e0f10daeaec7ee41968ff
92e90ba7b1e2d1ab806901b6b64b47ce23dffa5c
/_7_Segmentos/_7_Segmentos.ino
54360b6469ff274c031b34b6a39170e322a0c4e8
[]
no_license
miguelsouzaribeiro/arduino
3be041c736f263bb3b3d853b5fbdcfbaa7d98e68
45204230ec69013471e97bbb2de233e3323c29c6
refs/heads/master
2020-04-04T05:23:06.967261
2019-12-03T19:28:51
2019-12-03T19:28:51
155,743,932
0
1
null
null
null
null
UTF-8
C++
false
false
3,674
ino
#define pinBotao 2 #define pinA 10 #define pinB 9 #define pinC 6 #define pinD 7 #define pinE 8 #define pinF 11 #define pinG 12 // Era 12 #define pinPD 5 int numero = 10; boolean botaoAnt = false; boolean botaoAtu = false; void setup() { Serial.begin(9600); pinMode(pinBotao,INPUT); //pinMode(12,OUTPUT); } voi...
[ "miguelsouzaribeiro@gmail.com" ]
miguelsouzaribeiro@gmail.com
cc80a5b1051bf0b06ee9a77dc5bdaa40ee80c951
ae65068d61b44ee49c472097f3f273d9bc68fc4e
/cpp_d08/ex00/droid.cpp
36cab99dc2cc8bf31e097fa2dfc6d68fc12ca41a
[]
no_license
wrandy44/cpp_exercises
9d1c6bd8b3ab8cd24fc90bfafa0b1bcd9cec13bf
32dcae55ec8751313583cb52f4bb4e70008c5838
refs/heads/master
2021-04-09T11:12:28.175030
2018-03-17T03:05:53
2018-03-17T03:05:53
125,591,971
2
0
null
null
null
null
UTF-8
C++
false
false
2,179
cpp
// // droid.cpp for azd in /home/debrau_c/cours/piscine/cpp_d08/ex00 // // Made by Carl DEBRAUWERE // Login <debrau_c@epitech.net> // // Started on Wed Jan 11 09:23:02 2017 Carl DEBRAUWERE // Last update Thu Jan 12 02:46:17 2017 Carl DEBRAUWERE // #include <string> #include <iostream> #include "droid.hh" Droid::...
[ "you@example.com" ]
you@example.com
e2cc274397054bafc5c297bb9a90e7541943e748
e8c9cda6c273228a3d27597f31fe2eb02c3cb249
/src/PropertyServer/PropertyPushGateway.h
a8934f85a05ab61197731ed4cf9c1a655759bf70
[]
no_license
cyjseagull/K8SFramework
7aa8d5d579bc387c9fba4351d12f8197c2c95840
34625c4d1f117f277c8c4d39638106a5e3baf07b
refs/heads/master
2023-08-15T22:30:29.902276
2021-10-11T09:30:23
2021-10-11T09:30:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,387
h
#pragma once #include <mutex> #include <servant/Application.h> #include "servant/StatReport.h" #include "PropertyHashMap.h" class PropertyPushGateway { public: static PropertyPushGateway &instance() { static PropertyPushGateway gateway; return gateway; } void init(const tars::TC_Config &c...
[ "ruanshudong@qq.com" ]
ruanshudong@qq.com
d209bf72994744958adf04cd5274cbfe61cca484
bb35a689812fc097e5ca6ca6d00509d1a664efb7
/DeepMimicCore/render/DrawUtil.h
78961de583430f9950ef136f97825eb20149fe70
[ "MIT" ]
permissive
rangsansith/DeepMimic
9461013c414aac48f1e2e79d1bf19b677af4834e
cc226a2363310683fe8e6753b7fdc75fed1918bd
refs/heads/master
2020-04-04T15:40:35.425215
2018-10-21T15:21:25
2018-10-21T15:21:25
156,047,284
1
0
MIT
2018-11-04T03:53:36
2018-11-04T03:53:36
null
UTF-8
C++
false
false
6,261
h
#pragma once #include <memory> #include "util/MathUtil.h" #include "render/TextureDesc.h" #include "render/DrawMesh.h" #include "render/Shader.h" #include "render/MeshUtil.h" #include "render/MatrixStack.h" class cDrawUtil { public: enum eDrawMode { eDrawSolid, eDrawWire, eDrawWireSimple, eDrawMax }; sta...
[ "jasonpeng142@hotmail.com" ]
jasonpeng142@hotmail.com
9eec881d119277971f4a640a07b8f84af85688f4
5793887005d7507a0a08dc82f389d8b8849bc4ed
/vendor/mediatek/proprietary/hardware/mtkcam/middleware/v3/pipeline/PipelineModelMgr.h
eab8ee35cd9f567dd37a5e76a36b3bae8eca2149
[]
no_license
wangbichao/dual_camera_x
34b0e70bf2dc294c7fa077c637309498654430fa
fa4bf7e6d874adb7cf4c658235a8d24399f29f30
refs/heads/master
2020-04-05T13:40:56.119933
2017-07-10T13:57:33
2017-07-10T13:57:33
94,966,927
3
0
null
null
null
null
UTF-8
C++
false
false
6,241
h
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and/or ...
[ "wangbichao@live.com" ]
wangbichao@live.com
e36ae128aa1570ebfab6d4ce41d9f84a40f6e8a6
4b077b377624a17f40b2de302826fb9b4f164f58
/GameFinish/Spear.h
ba26c6f7f699c05c72b3fb9df399471c2f2c0171
[]
no_license
supperking03/BattleWorld
0b6767a7ad2dac6c5e264f0e0a2d6b4dfb00a235
691afd417007280e871879a2e84b59456b6a7632
refs/heads/master
2020-03-19T06:37:30.936144
2018-06-04T14:46:03
2018-06-04T14:46:03
136,039,875
0
0
null
null
null
null
UTF-8
C++
false
false
95
h
#pragma once #include "Lance.h" class Spear : public Lance { public: Spear(); ~Spear(); };
[ "supperking03@gmail.com" ]
supperking03@gmail.com
833b960e39252e788669eb6c63088a0e74b5363a
51a6aa7beeb735cabe063cd991398c28eedc1c6d
/TNode.hpp
277efc49b9177f27e38c40a7164cc7191d26cdb8
[]
no_license
sobotab/AVLtree
95dbb188a57fc31825b7ba09b93fe51a8c4f5893
ee0fff1451065fd6b97dcc837c7048c513f4c64a
refs/heads/main
2023-03-12T18:55:18.316210
2021-03-03T03:47:57
2021-03-03T03:47:57
343,300,026
0
0
null
null
null
null
UTF-8
C++
false
false
390
hpp
/* * TNode.hpp * * Created on: Apr 3, 2020 * Author: 13027 */ #ifndef TNODE_HPP_ #define TNODE_HPP_ #include <iostream> #include "PersonInf.hpp" using namespace std; class TNode{ friend class BST; TNode *left; TNode *right; TNode *parent; PersonInf *person; int height; public: TNode(string sarr[]); ...
[ "57142096+sobotab@users.noreply.github.com" ]
57142096+sobotab@users.noreply.github.com
5a9d0cdc7bb44c953ed57ad1eaebd3844da0e8c8
782eab0f87bb3f3847f5ae6b18c6f56654702479
/Source/AssetLoadManager.cpp
f919511704cf9b6db477f6d583ed8cb70cea6620
[]
no_license
mkawick/Station04
b2d655265ae596845ed4c342d689194633653e71
504a555ba42ca25e693a13d36d2c0c2bbd02996b
refs/heads/master
2021-01-02T09:34:15.264055
2013-05-17T08:31:21
2013-05-17T08:31:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,303
cpp
/* * AssetLoadManager.cpp * Station05 */ #include "StdAfx.h" #include <windows.h> #include <Shlwapi.h> #include "../tools/GL/include/glut.h" #include "../tools/SDL/include/SDL.h" #include <iostream> #include <fstream> using namespace std; #include <stdlib.h> #include <boost/scoped_array.hpp> #include <boost/func...
[ "mkawick@yahoo.com" ]
mkawick@yahoo.com
b15c122bce7e540898529aa9fc5798ee78b2f9c2
d0fb46aecc3b69983e7f6244331a81dff42d9595
/pts/include/alibabacloud/pts/model/SaveEnvRequest.h
8919e53015779437052401332e627c4d2256d550
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,695
h
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
1cfe6081410713f6ff18d3358c4b3fb67714e64e
58acd8422af6f9b5204f6999f2852f67abd1b399
/VHbbAnalysisCode/bin/CalculateBTagDiscriminator.cpp
88e43dc1174a4049e94fd4db883a15a45150572f
[]
no_license
kknb1056/usercode
f9892367759de4d8e6bd173a4d1cd74dcc04d4a7
bdad48ebee4c7f55fdc913363ebd25360a030184
refs/heads/master
2020-12-24T14:44:58.538832
2013-07-24T11:48:56
2013-07-24T11:48:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,894
cpp
#include <iostream> #include <string> #include <stdexcept> #include <memory> #include <sstream> #include <boost/algorithm/string.hpp> #include <TFile.h> #include <TH1.h> #include "TrkUpgradeAnalysis/VHbb/interface/tools.h" // required for findDiscriminator() and TFile_auto_ptr void printUsage( const std::string& p...
[ "" ]
93abf125b4115c98b124e9a4033071dd964c9b6c
85d20269238e76f275bf9b0307be06872caead12
/LoRaTran/postman_request.h
070232f3eb9b50b57f5f92f4aa46f2b2950f011b
[]
no_license
JasonZhang91503/LoRaLocation
e8d1111c8d5ae2bb405cf73667af9fd914851632
d83c647e75a214e59a348f41d3d10c72f376a75e
refs/heads/master
2021-05-04T06:47:35.090822
2017-09-07T02:13:26
2017-09-07T02:13:26
70,503,424
0
1
null
null
null
null
UTF-8
C++
false
false
1,685
h
#include<queue> #include<list> #include<iostream> using namespace std; struct UserRequest{ int packetNum; int senderID; int receiverID; string sendTime; int state; double src_lon; double src_lat; double dest_lon; double dest_lat; string packetKey; bool operator==( const UserRequest &other ) const { ...
[ "s91503486f@yahoo.com.tw" ]
s91503486f@yahoo.com.tw
34d85076bc4af1b5997b3e24b2fb0c24acf1f3f2
8bc00d7a908f008d63494150a799337b8bbcd453
/ZaMP3/zaOS/zaFileText.h
a9a02a891999c01239c066ae157fef8efd7b597d
[]
no_license
cubezone/zaOS
29d9ecebeeef1cc2ced6444c20e1c01ab1d73e1b
6f389186878d68cdc6285642b5b0ec3ffb5360a6
refs/heads/master
2021-01-18T22:09:51.626564
2016-06-12T01:39:00
2016-06-12T01:39:00
21,687,086
0
0
null
null
null
null
GB18030
C++
false
false
1,624
h
/* * zaFileText.h * * Created on: 2012-8-28 * Author: Administrator */ #ifndef ZAFILETEXT_H_ #define ZAFILETEXT_H_ #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/io.h> #include <vector> #include <iconv.h> #include <sys\stat.h> #include "zaFileEpub.h" #include "zaFile.h" namespac...
[ "sisdaemo@hotmail.com" ]
sisdaemo@hotmail.com
89ade194f0369fec7c59dc223096909347069b36
21f082941cce3824ba96366e576308de135c08a7
/src/zmq/zmqnotificationinterface.h
aab53664735aee0eef921100292fd38b5ebdfaae
[ "MIT" ]
permissive
chain123-team/litecoins
f1f582ec0f85e0b13c18781a4d8720cd35e32909
0409e805314b5e200a065c676d674e92840094a1
refs/heads/main
2023-09-02T23:04:20.061668
2021-11-12T07:55:47
2021-11-12T07:55:47
290,706,290
0
0
null
null
null
null
UTF-8
C++
false
false
1,050
h
// Copyright (c) 2015 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 LTSOIN_ZMQ_ZMQNOTIFICATIONINTERFACE_H #define LTSOIN_ZMQ_ZMQNOTIFICATIONINTERFACE_H #include "validationinterface.h" #inc...
[ "123chain.team@gmail.com" ]
123chain.team@gmail.com
9a53d1191579eb2bd273bcb6d47515ebe89d38a7
5a6ccde5f37cc86b6fc0812b2bf40f42eab23906
/C-set/31C.Schedule.cpp
d7a12234ef2e63dc66869f3a866343939e84cdb4
[]
no_license
Waqar-107/Codeforces
23f2b1edffb85f6f020107f03e09a455d3e6e792
f0d2f25aa6a09c06083b82c39cdf3288ec2eecba
refs/heads/master
2023-03-09T07:55:46.583363
2023-03-04T09:57:44
2023-03-04T09:57:44
82,915,896
196
138
null
2023-02-11T22:06:20
2017-02-23T10:29:34
C++
UTF-8
C++
false
false
1,037
cpp
/*****from dust i have come, dust i will be*****/ #include<bits/stdc++.h> typedef long long int ll; #define pp pair<int,int> #define dbg printf("in\n"); #define NL printf("\n"); #define inf 1000000000000 using namespace std; int main() { //freopen("in.txt","r",stdin); int i,j,k; int n,l,r; bool f;...
[ "noreply@github.com" ]
Waqar-107.noreply@github.com
49b6e8a1486d46d58f1fdfdfe21a10d01e2c8555
a5fff943591e804333e0249d19565bea48f00152
/hserv/response.h
a12a3ea071458918cb93778334d14c802071f5ed
[ "MIT" ]
permissive
tempbottle/hserv
e432ab1fda3050209e6f22fee4a773cf112f76cf
3bed58813e0bfe63dea188e1b69645f85201f0df
refs/heads/master
2021-01-24T22:22:36.403556
2014-05-23T09:29:06
2014-05-23T09:29:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,616
h
/* * Copyright (C) Alex Nekipelov (alex@nekipelov.net) * License: MIT */ #ifndef HSERV_RESPONSE_H #define HSERV_RESPONSE_H #include <string> #include <vector> #include <functional> #include <boost/asio.hpp> #include <boost/shared_ptr.hpp> #include <boost/lexical_cast.hpp> #include <hserv/header.h> #include <hser...
[ "alex@nekipelov.net" ]
alex@nekipelov.net
fa799c299512e0b75eae28df4cd6c406e0f575a6
029a27a32c3c93542c48d44b3d7bbf7c3d8fd656
/nclgl/Frustum.h
b90943f37e22037be526cc94e634dfad0366b53a
[]
no_license
MrTsol/Coursework-for-Advanced-Graphics-for-Games
2ebde7f49f65134d6973e146ecc1df9b85bb7640
1d5e69e44e1bc53c23f3b43878303eb6d8ed421e
refs/heads/master
2020-05-01T11:28:40.524972
2019-03-24T20:01:45
2019-03-24T20:01:45
177,438,092
0
0
null
null
null
null
UTF-8
C++
false
false
262
h
#pragma once #include "Plane.h" #include "Matrix4.h" #include "SceneNode.h" class Matrix4; class Frustum { public: Frustum(void) {}; ~Frustum(void) {}; void FromMatrix(const Matrix4 &mvp); bool InsideFrustum(SceneNode&n); protected: Plane planes[6]; };
[ "A.Tsolakis2@newcastle.ac.uk" ]
A.Tsolakis2@newcastle.ac.uk
c5c6edce85f53bd815ec3130126d487e07038147
9ead30376893877e9d7747073462b86c7c5fdb5b
/Projects/Blink/libs/orm/paymentmodel.cpp
9ca16f0f6fc851f296535d4815ff1d7b08d7c0ff
[]
no_license
MarcoBueno1/qrad
3633398fd333a232e36a603dc471f6f1d122a1af
9215ef47e065345deb92b2139489092aa6ff94e2
refs/heads/master
2020-04-08T16:58:27.383242
2019-07-19T19:40:28
2019-07-19T19:40:28
159,544,545
0
0
null
null
null
null
UTF-8
C++
false
false
605
cpp
#include "paymentmodel.h" ORM_BEGIN_MAP(Payment) ORM_MAP_PRIMARYKEY(Id, "id"); ORM_MAP_FIELD(DebtId, "debtid"); ORM_MAP_FIELD(Value, "value"); ORM_MAP_FIELD(FineValue, "fine"); ORM_MAP_FIELD(InterestValue, "interest"); ORM_MAP_FIELD(Date, "date"); ORM_MAP_FIELD(Time, "time"); ...
[ "bueno.marco@gmail.com" ]
bueno.marco@gmail.com
b9204b478138a299d56e257033a854e94ffdaf57
745bd4274dceb87d45bd6f334633733a1dd74760
/file_based_test_driver/base/lcs_test_util.cc
970af13de6267ebbebc3208b9de65ac61235f1f6
[ "Apache-2.0" ]
permissive
google/file-based-test-driver
49d3cbd8da63db348523a430476c026fd8cdab21
fd7661b168f640f68da39f97dad26e426eb6c339
refs/heads/master
2023-07-05T17:37:28.665915
2021-06-02T08:36:34
2021-06-02T21:43:07
294,803,906
9
5
Apache-2.0
2022-06-16T06:08:33
2020-09-11T20:16:06
C++
UTF-8
C++
false
false
3,436
cc
// // Copyright 2012 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
[ "matthewbr@google.com" ]
matthewbr@google.com
fcd756f647f5ca9f82d4216bab9862afd235c6ca
4f06b67cdd92724020d7a7bfd9428f631ceb986d
/components/utils/inc/Strings.hpp
46614fafa6af460d9c7061a1d7901e6906a9d7ac
[ "MIT" ]
permissive
filipwasil/rearwing-glviewer
857e19dbd0abf7a6947628b236ad86ad201c6fa8
3d0289398367b6dc330eae18042497b8da2e77da
refs/heads/master
2020-08-30T12:36:59.968087
2020-01-24T10:06:01
2020-01-24T10:06:01
218,382,206
0
0
null
null
null
null
UTF-8
C++
false
false
150
hpp
#include <string> namespace rwc { std::string getFilePathOnly(const char* path); std::string getFileNameOnly(const char* path); } // namespace rwc
[ "filipwasil@saferendering.com" ]
filipwasil@saferendering.com
60d3fb513b88616bc4fc4ceda7558a8df3813495
589f1b052e2e2832d61fb61dac9949486e3805f3
/203 - Algorithms and Data Structures/Exercise5-Hashing(Simple).cpp
e9298f9c6732f703a1c6b5792ac272ddd268d6ad
[]
no_license
Snazzikiel/Uni-Work
208a9cb0bd26ef190fa657b46610cbfa1202a85c
716dac74a7f75a720d4a7cfbd02ad84f8c9a3f77
refs/heads/master
2022-02-20T10:35:01.433758
2019-10-03T07:06:04
2019-10-03T07:06:04
198,359,707
1
0
null
null
null
null
UTF-8
C++
false
false
1,719
cpp
/********************************************** * CSCI203 - Algorithms & Data Structures * David Azzi - da291 - 4774905 * Exercise 5 - Hashing ***********************************************/ #include <iostream> #include <fstream> using namespace std; struct hash_node{ int value = 0; int ChainCo...
[ "noreply@github.com" ]
Snazzikiel.noreply@github.com
eb53a98cd8cc0fe12d2c7493972b90d537777bce
b8906afecca06f48f2cd289a9997f670b26c4721
/neon/Helium/HeliumForWindows/Implementation/PBCore/PBCore/Send.h
b5048f60c90086b485b9a8ac2ddf23b1ee14ac39
[ "MIT" ]
permissive
rhomobile/rhodes
51bd88921c51bd618948f9a557de17fc297e7cc2
fc8409c9c281684a49d7ff6805ddc565de09a6d5
refs/heads/master
2023-09-01T17:45:36.149868
2023-08-31T20:56:06
2023-08-31T20:56:06
54,084
504
155
MIT
2023-09-12T00:14:29
2008-09-18T21:55:16
C
UTF-8
C++
false
false
1,068
h
#pragma once #include <Wininet.h> #include "..\..\Common\Public\PB_Defines.h" #define APP_NAME_TEST _T("Test") #define SEND_GENERAL_ERR 1 #define SEND_CONNECT_ERR 2 #define SEND_INTERNET_ERR 3 #define SEND_REQUEST_ERR 4 #define SEND_PARAM_ERR 5 #define SEND_RECEIVE_ERR 6 //#define MAX_URL 2049 class CSend { pub...
[ "pwmj34@zebra.com" ]
pwmj34@zebra.com
8e950f77daa44ce9c6c2d393d676e59ef95597cc
9eb61cc62ea3965892f0515600a96d123edb6000
/src/System/window.hpp
06a2af48f440628d7b573bef42a302102c4d29df
[ "BSD-2-Clause" ]
permissive
MaGetzUb/SoftwareRenderer
8cbdbb60cc64e737bf336c5bb5aa61d26ea9099f
e1d6242617863a1d9fdc272c1011a3938d1dbbc9
refs/heads/master
2020-03-22T13:42:03.166242
2019-02-10T18:34:12
2019-02-10T18:34:12
140,126,027
1
1
null
null
null
null
UTF-8
C++
false
false
2,512
hpp
/* Copyright © 2018, Marko Ranta 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 list of conditions and the following ...
[ "marko.ranta95@gmail.com" ]
marko.ranta95@gmail.com
c88367762bc38ad63756d2ac9e61a2e813f19356
4f457fd302f960d7db7228b78910c1bde98460ea
/Codechef/FENWITER.cpp
d6963736ef42a4f7654e8dbf317e1a80d1a9522d
[]
no_license
pechavarriaa/CP
36fc174b6c379541d20ecc01cb254c13a917984a
bf65e80f36309aa8b936d805ba97cb048edf049b
refs/heads/master
2020-06-10T04:18:47.910135
2019-10-24T20:55:13
2019-10-24T20:55:13
76,089,688
0
0
null
null
null
null
UTF-8
C++
false
false
1,217
cpp
#include <cmath> #include <cstdio> #include <vector> #include <queue> #include <iostream> #include <string> #include <map> #include <algorithm> using namespace std; int t,k,i,res,j,s; string a, b, c,d; int main() { scanf("%d", &t); while (t--) { cin >> a >> b >> c >> s; d = a+b+c; k = d.size(...
[ "noreply@github.com" ]
pechavarriaa.noreply@github.com
4d498e20ff5ee8a261011a6d10c2b7841e8b5c9f
e45fdf67f74a169b2f35e238e9ea1a3ea84bf2ee
/atreyu/gimbalmodule.cpp
8c5fb88941f809803f1814a4249bfe92ee74c942
[ "BSD-2-Clause" ]
permissive
AiRT-Software/OCS
33a257047b992e73dbc8578b6ad150bf005ef671
2d6056a1260ac9ac75cfd507fb1a77db3b26298a
refs/heads/master
2020-04-20T21:41:33.060258
2019-02-06T17:22:05
2019-02-06T17:22:05
169,116,257
1
1
null
null
null
null
UTF-8
C++
false
false
7,790
cpp
#include "gimbalmodule.h" #include "globalSettings.h" #include <log.h> #include <sstream> #include <limits> #include <utils.h> using airt::GimbalModule; using airt::Log; using airt::StdMessage; using airt::StdNotification; GimbalModule::GimbalModule(const std::string &cmdportname, const std::string &pubportname, ...
[ "fjabad@dsic.upv.es" ]
fjabad@dsic.upv.es
fc183e049631cf394c131c42ecde93e8e708d854
a3d6556180e74af7b555f8d47d3fea55b94bcbda
/ash/wm/desks/desk_drag_proxy.h
6d092f21945dcb92ee51616549946a9d87fb5278
[ "BSD-3-Clause" ]
permissive
chromium/chromium
aaa9eda10115b50b0616d2f1aed5ef35d1d779d6
a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c
refs/heads/main
2023-08-24T00:35:12.585945
2023-08-23T22:01:11
2023-08-23T22:01:11
120,360,765
17,408
7,102
BSD-3-Clause
2023-09-10T23:44:27
2018-02-05T20:55:32
null
UTF-8
C++
false
false
2,629
h
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_WM_DESKS_DESK_DRAG_PROXY_H_ #define ASH_WM_DESKS_DESK_DRAG_PROXY_H_ #include "base/memory/raw_ptr.h" #include "ui/compositor/layer_animation_observer.h" #include "...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
335b2baa5e04b193e1dd0cf8f9cf785185e71931
fcf9919b14b5ec9114d3b7f4991c342a8d9fce87
/src/cpsw_comm_addr.h
bb45a40f8eac4f5393855c840ddebb65fe6f28a1
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
slaclab/cpsw
58143d134fee5bd2adf5702c3fca667bb17353de
c0fad9402ae1dcb3ba6994eedb9686ef3dee6d1b
refs/heads/master
2023-04-30T22:54:42.359676
2023-04-13T15:57:38
2023-04-13T15:57:38
157,813,958
1
5
NOASSERTION
2023-08-28T23:46:07
2018-11-16T04:47:12
C++
UTF-8
C++
false
false
1,745
h
//@C Copyright Notice //@C ================ //@C This file is part of CPSW. It is subject to the license terms in the LICENSE.txt //@C file found in the top-level directory of this distribution and at //@C https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. //@C //@C No part of CPSW, including this...
[ "till.straumann@alumni.tu-berlin.de" ]
till.straumann@alumni.tu-berlin.de
14d6d1f088de1d096120fbfdd25408b970fad188
261a45ffaa97f38cb86cda0756028b822c9a6a2d
/SWPMFD/orbitersdk/Samples/Blast/Blast.cpp
2b6e3962d28a7b1ba5aa5102a3aba5c747a7f744
[]
no_license
computerex/orbiter-plugins
b970658d54cca8617c2d039262640a14fb65d198
4f1e0f729cecaa4590540985019d5254f8f162d2
refs/heads/master
2021-01-19T20:16:27.464180
2014-03-27T01:00:26
2014-03-27T01:00:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,048
cpp
#define STRICT #define ORBITER_MODULE #include "Blast.h" #include <vector> VECTOR3 negv(VECTOR3 a) { return _V(-a.x,-a.y,-a.z); } VECTOR3 norv(VECTOR3 &a) { double l = length(a); return _V(a.x/l, a.y/l, a.z/l); } BLAST::BLAST(OBJHANDLE hVessel, int flightmodel) : VESSEL2(hVessel, flightmodel) { m_DRange=1; m_Bl...
[ "computerexel@gmail.com" ]
computerexel@gmail.com
65c37f3f1ae87a9603f1292c5fe81656b6ae06ba
b0ba46cbf9e0ed912c64eb9e27c167f8dbed9d1f
/HW3/Final Codes/Simulation.cpp
297bcec4949dea4ab786fede88002ff4836f87cc
[]
no_license
Maziyar-Na/OOAD-2019
53a5df1c071c6f0ade5658fc1b63a931d8a5afe6
ce7928296f8d94d8ec1e0731c883ff017e11957e
refs/heads/master
2020-04-18T15:26:27.365056
2019-04-26T15:55:56
2019-04-26T15:55:56
167,612,042
0
0
null
null
null
null
UTF-8
C++
false
false
6,736
cpp
// // Created by Maziyar Nazari on 2019-02-28. // #include "Simulation.h" Simulation::Simulation() { report.open("report.txt"); } //Simulate the scenario which we wanted void Simulation::simulate() { store = new Store(); vector<Tool*> tools = generateToolList(); vector<Customer*> customers = generateC...
[ "maziyar.nazary@gmail.com" ]
maziyar.nazary@gmail.com
3c08d8e0a0a64fafb5613c0ab70c6098339d7c87
d2190cbb5ea5463410eb84ec8b4c6a660e4b3d0e
/old_hydra/hydra/tags/v8_21/base/datasource/hrfiofile.h
f90cc64c98f9abb89c82f84a93425fbd9ba7c330
[]
no_license
wesmail/hydra
6c681572ff6db2c60c9e36ec864a3c0e83e6aa6a
ab934d4c7eff335cc2d25f212034121f050aadf1
refs/heads/master
2021-07-05T17:04:53.402387
2020-08-12T08:54:11
2020-08-12T08:54:11
149,625,232
0
0
null
null
null
null
UTF-8
C++
false
false
1,316
h
////////////////////////////////////////////////////// // HRfioFile // // Class for reading events from files on taperobot // ////////////////////////////////////////////////////// #ifndef HRFIOFILE_H #define HRFIOFILE_H #include "hrfiofiletsm.h" #include "TObject.h" #include "TString.h" #include <iostream> class ...
[ "waleed.physics@gmail.com" ]
waleed.physics@gmail.com
75f7b2a3eabbd0e6e8cbe2ecac2b3c72677275ff
d7784cb9ce174ec5091d327b21ebcf4c6c507388
/yukicoder/500/530/539.cpp
7c074ffa1529e23f8609106feed44d6563949aff
[]
no_license
mmxsrup/procon
3a349b10c852ad593ecedcdd1c9fdb93cb8d8f3b
af059cc3f6786db71f0077d1ec5d902171b9860a
refs/heads/master
2021-01-17T15:05:05.580007
2017-12-06T07:52:53
2017-12-06T07:52:53
84,103,106
0
0
null
null
null
null
UTF-8
C++
false
false
1,582
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef vector<int> vint; typedef pair<int,int> pint; typedef vector<pint> vpint; #define rep(i,n) for(int i=0;i<(n);i++) #define REP(i,n) for(int i=n-1;i>=(0);i--) #define reps(i,f,n) for(int i=(f);i<(n);i++) #define each(it,v) for(__typeof((v).begin(...
[ "mmxsrup@yahoo.co.jp" ]
mmxsrup@yahoo.co.jp
0462db783d6aafe0d486a5af2cd43bc463382f7c
a87dee6ac2374985e887b685a1105da2346b4797
/third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.cc
fa66bf9ace7091c59d36db93f463d27c8a3557e8
[ "BSD-3-Clause", "LicenseRef-scancode-protobuf" ]
permissive
miyachu/grpc
b6a733a4bacef15a32f228d27c9db812e8c9ee98
a06ea3c3162c10ff90a1578bf82bbbff95dc799d
refs/heads/master
2023-08-07T09:09:38.467822
2021-10-03T06:59:00
2021-10-03T06:59:00
404,920,928
0
0
Apache-2.0
2021-09-10T01:35:44
2021-09-10T01:35:44
null
UTF-8
C++
false
false
23,268
cc
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
[ "you@example.com" ]
you@example.com
f03781c4c93c7aebf87bbcb2c13a50c0ae0767cc
a380c203330d133ec92fa555b9d0611c85fdaff6
/Arduino/Capteurs/Particules/PPD42NS/particulesv2/particulesv2.ino
17e4fc14251e1c65fe8c901faffb058dc543edac
[]
no_license
Snoz58/smrtcty
172fe11f0e71e43a63f8d7932be8ad65ceab4e01
9130976f66407aa6729ae79aee286291b5a111a5
refs/heads/master
2021-06-19T15:48:30.255961
2019-08-27T13:18:15
2019-08-27T13:18:15
114,651,883
1
0
null
null
null
null
UTF-8
C++
false
false
1,848
ino
/* Interface to Shinyei Model PPD42NS Particle Sensor Program by Christopher Nafis Written April 2012 http://www.seeedstudio.com/depot/grove-dust-sensor-p-1050.html http://www.sca-shinyei.com/pdf/PPD42NS.pdf JST Pin 1 (Black Wire) => Arduino GND JST Pin 3 (Red wire) => Arduino 5VDC JST Pin 4 (Yellow wi...
[ "corentin.metenier@gmail.com" ]
corentin.metenier@gmail.com
5b20ece9d59228d1d056470bd51d3673f32d5057
a20dd30a2554565ad7719d8e8580b995d38a4dff
/@life_server/addons/life_server/config.cpp
16ac7848ad53f10ff468d894506859696ef20ee5
[]
no_license
BlackWidow1337/Altis-Life-Files
bc140ac781f081c99bfa4907bcef86fe1d931e65
ca26ca155643401a5357d3df98255c6357aaae08
refs/heads/master
2016-09-01T06:11:05.986563
2016-01-13T20:54:37
2016-01-13T20:54:37
49,604,489
0
0
null
null
null
null
UTF-8
C++
false
false
3,140
cpp
class DefaultEventhandlers; class CfgPatches { class life_server { units[] = {"C_man_1"}; weapons[] = {}; requiredAddons[] = {"A3_Data_F","A3_Soft_F","A3_Soft_F_Offroad_01","A3_Characters_F"}; fileName = "life_server.pbo"; author[]= {"TAW_Tonic"}; }; }; class CfgFunctions { class BIS_Overwrite { tag...
[ "ztelam16@gmail.com" ]
ztelam16@gmail.com
5d88df53a17a6cfc78e460b0f84d49ae87b76053
490a2f867e40d15a6c57bcb5d71ce329980401fc
/2018/02/inventory.cc
4d5a7d5d34f5713855d066f82ec71cd4e7860547
[]
no_license
kisom/aoc
b58baf0502b17f528f0a9dca2b9283f80de65a02
20b6c7abe9d59ddc34df4f1294363f13afbdaced
refs/heads/master
2021-12-14T15:36:11.961291
2021-12-10T03:45:00
2021-12-10T03:45:00
159,702,378
2
0
null
null
null
null
UTF-8
C++
false
false
3,569
cc
#include <cassert> #include <fstream> #include <iostream> #include <set> #include <string> #include <vector> typedef struct { int two; int three; } Inventory; static void compute_checksum(Inventory &inventory, std::string boxID) { // This function is void because it really needs to return a tuple - // which could...
[ "kyle@imap.cc" ]
kyle@imap.cc
b05f42639040cc106071c87f470f3f7f49503665
8f28b78c0fe5b0e989f622fe727af3bde175c452
/rtlib/init.cpp
48013079b6476f2074c19d3aa1407382ced02539
[ "BSD-3-Clause" ]
permissive
secure-foundations/herqules
780a4967ddd51e1074f726ddff4790d8ad094382
24a4e0030267f610822d61e154d267c14dcaa05f
refs/heads/master
2023-04-13T07:06:04.877445
2021-03-31T23:05:30
2021-04-01T02:34:10
314,114,391
3
0
null
null
null
null
UTF-8
C++
false
false
3,856
cpp
#include <cstdint> #include <cstdlib> #include <new> #include <type_traits> #include <immintrin.h> #include <signal.h> #include <unistd.h> #include "config.h" #include "interfaces-tx.h" #include "runtime.h" #include "syscalls.h" #include "init.h" #include "rtlib.h" /* Internal variables */ // Use a statically allo...
[ "d.c.ddcc@gmail.com" ]
d.c.ddcc@gmail.com
9a8001dd7a615d52bf9cefc60590d8cdaa1eb7b4
17fa99c26a43cd739eb78a33d4fe6fa9f2925437
/1_shockTube/shockTube_10000/0.007/T
f81a01631686e957053ecae1f3ad0933fe322db5
[]
no_license
SurajGangani/JN_Tutorials
f31a4d09523de632de43cfb8b6d7b0de5789958e
04aa317e6c427f8659439c5214c1186fcb9869ba
refs/heads/main
2023-03-24T22:19:22.342372
2021-03-09T11:24:08
2021-03-09T11:24:08
345,379,583
0
0
null
null
null
null
UTF-8
C++
false
false
80,470
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | ...
[ "surajgangani2@gmail.com" ]
surajgangani2@gmail.com
59b8fa127b792ad51e0ef187eec267dae96a2fb2
bc20280ff56d5262ead8a3814d2eabf0175a3ace
/include/detail/kdt.hpp
0decb3f2371ee194f7b2b18ac5845b7dbea14807
[ "MIT" ]
permissive
degski/k_dimensional_tree
30b59c24e474c2d4bb3224adf46db8e3b41a1d85
97ddc9dc8bf8b7fd0197935816e6754e36081755
refs/heads/master
2021-01-02T12:59:11.439994
2020-02-12T06:18:50
2020-02-12T06:18:50
239,634,508
0
0
null
null
null
null
UTF-8
C++
false
false
3,833
hpp
// MIT License // // Copyright (c) 2018, 2019, 2020 degski // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy,...
[ "degski@gmail.com" ]
degski@gmail.com
0e0c77fbccead682b7aa3b3dc219cbd9c9c6a711
e9a63410f57f75c1d33c86bc932259034d9cdfda
/inc/PmtSD.hh
9b2b53ef009ee1f663603a4da9524f1e5e5c9b3e
[]
no_license
liziwei233/CRTest
45f4ba287396a88c13a2c25bf30dee41dc26b9f7
e8cb51feb2fe6d423d86f98a082f45fb213afcbc
refs/heads/master
2021-12-12T18:28:01.572417
2017-10-23T11:45:32
2017-10-27T08:42:45
130,208,439
0
1
null
2018-04-19T11:55:13
2018-04-19T11:55:12
null
UTF-8
C++
false
false
813
hh
/* * File : CRTest/inc/PmtSD.hh * * Brief: Definition of PMT Sensitive Detector for OpPhoton * * Description: * Count OpPhoton hits for each PMT physical volume */ #ifndef CRTest_PmtSD_h #define CRTest_PmtSD_h #include "VirtualSD.hh" #include "PmtHit.hh" class PmtSD : public VirtualSD { public: PmtSD(G4Stri...
[ "torrence@mail.ustc.edu.cn" ]
torrence@mail.ustc.edu.cn
3c00b51644240bf80b3ff60841e80014829b315c
2bcd7f022fbe85c1ec2e200122175bd488123e8c
/CS235_lab3_boggle/openfiles.cpp
23a10db770c469a285f313d5337987ec98e9e5d5
[]
no_license
colindt/school
e0451d531c2253307dd0c6bd9b27ea076979dc10
66813c3e07699c89d6177f0a90235ce22ab8df8c
refs/heads/master
2020-06-11T03:20:09.833794
2016-12-09T08:13:44
2016-12-09T08:22:16
76,015,962
0
0
null
null
null
null
UTF-8
C++
false
false
1,509
cpp
#include <iostream> #include <fstream> using namespace std; bool verify_files(const ifstream& f_dict, const ifstream& f_board, const ofstream& f_report, const char* s_students, const char* s_grades, const char* s_report) { bool valid = true; if (!f_dict) { cerr << "Could not open " << s_students << " for reading...
[ "cdt1_2@msn.com" ]
cdt1_2@msn.com
11051a638e6b912fc49b44841d2137a872305df3
3533bf109bb6424357de1586727cf083da40d09d
/uva-12854.cpp
62ac84a3bdb65c2238d431565468329ff13a93b6
[]
no_license
debugster/UVa
e9a0139f6287c0eda56ed6a6473daba60f6df635
e9006f3aa3bc4ef4327fa4d4ec6be171bc8d4268
refs/heads/master
2022-11-04T20:41:39.722931
2022-10-28T13:33:53
2022-10-28T13:33:53
89,742,623
0
2
null
null
null
null
UTF-8
C++
false
false
624
cpp
#include <bits/stdc++.h> using namespace std; int main() { freopen("in.txt", "r", stdin); freopen("out.txt", "w", stdout); int i, x[5], y; bool valid; while (scanf("%d", &x[0]) != EOF) { for (i = 1; i < 5; i++) { scanf("%d", &x[i]); } valid =...
[ "noreply@github.com" ]
debugster.noreply@github.com
67a6b7dc9f5d02f99669bc941d8a886001f8863a
257df57d6cfa9008104ff33355c27f789b5234c1
/src/walletdb.cpp
6d88adecb225627679eb92d241f41307fa7477c2
[ "MIT" ]
permissive
welcome2hell25/GCG
5453610d65044eb3f537ef405dde703c4d0e10f3
3499ee6ae8fe6d799e15d9be595e6bdc6c611354
refs/heads/master
2020-03-12T14:00:12.737466
2018-04-23T07:57:48
2018-04-23T07:57:48
130,656,089
0
0
null
null
null
null
UTF-8
C++
false
false
32,347
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 "base58.h" #include <iostream>...
[ "coingulf@gmail.com" ]
coingulf@gmail.com
8a2270cb066459384ae3d2ef947d6aa387178da3
c3a70312e0034ccb302f72ecae3f9c67b897f28f
/submodules/rapidxml/rapidxml_print.hpp
7c5e02a477774c9fc41b4af624349513c6e1f47c
[ "MIT", "BSL-1.0", "Apache-2.0" ]
permissive
benjamin-weiss/libadm
593214997651d9565eccb64dafa5d07a83d253dd
53e31662f8c5131c2c14756670924a35d87e3830
refs/heads/master
2021-07-09T14:13:17.464499
2020-05-12T01:13:07
2020-05-12T01:23:08
142,154,270
0
2
Apache-2.0
2020-04-14T23:11:58
2018-07-24T12:18:12
C++
UTF-8
C++
false
false
17,363
hpp
#ifndef RAPIDXML_PRINT_HPP_INCLUDED #define RAPIDXML_PRINT_HPP_INCLUDED // Copyright (C) 2006, 2009 Marcin Kalicinski // Version 1.13 // Revision $DateTime: 2009/05/13 01:46:17 $ //! \file rapidxml_print.hpp This file contains rapidxml printer implementation #include "rapidxml.hpp" // Only include streams ...
[ "benjamin.weiss@irt.de" ]
benjamin.weiss@irt.de
5c14848852962d490b291cdeeb3e49e8307a90df
169bd4618ac6e2301296bdb82b1de06e7f84ef59
/generated/src/ProofOfStake.cpp
c22e7e16e1db0de2b9fc5928beae6af8fcd9da9a
[ "Apache-2.0" ]
permissive
madMAx43v3r/mmx-node
be9eeff35c9f6b11d45ebcc2b695b90c149550df
a0f4fdfede7cfdbd6c548a00c8a4905e6a76506c
refs/heads/master
2023-08-23T06:32:15.434280
2023-08-18T08:17:15
2023-08-18T08:17:15
431,829,941
203
55
Apache-2.0
2023-09-01T10:52:52
2021-11-25T12:02:35
C++
UTF-8
C++
false
false
11,197
cpp
// AUTO GENERATED by vnxcppcodegen #include <mmx/package.hxx> #include <mmx/ProofOfStake.hxx> #include <mmx/ProofOfSpace.hxx> #include <mmx/ProofOfSpace_calc_hash.hxx> #include <mmx/ProofOfSpace_calc_hash_return.hxx> #include <mmx/ProofOfSpace_is_valid.hxx> #include <mmx/ProofOfSpace_is_valid_return.hxx> #include <mm...
[ "max.wittal@mwittal.de" ]
max.wittal@mwittal.de
81ef5f44754237fc65754f0b55ce68db4bcb0005
c2561e3ade6da367ba7676a3ac5e4748e5b49890
/12865.cpp
604d9477e51f69e3736110a38d86d49d4db9631a
[]
no_license
codingSJ/BOJ
1c49582cb5b8813e58a00f20724084b7f473d8ec
1f641fead670c4cd3cd23e57a8dac57848839cb8
refs/heads/main
2023-04-22T19:06:32.000421
2021-05-12T12:24:19
2021-05-12T12:24:19
339,525,035
0
0
null
2021-02-16T21:30:48
2021-02-16T20:39:21
C++
UTF-8
C++
false
false
1,481
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; int N, K; vector<pair<int, int>> v; int dp[101][100001] = {0}; //dp[n][weight]: n번 째 아이템을 넣은 경우 무게 weight 내에서 가질 수 있는 최대 가치 int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); int i, j, ...
[ "seojoon.hong94@gmail.com" ]
seojoon.hong94@gmail.com
b833399e1d007236813680e44b311a5f9d35e28c
0a8e6b1e27f6f8f084f01bcd7caa21e50dc13255
/datatype.cpp
a7062140ae2defbbda0509fa5a84ebd6b355ca14
[]
no_license
venkatsaireddi/CRTprogram
3e053be5d8f386621c838352800ae9cedb47c010
94e2a33957274e2c2fe457fce75bc54134830435
refs/heads/master
2020-09-22T18:33:50.925546
2019-12-09T06:12:41
2019-12-09T06:12:41
225,299,569
0
0
null
null
null
null
UTF-8
C++
false
false
166
cpp
#include<stdio.h> int main() { int a; float b; char c; printf("\n%d",size of(a)); printf("\n%d",size of(b)); printf("\n%d",size of(c)); return 0; }
[ "noreply@github.com" ]
venkatsaireddi.noreply@github.com
003b872d4a5440857b4dd2590491b46b098cb7ee
5a55209ad40c6f20b8e588ec2c0f731a22d81b06
/atcoder/abc140/A.cpp
914585002602be67a1bc61fdf42aac19ed97ab2c
[]
no_license
nabil0day/Problem-Solving
f5a5509d746a263cca02dd4af779e6ffa2ee8732
a2e65bcf958d3bfe9d309575ae31358024785855
refs/heads/master
2023-08-19T20:22:11.133469
2021-10-22T14:47:00
2021-10-24T07:36:26
399,927,072
10
0
null
null
null
null
UTF-8
C++
false
false
111
cpp
#include <bits/stdc++.h> using namespace std; int main(){ int N; cin >> N; cout << N*N*N << endl; }
[ "hadiurrahmannabil@gmail.com" ]
hadiurrahmannabil@gmail.com
3db5bb6e65caf1cb9a2654369138f55157525922
5499e8b91353ef910d2514c8a57a80565ba6f05b
/zircon/system/ulib/range/include/range/range.h
199103d6ce64b262cb8d00dae9d81fb940a7758c
[ "BSD-3-Clause", "MIT" ]
permissive
winksaville/fuchsia
410f451b8dfc671f6372cb3de6ff0165a2ef30ec
a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f
refs/heads/master
2022-11-01T11:57:38.343655
2019-11-01T17:06:19
2019-11-01T17:06:19
223,695,500
3
2
BSD-3-Clause
2022-10-13T13:47:02
2019-11-24T05:08:59
C++
UTF-8
C++
false
false
7,259
h
// Copyright 2019 The Fuchsia 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 RANGE_RANGE_H_ #define RANGE_RANGE_H_ #include <lib/fit/result.h> #include <zircon/assert.h> #include <zircon/errors.h> #include <zircon/types.h> ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
43a8789ce15c88b5c27e100fb763587a0e172067
cb80a8562d90eb969272a7ff2cf52c1fa7aeb084
/inletTest3/0.048/Ma
0de8da20903c02008401952c212c115b385dd0db
[]
no_license
mahoep/inletCFD
eb516145fad17408f018f51e32aa0604871eaa95
0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2
refs/heads/main
2023-08-30T22:07:41.314690
2021-10-14T19:23:51
2021-10-14T19:23:51
314,657,843
0
0
null
null
null
null
UTF-8
C++
false
false
150,395
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | ...
[ "mhoeper3234@gmail.com" ]
mhoeper3234@gmail.com
dabd278ebd6cb7b5400967c59bff71ac81fbece4
c775013ab679c4be35a6a16542accac07e1bc97a
/pronin_ip/Practice/Practice9/date.h
d6caf8b0df4760f4455ede65c942e35dfe53cce5
[]
no_license
igor-pronin/mp1-practice
ff098d8b0ae3497674fa41e82dadd41475f3872c
a89bda61f5e699a8b6fc4948ff619ed21bd28d12
refs/heads/master
2020-03-31T02:34:24.216785
2019-10-04T06:59:04
2019-10-04T06:59:04
148,109,765
0
0
null
2018-10-06T10:06:42
2018-09-10T06:34:39
null
UTF-8
C++
false
false
316
h
#pragma once #include <iostream> using namespace std; class Date { private: int day; int month; int year; public: Date(); Date(int, int, int); Date(const Date&); ~Date(); bool operator==(const Date&) const; friend istream& operator>>(istream&, Date&); friend ostream& operator<<(ostream&, const Date&); };
[ "gosha.pronin.2000@icloud.com" ]
gosha.pronin.2000@icloud.com
c036aedbad3c4dcb1c6c31b249322bcfa077b5e3
c7ad1dd84604e275ebfc5a7e354b23ceb598fca5
/include/algo/volume_merge/bv_merger.hpp
61750a573d3e265b7d343e02556df748e213eb9b
[]
no_license
svn2github/ncbi_tk
fc8cfcb75dfd79840e420162a8ae867826a3d922
c9580988f9e5f7c770316163adbec8b7a40f89ca
refs/heads/master
2023-09-03T12:30:52.531638
2017-05-15T14:17:27
2017-05-15T14:17:27
60,197,012
1
1
null
null
null
null
UTF-8
C++
false
false
4,269
hpp
#ifndef ALGO_BV_MERGE_HPP_ #define ALGO_BV_MERGE_HPP_ /* $Id$ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government ...
[ "kuznets@112efe8e-fc92-43c6-89b6-d25c299ce97b" ]
kuznets@112efe8e-fc92-43c6-89b6-d25c299ce97b
096be8cfe5a78e3a42a128a1c72b279df82f4966
a21b33f87dab1ba160dc4933aa61550062fca08b
/install/include/scheduling_msgs/AddProductionPlanResponse.h
d86db1cb9692de6a815505ac74d6ba960eb5445c
[]
no_license
servant007/release
4c009c479eaeb0dcf70e2b17ca7631a63745cd0c
c460a36b61668cc380b0e4f99a225dcf55a3c595
refs/heads/master
2020-03-28T03:31:33.535089
2018-09-05T08:28:52
2018-09-05T08:28:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,154
h
// Generated by gencpp from file scheduling_msgs/AddProductionPlanResponse.msg // DO NOT EDIT! #ifndef SCHEDULING_MSGS_MESSAGE_ADDPRODUCTIONPLANRESPONSE_H #define SCHEDULING_MSGS_MESSAGE_ADDPRODUCTIONPLANRESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serializatio...
[ "ouiyeah@qq.com" ]
ouiyeah@qq.com
ffdf0bc84b7452d6f22e3dca4792ea2637f1f100
44ed5733a87d25fb1b39735e4cf05368f211e827
/reEngine/reEngine/Engine/Graphics/MaterialHandler.cpp
4705e788762fee5cb0cb4767400bd0109380feea
[]
no_license
MatthewFerreira2020/Game-Engine-Framework
81af43e0d79ad867112d6d497491d6f28bdb8a08
0c411c1505a3f07fb9245d00c38cd693b4ef8519
refs/heads/master
2021-05-22T15:34:45.341819
2020-04-04T11:46:51
2020-04-04T11:46:51
252,981,204
0
0
null
null
null
null
UTF-8
C++
false
false
842
cpp
#include "MaterialHandler.h" std::unique_ptr<MaterialHandler> MaterialHandler::materialInstance = nullptr; std::map<std::string, Material> MaterialHandler::materials = std::map<std::string, Material>(); MaterialHandler::MaterialHandler(){ } MaterialHandler::~MaterialHandler(){ if (materials.size() > 0) { materia...
[ "38076237+MatthewFerreira2020@users.noreply.github.com" ]
38076237+MatthewFerreira2020@users.noreply.github.com
489a5a5a97243c4a44d21c0bdd248566594bf267
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/W+RWC+dmb.st+po+po.c.cbmc.cpp
e3ed1ebbbfd9952768b0df90ae64803dc95f25f9
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
42,351
cpp
// Global variabls: // 0:vars:3 // 3:atom_1_X0_1:1 // 4:atom_1_X2_0:1 // 5:atom_2_X2_0:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 // 2:thr2:1 #define ADDRSIZE 6 #define LOCALADDRSIZE 3 #define NTHREAD 4 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, ...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
b06c09a0db3b28ef1b9163efebe5c83459039fd0
0b63fa8325233e25478b76d0b4a9a6ee3070056d
/src/appleseed/foundation/image/progressiveexrimagefilereader.cpp
a749d73194f6b37a4ab2d7f78678eaf36c3bb517
[ "MIT" ]
permissive
hipopotamo-hipotalamo/appleseed
e8c61ccec64baf01b6aeb3cde4dd3031d37ece17
eaf07e3e602218a35711e7495ac633ce210c6078
refs/heads/master
2020-12-07T02:39:27.454003
2013-10-29T13:10:59
2013-10-29T13:10:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,989
cpp
// // This source file is part of appleseed. // Visit http://appleseedhq.net/ for additional information and resources. // // This software is released under the MIT license. // // Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited // // Permission is hereby granted, free of charge, to any person obtaining ...
[ "beaune@aist.enst.fr" ]
beaune@aist.enst.fr
dd630c4db81535c260cbc8b5e4653828af7f0187
4bee54ba27613980e7a3becadf5769011ff440b4
/src/proj_2/main.cpp
f8e2814dc6e67ed264164f741a5f30ce232c2b49
[]
no_license
NathanIceSea/git_practice
2b600a38c9ad831142def6290e839a392a04683d
0c0367e2ab93c27d9a4ded1510957a845273eb20
refs/heads/master
2022-12-27T16:16:36.155332
2020-10-08T02:26:53
2020-10-08T02:33:39
301,660,816
0
0
null
null
null
null
UTF-8
C++
false
false
850
cpp
#include "binary_tree.h" #include <string> #include <iostream> using namespace std; binary_tree<char> constructFromString(string str) { binary_tree<char> bTree; for (char c : str) { bTree.insert(new char(c)); } return bTree; } int main() { binary_tree<char> bTree = construc...
[ "xmhjnathan@gmail.com" ]
xmhjnathan@gmail.com
116258c986a632c8482c9f1f801501fa0db831c8
7e85b436387c13417fa8eab3b80f83fc39980a9d
/openpeer-android-sdk/jni/IdentityDelegateWrapper.cpp
f9895235ff165bc92bb252c101c425a11e6ec43e
[ "BSD-2-Clause-Views" ]
permissive
richardyoung00/opandroid
868e5f0c98dddd78259138daad93ff6fe7024f74
58c41897d87838a0caec49288b42c3f913ef9f5e
refs/heads/master
2021-01-16T00:10:28.667688
2015-01-05T22:47:17
2015-01-05T22:47:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,802
cpp
/******************************************************************************* * * Copyright (c) 2014 , Hookflash 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: * * 1. Red...
[ "bruce@hookflash.com" ]
bruce@hookflash.com
fa1e64e5723647063edb2f1a10569f070ec611f8
df440261a9d8e666c2ad62af80862fe1db66da3b
/src/DialogClasses/implementer/MaterialCountInputDialog.cpp
b82a718a82359c892a5f2df6b09da92931d5d944
[]
no_license
coldbloodx/weight
08d7b3c04508522818c5d2d132334718947fb2d7
a477339c506f6eb33c99d2a859f5a5d1c9eb73b1
refs/heads/master
2020-05-18T18:53:33.189624
2015-11-14T13:47:39
2015-11-14T13:47:39
39,341,403
0
0
null
null
null
null
GB18030
C++
false
false
2,805
cpp
// MaterialCountInputDialog.cpp : implementation file // #include "stdafx.h" #include "Weight.h" #include "MaterialCountInputDialog.h" #include "FormulaAddDialog.h" #include "HelperClass.h" #include "uiFunctions.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////...
[ "naughtyboywx@yeah.net" ]
naughtyboywx@yeah.net
6e828a0218548df4b418b4ebda40019ec575508d
8d32fa421d3b38001ad6acfe602a7c2806ada11b
/src/auth/SessionManager.h
b798e63ed119a34e204088dfa8f39b9a340b9e86
[]
no_license
danidim13/compra-cr
79c5abb780f07697c739e7437174db0517a5b1e4
b9c35c5f5d91c2b92a27a0c04302bfb2b116e606
refs/heads/master
2020-08-06T18:26:49.360453
2019-10-28T23:27:42
2019-10-28T23:27:42
213,106,361
0
0
null
null
null
null
UTF-8
C++
false
false
1,463
h
// // Created by daniel on 17/10/19. // #ifndef APP_ECOMMERCE_SESSIONMANAGER_H #define APP_ECOMMERCE_SESSIONMANAGER_H #include <string> #include <map> #include "../nlohmann/json_fwd.hpp" #include "../model/Session.h" #include "../nlohmann/json.hpp" #define SESSION_KEEP_ALIVE_MIN 40 namespace auth { const int ...
[ "danidiaza@gmail.com" ]
danidiaza@gmail.com
997516106005627de100c52164d4113bc451322a
43702fbe507a4eca5f48411c13ad99abaa199a70
/Source/Effects/flanger.cpp
de75de765730fbbf5dc4716ec0b26b155ef4d772
[ "MIT" ]
permissive
electro-smith/DaisySP
27c4c333064f63a98d8c10533d2acdc387fd9100
0b23cbb6b22fe69e6d743d1e216be91bd76cdd64
refs/heads/master
2023-08-17T12:56:48.015182
2023-07-07T00:17:14
2023-07-07T00:17:14
245,226,760
693
123
MIT
2023-09-14T19:36:05
2020-03-05T17:30:27
C++
UTF-8
C++
false
false
1,639
cpp
#include "dsp.h" #include "flanger.h" #include <math.h> using namespace daisysp; void Flanger::Init(float sample_rate) { sample_rate_ = sample_rate; SetFeedback(.2f); del_.Init(); lfo_amp_ = 0.f; SetDelay(.75); lfo_phase_ = 0.f; SetLfoFreq(.3); SetLfoDepth(.9); } float Flanger::Pro...
[ "noreply@github.com" ]
electro-smith.noreply@github.com
a1c4a5664822d20a7c74372c53cdb09240c7fbab
c60e4f97890cc7329123d18fd5bc55734815caa5
/3rd/xulrunner-sdk/include/nsIInputStream.h
3d08e16e4691b80c50728a77c3d64239fdfbd2f2
[ "Apache-2.0" ]
permissive
ShoufuLuo/csaw
cbdcd8d51bb7fc4943e66b82ee7bc9c25ccbc385
0d030d5ab93e61b62dff10b27a15c83fcfce3ff3
refs/heads/master
2021-01-19T10:02:51.209070
2014-04-30T19:53:32
2014-04-30T19:53:32
16,976,394
0
0
null
null
null
null
UTF-8
C++
false
false
6,763
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/rel-m-rel-xr-osx64-bld/build/xpcom/io/nsIInputStream.idl */ #ifndef __gen_nsIInputStream_h__ #define __gen_nsIInputStream_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want to include root IDL files. */ #i...
[ "luoshoufu@gmail.com" ]
luoshoufu@gmail.com
a0023b2aa1c05201e9a84677b0e7f6a92006bf5a
f81b774e5306ac01d2c6c1289d9e01b5264aae70
/remoting/base/chromoting_event.cc
2836fa88bd7caf877adfcf2846959cf3f441bd2c
[ "BSD-3-Clause" ]
permissive
waaberi/chromium
a4015160d8460233b33fe1304e8fd9960a3650a9
6549065bd785179608f7b8828da403f3ca5f7aab
refs/heads/master
2022-12-13T03:09:16.887475
2020-09-05T20:29:36
2020-09-05T20:29:36
293,153,821
1
1
BSD-3-Clause
2020-09-05T21:02:50
2020-09-05T21:02:49
null
UTF-8
C++
false
false
15,752
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/base/chromoting_event.h" #include "base/strings/string_util.h" #include "base/strings/stringize_macros.h" #include "base/system/sys_in...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
cb4bcf7c7e17563488cd7e7342112f6a976ce79f
974a20e0f85d6ac74c6d7e16be463565c637d135
/trunk/coreLibrary_200/source/physics/dgCollisionEllipse.cpp
4f8730570a353594e86370dbc6ad03ed1267a836
[]
no_license
Naddiseo/Newton-Dynamics-fork
cb0b8429943b9faca9a83126280aa4f2e6944f7f
91ac59c9687258c3e653f592c32a57b61dc62fb6
refs/heads/master
2021-01-15T13:45:04.651163
2011-11-12T04:02:33
2011-11-12T04:02:33
2,759,246
0
0
null
null
null
null
UTF-8
C++
false
false
9,212
cpp
/* Copyright (c) <2003-2011> <Julio Jerez, Newton Game Dynamics> * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software f...
[ "jerezjulio@sbcglobal.net@b7a2f1d6-d59d-a8fe-1e9e-8d4888b32692" ]
jerezjulio@sbcglobal.net@b7a2f1d6-d59d-a8fe-1e9e-8d4888b32692
b77d122c30210feac178a62b88e26ef464a5add7
410e45283cf691f932b07c5fdf18d8d8ac9b57c3
/ui/views/controls/menu/menu_scroll_view_container.h
5552b0d501b69fd9d15dd1ff97dc1547e8a4571a
[ "BSD-3-Clause" ]
permissive
yanhuashengdian/chrome_browser
f52a7f533a6b8417e19b85f765f43ea63307a1fb
972d284a9ffa4b794f659f5acc4116087704394c
refs/heads/master
2022-12-21T03:43:07.108853
2019-04-29T14:20:05
2019-04-29T14:20:05
184,068,841
0
2
BSD-3-Clause
2022-12-17T17:35:55
2019-04-29T12:40:27
null
UTF-8
C++
false
false
2,575
h
// Copyright (c) 2011 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 UI_VIEWS_CONTROLS_MENU_MENU_SCROLL_VIEW_CONTAINER_H_ #define UI_VIEWS_CONTROLS_MENU_MENU_SCROLL_VIEW_CONTAINER_H_ #include "base/macros.h" #i...
[ "279687673@qq.com" ]
279687673@qq.com
107fb1621bf06ea6539fbd19eb99ee3f17d55c3f
c4d4748b97f107712354cd301af13b5723b038f4
/03_2/main.cpp
d96ff2e197a4c553702ffdb66a8ca3aeed1000d9
[]
no_license
Monotrea/mylearning-opengl
ef70f59f67c62b8accad43f0e2a6f243f2247f74
cefaaf69b5803517b9607d927f74ee5dbcb478c1
refs/heads/master
2020-06-04T04:02:59.545110
2019-07-02T05:14:24
2019-07-02T05:14:24
191,865,659
0
0
null
null
null
null
UTF-8
C++
false
false
5,388
cpp
#include <glad/glad.h> #include <GLFW/glfw3.h> #include <iostream> #include <cstring> #include <cmath> void framebuffer_size_callback(GLFWwindow* window, int width, int height); void processInput(GLFWwindow *window); const char* vertexShaderSource = "#version 330 core\n" "layout (location = 0) in vec3 aPos;" ...
[ "linuchro.code@gmail.com" ]
linuchro.code@gmail.com
d6045911b2d472ca7cb8818cc02b36784b3daef4
0c73fb823fdd0b485d2406ceb0721978b829c2be
/04-Sorting/mergeSort.cpp
9c292859fb749bb1cdcc08b82140fbeca7fcfe7b
[ "MIT" ]
permissive
gauravsingh2026/C-plus-plus-Algorithms
d192aabe93941bbb8dc53ef534b370b5f9b3085d
a7cd88fb18847d1e229b0b684e45db68cb8e9e47
refs/heads/master
2023-03-15T10:40:44.171239
2020-10-04T22:27:50
2020-10-04T22:27:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
777
cpp
#include<iostream> using namespace std; void merge(int *a, int s, int e){ int temp[100]; int mid=(s+e)/2; int i=s; int j=mid; int k= s; while(i<=mid && j<=e){ if(a[i]<a[j]){ temp[k++]=a[i++]; } else { temp[k++]=a[j++]; } } while(i<=mid){ temp[k++]=a[i++]; } while(j<=e)...
[ "noreply@github.com" ]
gauravsingh2026.noreply@github.com
5ecaff9875ce432dd48146cf0374145985750320
f3de4adb3356b016536020c444c9ee235f8e828c
/Source/S05_TestingGFPS/S05_TestingGFPSGameMode.h
68b4b8141b94936d4103331f78e5028d0eaab772
[]
no_license
Dinle/TGround
1e6ff5c7bba21eeb8f0b34ad56ded611ae15860f
4ddbf5822743b15ecdbbb4c49ee15da2c6a4d88e
refs/heads/master
2021-05-01T22:05:57.820124
2018-02-10T04:58:25
2018-02-10T04:58:25
120,979,869
0
0
null
null
null
null
UTF-8
C++
false
false
326
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "GameFramework/GameModeBase.h" #include "S05_TestingGFPSGameMode.generated.h" UCLASS(minimalapi) class AS05_TestingGFPSGameMode : public AGameModeBase { GENERATED_BODY() public: AS05_TestingGFPSGameMode(); ...
[ "oxq38927@aegde.com" ]
oxq38927@aegde.com
dd1c960087d81cc1c7ebcc1c08c758af00ca1f57
883102baafb50d4f48e55b0a942b756f32691a43
/SC_BathMPO_chain_alternating_SCFirst.h
4c21eae4602f2833fc4228cc1b9be2d81411ed6f
[]
no_license
rokzitko/tensor
f353226aa51fe3ecea3d606c4f986b1c9bb730b0
7401b35c6c4a0c5ed4499720b67fe03a95ea5e86
refs/heads/master
2023-08-08T00:00:59.573068
2023-08-01T06:56:50
2023-08-01T06:56:50
227,639,591
0
0
null
null
null
null
UTF-8
C++
false
false
15,692
h
inline void impurityTensor(MPO &H, const int i, const int imp_num, const std::vector<Index> links, const params &p){ // i is the index of the tensor in the MPO, imp_num numbers the impurity const auto &IMP = p.chain_imps[imp_num-1]; // 0-based vector! ITensor& W = H.ref(i); Index left = dag( links.at(...
[ "luka.pavesic@ijs.si" ]
luka.pavesic@ijs.si
046fcca2654da03e534f7e90febb7c3b6f2928c8
8e717d9682b6aadbe7b18a36d026e540d733ee59
/Plugins/VRExpansionPlugin/mordentral-vrexpansionplugin-36a63860c688/VRExpansionPlugin/Intermediate/Build/Win64/UE4Editor/Inc/VRExpansionPlugin/GrippableStaticMeshComponent.generated.h
c5f47b01d09839ca6942fc8b80c285a27bb354b6
[ "MIT" ]
permissive
tannerhunt5/TableTopSat
013457b43031b6e2bdd0fb7a11e85bfc0227a51b
5bbdcf7ced31173958bf6874adebf90e9faf6f51
refs/heads/master
2020-05-04T18:09:29.762754
2020-01-28T13:58:14
2020-01-28T13:58:14
179,340,741
0
0
null
null
null
null
UTF-8
C++
false
false
35,053
h
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
[ "tannerhunt5@tamu.edu" ]
tannerhunt5@tamu.edu
359f7daa5720bcb152aef3a9b0e44433e3d20e9c
573f60accd206a468729457976abe4e3b805edd8
/дз 03.03.2019/4..cpp
87385e219d1f3d9b800450c5bc26b2cd01920b69
[]
no_license
Le0nA/Informatika
d64865563a7412b2614016dccf6beab53dec3957
9d8fcc8c188ff49960b93ac0e807bb76cbce41f3
refs/heads/master
2021-06-11T20:14:39.026628
2019-12-25T18:02:52
2019-12-25T18:02:52
152,994,103
0
0
null
null
null
null
UTF-8
C++
false
false
992
cpp
#include <iostream> struct Node { int data; struct Node* next; }; class List { private: Node* head; Node* tail; public: List() : head(NULL) {} ~List() { while (head = NULL) { Node* temp = head; head = head->next; delete temp; } } int operator[](int i) { int k = 0; Node* temp = NULL...
[ "noreply@github.com" ]
Le0nA.noreply@github.com
d5081fdc738004ea4f1849893d64cc5e7d9f515f
c40ca8917c0f7e9f33ace06a9096a2db13d56386
/Arrays/Minimum distance between two numbers.cpp
01004fba62a37d362ac55983940d7bec7e689af5
[]
no_license
DivyaMunot/geeksforgeeks-Amazon_test_series
c95eecf185585b17a76333e32e98e9a1d3f01b25
e60c0a787632afcb41d8cd420f0fa59b84b2e3d1
refs/heads/master
2022-12-03T08:14:43.070643
2020-08-24T16:42:52
2020-08-24T16:42:52
269,285,117
0
0
null
null
null
null
UTF-8
C++
false
false
2,241
cpp
/* You are given an array A, of N elements. You need to find minimum distance between given two integers x and y. Distance: The distance (index-based) between two elements of the array. Input Format: The first line of input contains an integer T, denoting the number of test cases. Then T test cases follow. Each test ...
[ "noreply@github.com" ]
DivyaMunot.noreply@github.com
ca2e4bcb8bfa85e7beaceef9f0f20c6f16a1e23e
e0dcb5d7a1c84375b5c450750c36e371dbc44892
/arduino_bluetooth_switch/arduino_bluetooth_switch.ino
e32cf673c7e59eeba16effd4de88ec915ed04593
[]
no_license
arturgoms/arduinotaskerbluetooth
ee2f15dbf4258e46ff3619a6e7c359e5440c62d7
57e8d3ec998d15cd10fb0a74226b312ffe120181
refs/heads/master
2020-12-01T11:48:33.675791
2016-05-11T14:56:47
2016-05-11T14:56:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,308
ino
/* * Author: Ilias Giechaskiel * Website: https://ilias.giechaskiel.com * Description: Code that sets up bluetooth and waits for commands over serial * to switch power output * */ #include <SoftwareSerial.h> // Pin where Arduino will receive commands #define RX_PIN PB0 // Pin where Arduino will send commands #...
[ "ilias@localhost.localdomain" ]
ilias@localhost.localdomain
d6cf142013197b81187b93f5b9dbe593d7c89889
86ddcdc948c9d10df00918c7717808c628e18006
/src/invalid.h
ecb893d6e12375e8ec1e82e72ed792dd8db2609c
[ "MIT" ]
permissive
ciphermint/CipherCoin
b1e2fff7d589677f1c047b2408a7bc5bb7c24009
137b3b73747ac28f41de2155c231a6891bc9ca86
refs/heads/master
2020-04-24T21:24:02.135172
2019-04-22T10:23:18
2019-04-22T10:23:18
172,276,311
3
3
MIT
2019-04-25T05:05:19
2019-02-23T23:42:41
C++
UTF-8
C++
false
false
709
h
// Copyright (c) 2018 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef CipherCoin_INVALID_H #define CipherCoin_INVALID_H #endif //CipherCoin_INVALID_H #include <libzerocoin/bignum.h> #include <unival...
[ "theciphermint@gmail.com" ]
theciphermint@gmail.com
b45fc84151273b039782905bb65ef4f8dc3f3669
e6925e015d79f8ea9d9631885514d6b0cdac590c
/src/CS2D/Renderer/EditorMapRenderer.cpp
32a5f9ff67abdbf9b720bf66d4a6f213257aedc6
[ "MIT" ]
permissive
requizm/cs2d_vscode
b1ea4b362182f1f8f7b84d0b0b69f0e3aced692a
1c5311209031c4b4fd6d1ce0f24e47e1de5b4df6
refs/heads/master
2023-04-16T15:19:25.894156
2023-04-06T16:55:38
2023-04-06T16:55:38
211,106,336
4
1
MIT
2022-03-06T17:40:43
2019-09-26T14:15:50
C++
UTF-8
C++
false
false
4,923
cpp
#include "EditorMapRenderer.hpp" #include <cstring> #include "../../Core/Manager/MemoryOverride/MemoryOverride.hpp" #include "../../Core/Manager/ResourceManager.hpp" #include "../../Core/Math/Projection.hpp" #include "../Other/GameParameters.hpp" void EditorMapRenderer::init(unsigned int tileCount) { this->batch...
[ "mehmet41650@gmail.com" ]
mehmet41650@gmail.com
a0a57d5c3a03ebe1dca54e0429940c12272c05ce
b620077354db40a62aa94da9e84676bf10e87f45
/sVms/sVms/res/qrc_client.cpp
a718f850028230a5f9ce9e7dce80c8a46a443bb4
[]
no_license
wangxinggl/learngit
8bb12e3ddd734127fd11cc79d86e0872641cbac6
379ba4ac29759e6a786d5b9824d544e5923f8567
refs/heads/master
2021-06-19T00:22:10.664117
2021-01-09T12:07:52
2021-01-09T12:07:52
132,986,798
0
0
null
null
null
null
UTF-8
C++
false
false
2,764,132
cpp
/**************************************************************************** ** Resource object code ** ** Created by: The Resource Compiler for Qt version 5.8.0 ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ static const unsig...
[ "18038070241@163.com" ]
18038070241@163.com
75b02e2b9efb42058eae1c95ecbf296fafd38ed8
1266254e5763ec1dbbd861fa2045bcef1edbcec6
/SurgSim/DataStructures/IndexDirectory.cpp
546805e6cef713d511e39521d6890647e5658f65
[ "Bitstream-Vera", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
simquest/opensurgsim
0a443f8e54b276f4e41ed991b2fcb3d2b0c0b5a7
bd30629f2fd83f823632293959b7654275552fa9
refs/heads/master
2022-02-13T15:05:47.744267
2020-11-24T14:27:19
2020-11-24T14:27:19
24,512,532
30
11
Apache-2.0
2022-02-03T20:18:01
2014-09-26T19:25:40
C++
UTF-8
C++
false
false
1,622
cpp
// This file is a part of the OpenSurgSim project. // Copyright 2012-2013, SimQuest Solutions Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses...
[ "advornik@simquest.com" ]
advornik@simquest.com
9da2b563b9762038dd8bb59b6088303182ab3a67
6e6ae1089f986b7b75d70d5d56e54e2a9615c347
/FrameControl.h
abf83a543ab274255c6604ab83992d2c68d0bc89
[]
no_license
DingJunyu/PirateGameWithDXLib
1d71df230ffbdadf7c71c98c11f435c33ed2cbc7
30ee072a3c13fa818ec4f53fd7cb6380ba81dc41
refs/heads/master
2020-04-05T06:19:15.731269
2019-02-27T06:26:32
2019-02-27T06:26:32
156,633,782
0
0
null
null
null
null
UTF-8
C++
false
false
361
h
#pragma once #include"DxLib.h" class FrameControl { public: FrameControl() : FRAMES_PER_SECOND(60), SKIP_TICKS(1000 / FRAMES_PER_SECOND), next_game_tick(GetTickCount()), sleep_time(10) {} ~FrameControl(); void Wait(); private: const int FRAMES_PER_SECOND; const int SKIP_TICKS; DWORD ...
[ "noreply@github.com" ]
DingJunyu.noreply@github.com
beb74220df373a3903a29eeba6bd0ae9213a4a0d
a6376e1ada58384cdc0065ce5a4a96728e84f04f
/SDK/include/modules/base/processors/volume/volumeresample.h
a816685fcd6262fd3eafc30dd49f60ca8248e762
[]
no_license
widVE/Voreen
be02bac44896e869a6af083c61729d5e154c28f1
c8a5c66f15d31f8177eeceefa19358f905870441
refs/heads/master
2021-08-17T23:46:19.556383
2020-06-22T20:21:11
2020-06-22T20:21:11
196,454,037
0
1
null
null
null
null
UTF-8
C++
false
false
4,010
h
/*********************************************************************************** * * * Voreen - The Volume Rendering Engine * * ...
[ "kalimi@wisc.edu" ]
kalimi@wisc.edu
c9858cadcd3da931d261e3e0f05f75dc7af61b4c
3e499542d7d102d386b63b3e9aea86378a030572
/src/gui/lightGui.cpp
db4c4deb39775bd25b9b06199b66dcab2e777aee
[ "MIT" ]
permissive
haddenkim/hush
c322db5998a7e2fdb2f1a52946ffc8b3851f3ffa
c003fa327874cf3890da50e8914730974c648f3f
refs/heads/master
2020-04-15T20:22:55.949832
2019-04-03T06:51:19
2019-04-03T06:51:19
164,990,890
2
0
MIT
2019-01-30T03:12:19
2019-01-10T04:39:56
C++
UTF-8
C++
false
false
1,316
cpp
#include "light/meshLight.h" #include "light/pointLight.h" #include "scene/mesh.h" void PointLight::guiRead() const { if (ImGui::TreeNode(m_name.c_str())) { ImGui::Text("intensity %f,%f,%f", m_intensity[0], m_intensity[1], m_intensity[2]); ImGui::Text("position %f,%f,%f", m_position[0], m_position[1], m_position[...
[ "haddenkim3@gmail.com" ]
haddenkim3@gmail.com
accc4fdd8e668e7ae1f6eb8d872baa749a240c07
45d41fa7251b7e3e6c391a49d45c8eef395ff376
/gui/addition_dialog.cpp
2dfeea25f4a8463e0462ab0a9120963fc8307664
[]
no_license
Kotyarich/computer-graphic-project
dc9e8632f54e081bb49875867d6d29d358a75880
da0a36b2fef89c8e2f52fe149c49bf23e0cbe1a8
refs/heads/master
2020-06-12T19:54:39.713981
2020-01-26T23:54:13
2020-01-26T23:54:13
194,407,816
3
0
null
null
null
null
UTF-8
C++
false
false
3,437
cpp
#include "addition_dialog.h" #include <ui_addition_dialog.h> #include <QtWidgets/QColorDialog> #include <iostream> AdditionDialog::AdditionDialog(QWidget *parent) : QDialog(parent), _ui(new Ui::Dialog), _color(Qt::red), _added(false) { _ui->setupUi(this); } AdditionDialog::~AdditionDialog() ...
[ "ndkotov@gmail.com" ]
ndkotov@gmail.com
7d97bfa2fe1e2910e02b32b137ff968eb85184f2
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/squid/old_hunk_6381.cpp
3836d405350a706069f0129f500ac3ee32598289
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
25,668
cpp
extern int httpHeaderParseInt(const char *start, int *val); extern int httpHeaderParseSize(const char *start, size_t * sz); #ifdef __STDC__ extern void httpHeaderPutStrf(HttpHeader * hdr, http_hdr_type id, const char *fmt, ...); #else extern void httpHeaderPutStrf() #endif /* Http Header */ extern void httpHeaderInitM...
[ "993273596@qq.com" ]
993273596@qq.com
789032f8e63a4d8e35343f850438b9f382a5f7cc
b31c295787f7472db13bb493676b002bf1a9b94c
/DesignPattern/StatePattern/Context.h
0452178f0823a8e1302afe71294dcb691d072627
[]
no_license
guningyi/fitness
df26c6390b8a7eba5ca11df9d56946a1c1e72a75
f2e0fe9e9f6cce2a748efdc4c4a81e9c3258a9fd
refs/heads/master
2022-11-10T15:44:52.049484
2022-09-04T10:47:53
2022-09-04T10:47:53
9,937,865
0
0
null
null
null
null
UTF-8
C++
false
false
313
h
#ifndef _CONTEXT_H_ #define _CONTEXT_H_ class State; class Context { public: Context(); Context(State *state); virtual ~Context(); void OperationInterface(); void OperationChangeState(); protected: private: friend class State; bool ChangeState(State *state); private: State *_state; }; #endif
[ "root@localhost.localdomain" ]
root@localhost.localdomain
2a3072c1be129e0e7642b5ff325592cd423be87d
431a629b6952efd3d18ee1bf530365e35e822e98
/lab3_tasks.ino
e0b78ecbd4849661dd0efdd2c7119494df350ad7
[]
no_license
hewyy/eecs473
f57c7e83dbbb988f2be2daac08dc3820af6d79e4
81045fcb8f735a31696d4c21be4a59af671edeea
refs/heads/main
2023-08-18T14:45:16.496362
2021-10-09T20:33:07
2021-10-09T20:33:07
402,764,407
1
0
null
null
null
null
UTF-8
C++
false
false
2,360
ino
#include <Arduino_FreeRTOS.h> // define two tasks for Blink & AnalogRead void TaskBlink( void *pvParameters ); void TaskOne( void *pvParameters ); void TaskTwo( void *pvParameters ); static int MS_CONVERSION = 836; //void TaskAnalogRead( void *pvParameters ); // the setup function runs once when you press reset or p...
[ "noreply@github.com" ]
hewyy.noreply@github.com
c3f706f7aff3789e9a28fcef197fd838c5bd4d40
8c95d495b3ed4cb2e620d046becf3f9e4a0fb259
/flappingMotion/flappingMotion.H
c56bbb7b375e3acef8bea7dc14e8998caa00b0a2
[]
no_license
yukuns96/solidBody-motion-function
86d275809c91b40fa6b1f4e600d046c4f8c3fef2
125e4f32be0cfc94807458cf97fcdd09e329b1ed
refs/heads/main
2023-01-24T02:54:53.493944
2020-11-13T23:18:22
2020-11-13T23:18:22
312,704,261
0
0
null
null
null
null
UTF-8
C++
false
false
3,710
h
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | www.openfoam.com \\/ M anipulation | -----------------------------------...
[ "noreply@github.com" ]
yukuns96.noreply@github.com
8391e4719d572742dcfc23e4156aae7e60d484b2
189f52bf5454e724d5acc97a2fa000ea54d0e102
/ras/fluidisedBed/0.3/k.air
fb7cd48c18069713cdd167be11e165ee0467c596
[]
no_license
pyotr777/openfoam_samples
5399721dd2ef57545ffce68215d09c49ebfe749d
79c70ac5795decff086dd16637d2d063fde6ed0d
refs/heads/master
2021-01-12T16:52:18.126648
2016-11-05T08:30:29
2016-11-05T08:30:29
71,456,654
0
0
null
null
null
null
UTF-8
C++
false
false
59,308
air
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1606+ | ...
[ "peterbryz@yahoo.com" ]
peterbryz@yahoo.com
271332ed737f5268df229b537bcfd81972f63b68
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/xnnpack/src/test/depth-to-space-nchw2nhwc.cc
dde7fc210a99ca942b8a15b4fb4f2b832e30c429
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
5,047
cc
// Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include "depth-to-space-operator-tester.h" #include <gtest/gtest.h> TEST(DEPTH_TO_SPACE_NCHW2NHWC_X16, one_pixel) { DepthToSpaceOperatorTester() ...
[ "jengelh@inai.de" ]
jengelh@inai.de
d3d601f333587d49b10fa7e1c06f6987ace27ed5
b6cbc4c3df5b1460b1217c25cd095d9b661f714f
/module_2/draft/ex02/includes/dispatcher.hpp
eb1ab17035e54b9fb4b3e2d0206b6701e7bcc4e6
[]
no_license
Bressack/CPP-piscine
dd28a64c5ebfbadbd99c88fe542e14e3a5963127
1d27f9ccaa53eb5671a1ee28b637b243722294a7
refs/heads/master
2023-06-16T23:50:42.526171
2021-07-13T15:30:01
2021-07-13T15:30:01
380,235,881
0
0
null
null
null
null
UTF-8
C++
false
false
1,444
hpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* dispatcher.hpp :+: :+: :+: ...
[ "tharchen@student.42.fr" ]
tharchen@student.42.fr
3ded95ba0f16a6cac6aadab9b60a523b91a63f58
b6dc034fc21d3f270295c9355bfe0caf7f9a06e7
/bruteforce/bruteforce_time.cpp
38ed5ed4d7f8f1722be948084da7ed6e5b26456f
[]
no_license
wingsmight/mpiaa
c4aa953ff8eb3d7f6bc58bc43a331155d721d89a
b1dd0cfd3f58bb9e8f18a7e2329d8cff27858d54
refs/heads/master
2020-08-27T16:49:37.091842
2019-10-24T17:48:15
2019-10-24T17:48:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,379
cpp
#include <algorithm> #include <chrono> #include <cstdlib> #include <cstdio> #include "bruteforce.h" #include "sha256.h" typedef std::chrono::high_resolution_clock hrc; namespace { class Timer { public: Timer() {} void start() { begin = hrc::now(); } double getTim...
[ "georgy.schukin@gmail.com" ]
georgy.schukin@gmail.com
45bc4ae2db469d275cfc3f4c7717a20484af1e8a
2077de71d64b4a61103b6e242c6377db8bdbc8c9
/13.multiple_lights/main.cpp
f04dc08eaa7b2577d19cd22990b230e55a945947
[]
no_license
leasunhy/CG_OpenGL
04ede279686ae534bd190c63001987f1438257e3
12e795284bdf4f191c4b2d6498ccbe8d8e9ee4f8
refs/heads/master
2021-01-10T09:16:58.282649
2015-12-08T07:24:35
2015-12-08T07:24:35
46,846,852
1
2
null
2015-12-05T19:49:09
2015-11-25T08:09:54
C++
UTF-8
C++
false
false
9,872
cpp
#include <cmath> #include <iostream> #define GLEW_STATIC #include <GL/glew.h> #include <GLFW/glfw3.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include "common/window.h" #include "common/texture.h" #include "common/shader.h" #include "common/camera.h" const in...
[ "leasunhy@gmail.com" ]
leasunhy@gmail.com
a2c17d5165ad5722430e8384a27ea83d24b0ae34
1117e871490a7da580d503e644f7fd44b6e300ca
/gpa.hpp
334eddce48b079ac0b6ae174c33b43ee122d440c
[]
no_license
kevinlobcit/template_activites
4b5f9074c1e7278f0c13357bc344976a9fbbdf49
e7e41956ade4d152610bc7be4bae81fbfc2d102b
refs/heads/master
2022-08-15T22:42:13.640680
2018-11-20T01:25:53
2018-11-20T01:25:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
559
hpp
// // Created by Owntrolf on 2018-11-19. // #ifndef TEMPLATE_ACTIVITES_GPA_HPP #define TEMPLATE_ACTIVITES_GPA_HPP #include <map> #include <vector> #include <string> #include <algorithm> #include <iostream> using namespace std; class gpa { private: vector<pair<string, int>> peopleGpa; public: gpa(); void...
[ "klo74@my.bcit.ca" ]
klo74@my.bcit.ca
ae5b990382d1f67bb33b4c86923f37b3bb73b565
0f44aa77e5c0f115826c3a2704199dba340da256
/cf/464/b.cpp
bcdd7dc3679f5161e777d3a84a6085d3df9130da
[]
no_license
aswmtjdsj/oj-code
79952149cab8cdc1ab88e7aba1a8670d49d9726c
bb0fed587246687d2e9461408a029f0727da9e11
refs/heads/master
2020-12-24T16:32:26.674883
2017-01-10T00:08:29
2017-01-10T00:08:29
18,274,815
0
0
null
null
null
null
UTF-8
C++
false
false
1,321
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <cstdlib> #include <cmath> #include <cctype> #include <string> #include <map> #include <set> #include <bitset> #include <queue> #include <deque> #include <list> #include <vector> #include <algorithm> #include <complex> using namespace std; #define len...
[ "bupt.aswmtjdsj@gmail.com" ]
bupt.aswmtjdsj@gmail.com
284a5bc824c3d5d6c8159c32cad1eb00f6e68386
729dc400d68543e7fc5debadb22163b6a217eb25
/tests/testVaxpyDouble.h
5634b38b776067857219b37e63b047d5f7da7dde
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
usqcd-software/qdpxx
7d5cc98a3d499fec95149e8be91cea8834fa1295
d82326162166849cf208b6d82338a549fff0a194
refs/heads/master
2023-03-06T18:53:59.446983
2021-03-14T13:03:28
2021-03-14T13:03:28
12,648,513
18
21
NOASSERTION
2021-05-28T16:56:58
2013-09-06T16:12:45
C++
UTF-8
C++
false
false
1,502
h
#ifndef TEST_VAXPY3 #define TEST_VAXPY3 #ifndef UNITTEST_H #include "unittest.h" #endif class testVaxpy4_1 : public TestFixture { public: void run(void); }; class testVaxpy4_2 : public TestFixture { public: void run(void); }; class testVaxpy4_3 : public TestFixture { public: void run(void); }; class testVaxpy4_RB0...
[ "bjoo" ]
bjoo
87fc508bad67d2ef3367289db5afc03564ff05f3
07ee17f9fb57c0ccc9e4fe2c18410bd3f3eeec34
/darkstar/Window/Inc/gwEditBox.h
add8d85ed6d4fce4cf17f30bcca21d99ef641166
[]
no_license
AlexHuck/TribesRebirth
1ea6ba27bc2af10527259d4d6cd4561a1793bccd
cf52c2e8c63f3da79e38cb3c153288d12003b123
refs/heads/master
2021-09-11T00:35:45.407177
2021-08-29T14:36:56
2021-08-29T14:36:56
226,741,338
0
0
null
2019-12-08T22:30:13
2019-12-08T22:30:12
null
UTF-8
C++
false
false
910
h
//============================================================================ //== //== $Workfile: TV.h $ //== $Version$ //== $Revision: 1.00 $ //== //== DESCRIPTION: //== EDITBOX class decleration //== //== (c) Copyright 1997, Dynamix Inc. All rights reserved. //== //==============...
[ "altimormc@gmail.com" ]
altimormc@gmail.com
0aaa8a99893d8ab8ff6230c723df87d2c1482500
b60904593a14401063ad41ddd9554e198c10e8e6
/src/nunchukimpl.h
355c93feade9850e320e5e1d97886d93e5a088a6
[ "MIT" ]
permissive
klever-io/libnunchuk
3a83adaf28d5b616033cecd0be5c2e2e70597706
f7bc96f21feb6d66d96f3a6422c182060a5dad95
refs/heads/main
2023-03-22T04:24:19.006135
2021-03-09T09:05:52
2021-03-09T09:05:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,985
h
// Copyright (c) 2020 Enigmo // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef NUNCHUK_NUNCHUKIMPL_H #define NUNCHUK_NUNCHUKIMPL_H #include <descriptor.h> #include <hwiservice.h> #include <nunchuk.h> #include <coreutils.h...
[ "tatattai@gmail.com" ]
tatattai@gmail.com