blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
60db7b8a457b6ec040e5af1ece3ac80f333f8802
ff1205edf39e9098ab1ec37ecc179f34c4e2ae42
/codechef/EASYPROB.cpp
b299b72bc380a8fdeee25767b04d0367a81c2abc
[]
no_license
samkit993/competitve_prog
c8378c4bcf328e36f2272b98310b3d22a2543c40
f3ebc3c2bce70d95460d8b06988d4fc56aac01e9
refs/heads/master
2021-06-26T12:58:17.779899
2015-09-14T08:48:03
2015-09-14T08:48:03
11,389,491
0
1
null
2020-10-15T05:02:02
2013-07-13T14:51:49
C++
UTF-8
C++
false
false
977
cpp
#include<iostream> #include<cstdio> #include<string> #include<stack> #include<vector> #include<algorithm> #include<fstream> using namespace std; void decompose( int n, bool &plus,ofstream &out){ //decomposing operation int t=2,power=0; while(t<=n){ t = t << 1; ++power; } t = t >> 1;...
[ "samkit993@gmail.com" ]
samkit993@gmail.com
8787dc6a675f1b8d41ec17f1cb8dd93827bf1b73
dbd9488801484f78f74f6fbc1b87be035cf7a48f
/codeforces/DivC/PalindromeTransition/main.cpp
97330ce1a6369e7d048193d4ba5c103af89931c9
[ "MIT" ]
permissive
jeevanpuchakay/a2oj
a5a069c72fd1b6ec3f92763e10b23454d3fdc2ec
f867e9b2ced6619be3ca6b1a1a1838107322782d
refs/heads/master
2023-08-19T05:45:44.226044
2021-07-19T10:04:23
2021-07-19T10:04:23
192,790,577
0
0
null
null
null
null
UTF-8
C++
false
false
1,894
cpp
#include <bits/stdc++.h> using namespace std; typedef long double ld; typedef long long int ll; #define endl "\n" vector<vector<ll>> adjlist; ll max(ll x, ll y) { return (x > y) ? x : y; } ll min(ll x, ll y) { return (x > y) ? y : x; } #define mod 1000000007 #define precision(precision) cout << fixed << setprecision(p...
[ "jeevangkr37@outlook.com" ]
jeevangkr37@outlook.com
e2bd64b2743922cda4729bfdd79528dc1f7afc20
9c011922ec244c2456b0ee4641cf0a81605e3c5e
/DemoCore/ProgramMemory_DemoCore.cpp
21c8ec6dcd633eabd5d909db1eed927adf78daa9
[]
no_license
martty/sysc
dc077cdc9181cb674ed9620e1595da44a9c6cccd
07fb875aee0c11957872fdd9e6315c764a9c3208
refs/heads/master
2021-01-13T16:10:15.325496
2014-05-20T10:48:37
2014-05-20T10:48:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,878
cpp
#ifndef PM #define PM //------------------------------------------------------------------------------------------------- #include <systemc.h> //------------------------------------------------------------------------------------------------- struct ProgramMemory_DemoCore: public sc_module { // ports -----------------...
[ "marekgabor@gmail.com" ]
marekgabor@gmail.com
380b72df0531d23b47b7dfd7c4eae28ba93512c7
38b9daafe39f937b39eefc30501939fd47f7e668
/tutorials/2WayCouplingOceanWave3D/EvalResults180628-fully/84.8/uniform/time
a08654f6a520cf671e1e925abcccdf6d4125918a
[]
no_license
rubynuaa/2-way-coupling
3a292840d9f56255f38c5e31c6b30fcb52d9e1cf
a820b57dd2cac1170b937f8411bc861392d8fbaa
refs/heads/master
2020-04-08T18:49:53.047796
2018-08-29T14:22:18
2018-08-29T14:22:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,006
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.1 | ...
[ "abenaz15@etudiant.mines-nantes.fr" ]
abenaz15@etudiant.mines-nantes.fr
32d14c79f175fe395528d0b4b644ea3e88d1adae
aa9887968b39c45f0cda27cf22152fc5e5b7d46d
/src/vendor/cget/cget/pkg/pqrs-org__cpp-thread_wait/install/include/pqrs/thread_wait.hpp
4a4f4652395c2aebb5786485951c2529b0d31aae
[ "Unlicense" ]
permissive
paganholiday/key-remap
9edef7910dc8a791090d559997d42e94fca8b904
a9154a6b073a3396631f43ed11f6dc603c28ea7b
refs/heads/master
2021-07-06T05:11:50.653378
2020-01-11T14:21:58
2020-01-11T14:21:58
233,709,937
0
1
Unlicense
2021-04-13T18:21:39
2020-01-13T22:50:13
C++
UTF-8
C++
false
false
2,122
hpp
#pragma once // pqrs::thread_wait v1.3 // (C) Copyright Takayama Fumihiko 2018. // Distributed under the Boost Software License, Version 1.0. // (See http://www.boost.org/LICENSE_1_0.txt) // `pqrs::thread_wait` can be used safely in a multi-threaded environment. #include <memory> #include <mutex> namespace pqrs { ...
[ "tekezo@pqrs.org" ]
tekezo@pqrs.org
e411ff24fb99bd2a220705753c1a65006f5368f9
cccfb7be281ca89f8682c144eac0d5d5559b2deb
/ash/services/quick_pair/public/cpp/battery_notification.h
6b7c472060fdfba04a1ae98c745a7994bb42b291
[ "BSD-3-Clause" ]
permissive
SREERAGI18/chromium
172b23d07568a4e3873983bf49b37adc92453dd0
fd8a8914ca0183f0add65ae55f04e287543c7d4a
refs/heads/master
2023-08-27T17:45:48.928019
2021-11-11T22:24:28
2021-11-11T22:24:28
428,659,250
1
0
BSD-3-Clause
2021-11-16T13:08:14
2021-11-16T13:08:14
null
UTF-8
C++
false
false
1,952
h
// Copyright 2021 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 ASH_SERVICES_QUICK_PAIR_PUBLIC_CPP_BATTERY_NOTIFICATION_H_ #define ASH_SERVICES_QUICK_PAIR_PUBLIC_CPP_BATTERY_NOTIFICATION_H_ #include <cstdint> ...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
b224115385f9febb23c24813a481ba93527c01f6
8c26281874962755329bb6f11c1fcbf1bcc7b58c
/Moving.h
9f1ac33f575ce089c3afdeed1c20319960900048
[]
no_license
billpol1997/PACMAN
41b0e027c75ab0e646f5943cc9b55124a294bebf
7d5e776fe2cfb00131e89d2dc7552f1788fb862a
refs/heads/master
2023-05-24T04:52:37.943842
2021-06-14T20:16:37
2021-06-14T20:16:37
376,175,394
0
0
null
null
null
null
UTF-8
C++
false
false
621
h
#ifndef MOVING_H #define MOVING_H #include <iostream> #include <ncurses.h> #include <fstream> #include <string> #include "Engine.h" using namespace std; class Moving { private: int X,Y; int H; int W ; char character; public: Moving(int x,int y); ~Moving(); void SetX(int x); ...
[ "bill_polyzos@hotmail.com" ]
bill_polyzos@hotmail.com
fa627c644318f682806cd661c5e602c2c2242c73
5477866f5b4d0b929f3e8df67836cd47e85b6d95
/src/bench/string_cast.cpp
19af057875db4b189bcefd1eda4c0745ace4c1b7
[ "MIT" ]
permissive
MohamedAliBenAlaya/Demystify
9b81515e514fa64906ea643fa6b5524561e94472
673f3d4fb1f35b71ab018fb4f04df41da5936f00
refs/heads/master
2023-04-03T11:22:22.535869
2019-04-06T08:48:38
2019-04-06T08:48:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,894
cpp
// Copyright (c) 2018 The Demystify Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "bench.h" #include "tinyformat.h" #include "utilstrencodings.h" #include <boost/lexical_cast.hpp> #include <string> t...
[ "Dalialaya4@gmail.com" ]
Dalialaya4@gmail.com
8ff124807736fce32c2743b9f2bb3d73c2419707
28961586ec8354febf61da0d6abec9bc66ef5fca
/ForTheSweet_Server/ForTheSweet_Server/Player.h
3ba1882bba96eb0f6b03bad4f393a9ad5378f02e
[]
no_license
Kwon-Young-Hyun/For_The_Sweet_Server
2e8ac0eeddd5c947c9388f9a065a66aed75769fe
e4ddd2b2ba9f1dc0336666571bc061da93089129
refs/heads/master
2020-05-03T09:04:52.725641
2019-05-03T10:40:10
2019-05-03T10:40:10
178,544,373
0
0
null
null
null
null
UTF-8
C++
false
false
855
h
#pragma once #include "Physx.h" enum { Anim_Idle, Anim_Walk, Anim_Weak_Attack1, Anim_Weak_Attack2, Anim_Weak_Attack3, Anim_Hard_Attack1, Anim_Hard_Attack2, Anim_Guard, Anim_PowerUp, Anim_Jump }; class PlayerHitReport : public PxUserControllerHitReport { public: void onShapeHit(const PxControllerShapeHit &hit...
[ "ehe151@naver.com" ]
ehe151@naver.com
8a0583dd336163fbbf96832f61bf881530c32122
32563e2d9f90454376397ae488a42424bd9b6c29
/DommageGuerrier.hpp
0df0620db73cec8abca4f566fb9557c27e6c26e6
[]
no_license
fhoubart/B2-Game
97633f4f60ee01dacc001e9fce5fd2d35360fbfa
3838cca67d83f91cd7f277782caf411183bed777
refs/heads/master
2020-04-06T18:37:21.049536
2018-11-15T09:09:52
2018-11-15T09:09:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
242
hpp
#include <iostream> #include <string> #include "Action.hpp" using namespace std; class DommageGuerrier : public Action{ public: virtual string getNom() const; virtual void execute(Personnage *emetteur, Personnage *recepteur); };
[ "gabin.deboulogne@gmail.com" ]
gabin.deboulogne@gmail.com
bf58497675205bb7d856852b2409ef1a1b9f2ed9
0d6560bb341dca5ab9a5c0f4c9fb3970e2fdb035
/POSCAT/upload/code/acmicpc/2525.cpp
86fb60b06d96173c5d36725db675cfbce695afff
[]
no_license
yougatup/yougatup.github.io
7737d70baceab147fed645d40cd63f66f2be22bd
194626540a90b15d9b9279e185886c701385bb7f
refs/heads/master
2020-04-12T05:39:11.078724
2016-10-14T01:28:23
2016-10-14T01:28:23
65,126,836
0
0
null
null
null
null
UTF-8
C++
false
false
199
cpp
#include <iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; if(b+c>=60) cout<<(a+(b+c)/60)%24<<" "; else cout<<a<<" "; cout<<(b+c)%60<<endl; return 0; }
[ "yougatup@gmail.com" ]
yougatup@gmail.com
4814ea57e5a262d25069f87ea9ad6d121e290723
042dd77f1c0adad08117a507aaa9b0f39ad72d6b
/案例26-Koch曲线算法/Test.cpp
2ef046453699018e3a40f8acc20e0265639db29f
[]
no_license
daoxiaochuan/Computer_graphics
c3af8b3cb28fd0c22a2a73fd0488525e9f36f73d
70a04d7c528dd681691424521fc528622e64aa41
refs/heads/master
2023-08-05T09:07:02.361578
2019-09-11T02:31:20
2019-09-11T02:31:20
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
4,085
cpp
// Test.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Test.h" #include "MainFrm.h" #include "TestDoc.h" #include "TestView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////////////////////////////////////////...
[ "2907805535@qq.com" ]
2907805535@qq.com
b6238103efda50e222781d41b86f5d2c5086623d
2ffe6abd918db53653c9893c81033cb38af6b483
/Source/MiniSolarSystem/Public/GasGiant.h
3113ff20c068e75f709d1443d0b72215ba7e185c
[ "MIT" ]
permissive
davidalex791/MiniSolarSystem
c55e3932f5a8689982106acce0b9b35f32655f49
7e2c78b077e9331aec4310f6cfc9e309c2c6989b
refs/heads/master
2023-08-02T07:23:37.870763
2021-09-23T20:17:55
2021-09-23T20:17:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,900
h
// Copyright Soren Gilbertson #pragma once #include "CoreMinimal.h" #include "CelestialBody.h" #include "GasGiantColorSettings.h" #include "GasGiant.generated.h" /** * */ // Forward Declarations class GaseousColorGenerator; UCLASS() class MINISOLARSYSTEM_API AGasGiant : public ACelestialBody { GENERATED_BODY(...
[ "soren.gilbertson13@gmail.com" ]
soren.gilbertson13@gmail.com
5bc71388993b8a7ee4f95d3f76045d9c10affa11
fb6b75c3348a384b87f8c0736c11e3846544c31c
/Samples/DirectMLSuperResolution/Kits/DirectXTK12/Src/pch.cpp
63d7d1d8ca2f1a4b363db13b1bc5ca48ab8ebef9
[ "MIT", "LGPL-2.1-or-later", "Apache-2.0", "GPL-3.0-only", "LicenseRef-scancode-generic-cla" ]
permissive
microsoft/DirectML
abcf90a6ecdded088da1636567bc111c43aca3a6
ce57292b4214b63f1aaf636a69d64e3a8b581015
refs/heads/master
2023-08-27T22:08:27.587128
2023-08-26T03:28:45
2023-08-26T03:28:45
175,103,120
1,405
222
MIT
2023-09-14T16:44:45
2019-03-12T00:08:04
Python
UTF-8
C++
false
false
364
cpp
//-------------------------------------------------------------------------------------- // File: pch.cpp // // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=615561 //-------------------------------------------------------------...
[ "noreply@github.com" ]
noreply@github.com
3c0cf5333b6617a6b66e3d21f7be07c9404491ea
41495754cf8b951b23cece87b5c79a726748cff7
/Solutions/Atcoder/Contests/AtCoder Beginner Contest 188/f.cpp
1c86fda52fc0336978915635e0fcf5a07c74841d
[]
no_license
PedroAngeli/Competitive-Programming
86ad490eced6980d7bc3376a49744832e470c639
ff64a092023987d5e3fdd720f56c62b99ad175a6
refs/heads/master
2021-10-23T04:49:51.508166
2021-10-13T21:39:21
2021-10-13T21:39:21
198,916,501
1
0
null
null
null
null
UTF-8
C++
false
false
1,615
cpp
#include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> using namespace std; using namespace __gnu_pbds; #define endl '\n' #define f first #define s second #define ub upper_bound #define lb lower_bound #define pb push_back #define all(c) (c).begin(), (c).end() #define ...
[ "pedroans.angeli@hotmail.com" ]
pedroans.angeli@hotmail.com
de8cfdefd407e45a44f4eb285032b9c5e67b5664
59418b5794f251391650d8593704190606fa2b41
/plugin_api/qsf/qsf/renderer/material/material/MaterialProperty.h
1805e414e96f080e22fb7587930c0e2ecb3692a6
[]
no_license
JeveruBerry/emergency5_sdk
8e5726f28123962541f7e9e4d70b2d8d5cc76cff
e5b23d905c356aab6f8b26432c72d18e5838ccf6
refs/heads/master
2023-08-25T12:25:19.117165
2018-12-18T16:55:16
2018-12-18T17:09:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,481
h
// Copyright (C) 2012-2018 Promotion Software GmbH //[-------------------------------------------------------] //[ Header guard ] //[-------------------------------------------------------] #pragma once //[-------------------------------------------------------] //[ Includes...
[ "christian.ofenberg@promotion-software.de" ]
christian.ofenberg@promotion-software.de
e8069e24dde050f5927f141722a84cc1549fd6e6
8513e82e8faea4e2b149b163cc035fb61a679a40
/uva/uva_12696.cpp
b26b119c56c8783f84fa00849cf8352f3dcab8f6
[]
no_license
MostafijurJ/UVA
dbc27b0a0cf609308dc3492adea9603239c3f57c
187f71758bb0b93c2e1caf454e916d92d12a7a43
refs/heads/master
2020-03-24T22:54:47.508938
2018-08-01T05:59:59
2018-08-01T05:59:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
579
cpp
/* Mostafijur Rahman Kajol JUST, CSE'15 150135 */ #include<bits/stdc++.h> using namespace std; int main() { int tc, ans=0; cin >> tc; while(tc--){ float len,wid,dep,we; cin >> len >> wid >> dep >> we; float sum = len + wid ...
[ "mrkajol550@gmail.com" ]
mrkajol550@gmail.com
b25df01d3c1ac69d6126600ea3ddf2ab03dc2a1f
291f5a7d17b391baeaec5489f411b14c19c007cc
/ALG/main.cpp
d44e0e180f6757bc8e6fc12885813d7e4927fa07
[]
no_license
CieloSun/Algorithms-for-blog
e557e9dd49f65949dd861205a4c2afa87220e8e6
5aaaeb2e15f0d4c7696e054b1366e49652d6b4b0
refs/heads/master
2021-01-19T04:19:56.493320
2016-07-18T02:00:20
2016-07-18T02:00:20
63,562,310
0
0
null
null
null
null
UTF-8
C++
false
false
6,456
cpp
#include "sort.h" #include "search.h" #include "rankfinding.h" #include "MST.h" #include "huffman_code.h" #include "LCS.h" #include "matrix-chain.h" #include <array> #include <vector> #include <functional> #include <iostream> #include <cstdio> #include <cstdlib> #include <random> #include <ctime> using namespace std; i...
[ "632898354@qq.com" ]
632898354@qq.com
7fa5a7bb32767f5a7dc0bc414340d376c6d68595
6839540003c9a7e6fd122dc361215859fc95643f
/cpp/MCMC/cppa/include/cppa/cppa_fwd.hpp
1386b241397487a55bc191116e685138cc275295
[]
no_license
vkramanuj/willow
2ba355fd9d4539f51470491ff9ce1d2276f333c0
a36246b3e986d2cef89c61a43d005bb91e105ce9
refs/heads/master
2021-09-13T03:56:00.220700
2018-04-24T18:05:11
2018-04-24T18:05:11
110,746,080
0
1
null
null
null
null
UTF-8
C++
false
false
3,050
hpp
/******************************************************************************\ * ___ __ * * /\_ \ __/\ \ * * \//\ \ /\_\ \ \____ ___ _____ _____ __ *...
[ "bsheeran@cs.brown.edu" ]
bsheeran@cs.brown.edu
70ef41712fa225b5e41ad3f51c1189be280e8ac5
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/atcoder/arc051-100/arc058/d.cpp
365be4f82a0719e1500886d1d86739a7b0c78554
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
1,297
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<(to);x++) #define FORR(x,arr) for(auto& x:arr) #define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++) #define ALL(a) (a.begin()),(a.end()) #...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
76e08595f39647d79721c76db69956f0a04a7eaa
5456502f97627278cbd6e16d002d50f1de3da7bb
/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h
7b9d70752c9a7543d98ef217ec8d5ccdfdf76ff5
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,933
h
// 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. #ifndef CHROME_BROWSER_CHROMEOS_ARC_INTENT_HELPER_ARC_NAVIGATION_THROTTLE_H_ #define CHROME_BROWSER_CHROMEOS_ARC_INTENT_HELPER_ARC_NAVIGATION_THROTTL...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
b40af8e9b6b8320b806a891d4ac75aea55c65b74
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/hackathon/brl/swc2maskBRL/swc2maskBRL_plugin.h
f1887f9071119fc67096159f57efaa7c3cce89c5
[ "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C++
false
false
653
h
#ifndef __SWC2MASKBRL_PLUGIN_H__ #define __SWC2MASKBRL_PLUGIN_H__ #include <QtGui> #include <v3d_interface.h> //#include "vaa3d_neurontoolbox_para.h" class SWC2MaskBRLPlugin : public QObject, public V3DPluginInterface2_1 { Q_OBJECT Q_INTERFACES(V3DPluginInterface2_1); public: float getPluginVersion() const {retu...
[ "brianl@alleninstitute.org" ]
brianl@alleninstitute.org
41431f844edc4ebb5a8575595d923d8003a16758
dd1b4089f638d801698e34b830b2767149b665f6
/R3BRoot_Source/r3bdata/tofData/R3BTofdHitData.h
c1c43533c109373063ff210fb2dee61a9d1563c5
[]
no_license
ChristiaanAlwin/NeuLAND_Veto
d1c1b41cfb1f4ade2de664188da615b2541d3e7b
ed06682b03b1bd6b2c7ecc2f3be7c62036ef45ee
refs/heads/master
2021-01-05T19:02:08.598882
2020-02-17T13:55:17
2020-02-17T13:55:17
241,109,623
2
0
null
null
null
null
UTF-8
C++
false
false
917
h
#ifndef R3BTOFDHITDATA_H #define R3BTOFDHITDATA_H #include "TObject.h" // for the data analysis of the Tofd detectors. // Introduced by M.Heil, May 2016 class R3BTofdHitData : public TObject { public: // Default Constructor R3BTofdHitData(); // Standard Constructor R3BTofdHitData(Double_t t,Doubl...
[ "Christiaan90518@gmail.com" ]
Christiaan90518@gmail.com
fca4aea06c3fe3b7e7395c8d3aef98f909e3749e
54c67306d63bb69a5cf381d12108d3dc98ae0f5d
/game/sound/989snd/player.h
26725752541a69462de4baab6c07dcf8387a9d44
[ "ISC" ]
permissive
open-goal/jak-project
adf30a3459c24afda5b180e3abe1583c93458a37
d96dce27149fbf58586160cfecb634614f055943
refs/heads/master
2023-09-01T21:51:16.736237
2023-09-01T16:10:59
2023-09-01T16:10:59
289,585,720
1,826
131
ISC
2023-09-14T13:27:47
2020-08-22T23:55:21
Common Lisp
UTF-8
C++
false
false
2,959
h
// Copyright: 2021 - 2022, Ziemas // SPDX-License-Identifier: ISC #pragma once #include <memory> #include <mutex> #include <unordered_map> #include <vector> #include "ame_handler.h" #include "handle_allocator.h" #include "loader.h" #include "midi_handler.h" #include "sound_handler.h" #include "common/common_types.h"...
[ "noreply@github.com" ]
noreply@github.com
f74b1f1377d9695063bd7783ade76b9278d37d44
801a098c66bd8179cfec88cad954eeec38715274
/AlgoDesign/NumIsland.cpp
45ce46e654e12aad2ff24d3a2f197e4ae56abe4c
[]
no_license
John-Zqa/AlgoDesign
399cc59f9aef784ab9bc31ee410f4f5ae84ba212
7a2cde603845d95b1c9bbe92d60c6de6adc72de9
refs/heads/master
2020-03-30T06:18:43.412306
2018-09-30T01:06:54
2018-09-30T01:06:54
150,851,573
0
0
null
null
null
null
UTF-8
C++
false
false
1,387
cpp
// // NumIsland.cpp // AlgoDesign // // Created by Qiao Zhu on 9/29/18. // Copyright © 2018 Qiao Zhu. All rights reserved. // #include <vector> #include <queue> using namespace std; int numIslands(vector<vector<char>>& grid) { if(grid.empty()){ return 0; } int count=0,m=(int)grid.size(),n=(int...
[ "qiaozhu@qiaos-mbp.dyndns.rice.edu" ]
qiaozhu@qiaos-mbp.dyndns.rice.edu
289f53981942a0e57a507f1ea59870dd154db387
667ea5de3794e5fbe22f237a6ddd2e83a9c6387c
/code/face_recognition_lib/preprocessor_manager.h
741072d28496dcc86c3640c733e08d37632b0e4d
[]
no_license
pipigenius/face_recognition
fb118e0208eb02d87502861068ff6914127aec04
2c253a943d0db8373ca88957f71fbf168d411d5d
refs/heads/master
2020-12-03T22:16:21.279954
2017-05-11T03:47:48
2017-05-11T03:47:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
547
h
#pragma once #include "preprocessor.h" namespace face_recognition { class preprocessor_manager : public boost::noncopyable { public: static boost::shared_ptr<preprocessor_manager> create(); void destroy(); result add_preprocessor(boost::shared_ptr<preprocessor> sp_preprocessor); result process(boost::share...
[ "nervmor@126.com" ]
nervmor@126.com
0824c6d294d1905e4c7ba009acf49d1a250909cc
998c9177b2d0ff4c66e5592c2e43297afe0a2956
/advanced/STL/vectors&Memory.cpp
87525729c6e1e8f2c1692cb5d22809fe3d9fe0a5
[]
no_license
marcusjwhelan/cppcourses
571ab5f742a3c1477693965865225d114ac5c344
88a5eef92c7cc4325fd92818512eec08f4874b6b
refs/heads/master
2020-03-31T00:27:20.111093
2018-10-05T15:20:20
2018-10-05T15:20:20
151,740,256
0
0
null
null
null
null
UTF-8
C++
false
false
1,040
cpp
#include <iostream> #include <vector> using namespace std; int main() { vector<double> numbers(20); // can init to # with -> numbers(20, #); or string what not cout << "Size: " << numbers.size() << endl; // if you add to a vector that has a set size it will create a new vector and add all the elements ...
[ "marcus.j.whelan@gmail.com" ]
marcus.j.whelan@gmail.com
b01decfb7d80adf34b952f29a0f21206128033ef
8be9e88f5341f4a6701092268ad9c7041956efbb
/src/Gui/Common/AddressBookDialog.cpp
d901cb1bcb07fea0dad8258d6f00e17bed92e47e
[ "MIT" ]
permissive
Btcfx/4xB-GUI
2fa6fc005c92cee70cc037cb608158c696ca07d2
dc829a14db41135d393b94f41bae7097e8a99215
refs/heads/master
2020-03-31T12:47:48.264712
2018-10-09T12:30:20
2018-10-09T12:30:20
152,229,573
0
1
null
null
null
null
UTF-8
C++
false
false
1,734
cpp
/* * Copyright (c) 2017-2018, The 4xbitcoin Developers. * Portions Copyright (c) 2012-2017, The CryptoNote Developers, The Bytecoin Developers. * * This file is part of 4xbitcoin. * * This file is subject to the terms and conditions defined in the * file 'LICENSE', which is part of this source code package. */ ...
[ "33263353+mybtcfx@users.noreply.github.com" ]
33263353+mybtcfx@users.noreply.github.com
ee5d6f5069630eba228fe25cbbc804640d7ef252
5acf036ed7883db02902f849f7039fd1073aa7f6
/Parking 11364/Parking 11364.cpp
1bc1bb00e68e7ec2cb794fef25997fbc25fe0fd3
[]
no_license
Nashar-Ahmed/UVA-Problems
e0cbb1b54e49ddcdc1f9ac183ac6b8c5e15c7eb2
c487ec66bac2caabaf204b0fab2cbea0ba8715db
refs/heads/master
2020-03-28T20:27:50.559548
2018-09-17T06:21:16
2018-09-17T06:21:16
149,073,181
0
0
null
null
null
null
UTF-8
C++
false
false
470
cpp
#include<bits/stdc++.h> using namespace std; int main() { int tst; cin>>tst; while(tst--) { int n,a[30]; long long ans; int mx=0,mn=1000; cin>>n; for(int i=0; i<n; i++) cin>>a[i]; for(int i=0; i<n; i++) { if(a[i]>mx) ...
[ "bijoy.ruet.cse13@gmail.com" ]
bijoy.ruet.cse13@gmail.com
4101198d5931d1ef186bf0c6019f7a8803120186
733f41021ad37851a02b1ddcff1c455c9d9409a8
/src/platform/enn_memory_alloc.cpp
a8c0d491cc19f8a5d667619409a05fc028a659d3
[]
no_license
zengqh/glRenderEngine
e8470abbd9e0e4093ca1065634d0845ff12b2ba6
7ae1033271857e4e19e53b034a348a9534106969
refs/heads/master
2020-04-02T10:43:45.241443
2018-10-23T15:32:11
2018-10-23T15:32:11
154,352,063
0
0
null
null
null
null
UTF-8
C++
false
false
3,170
cpp
/** * Copyright (c) By zengqh. * * This program is just for fun or demo, in the hope that it * will be useful, you can redistribute it and/or modify freely. * * Time: 2013/05/25 * File: enn_memory_alloc.cpp * Blog: http://www.cnblogs.com/zengqh/ **/ #include <enn_memory_alloc.h> #ifdef _WIN32_WINNT #undef _WIN32_WI...
[ "zengqh.mansion@gmail.com" ]
zengqh.mansion@gmail.com
e102e20ed2fe541831b59ecbaf062040c5c41cca
bb67df5074534691011310c61a4865d278633901
/wxMedia/src/scope.h
78c74bdd2c7962712878eeb142393df3d147fb30
[]
no_license
aranm/Portmedia
96a5809ea1ad83c976f39b5637c71690fb55b518
19a611cf2205dbf37ad9874da7bc33191b275a8d
refs/heads/master
2021-07-06T09:31:58.480997
2017-09-27T16:09:03
2017-09-27T16:09:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
768
h
/* * scope.h * wxMedia * * Created by D. Casey Tucker on 2010-02-07. * Copyright 2010 UNCW. All rights reserved. * */ #ifndef SCOPE_H #define SCOPE_H //#include <wx/window.h> #include <wx/wx.h> #include "main.h" #define GETDC wxPaintDC pdc(this); /*wxGCDC gdc( pdc ); */ wxDC &dc = (wxDC&) pdc; //PrepareDC...
[ "casey.tucker@brax.io" ]
casey.tucker@brax.io
999a2204e8e18138b759da0d595a1f4bca69a7a1
a2b4da6599b3f933d9688079d735614c090e82ea
/WifiBot/WifiBot.ino
0f5a2b5204dadc3b45420d20bf34d18748edb45f
[]
no_license
Sayan9696/Basic-iot-projects
8a612d0c44b813a65b54e039c801d331332d8286
d5e7a4e3c9d18148f53018808a19524caf11be50
refs/heads/master
2023-05-12T07:42:57.823178
2021-06-07T18:08:45
2021-06-07T18:08:45
374,758,052
0
0
null
null
null
null
UTF-8
C++
false
false
6,270
ino
#include <ESP8266WiFi.h> #include <Servo.h>//mention your pin no for us and servo String i; WiFiServer server(80); const int LeftMotorForward = D0; const int LeftMotorBackward = D1; const int RightMotorForward = D2; const int RightMotorBackward = D3; int trig_pin=11;// int echo_pin =12;// #define maximum_distance 20...
[ "paulsayan411@gmail.com" ]
paulsayan411@gmail.com
cdcfc0d39e3bdb0fcc688174b9ba112df26a3747
a65ade13b64bd3b969aef229c2f5ae6162b2933f
/CoreSystem/RoleStruct/CRoleRenderer.cpp
6e73d39e2f82cbd5745b9118a04e720d4aad1200
[]
no_license
jiowchern/fdo
a29eb161ff2672801c9dc51a06d15687790c0f76
84cf1386bb8d238954013734b081f9ac8afc423f
refs/heads/master
2022-07-20T17:41:10.802133
2019-09-24T19:20:40
2019-09-24T19:20:40
210,220,229
0
0
null
null
null
null
BIG5
C++
false
false
18,395
cpp
#include "stdafx.h" #include <list> #include <string.h> #include "CRoleRenderer.h" #include"CRoleSkinStruct.h" #include "CRPCFileStruct.h" #include "CRATFileStruct.h" #include "CRATFileFactory.h" #include "CRPCFileFactory.h" #include "CRoleSkinFactory.h" #include "ResourceManager.h" #include "FDO_RolememoryMgr.h" #incl...
[ "jiowchern@gmail.com" ]
jiowchern@gmail.com
7abbc57b7f1c85db807f95772fa6a4244658ce2a
1ea2d62536b5d11e968990bf00e9f12a5ae8ce47
/bulb_using_arduino.ino
ea6b77df276c718c08ed0ae3951eb5aea61cce52
[]
no_license
agarwalsamarth/Home-Automation-System
17b9d413e98b4ca27c53ea76dc7b3007108c514f
df867985c54de289c0824b3b5225b8ed3b1bcac6
refs/heads/master
2020-09-22T07:29:17.261649
2019-12-01T04:55:02
2019-12-01T04:55:02
225,105,128
0
0
null
null
null
null
UTF-8
C++
false
false
816
ino
#include <Servo.h> Servo myservo; int pos = 0; void setup() { // put your setup code here, to run once: pinMode(A3, INPUT_PULLUP); pinMode(A5, INPUT_PULLUP); pinMode(5, OUTPUT); Serial.begin(9600); myservo.attach(3); myservo.write(pos);////90 } void loop() { // put your main code here, to run repea...
[ "noreply@github.com" ]
noreply@github.com
06f86520e786bb863e75c43177819760edf7a86d
99b8a23ebf1fa82baaf8f346924071d88fda87e4
/Other/highschool/Pregatire_OJI/Flux_Maxim.cpp
d5530fdaa11bca87f9b14bf5525079c25a1af0f3
[]
no_license
alexandruionascu/fmi
fd2d7691c1e32549f48e812823f3ad5fdfb649f8
12d0aa09bafde5a87b50d6736204f25bc92eab54
refs/heads/master
2021-09-15T03:03:14.473312
2018-05-24T17:14:51
2018-05-24T17:14:51
47,325,326
1
3
null
null
null
null
UTF-8
C++
false
false
1,586
cpp
#include<iostream> #include<fstream> #include<vector> #include<queue> #include<cstring> using namespace std; #define MAXSIZE 1002 #define FIN "maxflow.in" #define FOUT "maxflow.out" int n,m; vector<int> graph[MAXSIZE]; //graful int c[MAXSIZE][MAXSIZE]; //cantitatea int maxFlow; int father[MAXSIZE]; int read() { ...
[ "alexandruionsacu.bd@gmail.com" ]
alexandruionsacu.bd@gmail.com
98cb10a8315c69ea6dcd55e5fc32f9602d93c9aa
1e63053957bfa3681b4b5c22b4aced08151e240e
/TD5/code/estimate_flat.cpp
6e35d31405158fd1787abdcd254580d73b725fb1
[]
no_license
gostreap/INF442
59ca4b1ab5dacc648378d245b735df392c998fd9
cedc9e65e96f271383b6a0a5746306a310a07f5c
refs/heads/main
2023-05-03T09:04:00.759801
2021-05-25T16:49:47
2021-05-25T16:49:47
346,263,842
0
1
null
null
null
null
UTF-8
C++
false
false
847
cpp
#include <iostream> #include <cstdlib> #include <gtkmm/application.h> #include <gtkmm/window.h> #include <gtkmm/drawingarea.h> #include "point.hpp" #include "cloud.hpp" #include "flat.hpp" #include "KernelArea.hpp" int main(int argc, char **argv) { double bandwidth = 1.0; if(argc != 2 && argc != 3) { std::cerr...
[ "tpv.francois@gmail.com" ]
tpv.francois@gmail.com
477880eff7ccc014f7712c9b0235e9d28657d81e
767d731cf9714ba39e51cf3a0bdfc352ed92b3d2
/matrix/dbs_room_state_space.cc
5990611d07db842004dc1caf89009b0bb32bc31b
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
disobeyedtoast/charybdis
9cbd0e8d2edff71fc32e817811296deb11ddad28
04ab35988b496922760b72934ccc225d635f803e
refs/heads/master
2021-05-16T18:38:27.338754
2020-03-27T02:30:00
2020-03-27T02:30:00
250,421,998
0
0
NOASSERTION
2020-03-27T02:28:52
2020-03-27T02:28:52
null
UTF-8
C++
false
false
7,656
cc
// The Construct // // Copyright (C) The Construct Developers, Authors & Contributors // Copyright (C) 2016-2020 Jason Volk <jason@zemos.net> // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above // copyright notice and t...
[ "jason@zemos.net" ]
jason@zemos.net
a5a1a8dcd47722c6437a1dc9e69409ba90cab4fc
1a93a3b56dc2d54ffe3ee344716654888b0af777
/env/Library/include/qt/Qt3DRender/5.12.9/Qt3DRender/private/qabstractcollisionqueryservice_p.h
fa35792d074b6939d0e36e942c91b7ccf11cb781
[ "GPL-1.0-or-later", "GPL-3.0-only", "GPL-2.0-only", "Python-2.0", "LicenseRef-scancode-python-cwi", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause", "0BSD", "LicenseRef-scancode-free-unknown" ]
permissive
h4vlik/TF2_OD_BRE
ecdf6b49b0016407007a1a049f0fdb952d58cbac
54643b6e8e9d76847329b1dbda69efa1c7ae3e72
refs/heads/master
2023-04-09T16:05:27.658169
2021-02-22T14:59:07
2021-02-22T14:59:07
327,001,911
0
0
BSD-3-Clause
2021-02-22T14:59:08
2021-01-05T13:08:03
null
UTF-8
C++
false
false
4,268
h
/**************************************************************************** ** ** Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB). ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt3D module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holdin...
[ "martin.cernil@ysoft.com" ]
martin.cernil@ysoft.com
926bff74cb92a76786ef3b029b39abfd7392bc35
ca41f565dc646a622252f503740da64b24ce29d7
/baek/10845.cpp
e916aca7f93f3bd78a007084a7a21172e0e75f50
[]
no_license
yein28/Algo
ef9a246764c074774ab0d450c92e3e40222d96e8
a8e097e27bd0cedd4076dcac7264dac12543ae84
refs/heads/master
2020-12-24T08:00:00.181860
2018-04-04T09:01:53
2018-04-04T09:01:53
73,347,234
1
0
null
null
null
null
UTF-8
C++
false
false
1,036
cpp
#include <iostream> #include <vector> #include <cstdio> #include <string.h> using namespace std; int main(){ int test; string word; vector<int> stack; cin >> test; while( test-- ){ cin >> word; if( word.find( "size" ) != string::npos){ cout << stack.size() << "\n"; } else if( word.find( "empty" ) !=...
[ "gkshs1234@gmail.com" ]
gkshs1234@gmail.com
29f8cfeefcbb144e7221827ef4743c3481548df2
3db48713c39b90d5967615e3d1c874d88055ba70
/tests/std/tests/Dev10_579381_vector_grow_to/test.cpp
b6e9b7425350a098715cd823a80054bcc26bffe9
[ "Apache-2.0", "LLVM-exception", "LicenseRef-scancode-object-form-exception-to-mit", "LicenseRef-scancode-unicode", "MIT", "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-other-permissive", "CC0-1.0", "BSL-1.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-generic-cla", "...
permissive
microsoft/STL
4b1a6a625402e04b857e8dfc3c22efd9bc798f01
6c69a73911b33892919ec628c0ea5bbf0caf8a6a
refs/heads/main
2023-09-04T08:50:17.559497
2023-08-31T16:49:43
2023-08-31T16:49:43
204,593,825
9,862
1,629
NOASSERTION
2023-09-14T21:57:47
2019-08-27T01:31:18
C++
UTF-8
C++
false
false
1,952
cpp
// Copyright (c) Microsoft Corporation. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include <cassert> #include <list> #include <vector> using namespace std; int main() { { vector<int> v(1000, 1729); assert(v.size() == 1000); assert(v.capacity() == 1000); ...
[ "noreply@github.com" ]
noreply@github.com
f1334a50f4b68d6b9b0cbbc667db113bbf3b12f6
801d0701d19b392a4ff7c268d470959815462398
/include/hl2sdk-css/game/client/animationlayer.h
e6fb14ced0b3da7146126e10e68b190a224c06c0
[]
no_license
rdbo/CS-Source-Base
c6e21cc46bca5fb57f3e7f9ee44c3522fd072885
4605df4b11a2c779d56d16dd7e817536cdc541f7
refs/heads/main
2023-03-03T13:19:04.657557
2021-02-06T13:46:53
2021-02-06T13:46:53
335,521,112
6
1
null
null
null
null
WINDOWS-1252
C++
false
false
4,614
h
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // //=============================================================================// #ifndef ANIMATIONLAYER_H #define ANIMATIONLAYER_H #ifdef _WIN32 #pragma once #endif #include "rangecheckedvar.h" ...
[ "rdbodev@gmail.com" ]
rdbodev@gmail.com
92b8a109bf919f387b3523c82d154be5328a5d76
b98412ae46887b9ad45a4bea6c356836b176bdff
/ilwis3connectortest/dataaccess.h
5556fa37c3f55988520419bdc22b03f3e87e8a28
[]
no_license
52North/IlwisTests
ac000fd25e9b13d8f7c0093a8c76efadc9cd018d
236d1c495216d3717e5b7c892c3a30e3eafb05e0
refs/heads/master
2021-01-22T08:23:41.279680
2016-12-21T08:29:15
2016-12-21T08:29:15
14,418,914
4
1
null
null
null
null
UTF-8
C++
false
false
418
h
#ifndef DATAACCESS_H #define DATAACCESS_H #include <QString> #include <QTest> #include <QDir> #include "kernel.h" #include "testmacros.h" #include "ilwistestclass.h" #include "ilwis3connectortest_global.h" class DataAccess : public IlwisTestCase { Q_OBJECT public: DataAccess(); NEW_TEST(DataAccess); priv...
[ "h.bredel@52north.org" ]
h.bredel@52north.org
13e33d9c9b8eb5a5fd017f67742aff0b66d653bd
03e039f3ca75632fd66ac14341aa6b8251a5c6f8
/coutse016/code16/code16/DivideByZeroException01.h
101258db85e8814085a223465a94944281402edb
[]
no_license
mikeywangtao/cppUniversity
9ebbcc0e730e4c688f958a4a81f5a9ae9d5d737d
2f0da256c5c362bbbce6bc4f0ab83a5b42a4a8d7
refs/heads/master
2021-01-23T19:29:56.768325
2017-12-05T06:12:37
2017-12-05T06:12:37
102,825,770
0
0
null
null
null
null
UTF-8
C++
false
false
436
h
//#pragma once #include "stdafx.h" #include "iostream" #include "iomanip" #include "fstream" #include "cstdlib" #include "cctype" #include "string" #include "vector" #include "stdexcept" #ifndef DBZE01_H #define DBZE01_H using namespace std; class DivideByZeroException01 : public runtime_error { public: DivideBy...
[ "niitwangtao@163.com" ]
niitwangtao@163.com
a9e71e06f0b417b9ac76455d75bcbecc10efcc16
5df7ad08fb6333184652d682b04dca5759f70b57
/AR Portal Project/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/UnityEngine.UNETModule.cpp
0d25a3aa5a476309f941d58d25ecd1f663719625
[]
no_license
Wygahard/AR_Portal
dcbeee908bda3559ee24a6baca7fadf8d009ddf3
ddc582626aa8d7050c27966927eb0d6e33032f93
refs/heads/main
2023-05-05T04:27:32.448628
2021-05-28T22:10:13
2021-05-28T22:10:13
369,345,216
1
0
null
null
null
null
UTF-8
C++
false
false
1,057,196
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> template <typename T1> struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, ...
[ "Wygahard@hotmail.fr" ]
Wygahard@hotmail.fr
57a7bbf79d446aeb77e8fb048e5d03918280758a
8e1faa9fca023ba67f91903178c7ad9b371b8b33
/Game/Game/FPSCamera.cpp
69a24877ebf2f8945ac46b63755bb7671ab58334
[]
no_license
3Hoo/G_gameDev_Cpp
dd36130d74f97e3d9936fbb121c7f56b38091e70
e16acc22e0a9d156e6d0a656615ea22c74b463c0
refs/heads/master
2023-09-02T07:34:01.411043
2021-11-18T06:31:22
2021-11-18T06:31:22
429,319,806
0
0
null
null
null
null
UHC
C++
false
false
1,410
cpp
#include "FPSCamera.h" #include "Actor.h" FPSCamera::FPSCamera(Actor* owner) : CameraComponent(owner) , mPitchSpeed(0.0f) , mYawSpeed(0.0f) , mMaxPitch(Math::Pi / 3.0f) , mPitch(0.0f) { } void FPSCamera::Update(float deltaTime) { CameraComponent::Update(deltaTime); // 카메라의 위치는 소유자의 위치 Vector3 cameraPos = mO...
[ "3ho.ent@gmail.com" ]
3ho.ent@gmail.com
699329129906ddb4b47696e8426ce82a0befbcca
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/hunk_986.cpp
c7fd60f23da969c7b7bbcaf04fd411b116dffed0
[]
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
373
cpp
ALLOC_GROW(opts->xopts, opts->xopts_nr + 1, opts->xopts_alloc); opts->xopts[opts->xopts_nr++] = xstrdup(value); } else - return error(_("Invalid key: %s"), key); + return error(_("invalid key: %s"), key); if (!error_flag) - return error(_("Invalid value for %s: %s"), key, value); + return error(_("inval...
[ "993273596@qq.com" ]
993273596@qq.com
2cc7e606e7f3f1ed2af1df3b77f52fc45d672a4c
efdc794bc1152d9e702ea03e32142cf4ff1031cd
/third_party/pdfium/core/fxcrt/cfx_observable.h
8dc0907cae6f0323cb0cfe84f245f1f60e3e5630
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
taggun/node-pdfium
c3c7c85fd4a280993aa0ce99dcb2f41ce8d592dc
1990bc55e39f700434841e35078cecaa347b1e36
refs/heads/master
2020-12-02T12:44:31.341993
2020-02-26T20:52:34
2020-02-26T20:52:34
96,583,707
3
3
BSD-2-Clause
2020-02-26T20:48:59
2017-07-07T23:34:05
C++
UTF-8
C++
false
false
2,476
h
// Copyright 2016 PDFium 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 CORE_FXCRT_CFX_OBSERVABLE_H_ #define CORE_FXCRT_CFX_OBSERVABLE_H_ #include <set> #include "core/fxcrt/fx_system.h" #include "third_party/base/stl_util...
[ "michael.arthur@ikegps.com" ]
michael.arthur@ikegps.com
389efeb6550ae743745825d013057081dee38d02
1a5c33ac36be172b82f11d0d14ba76dfd3686629
/SDcard_JSON_config/src/main.cpp
bb4b60ee4dbfe0cb30ad8c1670d6f40e9bd41dc0
[]
no_license
raphaelthurnherr/cmu_neufo_slicer_hm440e_sw
d19ea2bf76da7bd35b9372f90054a01904fe5ae3
8a8e35adc9495cf4f119d9d5a919eff5ecc2fe9a
refs/heads/master
2022-12-15T16:10:00.803413
2020-09-02T06:43:26
2020-09-02T06:43:26
278,325,107
0
0
null
null
null
null
UTF-8
C++
false
false
54,918
cpp
/** * @file main.cpp * @author Brayan Garcia (brayan.grcmc@eduge.ch) * @brief Open a config file and parse the JSON data to a known structure * Required Arduino libraries: * - SDFAT (1.1.4) for SD Card IO * - ArduinoJson (6.15.2) for JSON String parser * * @version 0.1 * @date 2020-07...
[ "Brayan.GarciaMuchairo@unige.ch" ]
Brayan.GarciaMuchairo@unige.ch
d0bc1aa40cacdf6f565beead1ad663bec6d81fec
e6507d57199bb681ac8c3522b5c2ef0406024a17
/vengine/Database/Unity_SerdeDB.cpp
88fbc37dfc25ac15355c9a21eab196afea626fc7
[]
no_license
sdauwidhwa/ToolHub
a5b712180c8720c93e5035ea5390773d2e14d573
1905a380f06061c0708318f224a5b8a9197b2032
refs/heads/master
2023-08-06T02:22:48.862312
2021-09-10T05:02:00
2021-09-10T05:02:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,258
cpp
#pragma vengine_package vengine_database #include <VEngineConfig.h> #ifdef EXPORT_UNITY_FUNCTION #include <Database/SimpleBinaryJson.h> #include <Database/SimpleJsonValue.h> namespace toolhub::db { enum class CSharpKeyType : uint { Int64, String, Guid, None }; enum class CSharpValueType : uint { Int64, Double, S...
[ "18963092533@163.com" ]
18963092533@163.com
910eaa53413121f188039109b9f06dd25b93756e
ecd85ad3380773a3313073079598228ab47b2684
/mutEX-y/src/util/io.h
6f30e0883ce6530cdd4ed9924fbe487c35a99fc5
[]
no_license
surynek/mutEX
619966b6e9160c83cd5b298768fdd82b2d487fd1
87263750cceb5aceafbaeb9c6416fea1f7a03d31
refs/heads/master
2022-07-30T16:43:35.340164
2020-05-23T13:06:59
2020-05-23T13:06:59
266,208,633
0
0
null
null
null
null
UTF-8
C++
false
false
2,048
h
/*============================================================================*/ /* */ /* */ /* mutEX 0-007_void ...
[ "pavel.surynek@seznam.cz" ]
pavel.surynek@seznam.cz
f602585ab4da3478b4a1e3f7401ea7d33cfd7851
5a2b797bf2d521f52b228e6f185b64ce9c30d8fb
/ThrustTelemetry/datastorage.cpp
263cc0fd9988da5df92028b65840cf05a743fe96
[]
no_license
BrainyZombie/ThrustMIT-Telemetry
fc5c88c28519a340a07806dd44c5fb2f55c0742c
43e5636dc06086e901a1b782227d8b38a3ceec98
refs/heads/master
2020-03-23T14:18:32.301470
2018-11-03T03:57:39
2018-11-03T03:57:39
141,667,910
0
0
null
null
null
null
UTF-8
C++
false
false
994
cpp
#include "datastorage.h" bool DataStorage::serialRawWrite(QString data) { if (m.tryLock()){ //Lock mutex before writing serialRead+=data; //append new data m.unlock(); //unlock mutex return true; ...
[ "ashirbasu@gmail.com" ]
ashirbasu@gmail.com
2a5b7e405839eb0f9645ec25714e43b40346c689
cee367d5edf3e5c61c32c37ae3aa0dab18975d3f
/Chapter5p5_While/Chapter5p5_While/stdafx.cpp
bea35747048419fb8e130e32502440aab72bf705
[]
no_license
ericayoshimatsu/LearnCpp
c4f78d6f2f817dfda70c0451fb86324ce905c549
9760f77fa73c7ccdd7b4e969fdb54f2abde58ae7
refs/heads/master
2021-09-10T13:30:19.528377
2018-03-27T00:37:37
2018-03-27T00:37:37
107,049,748
1
0
null
null
null
null
UTF-8
C++
false
false
295
cpp
// stdafx.cpp : source file that includes just the standard includes // Chapter5p5_While.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "ericayoshimatsu@gmail.com" ]
ericayoshimatsu@gmail.com
12f3f50ce59387380b0ab1a13663f6420dcb56a0
31c6face9f3a545a0b4df81a2f6c36362b9c5f81
/mappergfx/testsubregionareas.h
0b18224db4e11a7ea78bb65cc17616d4ade7d0ae
[]
no_license
drblallo/Mapper
e92e5540e2b654b1d4408ffd77ed3f081d5c1968
8770fa4ec8a7faae4059f9652656fe699979134a
refs/heads/master
2021-01-01T19:57:46.839135
2017-11-26T09:51:51
2017-11-26T09:51:51
98,729,413
0
0
null
null
null
null
UTF-8
C++
false
false
379
h
#pragma once #include "render/linesobject.h" namespace mapreader { class Map; } namespace mappergfx { class NamePlacer; class TestSubRegionAreas { public: TestSubRegionAreas(mapreader::Map* map, QVector3D scale); TestSubRegionAreas(NamePlacer* plc, mapreader::Map* map, QVector3D scale); ~TestSubRegi...
[ "blalloscompany@gmail.com" ]
blalloscompany@gmail.com
ddbeb668dc6322875020b28087926b89aaf4beab
d326bcd43dc220e4eb75c5cdb15fcf6326cb83fc
/ch10-3-image/image/widget.cpp
9f80666fc096cb401413b789afd056b31b449f89
[]
no_license
eric-dma/qtcreator_test
8a51ec0b089f4a62633da6f98ff1d0f0749ba1c2
5948b73a07d52ebcd90cfe730245ff06ec04c8a2
refs/heads/master
2022-11-18T22:35:51.758169
2020-07-21T08:38:10
2020-07-21T08:38:10
278,783,611
0
0
null
null
null
null
UTF-8
C++
false
false
2,408
cpp
#include "widget.h" #include "ui_widget.h" #include <QPainter> #include <QImage> #include <QPixmap> #include <QBitmap> #include <QPicture> #include <QDebug> Widget::Widget(QWidget *parent) : QWidget(parent) , ui(new Ui::Widget) { ui->setupUi(this); } Widget::~Widget() { delete ui; } void Widget::pain...
[ "eric.ma@botson.com" ]
eric.ma@botson.com
283ccc1215ebe82121be4132d61147f59631883a
f5850c88b58420e12785725d582d26279bd98bab
/petsc/src/petsc-3.7.6/src/mat/examples/tests/ex174.cxx
0f856e162334b745c6b478c2abb5fb1f3acbf9df
[ "BSD-2-Clause" ]
permissive
maierbn/debugging
909683b9160b17369a2d8948ed624b4ccc4b0522
90f4f633ff72185243a5514a272054488656b20d
refs/heads/master
2020-04-08T05:35:32.494938
2018-11-25T19:54:14
2018-11-25T19:54:14
159,066,788
0
0
null
null
null
null
UTF-8
C++
false
false
7,340
cxx
static char help[] = "Tests MatConvert(), MatLoad(), MatElementalHermitianGenDefEig() for MATELEMENTAL interface.\n\n"; /* Example: mpiexec -n <np> ./ex173 -fA <A_data> -fB <B_data> -vl <vl> -vu <vu> -orig_mat_type <type> -orig_mat_type <mat_type> */ #include <petscmat.h> #include <petscmatelemental.h> #undef _...
[ "maier.bn@gmail.com" ]
maier.bn@gmail.com
36a2ad5a49fa948750cf1efcaffbe43364d01b0a
503510d6e899af409e75b4ae1f3fb6c964f11448
/src/Common/DirectX/DirectDraw/ScratchSurface.h
7e597ff9d20006468fa5064ec22e7b1090e041c9
[ "MIT" ]
permissive
karelz/WarPlusPlus
5d0002066f705f9ae1952ed03a26d0e94f73cbdf
9750f0d63bcddd91f253cc9618da3f8b1dda6c9c
refs/heads/master
2020-06-05T05:31:41.208218
2019-09-16T14:00:26
2019-09-16T14:00:26
192,327,562
4
4
MIT
2019-09-16T14:00:27
2019-06-17T10:44:55
C++
UTF-8
C++
false
false
1,626
h
#if !defined(AFX_SCRATCHSURFACE_H__3A383C84_53D1_11D2_8EB5_947204C10000__INCLUDED_) #define AFX_SCRATCHSURFACE_H__3A383C84_53D1_11D2_8EB5_947204C10000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ScratchSurface.h : header file // #include "DDrawSurface.h" ///////////////////////////////...
[ "karelz@microsoft.com" ]
karelz@microsoft.com
b87eb44a688460a6551ed22eba2b180035901489
6f6412ee82d41e13f79373e515ce110bd2c875b0
/MinimizeHeight.cpp
1adb154db7c7e0da5a77ed772cf2a32b9e8adff6
[]
no_license
madhvimit123/Daily-Practice
d48c9f1f437c8fc1e7050ff6d740836a6360bfec
01b804cd5702a54e1ee7a3fc372f7bf311d9ad29
refs/heads/master
2023-08-05T22:43:09.098345
2021-09-15T19:12:37
2021-09-15T19:12:37
402,145,560
0
0
null
2021-09-15T19:16:16
2021-09-01T17:22:13
C++
UTF-8
C++
false
false
450
cpp
// https://practice.geeksforgeeks.org/problems/minimize-the-heights3351/1# // Minimize the Heights II int getMinDiff(int arr[], int n, int k) { // code here int modifiedArr[n]; for(int i = 0; i < n; i++) { if(arr[i]-k > 0) modifiedArr[i] = arr[i]-k; else modifiedArr[i] =...
[ "madhvi.mittal.1998@gmail.com" ]
madhvi.mittal.1998@gmail.com
20f85fdc459343b22f2b6ce08c262f03a880acb8
d36f50204152be13f5a6714035d26ce99e2fc11a
/rps.cpp
453d6ba8a1c4cf1d015d401f5d9f98e5f03143ad
[]
no_license
Jimington/Shadam
d0f66e4f54f04d217af6d8d64ffc55580d781ca9
b54811fb2c2897ace0839041da33f324b9b6441b
refs/heads/master
2021-01-21T02:46:10.098759
2016-07-17T19:35:21
2016-07-17T19:35:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,746
cpp
/** * PROGRAM: rps.cpp * AUTHOR: <#Type your own name here#> * UNIQNAME: <#Type your uniqname here#> * * EECS 183: Project 2, Fall 2014 * * <#A description of the project here#> */ #include <iostream> #include <string> using namespace std; /********************************************************************...
[ "befost@umich.edu" ]
befost@umich.edu
527884caf2ed43e176defd74105567b8a41da0f2
cbd3ac62b75ac3dceb6ffb219eaa3fe9d2ef0c00
/src/net/proxy_resolution/mock_pac_file_fetcher.h
2947259a18027fcfd7dbcadc4af797157870f873
[ "BSD-3-Clause" ]
permissive
crazypeace/naiveproxy
d403fa282bcf65cac3eacb519667d6767080d05d
0a8242dca02b760272d4a0eb8f8a712f9d1093c4
refs/heads/master
2023-03-09T21:23:30.415305
2022-10-06T17:23:40
2022-10-06T17:23:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,721
h
// Copyright (c) 2012 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 NET_PROXY_RESOLUTION_MOCK_PAC_FILE_FETCHER_H_ #define NET_PROXY_RESOLUTION_MOCK_PAC_FILE_FETCHER_H_ #include "base/compiler_specific.h" #incl...
[ "kizdiv@gmail.com" ]
kizdiv@gmail.com
be3d08ac9fb2a19af30ef54469c12bd5f0136872
0472add338177d64ef6203c723ca0a6b709e0e28
/src/libc/data_struct/hashmap.cpp
435679e31be1adbea0ecf13b7b3c14ea1f2da4fa
[]
no_license
miguelangelo78/Kernel-Test
4dfb3e8862f642d2dc24820b666ac089b71765c1
8d05bc7b4a0d65e98bb1e8a83c83531506974d6e
refs/heads/master
2021-01-21T04:44:17.354578
2016-07-24T20:54:26
2016-07-24T20:54:26
45,086,436
4
2
null
null
null
null
UTF-8
C++
false
false
5,335
cpp
#include <libc/hashmap.h> #include <system.h> #include <module.h> unsigned int hashmap_string_hash(void * _key) { unsigned int hash = 0; char * key = (char *)_key; int c; /* This is the so-called "sdbm" hash. It comes from a piece of * public domain code from a clone of ndbm. */ while ((c = *key++)) { ...
[ "santosmiguel25@gmail.com" ]
santosmiguel25@gmail.com
81dc8f54d28c615648e123c35409bdac9dc81b89
e941c717e79e664cbabd388037c56134c0adb54b
/include/constant.h
3ff5632ee44c7feceb419440282455fa55144388
[]
no_license
adkevin3307/npshell
8ee49616febdf11b38b122dcae9cacbaf980ba74
d3a240fd8abd551c33febc0028cfa88d005bd03b
refs/heads/master
2023-02-13T21:34:52.191005
2021-01-04T05:38:24
2021-01-04T05:38:24
302,089,258
0
0
null
null
null
null
UTF-8
C++
false
false
369
h
#pragma once namespace Constant { enum IOTARGET { IN, OUT, ERR }; enum IO { STANDARD, PIPE, N_PIPE, U_PIPE, FILE }; enum BUILTIN { EXIT, CD, SETENV, PRINTENV, WHO, TELL, YELL, ...
[ "adkevin3307@gmail.com" ]
adkevin3307@gmail.com
b8328f51344e047bb92a608f36aa7721b1283790
4b13d01429cd08e8645fbcd88f93845397c3963a
/HySDB/site_arranger.cpp
03268df2be6e942c895e06a4bc91ec25dc29c9b4
[]
no_license
chiewen/HMOD
a4d2a29b03c86bac504c19554ce5aebd86c111dc
691dd95ca65b326bf12a499354bbf00c0f4b840a
refs/heads/master
2021-01-15T18:21:35.147795
2017-08-17T14:36:24
2017-08-17T14:36:24
99,777,923
0
0
null
null
null
null
UTF-8
C++
false
false
1,019
cpp
#include "stdafx.h" #include "site_arranger.h" #include <string> #include <iostream> #include <fstream> #include <regex> #include <thread> #include <memory> #include <mutex> vector<UpdateInfo> SiteArranger::updates_{}; void SiteArranger::ReadData(const string& path) { vector<string> vec_lines; string line; ifstrea...
[ "lichuanwen@ise.neu.edu.cn" ]
lichuanwen@ise.neu.edu.cn
881144c388fa9783aaac86af769a3a9b876dcf76
f092f1b66e6b531844da873e57020b4e27781f59
/GLShader.h
46b0478e86bdd578c144e6f94e7dbc85847b318e
[]
no_license
buffer8848/gl-sandbox
902eb50de83905bdc3a07ebd7f2e66f7eda2d464
8a0a39f1dfdb8bc4f5c39fbef8556e89c7e75dc8
refs/heads/master
2021-01-10T12:54:35.694921
2012-11-06T15:52:14
2012-11-06T15:52:14
48,788,689
1
0
null
null
null
null
UTF-8
C++
false
false
777
h
#pragma once #include <string> #include <iostream> #include <fstream> #include <GL/glew.h> class GLShader { public: GLShader(std::string vertFile, std::string fragFile, std::string geomFile); GLShader(std::string vertFile, std::string fragFile); virtual ~GLShader(void); void Compile(); bool ini...
[ "raptorivaz@gmail.com" ]
raptorivaz@gmail.com
d5f88cdffb61629d27ea5d8591620a31292b5502
270da718003fea9e9b73cc44b85c0a2c693b578a
/FlappyBird/src/tests/TestTexture2D.h
cdcfc3fe820e05880d28e6b347d8d145a7db4507
[]
no_license
andregri/FlappyBird
b6c43394d59191030ce0d57076e86532b9cde505
cb1f69942cac65c7617c1697d8f0ce8b5776fd46
refs/heads/master
2022-12-28T00:32:19.768401
2020-09-22T19:30:04
2020-09-22T19:30:04
302,754,763
0
0
null
null
null
null
UTF-8
C++
false
false
321
h
#pragma once #include "Test.h" #include "Shader.h" namespace test { class TestTexture2D : public Test { public: TestTexture2D(); ~TestTexture2D(); void OnRender() override; void OnImGuiRender() override; private: Shader m_Shader; GLuint m_VAO; GLuint m_VB; GLuint m_IB; GLuint m_Texture; }; ...
[ "andrea.grillo96@live.com" ]
andrea.grillo96@live.com
150c516981cad57a89029db46f1606688d191ed5
8f9ff29fba94ad14187e4ebf3d72d2b8873508a7
/include/multimethods/logic_error.hpp
a576a0673736cf35fe9fdb100a0c9c66d9c39947
[]
no_license
jll63/hutorny-multimethods
1ef26f6b12a57978e79578abaa39593057d9e6cb
d587abf799078202fa0002b5853eb7c6ec107afd
refs/heads/master
2023-03-31T15:06:16.244360
2021-02-02T06:55:38
2021-04-03T06:05:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
504
hpp
#pragma once #if __cpp_exceptions >= 199711 # include <stdexcept> # define LOGIC_ERROR(msg) throw std::logic_error(msg) inline void expects(bool condition, [[maybe_unused]] const char* msg) { if(not condition) throw std::logic_error(msg); } #else # include <cassert> # include <cstdlib> # define...
[ "eugene@hutorny.in.ua" ]
eugene@hutorny.in.ua
58caf2060fbb220b2d83762944d5c1af63203f88
867ff072cd09004cc4320f498bb0dab931fd250d
/deps/chakrashim/core/lib/wabt/src/binary-reader-nop.h
7af11f7b02f9d03ebbcafa1f7ccf5b1f69f39e13
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-unicode", "ICU", "LicenseRef-scancode-openssl", "NAIST-2003", "ISC", "Zlib", "LicenseRef-scancode-public-domain", "NTP", "BSD-2-Clause", "Artistic-2.0", "MIT" ]
permissive
enricogior/nodejs-mobile
8d281f5f1e4de729d63b75c57e3c53f141e83e89
3af940ed9828221faa3fcf3acba8bcece1bed6d2
refs/heads/mobile-master
2021-07-07T11:44:33.679838
2017-10-02T21:28:48
2017-10-02T21:28:48
105,641,188
0
1
null
2017-10-03T10:53:23
2017-10-03T10:53:23
null
UTF-8
C++
false
false
13,077
h
/* * Copyright 2016 WebAssembly Community Group participants * * 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...
[ "kfarnung@microsoft.com" ]
kfarnung@microsoft.com
fd2300f0f479ec007cbd5a916a453bdbcc0773b0
645847547bc80c462143fcf0e6c996626dbe3d46
/private/shell/ext/url/urlexec.cpp
9aeff3e7d3efbb0d9fdbc05e45b78cb9c8719db0
[]
no_license
v-jush/win2k
8834ed687e04f2b9475d36673fe4e8986020581b
b6f6742e44e41c7fd5c4e75ca3e6605e426239de
refs/heads/master
2020-09-24T18:05:38.920032
2019-08-15T03:13:13
2019-08-15T03:13:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,712
cpp
/* * urlexec.cpp - IUnknown implementation for Intshcut class. */ #include "project.hpp" #include "urlshell.h" #include "clsfact.h" #include "resource.h" #include <mluisupp.h> // URL Exec Hook class CURLExec : public IShellExecuteHookA, public IShellExecuteHookW { private: ULONG m_cRef; ~CURLExec(v...
[ "112426112@qq.com" ]
112426112@qq.com
e464613b1c3c7762104d3f81baa9e7d62bbc8084
198addb66a66f9f94d541899c6069d2c4a5b8b40
/proto/common.pb.cc
fe082b9965c9387b0a86bc104f1ac8c4aa177c15
[ "MIT" ]
permissive
yemings/easy_push
d28dd04f179cd8f59ed567310f917e5efabcdf34
73eae9d3899f9abac52cc113c18e23943270ed70
refs/heads/master
2021-06-01T09:27:10.077381
2016-08-08T14:56:42
2016-08-08T14:56:42
null
0
0
null
null
null
null
UTF-8
C++
false
true
12,062
cc
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: proto/common.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "proto/common.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/stubs/port.h> #include <google/protobuf/stubs/once.h> #i...
[ "lijin157@163.com" ]
lijin157@163.com
70f84befce4461e11486cf3fe8702eaec336ea34
bb039bb4691d0cc8ecc5499df7173dac4bce88ed
/dystoniaint.h
121d1768d1e2ec7d4c884f153deb3108f6a26bea
[]
no_license
omer-adaweh/Denas-Project
7c1d651a4657a9e1d376a45b9f53e256542ae5d6
d313132a2ef39dc82ebd685382f8a26881c03eac
refs/heads/master
2023-07-17T16:33:33.114729
2021-09-05T23:39:44
2021-09-05T23:39:44
403,434,501
0
0
null
null
null
null
UTF-8
C++
false
false
349
h
#ifndef DYSTONIAINT_H #define DYSTONIAINT_H #include <QDialog> namespace Ui { class DystoniaInt; } class DystoniaInt : public QDialog { Q_OBJECT public: explicit DystoniaInt(QWidget *parent = nullptr); ~DystoniaInt(); private slots: void on_pushButton_clicked(); private: Ui::DystoniaInt *ui; ...
[ "adaweh213@gmail.com" ]
adaweh213@gmail.com
b69198aa5fc5caf7663c5f4393f1cb43ce4a79a2
54a29cf19d0962b9e5d9c535918a1c56bcfebdd3
/test/snippet/range/view/convert.cpp
64d874c0f2dd442df030bd812ac37cd7c17ed229
[]
permissive
giesselmann/seqan3
c027ae539e92460371d0b354a9cf768d380a573b
3a26b42b7066ac424b6e604115fe516607c308c0
refs/heads/master
2021-04-26T22:17:41.710001
2018-09-19T07:09:28
2018-09-19T07:09:28
124,063,820
0
0
BSD-3-Clause
2018-03-06T10:45:41
2018-03-06T10:45:41
null
UTF-8
C++
false
false
845
cpp
#include <seqan3/range/view/convert.hpp> #include <seqan3/alphabet/nucleotide/dna15.hpp> #include <seqan3/alphabet/nucleotide/dna5.hpp> #include <seqan3/std/view/reverse.hpp> using namespace seqan3; using namespace seqan3::literal; int main() { { //! [int_to_bool] // convert from int to bool std::vector<int> vec{7,...
[ "marehr@users.noreply.github.com" ]
marehr@users.noreply.github.com
e800658582f6b0b2396da1bf82de47ae2a1565c6
3e1058a9f0d0f2df00e6c61d52d6e15bf532a3e9
/leetcode_415.cc
95fbd0d166517e2da5c4c97e9123a23caa34575d
[]
no_license
zhyting/m_leetcode
09822347bfd1638bc4d2ff4b08067d9a7ce49920
f76a9a4a0d5aa643c02ab3f0f537c78a8789ee08
refs/heads/master
2022-12-30T09:16:29.587612
2020-10-21T00:38:03
2020-10-21T00:38:03
274,394,303
0
0
null
null
null
null
UTF-8
C++
false
false
1,032
cc
class Solution { public: string addStrings(string num1, string num2) { string str=""; if(0 == num1.size() && 0 == num2.size()) { return str; } int carry = 0; int len1 = num1.size()-1; int len2 = num2.size()-1; int sum; while(len1...
[ "pbinxi@gmail.com" ]
pbinxi@gmail.com
cac0fb4a776278fab0dbba24208965c060fcbac1
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_old_hunk_1198.cpp
e3ec2d20bdc3766aa1736d99799bafb55b18b664
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,164
cpp
*/ rv = cache_select(r); if (rv != OK) { if (rv == DECLINED) { if (!lookup) { /* * Add cache_save filter to cache this request. Choose * the correct filter by checking if we are a subrequest * or not. *...
[ "993273596@qq.com" ]
993273596@qq.com
85ce88a5d16b66480eb3185d763000b054406129
44d182fc5f463cedfbdb6f124974e48f4f6393f5
/EasyTntGuardProcess/EasyTntGuardProcessDlg.cpp
5800f99ca1948f664715f5de7eee9fbd1db58a15
[]
no_license
jf4210/src2-test
a967a96f5b1e637bc43ed115580deee28e56b087
debcea226f13adb56113769110627aa2c0760c70
refs/heads/master
2021-01-23T13:09:21.666323
2019-07-12T02:34:36
2019-07-12T02:34:36
59,100,155
0
1
null
null
null
null
GB18030
C++
false
false
8,704
cpp
// EasyTntGuardProcessDlg.cpp : 实现文件 // #include "stdafx.h" #include "EasyTntGuardProcess.h" #include "EasyTntGuardProcessDlg.h" #include "afxdialogex.h" #include "GPDef.h" #ifdef _DEBUG #define new DEBUG_NEW #endif #pragma comment(lib,"Version.lib") BOOL bContinue = TRUE; CString g_strAppPath = _T(""); CString g_...
[ "jf4210@yeah.net" ]
jf4210@yeah.net
b9b751419fb4accf6b6f9d1d34695633f7927ffc
67b7a7085447b7561208ed6df95dd3133df580e2
/nov00/marselas/marselas/MaxUIMod/MaxUIMod.cpp
792b4684910e5c957b527b36c74669df32f54849
[]
no_license
dwilliamson/GDMagArchive
81fd5b708417697bfb2caf8a983dd3ad7decdaf7
701948bbd74b7ae765be8cdaf4ae0f875e2bbf8e
refs/heads/master
2021-06-07T23:41:08.343776
2016-10-31T14:42:20
2016-10-31T14:42:20
72,441,821
74
4
null
null
null
null
UTF-8
C++
false
false
1,705
cpp
// MaxUIMod.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include "MaxUIMod.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif // // Note! // // If this DLL is dynamically linked against the MFC // DLLs, any functions exported from th...
[ "dwilliamson_coder@hotmail.com" ]
dwilliamson_coder@hotmail.com
f29091995b7263fe585dfcd8d3bc89bad022cdcd
c8c28aca03c0109420d22b2daa81bfa30f360267
/BitmapSave.cpp
6b12b09cadd367d49b4412518fbc51e7b01f71fb
[]
no_license
debenbraveheart/WinBitmap
7c1bd5e23133fa54625aa8020771a5d8028b63a6
4f74e305a0419d01ce1776ed4787f6ad3e923d0b
refs/heads/master
2020-12-13T09:04:23.946323
2020-01-16T17:10:00
2020-01-16T17:10:00
234,369,999
0
0
null
null
null
null
UTF-8
C++
false
false
2,360
cpp
// Save the bitmap to a bmp file void SaveBitmapToFile(BYTE* pBitmapBits, LONG lWidth, LONG lHeight, WORD wBitsPerPixel, const unsigned long& padding_size, LPCTSTR lpszFileName) { // Some basic bitmap parameters unsigned long headers_size = sizeof(BITMAPFILEHEADER) + sizeof(BITMAPINFOHEADER); unsigned lo...
[ "noreply@github.com" ]
noreply@github.com
082bd5d361f3d3fa7a7db934c1a1dad668a5ec8d
6aba3d9e4a5401b5387548475d0ca74794e73c69
/GROMACS/nonbonded_benchmark/gromacs_source_code/src/gromacs/utility/int64_to_int.cpp
c781b7a85c84aea60a5e3710b06ff04da75a90f7
[ "LGPL-2.1-only", "LGPL-2.0-or-later", "LicenseRef-scancode-sun-rpc", "LGPL-2.1-or-later", "SunPro", "GPL-1.0-or-later", "BSD-2-Clause-Views", "GPL-2.0-only", "BSL-1.0", "Apache-2.0", "BSD-3-Clause", "Zlib", "BSD-2-Clause", "MIT", "LicenseRef-scancode-free-unknown" ]
permissive
rvhonorato/bioexcel-exascale-co-design-benchmarks
a47b2608ad796329247a671ca95c7b487be213ca
41bfd28e64a65f7d08a4195bdfd0024646664351
refs/heads/master
2020-06-18T05:56:43.151669
2019-07-10T15:17:45
2019-07-10T15:17:45
196,187,655
0
0
MIT
2019-07-10T10:50:25
2019-07-10T10:50:24
null
UTF-8
C++
false
false
2,215
cpp
/* * This file is part of the GROMACS molecular simulation package. * * Copyright (c) 2015,2017,2018, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http...
[ "mark.j.abraham@gmail.com" ]
mark.j.abraham@gmail.com
347aac223ac7181ecdd2f4e1e29749db48d8131f
1113806e6761312dd4e8857d08a916c4d381b1d3
/main.cpp
33cec4d456e25b28ba98313389e56055e0a83817
[]
no_license
mohshariq/Vigenere_Cipher
f6eca21c0bca0608c80d35a6bdb4ce210807be76
725175909deb34cacdec9af057af124c13717418
refs/heads/master
2020-04-06T19:06:14.879039
2018-11-15T14:48:56
2018-11-15T14:48:56
157,725,808
0
0
null
null
null
null
UTF-8
C++
false
false
1,047
cpp
# Vigenere_Cipher #include<bits/stdc++.h> using namespace std; string generateKey(string str, string key) { int x = str.size(); for (int i = 0; ; i++) { if (x == i) i = 0; if (key.size() == str.size()) break; key.push_back(key[i]); } ...
[ "noreply@github.com" ]
noreply@github.com
881679b843475a57c924939b86112589c99e6b74
551ce32ae181656270a1f582966e04f4027576a9
/app/linux/cross_shader/ContrastEnhance.h
e7a81b29f916f036d8cc49582857437143599587
[]
no_license
zyyin/XImage2
a77b1f520570ad1792da2c27b599c64d5bcfd785
aab16c08f227b3fa17c669c9781a6f0b1d72b6ed
refs/heads/master
2020-07-04T04:20:50.550882
2016-12-02T08:21:10
2016-12-02T08:21:10
74,107,607
0
0
null
null
null
null
UTF-8
C++
false
false
276
h
#pragma once #include "IAlgorithmStratety.h" class ContrastEnhance : public IAlgorithmStratety { DECLARE_DYNAMIC_CLASS() public: ContrastEnhance(); ~ContrastEnhance(); virtual bool TryRun(); virtual const char* GetParametersName() { return "gain1,gain2"; } };
[ "zhiyex.yin@intel.com" ]
zhiyex.yin@intel.com
d1bef8777e430ff1abde0ebf4a4dc5edc39c3820
51387e86c4645b2a0bcf16ca77b2ef9388cf166a
/ods/ArrayStack.h
721cec8ed88e027d6289bfad959f81c4583b366a
[]
no_license
lichgo/HackingCPP
f4049261fadb1bbad8369bd93e5abd802f5d4777
3eaeac19ec3ab75b29f1c7a71339e7b1f50df420
refs/heads/master
2021-01-23T13:43:05.399095
2019-07-18T03:21:38
2019-07-18T03:21:38
19,457,790
0
0
null
null
null
null
UTF-8
C++
false
false
1,861
h
#ifndef ARRAYSTACK_H_ #define ARRAYSTACK_H_ #include "array.h" #include "utils.h" namespace ods { template<class T> class DualArrayDeque; template<class T> class ArrayStack { friend class DualArrayDeque<T>; public: ArrayStack(); virtual ~ArrayStack(); int size() const; T get(int i) const;...
[ "lichgo88@gmail.com" ]
lichgo88@gmail.com
0d78d01b7a298313ac658e7471fac353656749a9
8253af47eb31dbc4540f7d57ffacd8dbe151a901
/robot_localization/src/encoder.cpp
4cfdc5def063a415e4e14043dd80c1eefe34031d
[ "BSD-3-Clause" ]
permissive
todivasudha/eklavya_localization
fc50edb038b8f769b4cb37ec3987d3485ec8b865
210a62e723714d25ecc27e03f7d9b920dac0c348
refs/heads/master
2021-01-21T03:49:43.852906
2015-05-26T22:43:09
2015-05-26T22:43:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,681
cpp
#include <ros/ros.h> #include <tf/transform_broadcaster.h> #include <nav_msgs/Odometry.h> #include <geometry_msgs/Pose2D.h> #include "ros/time.h" geometry_msgs::Pose2D msg; ros::Publisher odom_pub; const double l=0.67; //length of the axle //const double c=0.0212790542; //(2*pi*r)/60, Radius(r) = 8 inch doubl...
[ "satyesh.mundra@gmail.com" ]
satyesh.mundra@gmail.com
fb9b514f3f000b950cc89fd4d5d8470b075bb04d
ed313bf0460c93ad03ad34e86175250b3c0e6ab4
/codeforces/cf_841_a.cpp
13394630b097aeada3756c9ff208a0dea9fbf1f1
[]
no_license
ThereWillBeOneDaypyf/Summer_SolveSet
fd41059c5ddcbd33e2420277119613e991fb6da9
9895a9c035538c95a31f66ad4f85b6268b655331
refs/heads/master
2022-10-20T02:31:07.625252
2020-04-24T11:51:32
2020-04-24T11:51:32
94,217,614
1
1
null
null
null
null
UTF-8
C++
false
false
455
cpp
#include<bits/stdc++.h> using namespace std; //thanks to pyf ... //thanks to qhl ... int main() { map<char, int>m; int n, k; while (cin >> n >> k) { string s; cin >> s; for (int i = 0; i < n; i++) m[s[i]] ++; int flag = 1; for (map<char, int> :: iterator it = m.begin(); it != m.end(); it++) { i...
[ "527908203@qq.com" ]
527908203@qq.com
d73e6bc79757fc539eb2369ea79239f40dc8f2b8
2cf5dadd5fe8f18d6b7a107f3566913698f3f3e1
/系统模块/游戏组件/41.守把一/原始游戏客户端/CardControl.cpp
71ac9882e0e0f143ef98a1de6f389783e37e47d3
[]
no_license
xiaokaixuan/qipai-game
319a5af77a490daf4c825ca7f54bc0b0bbf5c1a0
fce39d8192c1ea037ff34abec3d6074d56071934
refs/heads/master
2021-01-13T16:23:13.757533
2012-06-11T10:53:16
2012-06-11T10:53:16
54,963,680
1
0
null
2016-03-29T09:35:54
2016-03-29T09:35:53
null
GB18030
C++
false
false
12,860
cpp
#include "StdAfx.h" #include "Resource.h" #include "CardControl.h" ////////////////////////////////////////////////////////////////////////// //静态变量 bool CCardControl::m_bLoad=false; //加载标志 CSize CCardControl::m_CardSize; //扑克大小 CSkinImage CCardControl::m_ImageCard; //图片资源 ///////...
[ "pybmfc@gmail.com" ]
pybmfc@gmail.com
1ab6c89c6bcc671c257fc8319d6f4e12961baea5
91cde61e76483835fa2f9549ed67a4beb7568e20
/machineRoomReservation/manager.cpp
1e6fcc4a10e0e4215bcb9a05c55d38b5c4dd0ce4
[]
no_license
occultlemon/MyApplication
7378ec909bc7d4db063b7df8ba25c43a992e9a6e
09cf37c21d9012ca7eb86cdedc51cd3b6406cd7b
refs/heads/master
2023-06-14T08:43:11.984063
2023-06-12T12:16:38
2023-06-12T12:16:38
176,842,378
2
0
null
null
null
null
GB18030
C++
false
false
9,626
cpp
/****************************************************************************** * * @file manager.cpp * @brief 管理员类 实现 * @author wangjie * @date $time$ * @history *****************************************************************************/ #include<iostream> using namespace std; ...
[ "noreply@github.com" ]
noreply@github.com
1f869cc75f38148d4dbff37d4401c7cf549cf86b
98b1e51f55fe389379b0db00365402359309186a
/homework_6/problem_2/100x100/0.407/T
2801c5ddc5c1d3e12c8fecddf13a5f642d442763
[]
no_license
taddyb/597-009
f14c0e75a03ae2fd741905c4c0bc92440d10adda
5f67e7d3910e3ec115fb3f3dc89a21dcc9a1b927
refs/heads/main
2023-01-23T08:14:47.028429
2020-12-03T13:24:27
2020-12-03T13:24:27
311,713,551
1
0
null
null
null
null
UTF-8
C++
false
false
90,812
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*-------...
[ "tbindas@pop-os.localdomain" ]
tbindas@pop-os.localdomain
2a654f1d4c569aabff3a27eb64ff3b2cc1029eff
80c95987063d26ff71ecd019256774581754947d
/test/cctest/compiler/test-multiple-return.cc
a5a8b0a6ac8a9fdeaf978de9951aee00466ac092
[ "BSD-3-Clause", "bzip2-1.0.6", "SunPro" ]
permissive
AquariusBrowser/v8
4adfdbc34e4d0e11d3f120ff43cb3878445dc1d0
460af931236c99f7df65c579e0d06996b32c44a2
refs/heads/master
2021-08-31T17:49:21.919696
2017-12-21T20:23:12
2017-12-21T22:05:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,054
cc
// Copyright 2014 the V8 project 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 <cmath> #include <functional> #include <limits> #include <memory> #include "src/assembler.h" #include "src/base/bits.h" #include "src/base/uti...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
fb915e0623ee853658dfc3726bb6efe484723ef8
f0df022c4ea84e9edb194b2c7188a42f85cdedae
/GeneratedFiles/Debug/moc_TestForm.cpp
5f07a0303ebe301b09de6e4554a38e91e6823e77
[]
no_license
Leroy888/String-chuzhLeye
399a639e5588137d9e78048e0c622d5b1e84d17b
c1c585515283f5c24216ff67574d8969505cb648
refs/heads/master
2020-07-03T23:27:11.797006
2019-08-15T14:40:12
2019-08-15T14:40:12
202,084,857
0
0
null
null
null
null
UTF-8
C++
false
false
3,576
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'TestForm.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) ** ** WARNING! All changes made in this file will be lost! ************************************************************...
[ "leroy8li@163.com" ]
leroy8li@163.com
e3e9181b2cfd1a0f4230da9436f8457a56ad54f4
bae4e79d035c09e7e9be483140120ab2c821f15a
/Engine/FrameTimer.h
e9fef5d0280137ff8f8828d502e4d4d53e6f749d
[]
no_license
OPsteffOP/Steff-Engine
fcc6d8d2ad3550ba2b701eec6f79906e5bc9bfa7
ac805b437b522da9a3aca119bdf9e9225019fc76
refs/heads/main
2022-12-28T12:12:32.279990
2020-10-15T16:08:25
2020-10-15T16:08:25
304,379,624
0
0
null
null
null
null
UTF-8
C++
false
false
522
h
#pragma once #include "Timer.h" namespace SteffEngine { namespace Timers { class FrameTimer : public Timer { public: PLUGIN_API static FrameTimer* GetInstance(); static void Destroy(); PLUGIN_API unsigned int GetFPS() const; PLUGIN_API float GetElapsedSec() const override; void SetStartFrame()...
[ "OPsteffOP@users.noreply.github.com" ]
OPsteffOP@users.noreply.github.com
7d2f36c3101f88885643574f3882c2500981102b
35af7dceec7cf3322a28ea5430bc7c581ef27e49
/friend_1.hpp
3254a441875d02160f5ed5195ab0a46ef0329050
[]
no_license
shichen-hong/c_and_cpp_collection
b4694e9bea65b65c318466f09c7f89a1d9d7f51c
1e0884ae8142613b3f9efe6c873b9624a975bb06
refs/heads/master
2020-09-20T12:25:45.064271
2020-04-27T11:54:35
2020-04-27T11:54:35
224,476,285
0
0
null
null
null
null
UTF-8
C++
false
false
842
hpp
#ifndef _FRIEND_1 #define _FRIEND_1 #include <iostream> #include <string> using namespace std; class Box { private: double width; public: Box() { width = 0; } double length; void setWidth(double w); friend void printWidth(Box myBox); friend class BoxFriend; }; void Box::setWidth(double w) {...
[ "vhscincent@gmail.com" ]
vhscincent@gmail.com
1a0d22fbdc20c00afc210823a69f3447a8312cef
7ba4680220879c6e4c38b7b9dd6d99dbe61bc915
/src/HW6/Integral.cpp
4931521d0189105564e3ca65cce0883752d3fde7
[]
no_license
truiseco/PHSX815_Week5
5a00803e546128c03511a8d86f17c5957b20b6d7
48821cf360207189bb265557f6e69f5f731163f1
refs/heads/master
2023-03-23T03:30:53.348302
2021-03-09T09:11:54
2021-03-09T09:11:54
344,921,867
0
0
null
null
null
null
UTF-8
C++
false
false
2,272
cpp
/************************************************************* * @author Triston Ruiseco * @file Integral.cpp * @date 03/08/2021 * @brief Implementation file for the Integral class. *************************************************************/ #include <iostream> #include "Integral.h" double Integral::Trapz(std::fun...
[ "triston@ku.edu" ]
triston@ku.edu
42e167df56446ab5bd8169af63269fa6921d25a3
df56c3d9f44132d636c0cef1b70e40034ff09022
/networkprotocols/iphook/inhook6/include/in6_event.h
c24f6db2f7ec55083d98a53a225c772e85e9878f
[]
no_license
SymbianSource/oss.FCL.sf.os.networkingsrv
e6317d7ee0ebae163572127269c6cf40b98e3e1c
b283ce17f27f4a95f37cdb38c6ce79d38ae6ebf9
refs/heads/master
2021-01-12T11:29:50.765762
2010-10-14T06:50:50
2010-10-14T06:50:50
72,938,071
4
1
null
null
null
null
UTF-8
C++
false
false
3,813
h
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" // which accompanies this distribution, and is available // at the URL "http://www.eclipse.org/legal/e...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
3fba516a6c4f1208de12af32c7324ca92fad8a25
3838dae781fe85e12b09accf11857559cf44457f
/src/TVTest/ProgramSearch.h
393d6c6ad96f7ba40026f3b1ee6bd26c3cc1747e
[]
no_license
JHON303/TVTest
960bdfaf5aa18174f884500ca7c599d6b1ef7de0
37b6406c4e453f94dc05dc1322b3bb3d695bb8d3
refs/heads/master
2021-01-17T14:17:11.102311
2020-08-20T06:23:33
2020-08-20T06:23:33
15,474,847
0
0
null
null
null
null
UTF-8
C++
false
false
9,412
h
#ifndef PROGRAM_SEARCH_H #define PROGRAM_SEARCH_H #include <vector> #include <set> #include <deque> #include "Dialog.h" #include "EpgProgramList.h" #include "RichEditUtil.h" #include "RegExp.h" #include "Settings.h" class CEventSearchServiceList { public: typedef ULONGLONG ServiceKey; static S...
[ "maki.rxrz@gmail.com" ]
maki.rxrz@gmail.com
4a30d2c09a173948e004184e23ade01bef30e50d
e649acb68fc5134a3843ef2330e5c2d4070363a8
/TC_ARG_22/1/C.cpp
46c899df4e7c94d2bd8737c664c66ec9edfaaf0e
[]
no_license
jesuswr/cp-codes-and-problems
6483949ce896e59c471f0e0640f5c8b47f482ec3
770f3bf004f90015f078d5699d26cde5c33d9a28
refs/heads/master
2023-08-08T03:37:36.626572
2023-07-24T16:54:02
2023-07-24T16:54:02
196,292,128
1
1
null
2019-10-09T23:23:43
2019-07-11T00:26:10
C++
UTF-8
C++
false
false
2,056
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> ii; typedef vector<int> vi; typedef vector<ii> vii; int dasdas; #define FOR(i,n,m) for(int i = n; i < (int)m; i++) #define ROF(i,n,m) for(int i = n; i > (int)m; i--) #define ms(obj,val) memset(obj,val,sizeof(obj)) #define ri(a)...
[ "jesuswahrman@gmail.com" ]
jesuswahrman@gmail.com
3b5306db4203d9d843a4cf159974ba0eef3c33ae
88fd9b9e9da6027f425106d025dd2d72df8f4f45
/smqtapp/api/client/ModelChangePasswordUser.cpp
4fb4b23be9b3b6931b77de033a3f280e3db67eb8
[]
no_license
chiphan2008/dfm
a927bb30b692de3346bfa570795ef8382d21aa4e
a76aad4beb1df5ac39371bd931728515981dfe24
refs/heads/master
2020-03-30T15:38:33.126668
2018-10-03T06:58:51
2018-10-03T06:58:51
151,372,621
0
0
null
null
null
null
UTF-8
C++
false
false
2,991
cpp
/** * SMARTBUS API * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1.0.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the clas...
[ "chiphan2008@gmail.com" ]
chiphan2008@gmail.com
86c3ac5c31f191497479dfbba1cbf44cb46845c9
2d9909133b6d2f5b50fd58d8a04f451a7247aba0
/Servidor/src/storage/Game_Loader.cpp
f88c538e5153b3bb401a8818eee85061ae61aaa7
[]
no_license
ldtg/tallerZ
e6f82bc45e36414a97ce3bdbc032c2d43d04151f
3fa17ec2cec77f2625b8811e9dc00d50fdf30c8b
refs/heads/master
2021-01-20T13:21:34.969423
2017-07-05T23:13:29
2017-07-05T23:13:29
90,473,475
0
0
null
null
null
null
UTF-8
C++
false
false
11,465
cpp
#include <server/model/UnitFactory.h> #include "Game_Loader.h" void Game_Loader::open_file() { try { this->map_file.open(this->file_path); } catch (const std::ifstream::failure &e) { throw Storage_Exception( "Error en la apertura del archivo %s de donde se iba a cargar el " "mapa en el ...
[ "lteje11@gmail.com" ]
lteje11@gmail.com
914e4603d4abf9d164e4d526acc392aded5724ef
bae76888e633874c1278a43bb5773aae8201c44d
/CPSeis/wrappers/src/org/cpseis/wrappers/CpseisTrinsort_jni.cpp
6fa8c479911cf67f7fb5b70534f848982f4fc6de
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
Chen-Zhihui/SeismicPackage
a242f9324c92d03383b06f068c9d2f64a47c5c3f
255d2311bdbbacad2cb19aa3b91ceb84a733a194
refs/heads/master
2020-08-16T05:28:19.283337
2016-11-25T02:24:14
2016-11-25T02:24:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
324
cpp
//////// DO NOT EDIT THIS FILE - it is machine generated //////// #include "CpseisTrinsort.hh" #include <jni.h> extern "C" { JNIEXPORT jlong JNICALL Java_org_cpseis_wrappers_CpseisTrinsort_nativeCreate (JNIEnv *env, jobject obj) { CpseisTrinsort *module = new CpseisTrinsort(); return (jlong)module; ...
[ "Uqer@d-i89-169-66.student.eduroam.uq.edu.au" ]
Uqer@d-i89-169-66.student.eduroam.uq.edu.au
c2c3f223806302219811c3c91642dfb700d3d4d5
95dcf1b68eb966fd540767f9315c0bf55261ef75
/build/pc/ACDK_4_14_0/acdk/acdk_core/src/acdk/io/Reader.cpp
734350b4515cdd9eea9da5eb76845c0d0339cd3d
[]
no_license
quinsmpang/foundations.github.com
9860f88d1227ae4efd0772b3adcf9d724075e4d1
7dcef9ae54b7e0026fd0b27b09626571c65e3435
refs/heads/master
2021-01-18T01:57:54.298696
2012-10-14T14:44:38
2012-10-14T14:44:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,086
cpp
// -*- mode:C++; tab-width:2; c-basic-offset:2; indent-tabs-mode:nil -*- // // Copyright (C) 2000-2005 by Roger Rene Kommer / artefaktur, Kassel, Germany. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public License (LGPL). // // // This ...
[ "wisbyme@yahoo.com" ]
wisbyme@yahoo.com
69f721185197f3c07575497f6c504b839db54a6b
6742c8cc1ac0f158b18ab4a498262337f9f27ed2
/projectP/Project/ComputeProduct.cpp
c29787a1de5c7f3c2c23e10862aca015d81f3cd3
[]
no_license
Mick95/ParallelProject
0d66cf663bd686221c70e9657063b4993667bec1
833c926dfcd7c85f5eb6e5a9ea999ecaab20776b
refs/heads/master
2020-03-22T10:12:52.715528
2018-07-30T08:08:31
2018-07-30T08:08:31
139,888,309
0
0
null
null
null
null
UTF-8
C++
false
false
675
cpp
#include "stdafx.h" #include "ComputeProduct.h" ComputeProduct::ComputeProduct() { } ComputeProduct::ComputeProduct(int id, float gamma, float chi_i, float chi_0, float w_i, float d_i) { i = id; wx_i = chi_i * w_i; gamma_i = gamma; D_i = d_i; this->w_i = w_i; this->chi_i = chi_i; this->chi_0 = chi_0; } floa...
[ "michele.gennaioli@mail.polimi.it" ]
michele.gennaioli@mail.polimi.it
16f112450f8aec06636f08299c9407a8528b28f6
5b85304e2d1a8f77fd9874978bc54f91a3a89489
/src/spork.cpp
4a8f145b2928343637f803596482aee9101a73cf
[ "MIT" ]
permissive
CryptoCoderz/DigitalNote
03e59b5ae57aaaf82fcf59af65e0729d5eeb1ff3
996c9e2ccc5148d7fbd78045320d81ef0a2f11a3
refs/heads/master
2021-07-24T13:51:00.853179
2021-07-22T01:23:26
2021-07-22T01:23:26
167,573,784
6
13
MIT
2021-07-22T01:23:27
2019-01-25T16:01:01
C++
UTF-8
C++
false
false
10,720
cpp
// Copyright (c) 2015 The DigitalNote developers // Copyright (c) 2009-2012 The Darkcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "bignum.h" #include "sync.h" #include "net.h" #include "key.h" #in...
[ "CryptoCoderz@gmail.com" ]
CryptoCoderz@gmail.com
3674f8274da5d6e55ca5db9db6bb52abbc836ed6
fc42f22ffb6d75489c068bbbaa56756d73bcf159
/OJ/多校/牛客2020/8/I.cpp
fe372dabe047534e0ce1f283241f1dc17c9111d1
[]
no_license
ytrsk/ICPC_training_respository
a6031b46927281c1f4d09e55ac75f1c6770b309b
dd6fabc68bcb9f81ccd1cdc9f95d50919698e542
refs/heads/master
2022-12-15T06:29:33.189202
2020-09-15T11:27:05
2020-09-15T11:27:05
210,859,312
4
0
null
null
null
null
UTF-8
C++
false
false
3,110
cpp
#include <stdio.h> #include <stack> #include <vector> #include <string> #include <iostream> #include <sstream> #include <algorithm> #include <map> using namespace std; const int maxn=800007; typedef long long ll; int n,cl,dfn[maxn],low[maxn]; int head[maxn],to[maxn<<1],nex[maxn<<1],e1; int bans=0,bcc[maxn],bcnt,br[maxn...
[ "2232160811@qq.com" ]
2232160811@qq.com
a45e807247a9f201762cf6c9b2297a49cf6d6dc6
3c241794490e28e440e8438dd9ecb7fa55b6407c
/MusicPlayer/ButtonUI.h
c1f6285750cf8e71c001b64249a3f1cf8d21b944
[]
no_license
Clay-Si/MusicPlayer
b410873c2ee559080d142d95dd2dfe11d5370f2d
35d1b152932629c92d08184ee5798edbba951eaf
refs/heads/master
2020-11-28T23:57:56.042059
2019-12-24T14:37:30
2019-12-24T14:37:30
229,955,314
0
0
null
null
null
null
UTF-8
C++
false
false
173
h
#pragma once #include "afxwin.h" class CButtonUI : public CButton { public: CButtonUI(); ~CButtonUI(); virtual void DrawItem(LPDRAWITEMSTRUCT /*lpDrawItemStruct*/); };
[ "clay_si@126.com" ]
clay_si@126.com