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
cb02062573ba93e710d45e739306534c72a71e88
8d52c40a3c5acc0a374198566d6b98d071aa1f86
/cppcheck/data/c_files/460.cpp
696c08c0f7a997c5d3c7da5d8184b228d1f21e04
[ "MIT" ]
permissive
awsm-research/LineVul
8f6e6a7ee34c50b2b8d7d4a2d79b680f38c141d6
e739809970189f715aef6a707c1543786e3a9ec8
refs/heads/main
2023-04-29T04:03:06.454615
2023-04-15T06:59:41
2023-04-15T06:59:41
449,643,469
51
23
null
null
null
null
UTF-8
C++
false
false
1,850
cpp
static inline ogg_uint32_t decode_packed_entry_number(codebook *book, oggpack_buffer *b){ ogg_uint32_t chase=0; int read=book->dec_maxlength; long lok = oggpack_look(b,read),i; while(lok<0 && read>1) lok = oggpack_look(b, --read); if(lok<0){ oggpack_adv(b,1); /* force eop */ return -1; } /* chase the tr...
[ "michaelfu1998@gmail.com" ]
michaelfu1998@gmail.com
cd5b9bc6b0f57d4b67bf8e333068b3cd7faabe80
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-codestar-notifications/include/aws/codestar-notifications/model/SubscribeRequest.h
8719a1cd575172f2e196454f224bd14a1b4e3229
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
6,249
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
4dac5a840db6303ee72c34947750dcc60996e9b5
8dc31889551a9eaf567fb8af89a81bd615220c7e
/Atcoder/ABC/165/e.cpp
5e69b63f16591717f0be7462971b893b35800d32
[]
no_license
mijinko17/competitive-programming
c025cd731a227908f93b150c020a01d144b4358a
8743ef7f62aadba66c5c2f46bd199e50ce4160da
refs/heads/master
2020-07-30T07:34:23.255781
2020-05-19T15:46:16
2020-05-19T15:46:16
210,136,713
0
0
null
null
null
null
UTF-8
C++
false
false
556
cpp
#include <bits/stdc++.h> typedef long long lint; using namespace std; lint n, m; int main() { cin >> n >> m; int offset = 0; if (n % 2 != 0) { for (int i = 0; i < m; i++) { cout << i + 1 << ' ' << n - i << endl; } return 0; } else { for (int i = 0; i < m; i+...
[ "kougouseikeidansi@gmail.com" ]
kougouseikeidansi@gmail.com
00c76913aa7cf73ff8cab7c9c8d6061db817af69
191c0e5fdf8c0284e2ee81ee14333ebf84810e32
/hamerly_kmeans.cpp
b13d66a8328cee0bcec51241bfb77f7dee9cbcc7
[]
no_license
philipwhen/fasterkmeans
b92d8e34da365debf290f2db57e3a5d0cef94ece
f5ea009a539c36d1cc6163cfcdc5e571c16e1c28
refs/heads/master
2021-01-19T13:17:55.309572
2017-09-21T03:03:22
2017-09-21T03:03:22
82,394,814
0
0
null
2017-03-05T14:21:44
2017-02-18T15:10:31
C++
UTF-8
C++
false
false
6,296
cpp
/* Authors: Greg Hamerly and Jonathan Drake * Feedback: hamerly@cs.baylor.edu * See: http://cs.baylor.edu/~hamerly/software/kmeans.php * Copyright 2014 */ #include "hamerly_kmeans.h" #include "general_functions.h" #include <cmath> /* Hamerly's algorithm that is a 'simplification' of Elkan's, in that it keeps * t...
[ "wzzh1203@gmail.com" ]
wzzh1203@gmail.com
daad9c1063631ba908ad58b1c417cdb4dfcfb722
1db1283e0c80cfad03826ebfee64cc9233a1d0ac
/ralgo/geom/simplex/triangle2d.h
62d1cbbb37e3d562366cd820de14adff2d00c259
[ "MIT" ]
permissive
mirmik/ralgo
34d5fd78bdf819b6992aad4501a0420148a1ce60
f0bc9328a875b819e08667b461bb143f39ae516c
refs/heads/master
2023-08-21T14:21:33.722994
2023-08-16T19:40:16
2023-08-16T19:40:16
164,855,319
0
0
null
null
null
null
UTF-8
C++
false
false
1,240
h
#ifndef RALGO_GEOM_SIMPLEX_TRIANGLE_32_H #define RALGO_GEOM_SIMPLEX_TRIANGLE_2D_H #include <ralgo/geom/vector2d.h> #include <ralgo/linalg/linalg.h> namespace ralgo { namespace geom { namespace simplex { template <class T> class triangle2d { point2d<T> _a...
[ "mirmikns@yandex.ru" ]
mirmikns@yandex.ru
f95a1736be1ce0ccc75b8d64b6ff6ffa4f8d8ec5
ec55fdcd6422a9be12cf5167d53beed9d84c2961
/归并排序(递归版).cpp
010eed784ba9edab2e23481dab11ea984e331927
[]
no_license
hml-sason/sason
a11185e579c391e3b958063c826f4ef2338727af
8df84380c03c52b2b396c76327fbb7a8288b4d82
refs/heads/master
2020-12-31T22:59:46.649715
2020-08-14T14:12:40
2020-08-14T14:12:40
239,065,456
1
0
null
2020-03-19T02:42:21
2020-02-08T03:52:52
C++
UTF-8
C++
false
false
1,125
cpp
#include<iostream> #include<iomanip> #include<cmath> #include<cstdio> #include<float.h> #include<cstdlib> #include<ctime> #include<cstring> #include<ctype.h> #include<algorithm> #include<fstream> #include<string> #include<vector> #include<stack> #include<queue> using namespace std; int a[10] = { 31,11,4...
[ "noreply@github.com" ]
noreply@github.com
5dead991d470156444543607e5564c049847721b
055f943f2cba917ff71f5db9f2b2b9e963ddb8f4
/company/Manager_Dev/include/ThreadPool/WorkerThread.h
a159a2b5c638b3322d28e551fd474003c4f5286e
[]
no_license
zj23564/GitProject
1c64daf39214d45b5516e48e104b015f5152bd38
b6e272d47fc68e02db5f696595d8d8c9fdb2e2d2
refs/heads/master
2021-01-18T14:02:54.088766
2013-01-30T08:11:28
2013-01-30T08:11:28
7,910,189
0
1
null
null
null
null
UTF-8
C++
false
false
995
h
#ifndef _WORKERTHREAD_H_ #define _WORKERTHREAD_H_ #include "Thread.h" #include "ThreadPool.h" #include "Job.h" //#include "../sync/sync.h" /************************************************************** *For class CThread is an abstract class,it can't be instantiated *class CWorkerThread is the actual thread that ru...
[ "zj23564@gmail.com" ]
zj23564@gmail.com
b768065b5c4da81a37398a552cea27b63c3243de
d3c75f4264bdbd7fa8bef300ff5f572a2cc69b50
/Paste.cpp
d9cf2b144a9988cfd00188b88c2034aebbd87f2f
[]
no_license
GeorgeEskandar/FlowChart
3e076c8f48095c3b65fa61ba994d3d8d151da7e5
c012d50e6fde87a65bdec91df61dea1fb51c30e6
refs/heads/master
2020-04-28T13:18:22.916538
2019-03-15T15:29:30
2019-03-15T15:29:30
175,303,252
0
0
null
null
null
null
UTF-8
C++
false
false
5,012
cpp
#include "Paste.h" #include "ApplicationManager.h" #include "GUI\Input.h" #include "GUI\Output.h" #include "Select.h" #include "Statements\Statement.h" #include "Actions\AddSmplAssign.h" #include "AddComplexAssign.h" #include "AddCondition.h" #include "AddWrite.h" #include "AddStart.h" #include "AddEnd.h" #...
[ "noreply@github.com" ]
noreply@github.com
369881f641f1f0e014b84abeebc7afa75971f1eb
7ce35b45b636a466a904ac0304fed5fc77dec7d0
/CGlassTD/CGlassTD/BillboardSprite.cpp
ae03dcdeadd3b988d4a92673b04f7f1115297cd1
[]
no_license
kidsang/GlassTD2
d29e337e66f126250ff03ce58c0bebd94ba5e067
2fd1163c34ff9afbb8d3e954b61316ffe6170ee9
refs/heads/master
2021-01-15T10:19:15.208419
2012-07-03T07:54:27
2012-07-03T07:54:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,014
cpp
#include "BillboardSprite.h" #include "SceneManagerContainer.h" BillboardSprite::BillboardSprite(SceneNode* node, BillboardSet* bs, int row, int col, int unitWidth, int unitHeight) : mNode(node), mBillboards(bs), mRow(row), mCol(col), mUnitWidth(unitWidth), mUnitHeight(unitHeight), mIsFinished(false) { mWidth = ro...
[ "963262214@qq.com" ]
963262214@qq.com
d731051666761d7a2637b485eb9656cf2bdda92f
24221ab2cbbc5605e7c2648633fb009d3901ccd1
/src/libdrt/search/commandref.cpp
794128357ddc5fb312520b1b05d067dad7378c7b
[ "MIT" ]
permissive
leecbaker/datareftool
843565a18283bfefbb26954bd74fa7d62e2c818a
a2b238838a130b8d0df1908c72300b22fb837323
refs/heads/master
2022-11-15T20:00:30.812405
2022-10-24T05:24:57
2022-10-24T05:24:57
29,484,885
143
41
MIT
2022-09-18T20:25:35
2015-01-19T18:23:22
C
UTF-8
C++
false
false
685
cpp
#include "commandref.h" #include "allrefs.h" int CommandRefRecord::cr_callback(XPLMCommandRef /*inCommand*/, XPLMCommandPhase phase, void * inRefcon) { CommandRefRecord * record = reinterpret_cast<CommandRefRecord *>(inRefcon); std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); ...
[ "lee@leecbaker.com" ]
lee@leecbaker.com
282b3e776acb9cd813f7723b5fc56a459cf8d5e0
fbbe424559f64e9a94116a07eaaa555a01b0a7bb
/Tensorflow_Pandas_Numpy/source3.6/tensorflow/include/tensorflow/core/util/guarded_philox_random.h
5b94a76777b25e0aea29ae0898e1a5e8d7fab80e
[ "MIT" ]
permissive
ryfeus/lambda-packs
6544adb4dec19b8e71d75c24d8ed789b785b0369
cabf6e4f1970dc14302f87414f170de19944bac2
refs/heads/master
2022-12-07T16:18:52.475504
2022-11-29T13:35:35
2022-11-29T13:35:35
71,386,735
1,283
263
MIT
2022-11-26T05:02:14
2016-10-19T18:22:39
Python
UTF-8
C++
false
false
2,802
h
/* Copyright 2015 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...
[ "ryfeus@gmail.com" ]
ryfeus@gmail.com
f8b138c7d86dc28b211cae90be9b23ff5ec30b9a
522eb32044bd2dd01aea5e89e428da43ae901988
/cbtest.cpp
59ff1005517d08512e79a46e7920dcbed3ee0cd5
[]
no_license
vikas0799/DSA-using-CPP
fb9328f248bff6b260fc22a11c7a6a2d1ee72cbe
a80585ca0725ff0e4325b1b3b90d8273521dd666
refs/heads/master
2023-07-10T09:18:19.928850
2021-08-18T23:14:22
2021-08-18T23:14:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
341
cpp
#include<bits/stdc++.h> using namespace std; int main() { int n;cin>>n; int i,j,k=1; for(i=1;i<=n;i++) { for(j=1;j<2*n;j++) { if(i<=j||j>=2*n-i) { if(j<=n) { if(i<=j) cout<<j<<" "; } if(j>n) { if(j>2*n-i) cout<<"chutiya"<<" "; } cout<<endl; } } ...
[ "vikaspatel07071999@gmail.com" ]
vikaspatel07071999@gmail.com
0883e4bfcfc88f580ec6f3ec8e737812aec292fd
f7e865a3186bb7fe8ec96a417506391d0265d5b5
/structure.cpp
f68d443a8019ab6ba8373756005ca4a538d80233
[]
no_license
acadien/BasinPave
d2d1b690efb755af66367e7d4a35fb60e3b10518
51498e2dcd05f0eb3f6dcef19c68215df2a94e67
refs/heads/master
2020-05-09T20:33:25.002545
2012-11-18T21:39:42
2012-11-18T21:39:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,780
cpp
#include "math.h" #include "structure.h" #include "state.h" #include "constants.h" #include "localMin.h" #include "random.h" using namespace std; using namespace Struc; //Distance between 2 points float dist(float *a, float* b){ strucx=a[0]-b[0]; strucy=a[1]-b[1]; strucz=a[2]-b[2]; return sqrt(strucx*strucx +...
[ "adamcadien@gmail.com" ]
adamcadien@gmail.com
2cbcd15033e54c177d93102a5c12b854d003cce2
7712e63123fdcaf0396f6c2d6ad6cd6b198f9aa3
/Learn34-Win32_粒子系统(SSBO)/Timer.h
424067e985338076c4637112d3424700774f4e46
[]
no_license
YzlCoder/LearnOpengl
c151aeed63b0b949c87a32d490f8979ebe025a86
f128f71728952668cb1a14de1d6b3bcc4536c1c9
refs/heads/master
2021-08-23T05:05:44.698503
2017-12-03T14:13:07
2017-12-03T14:13:07
107,639,295
1
0
null
null
null
null
UTF-8
C++
false
false
263
h
#pragma once #include <Windows.h> class Timer { public: HANDLE mCurrentThread; LARGE_INTEGER mStart; LARGE_INTEGER mEnd; LARGE_INTEGER mCPUFrequency; DWORD_PTR mProcessAffinityMask; Timer(); void Start(); int GetPssedTicks(); float GetPassTime(); };
[ "1196645376@qq.com" ]
1196645376@qq.com
0b47025beb5c398ee32c263da91b08c7e6bd5551
6204e206bd811baaedfa5d87a48dad7058b1543f
/class_Matrix.cpp
501377480d7ce8858d3e172b0eafea4ea8d1eb0c
[]
no_license
anmolkaur18/C-Programs
c277c0dd4d37be4a550a75d40855a18f2626569a
a12f66c4ec4e8d4396502e2d43bc6e6f97e31a1f
refs/heads/master
2022-04-11T11:34:02.043793
2020-03-28T17:08:21
2020-03-28T17:08:21
216,167,737
0
0
null
null
null
null
UTF-8
C++
false
false
1,903
cpp
#include<iostream> using namespace std; class Matrix{ int r1,r2; int a[10][10]; int b[10][10]; int c[10][10]; int c1,c2; public: void values(){ cout<<"sum and differnce operation is valid only when rows of matrix1 = rows of matrix 2 and columns of 1 = columns of 2\n"; cout<<"enter r1 ,c1,r2,c2\n...
[ "noreply@github.com" ]
noreply@github.com
625dfc9966b6581505a1c51e55c6797f8d7ec10e
dd4e67eb95b8a276d66cf607acfad519ed82f251
/EnumClass/EnumClass.hpp
d52c81caa82d62f0a058c9fc7571814b621a8236
[]
no_license
ZSShen/ModernCpp
a95ee3a16eca8f6b122ccb396da3a87041a98ca8
65f7739c84a20aecd4504e0d69ddd5837de3a7ce
refs/heads/master
2021-01-11T04:55:36.318457
2017-01-14T07:52:52
2017-01-14T07:52:52
77,625,055
0
0
null
null
null
null
UTF-8
C++
false
false
843
hpp
#pragma once template <typename T, T Begin = T::Begin, T End = T::End> class Enum { public: Enum() {} ~Enum() {} Enum(const Enum&) = delete; Enum(Enum&&) = delete; Enum& operator=(const Enum&) = delete; Enum& operator=(Enum&&) = delete; class Iterator { public: Iterator(int v...
[ "andy.zsshen@gmail.com" ]
andy.zsshen@gmail.com
55ff007d3b683d515400d57a104482c2a0e297db
d5706e390454571163f9e90d46dd99329c53d696
/catkin_ws/src/kylinbot_core/include/viz/inc/MarkerDetection.h
8adce645f76b12fe344f8e43cd30ee86d108bd95
[]
no_license
jetbang/gnd-ros
1f1ac487e5b3b6b3182c1b9485813c1156cf6b22
a90b85e6332679fee89626e2b32f95c00f359934
refs/heads/master
2021-01-01T15:27:15.241718
2017-07-18T17:44:00
2017-07-18T17:44:00
97,621,031
0
0
null
null
null
null
UTF-8
C++
false
false
1,118
h
/** * Copyright (c) 2016, Jack Mo (mobangjack@foxmail.com). * * 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...
[ "mobangjack@foxmail.com" ]
mobangjack@foxmail.com
73ad2194da6c56b959f5d3425a926b362f9f12ac
3d6836659f270b41267c0cd5c710fcf08fa4a166
/moba_server/netbus/netbus.h
279510a9bf3af8766a22c89b366d0bd551bae8f4
[]
no_license
jinzt/moba_game_server
4b9d33d618f2d5f5820f3b7e3d848f3fc245a6ec
341d3acebe8d907011760358b1594667d4e086d3
refs/heads/master
2021-10-27T12:27:35.469670
2019-04-17T09:34:53
2019-04-17T09:34:53
null
0
0
null
null
null
null
GB18030
C++
false
false
607
h
/* 1: netbus: 提供一个全局的对象, instance(); 2: start_tcp_server: 提供启动tcp_server接口; 3: start_ws_server: 提供启动ws server接口;websocket服务器 4: run接口来开启事件循环; */ #ifndef __NETBUS_H #define __NETBUS_H #include "session.h" class netbus { public: static netbus* instance(); public: void init(); void tcp_listen(int port,const char* ip...
[ "2415933434@qq.com" ]
2415933434@qq.com
0e09aad9462518eb1daae470ae40a48b2f790c5b
41ab6b8bbeb03958c59350ae6da2887a4bf8e144
/third_party/v8/src/builtins/builtins-test-gen.h
5412beb9bdad6890731d2155536162bfcacfcf7b
[ "SunPro", "BSD-3-Clause", "bzip2-1.0.6", "Apache-2.0" ]
permissive
ofrobots/no-bazel
6472b0bb1b3309d8613ee97c6526a3fa46060eab
f7eb147044dc35aac86df8bd9bec2cc55863ce17
refs/heads/master
2020-04-07T14:21:40.305137
2018-12-08T00:53:07
2018-12-08T00:53:07
158,443,929
4
0
Apache-2.0
2018-12-13T01:54:59
2018-11-20T19:56:42
C++
UTF-8
C++
false
false
633
h
// Copyright 2018 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_BUILTINS_BUILTINS_TEST_GEN_H_ #define V8_BUILTINS_BUILTINS_TEST_GEN_H_ #include "torque-generated/builtins-base-from-dsl-gen.h" namespace v...
[ "ofrobots@google.com" ]
ofrobots@google.com
c7ad0c10f51eb94c86f10a073f4caadf2f05fa3b
97bef09236161448fe8713d20030325c5b2364de
/src/api/wayfire/nonstd/safe-list.hpp
2dbfcac46d788e7ebad1cdfe8a4d490142321853
[ "MIT" ]
permissive
paullinuxthemer/wayfire
682a7528c0144c50239d9d239dda89db8d54ad87
b2e244949783e92e97f5197b0e29ae2ca2868b29
refs/heads/master
2021-06-14T06:04:51.479486
2020-04-09T13:34:09
2020-04-09T13:34:09
254,478,460
1
0
MIT
2020-04-09T21:06:34
2020-04-09T21:06:34
null
UTF-8
C++
false
false
6,863
hpp
#ifndef WF_SAFE_LIST_HPP #define WF_SAFE_LIST_HPP #include <list> #include <memory> #include <algorithm> #include <functional> #include <wayland-server.h> #include "reverse.hpp" /* This is a trimmed-down wrapper of std::list<T>. * * It supports safe iteration over all elements in the collection, where any * elem...
[ "ammen99@gmail.com" ]
ammen99@gmail.com
8755db0e9a9925f1258c4c0f42eb184347e4702a
5dd99f7b55867527c9aaab80a017b3463014e520
/clients/gtest/syevd_heevd_gtest.cpp
5361411506006044fc8aa0ba1b7dcacfe9b49562
[ "BSD-2-Clause" ]
permissive
pavahora/rocSOLVER
1f63babea61837ec99ff246564ec82738b9e75e6
0c7f93731501a805beed3edb2f600e9854a590a7
refs/heads/master
2023-08-26T18:15:32.936261
2021-10-27T19:13:06
2021-10-27T19:13:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,929
cpp
/* ************************************************************************ * Copyright (c) 2021 Advanced Micro Devices, Inc. * * ************************************************************************ */ #include "testing_syevd_heevd.hpp" using ::testing::Combine; using ::testing::TestWithParam; using ::testing:...
[ "noreply@github.com" ]
noreply@github.com
8d7251fd6ca8b75792b4f3c6f372058243608b7d
64f0f468cce53891fe536b1e2f5d92b0c7119adf
/Mazes/src/Maze_Dense.cpp
26027d0b51aad0d7219f6182cc3c0bd233cd5a20
[]
no_license
Bryce-Summers/Randomized_Acyclic_Connected_Sub_Graphs
4ac4e0c688e432a33d20d9c320ef6942c6470990
a77d1784338952bf64d9c40c19469e272365c45d
refs/heads/master
2020-12-25T19:04:16.378986
2015-05-14T22:21:28
2015-05-14T22:21:28
33,847,225
0
0
null
null
null
null
UTF-8
C++
false
false
1,338
cpp
#include "../include/Maze_Dense.h" Maze_Dense::Maze_Dense(int size) { this -> size = size; } Maze_Dense::~Maze_Dense() { //dtor } /* This should return the number "nodes" in the maze. */ int Maze_Dense::getNumberOfVertices() { return size; } // Returns the characteristic Edge List containing all possible e...
[ "bwsummer@unix2.andrew.cmu.edu" ]
bwsummer@unix2.andrew.cmu.edu
f0a0e7550f2b855e44712b9807098b36e75a1da2
3188d2b4e8e9869c80819e8a3d99ebace8adfd06
/Practice/Find the Longest Substring Containing Vowels in Even Counts.cpp
331af99f7ec126f25eef07eb3c82c55b6b61c5b7
[]
no_license
Divyalok123/LeetCode_Practice
78ce9ba0deb8719b71111e17ae65422d76d2a306
2ac1dd229e7154e5ddddb0c72b9bfbb9c897d825
refs/heads/master
2023-06-30T08:55:33.369349
2021-08-01T06:17:06
2021-08-01T06:17:06
256,864,709
0
0
null
null
null
null
UTF-8
C++
false
false
998
cpp
/* https://leetcode.com/problems/find-the-longest-substring-containing-vowels-in-even-counts/ */ #include <iostream> #include <vector> #include <unordered_map> using namespace std; static int xx = [](){ios_base::sync_with_stdio(false);cin.tie(0);return 0;}(); class Solution { public: int findTheLongestSubstring(s...
[ "divyjais2001@gmail.com" ]
divyjais2001@gmail.com
60de4421777bf6a9910c572ebd5200d990e7c119
8e479d7986af5ac7ff2bdd00e7277f0c9b4d40ef
/Kernel/disk/IDE/IdeCtrl.cpp
fbd45bbb231c4a36043ce7504211dcc4b753bf79
[]
no_license
zartech22/Brokenos
9fd62692fa4a3129d38c0c3478d1c25ff40707c8
ad90cb4e1166b846a6a7149e01d647f0393e5c14
refs/heads/master
2023-02-04T04:35:41.139026
2020-12-27T13:05:33
2020-12-27T13:05:33
58,419,447
0
0
null
null
null
null
UTF-8
C++
false
false
2,300
cpp
#include <disk/IDE/IdeCtrl.h> #include <video/Screen.h> #include <pci/pci.h> #include <disk/IDE/IdeDrive.h> Vector<IdeCtrl*> *IdeCtrl::IdeList = nullptr; IdeCtrl::IdeCtrl(u8 bus, u8 device, u8 function) : _bus(bus), _device(device), _function(function) { _primaryPorts[0] = 0x1F0; _primaryPorts[1] = 0x3F6...
[ "kevin.plestan@outlook.fr" ]
kevin.plestan@outlook.fr
0fb8bf236637b9cdd5e9c32aa48c50c93b7365a0
e1609af218c77d5ab063ed1518ae95c4b5545699
/oopprogram4Extreame/Plugin_hybrid.h
60ec2641ad3c12a941b1dd7eb81e779df6786c85
[]
no_license
CaptainMax/backup
ec83886cf673143d48ce4926e0e1b1ccee38a0f2
b96ef7b892cbf9d6f4f0844c35b0f9531a082a26
refs/heads/master
2020-03-29T08:18:20.004319
2018-09-21T03:18:39
2018-09-21T03:18:39
149,703,687
0
0
null
null
null
null
UTF-8
C++
false
false
220
h
// headfile ==> child from both Electric and Gas #ifndef PLUGIN_HYBRID_H #define PLUGIN_HYBRID_H #include "Electric_vehicle.h" #include "Gas_vehicle.h" class Plugin_hybrid : public Electric_vehicle : Gas_vehicle{ }
[ "jian.ma2@mavs.uta.edu" ]
jian.ma2@mavs.uta.edu
d3183e075b3f62c79c18369c4a8abd91e8e6c5bb
be9917c9cf688edcd2adddf3107c3cdcc5b8cd1c
/CPP/agents.h
4a3b039fdf87de1157a1cb1a2ea1d0c242fbbf75
[]
no_license
An-Cockrell/IIRABM_MRM_GA
350545ae04274cad3264c30c4a7f9776528c0f33
5f7a808e1aba2b31e2305a2d64a5e03bcf896d7c
refs/heads/master
2022-09-17T04:37:28.382416
2022-09-08T19:06:08
2022-09-08T19:06:08
209,343,818
0
0
null
null
null
null
UTF-8
C++
false
false
4,548
h
#ifndef AGENTS_H #define AGENTS_H #include<vector> #include <stdlib.h> #include <iostream> using namespace std; struct EC{ public: int xLoc; int yLoc; int id; bool alive; float oxy; int ec_activation; int ec_roll; //rolling int ec_stick; //sticking int ec_migrate; //migration float cyt...
[ "robert.cockrell@med.uvm.edu" ]
robert.cockrell@med.uvm.edu
88607795a77a9ed15395a34d51c499f4b94d0b6e
a62342d6359a88b0aee911e549a4973fa38de9ea
/0.6.0.3/External/SDK/ST_Quest_ItemsToPickFrom_functions.cpp
71b912eaf3aef0a013f0e72c2d0fd2def18ad4e6
[]
no_license
zanzo420/Medieval-Dynasty-SDK
d020ad634328ee8ee612ba4bd7e36b36dab740ce
d720e49ae1505e087790b2743506921afb28fc18
refs/heads/main
2023-06-20T03:00:17.986041
2021-07-15T04:51:34
2021-07-15T04:51:34
386,165,085
0
0
null
null
null
null
UTF-8
C++
false
false
506
cpp
// Name: Medieval Dynasty, Version: 0.6.0.3 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //---------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
c6020a4265e3cdbee527b21f8241f9505d3fbdee
347718e3822e250855d0e64cb5757d216d6bdaa9
/ch11/11-2/q1_1.cpp
0e07a844c61783104204feb4085c2a86740f5fe3
[]
no_license
yoowonsuk/cpp
5fc47711e1babcf881064185f5d70e0dde24bc0d
17ac29accbbbc5d6346ca47b8e4f2f2123ce50ec
refs/heads/master
2020-06-23T05:15:57.423755
2019-08-14T01:57:58
2019-08-14T01:57:58
198,526,354
0
0
null
null
null
null
UTF-8
C++
false
false
1,597
cpp
// BoundCheckPointPtrArray overloading #include <iostream> #include <cstdlib> using namespace std; class Point { private: int xpos, ypos; public: Point(int x=0, int y=0) : xpos(x), ypos(y) { } friend ostream& operator<<(ostream& os, const Point& pos); }; ostream& operator<<(ostream& os, const Point& pos) { os<<...
[ "sam2yuk@naver.com" ]
sam2yuk@naver.com
e7c84b803e93355607b34967013066ae8dd5dfd2
79a66affc9fa8bc6dee087d96f079e1c24d15067
/linux/my_application.cc
796af3aa862d0e2040470ff0303fcde838a8ff46
[]
no_license
fear404-png/synt
48d40aa3a5e77d53e0a0c96115dda9ad110d8c3d
c2d568a45a11726cffbfb37ca13b8c24d20350de
refs/heads/main
2023-07-08T03:03:17.602018
2021-08-09T01:09:39
2021-08-09T01:09:39
384,312,612
1
0
null
null
null
null
UTF-8
C++
false
false
3,706
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...
[ "fking.dmitry@gmail.com" ]
fking.dmitry@gmail.com
33397c5a4eb278c517d1a0b00f61512225bb7f4b
63a27c3b09cec84533cd4300be96eb625bbd566f
/knapsack/Code/Actor.h
2a5796d49fc64e277df10427dcfee990c1f6831a
[ "Apache-2.0" ]
permissive
derekmpeterson/knapsack
0db751d1378df3c3041d323540ddbc55da55356f
bc96ba50e4a44c8649f9f52376991e3f05b4968e
refs/heads/master
2020-05-18T11:19:49.043797
2015-07-21T05:22:03
2015-07-21T05:22:03
39,353,326
0
0
null
null
null
null
UTF-8
C++
false
false
1,557
h
// // Actor.h // knapsack // // Created by Derek Peterson on 5/7/15. // Copyright (c) 2015 Derek Peterson. All rights reserved. // #ifndef __knapsack__Actor__ #define __knapsack__Actor__ #include <stdio.h> #include "SDL2/SDL.h" #include "SDL2_Image/SDL_Image.h" #include "ext/Vector2d.cpp" #include <vector> #inclu...
[ "derek@derekp.com" ]
derek@derekp.com
3982de166bf068b012731b7814ab3f821d5fbbda
234b36576d6efc4a83dec64130e95f6e4cf5db29
/workspace/catkin_ws/devel/include/rll_msgs/JobStatus.h
1e81d96c1fb22b6db1130b25d4b66d82a1eb704a
[]
no_license
anupamkaul/robotarm_pnp_maze
c812a821c0cb72ee299211501ba06c01d373f03d
f203118714c7c32b750d1ac14c5e4e8776d9a820
refs/heads/master
2020-07-01T08:02:24.327673
2019-08-29T00:32:44
2019-08-29T00:32:44
201,099,922
0
0
null
null
null
null
UTF-8
C++
false
false
5,598
h
// Generated by gencpp from file rll_msgs/JobStatus.msg // DO NOT EDIT! #ifndef RLL_MSGS_MESSAGE_JOBSTATUS_H #define RLL_MSGS_MESSAGE_JOBSTATUS_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/message_op...
[ "anupam.kaul@yahoo.com" ]
anupam.kaul@yahoo.com
9a3d745cde6943416f620a30a6957775db48b480
c849fa997c2a41d27af1d7aa21e3f0c7d7b4523b
/Saclay/saclay.cpp
875dbc3788343005f9bd69d83a23a706a33f91dc
[]
no_license
kinuskia/Heavy-Ion-Collision-Analysis
8045ce9969872006f4f59a8d6938409658e5adb6
47ae07a9b219d9873975b30c89ac6da18652e526
refs/heads/master
2021-06-25T00:33:16.942994
2020-11-01T15:04:10
2020-11-01T15:04:10
154,057,951
1
0
null
null
null
null
UTF-8
C++
false
false
4,479
cpp
#include <iostream> #include <vector> //#include <gsl/gsl_vector.h> #include "model.hpp" #include "../auxiliary/fbdecomposition.hpp" // load after (!) model.hpp #include "../auxiliary/to_file.hpp" #include "../auxiliary/to_size_t.hpp" #include <ctime> /* Idea: In the file "model.hpp" one specifies the position space...
[ "kianusch@web.de" ]
kianusch@web.de
e7c986747d79c7e218d65795efa33b6c431c421e
0577a46d8d28e1fd8636893bbdd2b18270bb8eb8
/update_notifier/thirdparty/wxWidgets/src/common/ftp.cpp
bb90ebaea3ef30b431f40a72269a51777891cd61
[ "BSD-3-Clause" ]
permissive
ric2b/Vivaldi-browser
388a328b4cb838a4c3822357a5529642f86316a5
87244f4ee50062e59667bf8b9ca4d5291b6818d7
refs/heads/master
2022-12-21T04:44:13.804535
2022-12-17T16:30:35
2022-12-17T16:30:35
86,637,416
166
41
BSD-3-Clause
2021-03-31T18:49:30
2017-03-29T23:09:05
null
UTF-8
C++
false
false
29,127
cpp
///////////////////////////////////////////////////////////////////////////// // Name: src/common/ftp.cpp // Purpose: FTP protocol // Author: Guilhem Lavaux // Modified by: Mark Johnson, wxWindows@mj10777.de // 20000917 : RmDir, GetLastResult, GetList // Vadim Zeitlin (numerous...
[ "mathieu.caroff@free.fr" ]
mathieu.caroff@free.fr
34c24756645ee4b39527dde248fb69aa61c0e009
c894cd35c59ac6166f2fea40e18e6aa65333ce2e
/MysqlSP/MysqlSP/main.cpp
d330b09559df4f86b06253f29009f8999c524eb2
[]
no_license
skdn159/GameServerLearning
49ac9fb9db87ee926a61a3972aabb16873c8b8c3
e01dd1ad3c14337664eaca6d6aa391ac5e91211c
refs/heads/master
2020-04-06T07:02:41.021719
2016-09-07T02:01:41
2016-09-07T02:01:41
61,171,206
0
0
null
null
null
null
UHC
C++
false
false
2,454
cpp
#pragma once #include "MainForm.h" // #include "Windows.h" // #include "iostream" // using namespace std; // // #include "sql.h" // #include "sqlext.h" // #include <tchar.h> // #include <sqltypes.h> // // int _tmain(int argc, _TCHAR* argv[]) { // // int ret; // SQLHENV hEnv; // SQLHDBC hDbc; // SQLHSTMT hStmt...
[ "skdn159@naver.com" ]
skdn159@naver.com
d35561616ce977bc3967a6363d4cf470fb9f2fc0
7bcc51362468098bbb9ddd241230e02cdbeea6e4
/engine/src/C4GameSave.cpp
67775aa4ecd4291f95d15ba01c81ed74c93101d3
[ "ISC" ]
permissive
Marko10-000/clonk-rage
af4ac62b7227c00874ecd49431a29a984a417fbb
230e715f2abe65966d5e5467cb18382062d1dec6
refs/heads/master
2021-01-18T07:29:38.108084
2015-09-07T01:34:56
2015-09-07T01:34:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,763
cpp
/* by Sven2, 2004 */ // game saving functionality #include <C4Include.h> #include <C4GameSave.h> #include <C4Version.h> #ifndef BIG_C4INCLUDE #include <C4Components.h> #include <C4Game.h> #include <C4Console.h> #include <C4Log.h> #include <C4Player.h> #endif // *** C4GameSave main class bool C4GameSave::SaveCreateG...
[ "kanibalclonk@freenet.de" ]
kanibalclonk@freenet.de
d5c19adab23019150641791c2c245e8077a86e87
0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd
/ui/chromeos/search_box/search_box_view_base.h
f5c46590dfe384463c38b0eedf2b8a6f2cf020cc
[ "BSD-3-Clause" ]
permissive
yachtcaptain23/browser-android-tabs
e5144cee9141890590d6d6faeb1bdc5d58a6cbf1
a016aade8f8333c822d00d62738a922671a52b85
refs/heads/master
2021-04-28T17:07:06.955483
2018-09-26T06:22:11
2018-09-26T06:22:11
122,005,560
0
0
NOASSERTION
2019-05-17T19:37:59
2018-02-19T01:00:10
null
UTF-8
C++
false
false
7,857
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 UI_CHOMEOS_SEARCH_BOX_SEARCH_BOX_VIEW_BASE_H_ #define UI_CHOMEOS_SEARCH_BOX_SEARCH_BOX_VIEW_BASE_H_ #include <vector> #include "base/macros....
[ "artem@brave.com" ]
artem@brave.com
fece2a411b5396df168071d48eca33aed5dac58d
6fa810261806889b7bf04414fcec2b21b68c6453
/matth_test/Window.cpp
c4092ba80ef41c92b7357a1d5234fbebc7f33296
[]
no_license
mvancompernolle/MatthLib
5d0f86643a4e5e8c839df48c807b0091f9c848e4
d757d1c7149927bf88a9664194ed7c1d132e7363
refs/heads/master
2021-01-10T06:53:05.906495
2016-03-28T02:31:08
2016-03-28T02:31:08
49,996,091
0
0
null
null
null
null
UTF-8
C++
false
false
454
cpp
#include "Window.h" #include "sfwdraw.h" bool Window::initialize( unsigned width, unsigned height, const char* title ) { if ( initialized ) return true; this->width = width; this->height = height; initialized = sfw::initContext( width, height, title ); return initialized; } bool Window::update() { INIT_ASSERT( W...
[ "mvancomp@nevada.unr.edu" ]
mvancomp@nevada.unr.edu
080593cf35076742a10906ebf2bed0c317d1d550
fc2ffcfbe2e06fa408cd9c806da7c9332e9fef36
/gui/dict/dictionarydialog.cpp
49b22283cc1ad2db4b947f1d4d5dab438dd404cd
[ "MIT" ]
permissive
matoom/frostbite
01b3a60b0405ffd1884d859d2f7f1f454affaff8
57fe74b493615ecac08527c2e922008714e3da8d
refs/heads/master
2023-02-08T19:52:01.410524
2023-02-05T19:40:33
2023-02-05T19:40:33
4,841,550
27
20
null
2023-02-05T20:34:28
2012-06-30T10:00:54
C++
UTF-8
C++
false
false
5,622
cpp
#include "dictionarydialog.h" #include <QPushButton> #include <QGridLayout> #include <QLineEdit> #include <QLabel> #include <QGroupBox> #include <QVBoxLayout> #include <QRadioButton> #include <algorithm> #include "mainwindow.h" #include "dictionaryservice.h" #include "dictionarysettings.h" namespace { struct FindMo...
[ "fourier@protonmail.ch" ]
fourier@protonmail.ch
6d3c3cea5a088e9066beb62ba14824dcfda89a47
065c193fa4ee0b7e54abed5b8cc3748a92d0b298
/src/include/lem/solarix/action_steps.h
f25248706aea95de8fe3907133495fbed1262aa3
[ "MIT" ]
permissive
olegtarasov/GrammarEngine
f3bb08101fdd55016553e454d4e11e20a226fc2a
5de66a442e371268fce3dbaa57d518c9b9cb28a2
refs/heads/oleg_tarasov
2023-07-18T00:54:34.336097
2021-08-25T09:34:34
2021-08-25T09:34:34
116,387,386
0
0
MIT
2019-04-14T09:55:05
2018-01-05T13:22:39
C++
UTF-8
C++
false
false
9,491
h
#ifndef ACTION_STEPS__H #define ACTION_STEPS__H #pragma once #include <lem/solarix/tree_node.h> namespace Solarix { class AS_Group : public PM_ActionStep { private: CloneCollect<PM_ActionStep> list; public: AS_Group(void); AS_Group( const AS_Group &x ); virtual void operator=...
[ "mentalcomputing@gmail.com" ]
mentalcomputing@gmail.com
0463234373060e294c6b9d68b2fa56d6f856c917
236ab5dddddef525220fdf10b1f15361ecb04f20
/cp04/ex02/TacticalMarine.cpp
5f9608391babd88a0ae75910b9f69e566714652e
[]
no_license
YatchiYa/cppModules
bb6fef53b1d946fee58d4beb77241b1341adcb8e
7bcb920be8be851db8a00e2763ca8f5f1cfaf4e6
refs/heads/master
2021-05-20T01:10:05.768925
2020-10-05T14:11:40
2020-10-05T14:11:40
252,122,078
1
0
null
null
null
null
UTF-8
C++
false
false
889
cpp
#include "TacticalMarine.hpp" TacticalMarine::TacticalMarine() { std::cout << "Tactical Marine ready for battle" << std::endl; } TacticalMarine::TacticalMarine(TacticalMarine const &other) { (void)other; std::cout << "Tactical Marine ready for battle" << std::endl; } TacticalMarine::~TacticalMarine() { std::cou...
[ "ii12562@etu.parisdescartes.fr" ]
ii12562@etu.parisdescartes.fr
cf3bae0f0f71f0421c93ef4f10aaf9abc1830f5e
c2747e220e4dd523ee82cec3b6252bfe0a00b1f4
/gr_common/mbed-gr-libs/components/esp32-driver/ESP32Stack.h
0bc29a0267872fd7b8de1e342c5b24805df9fe4b
[]
no_license
GadgetRenesas/lychee_mbed_style
cd0a57448b74538d94aa0e8abaee41e42e517b65
10a00e14aba7269ff05fcca4bd7d5a1d76bd797e
refs/heads/master
2021-05-02T14:32:31.214560
2018-02-08T06:51:30
2018-02-08T06:51:30
120,721,216
0
0
null
null
null
null
UTF-8
C++
false
false
6,090
h
/* ESP32 implementation of NetworkInterfaceAPI * Copyright (c) 2015 ARM Limited * Copyright (c) 2017 Renesas Electronics Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
[ "yuuki.okamiya.yn@renesas.com" ]
yuuki.okamiya.yn@renesas.com
d8871246b9b92f7cf0ba90108b98d7a209f9a8a4
a754da405bc3d2d2d1d8940d7d277c63bf2b7768
/3party/boost/boost/intrusive/unordered_set_hook.hpp
a7ef2833193009be3ff0129a8330d85cb55c7a2d
[ "BSL-1.0", "Apache-2.0" ]
permissive
icyleaf/omim
3a5a4f07890e6ad0155447ed39563a710178ec35
a1a299eb341603337bf4a22b92518d9575498c97
refs/heads/master
2020-12-28T22:53:52.624975
2015-10-09T16:30:46
2015-10-09T16:30:46
43,995,093
0
0
Apache-2.0
2019-12-12T03:19:59
2015-10-10T05:08:38
C++
UTF-8
C++
false
false
15,855
hpp
///////////////////////////////////////////////////////////////////////////// // // (C) Copyright Olaf Krzikalla 2004-2006. // (C) Copyright Ion Gaztanaga 2006-2013 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/...
[ "alex@maps.me" ]
alex@maps.me
655ed4e7448a16b1bfeb3ffede71a719c37168d7
7e6a584eb9f10e525090e5b7a35e45ac262b209b
/device/fido/fido_constants.h
b3eb41948e1cb8fb101c27d0a2ae7ade57769ff5
[ "BSD-3-Clause" ]
permissive
Jongkeun/chromium
553a37b35403118cf0818debfbe7b8a22de6828c
2ce1e0340fa2c10cda3a4f499e1a13195399d0d2
refs/heads/master
2023-03-08T08:08:40.115222
2018-08-23T14:19:35
2018-08-23T14:19:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,143
h
// Copyright 2018 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 DEVICE_FIDO_FIDO_CONSTANTS_H_ #define DEVICE_FIDO_FIDO_CONSTANTS_H_ #include <stdint.h> #include <array> #include <vector> #include "base/compo...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
abd75bf4e7f4675105d002e35e66b143bf1b3ff0
4718b9b11110db8eb23980c6d12940bd5b754f34
/bench/ml2cpp-demo/DecisionTreeClassifier/BinaryClass_100/ml2cpp-demo_DecisionTreeClassifier_BinaryClass_100.cpp
0fa83aba0e1acfeabb93b0189da06fccebd36a07
[ "BSD-3-Clause" ]
permissive
ssh352/ml2cpp
74d38935256cf9d034d08ede37a7d8bdcfa25540
999eb1e7238b9ee2ee32d47ac4f12e1530a3ba6f
refs/heads/master
2023-01-27T12:07:15.929729
2020-12-07T12:26:54
2020-12-07T12:26:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,282
cpp
// ******************************************************** // This C++ code was automatically generated by ml2cpp (development version). // Copyright 2020 // https://github.com/antoinecarme/ml2cpp // Model : DecisionTreeClassifier // Dataset : BinaryClass_100 // This CPP code can be compiled using any C++-17 compi...
[ "antoine.carme@laposte.net" ]
antoine.carme@laposte.net
278806a669ef3958c9356b0b114a504babfab566
b201ac7910ccc8072254f2594c32b0b37d1b294a
/lib/Core/Memory.h
990c7238099775d0f67e7f5cd894dd2e58f6ff93
[ "NCSA" ]
permissive
Shikhar8990/pChop
3343c2e9e703eeaa84fca5f76700c947c271b363
6a1da72db26c0f6d419c0eed5dbef8810a387701
refs/heads/master
2020-11-26T01:22:53.584230
2020-01-09T04:31:28
2020-01-09T04:31:28
228,920,184
2
0
null
null
null
null
UTF-8
C++
false
false
6,688
h
//===-- Memory.h ------------------------------------------------*- C++ -*-===// // // The KLEE Symbolic Virtual Machine // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------------------...
[ "shikhar_singh@utexas.edu" ]
shikhar_singh@utexas.edu
fc950b95794fc4f0e4b7332f312c7251a755a517
4beef014915beca63ddbc45154f1b95df2f55857
/src/folding_planner_cmake/lib/Eigen/src/SVD/JacobiSVD.h
c57f2974c539210d09760be7d40abee06d805bf8
[ "MIT" ]
permissive
Yinxiaoli/iros2015_folding
86b32a9ec0e269556212211792a3172a31b9cae2
e7bb78a31d8ff2cfa0666037b1bd5cfae337c646
refs/heads/master
2021-01-10T14:41:07.977646
2017-12-17T05:09:41
2017-12-17T05:09:41
44,642,831
19
8
MIT
2017-12-17T05:09:42
2015-10-21T00:28:33
C++
UTF-8
C++
false
false
39,345
h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009-2010 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ...
[ "yinxiaoli713@gmail.com" ]
yinxiaoli713@gmail.com
35b0c13874ef83fab19814ffc96e8e7a477e2a21
7140284b28291629fff6b582534d268dab4092d1
/include/global.h
e4ad04f4c3b8fd86c4deda4773d7abfe6c189e19
[]
no_license
snakepass/catch_data
fa4ffed5b11cff77f5a60d9ab8cc57ad60f01e51
aed51196fbc25240ab9bc35f2bcfa31357b0d5b5
refs/heads/master
2021-01-25T07:28:57.505851
2014-04-28T06:24:12
2014-04-28T06:24:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
621
h
// global.h: #ifndef VS_GLOBAL_H_ #define VS_GLOBAL_H_ #include <map> #include <vector> #include <string> #include <linux/if_packet.h> char *g_interface = 0; char *g_back_interface = 0; // 是否需要送回数据包 char *g_bpf = (char*)(""); char *g_conf = 0; // 配置文件,必须设置 char *g_cpu_profile = 0; int g_datalink_size = 14; in...
[ "vobile@vobile-To-be-filled-by-O-E-M.(none)" ]
vobile@vobile-To-be-filled-by-O-E-M.(none)
7bf023cabb684833fb3b348f47be065447afb920
2af05703330b1349bdf815e9613cb03d5510f215
/cpplesson/reference/src/reference.cpp
8060d9ceb9044a3c36a90ca2736c5b351b66b441
[]
no_license
z10blog/c-plusplus
27270e02bcc3fa5d7f411da7d1108228c9b3f08e
909f2d7e19e67484bfb5da73db3411b29c469b33
refs/heads/master
2021-01-21T06:18:06.250299
2017-03-06T09:54:48
2017-03-06T09:54:48
83,203,201
0
0
null
null
null
null
UTF-8
C++
false
false
758
cpp
#include <iostream> using namespace::std; /* * 引用: 引用即别名,是为对象起了一个另外的名字 * 特点: * 1.定义引用时必须初始化 * 2.一旦定义,将不能重新绑定到另一个对象 * 3.引用智能绑定在对象上,而不能与字面值或某个表达式的计算结果绑定在一起。 * # 引用并非对象,相反的,它只是为一个已经存在的对象所起的另外一个名字。 */ int main(void) { /*int ival = 1024; int &refVal = ival; cout << "ival = " << ival << endl; cout << "refVal ...
[ "freerealmshn@gmail.com" ]
freerealmshn@gmail.com
7d685ae5bfbf59de685ae4ce2d53fe8a36a37b3b
573a66e4f4753cc0f145de8d60340b4dd6206607
/JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/362855/quickfix-1.7.0/quickfix-1.7.0/src/C++/Initiator.cpp
f9cc8dec25d5e443a09760ab0d9958bbb7485258
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mkaouer/Code-Smells-Detection-in-JavaScript
3919ec0d445637a7f7c5f570c724082d42248e1b
7130351703e19347884f95ce6d6ab1fb4f5cfbff
refs/heads/master
2023-03-09T18:04:26.971934
2022-03-23T22:04:28
2022-03-23T22:04:28
73,915,037
8
3
null
2023-02-28T23:00:07
2016-11-16T11:47:44
null
UTF-8
C++
false
false
6,611
cpp
/* ==================================================================== * The QuickFIX Software License, Version 1.0 * * Copyright (c) 2001 ThoughtWorks, Inc. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditio...
[ "mmkaouer@umich.edu" ]
mmkaouer@umich.edu
19d2dee81efa5d07d061f825332ca55a11b61d80
8bbee45512e6bf827f38caa02d5d6643db186798
/lista ERE 4/2.cpp
c5f0f9e26924b7cf224d427691a2a8d6d94a50c5
[]
no_license
ohenriquesilvar/IALG---20-1
1bd35659ed539f12958c4bc21dcda390388b07d1
8dfba0e3a46100f3e3597e93b0918dfe520dc9fd
refs/heads/master
2022-12-25T14:48:00.960710
2020-09-10T13:08:36
2020-09-10T13:08:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
974
cpp
#include <iostream> #include <vector> using namespace std; void shell_sort(vector<int> vetor, vector<int> gaps) { int size = vetor.size(); int pos_gap = gaps.size() - 1; int aux = 0; aux++; while (gaps[pos_gap] > size) { pos_gap--; aux++; } int value; int j; aux++; while (pos_gap >= 0) ...
[ "rabelohenry@gmail.com" ]
rabelohenry@gmail.com
76763a0dc2efbbc11f0e65ffd891ed1d8872e1b8
d2b8b0172ee1c0e0f9dfd9c552fe61c7c3a24aae
/dp/Strategy/Strategy.cpp
4a68bf6aab11ec959125a03b4b7417fbef53273c
[]
no_license
familymrfan/fanfei
b7cc47eedcadd55418ddc8f22c688d62922a81e3
c8fd4e8d35a01bacfae948f11a8671167c919aa1
refs/heads/master
2016-09-06T15:58:12.617690
2015-12-04T05:43:28
2015-12-04T05:43:28
7,419,359
0
0
null
null
null
null
UTF-8
C++
false
false
1,110
cpp
#include <iostream> using namespace std; class FlyBehavior { public: virtual void Fly() = 0; //pure virtual function }; class FlyBehavior0 : public FlyBehavior //can not fly { public: virtual void Fly() override { cout<<"I can not fly."<<endl; } }; class FlyBehavior1 : public FlyBehavior //fly: ^%^ { pub...
[ "familymr.fan@gmail.com" ]
familymr.fan@gmail.com
8515a1f7de8c3ff29fedc0d91ed59f4c92ce6f88
d899c8e5edcb95c614f22c53cbe8cadd452d1462
/codeforces/1284/B.cpp
47de0d2180e2346b8f2919ffeba26c39cf70626a
[]
no_license
calgagi/competitive_programming
b99d321690c811c29d8ef39025549a7fa58d9b00
9986779baaf3486e82391a2b8b2e5bec74f2df11
refs/heads/master
2021-07-05T23:52:14.457183
2020-08-13T06:44:21
2020-08-13T06:44:21
149,514,638
1
1
null
null
null
null
UTF-8
C++
false
false
1,294
cpp
// Calvin Gagliano // @calgagi // Oregon State University // Competitive Programming Template #include <bits/stdc++.h> using namespace std; int MX_i = 1e6 + 10; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); srand(chrono::steady_clock::now().time_since_epoch().count())...
[ "calgagi@gmail.com" ]
calgagi@gmail.com
2481ed2a4d865b55f2ed14595c07c7291013f23c
da49945efb639f996c18c52fdf7e4754e3305f05
/42-Imp-Small-factorials.cpp
4aed2274802e2b888e48859ee0de8a12058c28d6
[]
no_license
AdityaSinghShekhawat/CPP-spoj
ba140a8614f5900ac12f2f85c7010f8515076936
94f00dfd5e4000e75ebda3b2ead630452ff61a85
refs/heads/main
2023-02-23T23:27:28.478865
2021-01-19T12:32:52
2021-01-19T12:32:52
330,576,698
0
0
null
null
null
null
UTF-8
C++
false
false
1,011
cpp
#include <iostream> using namespace std; #define MAX 500 int multiply(int x, int res[], int res_size) { int carry = 0; // Initialize carry // One by one multiply n with individual digits of res[] for (int i = 0; i < res_size; i++) { int prod = res[i] * x + carry; // Store last digit o...
[ "75027191+AdityaSinghShekhawat@users.noreply.github.com" ]
75027191+AdityaSinghShekhawat@users.noreply.github.com
e530f1d9e7ceb37d7c7f6840bef464afd09c5b7e
834475cec2d606cc18e3f31dcdb160d33e032328
/06/DX12Tutorial2_06/Src/Animation.cpp
0b8b5e4af6ec0d1e2869180e65f4522777b2bd0a
[ "MIT" ]
permissive
tn-mai/DX12Tutorial2
803449f55084036928b7ef9827b3ee85b41bb043
340b74901680bb7f77b083401e2fc12638462289
refs/heads/master
2021-01-20T01:13:45.874361
2017-07-27T01:07:49
2017-07-27T01:07:49
89,241,111
1
0
null
null
null
null
SHIFT_JIS
C++
false
false
5,824
cpp
/** * @file Animation.cpp */ #include "Animation.h" #include "Json.h" #include <windows.h> #include <map> #include <vector> #include <string> /** * コンストラクタ. * * @param al 設定するアニメーションリスト. */ AnimationController::AnimationController(const AnimationList& al) : list(al) , seqIndex(0) , cellIndex(0) ...
[ "rabitfiver@gmail.com" ]
rabitfiver@gmail.com
f8b1ac2bf8dc8f4bd4538454c8596d45ad147cd7
3ff1fe3888e34cd3576d91319bf0f08ca955940f
/tione/src/v20211111/model/NotebookDetail.cpp
65ec1a9b738544d05f2b61ee45203281ab09df3c
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp
9f5df8220eaaf72f7eaee07b2ede94f89313651f
42a76b812b81d1b52ec6a217fafc8faa135e06ca
refs/heads/master
2023-08-30T03:22:45.269556
2023-08-30T00:45:39
2023-08-30T00:45:39
188,991,963
55
37
Apache-2.0
2023-08-17T03:13:20
2019-05-28T08:56:08
C++
UTF-8
C++
false
false
42,127
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
4e8527db68acc8dad7323c77bd3cb3fc940d4817
ab231081bfa1aba28afef57c754fea04656496e3
/editor/main.cpp
fb31a62131f265d63ed850a1414be03954d19a5a
[]
no_license
VaysseB/QVariantEditor
75e9c375931619c9e4780d680ac907442f642a79
f2c88b64b4f4fc2524ebfe090d21ff9be9852a48
refs/heads/master
2021-01-18T21:07:57.428416
2015-07-13T19:37:06
2015-07-13T19:37:06
35,686,557
0
0
null
null
null
null
UTF-8
C++
false
false
1,476
cpp
#include "mainwindow.h" #include <QApplication> #include <QDesktopWidget> #include <QIcon> #include <QTranslator> #include <QLibraryInfo> #include "project.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); app.setApplicationName(PROJECT_NAME); app.setApplicationVersion(STR_VERSION); ...
[ "bvayssegm@gmail.com" ]
bvayssegm@gmail.com
4dc79df11ac8ac9cc832657f0a2564e18fe9607c
d160bb839227b14bb25e6b1b70c8dffb8d270274
/MCMS/Main/Processes/ConfParty/ConfPartyLib/SIPTransInviteMrcInd.cpp
ad2092b20b1f0908009a3f49125bb1a042f85a08
[]
no_license
somesh-ballia/mcms
62a58baffee123a2af427b21fa7979beb1e39dd3
41aaa87d5f3b38bc186749861140fef464ddadd4
refs/heads/master
2020-12-02T22:04:46.442309
2017-07-03T06:02:21
2017-07-03T06:02:21
96,075,113
1
0
null
null
null
null
UTF-8
C++
false
false
23,710
cpp
//+========================================================================+ // SIPTransInviteMrcInd.h | // Copyright 2012 Polycom Israel Ltd. | // All Rights Reserved. | //---------------------------------...
[ "somesh.ballia@gmail.com" ]
somesh.ballia@gmail.com
765e8c699eeff191be9f4509632853baf2e38b73
0813e18eb6b6cd5de9898c33788b9ab7e93727c6
/codeforces/572/B.cc
9ae2c166a956ccd44bf410183a740debb64edae8
[ "MIT" ]
permissive
metaflow/contests
a769e97337363743a1ec89c292d27939781491d3
5e9ffcb72c3e7da54b5e0818b1afa59f5778ffa2
refs/heads/master
2021-07-13T00:09:23.470950
2021-06-28T10:54:47
2021-06-28T10:54:47
19,686,394
1
0
null
null
null
null
UTF-8
C++
false
false
1,194
cc
// time: 15:00 #include<bits/stdc++.h> using namespace std; using vi = vector<int>; using ii = pair<int,int>; using vii = vector<ii>; using vvi = vector<vi>; using ll = long long; using llu = unsigned long long; using vb = vector<bool>; using vvb = vector<vb>; using vd = vector<double>; using vvd = vector<vd>; using v...
[ "goncharov.mikhail@gmail.com" ]
goncharov.mikhail@gmail.com
c944d099d989cf3dd90fc93189e7f138ff88c953
dd3fd0211961c51ffcf4a0fc3c9c95b6ee407d50
/Source codes/BCproject.cpp
bc7dc79931fd7d100985e84073776e43c4589c93
[]
no_license
xmedyn00/Object-detection
e28772c0cc81cd12ae9d94255596ba661e3fa98c
c05853c01c3e26c46fc3d2af062e4d04a5592155
refs/heads/main
2023-06-03T04:30:15.809336
2021-06-17T10:21:26
2021-06-17T10:21:26
377,727,878
2
0
null
null
null
null
WINDOWS-1250
C++
false
false
21,670
cpp
#include "BCproject.h" BCproject::BCproject(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); ui.graphicsView->setScene(new QGraphicsScene(this)); ui.graphicsView->scene()->addItem(&pixmap); // scitavi nazvu trid ifstream ifs(classesFile.c_str()); while (getline(ifs, line)) classes.push...
[ "noreply@github.com" ]
noreply@github.com
0a6990277e5038063d7fd1813e3659d5ab57c765
ba181fa3354c6962d7b82b422cb605c0754cedd7
/toolchain/BMGTexTool/ImageWidget.h
0ac68acf126a94e439e4ef9bcb8e2840a347e61c
[ "MIT", "Zlib" ]
permissive
aismann/Bulllord-Engine
f8e2099c668b97083762d2527721e415341a1c5c
4b85f17f29365a56a5c6919b84762f35960ba98c
refs/heads/master
2020-03-28T01:10:34.484708
2018-08-31T22:50:42
2018-08-31T22:50:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,818
h
#ifndef IMAGEWINDOW_H #define IMAGEWINDOW_H #include <QtWidgets/QScrollArea> #include <QtGui/QPaintEvent> #include <QtWidgets/QWidget> #include <QtGui/QDragEnterEvent> #include <QtCore/QList> #include "Image.h" struct ImageArea { int x, y; int forcer; int rx, ry; QImage *image; QString name; QString fileName;...
[ "marilyndafa@163.com" ]
marilyndafa@163.com
d3aaabcbe0946681c447159d6d4ef89e8f752955
f0c402d3858f0643561886797578b1e64655b1b3
/base/inc/ReExecutionUnit.h
1224c603c5ca7272a8adb6ba83f91a8eb16a9ee9
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
Leo-Wang-JL/force-riscv
39ad2a72abd814df4b63879ce9825b6b06a9391a
deee6acaaee092eb90ac2538de122303334e5be3
refs/heads/master
2023-01-28T00:06:58.135651
2020-11-18T02:54:10
2020-11-18T02:54:10
271,873,013
0
0
NOASSERTION
2020-06-28T00:51:26
2020-06-12T19:15:26
C++
UTF-8
C++
false
false
3,107
h
// // Copyright (C) [2020] Futurewei Technologies, Inc. // // FORCE-RISCV is 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 // // THIS SOFTW...
[ "jwang1@futurewei.com" ]
jwang1@futurewei.com
dd3bb7f43aac3d51aced329d7496b871e0d232a0
786a89a4bd31e0a5953094c7880021cc98f78f98
/train/green/CF2017ac.cpp
b6a3edda501faf4ffc7316b812febce45625f4c7
[]
no_license
enjoy82/atcodersyozin
c12eb9cc04e61cedcdc13643b84e8c87c13ff4b1
c8a73577d1d75db2d5c22eab028f942f75f2fba7
refs/heads/master
2022-10-04T04:47:16.835712
2022-09-30T07:15:47
2022-09-30T07:15:47
243,669,940
0
0
null
null
null
null
UTF-8
C++
false
false
1,596
cpp
#include<bits/stdc++.h> typedef long long ll; typedef long double ld; using namespace std; using Pii = pair<int, int>; using Pll = pair<ll, ll>; #define REP(i, l, n) for(int i=(l), i##_len=(n); i<i##_len; ++i) #define ALL(x) (x).begin(),(x).end() #define pb push_back ll gcd(ll a,ll b){return b ? gcd(b,a%b) : a;} ll ...
[ "naoya990506@gmail.com" ]
naoya990506@gmail.com
4f7971e579679387457ca0303c9e73547a58109f
79ec46c617501b1cf879335cc80d28053e3b14d3
/BFRM/bfrmR2011_src/bfrmrawdata.cpp
a50fa039bf04fc30f917aa353452ccec83187e5c
[]
no_license
chuangao/BicMix
4307303e849f31ee1eb047735bffb38f7fbd4cb1
60dfbb8785ca1015f8db7b6dd8774f1c01426d12
refs/heads/master
2021-07-21T11:27:39.177178
2021-07-09T05:11:23
2021-07-09T05:11:23
108,202,906
1
1
null
null
null
null
UTF-8
C++
false
false
12,263
cpp
// bfrmrawdata.cpp: implementation of the BfrmRawData class. //Author: Quanli Wang quanli@stat.duke.edu //Department of Statistical Science, Duke University ////////////////////////////////////////////////////////////////////// #include "tnt.h" using namespace TNT; #include "stdafx.h" #include "bfrmrawdata.h" ...
[ "chuan.gao.cornell@gmail.com" ]
chuan.gao.cornell@gmail.com
5a39fb8a74af7b77e585fdf0e06f8c9d80adde3d
d04827974bbfe5faa46a967af0b7e072ca9e1220
/sgxcdr/dealer/Enclave/crypto.cpp
2780d6e92adfe67cb91937da96b9e5db7b5276ab
[ "Apache-2.0" ]
permissive
krsna1729/c3po
b8640eeba51b10dd9873c15aefd952cfafc469c8
df54425693014cfc0cbe10be897364df00f8523e
refs/heads/master
2022-03-07T02:06:51.784244
2022-02-24T20:37:13
2022-02-24T20:37:13
172,896,481
0
0
Apache-2.0
2022-02-25T02:02:39
2019-02-27T10:42:59
C++
UTF-8
C++
false
false
8,546
cpp
#include "crypto.h" #include <mbedtls/net.h> #include <mbedtls/debug.h> #include "stdlib.h" #include <string.h> #include "ssl_conn_hdlr.h" //<TODO> this must be replaced after KMS integration uint8_t default_aad[] = { 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7 }; uint8_t default_ctr[16] = {0xb2, 0x4b, 0xf2, 0xf7, 0x7a, 0...
[ "sureshx.marikkannu@intel.com" ]
sureshx.marikkannu@intel.com
963801e695a10410a3d1220cd18ed351d5c0a25f
2523d516ce49af7f082685b8a34c7dd8e99a40b1
/Day 20/Binary Search.cpp
fb049889c1ba692733a455968ca47e07fcdfe572
[]
no_license
jtomar24/100-days-of-code
3b3ee0f5421a7dc9b1ceb606b05fffc4feb3c1ac
3f6843507dc635d272aae52ca825ed090cf51f85
refs/heads/main
2023-07-08T12:11:19.332444
2021-08-15T16:26:17
2021-08-15T16:26:17
372,228,583
2
1
null
null
null
null
UTF-8
C++
false
false
209
cpp
class Solution{ public: int binarysearch(int arr[], int n, int k){ int s=0, e=n-1, mid; while(s<=e) { mid=(s+e)/2; if(arr[mid]==k) return mid; else if(k < arr[mid]) e=mid-1; else s=mid+1; } return -1; } };
[ "noreply@github.com" ]
noreply@github.com
ebd09d247f18e617117e4b56dcdaf72f040b75ba
9f9660f318732124b8a5154e6670e1cfc372acc4
/Case_save/Case20/Case/case3/1100/alphat
4b2efbfdec9b43874b9415003aa63fd2fe8348c5
[]
no_license
mamitsu2/aircond5
9a6857f4190caec15823cb3f975cdddb7cfec80b
20a6408fb10c3ba7081923b61e44454a8f09e2be
refs/heads/master
2020-04-10T22:41:47.782141
2019-09-02T03:42:37
2019-09-02T03:42:37
161,329,638
0
0
null
null
null
null
UTF-8
C++
false
false
9,406
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "mitsuaki.makino@tryeting.jp" ]
mitsuaki.makino@tryeting.jp
e48877cfccd1c798e4596fb7d8e7ffc33acf1fd4
38d26a6f0352729d63f8eaab275f9a5bd7450a2e
/8VC Venture Cup 2016 - Elimination Round/A/main.cpp
bb49266bd0d925d352523ac315224495a8be0f69
[]
no_license
Shadek07/codeforces
4a7c5443a9751041d067b84f04fe166f8222bc15
39e5504238467ee55702f1f8ebe22760cf724df5
refs/heads/master
2022-07-15T22:28:51.869195
2016-12-19T10:33:50
2016-12-19T10:33:50
265,459,527
1
0
null
null
null
null
UTF-8
C++
false
false
2,462
cpp
#pragma comment(linker,"/STACK:16777216") #pragma warning ( disable: 4786) #include <bits/stdc++.h> using namespace std; #define max(x,y) ((x)>(y)?(x):(y)) #define min(x,y) ((x)<(y)?(x):(y)) #define forl(i,a,b) for ( i = a; i < b; i++) #define fore(i,a,b) for ( i = a; i <= b; i++) #define forrev(i,a,b) for ( i = a...
[ "shadekcse07@gmail.com" ]
shadekcse07@gmail.com
f954fee22dd1cd6cbf24e1c017a7ddeeab24e598
19d71dcbb85aff2f5de031f65fd0dd412d5fe06e
/include/AST/expression/realtion_expr.h
4c9ed729876e5a78c673299b3aaf0da2a0f7ed1b
[ "MIT" ]
permissive
przestaw/vecc_SimpleLanguage
1daefb546199615e8e521fdc8ab5613be9d209fc
a48bb8c0e53cc5f256c926cdb28cf39b107d66ee
refs/heads/master
2022-10-04T02:21:53.870701
2020-06-04T09:28:52
2020-06-04T09:28:52
246,838,921
0
0
null
null
null
null
UTF-8
C++
false
false
1,490
h
// // Created by przemek on 20.03.2020. // #ifndef VECC_LANG_ADDITIVE_EXPR_H #define VECC_LANG_ADDITIVE_EXPR_H #include <AST/expression/expression.h> #include <AST/general/variable.h> #include <memory> namespace vecc::ast { /** * Class describing Relational Expression */ class RelationExpr : public Express...
[ "przemek.stawczyk@gmail.com" ]
przemek.stawczyk@gmail.com
ce58d36b503a66d89c64f2117cce6df92f1173e4
f9bc0403229a9bfa8e865eb405594b7a0831a20b
/C++/LuoGu1164.cpp
f2a98cda39d2dca9e0e87b5927cec2eb8a0b3146
[]
no_license
firstfan119/first_fan-s-code-on-luogu
06251c519d9be54a972ec7da56a4dd95aa803c08
3e15f939a1db9a949d86f48590508ab59031f15d
refs/heads/master
2020-08-27T05:24:50.576917
2019-10-24T09:15:24
2019-10-24T09:15:24
217,255,672
0
0
null
null
null
null
GB18030
C++
false
false
583
cpp
#include <bits/stdc++.h> using namespace std; int type,lim; int val[110]; int dp[110][10010]; //前i道菜当中恰好花j元的方案数 void input() { scanf("%d%d",&type,&lim); for(int i=1;i<=type;i++) { scanf("%d",&val[i]); } } int main() { input(); for(int i=1;i<=type;i++) { for(int j=1;j<=lim;j++) { if(...
[ "noreply@github.com" ]
noreply@github.com
cddff203d6ad4df0bc286a5a8a50aca693ff05e6
aa701cd580bb209e958897b885b76988671ccc86
/450-Questions-List/Array/problem16.cpp
609e9f6809ae683159398595b13aee78deeb74fa
[]
no_license
rahulMishra05/DSA-Problems
b0b51e720e8e7fd5278fe77376d6e5e390754639
8cbc6cf05b279f9c9b125e7dffb01e9adf359d35
refs/heads/main
2023-08-14T21:47:56.097005
2021-09-30T10:28:32
2021-09-30T10:28:32
361,634,452
0
0
null
null
null
null
UTF-8
C++
false
false
327
cpp
// Question => Count Inversion #include<iostream> using namespace std; int main(){ int n = 4; int arr[] = {8,4,2,1}; long count = 0; for(int i=0; i<n; i++){ for(int j = i+1; i<n; j++){ if(arr[i] > arr[j]){ count++; } } } cout<<count<<...
[ "rahulmishra102000@gmail.com" ]
rahulmishra102000@gmail.com
3455d47f242f2666f2a994e435f469c90c4ee3f7
17230d981c03ec6e2dbd1fe3a9ab57d8d6199daf
/src/PlayingState.cc
ac52acac11f00d8af38340799953118662e268a3
[]
no_license
danielrugutt/pacman-game
7f7938da255d4d590695d4311456982c9cb1bead
91dccd53e078bfd1519f59226389f36d5e85c8d1
refs/heads/master
2023-05-25T04:56:54.954205
2021-06-09T18:40:26
2021-06-09T18:40:26
374,218,996
0
0
null
null
null
null
UTF-8
C++
false
false
10,833
cc
#include "PlayingState.hpp" #include <SFML/Graphics.hpp> #include "Resources.hpp" #include "PacMan.hpp" #include "Directions.hpp" #include "Ghost.hpp" #include "Player.hpp" #include "Engine.hpp" #include <cmath> #include <random> #include <cstdlib> #include <assert.h> #include <iostream> using namespace sf; void P...
[ "drugutt2@illinois.edu" ]
drugutt2@illinois.edu
2121d803a10bd977f8b34ed773c8155788cfaf0a
f3495224144e61c612a0c01449a0dba05fc4c4a3
/usingLib/exampleA/lib/advancelib.cpp
43a5f9c49830bb461407eeaf40e7fab3e31e0567
[]
no_license
dangvanuy/CLibrary
434287cf2dd1d4b4a717ce94a0865e3619a1110c
b26ffea2a7a92dda7c7b66f66b65fa8b85b3bcf4
refs/heads/master
2020-05-17T18:07:15.190055
2014-12-04T02:25:52
2014-12-04T02:25:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
140
cpp
#include <stdio.h> #include "advancelib.h" #include "basiclib.h" void libAdvance_funA() { libBasic_funA(); printf("libBasic_funA\n"); }
[ "dangvanuy.it@gmail.com" ]
dangvanuy.it@gmail.com
73031aa6963d47fcd7442676ad8922001a186a99
b0b31c7b0bfdc82202e032891eb84f24980173db
/EmployeeLibrary/Manager.h
cdf5f7aa64d448b26075baf02b198ad40d1e3553
[]
no_license
samueldmaus/employee-timesheet-project
87fa28d301ca474ba93ae41fb2ad410c419e506a
988c056e37055ce424281e383818c179e2f23053
refs/heads/main
2023-04-05T10:57:56.279689
2021-04-09T23:49:35
2021-04-09T23:49:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
702
h
#ifndef MANAGER_H #define MANAGER_H #include "Department.h" #include "Employee.h" class Manager : public Employee { public: Manager(unsigned int id, std::string name, std::string email, std::string password); Manager& operator=(Manager&& rhs) noexcept; Manager(Manager&& src) noexcept; std::shared_ptr<Depar...
[ "samueldmaus@gmail.com" ]
samueldmaus@gmail.com
1f8d249fffbe69767551f063884237416972ed58
771559e4fb2c36d3eb272cad1d79236a8c47c891
/primer/3.36.cpp
f78c2f31d94033c94a898a5f6930a4660164333a
[]
no_license
shanewa/coding
9ce4ce90969cc92131c552c5d6e0a79eb993f83d
7021b8f0e3c43dc687e01aeac488ee877b2f1f54
refs/heads/main
2023-03-27T04:50:00.935091
2021-03-24T14:30:18
2021-03-24T14:30:18
350,664,617
0
0
null
null
null
null
UTF-8
C++
false
false
282
cpp
#include <iostream> #include <vector> using namespace std; int main() { vector<int> test1 = {1, 2, 3, 4}; vector<int> test2 = {1, 2, 3, 4}; if (test1 == test2) { cout << "=" << endl; } else { cout << "!=" << endl; } return 0; }
[ "shane.wang@nokia-sbell.com" ]
shane.wang@nokia-sbell.com
5154e826c421a49bc46eacca3caf10a69f3b0ab9
37eeaf9713eeaa9b345c8d0f35dfcee45bf4a4dc
/libcaf_core/src/sync_request_bouncer.cpp
6cb47825d405865371e3c8f85700a56b61842469
[ "BSL-1.0" ]
permissive
Boubou818/actor-framework
377a18fccbb83cfb317d39e5842d4a33a5190ce3
da90ef78b26da5d225f039072e616da415c48494
refs/heads/master
2020-04-27T07:46:42.948823
2019-03-05T19:17:33
2019-03-05T19:17:33
174,147,348
1
0
NOASSERTION
2019-03-06T13:08:56
2019-03-06T13:08:55
null
UTF-8
C++
false
false
2,331
cpp
/****************************************************************************** * ____ _ _____ * * / ___| / \ | ___| C++ * * | | / _ \ | |_ Actor * ...
[ "dominik.charousset@haw-hamburg.de" ]
dominik.charousset@haw-hamburg.de
94a2b3d7c087cdf393e4b7892fd86696bd392ee6
7353a670a04d55068dc9eb4436d06f834e145efe
/libs/future/hpp/future_.hpp
4d0f6224eca03c3cb4d931a63bf864badc92c7e0
[]
no_license
shinobu-x/cpp
a53b25d6c81dbafad59bb9b288f630153ccb0021
0969ba4d3214555617743ddff30847770fd11e96
refs/heads/master
2021-01-22T06:28:29.011183
2018-09-15T10:42:06
2018-09-15T10:42:06
92,556,004
1
0
null
null
null
null
UTF-8
C++
false
false
93
hpp
#ifndef FUTURE_HPP_ #define FUTURE_HPP_ #include "../impl/future_.ipp" #endif // FUTURE_HPP_
[ "shinobu@redhat.com" ]
shinobu@redhat.com
a5a903d9fdbb4c3c80def762412adf818995b432
4c1d515719425db127ba5285b5be4f03af10d5a1
/UVa-Judge/UVa_00624.cpp
06d5ffdb1317dd4411c2369b250ae5545f0f78f6
[]
no_license
matheusmtta/Competitive-Programming
26e51741332aed223b9231da33749940f5a1b977
e254b80090cc75bc213aad0a7957875842e90f1a
refs/heads/master
2023-04-28T18:08:51.417470
2023-04-24T21:09:00
2023-04-24T21:09:00
223,605,672
7
0
null
null
null
null
UTF-8
C++
false
false
1,361
cpp
#include <bits/stdc++.h> using namespace std; #define MOD 1000000007 #define INF (int)0x3f3f3f3f #define LINF (long long)0x3f3f3f3f3f3f3f3fll #define MP make_pair #define PB push_back typedef long int int32; typedef unsigned long int uint32; typedef long long int int64; typedef unsigned long long int uint64; const...
[ "matheusaquino199@gmail.com" ]
matheusaquino199@gmail.com
309761ebaee5cd6465eafbc1dd1a3595d6912429
d18527a3a328c8b412cc62a62c6e520f0efd34b7
/utility/yaml_importer/src/yaml-cpp/noncopyable.h
05f0e544491a2ab00514dd22b4d483f95016be41
[]
no_license
hinike/ds_cinder
113934aad679ccfdcf09bc6269e4f68f2d6bb33d
1fbbc87ca8a49fd5c83b3e300b1ab4ae0953ed6e
refs/heads/master
2020-03-19T16:14:25.129849
2018-01-03T06:08:42
2018-01-03T06:11:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
640
h
#ifndef NONCOPYABLE_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #define NONCOPYABLE_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 #pragma once #endif #include "yaml-cpp/dll.h...
[ "gordon.nickel@downstream.com" ]
gordon.nickel@downstream.com
0c4095978c7f1450a722a38481bd39f8a095ae87
f0b80d4b8453282dab4dac2187b44284f8295af7
/yandex/2014/r2/a.cpp
2bbf147df39bdab6cb5c653d99c3267d62306103
[]
no_license
caiwaifung/algo
c63a5d2ab4c5de78e791482badfc4873d5cb0018
07e5b2ab62d11061d582c76edafdd649861b940b
refs/heads/master
2021-01-23T11:48:37.805450
2018-06-02T20:24:42
2018-06-02T20:24:42
35,368,287
3
1
null
null
null
null
UTF-8
C++
false
false
1,148
cpp
#include <cstdlib> #include <cstring> #include <cstdio> #include <cmath> #include <algorithm> #include <iostream> #include <vector> #include <string> #include <map> #include <set> using namespace std; #define forint(i, a, b) for(int i=int(a); i<=int(b); ++i) #define forintdown(i, a, b) for(int i=int(a); i>=int(b); --i...
[ "gdfqw93@163.com" ]
gdfqw93@163.com
534dbd95b899fcaddf348c9eb17f70fa12dbadcc
519bd681952ad8d74da425221df9ff059932133b
/Cpp/551_StudentAttendanceRecordI.cpp
d64b3e73788dfb9b27dbeb6f761c8e63bce9913f
[]
no_license
Icay12/LeetCode
d4efe859a259a52e60f335c064632681afc4c22a
c4e872e1ce2624e5fd8dd3b923a96311fc596986
refs/heads/master
2021-01-10T22:43:06.455090
2018-09-19T05:48:13
2018-09-19T05:48:13
70,383,956
0
0
null
null
null
null
UTF-8
C++
false
false
458
cpp
class Solution { public: bool checkRecord(string s) { int A = 0; //number of 'A' int L = 0; //status of 'L' for(char c : s) { if(c == 'A') { A++; } if(c == 'L') { L++; } else { ...
[ "mymaiill@163.com" ]
mymaiill@163.com
cfebd6431bd6b7c5c6c0cd50e087c46e90f068f9
66dfe5eaf4ffefb691adf99de821c4acf8edf71e
/main.cpp
9342ad47df86a9f8cb3938a7f935352fb2df91d2
[]
no_license
CaiNot/RemoveDuplicates
ef184dfcf9a12ed959deffbe1f9d554a4b757e49
8c088ba43de4df6614285dd87c0e6d85498250c4
refs/heads/master
2020-03-29T09:16:15.860643
2018-09-21T10:40:21
2018-09-21T10:40:21
149,749,647
0
0
null
null
null
null
UTF-8
C++
false
false
826
cpp
#include <iostream> #include <vector> using namespace std; class Solution { public: int removeDuplicates(vector<int> &nums) { if (nums.size() < 2) return nums.size(); int lastNum = nums[0], len = nums.size(), pos = 1; for (int i = 1; i < len; i++) { if (lastNum != ...
[ "303487454@qq.com" ]
303487454@qq.com
0457c7069f58bd311ec93fe563799a78d93b8bbd
972b2a2f64bfa227755b680fa5fc4116be0df71f
/RayTracer/PointLight.h
09ba8c08f73307a7c623f9990c16d0cd456a80d6
[]
no_license
Developer-The-Great/CPURaycaster
e7362507635e95c2f7dac46e13a0b9a49f1db741
97c55005153123735d853866ed50f42074abb7de
refs/heads/master
2022-11-10T20:06:14.932497
2019-06-26T16:22:46
2019-06-26T16:22:46
275,394,709
0
0
null
null
null
null
UTF-8
C++
false
false
145
h
#pragma once #include "Light.h" class PointLight :public Light { public: PointLight(vec3 positionToSet, vec3 colorToSet); ~PointLight(); };
[ "blue.person16@gmail.com" ]
blue.person16@gmail.com
7e73ea8e86e401b1a73f8957a62b610155bbee73
598a187ec063715361592b56d583a62e55db6810
/examples/huzzah-dht22-mqtt/huzzah-dht22-mqtt.ino
ae587699ac209c6ceaf0f0c2d56e0446d48c7c47
[ "MIT" ]
permissive
cloud-of-things/cot-c-mqtt-mqttsn-arduino-sdk
2e0764ee58ed7b8a471f4455e646b14ba51a78e3
dd4f912b556c71406605f978d7b8211cacf79401
refs/heads/master
2020-07-24T20:19:46.048311
2019-09-26T13:55:31
2019-09-26T13:55:31
208,035,987
2
3
MIT
2020-01-14T09:54:50
2019-09-12T11:32:33
C++
WINDOWS-1252
C++
false
false
2,894
ino
/** * @description Simple Demo for CoT Library using MQTT * @copyright (C) 2017-2018 Deutsche Telekom AG- all rights reserved. * @licence MIT licence */ /** This project demonstrates how simple it is to build a DTCoT application This example also shows that DTCoT does not depend on device type, network ...
[ "noreply@github.com" ]
noreply@github.com
e2efa7938c4f3ae18e8e35aad08ecc5f979958e1
88d8e885fbd686d4ef35d444b80701cff6f43740
/AtCoderBeginnerContest/061/a.cpp
733bc39a9df9f472e4fdb79d48a55ca975f820fa
[]
no_license
morishitamakoto0330/AtCoder
f18cf0804322775cbb5ee3ac958a8b5f129161c1
2c389f2809ec16cff4128dbbd985e3de94ad7309
refs/heads/master
2020-07-19T19:26:01.497595
2019-10-21T06:13:39
2019-10-21T06:13:39
206,501,162
0
0
null
null
null
null
UTF-8
C++
false
false
237
cpp
#include <iostream> #include <string> using namespace std; int main(void) { int A, B, C; string ans; cin >> A >> B >> C; ans = "No"; if (A <= C && C <= B) { ans = "Yes"; } cout << ans << endl; return 0; }
[ "morishita0330@gmail.com" ]
morishita0330@gmail.com
ee7c93b52ec9ad4f66045ca41217bc26002e2c3a
898aba0ba23c7bfb1af1c0857ad56c814a6d32ba
/EclipseCppProjects/PTTRN_State/main.cpp
dff7a42b6bc6035ed03d701bced142bab2c314a9
[]
no_license
andrewbolster/cppqubmarch2013
735d4bdefc4e2413969a5bb7a3480969549281fe
cb033fc22f5262daba9f542062d2d0ac40b38f4a
refs/heads/master
2016-09-05T19:03:32.343921
2013-03-22T13:41:27
2013-03-22T13:41:27
8,875,864
0
2
null
null
null
null
UTF-8
C++
false
false
4,087
cpp
#include<iostream> #define OVERTIME_RATE 50 #define STANDARD_HOURS 30 using namespace std; class EmployeeStatus; //We cannot have a simple hierarchy of employee classes // as client code frequently needs to change the status of // an employee and should not be burdened with calling // copy constructors class Employ...
[ "bolster@localhost.(none)" ]
bolster@localhost.(none)
0c35ffb3c56fcdff8c8b2a31777c934c3f7aeab3
c02e6a950d0bf2ee8c875c70ad707df8b074bb8e
/build/Android/Debug/bimcast/app/src/main/include/Fuse.Animations.RangeAdapterHelpers.h
6aa6123a0a76dc2b498abfb2656e3c65906e44b9
[]
no_license
BIMCast/bimcast-landing-ui
38c51ad5f997348f8c97051386552509ff4e3faf
a9c7ff963d32d625dfb0237a8a5d1933c7009516
refs/heads/master
2021-05-03T10:51:50.705052
2016-10-04T12:18:22
2016-10-04T12:18:22
69,959,209
0
0
null
null
null
null
UTF-8
C++
false
false
716
h
// This file was generated based on C:\ProgramData\Uno\Packages\Fuse.Animations\0.35.12\$.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.h> namespace g{namespace Fuse{namespace Animations{struct RangeAdapterHelpers;}}} namespace g{namespace Uno{namespace UX{struct Sel...
[ "mabu@itechhub.co.za" ]
mabu@itechhub.co.za
d0ac1096f25e4f60733ff841e2872a4f09f5dca2
6da6f9e02a1e913063a839c4c402a1ff1c7a9ebd
/src/01/01_hello/mywidget.h
c6bc09d099583b0d17dd97a4f58b2ef48b86f17d
[]
no_license
nizhangdemei/Qt_code
6347e36b92b4cd8b7c62e3fedbc212da5ba04da1
9a743465a6ffdee5f10cdd911b21777f8c877912
refs/heads/master
2020-12-10T23:30:01.386610
2020-01-16T01:33:58
2020-01-16T01:33:58
233,740,803
0
0
null
null
null
null
UTF-8
C++
false
false
327
h
#ifndef MYWIDGET_H #define MYWIDGET_H #include <QWidget> namespace Ui { class MyWidget; } class MyWidget : public QWidget { Q_OBJECT public: explicit MyWidget(QWidget *parent = nullptr); ~MyWidget(); private slots: void on_pushButton_clicked(); private: Ui::MyWidget *ui; }; #endif // MYWI...
[ "2940983806@qq.com" ]
2940983806@qq.com
cb2aa6dad92838f56ac17693b8f0f17f3dd13d78
2960105217a0e135259e15f220da121e089b4a74
/HackerRank/Python/Introduction/Python Division.cpp
3680fb447078b0a92924e6bc6cb4ee3eaeb1497a
[]
no_license
iCoder0020/Competitive-Coding
7bf23122774128e1cdacf7c5a82ab65c41699dcd
a4fc60ec119e588dd69e2c040bd1aa7564c53e6a
refs/heads/master
2021-08-26T08:56:51.066001
2021-08-15T05:24:07
2021-08-15T05:24:07
142,176,794
0
0
null
null
null
null
UTF-8
C++
false
false
127
cpp
#ID: f20170069 #PROG: Python: Division #LANG: Python A=(float)(input()) B=(float)(input()) print((int)(A/B)) print(A/B)
[ "ishansang1999@gmail.com" ]
ishansang1999@gmail.com
b5c27e7ad310f932da32771e5befc90b41e16a95
32815cd1de61cfa78fd025486ba74249c08b009a
/college_life/codeforces/problemset/579a.cpp
306ee12f7a9cbe8637d502af59e8f42c00e2633b
[]
no_license
krshubham/compete
c09d4662eaee9f24df72059d67058e7564a4bc10
d16b0f820fa50f8a7f686a7f93cab7f9914a3f9d
refs/heads/master
2020-12-25T09:09:10.484045
2020-10-31T07:46:39
2020-10-31T07:46:39
60,250,510
2
1
null
2020-10-31T07:46:40
2016-06-02T09:25:15
C++
UTF-8
C++
false
false
1,174
cpp
#include <bits/stdc++.h> using namespace std; #define bye return 0 #define pb push_back #define mp make_pair #define mod(n) (n) % 1000000007 #define e_val 2.718281828 #define stp(a,b) a.push(b) #define all(a) a.begin(),a.end() #define PI 3.1415926535897932384626433832795 #define rep(i,n) for( int i = 0; i < n; i++ ) #...
[ "kumar.shubham2015@vit.ac.in" ]
kumar.shubham2015@vit.ac.in
62592568606fc3e595487d902787c2e395cb2191
2ffd0b4369fbd8d42b65e1891151410b5227f2ef
/1_LSQw/lsq_Dropout.h
56f5c9130a3f5bb55323af78f3e9729b7d27a27c
[]
no_license
coocoky/Alignment_Projects
771afc5d34fb70ca73ff9b9daca9e123ad30afce
4b2f2ecf832d96ea7026fd3d57afc79ec3e47122
refs/heads/master
2021-01-22T15:50:36.019528
2016-07-11T00:11:21
2016-07-11T00:11:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
546
h
#pragma once /* --------------------------------------------------------------- */ /* Types --------------------------------------------------------- */ /* --------------------------------------------------------------- */ class Dropout { public: long rmax, read, pnts, kill, cutd; private: void Add( const Dropou...
[ "karshb@janelia.hhmi.org" ]
karshb@janelia.hhmi.org
730674a420886be307d8ec24c36fddb872409c32
6ee200c9dba87a5d622c2bd525b50680e92b8dab
/Autumn/Core/Math/Color.cpp
6b83316c5db8b27ee784ff290e860641955750b9
[]
no_license
Ishoa/bizon
4dbcbbe94d1b380f213115251e1caac5e3139f4d
d7820563ab6831d19e973a9ded259d9649e20e27
refs/heads/master
2016-09-05T11:44:00.831438
2010-03-10T23:14:22
2010-03-10T23:14:22
32,632,823
0
0
null
null
null
null
UTF-8
C++
false
false
1,221
cpp
#include "stdafx.h" #include "Color.h" Color::Color() : m_cColor(0.0f, 0.0f, 0.0f, 1.0f) { } Color::Color(float _fRed, float _fGreen, float _fBlue) : m_cColor( _fRed, _fGreen, _fBlue, 1.0f) { } Color::Color(float _fRed, float _fGreen, float _fBlue, float _fAlpha) : m_cColor( _fRed, _fGreen, _fBlue, _fA...
[ "edouard.roge@ab19582e-f48f-11de-8f43-4547254af6c6" ]
edouard.roge@ab19582e-f48f-11de-8f43-4547254af6c6
9d75d768e5a1c7a40f168664f278a1f4cb058383
127d9b35aaf4751666072fe7c850bdb562b85a36
/2.基本语言/23vector类型简介和定义初始化.cpp
044b79b11d3cfb8ce491271e6d62ee1cd9994318
[ "Apache-2.0" ]
permissive
xuesongzh/cpp-basis
9a3778ac4aa0e91a1174b69be758ce6c45e97e7a
2be3c5349edfa9a8f5937ba7eae013769c27449d
refs/heads/main
2023-02-17T09:22:12.805346
2021-01-16T03:26:34
2021-01-16T03:26:34
314,296,869
0
0
null
null
null
null
GB18030
C++
false
false
3,092
cpp
#include <cstdlib> #include <iostream> #include <string> #include <vector> using namespace std; //一个类模板的例子 template <typename T> void mySwap(T& a, T& b) { T tem; tem = a; a = b; b = tem; return; } struct Student { int number; string name; }; int main(void) { vector<int> v1; //定义一个ve...
[ "zxsong13@gamil.com" ]
zxsong13@gamil.com
03803536c4eb176675195fe4787090dd782db121
9f30e0ec74baf09b5f6db359edfd54f3ff26fc06
/server/ScenesServer/zObject.h
d03b5ba44ab97b68fec4e01b2761eebfe33d4ec2
[]
no_license
Georgiana-Unity/unitygame
186b23c4e69784f7bd5b3b86ecefe5e5eea6edd1
a478b1a22c57e40276fc8eb1fe136e19be5401b9
refs/heads/master
2020-08-01T18:33:05.665066
2017-10-02T15:56:37
2017-10-02T15:56:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
28,442
h
#ifndef _zObject_h_ #define _zObject_h_ #include "zDatabase.h" #include "SaveObject.h" #include "ObjectManager.h" #include "zTime.h" #include "zSceneEntry.h" struct zObject:zEntry { friend class GlobalObjectIndex; public: t_Object data; zObjectB *base; //only for RebuildObject::make,it's ugly,but ........
[ "kuangben2001@163.com" ]
kuangben2001@163.com
861b818ad11d9a502d4a661239d698980f924dda
1c8e5a1fc7f9dfee4969194c1bd77918eea73095
/Source/AllProjects/CIDLib/CIDLib_Size.hpp
124b3703dd377a705bff679901eb98dd0d2f5d9c
[]
no_license
naushad-rahman/CIDLib
bcb579a6f9517d23d25ad17a152cc99b7508330e
577c343d33d01e0f064d76dfc0b3433d1686f488
refs/heads/master
2020-04-28T01:08:35.084154
2019-03-10T02:03:20
2019-03-10T02:03:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,619
hpp
// // FILE NAME: CIDLib_Size.hpp // // AUTHOR: Dean Roddey // // CREATED: 09/10/1996 // // COPYRIGHT: $_CIDLib_CopyRight_$ // // $_CIDLib_CopyRight2_$ // // DESCRIPTION: // // This is the header for the CIDLib_Size.Cpp file, which implements the // TSize class. This class represents a positive extent in a 2D cardina...
[ "droddey@charmedquark.com" ]
droddey@charmedquark.com
9e162b95f52519d22eed99882d08553b55e272c7
493be61134c0d3c3aada182224bb69b88e702606
/bunGLM/main.cpp
88e0379ccd7e56ca25febac6bc28496b9f7dd0c6
[]
no_license
bunguang/bunOpenGL
9bbc26f935c756dee38b43b24d9453248d7dfba3
10b76fe7a42c307bc3969536f5cc4a6c3aefd2f7
refs/heads/master
2020-03-26T18:17:30.063758
2018-11-10T13:16:38
2018-11-10T13:16:38
145,206,026
0
0
null
null
null
null
UTF-8
C++
false
false
6,475
cpp
// // Created by bunguang on 2018/8/16. // #include <glad/glad.h> #include <GLFW/glfw3.h> #include <iostream> #include <cmath> #include "Shader.h" #include "../stb_image.h" #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> using namespace std; void framebuffer_size_callba...
[ "bunguang@163.com" ]
bunguang@163.com
33b24871ecfdd816bca4494f790eebdb34c6bae4
52f62927bb096e6cbc01bd6e5625a119fb35c1c5
/avt/VisWindow/Tools/avtPointToolInterface.h
55398fa8ad9e10c8b2562ba307540ad80c0eecda
[]
no_license
HarinarayanKrishnan/VisIt27RC_Trunk
f42f82d1cb2492f6df1c2f5bb05bbb598fce99c3
16cdd647ac0ad5abfd66b252d31c8b833142145a
refs/heads/master
2020-06-03T07:13:46.229264
2014-02-26T18:13:38
2014-02-26T18:13:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,976
h
/***************************************************************************** * * Copyright (c) 2000 - 2013, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
[ "brugger@18c085ea-50e0-402c-830e-de6fd14e8384" ]
brugger@18c085ea-50e0-402c-830e-de6fd14e8384
067ba40e5c846d93fb5c4d4a74d59333df99027e
ad8271700e52ec93bc62a6fa3ee52ef080e320f2
/CatalystRichPresence/CatalystSDK/PamAIStateHeliAttackData.h
21f42c993f1f50e11dc2d6d6b77c87443ce08cb2
[]
no_license
RubberDuckShobe/CatalystRPC
6b0cd4482d514a8be3b992b55ec143273b3ada7b
92d0e2723e600d03c33f9f027c3980d0f087c6bf
refs/heads/master
2022-07-29T20:50:50.640653
2021-03-25T06:21:35
2021-03-25T06:21:35
351,097,185
2
0
null
null
null
null
UTF-8
C++
false
false
456
h
// // Generated with FrostbiteGen by Chod // File: SDK\PamAIStateHeliAttackData.h // Created: Wed Mar 10 19:05:13 2021 // #ifndef FBGEN_PamAIStateHeliAttackData_H #define FBGEN_PamAIStateHeliAttackData_H #include "PamAIStateBaseData.h" class PamAIStateHeliAttackData : public PamAIStateBaseData // size = 0x28 { publ...
[ "dog@dog.dog" ]
dog@dog.dog
d6515aab8765dbb1179f385b22ddc9fa105b4065
f5d87ed79a91f17cdf2aee7bea7c15f5b5258c05
/cuts/iccm/arch/tron/deployment/Tron_Container_Strategy.cpp
ec4b1f8638a66087227e1c88d3c87cc8f50762a5
[]
no_license
SEDS/CUTS
a4449214a894e2b47bdea42090fa6cfc56befac8
0ad462fadcd3adefd91735aef6d87952022db2b7
refs/heads/master
2020-04-06T06:57:35.710601
2016-08-16T19:37:34
2016-08-16T19:37:34
25,653,522
0
3
null
null
null
null
UTF-8
C++
false
false
1,640
cpp
// -*- C++ -*- // $Id$ #include "Tron_Container_Strategy.h" #if !defined (__CUTS_INLINE__) #include "Tron_Container_Strategy.inl" #endif #include "Tron_Container.h" #include "../servant/Tron_Servant.h" #include "TestAdapter_i.h" namespace iCCM { // // install_servant // void Tron_Container_Strategy:: install_serva...
[ "dfeiock@iupui.edu" ]
dfeiock@iupui.edu
b99d7bcc108ceecbe359cce9e47bb885e416488a
05a929c43b2327661c3a874fd54e50b7cf1f961b
/src/ArbreAbstrait.h
a453965d76ce7e0f9e2d7748c4f21d2eceab9aff
[]
no_license
LucaDeslot/ProjetInterpreteur
429bfd9474cf242e8b287887b25483b9a72b2562
454663e0f41bdbfa2c03bdc2078998095c4ec4e0
refs/heads/master
2021-07-25T14:19:00.757444
2017-11-07T21:58:17
2017-11-07T21:58:17
106,405,918
0
0
null
null
null
null
UTF-8
C++
false
false
6,711
h
#ifndef ARBREABSTRAIT_H #define ARBREABSTRAIT_H // Contient toutes les déclarations de classes nécessaires // pour représenter l'arbre abstrait #include <vector> #include <iostream> #include <iomanip> #include "Symbole.h" #include "Exceptions.h" using namespace std; //////////////////////////////////...
[ "federandink@gmail.com" ]
federandink@gmail.com
262b708b5755478eff0e384100b343d915a3bf25
15bd7227959f8fd37d4293f44a3d99d5b5172510
/LeetCode/1342/Solution.cpp
a55da044927c6aba035fd5b4bf57d6854c859800
[]
no_license
dskym/Algorithm
a9d589ec47a472a157fb4843010c77a09315e262
6b215fdf88ba02370b75c8565867cdc401c40fa1
refs/heads/master
2023-05-10T22:04:44.567097
2023-05-09T13:12:41
2023-05-09T13:12:41
148,602,397
0
0
null
null
null
null
UTF-8
C++
false
false
286
cpp
class Solution { public: int numberOfSteps (int num) { int count = 0; while(num != 0) { if(num % 2 == 0) num /=2; else num -= 1; count++; } return count; } };
[ "dskym@naver.com" ]
dskym@naver.com