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
882fab4401a714363ea143a3473ffddc1a6502b3
8cc49cd943c4a6dede8e85656e2419c786c97c1c
/src/pdf/calc_config.cpp
258e19e0a3bf7be17ec22fa837a062bea3c17619
[]
no_license
symanli/SRU
2a5210d88d4d0539d77744a0baca1a0e0e6aa14e
1454917ca199473f6e7f9921943db6523831ac14
refs/heads/master
2023-02-20T08:57:08.279488
2021-01-22T18:44:38
2021-01-22T18:44:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
343
cpp
#include "calc_config.h" #include <optional> #include <vector> namespace sru::pdf { std::vector<CalcConfig> CalcConfigPool; auto getCalcConfig(size_t id) -> std::optional<CalcConfig> { for (const auto& conf : CalcConfigPool) { if (conf.id == id) { return conf; } } return {}; } ...
[ "ruthgerdijt@gmail.com" ]
ruthgerdijt@gmail.com
1e17940f754641fb13f23f17d409942efeb8d729
436c5fca643287589a6b14a9f10093bc6bc6c186
/media/libstagefright/ACodec.cpp
ddf95dcb97cbe9cdd2297aa542853a9c542b6450
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
karthik050782/frameworks_av
47e8e578e3e7736ca5354746833605dfe6af99db
c5f7b5eae27a2b77bfccaad42480d2138ce44ced
refs/heads/master
2021-01-01T18:18:29.035911
2013-07-07T10:24:33
2013-07-07T10:24:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
124,562
cpp
/* * Copyright (C) 2010 The Android Open Source Project * * 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 app...
[ "karthikeyan.psy@gmail.com" ]
karthikeyan.psy@gmail.com
272b068c8b77bc7d4d0afdd71ec02a8ef9050a90
5ed358ac90e68e225a13d6b2a5749c7dc38e7b97
/chapter 2/2.42/2.42.cpp
05c99d267306a1943d0efd13dbc6bee38c371660
[]
no_license
zzzwind/cpp-primer-5th-exercises
202cc241000bd888d1d0b849f37328a593d83d01
404e4e0c5c0a055f7b8334b93a6b95f75b71501f
refs/heads/main
2023-06-06T16:27:28.981906
2021-07-13T07:15:25
2021-07-13T07:15:25
331,148,894
0
0
null
null
null
null
UTF-8
C++
false
false
2,655
cpp
#include <iostream> #include <string> #include "Sales_data.h" //ex 1.20 int main1(){ Sales_data data; double price = 0.0; while (std::cin >> data.bookNo >> data.units_sold >> price) { data.revenue = data.units_sold * price; std::cout << data.bookNo << " " << data.units_sold << " " << price ...
[ "zykblack@gmail.com" ]
zykblack@gmail.com
fdc7ad538679c60570b0265bd229bd19afc3d798
b41a5b556525cf0f00720cc1bef8ce9f2831d25f
/medium/127_word_ladder.cpp
6d051fd13062b11f95e51c0e851c02ffb3d61e73
[ "Apache-2.0" ]
permissive
gnanasekartgs/leetcode_cpp
34609d2d5bb44c59f54b5bab580083e5313fa908
c487df7561f92562b20a31317957f47e0a20c485
refs/heads/master
2022-01-10T12:08:38.381206
2019-07-22T03:17:15
2019-07-22T03:17:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,103
cpp
#include <queue> #include <string> #include <unordered_set> #include <unordered_map> using namespace std; class Solution { public: int ladderLength(string beginWord, string endWord, vector<string>& wordList) { unordered_set<string> wordDict; for (auto& word: wordList) wordDict.emplace(...
[ "dupeng@visenze.com" ]
dupeng@visenze.com
4f2bc032fd46e3eeeb75a67013bda1bd38b59c66
cd98135ee54252094c1ca7aba42d987b765f39cc
/src/MasterSwitcher/src/app/config.cpp
1cf9ef5d82651894624d1699ccfe95772802216a
[]
no_license
isliulin/contron-psm70
4e0a10a5693bfe87a3f16f9837681d8f7eead450
c57bff151653e2fed2dda2a13b4a3de3becab535
refs/heads/master
2023-03-16T10:16:25.604663
2015-09-25T09:36:18
2015-09-25T09:36:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,979
cpp
#include "config.h" #include "sys/platform.h" #include <ctype.h> #define get_config_string( config, name ) \ if( strcmp( key, #name ) == 0 ) \ { \ strcpy( config->name, value ); \ } #define get_config_number( config, name ) \ if( strcmp( key, #name ) == 0 ) \ ...
[ "liuguanhong@contron.com.cn" ]
liuguanhong@contron.com.cn
d17c75fd8caec741b2cb5c9d78f9c1e455d50109
9732270148d744ca01c5d43cbfaddbcaf313fb80
/vjudge/little_kawayi/UVALive/7757/15024000_WA_0ms_0kB.cpp
617f94b442b699e81484047b2c63d04dd3b481e3
[]
no_license
Bocity/ACM
bbb7c414aa8abae6d88e2bb89c4ab1fd105a1c5a
9ec1ece943a4608e96829b07374c3567edcd6872
refs/heads/master
2021-01-04T02:41:42.108269
2019-01-18T07:17:01
2019-01-18T07:17:01
76,115,460
0
0
null
null
null
null
UTF-8
C++
false
false
2,059
cpp
#include<bits/stdc++.h> using namespace std; const int maxn=1e5+10; string c; int main() { while(cin>>c) { int n=c.size()/3; int cnt=1; for(int i=0;i<3*n-1;i++) { if(c[i]!=c[i+1]) cnt++; } if(cnt>=2*n) { cout<<0<<end...
[ "haolovej@vip.qq.com" ]
haolovej@vip.qq.com
e90257c8cc70e0845aa33b0083d6c030e2b26861
dfc4939c693990b7ea911d46887c14c616a5eb83
/TestS2Path/main.cpp
7bbb89ca3edabdf119c20758ff6015992ab92931
[ "MIT" ]
permissive
titos-carrasco/Scribbler2-Cpp
19bdd0af72018983cd39151f94582ff1c3dfb438
241b46617ad00099cb409593d90f17c2dbc8f0f8
refs/heads/master
2020-04-13T04:59:59.297297
2015-12-06T02:26:06
2015-12-06T02:26:06
34,425,344
0
0
null
null
null
null
UTF-8
C++
false
false
2,443
cpp
#include <iostream> #include "rcr/utils/Utils.h" #include "rcr/robots/scribbler2/Scribbler2.h" using namespace rcr::robots::scribbler2; using namespace rcr::utils; int main() { Scribbler2 robot( "/dev/rfcomm2", 500 ); S2Path s2Path = robot.getS2Path(); std::cout << "beginPath 16: " << s2Path.beginPath( 1...
[ "titos.carrasco@gmail.com" ]
titos.carrasco@gmail.com
4b6458b18906b487e88ecee72ebe346c083f1ee4
f6cbdf6f96ac1f374dab451eb85f6c0fd465b685
/Source/Game/States/CState_HowToPlay.cpp
f32a3ae5531e7cfbe1dad99ae510888471bd12f9
[]
no_license
JpDeathBlade/Food-Fight
93aa8c4120513d6e848a67d15af59804676f603f
71c5ce22e0c2d2f8c831b7ac16d67b828016d87f
refs/heads/master
2021-05-11T21:44:16.043375
2018-01-15T00:20:31
2018-01-15T00:20:31
117,477,316
0
0
null
null
null
null
UTF-8
C++
false
false
2,459
cpp
#include "CState_HowToPlay.h" #include "../../Managers/Bad Chef/Sprites/CSpriteManager.h" #include "../../Managers/Bad Chef/Text/CTextManager.h" #include "../../Managers/Bad Chef/String Table/CStringTable.h" #include "../../Managers/SGD/CSGD_DirectInput.h" #include "../../Managers/Bad Chef/Profiles/CProfileManager.h" #...
[ "JpDeathBlade@gmail.com" ]
JpDeathBlade@gmail.com
487ccfdf93ebc384ec8929a9747bbb86ea34ee42
73cfd700522885a3fec41127e1f87e1b78acd4d3
/_Include/boost/log/utility/manipulators/to_log.hpp
8326d9f3245bbe8905460c659b1e5108996aee02
[]
no_license
pu2oqa/muServerDeps
88e8e92fa2053960671f9f57f4c85e062c188319
92fcbe082556e11587887ab9d2abc93ec40c41e4
refs/heads/master
2023-03-15T12:37:13.995934
2019-02-04T10:07:14
2019-02-04T10:07:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,354
hpp
/* * Copyright Andrey Semashev 2007 - 2015. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ /*! * \file to_log.hpp * \author Andrey Semashev * \date 06.11.2012 * * Th...
[ "langley.joshua@gmail.com" ]
langley.joshua@gmail.com
fff6d71315dd25d9438f0ed9ae4a2927d2a7f70c
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/atcoder/abc251-300/abc255/g.cpp
a8c40788d60f4c49cf690076d55931dfc1e7a048
[]
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,895
cpp
#include <bits/stdc++.h> using namespace std; typedef signed long long ll; #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 FORR2(x,y,arr) for(auto& [x,y]:arr) #define ALL(a) (a.begin()),(a.end()) #define ZERO(a) memset(a,0,sizeof(a))...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
ab6de5c380527207bceeb2868ae604a5e68f7d07
9cea4b393eba1afd433c4a871a9582077f008a88
/oop_modul1/Pentagon.h
50215121122214b7d974bc36f22859800d9ea357
[]
no_license
DanilAfanasiev/mod1
289abfdffc00bf2e8f7cca268e81bfa443071016
aa5dbd4071f47ab5271df2dde2dfee40718a8a03
refs/heads/master
2021-07-18T10:49:15.885197
2017-10-25T10:40:14
2017-10-25T10:40:14
108,255,898
0
0
null
null
null
null
UTF-8
C++
false
false
173
h
#pragma once #include <iostream> #include <string> #include "Shape.h" using namespace std; class Pentagon : public Shape { public: Pentagon(); void draw(); private: };
[ "afandanil2@gmail.com" ]
afandanil2@gmail.com
36e6c27771d6726aae5b77784a9b802b45a62b86
5958562b8f949c2e1eb6f79c8bfa2c6d6973fcd2
/fitRootConverted/PolarisationCsMinuit1D_0N0N.cpp
1c32ccef4d6d32a8c33fb62e9aed72ae7b341ddd
[]
no_license
siragoni/UPCforData
f716bbcc32405d752e64cf2cf72961a46addbc07
e517434d3452622e6c66c81601c04e2b83bb1d83
refs/heads/master
2023-06-21T08:37:05.310048
2023-06-20T13:15:23
2023-06-20T13:15:23
199,396,086
0
0
null
null
null
null
UTF-8
C++
false
false
22,840
cpp
#include "TCanvas.h" #include "TFile.h" #include "TTree.h" #include "TLeaf.h" #include "TH1D.h" #include "TH2F.h" #include "TCanvas.h" #include "TAxis.h" #include "TMath.h" #include "TF1.h" #include "TLatex.h" #include "TStyle.h" using namespace std; #include <math.h> #include "TH2D.h" #include "TF2.h" #include "TStyle...
[ "simone.ragoni@cern.ch" ]
simone.ragoni@cern.ch
e32165d8f2a046dce0dead09a5b3c1fa1b6d7232
9bd48840e393c18257b574bf18bcae2f3b30c722
/linked list reverse/linked list reverse/SLL reverse.cpp
87c549a33992423e99ef0be76d52a8deeffbbdb9
[]
no_license
YogeshSakhalkar/C-plus-plus-language
838d7422ab33e557fedb32b47d0f7cee0412578f
b64bfe4fccc5be0b1d041ce93690768ac4fec907
refs/heads/master
2023-02-11T05:26:36.456261
2021-01-03T12:28:05
2021-01-03T12:28:05
316,237,108
0
0
null
null
null
null
UTF-8
C++
false
false
2,295
cpp
using namespace std; #include<iostream> class Node { int data; Node* next; public: Node(int d) { this->data=d; this->next=NULL; } void setData(int d) { this->data=d; } int getData() { return this->data; } void setNext(Node* n) { this->next=n; } Node* getNext() { return this->next; } };...
[ "yogeshsakhalkar70@gmail.com" ]
yogeshsakhalkar70@gmail.com
5ee1dbe54baf053022c199b1135b79a4948a18a0
b6488af2e6357978f88d7072a5f6c3bfe1f9ee83
/cudemosaic/libraw/libraw_alloc.h
62e7bd4366e8ad0ba1f41f73f0ae3b986c837115
[]
no_license
joeygibli/cuDemosaic
cfb7ce2783f2b3b4d4812f3abbc8515d852083df
72d85415841535b6af88d4cf4d1b7f4e7f2bcdc6
refs/heads/master
2020-05-04T00:22:46.431109
2019-04-01T23:08:11
2019-04-01T23:08:11
178,883,397
0
0
null
null
null
null
UTF-8
C++
false
false
2,510
h
/* -*- C++ -*- * File: libraw_alloc.h * Copyright 2008-2018 LibRaw LLC (info@libraw.org) * Created: Sat Mar 22, 2008 * * LibRaw C++ interface * LibRaw is free software; you can redistribute it and/or modify it under the terms of the one of two licenses as you choose: 1. GNU LESSER GENERAL PUBLIC LICENSE version...
[ "noreply@github.com" ]
noreply@github.com
6da46ddb897f128ae2934d6041a6aa3478596043
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/old_hunk_7280.cpp
4b4a580a2f5a7adfe5b355a8fadbd04116dc58ba
[]
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
598
cpp
int cmd_prune(int argc, const char **argv, const char *prefix) { int i; struct rev_info revs; for (i = 1; i < argc; i++) { const char *arg = argv[i]; if (!strcmp(arg, "-n")) { show_only = 1; continue; } if (!strcmp(arg, "--expire")) { if (++i < argc) { expire = approxidate(argv[i]); contin...
[ "993273596@qq.com" ]
993273596@qq.com
8fa33ccdc99c46dd23fd29913c469da710083a88
8502d53ed75e60d5f9cf505530644d797c81ef7a
/QRest/QJobExecution/QInfoQueue.h
d900a184c434fb792ea7d0e682b27e403fcb7656
[ "Apache-2.0" ]
permissive
CptKappa/qiskit-api-cpp
38c2f007a6c425b7f399eff1855dc5c506deac03
0c8386d88f33d83a12fdf064e98b8c0b9076d011
refs/heads/master
2021-06-27T17:07:11.919537
2019-05-13T16:43:03
2019-05-13T16:43:03
143,398,405
0
1
Apache-2.0
2019-04-10T12:39:26
2018-08-03T08:11:05
C++
UTF-8
C++
false
false
450
h
// Copyright by Benjamin Luxbacher #ifndef _QINFOQUEUE_H_ #define _QINFOQUEUE_H_ #include <stdio.h> #include <string> namespace QRest { namespace QJobExecution { class QInfoQueue { private: public: QInfoQueue(); QInfoQueue(std::string status, int posit...
[ "benjamin.luxbacher@gmail.com" ]
benjamin.luxbacher@gmail.com
b81e615cf7c791dd5bc41764fe4b9df15a12bfbf
395141e3f7bb627edc62c817578cc24e9d6f6ff4
/cmfe/test/CM_diagnostics/cmlangspec/3_2_1_a.cpp
8d4e724805b8bd87eaba8c6b3dc45edaaec2e324
[ "MIT", "NCSA" ]
permissive
DmitryBushev/cm-compiler
30941c6760f3c41a90ae159bdb82c4b39ab3866a
c05bbf77c5c118ad237c4f642f74bdf5cb754776
refs/heads/master
2023-05-23T03:22:11.931430
2021-06-10T12:19:51
2021-06-10T14:29:30
375,726,693
0
0
null
2021-06-10T14:30:00
2021-06-10T14:30:00
null
UTF-8
C++
false
false
549
cpp
#include <cm/cm.h> _GENX_ void f() { vector<uchar, 2> vi, vo; vi(0) = 117; vi(1) = 231; vo = vi; // vo(0) = 117, vo(1) = 231 matrix<uint, 4, 4> m1, m2; matrix_ref<uint, 4, 4> m3 = m1; char c = '?'; m1 = m2; // elements of m2 are copied to m1 m1 = c; // c is copied to all elements of m1 ...
[ "konstantin.vladimirov@intel.com" ]
konstantin.vladimirov@intel.com
70a3f4942675c383ae70ea9c832376715d94d4eb
6be9ce466ad2dc58832f5d5a1c32e7ca3dbe8164
/LEET_CODE/DAY15/BINARY_TREE_LEVEL_ORDER_TRAVERSAL.cpp
77dabcd0b9593de8e1b5d127f8eba5324eefcb65
[]
no_license
Stephenwolf008/CP
4202c5b8aaad7e319771d70fb7565a4e269aa8d4
d58ae18457e9ee8fe163334a0505deed869b7b78
refs/heads/main
2023-05-09T19:13:45.851645
2021-05-30T17:16:03
2021-05-30T17:16:03
347,998,540
0
0
null
null
null
null
UTF-8
C++
false
false
779
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l...
[ "noreply@github.com" ]
noreply@github.com
3ae3832a7e7065b89caf25e08e56f4db4dfea97c
6b0d07267aa05f1bb591df68bf19c99400c92793
/include/djah/math/projection.hpp
0d3be3e2b1e3b794f5d5ccd26a9b458877abd1f6
[]
no_license
H-EAL/djah
974d8a6ed902d9c47c6f2b4415b676feda259978
bef3707708ebb4874645f41654920a5963eb0b6e
refs/heads/master
2021-01-22T08:47:47.982363
2016-01-25T03:40:58
2016-01-25T03:40:58
93,427,670
4
0
null
null
null
null
UTF-8
C++
false
false
2,550
hpp
#ifndef DJAH_MATH_PROJECTION_HPP #define DJAH_MATH_PROJECTION_HPP #include "math_utils.hpp" #include "angles.hpp" #include "matrix4.hpp" #include "vector3.hpp" namespace djah { namespace math { //---------------------------------------------------------------------------------------------- template<typ...
[ "H-EAL@users.noreply.github.com" ]
H-EAL@users.noreply.github.com
4dfd99741a9c7a78e9759f2a94c224de02612470
30e1dc84fe8c54d26ef4a1aff000a83af6f612be
/src/external/boost/boost_1_68_0/libs/regex/performance/xpressive.cpp
babcef1bd0ce3046a0456278ddf9747dc5edd0d7
[ "BSL-1.0", "BSD-3-Clause" ]
permissive
Sitispeaks/turicreate
0bda7c21ee97f5ae7dc09502f6a72abcb729536d
d42280b16cb466a608e7e723d8edfbe5977253b6
refs/heads/main
2023-05-19T17:55:21.938724
2021-06-14T17:53:17
2021-06-14T17:53:17
385,034,849
1
0
BSD-3-Clause
2021-07-11T19:23:21
2021-07-11T19:23:20
null
UTF-8
C++
false
false
1,610
cpp
/////////////////////////////////////////////////////////////// // Copyright 2015 John Maddock. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_ // #include <boost/config.hpp> #include "performance.hpp" #include <boos...
[ "znation@apple.com" ]
znation@apple.com
cc93b40fbe0081f2f3e97143b383dddcb83b2e1f
8480ab0fe60cc0d30905b04473510ed7a993be8c
/SDIZO1/Drzewo.h
1a38f352091e4ddaf491deee2a75a3bd290cbf8f
[]
no_license
PiotrBorowski/SDIZO1
d26a1d810670dd9826140534b9dcdb41bc64a5b9
24185a547c10629006f2c728714365b7b65fc289
refs/heads/master
2021-01-25T09:59:57.435106
2018-03-26T21:07:40
2018-03-26T21:07:40
123,331,992
0
0
null
null
null
null
UTF-8
C++
false
false
63
h
#pragma once class Drzewo { public: Drzewo(); ~Drzewo(); };
[ "piotrborowski97@op.pl" ]
piotrborowski97@op.pl
638a4ba54a6908afdd95fea4866995e691583a25
4816cb7211f9a9dc95a17bde8425e01f2d7d427c
/src/viola/http/HttpClient.h
4de1153dc322ad7f30a5a3631bf925b04b0f1d00
[ "Apache-2.0" ]
permissive
wangscript007/viola
b0644ed65a04c1adb0327215be383cd4e8a0a7ac
53c8b2e32fcb004744c213e7127eab30100fe5a7
refs/heads/master
2021-06-15T23:13:40.911269
2017-04-30T04:25:34
2017-04-30T04:25:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
536
h
/* * HttpClient.h * * Created on: 2015/11/09 * Author: tsubaki */ #pragma once #include <string> #include "Object.h" #include "HttpRequest.h" #include "HttpProxy.h" #include "HttpResponse.h" class HttpClient: public Object { private: std::shared_ptr<HttpProxy> proxy; public: HttpClient(); ~HttpClient();...
[ "tsubaki@moon" ]
tsubaki@moon
313f704407a389f87384733f47931dbb23572e80
f230813dc330f60058acdcc44f7ee5bdaf7c9229
/C++/Backtracking/PrimenoafterPwithsumS.cpp
8f6d2a6b24d0686f932645bd53b346d475dffdf0
[]
no_license
lakshyabatman/algorithms-stew
986279a6b38a33818b5da13b643225d55d131d49
5073bb8cbf9c90ca0cf438c8fbcc9d2d087d6553
refs/heads/master
2022-11-26T21:32:23.376126
2020-11-28T17:00:08
2020-11-28T17:00:08
184,299,032
17
22
null
2022-11-10T06:48:28
2019-04-30T16:50:50
C++
UTF-8
C++
false
false
1,097
cpp
#include<iostream> #include<vector> #include <cmath> using namespace std; int flag =0; bool isPrime(int n) { if (n == 1) return false; int sqroot = sqrt(n); for(int i =2;i<sqroot;i++) { if(n%i == 0) return false; } return true; }; bool primeafterPwithsumS(int n,int s,int total,vector<int> prime, int ...
[ "lakshya.khera@gmail.com" ]
lakshya.khera@gmail.com
291fcd889231a72393eb9beacea0a203e6bebb8f
f4cfafe698191c6a72fae71850dc82878a5afc3e
/third_party/gfootball_engine/src/scene/objectfactory.hpp
4e5955bdfb87361c030357cda505e8e7f89b2e3b
[ "Unlicense", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
nczempin/gfootball
3e9478a5a970f47de2fe59afd98951f1a52efed3
617e9cb6d48b4ac7187b9b3de68bd4ab44ea528e
refs/heads/master
2020-06-01T20:21:40.815706
2019-07-12T21:15:16
2019-07-12T21:15:16
190,915,700
0
0
Apache-2.0
2019-07-12T21:15:17
2019-06-08T17:22:31
Python
UTF-8
C++
false
false
1,720
hpp
// Copyright 2019 Google LLC & Bastiaan Konings // 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 o...
[ "michalski@google.com" ]
michalski@google.com
347c14ea4e9ce99b4aa292fa425720900a20c5d8
6e0925f2b4712d78b0fd4d47cf1ae8320f82a6cd
/src/qt/rpcconsole.cpp
3a02aebcbc888add77d65e3e53dae0a42b5bc010
[ "MIT" ]
permissive
haloservices/haloservices-source
9659d39e003c5dc4908c02c72de3e5729718ef82
6229bdf7877afed1a10ca1119616257f85cff911
refs/heads/master
2020-12-28T09:25:39.054381
2020-02-04T18:01:19
2020-02-04T18:01:19
238,266,553
1
0
null
null
null
null
UTF-8
C++
false
false
16,141
cpp
#include "rpcconsole.h" #include "ui_rpcconsole.h" #include "clientmodel.h" #include "guiutil.h" #include "rpcserver.h" #include "rpcclient.h" #include <QTime> #include <QThread> #include <QKeyEvent> #include <QUrl> #include <QScrollBar> #include <openssl/crypto.h> // TODO: add a scrollback limit, as there is curr...
[ "halotaksi.id@gmail.com" ]
halotaksi.id@gmail.com
c554345a951f6f32390c3f26a779864dcb54971c
0f7a4119185aff6f48907e8a5b2666d91a47c56b
/sstd_utility/windows_boost/boost/compute/wait_list.hpp
d0af47d044ad85653037a7e8404b972b21600a75
[]
no_license
jixhua/QQmlQuickBook
6636c77e9553a86f09cd59a2e89a83eaa9f153b6
782799ec3426291be0b0a2e37dc3e209006f0415
refs/heads/master
2021-09-28T13:02:48.880908
2018-11-17T10:43:47
2018-11-17T10:43:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
560
hpp
//---------------------------------------------------------------------------// // Copyright (c) 2013-2014 Kyle Lutz <kyle.r.lutz@gmail.com> // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // // See http://boost...
[ "nanguazhude@vip.qq.com" ]
nanguazhude@vip.qq.com
194c17121d82bad9b50135610abbba13cf7a5bfd
5a109e2a688139d290f89328beb4145481806f8c
/CppAdvanced/cpla_ws10/AsyncSimple/AsyncSimple.cpp
4b3370b3618316bc436dfa1b80534ed189b9b414
[]
no_license
tcorbat/CPlusPlusLecture
78609f766d1699c58fbae4734369b7c4c90370ef
07eaccdb38fca54b3723e33ad9b0f8f7cf6383b3
refs/heads/master
2020-12-24T06:25:04.869046
2016-11-15T13:31:28
2016-11-15T13:31:28
73,487,864
1
0
null
2016-11-11T15:16:04
2016-11-11T15:16:03
null
UTF-8
C++
false
false
947
cpp
#include <future> // defines async and future #include <iostream> #include <chrono> unsigned long long fibo_def(unsigned long long n){ if (n < 1) return 0; if (n < 2) return 1; auto f1 = std::async(fibo_def,n-1); // obtain future, eventually start thread auto f2 = std::async(fibo_def,n-2); // obtain future, eventua...
[ "peter.sommerlad@hsr.ch" ]
peter.sommerlad@hsr.ch
0e288755967e54ac95b8e0f5d11eeaabfc9a0aea
8c881345865a01b5c63a5bb076f126403716420c
/3D绘图程序设计/glib/main.cpp
606e37da4a06ffb2af6a55bab1fc92e311167d5e
[]
no_license
Asher-1/C_Plus_Plus-projects
f758df626de074a5a5071c6bf1ae08cfb5c4d2e3
56941f1a76cf1645df5cc0fcb5529eddc64643f2
refs/heads/master
2022-01-28T13:03:24.493838
2019-05-30T13:06:35
2019-05-30T13:06:35
160,189,947
3
2
null
null
null
null
GB18030
C++
false
false
2,073
cpp
#include <stdio.h> #include "Gut.h" void RenderFrameDX9(void); void RenderFrameOpenGL(void); void main(int argc, char *argv[]) { // 默认使用DirectX 9来绘图 char *device = "dx9"; if ( argc > 1 ) { // 如果命令列参数指定用OpenGL, 就改用OpenGL. if ( stricmp(argv[1], "opengl")==0 ) { device = "opengl"; } } // 在(100,100)的位置...
[ "ludahai19@163.com" ]
ludahai19@163.com
22b1c0bed4373b04134cd0e7b6cd4abe14fbedf0
0342fe0e71b63481ffa104eb0f2d127409021bae
/export/mac64/cpp/obj/src/haxe/_Unserializer/NullResolver.cpp
7847342f86482518570e009059c150c2b9495732
[]
no_license
azlen/LD36
a063027afe49a219eb0a3711e12a3a9f553bc410
2b800e01ee491631974a6abd28a12f5019cb430a
refs/heads/master
2020-12-02T17:10:09.618613
2016-08-29T02:02:00
2016-08-29T02:02:00
66,799,278
0
1
null
null
null
null
UTF-8
C++
false
true
4,977
cpp
// Generated by Haxe 3.3.0 #include <hxcpp.h> #ifndef INCLUDED_haxe__Unserializer_NullResolver #include <haxe/_Unserializer/NullResolver.h> #endif namespace haxe{ namespace _Unserializer{ void NullResolver_obj::__construct(){ HX_STACK_FRAME("haxe._Unserializer.NullResolver","new",0x49a2304b,"haxe._Unser...
[ "azlen@livingcode.org" ]
azlen@livingcode.org
d4ff3398f782cba43952ee9faf5497aa398c2b77
8fe2e38fd3f23f58dd0f35d1f351601f8a723e07
/indexer/indexer_tests/test_polylines.cpp
357553b178e4477afd3f4f112f9f610c8c59da59
[ "Apache-2.0" ]
permissive
ruilin/RLMap
cb139b7fb3020b163a6857cfa6b98f0c930f2a45
e16b52f77d165e719b3af20b097f227959e8e374
refs/heads/master
2022-10-06T10:11:39.760428
2019-11-22T01:03:27
2019-11-22T01:03:27
97,201,756
2
1
Apache-2.0
2022-10-04T23:29:25
2017-07-14T06:39:33
C++
UTF-8
C++
false
false
18,445
cpp
#include "indexer/indexer_tests/test_polylines.hpp" namespace index_test { P arr1[376] = { P(25.624035299999999182, 72.26346513007850092), P(25.624273200000001083, 72.263461698303601111), P(25.624488899999999347, 72.26341365347376211), P(25.624979400000000851, 72.263304218156179104), P(25.626030799999998777, 72.2630...
[ "zruilin@126.com" ]
zruilin@126.com
d9b22be59a54bdcf077ea9d81943791c5ccd27a7
76a672b8c58de9f331278edfae8d27ee321b705e
/queue/queue reversal.cpp
911cefd1beb02c1128b811b92420905ff168330b
[]
no_license
rishabhgoyal777/ds
b8e817a428929f07b7395e37c80c265c31416be9
7864a56447c018bf37e3d33d0a456615730b67e3
refs/heads/main
2023-06-24T17:22:52.154691
2021-07-23T08:06:44
2021-07-23T08:06:44
337,030,761
0
0
null
null
null
null
UTF-8
C++
false
false
570
cpp
queue<long long int> rev(queue<long long int> q) { stack<int>s; while(!q.empty()){ s.push(q.front()); q.pop(); } while(!s.empty()){ q.push(s.top()); s.pop(); } return q; } using RECURSION void reverseQueue(queue<long long int>& q) { // Base case ...
[ "noreply@github.com" ]
noreply@github.com
d3f820b54eaf8a46121657c5d821091b9c753a97
7804fb872eb9c36d82513558aecfaee6e0c376af
/NDKDemo4/app/src/main/cpp/native-lib.cpp
2aedf3629bb9eaa48d973bbf10214966bc8fe0c3
[]
no_license
CCGCHEN/AndroidNDK
09e1216f301de30968f32ab0c1b956aafed6ca14
09ba8a17ea149392466d4e61cac5e4e8b2dd004e
refs/heads/master
2020-09-03T18:30:18.033484
2019-11-21T15:49:20
2019-11-21T15:49:20
219,533,780
0
0
null
null
null
null
UTF-8
C++
false
false
852
cpp
#include <jni.h> #include <string> //空指针异常 void nullPointCrash() { int *p = NULL; *p = 1; printf("%d\n", *p); JNIEnv *env; if (env->ExceptionCheck() || env->ExceptionOccurred()) { env->ExceptionDescribe(); env->ExceptionClear(); jclass cls_exp = env->FindClass("java/lang/Exc...
[ "1130285003@qq.com" ]
1130285003@qq.com
b85fcdcd93da11a73a1568c5d7b9b72a9d00742a
d8614177f0a87af5afe507aaeb823e2e00789119
/src/main/include/commands/WinchDown.h
4503d40a088cee1aefb50640beef4e1c616e72b7
[]
no_license
BDHS-Cavs/FRC_2021_Command
d678930a41ce94a29e05d5e016780687725bfbee
ab4beda8b1c48060e9ef27b868472a16c127d985
refs/heads/main
2023-04-08T22:25:01.385785
2021-04-06T23:34:44
2021-04-06T23:34:44
354,344,453
0
0
null
null
null
null
UTF-8
C++
false
false
924
h
// RobotBuilder Version: 3.1 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // C++ from RobotBuilder. Do not put any code or make any change in // the blocks ...
[ "beethree@gmai.com" ]
beethree@gmai.com
c9456664a40f768467cdfc182431c442ade0b3f4
d09187219b9fff373b1d76d16af8042309909f0a
/WarGameEmulator/WarGame/Archer.h
41e7ee2985d3bbfca704b4bd58c0771c9a2c564e
[]
no_license
0xporky/OOP
203b123ba44765132fcd4718dbf23016ee85d73e
c504985c8dd3878c2b832457867c43f9bb2b6e6c
refs/heads/master
2016-09-06T19:37:59.804431
2015-07-04T00:25:30
2015-07-04T00:25:30
37,733,697
0
0
null
null
null
null
UTF-8
C++
false
false
207
h
#pragma once #include "Unit.h" class Archer : public Unit { public: Archer(const char* unit_name); const virtual bool attack(Unit* u); private: int crit_chance; GameRandomizer gr; };
[ "0xporky@gmail.com" ]
0xporky@gmail.com
b4cd976e6d324749284273f701d9d99c106fa0e2
fe24e59340d17ad8899fdc4e3d0bd896ae5259c0
/src/Wetterstation/lib/rfm69ook/RFM69OOK.cpp
ed9ac096d0ba8f82852401439edd126b4c6352b7
[ "MIT" ]
permissive
cszielke/Wemos-D1-Weather
a327add1596f0963d7247f9d5699b32ea022e120
a562a936705b6554d53fe53fde063cffb588679a
refs/heads/main
2023-07-21T18:21:11.715901
2021-09-01T10:55:38
2021-09-01T10:55:38
377,742,600
0
0
null
null
null
null
UTF-8
C++
false
false
10,270
cpp
// ********************************************************************************** // Driver definition for HopeRF RFM69W/RFM69HW/RFM69CW/RFM69HCW, Semtech SX1231/1231H // ********************************************************************************** // Copyright Felix Rusu (2014), felix@lowpowerlab.com // http:...
[ "info@cszielke.de" ]
info@cszielke.de
e5d877cae230e9844d1b9c0e5d0945eacee681cc
eec7b4adbdabd16f1fb178a9e5f9d4ad88753487
/bluetooth/bluetoothDeviceDiscoveryAgent.h
3777cb394be7826501386f939a36001fd623fe86
[]
no_license
e-protocol/qt-winsock-classic-bluetooth
be45578db3e191862ee748fe6a2fa09413439868
f792f643dc1db7d7572ca3b10782f5781a0200fe
refs/heads/main
2023-08-07T05:27:24.702679
2021-09-28T21:14:33
2021-09-28T21:14:33
411,436,391
1
0
null
null
null
null
UTF-8
C++
false
false
2,596
h
#pragma once #ifndef BLUETOOTHDEVICEDISCOVERYAGENT_H #define BLUETOOTHDEVICEDISCOVERYAGENT_H #include "bluetoothLocalDevice.h" #include <QList> #include <QFuture> #include <QFutureWatcher> #include <QtConcurrent> class BluetoothDeviceDiscoveryAgent : public QObject { Q_OBJECT public: BluetoothDe...
[ "noreply@github.com" ]
noreply@github.com
8cc710cbe0d55f52f1902185b2f270b6b0b8a04b
61a34ecfc312d89d90bedb3c57526f4ada489b90
/soluciones/RPC/2020-8/F_Soviet_Union_Find.cpp
c86c83b74c01e43f3897ccb29c7e392ef39c8ce6
[ "MIT" ]
permissive
Yhatoh/ProgramacionCompetitivaUSM
c4f53aa79c8a7d8bbeef8fb2a27824157669777b
ec76bbe358ab0e341f6fd07c8e2bb5d00033a5ec
refs/heads/master
2022-12-12T06:50:10.648905
2020-09-14T02:59:59
2020-09-14T02:59:59
265,725,747
1
0
MIT
2020-07-18T23:33:24
2020-05-21T01:32:18
C++
UTF-8
C++
false
false
600
cpp
#include <bits/stdc++.h> using namespace std; typedef vector<long long int> vi; typedef pair<int, int> ii; typedef vector< ii > vii; typedef vector< vi > graph; typedef vector< vii > graphw; int main(){ ios_base::sync_with_stdio(false); cin.tie(NULL); cout.setf(ios::fixed); //cout.precis...
[ "gacarmonat@gmail.com" ]
gacarmonat@gmail.com
df862c41e3b1a6d283050bd1669732de86a7e629
30c0e62e41f0db7299866e58ac9de0f639a31bcf
/SimTKmath/Optimizers/src/Optimizer.cpp
8e680739d2a89c631e2e346b6603067715ea7acd
[ "Apache-2.0" ]
permissive
nkoenig/simbody
ee758af542bbb262272e6ebd7b83445e6d4c76a5
9a987e31ff69cb77ce15bd40840a8def1e0cb766
refs/heads/master
2021-01-24T15:23:22.625067
2013-10-16T17:12:07
2013-10-16T17:12:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,164
cpp
/* -------------------------------------------------------------------------- * * Simbody(tm): SimTKmath * * -------------------------------------------------------------------------- * * This is part of the SimTK biosimulation toolkit originating from * ...
[ "sherm1@gmail.com" ]
sherm1@gmail.com
86cc00ade922740004db2d37bb8d373382c847f9
490e3060e65fcbdf36ff31f9f0f599184c5e07ab
/multiply.cpp
2074b937bb27914102eb8b7731415ce602c95f91
[]
no_license
yporrasr/review
308e69e229b8f8b90df5f47b77bd2ad95f554ecb
6824ff230a44ea73329345b9ff3831b03bc150f5
refs/heads/master
2020-03-08T00:53:50.440811
2018-05-25T02:39:13
2018-05-25T02:39:13
127,816,326
0
0
null
null
null
null
ISO-8859-10
C++
false
false
417
cpp
#include <iostream> #include <eigen3/Eigen/Dense> int main() { Eigen::MatrixXd m = Eigen::MatrixXd::Random(3,3);//d=double m = (m + Eigen::MatrixXd::Constant(3,3,1.2)) * 50; std::cout << "m =" << std::endl << m << std::endl; Eigen::VectorXd v(3);//vector de tamaņo 3 v << 1, 2, 3; std::cout << "m * v =" <<...
[ "noreply@github.com" ]
noreply@github.com
26f0138a7c23c7b132cfa660884c899fb33276a5
924619430c75a3e3f4c5180f1065d07b16d31030
/SMNP_PROJECT/GetInfo.cpp
fab1a77b17face99d19b738228348ac0d7a890ee
[]
no_license
KiemVM/SNMP_Project
da494bcd7372f1c260f4ef702bacda08deee2d5f
3470fa9c81df83c14d23421d537ccf80189b4c88
refs/heads/master
2021-01-10T16:45:53.703088
2015-10-07T16:44:14
2015-10-07T16:44:14
43,822,916
0
0
null
null
null
null
UTF-8
C++
false
false
2,101
cpp
// GetInfo.cpp : implementation file // #include "stdafx.h" #include "CSNMP_PROJECTApp.h" #include "GetInfo.h" // CGetInfo dialog IMPLEMENT_DYNCREATE(CGetInfo, CDHtmlDialog) CGetInfo::CGetInfo(CWnd* pParent /*=NULL*/) : CDHtmlDialog(CGetInfo::IDD, CGetInfo::IDH, pParent) { } CGetInfo::~CGetInfo() { } void CGet...
[ "manhkiem41@gmail.com" ]
manhkiem41@gmail.com
61f6dd40e6447d706d63a904d70ab7a1d47d8477
62879de791a53070ff8309a4e118978c52afce50
/lobster/src/sdlsystem.cpp
36be82b00638a3795330e1483827e3a88b0807c9
[ "Zlib" ]
permissive
qyqx/treesheets
1f28359535f250f61e84afb2fab36554ceacb4f0
39d367e0458a4b2879cffe9a3317e84ff8ab45c0
refs/heads/master
2022-07-15T23:09:54.100090
2022-06-30T01:29:50
2022-06-30T01:29:50
184,906,500
0
0
Zlib
2019-05-04T14:38:41
2019-05-04T14:38:41
null
UTF-8
C++
false
false
25,899
cpp
// Copyright 2014 Wouter van Oortmerssen. 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 b...
[ "aardappel@gmail.com" ]
aardappel@gmail.com
624a5bdca23d767d2a2ee4b6980705ebace46e39
285202164eb7cf9c446de31ccba51d9871c274d5
/Fade/Fade.ino
cc48801837633615faee77c7bf12c98bad6ba899
[]
no_license
timlj6613200/Internet-of-Things-SourceCode
2c7a3b80e0282b15efb4655e24fd08d2f7702779
129fb68937aef5d68f6d982982b967e89ea1a09b
refs/heads/master
2020-12-31T02:01:03.149763
2016-02-06T15:44:14
2016-02-06T15:44:14
49,764,789
0
0
null
2016-01-16T07:55:19
2016-01-16T07:55:19
null
UTF-8
C++
false
false
1,669
ino
/* Fade This example shows how to fade an LED on pin 9 using the analogWrite() function. The analogWrite() function uses PWM, so if you want to change the pin you're using, be sure to use another PWM capable pin. (analogWrite方式適用PWM技術,所以要想用的話,要找符合的腳位) {PWM(Pulse Width Modulation)--一種以數位方式來達到類比輸出的技術} On most ...
[ "timlj6613200@gmail.com" ]
timlj6613200@gmail.com
7ab0f84a2f536cbd6d534738298b0cb7e2dd223b
67b4bc373412ad450f76c50d2a8473d5542b5169
/Classes/HSLJMainLayer.cpp
d4589a003fd75d776e98f8bb6cff0aaf62845b31
[ "MIT" ]
permissive
AndyZhou3087/JH
91da3bc72e56bc82085458a0187c4ebe5e2cea49
354c19ebf6a962e6c884222fdcd3b8875fe6d016
refs/heads/master
2020-05-27T13:56:56.697411
2018-04-24T07:17:50
2018-04-24T07:17:50
82,545,435
1
1
null
null
null
null
UTF-8
C++
false
false
12,245
cpp
#include "HSLJMainLayer.h" #include "CommonFuncs.h" #include "HintBox.h" #include "WaitingProgress.h" #include "FactionCreateLayer.h" #include "Const.h" #include "GameScene.h" #include "MatchFightLayer.h" #include "AddFightCountLayer.h" #include "HSLJRewardDescLayer.h" #include "HSLJRankLayer.h" #include "HSLJRewardLa...
[ "zhou_jian007@126.com" ]
zhou_jian007@126.com
fd19b78464a00eb461c2d92eb1b2b7a581f09ec3
f69600dd997dafe98dbbdad386249d4dd639e1b0
/src/ThirdParty/DirectXTK/Src/DebugEffect.cpp
064eb4cf0ead3942d59c3df12f4d80279234da27
[ "MIT" ]
permissive
przemyslaw-szymanski/vke
8ec4a962ffa410ac2ca21ad674d7ec7855488e54
4eec1dd7b7e3a9024cb7e97c35b9d8cfc1815958
refs/heads/master
2023-05-11T15:21:25.097194
2023-05-08T06:24:53
2023-05-08T06:24:53
52,259,667
1
0
null
null
null
null
UTF-8
C++
false
false
10,290
cpp
//-------------------------------------------------------------------------------------- // File: DebugEffect.cpp // // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkId=248929 //-----------------------------------------------------...
[ "przemyslaw.szymanski@intel.com" ]
przemyslaw.szymanski@intel.com
9a8c5f65ad4849bea32521e8696051c5864ec23f
622e8d81d864e5fa41f5ad4b9c6131f86c236582
/Chicken Run/Source/GameEngine/Util/AnimationManager.cpp
301063bbaa4ee97c600db34cb1924fb220aa693e
[]
no_license
neginsdii/Chicken-Run
594f599e9ae5b68a4e223884ce51842a0033bd92
0c9d4462b433e6a4ba6e21b1d223b69f519b8f5d
refs/heads/main
2023-02-13T18:01:13.990536
2021-01-10T14:02:21
2021-01-10T14:02:21
328,395,297
1
0
null
null
null
null
UTF-8
C++
false
false
1,327
cpp
#include "AnimationManager.h" using namespace GameEngine; AnimationManager* AnimationManager::sm_instance = nullptr; AnimationManager::AnimationManager() { } AnimationManager::~AnimationManager() { } void AnimationManager::InitStaticGameAnimations() { m_animDefinitions.push_back ( SAnimationDefinition( ...
[ "neginsaeidi@yahoo.com" ]
neginsaeidi@yahoo.com
760070d5e36f7a80aac8d27747491464d08b4741
1b81a18199c9ed8af1deeddcac9e60503b39319c
/ladder2b/vasyawrestling.cpp
59471cc8ae82b7e428e1e262e2570e185705e347
[]
no_license
ayushsawlani/codeforces
50948375f86738ffd5e8b6a6b0fa77ed51691f8a
4eebdf5143156ead2a287531abdab3aee0663f2d
refs/heads/master
2022-12-10T21:15:36.881289
2020-09-13T13:05:47
2020-09-13T13:05:47
285,869,577
0
0
null
null
null
null
UTF-8
C++
false
false
1,302
cpp
#include <bits/stdc++.h> using namespace std; int main() { long long int n; cin>>n; long long int sum=0,flag; long long int arr1[n],arr1_c=0; long long int arr2[n],arr2_c=0; for(long long int i=0;i<n;i++) { long long int temp; cin>>temp; sum+=temp; if(temp>0) ...
[ "ayush.sawlani@iiitb.org" ]
ayush.sawlani@iiitb.org
956141c15addda59fa45428d15e4660dfc82b7a5
90047daeb462598a924d76ddf4288e832e86417c
/chrome/common/importer/profile_import_process_param_traits.cc
cf68e7b1991ba750d519777f3366d8c5c984bfc6
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
1,823
cc
// Copyright 2013 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. // Get basic type definitions. #define IPC_MESSAGE_IMPL #include "chrome/common/importer/profile_import_process_param_traits_macros.h" // Generate constr...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
6aee3fa03dfdc656b78cbb3b84c67246f846a393
2b4a66ee5a7cb9460d98b5dee5bc8ff91557d832
/src/dev/aodc/main.cpp
a123a216be449e253c4d5a7cb33446f6436a3aa0
[ "MIT" ]
permissive
PrQiang/aods
ddf1c37468a9983b547e170253c0287165887fbd
b743754740f5b5bb4217f06fd790dffa303f871f
refs/heads/master
2023-02-20T21:59:36.141234
2021-01-19T08:16:37
2021-01-19T08:16:37
298,542,206
2
1
MIT
2020-12-30T10:24:53
2020-09-25T10:32:30
C
GB18030
C++
false
false
4,618
cpp
/* * Copyright (c) eryue, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <stdio.h> #include <string.h> #ifdef WIN32 #include <Windows.h> #endif #include "../util/AoDef.h" #include "../util/AoService.h...
[ "2114647743@qq.com" ]
2114647743@qq.com
5889137f57f225e96602e3681cb56ab6ffcb94a3
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_old_hunk_78.cpp
c856cb1dcdaf1974a52c8c8a88ee5910fbf67922
[]
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
466
cpp
"\n" , stdout); fputs( " 22 HTTP page not retrieved. The requested url was not\n" " found or returned another error with the HTTP error\n" " code being 400 or above. This return code only\n" " appears if --fail is used.\n" "\n" " 23 Write error. Curl cou...
[ "993273596@qq.com" ]
993273596@qq.com
55153ab04b6ab1b8322ef08dc5cb5a9a8722d229
35f4c6266453be0838bc5d969ce32bf562911762
/bundles/experimental/SFMLBundle/src/Datatypes.h
9d98bcc18f031012e67c748513c0be83bfb1ab6a
[ "Apache-2.0" ]
permissive
pholz/_2RealFramework
3fee3dccfb4298ce694510a62cf8cdafa5082007
1d9c2dd6ee1c5ca40fba46fceba14023ff15beba
refs/heads/master
2020-12-13T23:29:54.620588
2014-02-07T13:54:23
2014-02-07T13:54:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,380
h
/* CADET - Center for Advances in Digital Entertainment Technologies Copyright 2011 Fachhochschule Salzburg GmbH http://www.cadet.at 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://...
[ "gerlinde.emsenhuber@fh-salzburg.ac.at" ]
gerlinde.emsenhuber@fh-salzburg.ac.at
337d590a5d565b49a8321d3385b18a1075dddfc7
0254a5de179ff3cd3331418891587657664c3507
/Tasks/tmp1123/main.cpp
61101b64ea624078a524b54121e1811a86d0d7c4
[]
no_license
Yakonick/ya
41d66d205fa6287f234687bda544ac324bf32240
4adbb5f164fd0c0b48550b4f8b652f4449a73256
refs/heads/master
2021-06-18T16:07:12.788209
2021-02-03T23:24:52
2021-02-03T23:24:52
154,718,167
0
1
null
2020-08-13T18:33:27
2018-10-25T18:24:00
Python
UTF-8
C++
false
false
8,499
cpp
#include <iostream> #include <algorithm> using namespace std; struct AVLNode { int key; bool data; int size; AVLNode* right; AVLNode* left; AVLNode* father; AVLNode(int k, bool d, int s, AVLNode* f = nullptr, AVLNode* r = nullptr, AVLNode* l = nullptr) : key(k), data(d), size(s...
[ "Nikitoskova123@gmail.com" ]
Nikitoskova123@gmail.com
a4caef43749054749d2647029483b347b32a9350
12bb3fcad3b40edd28096a253be0f426688b211f
/src/Client/ClientApplication.hpp
3b40d144e92f8d6ee5d7fda94626980f7a44538b
[ "MIT" ]
permissive
Feldrise/Erewhon-Game
84317e4afaf55df322f8e4edead747b0d6f1e43a
58a3f1d452fdc117ea3fbf665be3735ec1dfbed4
refs/heads/master
2021-09-03T00:53:07.305788
2018-01-04T10:45:56
2018-01-04T10:45:56
116,248,236
0
0
null
2018-01-04T10:42:36
2018-01-04T10:42:36
null
UTF-8
C++
false
false
1,313
hpp
// Copyright (C) 2017 Jérôme Leclercq // This file is part of the "Erewhon Shared" project // For conditions of distribution and use, see copyright notice in LICENSE #pragma once #ifndef EREWHON_CLIENT_APPLICATION_HPP #define EREWHON_CLIENT_APPLICATION_HPP #include <Nazara/Core/Signal.hpp> #include <Nazara/Network/E...
[ "lynix680@gmail.com" ]
lynix680@gmail.com
a2c19394ab3d70d56e7a2ffe61a271008d8ea3dc
8e34504f20125501173658302fde368e5a729765
/heap/heapCreation.cpp
51cee0e47a7a3ae10699fb018a14fa3175eb9d60
[]
no_license
Abhi204655/GfgProblems
e546a513248e36594f66fa6cc0858fe2d7313c0c
d35ae15f9e73adcc67719ccb14c29cb5a6fd2752
refs/heads/master
2020-12-24T03:20:11.767629
2020-03-13T18:17:21
2020-03-13T18:17:21
237,364,009
0
0
null
null
null
null
UTF-8
C++
false
false
1,242
cpp
#include <bits/stdc++.h> using namespace std; class minHeap { vector<int> data; int size = 0; public: minHeap(int n) { data.resize(n); } void insert(int x) { if (this->size == 0) { this->data[size] = x; this->size++; } else ...
[ "Abhi9780253712@gmail.com" ]
Abhi9780253712@gmail.com
5fac42eeb762b82eadbbfe82369ef6f04c11c86e
6e44ad6c84142ffdaaeb1ddcb7b734c1e5d38fd6
/spiro.cpp
47e6969d03aeba1f22ea462fc7ee91be15eadea6
[]
no_license
l00292020/vec
124544aad2aaea9526c4d596722e6f828ce964d7
b5d65305f3a7b8d13a4a7e53e249da89c66d9033
refs/heads/master
2021-01-25T11:27:58.628316
2016-11-05T15:31:32
2016-11-05T15:31:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,085
cpp
// testApp.cc // Spirograph library for the Bristol Dorkbot Draw project // // Copyright Tarim 2010 // Released as open source under WTFPL #include "spiro.h" //-------------------------------------------------------------- void Spiro::setup() { printf ("IN;\n"); printf ("SP1;\n"); // printf ("VS10;\n"); ...
[ "coredump@gifford.co.uk" ]
coredump@gifford.co.uk
bf92f4bb8cb76c9552090b706d596a57fe0bcb06
385cfbb27ee3bcc219ec2ac60fa22c2aa92ed8a0
/Tools/MedusaExport/max9/include/ireagent.h
d686a09e1c9def3a4a9839f08516b529a7e68709
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
palestar/medusa
edbddf368979be774e99f74124b9c3bc7bebb2a8
7f8dc717425b5cac2315e304982993354f7cb27e
refs/heads/develop
2023-05-09T19:12:42.957288
2023-05-05T12:43:35
2023-05-05T12:43:35
59,434,337
35
18
MIT
2018-01-21T01:34:01
2016-05-22T21:05:17
C++
UTF-8
C++
false
false
2,714
h
/********************************************************************** *< FILE: IReagent.h DESCRIPTION: Declares a class of objects which react CREATED BY: John Hutchinson HISTORY: Created January 9, 1999 *> Copyright (c) 1994, All Rights Reserved. ***********************************************************...
[ "rlyle@palestar.com" ]
rlyle@palestar.com
251a7e7012abf8dae189998a93fe273c7a9b2fbf
d4ec07e2bc87f83045b25b90aa5d12af7f0fa900
/sampler_mcu/sampler_mcu.ino
a8b9da5911930c5817df6addec01ac3abe26ad03
[]
no_license
futureoceanlab/eDNA_Sampler
e738ac5d6aa206a2bac1cfec78e808dcec770efa
dbcb1ca03b58f005d1b2305d99d6fe92ee9cbf33
refs/heads/master
2022-12-19T20:23:10.541076
2020-02-14T19:47:14
2020-02-14T19:47:14
219,835,942
0
0
null
2022-12-08T01:06:31
2019-11-05T19:39:49
JavaScript
UTF-8
C++
false
false
18,101
ino
/** * eDNA Sampler: ESP8266 based eDNA sampler / relevant sensor controller * January 2020 * Authors: JunSu Jang * * [Descriptions] * * This eDNA Sampler will sample eDNA at specified depth of the ocean by * using a off-the-shelf pump. It keeps track of the relevant data * (i.e. pressu...
[ "junsu.jang94@gmail.com" ]
junsu.jang94@gmail.com
704d6f9f7a2d5db551ebcc1227a50830cbd60601
118f8801e36c16b1d4946e69d049d53ee8f9f675
/Dragon/voice.cpp
3765982fc4050924615b63ca5d36e44f1401d7c7
[]
no_license
ZERO-Lei/Dragon
02ca4ff4159ca83885e2b540d4dee088ff724798
c33586733d8e02aaf02ceb10398067af86d952eb
refs/heads/master
2022-12-25T06:14:02.640517
2020-10-12T12:19:21
2020-10-12T12:19:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,496
cpp
/* * @Author: your name * @Date: 2020-10-10 15:28:59 * @LastEditTime: 2020-10-12 10:15:54 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: \Dragon\voice.cpp */ #include "voice.h" #include <stdlib.h> voice::voice(motor &_control, u8 _send_pin, u8 _front_pin, u8 _left_pin,...
[ "61238494+Carl-Carl@users.noreply.github.com" ]
61238494+Carl-Carl@users.noreply.github.com
9a9e04a92ce50e4fc90b775b345a12eab34ae405
9f520bcbde8a70e14d5870fd9a88c0989a8fcd61
/pitzDaily/590/uniform/time
e16dcc588d93192a07c345f999d78a692cb0e32e
[]
no_license
asAmrita/adjoinShapOptimization
6d47c89fb14d090941da706bd7c39004f515cfea
079cbec87529be37f81cca3ea8b28c50b9ceb8c5
refs/heads/master
2020-08-06T21:32:45.429939
2019-10-06T09:58:20
2019-10-06T09:58:20
213,144,901
1
0
null
null
null
null
UTF-8
C++
false
false
968
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1806 | ...
[ "as998@snu.edu.in" ]
as998@snu.edu.in
e0c6a905df39c094c933cdb4e7fe10e9eb7ef1f2
f5f97b069e9506f39c4a40d09056555fe8179b6f
/Lesson_04/Question/tkEngine/math/tkVector.h
33e47e924285c2aeed9de6e6a12355b478bf1edf
[]
no_license
nezumimusume/GamePG_2017
16434f7f6fc35d7f312da09bcdf70274b41c5570
7674c648f94343782e6beb3bc617a12becc8223e
refs/heads/master
2023-07-20T15:57:25.695194
2017-07-10T15:04:28
2017-07-10T15:04:28
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
7,888
h
/*! * @brief ベクトル */ #ifndef _TKVECTOR_H_ #define _TKVECTOR_H_ namespace tkEngine{ class CMatrix; class CVector2 { public: CVector2() { } CVector2(float x, float y) { this->x = x; this->y = y; } union { struct { float x, y; }; float v[2]; }; /*! * @brief 線形補間。 *@details * ...
[ "nezumimusume30@gmail.com" ]
nezumimusume30@gmail.com
7015260654c98ea7cae5c08005027aabcbce2b53
316926ee607a5038c12e21f4cd431dde0a47eec7
/bandit.cpp
a5247af6872ac39893b74350d1b4adff9ea43b62
[]
no_license
jgcazares/Badlands
460a8c05e8819d2185c2c1557b833cb05db6448a
15c9677c45ed4f2dd8c8938350c8012c0e63f0eb
refs/heads/master
2021-01-10T09:09:13.089931
2016-04-27T20:50:23
2016-04-27T20:50:23
54,920,594
0
0
null
null
null
null
UTF-8
C++
false
false
2,093
cpp
#include "bandit.h" Bandit::Bandit(SDL_Renderer *renderer, string filePath, string audioPath, float x, float y) { active = true; explode = Mix_LoadWAV((audioPath + "fire.wav").c_str()); string basePath = filePath + "bandit.png"; bandit = IMG_LoadTexture(renderer, basePath.c_str()); banditRect.x = x; bandit...
[ "jgcazares@mymail.tstc.edu" ]
jgcazares@mymail.tstc.edu
8b3cd982a1d14895bed798e3ec774608cbcfa1f9
e14391fbee8d0e7afacb9f3dfa2d51937b7b1a08
/tests/src/Griddly/Core/Observers/VectorObserverTest.cpp
e2db9e958c07b5804de51455cb027e5b78beb0fb
[ "MIT" ]
permissive
SoftwareImpacts/SIMPAC-2021-6
87357b76d3521b6c08a2ebec94e5ff848fc49ee6
e4e68f9b7418ea0a46e4211332921af5a56586ce
refs/heads/master
2023-02-19T04:30:59.256230
2021-01-16T14:01:53
2021-01-16T14:01:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,837
cpp
#include "Griddly/Core/GDY/Objects/Object.hpp" #include "Griddly/Core/Grid.hpp" #include "Griddly/Core/Observers/VectorObserver.hpp" #include "Mocks/Griddly/Core/MockGrid.hpp" #include "ObserverTestData.hpp" #include "gmock/gmock.h" #include "gtest/gtest.h" using ::testing::AnyNumber; using ::testing::ElementsAre; usi...
[ "chrisbam4d@gmail.com" ]
chrisbam4d@gmail.com
dd76fd598df99568cb95c9cb3529a8140c990ccc
ed5669151a0ebe6bcc8c4b08fc6cde6481803d15
/magma-1.5.0/testing/testing_cunmqr.cpp
ec37d3f5ab20e6079e88469ebba8b9176376b4b4
[]
no_license
JieyangChen7/DVFS-MAGMA
1c36344bff29eeb0ce32736cadc921ff030225d4
e7b83fe3a51ddf2cad0bed1d88a63f683b006f54
refs/heads/master
2021-09-26T09:11:28.772048
2018-05-27T01:45:43
2018-05-27T01:45:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,499
cpp
/* -- MAGMA (version 1.5.0) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver @date September 2014 @author Mark Gates @generated from testing_zunmqr.cpp normal z -> c, Wed Sep 17 15:08:40 2014 */ // includes, system #include <stdlib.h...
[ "cjy7117@gmail.com" ]
cjy7117@gmail.com
c01f1262cfeb9ed60bc66c8a9035435fb30304de
2e3e1614148cc626f368253f12017b4a46e8a8c9
/xls/ir/python/source_location.cc
3a4b5a71061e72f73a30ec5b580077b33f3c2a28
[ "Apache-2.0" ]
permissive
isabella232/xls
e4d6236ddb1690f695d380282e8e44a2835266ac
ec1fd4868bee8a0964ced09885b5691afc2c67e4
refs/heads/main
2023-03-11T14:40:07.776350
2020-09-25T03:12:54
2020-09-25T03:13:28
298,772,329
0
0
Apache-2.0
2021-02-23T10:11:59
2020-09-26T08:38:37
null
UTF-8
C++
false
false
973
cc
// Copyright 2020 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 in ...
[ "leary@google.com" ]
leary@google.com
0a0e529b75c3441fb86a463c372ef7bb4448137a
da25a52146869f5260522e30fd4f65bb1f4ca7db
/symbolstyle.cpp
378f623724de600b280a664b705823def15c7e6b
[]
no_license
ReetBarik/Beepop
3e9b3812bd6124dc7b22d9143cdaddb2a7e339e1
a2eea07a567b591e55e11688547f60d93e2d26ad
refs/heads/master
2023-03-20T18:54:26.166734
2020-04-27T19:40:04
2020-04-27T19:40:04
211,761,351
0
0
null
null
null
null
UTF-8
C++
false
false
1,480
cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. #include "stdafx.h" #include "symbolstyle.h" //////////////////////////////...
[ "reetbarik94@gmail.com" ]
reetbarik94@gmail.com
562785d1798c9e4044d09ae7ab51ffc36f80d71f
c3b2e6c117f813bde647aaffd5b2c3a01340ab62
/src/pling.hpp
b14ebef1e10fa8faaeff317bcd658bfcfeaf0592
[]
no_license
gsliepen/pling
e9551b65c9166135bbded0133ca6a7e29f2cf4ce
3acf489660e696cf80c40b370101dc01a67b6c5b
refs/heads/master
2023-09-01T11:03:22.889558
2022-07-02T15:05:08
2022-07-02T15:05:08
220,300,850
9
0
null
null
null
null
UTF-8
C++
false
false
1,595
hpp
/* SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once #include <algorithm> #include <array> #include <atomic> #include <cassert> #include <cmath> #include <cstddef> #include <random> #include <vector> #include "config.hpp" extern float sample_rate; static const size_t chunk_size = 128; extern Config config;...
[ "guus@sliepen.org" ]
guus@sliepen.org
a635f2ba071562ca6029e99b19bcc45029506a8b
d11699e10a20fb2dfce10b50294c5dc3da08c05c
/src/path_planner/joint_space.cpp
2074d2754e73a566baa3d97cca52c7391f2fcb0a
[]
no_license
lijiashushu/baxter_moveit_application
b2c6853edc2b3bc191a8a241d652ea716ca78a68
2777ab42783b2eea8b1d99d9c0e134a2f2510551
refs/heads/master
2023-03-22T12:29:28.099795
2023-03-11T09:52:32
2023-03-11T11:17:47
218,435,929
3
0
null
null
null
null
UTF-8
C++
false
false
58,454
cpp
#include <dual_rrt_star/path_planner/joint_space.h> #include <fstream> std::ofstream debug_file; PathPlanner* creatPathPlanner(JointSpacePlanner* jsp){ return jsp; } JointSpacePlanner::JointSpacePlanner(const ros::NodeHandle &nh, std::string base_frame): _nh(nh), _visual_tools(base_frame) { // debug_file.ope...
[ "lijiashushu@163.com" ]
lijiashushu@163.com
cef150b322a7c20c62904c6e3f86b1eefe82710b
836168cdf8e6e6e2a22f8aa28417c12121c901f2
/FileLoad1.01/DirectX3D_Framework/cDevice.cpp
d0c4866d4431e95615bf343389ad320a1940af3f
[]
no_license
kwansu/3DGraphicsFramework_Practice
158c7c1368af2692101c23c41a9ad21f804f6f8c
35f9507af31a49ee6954767d9a3b67f4431dfbf6
refs/heads/main
2023-04-24T16:15:54.212639
2021-05-16T04:01:27
2021-05-16T04:01:27
367,777,505
0
0
null
null
null
null
UHC
C++
false
false
1,181
cpp
#include "stdafx.h" #include "cDevice.h" cDevice::cDevice() : m_pD3D(NULL), m_pDDevice(NULL) { m_pD3D = Direct3DCreate9(D3D_SDK_VERSION); D3DCAPS9 stCaps; int nVertexProcessing; m_pD3D->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, &stCaps); if (stCaps.DevCaps & D3DDEVCAPS_HWTRANSFORMANDLIG...
[ "noreply@github.com" ]
noreply@github.com
75c02b1b7c500f4f27b16cdfa440b30a0f9cd8a7
e8bd00c6904a163024783cb31403a5ff668750e3
/libs/bcg_library/math/Mathematics/Rectangle.h
0c501c8f40f60f006e40aa83e3e39abf2412198e
[]
no_license
intrinsicD/basics_lab
165f53d9420de7ab7abd8bde5f3f32b9824f5762
109afca04014275015efc93e0472412d8f3feb13
refs/heads/basics_lab
2023-04-14T04:54:25.658721
2021-04-13T05:52:09
2021-04-13T05:52:09
343,719,615
0
3
null
2021-04-13T05:52:09
2021-03-02T09:37:53
C++
UTF-8
C++
false
false
3,444
h
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2020 // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // Version: 4.0.2019.08.13 #pragma once #include <Mathematics/Vector.h> ...
[ "dieckman@cs.uni-bonn.de" ]
dieckman@cs.uni-bonn.de
7fb5ed2a0709af418ff9fafef6fd55617a4ca702
fe0373f432ab60cf002d8da0b01aabff9d975756
/shuntingyard/shuntingYard.cpp
fbdc1cb8bacbcfedbd79ceb9801fbd8673d4eff8
[]
no_license
dhruvaSogal/Completed-Projects
38842b789a55ce49cebfa62ba2613ecca733c1e9
aa0194c4d5d9d343f4dfae2a8e01a5c0b7658b57
refs/heads/master
2022-09-06T03:55:15.253966
2020-05-30T00:57:57
2020-05-30T00:57:57
267,983,006
0
0
null
null
null
null
UTF-8
C++
false
false
8,573
cpp
/* Dhruva Sogal Infix/Prefix/Postfix translator. Program turns 4 ops + integers seperated by space and turns into either prefix, postfix, or infix using shunting yard and expression tree */ #include <iostream> #include "node.h" #include "string.h" using namespace std; void enqueu(node* &head, node* current, node...
[ "noreply@github.com" ]
noreply@github.com
e7b818ae41b9742a5a1e27b8725bbc6a9cffb518
bc8561adde1e6c1201e995306739512e4e68438c
/FM_Server/net/EventLoopThread.cpp
3e206699f46eb1136a04ed62602ab07752ad8ac6
[]
no_license
fanminy/FM_Server
5471c0ecbeb9aeea371d804083684413cb7c0502
49dda788766361c12295c94e95baa2449e306d65
refs/heads/master
2020-06-24T13:33:54.392826
2019-08-19T06:52:45
2019-08-19T06:52:45
198,975,839
0
0
null
null
null
null
UTF-8
C++
false
false
723
cpp
#include "EventLoopThread.h" FM_Server::net::EventLoopThread::EventLoopThread(): mutex_(), thread_(std::bind(&EventLoopThread::threadFun,this)), condition_(mutex_), loop_(NULL) {} FM_Server::net::EventLoopThread::~EventLoopThread() {} void FM_Server::net::EventLoopThread::threadFun() { EventLoop ...
[ "643832944@qq.com" ]
643832944@qq.com
fd0453cb00d3a243990432f668128a47fed83316
59c47e1f8b2738fc2b824462e31c1c713b0bdcd7
/006-All_Test_Demo/TestQlineEditDoubleClicked/mylineedit.cpp
55528c375e5971993e471a7237f5ab190cdc711f
[]
no_license
casterbn/Qt_project
8efcc46e75e2bbe03dc4aeaafeb9e175fb7b04ab
03115674eb3612e9dc65d4fd7bcbca9ba27f691c
refs/heads/master
2021-10-19T07:27:24.550519
2019-02-19T05:26:22
2019-02-19T05:26:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
363
cpp
#include "mylineedit.h" #include <QMouseEvent> #include <QDebug> #include <QAction> MyLineEdit::MyLineEdit(QLineEdit *parent) : QLineEdit(parent) { } void MyLineEdit::mouseDoubleClickEvent(QMouseEvent *e) { if (QEvent::MouseButtonDblClick == e->type()) { qDebug()<<__PRETTY_FUNCTION__<<"is double click...
[ "1343726739@qq.com" ]
1343726739@qq.com
3dac4760350328013354407ced56d2f09d9c4cfd
d2249116413e870d8bf6cd133ae135bc52021208
/Atl Internals 2e src/Chapter 04/Calc/CoCalc.h
f2b3ba731758ebdeb58a9c45cf9259909a2f34c6
[]
no_license
Unknow-man/mfc-4
ecbdd79cc1836767ab4b4ca72734bc4fe9f5a0b5
b58abf9eb4c6d90ef01b9f1203b174471293dfba
refs/heads/master
2023-02-17T18:22:09.276673
2021-01-20T07:46:14
2021-01-20T07:46:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
771
h
// CoCalc.h : Declaration of the CCalc #pragma once #include "resource.h" // main symbols #include "Calc.h" // CCalc class ATL_NO_VTABLE CCalc : public CComObjectRootEx<CComSingleThreadModel>, public CComCoClass<CCalc, &CLSID_Calc>, public IDispatchImpl<ICalc, &IID_ICalc, &LIBID_CalcLib, /*w...
[ "chenchao0632@163.com" ]
chenchao0632@163.com
c907a623aef30458efa174381e926cdefc514402
9a30cd1591c67bc6d9547b252c250ac574cc4b5d
/chapter01/iterations/fibonacci.cpp
3bb327eadcf892e4d95d8c8dea8a21fce1d09e61
[]
no_license
spdy1895/cpp_repo
49d82baee17067bee1bba1af8e40eab95319a9ba
548da6bd301a26f8c4f6487e77207611d49516b2
refs/heads/master
2023-05-05T18:27:35.491533
2021-05-21T19:00:47
2021-05-21T19:00:47
367,157,711
0
0
null
null
null
null
UTF-8
C++
false
false
536
cpp
#include <iostream> #include <stdio.h> int main() { system("clear"); int terms, pre_term, next_term, temp; std::cout << "enter the fibonacci series number of terms required:"; std::cin >> terms; pre_term = 0; next_term = 1; std::cout << "\n" << pre_term << "\t" << next_term; ...
[ "shubhampandey18061995@gmail.com" ]
shubhampandey18061995@gmail.com
49d39d87d7953f3ab60de21bb2780468b1c40554
306dcb00cc6e1aa33b7b78db19495a079db04f4e
/MaaSDocDetectionSDKFramework/Base/MaaSParameterOptions.hpp
0b6e6e981e11ad7ceb6ab8f7a46a2dda0a06a96d
[]
no_license
richiewoo/DocDetection
5332213363f0b2c7a9d3e70a6ef574a53cc8211e
e7375ec9325f2d066d92b969d409e6efbd9cf1af
refs/heads/master
2020-04-08T14:06:40.334790
2019-03-29T22:31:38
2019-03-29T22:31:38
159,422,272
0
0
null
null
null
null
UTF-8
C++
false
false
3,054
hpp
// // MaaSParameterOptions_hpp.hpp // MaaSDocDetectionSDKFramework // // Created by Xinbo Wu on 9/17/18. // Copyright © 2018 Xinbo Wu. All rights reserved. // #ifndef MaaSParameterOptions_hpp #define MaaSParameterOptions_hpp #include <string> typedef enum _OptionType{ OptionTypeBoolean, OptionTypeInt32, ...
[ "wuxinbo@us.ibm.com" ]
wuxinbo@us.ibm.com
8d7d2d37b819211dcd1088099187619698c64d8e
ffaae7faf1e7b4e321c897b378b0c8081b200f4f
/bone_images_July23_Harris_Corners.cpp
31f5e2abcc5f250f04bdcea87b3ebd844e645a40
[]
no_license
Arman-Kussainov/homography_trials
f17c0ffd0f23d28e2d93d2603d3dd8ffd2055a8a
adbd61342be6b28110367371eec1d40e8027eb86
refs/heads/master
2020-07-03T22:24:03.263887
2019-08-13T05:36:01
2019-08-13T05:36:01
202,071,416
0
0
null
null
null
null
UTF-8
C++
false
false
4,951
cpp
// bone_images.cpp : Defines the entry point for the console application. // https://docs.opencv.org/3.4/d4/d7d/tutorial_harris_detector.html #include "stdafx.h" // 07.11.2019 Image threshold C/C++ OpenCV CUDA ... #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <C...
[ "noreply@github.com" ]
noreply@github.com
15d445110f577835733eec2b57dedad236eeae1b
55bb84592fbbb48f321a56a118d507dc2241fea2
/Starting_Out_Games_Graphics/Source_Code/Chapter 08/PlaySound/template.cpp
6ba49592712a59160a6e2df35a6720ff5c8eeac9
[]
no_license
tdiliberto19/cpp-practice
8f801fedf5bf6fba56dc8120c6c2b36d2bc0ce0b
f5068e4fb7abb70219564024cb36041fc45370e1
refs/heads/master
2020-11-24T04:36:07.731061
2020-05-27T22:11:57
2020-05-27T22:11:57
227,964,906
0
0
null
null
null
null
UTF-8
C++
false
false
694
cpp
// This program loads a sound file and plays it. // Includes, namespace and prototypes #include "template.h" using namespace AGK; app App; // Begin app, called once at the start void app::Begin( void ) { // Set the window title. agk::SetWindowTitle("Play Sound"); // Set the virtual resolution. ...
[ "tdiliberto19@berkeley.edu" ]
tdiliberto19@berkeley.edu
b214c20ec255959d2a639cdad58cbaab0732bfcd
587eae764fc4104e24b5c83f763b06dbf085158c
/CloakEngineTest/MeshCompiler.h
75929831f70acf7b34a9be44d5e7ba18044c6031
[ "BSD-2-Clause" ]
permissive
Bizzarrus/CloakEngine
6cc96c297370e5c9d9b536412c3843d7e85f8565
0890eaada76b91be89702d2a6ec2dcf9b2901fb9
refs/heads/master
2020-06-26T02:14:02.715291
2019-10-09T17:30:46
2019-10-09T17:30:46
199,494,307
0
0
null
null
null
null
UTF-8
C++
false
false
607
h
#pragma once #ifndef CE_TEST_MESHCOMPILER_H #define CE_TEST_MESHCOMPILER_H #include "CloakEngine/CloakEngine.h" #include "CompilerBase.h" #include "CloakCompiler/Image.h" #include <string> namespace MeshCompiler { bool CLOAK_CALL readMaterialFromConfig(CloakCompiler::Image::ImageInfo* imi, CloakEngine::F...
[ "noreply@github.com" ]
noreply@github.com
81a0db87a1114e75678964585a5e697cf4c703f2
c013fb229defc20f0967457b8118ba76c9042131
/src/adition/test_adition.cpp
2823a87c94c86b9026955f0be0ce3a7d15a0a5ab
[ "BSD-3-Clause" ]
permissive
ADITION/base64
e587eec7bbd1e9cfd14698d04e6327b27cc515b9
50afe3b891d27da0a095deb735916991b908968e
refs/heads/master
2021-05-16T22:55:51.030274
2020-07-07T12:40:26
2020-07-07T12:40:26
250,504,734
1
2
null
2020-07-07T12:40:28
2020-03-27T10:28:44
C++
UTF-8
C++
false
false
709
cpp
#include "adition.hpp" #include <gtest/gtest.h> #include "../test_base.hpp" struct adition { CBase64Parser p; std::string encode(std::string &bytes) { std::string out; uint32_t eLen=p.GetEncodeLen(bytes.length()); out.resize(eLen); p.EncodeChunk((unsigned char*)bytes.data(), bytes.length...
[ "mohdenatigh2000@gmail.com" ]
mohdenatigh2000@gmail.com
71c347c31acedce4eb13917b3afc0cd7b964ce9d
b764e47ea239a012bfa96cd0678932fdc0e3c637
/Rally/Rally/LTexture.cpp
7d8d38d76f9eb8ff2ac3d7ec353b368737155391
[]
no_license
gody93/Rally
96b014d8cea26595ca683903782fedd5738ec500
1057fb352ac474496f494e931e0de61f2b2ab4ec
refs/heads/master
2021-01-19T06:24:55.173945
2015-09-08T16:30:29
2015-09-08T16:30:29
41,329,399
0
0
null
null
null
null
UTF-8
C++
false
false
3,589
cpp
#include "LTexture.h" LTexture::LTexture() { //Initialize mTexture = NULL; mWidth = 0; mHeight = 0; } LTexture::~LTexture() { //Deallocate free(); } //Loads image at specified path bool LTexture::loadFromFile(std::string path, SDL_Renderer* gRenderer) { //Get rid of preexisting texture fr...
[ "simeongodinyachki@gmail.com" ]
simeongodinyachki@gmail.com
7b2180cb5b7c8a6c0fab2ee10c70479315d55fc1
6c2c0415d24ec9317fbcea5db0e4ddc20c2e3718
/LonelyRandom/LonelyRandom.ino
b6e68580a9ce4a21c3c46538a5700b3d68c110ee
[]
no_license
mydns1204/CatMaze
0303dc4e766d7df56965e8ce8145b2c6a13f79ce
05c885f54453a4b93ec59379aa9ff26e33482e7e
refs/heads/master
2022-11-11T02:27:39.287196
2020-06-26T01:51:29
2020-06-26T01:51:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,855
ino
#include <Nextion.h> #include <Keypad.h> //long random(1,4); const byte ROWS = 4; //four rows const byte COLS = 4; //four columns //define the cymbols on the buttons of the keypads char hexaKeys[ROWS][COLS] = { {'1','2','3','A'}, {'4','5','6','B'}, {'7','8','9','C'}, {'*','0','#','D'} }; byte rowPins[ROWS] = {7, 6, 5...
[ "noppamas.sang@mail.kmutt.ac.th" ]
noppamas.sang@mail.kmutt.ac.th
7dab9f1f1f277a35d732e0e1be58dd1ca400d8bc
083726b1ed0a583e10ef22f0af010d763b95653f
/graph_Prim.cpp
e2f1923f3429d08cfe3d126490009f6d54cae7ff
[]
no_license
ASurtaev/SomeUniProgs
5109e3d248184b408153cd87961d48e283825397
1cc758885194c4340240385af5de5821df4b83e6
refs/heads/master
2022-11-21T18:21:57.008314
2020-07-28T11:54:52
2020-07-28T11:54:52
283,196,664
0
0
null
null
null
null
UTF-8
C++
false
false
7,520
cpp
// // main.cpp // alg_sem4_lab3 // // Created by Александр Суртаев on 30/04/2019. // Copyright © 2019 Александр Суртаев. All rights reserved. // 9. Необходимо соединить некоторым образом между собой определенные факты, но соединение одного факта с разными имеет различную стоимость и необходимо суммарную стоимость ...
[ "noreply@github.com" ]
noreply@github.com
0a55ae6fe56f3d3a8ffc5daa87851db622e97224
f382f9b6f0de65679854e49ebbdf41780cfd1a67
/sql/executor/phy_view.cpp
526a4a1c886a95e10f85d0ff5f9727ab4de65431
[]
no_license
zzg19950727/CatDB
68d0454ca65b668d35545f6285a58e1ab832fb94
3769fe3af90ad210a0e0aad7676fc20a52ea7a49
refs/heads/master
2023-05-13T22:20:50.355791
2023-01-14T05:41:12
2023-01-14T05:41:12
213,551,582
3
3
null
null
null
null
UTF-8
C++
false
false
739
cpp
#include "phy_view.h" #include "phy_expression.h" #include "object.h" #include "error.h" #include "log.h" #include "row.h" using namespace CatDB::Common; using namespace CatDB::Sql; PhyView::PhyView(PhyOperator_s& child) :SingleChildPhyOperator(child) { } PhyOperator_s PhyView::make_view(PhyOperator_s& child) { re...
[ "1071026277@qq.com" ]
1071026277@qq.com
d1baf3ab4d43b30d286e122768b33c5f47a11267
ddc03b569b755d82b4324eabb3ff0ade2d3a1d42
/lib/tvectorporo.cpp
538c8755719bd46a45d46372a3b1a4c64b4413cf
[]
no_license
bap17/dca
b63b23a0d4bb3a3d6ac8c156f9eed817d8dab7d1
2333f5e71799661786613ce02461029d5be802d4
refs/heads/master
2021-01-12T04:00:52.365227
2016-12-27T16:52:08
2016-12-27T16:52:08
77,466,728
1
0
null
null
null
null
UTF-8
C++
false
false
3,005
cpp
#include <iostream> #include "tvectorporo.h" using namespace std; //Constructor por defecto TVectorPoro::TVectorPoro(){ //Dimension del vector this->dimension=0; this->datos=NULL; //Para cuando haya un error en el operador //this->error.TPoro() } //Constructor a partir de una dimnension TVectorPoro::TVectorPo...
[ "bap14@alu.ua.es" ]
bap14@alu.ua.es
e6b1b8a4778f9966bfeda8e4bbcfbe6a53522b92
5722b41690ccff7280821d38a947f5a13efd0ad4
/L2/d.4.cpp
cba7d80423c9f57131ba71fbd391e23084ff6056
[]
no_license
Cr1stalf/Cpp
b1af4c9c92589850884d55334e4749b8def0d136
4771e611e0b6796152f524c772d1726b4a700bb9
refs/heads/main
2023-08-16T08:41:33.352909
2021-10-14T15:10:47
2021-10-14T15:10:47
410,743,170
0
0
null
null
null
null
UTF-8
C++
false
false
258
cpp
#include <iostream> using namespace std; int f(int x) { return pow(x, 3) - sin(x); } int main() { int a, b; cin >> a >> b; cout << f(a) << " " << f(b); cout << "\nMax value in "; (f(a) > f(b)) ? cout << "a" : cout << "b"; return 0; }
[ "noreply@github.com" ]
noreply@github.com
30a3c79118aef2435b2eb20d39c954395a622015
c1eacf630af8b23852845f27d6509b4b0d5eea1b
/DataStruct/4565.cpp
0d15ee5428d88b6bb9fa38665f81c70979df45f3
[]
no_license
GISjingjie/DataStruct
59f2408a44cdcde9b6307847267be9b7d07388f7
9bed92b9a19b09dd51479f73460b31a6b8dee464
refs/heads/master
2021-07-12T16:23:31.641629
2020-06-15T08:59:43
2020-06-15T08:59:43
146,618,934
0
0
null
null
null
null
UTF-8
C++
false
false
75
cpp
#include <stdio.h> int main() { int i=10; printf("%d\n",(i++)*(--i)); }
[ "479309982@qq.com" ]
479309982@qq.com
4ef2c556ba18401f2bb406e2437f1037951b6f23
0b8116d42836f0c6b75879a85e993dc7bfd68f39
/modules/redis_cache_proxy/redis_cache_proxy.h
0f1eced92c80cd44b755b2ea198bf4f2e755b135
[ "MIT" ]
permissive
black0592/gsf
4786bee591e0f701f4d3f1f4539c1cdab18207c4
d4ea33a867620f8cbbcdde06c67c73db95214ba8
refs/heads/master
2021-01-16T19:10:48.511804
2017-08-06T01:08:59
2017-08-06T01:08:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,074
h
#ifndef _REDIS_CACHE_PROXY_HEADER_ #define _REDIS_CACHE_PROXY_HEADER_ #include <core/module.h> #include <core/event.h> #include <set> #include "hiredis.h" namespace gsf { namespace modules { // 在 redis config 文件中 // 找到 SNAPSHOTTING 模块,打开 save "" 关闭rdb文件 // 找到 APPEND ONLY MODE 模块 // appendonly yes 打开ao...
[ "pojol@outlook.com" ]
pojol@outlook.com
c2c1839a19999e2eb063b1e465c2a5bc1931362b
28d68af73c56375314efd07eaf6a1a9241a51ce3
/aws-cpp-sdk-elasticbeanstalk/source/model/EnvironmentResourcesDescription.cpp
d7fb531cd582bfbaa284ac8640f0e7c201b9015a
[ "JSON", "MIT", "Apache-2.0" ]
permissive
zeliard/aws-sdk-cpp
93b560791fa359be25b201e9a6513bc3cb415046
14119f1f5bc159ce00a1332f86e117362afd3cb6
refs/heads/master
2021-01-16T22:49:18.731977
2016-01-04T01:54:38
2016-01-04T01:54:38
41,892,393
0
1
null
2015-09-04T01:35:43
2015-09-04T01:35:43
null
UTF-8
C++
false
false
2,349
cpp
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
[ "henso@amazon.com" ]
henso@amazon.com
a3dfd720573c0b6c961b9709484ddcfe0e6fdb44
9cf9ab7b06da98812b866bf7d928342030b239f2
/item.cpp
621d99d4298204c0690e2bcd54b01d8135ab6153
[]
no_license
cheav/hmn_final_task
451c76f0b71b7247dc1f935ad5c51a0391b1470a
aa89631e4faf12d156df5153830e4e8ee33ab528
refs/heads/master
2023-03-02T11:13:43.100199
2021-02-10T13:43:44
2021-02-10T13:43:44
271,247,956
0
0
null
null
null
null
UTF-8
C++
false
false
512
cpp
#include "item.h" Item::Item(int nValue, bool bVisible, const QString &color) : m_nValue(nValue), m_bVisible(bVisible), m_strColor(color) { // } int Item::value() const { return m_nValue; } void Item::setValue(int nValue) { m_nValue = nValue; } bool Item::visible() const { return m_bVisible; } vo...
[ "achekmarev30@gmail.com" ]
achekmarev30@gmail.com
485ce7e6c4a990f67ebf0bd3b4fc3c4b26802996
5b32fac78649187313b748b975dd43f94841d75c
/build/moc_transactiondescdialog.cpp
c7320e62fd30f30c96dccec5aba52a4d4a95d4a9
[ "MIT" ]
permissive
ed-ro0t/Bytecoinv0.1
a651105cec608a07708b6fb11648ef4e04c8dec5
ebab7f5e9a59927cbcb9c6dfd642772bd56287e7
refs/heads/master
2021-01-18T20:58:57.446140
2013-09-11T17:12:45
2013-09-11T17:12:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,545
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'transactiondescdialog.h' ** ** Created: Wed Sep 11 17:34:21 2013 ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.2) ** ** WARNING! All changes made in this file will be lost! *************...
[ "ahmedbodi@ahmed-walletserver.yourdomain.com" ]
ahmedbodi@ahmed-walletserver.yourdomain.com
8b5e804cf7c95e22d27c481000c57bdef10c891f
872c66fe7cb8245e94a40fa29732a7d1457c0135
/m19/ast/if_else_node.h
5c0973bdc667e77858aec3e75e4f91c01008b6c1
[]
no_license
GabrielCFigueira/m19
8d362a21ae41c6dc7c59ded8df721ab5419cdc96
a9f553d09914e2750db8085d30fc03ef66d603fc
refs/heads/master
2020-07-16T01:21:14.943338
2019-09-01T21:43:23
2019-09-01T21:43:23
205,690,421
1
0
null
null
null
null
UTF-8
C++
false
false
975
h
// $Id: if_else_node.h,v 1.2 2019/03/18 10:43:40 ist186426 Exp $ -*- c++ -*- #ifndef __M19_IFELSENODE_H__ #define __M19_IFELSENODE_H__ #include <cdk/ast/expression_node.h> namespace m19 { /** * Class for describing if-then-else nodes. */ class if_else_node: public cdk::basic_node { cdk::expression_node...
[ "gabriel.figueira@tecnico.ulisboa.pt" ]
gabriel.figueira@tecnico.ulisboa.pt
5ce3e896e800ea0b66c76ac3fab412726a34417f
d62354d0cccb362c8694e8ff3ad132f2d7f41eee
/Ex7/AdapterComposition/mainwindow.cpp
fef8831df4a107f12fe4a531a10189c1c1f61108
[]
no_license
davischmitz/orientacao-objetos-II
22d7d9ddb237fe6c788ebf3be83a6ba653c153b7
fbe2906935a204061d615d8e90af1ef553716883
refs/heads/master
2022-04-24T11:06:14.834520
2020-04-25T02:29:06
2020-04-25T02:29:06
201,088,574
2
0
null
null
null
null
UTF-8
C++
false
false
368
cpp
#include "mainwindow.h" #include "rectangleadapter.h" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); } MainWindow::~MainWindow() { delete ui; } void MainWindow::on_pushButton_clicked() { RectangleAdapter adapte...
[ "davi.schmitz@hotmail.com" ]
davi.schmitz@hotmail.com
d8783eccfeb6858f54f84c66d49b800fb884f122
882bb5de5359bf8e3d4fc2783a21d7a7265aa122
/settings/settings.h
17136b456bc17927f64d0b734fccdfae3af0acd1
[ "Apache-2.0" ]
permissive
rohankumardubey/Panther
73b172478a1e6626fd8710b9b4d42654ffa36632
1eac47074aa33ba747140950f373c9b7dd7f3d67
refs/heads/master
2023-03-15T21:31:46.703436
2018-01-25T14:06:56
2018-01-25T14:06:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,748
h
#pragma once #include "utils.h" #include <map> #include <vector> class PGSettings { public: void LoadSettings(std::string filename); void LoadSettingsFromData(const char* data); void SetSetting(std::string name, bool setting); void SetSetting(std::string name, int setting); void SetSetting(std::string name, do...
[ "mark.raasveldt@gmail.com" ]
mark.raasveldt@gmail.com
d32cfeb91c9a7234bd36299171847de065bf6ba3
f4967ec6b31ed90d15a80951645873c82dc5f3cc
/Libs/SFML/include/SFML/System.hpp
2793e3200245c5a8baeaf1bcd4f3645fbd310b50
[]
no_license
patrick246/MauMau
797c3704f1f049da70594b4d4867316bb56c7345
94c07544510e23e76e48ec21491b85372202ece5
refs/heads/master
2020-12-30T10:36:25.822658
2013-09-14T11:11:10
2013-09-14T11:11:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,263
hpp
//////////////////////////////////////////////////////////// // // SFML - Simple and Fast Multimedia Library // Copyright (C) 2007-2013 Laurent Gomila (laurent.gom@gmail.com) // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages ...
[ "patricksilashahn@gmx.net" ]
patricksilashahn@gmx.net
971670aa4d2425fd9d323cd4f47e066931f22ac7
3098ad3a23da3079feec1a741059f4fccfc37a8e
/test/cpp_prj/src/special_tests.h
4135bd4fd344ed794d3f12bc5f8aa67a46601272
[ "MIT" ]
permissive
JaniHonkanen/RabbitCall
a9e20cd3bc9382630b4d429204dda46889cab64b
2652e201ebcd6697cd25ec7e18163afa002c1016
refs/heads/master
2023-02-01T16:06:10.613206
2020-12-18T16:38:05
2020-12-18T16:38:05
236,754,447
0
0
null
null
null
null
UTF-8
C++
false
false
4,180
h
#pragma once #include "main_tests.h" // A struct that uses a struct from another file. FXP struct TestStruct3 { int i = 1; unsigned char c = 'a'; // Should be aligned. TestStruct1 s; TestStruct1 *ptr; signed long long i2 = 2; TestStruct3() { s = TestStruct1(); ptr = nullptr; } ~TestStruct3() { p...
[ "25501942+JaniHonkanen@users.noreply.github.com" ]
25501942+JaniHonkanen@users.noreply.github.com
db3d1b2be79bff485958ab37ecddad4e6ef36092
6d98677c5059917416aab36299323312cebf049f
/DX11Util/D3DUtil.cpp
c11ec532703ff7a9e49f404d1e562d1625747c27
[]
no_license
ponJuice/DirectX11Util
0201e61f5f36d2513f13a5858132af82b9b97d51
8983f8be687a40078630df9442384d9c2f3b784e
refs/heads/master
2021-01-10T04:36:30.189823
2015-10-28T05:43:58
2015-10-28T05:43:58
43,668,770
0
0
null
2015-10-28T05:43:59
2015-10-05T06:32:30
C++
SHIFT_JIS
C++
false
false
49,614
cpp
#include "D3DUtil.h" #include "Texture.h" D3DUtil::D3DUtil() { } D3DUtil::~D3DUtil() { CleanupDirect3D(); } bool D3DUtil::initD3DUtil(HWND* targetWindow,float l_windowWidth,float l_windowHeight,bool fullScreen){ if (XMVerifyCPUSupport() != TRUE) { DebugBreak(); return false; } window = targetWindow; wind...
[ "matsu_tetsu_tty@yahoo.co.jp" ]
matsu_tetsu_tty@yahoo.co.jp
043ad2e84a5363629953b19b080760e65152cd9c
9bdb2af7525c873e0594c7bee6d5a4e16d07850b
/4AT100_PLAN_A/DefaultComponent/UC_DockTruck_Simulation/_Out.cpp
bb2cea97cafa1052c3bc66c1d8db60136c1f3d76
[]
no_license
Madhav6697/Group4-ibm
1b886765dd3bdf9706c664c917a515c8d4e947fd
8d5b0d049c1ef3ea2522107a022112b752a5d9dd
refs/heads/master
2023-03-16T01:31:29.528226
2020-06-13T20:30:12
2020-06-13T20:30:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
718
cpp
/******************************************************************** Rhapsody : 8.4 Login : 20191029 Component : DefaultComponent Configuration : UC_DockTruck_Simulation Model Element : _Out //! Generated Date : Tue, 2, Jun 2020 File Path : DefaultComponent\UC_DockTruck_Simulation\_Out.cpp ****************...
[ "w.h.v.d.sluis@student.tue.nl" ]
w.h.v.d.sluis@student.tue.nl
eb9542039919a50d3d49fba02cd5577db50e9983
16aa5428965403cb2a7051f3376fe068f6810d50
/kvasercan/main.cpp
d756931246e0bc3f02efcd360a2169868fac5cac
[]
no_license
sun-Test/qtCanDriver
76572b6cdd9b604a69e91b83754a276ecab45f38
d143e21a10798b10e765276ce48c9235a8606ff1
refs/heads/main
2023-01-22T10:02:35.883418
2020-12-02T15:57:22
2020-12-02T15:57:22
317,913,888
0
0
null
null
null
null
UTF-8
C++
false
false
1,469
cpp
/* #include <QCanBus> int main(int argc, char *argv[]) { QString errorString; //QCanBus::instance()->createDevice(QStringLiteral("KvaserCan"), QStringLiteral("vcan0"), &errorString); QStringList myStringList= QCanBus::instance()->plugins(); QCanBusDevice *device = QCanBus::instance()->createDevice(QStringLiteral("kvas...
[ "sun.xw@outlook.com" ]
sun.xw@outlook.com
f06251db0127e162b82a69d8d1c425ac5e9a9209
763d301330d5b5c74aa06582832955d4ac35c19b
/FsLibrary_next/PixelBase.h
42c6f8e48e61995840248e63648667095f43c273
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bryful/F-s-PluginsProjects
dd0bc719df6b0a9c7dd397377319d954ba1099a8
942be10e7b334912649f39223d1aca1824946c58
refs/heads/master
2022-07-22T05:14:13.664573
2022-07-14T09:46:30
2022-07-14T09:46:30
186,790,231
185
33
MIT
2020-12-31T04:50:48
2019-05-15T09:06:45
C++
UTF-8
C++
false
false
7,647
h
#pragma once #ifndef PIXELBASE_H #define PIXELBASE_H #include "AE_Effect.h" #define C8to16(A) ( (((A_long)(A) * PF_MAX_CHAN16) + PF_HALF_CHAN8) / PF_MAX_CHAN8 ) #define C8to32(A) ((double)(long)((double)A*10000.0/(double)PF_MAX_CHAN8 + 0.5)/10000.0) #define C16to8(A) ( (((A_long)(A) * PF_MAX_CHAN8) + PF_HALF_CHAN...
[ "bryful@gmail.com" ]
bryful@gmail.com
cbd1442cb6ac8e54da8a553dc24a6c04bd0f8df0
d4ff5b85886d7dbd8fc2dd10334a553d5e0e7c5d
/src/core/interfaces/grabber_manager/i_grabber_manager.hpp
3961a83a029edf61dbeda53564af8b3b9fd271c3
[]
permissive
karajensen/wgtf
8737d41cd936e541554389a901c9fb0da4d3b9c4
740397bcfdbc02bc574231579d57d7c9cd5cc26d
refs/heads/master
2021-01-12T19:02:00.575154
2018-05-03T10:03:57
2018-05-03T10:03:57
127,282,403
1
0
BSD-3-Clause
2018-04-27T08:15:26
2018-03-29T11:32:36
C++
UTF-8
C++
false
false
644
hpp
#pragma once #include "core_ui_framework/input_handler.hpp" #include "core_variant/variant.hpp" #include <unordered_map> #include <functional> namespace wgt { struct IGrabber; struct IGrabberManager : public InputHandler { virtual ~IGrabberManager() {} virtual void registerGrabber(IGrabber* grabber, std...
[ "k_jensen@wargaming.net" ]
k_jensen@wargaming.net
5a2e957bb4a4cf77efeabeff7c6e35b34126f04a
d68479c752939058f65fb2f9ad5527a3904972c7
/scene_mapping/CameraFeedBehaviour.cpp
ba2b1ac6e9e4169b7fafa54914e0f2ae264a9e3b
[]
no_license
gyroid42/AR_Coursework
4d4a03a86bff316b5aef21ecf9ad69dde828876e
09feb7ad30390bc891a7b803a5f146bbc2eed6b3
refs/heads/master
2020-04-02T02:47:56.378921
2018-10-21T14:29:30
2018-10-21T14:29:30
153,928,035
0
0
null
null
null
null
UTF-8
C++
false
false
1,753
cpp
#include "CameraFeedBehaviour.h" #include "CameraFeed.h" #include "Camera.h" #include "Input.h" #include <input/sony_controller_input_manager.h> #include <sony_tracking.h> CameraFeedBehaviour::CameraFeedBehaviour() : Behaviour(), camera_feed_(nullptr), input_(nullptr) { } CameraFeedBehaviour::~CameraFeedBehavi...
[ "1501651@abertay.ac.uk" ]
1501651@abertay.ac.uk