blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
22d0baf299ddf5a53b33525132a2f9bd20dadb48
3345fa826de9ef0d373d18bacbc7bfe6353d0810
/xblh-17559/Client/rgloader/xshell.cpp
9077f45660b179276c354f993b5cc98c0faf5c9c
[]
no_license
g91/XBLS
3e3ed6906905ce0f76ef633447c668d84acfcb33
3b88bd3bef80ab3fc9a51b843b7e43c821768bf4
refs/heads/master
2022-12-23T03:34:18.904914
2022-12-17T06:40:16
2022-12-17T06:40:16
251,020,633
12
11
null
null
null
null
UTF-8
C++
false
false
1,871
cpp
#include "xshell.h" using namespace std; VOID patchInDashStrings(DWORD* addr, DWORD xex, DWORD path){ DWORD data[4]; if(xex & 0x8000){ // If bit 16 is 1 data[0] = 0x3D600000 + (((xex >> 16) & 0xFFFF) + 1); // lis %r11, dest>>16 + 1 }else{ data[0] = 0x3D600000 + ((xex >> 16) & 0xFFFF); // lis %r11, dest>>16...
[ "57608445+XBLHammer@users.noreply.github.com" ]
57608445+XBLHammer@users.noreply.github.com
9636d58959f442596007db07ad532c059458239d
22e1b7acc231c957291a5217b8ca098a29c9214c
/atom/renderer/api/context_bridge/render_frame_context_bridge_store.h
6c06758865c7faceedee644912d6f6422d7bd662
[ "MIT" ]
permissive
kevinkoo001/electron-6
0d5a641c942965da66941e3c653d20427d70ff59
03f0deb06370d945dfcfb61bc0cda93171157773
refs/heads/master
2022-12-22T10:59:29.671082
2020-02-20T20:07:53
2020-02-20T20:07:53
241,976,812
1
0
MIT
2022-12-10T08:11:28
2020-02-20T19:57:08
C++
UTF-8
C++
false
false
2,252
h
// Copyright (c) 2019 Slack Technologies, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef ATOM_RENDERER_API_CONTEXT_BRIDGE_RENDER_FRAME_CONTEXT_BRIDGE_STORE_H_ #define ATOM_RENDERER_API_CONTEXT_BRIDGE_RENDER_FRAME_CONTEXT_BRIDGE_STORE_H_ #include <map> ...
[ "kevinkoo001@gmail.com" ]
kevinkoo001@gmail.com
999b358b0f650e02436f21829c1ed1eaee6a4d48
4ec6b3553868126a0e0c59bea884f5b1ae1933c8
/src/SAMLIGHT_CLIENT_CTRL_OCXLib_OCX.h
a57a55578d488e0b62a5013a3923f6522674e259
[]
no_license
zhangzhihua8808/5_SAMLightPro
8255d75da02f65a4e27ef30cb7307efd9a3284f6
8142dc6756bdb35c5d9e0d704decd4e3165d2848
refs/heads/master
2021-01-21T18:39:02.591391
2017-05-22T15:38:33
2017-05-22T15:38:33
92,068,519
0
0
null
null
null
null
UTF-8
C++
false
false
16,317
h
// ************************************************************************ // // WARNING // ------- // The types declared in this file were generated from data read from a // T...
[ "zhangzhihua8808@163.com" ]
zhangzhihua8808@163.com
757b670870964ccd4dc4b00d23479da7116059fc
63c7496f5f92fac94a9efa5f089113259409b5a3
/src/walletdb.cpp
c0c4b01c656ea7f517ce6554c13d928671445e18
[ "MIT" ]
permissive
Jahare/Volt-1
54c657f5e292e2b44f085349e9baa22ac639aba1
24eddc9160a20145a1a4a187b643cdf138a87c1c
refs/heads/master
2021-06-15T23:11:20.150952
2017-02-27T20:33:24
2017-02-27T20:33:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
27,350
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "walletdb.h" #include "base58.h" #include "protocol.h" #include "seriali...
[ "voltcoin@mail.com" ]
voltcoin@mail.com
deab1f94ee8851f2a397ee213ae447f3b26ffa63
4fc01b9dc05e510a3548a44bbb39a6a682461d25
/src/base58.h
66e85e523e9ea9b7aa75aac6888e8bb2da3b34ad
[ "MIT" ]
permissive
woocoins/wooo
e70c2ce6867fc118b8201050ff791c8a556579df
16bb7eeb9edd98b4c09de24d6450d291bebd5ebe
refs/heads/master
2021-01-10T02:22:09.325020
2015-05-26T14:53:48
2015-05-26T14:53:48
36,302,660
0
0
null
null
null
null
UTF-8
C++
false
false
13,014
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // Why base-58 instead of standard base-64 encoding? // - Don't want 0OIl char...
[ "woo" ]
woo
d991cd6b4436ecd8b3bcfd63c707c299e9d339d6
add246d790e0e8ff9eb49955bfd276c70439e613
/main/analyzeTOFPET2.cpp
4e72d72040e77b452077c8a660f6635bc39e5aaa
[]
no_license
abenagli/TBStudies
0bee17521e29272659cfc31927db7dce56a38437
2d9c1b2b5cd2ee25ef0c8ad4d37bdcd5aeafe99a
refs/heads/master
2020-03-30T15:46:52.235302
2020-01-19T12:33:53
2020-01-19T12:33:53
151,378,759
0
0
null
null
null
null
UTF-8
C++
false
false
87,064
cpp
#include "interface/FitUtils.h" #include "interface/TreeUtils.h" #include "interface/SetTDRStyle.h" #include "CfgManager/interface/CfgManager.h" #include "CfgManager/interface/CfgManagerT.h" #include <iostream> #include <fstream> #include <vector> #include <map> #include "TFile.h" #include "TChain.h" #include "TH1F.h...
[ "andrea.benaglia@cern.ch" ]
andrea.benaglia@cern.ch
038b140437a81b3f7b72cbeffa3d409f26ce9ad6
c6fa1b9f90044ad35097b01e6671b09d4252db13
/102 triangle containment/main.cpp
229ef93807d739d803628146e5dcce03fbd1e35c
[]
no_license
fangzhou070101/Project_Euler
5d84be3dd6f1b3165307bd945ce3911915e574c9
7476b3a3444044232b9037785e3cf63d2acfbf8c
refs/heads/master
2022-03-11T19:22:04.949271
2022-03-02T03:29:23
2022-03-02T03:29:23
41,497,563
0
0
null
null
null
null
UTF-8
C++
false
false
1,675
cpp
#include <iostream> #include <fstream> using namespace std; bool interior(int x1,int y1,int x2,int y2,int x3,int y3,int x,int y); bool sameSide(int xl1,int yl1,int xl2,int yl2,int x1,int y1,int x2,int y2); int main() { int triIdx; int x1,x2,x3,y1,y2,y3; int total=0; char junk; //cout<<sameSide(1,1...
[ "fangzhou070101@yahoo.com" ]
fangzhou070101@yahoo.com
43239b96ab8ca351abadac3f9373fd0285c182ee
32d3a6b87652df41c9239085e245c00ec692883c
/Clases/Semana 6/Clase 1/MorelliSebastianS6C1.cpp
cc83e2123aefd63ceaf9fc786a6f675adde14557
[]
no_license
SebastianMorelli/MetodosComputacionales-SM
4ae9b48ee059ac04b0fe14a9852ee2d1eae33273
e028ff95dcc1fab47036de7ea86488ebff98375a
refs/heads/master
2021-07-12T12:31:40.662406
2020-08-30T03:26:27
2020-08-30T03:26:27
195,323,344
0
0
null
null
null
null
UTF-8
C++
false
false
906
cpp
//Este código soluciona una ecuación de onda de primer orden. #include <iostream> #include <cmath> using namespace std; //Declaración Variables int ini = 0; int fini = 2; int numpunt = 80; float vel = 1.0; float dx = (fini - ini)/numpunt; float dt = (dx/vel)*0.25; //Declaración funciones float * yoAdivinoFuturo (...
[ "noreply@github.com" ]
noreply@github.com
d2afe5fc276aea3c8d2a60ce558f05576ac4bb20
713535ea331ba86a72729393477ec4e0efb39576
/정ㅋ벅ㅋ.cpp
76ca620449e55dfe1e494254262ff1e8fa8c6b70
[]
no_license
ljh1324/algorithm
9ed2039cd887998765e56a01256eb7eeec4c4cf7
26c5e478c056c60e88e4d642dd7ac7cec585965e
refs/heads/master
2020-03-12T10:27:09.106066
2018-04-22T14:09:50
2018-04-22T14:09:50
130,573,200
0
0
null
null
null
null
UHC
C++
false
false
117
cpp
// https://www.acmicpc.net/problem/1237 #include <stdio.h> int main() { printf("문제의 정답\n"); return 0; }
[ "leejeonghwan1324@gmail.com" ]
leejeonghwan1324@gmail.com
13351ff63e71afc6788d174f6cf8708f9a0bbd0a
39abe80bce4f656d70000a6b630cad599b4969da
/ModelLoader/ModelLoader.cpp
26993991cf736e1b0aa2c08355c37086c119bd9f
[]
no_license
kinleed2/RCC-Dear-ImGui-and-DirectX12-Test
e9a6deadfc1e943c7a642d9b827f02fd59547fbf
223fdde3a3a680b5b62bb33b4708c4ea9c426493
refs/heads/master
2023-04-06T00:14:13.255016
2021-04-14T09:13:13
2021-04-14T09:13:13
355,753,785
0
0
null
null
null
null
UTF-8
C++
false
false
2,857
cpp
#include "ModelLoader.h" #include "../SystemTable.h" void ModelLoader::Load(const std::string& filename) { Assimp::Importer importer; const aiScene* pScene = importer.ReadFile(filename, aiProcess_Triangulate | aiProcess_ConvertToLeftHanded); this->mDirectory = filename.substr(0, filename.find_last_of('/')); ...
[ "kinleego@gmail.com" ]
kinleego@gmail.com
21ac6245e1d682662ec2ba008737b7614ff9d834
bfc070a73536759e00777ab5c5f81ca25f3878ce
/sem4_sdd/sem4_sdd/Source.cpp
1ef68ad98e28c2253e06bce5278310850fc301ce
[]
no_license
Data-Structures-Fork/SDD1058
ffaf6a7cd6722963b7301020aaafaf1edafa675b
523f0060fbefb7aac25dc001de575be0379077e6
refs/heads/master
2022-07-04T03:16:48.298053
2020-05-14T17:33:51
2020-05-14T17:33:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,287
cpp
#include <iostream> #include <stdio.h> using namespace std; //Structura stiva este un caz particular de lista simpla care respecta principiul LIFO (Last In First Out) //informatie utila nod stiva struct carte { int cod; char *titlu; float pret; //int nrAutori; //char **numeAutori; }; //definire structura nod sti...
[ "cristianciurea@gmail.com" ]
cristianciurea@gmail.com
f073d01b08af0504a4b9b42505c1be2371574b80
81001ad1e99459969a39c679907130956b89eff1
/src/calculusprime/internal/parsing/ParserHolder.cpp
048068a7112660dc62143750c9b6b7e98969a343
[ "Apache-2.0" ]
permissive
aposin/CalculusPrime-PnC
214b91ac5e9c9761296f2fde16dc0c690fe21a6b
8ab682b67f1a770c4404bcaa3f33260ab5aef1d3
refs/heads/master
2020-09-21T04:42:41.968894
2019-11-28T15:18:41
2019-11-28T15:18:41
224,681,250
6
3
null
null
null
null
UTF-8
C++
false
false
1,741
cpp
/* Copyright 2019 Association for the promotion of open - source insurance software and for the establishment of open interface standards in the insurance industry 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...
[ "hello@aposin.org" ]
hello@aposin.org
58f118e8b57e82aa66343bbba32ed7a0923b29ef
dd169c135fec84473c2b1423108d77c4c5947be3
/cpp/IDBWindow/idblayout/idbtabcontent.cpp
b112d992c34013a6433667f0331d60201035249d
[]
no_license
chinab/enterprise-manage
507bd900a8139511034826fac72b47cf5b26c68f
ea7dd8401b3f5f0996d4a5bb3f93d4c0c781a05f
refs/heads/master
2021-01-23T12:05:02.018666
2014-05-09T10:13:32
2014-05-09T10:13:32
42,087,784
0
0
null
null
null
null
UTF-8
C++
false
false
255
cpp
#include "idbtabcontent.h" IDBTabContent::IDBTabContent(QWidget *parent) : QWidget(parent) { } void IDBTabContent::setInfo(const QVariantMap &info){ info["name"]; } void IDBTabContent::info(QVariantMap &info){ info["name"]; }
[ "yinxvxv@7b49d478-5329-11de-936b-e9512c4d2277" ]
yinxvxv@7b49d478-5329-11de-936b-e9512c4d2277
fb4f87d1ca7250e4c0ed7ece57a88c0587a75e04
971b36d80bdf94cf29b4709e22d622354cc38f0f
/Software/test-inputs/test-inputs.ino
be40aedcf913723e8a23ad0b9e56e211676d8c32
[]
no_license
Jedzia/UVTimer-Firmware
5b8c0c543f2908d7e8fd539b8c7796a75bd33387
8e3bae8cd88566302572f9e885667d81147b5dc0
refs/heads/master
2022-07-30T16:42:15.051139
2020-05-23T12:47:57
2020-05-23T12:47:57
265,448,869
0
0
null
null
null
null
UTF-8
C++
false
false
1,589
ino
#include <Bounce2.h> #define butInput1 4 #define butInput2 7 #define butInput3 8 #define butInput4 12 #define butInput5 6 #define butInput6 SDA #define LED1 13 // Debouncers const int debounceInverval = 25; Bounce debInput1 = Bounce(); Bounce debInput2 = Bounce(); Bounce debInput3 = ...
[ "jed69@gmx.de" ]
jed69@gmx.de
6cf8d7e7aad003374fa2ad14e38040c10264cc0b
dcee496e112bab404f050534b745447d32aaebf4
/q3.cpp
843cfe71a72f7cf6c7eb99af30e4857ad47d8552
[]
no_license
kushaangowda/GCC_2020
879a642d16aac88b17ef3451d14fd55d5395a482
b663c60c0a844f791e4e927121c2566dd1b50eb4
refs/heads/master
2023-01-08T01:31:00.030915
2020-11-10T04:36:53
2020-11-10T04:36:53
311,544,877
0
0
null
null
null
null
UTF-8
C++
false
false
1,224
cpp
#include<bits/stdc++.h> using namespace std; string find_min_days(int profit[], int price[], int d) { map <int,int> m; int i=1,p[d],q[d],c[d]; for(int j=0;j<d;j++){ c[j]=0; } m.insert(pair<int, int>(price[0], 1)); while(price[i]){ for(int j=0;j<d;j++){ if(m[price[i]-prof...
[ "kushaangowda@yahoo.com" ]
kushaangowda@yahoo.com
a17959f9262a98cceba68a579d09ce064d4fe747
f16a32a85f2f94e8d54f5fffe7f3381100bd879f
/src/test/pow_tests.cpp
90f69ebb7138f8f7efffad825b9cded986ae3d37
[ "MIT" ]
permissive
Babocoin/Babocoin
978ea6d2a4b7eb400b9d83bb7da99419f71c8f51
5dc79c49efb13851eb55436d05fd18a8bbafad78
refs/heads/main
2023-03-21T10:24:29.294544
2021-03-11T01:09:14
2021-03-11T01:09:14
339,209,313
0
0
null
null
null
null
UTF-8
C++
false
false
3,533
cpp
// Copyright (c) 2015-2018 The Bitcoin Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chain.h> #include <chainparams.h> #include <pow.h> #include <random.h> #include <util.h> #include <test/test_ba...
[ "36169687+blockinator@users.noreply.github.com" ]
36169687+blockinator@users.noreply.github.com
7b8cc1ce8d353d73949856a35073ac783312b2a8
3e7dae5e52d4c775c8dd50701f32e9b5aaaa090b
/src/utility/parallel.cpp
0fc92a76dbaf40f57c9da7055ea74a8a559a4a68
[]
no_license
haolly/soraytrace
9702baab3adbaa1439b4f662ca6b7334009b5093
e8679cacad54c988e123f12b390cbc86bce59a1d
refs/heads/master
2021-02-08T07:55:53.544744
2014-08-01T11:07:42
2014-08-01T11:07:42
244,126,963
0
0
null
null
null
null
UTF-8
C++
false
false
1,756
cpp
/* FileName: parallel.cpp Created Time: 2011-09-02 12:14:02 Auther: Cao Jiayin Email: soraytrace@hotmail.com Location: China, Shanghai Description: SORT is short for Simple Open-source Ray Tracing. Anyone could checkout the source code from ...
[ "codeboycjy@32f55271-c391-4a20-9b51-6f3d7b68033c" ]
codeboycjy@32f55271-c391-4a20-9b51-6f3d7b68033c
abdc509fc884bbe00b3cf9a741afb43dc4c196bc
28f1dedfa55de3381f0e2124c7c819f582767e2a
/unmaintained/extras/avalanche/AvalancheCore/VMFox/CVMFox.h
8e1c4f9d1d558317a2b9f48f15ec3e22cef259d7
[]
no_license
rhusar/smartfrog
3bd0032888c03a8a04036945c2d857f72a89dba6
0b4db766fb1ec1e1c2e48cbf5f7bf6bfd2df4e89
refs/heads/master
2021-01-10T05:07:39.218946
2014-11-28T08:52:32
2014-11-28T08:52:32
47,347,494
0
1
null
null
null
null
UTF-8
C++
false
false
1,363
h
#ifndef _CVMFOX_H_ #define _CVMFOX_H_ #define REAL_VIX_SDK_VERSION 1 #include <vix.h> #include <stdio.h> class CVMFox { private: const char *m_pHostname, // hostname *m_pUsername, // username *m_pPassword, // password *m_pVMPath; // path to the vm on the host int m_iHostport; // ...
[ "helgemahrt@9868f95a-be1e-0410-b3e3-a02e98b909e6" ]
helgemahrt@9868f95a-be1e-0410-b3e3-a02e98b909e6
295fac7c4a6f3e1bcf8df61f83986d337c0e8bf1
b6607ecc11e389cc56ee4966293de9e2e0aca491
/acm.kbtu.kz/Programming langs/77/77.cpp
8d8c8145b5af14395e5c23efbe515b040776b0a6
[]
no_license
BekzhanKassenov/olymp
ec31cefee36d2afe40eeead5c2c516f9bf92e66d
e3013095a4f88fb614abb8ac9ba532c5e955a32e
refs/heads/master
2022-09-21T10:07:10.232514
2021-11-01T16:40:24
2021-11-01T16:40:24
39,900,971
5
0
null
null
null
null
UTF-8
C++
false
false
445
cpp
#include <iostream> #include <vector> #include <algorithm> #include <string> using namespace std; int cnt[27]; int main() { string s; while (cin >> s) { for (int i = 0; i < (int) s.length(); i++) { if (s[i] >= 'A' && s[i] <= 'Z') cnt[s[i] - 'A'] ++; if (s[i] >= 'a' && s[i] <= 'z') cn...
[ "bekzhan.kassenov@nu.edu.kz" ]
bekzhan.kassenov@nu.edu.kz
7885b3f026473f70e153c8efc1c736a5c4375fc1
0c13f39b7dd406724f6469c3f87e1302f601c9d8
/MeandrSAMD21G18A_LoRa_Receiver/CorePinScenario.cpp
4d72c7662ccb04c1da205ed5dba9225b31bfbe0d
[]
no_license
Porokhnya/UROV
581c1df96c066b72817f4fdb609e3446370d6384
685462db74c5b2198cbf4606585f68ac0c42ecc6
refs/heads/master
2021-06-05T08:13:23.900913
2021-04-21T14:10:22
2021-04-21T14:10:22
122,962,673
0
1
null
null
null
null
UTF-8
C++
false
false
2,774
cpp
//------------------------------------------------------------------------------------------------------------------------------------------------------------------------ #include "CorePinScenario.h" //----------------------------------------------------------------------------------------------------------------------...
[ "promavto@ntmp.ru" ]
promavto@ntmp.ru
db6ef28f165ca00ec22b77ea9e0b0ffb3d4063e5
72806e672ae44be1ad5d1365224b9b430d1fa721
/pod/pinocchio/qap/CircuitMatrixMultiply.cpp
968b53d62e28300252e77a9443fdc62134908f56
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
imtypist/BlockSense
277814436a50c800625193d4c72982e326f9566a
00a0336205c1f1049d978b07bcf078b8c85374b0
refs/heads/master
2023-05-27T13:42:32.715625
2023-05-15T09:53:58
2023-05-15T09:53:58
145,524,879
14
4
null
2020-07-18T04:56:06
2018-08-21T07:33:59
C++
UTF-8
C++
false
false
5,480
cpp
#include "GateMul2.h" #include "CircuitMatrixMultiply.h" #include "Field.h" #include "GateAddN.h" // Generates a standard circuit for matrix multiplication // c_{ij} = \sum_{k=1..N} a_ik * b_kj CircuitMatrixMultiply::CircuitMatrixMultiply(Field* field, const int dimension) : Circuit(field) { this->dimension = dimen...
[ "junqin.huang@qq.com" ]
junqin.huang@qq.com
70967908818efef1c72c892a9d1fe98cc2d9c9e6
6d6d408af32b6ce6ef2529e65d7543d8d41082e3
/Chapter_9/listing_9_9_static/src/static.cpp
c3d44bb5e1a84005e41d4e3131c2918a3765bd48
[]
no_license
eugene-bogorodsk/S_Prata_Prime_C-_exercise
52e52b59e26bfb2f33a344a57c97b69b74ede060
1a6dd062e42ac4515df81f23bd425a5a85a05199
refs/heads/master
2020-08-28T22:51:08.657340
2019-12-19T08:50:58
2019-12-19T08:50:58
217,844,234
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,323
cpp
//============================================================================ // Name : static.cpp // Author : eugene // Version : // Copyright : Your copyright notice // Description :использование статической локальной переменной //====================================================================...
[ "e.mitichkin@yandex.ru" ]
e.mitichkin@yandex.ru
279566363979bbe9f807b61dccbd889e8989f41a
a6303eef855a92a619606b94439143c8c57ef383
/linux/my_application.cc
14f1b448fa53779792397b3a10d1f1445c9ac72b
[]
no_license
wdeoliveirawill/bytebank_contacts
c752f01f7caddd84776843efa6780157459b30b8
6cdef8b866cebee51e7cabd6d089fca5a2fc2a7d
refs/heads/master
2023-06-21T01:33:31.155973
2021-07-20T23:15:02
2021-07-20T23:15:02
383,280,254
0
0
null
null
null
null
UTF-8
C++
false
false
3,728
cc
#include "my_application.h" #include <flutter_linux/flutter_linux.h> #ifdef GDK_WINDOWING_X11 #include <gdk/gdkx.h> #endif #include "flutter/generated_plugin_registrant.h" struct _MyApplication { GtkApplication parent_instance; char** dart_entrypoint_arguments; }; G_DEFINE_TYPE(MyApplication, my_application, GT...
[ "william.oliveira@coteminas.com.br" ]
william.oliveira@coteminas.com.br
9eb74eba3a3a3b19b0286ecb00dc1e9d41f5c25d
96af0059d1c0ad9a263b94a4632f5b9a118552fb
/include/load_balancing/monitors/Monitor.h
b8f89fb5e1a3ba10a619e8984b5b8b3ecadff781
[]
no_license
dfunke/ParDeTria
8c6c6094d4e8928b201bcdb451ef3fdd36edce52
917a218b533507d986b7e9485ceabc678539fb98
refs/heads/master
2023-08-10T16:02:47.313099
2023-08-07T16:14:38
2023-08-07T16:14:38
675,742,106
2
0
null
null
null
null
UTF-8
C++
false
false
1,296
h
#pragma once #include <chrono> #include "load_balancing/PartitionTree.h" #include "load_balancing/Partitioner.h" namespace LoadBalancing { struct Monitor { void registerPartitionStart() {} void registerPartitionEnd() {} template <uint D, typename Precision, typename MonitorT> void...
[ "vincent.winkler@student.kit.edu" ]
vincent.winkler@student.kit.edu
394a78bc75be40ababf317f7de183d7d94ac106a
8a771181f68eded4be449b2e387add345f8d9716
/DM2122 Prac/Source/GhostScene.h
7d69a73304b7445791f32c6211bcbfebd0f75c4d
[]
no_license
HenIsTheMan/SP2
f5480c3d179a89126b1dd49173b488f33a8b5776
3407d31ebcfa434abaf42639c394b5953f3f8841
refs/heads/master
2023-06-01T01:46:38.721085
2021-06-17T13:59:58
2021-06-17T13:59:58
275,838,765
0
0
null
null
null
null
UTF-8
C++
false
false
3,851
h
#pragma once #include <MatrixStack.h> #include "Scene.h" #include "Mesh.h" #include "Light.h" #include "ParticleSystem.h" #include "ScoreSystem.h" #include "Object.h" #include "Vehicle.h" class GhostScene final: public Scene{ enum class MESH { HITBOXWHITE, HITBOXRED, BULLET, LEFT, RIGHT, FRONT, BACK, TOP, BOTTOM, L...
[ "193541T@mymail.nyp.edu.sg" ]
193541T@mymail.nyp.edu.sg
37d31a9dff5f64c0cc75eb1c0d4c78ae46e9ef41
53f0935ea44e900e00dc86d66f5181c5514d9b8e
/practice/sieve_of_eratosthenes.cpp
829a53afbb064d9a5a3d5965621daf6b50861b17
[]
no_license
losvald/algo
3dad94842ad5eb4c7aa7295e69a9e727a27177f6
26ccb862c4808f0d5970cee4ab461d1bd4cecac6
refs/heads/master
2016-09-06T09:05:57.985891
2015-11-05T05:13:19
2015-11-05T05:13:19
26,628,114
0
1
null
null
null
null
UTF-8
C++
false
false
722
cpp
#include <cstdio> #include <ctime> #define MAX (long long)1E7/2 long long int prime[MAX]; int main() { double start = clock(); for(long long int i = 2; i*i <= MAX; i++) { if(prime[i]) continue; for(long long int j = i; j*i < MAX; j++) prime[i*j] = 1; } //for(int i...
[ "leo.osvald@gmail.com" ]
leo.osvald@gmail.com
ddbe5e5e38b281234ad25697109ae3f2e750a383
adc6d4ae00ea137c0e9d97299482033602f9dd85
/Cv11_Obalovacia_trieda/Pole.h
54bc1569d345bf030720f5ee94a59854bf7d9117
[]
no_license
pego149/inf3
5b8303c68434b5dca4831765463afb8aa39b6c02
4f12f9dcc25aabbcd94805f22e735c33c691285f
refs/heads/master
2020-03-31T06:05:31.262689
2018-12-10T09:19:52
2018-12-10T09:19:52
151,967,895
0
0
null
null
null
null
UTF-8
C++
false
false
1,652
h
#pragma once #include <iostream> #include "VynimkaIndex.h" using namespace std; template <class T> class Pole { unsigned int aRozsah; int aDolnyIndex; T *aData; void copy(const Pole *zdroj); void zmaz(); public: Pole(int pDolnyIndex, unsigned int pRozsah, T initval); Pole(const Pole &zdroj) { copy(zdroj); } P...
[ "cani3@RB052-11" ]
cani3@RB052-11
87b78b4f57aa0bd0c1bb80698ac0da729720ba0e
eccf86a1eea9d8d38e2b3ca2b46bc87234549ff5
/include/mu_test.h
5fb33934c91977c04d6a5ac8bc6d1fe4dbf92b29
[]
no_license
Rom4ikKot/SmartHome
d8d41278ef5d756328bf08c96217a9d118bd6551
fc0951cb577afccabbfa302503d02be718fc0902
refs/heads/master
2022-05-30T03:26:37.675223
2020-05-06T05:09:38
2020-05-06T05:09:38
261,653,111
0
0
null
null
null
null
UTF-8
C++
false
false
18,775
h
#ifndef MU_TEST_H_ #define MU_TEST_H_ /** * mu_test.h * Header only Minimal Unit Test Framework * a tiny unit test framework for simple tests. * Version: 0.42tau * Author: Muhammad Zahalqa * m@tryfinally.com (c)2019 */ #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include...
[ "romankotler84@gmail.com" ]
romankotler84@gmail.com
a12f4da194c686cb4e20ed0da2e22a8f76e2287b
2ef809e1f0af431c7a311eb79b45c674bd055b64
/src/Materials.cpp
95dcd9ddfd8a7764693f213f4fc03db258a21c0d
[]
no_license
nurgan/pbcb
9f8ec24e79e314651b0fd79d5319a640e74b27ce
404149701ec1b21278fb7d050cf205bc05c4f1b4
refs/heads/master
2021-01-01T20:06:42.685145
2017-07-29T23:42:24
2017-07-29T23:42:24
98,764,333
0
0
null
null
null
null
UTF-8
C++
false
false
3,945
cpp
#include "Materials.hpp" #include <iostream> Materials& Materials::instance() { static Materials *instance = new Materials(); return *instance; } Materials::Materials() { // Populate the `materials` map std::shared_ptr<material_t> mat; std::pair<std::string, std::shared_ptr<material_t>> material; /...
[ "ehm@hm.edu" ]
ehm@hm.edu
a4b6025050db61c3d34205f58400e7f78d78aed6
29339372c71c6d25e384f12889e6b14ace17ac8f
/PolygonFillDemo/PolygonFillDemo.cpp
0760132186c6c346d82d8357b7e438172c34ee3d
[]
no_license
FanHuaRan/PolygonFill
12c6d3d0523f3ab7e4d99e0fba8992765ad8cd69
dad18015dbf062571f833c860d6941feda20fb61
refs/heads/master
2021-01-11T04:13:42.427256
2016-10-18T03:00:19
2016-10-18T03:00:19
71,203,256
1
0
null
null
null
null
UTF-8
C++
false
false
4,217
cpp
// PolygonFillDemo.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "PolygonFillDemo.h" #include "MainFrm.h" #include "PolygonFillDemoDoc.h" #include "PolygonFillDemoView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////...
[ "834171100@qq.com" ]
834171100@qq.com
6316a95c37464779f979cd155531e511dad81211
03c2b8fe97f7b2cf14e6392288bbff4ec8f973c9
/Final_Term/Application.cpp
157172923bd8fc26a7e0c5c08d68c4fdc052e8d1
[]
no_license
Chuncheonian/DataStructure
c6e69d6a05f6def688b1b8d2e3c308de2902b3af
63467b6ffe2a8e5b392b50c64fdc83df179bdebb
refs/heads/main
2023-01-23T19:27:08.304820
2020-12-04T11:25:11
2020-12-04T11:25:11
301,158,430
0
0
null
null
null
null
UTF-8
C++
false
false
37,879
cpp
#include "Application.h" // Program driver. void Application::Run() { while (1) { m_command = GetCommand(); switch (m_command) { case 1: // Add new record into masterList. AddContents(); break; case 2: // Get a createTime from keyboard and delete the rocord with same create Time. D...
[ "ehddud2468@khu.ac.kr" ]
ehddud2468@khu.ac.kr
f8642953a193d4bb5930e41d476341ffec48179f
f2ce7081a4d0849443dd441160b4ec20457e6601
/SearchMethod/test.cpp~
7d2c9cb9c58643c8e012cc12752b6dff3e84f753
[]
no_license
man4ish/NGS-Code
5a140f841a4df86928c0e1c75e3d9e1f24ca0b6b
1d4f59f4070d0b2c3c089ee979de247ac473e149
refs/heads/master
2021-01-13T14:45:24.615913
2019-03-18T15:48:35
2019-03-18T15:48:35
76,582,283
0
0
null
null
null
null
UTF-8
C++
false
false
401
#include <iostream> using namespace std; std::string GetMapIndexFile(std::string filename) { int j =0; for (int i = filename.size()-1; i >= 0 ; i-- ) { if(filename[i] == '.') j++; if(j == 3) return filename.substr(0,i) + ".MapIndex.txt"; } } int main() { string s = "hs_mgb_1.0.ref_gen...
[ "mandecent.gupta@gmail.com" ]
mandecent.gupta@gmail.com
6bb1878a9f8e6dc2763910763c67b238343be27c
06954096d7b4d0732379f6354f8a355af6070831
/src/game/client/swarm/vgui/experience_bar.cpp
8bb3de0b2b68aa9b46b3129c0b1ee8de3d5997ed
[]
no_license
Nightgunner5/Jastian-Summer
9ee590bdac8d5cf281f844d1be3f1f5709ae4b91
22749cf0839bbb559bd13ec7e6a5af4458b8bdb7
refs/heads/master
2016-09-06T15:55:32.938564
2011-04-16T17:57:12
2011-04-16T17:57:12
1,446,629
1
1
null
null
null
null
UTF-8
C++
false
false
8,058
cpp
#include "cbase.h" #include <vgui_controls/Label.h> #include "vgui_controls/AnimationController.h" #include <vgui_controls/ImagePanel.h> #include "statsbar.h" #include "experience_bar.h" #include "c_asw_player.h" #include <vgui/ILocalize.h> #include "skillanimpanel.h" #include "clientmode_asw.h" #include "asw_gamerules...
[ "nightgunner5@llamaslayers.net" ]
nightgunner5@llamaslayers.net
7eccb7583068ccc6745af229ce8e98659bc0eaf7
104a193527bc263482ea634842c15ec813a99c0f
/src/statistics/amise_optimal_bandwidth_estimator.cpp
de031426158f35c70b68e910efd5a413bdceb41f
[ "MIT" ]
permissive
channotation/chap
d33b3a298ffd65b946a069c78baf8502c03271c9
1d137bfba9e0e9c4ed7dff016ccb0418834daac4
refs/heads/master
2022-10-26T16:45:56.138277
2022-03-02T22:33:51
2022-03-02T22:33:51
121,681,474
15
8
NOASSERTION
2022-10-05T23:43:00
2018-02-15T20:52:49
C++
UTF-8
C++
false
false
7,121
cpp
// CHAP - The Channel Annotation Package // // Copyright (c) 2016 - 2018 Gianni Klesse, Shanlin Rao, Mark S. P. Sansom, and // Stephen J. Tucker // // 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 th...
[ "gianni.klesse@gmx.de" ]
gianni.klesse@gmx.de
a8a2637fae07090c0cac05a78407ce988adb0fe3
f405913222192fdaaadee0fe64940b7bf40266df
/Plugins/AirSim/Source/AirSimGameMode.cpp
a610b90dac1c1fcdba441e9b20be5212064d7eea
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
InfiniteGamingProductions/AirSim-UGC
e6f96009520a1ae37d3eab4e9726c0179ca35e32
fc2f2477fe8f0b9f8b707d4357b795d3c8b6e3a1
refs/heads/main
2023-05-09T00:49:19.726511
2021-06-01T10:23:45
2021-06-01T10:23:45
359,653,598
3
1
null
null
null
null
UTF-8
C++
false
false
1,647
cpp
#include "AirSimGameMode.h" #include "Misc/FileHelper.h" #include "SimHUD/SimHUD.h" #include "common/Common.hpp" #include "AirBlueprintLib.h" class AUnrealLog : public msr::airlib::Utils::Logger { public: virtual void log(int level, const std::string& message) override { size_t tab_pos; stati...
[ "31736942+Infin8Gamer1@users.noreply.github.com" ]
31736942+Infin8Gamer1@users.noreply.github.com
ce7f0226ff486b180beba45d7aecb54bb062fffb
cc8b1b01620fe4ea2dd181d2cdf7a15f44ef0d81
/code/cpp/vtk-examples/cpp-examples/working-with-3d-data/registration/IterativeClosestPointsTransform.cxx
d2ba34bbc454b1999c9cc154994691cf3d5c60e7
[]
no_license
santiagoom/vtk-examples
2c73bca9efda3268ed69d79e54988b9393b1cf60
6324f302f3bd9d7ade3474c74086e530879e062c
refs/heads/main
2023-07-16T02:10:55.862748
2021-08-19T06:55:32
2021-08-19T06:55:32
307,636,085
0
0
null
null
null
null
UTF-8
C++
false
false
8,426
cxx
#include <vtkActor.h> #include <vtkCellArray.h> #include <vtkCellData.h> #include <vtkIterativeClosestPointTransform.h> #include <vtkLandmarkTransform.h> #include <vtkLine.h> #include <vtkMath.h> #include <vtkMatrix4x4.h> #include <vtkNamedColors.h> #include <vtkNew.h> #include <vtkPoints.h> #include <vtkPolyData.h> #i...
[ "ingenuity_zero@163.com" ]
ingenuity_zero@163.com
0f87f51c808bf92b2b4689781d5bb96ea4d33f9b
66862c422fda8b0de8c4a6f9d24eced028805283
/slambook2/3rdparty/ceres-solver/include/ceres/ordered_groups.h
ecba24c824ad0c8cf48125f3baaa1d9187814e4e
[ "BSD-3-Clause", "MIT" ]
permissive
zhh2005757/slambook2_in_Docker
57ed4af958b730e6f767cd202717e28144107cdb
f0e71327d196cdad3b3c10d96eacdf95240d528b
refs/heads/main
2023-09-01T03:26:37.542232
2021-10-27T11:45:47
2021-10-27T11:45:47
416,666,234
17
6
MIT
2021-10-13T09:51:00
2021-10-13T09:12:15
null
UTF-8
C++
false
false
6,670
h
// Ceres Solver - A fast non-linear least squares minimizer // Copyright 2015 Google Inc. All rights reserved. // http://ceres-solver.org/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistribution...
[ "594353397@qq.com" ]
594353397@qq.com
a35238b0c05b7091bf6dbc857935a8903a16ee27
2b448c61a302f7623fdcbb9094f6d14242199d78
/project/main/cpp/ui/MainWindow.h
8a617cbb0c7b8971fb5b27ab9967491274df4657
[]
no_license
iosifsecheleadan/movie-collection-manager
71b75704e95d631bd2f54571f1e0929e2d468e70
04aeb22179fa512628d62684d629eec29226d92e
refs/heads/master
2023-03-21T10:43:32.759410
2020-06-01T06:56:06
2020-06-01T06:56:06
346,054,712
0
0
null
null
null
null
UTF-8
C++
false
false
16,531
h
// // Created by sechelea on 5/25/20. // #pragma once #include <utility> #include <QtWidgets/QMainWindow> #include <QtWidgets/QGridLayout> #include <QtWidgets/QListView> #include <QtWidgets/QPushButton> #include <QtWidgets/QLineEdit> #include <QtWidgets/QLabel> #include <QtCore/QStringListModel> #include <QtWidgets/...
[ "iosifsecheleadan@gmail.com" ]
iosifsecheleadan@gmail.com
7fde23bd58a1fd6b03253f9c9e432e6a766a458b
ec0a8e179459bfa15b3abfd21df2ea33d201f0bd
/Codigo/Versao2017comp3/states/pededisco.hpp
b809efa145b744b7b2ebe9541ced88e1ecb04747
[]
no_license
UnbDroid/Festo2017
b32fbf61e6a703feb1d04e47b765186f2ecca376
eb4afb447bbb6cb1016a289231071471c6228e6e
refs/heads/master
2021-01-20T02:47:59.381718
2017-11-11T07:48:35
2017-11-11T07:48:35
101,334,390
0
0
null
null
null
null
UTF-8
C++
false
false
673
hpp
#ifndef PedeDisco_HPP #define PedeDisco_HPP #include "robotinostate.hpp" class PedeDisco: public RobotinoState { public: /** Singleton. */ static PedeDisco *instance(); /** * Called when entering the PedeDisco state. * * @param bigbob the robot that is moving to it's goal'. */ void en...
[ "leticiahelenasp@hotmail.com" ]
leticiahelenasp@hotmail.com
207b08725de7fdcd45c26bd4f0e6ea81de6d5984
fa889d051a1b3c4d861fb06b10aa5b2e21f97123
/kbe/src/lib/entitydef/property.cpp
53bceaddb441592142991f27e0850947950f7268
[ "MIT", "LGPL-3.0-only" ]
permissive
BuddhistDeveloper/HeroLegendServer
bcaa837e3bbd6544ce0cf8920fd54a1a324d95c8
8bf77679595a2c49c6f381c961e6c52d31a88245
refs/heads/master
2022-12-08T00:32:45.623725
2018-01-15T02:01:44
2018-01-15T02:01:44
117,069,431
1
1
MIT
2022-11-19T15:58:30
2018-01-11T08:05:32
Python
GB18030
C++
false
false
14,067
cpp
/* This source file is part of KBEngine For the latest info, see http://www.kbengine.org/ Copyright (c) 2008-2017 KBEngine. KBEngine is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the...
[ "liushuaigeq@163.com" ]
liushuaigeq@163.com
40aa59cf3aabbf10391c89aa810c65e74ae89484
25a44ce978c53666bbe162b372298ac5eed432f4
/Uri/1117-Validacao_de_nota.cpp
44374651b1d1c8732c952179ba520944b847dd0a
[]
no_license
Kanchii/Online_Judge_Problems
85304dfaf4d12516c8a511e9b9957ab59cc77a71
4bac6d7e547a01cd81d79d50ec37a93e8d915807
refs/heads/master
2021-10-19T03:17:28.285146
2018-09-09T12:53:35
2018-09-09T12:53:35
110,837,225
0
0
null
null
null
null
UTF-8
C++
false
false
432
cpp
#include <iostream> #include <stdio.h> using namespace std; int main() { float a, media = 0; int erro = 0, numero = 0; bool termina = true; while(termina){ scanf("%f", &a); if(a >= 0 && a<=10){ media+=a; numero++; } else { printf("nota invalida\n"); } if...
[ "weisslipe@gmail.com" ]
weisslipe@gmail.com
818536a9ca4cffd94a8205fe42059b827cd1a080
fdc56fd4ea8b795327fc7d19b8e69649635bd07b
/M.cpp
a6169755711d5672b67afaa568f878472e444466
[]
no_license
Laspiirinne/PSO
20e7f4d35506da80ed77185589e95def53d6ddc6
d5dab51ee5b63aed20c395cea2477dccd97f52b4
refs/heads/master
2023-06-25T05:59:37.829063
2023-06-10T08:44:18
2023-06-10T08:44:18
259,522,434
0
0
null
null
null
null
UTF-8
C++
false
false
170,089
cpp
double Ac_M10[10][10] = { -1.8785768809450733e+001,3.3616954860437176e+001,2.6882113915382682e+001,-1.0433064197429360e+001,9.4489289408247579e-001,-3.3538964332596910e+000,3.5352127339076374e+000,7.3942769413967824e+000,7.7909087526412346e+000,2.0912921099835673e+000 ,-3.8080580880289006e-001,1.0420967284673154e+0...
[ "noreply@github.com" ]
noreply@github.com
413cac1d12ddfbd2b863766d5bac83397ad387ea
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/chrome/browser/ui/unload_controller.h
a96ec5d5c2ecc80c5d48a941803b8ca827c83538
[ "MIT", "BSD-3-Clause" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
6,865
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_UNLOAD_CONTROLLER_H_ #define CHROME_BROWSER_UI_UNLOAD_CONTROLLER_H_ #include <set> #include "base/callback.h" #include "ba...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
b933bfe86d2fad749676aecdbd5ec5b267de159a
a0748011dbe873a6cb0cf3805c0ebdb391f791b0
/DICOMAnonymizer/dcmtk/dcmtk-3.6.0/oflog/libsrc/factory.cc
a9839ed04b46973b7e2b4c4ba6dc8f68df5fe88c
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "BSD-3-Clause", "BSD-4.3TAHOE", "xlock", "IJG", "LicenseRef-scancode-other-permissive" ]
permissive
Booritas/covid19-prototype
e0379572661046103e5483632987053eb2a91710
8cea8c2064c09863bda42ad067f359b2ba8eabf4
refs/heads/master
2022-08-19T19:22:10.008221
2020-05-20T15:06:01
2020-05-20T15:06:01
259,352,221
0
0
MIT
2020-04-27T14:32:07
2020-04-27T14:32:06
null
UTF-8
C++
false
false
5,436
cc
// Module: Log4CPLUS // File: factory.cxx // Created: 2/2002 // Author: Tad E. Smith // // // Copyright 2002-2009 Tad E. Smith // // 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 // // ...
[ "s.melnikov@smartreporting.de" ]
s.melnikov@smartreporting.de
523a263c85c4f98ea9f5942116155e4a44ad155f
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/ash/shelf/hotseat_widget_unittest.cc
d7c1bbd3aaba3e5921d5af9ed950ba5d17142de3
[ "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
80,525
cc
// Copyright (c) 2020 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 "ash/shelf/hotseat_widget.h" #include "ash/app_list/app_list_controller_impl.h" #include "ash/app_list/test/app_list_test_helper.h" #include ...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
44af7806383d406bfe85733203286f4acd1e15a7
47a4b9901faf9742273b02ba14444d8d555b65a4
/CodeChef/MXMEDIAN.cpp
e11dcac5cd3e206fe02df6474db1fef6703fc1f5
[]
no_license
Aulene/Competitive-Programming-Solutions
a028b7b96e024d8547e2ff66801e5377d7fb76cd
81d2705263313755399f2e3b6e01e029d40f61a6
refs/heads/master
2021-06-27T20:03:53.657351
2019-04-25T19:48:29
2019-04-25T19:48:29
101,798,734
3
0
null
null
null
null
UTF-8
C++
false
false
875
cpp
#include<iostream> #include<fstream> #include<cstdio> #include<cstring> #include<cmath> #include<climits> #include<algorithm> #include<vector> #include<map> #include<queue> #include<stack> #include<set> #include<list> using namespace std; #define lli long long int #define mod 1000000007 #define p push #define pb push...
[ "aussylegendflame@gmail.com" ]
aussylegendflame@gmail.com
b4fe00b74a17a0f3f838ad04dbbe90e554f0b133
951dfe797204714a5f199fd0d33ca5c003882473
/gamewindow.cpp
73da511e1c5ca39c69151b4db16f20b6c62df860
[]
no_license
justko/TankGame
e8a5f5a767d2a36560d0cbb37b99e0f1ab05c1c9
467674b97db5e32eb73ea6df78a95a7555b9ba12
refs/heads/master
2020-03-09T08:51:17.131348
2018-04-17T00:35:27
2018-04-17T00:35:27
128,698,552
2
0
null
null
null
null
UTF-8
C++
false
false
1,748
cpp
#include "gamewindow.h" #include "ui_gamewindow.h" #include"gamewidget.h" #include"scorewidget.h" #include<thread> #include<QVBoxLayout> #include<unistd.h> #include<QDebug> #include<QFileDialog> std::string GameWindow::defaultMap="map.dat"; GameWindow::GameWindow(QWidget *parent) : QMainWindow(parent), ui(new ...
[ "noreply@github.com" ]
noreply@github.com
c56d92a26e59cf956e28a403d0837986660a3e9d
4af610aa0ee92b0ff55493937f9382d190dbc999
/src/sample/sample.cpp
bca27bc3732b79eeaa4278da447f3ce1175385d7
[ "Apache-2.0" ]
permissive
msrocean/pcapml
3db2d51b60415ae550cc6407327878d31b95095c
69f9836a5adc12f05ccc42036db708a0c0192f68
refs/heads/main
2023-05-13T00:52:55.877953
2021-06-02T22:20:15
2021-06-02T22:20:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
860
cpp
/* * Copyright 2020 nPrint * 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 https://www.apache.org/licenses/LICENSE-2.0 */ #include "sample.hpp" Sample::Sample(size_t sid, std::string lab...
[ "jordanah@princeton.edu" ]
jordanah@princeton.edu
541820536076eeea4ab9977230fe806383d06742
e3e012664e3b4c016b7ed240cd9b81af1289149e
/thirdparty/linux/miracl/miracl_osmt/source/curve/pairing/irred.cpp
f3ebc69c2cba763ecfdedb59e9d064da46a1bbb5
[ "Unlicense" ]
permissive
osu-crypto/MultipartyPSI
b48ce23163fed8eb458a05e3af6e4432963f08c7
44e965607b0d27416420d32cd09e6fcc34782c3a
refs/heads/implement
2023-07-20T10:16:55.866284
2021-05-12T22:01:12
2021-05-12T22:01:12
100,207,769
73
29
Unlicense
2023-07-11T04:42:04
2017-08-13T22:15:27
C++
UTF-8
C++
false
false
9,683
cpp
/* program to find smallest irreducible polynomial */ /* cl /O2 /GX irred.cpp polymod.cpp poly.cpp big.cpp zzn.cpp miracl.lib */ #include <iostream> #include <fstream> #include <cstring> #include "polymod.h" using namespace std; Miracl precision=200; // Code to parse formula in command line // This code isn't min...
[ "trieun@oregonstate.edu" ]
trieun@oregonstate.edu
f662dd110c9b6966e200a23c5bac34b6922f8576
210ce4f1f0441a95e7a8a4369fc05d81a837de32
/corelib/src/Signature.cpp
3ce57b04beca7c5182cbe9755fccb932b4cfdffb
[]
no_license
abdullah38rcc/rtabmap
2340bf49f44e4e204790a1f8e8ee0e8314e7396d
c8203f2119ea8c06905b5a3f5d82a8f1999bd8ac
refs/heads/master
2021-01-18T04:44:52.403700
2014-11-04T21:21:26
2014-11-04T21:21:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,299
cpp
/* Copyright (c) 2010-2014, Mathieu Labbe - IntRoLab - Universite de Sherbrooke All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
[ "matlabbe@f169173b-cf89-36c8-b27e-44dbe73f0c83" ]
matlabbe@f169173b-cf89-36c8-b27e-44dbe73f0c83
429ed9119bf7ca791d08d9b43881b5e614588108
3cf9e141cc8fee9d490224741297d3eca3f5feff
/C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-9379.cpp
aad19430eac4886f04823d792a5ad7fc301800d6
[]
no_license
TeamVault/tauCFI
e0ac60b8106fc1bb9874adc515fc01672b775123
e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10
refs/heads/master
2023-05-30T20:57:13.450360
2021-06-14T09:10:24
2021-06-14T09:10:24
154,563,655
0
1
null
null
null
null
UTF-8
C++
false
false
2,486
cpp
struct c0; void __attribute__ ((noinline)) tester0(c0* p); struct c0 { bool active0; c0() : active0(true) {} virtual ~c0() { tester0(this); active0 = false; } virtual void f0(){} }; void __attribute__ ((noinline)) tester0(c0* p) { p->f0(); } struct c1; void __attribute__ ((noinline)) tester1(c1* p); struct c1 { bool ac...
[ "ga72foq@mytum.de" ]
ga72foq@mytum.de
a4065286c22de05cd18d6d0e8159a96260e95056
e05c6343d03ea5d015c0a805e9b4ff334e4063b2
/core/src/TimeManager.cpp
26eb2ca0496fa270ef9549ec52faef2975ee8f58
[]
no_license
nguyenvuducthuy/3Dengine
a74e4ea43d1461f4b92e0f3f7f0a5e2e7cf3f9b5
8d0d38a5f1373c1ba632386657965679e026fd0b
refs/heads/master
2020-05-21T21:22:48.286975
2018-12-10T11:14:56
2018-12-10T11:14:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
489
cpp
/** * @class TimeManager * @brief Interface for time manager management * * @author Roberto Cano (http://www.robertocano.es) */ #include "TimeManager.hpp" #include "GLFWTimeManager.hpp" TimeManager *TimeManager::_timeManager = NULL; TimeManager *TimeManager::GetInstance() { if (_timeManager == NULL) { ...
[ "gabr1e11@hotmail.com" ]
gabr1e11@hotmail.com
81ee83eefec4fca30b5d943e68f4509fec049ca1
c43ac755962c8cbb1e062eaa2c2efb6a39becc0e
/libs/mathtools/src/angles.h
e223a078f06a9ae60b3db680e962e551d07d7979
[ "MIT" ]
permissive
jc-gonzalez/fisica
6272b2fd484e2bd446ead5030f8454bf0afe9f3b
218567df497b3ef021964242a08f7a65e588bff4
refs/heads/master
2022-04-08T05:10:52.725867
2020-02-12T18:57:31
2020-02-12T18:57:31
153,597,957
0
0
null
null
null
null
UTF-8
C++
false
false
2,107
h
/****************************************************************************** * File: angles.h * This file is part of the Cherenkov Detector Simulation library * * Domain: cherdetsim.angles * * Last update: 2.0 * * Date: 2019/03/13 * * Author: J C Gonzalez * * Copyright (C) 2019 by J C G...
[ "JCGonzalez@sciops.esa.int" ]
JCGonzalez@sciops.esa.int
66dbf2187e690281d4ce72609a62dcc62aa81c6c
0c48e2c65151861ebcd8fc5527d2fd74d563282d
/Classes/CatchFish.hpp
3d2c95e14553c1143dc7d5000321aa9c058c08e4
[]
no_license
FJSDS/xxlib_cocos_cpp
cfc185568b2a65f153dfa4825f374b20050bd347
0523f78a4af996a53fca71903c6a5e15ac0781f9
refs/heads/master
2020-05-20T19:59:13.105300
2019-05-23T14:05:20
2019-05-23T14:05:20
185,734,947
0
0
null
2019-05-09T05:53:29
2019-05-09T05:53:28
null
UTF-8
C++
false
false
5,324
hpp
inline CatchFish::CatchFish() { } inline CatchFish::~CatchFish() { disposed = true; // todo: more release #ifdef CC_TARGET_PLATFORM dialer.reset(); cc_listener.Reset(); #endif } inline int CatchFish::Update() noexcept { #ifdef CC_TARGET_PLATFORM return dialer->Update(); #else return scene->Update(); #endif } ...
[ "denghe@hotmail.com" ]
denghe@hotmail.com
99fe9fd79ba88937ed317b3a4e2d85c6ed69dabd
ce0816d59932114f4b6bc1f33ff0bba86e9a7dae
/Assignment2/AirlineReservation/AirlineReservation/User.cpp
cad4a303a0f60fa21c52de4adf3f6fe25c10d73c
[ "MIT" ]
permissive
Janani-Sankar/janani-assignments
b31bed5a3b7fa4be9fb74bc156e8f4173679ae42
e8a1a009eefd56204a43187ad128d0c17269d7b0
refs/heads/master
2020-07-22T10:00:34.365542
2019-10-21T04:04:08
2019-10-21T04:04:08
207,160,406
0
0
null
null
null
null
UTF-8
C++
false
false
807
cpp
#include"User.h" #include<string> #include<vector> #include"pch.h" #include<stdio.h> using namespace std; namespace AirlineRSystem { User::User(const std::string& firstName, const std::string& lastName, int idno) : mFirstName(firstName), mLastName(lastName), midno(idno) { /*mFirstName = firstName; mLastName =...
[ "53446902+Janani-Sankar@users.noreply.github.com" ]
53446902+Janani-Sankar@users.noreply.github.com
60b1f2d85babe132405279fd31f6c31d3cab96c9
2db7e8c11170b3e426bf2524d2ba122dd0726d9e
/source/libs/stdex/vector_queue.h
e160387560befe407713dbab089268c4a4f9c528
[]
no_license
DominikSadko/MS-Engine
bbc56a2bee31616db54a45224cd942cf99ebc53f
9de4cb1ea1d736cdf1b10bf7b7cd263d9a09260e
refs/heads/master
2020-05-17T00:51:20.081599
2016-08-09T08:21:13
2016-08-09T08:21:13
41,730,290
1
0
null
null
null
null
UTF-8
C++
false
false
787
h
#ifndef __VECTOR_QUEUE_H__ #define __VECTOR_QUEUE_H__ namespace stdex { template <typename Type, typename Compare = std::less<Type>> class vector_queue { public: explicit vector_queue(const Compare& compare = Compare()) : m_compare{compare} { } void push(Type element) { m_elements.push_back(std::move(e...
[ "Dominik.Sadko@gmail.com" ]
Dominik.Sadko@gmail.com
30d40db558503db8b264c14a1d5b7ccef47b146b
7f545cc51e3c5655aa273d3d99119127bc2900d4
/剑指offer/字符流中第一个不重复的字符.cpp
76dc0949cfd9f798ef24c390de6c991f70bcc8fc
[]
no_license
winterfell30/LeetCode
b2e2118411da74c9babdd84991e9430b97240a7d
e59436a4d76f8d6fa23b020a5af6cb9dcc39e5c3
refs/heads/master
2021-06-23T09:39:41.022404
2017-08-13T11:35:05
2017-08-13T11:35:05
86,675,612
0
0
null
null
null
null
UTF-8
C++
false
false
609
cpp
class Solution { public: //Insert one char from stringstream Solution() { while (!q.empty()) q.pop(); memset(vis, 0, sizeof(vis)); } void Insert(char ch) { vis[ch-'\0']++; if (vis[ch-'\0'] == 1) q.push(ch-'\0'); } //r...
[ "m17862917336@163.com" ]
m17862917336@163.com
ffff402ed248fbf7dcf73a2105f10b592e0c5770
7a724a6d3fdf6d9f2c6d648503bbbc2c5f6bf5ee
/C++/C++/NOMINAFU.CPP
3241ddb3bc7d4a3e075da45b518211ef0846f1a4
[]
no_license
ingenierialinuxpereira/developments
863e9489f5852ee0ee81edb82e03c431528f81b2
bc726ff4a98608daed50f68153d001f95d29bb63
refs/heads/main
2023-04-11T05:15:11.127958
2021-03-31T20:00:47
2021-03-31T20:00:47
351,871,128
0
1
null
null
null
null
ISO-8859-10
C++
false
false
17,349
cpp
# include <conio.h> # include<dos.h> # include <stdio.h> # include <iostream.h> # include <alloc.h> # include <time.h> #define ENTER 13 #define fd 77 #define fi 75 #define F10 68 #define ESC 27 #define fup 72 #define fdown 80 #define cuantos 10 struct empleado { char codigo[25]; char nombre[40]; char apellido[40]; char...
[ "ingenierialinuxpereira@gmail.com" ]
ingenierialinuxpereira@gmail.com
d5478e986b48883976a09d19e1d310378fce0673
590c960c77796d9f47b53c405fea07ec1153a0d3
/Demo/DemoDlg.cpp
ef7283b1a40536169de6b52aeebc31cfa504b567
[]
no_license
beyondmadman/ResLib
5d7ec1469016f40d62e28c6b2922ee601025e940
d067d5291d4717db9a7ee7d62ec15d4752bd4ed1
refs/heads/master
2022-11-22T15:27:46.447416
2020-07-20T07:37:49
2020-07-20T07:37:49
281,044,944
0
0
null
null
null
null
GB18030
C++
false
false
17,545
cpp
// DemoDlg.cpp : 实现文件 // #include "stdafx.h" #include "Demo.h" #include "DemoDlg.h" #include "afxdialogex.h" #include "ResLoad.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // 用于应用程序“关于”菜单项的 CAboutDlg 对话框 class CAboutDlg : public CDialogEx { public: CAboutDlg(); // 对话框数据 #ifdef AFX_DESIGN_TIME enum { IDD = IDD...
[ "beyondmadman@163.com" ]
beyondmadman@163.com
0df04844482c22de10899109c2432e29e62107cd
57de0787f7cee17ab1aaa48b919505f25ce11d80
/src/qt/transactiondesc.cpp
b268e37b64dd914dedce80a7431ade34628295d2
[ "MIT" ]
permissive
xcobary/xcoin
791b843581e847c39a8fb65ef02004983c8f66ea
946cae5c0354855b3ba4c3da79f80e5d5b8a8f77
refs/heads/master
2020-12-03T02:07:50.379876
2017-06-30T20:03:50
2017-06-30T20:03:50
95,906,887
0
0
null
null
null
null
UTF-8
C++
false
false
11,712
cpp
#include "transactiondesc.h" #include "guiutil.h" #include "xunits.h" #include "main.h" #include "wallet.h" #include "../db.h" #include "ui_interface.h" #include "base58.h" QString TransactionDesc::FormatTxStatus(const CWalletTx& wtx) { if (!wtx.IsFinal()) { if (wtx.nLockTime < LOCKTIME_THRESHOLD) ...
[ "call08050208030@yahoo.com" ]
call08050208030@yahoo.com
07d4d3afa4153dde5e299a253a323bf82b9a6a31
a8dead89e139e09733d559175293a5d3b2aef56c
/src/addons/MyGUI/Extends/MessageBoxStyle.h
beca957e8063222fa45675f6273ef186f865c0cd
[ "MIT" ]
permissive
riyanhax/Demi3D
4f3a48e6d76462a998b1b08935b37d8019815474
73e684168bd39b894f448779d41fab600ba9b150
refs/heads/master
2021-12-04T06:24:26.642316
2015-01-29T22:06:00
2015-01-29T22:06:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,716
h
/*! @file @author Albert Semenov @date 10/2010 */ #ifndef __MESSAGE_BOX_STYLE_H__ #define __MESSAGE_BOX_STYLE_H__ #include <MyGUI.h> namespace MyGUI { struct MessageBoxStyle { enum Enum { None = MYGUI_FLAG_NONE, Ok = MYGUI_FLAG(0), Yes = MYGUI_FLAG(1), ...
[ "demiwangya@gmail.com" ]
demiwangya@gmail.com
2e59f8a6b767576bf6ce33017a2eedb31b9629b4
3c103fd7cf4caf65e603b0256b0bf0a15216c98c
/include/Driver.h
f028b28c57987c0e42aef5a1dfc91fddd123f49a
[]
no_license
ewolfers/SDL-Experimental
ae03694328e83a748658b55f6cfba17f74f8602b
8152e831ef9fdb841648b99483713eb9ced13978
refs/heads/master
2021-01-25T08:48:40.762660
2013-08-01T06:08:14
2013-08-01T06:08:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
177
h
#ifndef _DRIVER_H_ #define _DRIVER_H_ #include "SDL2/SDL.h" #include "Error.h" class Driver { public: Driver(Uint32 flags = 0) throw(Error); virtual ~Driver(); }; #endif
[ "calvinng24@gmail.com" ]
calvinng24@gmail.com
55c890c38914c9aa0214d2f56252373a2dd44c4a
bc5abd5765233ec72e964d816745fde4c32d9e03
/bmp2c/bmp2c.cpp
f4ba1479783557dbe042c613155775e2cf33742c
[]
no_license
bigtruck/console_tools
eb4060215924b76cc0fdef50125fe7d091e2830f
891a94346d59191a8a12a601eb45960a7d8d95f1
refs/heads/master
2020-06-26T09:26:36.864680
2019-08-25T13:18:55
2019-08-25T13:18:55
199,595,801
0
0
null
null
null
null
UTF-8
C++
false
false
4,133
cpp
#include <iostream> #include <fstream> #include "opencv2/imgproc.hpp" #include "opencv2/imgcodecs.hpp" #include "opencv2/highgui.hpp" using namespace std; int convertDepth(const cv::Mat img); int main(int argc, char const *argv[]) { cout << "!!!TOOL BY xiaoyong!!!" << endl; if(argc < 2) { cout << "缺少参数" << end...
[ "xiaoyong_dev@163.com" ]
xiaoyong_dev@163.com
f8c6e14f187abff5539d048de75301aee723b3b6
2a9741c2d772285d94b655735706236ee93e5874
/LearnOGL/Colors.cpp
33979b1c03800014ea7279d38a91635414df44e8
[]
no_license
MDNobu/MyOGLExercise
4ce696775f88736386dd0ebc3ff2a91a939f14ce
90cdc1e08d6fead5f813d669569ae1421864b4c6
refs/heads/master
2023-06-23T19:32:02.078578
2021-07-16T17:37:41
2021-07-16T17:37:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,890
cpp
//#include <glad/glad.h> //#include <GLFW/glfw3.h> // //#include <glm/glm.hpp> //#include <glm/gtc/matrix_transform.hpp> //#include <glm/gtc/type_ptr.hpp> // ////#include <learnopengl/shader_m.h> ////#include <camera.h> //#include "camera.h" //#include "Shader.h" // //#include <iostream> // //void framebuffer_size_call...
[ "bbc724098@hotmail.com" ]
bbc724098@hotmail.com
74077ffbffe3d8b18af81145d8ba8dc9fed01310
4d23984454aad217cd450540ebc39ca180ecce10
/drive-app/sxprofilemanagerbutton.h
2ee5a8d4620c0daa5faa88969b93951ee764977d
[]
no_license
mailanetworks/sx-desktop-clients
a9a9005871724de7a54342449dd46692dd68e21a
04eb41f87b9a4599207ad68131acf48c7667f6b5
refs/heads/master
2021-01-19T09:27:34.428190
2016-11-18T10:59:08
2016-11-18T10:59:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,904
h
/* * Copyright (C) 2012-2016 Skylable Ltd. <info-copyright@skylable.com> * * 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 your option) any l...
[ "pkwiatkowski@skylable.com" ]
pkwiatkowski@skylable.com
22ec0e3ebfc5f1d11196a05f25eb7947fdbdb132
1c3dfc7b1c52c2188d75478a1d87bc380b3c65ca
/sfml2-space-invaders/Explosion.h
43c7cdb4a3affe4d8a0a939b4cb248c34aee685f
[]
no_license
SIRprise/space_invaders_project
06eabb2cff73a6292a4c189eda80145347da84f5
a13ec40cdf7b2a987b247c7a7b99d9ed7f32f9a6
refs/heads/master
2023-03-07T12:12:45.826092
2021-02-21T02:47:04
2021-02-21T02:47:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
660
h
#pragma once #include <SFML/System/Vector2.hpp> #include <SFML/Graphics/Rect.hpp> #include "Texture2D.h" class Explosion { public: Explosion(); Explosion(sf::Vector2f position, int rowid, int maxShootTime); Explosion& operator=(const Explosion& other); ~Explosion(); sf::IntRect TileBoundingBox(); sf::Vector2f g...
[ "memorix101@gmail.com" ]
memorix101@gmail.com
f80531943ceab2ea6ca1b1c8d3953b27691233d0
ceb64df6ce48b1b63cbbfda4dbb9dc1cc10ae259
/URI/2159 - Approximate Number of Primes/8440039.cpp
9fa20cbfbb96767dbfd8b4aa5c5b1fa6b0379fc3
[]
no_license
xack20/Some-of-OJ-s-Solves
672be26c5da7d8d57a2fe0237368cc850466a924
59b6f46ad632ebc43ff295c37dd3e03039f63abb
refs/heads/master
2023-01-31T04:36:13.003736
2020-12-15T22:24:51
2020-12-15T22:24:51
284,292,577
2
0
null
null
null
null
UTF-8
C++
false
false
181
cpp
#include<bits/stdc++.h> using namespace std; int main() { double n,a=1.25506; cin >> n; printf("%.1lf %.1lf\n",n/log(n),a*(n/log(n))); return 0; }
[ "zakariahossain20@gmail.com" ]
zakariahossain20@gmail.com
f683389cf4593b7ec5eb77db46fcc8705f90ba17
2eec9f81eaa04b2179f03306ec3188c542fe908e
/과제/성적표관리(벡터수정버전)+정렬+스마트포인터/성적표관리/성적표관리/Student.h
af2022752115dcf705ebbc46a253f442b08692f4
[]
no_license
SKMBOSS/BACKUP
6fa3149ed1d9013faf028077b2961b64eba0d75e
d5cf31ef9d9ad0b35f72bed985e9d8af47428fe3
refs/heads/master
2020-07-28T00:54:00.168561
2019-09-18T08:47:05
2019-09-18T08:47:05
209,261,118
0
0
null
null
null
null
UTF-8
C++
false
false
519
h
#pragma once #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string> using namespace std; class Student { protected: int no; string szName; int kor; int eng; int math; public: virtual float GetSum() = 0; virtual void LoadStudent(FILE* pFile); virtual void SaveStudent(FILE* pFile); virtual void ...
[ "zzangjungsu@gmail.com" ]
zzangjungsu@gmail.com
af0d0f94a95a8a41c0040111ab6542d401065bae
f9a5932b1de1f469cb685e63a35f43ba32aadfce
/Plugins/EpicLeaderboard/Intermediate/Build/Android/UE4/Inc/EpicLeaderboard/EpicLeaderboard.init.gen.cpp
718b1e85743690389f699bcbf439f9823fdace6c
[]
no_license
Wilsman/Baller-Repo
6deebf907fbc39027577ce3620bfb45f9d064329
2080715d297b002698fcc51aaabb5c74e1990dfa
refs/heads/master
2021-09-18T04:40:42.232221
2018-07-09T19:00:38
2018-07-09T19:00:38
140,329,920
0
0
null
null
null
null
UTF-8
C++
false
false
1,466
cpp
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
[ "myleswilson77@hotmail.com" ]
myleswilson77@hotmail.com
e2131a584a30cdc10d33e2a3e101affae986bdd3
fe92f604cd6f8aca5e255ffbe52e78b376a1e01f
/0419/Practice2.cpp
f805615b1a9f3fd108f9c0332eb99e744f5c106a
[]
no_license
Edwin-J/GameProgramming
f88c6831a793196d7e95fa935ce8b4a1362c6353
253202031295de12517259d8eea3945c38544adb
refs/heads/master
2021-01-23T07:26:00.164937
2017-08-31T06:07:47
2017-08-31T06:07:47
86,422,528
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
241
cpp
#include<iostream> using namespace std; int main(){ int i; char menu[5][10] = { "init", "open", "close", "read", "write" }; for (i = 0; i < 5; i++){ cout << i + 1 << "¹øÂ° ¸Þ´º : " << menu[i] << endl; } return 0; }
[ "gkdhaosl@naver.com" ]
gkdhaosl@naver.com
a93eb15cdedf981da2e444b0f3327a3cd182669b
45ce04ea3a3f60659b7b5bfd6f84f21a215e0486
/learn_coordinate_temp.cpp
6253b33abcebbd3eedca7cf59d72ba1a34f82f81
[]
no_license
allenxuan/OpenGL_Practice
34d66b8be9266517e8509f354dbd481e94bc8d6b
1c962ad1e5772565a31cb4e1e6c12dbe997c3c64
refs/heads/master
2020-07-26T18:28:43.578602
2020-03-08T16:19:52
2020-03-08T16:19:52
208,732,742
0
0
null
null
null
null
UTF-8
C++
false
false
9,025
cpp
#include <glad/glad.h> #include <GLFW/glfw3.h> #define STB_IMAGE_IMPLEMENTATION #include <stb_image.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <shader.h> #include <iostream> void framebuffer_size_callback(GLFWwindow *window, int width, int height); ...
[ "allenxuan@gmail.com" ]
allenxuan@gmail.com
a0cb1886cbf57f7a1608e5497f223c1b6b26d98b
b4dce0ff0d699f6fbe62f3e573d3be98b2dc8b24
/babymind_unpackingfw7/examples/ButterflyPlots.cpp
a42794e2572b6d11d2c0c03b0ee5e6c9a790586f
[]
no_license
robert-mihai/CITIROC_Ana
9403d276be97a9c721280b7e912b34cc721866c4
189285a2e33c7979463a059ad4e22534e72e5cf5
refs/heads/main
2023-03-29T06:18:19.735887
2021-03-09T09:05:44
2021-03-09T09:05:44
343,483,814
0
0
null
null
null
null
UTF-8
C++
false
false
10,447
cpp
#include <stdio.h> #include <string.h> #include <string> #include <exception> #include <fstream> #include <vector> #include "TFile.h" #include "TDirectory.h" #include "TSystem.h" #include "TMacro.h" #include <TTree.h> #include <iostream> #include "TClonesArray.h" #include "TObject.h" #include "Rtypes.h" ...
[ "robert-mihai.amarinei@unige.ch" ]
robert-mihai.amarinei@unige.ch
14a81b6f4efc5e0dab7f86075bf7297dc8a1e01f
5a0c02406d5789d9be561a359df75db2674ded2f
/kod-arduino/PID-tester/mpu.h
74b1d2baecb260613ff17cf2d73794311174b7c9
[]
no_license
gyarab/2020-4e-priban-Dron
45629b33c6ed49dc3c6304dbf9683db33da2df98
2398580eeb8a425e3e20da33c7785d242a7f9a5e
refs/heads/master
2023-04-16T20:11:46.481054
2021-04-28T05:53:03
2021-04-28T05:53:03
297,241,783
0
0
null
null
null
null
UTF-8
C++
false
false
615
h
#ifndef mpu_h #define mpu_h #include <Arduino.h> #include <math.h> class mpu{ public: mpu(); void initiate(); void refresh(); float angleX, angleY; float Gyr_rawX, Gyr_rawY, Gyr_rawZ; float elapsedTime, actualTime, timePrev; float Gyro_raw_error_x, Gyro_raw_error_y; ...
[ "noreply@github.com" ]
noreply@github.com
ab1e02c855a7582fbd6b016b458b70da16cc02d8
afdfb8480993ad647ad07379a268fa6aa93019d8
/파일명 정렬.cpp
66b78bd0ad33a1990cd8445d8df381a6d84bd99e
[]
no_license
lsmmay322/Kakao-coding
a9cbc7f079b10202a1f80c0538f3fbdf9940be6b
fc3279b5577a46d1f45fc99c54dcabf3f6d98ec6
refs/heads/master
2023-02-19T11:44:09.391611
2021-01-22T10:39:30
2021-01-22T10:39:30
327,585,824
0
0
null
null
null
null
UTF-8
C++
false
false
1,536
cpp
#include <string> #include <vector> #include <algorithm> #include <iostream> using namespace std; typedef struct { string head; int num; string full_name; }f_name; bool ft_comp(f_name a, f_name b) { transform(a.head.begin(), a.head.end(), a.head.begin(), ::tolower); transform(b.head.begin(), b.he...
[ "hwalee@leeui-MacBookAir.local" ]
hwalee@leeui-MacBookAir.local
fe219cd5b1cf894cfc1fe40b03b9cfea65d27b97
8242d218808b8cc5734a27ec50dbf1a7a7a4987a
/Intermediate/Build/Win64/Netshoot/Inc/Engine/FontFace.gen.cpp
8a0b52fd58da6cfbaef5b8fa9a33144a576300b2
[]
no_license
whyhhr/homework2
a2e75b494a962eab4fb0a740f83dc8dc27f8f6ee
9808107fcc983c998d8601920aba26f96762918c
refs/heads/main
2023-08-29T08:14:39.581638
2021-10-22T16:47:11
2021-10-22T16:47:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,171
cpp
// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ========================================================================...
[ "49893309+whyhhr@users.noreply.github.com" ]
49893309+whyhhr@users.noreply.github.com
6ff9b1702f76be677ab2c53a308758d6d266b3a4
b45de82997ab3742c616d0f6d3c9968ae95cf4af
/aplibs/include/apctrl.hpp
dd3b8ba2ac7819e6097b38c70ee44196aed543ab
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
huskyproject/fastlst
cc153caa59a73aa2ce5a42c582b8420b41f1174d
5594243ffec2b5ddd9cc632978bbcc87ce07a8f5
refs/heads/master
2021-05-13T12:50:40.671272
2018-01-11T19:40:33
2018-01-11T19:40:33
116,687,868
2
2
null
2018-01-23T11:56:04
2018-01-08T14:37:12
C++
UTF-8
C++
false
false
3,367
hpp
/*****************************************************************************/ /* */ /* (C) Copyright 1993-1998 Alberto Pasquale */ /* */ ...
[ "" ]
11e3565a83c29ace83b2cab6c36cb6fa2681887c
e5e0d729f082999a9bec142611365b00f7bfc684
/tensorflow/lite/delegates/gpu/cl/opencl_wrapper.cc
1bfa04b32f2fe351c3d9e74403afa85467530221
[ "Apache-2.0" ]
permissive
NVIDIA/tensorflow
ed6294098c7354dfc9f09631fc5ae22dbc278138
7cbba04a2ee16d21309eefad5be6585183a2d5a9
refs/heads/r1.15.5+nv23.03
2023-08-16T22:25:18.037979
2023-08-03T22:09:23
2023-08-03T22:09:23
263,748,045
763
117
Apache-2.0
2023-07-03T15:45:19
2020-05-13T21:34:32
C++
UTF-8
C++
false
false
11,759
cc
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
7d294d32323a49bb02b4867e931a2e27b09604ee
cead25f8417819c6dbd8d83c21e5ac4713370af6
/main.cpp
9ddef75ac5926fb339da3fe4c5b27c9d7e18c011
[]
no_license
mmstratiev/StairsOpenGL
6d6b5414e55d4c28a9da40e0f5955549ee355f16
8e6fb40ae7e3e203460ece427f55c4800aeab049
refs/heads/master
2022-03-10T02:24:07.441774
2022-02-16T00:30:55
2022-02-16T00:30:55
128,784,951
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
#include <QApplication> #include "mainwindow.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); //creates the main window and shows it MainWindow *w = new MainWindow; w->show(); return a.exec(); }
[ "mmstratiev@gmail.com" ]
mmstratiev@gmail.com
0ba25eb99c92042ccafc7383222855ec8501f871
0c0b6a1089fb73a2a9aaac3476c75a27a695f712
/serversmodel.h
ab6fd6114e90c73ca1832c3769a188fcc418a5b9
[]
no_license
shaan7/gameservers
bcce8b26a1ab69c990520d43457780e80ae28637
b113208e8c2d16090b1126b73ad4f9948be901d0
refs/heads/master
2020-04-06T03:41:10.727502
2014-04-28T06:31:03
2014-04-28T06:31:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
691
h
#ifndef SERVERSMODEL_H #define SERVERSMODEL_H #include <QAbstractListModel> class Pinger; class ServersModel : public QAbstractListModel { Q_OBJECT public: enum ServerRoles { HostRole, PortRole, PingRole }; explicit ServersModel(QObject *parent = 0); int rowCount(const QModelIndex &parent) const; ...
[ "shantanu@kde.org" ]
shantanu@kde.org
8eec7208db4679b5ce11250a870f9bf8fe080516
cfeac52f970e8901871bd02d9acb7de66b9fb6b4
/generated/src/aws-cpp-sdk-pi/source/model/ListPerformanceAnalysisReportsResult.cpp
c35eca7f0921a79fd261a76d188ae07ddc22c63b
[ "Apache-2.0", "MIT", "JSON" ]
permissive
aws/aws-sdk-cpp
aff116ddf9ca2b41e45c47dba1c2b7754935c585
9a7606a6c98e13c759032c2e920c7c64a6a35264
refs/heads/main
2023-08-25T11:16:55.982089
2023-08-24T18:14:53
2023-08-24T18:14:53
35,440,404
1,681
1,133
Apache-2.0
2023-09-12T15:59:33
2015-05-11T17:57:32
null
UTF-8
C++
false
false
1,702
cpp
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/pi/model/ListPerformanceAnalysisReportsResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #inc...
[ "github-aws-sdk-cpp-automation@amazon.com" ]
github-aws-sdk-cpp-automation@amazon.com
c0124a37cd6efca76cc6f3402f76ba088ebe0a42
31c38c6fa9d1aa2ad0ce113e7084cb8c0f7bc956
/SDK/LuminRuntimeSettings_classes.h
92e9158b7913efcfcc125c0163a9add6c51d1bf4
[]
no_license
xnf4o/DBD_SDK_461
d46feebba60aa71285479e4c71ff5dbf5d57b227
9d4fb29a75b63f4bd8813d4ee0cdb897aa792a58
refs/heads/main
2023-04-12T22:27:19.819706
2021-04-14T22:09:39
2021-04-14T22:09:39
358,058,055
3
1
null
null
null
null
UTF-8
C++
false
false
6,889
h
#pragma once // Name: DeadByDaylight, Version: 4.6.1 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //---------------------------------------------------...
[ "xnf4o@inbox.ru" ]
xnf4o@inbox.ru
adb6ec676a2d2fbb2893feb5d622df6050019bfe
8f449fe36b67ba8268e8787e3b2af645c9dbe7c3
/src/utils/string.hpp
c00e7e271acae30672d8a701e2b3911877be6aab
[]
no_license
maciekgajewski/falcondb
f70fe73c65b8792f2d86c0a58a3b776aadc917dd
404867fc0833fecd32604fb72b92183631ed994f
refs/heads/master
2020-12-30T10:50:08.121601
2012-08-07T22:04:29
2012-08-07T22:04:29
4,841,193
5
0
null
null
null
null
UTF-8
C++
false
false
1,335
hpp
/* FalconDB, a database Copyright (C) 2012 Maciej Gajewski <maciej.gajewski0 at gmail dot com> 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 your option) any...
[ "maciej.gajewski0@gmail.com" ]
maciej.gajewski0@gmail.com
2e1cc057b491bfcadeb2d332a3882e1458bff828
b3505199d1dc87c93efb7523c60c6ce8b1353e3e
/Online Judge Solutions/UVa/12004 - Bubble Sort.cpp
075c9d1acc98a7ae3f8a78263097b1e25bb82e72
[]
no_license
habibrahmanbd/Code-Lab
ee3fee907fd364d693cb733aa20e50aef17e360d
e22635aba137c73fb0d25dd9df75667dd1b1d74f
refs/heads/master
2021-01-02T23:08:51.674572
2019-01-17T16:57:27
2019-01-17T16:57:27
99,474,107
0
0
null
null
null
null
UTF-8
C++
false
false
4,838
cpp
using namespace std; #include<bits/stdc++.h> #define db double #define ll long long #define ull unsigned long long #define vi vector<int> #define vl vector<long> #define vll vector<ll> #define mii map<int,int> #define mll map<ll,ll> #define pi ...
[ "bdhabib94@gmail.com" ]
bdhabib94@gmail.com
205782b224bc265f25f31242e1820706bfa6513b
08d7a5a7e2c9814fec46b459b4bd644e2223ebd7
/dcmrender [MSVC 6]/src/dcmapi/DcmRotationInfoSequence.h
83f7099e3b7173a41084523730c1981c5e98c02e
[]
no_license
IMAGE-ET/dicom-render
c936924e07840a966ccc0779344c69230c9b0470
dce9f4c725740c0e46ef060e6022e5694d3a7518
refs/heads/master
2020-03-11T15:27:05.459768
2012-04-08T19:07:08
2012-04-08T19:07:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,061
h
// DcmRotationInfoSequence.h: interface for the CDcmRotationSequence class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DCMROTATIONINFOSEQUENCE_H__A89034ED_BC12_47D4_A42A_24A9FAC6B912__INCLUDED_) #define AFX_DCMROTATIONINFOSEQUENCE_H__A89034ED_BC12_47D4_A42A_24A9FAC6B912_...
[ "fishbone1319@gmail.com" ]
fishbone1319@gmail.com
d3d0d48f15691c9c3f5e5d463e6c7964b943d1b2
c7fa8f8c041ca54b541c04d7fb343fd488036d0f
/gdal/ogr/ogrsf_frmts/elastic/ogr_elastic.h
a1f4a2435ade7282abe4e1f8f88241e25e8b32f4
[ "LicenseRef-scancode-info-zip-2005-02", "LicenseRef-scancode-warranty-disclaimer", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
afarnham/gdal
0823c75e2a878d4a4e0d856e7f8aad2dfbc7ad70
bcefc42e50a4c5f6e2dde0fc2fe6aca73caac9cd
refs/heads/master
2021-01-16T20:47:41.197081
2012-10-09T00:26:34
2012-10-09T00:26:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,317
h
/****************************************************************************** * $Id$ * * Project: ElasticSearch Translator * Purpose: * Author: * ****************************************************************************** * Copyright (c) 2011, Adam Estrada * * Permission is hereby granted, free of charg...
[ "even.rouault@mines-paris.org" ]
even.rouault@mines-paris.org
ec007850b41fc2c38c62d339dcb132e06ae98101
9ca0a6a86f7f56155ada68191b9b48ae6b2bc5c7
/11_stacks/example_stack2.cpp
ca3dd134d1c76e83203bc419a9cbd39ad51afe33
[]
no_license
aruizgarciarojas/tc1031
b0222430835e9bfb287dd0359a53c918c909f998
a79c2c38099b93bf07602a05d93dfc6e81802599
refs/heads/master
2023-08-24T05:23:19.502699
2021-10-25T14:39:33
2021-10-25T14:39:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
955
cpp
#include <iostream> #include <stack> #include <string> #include "exception.h" using namespace std; int isValid(const string &str) { stack<char> s; int i; char top; for (int i = 0; i < str.size(); i++) { if (str[i] == '{' || str[i] == '[' || str[i] == '(') { s.push(st...
[ "pperezm@tec.mx" ]
pperezm@tec.mx
a0656db4e55c4f4b3bb0ae05a0f7f8d16e97040c
0e6bafdcdeca8d396221f372c9e9e908ce2b6fcd
/source/segment.cpp
69916a9daf5c316372538088acea5b37c798828e
[]
no_license
Pavelius/c2
bc2aa0e0f569876621b38cc568c1889335f205c1
0e200e4178d70d8a0dcd368b3e10b9b666d77a8f
refs/heads/master
2021-01-16T19:14:06.807394
2017-08-19T13:46:56
2017-08-19T13:46:56
100,157,218
0
0
null
null
null
null
UTF-8
C++
false
false
1,269
cpp
#include "segment.h" #include "genstate.h" using namespace c2; segment* c2::segments[DataUninitialized + 1]; struct data_segment : segment, public aref<unsigned char> { unsigned rvabase; data_segment() { initialize(); } void add(unsigned char a) override { if(!gen.code) return; reserve(count + 1);...
[ "p000000000001@gmail.com" ]
p000000000001@gmail.com
b789350c95b24da833361490ce1853f8406d2ef9
665e96413288099369d9bb24a4854ec338710fa0
/atcoder/ABC/191/B.cpp
5c8add4bc16ba902928955d58e10c8f98e8192d5
[]
no_license
dtc03012/My_Algorithm
0c653a6ba7d2a7bca84e1f70e7d5efa8fd025afa
4d39327a0460928654adf0f4af63ea8e4abdeaf0
refs/heads/main
2023-05-28T15:28:21.486170
2021-06-15T18:31:05
2021-06-15T18:31:05
373,727,306
1
0
null
null
null
null
UTF-8
C++
false
false
1,141
cpp
#include <bits/stdc++.h> using namespace std; typedef long long int lld; typedef pair<int,int> pi; typedef pair<lld,lld> pl; typedef pair<int,lld> pil; typedef pair<lld,int> pli; typedef vector<int> vit; typedef vector<vit> vitt; typedef vector<lld> vlt; typedef vector<vlt> vltt; typedef vector<pi> vpit; typedef vector...
[ "dtc03012@hanyang.ac.kr" ]
dtc03012@hanyang.ac.kr
29de2de0c4696f7de6a35dc812684f264b9013be
70c146fef1e4a02ad2d70db02d6bc4e39cf31eb4
/UDPExperiment/UDPExperiment.cpp
91c4b756493f6ad47a5ba555d9cad8f76a6c4f39
[]
no_license
thomasgaozx/udp-multiplayer
e5c9f6a639eeee46fd2403702fa1e688d1f76278
d0a4f98470b993088dad4b37547a97de121e9e46
refs/heads/master
2023-02-13T19:17:42.653886
2021-01-12T01:34:38
2021-01-12T01:34:38
322,440,077
0
0
null
null
null
null
UTF-8
C++
false
false
2,638
cpp
// UDPExperiment.cpp : Defines the entry point for the application. // #include "UDPExperiment.h" #include "delta.h" #include "object.h" using namespace std; constexpr float TOL = 1E-6f; void UnitTestPacket(bool bigEndian) { unitTestSetEndian(bigEndian); uint64_t A = 0xff00ee334466aa55; uint64_t B = 0x123; in...
[ "thomasgaozx@gmail.com" ]
thomasgaozx@gmail.com
e1bc1c8ca16d5fa2fd2a0010bf6ec20bbac806c1
6f224b734744e38062a100c42d737b433292fb47
/clang-tools-extra/clangd/unittests/tweaks/ObjCMemberwiseInitializerTests.cpp
05235e01efad8b103bfd076dd5741acef1f817b2
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
smeenai/llvm-project
1af036024dcc175c29c9bd2901358ad9b0e6610e
764287f1ad69469cc264bb094e8fcdcfdd0fcdfb
refs/heads/main
2023-09-01T04:26:38.516584
2023-08-29T21:11:41
2023-08-31T22:16:12
216,062,316
0
0
Apache-2.0
2019-10-18T16:12:03
2019-10-18T16:12:03
null
UTF-8
C++
false
false
3,595
cpp
//===-- ObjCMemberwiseInitializerTests.cpp ----------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "davg@google.com" ]
davg@google.com
5b9adc6183cf12c2405f6e6291b72201f73775fc
edeb49ef323a013bb6c5612be20cdb0c3d5e6d52
/main/main.cpp
653efd98655be6b3d03d6a10f7a79bf39fd0fbd9
[]
no_license
oi-chen/cpp_for_linux
cfe92539c9bfed08213e61b057fcae96c7c2b0ab
9c99fb3d60b7f4751cba095f81bad1367e01522a
refs/heads/master
2020-08-12T00:36:22.079591
2019-10-12T17:30:13
2019-10-12T17:30:13
214,657,611
0
0
null
null
null
null
UTF-8
C++
false
false
97
cpp
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"hello world"<<endl; return 0; }
[ "oi_chen@icloud.com" ]
oi_chen@icloud.com
095d2c57883cbfd4aca69e789547540bb663dcab
86fc3265cbce7091ae2484fc67d1c7e81841fc5a
/DS3640.cpp
33677b7578535c093e2745e9f1aa012ed07758f9
[]
no_license
TamperProof/DS3640
47a8ffd3068176a6b2e1af07c99091bdaa12eff4
ecec1567b0e0bccadc6b9fe2ff0bb834998f0d65
refs/heads/master
2021-01-10T15:04:28.026312
2015-10-29T15:46:13
2015-10-29T15:46:13
45,192,278
0
0
null
null
null
null
UTF-8
C++
false
false
11,816
cpp
/* * DS3640.h - library for DS3640 RTC Copyright (c) Michael Margolis 2009 This library is intended to be uses with Arduino Time.h library functions The library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free So...
[ "rqkgqzbv@sharklasers.com" ]
rqkgqzbv@sharklasers.com
6747d2a5d7a18cebbd8bd5103d3ba368f1d11f2f
8a0070c6be2c3c520aae10169f3f18009d1e6d3f
/class_wunderschoen/header.h
1b2ec5b48afb144b153be5b5d38301421ddb2ba5
[]
no_license
haidertom/Cpp-Playground
c9384cdcefef8896f3e248a4178120dbe6a7d552
758f4c4bd9e4c0574a9f47b253f2b0e79b0c1443
refs/heads/master
2020-03-29T14:04:15.588570
2018-09-23T15:47:22
2018-09-23T15:47:22
149,997,180
0
0
null
null
null
null
UTF-8
C++
false
false
1,215
h
// // header.h // class_wunderschoen // // Created by Tom Haider on 11.07.16. // Copyright © 2016 Tom Haider. All rights reserved. // #ifndef header_h #define header_h #include <iostream> #include <cstring> using namespace std; class Einzeldatum { private: int Jahr; int Tag; string Monat; s...
[ "Tom@TomsMBP.local" ]
Tom@TomsMBP.local
8fe3208d2095a3a10a3caac63c508a52dbe9e955
7742c07c6a2ddd31e1ffe1b228c5dfe9208b2a9b
/assignment-2/lib/EqualizeTransform.hpp
986cd9aafc1dbb4dc1ecf024ff00ceb3fe448399
[]
no_license
Izajur/image-processing-lab
594dc2f59c0dc697aa93f5a341c40f11bc3602d9
e0fc833af60fe3f49d4ae289443978757c3ca322
refs/heads/main
2023-02-25T05:15:27.194048
2021-02-01T12:17:14
2021-02-01T12:17:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
265
hpp
#include<vector> #include<opencv2/opencv.hpp> using namespace std; using namespace cv; class EqualizeTransform { private: int maxIntensityVal; vector<int> transformation; public: int transform(int); int invTransform(int); EqualizeTransform(Mat,int); };
[ "arunsammit@gmail.com" ]
arunsammit@gmail.com
ab948f49fb135a3f3b817a2b3495fd92ec9e25e8
2e0087af109ec1c34f33553371fdfe1257f875ce
/nms/nms_2020_0221.cpp
d0cbfa17217a2c22f93177abd4d45a50a6bbc0fe
[]
no_license
guicunbin/some_code
b6f0009e4ca42bfeceeebd1bb7ad0cec4f7a6c9e
7e783c61afe4a08469579cf1ae795e074c20114f
refs/heads/master
2021-06-11T04:25:30.765853
2020-08-04T10:14:25
2020-08-04T10:14:25
128,301,910
2
0
null
null
null
null
UTF-8
C++
false
false
5,720
cpp
// 按照置信度将所有的bbox升序排列(或者降序也行,只是后面的操作都相应改一下)作为一个set,然后: // 选取set的最后一个bbox,并将该bbox加入pick集合 // 将set中该bbox之前的所有bbox与其计算overlap,将那些overlap大于指定threshold的bbox(包括该bbox自己)从set中删除,更新set // 回到2,直到set中无元素。 // 返回pick集合,作为NMS之后得到的结果 #include<vector> #include<assert.h> #include<algorithm> #include<utility> #include"../utils/utils.hp...
[ "guicunbin.19@bytedance.com" ]
guicunbin.19@bytedance.com
69b764227a36eaf8e2a52b699c68057f8171a0d2
3d55a6e42b656fff6b1e41148d195983e18d1aea
/Data Structure practice/stack/t infix to postfix.cpp
42ea0b5e3118510910e1c8afbf5fdb176d789cd0
[]
no_license
sunny2028/DS-IN-CPP
9d5aacc645fa60055d73072f5b1f4109e42c1244
7f888d119531cc0e5a75a2601772c12c66c51ea8
refs/heads/master
2020-04-18T14:26:38.373085
2019-01-25T17:57:48
2019-01-25T17:57:48
167,588,839
0
0
null
null
null
null
UTF-8
C++
false
false
1,280
cpp
#include<iostream>//https://www.geeksforgeeks.org/stack-set-2-infix-to-postfix/ #include<cstring>//tie complexity:O(n) space complexity:O(1) using namespace std; struct mystack {int capacity; int top; int *arr; }; mystack *createstack(int x) {mystack *newnode=new mystack; newnode->top=-1; newnode->capacity=x; newnode->...
[ "rajatrock722@gmail.com" ]
rajatrock722@gmail.com
3a7d0661d24b14f190bd5eb754fa5e7f9a7d874d
884bc546d05bbe141caf833a297896ba0b2dcb27
/Source/AdventureEngineEditor/Private/WordGroupsFactory.h
2819e20b9ef99d4fe1cb06e4db76160a1be2c667
[]
no_license
dakitten2358/AdventureEnginePlugin
675da0ac6c9df0a65a165542e17843b8302a8ac9
847e0f7bdc1d8d73de1bb3fc0c28df679181ca57
refs/heads/master
2020-03-25T01:11:14.297446
2018-08-02T01:28:53
2018-08-02T01:28:53
143,225,383
0
0
null
null
null
null
UTF-8
C++
false
false
850
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Factories/Factory.h" #include "EditorReimportHandler.h" #include "WordGroupsFactory.generated.h" /** * */ UCLASS() class ADVENTUREENGINEEDITOR_API UWordGroupsFactory : public UFactory, pu...
[ "dakitten2358@gmail.com" ]
dakitten2358@gmail.com
d727b38128baec32d7a061d0f1811fb7dd9533b6
d2249116413e870d8bf6cd133ae135bc52021208
/VC++jsnm code/ex32a/CntrItem.cpp
f48bed8de379846f11ce78923828ccc82b1943b8
[]
no_license
Unknow-man/mfc-4
ecbdd79cc1836767ab4b4ca72734bc4fe9f5a0b5
b58abf9eb4c6d90ef01b9f1203b174471293dfba
refs/heads/master
2023-02-17T18:22:09.276673
2021-01-20T07:46:14
2021-01-20T07:46:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,097
cpp
// CntrItem.cpp : implementation of the CEx32aCntrItem class // #include "stdafx.h" #include "ex32a.h" #include "ex32aDoc.h" #include "ex32aView.h" #include "CntrItem.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////////////////////////////////...
[ "chenchao0632@163.com" ]
chenchao0632@163.com
71438ddfb827c1b34f3a695b85dcf0b58b8b4900
3dae85df94e05bb1f3527bca0d7ad413352e49d0
/ml/nn/runtime/test/generated/examples/lsh_projection_2_relaxed.example.cpp
ad0cd0d082318a8e0ee2feabdca45760750fdc22
[ "Apache-2.0" ]
permissive
Wenzhao-Xiang/webml-wasm
e48f4cde4cb986eaf389edabe78aa32c2e267cb9
0019b062bce220096c248b1fced09b90129b19f9
refs/heads/master
2020-04-08T11:57:07.170110
2018-11-29T07:21:37
2018-11-29T07:21:37
159,327,152
0
0
null
null
null
null
UTF-8
C++
false
false
693
cpp
// clang-format off // Generated file (from: lsh_projection_2_relaxed.mod.py). Do not edit std::vector<MixedTypedExample> examples = { // Begin of an example { .operands = { //Input(s) { // See tools/test_generator/include/TestHarness.h:MixedTyped // int -> FLOAT32 map {{1, {}}}, // int -> INT32 map {{0, {12345...
[ "wenzhao.xiang@intel.com" ]
wenzhao.xiang@intel.com
d69a269dd4a461b16890aa2034f2e24ad5b83bfd
a6b64925fdfa968e78b34f1f201aae56e882e18a
/Server/MainDll/common/ScreenManager.cpp
b3ec3c2e94f9670d72efe57ff464b1a9471a3027
[]
no_license
nickwu1220/PCRemote
5bfe9641da2497e7656018fc441cebcf4a784c49
6e326a72f3a0b3d61446abee359eb6ac1aa61720
refs/heads/master
2016-09-05T14:51:28.284403
2014-09-01T09:43:21
2014-09-01T09:43:21
18,865,903
1
1
null
null
null
null
GB18030
C++
false
false
9,790
cpp
// ScreenManager.cpp: implementation of the CScreenManager class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #define _WIN32_WINNT 0x0400 #include "ScreenManager.h" #include "until.h" //#include <winable.h> // BlockInput #include <WinUser.h> /////////////////...
[ "61347219@qq.com" ]
61347219@qq.com