blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
26
license_type
stringclasses
2 values
repo_name
stringlengths
7
95
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
57 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
197k
639M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
11 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
34 values
src_encoding
stringclasses
18 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
11
9.86M
extension
stringclasses
27 values
content
stringlengths
11
9.86M
authors
listlengths
1
1
author
stringlengths
0
70
6173e844d60297cfe92e4e6967709a45aa123832
33a0017a1dbbe3d0c8d2aff9c206ec71a705b6e8
/cf_118B.cpp
9751c53b0772d918caa5ed84e96132db494f4b98
[]
no_license
JunGuoCS/Codeforce-Practise
a6f5e3dee26f13d6e56e73de3e96276a27324dfa
79bdcdd66931e5bd3cf75febcc402b3ea01e919d
refs/heads/master
2020-06-04T16:06:25.013157
2019-07-03T15:35:17
2019-07-03T15:35:17
192,095,873
0
0
null
null
null
null
UTF-8
C++
false
false
355
cpp
#include<iostream> using namespace std; int main(){ int n; cin>>n; for(int i=0;i<=2*n;i++){ int row=i<=n?i:2*n-i; int num=0; for(int j=0;j<=n+row;j++){ if(j!=0){ cout<<" "; } if(j>=n-row&&j<n){ cout<<num++; } else if(j>=n&&j<=n+row){ cout<<num--; } else{ cout<<" "; } ...
[ "332730268@qq.com" ]
332730268@qq.com
8f547e61afdcad3e991e3ba168667b234156856e
1c6a484f518ea400a852dd4460bb44dccb3da515
/daa_ssc_test/src/main.cc
f69bc7fbb736e74c45d952f78ed6b76c22bbf50c
[]
no_license
domenicoamelino/daa_projects
364820a9b95c7df16ff384ecf4f8f0d1f492396e
f70154fb9d3514270d1f63b74977492049f3bd50
refs/heads/master
2021-01-19T14:13:55.019548
2017-04-13T07:24:58
2017-04-13T07:24:58
88,137,053
0
0
null
null
null
null
UTF-8
C++
false
false
6,441
cc
/* * Empty C++ Application */ #include <stdio.h> #include <stdlib.h> #include "pairing_1.h" #include "platform.h" #include "xparameters.h" #include "xgpio.h" #include "xstatus.h" #include "xtime_l.h" /* Definitions */ #define GPIO_DEVICE_ID XPAR_AXI_GPIO_0_DEVICE_ID /* GPIO device that LEDs are connected to */ #de...
[ "domenico.amelino@gmail.com" ]
domenico.amelino@gmail.com
7694716bb00a3cdcda9da0f26442a850b9a4fb3e
47c222923048b6afe534a8de89d92d8821cb8d28
/ComS327GameProject/GameProject/object.cpp
3850b362b9178200fc5b6f5fa4c0756d4483cdfb
[]
no_license
Henry-Kansanback/ComS2019
83e0024d913181ef578762777cbb82f8eed3af4a
95253a901cd1e477217ef8a3fa2436a89c46d432
refs/heads/main
2023-04-08T10:26:02.167117
2021-04-15T15:05:44
2021-04-15T15:05:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,353
cpp
#include <vector> #include <cstring> #include "object.h" #include "dungeon.h" #include "utils.h" object::object(object_description &o, pair_t p, object *next) : name(o.get_name()), description(o.get_description()), type(o.get_type()), color(o.get_color()), damage(o.get_damage()), hit(o.get_hit().roll()), ...
[ "noreply@github.com" ]
noreply@github.com
725f3261e304e4e5954dfba1fae5831f0a639c8a
35014750bff0c1cb3b1aa2cd859e58c3f20e5bf9
/src/verilog.h
7dcb42901323efd5e2931756fbd43328cef19e73
[]
no_license
duran-duran/boolean-matching
1500b51cd74a60aef935973579da18c35254d886
d8c3067907d27457b58efdb3dfb12b6e12ca17dc
refs/heads/master
2021-01-13T14:47:12.491697
2017-04-28T02:13:03
2017-04-28T02:13:03
76,602,679
0
0
null
null
null
null
UTF-8
C++
false
false
86
h
#pragma once #include "circuit.h" Circuit *parse_verilog(const std::string &input);
[ "bender1511@gmail.com" ]
bender1511@gmail.com
f1bce97ab17a0090f24b307a276ca655150be837
356aef6d1278abde9f173e13466fc4d320060089
/src/chrono_vehicle/tracked_vehicle/roller/ChDoubleRoller.cpp
3687e0aa6df404ec7c83a67761f90186715c9d32
[ "BSD-3-Clause" ]
permissive
AlstonXiao/chrono
cde2a49f14774e861abea4ff5fbc4fae9df0cc7c
22e9d6e6268c535e8161dbab3640442c0c914a2f
refs/heads/develop
2020-08-28T05:32:47.956997
2020-02-10T05:27:12
2020-02-10T05:27:12
217,607,524
0
0
BSD-3-Clause
2020-02-10T05:27:14
2019-10-25T20:09:17
null
UTF-8
C++
false
false
3,630
cpp
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
[ "serban@wisc.edu" ]
serban@wisc.edu
7750cd6a8050b3791f10418d62ad1d4ccf7cb23e
9ecbc437bd1db137d8f6e83b7b4173eb328f60a9
/gcc-build/i686-pc-linux-gnu/libjava/java/util/Collections.h
789fbbbe11235be927b10b3f6fbac2fc70703916
[]
no_license
giraffe/jrate
7eabe07e79e7633caae6522e9b78c975e7515fe9
764bbf973d1de4e38f93ba9b9c7be566f1541e16
refs/heads/master
2021-01-10T18:25:37.819466
2013-07-20T12:28:23
2013-07-20T12:28:23
11,545,290
1
0
null
null
null
null
UTF-8
C++
false
false
3,542
h
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_util_Collections__ #define __java_util_Collections__ #pragma interface #include <java/lang/Object.h> class ::java::util::Collections : public ::java::lang::Object { private: static jboolean isSequential (::java::util::List *); Collect...
[ "giraffe410@126.com" ]
giraffe410@126.com
c0de7acf6481450b382359b095c09b11bab5f1b8
d2d6aae454fd2042c39127e65fce4362aba67d97
/build/iOS/Release/include/ObjC.ID.h
41bf7c9a19788b10e9323e3ba176d998ec441600
[]
no_license
Medbeji/Eventy
de88386ff9826b411b243d7719b22ff5493f18f5
521261bca5b00ba879e14a2992e6980b225c50d4
refs/heads/master
2021-01-23T00:34:16.273411
2017-09-24T21:16:34
2017-09-24T21:16:34
92,812,809
2
0
null
null
null
null
UTF-8
C++
false
false
1,024
h
// This file was generated based on '../../AppData/Local/Fusetools/Packages/UnoCore/0.46.1/source/uno/compiler/exporttargetinterop/foreign/objc/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <objc/objc.h> #include <Uno.Object.h> namespace g{ namespace ObjC{ // public ...
[ "medbeji@MacBook-Pro-de-MedBeji.local" ]
medbeji@MacBook-Pro-de-MedBeji.local
655741eaa71b0cf40d9404e40574e6a62a3ade76
f161c76d158a33415da21607d6098811e97a9d93
/src/AppExceptions/Exceptions/NotImplementedError.cpp
361832f03e1a0b9b40c50d9b295f99b87ed57d1d
[]
no_license
iamandrii/telegram-bot
72f88b4454a2e981509188ba08d978b8961fdc0c
ea6412f6ad3190eef0b1b3e5d09c04e347bfa36c
refs/heads/master
2020-09-19T20:27:47.994774
2019-11-26T21:49:17
2019-11-26T21:49:17
224,289,685
0
0
null
null
null
null
UTF-8
C++
false
false
149
cpp
#include "../Exceptions.h" using namespace App::Exceptions; NotImplementedError::NotImplementedError(){ this->msg = (char*)"Not implemented"; }
[ "andry.if.com@gmail.com" ]
andry.if.com@gmail.com
37b5664103017b3d1e2e8b38be797e346a2483aa
54cca39cd1cf7f62b001c8a4d64dcc3d29e3cb4e
/PekoModel/PekoEngine/PekoEngineNet/AssemblyInfo.cpp
749c8aee0775e233300fed8392930f180939d17b
[]
no_license
hamling-ling/NumericalResearches
d2487c2566c24ba3dc674e7e17f1745c1020d542
a824357d7650d3ed86220f1315ee37e577285a7d
refs/heads/master
2021-01-25T08:36:58.455319
2015-04-22T15:17:21
2015-04-22T15:17:21
7,775,139
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,414
cpp
#include "stdafx.h" using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; using namespace System::Security::Permissions; // // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。...
[ "tacobell@gj9.so-net.ne.jp" ]
tacobell@gj9.so-net.ne.jp
8af8b3793c4a86c94ba11e764834bdadd39719c4
b0af1e46b034b1aa5edd78c41dbf9b1f24b261ff
/boilerplate/camera.cpp
e60c03622a1049ca85984d98e54b4b6556313234
[]
no_license
amygel/CPSC453Assignment5
4cb77f1d3cd7b6da12da1695464232e78a036e7d
59ff603817536d2192c5126637b077a9ee23cbe5
refs/heads/master
2020-06-12T15:54:11.975959
2016-12-10T07:41:52
2016-12-10T07:41:52
75,797,251
1
1
null
null
null
null
UTF-8
C++
false
false
1,027
cpp
#include "camera.h" #include <cstdio> #include <glm/gtc/matrix_transform.hpp> Camera::Camera() : dir(vec3(0, 0, -1)) , right(vec3(1, 0, 0)) , up(vec3(0, 1, 0)) , pos(vec3(0, 0, 0)) {} Camera::Camera(vec3 dir, vec3 pos) : dir(normalize(dir)) , pos(pos) { right = normalize(cross(dir, vec3(0, 1, 0))); up ...
[ "amygelowitz@shaw.ca" ]
amygelowitz@shaw.ca
5d4cc1a933a6c9c879c4ce845017a2fdda88e8b7
9f730bf91dc97735ebc3941d53743a44743c4b91
/LexicalAnalyzer.cpp
4d20daf00e470474ab488a78d62762578921d862
[]
no_license
dot-operator/ISPCompiler
562c24c56b564900ce3af067758a0881c79f22c1
733fc6ddb190b6610c96feba82ddb20d57d0cf0b
refs/heads/master
2020-04-15T20:06:11.380161
2020-03-11T06:18:35
2020-03-11T06:18:35
164,979,206
1
0
null
null
null
null
UTF-8
C++
false
false
6,597
cpp
// // LexicalAnalyzer.cpp // ISPCompiler // // Created by Sullivan Boyd on 1/9/19. // Copyright © 2019 Sullivan Boyd. All rights reserved. // #include "LexicalAnalyzer.hpp" #include <iostream> #include <fstream> #include <set> const std::set<string> keywords = { "auto", "break", "case", "char", "const", "cont...
[ "sullivan.h.boyd9@gmail.com" ]
sullivan.h.boyd9@gmail.com
a86aa3cdd0146ccc461058d7988cb30e7be340d8
70f72f2dc3779287e693135efc98479be69553c7
/sandbox/nfc/src/NDEF/NfcAdapter.cpp
d45eaf17f3bd965f0053d8f26487eb22030afb30
[ "BSD-3-Clause" ]
permissive
MKreher/ble_scanner
933845031a786858bfccbd404f8b9b3f8b9ae270
899b2004e9e9ec6c4b4a6fa0b09a089a409abb14
refs/heads/master
2021-07-04T01:56:24.174083
2021-05-16T16:17:01
2021-05-16T16:17:01
238,542,086
0
1
null
2020-03-07T21:03:44
2020-02-05T20:29:18
C
UTF-8
C++
false
false
4,443
cpp
#include <NfcAdapter.h> extern "C" { #include "nrf_log.h" } NfcAdapter::NfcAdapter(nrf_drv_spi_t p_spi) { shield = new PN532(p_spi); } NfcAdapter::~NfcAdapter(void) { delete shield; } boolean NfcAdapter::begin(boolean verbose) { shield->begin(); uint32_t versiondata = shield->getFirmwareVersion()...
[ "mk1977-dd@web.de" ]
mk1977-dd@web.de
0f1a05451e2c31f42b84f460b267b3cbb0416ad5
36c31b485a5906ab514c964491b8f001a70a67f5
/Codeforces/CF 1500 - 1599/CF1555E/CF1555A.cpp
7a698b9f5a14e35a2f016ad71b621c00f3314fdc
[]
no_license
SMiles02/CompetitiveProgramming
77926918d5512824900384639955b31b0d0a5841
035040538c7e2102a88a2e3587e1ca984a2d9568
refs/heads/master
2023-08-18T22:14:09.997704
2023-08-13T20:30:42
2023-08-13T20:30:42
277,504,801
25
5
null
2022-11-01T01:34:30
2020-07-06T09:54:44
C++
UTF-8
C++
false
false
1,018
cpp
//#pragma GCC optimize("Ofast,unroll-loops") //#pragma GCC target("avx,avx2,sse,sse2") #include <bits/stdc++.h> #define ll long long #define sz(x) (int)(x).size() using namespace std; //mt19937 rng(chrono::steady_clock::now().time_since_epoch().count()); //uniform_int_distribution<int>(1000,10000)(rng) ll binpow(ll a,...
[ "mahajan.suneet2002@gmail.com" ]
mahajan.suneet2002@gmail.com
9223607990602f3155b56eccea69f2d11778079b
b0b96f7c89b458f7fe6a7f2feaf8684992a48c26
/src/leveldb/port/port_posix.cc
dc4a3394e6e1c5d5d73ca1a23e596051d815e291
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
straks/straks
28cf4ba40db492df7a59110e77b615727c17cf26
cbb43f453231aa71a991249f61d3f35fe1503a1e
refs/heads/master
2023-02-09T00:02:38.845280
2019-06-15T23:30:15
2019-06-15T23:30:15
110,913,987
68
53
MIT
2018-05-31T13:46:09
2017-11-16T02:45:14
C++
UTF-8
C++
false
false
1,415
cc
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a STAK-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "port/port_posix.h" #include <cstdlib> #include <stdio.h> #include <string.h> namespace lev...
[ "squbs@protonmail.com" ]
squbs@protonmail.com
806192b78c221071c57f6010fc86a519b10ee703
94d8b970923236e895e34f79a56f6b13b373f252
/05-2020/QBHEAP.cpp
1fe8f87b29ca1fff8a2e05b9afb3ff772002845b
[]
no_license
vinhdq842/Cpp-CP
5727a3c7ba08f2888204c33d9622a7c7749540f9
f43c8b932a956a0c195f1ead375dbb1a81a81c20
refs/heads/main
2023-08-20T18:57:34.323893
2021-10-29T02:43:54
2021-10-29T02:43:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,839
cpp
// // Created by admin on 04/05/2020. // #include<iostream> #include <vector> using namespace std; #define fast_in_out ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); #define ll long long class PriorityQueue { private: int n = 0; ll arr[15000]{}; public: bool empty() const { ...
[ "quangvinh0842@gmail.com" ]
quangvinh0842@gmail.com
16fad7ab43fede9de4c0b0e225be9bb36efcf307
86ad4d1a1306dd0a6020ec7e914e6a76f6577318
/include/rangeimage/MainController.h
ae13822f008781757189d91e1632e3e40ada87e9
[]
no_license
mfkiwl/Elasticfusion-semantic
a8239161ab64f2f16c509358e42903e84085eab4
f0ef676945ac53156c58b0a1f034b4889fd160ba
refs/heads/master
2021-12-13T00:30:41.669664
2017-03-11T04:22:18
2017-03-11T04:22:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,549
h
/* * This file is part of ElasticFusion. * * Copyright (C) 2015 Imperial College London * * The use of the code within this file and all code within files that * make up the software that is ElasticFusion is permitted for * non-commercial purposes only. The full terms and conditions that * apply to the cod...
[ "1040804872@qq.com" ]
1040804872@qq.com
1bfd4f2364a0b4350eb5dd7559806dfdd7472aa4
1fd3f37e457585cb416f59380320b31b235cc6ad
/SDK/Ethereum/EthereumEWM.cpp
abf06762704472aec208d52d98e5bc2c0645af4a
[ "MIT" ]
permissive
raozhiming/Elastos.ELA.SPV.Cpp
015a3e491952da29a2927c79a603ea240c83e0c9
fb398d2d0a31f6e4cf7e81e1b3f911721fe8eb15
refs/heads/master
2021-06-25T19:36:52.950782
2020-09-03T07:33:50
2020-09-03T07:46:56
188,798,474
0
0
MIT
2019-05-27T08:00:29
2019-05-27T08:00:28
null
UTF-8
C++
false
false
27,971
cpp
/* * EthereumEWM * * Created by Ed Gamble <ed@breadwallet.com> on 3/7/18. * Copyright (c) 2018 Breadwinner AG. All right reserved. * Copyright (c) 2020 Elastos Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the ...
[ "heroopan@gmail.com" ]
heroopan@gmail.com
c585086bce017364e01bea537ece3b7bd17be20d
771e785627d629cf1c9de14aafaf50e5ee915d6f
/datastructures/linkedlist/doubly-linkedlist.cc
dc7d269b1f5882fd1fc0f896c9ef5aed4a644e1d
[]
no_license
vipulroxx/learn-c-
830748d04235b28c6f0700104b846da241680571
f5c8990be9302e866d7951614989ee377474b513
refs/heads/master
2020-05-29T09:15:47.185504
2020-03-30T04:12:09
2020-03-30T04:12:09
189,046,071
1
0
null
2019-11-14T17:32:14
2019-05-28T14:36:46
C++
UTF-8
C++
false
false
1,099
cc
#include <iostream> #include <stdlib.h> using namespace std; struct Node { int data; Node *prev; Node *next; }; Node *head; Node* GetNewNode(int x) { Node *temp = new Node(); temp -> data = x; temp -> prev = NULL; temp -> next = NULL; return temp; } void InsertAtHead(int x) { Node *t...
[ "vipulsharma936@gmail.com" ]
vipulsharma936@gmail.com
c91dfdb490524d74608364af53aaa29d1f795559
500d9b881561c51caf46060acfe24338f5a9b539
/Video_stable/Rolling-Shutter-Video-Stabilization/svd.h
5a579526a107b4cb6aedd68d1a39863cc5aa8fa6
[]
no_license
BrownOfSummer/tests
aa2f8b8e55876b490f7cde2c53913e3bc0b076e4
8756bb171890a9a33c00e85b6f68fb8d0db631b1
refs/heads/master
2018-09-19T04:51:04.871726
2018-08-23T08:07:36
2018-08-23T08:07:36
67,992,457
0
0
null
null
null
null
UTF-8
C++
false
false
1,543
h
#ifndef SVD_H #define SVD_H #include <opencv2/imgproc/imgproc.hpp> // Gaussian Blur #include <opencv2/core/core.hpp> // Basic OpenCV structures (cv::Mat, Scalar) #include <opencv2/highgui/highgui.hpp> // OpenCV window I/O #include <opencv2/features2d/features2d.hpp> //#include <opencv2/nonfree/features2d.hpp>...
[ "l846093185@163.com" ]
l846093185@163.com
ba513b1d8098282372100a8c75380420db22aba6
6aeccfb60568a360d2d143e0271f0def40747d73
/sandbox/SOC/2006/misc/tags/final/boost/bimap/detail/is_set_type_of.hpp
2f599aff2cd618823ab9f4a4d3ad62dff28149a7
[]
no_license
ttyang/sandbox
1066b324a13813cb1113beca75cdaf518e952276
e1d6fde18ced644bb63e231829b2fe0664e51fac
refs/heads/trunk
2021-01-19T17:17:47.452557
2013-06-07T14:19:55
2013-06-07T14:19:55
13,488,698
1
3
null
2023-03-20T11:52:19
2013-10-11T03:08:51
C++
UTF-8
C++
false
false
3,478
hpp
// Boost.Bimap // // Copyright (c) 2006 Matias Capeletto // // This code may be used under either of the following two licences: // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without ...
[ "doug.gregor@gmail.com" ]
doug.gregor@gmail.com
ff2e3ed58ffb7d098f26b3d5b8161ccb8611a1b9
3e4f3a36bd030b931a676f9989c2786eca838418
/InverseWayLiberation/src/Scripts/Registrations/RegisterEntityFactory.cpp
89e12368ebc699f597b7fffdfd3e68b949d5d91c
[]
no_license
amjadtbssm/TGE
0506491b449c98ace581e24692efcb3218820d06
31667d8268bb38a1efa50b617ee53b54dbdafe4b
refs/heads/master
2020-08-12T03:28:46.718097
2018-11-25T16:33:44
2018-11-25T16:33:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,960
cpp
#include "../ScriptMachine.h" #include "../../Entities/EntityFactory.h" using namespace luabind; void ScriptMachine::RegisterEntityFactory() { try { // Enregistre les fonctions module(mLuaState)[ // PolyChain::Type class_<PolyChain>("PolyChain") .enum_("Type") [ value("None", P...
[ "toto.rigolo@free.fr" ]
toto.rigolo@free.fr
b1535e827685b8a5b42f841237877b7c3556610d
6bc03818096e4b4fe1a3c2d186bfcb21d9f4db3d
/gui/src/TestGameEngine.cpp
8b470a8319ebc5591e22d3382d6dd59be3b53992
[]
no_license
yisea123/stm32f407_dev_board
7fa9e52c68d4ad78567d122d5307cfc139353daa
6fa734be0c944b4eeeb237b3b0aac9964a6fa164
refs/heads/master
2020-08-27T16:25:40.227716
2017-09-10T13:41:36
2017-09-10T13:41:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
27
cpp
#include "TestGameEngine.h"
[ "romanpustobayev@gmail.com" ]
romanpustobayev@gmail.com
39ddd0868e1702885f8021d5dd7458824cbd67ba
8985f896c3f0a1c0faa9a46c8e3637b5d9638a57
/3-ラスタライズ-OpenGL/triangle.h
0c79a9470307437d566fc86b0939aceab34b8dc8
[]
no_license
N-H-Shimada/Rasterizer
af9209c5c480ab9125f6cc717e4f86c4c46e8cc6
9aa96b6ed14261ed4ff0db6d7d45fbc14be71d5f
refs/heads/master
2021-07-06T07:14:43.976547
2020-10-31T06:30:23
2020-10-31T06:30:23
195,690,262
1
0
null
null
null
null
UTF-8
C++
false
false
1,181
h
#ifndef TRIANGLE_H #define TRIANGLE_H #include <algorithm> using namespace std; using Eigen::Vector3d; using Eigen::Vector4d; class Triangle { public: Vector4d A, B, C; Vector3d N_A, N_B, N_C; float min_x, min_y, max_x, max_y; float RGB_A, RGB_B, RGB_C; Triangle() {} Triangle (const...
[ "ut25252@gmail.com" ]
ut25252@gmail.com
2cb0c2d24466c56121451bf093e387172718eb03
030d422cca69abe4171add39c27a6e94068107be
/swGUI/Native/INativeGUI.h
65cefabddbe48adde05239baac8ae35ae9dc53bf
[]
no_license
nieznanysprawiciel/swLibraries
a83a218dfd037ce7b0de17fc61cc83b15f5512d6
9e553510623d3632e673833679da22c2b4420792
refs/heads/master
2021-06-04T09:16:38.469615
2020-04-04T14:11:27
2020-04-04T14:11:27
112,026,985
2
0
null
2020-04-04T14:11:29
2017-11-25T18:52:20
C++
UTF-8
C++
false
false
2,190
h
#pragma once #include "INativeWindow.h" #include "INativeOS.h" #include "swCommonLib/External/FastDelegate/FastDelegate.h" #include "swInputLibrary/InputCore/IInput.h" /**@defgroup NativeGUI Native GUI system @brief OS specific stuff. Here are things using underlying system API to create windows and handle events ...
[ "nieznany.sprawiciel@gmail.com" ]
nieznany.sprawiciel@gmail.com
db4faad1aa22ac293ed1445b6ff8a92e3cb934e1
b94a823ad86403049f7e36897b3f6602446ecac6
/Algorithm/2019/Mon_07/codeforces/575Div3/A.cpp
152421bc1325c13b60e9e424739963894902c1e9
[]
no_license
sos0911/PS_Cpluslplus
2807880e82942e8ad1971fb8ce2bbd940845fb15
c4ba30ef5112f2fb4369183dc263aec560949f8e
refs/heads/master
2021-07-17T14:38:01.320237
2021-07-15T15:44:18
2021-07-15T15:44:18
240,442,891
1
0
null
null
null
null
UTF-8
C++
false
false
1,048
cpp
#include <bits/stdc++.h> using namespace std; typedef vector<string> vs; typedef vector<vector<int>> vvi; typedef vector<list<int>> vli; typedef vector<int> vi; typedef pair<int,int> pii; typedef vector<string> vs; typedef vector<bool> vb; typedef long long ll; typedef double db; typedef priority_queue<int> pq; typede...
[ "retican@naver.com" ]
retican@naver.com
14c8f5a29c37d095ada35b180bba936c0e5e76c2
8072c1cf03f82fd1891536e93b6c28f16df82ea4
/metamorphosys/tonka/models/SystemC/usb11/usb_fifo512x8.cpp
120fd2b53bdd490c14ec408236be717fc6fec540
[ "LicenseRef-scancode-other-permissive" ]
permissive
15831944/metamorphosys-desktop
90a26c6700c444accd58358c457d675eb2fdd59f
4adb71c18f7811289fc4ba4dcb465e99e93d8e60
refs/heads/master
2021-05-30T13:34:07.037424
2015-09-24T22:09:05
2015-09-24T22:09:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,194
cpp
///////////////////////////////////////////////////////////////////// //// //// //// USB FIFO //// //// //// //// SystemC Version: usb_fifo512x8.cpp...
[ "adam.nagel+git@gmail.com" ]
adam.nagel+git@gmail.com
9805f771a69713a108e00e99f28e571e7a232450
b721fbe6c7e9e4b9e0d66c4952e2802b131bfa0d
/src/sample/dragonboard410c/ipc_client/plugin/smartVideo/include/xpluginflow/proxy/proxy.h
1cb44aaaa340b799f9798fcc65ce8abb98315ee7
[]
no_license
robinfit01/bootprint_x2
0b506e0e11635701896edbb6decc24798db4dec1
d26703e62f9a3aeed200403b1caa2ff05d391189
refs/heads/master
2022-04-13T05:24:34.970044
2020-03-16T02:58:28
2020-03-16T02:58:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,227
h
// // Created by zhuoran.rong@horizon.ai on 11/21/2019. // Copyright (c) 2019 horizon robotics. All rights reserved. // #ifndef INCLUDE_XPLUGINFLOW_PROXY_PROXY_H_ #define INCLUDE_XPLUGINFLOW_PROXY_PROXY_H_ #include <nng/nng.h> // TODO(zhuoran.rong) chang to artifact #include <nng/protocol/pubsub0/sub.h> #include <nng...
[ "songshan.gong@horizon.ai" ]
songshan.gong@horizon.ai
187d123299b1cd6220052b2f500038c042968576
523a2b6ac4f2a42b9d4545edb909d64322b0b75a
/Light OJ/1088-2.cpp
025a9088f094c67d509dfc8b611495fe53fd0646
[]
no_license
alshahreyaj/Online-Judge-Solutions
5c21df1c3093664f2f81ad92d5ca2d6f75038741
00eb07af238320cc1bde4c40be56f030d1e1fba1
refs/heads/master
2023-07-15T17:31:44.798260
2021-09-01T17:24:27
2021-09-01T17:24:27
183,053,188
0
0
null
null
null
null
UTF-8
C++
false
false
891
cpp
#include<bits/stdc++.h> using namespace std; const int N=100009; int a[N]; int bl(int l,int r,int x) { int m=(l+r)/2; if(x<=a[m]&&x>a[m-1]) return m; else if(l>r) return -9999; else if(x<=a[m-1]) return bl(l,m-1,x); else if(x>a[m]) return bl(m+1,r,x); } int br(int l,int r,int x) { ...
[ "alshahriaz@gmail.com" ]
alshahriaz@gmail.com
790415383c2c46b45819c9b2a547c1a99189ec57
019eb05a61dffe2d4b70dd38809a8ff4c4263fec
/contracts/wawaka/common/Types.h
42f7d3c9f37966a43e23313a34c1fb481d0be11c
[ "Zlib", "Apache-2.0", "MIT", "CC-BY-4.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hyperledger-labs/private-data-objects
a1409fe087399c2aa0109f35b961da10a99aad90
041784e1dbe7a66ac056ca136e50b8216c44a510
refs/heads/main
2023-08-16T21:26:47.910151
2023-07-06T19:39:46
2023-07-06T20:50:56
123,627,740
107
37
Apache-2.0
2023-09-14T04:39:34
2018-03-02T20:32:04
C++
UTF-8
C++
false
false
1,799
h
/* Copyright 2018 Intel Corporation * * 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 ...
[ "bruno.vavala@intel.com" ]
bruno.vavala@intel.com
ea47894b204794fb13fb55813543f9a125e7f7f0
07d5313b6f7aa7fc421dd244a045e45962b23bf8
/Common_3/ThirdParty/OpenSource/BulletPhysics/2.82/Demos/SerializeDemo/main.cpp
87b88f8f028ecb2d90320c61ae245e03c73aaef2
[ "Zlib", "LicenseRef-scancode-unknown", "Apache-2.0" ]
permissive
daveansh/The-Forge
4bc91d1978f6f46ec746d4e690280fcdfe06efbd
29b377a64230be414eb84b632b8517646a1f9da4
refs/heads/master
2022-02-22T21:14:44.125736
2019-08-19T20:27:19
2019-08-19T20:27:19
192,270,664
1
0
Apache-2.0
2019-06-17T03:44:11
2019-06-17T03:44:11
null
UTF-8
C++
false
false
3,856
cpp
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2007 Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permiss...
[ "manas@conffx.com" ]
manas@conffx.com
bef34fed887a0b08b72fa6d9e012a125e26d6d79
ec76c1297252070d72fd194baebca3146bafac59
/damBreak_turbulence/damBreak/2/p
c3767ea6506f430ca17ad7b19906b8287874e6a9
[]
no_license
Shivam-IITKGP/CFD_InterFoam_BottleFill
413cdb5536cf71d95da882821fa36c7bd138e17e
be711e0f19a5331bb1094b8e54982c9ad101da5c
refs/heads/main
2023-04-13T12:58:09.332312
2021-04-15T16:24:42
2021-04-15T16:24:42
358,315,309
1
0
null
null
null
null
UTF-8
C++
false
false
77,305
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*-------...
[ "shivamshahi12@gmail.com" ]
shivamshahi12@gmail.com
ed55341f8dd18a28501db2c43e38234394eab167
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/content/renderer/pepper/pepper_platform_camera_device.cc
030135b2c675110853287d18c61c4c8777c6a99b
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
4,585
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/renderer/pepper/pepper_platform_camera_device.h" #include "base/bind.h" #include "base/callback_helpers.h" #include "base/logging.h" #i...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
0d2e139df231ed2c7924615d41eb4010261ed085
4876499da75b9fb691bd4d5de3d94823b9e46da9
/src/cryptonight/hash-extra-groestl.cpp
93681db05e13953fe6cfcca7295652efffbf7819
[ "MIT" ]
permissive
ph4r05/py-cryptonight
d68daeb47514503a4f5097e519b5453fe248fd0f
64debe709969b941b1a382439615e9e311ba12c7
refs/heads/master
2022-10-05T22:18:23.139598
2022-09-06T09:45:45
2022-09-06T09:45:45
130,522,284
31
18
MIT
2022-07-30T11:01:22
2018-04-22T00:28:52
C
UTF-8
C++
false
false
1,955
cpp
// Copyright (c) 2014-2022, The Monero Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this list o...
[ "dusan.klinec@gmail.com" ]
dusan.klinec@gmail.com
a7fe97b2c10f004ab959aa846cfbf2ffd90578e6
792ad26fd812df30bf9a4cc286cca43b87986685
/水/POJ 1068 Parencodings 水.cpp
f78093bcd7859614513c11f10a814c1f20891448
[]
no_license
Clqsin45/acmrec
39fbf6e02bb0c1414c05ad7c79bdfbc95dc26bf6
745b341f2e73d6b1dcf305ef466a3ed3df2e65cc
refs/heads/master
2020-06-18T23:44:21.083754
2016-11-28T05:10:44
2016-11-28T05:10:44
74,934,363
0
1
null
null
null
null
UTF-8
C++
false
false
754
cpp
#include <iostream> #include <stack> #include <stdio.h> using namespace std; int a[44], c[22]; stack<int> s; int main(void) { int t, now, n, i, top; cin>>t; while(t--) { cin>>n; for( i = 1; i <= n; i++) cin>>c[i]; now = 1; top = 0; for(i = 1; i <= 2 * n;...
[ "someway.bit@gmail.com" ]
someway.bit@gmail.com
2e3e00bd58dcac54e02e363ae61f66b47c5c4497
65b02eae4e6ea39beadb67c5efd62e0b429bb43b
/Problems/HDU/hdu1143.cpp
cb7fcdede52f4ffce989481f796fa9363ea3ca41
[]
no_license
ctuu/acm-icpc
c0a96a347feba414fce28455e9b71546ac1cb08d
7fde619dce94dd2e722465cdcad32c76d30afa16
refs/heads/master
2021-07-08T06:14:57.837572
2018-12-29T04:09:40
2018-12-29T04:09:40
81,524,853
2
0
null
null
null
null
UTF-8
C++
false
false
539
cpp
#include <iostream> #include <algorithm> #include <array> #include <vector> using namespace std; int main() { ios_base::sync_with_stdio(0); cin.tie(0); array<array<int, 33>, 3> dp; for(auto &i: dp) i.fill(0); dp[0][0] = dp[1][1] = dp[2][0] = 1; for(int i = 2; i < 33; ++i) { ...
[ "ct.liuu@gmail.com" ]
ct.liuu@gmail.com
5eb9bdec5d76b09e9d2dc2e50759685e397bd478
405c7cedaa2d962d086999946fddbde0753a0951
/tair/configserver/server_conf_thread.hpp
f32a264946eed002290f5b7584469d7557624e33
[]
no_license
yinguoliang/tb-common-utils
5426483d968b97560eaa071ccf0afb0e2936b03d
a81f09426bb23d4b339473263062501d04e7ca7a
refs/heads/master
2021-01-16T21:24:35.029942
2017-08-25T05:21:16
2017-08-25T05:21:16
100,228,228
0
0
null
null
null
null
UTF-8
C++
false
false
5,645
hpp
/* * (C) 2007-2010 Alibaba Group Holding Limited * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * * Version: $Id$ * * Authors: * Daoan <daoan@taobao.com> * */ #ifnd...
[ "yinguoliang@yinguoliangdeMacBook-Pro.local" ]
yinguoliang@yinguoliangdeMacBook-Pro.local
1187e99f2be29141a7cbd488dc197498baaf64ab
755237da97f85ab4280ac0461c3fd81bab999939
/include/Entity/Environement/Ground.hpp
cc0f84e704a0aabe6d84f8c949745e9db5fd72b2
[]
no_license
PuentesTimothee/IndieStudio
32ad4e821c17605e79597d663ea60f757f27e0bc
902aa1bf774c46024d71df84b3a731a62a41ecda
refs/heads/master
2021-01-25T12:37:12.424366
2018-03-01T21:02:37
2018-03-01T21:02:37
123,487,508
0
0
null
null
null
null
UTF-8
C++
false
false
509
hpp
// // Created by puentes on 31/05/17. // #ifndef INDIE_GROUND_HPP #define INDIE_GROUND_HPP #include "Entity/Entity.hpp" #include "Components/Components.hpp" #include "Components/Model.hpp" #include "Components/Animation.hpp" #include "Components/EntityState.hpp" namespace Gauntlet { class Ground : public Gauntlet...
[ "timothee.puentes@epitech.eu" ]
timothee.puentes@epitech.eu
235eb890a03afb3b8a8584038d9e7b7d8f50a398
e9cb1818bde5c0c544df0366d51420863b0a5c54
/day03/ex04/SuperTrap.hpp
a2b68786f710dcefd89a0e28e3cf536cd4c62803
[]
no_license
vdoroshyn/42-cpp-piscine
2ba1ac72a74a2b8e1980b041d4411bd95139f160
3f795bd2bf6666007606aff14a8b5d0925168f11
refs/heads/master
2021-05-16T15:58:57.590386
2018-01-30T12:58:12
2018-01-30T12:58:12
119,534,885
0
0
null
null
null
null
UTF-8
C++
false
false
508
hpp
#ifndef SUPERTRAP_HPP #define SUPERTRAP_HPP #include <iostream> #include <string> #include <cstdlib> #include <ctime> #include "NinjaTrap.hpp" #include "FragTrap.hpp" class SuperTrap : public FragTrap, public NinjaTrap { public: SuperTrap(); SuperTrap(std::string name); SuperTrap(SuperTrap const& src); ~Su...
[ "kjioyh9@gmail.com" ]
kjioyh9@gmail.com
e524d6eefdc5ecc1ea67fa6a16184781dab38067
62f045483521c3ceacab50007c86dee7d5888f6f
/plots/Volume/avtOpenGLSplattingVolumeRenderer.h
d100e462969edd335ad5c1fd75c8e7c7b55d903c
[]
no_license
Anubhab-lang/VisIt28RC_Trunk
3638a2141d94195b97b47f6d80d401994eb8208e
df56e18523adb7d84a459dfabd9a17abe8fbb94b
refs/heads/master
2021-05-28T14:03:37.037745
2014-12-30T21:49:02
2014-12-30T21:49:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,908
h
/***************************************************************************** * * Copyright (c) 2000 - 2014, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
[ "brugger@18c085ea-50e0-402c-830e-de6fd14e8384" ]
brugger@18c085ea-50e0-402c-830e-de6fd14e8384
626d82218b005806449409f857dfc8e4614a52dd
d5c490419c5ec71ac4be0f3fec82adbc4d550f61
/Currency.h
043905a848f6635f4cd603ce2810a794c98bc26a
[]
no_license
rlunding/VacationCalculationCPP
25c065ca260e8b9a5d400160246de3cc5fd51ab5
11cf988f4092ee8632c17b67c95ed0fa2fbea45e
refs/heads/master
2021-01-21T05:09:33.805375
2014-12-29T17:02:43
2014-12-29T17:02:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
468
h
#ifndef CURRENCY_H #define CURRENCY_H #include <string> using namespace std; class Currency{ public: Currency(); Currency(string code, string name, double rate); string getCode() const; string getName() const; double getRate() const; int compare(const Currency& right) const; private: ...
[ "lunding@me.com" ]
lunding@me.com
cdaf1e62d2deeeddc2af925943866cd9242d793d
bd06764405581a3b1fe75b31576541e3a3d2c4d9
/Librarium/Character.hpp
688dd5a9fe5732cb9750ceda766dd220c6d5a28d
[]
no_license
simasm99/Librarium
249032df5c52c316fb1ed5caaebf5a501d41a224
a459c5e75f01fdf71960797d8bb47dee0272a7e0
refs/heads/main
2023-09-05T23:39:32.890582
2021-11-17T11:22:10
2021-11-17T11:22:10
423,628,649
0
0
null
null
null
null
UTF-8
C++
false
false
722
hpp
#pragma once #include "texManager.hpp" class character{ public: static const int CHARACTER_WIDTH = 64; static const int CHARACTER_HEIGHT = 64; character(); virtual ~character(); virtual void update() = 0; virtual void render(SDL_Rect camera) = 0; SDL_Rect getCollisionBox() const; void setCollisionBox...
[ "simasm9999@gmail.com" ]
simasm9999@gmail.com
8550a96f7082db87e63b2091ab7e32a2cfc2c367
e16150c19d08a2c7f75b2322ef0757cdcdbe95b4
/TestUnityDemo/Classes/Native/mscorlib1.cpp
9793780c23714aa239d5b3875fe7d5353efe79c7
[]
no_license
xindong/TapSDK_Unity_Demo
4cd939f5d72fdd6d9e9527acb5bb50d8fb6a74e7
8f6105215c50937a656482a89d55c6eb4d2fc8ec
refs/heads/main
2023-02-19T01:56:53.897094
2021-01-20T10:01:19
2021-01-20T10:01:19
323,843,280
0
2
null
2021-01-20T10:01:21
2020-12-23T08:16:22
C++
UTF-8
C++
false
false
2,197,159
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> #include "icalls/mscorlib/System/Buffer.h" #include "icalls/mscorlib/System/CLRConfig.h" #include "icalls/mscorlib/System.Globalization/CalendarData.h" #include "icalls/mscorlib/Syst...
[ "zhangwenyan@xd.com" ]
zhangwenyan@xd.com
b2f54c337b254d8354a686abf34a5e9895a73afd
09d9b50726c2e5cdc768c57930a84edc984d2a6e
/CODEFORCES/CONTEST PROBLEMS/codeforces_399_B.cpp
465938b1d7a1a5447ac0768e97b89b190c7cdd50
[]
no_license
omar-sharif03/Competitive-Programming
86b4e99f16a6711131d503eb8e99889daa92b53d
c8bc015af372eeb328c572d16038d0d0aac6bb6a
refs/heads/master
2022-11-15T08:22:08.474648
2020-07-15T12:30:53
2020-07-15T12:30:53
279,789,803
0
0
null
null
null
null
UTF-8
C++
false
false
814
cpp
#include<bits/stdc++.h> using namespace std; #define lli long long #define mx 100010 vector<lli>v,v1; lli check(lli a) { lli x,y; x=a/2; y=a%2; if(v1.size()<100005); { v1.push_back(x); v1.push_back(y); v1.push_back(x); } } lli xxx() { int flag=0; for(int i=0;i<v....
[ "omar.sharif1303@gmail.com" ]
omar.sharif1303@gmail.com
edb74da1c9517ced137e0dcb451db7153dfdbf52
ef7129ada2d77e4283ae29ff3cb6a64e43e09154
/lte/gateway/c/session_manager/test/test_set_session_manager_handler.cpp
fd01c5285023a79ed7485366919c52319882421a
[ "BSD-3-Clause" ]
permissive
saurabhm3hra/magma
57fcee8209f8aafe95626cea7ab7e4292abda37d
b4fbd71378935a35cabb13ca3762708033e09b88
refs/heads/master
2021-12-15T23:48:29.373368
2021-12-04T00:30:56
2021-12-04T00:30:56
188,944,355
1
0
NOASSERTION
2021-06-11T05:58:13
2019-05-28T03:05:00
Go
UTF-8
C++
false
false
37,826
cpp
/** * Copyright 2020 The Magma Authors. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, ...
[ "noreply@github.com" ]
noreply@github.com
c1d6dba57b7bb4b3abe8483414def16e271d4b73
70b1d21062592106e451d1d2cdbce6585d096117
/blazemark/src/blas/TDVecTDMatMult.cpp
3eb597bc39aceea1774f6b347291c66a1d954291
[ "BSD-3-Clause" ]
permissive
sherryshare/blaze-2.0
5300ab03758b0e5701f44e52923a107b5a42ee25
3c2011b7e59e992f1f8306fc69f17bba9becedc7
refs/heads/master
2016-09-10T01:40:29.813936
2014-07-09T03:37:11
2014-07-09T03:37:11
21,636,696
2
0
null
null
null
null
UTF-8
C++
false
false
7,542
cpp
//================================================================================================= /*! // \file src/blas/TDVecTDMatMult.cpp // \brief Source file for the BLAS transpose dense vector/transpose dense matrix multiplication kernel // // Copyright (C) 2013 Klaus Iglberger - All Rights Reserved // // Thi...
[ "siyuan.sherryshare.wang@gmail.com" ]
siyuan.sherryshare.wang@gmail.com
ea87b84869c367c98f57dda48a24ea48f591d4ed
30def23f0cb672339fcd49d63a024d36d860fe44
/cefui/cefui.cpp
92be5cb18a82a4d09d36e605da10e97fdf9ae486
[]
no_license
shaojava/cefui
141e09ac3eb1cb4380634eee325c02bff13b2213
f79937b74d440c890e1bf1e7ca5473c6f13b707a
refs/heads/master
2021-04-12T08:44:58.865811
2017-06-13T06:15:59
2017-06-13T06:15:59
null
0
0
null
null
null
null
GB18030
C++
false
false
9,726
cpp
// cefui.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "cefui.h" #include "WrapCef.h" #include <comdef.h> #include <gdiplus.h> #include <Shlobj.h> #include <Shlwapi.h> #include "ClientLogic.h" #include "./pipe/sockCli.h" #include <DbgHelp.h> #pragma comment(lib, "DbgHelp.lib") /* #if defined(CEF_USE_SANDBOX) // ...
[ "lincolnfz@gmail.com" ]
lincolnfz@gmail.com
cf06a46e9e48e1e326d20a0f6b3dfbff5e10864b
5a82ac1cefcf56f77368b2cf523a5e7832d74d93
/src/Units1PropertyPage.cpp
54671b2da13d655db57c6a22cf63ce27920a4ee0
[]
no_license
scharlton2/wphast3
a1b225955af8a662dfc487650a140a70f3b44705
23a334f0693ebc42ca914a7b4e17cd11875cc025
refs/heads/master
2023-08-27T18:51:33.531066
2021-10-26T21:31:41
2021-10-26T21:31:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,573
cpp
// Units1PropertyPage.cpp : implementation file // #include "stdafx.h" #include "WPhast.h" #include "Units1PropertyPage.h" #include "Global.h" // CUnits1PropertyPage dialog IMPLEMENT_DYNAMIC(CUnits1PropertyPage, CPropertyPage) CUnits1PropertyPage::CUnits1PropertyPage() : CPropertyPage(CUnits1PropertyPage::IDD) ...
[ "charlton@usgs.gov" ]
charlton@usgs.gov
cf3b728ba87c443d7433216b99b65dcced1aebed
b394796a58aecc9082bc039a95e02e9f7f53f92a
/lightfromlight/lightfromlight.ino
c2902c0089b8f085a0eaeec31da465cc8b86d17c
[]
no_license
jodal/sketchbook
e2823af5077bee2a1cff80606eca24ceee5d8299
e04d60ad19b3ad0b2014a8377696f604d39f463f
refs/heads/master
2021-01-10T19:47:46.337086
2014-12-28T00:35:41
2014-12-28T00:36:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,091
ino
const int greenLEDPin = 9; const int redLEDPin = 10; const int blueLEDPin = 11; const int redSensorPin = A0; const int greenSensorPin = A1; const int blueSensorPin = A2; int redValue = 0; int greenValue = 0; int blueValue = 0; int redSensorValue = 0; int greenSensorValue = 0; int blueSensorValue = 0; void setup() {...
[ "stein.magnus@jodal.no" ]
stein.magnus@jodal.no
7e67b94fe8bcd9a7cf7bac14f69a1afd45f9637b
4af341026c371c8e25d37780c3d2a85063ec60ea
/CF-665-Maximum Distributed Tree - NEVER TAKE MOD BEFORE SORTING.cpp
4938013241664ccbf34d2916a2d01af20d291545
[]
no_license
i-am-arvinder-singh/CP
46a32f9235a656e7d777a16ccbce980cb1eb1c63
e4e79e4ffc636f078f16a25ce81a3095553fc060
refs/heads/master
2023-07-12T19:20:41.093734
2021-08-29T06:58:55
2021-08-29T06:58:55
266,883,239
1
1
null
2020-10-04T14:00:29
2020-05-25T21:25:39
C++
UTF-8
C++
false
false
3,302
cpp
#include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> // Common file #include <ext/pb_ds/tree_policy.hpp> // Including tree_order_statistics_node_update using namespace std; using namespace __gnu_pbds;//which means policy based DS #define endl "\n" #define int long long #de...
[ "arvinderavy@ymail.com" ]
arvinderavy@ymail.com
71b34ee2d3a4e802e4a1e9e065c238162e16da47
aa1a7906ba9ff9987ffed385beea50e6c4bed1f7
/Kernel/header/RTL8168.hpp
cc884a3602bffaeb525cda5210af16792e041437
[ "MIT" ]
permissive
NudelErde/Kernel
36721153fbc8bb933f2440b98b4655498d6843c8
875a0635b5bbd910680970a9446cb86b96b62323
refs/heads/main
2023-07-31T18:40:00.379827
2021-09-21T23:10:34
2021-09-21T23:10:34
360,858,847
0
1
null
null
null
null
UTF-8
C++
false
false
1,168
hpp
#pragma once #include "Ethernet.hpp" namespace Kernel { class RTL8168 : public Ethernet { public: RTL8168(PCI* dev, const PCICommonHeader& header); void onInterrupt(); virtual void setOnLinkChange(void (*)(uint64_t), uint64_t data); virtual void setOnReceive(void (*)(uint64_t, bool), uint64_t data);...
[ "flo2013hei@gmail.com" ]
flo2013hei@gmail.com
756082f51b98c1b3b1ad155ee5640a4938c0ca2f
1c47dcb150f8a4c68f1428c4bf93dc7315d61af9
/Ejercicio4TAIS/Ejercicio4TAIS/04.cpp
afe9f8d95221ec78343824932732e3e080e0be37
[]
no_license
Char-Mander/Ejercicios-TAIS
73542b6a8029cb2b67cb349fc5b50e230ee84ffd
17bddad908fbb5bc7d17d9cfb31a99138709b2ae
refs/heads/master
2020-06-12T12:12:01.102524
2019-06-28T15:26:45
2019-06-28T15:26:45
194,294,375
0
0
null
null
null
null
UTF-8
C++
false
false
1,419
cpp
// Grupo TAIS09 //Laura Jiménez Fernández y Pablo de Torre Barrio #include <iostream> #include <iomanip> #include <fstream> #include <vector> #include <assert.h> #include <stdio.h> #include <algorithm> #include "04H.h" // función que resuelve el problema // La función que resuelve el problema tiene coste O(logN),...
[ "laurajf29@gmail.com" ]
laurajf29@gmail.com
bc635c8713bf9ab4213a0cb1cc0b006755d580b3
b6be5aa8a95fbf3bc574fc2c338349a6bcd3e1b6
/src_qt/rules/DisableNode.h
2f32c45d02392bd07a5dce3a426afd13b1a342bc
[]
no_license
Cnotinfor/TopQX_Mind
cde7bfe765b009a336caa0bbf57d0c166be59718
45e63e1ecf410a53574d288ab3f15855e30787e6
refs/heads/master
2020-05-05T01:57:06.265224
2012-11-28T12:43:50
2012-11-28T12:43:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
461
h
#ifndef DISABLENODE_H #define DISABLENODE_H #include <QtCore/QString> #include "RuleNode.h" namespace CnotiMind { class DisableNode : public RuleNode { public: DisableNode( const QString& task, const QString& value, Brain* brain, QObject* parent ); void exec(); void exec( QHash<QString, QString>& variables...
[ "nuno@cnotinfor.pt" ]
nuno@cnotinfor.pt
9c44902555147e67507bc5f0aa0a21400b163c80
c1fec9321911ff765c7ac27300494525995ccea3
/export/macos/obj/include/lime/_internal/backend/native/DropEventInfo.h
64860f13fa6dd16a4d33d62610a203c4044126bf
[]
no_license
MagnusStrom/Fight
9621a7162118ea96c483498107437f5061074285
b0de99f412e8b94161cc555d839a464f4a47573b
refs/heads/main
2023-07-11T22:24:35.145753
2021-08-09T09:20:46
2021-08-09T09:20:46
392,041,079
2
0
null
null
null
null
UTF-8
C++
false
true
2,771
h
// Generated by Haxe 4.1.5 #ifndef INCLUDED_lime__internal_backend_native_DropEventInfo #define INCLUDED_lime__internal_backend_native_DropEventInfo #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_STACK_FRAME(_hx_pos_a21879e7650910f2_655_new) HX_DECLARE_CLASS4(lime,_internal,backend,native,DropEventInfo) namesp...
[ "magnuscock69@gmail.com" ]
magnuscock69@gmail.com
426613f924bee33bb2f4012b7ffc69559ac86e29
ed5499b7cf3424a2f0111a4401aedaa5757790a5
/src/majority/majorityCheck.h
8e1fd79a8ba74e72efd733ece07061af9d7143e5
[]
no_license
Oiwen/dsa
72b4b0ac2a106eeff4dea4ce9e52411f1a6dabe7
9b72387aa11965901c31bdf180f18fb219fea8d9
refs/heads/master
2020-12-14T22:38:32.752980
2020-01-19T12:37:39
2020-01-19T12:37:39
234,896,626
1
0
null
null
null
null
GB18030
C++
false
false
945
h
/****************************************************************************************** * Data Structures in C++ * ISBN: 7-302-33064-6 & 7-302-33065-3 & 7-302-29652-2 & 7-302-26883-3 * Junhui DENG, deng@tsinghua.edu.cn * Computer Science & Technology, Tsinghua University * Copyright (c) 2003-2019. All rig...
[ "1455745217@qq.com" ]
1455745217@qq.com
29f9d3dc2fe46e7346291c1fde77f60eb7917a4b
b127124fdb318fd4aeb6680e1ec8178325cad8b5
/按 OJ 分类/牛客网/f-牛客网-2018 美团 CodeM 编程大赛-初赛 B 轮/1-开关灯/main.cpp
5f4c55a9bf213ccf3abb53c6368ceb188de89ddf
[]
no_license
derekzhang79/ACM-1
af4c297fddb52f34216f127b3660fecab0920bf5
3414f319207ff29418c1b22d502481d0ac39d1ce
refs/heads/master
2020-04-30T06:48:11.049931
2018-07-25T15:04:32
2018-07-25T15:04:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,863
cpp
// // main.cpp // f-牛客网-2018 美团 CodeM 编程大赛-初赛 B 轮 // // Created by ZYJ on 2018/6/23. // Copyright © 2018年 ZYJ. All rights reserved. // // GitHub : https://github.com/f-zyj // CSDN : https://blog.csdn.net/f_zyj // #include <iostream> #include <algorithm> #include <cstring> #include <cstdio> using namespace std...
[ "1179754741@qq.com" ]
1179754741@qq.com
9222a7b8da3e3a3ce70fda70590f85791c399eb4
868e8628acaa0bf276134f9cc3ced379679eab10
/firstCrude2D/we123/h10_refined/0.133/U
d0da57d2a3af94a40a412d767789dc3fb1edc783
[]
no_license
stigmn/droplet
921af6851f88c0acf8b1cd84f5e2903f1d0cb87a
1649ceb0a9ce5abb243fb77569211558c2f0dc96
refs/heads/master
2020-04-04T20:08:37.912624
2015-11-25T11:20:32
2015-11-25T11:20:32
45,102,907
0
0
null
2015-10-28T09:46:30
2015-10-28T09:46:29
null
UTF-8
C++
false
false
364,562
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "stig.m.nilsen@gmail.com" ]
stig.m.nilsen@gmail.com
8391a84b1550018c480a644f74c45894a66af746
9a12b9b1f7a10e7d86b848011026fb1decf084a1
/xcore/meta_data.h
957fa25dbab5b9bb058a12618364a05adc6c3106
[ "Apache-2.0" ]
permissive
shartoo/libxcam
d63eeaebaba0a7fb618ebe4874c746d86ba2afb7
8acce6e12644589b5e7046f56b17c504b32af3fb
refs/heads/master
2021-08-18T21:54:26.885185
2017-11-23T11:46:40
2017-11-24T01:59:59
111,905,848
2
0
null
2017-11-24T10:24:51
2017-11-24T10:24:51
null
UTF-8
C++
false
false
1,574
h
/* * meta_data.h - meta data struct * * Copyright (c) 2017 Intel Corporation * * 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 * ...
[ "feng.yuan@intel.com" ]
feng.yuan@intel.com
8dd03b9fe718b6f985ec79e4e362df128d8b0885
90a6b183a726e2436de9b44f485c02a039b30b97
/src/blackscholes.hpp
6a919897ac5157947b58ce2c5a449041dfb2f8c9
[ "MIT" ]
permissive
NicolasMakaroff/implied-volatility-learning
4a86767bb6eda19319d484b2ae49e8f0160429a0
907dfe4496be35708881f7b40c1b543a8574d649
refs/heads/master
2021-05-16T22:55:26.318432
2020-04-29T08:28:33
2020-04-29T08:28:33
250,504,155
0
1
MIT
2020-04-29T08:28:35
2020-03-27T10:25:57
Jupyter Notebook
UTF-8
C++
false
false
490
hpp
#ifndef __BLACKSCHOLES_H #define __BLACKSCHOLES_H #include <iostream> #include <cmath> #include <armadillo> namespace bsc{ class BlackScholes{ private: double S_; double K_; double r_; double T_; public: ...
[ "nicolas.makaroff@ensiie.fr" ]
nicolas.makaroff@ensiie.fr
194e3768c485c0c284311363c89017d35d5840a3
5fade67559b840a1f9ff58609eb69d11301aea28
/Project1/Source.cpp
02a54b392e925f1fb92f0597c92892dc4febed72
[]
no_license
zenkota/Projects
6f4151dfdc97a357f61c833c69f7e88f5e287633
a6c98f7827fe81c18de20ec7fdd0245cd257c257
refs/heads/master
2021-04-27T04:28:50.457261
2019-03-23T11:17:45
2019-03-23T11:17:45
122,579,942
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
836
cpp
// работа со строкой и с числами #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <iostream> #include <string> using namespace std; int main(void) { int num = 345, n; char *a, *b, *e; n = 200; a = (char*)malloc(n * sizeof(char)); b = (char*)malloc(n * sizeof(char)); //strset(b, (...
[ "ZenkoTA@bsu.by" ]
ZenkoTA@bsu.by
d4e04850b11dcabe80ae66d431a2e57ff8e65552
8eae6774231f4a313e7aa8ac30d5c678dc1c2a42
/CodeForces/1422 B.cpp
5cc028b6ddb2579e11bde0e6dc854f5cbdef501e
[ "MIT" ]
permissive
windcry1/My-ACM-ICPC
c97b203e5e54d355168ed14db888f4a1b3e6c363
b85b1c83b72c6b51731dae946a0df57c31d3e7a1
refs/heads/master
2021-09-06T20:47:56.525749
2021-08-22T14:06:10
2021-08-22T14:06:10
231,622,263
0
0
null
null
null
null
UTF-8
C++
false
false
2,475
cpp
/************************************************************************* >>> Author: WindCry1 >>> Mail: lanceyu120@gmail.com >>> Website: https://windcry1.com >>> Date: 12/30/2019 11:03:37 PM *************************************************************************/ //#pragma GCC optimize(2) //#pragma GCC diagnostic ...
[ "lanceyu120@gmail.com" ]
lanceyu120@gmail.com
9a3d5b394f8e89b08e738a7854cbbe3250311d09
0bf0f7818f12c8fca8d9c6548eaa92615d31ebd8
/07_Shape/Source/Sample/lodepngBuild.cpp
2e0d63bc475e4f430dbc794a29030f904876ec71
[ "MIT" ]
permissive
n-suudai/D3D11Sample
c0ef47e4fc757f0e1dbf84d6292d996c708289f7
ade7976b67d306c07ae29d2f9dd3becfb9770e33
refs/heads/master
2021-07-19T08:16:20.035919
2020-04-14T01:58:58
2020-04-14T01:58:58
130,796,235
0
0
null
null
null
null
UTF-8
C++
false
false
34
cpp
#include "lodepng/lodepng.cpp"
[ "34059792+n-suudai@users.noreply.github.com" ]
34059792+n-suudai@users.noreply.github.com
78615b895c260a89d466d8a4d5d35656ebae979a
6734e256fb6749960ab177b090c105391bd9ecf8
/Code/Morque++/Morque++/PuzzleRoom.cpp
b5d35a8805b8ef0ea08d5aedd601e3b284c5bc9c
[]
no_license
joncmak/Morque-
ca416825011bc287382e0b11e9ee7f86fd0f4128
826904bb2861d16729339bdf33a7952f28b44686
refs/heads/master
2021-01-10T09:19:04.342195
2015-11-15T05:26:35
2015-11-15T05:26:35
45,947,517
0
0
null
null
null
null
UTF-8
C++
false
false
2,069
cpp
#include "PuzzleRoom.h" #define WALL 0 #define DOOR 1 using namespace std; /// /// Constructor for PuzzleRoom /// /// Parameters: /// string pID - uuid for instance of PuzzleRoom /// int* pAdjacencyList - integer array for adjacency list /// PuzzleRoom::PuzzleRoom(string pID, int* pAdjacencyList) : Room() { if(pID ...
[ "joncmak@gmail.com" ]
joncmak@gmail.com
9d65587aa0f007f6ff90840de180b6909078d826
480bae61c4f4336eb7466096f0ff3e9d1b6789b1
/src/coreclr/src/jit/hwintrinsiccodegenarm64.cpp
45199b5ca2e0f8b446ee53423c376b3c493ce9d1
[ "MIT" ]
permissive
thomasgassmann/runtime
728b624c792bc28b2d4ac898a0e91f4631e1c893
ff386383623a8dc809c20f2ab3e18bef4370d451
refs/heads/master
2020-09-23T20:30:07.551516
2019-12-13T21:04:26
2019-12-13T21:04:26
225,575,108
4
0
NOASSERTION
2019-12-03T09:02:11
2019-12-03T09:02:10
null
UTF-8
C++
false
false
7,962
cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #include "jitpch.h" #ifdef _MSC_VER #pragma hdrstop #endif #ifdef FEATURE_HW_INTRINSICS #include "emit.h" #include...
[ "noreply@github.com" ]
noreply@github.com
8a6f70189e38901d0a5a2415d4eccefc9ce86100
06eb60c98f4d106fc3bb3d0b7e990828b87d714d
/Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp
38886545d8825ed19d918dcd6048650267d435f1
[]
no_license
snyh/dui
9486a81d97ec1173b161b6aef8fcea21066aebff
c4464629f1efdecae792ed3abc2a7fc9ce9b88db
refs/heads/master
2021-01-25T08:28:55.224303
2013-10-23T00:42:02
2013-10-23T00:42:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,812
cpp
/* * Copyright (C) 2011 Igalia S.L. * Copyright (c) 2008, Google Inc. All rights reserved. * Copyright (c) 2012, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source...
[ "snyh@snyh.org" ]
snyh@snyh.org
98ac8f473fcad68f5d1dc86aae199e84cd74b0bc
be58b958a814db71b3fe199f3caf5305c72bc155
/atm/src/BankAPI.cpp
07cbe471588bfad32fff8fb97d7044fb47b233e1
[]
no_license
somenkovnikita/bank
76a40ec8f20e3a756dd956200ae6f8979ae88096
9bbeada25404d6ed0a78daf56203e9eb887dd5fc
refs/heads/master
2021-05-10T13:55:36.736883
2018-01-24T13:05:06
2018-01-24T13:05:06
118,493,695
0
0
null
null
null
null
UTF-8
C++
false
false
2,810
cpp
/** * @author Nikita Somenkov * @email somenkov.nikita@icloud.com * @date 20 Jan 2018 */ #include <vector> #include <sstream> #include "BankAPI.hpp" std::vector<std::string> split(const std::string &message) { std::stringstream stream; stream << message; std::string line; std::vector<std::s...
[ "somenkov.nikita@icloud.com" ]
somenkov.nikita@icloud.com
a58c50727ec971abc07aaf819502f121f1bc2c5b
de1805732512e4c4d41c63bed6a44a76ac5dd254
/SpyCProject/SpyC/dronemodel.h
ac39fd43ca4f325ae2da09abbd3cb4149ad5d414
[]
no_license
UAVWorks/DroneProject
47dac4150e36b0d31aaf7db05f1f157ce7331c37
81a4c4549a76937c1c54669e0359a087251bc4e0
refs/heads/master
2020-05-17T17:39:45.062783
2018-09-09T09:55:45
2018-09-09T09:55:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,726
h
#ifndef DRONEMODEL_H #define DRONEMODEL_H // Qt #include <QAbstractListModel> // Application #include <alert.h> namespace Core { class DroneBase; } class DroneModel : public QAbstractListModel { Q_OBJECT Q_PROPERTY(int droneCount READ droneCount NOTIFY droneCountChanged) public: //----------------------...
[ "legallfranck@yahoo.com" ]
legallfranck@yahoo.com
ead504e056332fa57022cb409027d4fe709370c3
a1e89a43e3c713bd71647c98c67628ef6a8f8120
/Programacion C++/Segundo parcial programacion/While/calificacion.cpp
126c183881837e4c6019686298e2d3268a965b04
[]
no_license
premutoz17/uaemex_mate
f6b4213609bd857b6a6db4f1029bc6b13ee7493d
2c138f1d75285d021b8290dfd4f51c4f9f4b597e
refs/heads/master
2022-11-06T17:28:58.723427
2020-06-28T22:03:35
2020-06-28T22:03:35
275,676,105
0
0
null
null
null
null
UTF-8
C++
false
false
428
cpp
#include<iostream> #include<clocale> #include<stdlib.h> using namespace std; int main () { setlocale (LC_CTYPE, "Spanish"); float n; cout<<"\nIngrese la nota de una asignatura: "; cin>>n; while (n<0 || n>10) { cout<<"\n\tError, nota incorrecta.\n"; cout<<"\nIngrese la nota de una asignatura: "; cin>>n;...
[ "cffg@protonmail.com" ]
cffg@protonmail.com
6c75f88c0781fb9b74551f204480767fb057548d
8f856432e98231e79d1f49a46aefd014599bf708
/Employee/Main.cpp
25abdc2a0c1d0a3f78a7169322e520b40d0ff833
[]
no_license
akash0395/uniquerepo
e01529504926ac3afdc04d6e19437b3eb99a0d83
188843f6fec9c6277486768afd869ce644146743
refs/heads/master
2020-09-23T22:09:37.210794
2019-12-03T15:29:46
2019-12-03T15:29:46
225,598,933
0
0
null
null
null
null
UTF-8
C++
false
false
122
cpp
#include<iostream> using namespace std; #include"Employee.h" int main() { Employee e1(12,"abc",21000,2); cout<<e1; }
[ "akashmane1434@gmail.com" ]
akashmane1434@gmail.com
1c63b405230931b89efa6d3c7bb557a1f3d9d26e
f1b65a67115058db99e200f3e4288b0ff607da2b
/339_Nested List Weight Sum.cpp
0b4b47e72ad426169f4edbfb8ee7d21d45d8c065
[]
no_license
Liurunex/Leetcode
d8d0f28a61f0303274881c144a214892e786afed
21de5f8b91053c5befc579e34b6c76a9c2fc1ccd
refs/heads/master
2021-01-25T09:26:16.516436
2018-06-05T11:27:38
2018-06-05T11:27:38
93,832,959
1
2
null
null
null
null
UTF-8
C++
false
false
1,323
cpp
/** * // This is the interface that allows for creating nested lists. * // You should not implement it, or speculate about its implementation * class NestedInteger { * public: * // Return true if this NestedInteger holds a single integer, rather than a nested list. * bool isInteger() const; * * //...
[ "zxliu@freewheel.tv" ]
zxliu@freewheel.tv
6e6cae01be2a3912ec9e0fec8f7bdda632c6b533
b80e75e868e455c37eeb0a9d518aed9ac82427f4
/videolib/src/main/cpp/Audio.h
00ac7f9bcd0283b1a93bfa52917d92e0445f41a6
[]
no_license
linux-liu/VideoPlay
402d9306fded5d8ea7ea4a7d7755e66de022116a
b5480d2f4004b95dae69b4fc6f1112fbb892a83e
refs/heads/master
2020-12-01T16:43:10.360769
2020-04-04T07:28:35
2020-04-04T07:28:35
230,701,393
3
1
null
null
null
null
UTF-8
C++
false
false
2,534
h
// // Created by liuxin on 19-8-24. // #ifndef AUDIOPLAY_AUDIO_H #define AUDIOPLAY_AUDIO_H extern "C"{ #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" #include "libswresample/swresample.h" }; #include "AvPacketQuene.h" #include "PlayStatus.h" #include "CallJava.h" #include <SLES/OpenSLES_Android.h>...
[ "836056673@qq.com" ]
836056673@qq.com
4503657c0052b4d9cfd6f365e4dcd9059e1f936a
c78bce673a8b5ff62d947ee35733bb3397c22529
/MVCTP/MVCTPReceiver.cpp
ac79ddd51f06bea70a2b820c8627b3d7d1259622
[]
no_license
bemile/mvctp_v2
37b1d24750a94612814812c7658a6e4f81365f8f
d1fe450367dce923fabb9e09e615aa1b296ff265
refs/heads/master
2016-09-06T15:51:31.684263
2013-02-04T09:59:20
2013-02-04T09:59:20
2,377,202
0
0
null
null
null
null
UTF-8
C++
false
false
46,564
cpp
/* * MVCTPReceiver.cpp * * Created on: Jul 21, 2011 * Author: jie */ #include "MVCTPReceiver.h" MVCTPReceiver::MVCTPReceiver(int buf_size) { //ptr_multicast_comm->SetBufferSize(10000000); retrans_tcp_client = NULL; multicast_sock = ptr_multicast_comm->GetSocket(); srand(time(NULL)); packet_loss_rate...
[ "jacklee1985@gmail.com" ]
jacklee1985@gmail.com
63f30990d75e9aa1ae9a213cddb9e6aba9e920c7
9519d5bdc02326027eb0664511796470590df20d
/ZCode/69_CPPPRI16.cpp
89674af64ea84f573bfa72c42f62c6288d5821aa
[]
no_license
Tonoss-412/Code-Cpp
4c2676016f6553197375f7daed51a45ec8265fbb
3d39b228f8a2c87e0b639ad99262e966adab31b0
refs/heads/master
2023-06-23T04:17:07.725388
2021-07-21T12:40:10
2021-07-21T12:40:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
797
cpp
#include <bits/stdc++.h> #define faster() ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); #define base 1000000007 #define N 100005 using namespace std; typedef long long ll; typedef unsigned long long ull; typedef unsigned int uint; typedef vector <int> vi; typedef vector <string> vs; bool a[N]; vi v; void solve(){...
[ "kieuoanh16012001@gmail.com" ]
kieuoanh16012001@gmail.com
d7c6cef5a3d8f60e165d369032f6f372565b83f6
0813e18eb6b6cd5de9898c33788b9ab7e93727c6
/atcoder/agc024/b.cpp
04e8a462b17bd3cfdf7be994574b6026e5cf2bff
[ "MIT" ]
permissive
metaflow/contests
a769e97337363743a1ec89c292d27939781491d3
5e9ffcb72c3e7da54b5e0818b1afa59f5778ffa2
refs/heads/master
2021-07-13T00:09:23.470950
2021-06-28T10:54:47
2021-06-28T10:54:47
19,686,394
1
0
null
null
null
null
UTF-8
C++
false
false
1,868
cpp
#if defined(LOCAL) #define PROBLEM_NAME "b" const double _max_double_error = 1e-9; #include "testutils.h" #define L(x...) (debug(x, #x)) #define I(x, ...) (x) #define C(x...) CHECK(x) #else #define L(x, ...) (x) #define I(x, ...) (x) #define C(x, ...) ; #include <bits/stdc++.h> #endif using namespace std; using vi = v...
[ "goncharov.mikhail@gmail.com" ]
goncharov.mikhail@gmail.com
48be68e9f43172e791aa43ac48911410d03d7727
0d75cdbd44bef47eb083f7b178cf5ab501e352b1
/libraries/ESP8266_AT_WebServer/examples/AdvancedWebServer/AdvancedWebServer.ino
ed6fdd045be1b0ffaf63819d7ff7b8893acf5ea9
[ "MIT" ]
permissive
alancruz-ui/arduinoo
cc5c79922e3448a7fc059497e0ddb0b0949438a9
8b1a9ffedc8367d1a246f7c5f87ba75a4aaae83a
refs/heads/master
2023-06-20T06:02:19.460436
2021-07-17T05:58:10
2021-07-17T05:58:10
386,850,030
0
0
null
null
null
null
UTF-8
C++
false
false
7,844
ino
/**************************************************************************************************************************** AdvancedWebServer.ino - Simple Arduino web server sample for ESP8266/ESP32 AT-command shield For ESP8266/ESP32 AT-command running shields ESP8266_AT_WebServer is a library for the E...
[ "ronaldo.hlo11@gmail.com" ]
ronaldo.hlo11@gmail.com
4bd0ec3f7908ae0d73095bac0e69f40a45431faa
d33c86f4f8e9cbe815ddcd485585417a6b1f7a4c
/Sources/searcher.cpp
01ce10c3145290ae5d8421d88bc5690ca645a81f
[]
no_license
qrort/substring-finder
279cd3fa9d550d3335bfc05acf37b1e73efbd57c
e1b796cdca6adc7a87b86cb4042144c6711c60fd
refs/heads/master
2020-04-17T11:27:39.978618
2019-03-03T14:32:45
2019-03-03T14:32:45
166,541,695
0
0
null
null
null
null
UTF-8
C++
false
false
2,146
cpp
#include "../Headers/searcher.h" #include "../Headers/fileindexer.h" #include <QFile> #include <cassert> #include <QDebug> Searcher::Searcher(DirectoryIndex *_data, QString _query, int _l, int _r) { data = _data; query = _query.toStdString(); l = _l; r = _r; } Searcher::~Searcher() {} void Searcher::...
[ "axenick@list.ru" ]
axenick@list.ru
332a462ac9c87f1be490a63f77beed893db97f73
6a69d57c782e0b1b993e876ad4ca2927a5f2e863
/vendor/samsung/common/packages/apps/SBrowser/src/media/cast/video_receiver/video_receiver.cc
8d68431319b82eff7efe5c1747df5ae4efdb8c1a
[ "BSD-3-Clause" ]
permissive
duki994/G900H-Platform-XXU1BOA7
c8411ef51f5f01defa96b3381f15ea741aa5bce2
4f9307e6ef21893c9a791c96a500dfad36e3b202
refs/heads/master
2020-05-16T20:57:07.585212
2015-05-11T11:03:16
2015-05-11T11:03:16
35,418,464
2
1
null
null
null
null
UTF-8
C++
false
false
20,440
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. #include "media/cast/video_receiver/video_receiver.h" #include <algorithm> #include "base/bind.h" #include "base/logging.h" #include "base/message_loop/...
[ "duki994@gmail.com" ]
duki994@gmail.com
57c1d1f61d072ad27c41833eb85c824beb506295
04346b65ca464c578dcadd94c1b3c5676542d39e
/PlaneGame/main.cpp
c8f737ec1d2a46abee4d0b93f3a751904867f1b3
[]
no_license
spyrosbazios/Asteroids
bf2f63eba9eef15a18bc80222bd3ef14477d5861
bc646206c0ff0dd79ccba638800a5abad7d7ab06
refs/heads/master
2023-03-31T05:01:37.055892
2021-04-01T20:34:10
2021-04-01T20:34:10
353,818,282
1
0
null
null
null
null
UTF-8
C++
false
false
775
cpp
#include <graphics.h> #include "Game.h" #include "Config.h" void draw() { Game* game = reinterpret_cast<Game*>(graphics::getUserData()); game->draw(); } void update(float dt) { Game* game = reinterpret_cast<Game*>(graphics::getUserData()); game->update(); } int main() { Game myGame; graphi...
[ "p3170113@aueb.gr" ]
p3170113@aueb.gr
e5285355c93a44c102f26ec3dcee5f60e8ef8c58
e91340723e34cad438c01626134a7e0d56672145
/DataDriven/Source/DataDriven/Public/DDCore/DDCenterModule.h
839d2c2f7d03eea94664da8f70e5b0b149408431
[]
no_license
penglixin/GameSource
799802bd28ad4a4bf169e68aaf797ad8038e13d0
6f10830ec1d62db7c07f93c9b6735706dac3a8de
refs/heads/master
2020-09-17T01:23:17.609277
2020-03-02T09:04:10
2020-03-02T09:04:10
223,945,526
0
0
null
null
null
null
GB18030
C++
false
false
1,762
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "DDCore/DDModule.h" #include "DDCenterModule.generated.h" class IDDOO; /** * */ UCLASS() class DATADRIVEN_API UDDCenterModule : public UDDModule { GENERATED_BODY() public: //迭代调用本模组以及子...
[ "55976060+penglixin@users.noreply.github.com" ]
55976060+penglixin@users.noreply.github.com
6856a794a1bc2bf73a5acab2e4860f173e063126
f313c6df81673cfb79c478359d00aad4a38d4c54
/in-proto-8-5-04-ps2/TestBuild/in/Core/x/xIM.cpp
68591177173fdd7812618c47191b42bad3c1a3de
[]
no_license
seilweiss/dwarfdb
2ee1a1d748d83f6d14413bd58312c99059af99bc
9afc2132cd69f11ed6e69bd4b2b67805bc1828b9
refs/heads/main
2023-08-14T23:48:48.254038
2021-10-07T05:40:50
2021-10-07T05:40:50
414,475,004
2
0
null
null
null
null
UTF-8
C++
false
false
8,876
cpp
typedef struct xVec3; typedef struct xVec2; typedef struct HIFastIMLockStruct; typedef struct xColor_tag; typedef struct xIMLockParameters; typedef struct RwRGBA; typedef enum xIMFormat; typedef struct RwV3d; typedef float32 type[3]; struct xVec3 { union { RwV3d m_RwV3d; float32 x; }; float32 y; float32 z; ...
[ "32021834+seilweiss@users.noreply.github.com" ]
32021834+seilweiss@users.noreply.github.com
b4410abca4a42f43d032aad3baa7f859730e5e6f
3f84e550f46760e67330b9d1c24a62b5cae3c7eb
/pfms-2019a-Johnson15177-master/tutorials/week08/starter/opencv/access_pixels/access_pixels.cpp
1460ad16a93819b057ef4dd0ce9b2e776e3eeffa
[]
no_license
esteban-andrade/projects
58f303a6901b5eba340ca8c856eaea8ddd633f63
b569f241b6dd1302811cce91407df7ac54a9ffa5
refs/heads/master
2020-07-03T11:59:43.915046
2020-05-15T02:58:18
2020-05-15T02:58:18
201,897,707
0
0
null
null
null
null
UTF-8
C++
false
false
920
cpp
#include <stdio.h> #include <opencv2/opencv.hpp> using namespace cv; int main(int argc, char** argv ) { if ( argc != 3 ) { printf("usage: ./access_pixels.cpp <Image_Path>\n"); return -1; } Mat image; image = imread( argv[1], IMREAD_GRAYSCALE); if ( !image.data ) { printf(...
[ "esgaanza98@gmail.com" ]
esgaanza98@gmail.com
1c89d97f433becaa296f7ecca9533e66ca39fa0c
4f77767332e03abd83a78b15752f1205b39bd38c
/binaryTreeLevelOrderTraversal.cpp
9237df0d7ca8621a91b8c60ab84a3fd3625600cd
[]
no_license
Ryanst/Leetcode
6b79d80287c7b560e79aded31225f87d62fef661
ad83324ea776c034c216a63090db95ff0028aa80
refs/heads/master
2021-01-10T19:38:08.075477
2015-08-18T13:35:01
2015-08-18T13:35:01
34,777,667
1
1
null
2015-08-18T13:35:01
2015-04-29T07:01:58
C++
UTF-8
C++
false
false
333
cpp
#include <iostream> #include <queue> using namespace std; struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; class Solution { public: vector<vector<int> > levelOrder(TreeNode *root) { queue(*TreeNode) treeQueue; vector<vector<int...
[ "zhengjuntong@gmail.com" ]
zhengjuntong@gmail.com
93eba099396d597e22b9e3ac34f63faa230bf473
13676595f663ca4daea57d617ce766d87751e9cc
/GTKmmStack36/include/gtkmm-3.6.0/gtk/gtkmm/combobox.h
ff3d8212e219b4961b2998b0433b3a1f27f28061
[]
no_license
anroniogi/opros_knu
7b4f41b9d28ec41e41f6c2e29469f08ff87090ba
3c27522f2d1d948a7f4bd0b543d60a3bdc2115ef
refs/heads/master
2021-01-23T20:26:45.413064
2017-11-22T15:02:05
2017-11-22T15:02:05
102,856,847
1
0
null
null
null
null
UTF-8
C++
false
false
35,519
h
// -*- c++ -*- // Generated by gtkmmproc -- DO NOT MODIFY! #ifndef _GTKMM_COMBOBOX_H #define _GTKMM_COMBOBOX_H #include <glibmm/ustring.h> #include <sigc++/sigc++.h> /* * Copyright (C) 2003 The gtkmm Development Team * * This library is free software; you can redistribute it and/or * modify it under the terms of...
[ "anroniogi@icloud.com" ]
anroniogi@icloud.com
89abcf8795c49b60d569392e3f2eb4d511bbc7f1
b19636dc2176def2912726062a935aba23c8502c
/sw/src/TrackingAction.cc
a775c2fad08fd6792e5591e0c23ba14216e9fabd
[]
no_license
forthommel/pps-timing
cf0ab93bc78d9ee8f7b78bcaf25cebe8368c161f
8c1d75fb1c9b5031461aa82d0c3e7ee6eecf6127
refs/heads/master
2021-01-01T05:34:44.707603
2015-05-22T22:27:40
2015-05-22T22:27:40
29,981,043
1
6
null
2015-05-22T22:27:41
2015-01-28T18:12:36
C++
UTF-8
C++
false
false
941
cc
#include "TrackingAction.hh" namespace PPS { TrackingAction::TrackingAction() {} TrackingAction::~TrackingAction() {} void TrackingAction::PreUserTrackingAction(const G4Track* aTrack) { if (!aTrack->GetParentID() and !aTrack->GetUserInformation()) { TrackInformation* extra_info = new Trac...
[ "laurent.forthomme@cern.ch" ]
laurent.forthomme@cern.ch
375248cb84cfe419a2d23ba53cba9d7941cfe6b8
09179cdbd202e7fae5baf2a0c3d145d3ad606879
/math/array.h
44f9aaca2aba3c2c2ba6e136ba5c8e94c85f19bc
[]
no_license
amecky/diesel2D
ffb89faabd925abf88f4eaded5fcd3dc3f4b129b
978cdbdfef73d1b4437a0d88e260734e865e1f27
refs/heads/master
2020-12-13T23:18:24.787635
2016-04-14T19:37:40
2016-04-14T19:37:40
17,738,880
0
0
null
null
null
null
UTF-8
C++
false
false
2,430
h
#pragma once #include "collection.h" #include <string.h> namespace array { // ----------------------------------------------------- // returns size of the array // ----------------------------------------------------- template<class T>uint32 size(Array<T>& ar) { return ar._size; } // ------------------------...
[ "amecky@gmail.com" ]
amecky@gmail.com
ad7f06c105f377b85927a563305cb73ca3169e2b
d67cb36c71782c369144d17e7d99819a92222ddd
/leetcode/balanced_binary_tree.cpp
07adad9d312045dc9bde26858d754bdae7304074
[]
no_license
prodigyaj/turbo-octo-lana
244e619cb67de4a974a65931774b0d3ff1fca4ff
607afb68fdef369a5a80f67a3fce05a141987c13
refs/heads/master
2020-05-17T12:50:24.750468
2015-04-23T02:27:59
2015-04-23T02:27:59
27,248,188
0
0
null
null
null
null
UTF-8
C++
false
false
630
cpp
/** * Definition for binary tree * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: int findDiff(TreeNode *root) { if(root == NULL)return 0; return 1+max(findDiff(roo...
[ "prodigyaj@gmail.com" ]
prodigyaj@gmail.com
c6944ab236ef3304736902c12b51f8b8f35d280e
7b5787e97cc8a73c80d524891ad58398086e261a
/ObjectExplorer/MainFrm.h
7e8cb3eac7266684d8065629e2edba37a51fbcbd
[ "MIT" ]
permissive
zx0CF1/ObjectExplorer
67fac8d884d889184536f63401e6066b4daff395
bc47dbf2f735ec114fd5b02478c628a3c73c4961
refs/heads/master
2022-07-14T16:48:02.335085
2020-05-16T09:00:23
2020-05-16T09:00:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,720
h
// MainFrm.h : interface of the CMainFrame class // ///////////////////////////////////////////////////////////////////////////// #pragma once #include "ObjectManager.h" #include "INterfaces.h" #include "ToolBarHelper.h" class CMainFrame : public CFrameWindowImpl<CMainFrame>, public CAutoUpdateUI<CMainFrame>, p...
[ "zodiacon@live.com" ]
zodiacon@live.com
75590660cff2f5e7517a80134ea4526ed4626756
400cf7a72ef2243909284fb3d90ad1305f0bba6b
/source/FileWatcherLinux.cpp
00473b2c36dd00d2faf28abd30fff44e79805eff
[ "MIT" ]
permissive
warrengalyen/filehawk
0d0988e56abd53df4af55793d6ac895be252081a
ae134b3f9eb7fcd14c4aeb85671df2933064ec3b
refs/heads/master
2020-03-25T03:17:50.358524
2018-08-02T19:05:56
2018-08-02T19:05:56
143,333,685
1
0
null
null
null
null
UTF-8
C++
false
false
4,309
cpp
#include <filehawk/FileWatcherLinux.h> #if FILEWATCHER_PLATFORM == FILEWATCHER_PLATFORM_LINUX #include <sys/stat.h> #include <fcntl.h> #include <string.h> #include <stdio.h> #include <errno.h> #include <unistd.h> // read #include <sys/inotify.h> #define BUFF_SIZE ((sizeof(struct inotify_event) + FILENAME_MAX) * 1024...
[ "wgalyen@hotmail.com" ]
wgalyen@hotmail.com
c91c64cf3bf4316089822aa18504723112f1e302
3c85eda2053d2c470224310d459d4d6822c126b9
/Player.h
f03280abde60a67ca2c637a02f1c4aa9bb85767f
[]
no_license
abhishekpapanna/Qt-GameNew
849e1eb3d09f09a1009c226b7fad0bb2c609e4db
7b859c883a4d272330da7de55dedde81f7d7243f
refs/heads/master
2022-10-25T09:41:29.287274
2020-06-18T14:52:02
2020-06-18T14:52:02
273,259,768
0
0
null
null
null
null
UTF-8
C++
false
false
437
h
#ifndef PLAYER_H #define PLAYER_H #include <QGraphicsPixmapItem> #include <QGraphicsItem> #include <QObject> #include <QMediaPlayer> class Player : public QObject, public QGraphicsPixmapItem { Q_OBJECT public: Player (QGraphicsItem * parent=0); void keyPressEvent(QKeyEvent * event); public slots: voi...
[ "me@abhishek.cloud" ]
me@abhishek.cloud
7d979bc4fd93002d727d3d812901c0deae7134d7
3c2001cfbb716251f7cb8c6b5626e48a3db02108
/gui_source/guimainwindow.cpp
4489d928f65c0d5be0ad548b1a27379fe3be93b1
[ "MIT" ]
permissive
Radhey100/XPEViewer
019bc45ca36d4ffb03e5dad3e2efe6da97bdc97e
727c6bf088625e420cfddbc19c1a282058be3baf
refs/heads/master
2023-08-29T03:52:30.541629
2021-10-17T15:49:52
2021-10-17T15:49:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,583
cpp
// copyright (c) 2020-2021 hors<horsicq@gmail.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, mod...
[ "horsicq@gmail.com" ]
horsicq@gmail.com
83b9db65c82c27ff37e769c548ded846542e6c5c
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/SharingDependency/UNIX_SharingDependency_AIX.hxx
9744aa5d7b4d692ebe5f42b0efba9f8f2e21c5a4
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
128
hxx
#ifdef PEGASUS_OS_AIX #ifndef __UNIX_SHARINGDEPENDENCY_PRIVATE_H #define __UNIX_SHARINGDEPENDENCY_PRIVATE_H #endif #endif
[ "brunolauze@msn.com" ]
brunolauze@msn.com
763625b72d9d89a3adeb45caebc04d3f71ea97a3
a17092ecbb446c64129720491c5a409dfee08c55
/Projects/V2X/src/GHDMA3A/CanDriver.h
832d4d327d58a1d45567c1c52864b05dac9836e0
[]
no_license
zhangweijia-fuma/JCL
95f9a48c5c02754ea6db13a63ab46d959d025d9b
1323e6e51cadb26df7d08b816094fa2e141c3cc4
refs/heads/main
2023-01-01T11:35:38.247449
2020-10-27T07:54:14
2020-10-27T07:54:14
307,623,634
1
1
null
null
null
null
UTF-8
C++
false
false
1,587
h
// ------------------------------------------------------------------------------ // RSU Driver - Component :: V2X CAN Driver definition // Copyright (c) 2015-2020 JamesSoft Tech. Ltd.. All rights reserved. // Author: Zhang Weijia // ------------------------------------------------------------------------------ //...
[ "zhangweijia@fumaai.com" ]
zhangweijia@fumaai.com
9a1919be076ed64f2c2332b5d8a0d75ab97568cc
d013d1dfd6b7fc77589a62a8d098b210ad46b912
/495 uva-Fibonacci Freeze.cpp
f40bda8342ef4f70518bd1624dce62e34c61cd90
[]
no_license
mazedrupok/uva
832a88d540a692a888430844c9b049f0abcc609c
957b8cf487abb9294b5ed056185b5ea3d44628ed
refs/heads/master
2020-04-05T15:17:32.381597
2018-03-28T17:40:14
2018-03-28T17:40:14
44,544,201
1
0
null
null
null
null
UTF-8
C++
false
false
1,125
cpp
#include <bits/stdc++.h> using namespace std; vector <string > v; void fibonacci () { v.push_back ("0"); v.push_back ("1"); v.push_back ("1"); for (int i = 3; i < 5001; i++) { string s = ""; int s1 = v[i-1].size(); int s2 = v[i-2].size(); int r = 0; for (int j = s1-1, k = s2-1;...
[ "rupurup@gmail.com" ]
rupurup@gmail.com
e10a751768d1f6b79e930f053af67a08a80dc150
1fdbbb773bf42057e56578c03ac7d90376cca6b9
/MinimumAbsDiff.cpp
66a1d0b69f207f0abe5aafbb0a32ae08705c0c3b
[]
no_license
skanda99/Hackerrank-Leetcode
813cd2eec3c2f401f5f98f95f8248ae508a2bea6
bab468b1eeae6866d7b486424d95d381668d961f
refs/heads/master
2022-09-03T12:28:56.462218
2022-06-12T04:32:19
2022-06-12T04:32:19
163,795,441
1
1
null
null
null
null
UTF-8
C++
false
false
424
cpp
// problem: "https://www.hackerrank.com/challenges/minimum-absolute-difference-in-an-array/problem" #include<iostream> #include<algorithm> using namespace std; int main() { long long int a[100000],i,j,size,Min; cin>>size; for(i=0;i<size;i++) cin>>a[i]; sort(a,a+size); Min=2000000000;...
[ "skandaupadhyaya1999@gmail.com" ]
skandaupadhyaya1999@gmail.com
96a1caa97fa5671f0d676c9d2669d711a0e0802f
e7bdc920132010fa7b95eaa278973436ea5fd625
/MultiAgentCircleMap/include/MultiAgentCircleMap/Graph.h
25ead13cf8e7e2426a1a2cd5266b9943d49978cf
[ "BSD-3-Clause" ]
permissive
algprasad/MultiAgentCircleMap
b31c991160eaaa6251fb2366f66a19482a58d55a
6a94e75c3bbc57c32b4163666f95b8fd3c40273e
refs/heads/master
2023-01-29T04:22:05.223627
2020-12-08T06:57:15
2020-12-08T06:57:15
314,688,326
0
0
null
null
null
null
UTF-8
C++
false
false
228
h
/** // Created by alg on 21/11/20. Main class for building and operating the factor graphs **/ #ifndef MULTIAGENTCIRCLEMAP_GRAPH_H #define MULTIAGENTCIRCLEMAP_GRAPH_H class Graph { }; #endif //MULTIAGENTCIRCLEMAP_GRAPH_H
[ "alg.prasad94@gmail.com" ]
alg.prasad94@gmail.com
d2443d9dab946b8bae6be1d488c748f6b9a49418
9030ce2789a58888904d0c50c21591632eddffd7
/SDK/ARKSurvivalEvolved_PrimalItemSkin_Vday_SwimPants_BearHug_functions.cpp
ca127ccd3f5d36562de285a62d5be5c52f7b321f
[ "MIT" ]
permissive
2bite/ARK-SDK
8ce93f504b2e3bd4f8e7ced184980b13f127b7bf
ce1f4906ccf82ed38518558c0163c4f92f5f7b14
refs/heads/master
2022-09-19T06:28:20.076298
2022-09-03T17:21:00
2022-09-03T17:21:00
232,411,353
14
5
null
null
null
null
UTF-8
C++
false
false
1,236
cpp
// ARKSurvivalEvolved (332.8) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_PrimalItemSkin_Vday_SwimPants_BearHug_parameters.hpp" namespace sdk { //--------------------------------------------------------------------------- //Functions //--------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
efc10dc7464d46c69ff79e798b53c7840d9e72e8
33c430af6f716eb4712e9e793ee8d35cd343a1eb
/devel/.private/mavros_msgs/include/mavros_msgs/VehicleInfoGetRequest.h
446473130e515b51161bc9144fce3b5944989ef1
[]
no_license
sirferrer/GDP
4d77e9293166ccd67e1fd88508beeb25ad04df24
5e8c179e5160b3aa2e59b91d18d89324bbd277b3
refs/heads/master
2022-01-09T10:55:02.609257
2019-05-30T22:30:45
2019-05-30T22:30:45
187,775,827
0
0
null
null
null
null
UTF-8
C++
false
false
6,095
h
// Generated by gencpp from file mavros_msgs/VehicleInfoGetRequest.msg // DO NOT EDIT! #ifndef MAVROS_MSGS_MESSAGE_VEHICLEINFOGETREQUEST_H #define MAVROS_MSGS_MESSAGE_VEHICLEINFOGETREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/built...
[ "pafe2011@gmail.com" ]
pafe2011@gmail.com
fcf81653bad0edca183bdf8d2be350f82c8e341f
ae0ca045927168f04758a24179f0c3ff1d37bbb4
/A^B-Power-Large.cpp
9a551f3e0e2b4ec7ee634785e4b322cfb31fafcb
[]
no_license
br-lovanshi/Data_Structures_Algorithms_In_Cplusplus
5b97905b8bc160282b7c784b996440e54d50b87a
854d5ad6a79e364d9e049776bcd3544a27bc410d
refs/heads/master
2023-03-16T01:03:02.785748
2021-01-22T11:58:12
2021-01-22T11:58:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,695
cpp
Vishi's birthday is on the door. Anshuli and his friends are planning to give him a birthday party. For that Anshuli's friends want him to buy the cake. He needs to pay 'x' amount of money to buy the cake on the first day. After each day has passed, the cake becomes 'x' times the price that it was on the previous day. ...
[ "shubhamjindal.cse19@jecrc.ac.in" ]
shubhamjindal.cse19@jecrc.ac.in
c60a8777302f48b530af8ff021373339c63c9523
3a3b937f684f2a25419f13c694685fc991c55ab5
/src/Commands/Ball Manipulator/TeleOpMoveArm.cpp
6b4cf1c0ab9d992b856b27944e4f38b11b02bb9a
[]
no_license
FRC-Team-1410/FS2016-FRC1410
073d93ecf0627555107ba3ab9cb7bba041b810ce
d5b5a5ee318d038642a248549417ef9cc3b17ba6
refs/heads/master
2021-05-03T06:54:43.746822
2016-11-01T20:20:33
2016-11-01T20:20:33
49,347,767
0
0
null
null
null
null
UTF-8
C++
false
false
1,662
cpp
//This is the default command for the subsystem BallManipulator //It rotates the arm around the point //That's about it //It also returns the angle of the potentiometer for testing purposes #include <Commands/Ball Manipulator/TeleOpMoveArm.h> //Includes the header file for this clas #include "Robot.h" //Includes the Ro...
[ "kingnerdthethird@outlook.com" ]
kingnerdthethird@outlook.com
045aa3c426eda46910f7e8eca0a33e6df8c36e4a
053df77d3de631eb38961f19d5408859915fd681
/include/ArborClustering/SimpleRegionClusteringAlgorithm.h
8bce45797454e914e4ca651ffa114b94d8e592a0
[]
no_license
ArborPFA/ArborContent
e1b1213bd6dc89aac1d13623d64b2dab67f883e3
91ad8060e3dcf4be412fd1d47e51b546c0536ef2
refs/heads/master
2021-01-17T07:08:43.638705
2016-12-13T17:51:24
2016-12-13T17:51:24
47,272,924
0
1
null
null
null
null
UTF-8
C++
false
false
2,211
h
/// \file SimpleRegionClusteringAlgorithm.h /* * * SimpleRegionClusteringAlgorithm.h header template automatically generated by a class generator * Creation date : jeu. sept. 29 2016 * * This file is part of ArborContent libraries. * * ArborContent is free software: you can redistribute it and/or modify * it...
[ "remi.ete@gmail.com" ]
remi.ete@gmail.com
477a38f4c2833a7454850b6a992bdbb77b9dfbb5
64058e1019497fbaf0f9cbfab9de4979d130416b
/c++/include/objects/general/Int_fuzz.hpp
8e5a8daa21e808c16f55b7c65cd8dd8938d1ca89
[ "MIT" ]
permissive
OpenHero/gblastn
31e52f3a49e4d898719e9229434fe42cc3daf475
1f931d5910150f44e8ceab81599428027703c879
refs/heads/master
2022-10-26T04:21:35.123871
2022-10-20T02:41:06
2022-10-20T02:41:06
12,407,707
38
21
null
2020-12-08T07:14:32
2013-08-27T14:06:00
C++
UTF-8
C++
false
false
3,871
hpp
/* $Id: Int_fuzz.hpp 103491 2007-05-04 17:18:18Z kazimird $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Wor...
[ "zhao.kaiyong@gmail.com" ]
zhao.kaiyong@gmail.com