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
7ddc571e16c0c7005b1e53edf3a87992eaa5410b
a52a9039585d9e04a52fa3439e84afde87086450
/程序代码/LeetCode/math/surfaceArea.cpp
3f05aa7960244203acea802127691d90db8edccc
[]
no_license
AlexZhanghao/Algorithm--notes
4c676c761274b45c34b061cb8c4630799895cf86
9acea2824f29f32c82272cf868b16baec54d9c7f
refs/heads/master
2020-09-25T23:36:31.291835
2020-09-16T11:22:14
2020-09-16T11:22:14
226,114,339
0
0
null
null
null
null
UTF-8
C++
false
false
1,081
cpp
#include<iostream> #include<vector> #include<algorithm> using namespace std; class Solution { public: int surfaceArea(vector<vector<int>>& grid) { int r_size=grid.size(); if(r_size==0) return 0; int c_size=grid[0].size(); int dir_x[4] = { -1,1,0,0 }; int dir_y[4] = { 0,0,-1,1 }; ...
[ "363040909@qq.com" ]
363040909@qq.com
e53bc2efdaf6a8e5fa89918e9c750269f59f17b1
1a17167c38dc9a12c1f72dd0f3ae7288f5cd7da0
/Source/ThirdParty/angle/third_party/SwiftShader/third_party/SPIRV-Tools/include/spirv-tools/instrument.hpp
681d00887b4f40e5a3a6e76678cb0581babd677a
[ "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-warranty-disclaimer", "Zlib", "LicenseRef-scancode-khronos", "BSL-1.0", "BSD-2-Clause" ]
permissive
elix22/Urho3D
c57c7ecb58975f51fabb95bcc4330bc5b0812de7
99902ae2a867be0d6dbe4c575f9c8c318805ec64
refs/heads/master
2023-06-01T01:19:57.155566
2021-12-07T16:47:20
2021-12-07T17:46:58
165,504,739
21
4
MIT
2021-11-05T01:02:08
2019-01-13T12:51:17
C++
UTF-8
C++
false
false
11,038
hpp
// Copyright (c) 2018 The Khronos Group Inc. // Copyright (c) 2018 Valve Corporation // Copyright (c) 2018 LunarG Inc. // // 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...
[ "elix22@gmail.com" ]
elix22@gmail.com
77c049e891496e5aab99ced0138540ab1471caa6
370320cf9fd09959edd0b850f08a7d3c2c509834
/html/CAttribute.cpp
6ea0698d85df6d2efddef7def27d6c0fec0757ff
[ "Apache-2.0" ]
permissive
hdsy/public
263658ea981ee00bc8b53a4e04fdb7a3d775906b
20ee6559ba4f84a2356785fc53b54c1a4dcdf354
refs/heads/master
2020-03-10T18:21:02.677023
2019-11-19T09:09:22
2019-11-19T09:09:22
129,523,850
0
1
null
null
null
null
GB18030
C++
false
false
728
cpp
// *********************************************** // 创建日期: 2009-03-27 // 作 者: gaussgao // 电子邮件: gycommunicate@vip.qq.com // 主要功能: 实现对html文件的分析,查找和格式化 // *********************************************** #include "CAttribute.h" //##ModelId=49D089B10290 string CAttribute::ToString() const { string res; ...
[ "gaoyong@wucar.com.cn" ]
gaoyong@wucar.com.cn
8cffcb12ec5106655c538d6aeca67ed7b69996b1
c93681f4e561cdcc4ecc5f0433d6e4c0b29f54a1
/rush00/SpaceShip.cpp
5e998ab1d898b2c99e44e8f0f160bb31dd5adc4a
[]
no_license
amatshiye/CppBootcamp
497c552a5445d5e8a4080f18b4423c15ad8e305f
4e0bb05d361fa34948d55fdca4be1685615d110e
refs/heads/master
2020-03-19T05:30:00.649595
2018-06-14T14:43:09
2018-06-14T14:43:09
135,938,464
0
0
null
null
null
null
UTF-8
C++
false
false
1,183
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* SpaceShip.cpp :+: :+: :+: ...
[ "amatshiy@e5r6p4.wethinkcode.co.za" ]
amatshiy@e5r6p4.wethinkcode.co.za
face4cd1ac4f9304543a92e0c68a7dbb01185bee
a03516cee98686bfe45f6c337302f25b4528caa8
/ClusterCode/Benchmark/Linpack/l_mklb_p_2018.2.010/benchmarks_2018/linux/mkl/benchmarks/hpcg/src/Vector.hpp
a1f3231581b4f5c99d44563f5e8140a6dde06eff
[ "BSD-2-Clause" ]
permissive
pritigolegaonkar/pgolegaonkar
8c4555e71bbfe383b7aec0280b27198840d8c015
ec396df98afbf158981e75ac1360d6637c918ef8
refs/heads/master
2021-09-10T14:57:06.745285
2018-03-28T09:51:16
2018-03-28T09:51:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,324
hpp
/******************************************************************************* * Copyright 2014-2018 Intel Corporation All Rights Reserved. * * The source code, information and material ("Material") contained herein is * owned by Intel Corporation or its suppliers or licensors, and title to such * Material rem...
[ "hvyas3@hawk.iit.edu" ]
hvyas3@hawk.iit.edu
a9607d10c81008a4603fc3635ebfefda1823a41c
86c9949cdbbc88c4496f35f5ce84155106c6a521
/2일차/BOJ_1065.cpp
eae5ec197cd336f161c026c01fafe39abb50c0fd
[]
no_license
yuzin9712/Alogrithm
6bab02a798f5ae111fc9220af73d7d90dfcfba52
18bba93a02d0c18586970439fc2c5174d133ab2e
refs/heads/master
2020-12-27T15:42:49.742895
2020-12-21T13:26:44
2020-12-21T13:26:44
237,956,383
0
0
null
null
null
null
UTF-8
C++
false
false
1,313
cpp
#include <iostream> #include <string> using namespace std; void solution(int num); int N; int main() { int input; cin >> input; solution(input); } void solution(int num) { int count = 0; /*종료 조건 => 1보다 작거나 주어진 수 보다 큰 수*/ if(num < 1) { return ; } /*주어진 수가 1의자리 혹은 10의 자리 인 경우...
[ "58067265+yuzin9712@users.noreply.github.com" ]
58067265+yuzin9712@users.noreply.github.com
ee29450a0f8cf49fdac620a36749c3f14654c075
7059be88a6ecc2fb9b395cefdc787f92bc919c72
/algorithms/percolation/main.cpp
0090998d143b84bf196d34c9086f7f1fa28a66d4
[]
no_license
KevinEsh/Advanced-Data-Structures
7dfb3167d52d2ea6c82c5a96c4b012900fb7ed82
0a5774642827b8b78835f32a7a71690c98e42b10
refs/heads/master
2023-06-21T15:43:56.119662
2021-07-27T04:50:30
2021-07-27T04:50:30
288,056,057
0
0
null
null
null
null
UTF-8
C++
false
false
3,418
cpp
#include <iostream> #include <fstream> #include <stdlib.h> #include <bitset> #include "../../data_structures/union_find/union_find.h" #include "../../tools/progress_bar.h" using namespace std; #define MAX_BIT_SET (1 << 20) bitset<MAX_BIT_SET> image; void print_image(int size) { for (int i = 0; i < size; i++) ...
[ "kevin_esh@outlook.com" ]
kevin_esh@outlook.com
8fb4de50dd76adb9bfafae85953dbdadb27b40d6
42c7436fe23a46e1c71bcba89db791749487e6bb
/Source/Asteroid/src/Game/Game.cpp
e09917722a23d6ed72c2f7bf1fd0cd4a4081519a
[]
no_license
AnkurSheel/Asteroids
f8eb460cb1e4b0cc20bb963e280b1d22c5b05db3
cc4682aa9cc0bf355983711c223e886da9478d9e
refs/heads/master
2021-01-01T19:25:19.430772
2013-03-31T16:19:48
2013-03-31T16:19:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,517
cpp
// ***************************************************************************** // Game version: 1.0 Ankur Sheel date: 04/30/2008 // ---------------------------------------------------------------------------- // // ---------------------------------------------------------------------------- // Copyright (...
[ "ankur.sheel@gmail.com" ]
ankur.sheel@gmail.com
2b870575f56a5516cd14fb9590f17ee4eda9e3bf
e58e1e29ccce9be9274eb6dc27bed9a3aa77d181
/Contest/Contest D18/Contest 9/Bai19.cpp
46fcff81798e1f515df09c08d366d7a1eaab13ba
[]
no_license
nguyenkimdao1998/Contest_D19
f6ab5b9e64a2e98d396fe09d3fd3002896aca693
33e6e2c4298aa1fc9121648daab60e0b5670a802
refs/heads/main
2023-03-21T04:42:26.284866
2021-03-15T16:43:53
2021-03-15T16:43:53
348,044,435
0
0
null
null
null
null
UTF-8
C++
false
false
822
cpp
#include<bits\stdc++.h> using namespace std; vector<int> ke[1001]; bool check[1001]; void DFS(int u){ check[u] = true; for(int i=0; i<ke[u].size(); i++){ if(!check[ke[u][i]]){ DFS(ke[u][i]); } } } int main(){ int t; cin >> t; while(t--){ for(int i=0; i<1001; i++){ ke[i].clear(); } memset(ch...
[ "nguyenkimdao1998@gmail.com" ]
nguyenkimdao1998@gmail.com
3273e8b6f5d904a12b92b9395437bf0e94f72ce0
2731518ca10673a04d7288430c7c810c6c4e8909
/lib/src/logger/Logger.cpp
efe3dd94ba9b3f46f551abfa7d61a9a2eeb0f6ad
[ "BSD-3-Clause" ]
permissive
daedric/karma
54172c4c4a5cd8d550208113b03d1b0b156d9bf3
1cb0fd86d6c00ad13450632331e4c2f415cc6083
refs/heads/master
2021-01-01T19:25:11.835646
2013-07-28T14:49:35
2013-07-28T15:07:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
111
cpp
#include "klib/logger/Logger.hpp" using namespace KLib; Logger::Logger(Driver* driver) : driver_(driver) { }
[ "thomas.sanchz@gmail.com" ]
thomas.sanchz@gmail.com
7a36d4f4ce4788d94a9bf36a07646e304f4907a7
cb03b26f1261d69e11f2b1f31985a2bc452e5b8c
/include/ieee802_11ah/ofdm_sync_long_impl.h
438f530092cfd537eb2f629392eabcadcf663ed8
[]
no_license
ykga4/gr-ieee802_11ah
ab668bb1eb70ebbb0f4b7631a1e008c06578fe76
e108088245c7ba6e4a4a473b73fd623ce090078d
refs/heads/master
2021-01-18T17:07:15.686813
2017-03-31T09:04:19
2017-03-31T09:04:19
86,786,843
0
0
null
null
null
null
UTF-8
C++
false
false
1,801
h
/* -*- c++ -*- */ /* * Copyright 2017 <+YOU OR YOUR COMPANY+>. * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This software i...
[ "dimoltbuono@yahoo.co.jp" ]
dimoltbuono@yahoo.co.jp
d995200606cd55eb2b324f9de0d460ecee3d3683
5fe75c21b8b828f45ab8c789b8f6ef9ca9edc063
/drone-metadata-generator/generate-queries.cpp
25e2835863dc5430c01bf728d263f46ef84dd910
[]
no_license
giserh/drone-video-index
a716005fc8c32c7430dcd5970d958a4566582357
09fb8f0f967745d9c45837db60df19d0697bd34f
refs/heads/master
2021-07-08T14:22:12.929635
2017-10-01T07:13:02
2017-10-01T07:13:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,051
cpp
#include <iostream> #include <fstream> #include <sstream> #include <iomanip> #include <algorithm> #include <random> #include "drone.h" using namespace std; /** * @para query_out_file: the output file name including generated queries. * @para minLat: the minimum latitude of the query point. * @para minLng: the min...
[ "you@example.com" ]
you@example.com
becce2a85ed3e1eb8f2f3746451fca75dce0896e
0d9570bc143a679a0e6db8086772c2a9c45ca88e
/POOTema3/GestiunePlataCard.h
c6fca73da7b6a55261529f97dd60146639cdd8e7
[]
no_license
andreitudose2000/POOTema3
88c381004a1ba940164df9b0b8aafeb2a6c89557
678569cbf4fdca0e00159cb196e362580e41b702
refs/heads/master
2022-07-09T03:11:30.644822
2020-05-20T15:18:43
2020-05-20T15:18:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,045
h
#pragma once #include "Gestiune.h" template<> class Gestiune<PlataCard> { static int nrPlati; std::unordered_map<int, PlataCard> plati; static int nrClienti; std::vector<std::string> numeClienti; public: Gestiune() { nrPlati = 0; nrClienti = 0; } Gestiune<PlataCard>& operator=(const Gestiune<PlataCard>& o...
[ "andreitudose2000@gmail.com" ]
andreitudose2000@gmail.com
225321b137f3be5786951913973395f73b3e9329
c6377e8be3ae1f62e1b9a4140943fe2e356e5902
/catkin_ws/devel/include/naoqi_bridge_msgs/BlinkResult.h
8916dd7b576f7f50309e6272660f954bd1a5cbdb
[]
no_license
larissadj/naoqi_pak
3b3eb016bed0ddf5ffa7890918cc68647f68f00e
4af655486afc53b7b854812c6b6b8c246e114041
refs/heads/master
2020-04-18T08:37:02.916357
2019-01-24T18:12:39
2019-01-24T18:12:39
167,402,580
0
0
null
null
null
null
UTF-8
C++
false
false
5,593
h
// Generated by gencpp from file naoqi_bridge_msgs/BlinkResult.msg // DO NOT EDIT! #ifndef NAOQI_BRIDGE_MSGS_MESSAGE_BLINKRESULT_H #define NAOQI_BRIDGE_MSGS_MESSAGE_BLINKRESULT_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_t...
[ "djeukoua.djeukoua@fau.de" ]
djeukoua.djeukoua@fau.de
700211025f41f4186bd67402b5b0df1267cc5658
54ab0f79f5d68f4732ca7d205f72ecef99862303
/torch/csrc/jit/python/update_graph_executor_opt.cpp
236bd9d09dd80042f34f42dfc506e6924cbd7a5f
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
csarofeen/pytorch
a9dd0f8ffa0642d72df2d5e109a8b4d9c2389cbc
e8557ec5e064608577f81e51ccfe7c36c917cb0f
refs/heads/devel
2023-04-30T02:42:13.558738
2023-03-14T00:50:01
2023-03-14T00:50:01
88,071,101
35
10
NOASSERTION
2023-06-21T17:37:30
2017-04-12T16:02:31
C++
UTF-8
C++
false
false
288
cpp
#include <torch/csrc/jit/python/update_graph_executor_opt.h> namespace torch { namespace jit { thread_local bool kOptimize = true; void setGraphExecutorOptimize(bool o) { kOptimize = o; } bool getGraphExecutorOptimize() { return kOptimize; } } // namespace jit } // namespace torch
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
9f7a06664592dffeabf830409a2ebbc68da94cdd
fcdea24e6466d4ec8d7798555358a9af8acf9b35
/Projects/VirtualTelesar/VTLib/GUIJointValueController.h
422469293fd7c5d3578dfad304ee5e261eb5f069
[]
no_license
yingzhang536/mrayy-Game-Engine
6634afecefcb79c2117cecf3e4e635d3089c9590
6b6fcbab8674a6169e26f0f20356d0708620b828
refs/heads/master
2021-01-17T07:59:30.135446
2014-11-30T16:10:54
2014-11-30T16:10:54
27,630,181
2
0
null
null
null
null
UTF-8
C++
false
false
712
h
/******************************************************************** created: 2012/08/13 created: 13:8:2012 13:54 filename: d:\Development\mrayEngine\Projects\VirtualTelesar\VTLib\GUIJointValueController.h file path: d:\Development\mrayEngine\Projects\VirtualTelesar\VTLib file base: GUIJointValueContr...
[ "mrayyamen@gmail.com" ]
mrayyamen@gmail.com
0404bfa025b33b5184406c623701606ad551b42c
9f69c4c61ca2a2082643f9316354826f6144e1f5
/Codeforces EDU/DSU/Step 2/C_Restructuring_Company.cpp
15336f0c1b839cca6d9157f837e644f887add7c1
[]
no_license
julianferres/Competitive-Programming
668c22cf5174c57a2f3023178b1517cb25bdd583
c3b0be4f796d1c0d755a61a6d2f3665c86cd8ca9
refs/heads/master
2022-03-23T05:56:53.790660
2022-03-18T14:29:33
2022-03-18T14:29:33
146,931,407
4
2
null
null
null
null
UTF-8
C++
false
false
2,180
cpp
/* AUTHOR: julianferres, Sun 13 Sep 2020 05:02:49 PM -03 */ #include <bits/stdc++.h> using namespace std; // DEBUGGER #define sim template < class c #define ris return * this #define dor > debug & operator << #define eni(x) sim > typename \ enable_if<sizeof dud<c>(0) x 1, debug&>::type operator<<(c i) { sim > str...
[ "julianferres@gmail.com" ]
julianferres@gmail.com
695589df4047829bd6ae217ee3e413a90ab1873e
c51febc209233a9160f41913d895415704d2391f
/YorozuyaGSLib/source/_darkhole_job_pass_inform_zocl.cpp
5fe8ca7ff435924b3d97b3d96765868fc0e423c3
[ "MIT" ]
permissive
roussukke/Yorozuya
81f81e5e759ecae02c793e65d6c3acc504091bc3
d9a44592b0714da1aebf492b64fdcb3fa072afe5
refs/heads/master
2023-07-08T03:23:00.584855
2023-06-29T08:20:25
2023-06-29T08:20:25
463,330,454
0
0
MIT
2022-02-24T23:15:01
2022-02-24T23:15:00
null
UTF-8
C++
false
false
272
cpp
#include <_darkhole_job_pass_inform_zocl.hpp> START_ATF_NAMESPACE int _darkhole_job_pass_inform_zocl::size() { using org_ptr = int (WINAPIV*)(struct _darkhole_job_pass_inform_zocl*); return (org_ptr(0x14026f840L))(this); }; END_ATF_NAMESPACE
[ "b1ll.cipher@yandex.ru" ]
b1ll.cipher@yandex.ru
f7fe35c4a7966d3854c509c3de1c1b38a70feae9
7ce35b45b636a466a904ac0304fed5fc77dec7d0
/CGlassTD/CGlassTD/Position.h
55ff0fd14d1119df0757a5aab494514e27638d5d
[]
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
GB18030
C++
false
false
257
h
#ifndef __Position_h_ #define __Position_h_ /// 弃之不用的类 class Position { private : int mX; int mZ; public: Position(void); Position(int x, int z); ~Position(void); int getX(); int getZ(); void setX(int x); void setZ(int z); }; #endif
[ "963262214@qq.com" ]
963262214@qq.com
e0a6a23d5dd8baa574e5e9cd1e2f86b6ca6b54be
b67f7fc4b6636194c873adf621cf4847afa5d0c4
/SkyDefense/Classes/AppDelegate.h
cca0219d9164ae235b9b03633146e5b0aeefc60f
[]
no_license
BertiRean/Cocos2d-x-Android-Games-Examples
f207f8ad4819ac2d881ba8996c0b1cce01d035cc
4885d41c24228c843071715cc46d816ac9f21d5b
refs/heads/master
2021-06-13T10:06:46.540419
2016-12-03T21:02:43
2016-12-03T21:02:43
59,391,444
1
0
null
null
null
null
UTF-8
C++
false
false
1,002
h
#ifndef _APP_DELEGATE_H_ #define _APP_DELEGATE_H_ #include "cocos2d.h" /** @brief The cocos2d Application. Private inheritance here hides part of interface from Director. */ class AppDelegate : private cocos2d::Application { public: AppDelegate(); virtual ~AppDelegate(); virtual void initGLContext...
[ "martinberti02@gmail.com" ]
martinberti02@gmail.com
a08d345d2e9fab5b09bcd7bcaf297d0deb608f79
941ef864b9eaa9816f808c90f2b449bf5c60f16f
/libredex/ControlFlow.h
2b900b89a2916a6331bd37bc37c38d40645c1382
[ "MIT" ]
permissive
mayimchen/redex
ff21203e6d7fb7ed839649dc46e859647c57c133
79d7c2a0b2d448a511ed1fff55dcd70288a1e2e1
refs/heads/master
2020-04-25T09:04:39.560277
2019-02-26T03:57:56
2019-02-26T04:00:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
34,114
h
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <boost/dynamic_bitset.hpp> #include <boost/optional/optional.hpp> #include <boost/range/sub_range.hpp> #inc...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
f47a02c6b4613c6c1c6cdc246470630b264827cc
f4069e29c4ee5f6b0f864c07d1f12f401f756aed
/source/Exception.cpp
dd7120ff38d118866b206541db0f9d1e53e7bf68
[ "MIT" ]
permissive
xzrunner/uniaudio
2005f5a6db059667e623923b28270f8d8beafbe8
7a1da6b900db36a6eab25ba6c99048960cfe8619
refs/heads/master
2021-01-01T17:29:19.316787
2019-03-23T07:53:32
2019-03-23T07:53:32
98,082,867
0
0
null
null
null
null
UTF-8
C++
false
false
1,133
cpp
#include "uniaudio/Exception.h" #include <cstdarg> #include <stdio.h> #include <string.h> namespace ua { Exception::Exception(const std::string& msg) : m_message(msg) { } Exception::Exception(const char* fmt, ...) { va_list args; int size_buffer = 256, size_out; char* buffer; while (true) { buffer = new ch...
[ "zhuguang@ejoy.com" ]
zhuguang@ejoy.com
5105846c794e1767a337431dac395db3cce9a4c0
b7850e7a6a90676ebb56ae2e727f31fefa6ee22b
/MainLaunch/ATM.ino
6245fd374931f05d23c8c332f7d3e28be6001945
[]
no_license
PennAerospaceClub/HAB17
c121909fd0fbfeb0e21cf32c44917ad78e06a495
c9ebab89f065bc77de6b4387eb4f1509824170c2
refs/heads/master
2021-06-22T14:06:47.944703
2021-05-07T16:18:13
2021-05-07T16:18:13
216,409,352
0
1
null
2020-02-24T04:58:03
2019-10-20T18:39:06
C++
UTF-8
C++
false
false
583
ino
boolean initATM() { if(!bme.begin()){ return false; } bme.setTemperatureOversampling(BME680_OS_8X); bme.setHumidityOversampling(BME680_OS_2X); bme.setPressureOversampling(BME680_OS_4X); bme.setIIRFilterSize(BME680_FILTER_SIZE_3); bme.setGasHeater(320, 150); // 320*C for 150 ms return true; } void readATM...
[ "kieran_halloran@yahoo.com" ]
kieran_halloran@yahoo.com
1d1fa7d641dacc315b6aab4bf401c820a6528beb
6923f79f1eaaba0ab28b25337ba6cb56be97d32d
/GPU-Gems-Book-Source-Code/GPU-Gems-2-CD-Content/Simulation_and_Numerical_Algorithms/Ch_43_GPU_Computing_for_Protein_Structure_Prediction/gpu-bounds/bounds/bounds.cpp
6090d30584705956b2fbf75c578459d7565fe1d1
[]
no_license
burakbayramli/books
9fe7ba0cabf06e113eb125d62fe16d4946f4a4f0
5e9a0e03aa7ddf5e5ddf89943ccc68d94b539e95
refs/heads/master
2023-08-17T05:31:08.885134
2023-08-14T10:05:37
2023-08-14T10:05:37
72,460,321
223
174
null
2022-10-24T12:15:06
2016-10-31T17:24:00
Jupyter Notebook
UTF-8
C++
false
false
12,444
cpp
//////////////////////////////////////////////////////////////////// // // programmer: Paulius Micikevicius (paulius@drake.armstrong.edu) // Armstrong Atlantic State University // //////////////////////////////////////////////////////////////////// #include <windows.h> #include <GL/gl.h> #include <GL/glut.h> #include...
[ "me@yomama.com" ]
me@yomama.com
141c0e3d3686d5b2b18deed1591e9d27b401fb0f
ae663b0e832a1c3c0bff5bc2e447d3e3d36a0a82
/PF2 Atom/project2/Passenger.cpp
48bc3e4aadce3a860dbdef14843f260a9e7fca61
[]
no_license
raculber/PF2-Projects
8bea18c58e177684028cdaafe5195559687b06ec
41e79697595e20f1a951dcbeec2cb876755802a0
refs/heads/master
2022-02-22T10:19:11.804958
2019-09-19T01:47:32
2019-09-19T01:47:32
208,913,012
0
0
null
null
null
null
UTF-8
C++
false
false
992
cpp
#include "Passenger.h" //Implementation of Passenger class //Default constructor Passenger::Passenger() { firstName = ""; lastName = ""; } //Non-default constructor Passenger::Passenger(string _firstName, string _lastName) { firstName = _firstName; lastName = _lastName; } //Copy constructor Passenger::P...
[ "rculbert5678@gmail" ]
rculbert5678@gmail
6be69d76ce3577f16a540dc4420a2dcdba4a6eb0
0ea3544f8cf6ffe1c0528536842bd0e5e5cd3a48
/study_note/C++_learn/class/class_enum.cpp
17a8859427b8d9d334ce3139015fc33a50e63095
[]
no_license
wandoufan/mycode
0c2fe4e7ea2c96eaade8732b0c6d015a4a6fd62c
d7b860a953deb6f42a00a9e6ca1db2fb53204298
refs/heads/master
2022-11-23T13:08:28.181205
2022-11-14T08:58:51
2022-11-14T08:58:51
137,168,900
2
1
null
null
null
null
UTF-8
C++
false
false
598
cpp
#include <iostream> using namespace std; /*枚举作为类的一个成员变量*/ class Test { public: enum week { Sun, Mon, Tue, Wed, Thu, Fri, Sat }; void show() { cout << Mon << endl; } }; int main() { Test test; //访问枚举元素 cout << test.Sun << endl;//通过对象访问枚举中的一个元素 test.show();//通过成员函数访问枚举中的一个元素 /* 注意:实际测试...
[ "2416177709@qq.com" ]
2416177709@qq.com
e121d85d330ecc5c486eb82abe0e9eb4b4bb4a0f
e97672d82caaca7de4f1bde83d077c3c61eff9d5
/2020/Eduardo/30 Day LeetCoding Challenge/november/27 - Partition Equal Subset Sum.cpp
0eff6f3d05ea05cec617e977c0696ba7188d9b35
[]
no_license
lucioeduardo/competitive-codes
3345c48ff6ee7e5c9dd32fff8cf2db1d0904f5e2
cbb8be67f0dd4c92124378cfbc07a34ab6b58c42
refs/heads/master
2021-11-22T21:12:25.346487
2021-10-19T11:48:51
2021-10-19T11:48:51
141,634,356
1
0
null
null
null
null
UTF-8
C++
false
false
696
cpp
#define MAXN 210 #define MAXV 110 int dp[MAXN][MAXN*MAXV]; class Solution { public: vector<int> nums; bool solve(int idx, int sum){ if(sum == 0) return true; if(sum < 0 || idx >= nums.size()) return false; if(dp[idx][sum] != -1) return dp[idx][sum]; return dp[idx...
[ "eduardo.lucio.correia@gmail.com" ]
eduardo.lucio.correia@gmail.com
3dc38ada1c406992d5a9840681b449dc5e489a2c
b54847ee4898fb3272a38daabf60d1a02646dd05
/pract_classes/ArmyOfTanks/Army.cpp
2bd036aabee6259c8807d4d06e9cfe7177262d32
[]
no_license
IvanFilipov/FMI-OOP
4d7b97e92b14949d6edf269bedef95d0b86ed97d
92a8c5a8cf1e73f3da640928c46965affba7e57e
refs/heads/master
2023-04-21T10:13:18.911124
2018-06-05T10:57:08
2018-06-05T10:57:08
52,727,858
19
9
null
2023-04-06T23:14:31
2016-02-28T15:27:39
C++
UTF-8
C++
false
false
4,207
cpp
#include"Army.h" #include<iostream> Army::Army() :tanks(nullptr), curSize(0), capacity(0) { /*...*/ } Army::Army(size_t size) : capacity(size), curSize(size) { tanks = new Tank[size]; } Army::~Army() { clean(); } void Army::clean() { delete[] tanks; tanks = nullptr; curSize = 0; capacity = 0; } void ...
[ "vanaka1189@gmail.com" ]
vanaka1189@gmail.com
2b1c434b615b64167131fed78b18b400aa8f4bdd
f0b5ec2797e30a71ed758484d698ee159e6a8046
/Exercise 7/exercise 7.cpp
fc2ab3dd20e577363cb954fb19c718afae528af3
[]
no_license
zachmolony/AP-Module-C-Monday-Excercises
1e4e5d1cac05c05ea3cd3a6f5c4716ee2feb3ccc
48371748c2a25d14f9d7f62f087e9cf0bfe59d3a
refs/heads/master
2023-02-15T09:46:07.771603
2021-01-13T17:23:27
2021-01-13T17:23:27
328,788,120
0
0
null
null
null
null
UTF-8
C++
false
false
1,534
cpp
#include <iostream> //tell the compiler to add refererences for the standard devices cin, cout, clog, cerr; http://www.cplusplus.com/reference/iostream/ using namespace std; // 'std::' is now implied int main() { int input, positiveCount = 0, negativeCount = 0, zeroCount = 0; char nonIntInput; bool qFlag = fals...
[ "zachary.molony@ada.ac.uk" ]
zachary.molony@ada.ac.uk
c38d1afa9374f1f05f8a781c8afef6461c42547a
2d1de8d8893be069d4a6e84385e5ab1188674f06
/6_CALC.ino
c3cad13586e3ff99682a5920773ecc32643a478a
[ "MIT" ]
permissive
BernhardSchlegel/Spundomat
bfb4771b7125f3df5aa505d2f8de2278a69777b6
033e9ed9407b47aee7fbf8dbc58b7b7b11edb4ce
refs/heads/master
2021-03-08T13:03:23.364744
2020-03-10T16:02:49
2020-03-10T16:02:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,552
ino
/** * Carbonation tables show the CO2 content of the beer based on the beer * temperature and CO2 head pressure once an equilibrium has been reached. * Using this formula [HOBBYBRAUER]: * * Cbeer = (Phead+1.013)*(2.71828182845904^(-10.73797+(2617.25/(Tbeer+273.15))))*10 * Cbeer - carbonation of the beer in g/l...
[ "PN010@pc-team.de" ]
PN010@pc-team.de
d1685e72364fc6d55a8bc046799720dc0511c227
b0c18633942e6ded10eb67603bee00bb27b6901d
/08 Recursion and Dynamic Programming/8.10-Paint-Fill/paint_fill.cpp
b38865d70a9ba2d1a478384ede5e6dc23067064d
[]
no_license
lazystring/ctci
b8a950046c2e46e14f8f95b7439568a1accb6a10
9601685efa0f09e60209c0ea7fe6b20a0d3bafe4
refs/heads/master
2022-03-24T06:49:58.913413
2019-12-10T08:26:07
2019-12-10T08:26:07
52,692,123
0
0
null
null
null
null
UTF-8
C++
false
false
898
cpp
#include <iostream> #include <vector> struct Color { int r, g, b; Color(int r, int g, int b) : r(r), g(g), b(b) {} bool operator==(Color c2) { return r == c2.r && g == c2.g && b == c2.b; } }; void paintFill(std::vector<std::vector<Color> > screen, Color c, int i, int j) { if (i < 0 || i >= scr...
[ "johnbojorquez36@gmail.com" ]
johnbojorquez36@gmail.com
d37e4d624660ad46bebbd71cd1a78e70591a2cdb
988c99f9e8398e2d600280d25b1a224ea0a5c95a
/libseqgen/src/ProductionTime.cpp
4bd66e695a46709e4ef1c075a9b9c7c3b12fb7ef
[]
no_license
WilfredDube/WtApp
f668beafb4c698e0654e45def564dd9e4372c8c2
fc9105e56f6fd843a88b2ebab50544ad1b2e935a
refs/heads/master
2023-04-17T19:42:23.753043
2021-04-26T01:22:16
2021-04-26T01:22:16
275,136,619
1
0
null
2021-04-26T01:23:25
2020-06-26T11:08:53
C++
UTF-8
C++
false
false
1,617
cpp
#include "../include/ProductionTime.h" #include <cmath> namespace { const double approachingSpeed = 0.1; const double formingSpeed = 0.01; const double returningSpeed = 0.08; const double strokeLength = 0.2; const double toolRemovalTime = 3; const double toolSetUpTime = 4; const double co...
[ "unbusy@lhost.com" ]
unbusy@lhost.com
b7a34cc58e59bdba054a3f0ec45b909cf785bc90
d09945668f19bb4bc17087c0cb8ccbab2b2dd688
/leetcode/301-350/319/2469.cpp
733f9a7ffd9e9c5aa10a98b7e94585d191ffc22c
[]
no_license
kmjp/procon
27270f605f3ae5d80fbdb28708318a6557273a57
8083028ece4be1460150aa3f0e69bdb57e510b53
refs/heads/master
2023-09-04T11:01:09.452170
2023-09-03T15:25:21
2023-09-03T15:25:21
30,825,508
23
2
null
2023-08-18T14:02:07
2015-02-15T11:25:23
C++
UTF-8
C++
false
false
622
cpp
typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<(to);x++) #define FORR(x,arr) for(auto& x:arr) #define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++) #define ALL(a) (a.begin()),(a.end()) #define ZERO(a) memset(a,0,sizeof(a)) #define MI...
[ "kmjp@users.noreply.github.com" ]
kmjp@users.noreply.github.com
aa20897ce0d62c03836b3837f64cc95069dcda27
ceb18dbff900d48d7df6b744d1cd167c7c9eb5c5
/thirdparty/uilib/UiFeature源码/KernelAndIDE/Src/PlatformSrc/UiAssistLib/CTList.cpp
c36b02fb57ca97b673c08bb6e26ea6b1559613b7
[]
no_license
15831944/sourcecode
6bb5f74aac5cf1f496eced1b31a0fd4cf3271740
412f0ba73dd7fb179a92d2d0635ddbf025bfe6d4
refs/heads/master
2021-12-27T20:07:32.598613
2018-01-15T14:38:35
2018-01-15T14:38:35
null
0
0
null
null
null
null
GB18030
C++
false
false
4,193
cpp
#include "stdafx.h" #include "..\..\Inc\CTList.h" ListObj::ListObj() { pPrior = pNext = NULL; } ListObj::~ListObj() { } CTList::CTList() { Init(); } CTList::~CTList() { Init(); } void CTList::Init() { m_nCtns = 0; ListHeader.pPrior = ListHeader.pNext = &ListHeader; } int CTList:...
[ "mushilanxin@163.com" ]
mushilanxin@163.com
61a1e7ea549489e291aa25256a750828eec75ada
d4e7f9358392de4a83450d0f638ed8c0c37da41a
/libs/headers/mkform/passwordcell.h
c998a1042145fea3daf6e4803172d35aad4ea59e
[]
no_license
MendelVV/MyHomeLibrary
aaf54efc685205dc8178f7ccb9edc029ce21f9f1
73f1090c25206b8d330da0e21013d454a85502d5
refs/heads/master
2020-06-20T09:30:55.979567
2016-11-30T10:44:21
2016-11-30T10:44:21
74,872,151
0
0
null
null
null
null
UTF-8
C++
false
false
334
h
#ifndef PASSWORDCELL_H #define PASSWORDCELL_H #include "lineeditcell.h" class D_FORM PasswordCell : public LineEditCell { Q_OBJECT public: explicit PasswordCell(CellClass* cell, QWidget *parent = 0); explicit PasswordCell(CellPlusClass* cell, QWidget *parent = 0); signals: public slots: }; #endif // P...
[ "mandel.vasilij@yandex.ru" ]
mandel.vasilij@yandex.ru
d49548a48f7e96b8d93f39f5aa8ef33084dd6c2d
ba99077bcefee6b45d392c18ec9b1c8764564128
/刷题/洛谷刷题/数学/P2280 [HNOI2003]激光炸弹.cpp
da84e1bd3e5cb6916bcd3108f26ea2838bab52f0
[]
no_license
Chicaogo/WinCode
5f1c25b84f0714029a118d64509891f222a8e5b8
b35b9a4137fa69f516d361826a0ac35844490a90
refs/heads/master
2021-06-30T19:06:41.067956
2019-06-04T13:51:13
2019-06-04T13:51:13
149,734,100
0
0
null
null
null
null
UTF-8
C++
false
false
1,005
cpp
#include<bits/stdc++.h> using namespace std; int num[5010][5010]; int n,r,maxx,maxy,ans; inline int read() { int x = 0,t = 1; char ch = getchar(); while(ch < '0' || ch > '9'){if(ch == '-') t = -1;ch = getchar();} while(ch >= '0' && ch <='9'){x= x*10 + ch - '0'; ch = getchar();} return x*t; } inline v...
[ "chicago01@qq.com" ]
chicago01@qq.com
86765c4a4fb184ce5e0574771f5240e2c01671ba
16b9f4d6b6ca0f1209b5652e3a6ce3bb3380e7d6
/catkin_ws/devel/include/dynamixel_controllers/StopControllerResponse.h
a945f57b4d981301e690cb30098bd14f659c01c3
[]
no_license
Ravalian/ITROB1-Final-Project-Gruppe13
4ca3557634f8d99e7a3f551db0e5f670d1907380
62a9e66cc69d72bef6b8eaaf1001d5aa550f2bd7
refs/heads/main
2023-02-10T18:11:56.844987
2021-01-03T12:48:48
2021-01-03T12:48:48
324,760,948
0
0
null
null
null
null
UTF-8
C++
false
false
5,863
h
// Generated by gencpp from file dynamixel_controllers/StopControllerResponse.msg // DO NOT EDIT! #ifndef DYNAMIXEL_CONTROLLERS_MESSAGE_STOPCONTROLLERRESPONSE_H #define DYNAMIXEL_CONTROLLERS_MESSAGE_STOPCONTROLLERRESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/ser...
[ "Nicolai_Dreves1994@hotmail.dk" ]
Nicolai_Dreves1994@hotmail.dk
bab0d4031a4d30f9ea31de3c8fe6b01fb701525a
c3e9f9fabe7cb47aa991f208717c573eb18b7c22
/src/ucacoin-cli.cpp
f606eb3b89daa5cacd606327ea97f87e162dfac9
[ "MIT" ]
permissive
coloringdisguises/Ucacoin
e7760b19c8ed52960072d105948bda763230ae25
f30e8b0eb62f9458d24a0de74721b117bd097b50
refs/heads/master
2020-12-23T20:33:29.328807
2019-12-01T21:14:46
2019-12-01T21:14:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,901
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin developers // Copyright (c) 2009-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2017-2017 The ucacoin developers // Distributed under the MIT/X11 software license, see the accompanying // file CO...
[ "uca developer" ]
uca developer
5488c0c2b67859ff22a6df10fce67c028247b827
544999ea69722e68ce4511ebe916b76f86a8e718
/src/mainwindow.h
2d30a054848e1bb31731c2cd227b1a13cb741deb
[]
no_license
gitHubwhl562916378/VideoPlayer_2_x64
574e13868bd4d9e0964e59a57f18174cd4dbb96f
21ddb34397b937be55c79b9b50697697a49eaaaa
refs/heads/master
2022-11-20T08:57:47.171766
2020-07-20T11:36:59
2020-07-20T11:36:59
281,101,072
3
1
null
null
null
null
UTF-8
C++
false
false
639
h
/** * 叶海辉 * QQ群121376426 * http://blog.yundiantech.com/ */ #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QImage> #include <QPaintEvent> #include "videoplayer/videoplayer.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explici...
[ "18202879282@163.com" ]
18202879282@163.com
7eda3a2ce7d0168bb2d7e2988add03a493c91edc
f33876f335f3bdc9d51b0f37930b4fe4a7827ee7
/tests/testFiltre/stdafx.cpp
83ec3426280c6351658acd4b533de3c0cd92d967
[]
no_license
andreyV512/pump_rods
003f7e81d8d911fdcf2dba4e553a5c67b508df60
f22ee534429151ca79df945636e5c3b94ec6380b
refs/heads/master
2021-07-08T14:09:41.754902
2020-10-06T05:29:41
2020-10-06T05:29:41
188,955,859
0
0
null
null
null
null
UTF-8
C++
false
false
297
cpp
// stdafx.cpp : source file that includes just the standard includes // testFiltre.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "jdoe@email.com" ]
jdoe@email.com
04b4a68737aeeecf3d913186cb68a503f683a8e0
3282ccae547452b96c4409e6b5a447f34b8fdf64
/SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimPort_DigitalControl_CHWLoop_DigitalSignal_Out.cxx
7f71c98f7b1bcb27be1ca34afce4edfcbdc53f31
[ "MIT" ]
permissive
EnEff-BIM/EnEffBIM-Framework
c8bde8178bb9ed7d5e3e5cdf6d469a009bcb52de
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
refs/heads/master
2021-01-18T00:16:06.546875
2017-04-18T08:03:40
2017-04-18T08:03:40
28,960,534
3
0
null
2017-04-18T08:03:40
2015-01-08T10:19:18
C++
UTF-8
C++
false
false
4,277
cxx
// Copyright (c) 2005-2014 Code Synthesis Tools CC // // This program was generated by CodeSynthesis XSD, an XML Schema to // C++ data binding compiler. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Fre...
[ "cao@e3d.rwth-aachen.de" ]
cao@e3d.rwth-aachen.de
5895133fbdb9a64281ddf4b214e20fb409d1b680
ea8eafc51223db81e21b820a9b716227cc0d47fb
/sources/xr_3da/xrGame/Weapon.cpp
49c8ad22ebcbfa316282991d03e43330bc17ef13
[]
no_license
Roman-n/XRay-1.0006
60aa1ec20a026b6e2713e970515b91062564f028
63e18c9d56392073d57193c0f192ac3663b663fe
refs/heads/master
2022-12-06T18:09:00.485356
2020-08-24T13:06:35
2020-08-24T13:06:35
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
41,125
cpp
// Weapon.cpp: implementation of the CWeapon class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Weapon.h" #include "ParticlesObject.h" #include "HUDManager.h" #include "WeaponHUD.h" #include "entity_alive.h" #include "inventory_item_impl.h" #include "invent...
[ "sova_hiblack@mail.ru" ]
sova_hiblack@mail.ru
0637f1f6996da937b3ba94b11587e1ac4ec54e2c
4de970de3a36992c1be3d09a43e12fee525f8d7b
/cpp_practice/cpp_class/1.cpp
c1931610c64e596ca7205d145286f13f9a4482ed
[]
no_license
glennlopez/Cpp.Playground
7d34f5cfc92b78ce2a76b909679f60f865c61396
59313d4a89019beceab27a1fd1ec49a6e75ca9e6
refs/heads/master
2023-03-03T09:18:41.381829
2023-02-18T06:18:29
2023-02-18T06:18:29
45,924,345
211
126
null
2022-12-21T05:10:11
2015-11-10T16:22:18
C++
UTF-8
C++
false
false
306
cpp
//https://www.youtube.com/watch?v=jTS7JTud1qQ&feature=youtu.be #include <iostream> #include <string> using namespace std; class NPCPlayer{ public: string id; int str; int health; }; int main(){ NPCPlayer Glenn; Glenn.id = "npc001"; cout << Glenn.id; cout << endl; return 0; }
[ "glennlopez@gmail.com" ]
glennlopez@gmail.com
96ad731b1d38ec99cc07f46178b1fc3957c7b8fd
0b075c7a068c6ea8580908e083bae4829f07849d
/DataColumn.h
39fcc1b02edc5dae4f3e661da265c7298947880f
[]
no_license
vyaslav/TBLXchng
563db960fde5eed4d672ce33006ea4bf68ab896d
59dffff07a0b7412d94dc7e1a12a9c82156f5962
refs/heads/master
2020-05-17T16:08:37.768727
2013-04-07T20:30:55
2013-04-07T20:30:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
532
h
#include "TableSpec.h" #include <occi.h> class TableExporter; class DataColumn{ friend class TableExporter; private: void *buffer; oracle::occi::Type type; ub2 length; sb2 ind; ub2 rc; TableCol tableCol_; public: DataColumn(TableCol& tableCol); ~DataColumn(); DataColumn(const DataColumn& other); o...
[ "itsobaka@gmail.com" ]
itsobaka@gmail.com
3ee74e44347c55942cd52aaf00842ada70b72322
9fba02a4989d1f37ff7e3d49d47fae8bf0e57bf8
/AlexanderGoldberg/DungeonCrawl/DungeonCrawl/src/Node.h
66ea60458382e12075bacaee1e1171d3eea58568
[]
no_license
agiffor4/PCG-Independent-Study
3d60cdfc9af54c86a17ad446625df64152fe5b77
eed4530ba8017cf16c8a7c2bccaa14cd491c1c96
refs/heads/master
2020-12-19T23:41:14.011146
2020-04-30T22:00:02
2020-04-30T22:00:02
235,887,632
0
0
null
null
null
null
UTF-8
C++
false
false
397
h
#pragma once #include<float.h> #include <string> class Node { protected: public: int m_IndexOfTile = -1; float gCost = FLT_MAX; float hCost = FLT_MAX; float fCost = FLT_MAX; Node* m_Parent = nullptr; Node(); ~Node(); std::string GetXY(int _width); }; inline bool op...
[ "agoldbe6@masonlive.gmu.edu" ]
agoldbe6@masonlive.gmu.edu
67ec061d9996cd64e1c51f26ec72e0d3ee6a1d82
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/webrtc-jumpingyang001_for_boss/p2p/base/stunrequest.cc
a9420a11ab8c5f6f0777a9c9125be887abea076d
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-google-patent-license-webm", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-unknown-license-reference" ]
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
UTF-8
C++
false
false
7,711
cc
/* * Copyright 2004 The WebRTC Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
[ "slacealic@nate.com" ]
slacealic@nate.com
f9626d116b1d7a73bff3014f408fef77cc16ee88
86966d538cb174fe06eafbcc6a99360a08829cdf
/290.word-pattern.cpp
62a7dd644d59c6d538964814de311805936d52f6
[]
no_license
liushuping/LeetCodeAlgo
69639e679f0abab6a20d50e250b20f9cffefa1d3
f290efda0a08e8f30768a736c41a376880920da6
refs/heads/master
2020-03-25T03:04:17.370296
2018-08-15T15:59:22
2018-08-15T15:59:22
143,321,509
0
0
null
null
null
null
UTF-8
C++
false
false
1,749
cpp
/* * [290] Word Pattern * * https://leetcode.com/problems/word-pattern/description/ * * algorithms * Easy (33.80%) * Total Accepted: 112.4K * Total Submissions: 332.6K * Testcase Example: '"abba"\n"dog cat cat dog"' * * Given a pattern and a string str, find if str follows the same pattern. * * Here f...
[ "lsp.lhh@gmail.com" ]
lsp.lhh@gmail.com
65676e18ffa21dcc46b1be2416f0c6d8e721820b
b1da111da2897c72674f9206a6313f406abb438a
/uva/138/Sov_03_24_2012.cpp
da10b6b93f3288aa8646fdb34a8096657fe07fca
[]
no_license
whztt07/acm
c4bcd3b8cbe05aae716ba56726e49bbad1edda90
28878b614c2c1083c79eb065fdef529484ddeabe
refs/heads/master
2020-05-29T14:57:33.486303
2013-08-06T09:20:06
2013-08-06T09:20:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
331
cpp
#include <cmath> #include <cstdio> #include <iostream> using namespace std; int main() { long long k = 6; int cnt = 0; while (true) { long long t = ( (k-1)*k+k )*2; long long n = (long long)sqrt(t+0.0); if (n * (n+1) == t) { printf("%10lld%10lld\n", k, n ); cnt ++; if (cnt == 10) break; } ...
[ "nesuadark@gmail.com" ]
nesuadark@gmail.com
6108109cc9439a45f19bcdfc8e3a6c4010a6a921
69da8b3a7b9d14089cfe3ca883368b942f58b61f
/classes/Debug.h
5d31b1e3a5dcfc3d8a28433d14c85c0acc125c9e
[]
no_license
dnllowe/teapot-demo
690ed4a2f094e79a854213184821b3be86dc274d
93288e3fc05a21ddbb41bf946b5ff6e29c44fd4a
refs/heads/master
2020-07-16T02:01:22.028347
2016-11-24T07:21:29
2016-11-24T07:21:29
205,696,545
0
1
null
null
null
null
UTF-8
C++
false
false
232
h
#pragma once #include "pch.h" // Helper class for debug functions static class Debug { public: // Logs message to output window static void Log(std::string message); private: // Helper class for debug functions Debug(); };
[ "dnllowe@yahoo.com" ]
dnllowe@yahoo.com
4be7b4625ad7b75d6789044a5bfda84bb7527dc5
625d25a9cca744986970f4f4525680d263fdb0bc
/switch.cpp
ccb70600794970d25ff905ba4ac88fc463eb4260
[]
no_license
Sambhavj821/DSA-Programs
daebc59a2c80ebd2281f40e01bbc2ff97215f573
5f3d8b93bb7891d674a652b34b414b86ef1d7fe8
refs/heads/master
2023-05-08T16:30:14.831251
2021-05-24T12:38:06
2021-05-24T12:38:06
369,137,850
1
0
null
null
null
null
UTF-8
C++
false
false
425
cpp
#include<iostream> using namespace std; int main() { char button; cout<<"Enter a Character"<<endl; cin>>button; switch (button) { case 'a': cout<<"Namaste"<<endl; break; case 'b': cout<<"hello"<<endl; break; case 'c': cout<<"Jai jinendra"<<endl;...
[ "sambhavj821@gmail.com" ]
sambhavj821@gmail.com
c45f5d73b0fa28c03562459d930b47ab63a1f276
dd013580ee670c7dea3525c70adda95d2a9e6804
/tools/firmware_packer/include/SelectFolderDialog.cpp
645d59ef361a1a02a5f2a7adf59fbd6505c8afab
[ "MIT" ]
permissive
yonghongren/Allwinner-SDKs-H6-lichee-v1p1-bootloader
7274f5522572fde01cfb0d67215190ef7b6a6214
3ad699b4fc918106fa24278a26f8da6feda9537c
refs/heads/master
2022-04-02T19:15:43.921689
2019-11-25T03:20:46
2019-11-25T03:20:46
null
0
0
null
null
null
null
GB18030
C++
false
false
9,258
cpp
#include "SelectFolderDialog.h" #include <DLGS.H> #include <WINUSER.H> #include <IO.H> #include <imagehlp.h> #pragma comment(lib, "imagehlp") #ifdef _DEBUG #define new DEBUG_NEW #endif #define IDLB_FOLDER_DIALOG_FILES 101 #define IDEB_FOLDER_DIALOG_SEL_FOLDER 102 /////////////////////////////////////////////////...
[ "sssxyc@163.com" ]
sssxyc@163.com
2e39c1259b00c5469c392ed92291b8231fbe9249
4702113bfe88de5237eb2730b79739bf2df07ee3
/ObjectDetector.cpp
d2882a283fceb160bed370d4adeaa214ad999761
[]
no_license
aclapes/ReMedi2
27d303245bd3afad3d2bf693b89b480413405715
47b80a7e620daf8f893ea477b001d220fb76f48d
refs/heads/master
2021-01-02T08:56:11.383195
2014-11-13T17:24:37
2014-11-13T17:25:44
22,078,203
0
0
null
null
null
null
UTF-8
C++
false
false
22,523
cpp
// // ObjectDetector.cpp // remedi2 // // Created by Albert Clapés on 24/08/14. // // #include "ObjectDetector.h" #include "cvxtended.h" #include "conversion.h" #include "constants.h" #include <pcl/common/norms.h> #include <pcl/segmentation/extract_clusters.h> #include <pcl/segmentation/conditional_euclidean_clus...
[ "aclapes@gmail.com" ]
aclapes@gmail.com
abc6e8b905da13f9c1dcfaaacbe982096dd4ca85
c4a320a9519cd63bad9be9bcfc022a4fcab5267b
/TETRIS_VS/Map.h
fac9d0c6f1da646727c758bc640b9b2fc7108b5e
[]
no_license
shield1203/TETRIS_VS
79dc3d8db0a1107352e46e69a96482a49490a290
3f67f0436674a10f9d37a98286a1f3531e6f7730
refs/heads/master
2020-12-22T00:11:37.323472
2020-03-05T15:28:32
2020-03-05T15:28:32
236,593,352
0
0
null
null
null
null
UTF-8
C++
false
false
442
h
#pragma once class ResourceManager; enum MapEnum : unsigned int { MAP_LINE_CLEAR_SPEED = 120, BLINK_LINE_COUNT = 8 }; class Map { private: ResourceManager* m_resourceManager = nullptr; bool bClearLines = false; unsigned int m_LineclearSpeed = 0; unsigned __int64 m_time = 0; int nblinkCount = 0; vector<int> m_...
[ "57628185+shield1203@users.noreply.github.com" ]
57628185+shield1203@users.noreply.github.com
620f458c06c50d620c4b9e7271a4f25b7cf0f4aa
c5637282d050919372a3c9656cae175b04552ec7
/wrist-reader-motor.ino
06affc2a512ac8e8fd7a7dde8a7e7afdd10cbc23
[]
no_license
kromitj/wrist-reader
3cd6dc60d1a5de7acfd4cfcd70d0cc6067fe3127
58496e0865888f2f8afbd4a946320d178b32b051
refs/heads/master
2020-04-27T11:33:13.356465
2015-07-16T19:31:29
2015-07-16T19:31:29
39,099,789
0
0
null
null
null
null
UTF-8
C++
false
false
5,789
ino
// 3 and 4 have 47ohm resisters the rest have #include <Wire.h> #include <Adafruit_PWMServoDriver.h> // Uses the default address of 0x40 Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(); const char pinNumbers[] = {3,5,6,9,10}; //const char digitalInputPins[] = {12, 13}; //const char ...
[ "kroskam8457@hotmail.com" ]
kroskam8457@hotmail.com
5ae67bb7d9240a36e4074ad50d35bd9692c5f612
32c9bb2624e6017bca1220f1ce7ce19f664b76f3
/src/mcts_thread_manager.h
f84b70a0c018fda72c8f0c592453057a5fa08b67
[]
no_license
Colin-Chen-CN/hexit
95f4794134f01bb2c2ab9b825224478886bcbabc
d4b3b1ca571a75bde53e23d89a5c31e7bf3be9dd
refs/heads/master
2023-06-08T10:10:00.076396
2018-08-28T20:12:22
2018-08-28T20:12:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,541
h
#ifndef MCTS_THREAD_MANAGER_H #define MCTS_THREAD_MANAGER_H #include "mcts.h" #include <vector> #include <map> #include <thread> #include <condition_variable> #include <mutex> using namespace std; /* This class contains all the data which is shared between master and worker threads. * This includes the arrays of ...
[ "aravinho@gmail.com" ]
aravinho@gmail.com
e38f5a5171df9b3205ac8a8243893a8b8004522d
5a72c45ddef6d2cb5329a9f4731d377a7cef55ea
/C++/Uebung06/TriangleMesh.hpp
027a249fc844d78b17d39152c2dc7dadcf7aca11
[]
no_license
00mark/projects-uni
df064dee5c9b017055d1d6cd3dce6c7a1471eea5
d52a35975954f228b8e5ca30a409ca909f3deabb
refs/heads/main
2023-09-04T20:58:07.323060
2021-11-22T18:52:40
2021-11-22T18:52:40
430,485,680
0
0
null
null
null
null
UTF-8
C++
false
false
2,618
hpp
#ifndef TRI_MESH #define TRI_MESH #include <string> #include "Renderable3D.hpp" #include "Vector.hpp" #include "Matrix.hpp" #include "Quaternion.hpp" namespace asteroids { class TriangleMesh: public Renderable3D { public: enum ACTION{ACCEL, STRAFE, LIFT, YAW, PITCH, ROLL}; TriangleMesh(); /** ...
[ "mark.hiltenkamp@gmail.com" ]
mark.hiltenkamp@gmail.com
995f948226c90ea1cc79b759cbfa708c4ff82637
d40efadec5724c236f1ec681ac811466fcf848d8
/tags/fs2_open_3_5_3/code/io/timer.cpp
854dbafa575d7187a593188008c03cb96d690b1a
[]
no_license
svn2github/fs2open
0fcbe9345fb54d2abbe45e61ef44a41fa7e02e15
c6d35120e8372c2c74270c85a9e7d88709086278
refs/heads/master
2020-05-17T17:37:03.969697
2015-01-08T15:24:21
2015-01-08T15:24:21
14,258,345
0
0
null
null
null
null
UTF-8
C++
false
false
16,249
cpp
/* * Copyright (C) Volition, Inc. 1999. All rights reserved. * * All source code herein is the property of Volition, Inc. You may not sell * or otherwise commercially exploit the source or things you created based on the * source. * */ /* * $Logfile: /Freespace2/code/Io/Timer.cpp $ * $Revision: 2.3 $ * $D...
[ "Goober5000@387891d4-d844-0410-90c0-e4c51a9137d3" ]
Goober5000@387891d4-d844-0410-90c0-e4c51a9137d3
ba74eb84d76a316337f946063df132f63cb227ff
0570750c6d8e28d837f9e4f7dc825c968c874fb4
/build/Android/Preview1/app/src/main/include/Uno.Runtime.InteropSe-e0f0cdcd.h
42463892d17b7fdcc0791057046f42a7e0d7ce10
[]
no_license
theaustinthompson/maryjane
b3671d950aad58fd2ed490bda8aa1113aedf5a97
b4ddf76aa2a2caae77765435d0315cf9111d6626
refs/heads/master
2021-04-12T08:37:47.311922
2018-03-27T23:06:47
2018-03-27T23:06:47
126,034,050
0
0
null
null
null
null
UTF-8
C++
false
false
1,708
h
// This file was generated based on C:/Users/borde_000/AppData/Local/Fusetools/Packages/UnoCore/1.8.0/Source/Uno/Runtime/InteropServices/GCHandle.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Uno{namespace Runtime{namespace InteropServ...
[ "austin@believeinthompson.com" ]
austin@believeinthompson.com
e7caa8a5f34d3a59c15a45c6018b8766b21acc30
7bdbc09b06841b33d9fd6d24d654640ebad4143d
/src/wallet/wallet.h
78b660866b73b422c5fe82ab018e93cbd7c1992a
[ "MIT" ]
permissive
dankcoin/dankcoin
322b9352a4210cbd82c9484d134999c01e3d0d10
33ce2a4c7d68fc006e166eb612f3bb706c693899
refs/heads/master
2020-04-06T06:45:27.429228
2016-11-05T05:14:38
2016-11-05T05:14:38
46,014,627
1
0
null
null
null
null
UTF-8
C++
false
false
31,515
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef DANKCOIN_WALLET_WALLET_H #define DANKCOIN_WALLET_WALLET_H #include "amou...
[ "git@anand.io" ]
git@anand.io
29cc408e0856085dd6bd52123f55a2a15c5ce355
8cbd716a98025689dc507d091f1bea7b927080fd
/src/compile.cpp
921c22beb357310b5006e043f8bc4bce655c3537
[]
no_license
shineyes/english-lang
efb3a01fdfd9f39fa7de0092429030bc8104e46f
1f1faedf8a2b19d6c6793bb11427b6878fbf3f6f
refs/heads/master
2020-03-11T06:24:25.684129
2018-04-15T21:11:27
2018-04-15T21:11:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,290
cpp
////////////////////////////////////// // English_lang compiler // // Written by: matthew nielsen // // Start: // // Last edit: // ////////////////////////////////////// #include <iostream> #include <fstream> #include <string> #include <vector> #include <...
[ "md2999ni@edu.uwaterloo.ca" ]
md2999ni@edu.uwaterloo.ca
e40d13d8071bd272b8b0813eff7fd168144889c2
107b558561055314d9d40010e9c748888bffc3d8
/multievent/src/Connector/ConnectorUdp.cpp
e4870b625882c152971e5b9c2aeabd84b0b06a5c
[]
no_license
dq5070410/multievent
44b2b228bbd86cde118769554584a2b7c1a654cb
2006427c03202b68c0587494d87ec38bfc3c6824
refs/heads/master
2020-06-18T11:21:38.424426
2017-05-26T07:27:03
2017-05-26T07:27:03
75,140,434
0
0
null
null
null
null
GB18030
C++
false
false
2,524
cpp
#include "ConnectorUdp.h" #include "Thread.h" #include "ThreadManager.h" #include "EventAcceptorConnectorT.h" ME_NAME_SPACE_BEGIN CMEConnectorUdp::CMEConnectorUdp() : m_pSink( NULL ) { } CMEConnectorUdp::~CMEConnectorUdp() { Close(); } void CMEConnectorUdp::SetHandle( ME_HANDLE hHandle ) { /...
[ "dq5070410@126.com" ]
dq5070410@126.com
8ce70ba5d3888375a4852c44effcc725edb0ecb5
5deb8b306936767c6faff5c4b9b886f83635a863
/FTClient/Client/LoginDlg.h
cb035d3b656595d51664afcbc06bd4878b779a2e
[]
no_license
chenmaosheng/fantuantool
ac1573f54a48570ae6770b0b119415f18cdcef8a
fd43fa2edda174e3a03a549d57a2229f03b56cd1
refs/heads/master
2021-01-10T13:38:06.874445
2020-04-21T12:34:01
2020-04-21T12:34:01
48,181,785
0
1
null
2020-10-13T02:15:45
2015-12-17T15:19:09
C
UTF-8
C++
false
false
1,504
h
#if !defined(AFX_LOGINDLG_H__33DB2C16_B9F7_4CDA_9291_CBDA65D6E03B__INCLUDED_) #define AFX_LOGINDLG_H__33DB2C16_B9F7_4CDA_9291_CBDA65D6E03B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // LoginDlg.h : header file // /////////////////////////////////////////////////////////////////////...
[ "chanmaosheng@gmail.com" ]
chanmaosheng@gmail.com
7a47075f426e2bf869f275513ce68925cd903aa7
0c2773a3c3ef51034054c0f477f0fa1bc63b00bd
/src/sqlite/db.cpp
3cb04f372f7ffe7e9d3daf88ccf8ebde34a80b7b
[ "MIT" ]
permissive
JasonGit/mx3
dac1ceabbbe95c35e3e79820373f7a96599ceba7
0d1ac80be4d4ca8d24ed30583fee35a2a9a86e3b
refs/heads/master
2021-01-18T12:15:37.646889
2015-02-12T05:21:46
2015-02-12T05:21:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,423
cpp
#include "db.hpp" #include <sqlite3/sqlite3.h> using mx3::sqlite::Db; using mx3::sqlite::Stmt; using mx3::sqlite::ChangeType; using mx3::sqlite::OpenFlag; namespace { struct Sqlite3Free final { void operator() (char * sql) const { sqlite3_free(sql); } }; } string mx3::sqlite::mpri...
[ "stevenkabbes@gmail.com" ]
stevenkabbes@gmail.com
c238ed8d0bdc3b9b83252245d3bfd9d6515a79d7
84257c31661e43bc54de8ea33128cd4967ecf08f
/ppc_85xx/usr/include/c++/4.2.2/java/util/AbstractList.h
abb02672c890c606c42866093ee91e15593fda99
[]
no_license
nateurope/eldk
9c334a64d1231364980cbd7bd021d269d7058240
8895f914d192b83ab204ca9e62b61c3ce30bb212
refs/heads/master
2022-11-15T01:29:01.991476
2020-07-10T14:31:34
2020-07-10T14:31:34
278,655,691
0
0
null
null
null
null
UTF-8
C++
false
false
1,557
h
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_util_AbstractList__ #define __java_util_AbstractList__ #pragma interface #include <java/util/AbstractCollection.h> class java::util::AbstractList : public ::java::util::AbstractCollection { public: // actually protected AbstractList ()...
[ "Andre.Mueller@nateurope.com" ]
Andre.Mueller@nateurope.com
d4b58506442ba1a3e1b19ca0582e017194d11733
6c448b3806e5c95534801720b72a6c5b264fd051
/nmsettings.cpp
a72d82c8e27c999606f833d5e58e1b0b15fb1519
[]
no_license
jpakkane/buildspeed
ed04634aebec646ede8ab82172c4f20aafc9fa84
2d4e6f8125e84b1042dca68b234d8798f68c118a
refs/heads/master
2016-08-10T15:06:59.371879
2015-11-27T12:43:14
2015-11-27T12:43:14
46,979,051
0
0
null
null
null
null
UTF-8
C++
false
false
383
cpp
#include"nmsettings.h" /* * Implementation of interface class NetworkManagerSettings */ NetworkManagerSettings::NetworkManagerSettings(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, paren...
[ "jpakkane@gmail.com" ]
jpakkane@gmail.com
88ee52007d47b486134dffbea096918760e58e50
761debe667e4bfd919ba4e1dc8c13291113b3c6e
/usr/lib/swift/libswiftCore.dylib/libswiftCore.dylib-Structs.h
beb207302dac1af842184bb70a6a101cb85a1900
[ "MIT" ]
permissive
lechium/tvOS142Headers
c7dacc64cff575bbcde67b544a2b0e4ef028b77d
c7696f6d760e4822f61b9f2c2adcd18749700fda
refs/heads/master
2023-01-07T06:09:50.369309
2020-11-11T05:37:26
2020-11-11T05:37:26
311,872,846
1
0
null
null
null
null
UTF-8
C++
false
false
1,620
h
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:15:47 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /usr/lib/swift/libswiftCore.dylib ...
[ "kevin.w.bradley@me.com" ]
kevin.w.bradley@me.com
3cfb7776ec7ce0aa322ef6329d59439d35a26bd2
4d0c35913810a65ed2dc40d6785f414eb8972236
/countly-sdk-example/src/CountlyQueueProcessor.cpp
004d804fcd44c2bc4174cc12ae64d66d52e937b3
[ "LicenseRef-scancode-generic-trademark" ]
no_license
osoner/countly-sdk-blackberry10-cascades
590aa2059d3ea2ec5da98744360005294b59f106
c76302bdadb2d2f34636db3c09e6bc3462853aca
refs/heads/master
2021-01-15T18:21:25.899196
2013-03-06T22:15:32
2013-03-06T22:15:32
8,614,445
1
0
null
null
null
null
UTF-8
C++
false
false
39
cpp
../../sdk/src/CountlyQueueProcessor.cpp
[ "craig@crbuntu7.(none)" ]
craig@crbuntu7.(none)
ef26ac40794ce164b78086f496beae8ba7c9b9cc
73ac0a30b6da1e04d85f355337edacd4b21a074c
/ThirdParty/LLGL/examples/Cpp/ComputeShader/Example.cpp
5813cd907cba54dfc804c7164c915a83eb160ea5
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
fool404/Firestorm
f73279715ec162bb4f04cfadd8ee8099d89fde7a
fe58e3ce2bb653d49047d52bc4d1f2b2f407ab44
refs/heads/master
2021-09-28T03:44:30.001118
2018-11-12T19:26:42
2018-11-12T19:26:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,073
cpp
/* * Example.cpp (Example_ComputeShader) * * This file is part of the "LLGL" project (Copyright (c) 2015-2018 by Lukas Hermanns) * See "LICENSE.txt" for license information. */ #include <ExampleBase.h> int main(int argc, char* argv[]) { try { // Load render system module auto renderer = ...
[ "cyborgbeatstick@gmail.com" ]
cyborgbeatstick@gmail.com
b3b3756fc6a3ef7f32d57f124a899381958572ea
0b47b736b7f97aa20c24090b5889e4a0e4e4486a
/PracticaFinalSolution/PracticaFinal/Mesh.h
75055bbf2ecd76bda05f0447120377d5919453d4
[]
no_license
Huesitos95/Practica-Final-Info-Grafica-2016-2017
97c9badf6b755454d1e8371b06edd8912869e89c
109218e1820c9ec7d7805284e70299c9fc1ed1b3
refs/heads/master
2021-03-24T09:58:07.582777
2017-06-21T19:51:47
2017-06-21T19:51:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,644
h
#pragma once #include <string> #include <fstream> #include <sstream> #include <iostream> #include <vector> #include <GL/glew.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> using namespace std; struct Vertex { glm::vec3 Position; glm::vec3 Normal; glm::vec2 TexCoords; }; struct Texture { GLuin...
[ "pau.morales.torrent@gmail.com" ]
pau.morales.torrent@gmail.com
1b7409eba81cde12b4027f63816992ea4dd3e094
8abd4a99cd2d51d441019d73bdfff8f314a0334e
/Program/BaseFramework/Src/Application/Game/Action/RollingBall.h
401e9694c18b194714c4bbeddf26f438bd07137b
[]
no_license
UmakoshiIbuki/Puzzle
b84a0fcf424be2afbe1ad624abd31ee9fdcd71f3
c0136b1649e7a4043c44ed9fd23923b86a73aec5
refs/heads/master
2023-06-17T16:54:12.425296
2021-07-13T16:19:40
2021-07-13T16:19:40
384,455,717
0
0
null
null
null
null
UTF-8
C++
false
false
548
h
#pragma once #include"../GameObject.h" class Human; class RollingBall :public GameObject { public: void Deserialize(const json11::Json& jsonObj) override; void Update()override; void CheckBump(); inline void SetOwner(const std::shared_ptr<GameObject>& spOwner) { m_wpOwner = spOwner; } private: int m_wallHeig...
[ "kd1264639@st.kobedenshi.ac.jp" ]
kd1264639@st.kobedenshi.ac.jp
28aaa8108b6a7abc3c49d475042fdde44024e782
7c103a64b8ead9d2641fe0a4674b3ed9b837d7f0
/12.cpp
c5e50cd574ae1164ef7aa55ee38079044fcd8de4
[]
no_license
notherland/KT_seminars_2course
018314655e70bd67af5f30f87caaba8972388fc2
875d179891af0a825ad98373ed7f108187c6039c
refs/heads/master
2023-02-06T12:06:29.533330
2020-12-20T10:32:09
2020-12-20T10:32:09
295,801,530
0
0
null
null
null
null
UTF-8
C++
false
false
1,133
cpp
#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include<stdlib.h> #include <stdio.h> #include <grp.h> #include <pwd.h> #include<sys/time.h> #include<sys/resource.h> int main () { printf ("PID: %u\n", getpid ()); printf ("PPID: %u\n", getppid ()); mode_t mask = umask (0); umask (mask); print...
[ "notherland@ya.ru" ]
notherland@ya.ru
d94472d2dd00f7eb7b5ce1cae7eb0b0c076666bd
d84fdb830831b6b31b30b3af1edc5cfeac002ae4
/src/map.hpp
71e123c6f0a29b664728e202b9d98fdf92d2baae
[]
no_license
nordic-robotics/nord_estimation
f39b949e991e121239aae5415963ad3b6b9444d9
bc07af8e8defc410dad283064512253066536c2b
refs/heads/master
2021-01-10T05:49:57.530706
2015-12-11T12:58:14
2015-12-11T12:58:14
44,377,500
0
0
null
2015-11-18T06:31:46
2015-10-16T10:07:12
C++
UTF-8
C++
false
false
896
hpp
#pragma once #include <vector> #include <experimental/optional> #include <limits> #include <iostream> #include "point.hpp" #include "line.hpp" template<unsigned int d> using opt_point = std::experimental::optional<point<d>>; class map { public: map(const std::vector<line<2>> walls, float min_x, float min...
[ "lucasas@kth.se" ]
lucasas@kth.se
734230074c095fafc18ef0e63fcde43dc786fd55
2192bb053abe90be9c6ca789b89db774b65ef671
/src/OakHistoryButton.h
ced91d76af8a973dbf7c2ce16832a0e41dee100f
[ "BSD-3-Clause" ]
permissive
ojasva/FlyingTroll
dfc6a845f1460e5dbd3fe1cbeb802544990529f3
16e85e227d756b6e7eebd4c1b8c131ad4b31ad3c
refs/heads/master
2020-04-12T05:25:57.036644
2018-12-18T18:17:57
2018-12-18T18:17:57
162,326,830
0
0
null
2018-12-18T17:58:49
2018-12-18T17:58:49
null
UTF-8
C++
false
false
122
h
#ifndef _OAKHISTORYBUTTON_H_ #define _OAKHISTORYBUTTON_H_ class OakHistoryButton : public BButton { private: }; #endif
[ "ajcsweb@gmail.com" ]
ajcsweb@gmail.com
4c5f7e29dcfe04827e95049f01a950191ab8ba78
b670d1d62237765b83da0fcb7f2dfd32b2153312
/CPP/16.cpp
39831cf06212735b46cbdd74a049e2ab59009296
[]
no_license
kornelia22322/Algorithms-and-data-structures
05372a0cbd7aa7b33397c467c578b5b4d487fa69
4da5222bb9f463df67b45377d3cc59ba1b050d48
refs/heads/master
2023-04-27T22:15:33.098770
2018-04-07T23:48:37
2018-04-07T23:48:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,187
cpp
#include <iostream> #include <string> using namespace std; bool checkEquality(string first, string second){ int x = first.length(); int y = second.length(); if(x!=y) return false; for(int i=x-1;i>=0;i--){ if(first[i]!=second[i]){ return false; } } return true; } bool checkLower(string first...
[ "korneliarohulko@gmail.com" ]
korneliarohulko@gmail.com
4909233d0e5a45ceddde3a4c37f1512f928cc379
d70605ae4825a96fb2e33fb191d4af433acd0d58
/src/qt/miraclecoin/addressfilterproxymodel.cpp
755a7eabc34c5b9ae903b34f5d6588be76611797
[ "MIT" ]
permissive
miracledmi/MiracleCoin
b1ec95c43b576f78b7de745cb9a1726f6297c7b1
67ee6eda61a1b3f4975685162174352d300c0a0e
refs/heads/master
2023-01-07T00:52:13.148398
2020-11-09T10:34:56
2020-11-09T10:34:56
311,303,028
2
1
null
null
null
null
UTF-8
C++
false
false
1,237
cpp
// Copyright (c) 2019 The PIVX developers // Copyright (c) 2020 The MiracleCoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "qt/miraclecoin/addressfilterproxymodel.h" #include <iostream> bool AddressFilt...
[ "74052779+miracledmi@users.noreply.github.com" ]
74052779+miracledmi@users.noreply.github.com
6659e91c943d3bcf5dd76f7abd1b5762cf02524e
1ec086253005570c211cf55fe74c8886b2c483ef
/TKDGTT/Tuan 4/BT4.Nhom7/day_nhi_phan.cpp
c5d23f95150528645bc01c17630006fd135071e6
[]
no_license
Du0ngkylan/C-Cpp
8be2fc9632bb1c49b0eaac6166f9ead5deac4c83
37d973d510bafc5512fce2f2a81b0a4aa746b2e3
refs/heads/master
2021-06-26T05:58:17.969765
2020-11-27T03:52:06
2020-11-27T03:52:06
172,220,624
0
1
null
null
null
null
UTF-8
C++
false
false
456
cpp
#include<stdio.h> #include<conio.h> void printResult(int x[], int n){ int i; printf("\t"); for(i=1;i<=n;i++){ printf("%d",x[i]); } printf("\n"); } void Try(int i,int x[],int n){ int j; for(j=0;j<=1;j++){ x[i] = j; if(i==n) printResult(x,n); else Try(i+1,x,n); } } int main(){ int n; printf(...
[ "duongmaixuan.k55tt@gmail.com" ]
duongmaixuan.k55tt@gmail.com
5fa45857072721c44684e4a5627224695068e978
8d5ca7e9f9b1f8c1878298a9e6876a346a5db72f
/did/src/ClientInfoManager.hpp
e5730473a127ee91ed9a71cde56d741f96bbf6b6
[ "Zlib" ]
permissive
fallahn/osgc
102914dc740796cdc53cbc225038eee8695716ec
8a2f7745bd767e68da2b0771ecf3e7d50e59e725
refs/heads/master
2021-06-20T11:33:04.473998
2021-02-11T13:16:53
2021-02-11T13:16:53
178,931,498
23
3
null
2020-04-21T10:39:17
2019-04-01T19:18:19
C++
UTF-8
C++
false
false
1,693
hpp
/********************************************************************* Copyright 2019 Matt Marchant 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/L...
[ "matty_styles@hotmail.com" ]
matty_styles@hotmail.com
ffebcebde1cb4b87ad8397322439fb925ffcf9ef
55d2d0d5309b2a0502e0d95fac08bdb272085ee1
/week5/LeetCode/water2.cpp
6bc2dd8f237099252aa2c0ff0ad84084cf1b3204
[]
no_license
AssemAbdirashova/Algorithm
b8571d26800590256308a61c77b0427b958588cb
4285d4a27449836e7b36952847774217ca7e61f2
refs/heads/master
2023-04-13T19:26:22.644803
2023-04-04T10:40:05
2023-04-04T10:40:05
279,627,693
0
0
null
null
null
null
UTF-8
C++
false
false
513
cpp
#include<iostream> #include<vector> using namespace std; int main(){ int n; cin >> n; int height[n]; for(int i= 0; i< n;i++){ cin >> height[i]; } int i = 0; int j = n-1; int check = 0; vector<int> reach; int sum = 0; int lx = height[i]; int rx = height[j]; ...
[ "assemabdirashova@Assems-MacBook-Air.local" ]
assemabdirashova@Assems-MacBook-Air.local
e3222631e8e8448b2440684cc8a6dcd854a1e0cf
eeefbc1b27ccffb2033cbb913218b662342ffa39
/Calculatrice.h
54b872f55d8fcd9bd6bcf9d7fe461b7f035bc0a2
[]
no_license
ValentinMntp/UTComputer
a2b59270e56be34d396aca028a97b1c738491c28
775c37a42a4d57f14ea627d262b2a132336976bb
refs/heads/master
2020-04-14T05:25:53.828329
2016-06-12T16:25:36
2016-06-12T16:25:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,372
h
#ifndef _CALCULATRICE_H #define _CALCULATRICE_H /*! \file Calculatrice.h * \author Valentin Montupet, Alexis Dutot * \brief Header file for Calculatrice class declaration */ #include "Pile.h" #include "CareTaker.h" #include "Manager.h" #include "factory.h" #include <QString> #include <QVector> #include <QRegularExp...
[ "valentin.mntp@gmail.com" ]
valentin.mntp@gmail.com
a9636ddb85dfad3ba0ce898d459c7a88dceb6d4f
cf932fde3bf089196c18c30c52bd58094b655e86
/test/native/separate/main.cpp
02748ec6f8a45f1d4ff7996fa5de14b91ec924b4
[ "BSL-1.0" ]
permissive
R2D2-2019/hwlib
cb8160f2febcb013ff66d4f169a58bb91b55d933
63222a0493414d5380274d687fbc104dec97f388
refs/heads/master
2020-04-30T08:35:18.317515
2019-06-25T12:22:42
2019-06-25T12:22:42
176,721,091
0
1
BSL-1.0
2019-06-25T12:22:43
2019-03-20T11:43:04
C++
UTF-8
C++
false
false
750
cpp
// ========================================================================== // // Test whether a project can contain two source files. // // This causes some trouble with the MingW linker, because it doesn't // handle weak definitions. Hence being weak is sufficient for an embedded // build, but not for a windows-hos...
[ "gerrit.vanos@student.hu.nl" ]
gerrit.vanos@student.hu.nl
cb2f847b7ff0e8749bfd2f69f369918b18f101fb
d93fe00111f8072d803f7d13a576ce77267b9fd0
/src/qt/assetrecord.h
84d4eb66a63a0c7a08248d0753b4868978d008c9
[ "MIT" ]
permissive
yiya-core/yiya-core
279dcb00f6eb94bdd7eadee4e197565a9f5ecf5f
54bdc5c72f6d760cb3ec840f202c289bccd03ccd
refs/heads/master
2020-08-07T15:06:30.855194
2019-10-14T20:25:18
2019-10-14T20:25:18
213,237,061
0
0
null
null
null
null
UTF-8
C++
false
false
1,456
h
// Copyright (c) 2011-2016 The Bitcoin Core developers // Copyright (c) 2019 The Yiya Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef YIYA_QT_ASSETRECORD_H #define YIYA_QT_ASSETRECORD_H #include "math.h"...
[ "yiya-core@protonmail.com" ]
yiya-core@protonmail.com
8a54b82e37b8111bb5301df05800629ea4b3c378
d4fdf31a38382d1f9a3122482a6bc5f7c5859144
/D3DFramework/BitmapFont.h
4c9eaa15ce5b720d7c4c4e0b132181f12ce94d12
[]
no_license
Dr1ve/D3DFramework
cbfbace43543f7bcf2fda972c7e28d260d4d8eb2
9bbbac9c8802dab5cdb179d3023d83d53f7bc0d0
refs/heads/master
2021-01-19T00:10:35.992226
2016-11-10T22:26:46
2016-11-10T22:26:46
72,943,000
0
0
null
null
null
null
UTF-8
C++
false
false
1,217
h
#pragma once #include "Render.h" namespace D3D11Framework { //------------------------------------------------------------------ struct VertexFont { XMFLOAT3 pos; XMFLOAT2 tex; }; class BitmapFont { private: struct CharDesc { CharDesc() : srcX(0), srcY(0), srcW(0), srcH(0), xOff(0), yOff(0), xAdv(...
[ "nazin_konstantin@mail.ru" ]
nazin_konstantin@mail.ru
ff0bd2d51063d9cb6ee791c6e45e0b7b2275207e
85643bf9c841443e4d469c5a2aa6a07c22c525ae
/recommendation/dlrm/tf/roc_metrics/roc_metrics.h
fd8054e7824cd6d0da64855105efa778c7e67e0a
[ "Apache-2.0" ]
permissive
mnaumovfb/inference
654c1f13f31f4c92e5f8a6c528100cedc0158a16
b3a29be564436654e4340e159f333d869158d825
refs/heads/master
2021-07-19T10:15:37.660576
2020-10-01T19:59:40
2020-10-01T19:59:40
252,123,236
1
3
Apache-2.0
2021-03-16T01:33:11
2020-04-01T08:59:09
Python
UTF-8
C++
false
false
1,543
h
#ifndef _THIRD_PARTY_TENSORFLOW_MODELS_MLPERF_MODELS_ROUGH_UTIL_ROC_METRICS_ROC_METRICS_H_ #define _THIRD_PARTY_TENSORFLOW_MODELS_MLPERF_MODELS_ROUGH_UTIL_ROC_METRICS_ROC_METRICS_H_ #include <Python.h> #include <vector> #include "absl/types/span.h" #include "numpy/core/include/numpy/arrayobject.h" namespace rocmetr...
[ "dmchen@google.com" ]
dmchen@google.com
517a55250b80e1c7d1fda9f208c65561675ee7bf
3216cfbd95c57824e96c076e40aeba49038db4b6
/codeforces/137_E/main.cpp
c9cad3d4663f1a562e9023cb411944f5b31f9a4f
[]
no_license
ciupmeister/Surse
178f1ce7ea09ff380361941c7d851038ee4f4a93
a44208b78532f6d59cd6b9525da510150c21899d
refs/heads/master
2021-05-10T12:09:51.110482
2014-02-18T15:55:35
2014-02-18T15:55:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,279
cpp
/* cacat*/ #include <cstdio> #include <cstring> #include <cmath> #include <iostream> #include <cctype> #define LL long long #define DIM 100 #define REST 1000000007 #define MOD REST #define DN 100 using namespace std; long long n,m,k; LL aux[DN][DN],c[DN][DN],mi[DN][DN],rez[DN][DN]; void inm(LL a[DN][DN],LL b[DN][DN],...
[ "l3asketballplayer@yahoo.com" ]
l3asketballplayer@yahoo.com
868021e56e42f9b1f9a65b6fdca4c4ed50da7a51
632b94beca62f7c8af5ae1d1e8e095a352600429
/devel_isolated/control_msgs/include/control_msgs/JointTrajectoryAction.h
bf3b8d96379fc7d0ce60f6eebab8bd339805bf14
[]
no_license
Haoran-Zhao/US_UR3
d9eb17a7eceed75bc623be4f4db417a38f5a9f8d
a0c25e1daf613bb45dbd08075e3185cb9cd03657
refs/heads/master
2020-08-31T07:02:45.403001
2020-05-27T16:58:52
2020-05-27T16:58:52
218,629,020
0
0
null
null
null
null
UTF-8
C++
false
false
12,225
h
// Generated by gencpp from file control_msgs/JointTrajectoryAction.msg // DO NOT EDIT! #ifndef CONTROL_MSGS_MESSAGE_JOINTTRAJECTORYACTION_H #define CONTROL_MSGS_MESSAGE_JOINTTRAJECTORYACTION_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/bu...
[ "zhaohaorandl@gmail.com" ]
zhaohaorandl@gmail.com
cc02a0c1d41cc7190eb266ab52927f317cf728a7
a92b18defb50c5d1118a11bc364f17b148312028
/src/prod/src/api/wrappers/ComFabricMoveSecondaryResult.h
0f23721965c69c033af1dd0494b85aa939dfc1fa
[ "MIT" ]
permissive
KDSBest/service-fabric
34694e150fde662286e25f048fb763c97606382e
fe61c45b15a30fb089ad891c68c893b3a976e404
refs/heads/master
2023-01-28T23:19:25.040275
2020-11-30T11:11:58
2020-11-30T11:11:58
301,365,601
1
0
MIT
2020-11-30T11:11:59
2020-10-05T10:05:53
null
UTF-8
C++
false
false
1,411
h
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Api { ...
[ "noreply-sfteam@microsoft.com" ]
noreply-sfteam@microsoft.com
831aa03bb132e8a4bfb0c841fa65f66bb1c59c49
4285aa8e95c8a2db56a10a82531b6ffb8eb9f9f3
/SDK/pfc/syncd_storage.h
8e86b5420fa6d2641b8a7da833736f1b6b27f197
[ "MIT", "Unlicense", "LicenseRef-scancode-unknown-license-reference" ]
permissive
exscape/foo_simpleserver
2ef746416337ddbee8febe2d16685928e2b88396
9240b8d64e4678d73562862004075a1383b4c644
refs/heads/master
2021-01-19T06:40:35.965084
2017-04-30T09:07:59
2017-04-30T09:07:59
60,867,191
2
2
null
null
null
null
UTF-8
C++
false
false
2,507
h
namespace pfc { // Read/write lock guarded object store for safe concurrent access template<typename t_object> class syncd_storage { private: typedef syncd_storage<t_object> t_self; public: syncd_storage() {} template<typename t_source> syncd_storage(const t_source & p_source) : m_object(p_source) {} tem...
[ "serenity@exscape.org" ]
serenity@exscape.org
580618452383dfbf1576a446ffa244b35b8b68c3
08b82a468ca4e6db98b91003fe1aeee2ece9b0a6
/Max-Area-Histogram/max-area-rectangle.cpp
4aaf47cdb1a85b3d0784ea8da1023f8fdb0c2398
[]
no_license
wallflower1/PopularProgrammingProblems
c2abd5986c8a16751149097d08637a1d83be23ec
dead4b988a977f233ad0018d0239377a67b9fd66
refs/heads/master
2021-01-10T01:35:01.009795
2018-02-07T15:28:54
2018-02-07T15:28:54
46,141,772
4
0
null
null
null
null
UTF-8
C++
false
false
960
cpp
#include<iostream> #include<stack> using namespace std; #define R 4 #define C 6 int maxAreaHistogram(int *hist, int n){ stack<int> s; int top, area, maxarea=0, i=0; while(i<n){ if(s.empty() || hist[s.top()]<hist[i]) s.push(i++); else{ top = s.top(); s.pop(); area = hist[top] * (s.empty()? i: i-s.top...
[ "sush.singh101@gmail.com" ]
sush.singh101@gmail.com
92218a26e7876aa7873400f42ae17f176593cc6e
3b47446de46d048a2e6e628a0b9dab7b7a5a63ab
/src/libzerocoin/SerialNumberSignatureOfKnowledge.cpp
cb35ec3a1c5020445ebae3522fc90ee528abc48a
[ "MIT" ]
permissive
travelpaycoin/travelpay-old
c84741ec99534035279137cb8d6c97084393767e
a017c495951e9df56127d036673d878d65c09bec
refs/heads/master
2020-04-13T14:18:57.738745
2019-01-02T15:08:10
2019-01-02T15:08:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,086
cpp
/** * @file SerialNumberSignatureOfKnowledge.cpp * * @brief SerialNumberSignatureOfKnowledge class for the Zerocoin library. * * @author Ian Miers, Christina Garman and Matthew Green * @date June 2013 * * @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green * @license This pr...
[ "support@travelpaycoin.org" ]
support@travelpaycoin.org
f6b37afc52e373babaa7cef4edaaf0bfb7b3319b
b32d47f8db88faa6da45799107c3218629bdbc67
/cpluspluspromote/class/operater_main.cpp
f6bbc2a9a6840af9672c461843d2e7e60f3354d3
[]
no_license
lw-debug/code-rightnow
5313d89c8cf897e6af956171a29e6953837f7e4b
606fcdec95cb5a0d3a30cffee93aed47bd333b28
refs/heads/master
2022-10-04T03:16:40.777726
2020-05-31T07:14:57
2020-05-31T07:14:57
268,008,492
0
0
null
null
null
null
UTF-8
C++
false
false
287
cpp
#include"operater.h" int main(int argc,char **arg) { #if 0 Car car1(0,"lww"); Car car2(211,"csds"); Car car3; car3=car1+car2; car3.print(); #endif Car car1(0,"lw"); car1.print(); Car car2=++car1; car2.print(); car1.print(); return 0; }
[ "2403022150@qq.com" ]
2403022150@qq.com
5b9ee428bfe888efe4595f0cff965cb7706c0fb0
7a9dfeb03a7be4e57eda382ef34480cec53c47df
/src/estimate_dynIRT.cpp
f5a2e5f689e674d5af6d951c031552b91ac7481c
[]
no_license
kosukeimai/emIRT
cb57cfe41b2f3f4f04987abead5ce8609752a844
62a84147c4353c6d6a48e3430d80782fc80a1dda
refs/heads/master
2022-02-23T05:49:20.314858
2022-02-14T21:56:31
2022-02-14T21:56:31
42,134,544
28
18
null
2021-05-13T01:43:49
2015-09-08T19:32:10
C++
UTF-8
C++
false
false
5,655
cpp
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 4 -*- #define DEBUG false #ifdef _OPENMP #include <omp.h> #endif #include <RcppArmadillo.h> #include "getEystar_dynIRT.h" #include "getLBS_dynIRT.h" #include "getNlegis_dynIRT.h" #include "getEx2x2_dynIRT.h" #include "getVb2_dynIRT.h" #include "getEb...
[ "jpolmsted@gmail.com" ]
jpolmsted@gmail.com
5243a7c8e1452f9f2bc5e753cf9085d700ee0c42
729ccdc61fe18814921ce46486c08bdeda5315cc
/openglesinc/FontLoader.h
babfda46a0d896045f3643296fbf1af6e6a1f667
[]
no_license
roldie/Rendering_Text_in_OpenGL_ES
88664b42d77462b771195eb54a74356aaa90f445
4987e760bff1953d050ea6d26d7f82a993adc3be
refs/heads/master
2021-01-19T18:33:09.731526
2015-06-28T03:21:11
2015-06-28T03:21:11
38,184,510
0
1
null
null
null
null
UTF-8
C++
false
false
812
h
// // FontLoader.h // openglesinc // // Created by Harold Serrano on 5/25/15. // Copyright (c) 2015 www.roldie.com. All rights reserved. // #ifndef __openglesinc__FontLoader__ #define __openglesinc__FontLoader__ #include <stdio.h> #include <iostream> #include <vector> #include <string> #include "CommonProtocols.h...
[ "harold.serrano@gmail.com" ]
harold.serrano@gmail.com
e589d62b87a68c699d452a6e2d0eca0d1e0d4361
cb31469d2f4367b1148ac677c32bcaa392bec12d
/HuffmanTree/HuffmanTree.cpp
ba77cead6af42a4d270e1ec4e649502b4ce6f17c
[]
no_license
rainbowhxch/daily-data-structure
dda335c7140b3d5ea270707fe1303dc7a58fbdfa
8655ece79ffbc7a79379fa41f61731f4790c004e
refs/heads/master
2022-11-12T12:57:57.451881
2020-06-24T11:10:50
2020-06-24T11:10:50
264,811,142
0
0
null
null
null
null
UTF-8
C++
false
false
2,642
cpp
#include "HuffmanTree.hpp" HuffmanTree::HuffmanTree() { setNum(27); if (n > 1) { int m = 2 * n - 1; HT = new HTNode[m + 1]; for (int i = 1;i <= m;++i) HT[i].parent = HT[i].lChild = HT[i].rChild = 0; for (int i = 1;i <= n;++i) cin >> HT[i]....
[ "18037722995@163.com" ]
18037722995@163.com
ddc955c0a9ec9b5c86757bcb3aa278b313947127
27e1a0831fa730f710c7f48125092b8bfa98c8c6
/src/runtime/CPP/functions/CPPUpsample.cpp
619b7e1f43d08aebd1e68b502d4e6784afcb6521
[ "MIT" ]
permissive
adityagupta1089/ComputeLibrary
ff9c57f4f69b02d3789f72b5223bc9c1f28ad777
39945fde9bbb805e76c55baf3ca536a376fb00f4
refs/heads/master
2021-06-22T06:54:52.030052
2021-01-03T14:04:39
2021-01-03T14:04:39
158,011,217
2
1
MIT
2018-11-17T18:07:24
2018-11-17T18:07:24
null
UTF-8
C++
false
false
1,688
cpp
/* * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * ri...
[ "anthony.barbier@arm.com" ]
anthony.barbier@arm.com
dd84574a68242647ba3098a319b32fff67e0ce3d
641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2
/third_party/WebKit/Source/core/layout/FragmentainerIterator.h
8f8dccee7f1b12eb9553da1028f124a9a4be99b2
[ "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
massnetwork/mass-browser
7de0dfc541cbac00ffa7308541394bac1e945b76
67526da9358734698c067b7775be491423884339
refs/heads/master
2022-12-07T09:01:31.027715
2017-01-19T14:29:18
2017-01-19T14:29:18
73,799,690
4
4
BSD-3-Clause
2022-11-26T11:53:23
2016-11-15T09:49:29
null
UTF-8
C++
false
false
2,491
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 FragmentainerIterator_h #define FragmentainerIterator_h #include "platform/geometry/LayoutRect.h" namespace blink { class LayoutFlowThread; cla...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
6b1f42f7b4e4f45ad78c71676e5837822b63eb7d
b53f1953f5520e5208f34bb87d42d86ead33dba6
/src/QSyncher_V2/Code/Dll/Phonebook_version2/PhonebookView.h
b4e97b2a7e775212edb1e7b5da310bdfcef9f3ad
[]
no_license
Jonkoping/data
e01b2ded3335742165ea3feb9c06e0d111ab5fb7
03de309b5f7998f394b2ed1d8b0bc0114ca686f3
refs/heads/master
2020-06-30T18:24:29.032625
2018-01-04T09:18:55
2018-01-04T09:18:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,549
h
/*************************************************************************** * * QSyncer 2.0 Project * * Copyright (c) 2007 Qisda Corpration * *************************************************************************** * * $Workfile: PhonebookView.h $ * ...
[ "faulfish@gmail.com" ]
faulfish@gmail.com
7fb983039e1ef75f40ebb5faaf0ccd84dc166ef0
c05333d50c49de11ba5e93f15a9e30e44ac18314
/chilkat/CkZipW.h
26b17f01e9d4967af26854d6fa6d9916b7d65022
[]
no_license
techsd/blockchain_simulator
77c955025565409ef0e2b673354414eda356e6ba
98fc41a33422e96c33a310fd096a56a18481eb9c
refs/heads/master
2023-03-28T23:50:40.472051
2017-12-06T18:04:59
2017-12-06T18:04:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
81,467
h
// CkZipW.h: interface for the CkZipW class. // ////////////////////////////////////////////////////////////////////// // This header is generated for Chilkat 9.5.0.69 #ifndef _CkZipW_H #define _CkZipW_H #include "chilkatDefs.h" #include "CkString.h" #include "CkClassWithCallbacksW.h" class CkZipEnt...
[ "betran.jacob@cirrus.com" ]
betran.jacob@cirrus.com
568fa111c1d99d3d26ae01129ca40a62696734a6
c00a2490947ad10582b5d675f070ccb62b70901d
/chromium/content/public/common/renderer_preferences.cc
be505ba4030840034cb231bce6b680ee3a557d66
[ "BSD-3-Clause" ]
permissive
teotikalki/vivaldi-source
543d0ab336fb5784eaae1904457598f95f426186
22a46f2c969f6a0b7ca239a05575d1ea2738768c
refs/heads/master
2021-01-23T01:17:34.305328
2016-04-29T20:28:18
2016-04-29T20:28:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,334
cc
// 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. #include "content/public/common/renderer_preferences.h" #include "build/build_config.h" #include "third_party/skia/include/core/SkColor.h" #include "...
[ "jason@theograys.com" ]
jason@theograys.com
5c15e97699a8cee573a9b16f6628e0179827d8c4
89beb59570f54bd940901d2dc288e8d87b940763
/maximal.cpp
d442e2d14cd493be9758c080ce53bd220924df07
[]
no_license
jaiskid/Leetcode
66a30fd52b0080e80e1a2ba6fee27f87a348a2a4
4110e0fa3f1897530465b8a781514efe13d2b550
refs/heads/master
2021-01-08T23:04:45.221196
2020-07-25T16:30:22
2020-07-25T16:30:22
242,168,899
0
0
null
null
null
null
UTF-8
C++
false
false
1,144
cpp
#include<bits/stdc++.h> using namespace std; int n = 4, m = 5; vector<vector<char>> matrix = vector<vector<char>>(n, vector<char>(m)); int largest(vector<int>&height) { stack<int> increasing_height; int max_area = 0; for (int i = 0; i <= height.size();) { if (increasing_height.empty() || (i < height.s...
[ "neeraj001jaiswal@gmail.com" ]
neeraj001jaiswal@gmail.com
32a928accc323aeaf876abe3d100a818e4c78373
afc4ac78cddf519b3ca36430dbe608caa2e06196
/Mapping/inc/Edge.h
6608601d4f5f36b4e7f4a5c60a49d9334399f0d4
[]
no_license
FWachter/Micromouse
7a5646acd43d61c05c1489e588e60eb5399fb482
4f199ac3a6d828c18f92e947d69050c48257dc7c
refs/heads/master
2021-01-09T08:54:24.556744
2017-05-20T01:55:28
2017-05-20T01:55:28
60,175,841
3
2
null
2017-03-28T04:17:55
2016-06-01T12:39:53
Matlab
UTF-8
C++
false
false
489
h
/* * Class file for representation of an Edge in the map * Author: Alexander Nhan */ #ifndef __EDGE__ #define __EDGE__ #include "Node.h" #include <cmath> #include <memory> using namespace std; class Edge { public: Edge(const shared_ptr<Node> n1, const shared_ptr<Node> n2) { this->node1 = n1; this->node2 = n2...
[ "nhanalex320@gmail.com" ]
nhanalex320@gmail.com