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
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 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
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
1f4ef2e542cd7aba379822bb50a80ccbccd7d25d
45cf3b7a188c88c6f446b30c32694b9b97ff7aad
/Arduino/XXFood/LoaderStepper.ino
0ad28026d580271c7b71253a3d707bbbd6096e4d
[]
no_license
Ajay-Zou/ManyFoodZ
6343d4be7cc0a742da7bbea1a491aa7a05d343d4
1b04ea369836fc88c49ec18488bcb18dca85bea6
refs/heads/master
2022-03-15T22:17:20.530916
2019-11-27T20:50:45
2019-11-27T20:50:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
778
ino
void LoaderSetup() { if (sysStartUp) { for(int i = 0; i < 4; i++) pinMode(loaderPins[i], OUTPUT); Stepping(1); } } void Stepping(int n) { for (int i = n; i > 0; i--) { if (thisStep < 3) thisStep++; else thisStep = 0; UnitStep(thisStep); } Serial.println("...
[ "yaxigeigei@hotmail.com" ]
yaxigeigei@hotmail.com
650057619fa8e67af890dc0851b541d4e16b4c15
9e26570c7dd79080312ffa71a1e99cd1e68ca437
/leetcode/28.实现str-str.cpp
cec19c6c9fc8d7d8feffc1e03a330453f873b8be
[]
no_license
fubrochure/practice
a8b966d2faee154b5fdf43f949e4081a39c89398
92f0f24618c8b62f08de7b006170fcdbd4dce745
refs/heads/master
2022-10-19T06:45:24.416151
2022-10-10T02:39:18
2022-10-10T02:39:18
228,556,565
0
0
null
null
null
null
UTF-8
C++
false
false
526
cpp
/* * @lc app=leetcode.cn id=28 lang=cpp * * [28] 实现strStr() */ // @lc code=start class Solution { public: int strStr(string haystack, string needle) { if(needle.length() == 0) return 0; int l = needle.length(); int i, j; for(i = 0; i + l <= haystack.length();i++){ j ...
[ "fu.brochure@gmail.com" ]
fu.brochure@gmail.com
0fd02d54df7a5f35f83cdade9103dc59285854f5
0b3d390032c56decc837dd8fe0f2ad676409e6e6
/src/arm/Finger.cpp
d8bf0479ffdaf016ad10590da4b211c780cd3cc0
[]
no_license
bielpiero/lucky_bea
fffc95cf3afde4487d321da57c67646b76be2e90
f822020d1b85b4e2ab710269d79a071bfe33d1c7
refs/heads/master
2021-01-17T00:38:51.749145
2020-09-23T15:06:45
2020-09-23T15:06:45
28,190,460
2
0
null
null
null
null
UTF-8
C++
false
false
2,163
cpp
#include "Finger.h" Finger::Finger(int p, const char* fingerName, int open, int close){ dedoPort=p; this->fingerName = std::string(fingerName); openDedo=open; closeDedo=close; } //DEVUELVE EL PUERTO DEL DEDO int Finger::getPort(){ return dedoPort; } //DEVUELVE EL NOMBRE DEL DEDO const char* Finger::getFingerNam...
[ "biel.piero@gmail.com" ]
biel.piero@gmail.com
a8bde4c99be460e8ce8f4f9966ef763a4f471fbb
1ebe5a07e7f6260c2c2ceb6ca00dcf2a0341e544
/op_proto/built-in/inc/warp_perspective_ops.h
02af50e85c0a6200b804baeec0781a9f52b30ea0
[]
no_license
gekowa/ascend-opp
f5e09905336d85f9974d555d03d37a75cb8185c1
5c28a2faf9d2a117ea6f0923efe35fcd53904dd2
refs/heads/master
2023-04-09T12:14:40.337104
2021-04-19T23:00:59
2021-04-19T23:00:59
359,620,865
2
0
null
null
null
null
UTF-8
C++
false
false
1,869
h
/** * Copyright 2019 Huawei Technologies Co., Ltd * * 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...
[ "gekowa@gmail.com" ]
gekowa@gmail.com
7d2a54d2efa211565e285195ac52101b9916b3d1
2d35b36c831db8a4f75f60f1e3ab9ac0d538dda2
/primer/chapter3/t3.5.2.cc
6fc4bdd49c181eca9e8fa2cfdfd3bd2a531666a3
[]
no_license
whutaihejin/repo
55ab38f29420e9674ae3f8e84d7c1ea0a085fb40
33137d826ae24dcd0b0552a4b44b7aae1c25a6e7
refs/heads/master
2022-05-02T16:34:13.302691
2022-04-16T04:40:01
2022-04-16T04:40:01
98,664,795
0
0
null
null
null
null
UTF-8
C++
false
false
282
cc
#include <iostream> int main() { unsigned scores[11] = {0}; unsigned grade; while (std::cin >> grade) { if (grade <= 100) { ++scores[grade / 10]; } } for (auto i : scores) { std::cout << i << std::endl; } return 0; }
[ "taihejin@163.com" ]
taihejin@163.com
2b1f48172a0dd091b555e4da518b774c6a283c10
19a5bfc3fdd5101d79f440c10b37d98bf8d46fce
/integral.cpp
a667202e4cb3c9944418b30be66d11192c8f057d
[]
no_license
julywater/nuclear_burning
76710d615ff93f9e1d7bf105952ce9ff746e5529
9b53a9bfd39cafac46115f7b4530fdf57f0b7e3b
refs/heads/master
2016-09-06T07:24:22.984376
2014-11-11T01:24:56
2014-11-11T01:24:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,371
cpp
#include"nuclear.h" double aion[N]={4,12,16,20,24,28,56}; void Form_Matrix(double &dt,double rate[NRATE],double y[N],double A[N][N],double B[N]){ jacob(rate,y,A); ydot(rate,y,B); for(int i=0;i<N;i++){ if(y[i]>1e-4) { double tres=fabs(0.08*y[i]/B[i]); if(dt>tres) dt=tres; } } for(int i=0;i<N;i++){ A[i][...
[ "yt611@pd232.(none)" ]
yt611@pd232.(none)
f168cace63f87e0588de66534f82db8a9e385143
5e9f0a6ac911dac1237ee62ddf5da163c319e467
/MegaJamProj/Plugins/EasyBallistics/Intermediate/Build/Win64/UE4Editor/Inc/EasyBallistics/EBMaterialResponseMap.generated.h
53dff55db9311cb6ea5f893d05f186e43078e378
[]
no_license
ujuj04/MegaJam-project
6ec3d3a7e9528e8446ce1accc216220fe0634fdb
7407a3c5a995abc231d9c0cddd18e33a2d2a04f6
refs/heads/main
2023-07-05T00:32:43.966003
2021-08-28T20:50:21
2021-08-28T20:50:21
400,486,140
0
0
null
null
null
null
UTF-8
C++
false
false
6,059
h
// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ========================================================================...
[ "beloverbbcentral@mail.ru" ]
beloverbbcentral@mail.ru
994851edc4544fde94238d1432588925d8b0116c
c4423f118fdea197b8cc70fedbee959b531583fa
/eu0042/main.cpp
f06c6132d48d5b09ad4a79aed01dc99bec62c9ec
[]
no_license
nrey/eulerProject
04e5cbc418425f57d1f383d46e58b4e576ba7d9f
cbd32f1dedebf0b99a1b12e7f0caf2a11066c699
refs/heads/master
2020-05-18T02:42:27.358357
2013-02-10T02:43:55
2013-02-10T02:43:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
242
cpp
#include"main.h" int main() { std::cout<<std::endl; euler* implement; implement = new eu0042(); implement->solucion(); // time out implement->printsolution(); delete implement; std::cout<<std::endl<<std::endl; return 0; }
[ "nicorv@macondo-VB.(none)" ]
nicorv@macondo-VB.(none)
0f69d0cec6533807bbe99c006e4f6a4b41c5e2b5
b1aa3bfe1732d75fdd2adb0abe7051384015e3d1
/apps/c/CloverLeaf_3D_HDF5/MPI_OpenMP/advec_mom_kernel_x2_omp_kernel.cpp
396f4786d1f109cc8bce464ac3d52d5018bdce82
[]
no_license
lipk/OPS
56a04e863a6e32ed250e74047adc9ec083b850ca
33d2801dd898abe031cba5b9aaae1d0d2c8ce9ad
refs/heads/master
2021-01-22T23:48:42.671026
2017-03-17T09:09:20
2017-03-17T09:09:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,389
cpp
// // auto-generated by ops.py // #ifdef _OPENMP #include <omp.h> #endif // user function inline void advec_mom_kernel_x2(double *pre_vol, double *post_vol, const double *volume, const double *vol_flux_y, const double *vol_flux_z) { post_vol[OPS_ACC1(...
[ "mudalige@octon.arc.ox.ac.uk" ]
mudalige@octon.arc.ox.ac.uk
a1ded0d1dedcb7e041919713425d1af2589867b5
e9fd094bf1657e4282b992c4edcc056ee53dc1ae
/Engine_Input/MouseController.cpp
54681e1a92ce2148ab72c216434fc878d8e06ed4
[]
no_license
DanNixon/CSC3224_CSC3222_Gaming
09e661c27967b711cb117b6a1e1c9ffeff6e6a38
ee964339d5605a0ae0b702657f609926e5539ea0
refs/heads/master
2020-12-31T04:07:29.606492
2016-07-17T18:33:54
2016-07-17T18:33:54
48,428,962
3
1
null
null
null
null
UTF-8
C++
false
false
2,428
cpp
/** * @file * @author Dan Nixon (120263697) * * For CSC3224 Project 1. */ #include "MouseController.h" namespace Engine { namespace Input { /** * @copydoc IController::IController * @param screenX Screen width * @param screenY Screen height * * If no screen dimensions are provi...
[ "dan@dan-nixon.com" ]
dan@dan-nixon.com
ffba96951f83542ab503fbd81f7810784b7d921c
70d900275d292064efe4dcb45ca564496248607f
/vulkan-tutorial/VulkanTutorial/HelloTriangle/VkDeleter.h
bd03df217f37de68954a200c1f569dbe07ddbd2f
[]
no_license
DarriusWrightGD/learning-vulkan
0152bc35b2ec6c351765bed594dcf00d9eb54903
7f7ad646c5347e0a4e27841a96c57a723880f85e
refs/heads/master
2020-09-11T21:30:38.512295
2016-10-15T04:14:35
2016-10-15T04:14:35
67,971,970
0
0
null
null
null
null
UTF-8
C++
false
false
1,093
h
#pragma once #include <vulkan\vulkan.h> #include <functional> template <typename T> class VDeleter { public: VDeleter() : VDeleter([](T, VkAllocationCallbacks*) {}) {} VDeleter(std::function<void(T, VkAllocationCallbacks*)> deleteFunction) { this->deleter = [=](T vkObject) {deleteFunction(vkObject, nullptr); }; ...
[ "darriuswrightgd@gmail.com" ]
darriuswrightgd@gmail.com
5dce7ad1a4b21c84165bb76dfb9d31d9d51330c0
13a3639d6d78a5f628d52e818d1735c55584f173
/libs/ofxFfmpeg/src/Metrics.cpp
79b17e13343b83a01ddac3ed4d32ed560094bc3b
[]
no_license
tobiasebsen/ofxFFmpeg
c9fac6fd15703929a1d05ef7e511968a96e3eb43
cc134239f2f3c36ed65c0b5d984208c8377ae990
refs/heads/master
2020-08-27T02:28:52.258479
2020-08-05T13:35:25
2020-08-05T13:35:25
217,219,047
2
1
null
null
null
null
UTF-8
C++
false
false
1,631
cpp
#include "ofxFFmpeg/Metrics.h" extern "C" { #include "libavutil/time.h" } using namespace ofxFFmpeg; //-------------------------------------------------------------- void Metrics::begin() { time_begin_last = time_begin; time_begin = getTime(); } //-------------------------------------------------------------- voi...
[ "tobiasebsen@gmail.com" ]
tobiasebsen@gmail.com
7654c2d9407377b1852e80b2136f0135ec88ce83
52c7069296f37db4298b83903371fb3ad426e391
/CallControlServer/resip/recon/ConversationManager.hxx
4d9b2c8b1f8b821a955de33530b058d52ddf19a0
[ "BSD-3-Clause", "VSL-1.0" ]
permissive
github188/zjsipserver
4c8f3dfabca83bac5066859d188345dc0e3e0a59
829234121573e41ae7ab9a3b9f7a584eeb905964
refs/heads/master
2021-01-11T04:54:40.965594
2009-02-16T03:08:13
2009-02-16T03:08:13
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
30,078
hxx
#if !defined(ConversationManager_hxx) #define ConversationManager_hxx #ifdef WIN32 #define BOOST__STDC_CONSTANT_MACROS_DEFINED // elminate duplicate define warnings under windows #endif // sipX includes #include <mi/CpMediaInterfaceFactoryFactory.h> #include <mi/CpMediaInterface.h> #include <os/OsMsgDispatcher.h> #...
[ "zhangyuchi@185ab57e-c77b-11dd-aa6a-075d27645067" ]
zhangyuchi@185ab57e-c77b-11dd-aa6a-075d27645067
481a532da958648bcd69d97e8a17f42fa1eec7b3
79e35b3844aeb0c35f5705758a44d424a5b3df3a
/Simulator/Win32/UtilityFunctions.cpp
f3d9a07e1e1f979bbed4c2b5da3944093802ac78
[ "Apache-2.0" ]
permissive
longwinds/mstp-lib
c17d85790c79ce29645781ba312fc7878971b41c
513091b31d967cba635811640250ee7a2b9b82e6
refs/heads/master
2020-05-07T08:11:05.875737
2017-09-19T14:11:53
2017-09-19T14:11:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,934
cpp
#include "pch.h" #include "UtilityFunctions.h" #include "Win32Defs.h" using namespace std; using namespace D2D1; /* unsigned int GetTimestampMilliseconds() { SYSTEMTIME currentUtcTime; GetSystemTime(&currentUtcTime); FILETIME currentUtcFileTime; SystemTimeToFileTime(&currentUtcTime, &currentUtcFileTime); FILET...
[ "adigostin@gmail.com" ]
adigostin@gmail.com
a12b2990ef4c32e5c230ea07c78f1ed31a43e901
0b46515c55a3767f9743d537a61a50666d253245
/tracing/src/core/trace_packet.cc
f46fe2c91d3554ffc55fffb27706f30163ddff4f
[ "Apache-2.0" ]
permissive
chromy/perfetto
ff1409533c0fe34f7534cc2a434411a596e92ceb
a635f039448528f3385763256387e728e5601528
refs/heads/demo
2023-08-31T05:52:17.510889
2017-12-01T12:29:14
2017-12-01T12:29:14
112,371,395
0
0
null
2017-11-28T18:13:01
2017-11-28T18:13:00
null
UTF-8
C++
false
false
1,266
cc
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "primiano@google.com" ]
primiano@google.com
16203ce0b14c9bc86ffc281eb554318cc6fac574
b012b15ec5edf8a52ecf3d2f390adc99633dfb82
/releases/moos-ivp-14.7.1/ivp/src/uSimMarine/USM_MOOSApp.h
76239037a8a19eeb691b7f68f8f06a24c0543615
[]
no_license
crosslore/moos-ivp-aro
cbe697ba3a842961d08b0664f39511720102342b
cf2f1abe0e27ccedd0bbc66e718be950add71d9b
refs/heads/master
2022-12-06T08:14:18.641803
2020-08-18T06:39:14
2020-08-18T06:39:14
263,586,714
1
0
null
null
null
null
UTF-8
C++
false
false
3,267
h
/*****************************************************************/ /* NAME: Michael Benjamin, Henrik Schmidt, and John Leonard */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: USM_MOOSApp.h */ /* DATE: Oct 25th 2004 ...
[ "zouxueson@hotmail.com" ]
zouxueson@hotmail.com
5edd22012b036019f53c7991dcd6dfe34da91a3f
92e7a96c196e563b70f78db321680d830af80a53
/FastTrader/gui-common/FrameHook.cpp
c71aca942b5314fcd2433a4df141b1b04a2e99bd
[]
no_license
alexfordc/zq
513723341132dd2b01f5ca3debb567b2fd31c033
a0b05b7416fe68784e072da477e8c869097584e2
refs/heads/master
2021-05-25T14:19:37.317957
2018-02-24T05:57:23
2018-02-24T05:57:23
null
0
0
null
null
null
null
GB18030
C++
false
false
3,482
cpp
#include "StdAfx.h" #include "FrameHook.h" #define KEYDOWN(vk_code) ((GetAsyncKeyState(vk_code) & 0x8000) ? 1 : 0) #define KEYUP(vk_code) ((GetAsyncKeyState(vk_code) & 0x8000) ? 0 : 1) DWORD g_StartIdleTime;//开始空闲的时间 HHOOK g_hMouse=NULL; //鼠标的钩子过程 HHOOK g_hKeyBoard=NULL; //键盘的钩子过程 wxWindow* g_poDailog = NULL;//钩子目标窗...
[ "w.z.y2006@163.com" ]
w.z.y2006@163.com
a1e0da553ed2b432712b9d8fa0dc75592661467b
96f7b825c92bca0a7aa59cd564056d8afbd6b9ba
/build/moc_VehicleDriver.cpp
ce46c9edb07ee4ce4f1fa58156f02ea2aeefaa20
[]
no_license
AnderPijoan/GTPlat
4d0a9452fcf56b0d018d987cecdbd22ffe355210
4981a430bf18eab26177e9cb2f1dfbeb1aff109e
refs/heads/master
2020-12-30T14:45:32.494225
2017-05-12T11:56:24
2017-05-12T11:56:24
91,085,149
0
0
null
null
null
null
UTF-8
C++
false
false
4,574
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'VehicleDriver.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1) ** ** WARNING! All changes made in this file will be lost! *******************************************************...
[ "system@laboratorius.com" ]
system@laboratorius.com
68f12e871841e88b22de5fbd8a4705cca346c01c
05dee134ef4e552fecd0d39dea5d6cdc3a82965c
/HDU/HDU-1907.cpp
d999991fa38ca4dbd36fd89a4b94a866bf10964b
[]
no_license
yliu-cs/ACM
35239420f36baf336e17a5c45d2c7a5ae9317413
f67ca3e6de900afabe38201e19c74d0e1c6a40a3
refs/heads/master
2022-03-20T10:10:25.787434
2019-12-05T16:30:29
2019-12-05T16:30:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,051
cpp
#include <bits/stdc++.h> using namespace std; #define mem(a,b) memset(a,b,sizeof(a)) #define pb push_back typedef long long ll; typedef unsigned long long ull; typedef pair<int,int> P; const int INF = 0x3f3f3f3f; const int maxn = 1e5+5; const int mod = 1e9+7; const double eps = 1e-8; const double pi = asin(1...
[ "978539910@qq.com" ]
978539910@qq.com
195dc66966eed572179db6266397c2937ca3a50a
22349570f79139634ae1c89765575ef3cf3600ae
/Algorithms/Mathematics/Excel Column Number/solution.cpp
d3a3baa73d5b6f6e3636a1eadafccaa47ae51ab1
[]
no_license
abhishek09091/Data-Structure
ec1a520dad29bb03c86c177f220cfa7ddcbfe9c1
748784ebae51c4eac9d1be6c9e8e4aca9baa2335
refs/heads/master
2021-09-01T04:08:29.990192
2017-12-24T17:07:52
2017-12-24T17:07:52
114,806,523
0
0
null
null
null
null
UTF-8
C++
false
false
194
cpp
int Solution::titleToNumber(string A) { int result = 0; for(const auto& C: A) { result *= 26; result += C - 'A' + 1; } return result; }
[ "Abhishek.Tripathi@ig.com" ]
Abhishek.Tripathi@ig.com
301161a739840bb1029d5191620c4b4acdd66316
225d5dc681c82b465b1ce6e15cb811a3c110dc4f
/Actividad 8/Agenda/Agenda.h
2e611e7062d3673813d8bfe2e6edfeb93c4bb2f2
[]
no_license
AGarciaCnr/Algoritmos
dc3c925b1affa9a7549232388ef68eeca36fbf60
6728e7ed371fb10aa34c4d90af608511bd9e63a1
refs/heads/main
2023-08-12T15:40:43.093864
2021-09-15T13:01:10
2021-09-15T13:01:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
441
h
#include <string> using namespace std; class Agenda{ int capacidad; string *nombres; long *telefonos; bool *ocupados; public: Agenda(int capacidad); ~Agenda(); int obtenerPosicion(long telefono); bool existeContacto(long telefono); string getContacto(long telefono); void...
[ "ScorpionSud@users.noreply.github.com" ]
ScorpionSud@users.noreply.github.com
8fbb213b350da705f7856aac73bef6d9d220544a
39ab815dfdbab9628ede8ec3b4aedb5da3fd456a
/aql/benchmark/lib_23/class_6.cpp
54a50d76f9cee2377ef9ab84ba476ce335658fee
[ "MIT" ]
permissive
menify/sandbox
c03b1bf24c1527b47eb473f1acc433f17bfb1d4f
32166c71044f0d5b414335b2b6559adc571f568c
refs/heads/master
2016-09-05T21:46:53.369065
2015-04-20T06:35:27
2015-04-20T06:35:27
25,891,580
0
0
null
null
null
null
UTF-8
C++
false
false
311
cpp
#include "class_6.h" #include "class_5.h" #include "class_0.h" #include "class_3.h" #include "class_8.h" #include "class_9.h" #include <lib_16/class_8.h> #include <lib_19/class_3.h> #include <lib_13/class_0.h> #include <lib_18/class_9.h> #include <lib_0/class_2.h> class_6::class_6() {} class_6::~class_6() {}
[ "menify@a28edc5c-ec3e-0410-a3da-1b30b3a8704b" ]
menify@a28edc5c-ec3e-0410-a3da-1b30b3a8704b
acf72658b0594aaa8220128f141d2c87d2b232f7
6ab8afcd1de7d81529f239b614c29ba2019e3609
/DataStructure/src/heap.cpp
0801f9a177a77b0e6bd1b3e07d4620d3fed6caf0
[]
no_license
wangfeng0301/Cpp_DataStructure_VS2010
a754eaebff97141b49418a3292e941d5abc6ca26
a4fe4a192c519fa48929f4815dbff497ee5e9e10
refs/heads/main
2023-05-06T01:38:45.915024
2021-05-22T14:49:22
2021-05-22T14:49:22
365,073,553
0
0
null
null
null
null
GB18030
C++
false
false
2,604
cpp
/************************************************************************ * 堆 *利用完全二叉树线性表存储堆数据 *参考资料:《数据结构与算法》张铭,王腾蛟,赵海燕等 *wangfeng *E-mail:fengwang0301@163.com *CSDN:https://blog.csdn.net/u013073067?spm=1001.2101.3001.5343 *GitHub:https://github.com/wangfeng0301 ...
[ "fengwang0301@163.com" ]
fengwang0301@163.com
fd98910faf27ce877ca5ac7aba458fd9f46487bc
fcc0ebed6647be63ebc63e7c6c1196ff4782743b
/code/catkin_ws/devel/include/waterplus_map_tools/GetChargerByNameResponse.h
76bc231d4259357ee288a6ec121de4c3c452709e
[]
no_license
sebuaa2020/Team105
fd63f72d69c763689c4d7438705bea54426dd978
18434111b6df484e75728e639ee48c0e79d6346f
refs/heads/master
2021-02-27T09:15:00.122253
2020-06-15T12:26:06
2020-06-15T12:26:06
245,596,309
1
0
null
null
null
null
UTF-8
C++
false
false
6,873
h
// Generated by gencpp from file waterplus_map_tools/GetChargerByNameResponse.msg // DO NOT EDIT! #ifndef WATERPLUS_MAP_TOOLS_MESSAGE_GETCHARGERBYNAMERESPONSE_H #define WATERPLUS_MAP_TOOLS_MESSAGE_GETCHARGERBYNAMERESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/ser...
[ "61871298+wantianhe@users.noreply.github.com" ]
61871298+wantianhe@users.noreply.github.com
be908889a7d04d531dc5c8f8693a4a2d14ab5e1e
956b44da83e61508cd44f5622fec47f7e82f7b32
/io.hpp
d636f0964abac2a9973a68e3dd52c50fa4002459
[]
no_license
kezhuw/wild
2594ae0ffcf3f66fe57a439d2aa60746d3ca32d7
e4218de11c9010a406cf8d25541198e97ec09348
refs/heads/master
2021-01-21T11:14:59.028932
2018-04-13T03:07:21
2018-04-13T04:59:57
16,068,077
0
0
null
null
null
null
UTF-8
C++
false
false
666
hpp
#pragma once #include "types.hpp" #include <tuple> namespace wild { class Fd; } namespace wild { namespace io { // Read/Write functions return size of data read/writen plus potential errno. // These functions read/write as much data as possible. // If size returned is less than len of buf or size of data, // there...
[ "kezhuw@gmail.com" ]
kezhuw@gmail.com
1d07f878a4cd870360ce6005ade2cabd5039ab94
3baffc040c8c8b330fb355a76a02d9629caf875f
/libs/core_allocate/DefaultAllocCreator.h
4a0de999852af98d43f10c509d846841e4eed27f
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
max-delta/retrofit-public
76ded1e506ed37796d40cc5ddbf0b71db7a0fb46
e294fc356ad3fbee28d3637c2a524d051d57bd0f
refs/heads/master
2023-09-03T11:53:23.988590
2023-09-02T01:49:59
2023-09-02T01:49:59
203,477,950
3
0
NOASSERTION
2019-08-21T06:39:47
2019-08-21T00:55:32
C++
UTF-8
C++
false
false
1,265
h
#pragma once #include "core/macros.h" #include "core/meta/FailTemplate.h" #include "core_allocate/SplitAllocCreator.h" #include "core_allocate/EntwinedAllocCreator.h" #include "rftl/type_traits" namespace RF::alloc { /////////////////////////////////////////////////////////////////////////////// template<typename T,...
[ "54338561+max-delta@users.noreply.github.com" ]
54338561+max-delta@users.noreply.github.com
b6e901fcb843ef81739cd913df1b008ce2ad6c75
b36210a719696564a7fe1131751592d6febe435b
/QuickUnion.h
d0381d90c9c374377be132df50a672149d309645
[]
no_license
GroomKyle/CS312-Algorithms-Percolation
f730ec2378419198047120fb360d8fb23f14d4f7
90a8957c43451a79c31d58d34180f0821d12052c
refs/heads/master
2021-03-12T23:08:00.701357
2015-05-01T17:45:14
2015-05-01T17:45:14
34,915,751
0
0
null
null
null
null
UTF-8
C++
false
false
383
h
#pragma once class QuickUnion { public: QuickUnion(int); ~QuickUnion(void); private: //chase parent pointers until root is reached int root(int i); public: //Check if p and q have same root bool find(int p, int q); //get the root of p int getRoot( int p); //change root of p to point to the root of q void un...
[ "kgroom@student.dwc.edu" ]
kgroom@student.dwc.edu
f7d0be1c27bc313b4f006b4dd78d72e48e9f88fd
70c6b17b5094ab58a0e954746e7d1f7fc57b07f0
/fpt/src/memory.hpp
59271b52e87cc16952ae8c7e6df6095e6ec34bfa
[]
no_license
slaierno/furry-palm-tree
d5c8e7bda1b76f576da31b2425a42a3ecac83d66
744e86a468851bd18103db7f459e68bc0f92b592
refs/heads/master
2021-06-30T23:27:53.583475
2020-11-13T15:25:37
2020-11-13T15:25:37
190,592,619
1
0
null
2020-05-22T13:16:27
2019-06-06T14:09:24
C++
UTF-8
C++
false
false
1,977
hpp
#pragma once #include <cstdint> #include "InputBuffer.hpp" enum { MR_KBSR = 0xFE00, /* keyboard status */ MR_KBDR = 0xFE02, /* keyboard data */ MR_DSR = 0xFE04, /* display status */ MR_DDR = 0xFE06, /* display data */ MR_MCR = 0xFFFE, /* machine control register */ }; /* 655...
[ "simonelaierno@gmail.com" ]
simonelaierno@gmail.com
ac4cf69164f2ca56819e11f17aedbaa9091385a1
0ddd531e4bcf2a9d1c34ac0dc543601f7ad8fc45
/main.cpp
91c8ce5a682fdd9732fcd0c5d110091f259cdcb3
[]
no_license
hpt09/ZooManagement
4afe55de38d29cd0567e083e3ddab7235505e22f
db32977908072a1d5091c9ffb1ac6d7262497346
refs/heads/master
2020-03-24T17:03:31.180925
2018-07-30T08:32:31
2018-07-30T08:32:31
142,847,666
0
0
null
null
null
null
UTF-8
C++
false
false
11,041
cpp
/* main.cpp This is the central logic for the command-line interface to the Zoo Management application. You shouldn't need to modify this file at all; your task is to modify the following classes and files in the Zoo folder to implement the program's behaviour: - Food (Food.hpp/Food.cpp) - Animal (Animal.hpp/Animal....
[ "hpt09@live.com" ]
hpt09@live.com
70be1961a24b63e9ac11312ec397f74975cce332
938d4599abd6286538724013beea7d052cf40005
/Ex_Files_CPlusPlus_Adv_Topics/Exercise Files/Chap01/data.cpp
f341a3bf75d76c77f00d80b5d457dabff66e5e55
[]
no_license
arvreza/Adv-C-
5339174dbb19a6cd24fb503cc9d3518008a56994
301edc095d5ad1ae5b8dae85f39e78b23baa5daf
refs/heads/master
2020-09-22T14:16:47.921270
2019-12-01T23:19:41
2019-12-01T23:19:41
225,235,183
0
0
null
null
null
null
UTF-8
C++
false
false
525
cpp
// data.cpp by Bill Weinman <http://bw.org/> // updated bw 2018-11-08 #include <cstdio> using namespace std; //struct data member default to public as oppose to class which default to private //for presenting of data it is a good practice to use struct, but when we have functions then we should use class struct A { ...
[ "rarbabi@rarbabi-mn2.linkedin.biz" ]
rarbabi@rarbabi-mn2.linkedin.biz
3eb76dab046b11a5b6bd3de7fbb48683a829a4e0
ecb30d979ab28e765d58d08da0d8b9f5ce7abf2f
/src/lib/crypto/BotanEDPublicKey.h
fce34a5f9d8da4fa3183e5240f9dd0caedcb6f25
[ "BSD-2-Clause" ]
permissive
PINGPPY/SoftHSMv2
483e1eee27191f0e4233ce8ea1cd7127dac5d04e
1f1fccb01298928bff28bf2f26ee79dcaf846e49
refs/heads/master
2022-11-21T18:39:21.277398
2019-08-05T11:30:37
2019-08-05T11:30:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,626
h
/* * Copyright (c) 2010 .SE (The Internet Infrastructure Foundation) * 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 *...
[ "rickard@opendnssec.org" ]
rickard@opendnssec.org
ba745c2a80e0f57da434ea41d7a12c53d2287140
aefbe3377efc6b01f3863dc3f554f0bf6370a103
/src/Dengo/Dengo_End.cpp
3ab038d0e8960a5395c6b25b0bb964d03cba0e7e
[ "BSD-3-Clause" ]
permissive
hisunnytang/gamer-fork
85af3c595c249ff2c882507290662d3936e24e59
8ca0cd1dd3ffd5bbd04049a4af5bdf63103b0df9
refs/heads/master
2021-06-01T15:49:47.839555
2018-11-12T22:04:43
2018-11-12T22:04:43
143,461,127
0
0
null
null
null
null
UTF-8
C++
false
false
801
cpp
#include "GAMER.h" #ifdef SUPPORT_DENGO //------------------------------------------------------------------------------------------------------- // Function : Dengo_End // Description : Free the resources used by Dengo // // Note : 1. Invoked by End_GAMER() // // Parameter : None // // Return ...
[ "hisunnytang@gmail.com" ]
hisunnytang@gmail.com
d2ba4c9ee1dec03203fbf197e46fd6928cb9e744
5852e3aab5677d380c22b2de9508ab043ea28657
/Console Test Chess/FieldE3.h
56f2d17a477a757fcb450d0116f018100cee4eef
[]
no_license
ongornbk/Chessy
b1307df6f8bdc95780094d1aa8be709e30f64754
efa0b2cdf0e6d60084b51e409414207f6a01a637
refs/heads/master
2023-04-16T09:54:36.266850
2021-05-01T18:47:40
2021-05-01T18:47:40
363,280,402
0
0
null
null
null
null
UTF-8
C++
false
false
218
h
#pragma once #include "IField.h" #include "IBoard.h" class FieldE3 : public IField { public: const __int64 _stdcall GetIndex() const noexcept override; modern_array<IField*>& GetWhitePawnMoves() override; };
[ "MSI@DESKTOP-RIEGR2K" ]
MSI@DESKTOP-RIEGR2K
0044c2fb0f5b59594c7a9127ffaf905a3d023ff4
42a33de0a29e6aab9695aad02582c2b606527397
/src/Scene/movableview.cpp
8c81b412c8de4cd42643175d88cc1da6edd91ddd
[]
no_license
martinglodas/GenerativeGui
4a15ece21b1adb0e6825b9a05d0f546520f1a001
bc22c20958c45092d648fa1dbf8e5022bcfa7ed3
refs/heads/master
2023-08-20T02:10:15.509518
2021-10-13T17:38:09
2021-10-13T17:38:09
416,839,910
0
0
null
null
null
null
UTF-8
C++
false
false
6,370
cpp
#include <Scene/movableview.h> #include <iostream> #include <cmath> #include <cstdio> #include <Common/color.h> #include <geologic-core/utils/customToolbox.h> #include <geologic-core/algorithms/geoMetrics/geoMetrics.h> #include <geologic-core/core/geologic-launcher/CoordinateSystemManager.h> #include <QtOpenGL/QtOpen...
[ "martin.glodas@gmail.com" ]
martin.glodas@gmail.com
b21ce8bbf5c2ed986b3a721486c08d07bc23ac23
64178ab5958c36c4582e69b6689359f169dc6f0d
/vscode/wg/sdk/ECollisionResponse.hpp
66f4d1c7e3c2060c86798eda56c0bee9aec6afd2
[]
no_license
c-ber/cber
47bc1362f180c9e8f0638e40bf716d8ec582e074
3cb5c85abd8a6be09e0283d136c87761925072de
refs/heads/master
2023-06-07T20:07:44.813723
2023-02-28T07:43:29
2023-02-28T07:43:29
40,457,301
5
5
null
2023-05-30T19:14:51
2015-08-10T01:37:22
C++
UTF-8
C++
false
false
249
hpp
#pragma once #ifdef _MSC_VER #pragma pack(push, 1) #endif namespace PUBGSDK { enum ECollisionResponse { ECR_Ignore = 0, ECR_Overlap = 1, ECR_Block = 2, ECR_MAX = 3, };} #ifdef _MSC_VER #pragma pack(pop) #endif
[ "1395329153@qq.com" ]
1395329153@qq.com
17c3823f5c171fe445dbfa7d4e933bd40a32c983
97af900c90991013e6af9f94310e12f547ab6c7e
/rbe-200n-lib/src/MotorEncoded.cpp
cbbcaa67689c34f9145d809dd9629fba97e32459
[]
no_license
gcl8a/rbe2002-sample-codes
745de7ec744a2a4916a98fb4863d53260d24e8cc
5a1746ba82c4c34d3d08005865bf034ce7b29935
refs/heads/main
2023-08-27T14:03:46.883418
2021-11-03T13:49:48
2021-11-03T13:49:48
352,988,360
0
1
null
null
null
null
UTF-8
C++
false
false
3,487
cpp
/* * MotorEncoded.cpp * * Author: Greg Lewin, adapted from original work by hephaestus */ #include <MotorEncoded.h> /** * Constructor for an encoded motor that uses pwm and direction pins + quadrature encoder. * * todo: create option for paired direction pins (eg, like the MC33926) */ MotorEncoded::MotorEncod...
[ "lewin.gc@gmail.com" ]
lewin.gc@gmail.com
52ec07370c70b70d89350eecda3c5ee589204dad
c31f75865d28470b2f925e8fcfdc84af91796cfa
/src/viterbiFiniteSelfingApplyFunnel.h
ba8641932e0c0bfda869880ee2b8535917f1a0a0
[]
no_license
cran/mpMap2
843c1ad01d83d53791911ae4ebec52bbf0debc06
d633dc21ba014f02d7a1c8de2820886394fe4190
refs/heads/master
2021-01-26T05:33:04.155167
2020-09-11T07:10:07
2020-09-11T07:10:07
243,328,645
0
0
null
null
null
null
UTF-8
C++
false
false
26,143
h
void applyFunnel(int startPosition, int endPosition, int finalCounter, int funnelID, int selfingGenerations) { if(errorProb == 0) { applyFunnelNoError(startPosition, endPosition, finalCounter, funnelID, selfingGenerations); } else { applyFunnelWithError(startPosition, endPosition, finalCounter, funne...
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
6caab0770aeeb55dbcd73f3fbceecd769554a224
bde24a560e565f14f2409c2cf79833a16e94f031
/DinamicMEM/Source.cpp
c9d7d26c436b248c727912a2f493184ead53d674
[]
no_license
bigidulka/DinamicMEM
cb4c6f54310d89db0001f35f505afa13fca7d1a9
6215e998b3c39f84e144561c9754eb91898e3ef1
refs/heads/master
2023-03-21T07:27:56.769376
2021-03-10T17:28:15
2021-03-10T17:28:15
339,146,912
0
0
null
null
null
null
UTF-8
C++
false
false
6,401
cpp
#include<iostream> using namespace std; //#define DYNAMIC_MEM_1 #define DYNAMIC_MEM_2 #define tab "\t" #define DZ #define PUSH_ROW //#define PUSH_COL #ifdef DYNAMIC_MEM_1 void FillRand(int* arr, const int n); void Print(int* arr, const int n); void push_back(int*& arr, int &n, const int value); void push_front(int*...
[ "udincevb@gmail.com" ]
udincevb@gmail.com
745c19d646aecaf4d967379e51798c20a2f451cc
1dbf007249acad6038d2aaa1751cbde7e7842c53
/vpc/include/huaweicloud/vpc/v2/model/NeutronUpdateFirewallPolicyResponse.h
241e98dde531d31a3c69279ac3692528264e2641
[]
permissive
huaweicloud/huaweicloud-sdk-cpp-v3
24fc8d93c922598376bdb7d009e12378dff5dd20
71674f4afbb0cd5950f880ec516cfabcde71afe4
refs/heads/master
2023-08-04T19:37:47.187698
2023-08-03T08:25:43
2023-08-03T08:25:43
324,328,641
11
10
Apache-2.0
2021-06-24T07:25:26
2020-12-25T09:11:43
C++
UTF-8
C++
false
false
1,580
h
#ifndef HUAWEICLOUD_SDK_VPC_V2_MODEL_NeutronUpdateFirewallPolicyResponse_H_ #define HUAWEICLOUD_SDK_VPC_V2_MODEL_NeutronUpdateFirewallPolicyResponse_H_ #include <huaweicloud/vpc/v2/VpcExport.h> #include <huaweicloud/core/utils/ModelBase.h> #include <huaweicloud/core/http/HttpResponse.h> #include <huaweicloud/vpc/v2...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
8bc84e53a923d0b63cb7ab5b0c1e707a0b9879c4
93bdb900392386b2606433cb1835ed8d166844f5
/lab-gui/message.cpp
cae57bac2d1901a152aab969be1dd930c9f43927
[]
no_license
kammari/international-radio-on-Linux-Embedded
a1fe2c4b4321c0d8269a4e016085a2c56065d644
d29611192d1358a2dab9f62125c12274dfe4b3c4
refs/heads/master
2021-01-10T21:26:16.191050
2011-08-30T05:48:00
2011-08-30T05:48:00
2,261,081
0
0
null
null
null
null
UTF-8
C++
false
false
1,071
cpp
#include <stdio.h> #include <pthread.h> #include "message.h" char input_char; pthread_t thr_stdin; pthread_t thr_message; pthread_mutex_t inputlock; pthread_mutex_t inputsem; void* stdin_func(void *data); char igetchar() { char c; pthread_mutex_lock(&inputsem); pthread_mutex_lock(&inputlock); c = in...
[ "kammari2010@gmail.com" ]
kammari2010@gmail.com
dd5165220eae1e78fa67b2faa1cdc722fb2338e5
d5801248a12364008354d9f7490e5daa192f18e5
/C++/DSA_HW/final_practice/dijkstra3.cc
2cf9ca687b31581b4625f90ae473952de01eddcf
[]
no_license
minghsu0107/workspace
dbcb10bf95fefe1540e59ce37abf42691b4d3cd8
742c0783b23f1845d61688e8c23d1b134145359d
refs/heads/master
2022-09-28T03:44:40.320185
2022-08-12T08:24:07
2022-08-12T08:24:07
188,567,494
1
0
null
null
null
null
UTF-8
C++
false
false
1,741
cc
#include <cstdio> #include <iostream> #include <algorithm> #include <cstring> #include <vector> #include <queue> using namespace std; #define ms(x, n) memset(x, n, sizeof(x)); typedef long long LL; const int maxn = 1e5 + 5; const LL inf = 1e15; int N, M, S, T; struct node { int v, w; //目标节点和权值 nod...
[ "minghsu0107@gmail.com" ]
minghsu0107@gmail.com
231b7ba3426a4518a8a7448c9ff6acd87848a394
8e251e452449d2aa219d72ed9871bb6030f6eea8
/test_inlet4/100/phi
5ef302c77266eade00bf8338f121bec7baf9d685
[]
no_license
glaciercoder/sky_cooling
e1a1482ecd900fe7df9bc8f71fb59fbf9c39428f
0af1390bb7aaca9e828d980ed4aa92299071b37d
refs/heads/master
2023-03-29T20:02:11.619786
2021-04-09T01:15:33
2021-04-09T01:15:33
349,085,961
0
0
null
null
null
null
UTF-8
C++
false
false
1,456,330
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*-------...
[ "glaciercoder@github.com" ]
glaciercoder@github.com
db4a47e043caf25bfe7055b73964b64e49993373
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/cd/8b42f923776db8/main.cpp
7d359f053eec884472d5453d4976f1b6cccca0e8
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
1,146
cpp
#include <iostream> #include <string> #include <type_traits> #include <utility> std::string concat() { return ""; } template<typename Head, typename... Tail> decltype( std::to_string(std::declval<Head>()) ) concat(Head&& h, Tail&&... t); template<typename Head, typename... Tail> typename std::e...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
9b5c89a5aa68dc27ec46bf745ccb1d99f95183fe
a152f25f8aa3a4fb2d22703b56dff726b69aad31
/hammerhead/ShipFactory.h
9f3f967fdbaec7bbf25ebd51965d7d6c1766af36
[]
no_license
AfterFPV/hammerhead
921d252b42225d467d4f51373c195e03b444abd1
0434b03e0ef6dfb17ec799ab05377f10b486ff4f
refs/heads/master
2020-04-09T21:18:08.684469
2019-01-05T04:07:41
2019-01-05T04:07:41
160,597,810
0
0
null
null
null
null
UTF-8
C++
false
false
471
h
#pragma once #include "Coord.h" #include "Ship.h" #include "Asset3d.h" using namespace std; class ShipFactory { public: static unique_ptr<Ship> create(string name, Coord pos, Vector2 size, Asset3d asset) { Vector2 direction(0, 0); float damage = 2.0; float range = 2.0; unique_ptr<Ship> ship(new Ship(pos, d...
[ "eairegbu@gmail.com" ]
eairegbu@gmail.com
27b6dbe87239606952a16056f85fdbc24a41e187
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/editor/Qt/5.12.3/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdesktopwidget.h
f986f0db2037d025c47334f179dc8191b617bf8d
[ "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C++
false
false
4,804
h
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtWidgets module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid comm...
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
4ebfa9d21831fc4578f15a192423a59775b56fed
cad15744913f2a0f8bcfa83e0a07bae14496802e
/main.cpp
1e665f9d1a5588a4a2af1ae67a7e85d664a7905b
[]
no_license
AchcarLucas/Lista-Linear
54f73d59baee65a8558cd8d079420550250b849e
504c11785f28d580a3f96cac2e36689ca999da3b
refs/heads/master
2020-07-09T14:01:23.605862
2016-09-04T02:19:37
2016-09-04T02:19:37
67,321,240
2
0
null
null
null
null
UTF-8
C++
false
false
1,485
cpp
#include <iostream> #include "listalinear.h" #include "triangulo.h" using namespace std; int main() { cout << "LISTA LINEAR TRIANGULO" << endl; Lista<Triangle> lista(10); int x, y, z; int opc; do{ cout<<"1-insere"<<endl; cout<<"2-remove"<<endl; cout<<"3-mostra"<<endl; ...
[ "=" ]
=
d7bc1b8fb87a52c24041617b8707cd567bce5d25
7e309f67cafe5528eaab8757fa34dd9c59355195
/Algorithms/WildcardMatching/wildcardMatching.cc
7eb0aeb064d81a6678abb14c4824c6c79591890b
[]
no_license
xusiwei/leetcode
56cc827020ab5a9373d7b4221e8ae82734b01e7e
80f0c2b2a89843df2ea3adb12828991ad8534373
refs/heads/master
2021-04-22T13:26:46.577996
2020-05-24T17:06:12
2020-05-24T17:06:12
36,977,056
5
0
null
null
null
null
WINDOWS-1252
C++
false
false
2,029
cc
/* copyright xu(xusiwei1236@163.com), all right reserved. Wildcard Matching ================== Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' Matches any sequence of characters (including the empty sequence). The matching should cover the entire input string ...
[ "xusiwei1236@163.com" ]
xusiwei1236@163.com
a22759ac969b0dcad8bcb5b8719b5e91c140536b
fc38a55144a0ad33bd94301e2d06abd65bd2da3c
/thirdparty/cgal/CGAL-4.13/include/CGAL/Three/Scene_print_item_interface.h
a2ca6c429dc73568405028274bbc7a8f47ab80d7
[ "LGPL-2.0-or-later", "LGPL-3.0-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-commercial-license", "LGPL-3.0-only", "GPL-3.0-only", "LGPL-2.1-or-later", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-proprietary-license", "LicenseRef-scan...
permissive
bobpepin/dust3d
20fc2fa4380865bc6376724f0843100accd4b08d
6dcc6b1675cb49ef3fac4a58845f9c9025aa4c9f
refs/heads/master
2022-11-30T06:00:10.020207
2020-08-09T09:54:29
2020-08-09T09:54:29
286,051,200
0
0
MIT
2020-08-08T13:45:15
2020-08-08T13:45:14
null
UTF-8
C++
false
false
3,270
h
// Copyright (c) 2009,2010,2012,2015 GeometryFactory Sarl (France) // All rights reserved. // // This file is part of CGAL (www.cgal.org). // 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 3 of the License, o...
[ "huxingyi@msn.com" ]
huxingyi@msn.com
e6d08c26afdf98aaf97fee942356bea6e7b5a647
8f8ae70775eda42f71d0e6354b9caba4576f3310
/firefoamcases/cases/detailedSprinklerInjection/system/controlDict
d109c116105c368644435a5369b1f57e4a0cd888
[]
no_license
hong27/myFireFoamCases
6070bb35781717b58bdec2f1a35be79077ce8111
8709c8aa7f1aa1718f3fbf0c7cdc7b284f531c57
refs/heads/master
2020-06-14T01:38:28.073535
2019-07-02T12:03:25
2019-07-02T12:03:25
194,851,906
0
0
null
null
null
null
UTF-8
C++
false
false
6,845
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | ...
[ "linjianhongljh@gmail.com" ]
linjianhongljh@gmail.com
9c4f32be9f9d1c849295207df5f514083aae4ce2
3478ccef99c85458a9043a1040bc91e6817cc136
/HFrame/HModule/dsp/processors/Oversampling.h
5bf0655e29e4d448538a82d0ad7326e4a47fe5d1
[]
no_license
gybing/Hackett
a1183dada6eff28736ebab52397c282809be0e7b
f2b47d8cc3d8fa9f0d9cd9aa71b707c2a01b8a50
refs/heads/master
2020-07-25T22:58:59.712615
2019-07-09T09:40:00
2019-07-09T09:40:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,686
h
/* ============================================================================== This file is part of the H library. Copyright (c) 2017 - ROLI Ltd. H is an open source library subject to commercial or open-source licensing. By using H, you agree to the terms of both the H 5 End-User License Agre...
[ "23925493@qq.com" ]
23925493@qq.com
7bf6c332041b0010091138225497ebd1c63bdb43
d9f1cc8e697ae4d1c74261ae6377063edd1c53f8
/src/graphics/Effect.cpp
80db0b8f7c70b514e84f43a5b0530055e8fd3ade
[]
no_license
commel/opencombat2005
344b3c00aaa7d1ec4af817e5ef9b5b036f2e4022
d72fc2b0be12367af34d13c47064f31d55b7a8e0
refs/heads/master
2023-05-19T05:18:54.728752
2005-12-01T05:11:44
2005-12-01T05:11:44
375,630,282
0
0
null
null
null
null
UTF-8
C++
false
false
1,739
cpp
#include ".\effect.h" #include <graphics\Screen.h> #include <misc\TGA.h> #include <sound\Sound.h> #include <application\Globals.h> Effect::Effect(char *name) { strcpy(_name, name); _frameHoldTime = 0; _completed = false; _currentFrameNumber = 0; _totalTime = 0; _incrementalTime = 0; Position.x =...
[ "opencombat" ]
opencombat
3a90e0903d90bc01e4d88fa6afdad5095d337d96
349fe789ab1e4e46aae6812cf60ada9423c0b632
/Forms/DocRKORozn/UFormaDocRKORoznImpl.h
c19d0c7d6bb64b8f13452b95a6aa2232de797680
[]
no_license
presscad/ERP
a6acdaeb97b3a53f776677c3a585ca860d4de980
18ecc6c8664ed7fc3f01397d587cce91fc3ac78b
refs/heads/master
2020-08-22T05:24:15.449666
2019-07-12T12:59:13
2019-07-12T12:59:13
216,326,440
1
0
null
2019-10-20T07:52:26
2019-10-20T07:52:26
null
UTF-8
C++
false
false
1,612
h
#ifndef UFormaDocRKORoznImplH #define UFormaDocRKORoznImplH #include "IFormaDocRKORozn.h" #include "UFormaDocRKORozn.h" //--------------------------------------------------------------- class __declspec(uuid(Global_CLSID_TFormaDocRKORoznImpl)) TFormaDocRKORoznImpl : public IFormaDocRKORozn, IkanCallBack { public: TF...
[ "sasha@kaserv.ru" ]
sasha@kaserv.ru
6abeff73417a7222af5267ca96f51b4347c46f4e
a35a1881a0967d86ef45e6098cd4897b7d4fc23a
/pooD-old/articulacion.h
0924303f035c94dbb1c04fc002b9cdb583303a8d
[]
no_license
gabrielquiroga/POO---Integrador
f92e2de3ce88eba4d7c2dfabfd4c7b07cbf442a4
c59da453dc9cd6bdafd93c67f704519b85c5b25c
refs/heads/master
2020-04-02T10:42:18.140377
2018-11-12T00:52:33
2018-11-12T00:52:33
154,350,833
0
0
null
null
null
null
UTF-8
C++
false
false
1,170
h
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: Articulacion.h * Author: GABI * * Created on 2 de noviembre de 2018, 19:57 */ #ifndef ARTICULACION_H #define ARTIC...
[ "quiroga.m.gabriel@gmail.com" ]
quiroga.m.gabriel@gmail.com
fddc0412a61e7f49ea4dcca0fc0e08e64e8e2c2c
2dba1dc8e5c62631ad9801222d8a34b72b8a5635
/UVa Online Judge/volume009/948 Fibonaccimal Base/program.cpp
6ef8ef4c23a38120c00c385bcd07743b16753bc6
[]
no_license
dingswork/Code
f9e875417238efd04294b86c0b4261b4da867923
669139b70d0dbc8eae238d52aa7b8c0782fb9003
refs/heads/master
2021-01-24T16:52:10.703835
2018-02-27T14:07:25
2018-02-27T14:07:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,425
cpp
// Fibonaccimal Base // UVa ID: 948 // Verdict: Accepted // Submission Date: 2017-02-07 // UVa Run Time: 0.000s // // 版权所有(C)2017,邱秋。metaphysis # yeah dot net #include <algorithm> #include <bitset> #include <cassert> #include <cmath> #include <cstring> #include <iomanip> #include <iostream> #include <limits> #include ...
[ "metaphysis@yeah.net" ]
metaphysis@yeah.net
809cb70951e72012cf4f08271a474de7f0104947
230b7714d61bbbc9a75dd9adc487706dffbf301e
/third_party/blink/renderer/core/loader/loader_factory_for_frame.cc
14196adcf3b78949ec86bcde776e80afa56ea4b6
[ "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "MIT", "Apache-2.0", "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
5,329
cc
// Copyright 2019 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 "third_party/blink/renderer/core/loader/loader_factory_for_frame.h" #include "base/single_thread_task_runner.h" #include "third_party/blink/publ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b6fad9b42d8f65a0352a8e0c1698c5d223393ae8
1aaaf8af0d720b00c03454cc105e3e99ebdd993b
/2338 [HNOI2011]数矩形(计算几何).cpp
9fb688a525dd3e9bd7770b385b4d238dfb24852a
[ "Apache-2.0" ]
permissive
wwt17/BZOJ
2b6858fb68c3654a9c18861f1e3775c825e539fd
b8b41adf84cd91f68616149dcfdf374b9721b11c
refs/heads/master
2021-01-20T17:26:29.071661
2018-10-02T17:02:35
2018-10-02T17:02:35
63,025,417
12
6
null
null
null
null
UTF-8
C++
false
false
948
cpp
#include <cstdio> #include <algorithm> using namespace std; typedef long long ll; const int N=1505; int n; inline ll sqr(ll x){ return x*x; } inline ll absll(ll x){ return x<0?-x:x; } struct vec{ int x,y; } a[N]; inline ll cross(const vec a,const vec b,const vec c){ return (ll)(b.x-a.x)*(c.y-a.y)-(ll)(c.x-a.x)*(b.y...
[ "wwt10@163.com" ]
wwt10@163.com
573b63ded8a625920b9616a2d153757ba84694e1
e3f1973471bb91010a7cecf949b382b228729695
/manipulaDados.cpp
46e2ee487ac73668792a92b733248093e97fee32
[]
no_license
peperoschach/exercicios-basicos-c-
87ec0a3d08bcd33c18e7a5f8b52d6f2bbee554c9
6cb9f92fdb91e433159d2dca3d3491064dbf344b
refs/heads/master
2021-01-18T19:17:00.372176
2016-05-26T21:49:40
2016-05-26T21:49:40
59,784,547
0
0
null
null
null
null
UTF-8
C++
false
false
969
cpp
// Luiz Felipe Massaneiro - "Compartilhe o conhecimento" /*=========================================================== *Programa de introduão a Stream *Stream é uma sequencia de dados *Tipos de Stream: *Stream de texto : Stream constituído por caracteres ASCII(texto) *Steam binários : Stream de bytes "puros" *A bibliot...
[ "G43R@localhost.localdomain" ]
G43R@localhost.localdomain
11b77da7339ca0f07baed40ee3fa47bc71de6e64
4c4b5878f072073dc5ca738eb0b718cd386e4930
/test/interpreter/InterpreterTest.cpp
a4e3fc4fcf8d03ae7600c863683274bca92cf619
[ "BSD-3-Clause", "CC0-1.0", "Apache-2.0" ]
permissive
z330789559/SSVM
13fa5376cf8ec61f5e5610c04550654b9bf4b6e7
2cf95966e0db37ceee9f03dda610d46603c32d92
refs/heads/master
2023-02-19T12:40:44.446461
2021-01-23T05:13:48
2021-01-23T05:45:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,078
cpp
// SPDX-License-Identifier: Apache-2.0 //===-- ssvm/test/core/coreTest.cpp - Wasm test suites --------------------===// // // Part of the SSVM Project. // //===----------------------------------------------------------------------===// /// /// \file /// This file contains tests of Wasm test suites extracted by wast2jso...
[ "z54981220@gmail.com" ]
z54981220@gmail.com
a235c2ecf158d81db5e4753f39ed6de4d98b4b09
4adace3b69868884f9f160bc019f91050219513f
/codevs/最大公约数&最小公倍数.cpp
ffcf3dd5b5f2b2a8df0a0a7b761f2ee9db3bff85
[]
no_license
Dawn-K/Andy
f14e23d1b1317e2ad078b63756dd67b60ed6f4ce
98845bb46312d5195987bc08d9a957a45cf33d45
refs/heads/master
2021-09-20T08:35:03.989167
2018-08-07T02:45:26
2018-08-07T02:45:26
null
0
0
null
null
null
null
GB18030
C++
false
false
893
cpp
#include<iostream> using namespace std; //有两整数a和b,求最大公约数: //方法一:辗转相除法 //① a%b得余数c //② 若c=0,则b即为两数的最大公约数 //③ 若c≠0,则a=b,b=c,再回去执行① int gcd1(int x,int y) { //使用递归计算的方法使得一直算到y==0为止 return y?gcd1(y,x%y):x; } //方法二:更相减损术 //如果A > B,则 gcd(A,B) = gcd(B,A-B) //如果A < B,则 gcd(A,B) = gcd(A,B-A) //重复以上过程直到A==B为止 //此时A的值就...
[ "kon.gzhen@163.com" ]
kon.gzhen@163.com
afeb41ae3b7c24eb39f86791c23852bbd97e4734
c3203a11c0ab4f9e3a853fcd658166990cf8487b
/HackerRank/sock_merchant.cpp
9f31e89178639f37c671dacc763821121326f881
[]
no_license
betogaona7/CompetitiveProgramming
3d37688f028593a2314c676f3e01cc0e5b6d1d8e
5ac5b7bf13941cc56f28e595eeb33acfa98650b3
refs/heads/master
2021-01-12T06:09:24.069374
2020-04-23T15:02:16
2020-04-23T15:02:16
77,318,404
0
0
null
null
null
null
UTF-8
C++
false
false
415
cpp
int sockMerchant(int n, vector<int> ar) { sort(ar.begin(), ar.end()); stack <int> inpairs; for(int i = 0; i < ar.size();++i){ if(inpairs.empty()){ inpairs.push(ar[i]); }else{ if(inpairs.top() == ar[i]){ inpairs.pop(); }else{ ...
[ "albertoo_3c@hotmail.com" ]
albertoo_3c@hotmail.com
333e93cf30aa3dc208e3eb946a338b762a867890
48c01b5e695b2c06f27cacff431f3c566a9c8d9f
/chapter8/section5/twoswap.cpp
62e3888ff53f9afef4651dd47ee690c1e3bae2ca
[]
no_license
hueyhe/cpp-primer-plus-example-code
f4a76da458b17b8de490a354434dc19fae4e10ef
5aa7e78b43984e8404a0741679eb6abea25a34a4
refs/heads/master
2020-08-08T15:35:50.406465
2019-12-09T10:39:32
2019-12-09T10:39:32
213,860,518
2
0
null
null
null
null
UTF-8
C++
false
false
1,192
cpp
// specialization overrides a template #include <iostream> template <typename T> void Swap(T& a, T& b); struct job { char name[40]; double salary; int floor; }; template <> void Swap<job>(job& j1, job& j2); void Show(job& j); int main() { using namespace std; cout.precision(2); cout.setf(ios::fixed, io...
[ "sihonghuey@163.com" ]
sihonghuey@163.com
ee3a9ff6939e0bfc829885b6f8a413eedf12469c
ab3995bbb87b1b9c5b64614cf18c61b3cccb7cdb
/task4/tests/03-weather/WeatherMock.h
a4096c1911e7c91e651aa881d818dba223a51c8e
[]
no_license
2001092236/Problems-TP
61d0fa50ec53e4b737492c2016bbba05b93be36b
69d73e7aee51cd150934c9bef18fb90b1074dca9
refs/heads/master
2023-08-18T13:23:43.166079
2021-10-25T08:34:03
2021-10-25T08:34:03
340,452,479
0
0
null
null
null
null
UTF-8
C++
false
false
269
h
// // Created by Pavel Akhtyamov on 02.05.2020. // #pragma once #include <gmock/gmock.h> #include <Weather.h> #include <cpr/cpr.h> class WeatherMock : public Weather { public: MOCK_METHOD(cpr::Response, Get, (const std::string& city, const cpr::Url& url)); };
[ "2001092236@mail.ru" ]
2001092236@mail.ru
f60ea87bb80b51c9905a3255e9e83ce08632e2f6
a5b114d8a2b3f2d5df766726da53951a310a30a4
/Engine/Source/GraphicsEngine/Includes/MouseHandler.hxx
98657e63b2f34586d2d68f2558b5d518b225907e
[ "CC-BY-4.0" ]
permissive
AnkurSheel/RoutePlanner
0275710e58651c201813fef69875f2fb4eb703b6
a50b6ccb735db42ff4e5b2f4c87e710819c4564b
refs/heads/master
2016-09-01T11:57:33.638061
2016-01-22T01:22:44
2016-01-22T01:22:44
49,979,565
0
0
null
null
null
null
UTF-8
C++
false
false
1,785
hxx
// *************************************************************** // MouseHandler version: 1.0 Ankur Sheel date: 2012/04/20 // ------------------------------------------------------------- // // ------------------------------------------------------------- // Copyright (C) 2008 - All Rights Reserved // ***...
[ "ankur.sheel@gmail.com" ]
ankur.sheel@gmail.com
321c0b8a086bb3e0d21ce5afc916caad929c6089
fd320551dc41cde5d5a361141876d7f003f97faf
/normal-pushdown/src/join/ATTIC/HashJoinProbeKernel.cpp
d4499ed660750bbe720be4d5c51e033efd508bd2
[]
no_license
ergouy/FlexPushdownDB
e157daa8788f73d66cb6f3f8cc4b825b8e455fad
218705d5195db39bf3eb9457d69fa7759824dec7
refs/heads/master
2023-08-11T12:38:01.227056
2021-07-20T17:23:58
2021-07-20T17:23:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,261
cpp
// // Created by matt on 31/7/20. // #include <normal/pushdown/join/ATTIC/HashJoinProbeKernel.h> #include <utility> #include <normal/pushdown/join/ATTIC/Joiner.h> using namespace normal::pushdown::join; HashJoinProbeKernel::HashJoinProbeKernel(JoinPredicate pred) : pred_(std::move(pred)) {} HashJoinProbeKernel H...
[ "matt.youill@burnian.com" ]
matt.youill@burnian.com
eb471a53826f668aae7c3f22e85f15def2fc8b45
04b1803adb6653ecb7cb827c4f4aa616afacf629
/extensions/browser/value_store/lazy_leveldb.h
c0098ae34886c4d3f3d727e8ef8d95b1944646ca
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
3,992
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 EXTENSIONS_BROWSER_VALUE_STORE_LAZY_LEVELDB_H_ #define EXTENSIONS_BROWSER_VALUE_STORE_LAZY_LEVELDB_H_ #include <memory> #include <string> #inclu...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
223841e3685e6760706f1cd414ad2c972f781817
88d492fad23040a87e33b3ec802a9ec5c8a1eea4
/C++/Visual Studio/NetworkedSpreadsheet/server.cpp
55d7de2ee35409bb34ab5e5d7bacdd1c1e673c9f
[]
no_license
atthandrew/Portfolio
5a195a02c6d5665d495edadd490a019e3f1b674e
60443337a45645665c8c316e3fafaeb45a1638c4
refs/heads/main
2023-08-17T01:31:08.171522
2021-09-20T23:43:57
2021-09-20T23:43:57
363,885,930
0
0
null
null
null
null
UTF-8
C++
false
false
24,702
cpp
#include <stdio.h> #include <stdlib.h> #include <sys/socket.h> #include <arpa/inet.h> #include <unistd.h> #include <netdb.h> #include <netinet/in.h> #include <string.h> #include <pthread.h> #include <iostream> #include <vector> #include <dirent.h> #include <algorithm> #include <fstream> #include <map> #include "includ...
[ "a.t.thandrew@gmail.com" ]
a.t.thandrew@gmail.com
94e2c0843b72505345427a176be2670205dcdfe6
2e7a16af778505e22e3227b0d5cc5e77b72dc58f
/codeforces/1465/B.cpp
346955b49188dce61c1b72f9aca44e275246cf78
[]
no_license
sohardforaname/ACM_ICPC_practice
e0c2d32787f7872bc47dc9f7e9d7676ed48f3342
d9defa11f1ab3c6d73c7ff7653cf5a0fed6a60b6
refs/heads/master
2022-04-30T11:15:07.317974
2022-03-19T08:39:59
2022-03-19T08:39:59
251,541,235
3
1
null
null
null
null
UTF-8
C++
false
false
569
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; void solve() { ll n; scanf("%lld", &n); while (1) { ll num = n; bool f = 0; while (num) { if ((num % 10) && (n % (num % 10))) { f = 1; ...
[ "organic_chemistry@foxmail.com" ]
organic_chemistry@foxmail.com
8b3362ec022b266c57b17fe87f0dd5f7d197f245
54dfb0046228832dcdec6dc5a18c5c23ada6f9ee
/MotionHistory/MotionHistoryBG.cpp
6b3069522bdc6c90791d9ffe5577f558ab86f9d3
[]
no_license
github188/piglets-monitoring
3f6ec92e576d334762cc805727d358d9799ca053
620b6304384534eb71113c26a054c36ce3800ed8
refs/heads/master
2021-01-22T12:45:45.159790
2011-11-08T15:37:18
2011-11-08T15:37:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,150
cpp
#include "..\Public.h" #include <time.h> #include <math.h> // various tracking parameters (in seconds) const double MHI_DURATION = 1; const double MAX_TIME_DELTA = 0.5; const double MIN_TIME_DELTA = 0.05; // number of cyclic frame buffer used for motion detection // (should, probably, depend on FPS) const int N = 4; ...
[ "wqvbjhc@gmail.com" ]
wqvbjhc@gmail.com
c36c5224bf77d6a91d7a3d280e709312ea3a866d
0bbd7f65ead6f59379c462e57bea6de1947e0f17
/homework/TypeList/typelist/indexof.h
5150af42b89578f64e527a75fb62cd245e426e38
[]
no_license
timonchiks/HSE-course1
7c1f834055048bb53267160ee52ea626d555c7a2
27696aa9daeb712658c620e2365fafc9c7b11c70
refs/heads/main
2023-04-07T15:23:56.968094
2021-04-15T09:15:21
2021-04-15T09:15:21
358,194,937
0
0
null
null
null
null
UTF-8
C++
false
false
511
h
#pragma once #include "typelist.h" template<typename TList, typename TargetType> struct IndexOf; template<typename L, typename El, typename Deaf> struct IndexOf<TypeList<L,El>, Deaf>{ enum{ pos1 = IndexOf<El, Deaf>::pos }; enum{ pos = (pos1 == -1) ? -1 : 1 + pos1 }; }; template<typen...
[ "tim.1010@yandex.ru" ]
tim.1010@yandex.ru
a5c98b0400eb054f4a314a6a4cb8b424fa00b209
f207796fb9a13a80def235f4875a9933e07cc9a2
/HKTRY3/HKTRY3/Source.cpp
9a17ed097dc5698582716bccac02276e1acdb21c
[]
no_license
Chrhernk/package-finder-64
2370af7ee9ecbb08a42054116040351c95bfe985
d29d8008d3c01ac3d3eb1b6b458248e2b90d63ee
refs/heads/master
2020-12-21T02:44:53.174003
2020-01-26T07:58:55
2020-01-26T07:58:55
236,282,758
0
0
null
null
null
null
UTF-8
C++
false
false
1,214
cpp
#include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand(static_cast<unsigned int>(time(0))); //seed random number generator //int secretNumber = rand() % 100 + 1; //random number between 1-100 int trueLocation = rand() % 64 + 1; int tries = 0; int s...
[ "H" ]
H
c4c1f345bf644758db1484618793ba475ce856d8
dc1e39623030cb5a98c27519a74717b59c2efc01
/src/test/include/rand.h
46d8918eab5c2ff9b9c855d9be7fa01128fc04aa
[]
no_license
ndkoval/HoardAllocator
1721f3972d5060cbffdbe71a5ecfaa5d907959c4
3170779e904a065d21bed113e300ad1897a1e813
refs/heads/master
2021-01-12T21:09:25.867168
2015-04-09T09:17:50
2015-04-09T09:17:50
18,751,616
1
0
null
null
null
null
UTF-8
C++
false
false
738
h
#ifndef HOARD_TEST_RAND_H #define HOARD_TEST_RAND_H // simple pseudorandom number generator useful for testing struct Rand { Rand(unsigned a = 179424673, unsigned b = 982451161) : cur(0), a(a), b(b) { } inline unsigned next24() { cur = cur * a + b; return cur >> 8; } inline unsign...
[ "vladimirskipor@gmail.com" ]
vladimirskipor@gmail.com
be32d97212a6c9cd292694cbd32a48b6558fa611
df35cd1b0c27910b0db13463ec682c0083d25505
/tests/htn/HtnCompilerTests.cpp
8f7d3b9a415e21c8ba8093119f9a47e619be8015
[ "MIT" ]
permissive
fire-archive/InductorHtn
27038456c3c3a5665c53ac6ff207847648f212d1
b2e5f615f4663f1043e69b19455c259615158960
refs/heads/master
2023-03-22T13:49:26.502848
2021-03-15T06:27:28
2021-03-15T06:27:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,558
cpp
// // HtnCompilerTests.cpp // TestLib // // Created by Eric Zinda on 6/4/19. // Copyright © 2019 Eric Zinda. All rights reserved. // #include "FXPlatform/FailFast.h" #include "FXPlatform/Parser/ParserDebug.h" #include "FXPlatform/Prolog/HtnGoalResolver.h" #include "FXPlatform/Prolog/HtnRuleSet.h" #include "FXPlatf...
[ "ericz@inductorsoftware.com" ]
ericz@inductorsoftware.com
fadbbfb9124c9b88f1853845a6cdfa9b8660fa9f
8bdcbd83e6fd8bd708d8101fc224999d81497464
/sketching/utils.h
e36e8b905a1aa0a0818f345dbb5e7bdb0ec99db8
[ "Apache-2.0" ]
permissive
NoWorldYesiR/google-research
b3021447ccffe498463d135f1def1b533583c81c
5e864806f638a00cf78fe21d6c31844635e4758e
refs/heads/master
2022-04-07T23:01:49.170326
2020-03-11T05:49:22
2020-03-11T05:54:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,548
h
// Copyright 2020 The Google Research 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 required by applicable law...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
26ba1ac2d64911ec7609514d26827cda68fdd124
fff80cdaf12712704f36038479f50418253f42f3
/ie-toolbar/Sources/util/LogUtils.cpp
641755881baa8ebe9d8b8301d04cc7209dc54a7e
[ "Apache-2.0" ]
permissive
rudolfkopriva/Facebook
1ea0cfbc116f68ae0317332eeb9155461af5645a
56e4c6a83f992bb01849ad353004b28409e53eef
refs/heads/master
2023-02-14T01:54:36.519860
2021-01-05T02:09:26
2021-01-05T02:09:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,006
cpp
/** * Facebook Internet Explorer Toolbar Software License * Copyright (c) 2009 Facebook, Inc. * * Permission is hereby granted, free of charge, to any person or organization * obtaining a copy of the software and accompanying documentation covered by * this license (which, together with any graphical images included ...
[ "nateweiler84@gmail.com" ]
nateweiler84@gmail.com
2a37c89cc4542ff49ed140ead27aa2466c78bfb7
8298e0917029734c6b08f6e430756bac731a019f
/src/utils.cpp
4f2762747e68419d0cab1aa3a8ea2096ead8955c
[]
no_license
gmh5225/DBI-framework
e227eb9e9e1419bd9d5f72d574052e975a52e4b8
98b3c0b15fb7dca6c55440591de343909196929f
refs/heads/master
2023-03-15T15:02:03.328377
2020-02-12T15:44:53
2020-02-12T15:44:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,724
cpp
#include "utils.h" /* * we have to take indianess into account */ void Utils::val_to_sc(unsigned long value, std::vector<uint8_t> &shellcode){ union u { unsigned long val; uint8_t chars[sizeof(long)]; } d; d.val = value; for(int i = 0; i < sizeof(long); i++){ shellcode.push_back(d.chars...
[ "you@example.com" ]
you@example.com
e6be9da4db317d49a30d67dfa14df838dba8c5c3
262368055ac657f0bf12a6cbe48afdc648f4070f
/src/common/common_fwd.h
918d30cde1370000f4bf55e1bd540537979bca42
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
sohanlaxmicoin/chavezcoin-monero-v3
e614d2cbc2dc134feea26b1cefc95a48b65685f3
9b1d77a5c62644ff909135e1414e9cd461c8ca06
refs/heads/master
2021-01-24T07:21:58.535776
2017-07-25T03:10:10
2017-07-25T03:10:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,850
h
// Copyright (c) 2014-2017, The Chavezcoin Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this list ...
[ "loldlm1@gmail.com" ]
loldlm1@gmail.com
27b60c6547793976ea888e516cd4805e56200582
0ec2ff601af5d5ff30107db98c2431809bb16223
/src/create_aruco_markers.cpp
8d8a7b7722b3e2ba006b7e7c7127e7181a7ad2a0
[]
no_license
DevwratJoshi/frictionbot-repo
9b04070586469c5d4ceb747fe4fe22bffeba4ee7
5bf90a20452e8baa561016140c561dbc0b3a4a76
refs/heads/main
2023-02-25T00:38:34.323217
2021-01-22T13:56:28
2021-01-22T13:58:12
310,494,249
0
0
null
null
null
null
UTF-8
C++
false
false
1,962
cpp
#include <opencv2/highgui.hpp> #include <opencv2/aruco.hpp> #include<string> #include<iostream> using namespace cv; namespace { const char* about = "Create an ArUco marker image"; const char* keys = "{m | | Marker id in the dictionary }"; // "{@outfile |<none> | Output image }" // ...
[ "devwratjoshi1234@gmail.com" ]
devwratjoshi1234@gmail.com
b16ba9ac6044f09bad16ffa0f805c21f2c2eac7c
9d8b8398c250a9f8490654883368b460afedc1d6
/C++/Assignment - Doubly Linked Lists and Linked List with Queues/Assignment 13/ListStack/ListStack.cpp
2798d3b8e0ff6f529c4d8e90e7ff5c1a275e934b
[]
no_license
dkwliu/AllProjects
e3a7edfe29328e68214c5be3bf77a4f35be8c6b9
9fef282732627e8a13e460b2a1e76e3b4f2bff85
refs/heads/master
2021-11-16T15:48:21.330684
2021-09-09T00:46:58
2021-09-09T00:46:58
137,743,419
0
0
null
null
null
null
UTF-8
C++
false
false
838
cpp
#include <list> #include <iostream> #include <string> using namespace std; /**********************************************************************************************/ //Main method. All of this program's functions will be in the main method. //This program will replicate the stack functions. //Like the linked li...
[ "david92liu@gmail.com" ]
david92liu@gmail.com
e2541cc662fb6f10b7996d0dd61d6531d86b93c3
18ef6da48f007df6f6b2dc41e8a3c716b3f4cb0c
/src/drivers/ist8310/ist8310.cpp
ed26773afca8670d726a0ec26139b1da19f31829
[ "BSD-3-Clause", "LGPL-2.0-or-later" ]
permissive
jenniechae/Firmware
542115d160667fd115ab22fe8f0aa87340e1873d
a167d91c1841680044cbf380de0a64a1cc5b7ad2
refs/heads/master
2020-03-22T04:15:39.293834
2018-07-12T20:47:19
2018-07-12T20:47:19
139,485,594
0
0
BSD-3-Clause
2018-07-02T19:31:11
2018-07-02T19:31:10
null
UTF-8
C++
false
false
38,694
cpp
/**************************************************************************** * * Copyright (c) 2012-2016 PX4 Development Team. 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. Red...
[ "jc2464@cornell.edu" ]
jc2464@cornell.edu
0c8167df4eb90dc7e689cc7ff7792ec02c15ef94
07e75d02db3121c191073f6d8220ff1a382708f6
/SRC/TextureManager.h
49e4da4c4f837800ab5e085ebc6b319da7aa6bf2
[]
no_license
AumPatel2208/Asteroids_OpenGL
06e3f3cc46824224d2ac0627276579bbb6017102
3d7dab5fa64508b16ead5f7026e06b52b5a2450e
refs/heads/master
2023-04-09T02:31:28.504558
2021-04-12T20:44:35
2021-04-12T20:44:35
249,833,193
0
0
null
null
null
null
UTF-8
C++
false
false
661
h
#ifndef __TEXTUREMANAGER_H__ #define __TEXTUREMANAGER_H__ #include "GameUtil.h" class Image; class Texture; class TextureManager { public: inline static TextureManager& GetInstance(void) { static TextureManager mInstance; return mInstance; } Texture* CreateTextureFromFile(const string& n, const uint w, cons...
[ "imaum2208@gmail.com" ]
imaum2208@gmail.com
19128f0a37111757e37445bbd808004ebfc97f3b
1db673907c7946c2ea857cc9aa8b6f7f4060e36a
/Chapter/04_MemoryManager/Memory/VirtualMemoryManager.cpp
b77f38dc50dd6d55b7fd6c9bf5bcd100b09483c8
[ "BSD-3-Clause" ]
permissive
pdpdds/SkyOS
a973cd9f1b4e541ae4ac26d19df29aa3f4110db3
db2ce044c581fc2dfe068723fb0be2336c7f18d9
refs/heads/master
2023-07-21T15:24:46.457637
2023-07-17T16:32:04
2023-07-17T16:32:04
97,029,119
160
49
null
2023-04-30T15:33:47
2017-07-12T16:23:01
C
UTF-8
C++
false
false
9,112
cpp
#include "VirtualMemoryManager.h" #include "PhysicalMemoryManager.h" #include "string.h" #include "memory.h" #include "SkyConsole.h" #include "MultiBoot.h" #include "SkyAPI.h" PageDirectory* g_pageDirectoryPool[MAX_PAGE_DIRECTORY_COUNT]; bool g_pageDirectoryAvailable[MAX_PAGE_DIRECTORY_COUNT]; namespac...
[ "juhang3@daum.net" ]
juhang3@daum.net
b2c0e5333f3e5298631684a45fcf3859a0857cb6
f5481bc4dcd76a9e231a3c9a68f762e72f796129
/ios/versioned-react-native/ABI20_0_0/ReactCommon/cxxReactABI20_0_0/ABI20_0_0JSCLegacyTracing.cpp
00eaf74f2f4b26006854004017f0f15e7b23de79
[ "CC-BY-4.0", "Apache-2.0", "MIT", "BSD-3-Clause" ]
permissive
zhigang1992/expo
8ed1176a4bea7646f67634a7dff741eb20d34e33
07bbd57b7780be7902a87362afa6838aaf316d36
refs/heads/master
2023-01-11T04:18:35.286425
2017-12-05T21:54:14
2017-12-05T21:58:01
113,274,467
1
0
null
2017-12-06T05:47:19
2017-12-06T05:47:19
null
UTF-8
C++
false
false
1,903
cpp
// Copyright 2004-present Facebook. All Rights Reserved. #ifdef WITH_JSC_EXTRA_TRACING #include "ABI20_0_0JSCLegacyTracing.h" #include <fbsystrace.h> #include <JavaScriptCore/API/JSProfilerPrivate.h> #include <ABI20_0_0jschelpers/ABI20_0_0JSCHelpers.h> #include <ABI20_0_0jschelpers/ABI20_0_0Value.h> #include "ABI20...
[ "aurora@exp.host" ]
aurora@exp.host
42b89cc9f8b11d7472942d3284c4e49bac605936
1bf8eebf0d690ad194bb67ae70acb1b7fd04b937
/rw_packets.h
da18611b1d768d836ec9dc1ec1de82d0e04ee028
[]
no_license
jeromepar/UDPProtocol
85310e59722b7fe6ebefa05e7b1e0ee9bcf8346e
40ae4678f3ef0e85e129cf71168e3a2ab7f50590
refs/heads/master
2021-05-02T00:20:29.117077
2018-02-09T18:37:45
2018-02-09T18:37:45
120,942,131
0
0
null
null
null
null
UTF-8
C++
false
false
1,319
h
/* * rw_packets.h * * Created on: 3 févr. 2018 * Author: jerome */ #ifndef RW_PACKETS_H_ #define RW_PACKETS_H_ #include "stdint.h" #include "udp.h" #include "errors.h" #define MAX(a,b) ((a) > (b) ? (a) : (b)) #define MIN(a,b) ((a) < (b) ? (a) : (b)) #define MASK_UPTO_BIT(a) (((uint64_t)1 << a) - 1) #def...
[ "Vous@exemple.com" ]
Vous@exemple.com
c6ea7dd87d6474fe1d5f27b6d8e8b8a7ef7da0b5
e90a82d1826fbe46372aa6ce938bb8b618a745d4
/src/curltools/ctools.cpp
5f68f02a2286a2eea547eed112f9efb53fbe1f69
[]
no_license
masterkong233/mytoy
825482b9f0be600006403c7a69d25c05cfc980b9
93c4597bcc64277785801b8ae01793af9724faab
refs/heads/master
2020-05-04T14:51:20.334106
2019-04-03T07:10:23
2019-04-03T07:10:23
179,213,225
1
0
null
null
null
null
UTF-8
C++
false
false
5,160
cpp
#include "ctools.h" CommonTools *CommonTools::instance = NULL; cq::PrivateMessageEvent CommonTools::m_event; int CommonTools::count = 0; size_t CommonTools::receive_data(void *contents, size_t size, size_t nmemb, void *stream){ string *str = (string*)stream; (*str).append((char*)contents, size*nmemb); // ...
[ "584870925@qq.com" ]
584870925@qq.com
68e78ada4da7ea6330ce4ce7afd92905bbb1b6f8
691a74aa145a0744cfe7928c77f495560cd05465
/day10/day10_io/day10_io_basic_fread_matrix_dot.cpp
012a8ff4102a8afe7ae099a96343e0374a45d6da
[]
no_license
codeBeefFly/bxg_cpp
e42dbbee1561071a3c0926fa47fcb1d5dbd70b41
cecdd39018091c10a1b2ff6dc5407ca055f1bb33
refs/heads/master
2022-12-19T02:41:41.381293
2020-09-24T06:17:25
2020-09-24T06:17:25
286,399,926
0
0
null
null
null
null
GB18030
C++
false
false
1,330
cpp
/* 需求, 对 用 空格 与 逗号 分割的矩阵进行读取 */ #include <iostream> #include <fstream> #include <vector> #include <string> #include <sstream> int main() { std::cout << "..in day10_io_basic_fread_matrix_dot...\n"; // 创建并初始化文件流 std::string relative_path = "..\\day10_io\\test_file_matrix.txt"; std::fstream fs(relative_p...
[ "lijin890119@163.com" ]
lijin890119@163.com
8b989161c7aafb9fc103a6c6e14eac002c60495f
091afb7001e86146209397ea362da70ffd63a916
/inst/include/nt2/include/functions/scalar/cnp.hpp
3c258963467d044cea985140fdaece335c25886b
[]
no_license
RcppCore/RcppNT2
f156b58c08863243f259d1e609c9a7a8cf669990
cd7e548daa2d679b6ccebe19744b9a36f1e9139c
refs/heads/master
2021-01-10T16:15:16.861239
2016-02-02T22:18:25
2016-02-02T22:18:25
50,460,545
15
1
null
2019-11-15T22:08:50
2016-01-26T21:29:34
C++
UTF-8
C++
false
false
179
hpp
#ifndef NT2_INCLUDE_FUNCTIONS_SCALAR_CNP_HPP_INCLUDED #define NT2_INCLUDE_FUNCTIONS_SCALAR_CNP_HPP_INCLUDED #include <nt2/combinatorial/include/functions/scalar/cnp.hpp> #endif
[ "kevinushey@gmail.com" ]
kevinushey@gmail.com
f787e66a9a7b28861b5235c5fcda8b3bd21ed223
aedd674c088e6aa91623d49ef9782865ff3ca1b6
/stm32f10x-cmake/users/tool/exti.h
c10211118341bfca8ef2946946631a56ca350d23
[]
no_license
wcttmf/2017-TI-contest
5db137b92ea4e151d4352ead576dc2cf12c7eaf8
f077150aa8d946f70b2b6e04eeee13052555f0b7
refs/heads/master
2022-10-17T05:47:48.205008
2019-02-18T21:13:28
2019-02-18T21:13:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
576
h
// // Created by lsy on 17-6-13. // #ifndef TEMPLATE_EXTI_H #define TEMPLATE_EXTI_H #include "stm32f10x.h" typedef void (*callback_t)(void *dat); class Exti { private: EXTI_InitTypeDef cfg; GPIO_TypeDef *port; uint16_t pin; void set(callback_t fun, void *dat); public: Exti(GPIO_TypeDef *port,u...
[ "1458845893@qq.com" ]
1458845893@qq.com
a79b338ead3e3de2430abd271b9e94157db3316a
c5ad5bf0d0d753a3a5825e15ce48036df57b4519
/frontend/A32/types.cpp
6751e6c0a99b1c7c19902adebd58828070d3e052
[ "0BSD", "LicenseRef-scancode-unknown-license-reference", "BSL-1.0", "BSD-2-Clause" ]
permissive
tvtoon/dynarmic
096b3fbd6d6f5880be8685dc03c36c9c9c83fd84
cb9b1603d9bfb91cb1909bda8d551e929d54b426
refs/heads/master
2023-03-30T23:38:32.324745
2021-04-07T21:02:56
2021-04-07T21:02:56
355,615,463
0
0
null
null
null
null
UTF-8
C++
false
false
2,541
cpp
/* This file is part of the dynarmic project. * Copyright (c) 2016 MerryMage * SPDX-License-Identifier: 0BSD */ #include <array> #include <ostream> #include "common/bit_util.h" #include "frontend/A32/types.h" namespace Dynarmic::A32 { const char* CondToString(Cond cond, bool explicit_al) { static constexpr s...
[ "tvtoon@gmail.org" ]
tvtoon@gmail.org
b4501831a847360ba838cbc0ebab977a16522c11
66862c422fda8b0de8c4a6f9d24eced028805283
/cmake-3.17.5/Source/cmMakefileLibraryTargetGenerator.h
ca22b099d5691dcebc45321ee7ffca0bdfc003ec
[ "MIT", "BSD-3-Clause" ]
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
1,292
h
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ #ifndef cmMakefileLibraryTargetGenerator_h #define cmMakefileLibraryTargetGenerator_h #include "cmConfigure.h" // IWYU pragma: keep #include <string> #include "cmMakefil...
[ "594353397@qq.com" ]
594353397@qq.com
882ecf2cb0616b2294c8de699aeebf062cab48e0
29a4c1e436bc90deaaf7711e468154597fc379b7
/modules/cephes/include/nt2/toolbox/cephes/function/i0e.hpp
5afdb91c9cb679f9bf88e6124556e25904239009
[ "BSL-1.0" ]
permissive
brycelelbach/nt2
31bdde2338ebcaa24bb76f542bd0778a620f8e7c
73d7e8dd390fa4c8d251c6451acdae65def70e0b
refs/heads/master
2021-01-17T12:41:35.021457
2011-04-03T17:37:15
2011-04-03T17:37:15
1,263,345
1
0
null
null
null
null
UTF-8
C++
false
false
1,011
hpp
////////////////////////////////////////////////////////////////////////////// /// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand /// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI /// /// Distributed under the Boost Software License, Version 1.0 /// ...
[ "jtlapreste@gmail.com" ]
jtlapreste@gmail.com
0208dac66a8b5b3ad5ed37878f27152ed2dfa96b
b2139a7f5e04114c39faea797f0f619e69b8b4ae
/src/poeticon/src/activeObjRec/src/Util.cpp
b80e028e981c15328d66c4f141bffb4a8859c37f
[]
no_license
hychyc07/contrib_bk
6b82391a965587603813f1553084a777fb54d9d7
6f3df0079b7ea52d5093042112f55a921c9ed14e
refs/heads/master
2020-05-29T14:01:20.368837
2015-04-02T21:00:31
2015-04-02T21:00:31
33,312,790
5
1
null
null
null
null
UTF-8
C++
false
false
13,463
cpp
/* * Copyright (C) 2011 Department of Robotics Brain and Cognitive Sciences - Istituto Italiano di Tecnologia * Authors: Bjoern Browatzki * email: bjoern.browatzki@tuebingen.mpg.de * website: www.robotcub.org * Permission is granted to copy, distribute, and/or modify this program * under the terms of the GNU ...
[ "hychyc07@cs.utexas.edu" ]
hychyc07@cs.utexas.edu
a66ef4cc9836a5ac8072e9b7e6bda0fa993a4322
b0e05bbbae04d0a33deb57ef8264e8a175d6f1ad
/python/PyGenerate.hpp
134f4c8d7e08fb5b9580ef861b5f803185e08bfc
[]
no_license
JingyuanHu/COptdev
fc5af905e9896464dd554281e3b32ef6ff79274c
5e134b950375a27fa584af3153b7a64cd509b267
refs/heads/master
2021-01-15T12:15:49.472332
2015-01-02T02:59:11
2015-01-02T02:59:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
726
hpp
// Copyright (C) Songtao Guo, guost@mathu.cn // Copyright (C) MathU // Generate PyObject* to Matrix or Vector #ifndef PY_GENERATE_H #define PY_GENERATE_H #include <Python.h> namespace COPT { template<class Matrix> void PyGenerateMatrix(PyObject *A,Matrix& A0) { int m = PyObject_Size(A); int...
[ "stg@mail.ustc.edu.cn" ]
stg@mail.ustc.edu.cn
53f4e7d19cdd25d5093ff6722d9edaf55d0b4c64
98b6c7cedf3ab2b09f16b854b70741475e07ab64
/www.cplusplus.com-20180131/reference/string/basic_string/front/front.cpp
9a723e49d52b247d44badcecfea0b6687048d761
[]
no_license
yull2310/book-code
71ef42766acb81dde89ce4ae4eb13d1d61b20c65
86a3e5bddbc845f33c5f163c44e74966b8bfdde6
refs/heads/master
2023-03-17T16:35:40.741611
2019-03-05T08:38:51
2019-03-05T08:38:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
169
cpp
// string::front #include <iostream> #include <string> int main () { std::string str ("test string"); str.front() = 'T'; std::cout << str << '\n'; return 0; }
[ "zhongtao.chen@yourun.com" ]
zhongtao.chen@yourun.com
18e129f07cc65f89b2609a5631a7b7a4edae061f
327f2b4e03a03e03a1b4e8d85084dc25d020995c
/CSES Problem Set/Weird_Algorithm.cpp
ffd3b61d3e785961333daa52c3edcef11cd88739
[]
no_license
brijeshvp/my_CP_directory
cb3abf5dd3a9abca75c5bc4c0c36ae0d5c9ba5b3
53fc023b5a80c2107c5c6a6c41a471edd5654fb0
refs/heads/main
2023-07-01T07:25:03.810276
2021-08-07T06:10:55
2021-08-07T06:10:55
393,594,440
0
0
null
null
null
null
UTF-8
C++
false
false
1,928
cpp
#include<bits/stdc++.h> using namespace std; #define gc getchar_unlocked // #define fo(i,n) for(i=0;i<n;i++) // #define Fo(i,k,n) for(i=k;k<n?i<n:i>n;k<n?i+=1:i-=1) #define FOR(i,a,b) for(int i=(a);i<=(b);i++) #define REP(i,a) FOR(i,0,(int)(a)-1) #define FORd(i,a,b) for(int i=(a);i>=(b);i--) #define ll long long #defin...
[ "brijeshpeshvani38@gmail.com" ]
brijeshpeshvani38@gmail.com
5c3a9b4db37321c0e4a0d26b9b938e2c0d544951
3b6337c4f6e108acf77d61e7d09f28541c78c781
/wbs/src/Basic/WeatherStation.cpp
6ccd37c1c0ad02cf49d40a0db16dc147d8c223a8
[ "MIT" ]
permissive
radtek/WeatherBasedSimulationFramework
981eb0658406c575879e87334747d9986e3e75ca
a410ef9a4c7277a50efdcf5e838ee5ace413a366
refs/heads/master
2020-06-04T18:28:01.894136
2019-06-13T21:16:17
2019-06-13T21:16:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
124,074
cpp
//****************************************************************************** // Project: Weather-based simulation framework (WBSF) // Programmer: Rémi Saint-Amant // // It under the terms of the GNU General Public License as published by // the Free Software Foundation // It is provided "as is" ...
[ "Tigroux74@hotmail.com" ]
Tigroux74@hotmail.com
03185a752f9b83f5306dd97cf6feb259d98a7c95
096f802850399da9990f132b1adc63071af0f473
/test/tpl_fill.cpp
860f0922b85b4ec45cf65be07cd38abce383a9c0
[ "AFL-3.0", "AFL-2.1", "LicenseRef-scancode-unknown-license-reference" ]
permissive
joaqim/vrm_pp
d7787f772ac0ceee2d23c9859caa7ba870ae9a43
d14dbb0486e2d0755443c333bb56aabe11079e3f
refs/heads/master
2022-10-24T11:09:58.600841
2020-06-16T08:48:36
2020-06-16T08:48:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
85
cpp
#include "./utils/test_utils.hpp" #include <vrm/pp/cat.hpp> int main() { return 0; }
[ "vittorio.romeo@outlook.com" ]
vittorio.romeo@outlook.com
b73551f4d24c67c57b50420301d9d76f23891f03
bbb868c87e97e7c236d5b42256d5dc11939c8266
/Originals/FromRadProt/exampleB1.cc
11f8380a8969ea862d76ce33c89d210166590925
[]
no_license
JimChisholm/testing
88de2be95d8e0ed94f119b434c5a1b3b88676b37
1b5d7c5894c3be886f0e2e3dd86382b7c1b6f729
refs/heads/master
2021-04-24T02:06:23.894766
2020-03-25T22:03:58
2020-03-25T22:03:58
250,058,184
0
0
null
null
null
null
UTF-8
C++
false
false
3,811
cc
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
[ "jimchisholm@hotmail.com" ]
jimchisholm@hotmail.com
4f8713c3fe8940a3e35347dadadb22e040a17784
01ce8bc9cfe79af46fdde155cecfb6f427fae71c
/Source/Graphics/Interface/Resource.h
4f66d37377738b3e9442958ea0170f6936f78e47
[]
no_license
TypeBPenguin/EastEngine
d0a15e2f4b2ddd0c2dcabb8882c06f5efcf2e480
8ca5bc090b24edb209d998f363626c70c285e5cf
refs/heads/master
2023-02-13T11:08:51.866345
2021-01-05T12:00:58
2021-01-05T12:00:58
110,798,528
1
0
null
null
null
null
UTF-8
C++
false
false
624
h
#pragma once namespace est { namespace graphics { #define GraphicsResource(ClassType) friend std::default_delete<ClassType>; class IResource { GraphicsResource(IResource); protected: IResource() = default; virtual ~IResource() = default; public: virtual const string::StringID& GetResourceType()...
[ "yoha3567@gmail.com" ]
yoha3567@gmail.com
7b180351116f65870dc9750d694959705a099b9b
4f37081ed62e44afa0b2465388a8adf9b5490b13
/media/base/key_system_properties.cc
6f6da9568424f50bf18f1f1a11079e06f40d17a2
[ "BSD-3-Clause" ]
permissive
zowhair/chromium
05b9eed58a680941c3595d52c3c77b620ef2c3ac
d84d5ef83e401ec210fcb14a92803bf339e1ccce
refs/heads/master
2023-03-04T23:15:10.914156
2018-03-15T11:27:44
2018-03-15T11:27:44
125,359,706
1
0
null
2018-03-15T11:50:44
2018-03-15T11:50:43
null
UTF-8
C++
false
false
517
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/base/key_system_properties.h" #include "base/logging.h" #include "media/media_features.h" namespace media { #if defined(OS_ANDROID) Sup...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
bdab3fe84b1f61ee572b450055f674b0f34a1d70
f520fb1d1a66ae8c2837c1d34b2436535596035d
/avr_controlRemoto/src/main.cpp
ccf3bb0de5c3fe32900c2fbf7cc7e7aef2dd6c2c
[]
no_license
danielggc/avrProjec
eccc89ff9aa6fdcb84de7052e4a5ce62f5ca8664
756245c8c83ecdc67cf041eab55a9d1d55cf5a64
refs/heads/master
2023-04-05T00:19:08.210760
2021-01-09T19:55:02
2021-01-09T19:55:02
286,812,545
0
0
null
2020-11-04T17:27:35
2020-08-11T17:55:54
C++
UTF-8
C++
false
false
1,918
cpp
#include <avr/io.h> #ifndef __AVR_ATmega328P__ #define __AVR_ATmega328P__ #endif #include <avr/interrupt.h> #include <util/delay.h> #include <avr/interrupt.h> #include <stdint.h> #include <stdlib.h> #include "nRF24L01/mirf.hpp" #include "library/UART/UART.hpp" #include "library/SPI/spi.hpp" #include "library/pinMode/...
[ "danielgrecia7@gmail.com" ]
danielgrecia7@gmail.com