blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
bc83b21915f8d22ff0bfc177b18b8d33de277b7d
bafd3db4e3ae8d71543169911ea39c93ad2bc8fb
/DS_hw2/functions.h
68b3d11b2221d5f7a981600f8180ca8cccd02cdb
[]
no_license
brkdnmz/C-CPP-Projects
4a921411e829ba53db04f5da48b4bd067137889e
75a7d0aad3ec7132a4a17afe0510fbd27f7f7bc4
refs/heads/main
2023-04-01T08:59:08.981930
2021-03-25T09:39:59
2021-03-25T09:39:59
351,369,200
0
0
null
null
null
null
UTF-8
C++
false
false
4,603
h
#ifndef functions_h #define functions_h #include "Network.h" using namespace std; int str_length(char *string){ int length = 0; while(string[length] != '\0'){ length++; } //string[length] == '\0' now, length should be decremented length--; return length; } void copy_str(char *to_be_copied, ch...
[ "noreply@github.com" ]
brkdnmz.noreply@github.com
aa7383f8eccb2bbbfbf129a769f8b467f60873f5
182adfdfa907d3efc0395e293dcdbc46898d88eb
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Action_1_gen3744805351.h
801e14417e21ebbaeb0416622b14a86b9d228d13
[]
no_license
Launchable/1.1.3New
d1962418cd7fa184300c62ebfd377630a39bd785
625374fae90e8339cec0007d4d7202328bfa03d9
refs/heads/master
2021-01-19T07:40:29.930695
2017-09-15T17:20:45
2017-09-15T17:20:45
100,642,705
0
0
null
null
null
null
UTF-8
C++
false
false
821
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_MulticastDelegate3201952435.h" #include "mscorlib_System_Void1841601450.h" // GP_TBM_UpdateMatchResult struct GP_TBM_UpdateMatchResult_t3943005969; // Syste...
[ "zk.launchable@gmail.com" ]
zk.launchable@gmail.com
c814cdd00ccc78890a75f5d4644af23667fe64ea
f769e4df3e80746adadf5ef3c843dda5212809cf
/chuck-norris-joke-part2/HoundCpp/HoundJSON/SetOfTimeJSON.cpp
eccac7e3aae9f7f5fcd2884472c44f42ddf23936
[]
no_license
jiintonic/weekend-task
0758296644780e172a07b2308ed91d7e5a51b77d
07ec0ba5a0f809d424d134d33e0635376d290c69
refs/heads/master
2020-03-30T09:07:29.518881
2018-10-03T15:13:58
2018-10-03T15:13:58
151,061,148
1
0
null
null
null
null
UTF-8
C++
false
false
6,326
cpp
/* file "SetOfTimeJSON.cpp" */ /* Generated automatically by Classy JSON. */ #pragma implementation "SetOfTimeJSON.h" #include "SetOfTimeJSON.h" #include "DateAndOrTimeRangeSetOfTimeJSON.h" #include "DateAndOrTimeSetOfTimeJSON.h" #include "PointInTimeSetOfTimeJSON.h" SetOfTimeJSON::SetOfTimeJSON(const SetOfTimeJS...
[ "ching-chuan.yang@daimler.com" ]
ching-chuan.yang@daimler.com
459d67c2fdc4d4793d0ed10f46699a29f0cce4b7
1db5f37e478da9b3bed1026631385f87db449867
/lsksp201718/bsearch/bsearch3.cpp
982a4cfa459650c5fabd7015812c05e996f8fe48
[]
no_license
pondus314/random
724be3e18c79744fd3dd22471604288993753aba
d188faa16ad9fc3c343b6c35a0212a1f7d11437a
refs/heads/master
2020-04-08T00:39:16.867278
2019-09-03T15:33:48
2019-09-03T15:33:48
158,860,706
0
0
null
null
null
null
UTF-8
C++
false
false
972
cpp
#include<bits/stdc++.h> using namespace std; vector<int> polo; bool check(int ind, int num) { if (polo[ind]>=num) { return(true); } return(false); } bool bsearch(int lo, int hi, int num){ while (lo != hi) { int mid = (lo+hi)/2; if (check(mid, num)) { hi = mid; ...
[ "peter.ondus@gmail.com" ]
peter.ondus@gmail.com
28f7f4c732ca24182ba400b05939cafa1939095c
71fb31fd4082c15d5f42a9775815dd6dea57e6a9
/pickup_vector.cpp
e413a664492874854075dc50968deec215d55914
[]
no_license
S-H-GAMELINKS/cpp.sample
479773d57fb7d2235c306f4a552832218b044414
e40bb54788c6db7fdc81972ba7317a5d1847ecb0
refs/heads/master
2020-03-22T13:44:56.570058
2019-12-07T17:53:01
2019-12-07T17:53:01
140,129,181
0
0
null
null
null
null
UTF-8
C++
false
false
418
cpp
#include <iostream> #include <vector> #include <algorithm> #include <iterator> int main() { std::vector<int> i1 = {1, 2, 3, 4}; std::vector<int> i2 = {3, 4, 5, 6, 7}; std::vector<int> result; std::set_intersection(i1.begin(), i1.end(), i2.begin(), i2.end(), std::inserter(result, result.e...
[ "noreply@github.com" ]
S-H-GAMELINKS.noreply@github.com
53ab9bbe02bd10011505003d9af5cc12ec87dbfe
4b426f44e7634e9b9d14975b1f447fa47bff102a
/qt6e-20/main.cpp
c358ebec99b54331e98fdd5821424e8d19041eca
[]
no_license
ccf19881030/qt6
5aa6765fef77c206a87c7b9b6bbf862b5ca38aa8
3c835afcf07a1a2bbba9bad698a56bd7ede9ef64
refs/heads/main
2023-07-29T18:01:06.417870
2021-09-15T21:05:23
2021-09-15T21:05:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,705
cpp
/* Simple inventory application Using the skills the have covered so far Make a class Fill in the code Monitor input Focous on QDataStream */ #include <QCoreApplication> #include <QTextStream> #include "inventory.h" int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); Inventory inventory; ...
[ "noreply@github.com" ]
ccf19881030.noreply@github.com
75c4e3a3e2af77b60ffe1d1276a635b0a1070d42
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13965/function13965_schedule_28/function13965_schedule_28_wrapper.cpp
86ecd4b792df749d154d1d161e83575062c62952
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
860
cpp
#include "Halide.h" #include "function13965_schedule_28_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){Halide::Buffer<int32_t> buf0(64, 128, 64, 128); init_buffer(buf0, (int32_t)0); ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
8f009107c9d96af1c2aabf5b9ae4ba8926323723
b14ad48d14d9d4bc065c71f56fb35eade7ea47c7
/Code/Crymium/Textures/TextureRemover.cpp
f7459072c8effbb83d658bd946972afc73ac6d54
[ "MIT" ]
permissive
JonnyOrman/CRYMIUM
6ea3c31dae4eb9904bb0706ba0e300f3f94e250d
760b7836b444d369b90bbd05aa78e8f042d21e6e
refs/heads/main
2023-02-27T12:36:36.612117
2021-02-06T19:03:34
2021-02-06T19:03:34
304,599,196
12
4
null
null
null
null
UTF-8
C++
false
false
377
cpp
#include "TextureRemover.h" TextureRemover::TextureRemover( ITextureProvider* textureProvider, ICrymiumRenderer* crymiumRenderer ) : _textureProvider(textureProvider), _crymiumRenderer(crymiumRenderer) { } void TextureRemover::Remove() { if (_textureProvider->TextureExists()) { _crymiumRenderer->...
[ "jonathanpcorman@gmail.com" ]
jonathanpcorman@gmail.com
f9667e4be06d3deac7bd42e68f7007656898d1ad
cfb705f3727ff2f53288269ae37bd2cb6687951d
/CAFCore/SFramework/Root/TSModelBuilder.cxx
f61c981f935b1b24fc256d74ee2fedae3bb01b2c
[]
no_license
alessio94/di-Higgs-analysis
395934df01190998057f7c81775209c5d32f906e
79c793cc819df7c8511c45f3efe6bdd10fd966bf
refs/heads/master
2023-02-17T05:44:59.997960
2023-02-13T18:02:42
2023-02-13T18:02:42
224,252,187
0
0
null
null
null
null
UTF-8
C++
false
false
72,786
cxx
#include <iostream> #include <fstream> #include <sstream> #include <cstdlib> #include <vector> #include <limits> #include <iterator> #include "SFramework/TSModelBuilder.h" #include "RooStats/HistFactory/HistoToWorkspaceFactoryFast.h" #include "QFramework/TQSampleFolder.h" #include "QFramework/TQHistogramUtils.h" #inc...
[ "alessiopizzini@gmail.com" ]
alessiopizzini@gmail.com
dca216e23cad8a0ea814b6594adb27a9de3dd034
20e7990890414b27083c10b46b8dbdd91de87094
/C_Tutorships/OOP_C/CAP2/P11.CPP
73ce5650b21961f85cc31ddea83dd19bb84a1c60
[]
no_license
agudeloandres/C_Struct_Files
eb3aa9a62c596939a79f1e13c2f5cc04543592ec
cafe017f5dad4cec5d1ea2fabf4d6c646c99a23b
refs/heads/master
2021-01-10T14:04:32.468058
2015-10-22T04:12:02
2015-10-22T04:12:02
44,718,124
0
0
null
null
null
null
UTF-8
C++
false
false
243
cpp
#include "iostream.h" #include "stdlib.h" // exit() #include "conio.h" // getch() main() { int *p; p = new int; if (p == NULL) { cout << "Memoria insuficiente...\n"; getch(); exit(1); } *p = 10; cout << *p << endl; delete p; }
[ "agudeloandres@gmail.com" ]
agudeloandres@gmail.com
b6fafd088771915aa2791dd8f6e67c31bb917f48
98b1e51f55fe389379b0db00365402359309186a
/homework_3/case_1/32.5/p
4c9a02e82c055f4f5f763a7999bec272dae23b7d
[]
no_license
taddyb/597-009
f14c0e75a03ae2fd741905c4c0bc92440d10adda
5f67e7d3910e3ec115fb3f3dc89a21dcc9a1b927
refs/heads/main
2023-01-23T08:14:47.028429
2020-12-03T13:24:27
2020-12-03T13:24:27
311,713,551
1
0
null
null
null
null
UTF-8
C++
false
false
2,320
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*-------...
[ "tbindas@pop-os.localdomain" ]
tbindas@pop-os.localdomain
79661407e55fc5de2dbc6c99fad076f1faff2487
746e190b37b24023cae6c0f2341cac962c63a4d2
/src/QirRuntime/public/SimFactory.hpp
dacedc4c4232c6150ce30f29a1faee0ac0887178
[ "LGPL-2.1-or-later", "BSD-3-Clause", "MIT", "Apache-2.0", "BSD-2-Clause", "Unlicense", "LicenseRef-scancode-generic-cla" ]
permissive
adelebai/qsharp-runtime
26fbd933843eb4e58d3899c1fb9efb1d4d5f44de
634aa99c57fe19187cb2420cd658c271261ff90d
refs/heads/main
2023-02-09T12:34:37.019860
2021-01-06T21:05:15
2021-01-06T21:05:15
321,495,436
0
0
MIT
2020-12-14T23:06:22
2020-12-14T23:06:22
null
UTF-8
C++
false
false
360
hpp
#pragma once #include <memory> #include <vector> #include "QuantumApi_I.hpp" namespace Microsoft { namespace Quantum { // Toffoli Simulator std::unique_ptr<ISimulator> CreateToffoliSimulator(); // Full State Simulator std::unique_ptr<ISimulator> CreateFullstateSimulator(); } // nam...
[ "noreply@github.com" ]
adelebai.noreply@github.com
0d4468824de49b004f4b8d652943efb63f78d7f2
598dc77c6d88accf6016aa37453d0ab9d6e7302a
/MFCExe2/MFCExe2.cpp
0e65c7ba3da38c6fc416e78a30625e83cf7a84a6
[]
no_license
DaehyeonLee/LDH-bit-MFC-
8a32274efc81313aab825bd7d0e4c1f9dd66879c
e75bbcc4dabc5fd418dab7805bbd0470bbd1bb14
refs/heads/master
2021-10-07T20:34:54.066584
2018-12-05T07:21:43
2018-12-05T07:21:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,977
cpp
 // MFCExe2.cpp: 응용 프로그램에 대한 클래스 동작을 정의합니다. // #include "stdafx.h" #include "afxwinappex.h" #include "afxdialogex.h" #include "MFCExe2.h" #include "MainFrm.h" #include "MFCExe2Doc.h" #include "MFCExe2View.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CMFCExe2App BEGIN_MESSAGE_MAP(CMFCExe2App, CWinApp) ON_COM...
[ "dleogus13813@naver.com" ]
dleogus13813@naver.com
8707483389efb3705cc103c3b4bdb2d45761de04
442a56a21e9686f0a70f4b660099a27e6048aaad
/ExampleAIModule/Source/Blackboard.cpp
3db90e04bf2eb4b7b176a034762811db16d06bb9
[]
no_license
Rainarrow/BTBWAPI
ee4170661180b83d25277b1a4ee6ceaf7409032a
24be25d0ee6c198984d4222c92c17f59bae780da
refs/heads/master
2020-05-17T22:25:01.303587
2014-04-17T23:52:13
2014-04-17T23:52:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,550
cpp
#include "Blackboard.h" #include <assert.h> Blackboard::Blackboard(Blackboard * parent) : m_parent(parent), m_unitGroup(NULL) { } Blackboard::~Blackboard() { } void Blackboard::SetUnit(string const & name, Unit unit) { m_units[name] = unit; } void Blackboard::SetPosition(string const & name, Position const & pos...
[ "alok.sawant@gmail.com" ]
alok.sawant@gmail.com
2cb6a9c198b7aeaf2924dbe784d4ac5d566b971d
6841dc6706f5d66bfa2d3d7e286e1eee253cef07
/windows/runner/main.cpp
09e8fe0494ff581621f6895c2bc0736d5db5693e
[]
no_license
JohnBirdev/Calcula_imc
07b0fcc5acd17a051d567c5bda8d8d4408826468
2577f5f77c7f43de98f1c62e67920720fbb33cd5
refs/heads/main
2023-06-13T02:03:42.963829
2021-07-09T19:48:36
2021-07-09T19:48:36
384,537,072
0
0
null
null
null
null
UTF-8
C++
false
false
1,219
cpp
#include <flutter/dart_project.h> #include <flutter/flutter_view_controller.h> #include <windows.h> #include "flutter_window.h" #include "run_loop.h" #include "utils.h" int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, _In_ wchar_t *command_line, _In_ int show_command) { ...
[ "2012anamorena.al@gmail.com" ]
2012anamorena.al@gmail.com
541406d92f1bca51a270503f156c716b090e0f44
cf47614d4c08f3e6e5abe82d041d53b50167cac8
/CS101_Spring2020-21 /LAB4_L2/categorized/calci/compilation_error/118_calci.cpp
fdff297ba7df927a52b215b6a53dc8de8c77e31b
[]
no_license
krishna-raj007/BodhiTree-Annotation
492d782dffe3744740f48c4c7e6bbf2ee2c0febd
28a6467038bac7710c4b3e3860a369ca0a6e31bf
refs/heads/master
2023-02-28T18:23:05.880438
2021-02-07T17:55:33
2021-02-07T17:55:33
299,254,966
0
0
null
null
null
null
UTF-8
C++
false
false
299
cpp
#include<simplecpp> main program{ float Num,Num2; char op; int Q; cin>> Q; repeat(Q){ cin>> Num1>>op>>Num2;\ swich(cal){ case'+' ; cout<< no1+no2<<endl;break; case'_' ; cout<<no1_no2<<endl;break; case'*' ;cout<<no1*no2<<endl;break case'/' ;cout<<no1/no2<<end break; default; cout<<-1endl;'}}} }
[ "krishna_raj007@yahoo.in" ]
krishna_raj007@yahoo.in
c89555328189810c3d21f50b6a5385d7ecb22baa
344be5840be33108d6f703ed05d8952fb16f63f1
/opt/rebindrefs/ReBindVRefs.cpp
73ccb27d51b893671058885d8bf7f079b356d36f
[ "MIT" ]
permissive
jsjxsy/redex
4ebfaf46534c7d18f6a9f9ebfd74288f9ea347d3
1fe1f97ea0b70cfa0768d9bbdf4d5e585c766cab
refs/heads/master
2020-09-02T08:01:39.757308
2019-11-01T22:03:31
2019-11-01T22:05:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,755
cpp
/* * Copyright (c) Facebook, 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 "ReBindVRefs.h" #include <boost/optional.hpp> #include "DexClass.h" #include "DexUtil.h" #include "IRInstruction.h" #inc...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
8ad8c84c3e476ccd7c21d024b2515802b047524b
7835cd64f5ebfb0c51c1878960e11e76f3ac678e
/heap_sort/heap_sort_cpp/heapsort.cpp
6408b530374c77d6a8dbd8266a899b26fe3f7232
[]
no_license
Vonewman/introduction_to_algorithm
bfd4925bea61260b5d959c0b8cc3118ab0a6ae56
61a8bc8329f0c88b07d493325ebb2bb427f3f998
refs/heads/master
2021-07-12T09:53:01.009898
2020-10-25T00:08:20
2020-10-25T00:08:20
214,303,746
0
0
null
null
null
null
UTF-8
C++
false
false
634
cpp
#include <iostream> #include <queue> #include <vector> #include <algorithm> using namespace std; #define parent(i) (2/i) #define left(i) (2*i + 1) #define right(i) (2*i + 2) void max_heapify(vector<int>& A, int i); int main() { return 0; } //Time Complexity T(n)=O(lgn) void max_heapify(vector<int>& A, int i) { ...
[ "vonewman7@gmail.com" ]
vonewman7@gmail.com
e91665ceea392b1a9c7ae80535f540862f653b66
1c8e5a1fc7f9dfee4969194c1bd77918eea73095
/Source/AllProjects/LangUtils/CIDMacroDbg/CIDMacroDbg_ThisFacility.hpp
053fe4930c3fc75b02ef8d9fc819eb1872e7deda
[]
no_license
naushad-rahman/CIDLib
bcb579a6f9517d23d25ad17a152cc99b7508330e
577c343d33d01e0f064d76dfc0b3433d1686f488
refs/heads/master
2020-04-28T01:08:35.084154
2019-03-10T02:03:20
2019-03-10T02:03:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,480
hpp
// // FILE NAME: CIDMacroDbg_ThisFacility.hpp // // AUTHOR: Dean Roddey // // CREATED: 02/14/2003 // // COPYRIGHT: $_CIDLib_CopyRight_$ // // $_CIDLib_CopyRight2_$ // // DESCRIPTION: // // This is the header for the facility class of this facility. // // CAVEATS/GOTCHAS: // // LOG: // // $_CIDLib_Log_$ // #pragma on...
[ "droddey@charmedquark.com" ]
droddey@charmedquark.com
6bbd5af0f5c20216c88edcab2f8b0f2e3fea3449
6a2428036d73cfa58f59bf92e75072f7dec1c30c
/Engine/Graphics/Renderer.cpp
f8dc8bed668f2574c97108740f6e662f73df0d7e
[]
no_license
BoxyBoy/GAT150
dd25e657e76b4eebbe9708d4809fe0c297d7726e
530c4980ecc7084abc13157966c674178167da84
refs/heads/master
2022-12-06T19:27:58.154110
2020-08-29T04:40:26
2020-08-29T04:40:26
284,790,187
0
0
null
null
null
null
UTF-8
C++
false
false
904
cpp
#include "pch.h" #include "Renderer.h" bool nc::Renderer::Startup() { if (SDL_Init(SDL_INIT_VIDEO) != 0) { std::cout << "SDL_Init Error: " << SDL_GetError() << std::endl; return false; } return true; } void nc::Renderer::Shutdown() { } void nc::Renderer::Update() { } bool nc::Renderer::Create(const std::s...
[ "ljmathers20@gmail.com" ]
ljmathers20@gmail.com
dec942e55f6b536c1c5948c476d1092e848f7bc3
c040cdf326641565ab4e03c683aca331c29a7005
/UVaSolved/Volume 111/11185.cpp
e9415f67bc153969ce0bb9750a6b1f00c291ba24
[]
no_license
kmsabrin/UVaSolved
ff789d233b8116effc9afbacb1e4c5b6cc58beaa
051d648c4c9dff95bd4fbebf0ad2a7358ebccb54
refs/heads/master
2020-07-02T04:31:26.074061
2014-08-27T05:37:36
2014-08-27T05:37:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
341
cpp
#include <stdio.h> int main() { int d[51], n, i; while ( scanf( "%d", &n ) && n > -1 ) { if ( n == 0 ) { printf( "0\n" ); continue; } for ( i = 0; n; ++i ) { d[i] = n % 3; n /= 3; } for ( --i; i > -1; --i ) { printf( "%d", d[i] ); } printf( "\n" );...
[ "kmsabrin@gmail.com" ]
kmsabrin@gmail.com
271fa2543ddb05fd5eb3bfac47613f2882c8d097
3bbe8f0743f09187f4f16497d2a1f884efa9eccd
/src/mpc_node.cpp
d095df7c6c89e3ddd78462e400e980afe5a92ed7
[]
no_license
linzdg/mpc
0f473d97adda69e33ea3802db50f444e44048088
5d58bf4deef11adcfc791e51948e4fe72056bc9d
refs/heads/master
2020-05-30T03:35:57.950494
2019-05-14T21:50:02
2019-05-14T21:50:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,753
cpp
#include "ros/ros.h" #include "geographic_msgs/GeoPointStamped.h" #include "geographic_msgs/GeoPath.h" #include "geometry_msgs/TwistStamped.h" #include "std_msgs/Bool.h" #include "std_msgs/String.h" #include "std_msgs/Float32.h" #include "std_msgs/Float64.h" #include "marine_msgs/Helm.h" #include "marine_msgs/NavEulerS...
[ "alexb142857@gmail.com" ]
alexb142857@gmail.com
1bf7196b3633b181b065c199807d2490cdeb20d6
58aed036ac9f9372eb0df9cbccfbc33d8e99d862
/Src/Server/md5.h
d18ed6d8ebfa106fac1d286e33f3b3739d0de299
[ "Apache-2.0" ]
permissive
chxj1980/licodeanalysis
395c3daf33608ecaeaec05e68dc7636531e36f73
62e2722eba1b75ef82f7c1328585873d08bb41cc
refs/heads/master
2022-02-20T00:09:00.013863
2019-09-05T02:23:23
2019-09-05T02:23:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,172
h
#ifndef MD5_H #define MD5_H #include <string> #include <fstream> using std::string; using std::ifstream; /* MD5 declaration. */ class MD5 { public: MD5(); MD5(const void* input, size_t length); MD5(const string& str); MD5(ifstream& in); void update(const void* input, size_t length); void update(const string&...
[ "707010543@qq.com" ]
707010543@qq.com
0bbd4d97ea2b18f2d913e60f02130bad0d8cfe39
d9806fece7a4ec9519db65d65d7859ad2629a2a5
/FormatterLib/PhpFormatterLib/scanner.h
0b089cc26beb658a18930461b25a299f9afe988c
[]
no_license
akof1314/CoolFormat
9eb654cf795425088d2e7ac4c432b3ea0f666be5
f107a0ff38e2de24c91adbf59c9caaf1d40909a2
refs/heads/develop
2022-08-09T22:53:44.437725
2018-05-28T13:24:13
2018-05-28T13:24:13
27,533,937
570
154
null
2021-04-05T10:54:28
2014-12-04T09:50:49
C++
UTF-8
C++
false
false
1,836
h
/* * Scanner class * * Copyright 2009, Gerben van Veenendaal (http://www.gerbenvv.nl) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at ...
[ "akof1314@gmail.com@e55ed6c5-38ca-2b40-8904-e7f32e84aee0" ]
akof1314@gmail.com@e55ed6c5-38ca-2b40-8904-e7f32e84aee0
5acbfe946be735ad94969d44b581599964ee24e0
872095f6ca1d7f252a1a3cb90ad73e84f01345a2
/mediatek/proprietary/hardware/ril/rilproxy/mtk-rilproxy/telephony/modecontroller/RpModeInitController.h
df9c68b87ac6f6f09ec8fdbe921af785033a2af6
[ "Apache-2.0" ]
permissive
colinovski/mt8163-vendor
724c49a47e1fa64540efe210d26e72c883ee591d
2006b5183be2fac6a82eff7d9ed09c2633acafcc
refs/heads/master
2020-07-04T12:39:09.679221
2018-01-20T09:11:52
2018-01-20T09:11:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,861
h
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. and/or its licensors. * Without the prior written permission of MediaTek inc. and/or ...
[ "peishengguo@yydrobot.com" ]
peishengguo@yydrobot.com
da47c313db8fd3206f13abc6f226503fafe91d41
7c096207ee3b9bfd5b95c012359b888fdae16d41
/Regina/Combined Project/SERVICE/ToppingService.cpp
03faa2ebe09e2e01a9627ca9a24ca928f735f813
[]
no_license
wallband/verklegt1-2017
3bebd54049585ab78297afd9c265b4c2efd342d0
401c6c9298aad08cc03343eab9aec016cdbc7182
refs/heads/master
2021-05-06T20:06:49.761292
2018-02-21T10:44:56
2018-02-21T10:44:56
112,264,965
1
0
null
2017-12-02T13:38:57
2017-11-28T00:28:03
C++
UTF-8
C++
false
false
69
cpp
#include "ToppingService.h" ToppingService::ToppingService() {}
[ "noreply@github.com" ]
wallband.noreply@github.com
60b63cf0838d5910230ad74adb5a9e3211eaa995
e654a47dfd2e031093b6d216f610b861c8784384
/webrtc_dsp/modules/audio_processing/vad/vad_audio_proc_internal.h
915524f4748d085761835356c60f3638c5911052
[ "Unlicense" ]
permissive
grishka/libtgvoip
972bed7365cd00ee432b6a8843ea277daaedb97d
6c82c9de85cca69ea099a738fcbd2ab2de4f839d
refs/heads/public
2023-08-11T03:53:42.191273
2019-06-30T19:03:13
2019-06-30T19:03:13
80,738,369
420
140
Unlicense
2021-06-17T08:24:43
2017-02-02T15:27:50
C++
UTF-8
C++
false
false
4,689
h
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "grishka93@gmail.com" ]
grishka93@gmail.com
8c63953ca5d5eab2a61e80b1e4f7f9593596a9a0
45ae4f2918ba3b43f5fc563b036c64a4120f0d3f
/first_year/IVS/proj2/src/mainwindow.h
d61a8a666af2b6d253c807ef7db7bb862df2a842
[]
no_license
PatrikH0lop/vut_fit
eeaca38dffaa77aebde3d4a7260b38dbbf2eede7
8a2b7dd801792c96f2bd3fd5952e657de83a12e9
refs/heads/master
2021-03-24T13:41:09.085672
2019-07-17T09:56:56
2019-07-17T09:56:56
123,546,298
2
0
null
null
null
null
UTF-8
C++
false
false
6,595
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QKeyEvent> #include <string> /** * \defgroup mainwindow GUI * Interaction with user such as buttons clicked, keyevents, appearance(positioning). * @{ */ namespace Ui { class MainWindow; } /** * Class covering interacti...
[ "xholop01@vutbr.cz" ]
xholop01@vutbr.cz
d5c7f05d27c1bb3b449594ebd5a471c830951a30
0b50f7125ae412dc935ae4e1a01d095011840995
/Blackjack/BlackjackUI/state.h
b6f7e6f7c583ffea503debb515af12643445d4d8
[ "MIT" ]
permissive
DDuarte/feup-blackjack
bfca6d6b70fb6eec2d0fc7e6ca3d1f3d7df3d27d
552ba846b60bc16279eccbd3595671578245f59c
refs/heads/master
2020-04-15T11:17:10.090316
2015-03-03T19:30:39
2015-03-03T19:30:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
851
h
/*! * \file state.h * * \author FEUP - T03G04: * \author Duarte Duarte * \author Miguel Marques * * \date Maio 2012 * */ #ifndef STATE_H #define STATE_H union ALLEGRO_EVENT; /*! * \class State * * \brief Abstract class that defines an application state * */ class State { public: //! Initialization...
[ "dnpd.dd@gmail.com" ]
dnpd.dd@gmail.com
f4da436862dcf8c4ba1f575090c7f156b8cec3f6
8a1d056a516831d99ccb4eb52053d1cffd97c9e9
/src/gamed/gs/player/subsys/player_service.cpp
fd63c848db78857668f90039523ba91593b8a210
[]
no_license
289/a
b964481d2552f11f300b1199062ca62b71edf76e
43d28da99387ba225b476fe51bd7a13245f49d5e
refs/heads/master
2020-04-17T04:22:23.226951
2018-03-21T14:17:08
2018-03-21T14:17:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,154
cpp
#include "player_service.h" #include "gs/template/data_templ/templ_manager.h" #include "gs/template/data_templ/service_npc_templ.h" #include "gs/global/message.h" #include "gs/global/game_util.h" #include "gs/global/dbgprt.h" #include "gs/scene/world.h" #include "gs/player/subsys_if.h" #include "gs/player/psession.h" ...
[ "18842636481@qq.com" ]
18842636481@qq.com
7ab44964f44f55b04b560c0c43ac457fddd4c0c3
0764add6abfe89ea455502ba4c5cf010dc41d117
/ffmpeg_rtmp_client/main.cpp
4c1f5db8c0a2e4003f575246f8d81c922bdbba5d
[ "MIT" ]
permissive
WangLCG/LiveStream
22cb1b4e6bf73712de1234fdedd28dacaf08f7c7
9afb50d8e14c277c800d5b13d34adce31866520f
refs/heads/master
2020-11-23T18:54:37.613768
2020-08-31T06:57:35
2020-08-31T06:57:35
227,776,771
20
23
null
null
null
null
UTF-8
C++
false
false
1,963
cpp
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <signal.h> #include "rtmp_client.h" #include <string> bool Exit = false; void ctrl_C_handler(int s) { printf("Caught signal %d\n", s); Exit = true; } void write_file(FILE* fd, char* data, unsigned int size) { if(!fd || !...
[ "20123200044@m.scnu.edu.cn" ]
20123200044@m.scnu.edu.cn
453d8082608c1cd26f74e0562a3ecd545a4d8a34
44afdcaed6e0255304223619d71109759e18c3b1
/strCompare_template.cpp
8cd865f0cca35bf654e15629d8674c00b952f1a4
[]
no_license
Chrysilla/100-Days-Of-Code
9bc350652b9684fe0d53ece599b424eacbdb23a3
7a173da702b30cc51b8373d6670cd9d8c13199fa
refs/heads/main
2023-05-31T05:31:13.844047
2021-06-15T18:16:52
2021-06-15T18:16:52
375,435,808
0
0
null
null
null
null
UTF-8
C++
false
false
339
cpp
#include<iostream> #include<string.h> using namespace std; template<class T> T & larger(T & a, T &b ) { return(a>b?a:b); } int main() { float p=4.7,q=9.8; cout<<"Larger of "<< p<<" & "<<q<<" is "<<larger(p,q); string s1= "Cat"; string s2="Dog"; cout<<"Larger of "<< s1<<" & "<<s2<<" is "<...
[ "noreply@github.com" ]
Chrysilla.noreply@github.com
50126f5dad95718f30bfdd56e3789607c1943866
d88fc8a100104883ff99b92cfc9d17043267d3b3
/ios/Framework/BanubaEffectPlayer.xcframework/ios-x86_64-simulator/BanubaEffectPlayer.framework/PrivateHeaders/bnb/postprocess/interfaces/types.hpp
b694fe8beef771ad011f6263af74335290829b1c
[ "MIT" ]
permissive
aayushparashar/plugin_tester
a5f6f42d7ed379d79cd624eeb73298a4588dfcc3
a43f8458f2f06ef2f5b7e7ac4aa067e8d6f65527
refs/heads/main
2023-05-24T03:11:43.142844
2021-06-16T13:07:08
2021-06-16T13:07:08
377,497,283
1
0
null
null
null
null
UTF-8
C++
false
false
1,868
hpp
#pragma once #include <bnb/postprocess/interfaces/all.hpp> #include <memory> namespace bnb::interfaces { using postprocess_helper_sptr = std::shared_ptr<postprocess_helper>; using postprocess_helper_wptr = std::weak_ptr<postprocess_helper>; using postprocess_helper_uptr = std::unique_ptr<postprocess_helpe...
[ "ayushparashar14@gmail.com" ]
ayushparashar14@gmail.com
ec08e63ae9b02491d0b3d219f8d3d81747b69bfd
23247c844cfd904cb8068558348af2198ee52521
/C++_Design_Pattern_Project/C++_Design_Pattern_Project/Decorator Pattern/IFrenchFries.hpp
ab79b12c363e20b547ddf54a6a103de92c63f302
[]
no_license
HenkeNi/C-_Design_Pattern_Project
677c426a0495285cfae85b37425d2dd444062435
99cda323cc9872c2c4a09383f1b79ec055df34b9
refs/heads/main
2022-12-25T07:42:35.852345
2020-10-10T20:57:04
2020-10-10T20:57:04
299,401,262
0
0
null
null
null
null
UTF-8
C++
false
false
437
hpp
// // IFrenchFries.hpp // C++_Design_Pattern_Project // // Created by Henrik Jangefelt on 2020-09-30. // Copyright © 2020 Henrik Jangefelt Nilsson. All rights reserved. // #ifndef IFrenchFries_hpp #define IFrenchFries_hpp #include <stdio.h> namespace burger_program { // Frenchfries interface class IFrenchFries ...
[ "henke9105@hotmail.com" ]
henke9105@hotmail.com
56c4782df357d290f3d2ed2d6c8d96fcb04e8d80
368bdb9557f2b5d469cd413d3b4cb9e257359666
/Rainbow_DRC/Rainbow/RTX.CPP
0622ecd249e4494e1c01b8365e0d5e3f02abcaa3
[]
no_license
thedancomplex/hubo-rainbow-windows-drc
bbd347a4b080dee90dcfd27e3572890f25760c8f
c06c6070f6d095323de9cb3b98d4a34c7e5e5a5f
refs/heads/master
2021-03-27T14:42:10.651880
2013-10-11T00:14:32
2013-10-11T00:14:32
13,485,985
0
0
null
null
null
null
UTF-8
C++
false
false
5,534
cpp
#include "RTX.h" PVOID vAddress; /******************************************************************************/ void RtxInit(void) { unsigned long temp; LARGE_INTEGER physAddr; LARGE_INTEGER waiting, waiting1, waitingCAN; LARGE_INTEGER liPeriod, liPeriod1, liPeriodCAN; // Shared memory -------------...
[ "dan@danlofaro.com" ]
dan@danlofaro.com
cb9043b06c490204b2cffd170790d15a456fa9ac
e24086db8ad3f89357b0c0dc480c9e723b3e4f5c
/TrinityForest (DirectX12)/TF_SERVER/exe/include/Util/MapData.h
36a32ab6f633ea9e88992321a45d1487fb3c97b3
[]
no_license
ckgusdh10/Portfolio
5b381d6d361ee32ffbaed66acb1264e45db53852
fdfb181d173344eee9f7b0c22901be2c1df310ff
refs/heads/master
2023-02-10T05:39:56.212279
2021-01-05T08:47:34
2021-01-05T08:47:34
184,263,169
0
0
null
null
null
null
UTF-8
C++
false
false
4,454
h
#pragma once #include "../Include.h" #include "SingleTone.h" #include <fstream> class CMapData :public CSingleTone<CMapData> { public: int Stage1[20][20]; std::unordered_map<BYTE, std::vector<BoundingOrientedBox>> MapBoundingBoxes; int Width; int Height; public: bool Initialize() { ifstream ReadStage1("inclu...
[ "ckgusdh10@naver.com" ]
ckgusdh10@naver.com
c001f6efe4647661ce07c6ebea5906b08094d964
1a238abcbaec73ba3730276c8f386fe921f81dab
/jni/MPACK/Graphics/Sprite/Batcher.cpp
673d0fe7ca77cab6c005d9c71807309e4ef70a21
[]
no_license
gitter-badger/MPACK
0e3f6866b655a13f193a835a2bef01fdf297d8dd
9e334a0d01e8c8cd2cec640e7e2ed3390108008b
refs/heads/master
2021-01-17T12:29:07.807025
2015-07-12T13:00:34
2015-07-12T13:00:34
41,498,878
0
0
null
2015-08-27T16:38:43
2015-08-27T16:38:43
null
UTF-8
C++
false
false
9,240
cpp
/* This file is owned by Murtaza Alexandru and may not be distributed, edited or used without written permission of the owner When using this work you accept to keep this header E-mails from murtaza_alexandru73@yahoo.com with permissions can be seen as valid. */ #include "Batcher.hpp" #include "Global....
[ "murtaza_alexandru73@yahoo.com" ]
murtaza_alexandru73@yahoo.com
d6256bd524fc732192fd6cefe4dc881cd04dadf1
bc688240629daa4b2d4e0afd7422f221f0e5ca44
/Source/CustomMeshTest/Public/Boat.h
3b83a91872e2dc1c45052c0676271cbe4e82a985
[]
no_license
Koo294/BoatGame
a68010de9c30dcb7c67d94298d2e523f95248043
03bc0ac347cd0a2428da9b8c0465877da95cf061
refs/heads/master
2021-01-11T03:59:22.545538
2016-10-18T15:55:15
2016-10-18T15:55:15
71,264,805
0
0
null
null
null
null
UTF-8
C++
false
false
6,985
h
// Player boat - sails across the ocean under the player's command #pragma once #include "GameFramework/Pawn.h" #include "Boat.generated.h" UCLASS() class CUSTOMMESHTEST_API ABoat : public APawn { GENERATED_BODY() private: //rudder/movement float RudderPosition; float Steering; float Power; //Handle boa...
[ "leoleoly@aol.com" ]
leoleoly@aol.com
6bd207b686ca20751b809b4593c75fbde13c3cd1
c2fc4673b511b347b47158be96e6bf1f01e3f167
/extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/app/tx/impl/ApplyContext.h
1f0122c37d2d69e1ba714043f5c440dfc854a25c
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
trongnmchainos/validator-keys-tool
037c7d69149cc9581ddfca3dc93892ebc1e031f1
cae131d6ab46051c0f47509b79b6efc47a70eec0
refs/heads/master
2020-04-07T19:42:10.838318
2018-11-22T07:33:26
2018-11-22T07:33:26
158,658,994
2
1
null
null
null
null
UTF-8
C++
false
false
3,089
h
//------------------------------------------------------------------------------ /* This file is part of jbcoind: https://github.com/jbcoin/jbcoind Copyright (c) 2012, 2013 Jbcoin Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
[ "trongnm@chainos.vn" ]
trongnm@chainos.vn
09a26a3bbbb7c8e3e952445623efbf62e16857aa
d17cb79f26f9cb9b9b54218b4bafcb52f7432f04
/cars.cpp
00f4d362757a654042eb9dbac153fcb9caa45e8d
[]
no_license
77toMARYO/Race-Game
2a9c518371f2851ff72c5ab5e21f436530543769
2bf37cc6c21d33e5e3e84bd8dc7d55a39969e18d
refs/heads/master
2020-12-24T17:35:28.529439
2013-10-27T15:59:46
2013-10-27T15:59:46
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
3,013
cpp
#include "RaceGame.h" #include<string.h> #include<stdlib.h> #include<time.h> #include<stdio.h> int car1key, car2key[8], car3key, car4key; //入力するキー float px, pv; int up_flag = 1, move_flag = 1; int White = GetColor(255, 255, 255); int Random( void ) { return rand() % 8 + 1; } void KeySwitch( int *count, int EdgeI...
[ "amnosonoarashi@gmail.com" ]
amnosonoarashi@gmail.com
3cf09c4b87eb964149e6e7eecb635f851b7b8134
75253c0fabf20bdeb6000f304e3420b59290dfd4
/Basic-Programming/Recursion/Recurssion 2.cpp
be3988dda3c61cf70d8ac3596fa9a85fc328e8a8
[ "MIT" ]
permissive
arifparvez14/Basic-and-competetive-programming
513099ad4fcb21e93f6a5b408292c929b37fc740
835a913bcdbc28773617bf06014afb22ea00449d
refs/heads/master
2023-07-07T12:13:26.749340
2023-06-25T14:40:02
2023-06-25T14:40:02
231,807,443
0
0
null
null
null
null
UTF-8
C++
false
false
218
cpp
#include<bits/stdc++.h> using namespace std; void recurse(int c) { if(c == 5) return ; printf("I am learning recursion.\n"); recurse(c+1); return; } int main() { recurse(1); return 0; }
[ "arif.mbstu22@gmail.com" ]
arif.mbstu22@gmail.com
5ff4420289cbb4d371d1ba86eead697d1829a9bb
3f7d33011aa4eb81c5ac083b86fa3b60585c3a90
/include/boost/thread/futures/wait_for_any.hpp
5fbedd20c43d457b5870ac73b06d6bcbe0064fa6
[ "LicenseRef-scancode-unknown-license-reference", "BSL-1.0" ]
permissive
ya1gaurav/thread
fc7a1bd57939a158b848cce4d56c427866b8c5d2
75a82807018d1486776f5453f75caeeef2841d27
refs/heads/master
2021-01-24T02:38:58.590577
2015-01-25T15:00:08
2015-01-25T15:00:08
30,013,351
0
0
null
2015-01-29T09:34:25
2015-01-29T09:34:25
null
UTF-8
C++
false
false
4,073
hpp
// (C) Copyright 2008-10 Anthony Williams // (C) Copyright 2011-2015 Vicente J. Botet Escriba // // 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) #ifndef BOOST_THREAD_FUTURES_WAIT_FOR_ANY_HPP #define BOOST_T...
[ "vicente.botet@wanadoo.fr" ]
vicente.botet@wanadoo.fr
9ba1cab7b7441df9d1c482a9c6b1d91351edf121
e0c3079a3aa3f7a95c74f0f503cf463c8c87c3f6
/src/widgets/dialogs/newtagdialog.cpp
2cfff0a5ae7a4946af5b3a99b566a2a4338f5395
[ "LGPL-3.0-only" ]
permissive
hewenjian/vnote
9c1590f4669fccea72a1887ba43ad8cf79fee14e
7f27745303ec3aefa7c0446daa35dca842dd3ec1
refs/heads/master
2022-12-14T10:06:28.262270
2022-11-27T07:56:27
2022-11-27T07:56:27
224,544,231
0
0
MIT
2019-11-28T01:10:28
2019-11-28T01:10:27
null
UTF-8
C++
false
false
2,883
cpp
#include "newtagdialog.h" #include <QFormLayout> #include <notebook/tagi.h> #include "../widgetsfactory.h" #include "levellabelwithupbutton.h" #include "../lineeditwithsnippet.h" using namespace vnotex; NewTagDialog::NewTagDialog(TagI *p_tagI, Tag *p_tag, QWidget *p_parent) : ScrollDialog(p_parent...
[ "tamlokveer@gmail.com" ]
tamlokveer@gmail.com
f3dddd422902b200a18a048c710af759b2350611
6fccceba866bf66c951733ff0a46686477988388
/src/qt/utilitydialog.cpp
cdc6153fe86f64b74a3f6ff3fff32e39554ea8d9
[ "MIT" ]
permissive
gotoshi/runecash
0dc2ed875f3be426c2abe6b665417242352404bb
4e7cbc0bbccb4a58455fddc8a3f69953953abc2e
refs/heads/master
2021-09-04T15:20:42.549598
2018-01-19T19:39:00
2018-01-19T19:39:00
109,291,888
0
0
null
null
null
null
UTF-8
C++
false
false
6,981
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2017-2018 The Runecash developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses...
[ "33326199+gotoshi@users.noreply.github.com" ]
33326199+gotoshi@users.noreply.github.com
447f3cafcfe93be03dba4cdc9bd0c7b8313c83aa
eb2ae59fff2677a23542bc1758b646411f2d07b3
/LeetCode/0863_All-Nodes-Distance-K-in-Binary-Tree.cpp
bf51217d163d8bc6029e1a437bdc887025da8580
[]
no_license
yakode/CandCPP-practice
8719c9d1c4fe72d7600fbbe6044fecc9c35d1ee3
c3bdd7d3f5c758073ae4e469cd60cc413fa29173
refs/heads/master
2023-08-20T22:27:46.944395
2023-08-18T12:40:29
2023-08-18T12:40:29
216,139,303
4
0
null
null
null
null
UTF-8
C++
false
false
2,184
cpp
class Solution{ private: struct Node{ int val; Node *left; Node *right; Node *parent; Node(int x) : val(x), left(NULL), right(NULL), parent(NULL) {} Node(int x, Node* left, Node* right, Node *parent) : val(x), left(left), right(right), parent(parent) {} }; pu...
[ "y8976c@gmail.com" ]
y8976c@gmail.com
84539d244a8f11e37427984dbda1fdd50a7ca66e
da5c63a00b1cf0e6496f6f351299acfdbfd2c90a
/main.cpp
1ea3cabd6f15bfcd00d99a19f51ebcb315311dcf
[]
no_license
siriS88/Cpp_coding
616bdeeb30445ff6058c0d9d6b1c1c168f30562b
b8d6ecd06ebfaa8f642ce0ef146e7b682939d7d5
refs/heads/master
2021-01-22T17:33:47.146386
2016-07-28T18:42:02
2016-07-28T18:42:02
64,418,839
0
0
null
2016-07-28T18:32:15
2016-07-28T18:29:27
null
UTF-8
C++
false
false
9,651
cpp
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include <iostream> #include <sstream> #include <queue> struct coordinates { coordinates() { x=0;y=0; for (int i=0;i<9;i++) { Sbody_X[i]=0; Sbody_Y[i]=0; } } int x; int y; int Sbody_X[9]; int ...
[ "noreply@github.com" ]
siriS88.noreply@github.com
48ecfcc6764fc670d9034d2ef20823f0c356e13a
990936108fcc03323e3cae1f4b8780be289f7559
/gfx/skia/src/gpu/gl/win/SkNativeGLContext_win.cpp
00829207ac7b6c724453e9128b126a137b1cdd70
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
FilipinOTech/Pale-Moon
3740473f308b35f818e2d14ddab69b552a8b8763
0f978fa3c10b371a965f19e5b6533b924be27128
refs/heads/master
2021-01-16T19:40:21.735594
2014-07-09T21:20:24
2014-07-09T21:20:24
21,687,812
9
0
null
null
null
null
UTF-8
C++
false
false
3,801
cpp
/* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "gl/SkNativeGLContext.h" #define WIN32_LEAN_AND_MEAN #include <Windows.h> SkNativeGLContext::AutoContextRestore::AutoContextRestore() { fOldHGLRC = wglGetCurre...
[ "mcwerewolf@gmail.com" ]
mcwerewolf@gmail.com
2bddccfd7e640ff16628c8e62b3211a15b56831e
700089e1ad36c6f17742b9d461542f07da39061d
/parser.cc
97cc860deeb8d9e35532d1b2d9a5039abacf5fd7
[]
no_license
JunhaoLiu0810/JUNHAOLIU
ce6c597384801c53568523135dcde73df49b8da9
5f556bec1c61a5510c80e15a9dd21c3cf490226b
refs/heads/master
2021-08-08T09:12:52.588374
2017-11-10T02:47:08
2017-11-10T02:47:08
110,186,670
0
0
null
null
null
null
UTF-8
C++
false
false
43,921
cc
/* * Copyright (C) Rida Bazzi, 2017 * * Do not share this file with anyone */ #include <iostream> #include <cstdlib> #include "parser.h" #include <ctype.h> #include <string.h> using namespace std; struct symbol* symbol_table[100]; int t_counter; void assign_primary(struct primaryNode* primary, int type) { ...
[ "noreply@github.com" ]
JunhaoLiu0810.noreply@github.com
af2a28981822bc531862e6b021b5ef877cb0be64
6608fd6d1a021e395b558421208d313bf6739b17
/14/37.cpp
91636e4b08e1ad1a0a00e10a2c06715d7cc3ee64
[]
no_license
wangxianghust/Cpp-Primer
0b71f3f2e531bbab902555861cf85783937b54f3
d59c5cc2ae67e41c17e72942c1d723fba917b1f1
refs/heads/master
2021-06-24T00:43:57.641155
2017-08-27T12:09:53
2017-08-27T12:09:53
74,268,469
0
0
null
null
null
null
UTF-8
C++
false
false
440
cpp
#include <iostream> using std::cout; using std::endl; #include <vector> using std::vector; #include <algorithm> class IsEqual{ public: IsEqual(int v):val(v) {} bool operator()(int t){ return val == t; } private: int val; }; int main(){ vector<int> v{1,2,2,3,3,4,5,6}; replace_i...
[ "xianghust@gmail.com" ]
xianghust@gmail.com
323cf3f78e08313079a5fc1a20a0c349633ec757
0c9bc493d2ffceb36c304f42e55536d5ce37bec3
/vnext/DeforkingPatches/ReactCommon/yoga/yoga/Yoga.cpp
c5d7d77b4216f2ae682bd86bf089930044fea292
[ "MIT" ]
permissive
ismaelmcosta/react-native-windows
efd4ad84bea33f1226db8f57e2f7bb0ad4d216f7
c4c9b55cf6ed2d80df050fa7cb476104185aec8d
refs/heads/master
2020-12-22T23:45:51.541403
2020-01-29T01:55:04
2020-01-29T01:55:04
236,966,924
1
0
NOASSERTION
2020-01-29T11:27:56
2020-01-29T11:27:55
null
UTF-8
C++
false
false
153,801
cpp
/** * Copyright (c) Facebook, 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 "Yoga.h" #include <float.h> #include <string.h> #include <algorithm> #include <memory> #include "Utils.h" #include "YGNode...
[ "48340428+msftbot[bot]@users.noreply.github.com" ]
48340428+msftbot[bot]@users.noreply.github.com
a04b18fdbcf2b1ad275069fec34b9112137041f3
081d7f3ba3a9369c716fbd3cd1fb44b04ef594ed
/Hulk.cpp
b53fcef295b8e24b9a70269bbca9e6627c018117
[]
no_license
Mos7mos7/Problem-Soving-codeforces
8e7fc8a1d293cf0a79d5da1fd8fa02e3b60d9a8a
34473b703805a3a9fe1cdc6de280cf0d12ac5f6a
refs/heads/master
2020-07-29T05:46:18.630196
2019-11-25T09:41:59
2019-11-25T09:41:59
209,688,790
0
0
null
null
null
null
UTF-8
C++
false
false
451
cpp
#include <bits/stdc++.h> using namespace std; // int main() { int n {0}; cin>>n; string s {""}; for (int i=1;i<=n;i++) { if (i%2!=0) s+=" I hate "; else s+=" I love "; ...
[ "mos7mos71@gmail.com" ]
mos7mos71@gmail.com
04786072e50bbb0b178e8a99b16eb4f98021dc85
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_1673486_1/C++/delta4d/A.cpp
fe2e9bb318d34f6d28cfe338b83236a665f18f3b
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
751
cpp
#include <cstdio> #include <cstring> #include <algorithm> using namespace std; const double INF = 9999999999999999999.9; const int MAXN = 100086; double one_wa[MAXN], all_ac[MAXN]; double p[MAXN]; int main() { int i, j, k; int m, n; int tc, cn(0); int A, B; double mn, cc; freopen("A-large.in...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
a28f5cdf4a9b9d03b9ec0c6f23ddf34cc63cc97f
99fb0415c13c45e6b77b9b0f9f4f5af4dabd22bc
/include/spellbook/grid/grid.h
a2202aecba2c64cbcae0a52c61df76a78b2b4f29
[]
no_license
aurone/spellbook_ros
8406c367634ab073866e6750cdbee66d70ef64b2
6a5919abc7ac29521e7fed27014b4304110ef14b
refs/heads/master
2021-01-10T14:00:49.124498
2018-10-19T17:46:44
2018-10-19T17:46:44
43,969,229
1
1
null
null
null
null
UTF-8
C++
false
false
8,311
h
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2014, Andrew Dornbush 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...
[ "andrew.dornbush@gmail.com" ]
andrew.dornbush@gmail.com
6191acd7493458efb9036a46146bd9ac2a053bd3
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-tizen/generated/src/ComAdobeGraniteLoggingImplLogAnalyserImplInfo.h
5341550d9414c4be217b3c425600b7b69e39f7cf
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
1,805
h
/* * ComAdobeGraniteLoggingImplLogAnalyserImplInfo.h * * */ #ifndef _ComAdobeGraniteLoggingImplLogAnalyserImplInfo_H_ #define _ComAdobeGraniteLoggingImplLogAnalyserImplInfo_H_ #include <string> #include "ComAdobeGraniteLoggingImplLogAnalyserImplProperties.h" #include "Object.h" /** \defgroup Models Data Struct...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
ea71d2c46e28e234c1ff32fe53f0e2242ef867df
738814b2209a0b0cdec99c63ceea23df1e2bb7a3
/System/System/Info.cpp
d280493f946cb5200ae0bcf1536a96ac2d937266
[ "MIT" ]
permissive
Hai-Phong/Personal-Financial-Management-System
0d62ced368f79eb01b2070cf6a0f6acf761a443e
62f9f2a3e5dde9ce1828f51b3d8ab712e5428bfc
refs/heads/main
2023-05-22T13:55:11.835723
2021-06-05T03:27:42
2021-06-05T03:27:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
937
cpp
#include "Info.h" #include <iostream> using namespace std; Info::Info() { password = ""; } //Safe: include uppercase and lowercase letter(s), number(s) and special character(s) bool Info::safe(string s) { bool upper = false; bool lower = false; bool num = false; bool special = false; for (int i = 0; i < s.lengt...
[ "35246973+OscarJin@users.noreply.github.com" ]
35246973+OscarJin@users.noreply.github.com
b3d68c52e5ca4e045852b51c28b93e7496ab623c
de963e475572b2d25a48b61598f0c1c9ebe52a12
/B3(2).cpp
cd2c6b304a595daa26d82d04c1dc9006c7620fff
[]
no_license
VietNguyen2004/BaiTapAgain
6dc893270cf5ea9ae6d6e8faa471fe148b3a4367
ef23726767c480c21ff954bb1b501507c5cee220
refs/heads/main
2023-07-01T21:02:19.411020
2021-08-11T12:53:19
2021-08-11T12:53:19
393,302,087
0
0
null
null
null
null
UTF-8
C++
false
false
446
cpp
#include<iostream> #include<math.h> using namespace std; int k; bool isAmstrong(int n) { int compare_value = n; int res = 0; while(n != 0) { res += pow(n%10, k); n/=10; } return res == compare_value; } void lietke() { int start = (int)pow(10,k-1); int ends = (int)pow(10,...
[ "noreply@github.com" ]
VietNguyen2004.noreply@github.com
d5747cd752ef9c6ff075319fdde3c7f1ea7ebbb9
77aa13a51685597585abf89b5ad30f9ef4011bde
/dep/src/boost/boost/unordered/detail/config.hpp
e50465ccb2e15008889e186e90d07ac1b5f2190d
[]
no_license
Zic/Xeon-MMORPG-Emulator
2f195d04bfd0988a9165a52b7a3756c04b3f146c
4473a22e6dd4ec3c9b867d60915841731869a050
refs/heads/master
2021-01-01T16:19:35.213330
2009-05-13T18:12:36
2009-05-14T03:10:17
200,849
8
10
null
null
null
null
UTF-8
C++
false
false
760
hpp
// Copyright 2008 Daniel James. // 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) #if !defined(BOOST_UNORDERED_DETAIL_CONFIG_HEADER) #define BOOST_UNORDERED_DETAIL_CONFIG_HEADER #include <boost/config.hpp> ...
[ "pepsi1x1@a6a5f009-272a-4b40-a74d-5f9816a51f88" ]
pepsi1x1@a6a5f009-272a-4b40-a74d-5f9816a51f88
aec36aa77974b2371ee001be2c718607aa7ed7e7
230b7714d61bbbc9a75dd9adc487706dffbf301e
/components/safe_browsing/db/v4_protocol_manager_util.h
e5b34ad0e0344ea8a61b040b2c2e732602b31e3f
[ "BSD-3-Clause" ]
permissive
byte4byte/cloudretro
efe4f8275f267e553ba82068c91ed801d02637a7
4d6e047d4726c1d3d1d119dfb55c8b0f29f6b39a
refs/heads/master
2023-02-22T02:59:29.357795
2021-01-25T02:32:24
2021-01-25T02:32:24
197,294,750
1
2
BSD-3-Clause
2019-09-11T19:35:45
2019-07-17T01:48:48
null
UTF-8
C++
false
false
17,221
h
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SAFE_BROWSING_DB_V4_PROTOCOL_MANAGER_UTIL_H_ #define COMPONENTS_SAFE_BROWSING_DB_V4_PROTOCOL_MANAGER_UTIL_H_ // A class that implement...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
10d19a22550ea7d41c7cfb0bdf1507f18f80a5bc
6150f5bfbecf86305e1ff0bc18efc1cec3acff64
/DESERT_Framework/DESERT/statistics/uwstats_utilities/uwstats-utilities.cpp
aa623a0108cbeddd35a7c679d9a24a6a67f72354
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
obolo/DESERT_Underwater
7938f5a9b195eb00104297525f3120ad864480d0
0a5ea70a61ad65e682f1340ba30bf9e36b782558
refs/heads/master
2023-02-08T12:31:47.466974
2023-01-22T22:57:29
2023-01-22T22:57:29
382,600,706
0
0
BSD-3-Clause
2021-12-17T00:12:59
2021-07-03T11:40:18
null
UTF-8
C++
false
false
2,120
cpp
// // Copyright (c) 2019 Regents of the SIGNET lab, University of Padova. // 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 copyrigh...
[ "fedefava86@gmail.com" ]
fedefava86@gmail.com
4b4942aaecdc523ce386e534a164507e7adb06c6
f93a9b14b6169d7dfca5955a2a5f5e1ac343e987
/mcp2515.cpp
305a8c6b34c465b45a32435535034e94fcdccc9f
[]
no_license
jerkey/ks_can
b54f8c1254ca65b5fc473e72ddf2d5018bd1fcec
b3b5b1b0735febc1169274d7ab72f365eaf395c5
refs/heads/master
2021-01-20T04:51:01.104241
2018-02-15T07:56:58
2018-02-15T07:56:58
89,743,656
1
0
null
null
null
null
UTF-8
C++
false
false
7,775
cpp
/* Copyright (c) 2007 Fabian Greif * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
[ "jerkey@g-cipher.net" ]
jerkey@g-cipher.net
317f42d455c368bc1900bd11692aa6d0cfced673
631f1edc4281df77469586e85cbc91e526287c2e
/GLSL-Particle-Systems-CLR/Engine/Math/3D/Matrix4x4.cpp
63541d681d8681a58a351cd3e1fc640c5196c2a8
[]
no_license
CesarRocha/GLSL-Particle-Systems
dd9e647a830c1d6b81b84d23c1a04db7cda54624
a93607fc34fa3cf58e6a2c32e22ffe8e3f373d8f
refs/heads/master
2021-01-12T11:37:32.153909
2016-11-04T05:56:50
2016-11-04T05:56:50
72,234,975
0
0
null
null
null
null
UTF-8
C++
false
false
23,102
cpp
//================================================================ // Matrix4x4.cpp //================================================================ #include "Matrix4x4.hpp" Matrix4x4::Matrix4x4() { m_iBasis = Vector4 (1.0f, 0.0f, 0.0f, 0.0f); m_jBasis = Vector4 (0.0f, 1.0f, 0.0f, 0.0f)...
[ "crocha@smu.edu" ]
crocha@smu.edu
66e871e51e2ef5cc63188d84b07a7c62678d9470
af175cc7b561bc6b196598f5920f161ba1977917
/DP/115.cpp
56af91949a477705c04857dd0fec1c4c06da024e
[]
no_license
penguin858/leetcode
00d3d6f4bb32cf17f6c1dedee983e3cf8d2dffe8
b66c8d75d9b2d10551c92a553ee8909cc843e426
refs/heads/master
2021-01-09T06:20:07.813303
2020-02-13T21:13:45
2020-02-13T21:13:45
232,450,405
1
0
null
null
null
null
UTF-8
C++
false
false
859
cpp
#include <iostream> using namespace std; /* * * 115. distinct subsequences * Use a[i+1][j+1] to represent the number of distinct subsequences of the prefix of S which is equal to the prefix of T. * Initialization: a[i][0] = 1 * * DP: a[i+1][j+1] = a[i][j+1] + (S[i]==T[j] ? a[i][j] : 0) * */ class Solution {...
[ "1363380773@qq.com" ]
1363380773@qq.com
db110b713b9f10c0f97e62a984b2be7463e0f2fa
5c8672d1cfb4767d9c91a20ab8954832e7e0dcde
/算法课程设计/1/ConsoleApplication1/ConsoleApplication1/源.cpp
6db064358a248e12204f3b86cc585d5e0d3666f1
[]
no_license
SnailForce/DataStructure
44afabb88a4755faf7c471026747d5db932a0269
2814cb96cde08eeb1cf950c90a3b102e71de72d0
refs/heads/master
2020-03-11T02:00:01.361129
2018-04-16T08:12:32
2018-04-16T08:15:11
null
0
0
null
null
null
null
GB18030
C++
false
false
3,726
cpp
#include <iostream> using namespace std; #define MAXSIZE 100 typedef struct { int x, y; }postype; typedef struct { postype seat; int di; }position; typedef struct { int m, n; int a[MAXSIZE][MAXSIZE]; }matrix; typedef struct stacknode { position data; stacknode *next; }*stacklink; typedef s...
[ "1078374406@qq.com" ]
1078374406@qq.com
cd0ec56a87c5421c4f03d987f3468d9b7d8048ee
ce71ba08e9094a4d76c8cc1e0cc7891ae016ff60
/Lib/Chip/Unknown/Freescale/MK66F18/SPI2.hpp
fe65dbc6208023d2fbf204666dd4d9fdf1fc6d7f
[ "Apache-2.0" ]
permissive
operativeF/Kvasir
9bfe25e1844d41ffefe527f16117c618af50cde9
dfbcbdc9993d326ef8cc73d99129e78459c561fd
refs/heads/master
2020-04-06T13:12:59.381009
2019-01-25T18:43:17
2019-01-25T18:43:17
157,489,295
0
0
Apache-2.0
2018-11-14T04:12:05
2018-11-14T04:12:04
null
UTF-8
C++
false
false
49,547
hpp
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Serial Peripheral Interface namespace Spi2Mcr{ ///<Module Configuration Register using Addr = Register::Address<0x400ac000,0x00000000,0x00000000,unsigned>; ///Halt enum class HaltVal { v0=0x00000000, ///<St...
[ "holmes.odin@gmail.com" ]
holmes.odin@gmail.com
181aa42579ec3d4dc126e191b12a649f905e0493
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/admin/snapin/certmgr/compdata.h
25108b01fcf4da054d5e74e0c5ff726f5817b405
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,621
h
//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1997-2001. // // File: compdata.h // // Contents: // //---------------------------------------------------------------------------- #ifndef __COMPDATA_H_INCLUDED__ #d...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
9071110d169d32d8758e5be31d845c666a54c606
efd7adff589e37ca98d2e3eb245aaeb23f64496e
/src/libs/utils/newclasswidget.h
d5ecf0987ad475b036e92f382bca169221c2c0da
[]
no_license
Andersbakken/CPlusPlus
3cf03c28968243587fa1d4661e7e5a388e62eb43
400f0b8f19de1c3fc9b794228c7aeec2259fce81
refs/heads/master
2021-01-10T20:24:54.067140
2013-05-28T03:46:50
2013-05-28T03:46:50
9,491,173
2
0
null
null
null
null
UTF-8
C++
false
false
7,415
h
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
[ "jhanssen@gmail.com" ]
jhanssen@gmail.com
9c70ddf4863405804c00095038bdad8943a05ecd
6e9d0adcbe4c96b11ec2688113c96709f60e234b
/Source/shared/ErrorMsg.cpp
fab33d1bd6343aeab6656777af7af08c75749887
[ "BSD-3-Clause" ]
permissive
rogerfraser/GDAy3.0
edfe86b4cbc63a2523edefcfae0cecdc3027fa12
1d4cab271b4edc4cc08256472205b4834e23b186
refs/heads/master
2022-01-23T23:47:40.231610
2019-08-01T06:45:51
2019-08-01T06:45:51
278,295,392
1
0
BSD-3-Clause
2020-07-09T07:32:55
2020-07-09T07:32:55
null
UTF-8
C++
false
false
4,176
cpp
///////////////////////////////////////////// // Roger Fraser #include "stdafx.h" #include <io.h> #include "Defines.h" #include "ErrorMsg.h" #include "FileProc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif CErrMsg::CErrMsg() { // construction ErrorString = ""; ...
[ "sfuller@positionplusplus.com" ]
sfuller@positionplusplus.com
cb39352eb9cccc040e05dcc8629fa93154325979
e00073143e0c7406e0c1aa23e87480006bc519a7
/CardEleven.cpp
ffb3a638302c6844823bda4a2db26c030b29a49c
[]
no_license
nadaabdelgayed/CMPN103-SnakesAndLadders
80c83d7b4a206066c43a8771e72da2c4ae6a58bb
8b760eb51cddbf92891d3da9eed963f0da38f660
refs/heads/main
2023-04-26T15:44:58.821493
2021-05-21T03:17:09
2021-05-21T03:17:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,047
cpp
#include "CardEleven.h" #include "Input.h" #include "Output.h" CardEleven::CardEleven(const CellPosition& pos) : Card(pos) { cardNumber = 11; } CardEleven::~CardEleven(void) { } int CardEleven::price = 0; int CardEleven::fees = 0; Player* CardEleven::pPlayerOwner = NULL; void CardEleven::ReadCardParameters(Grid* pGri...
[ "17732483+ziyadss@users.noreply.github.com" ]
17732483+ziyadss@users.noreply.github.com
e07631e0a794e7c1f18fb532cc3c7019ee0344d6
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-kendra/include/aws/kendra/model/DeleteDataSourceRequest.h
f6a9058848ea525c43652e1b5e15534b9ac9dd74
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
4,628
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
724cf483b165a5e181f99b420698fc14577db967
55217a6b62c6487fc62da89960e865ed844390d7
/src/cs499rImage.cpp
e8b60d2882df7e855fce71bc3ef09045e5f8f04b
[]
no_license
gabadie/cs499r
b2a602b4a39bdd9c179f5728af5cf08413363572
ad21aff63e73bc3e94838e1d288911fdeb090f0f
refs/heads/master
2020-12-25T19:15:40.605607
2014-12-12T23:23:02
2014-12-12T23:23:02
24,373,902
0
0
null
null
null
null
UTF-8
C++
false
false
1,125
cpp
#include <string.h> #include "cs499rImage.hpp" namespace CS499R { size_t Image::saveToFile(char const * path) const { return saveToPngFile(path); } Image::Image(size_t width, size_t height, size_t chanels, size_t depth) { mTexels = nullptr; allocTexels(width, height...
[ "guillaume.abadie@gmail.com" ]
guillaume.abadie@gmail.com
39762287b1b852207586ab44d4e351fd2d183ed7
0d3105bcc542cbda87e84215bdf489456017adc3
/Passing Gate/Platforms/DeterioratingPlatform.h
0f5573ff879c0ad162e12936eebaad387d40388e
[]
no_license
Hjallimar/Portfolio
f050732fef27e0071cb84606c917552c862f6464
e02eb1ce47dcae664bb88def49dd40019d3ecece
refs/heads/master
2021-11-19T05:31:45.147276
2021-09-16T12:59:08
2021-09-16T12:59:08
253,906,471
0
0
null
null
null
null
UTF-8
C++
false
false
894
h
//Author: Hjalmar Andersson #pragma once #include "BasePlatform.h" #include "DeterioratingPlatform.generated.h" class UBoxComponent; UCLASS() class ADeterioratingPlatform : public ABasePlatform { GENERATED_BODY() public: ADeterioratingPlatform(); UPROPERTY(EditAnywhere) float DeterioratingTime = 5; UPROPERTY...
[ "37866588+Hjallimar@users.noreply.github.com" ]
37866588+Hjallimar@users.noreply.github.com
493dc77a46ccb6045751b7a58a72358541de0ead
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/InnerDetector/InDetEventCnv/InDetEventTPCnv/InDetEventTPCnv/InDetPrepRawData/PixelCluster_p1.h
da0bbbb0e9f322e49b1cae118932c680d0c512af
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
592
h
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #ifndef PIXEL_CLUSTER_P1_TRK_H #define PIXEL_CLUSTER_P1_TRK_H //----------------------------------------------------------------------------- // // file: PixelCluster_p1.h // //-----------------------------------------------------------...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
18d23412d3dedc42991ce517e926fc3ee0a9d8ae
a84cd4b7188a280244031eb8cd816af0a0c8ec50
/include/units/core/units.hpp
f0f966beb66e9a3019c265dd6c1aa42e6ec6fb96
[ "Zlib" ]
permissive
JadeMatrix/units
90dac13b9a6ebf655c0eae691221f3d9a7cf4171
5c9d11511ae67238ab5d02d5a1a6ca0cd2cc8e21
refs/heads/master
2020-03-28T16:44:20.327674
2020-01-23T02:18:32
2020-01-23T02:18:32
148,723,358
4
0
null
null
null
null
UTF-8
C++
false
false
313
hpp
#pragma once #ifndef JM_UNITS_CORE_UNITS_HPP #define JM_UNITS_CORE_UNITS_HPP // These are all necessary for basic library functionality but are implemented // in separate files to keep filesize down #include "unit.hpp" #include "per.hpp" #include "by.hpp" #include "ratio.hpp" #include "operators.hpp" #endif
[ "jadematrix.art@gmail.com" ]
jadematrix.art@gmail.com
a7621b3f0dc416408e273d9f48b355105768a3b3
8dfc879a6e98055a5d62b334b56f5e2c1f278913
/AtCoder/contest_atcoder/ABC115/proA.cpp
8d06edd82057c25568cd162d89f14186031a3ed7
[]
no_license
sitRyo/templateCpp_atcoder
fcdad44ea348c76a9bde4a320cf2925df7d8a751
cec7103ab55af136a8fb03efdaae0a9c2b460ff5
refs/heads/master
2021-06-25T19:33:31.043330
2019-06-20T06:57:57
2019-06-20T06:57:57
142,314,195
0
0
null
null
null
null
UTF-8
C++
false
false
830
cpp
#include <iostream> #include <cstdio> #include <algorithm> #include <vector> #include <functional> #include <queue> #include <string> #include <cstring> #include <numeric> #include <cstdlib> #include <cmath> using namespace std; typedef long long ll; #define INF 10e10 #define rep(i,n) for(int i=0; i<n; i++) #define r...
[ "al15030@shibaura-it.ac.jp" ]
al15030@shibaura-it.ac.jp
a29403ea5f6d03ceba8b8aaec2e572a28811c535
b0fd9a81b69d6472441505909cb56ec5257b17c1
/src/TarjanCore.h
e397ac982c5852a578d82795c4028135c4a26364
[ "MIT" ]
permissive
dannyp11/spinclude
278973d247b254ab3b8a1223d037311d77f07c4d
092c612850f6caf58bd8f0dbf3c06b94f910bda0
refs/heads/master
2021-09-18T14:26:09.087209
2018-07-15T19:14:05
2018-07-15T19:14:05
113,536,284
0
0
null
null
null
null
UTF-8
C++
false
false
2,953
h
/* * MIT License * * Copyright (c) 2017 Dat * * 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, modify, me...
[ "tdpham1105@yahoo.com" ]
tdpham1105@yahoo.com
e010c53a14bcaf37e25b5044f83d3c6f61443c33
4f7544fdc88e47601db17a04971f32e5945146ca
/CRAB/menu.h
bf305af4c391ccd409379113b32640ac01237d13
[ "MIT" ]
permissive
parhelia512/Will-Fight-for-Food--SAS--GOTH
ba767f17a803d71c1feff19f3e3db2f2f67a5edf
f621c6dd2383edf298a9cc72f55a8b3b3a554e72
refs/heads/master
2022-12-03T21:00:51.894787
2020-08-04T05:41:07
2020-08-04T05:41:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,631
h
//============================================================================= // Author: Arvind // Purpose: Menu class //============================================================================= #ifndef MENU_H #define MENU_H #include <vector> #include "AssetManager.h" #include "button.h" //------------------...
[ "arvindrajayadav@gmail.com" ]
arvindrajayadav@gmail.com
82234f83875ffb7d23df708424c6dfbc9fd09795
b09d20193fc87417e1100128e94c915eba3d96f5
/AngleVariance/MyPointCloud.h
0d5dec0929911cf61056998aa450365100164e39
[]
no_license
zkailinzhang/pointcloud-registration-validation
28708a827bef154143a2c125b988505f4d6a9268
83a5d081da55ff906a040287bf59b395d045b0fb
refs/heads/master
2022-04-28T15:08:07.397850
2022-03-10T07:56:20
2022-03-10T07:56:20
138,536,020
1
0
null
null
null
null
UTF-8
C++
false
false
447
h
#pragma once #include "headers.h" class MyPointCloud { public: MyPointCloud(); ~MyPointCloud(); public: void clear(void); void init_points(int rows, CloudXYZPtr &input); void init_color(int rows, int cols); void init_normals(int rows, int cols); void read_data(const char *filetxt, CloudXYZPtr &input, int n...
[ "klzhang1002@163.com" ]
klzhang1002@163.com
5d96b60158fe9e1b7ddbad9b8baab52c85da43a9
0b431412de715f7ee9000e46d40c337422ab9d0c
/src/framework/assets/animation/keyframemeshrenderer.cpp
e1f2c31f07c2c0190bf539da6f2b94bf7b4e0cc3
[]
no_license
gered/MonsterDefense
66f53c7459e96acab4d194919fe92657dd23e7ac
4960df2ea152049a2348fc48c0821977a6606c1c
refs/heads/master
2020-04-26T07:24:29.793861
2019-03-02T02:17:33
2019-03-02T02:23:29
173,393,236
1
0
null
null
null
null
UTF-8
C++
false
false
5,589
cpp
#include "../../debug.h" #include "keyframemeshrenderer.h" #include "keyframe.h" #include "keyframemesh.h" #include "keyframemeshinstance.h" #include "keyframemeshtriangle.h" #include "../../graphics/graphicsdevice.h" #include "../../graphics/renderstate.h" #include "../../graphics/texture.h" #include "../../graphics...
[ "gered@blarg.ca" ]
gered@blarg.ca
8542232d1c674eea0f440044474ee5794ce478b4
d91f112f26ff6a473ce83f5a7c9c77e86fb2ecc3
/test/extensions/filters/http/common/aws/region_provider_impl_test.cc
42ce4d907bef772d3a0a086882328e02c95771f9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bianpengyuan/envoy-wasm
7a251862808499a8ebe3261025b50ef1ec777c3d
daabfd168db2a838cf68f4520cb4b5291718e74f
refs/heads/master
2021-07-08T00:49:29.017007
2019-06-25T03:19:45
2019-06-25T03:19:45
187,884,698
0
1
Apache-2.0
2019-05-21T17:31:22
2019-05-21T17:31:22
null
UTF-8
C++
false
false
1,108
cc
#include "extensions/filters/http/common/aws/region_provider_impl.h" #include "test/test_common/environment.h" #include "gtest/gtest.h" namespace Envoy { namespace Extensions { namespace HttpFilters { namespace Common { namespace Aws { class EnvironmentRegionProviderTest : public testing::Test { public: virtual ~...
[ "lizan@tetrate.io" ]
lizan@tetrate.io
30f7d62a3c293b8fb6a8cffe5cf2eead2b0d0fb0
06afe02585e56ae338be4f64d16aae3e7882df77
/Middleware/Qt/include/QtGui/qfontmetrics.h
6a2db60b0329a0543eb2fab1fcdffd517b4f5ff8
[]
no_license
utsav93/ShadersTutorial
2394f40844dae6cef88cdac685faf219d6d38e0c
bbaf6e968b16ad694f49c5d0426710013b9f4196
refs/heads/master
2020-05-21T22:46:16.632303
2016-12-09T00:11:26
2016-12-09T00:12:02
64,943,265
3
0
null
null
null
null
UTF-8
C++
false
false
6,908
h
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
[ "nick.utsav2345@gmail.com" ]
nick.utsav2345@gmail.com
865dc42ecefab40e563877b01453c4c62aca6aaa
d5d189fff2e027f7aa38ecde58952bcb4b636d47
/include/mfc/win.h
bc77043e377d185d01d5304678494fb2300e6a1a
[]
no_license
wyc2015fq/cstd
5979a3c26d5c7f00aadda440b04176dcf043e7dc
664bcb4680a32811767f5541a8aae1551d621598
refs/heads/master
2020-05-15T20:22:19.209717
2019-04-20T16:08:03
2019-04-20T16:08:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
240,881
h
#ifndef __MFCWIN_H__ #define __MFCWIN_H__ enum MFC_HELP_TYPE { afxWinHelp = 0, afxHTMLHelp = 1 }; // Type modifier for message handlers #ifndef afx_msg #define afx_msg // intentional placeholder #endif #undef MFC_DATA #define MFC_DATA MFC_CORE_DATA typedef struct { void* ptr; } * HGDIOBJ; /*=========...
[ "31720406@qq.com" ]
31720406@qq.com
a62f2f09a96d04d0027683fb0e78b1b688259dde
ecf0bc675b4225da23f1ea36c0eda737912ef8a9
/Reco_Csrc/Engine/Interface/UIInvenCashBagBox.cpp
4ec982a39259ead6f7f620b290698c79570b6488
[]
no_license
Artarex/MysteryV2
6015af1b501ce5b970fdc9f5b28c80a065fbcfed
2fa5608a4e48be36f56339db685ae5530107a520
refs/heads/master
2022-01-04T17:00:05.899039
2019-03-11T19:41:19
2019-03-11T19:41:19
175,065,496
0
0
null
null
null
null
UTF-8
C++
false
false
129
cpp
version https://git-lfs.github.com/spec/v1 oid sha256:14b6ff3aca7d635913d108112666809ffa10fa2bc194f7940b814ade12becbfa size 6675
[ "artarex@web.de" ]
artarex@web.de
381ee8a2b7b70a811635637c16952af524516438
44ae8c798d638016dbb4cf68a77e9831eb1c899d
/src/TTX/classes/mapLoader/MapLoader.cpp
3bfd2f7406c5f8350afeee9f2924419d7ad1056c
[]
no_license
Jose-Luis/ttx
dd9284e512b969216527f8c0019554de87a4f1b5
e62d08d5730997dda33e97f75b1ccc58080c507a
refs/heads/master
2021-01-04T14:12:50.180096
2015-06-23T15:30:04
2015-06-23T15:30:04
14,095,719
0
0
null
null
null
null
UTF-8
C++
false
false
7,271
cpp
#include <TTX/classes/mapLoader/MapLoader.hpp> //------------------------------------------------------------------------------ // Class: MapLoader // Method: loadMap // Description: //------------------------------------------------------------------------------ MapLoader::MapLoader(std::string theFileNam...
[ "jlavado@email.com" ]
jlavado@email.com
b91f30cc17c7509fcde8f6df524d450dd0446048
557d67660909b2944065361f1ac3b3774191d7fd
/lib/xlxCloudObj.cpp
e1924772025fd78fe5a6efd94698c91a279973ae
[]
no_license
zhangqiaoli/XlightSmartContorl_pro
1d8e4e30262fa268be7272ed536b0c985dad55cd
84b0042dfffe5879630e40c390d6f363dfb114f2
refs/heads/master
2021-09-19T07:36:14.995731
2018-07-25T08:42:44
2018-07-25T08:42:44
126,015,124
0
0
null
null
null
null
UTF-8
C++
false
false
13,937
cpp
/** * xlxCloudObj.cpp - Xlight Cloud Object library * * Created by Baoshi Sun <bs.sun@datatellit.com> * Copyright (C) 2015-2016 DTIT * Full contributor list: * * Documentation: * Support Forum: * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pu...
[ "zhangqiaoli1990@yeah.net" ]
zhangqiaoli1990@yeah.net
768c97f4c9896012731e63e99608e4b6a29327d3
276b290c8588f2d0a4ceba97b2344e5234d92165
/Source.cpp
295ffb127c6c55785be3df23b6c900dc6ac2c691
[]
no_license
BrAt4iTeRa/Laba_005-OAIP
fd5a45f8c4f28d2a64dbaf276f48fc905fbd57d3
04a7d542c886d7df781c37bc3a323f3e0758b062
refs/heads/main
2022-12-31T22:05:57.180968
2020-10-22T11:58:26
2020-10-22T11:58:26
306,321,588
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
959
cpp
#include <stdio.h> #include <locale.h> #define n 2 #define m 10 int main() { setlocale(LC_ALL, "Russian"); int mt[n][m],i,j,k, zam = 0; printf_s("Вводите элементы матрицы:"); for ( i=0;i<n;i++) for ( j = 0; j < m; j++) { printf_s("\nmt[%d][%d] = ", i + 1, j + 1); scanf_s("%d", &mt[i][j]); } ...
[ "noreply@github.com" ]
BrAt4iTeRa.noreply@github.com
9a5739b76cb1405b763576d4ce5da079d5503e4a
5b70def5e81ad8f62211ca75b4dea5c371dd49ce
/Homework25.cpp
0f9c7b0cfa9426571d18801edce94b13b31d94a8
[]
no_license
jszalaha/CSCI-40-FCC
95e2c9b68b3b7cf483051d78a369ede4ba2c205b
4b8b69902d322c1903c10fb4fbe79fae58963542
refs/heads/master
2021-01-10T09:25:52.195281
2016-03-17T20:02:17
2016-03-17T20:02:17
54,147,678
0
0
null
null
null
null
UTF-8
C++
false
false
2,350
cpp
#include<iostream> #include<limits> using namespace std; struct record { char lastName[100]; char ID[50]; int score; }; int main() { int n, waitingListLength=0, choice=0; char dummy; cout<<"Please enter the maximum amount of students allowed on the waiting list: "; cin>>n; record *waitingL...
[ "jszalaha@ucsc.edu" ]
jszalaha@ucsc.edu
5281264abfbb158c60fc769ff0b11a3131437b41
50c869058848c8ce6e5ffc37f9c65875ddc8d86f
/src/controller/python/chip/clusters/CHIPClusters.cpp
e9ca0029d590a582120018ea74ea0c0ac5d6b4fb
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gdooy/connectedhomeip
2c4ed0d73650deeb60c0444bdaa16be8ab0e234a
27950d899ddc476176a20db255ee291d07f67fee
refs/heads/master
2023-06-29T01:45:28.906718
2021-07-28T03:32:57
2021-07-28T03:32:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
416,223
cpp
/* * * Copyright (c) 2021 Project CHIP Authors * * 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 requir...
[ "noreply@github.com" ]
gdooy.noreply@github.com
b70edb3bb89e2b32e5807e5058ddcf9a54e989e4
dd2acf5e37f6c87e71ddd9dd5fba4c42a83147f6
/src/core/kext/VirtualKey/VK_JIS_TOGGLE_EISUU_KANA.cpp
3e5b0a046656fea84b64ed02c8a78e76ce4ba15b
[]
no_license
mantas/KeyRemap4MacBook
40a37d2713c7692659007c6f7aa8d54fce0d8546
b6defe814ed26e0b85efa6c10c423b717da984dd
refs/heads/master
2021-01-17T19:16:46.410838
2013-12-26T14:22:09
2013-12-26T14:22:09
15,453,490
1
0
null
null
null
null
UTF-8
C++
false
false
970
cpp
#include <IOKit/IOLib.h> #include "EventOutputQueue.hpp" #include "FlagStatus.hpp" #include "VK_JIS_TOGGLE_EISUU_KANA.hpp" namespace org_pqrs_KeyRemap4MacBook { KeyCode VirtualKey::VK_JIS_TOGGLE_EISUU_KANA::newkeycode_; bool VirtualKey::VK_JIS_TOGGLE_EISUU_KANA::handle(const Params_KeyboardEventCallBack& param...
[ "tekezo@pqrs.org" ]
tekezo@pqrs.org
67d03c43f59e9549c2ab8b8f89007748899080b1
0a66ba7f9e8f175a247c5569a7ac457c0b4716f0
/PointerManager.h
18b31a58d145f62567e2117f866dbd4f4e8c2bd9
[]
no_license
ellenlowing/tobii_opencv_on_qt
335a7de8fa262089e108f0986e1650a3c2a9cd97
ce4d0d410a1fb521209980c8c205cc8c3f18f9fe
refs/heads/master
2020-03-11T23:11:29.856287
2018-05-17T22:19:16
2018-05-17T22:19:16
130,314,983
0
0
null
null
null
null
UTF-8
C++
false
false
1,249
h
#ifndef POINTERCONTROL_H #define POINTERCONTROL_H #include <QObject> #include <QList> #include <random> #include <QVariant> #include "SamplePoint.h" #include "GazeRecalibration.h" class PointerManager : public QObject { Q_OBJECT public: PointerManager(QObject *root, QObject *pointer, GazeRecalibration &recal...
[ "kurauchi@bu.edu" ]
kurauchi@bu.edu
effe3855340c05c20401171ca000970873acd833
ee80ddf7d1de919847f1072f83c9ee3e3deeae02
/gwell/source/modeller/moc/moc_workspace.cpp
8298d6b5b7be982b3b05a561033597df192b8bde
[]
no_license
pjakwert/gwell3d
8bef1d3616810e6a79aff12869f164cdff0ac8b5
798b928d91864ba7f2ed5b9ccd46b3d6a693908c
refs/heads/master
2020-03-26T00:42:58.091397
2018-08-10T21:48:12
2018-08-10T21:48:12
144,333,776
0
0
null
null
null
null
UTF-8
C++
false
false
10,712
cpp
/**************************************************************************** ** Workspace meta object code from reading C++ file 'workspace.h' ** ** Created: Fri Oct 8 13:46:56 2004 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.2 edited Apr 19 11:34 $) ** ** WARNING! All changes made in this file will be lost! ...
[ "pjakwert@gmail.com" ]
pjakwert@gmail.com
7710b7f7747c256d67ebc47cbc37212248dc0a27
4aadb120c23f44519fbd5254e56fc91c0eb3772c
/Source/src/OpenSteerUT/AbstractVehicleMotionStatePlot.h
989e073129bf959a67f6899a408105a0abbf0dd0
[]
no_license
janfietz/edunetgames
d06cfb021d8f24cdcf3848a59cab694fbfd9c0ba
04d787b0afca7c99b0f4c0692002b4abb8eea410
refs/heads/master
2016-09-10T19:24:04.051842
2011-04-17T11:00:09
2011-04-17T11:00:09
33,568,741
0
0
null
null
null
null
UTF-8
C++
false
false
2,887
h
#ifndef __ABSTRACTVEHICLEMOTIONSTATEPLOT_H__ #define __ABSTRACTVEHICLEMOTIONSTATEPLOT_H__ //----------------------------------------------------------------------------- // Copyright (c) 2009, Jan Fietz, Cyrus Preuss // All rights reserved. // // Redistribution and use in source and binary forms, with or wit...
[ "janfietz@localhost" ]
janfietz@localhost
04cd60c241a6df3892f30e87da76d7fcc4e93555
9aa29363cc322821e56cbc8094ee0fd17c5b9713
/Carfield/Plugins/CarfieldIO/Source/CarfieldIO/Public/GenUtils.h
8668ad1d2eca812816a39b3f6da0163e71ee79e2
[]
no_license
akatokikwok/ThunderBoltUtils
a4ae5da13805842dd7da6c5cc385e4edee3e02b2
784fc904b60b5746d79b08f9076b0b9657098f65
refs/heads/main
2023-06-17T08:42:59.079369
2021-04-21T09:17:42
2021-04-21T09:17:42
340,038,418
0
0
null
null
null
null
UTF-8
C++
false
false
11,145
h
#pragma once #include "CoreMinimal.h" #include "GenUtils.generated.h" // XX - major version // YY - minor version // ZZ - patch #define INFRAWORLD_RUNTIME_VERSION 010000 /** * A wrapper for a TArray<uint8> used to avoid inner generics. */ USTRUCT(BlueprintType) struct CARFIELDIO_API FByteArray { GENERATED_USTR...
[ "akatokikwok@outlook.com" ]
akatokikwok@outlook.com
d78855e06e33dba92fd7cf2d8abc9509b10667d8
76f2ecf96c8f70b3143a00623257206390ab1ff5
/interrupthandle.h
6eee5c30c3b95ae26d019fbe93a74a6108dc5d06
[ "Apache-2.0" ]
permissive
Rudranil-Sarkar/Kernel-with-keyboard-input
ef5cbc5471e39bb8c032265ab5586d7f579d152f
9d4ff900109c675056e61c5efba72245410e3911
refs/heads/main
2023-06-03T22:49:22.026233
2021-06-04T14:33:33
2021-06-04T14:33:33
333,162,301
0
0
null
null
null
null
UTF-8
C++
false
false
1,170
h
#ifndef __interrupthandle_H__ #define __interrupthandle_H__ #include "types.h" #include "color.h" #include "gdt.h" #include "port.h" class InterruptHandler { protected: struct GateDescriptor { uint16_t handleAddressLowBits; uint16_t gdt_codeSegmentSelector; uint8_t reserved; uint8_t access; uint...
[ "rudronil34@gmail.com" ]
rudronil34@gmail.com
32bcb0d71bf862349b1c8101912fb25f52e6ba30
68dd4bf39f15c2665e25ee11f25d8a5bedf0bf35
/PWG2resonances/RESONANCES/AliRsnListOutput.cxx
f774609811734892d0ecbdc3d45243ffaab1264e
[]
no_license
sanyaade-speechtools/alimv
b3200a16d367e2438f47d9ea5cb86f806d5815e7
62784da96bb65b26b1c1c2c8e114107cb75a8df1
refs/heads/master
2016-09-09T23:30:54.456676
2011-04-22T09:25:29
2011-04-22T09:25:29
41,254,690
0
0
null
null
null
null
UTF-8
C++
false
false
10,983
cxx
// // Class AliRsnListOutput // // This class defines a base classe to implement a Output // which uses the internal RSN package event format (AliRsnEvent). // It contains some default flags which turn out to be useful: // - a flag to select only the "true" pairs (tracks from same resonance) // - a flag to know if th...
[ "vala.martin@f903ec54-de9e-11de-b4e8-61bb9a648e99" ]
vala.martin@f903ec54-de9e-11de-b4e8-61bb9a648e99
d2c63a96de3856000929e74d8cc38d571a8ab888
8cbf64593b585bb30d022c74fb314346d7590fca
/magma-1.5.0/testing/testing_dpotrf_gpu.cpp
be5a5d3d68b5c65ee8a46fc2fb1f025d6739115e
[]
no_license
govg/podcuda
1d317c60d0cf613b36b64919140044dcd0b83590
b8f34546bfddefbf153efe0e8948834e196f2c44
refs/heads/master
2021-01-23T12:05:14.457852
2014-11-13T01:41:43
2014-11-13T01:41:43
23,315,854
2
2
null
null
null
null
UTF-8
C++
false
false
4,689
cpp
/* -- MAGMA (version 1.5.0) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver @date September 2014 @generated from testing_zpotrf_gpu.cpp normal z -> d, Tue Sep 2 12:38:28 2014 */ // includes, system #include <stdlib.h> #include <stdio.h> #...
[ "govind.93@gmail.com" ]
govind.93@gmail.com
65940ab90becc898412e03a684a3aa4aacda7069
27477f27925a30019016cd8d72bd46ac9892a8de
/Gameplay/ncurs.cpp
6acb5d2f066839f3ecab1748e6c6cae9381f4c9c
[]
no_license
kkarabas/snake
c06c03962f53a0f9b96d268a458e9e9a0ce2a7d7
944c01a7bbc675ccd03b33cdae4ea49338dc6dc3
refs/heads/main
2023-02-02T06:49:54.633226
2020-12-17T06:34:21
2020-12-17T06:34:21
315,864,243
0
0
null
null
null
null
UTF-8
C++
false
false
2,654
cpp
#include "Gameplay/ncurs.h" #include <ncurses.h> #include "Field/field.h" #include "Gameplay/gameplay.h" NCurs::NCurs() { WINDOW *win = initscr( ) ; cbreak( ) ; curs_set( 0 ) ; noecho( ) ; start_color( ) ; box( stdscr, 0, 0 ) ; wrefresh(win) ; win_field = newwin( LINES - 7, COLS - 2, 6, 1 ) ; win_score = neww...
[ "noreply@github.com" ]
kkarabas.noreply@github.com
b73d97fd7f40f30f351953404bdbe275ca20eaa2
3b97fcc1bcf967a2195ee1db2f3f6aa98f5f261e
/Shogi/Shogi/Sprite.h
6171ffce7cea606dc9aff04ae6c26a3128ef46aa
[]
no_license
jkolowca/Shogi-game
6cdb6c67c2a02dbaa7c6fa947334fbc54dc1cc08
e915209a4e1d054c9ecaab4b0e03edf552776457
refs/heads/master
2022-01-13T22:14:13.584187
2019-06-01T17:35:42
2019-06-01T17:35:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
468
h
#pragma once #include <SFML/Graphics.hpp> /*klasa odpowiedzialna za grafiki*/ class Sprite { public: Sprite(); Sprite(const std::string&); ~Sprite(); void Draw(sf::RenderWindow*); void SetColor(sf::Color); void SetPosition(sf::Vector2f); void SetTexture(const std::string&); void RotateTexture(int); sf::Vec...
[ "jkolowca@users.noreply.github.com" ]
jkolowca@users.noreply.github.com
440ec6bfe849d3c9c858b4345072bf6c9b6434f2
43ae0d65a9acbfbfe8c36e158e1a590f6db02ad5
/Windows/samples/WiEngineSkeletonProject/WiEngineSkeletonProject/WiEngineApp.cpp
2be26474ac8e7a7e969b3035c03a81914fa2471d
[ "MIT" ]
permissive
identy/WiEngine
bfd0f5b95f0be72274e1dfb341d732d4a571993c
2fb4276f558a5b1660d940b982c591cb7c73aec8
refs/heads/master
2020-12-25T01:27:01.452216
2013-04-22T03:22:24
2013-04-22T03:22:24
9,659,254
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
7,744
cpp
#include "WiEngineApp.h" #include "wyLog.h" #include "wyTypes.h" #include "wyUtils.h" #include "wyDirector.h" #include "stdafx.h" #include "resource.h" #include "FirstScene.h" int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { // if you want to test against differen...
[ "stubma@gmail.com" ]
stubma@gmail.com
178e1b346e2eecc7683f253aec585c255e499427
42dbc61cf510a1cb9e4532ebf30501e376c00cc2
/src/semantic_map_builder/detection.h
35227a777b94a5b9b63feb27b5b5321eb3046ca6
[]
no_license
schizzz8/semantic_map_builder
1eca10c75ee2475a7354395a395dc098aff113f6
50e04654801c0fa60a6102c901113cfd5b2d6821
refs/heads/master
2021-05-14T11:19:09.795574
2018-01-31T08:29:37
2018-01-31T08:29:37
116,377,224
1
0
null
null
null
null
UTF-8
C++
false
false
865
h
#pragma once #include <string> #include <Eigen/Geometry> namespace semantic_map_builder { class Detection{ public: Detection(const std::string& type_="", const Eigen::Vector2i& top_left_ = Eigen::Vector2i(10000,10000), const Eigen::Vector2i& bottom_right_ = Eigen::Vector2i(-10000,-1000...
[ "fenardi87@gmail.com" ]
fenardi87@gmail.com
aa03a8104f83843b7b1b938bab309235ea12deff
2257486777137458e9b03231a05e8b44b618ab81
/Src/server/mysql_module.cpp
a7715e1fd42a068af351a507742bd29e512a31cb
[]
no_license
hw233/auengine
68aecddb628a987edff0de20f62c1464aaec02c1
78410de459557f75d6df10e4fc61c4b78b46c41f
refs/heads/master
2021-02-22T14:29:07.909448
2019-03-04T11:16:59
2019-03-04T11:16:59
245,379,407
0
1
null
2020-03-06T09:30:46
2020-03-06T09:30:46
null
GB18030
C++
false
false
4,717
cpp
#include "Database/DatabaseEnv.h" #include "mysql_module.h" #include "mysql_thread.h" #include "gdata.h" #include "config_module.h" namespace Au { MysqlModule::MysqlModule():_db(NULL),_dbinitflag(false) { } MysqlModule::~MysqlModule() { this->Destroy(); } bool MysqlModule::Init() { b...
[ "jxdeng3264@163.com" ]
jxdeng3264@163.com