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
47febedda61077f35cfd6caec90895854a7d3a41
1d0def2ec8eacce21b33b641229bb8dbcb4dfd8a
/sailfishclient/TapMenu.cpp
98debd00c3313697e4e9e59ad5ff2505d757bb04
[]
no_license
Nokius/monavsailfish
64dda8536c12852545e0454b9fa8a8ac43eac543
a762d58c765a4959d55dc5f31cce669513aaf33b
refs/heads/master
2020-12-24T23:11:30.830226
2015-03-08T18:04:35
2015-03-08T18:04:35
31,856,840
0
0
null
2015-03-08T16:34:03
2015-03-08T16:34:03
null
UTF-8
C++
false
false
1,737
cpp
#include "TapMenu.h" #include "interfaces/iaddresslookup.h" #include "interfaces/irenderer.h" #include "utils/qthelpers.h" #include "client/mapdata.h" #include "client/routinglogic.h" TapMenu::TapMenu(QObject *parent) : QObject(parent) { } TapMenu::~TapMenu() { } void TapMenu::searchTextChanged(QString text) { I...
[ "jettis@gmail.com" ]
jettis@gmail.com
de3f0598ead2227c2596415e15ae4a9ca57e6fbb
adc6ec6f7845f5c3ca81a17c09a938b6c399c8a7
/Chapter 6 - Threaded safe stack using mutex - A class definition example.cpp
fdf4e18f648d11f0952409562a62007288a1a262
[]
no_license
CyberExplosion/Concurrency-In-Action
57d9eb7cd885c3bb01a2618d94fbfd105239894c
a5786650874bdec36d5dffe34cb677be819c0d7b
refs/heads/main
2023-06-02T11:44:05.662065
2021-06-18T10:49:02
2021-06-18T10:49:02
324,660,323
0
0
null
null
null
null
UTF-8
C++
false
false
1,706
cpp
#include <thread> #include <stack> #include <mutex> #include <exception> using namespace std; struct empty_stack : std::exception { const char* what () const noexcept; }; template <typename T> class threadsafe_stack { private: stack<T> data; mutable mutex m; public: threadsafe_stack () {}; threadsafe_stack (cons...
[ "minhkhoi632000@gmail.com" ]
minhkhoi632000@gmail.com
851fbf1ba4355da7fdab1061d22fa598e4bf2052
d40efadec5724c236f1ec681ac811466fcf848d8
/tags/volition_import/fs2_open/code/network/multiteamselect.cpp
3edeca2fdf8c0c105c4da888ac762f764b53253d
[]
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
100,422
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/Network/MultiTeamSelect.cpp $ * $Revisio...
[ "(no author)@387891d4-d844-0410-90c0-e4c51a9137d3" ]
(no author)@387891d4-d844-0410-90c0-e4c51a9137d3
b3c2f91638773c24d19815fb73b012aa51d7d493
5499e8b91353ef910d2514c8a57a80565ba6f05b
/zircon/system/utest/nand-redundant-storage/nand-rs-tests.cc
621b0b70cab556cd7b8b21716abf65bb3b346f22
[ "BSD-3-Clause", "MIT" ]
permissive
winksaville/fuchsia
410f451b8dfc671f6372cb3de6ff0165a2ef30ec
a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f
refs/heads/master
2022-11-01T11:57:38.343655
2019-11-01T17:06:19
2019-11-01T17:06:19
223,695,500
3
2
BSD-3-Clause
2022-10-13T13:47:02
2019-11-24T05:08:59
C++
UTF-8
C++
false
false
7,163
cc
// Copyright 2019 The Fuchsia 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 <lib/mtd/mtd-interface.h> #include <lib/nand-redundant-storage/nand-redundant-storage.h> #include <stdint.h> #include <vector> #include <zxtest/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
d5dfc6655be8265a97162ec9f4a42ef9aa2012c3
5740ea2c2d9d5fb5626ff5ad651f3789048ae86b
/Extensions/Editor/AppCommands.cpp
d3de4866c9b37ede48e45d9421a034527b9f65ec
[ "LicenseRef-scancode-scintilla", "MIT" ]
permissive
donovan680/Plasma
4945b92b7c6e642a557f12e05c7d53819186de55
51d40ef0669b7a3015f95e3c84c6d639d5469b62
refs/heads/master
2022-04-15T02:42:26.469268
2020-02-26T22:32:12
2020-02-26T22:32:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,640
cpp
#include "Precompiled.hpp" namespace Plasma { void OpenHelp() { Os::SystemOpenNetworkFile(Urls::cUserHelp); } void OpenPlasmaHub() { Os::SystemOpenNetworkFile(Urls::cUserPlasmaHub); } void OpenDocumentation() { Os::SystemOpenNetworkFile(Urls::cUserOnlineDocs); } void ExitEditor() { PL::gEditor->RequestQuit(...
[ "dragonCASTjosh@gmail.com" ]
dragonCASTjosh@gmail.com
602554a88c73c1f548cabb64b767c372b4c88526
98ab3e12ce3db4896ffa976fd258dffdbadb138c
/oxygine-framework/oxygine/src/Polygon.h
6fff8918d0bb586161ebcbcf61c93836f309a8e0
[ "MIT" ]
permissive
vlad-d-markin/dethgame
ce0a0f7868e59f12824fe9120c895a49ff3d1e19
bcb4bf7f432c14faf77ae9a7411c3c9df629bbd1
refs/heads/master
2021-01-17T16:56:34.567317
2016-07-19T21:42:01
2016-07-19T21:42:01
62,659,600
6
2
null
2016-07-17T21:06:13
2016-07-05T18:22:24
C
UTF-8
C++
false
false
902
h
#pragma once #include "oxygine_include.h" #include "Sprite.h" namespace oxygine { class ResAnim; DECLARE_SMART(Polygon, spPolygon); class Polygon : public _Sprite { public: DECLARE_COPYCLONE_NEW(Polygon); Polygon(); ~Polygon(); /** if *own* is true Polygon...
[ "vlad.d.markin@gmail.com" ]
vlad.d.markin@gmail.com
44590293364cce2f65278bb659654bd3a991cebe
32411cce4a91a3a4b693b963af77fcb83b3c0764
/src/gruppe3/src/laser.cpp
1f322b2fad74245b624353b9ad81a410e867643e
[]
no_license
IchBinZeyuan/Robotic_CPP
2d1279898ab7e348a3d2dca7bd08626f56c9c562
099592490b583c39cece3b7c7abd1a85e3b74063
refs/heads/master
2020-05-02T07:04:19.241923
2019-03-26T19:44:58
2019-03-26T19:44:58
177,808,938
0
1
null
null
null
null
UTF-8
C++
false
false
1,178
cpp
#include <ros/ros.h> #include <iostream> #include <sensor_msgs/LaserScan.h> using namespace std; double datalaser[360] = {0} ; //void AutoExp::processLaserScan(const sensor_msgs::LaserScan::ConstPtr& scan){ //ROS_INFO("laser messages:",scan->ranges[]); //} //int main(int argc,char** argv) //{ //ros::init(argc,argv,"la...
[ "zeyuan.zhang@tum.de" ]
zeyuan.zhang@tum.de
98f14a305ef75ed6f3303bf0106d8fde28800cf1
98066229ed99c9c1f92fdf8915ab6a11fb8cf60f
/source/response.cpp
fa27221379bd2ea4ba3f9586bfe21484cd9762a8
[]
no_license
NickRegistered/webServer-select
4313faa3516946d5c4a2633e2a139be47014bb50
249a117c3aa80a1ae8e148450f797a3d8b78dec3
refs/heads/master
2020-05-03T20:19:16.746382
2019-04-07T02:04:10
2019-04-07T02:04:10
178,800,364
3
1
null
null
null
null
UTF-8
C++
false
false
2,498
cpp
#include "response.h" using namespace std; const map<string, string> ExtnToType = { { ".gif","image/gif\r\n" },{ ".mp3","audio/mp3\r\n" } , { ".ogg","application/ogg\r\n" },{ ".mp4","audio/mp4\r\n" } , { ".webm","video/webm\r\n" },{ ".html...
[ "36127069+NickRegistered@users.noreply.github.com" ]
36127069+NickRegistered@users.noreply.github.com
ceea9ac8fd76a3d13cc8cec5831a2eed6853f85f
815ba6cc98dedf268cf66ef0a5207cfc4d3f5eb9
/mca-2.0.3/mcapi/src/mcapi_trans/mcapi_trans_sm/Fragments/mcapi_trans_smt_initialize_abl.cpp
6a4cb2a09d3222e50379304478f796b61cfc5291
[]
no_license
ke4harper/MxAPI
65b0c1fca9e58dd4670d1752c7f2a1d8f9ba78a7
fc4e2e4037cfb41360f0d0974f3142ba948d9bd7
refs/heads/master
2023-04-03T07:09:04.452807
2023-03-14T21:23:35
2023-03-14T21:23:35
185,410,427
1
0
null
2022-09-29T23:45:15
2019-05-07T13:43:25
C
UTF-8
C++
false
false
4,818
cpp
/* Copyright (c) 2012, ABB, Inc All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disc...
[ "keharper@wt.net" ]
keharper@wt.net
8af99273daa74669ab403ad115c8de1c9536af78
64bd2dbc0d2c8f794905e3c0c613d78f0648eefc
/Cpp/SDK/OnlineSubsystem_functions.cpp
9029d704aa120b6cfb0bb84cfc22c3472c36c7a9
[]
no_license
zanzo420/SoT-Insider-SDK
37232fa74866031dd655413837813635e93f3692
874cd4f4f8af0c58667c4f7c871d2a60609983d3
refs/heads/main
2023-06-18T15:48:54.547869
2021-07-19T06:02:00
2021-07-19T06:02:00
387,354,587
1
2
null
null
null
null
UTF-8
C++
false
false
1,816
cpp
// Name: SoT Insider, Version: 1.103.4306.0 #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
73d6f0566dd9864b3423a486eae3bba868582991
1dd825971ed4ec0193445dc9ed72d10618715106
/examples/extended/polarisation/Pol01/src/StepMaxMessenger.cc
6a1c8aca373acdc93d2b880e393e8510731ad2e4
[]
no_license
gfh16/Geant4
4d442e5946eefc855436f4df444c245af7d3aa81
d4cc6c37106ff519a77df16f8574b2fe4ad9d607
refs/heads/master
2021-06-25T22:32:21.104339
2020-11-02T13:12:01
2020-11-02T13:12:01
158,790,658
0
0
null
null
null
null
UTF-8
C++
false
false
2,991
cc
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
[ "gfh16@mails.tsinghua.edu.cn" ]
gfh16@mails.tsinghua.edu.cn
aa3cd6fdd4626ba635625988403aabc85c8d84b5
5bbeacc09bcb942112cb506f3bfce3ef4269e9b0
/ElliotEngine/src/ElliotEngineView.h
f3651cfd6775c27848e53c8d9dceef8d6235345b
[]
no_license
schaed/finance
cf62f898cf31e8c0060a57a3bed06d1acea44ca9
64a2d91f01f6abf39b9d1399e47a1f16a529fe41
refs/heads/master
2021-01-13T03:14:15.898981
2017-05-25T14:34:15
2017-05-25T14:34:15
77,621,789
0
3
null
null
null
null
UTF-8
C++
false
false
4,051
h
// ElliotEngineView.h : interface of the CElliotEngineView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_ELLIOTENGINEVIEW_H__6022A139_5151_45DC_95EB_202FEBC1912E__INCLUDED_) #define AFX_ELLIOTENGINEVIEW_H__6022A139_5151_45DC_95EB_202FEBC1912E__INCLUDED_ ...
[ "schae@cern.ch" ]
schae@cern.ch
4af6534731eb3b414a2a55422c4c9012c768eb34
045ad86b79d87f501cfd8252ecd8cc3c1ac960dd
/DDS/Policy/QosPolicyBase.h
46c582f7f146b30c98205ca4fd62c7c5c7389f02
[ "MIT" ]
permissive
intact-software-systems/cpp-software-patterns
9513e4d988342d88c100e4d85a0e58a3dbd9909e
e463fc7eeba4946b365b5f0b2eecf3da0f4c895b
refs/heads/master
2020-04-08T08:22:25.073672
2018-11-26T14:19:49
2018-11-26T14:19:49
159,176,259
1
0
null
null
null
null
UTF-8
C++
false
false
3,151
h
/* * QosPolicy.h * * Created on: 10. july 2012 * Author: KVik */ #ifndef DDS_QosPolicy_QosPolicyBase_h_IsIncluded #define DDS_QosPolicy_QosPolicyBase_h_IsIncluded #include"DDS/CommonDefines.h" #include"DDS/Policy/PolicyKind.h" #include"DDS/Export.h" namespace DDS { namespace Policy { /** * @brief * * ...
[ "intact.software.systems@gmail.com" ]
intact.software.systems@gmail.com
716ead90c8053dff43b2b8e2d754ee1137dbe2b2
1ab9ced624ad3518554548b7bed92a13c5d05faa
/Solutions/Daily Temperatures.cpp
a4f8a7b922222122c9c2ef10e30eabe2329cdd5c
[]
no_license
shehab-ashraf/Problem_Solving
361674efde765b705402d1971cf0206e604d92c7
2cb4d241bcc885251fdaf2757f3f0738b08f521f
refs/heads/master
2023-07-02T19:25:04.780816
2021-07-30T22:30:01
2021-07-30T22:30:01
381,096,647
0
0
null
null
null
null
UTF-8
C++
false
false
474
cpp
// O(n) time | O(n) space class Solution { public: vector<int> dailyTemperatures(vector<int>& temperatures) { stack<int> st; vector<int> ans(temperatures.size(),0); for(int i = 0 ; i < temperatures.size() ; i++){ while(!st.empty() && temperatures[st.top()] < temperatures[i]){ ...
[ "ashrafshehab377@gmail.com" ]
ashrafshehab377@gmail.com
be2c5d334b998cd2228c105cdbbfea0578cd2d5b
5586d98bf5f5d3336d5ec427eaa3a2b7c6f6d9da
/Practice/lab1.cpp
bcb9a74627772df5a58aa890a2ee54ee57f99235
[]
no_license
maybeabhishek/PDC_Lab
b09a00f3b25586601084861c42bac545e87843c1
eefb0d15b5344dceb5c089e0eb8f7829155aa0a0
refs/heads/master
2022-03-29T16:09:50.853593
2019-12-24T18:48:12
2019-12-24T18:48:12
198,183,784
1
0
null
null
null
null
UTF-8
C++
false
false
992
cpp
#include<iostream> #include<omp.h> using namespace std; int main(){ int num = omp_get_max_threads(); cout<<"Num threads: "<<num<<endl; int n = 400; double a[n][n], b[n][n], c[n][n]; int i,j,k; double wtime = omp_get_wtime(); srand(time(0)); #pragma omp shared(a,b,c,n) private(i,j,k) ...
[ "abhishek.satapathy01@gmail.com" ]
abhishek.satapathy01@gmail.com
22588425b27fc86a53fd743533098c88593f3751
5d4753b7e463827c9540e982108de22f62435c3f
/cc/subtle/prf/streaming_prf_wrapper_test.cc
875d6747aa9d648fd878eb35d10f03ed8d0ccecf
[ "Apache-2.0" ]
permissive
thaidn/tink
8c9b65e3f3914eb54d70847c9f56853afd051dd3
2a75c1c3e4ef6aa1b6e29700bf5946b725276c95
refs/heads/master
2021-07-25T02:02:59.839232
2021-02-10T17:21:31
2021-02-10T17:22:01
337,815,957
2
0
Apache-2.0
2021-02-10T18:28:20
2021-02-10T18:28:20
null
UTF-8
C++
false
false
4,640
cc
// 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 agreed to in writing, software // distributed ...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
0dd68be4b85d753fe732558602078b139e87ed0e
6fe17c32ba5bb492e276e13128c516a3f85f01ff
/New folder/stones on the table.cpp
385fd81f1bbde63893ea12f81cdf4a3b3416c12c
[ "Apache-2.0" ]
permissive
YaminArafat/Codeforces
35c5c527c8edd51c7f591bfe6474060934241d86
3d72ba0b5c9408a8e2491b25b5b643e9f9be728b
refs/heads/master
2023-08-17T03:12:04.596632
2021-10-06T14:49:29
2021-10-06T14:49:29
351,042,898
0
0
null
null
null
null
UTF-8
C++
false
false
326
cpp
#include <bits/stdc++.h> using namespace std; int main() { int n,i,x=0; scanf("%d",&n); char str[n+1]; for (i=0 ; i<n; i++) { cin>>str[i]; } str[i]='\0'; for(i=0;i<n-1;i++) { if(str[i]==str[i+1]) { x++; } } cout<<x<<endl; return...
[ "yaminarafat032@gmail.com" ]
yaminarafat032@gmail.com
8e3f2e3ab5b71a5bbc66053b5302ce944161c804
3943f4014015ae49a2c6c3c7018afd1d2119a7ed
/final_output/output_myrecur_abs_1_cp/laguerre_formula_0.9_1.1/3-6.cpp
06fb0675062f122b5c4dc02db7a92807b07d57df
[]
no_license
Cathy272272272/practicum
9fa7bfcccc23d4e40af9b647d9d98f5ada37aecf
e13ab8aa5cf5c037245b677453e14b586b10736d
refs/heads/master
2020-05-23T10:10:15.111847
2019-06-08T00:23:57
2019-06-08T00:23:57
186,689,468
0
0
null
null
null
null
UTF-8
C++
false
false
2,852
cpp
#include <iostream> #include <stdio.h> #include <assert.h> #include <math.h> extern "C" { #include "quadmath.h" } #ifndef IFT #define IFT float #endif #ifndef OFT #define OFT __float128 #endif //#include <cmath> using namespace std; //static const int k = 3; template <class T> T n_factorial(T n){ if ( n == 0 ) ...
[ "cathyxu@Cathys-MacBook-Pro.local" ]
cathyxu@Cathys-MacBook-Pro.local
b1773c2ec4e1fb80e2e3dbd5904ecfd5627d91b2
94847d787dfe5695eeaa5e0bfd65eb11b6d4e6ef
/include/rllib/util/Vector3.hpp
ed28eb98ad8604a8ab5197fbd8ebe399436e4c06
[ "MIT" ]
permissive
loriswit/rllib
70bc3161e998d71355536a977f1ce74fdb172ec0
a09a73f8ac353db76454007b2ec95bf438c0fc1a
refs/heads/main
2021-06-15T19:12:58.385115
2021-02-07T17:44:39
2021-02-07T17:44:39
144,877,014
1
0
null
null
null
null
UTF-8
C++
false
false
1,212
hpp
#ifndef RLLIB_VECTOR3_HPP #define RLLIB_VECTOR3_HPP #include <ostream> namespace rl { /** * Structure representing a three-dimensional vector. * * @tparam T The type of the vector components */ template<typename T> struct RL_API Vector3 { /** * The horizontal component of the vector. */ T x; ...
[ "loris.wit@gmail.com" ]
loris.wit@gmail.com
43134827e35602e8ae1f49eeed13910cd9028cbe
f82aa8969f093aeccc55d0724da3605185a29ae4
/templates/examples/videoexample.cpp
4a398b6e511a918f8b4aa26c8d720269c8b19da6
[]
no_license
EricMiddleton1/CPRE575-HW3
d78d0579377972357c5ec6704a45f0c7604173b2
e9fcef27e132b62ec8e141dce080907e75d41b3a
refs/heads/master
2021-03-19T17:30:06.717523
2018-02-22T09:13:08
2018-02-22T09:13:08
122,440,611
0
0
null
null
null
null
UTF-8
C++
false
false
1,638
cpp
// Headers #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/opencv.hpp> #include <iostream> using namespace cv; int main(int argc, char* argv[]) { // Load input video // If your video is in a different source folder than...
[ "ericm@iastate.edu" ]
ericm@iastate.edu
11da73a7609b400d1f32fffc741d4bf3fea24596
107dd749c9886d781894e5238d9c2419f7952649
/src/qt/bitcoingui.h
483fa2b75e701a13a46e904982aad166dee03137
[ "MIT" ]
permissive
Coin4Trade/Coin4Trade
ae58e76e09ed5a0cb62def5b91efd848cd77a284
fb5c4b7580212cd7e3daacd93fabf1be4d20ff7c
refs/heads/master
2023-08-23T22:42:33.681882
2021-10-02T20:58:21
2021-10-02T20:58:21
281,785,399
1
0
null
null
null
null
UTF-8
C++
false
false
9,416
h
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2017-2018 The PIVX developers // Copyright (c) 2020 The C4T developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_BITCOINGUI_H #defin...
[ "68502813+Coin4Trade@users.noreply.github.com" ]
68502813+Coin4Trade@users.noreply.github.com
8301e048f1a2c75efe7cd5747e94a4ffcec1c3dd
276f0b31f669b3e1e36b7e2f332c4df86aec800d
/Mateusz Machaj Connect Four Source Code/Connect Four/Game Classes/Game.h
2f9122d52e6f9cba3ae7d40c703ac402f1a95d1d
[]
no_license
mateuszmachaj/Code-Foo
c06b5c5f821ca29224fa778cf97e0ae2e44eb23d
9b4279581f580b4b625b4cc362caf48a9e858f37
refs/heads/master
2021-01-13T02:29:52.554462
2012-05-01T04:25:10
2012-05-01T04:25:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,005
h
#pragma once #include "../Framework/Graphics.h" #include "../Framework/Input.h" #include "../Framework/Audio.h" // Sprite structure typedef struct { // sprite details float width; float height; // sprite position float posX; float posY; bool visible; }Sprite; class Game { public: Game...
[ "mateuszmachaj@yahoo.com" ]
mateuszmachaj@yahoo.com
0a9fcc33c4a2939430b6d0a810d4ac09375e73b8
087dea2f7147663ba90a213f59b70ddd59f6aec4
/main/stltest/bind2nd2.cpp
4949eb68852cab1062e669d946aa6f4a64a893a6
[ "MIT" ]
permissive
stormbrew/stir
b5c3bcaf7c7e8c3a95dd45bf1642c83b6291a408
2d39364bfceb87106daa2338f9dfe6362a811347
refs/heads/master
2022-05-24T17:52:26.908960
2022-04-28T03:39:42
2022-04-28T03:39:42
1,130,258
0
0
null
null
null
null
UTF-8
C++
false
false
469
cpp
#ifndef SINGLE // An adapted ObjectSpace example for use with SGI STL #include <iostream> #include <algorithm> #include <functional> #ifdef MAIN #define bind2nd2_test main #endif #endif int bind2nd2_test(int, char**) { std::cout<<"Results of bind2nd2_test:"<<std::endl; int array [3] = { 1, 2, 3 }; std::repla...
[ "megan@stormbrew.ca" ]
megan@stormbrew.ca
132408885f75e8a40b0f4ea9c497342073d408b6
e94caa5e0894eb25ff09ad75aa104e484d9f0582
/data/s30l/mp2/cp_corrected/20/AB/cc-pVQZ/2_ghosts/cbas_mp2/restart.cc
6dd50a8da7a2af525c343189c32bacc56e590290
[]
no_license
bdnguye2/divergence_mbpt_noncovalent
d74e5d755497509026e4ac0213ed66f3ca296908
f29b8c75ba2f1c281a9b81979d2a66d2fd48e09c
refs/heads/master
2022-04-14T14:09:08.951134
2020-04-04T10:49:03
2020-04-04T10:49:03
240,377,466
0
0
null
null
null
null
UTF-8
C++
false
false
444
cc
$chkbas= 1570771.54340576 $nucrep= 505.009748775714 $chkaux= 13179617163.0805 $chkupro= 1.00000000000000 $chkipro= 2.00000000000000 $chklasrep= 1.00000000000000 $chkisy6= 4.00000000000000 $chkmos= 2036.89531322081 $chkCCVPQ_ISQR= 52880.6863318043 $chkbqia= 55.1374803240782 $chkr0...
[ "bdnguye2@uci.edu" ]
bdnguye2@uci.edu
c227fd87bad21b3935bdbc6acdf59f7ab7350b41
1d68c8a01ed498a99d4797f8c845b89d4bfe92c0
/VK9-Library/CVertexDeclaration9.h
d7fdba2c283135fedb83e4800056123160f84e4c
[ "Zlib" ]
permissive
lorendias/VK9
4edd16f4defaa470e208f2e9bf7237463e86c6a1
c788b63ac307dcae5891cf19b0a11a40a0e96d82
refs/heads/master
2020-05-09T19:20:58.189090
2019-04-14T03:19:11
2019-04-14T03:19:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,582
h
#pragma once /* Copyright(c) 2016-2019 Christopher Joseph Dean Schaefer This software is provided 'as-is', without any express or implied warranty.In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any p...
[ "disks86@gmail.com" ]
disks86@gmail.com
1bf6158d4778df4d204abe2699364432bdb10209
e1adcd0173cf849867144a511c029b8f5529b711
/ros_ws/install/include/baxter_maintenance_msgs/UpdateSource.h
01db0d7739d138f6ee9fb041e903ba16298fbf1d
[]
no_license
adubredu/cartbot_arm_subsystem
20a6e0c7bacc28dc0486160c6e25fede49f013f2
3e451272ddaf720bc7bd24da2ad5201b27248f1c
refs/heads/master
2022-01-04T23:01:25.061143
2019-05-14T16:45:02
2019-05-14T16:45:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,794
h
// Generated by gencpp from file baxter_maintenance_msgs/UpdateSource.msg // DO NOT EDIT! #ifndef BAXTER_MAINTENANCE_MSGS_MESSAGE_UPDATESOURCE_H #define BAXTER_MAINTENANCE_MSGS_MESSAGE_UPDATESOURCE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <...
[ "alphonsusbq436@gmail.com" ]
alphonsusbq436@gmail.com
bb366dd7995357dcb2fe21bff61c83d1e3037f46
3fcc27c255db2da950af5b9b08c7e4cceea2ef75
/src/rpcwallet.cpp
3a7cd1b2664f0b871c8937a1c20e732b288775de
[ "MIT" ]
permissive
legendcoin/legendcoin
dfda212512f9c31b335cb9f169241c9cdfa93f34
5eeb4ef47dacece3a314d4944217b36a1f2e71c1
refs/heads/master
2021-01-10T20:49:46.572694
2014-05-14T09:52:43
2014-05-14T09:52:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
55,117
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <boost/assign/list_of.hpp> #include "wallet.h" #include "walletdb.h" #include...
[ "sunchaoqun@126.com" ]
sunchaoqun@126.com
81c1afc23b0bf8396ccb7cfb078d27d5c4e40585
e17f365bf6d40cc0325ed0dc6ec1c5ecd9132b99
/arduino/libraries/EZKey/EZKey.cpp
440783316bb0a99c8709a7d18096ef0f37f97c34
[ "MIT" ]
permissive
wyolum/VPD
70740230807ba4c74eb1455507ff60149c91d618
52baa1d7046b004015e4c9d727df13d7cfa4bf23
refs/heads/master
2016-09-05T08:44:23.418769
2015-05-24T13:56:39
2015-05-24T13:56:39
35,377,369
1
0
null
null
null
null
UTF-8
C++
false
false
537
cpp
#include "EZKey.h" void keyCommand(SoftwareSerial BT, uint8_t modifiers, uint8_t keycode1, uint8_t keycode2, uint8_t keycode3, uint8_t keycode4, uint8_t keycode5, uint8_t keycode6) { BT.write(0xFD); // our command BT.write(modifiers); // modifier! BT.write((byte)0x00); // 0x00 BT.writ...
[ "wyojustin@gmail.com" ]
wyojustin@gmail.com
44496751581b6f2b80791871729c24c53d5c64e3
de35ee3cb9e95affb2971ca96d3d67d2cb89d3fe
/src/Game.h
bb080cd3cbbacff8071bc34ddab19871e0a0dc47
[]
no_license
ratanraj/triangle
45d8d655579db8b603314593212ffbe9188b0cd3
a263ed7ee7389be2ff71a5e6ce2a2767a8d7c4b7
refs/heads/master
2020-12-20T18:49:26.338201
2020-01-25T17:29:43
2020-01-25T17:29:43
236,176,383
0
0
null
null
null
null
UTF-8
C++
false
false
543
h
// // Created by ratanraj on 25/01/20. // #ifndef TRIANGLE_GAME_H #define TRIANGLE_GAME_H #include <iostream> #include <SDL2/SDL.h> #include <SDL2/SDL_image.h> class Game { private: bool isRunning; SDL_Window *window; int cnt = 0; public: Game(); ~Game(); void init(const char *title, int xpo...
[ "ratanraj.r@gmail.com" ]
ratanraj.r@gmail.com
243365f568677d6f2311811a20efb11b75c580fd
5f2f9dcb47bb810cf55291825ab2be3028a201a5
/HNU/2015 暑期培训训练赛之八 1004/main2.cpp
7302a98eb36fad4a79fc480a0320e926713e8c4a
[]
no_license
Linfanty/ACM-ICPC
19480155d6e461b728147cfd299e8bce8930f303
2d23ef8013df4eb55dc27aa8f7149420a1b5d3a7
refs/heads/master
2021-01-24T00:24:39.585748
2017-08-27T08:27:32
2017-08-27T08:27:32
122,764,304
1
0
null
2018-02-24T17:48:03
2018-02-24T17:48:03
null
UTF-8
C++
false
false
531
cpp
/* * this code is made by crazyacking * Verdict: Accepted * Submission Date: 2015-08-16-21.49 * Time: 0MS * Memory: 137KB */ #include <queue> #include <cstdio> #include <set> #include <string> #include <stack> #include <cmath> #include <climits> #include <map> #include <cstdlib> #include <iostream> #include <vector> #i...
[ "11301655@qq.com" ]
11301655@qq.com
cfefaf4cdf63b5692c396e21d7902d8a138910a3
ae68403fba102765271c28ad47a9cf17650f5623
/ch16/DebugDelete.h
dd9444d78872157010ea36db18365feec887fab6
[]
no_license
yangcnju/cpp_primer_5
a3b0a903f81b5b281053adc01b5a1a66704819c0
81152ad4277405082613f29de6fb89a6176e4fa4
refs/heads/master
2021-01-01T19:06:22.280063
2015-11-20T03:05:42
2015-11-20T03:05:42
40,577,238
0
0
null
null
null
null
UTF-8
C++
false
false
372
h
#ifndef _DebugDelete_h #define _DebugDelete_h #include <iostream> // function-obj class that calls delete on a given ptr class DebugDelete { public: DebugDelete(std::ostream &s = std::cerr) : os(s) {} template <typename T> void operator()(T *p) const { os << "deleting unique_ptr" << std::endl; delete p; } private:...
[ "yangcnju@gmail.com" ]
yangcnju@gmail.com
afeeb5ef42f822403b4fd9048a2be1c94dc1ed50
ab01f5ba3e2130f1160a5fa51f7a993c7aa8d14f
/Projects/IMeteorite/Meteorite.h
cc101e616ef13d1ed49f053932d04e68531e18e4
[]
no_license
HinsSyr/Shoot-Game
b6400ae8239d02a5e7bf1f838b29de3b0297aac2
7415791f069b6bbee5913c51256c18a31600a4bb
refs/heads/master
2023-03-02T00:35:11.171213
2021-02-08T01:15:07
2021-02-08T01:15:07
336,927,469
0
0
null
null
null
null
UTF-8
C++
false
false
2,545
h
#ifndef METEORITE_H #define METEORITE_H /////////////////////////////////////////////////////////////////////// // Meteorite.h Meteorite object // // // // ver 1.0 ...
[ "bqiu03@syr.edu" ]
bqiu03@syr.edu
9bd21eec6afbc87007020e6dc7253210fd7602cf
d4bfae1b7aba456a355487e98c50dfd415ccb9ba
/media/filters/decrypting_demuxer_stream.cc
bc35d5bd109c40db26380e75932b9629161fa39f
[ "BSD-3-Clause" ]
permissive
mindaptiv/chromium
d123e4e215ef4c82518a6d08a9c4211433ae3715
a93319b2237f37862989129eeecf87304ab4ff0c
refs/heads/master
2023-05-19T22:48:12.614549
2016-08-23T02:56:57
2016-08-23T02:56:57
66,865,429
1
1
null
2016-08-29T17:35:46
2016-08-29T17:35:45
null
UTF-8
C++
false
false
12,383
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 "media/filters/decrypting_demuxer_stream.h" #include "base/bind.h" #include "base/callback_helpers.h" #include "base/location.h" #include "b...
[ "serg.zhukovsky@gmail.com" ]
serg.zhukovsky@gmail.com
e2b1bd304976789735eb1ec74676e74907ab870f
309e9e43f6c105f686a5991d355f201423b6f20e
/old study/c++/c_++ yuanma/appliance/light.h
71df3d0b4fecd81b6e049e96c7c82120db70e83c
[]
no_license
jikal/mystudy
d1e106725154730de0567fe4d7a7efa857b09682
ff51292c3fcb93d354c279e2c5222bc17b874966
refs/heads/master
2020-05-30T09:36:55.439089
2015-06-30T02:58:22
2015-06-30T02:58:22
35,258,479
0
0
null
null
null
null
UTF-8
C++
false
false
257
h
#ifndef _LIGHT_H_ #define _LIGHT_H_ #include "appliance.h" #define WHITE 1 #define GREEN 2 class Light : public Appliance{ public: Light(int price, int color); ~Light(); void on(); void off(); string toString(); private: int m_color; }; #endif
[ "zhk@ubuntu.(none)" ]
zhk@ubuntu.(none)
af878b71446af13a25c84154d07c56691cfb77d4
d4876d852d32d64391f4eaf67b38a461a219cf73
/src/GameCuaTao/Castlevania/Models/Weapons/Whip.cpp
dbd1ef7f96eb2fa5d63547c912f9c3d5a207cbcc
[]
no_license
ngb0511/Castlevania
1894988743bfcd622e4eb01d13329cffaf31c91a
c2c8a33fcbe9c67cb22b0fe15fbe65b313f0b8aa
refs/heads/master
2022-03-21T03:16:26.013207
2019-10-15T12:55:57
2019-10-15T12:55:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,261
cpp
#include "Direct2DGame/MathHelper.h" #include "Whip.h" #include "../Settings.h" #include "WhipFlashingRenderingSystem.h" #include "../../Utilities/AudioManager.h" using namespace Castlevania; const auto HITPOINTS = std::map<int, int> { { 1, 1 }, { 2, 2 }, { 3, 2 }, }; Whip::Whip() : GameObject{ ObjectId::Whip } {...
[ "near.huscarl@gmail.com" ]
near.huscarl@gmail.com
f2b96fe3cce8de49105796a4e25830df341131d6
fec81bfe0453c5646e00c5d69874a71c579a103d
/blazetest/src/mathtest/operations/dmatsmatsub/UHbUCb.cpp
bbe5ce937dc99f5427d41e501de214028caf4914
[ "BSD-3-Clause" ]
permissive
parsa/blaze
801b0f619a53f8c07454b80d0a665ac0a3cf561d
6ce2d5d8951e9b367aad87cc55ac835b054b5964
refs/heads/master
2022-09-19T15:46:44.108364
2022-07-30T04:47:03
2022-07-30T04:47:03
105,918,096
52
7
null
null
null
null
UTF-8
C++
false
false
4,190
cpp
//================================================================================================= /*! // \file src/mathtest/operations/dmatsmatsub/UHbUCb.cpp // \brief Source file for the UHbUCb dense matrix/sparse matrix subtraction math test // // Copyright (C) 2012-2020 Klaus Iglberger - All Rights Reserved // ...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
889e592fd4c76f9c96705afbbb3ea6f8719a23bb
b2b10f8ba5b3a2b023fe3dbfb9fe9900c111a8e7
/common/columnlistview/haiku/ColumnListView.cpp
37ee3eee3dc67a0abc1549d96878b323dd92dd35
[ "BSD-3-Clause" ]
permissive
HaikuArchives/IMKit
0759451f29a15502838e9102c0c4566a436fd9c0
9c80ad110de77481717d855f503d3de6ce65e4d8
refs/heads/master
2021-01-19T03:14:00.562465
2009-11-27T16:17:29
2009-11-27T16:17:29
12,183,169
1
0
null
null
null
null
UTF-8
C++
false
false
117,906
cpp
/* Open Tracker License Terms and Conditions Copyright (c) 1991-2000, Be Incorporated. All rights reserved. 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...
[ "plfiorini@8f1b5804-98cd-0310-9b8b-c217470a4c7c" ]
plfiorini@8f1b5804-98cd-0310-9b8b-c217470a4c7c
a1e7d1781673d8224587d0bc836808e2e55466c0
3e1ac5a6f5473c93fb9d4174ced2e721a7c1ff4c
/build/iOS/Preview/include/Fuse.Internal.CacheRef-2.h
ce5b60c3dcb5b0eac560458bc1ffe1f4669d3f79
[]
no_license
dream-plus/DreamPlus_popup
49d42d313e9cf1c9bd5ffa01a42d4b7c2cf0c929
76bb86b1f2e36a513effbc4bc055efae78331746
refs/heads/master
2020-04-28T20:47:24.361319
2019-05-13T12:04:14
2019-05-13T12:04:14
175,556,703
0
1
null
null
null
null
UTF-8
C++
false
false
1,839
h
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Common/1.9.0/Internal/Cache.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.IDisposable.h> #include <Uno.Object.h> namespace g{namespace Fuse{namespace Internal{struct Cache;}}} namespace g{namespac...
[ "cowodbs156@gmail.com" ]
cowodbs156@gmail.com
18aa0c2584ee9c9addc69129d37c52442bdc8f68
c53bbbdb65378437e05ef1e0de0041684e1797cb
/CONTRIB/LLVM/src/lib/Support/ManagedStatic.cpp
9868207b14ff2733ba7c8ea75b81ec6a98b7abe4
[ "Spencer-94", "BSD-3-Clause", "Apache-2.0" ]
permissive
Maeiky/CpcdosOS2.1-1
b4d087b85f137f44fc34a521ebede3a5fc1d6c59
95910f2fe0cfeda592d6c47d8fa29f380b2b4d08
refs/heads/main
2023-03-26T08:39:40.606756
2021-03-16T05:57:00
2021-03-16T05:57:00
345,801,854
0
0
Apache-2.0
2021-03-08T21:36:06
2021-03-08T21:36:06
null
UTF-8
C++
false
false
2,683
cpp
//===-- ManagedStatic.cpp - Static Global wrapper -------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "cpcdososx@gmail.com" ]
cpcdososx@gmail.com
e669675136ccb263e0d7f18eed8ab42d4ec7c9a2
84827d73992a00aa28a6baabf6ff660af55657db
/1.0/code/interface/AndroidQQDecryptSDK.hpp
f32962424645cf052e364569df523b8c951f30ea
[]
no_license
mogeku/mytest
6b167c503330740df7f0127878e3a045539db981
cd3e474aaada674991c4d40761e9be9db77abd2f
refs/heads/main
2023-01-09T23:26:07.936899
2020-11-10T10:24:04
2020-11-10T10:24:04
310,562,755
0
0
null
null
null
null
UTF-8
C++
false
false
1,447
hpp
// The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the ANDROIDQQDECRYPTSDK_EXPORTS // symbol defined on the command line. This symbol should not be defined on any project // that uses this DLL. This way any other pr...
[ "local@email.com" ]
local@email.com
04c0a8bbc1eb6d8a834a02fee0d51bf070fba784
ef3fa8e089c53422db4a5bbff9721268976bae53
/cases/mixerVessel2D/150/uniform/time
08677b802582989a4172a79f1f321292383cac84
[]
no_license
will214/CFDcourse
6b22f00a86f5ac83378e059074eb907e288693f2
37bd665013d77095f85ea4e6bc464caa11f91db1
refs/heads/master
2021-05-09T18:51:12.192394
2016-11-20T10:02:50
2016-11-20T10:02:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
968
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.0 | ...
[ "victormavi_1995@hotmail.com" ]
victormavi_1995@hotmail.com
52211ec7167cbe4534272b0dfe158ab6edae8c5d
89016fcda83d19cf880a3671e7923d69b8cb7c39
/spriterengine/global/settings.h
8ec7bd60521f147648da2e3de563344d2f2c7538
[ "Zlib" ]
permissive
lucidspriter/SpriterPlusPlus
9f83e68cd81295642dd3814ab800cd92967ee6c0
8fb550e1633036b42acd1cce0e05cfe60a3041c0
refs/heads/master
2023-08-10T10:29:03.386422
2021-02-17T22:13:10
2021-02-17T22:13:10
45,448,363
97
55
NOASSERTION
2023-07-23T13:17:31
2015-11-03T07:09:45
C++
UTF-8
C++
false
false
875
h
#ifndef SETTINGS_H #define SETTINGS_H #include <iostream> #include <string> namespace SpriterEngine { typedef void(*ErrorFunctionPointer)(const std::string &errorMessage); class Settings { public: static bool renderDebugBoxes; static bool renderDebugPoints; static bool renderDebugBones; static bool en...
[ "lucid@brashmonkey.com" ]
lucid@brashmonkey.com
45cd2f2228f37422e3a3ad9ffe0f1bfaa4124892
4bad7578931dd47c38dc283aec7eb961be6e1f30
/tests/core_tests/v2_tests.h
76a3b24728e4221a8a750a92818b212e4c9b96fd
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
cyberstormdotmu/electroneum-classic
d034453071a3c9fa37f494c212e3ffc6d0effc9b
494bd2b5f9d9d759c10568e0326dde1737cefad6
refs/heads/master
2020-04-01T06:25:43.262217
2018-10-17T04:16:13
2018-10-17T04:16:13
152,947,188
0
0
null
2018-10-14T06:47:32
2018-10-14T06:47:32
null
UTF-8
C++
false
false
5,069
h
// Copyrights(c) 2018, The Electroneum Classic Project // Copyrights(c) 2017-2018, The Electroneum Project // Copyrights(c) 2014-2017, The Monero Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following condi...
[ "vans_163@yahoo.com" ]
vans_163@yahoo.com
add8c74707964611e16d7c21d04f9d8f8a933f36
bdb9af8381619e483ef1a9e5cbe1c1fc408a0bf9
/tools/grpc/cpp/gobgp_api_client.cc
938b9f0e5a8255ca267f4794853d88313f1afd11
[ "Apache-2.0" ]
permissive
gitter-badger/gobgp
06bc9396cd9f684aedf96e04a67bca2bb93349e8
e41e86f9d1d1d23c90219efd7c93aec7f01510c6
refs/heads/master
2021-01-18T10:33:54.814163
2015-09-03T11:40:55
2015-09-04T05:51:49
41,905,487
0
0
null
2015-09-04T08:31:01
2015-09-04T08:31:01
null
UTF-8
C++
false
false
1,663
cc
#include <iostream> #include <memory> #include <sstream> #include <string> #include <grpc/grpc.h> #include <grpc++/channel.h> #include <grpc++/client_context.h> #include <grpc++/create_channel.h> #include <grpc++/security/credentials.h> #include "gobgp_api_client.grpc.pb.h" using grpc::Channel; using grpc::ClientCont...
[ "fujita.tomonori@lab.ntt.co.jp" ]
fujita.tomonori@lab.ntt.co.jp
c2f76efc3bc25c376acece49eb70ac0c1c618eb2
6e017be8782f3978f2bb235ef2d90dff16409e65
/Dev_class11Brofiler_handout/Motor2D/j1Scene.cpp
5e817ccabb642c29917cd38d847796cde3a4223c
[]
no_license
joseppi/Dev-Class
03fb4c2fde3cbd1628c9a24aca3cdf6646d51507
e12693f6a5e8f1786b33402e589e4498b3dfe124
refs/heads/master
2018-09-27T02:19:03.000505
2018-06-07T10:54:34
2018-06-07T10:54:34
112,933,525
0
0
null
null
null
null
UTF-8
C++
false
false
3,414
cpp
#include "p2Defs.h" #include "p2Log.h" #include "j1App.h" #include "j1Input.h" #include "j1Textures.h" #include "j1Audio.h" #include "j1Render.h" #include "j1Window.h" #include "j1Map.h" #include "j1PathFinding.h" #include "j1Scene.h" j1Scene::j1Scene() : j1Module() { name.create("scene"); } // Destructor j1Scene::~...
[ "josep.pi.serra@gmail.com" ]
josep.pi.serra@gmail.com
e4897687d6455ae0e5b051345063725b9547303a
6a69d57c782e0b1b993e876ad4ca2927a5f2e863
/vendor/samsung/common/packages/apps/SBrowser/src/ui/views/controls/button/image_button.h
5d71ec42fc17647aaf9f23a6f205679f35e69d53
[ "BSD-3-Clause" ]
permissive
duki994/G900H-Platform-XXU1BOA7
c8411ef51f5f01defa96b3381f15ea741aa5bce2
4f9307e6ef21893c9a791c96a500dfad36e3b202
refs/heads/master
2020-05-16T20:57:07.585212
2015-05-11T11:03:16
2015-05-11T11:03:16
35,418,464
2
1
null
null
null
null
UTF-8
C++
false
false
5,566
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_VIEWS_CONTROLS_BUTTON_IMAGE_BUTTON_H_ #define UI_VIEWS_CONTROLS_BUTTON_IMAGE_BUTTON_H_ #include "base/gtest_prod_util.h" #include "base/me...
[ "duki994@gmail.com" ]
duki994@gmail.com
1b9c983f3a69410d0321641d8935ff4d1dc11745
9f35bea3c50668a4205c04373da95195e20e5427
/ash/assistant/assistant_web_ui_controller.cc
fe627906dc6b3ccfbc67192a73cdb36f74bc4a0b
[ "BSD-3-Clause" ]
permissive
foolcodemonkey/chromium
5958fb37df91f92235fa8cf2a6e4a834c88f44aa
c155654fdaeda578cebc218d47f036debd4d634f
refs/heads/master
2023-02-21T00:56:13.446660
2020-01-07T05:12:51
2020-01-07T05:12:51
232,250,603
1
0
BSD-3-Clause
2020-01-07T05:38:18
2020-01-07T05:38:18
null
UTF-8
C++
false
false
4,976
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/assistant/assistant_web_ui_controller.h" #include "ash/assistant/assistant_controller.h" #include "ash/assistant/ui/assistant_web_container...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
817a1e920ec10374737864a4c0d8602b44fbd624
180492f944459ac416476603f601407e9c4c6988
/NeoGUI/Connector.h
22cd1e1666b232c92f43f28a216f95e01cce6149
[]
no_license
bratao/NeoLoader
3a05068f104fa82c853a3ccf8bcc079c5a61a527
7885abdb71dc98ef1b45273faaad699eda82c57b
refs/heads/master
2021-01-15T08:48:06.483422
2015-04-02T18:04:54
2015-04-02T18:04:54
35,004,681
0
1
null
2015-05-03T23:33:38
2015-05-03T23:33:38
null
UTF-8
C++
false
false
1,321
h
#pragma once #if QT_VERSION < 0x050000 #include <QtGui> #else #include <QWidget> #include <QHBoxLayout> #include <QTreeWidget> #include <QFormLayout> #include <QLineEdit> #include <QCheckBox> #include <QPushButton> #include <QSplitter> #include <QHeaderView> #include <QApplication> #include <QMessageBox...
[ "xanatosdavid@gmail.com" ]
xanatosdavid@gmail.com
5f05584b9468a039ee59c83807d43557e34b3ef6
aab5af1da9e52c9f49d8d063868da0a0a929f085
/inputValidation.hpp
2c576fae9aaa325a3f63b64ed2fc76604494c480
[]
no_license
mcopland/home-invasion
47a1fb470f574aea3a4683e93598d7d2b7ef8907
3dcf1a8b27a367caab4a0483e3faf08d3f3715ce
refs/heads/master
2021-08-19T20:22:06.448986
2020-07-24T22:56:26
2020-07-24T22:56:26
207,384,800
0
0
null
null
null
null
UTF-8
C++
false
false
812
hpp
/******************************************************************************* ** Program: homeInvasion ** File: inputValidation.hpp ** ----------------------------------------------------------------------------- ** This is the inputValidation class specification (header) file. There are ** functions to validate ...
[ "mcopland@users.noreply.github.com" ]
mcopland@users.noreply.github.com
d51bcc14984b55b544b69af2d5810dca24ea36b3
c13fe33b9ccf0e6857388405ef791071aa753c0f
/mythread.cpp
295791a01ac4914d0dc8b0d6985e7d231a317443
[]
no_license
Cirnoo/game-server
8b1c8b1fdff4b92c42812e2de2ff5d825abed675
b4970692fd980240e58543454f127c1713a8e2ae
refs/heads/master
2020-04-01T22:55:29.567920
2018-11-17T16:35:27
2018-11-17T16:35:27
153,732,972
0
0
null
null
null
null
UTF-8
C++
false
false
266
cpp
#include "mythread.h" #include <QTcpSocket> #include <QMetaType> MyThread::MyThread() { qRegisterMetaType<DATA_PACKAGE>("DATA_PACKAGE"); } void MyThread::Reply(QTcpSocket * socket, const DATA_PACKAGE &pack) { socket->write((char *)&pack,sizeof (pack)); }
[ "42065449+Cirno0@users.noreply.github.com" ]
42065449+Cirno0@users.noreply.github.com
c7bf8ef392302de54ca6cd1ea6bedeb80926ab4f
0e4f37b4dd9754203ea3cfe61d24c4db900ff1b1
/ch14 Augmenting Data Structures/IntervalTree_test.cpp
9728fc8e42671df24ef0a2ea77172bb11fceb1dc
[]
no_license
HongfeiXu/LearnCLRS
1c8eacb6ed7396c061e00444629224c8f5c07116
403a6da7ea89ac61642557b013df48de7ab04909
refs/heads/master
2021-01-10T23:01:48.120537
2018-04-11T14:21:58
2018-04-11T14:21:58
70,452,998
2
0
null
null
null
null
WINDOWS-1252
C++
false
false
4,168
cpp
/*************************************************************************** * @file IntervalTree_test.cpp * @author Alex.Xu * @mail icevmj@gmail.com * @date 7.6 2017 * @remark Test the functionality of IntervalTree template * @platform visual studio 2013, windows 10 ******************...
[ "icevmj@gmail.com" ]
icevmj@gmail.com
3ba0853664f970541666c81e085fecaf601f430b
92e67b30497ffd29d3400e88aa553bbd12518fe9
/assignment2/part6/Re=110/12.5/p
d4fc3a93bef16e746100e42729eab6138aa9df9f
[]
no_license
henryrossiter/OpenFOAM
8b89de8feb4d4c7f9ad4894b2ef550508792ce5c
c54b80dbf0548b34760b4fdc0dc4fb2facfdf657
refs/heads/master
2022-11-18T10:05:15.963117
2020-06-28T15:24:54
2020-06-28T15:24:54
241,991,470
0
0
null
null
null
null
UTF-8
C++
false
false
20,094
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "henry.rossiter@utexas.edu" ]
henry.rossiter@utexas.edu
92a0f299fe1f364e129d42f4650b39e87b29f4c7
8f7c8beaa2fca1907fb4796538ea77b4ecddc300
/chrome/installer/zucchini/disassembler_win32.h
0241257c082d0c9e63373019cbaa047822399929
[ "BSD-3-Clause" ]
permissive
lgsvl/chromium-src
8f88f6ae2066d5f81fa363f1d80433ec826e3474
5a6b4051e48b069d3eacbfad56eda3ea55526aee
refs/heads/ozone-wayland-62.0.3202.94
2023-03-14T10:58:30.213573
2017-10-26T19:27:03
2017-11-17T09:42:56
108,161,483
8
4
null
2017-12-19T22:53:32
2017-10-24T17:34:08
null
UTF-8
C++
false
false
3,832
h
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_INSTALLER_ZUCCHINI_DISASSEMBLER_WIN32_H_ #define CHROME_INSTALLER_ZUCCHINI_DISASSEMBLER_WIN32_H_ #include <stddef.h> #include <stdint.h> ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
84ae28000560b6103020accf566949083b972462
9aaa39f200ee6a14d7d432ef6a3ee9795163ebed
/Algorithm/C++/009. Palindrome Number.cpp
1061308f3faa138c3eb9b5a655dc81263f8c010c
[]
no_license
WuLC/LeetCode
47e1c351852d86c64595a083e7818ecde4131cb3
ee79d3437cf47b26a4bca0ec798dc54d7b623453
refs/heads/master
2023-07-07T18:29:29.110931
2023-07-02T04:31:00
2023-07-02T04:31:00
54,354,616
29
16
null
null
null
null
UTF-8
C++
false
false
928
cpp
/* * Created on Thu Apr 19 2018 14:41:13 * Author: WuLC * EMail: liangchaowu5@gmail.com */ // method 1, convert number to string class Solution { public: bool isPalindrome(int x) { string s = std::to_string(x); int left = 0, right = s.length()-1; while(left...
[ "liangchaowu5@gmail.com" ]
liangchaowu5@gmail.com
35a37ab15b20f5c99aa417b860e2e1a79f98b9c3
ec68c973b7cd3821dd70ed6787497a0f808e18e1
/Cpp/SDK/BP_RandomMapActor_classes.h
0ae829b86b9867a57c06c1a26ae73215a86770a4
[]
no_license
Hengle/zRemnant-SDK
05be5801567a8cf67e8b03c50010f590d4e2599d
be2d99fb54f44a09ca52abc5f898e665964a24cb
refs/heads/main
2023-07-16T04:44:43.113226
2021-08-27T14:26:40
2021-08-27T14:26:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
783
h
#pragma once // Name: Remnant, Version: 1.0 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //------------------------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
eddd44313e6274eeb0acac7ff02b8121405143a2
b34cd2fb7a9e361fe1deb0170e3df323ec33259f
/Applications/ChiaMarketDataFeedClient/Include/ChiaMarketDataFeedClient/ChiaMdProtocolClient.hpp
79e338cd94ddcf9fa10332d3f5e997b550d703bf
[]
no_license
lineCode/nexus
c4479879dba1fbd11573c129f15b7b3c2156463e
aea7e2cbcf96a113f58eed947138b76e09b8fccb
refs/heads/master
2022-04-19T01:10:22.139995
2020-04-16T23:07:23
2020-04-16T23:07:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,468
hpp
#ifndef NEXUS_CHIAMDPROTOCOLCLIENT_HPP #define NEXUS_CHIAMDPROTOCOLCLIENT_HPP #include <string> #include <Beam/IO/NotConnectedException.hpp> #include <Beam/IO/OpenState.hpp> #include <Beam/Pointers/Dereference.hpp> #include <Beam/Pointers/LocalPtr.hpp> #include <boost/noncopyable.hpp> #include <boost/throw_exception.hp...
[ "kamal@eidolonsystems.com" ]
kamal@eidolonsystems.com
ba075a5618803e90bb72c0c15f910c2bf2e61c85
ccfbf5a9ee9c00282c200945bbe36b387eb38b19
/UVA Solutions/uva 674.cpp
10a42902b8480662d2d5e0567e6f904a72b67b95
[]
no_license
sakiib/OnlineJudge-Solutions
e070d4b255d036cdefaf087e9f75b69db708406c
b024352aa99efe548b48ef74c492cb69c1fa89f9
refs/heads/master
2023-01-07T20:57:04.259395
2020-11-16T08:41:27
2020-11-16T08:41:27
288,191,980
0
0
null
null
null
null
UTF-8
C++
false
false
644
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; int Coin[] = {1, 5, 10, 20, 25}; int dp[7][7493]; int makeCoin(int I, int H){ if(I >= 5){ if(!H)return 1; else return 0; } if(dp[I][H] != -1)return dp[I][H]; int Way1 = 0, Way2 = 0; i...
[ "sakibalamin162@gmail.com" ]
sakibalamin162@gmail.com
bc8a31f28ed687ebbb33bd15d10d3f3373154da8
f40a9ea8fcc5cf34e132181aed9076978161dc45
/mba/cpp/include/readers/common.h
7eaa467bc5160e02751dcd431d6960fa25ca85ca
[]
no_license
azeroman/Livingstone-2
7cb7373e58457ab09f979a966eed2ae043285dee
c422a8264900860ff6255c676e254004766486ec
refs/heads/master
2022-04-12T20:35:36.050943
2020-04-08T14:58:50
2020-04-08T14:58:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,727
h
/*** *** See the file "mba/disclaimers-and-notices-L2.txt" for *** information on usage and redistribution of this file, *** and for a DISCLAIMER OF ALL WARRANTIES. ***/ /* $Id: common.h,v 1.17 2004/02/18 23:50:16 lbrown Exp $ */ #ifndef COMMON_H #define COMMON_H #define L2_READER_MAGIC "L211" #include <livingst...
[ "kbshah1998@outlook.com" ]
kbshah1998@outlook.com
899cf420ecb8531f47b155a42fef0df93aed0d9e
9a488a219a4f73086dc704c163d0c4b23aabfc1f
/tags/Release-0_9_15/src/FbTk/Button.cc
e2ba7b5e5a7c1a0b19c8caeebffe40df17382548
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
BackupTheBerlios/fluxbox-svn
47b8844b562f56d02b211fd4323c2a761b473d5b
3ac62418ccf8ffaddbf3c181f28d2f652543f83f
refs/heads/master
2016-09-05T14:55:27.249504
2007-12-14T23:27:57
2007-12-14T23:27:57
40,667,038
0
0
null
null
null
null
UTF-8
C++
false
false
4,356
cc
// Button.cc for FbTk - fluxbox toolkit // Copyright (c) 2002 - 2006 Henrik Kinnunen (fluxgen at fluxbox dot org) // // 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, in...
[ "simonb@54ec5f11-9ae8-0310-9a2b-99d706b22625" ]
simonb@54ec5f11-9ae8-0310-9a2b-99d706b22625
334410342f21d7015da0ee58b08c9923ab1171cf
c6b483cc2d7bc9eb6dc5c08ae92aa55ff9b3a994
/hazelcast/include/hazelcast/util/Comparator.h
4345b0bf2911757cd6803a1dc73321c91ea60e48
[ "Apache-2.0" ]
permissive
oguzdemir/hazelcast-cpp-client
ebffc7137a3a14b9fc5d96e1a1b0eac8aac1e60f
95c4687634a8ac4886d0a9b9b4c17622225261f0
refs/heads/master
2021-01-21T02:53:05.197319
2016-08-24T21:08:14
2016-08-24T21:08:14
63,674,978
0
0
null
2016-07-19T08:16:24
2016-07-19T08:16:23
null
UTF-8
C++
false
false
1,238
h
/* * Copyright (c) 2008-2015, Hazelcast, Inc. 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 ...
[ "ihsan@hazelcast.com" ]
ihsan@hazelcast.com
f3e4040bd2aa091af393812201eddc440aa7eb44
5eb2628304a47e1aafd7496b9c1479b1dd6e07ca
/Health.h
f9a8683133628e903ddcfe4e6a94267a974d990a
[]
no_license
johnn134/TheTankHeardAroundTheWorld
577044a73621a01db7c68d51fddae95433ff8699
c88c10caa5e1065a65ab00164f9a18d814e3384d
refs/heads/master
2021-01-10T09:56:39.154855
2015-10-14T21:21:52
2015-10-14T21:21:52
43,763,952
1
0
null
2015-10-06T17:27:40
2015-10-06T16:43:26
C++
UTF-8
C++
false
false
281
h
//view object to show the player's health #ifndef __HEALTH_H__ #define __HEALTH_H__ #include "ViewObject.h" #include "Event.h" #define HEALTH_STRING "Health: " class Health : public df::ViewObject{ private: public: Health(); int eventHandler(const df::Event *p_e); }; #endif
[ "silverx@verizon.net" ]
silverx@verizon.net
53b424e3501b355260b3c587cf3dcabc6057ce74
63b39b6cb42b762fd9d1114cd6ade08644796e64
/checkers-server/eventService/RequestService.h
6d3fa85294b43174fbff0c5d6b9fe4c55e4c2a38
[]
no_license
Yamadads/checkers
f265e5543bc4908f4e775483171a0ff694d82a51
1c837b91dfb73f64084429c05b82a1423928feb3
refs/heads/master
2021-01-16T19:14:54.555761
2016-02-15T11:46:02
2016-02-15T11:46:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
625
h
/* * requestService.h * * Created on: 09-11-2015 * Author: debian */ #ifndef EVENTSERVICE_REQUESTSERVICE_H_ #define EVENTSERVICE_REQUESTSERVICE_H_ #include "../jsonParser/json/json.h" #include "../game/Server.h" #include "../game/Client.h" class RequestService { protected: Json::Reader reader; Json::St...
[ "s_pawlak@yahoo.com" ]
s_pawlak@yahoo.com
fcf863f30fe195fb4594c06a28640a4c0b85e131
b3632665c205bd5dd4f4b90823a39eb22c3a2e7a
/mebel.h
c4e9e039393df3c753ab9b2468ace4c469c61ea9
[]
no_license
vadimibs/rabota3
f361387390b959ceb0fe2578baa10d249c86ab04
88226232982d0fcc89e6c0d8edc85acb704bb064
refs/heads/master
2022-07-16T16:43:12.081323
2020-05-19T14:11:38
2020-05-19T14:11:38
265,254,200
0
0
null
null
null
null
UTF-8
C++
false
false
383
h
#ifndef MEBEL_H_INCLUDED #define MEBEL_H_INCLUDED #include "izdelie.h" class mebel: public izdelie{ protected: string material; public: mebel(); mebel(string name_, int size_, string color_, string material_); void SetMaterial(string material_); string GetMaterial() const; vir...
[ "w1ntoff@mail.ru" ]
w1ntoff@mail.ru
5ed459d3dbacb0ad2f69e7f496bfc812180cdbf5
debe35fd227dcb9fc3535c6957ac017b914a7915
/src/Managers/GlobalManager.h
7684f3e6af8f9b34a1e075b9e785e03bc4fe49dd
[]
no_license
menegais1/EngineRenderer
d83b79388533c30f2dbd8ea892a1e4bf46253483
0aeddc6bbd343658e3c20351d0bcd2141761f53f
refs/heads/master
2022-12-03T02:58:06.701352
2020-08-13T22:59:16
2020-08-13T22:59:16
284,381,006
0
0
null
null
null
null
UTF-8
C++
false
false
1,689
h
///Manager responsible for forwarding the GLFW callbacks ///To every CanvasObject instantiated, every object has a uniqueId given ///in the beggining of its lifetime #ifndef GLOBAL_MANAGER_H #define GLOBAL_MANAGER_H #include <vector> #include <chrono> #include "../Base/CanvasObject.h" class GlobalManager { public: ...
[ "menegais1@gmail.com" ]
menegais1@gmail.com
6705959800b3220449cdea8c9c827ce196b9550f
9b6eced5d80668bd4328a8f3d1f75c97f04f5e08
/bluetoothapitest/bluetoothsvs/T_BTSdpAPI/inc/T_DataSdpAttrValueList.h
70fe0d33cca84cb5f609d71f90222406faf32f06
[]
no_license
SymbianSource/oss.FCL.sf.os.bt
3ca94a01740ac84a6a35718ad3063884ea885738
ba9e7d24a7fa29d6dd93808867c28bffa2206bae
refs/heads/master
2021-01-18T23:42:06.315016
2010-10-14T10:30:12
2010-10-14T10:30:12
72,765,157
1
0
null
null
null
null
UTF-8
C++
false
false
2,474
h
/* * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
ff41145cba05ec35d2ff7a85ca27949a407ef29e
09112640ccaf06b9cc28317a67f803f9131ed65d
/BolosLocos/BolosLocos/skeleton/main.cpp
409742725ccf15c1ddfc05b850ee22736ce388e1
[]
no_license
Posna/SimulacionFisicaPracticas
42552434f44d2bebeec991e4b001f826d74819e7
974899fc0c87a4663f663bf814170f3d03e872a3
refs/heads/master
2022-03-18T11:31:15.571758
2019-12-12T22:12:21
2019-12-12T22:12:21
209,085,757
0
0
null
null
null
null
UTF-8
C++
false
false
13,790
cpp
#include <ctype.h> #include <PxPhysicsAPI.h> #include <iostream> #include <vector> #include "core.hpp" #include "RenderUtils.hpp" #include "callbacks.hpp" #include "Particle.h" #include "ParticleSystem.h" #include "ParticleForceRegistry.h" #include "ParticleForceGenerator.h" #include "ParticleGravity.h" #include "Pa...
[ "jomart17@ucm.es" ]
jomart17@ucm.es
5e0e47e322ce264ce384ebef15005272e2c874d6
140d78334109e02590f04769ec154180b2eaf78d
/aws-cpp-sdk-sms/include/aws/sms/model/GetServersResult.h
403b60bdc237b3a097fd4729d71c858848acdd0f
[ "Apache-2.0", "MIT", "JSON" ]
permissive
coderTong/aws-sdk-cpp
da140feb7e5495366a8d2a6a02cf8b28ba820ff6
5cd0c0a03b667c5a0bd17394924abe73d4b3754a
refs/heads/master
2021-07-08T07:04:40.181622
2017-08-22T21:50:00
2017-08-22T21:50:00
101,145,374
0
1
Apache-2.0
2021-05-04T21:06:36
2017-08-23T06:24:37
C++
UTF-8
C++
false
false
4,243
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...
[ "henso@amazon.com" ]
henso@amazon.com
960da726aaca071019a120a69226c33828edb107
6ea0e138431c129d5c520ea739cabf4a15fb3b10
/src/Game.cpp
66903cc27089fef956893a473e37d8fc62b41e54
[]
no_license
ceh-2000/pong
10b61dfb36cc8e862cd1aed63e701e7d5eaeef65
1d679c8d748b3be362c06dc8b1f87fcfe7ea09e1
refs/heads/main
2023-03-07T07:28:36.697065
2021-02-17T16:27:21
2021-02-17T16:27:21
338,654,622
0
0
null
null
null
null
UTF-8
C++
false
false
6,642
cpp
#include <SFML/Graphics.hpp> #include <iostream> #include "Game.h" Game::Game(Paddle& paddle1, Paddle& paddle2, Ball& ball, PaddleView& paddle1View, PaddleView& paddle2View, BallView& ballView): paddle1(paddle1), paddle2(paddle2), ball(ball), paddle1View(paddle1View), paddle2View(paddle2View), ballView(bal...
[ "clare.heinbaugh@gmail.com" ]
clare.heinbaugh@gmail.com
0fd43608809485b1c41b329438d3d9d7189711d9
9c47aff8f135146e599fb19c19fea2c4898129ae
/Render/RenderList.h
c6ebdb4276a8cbd29bc3b6f77626cbe19fb640d1
[]
no_license
ELTraxo/DX9-Render
4b1b7d531612784d0289e3bfcf1e16995c90270e
97150d13bb0e20b73996f4933a01cc5b75c8fe92
refs/heads/master
2021-06-20T01:26:31.699033
2021-01-12T03:28:15
2021-01-12T03:28:15
157,016,157
0
1
null
null
null
null
UTF-8
C++
false
false
413
h
#pragma once #include "Primitive.h" #include "Sprite.h" #include "Text.h" using Renderables = std::vector<RenderablePtr>; class CRenderList { Renderables renderables; public: CRenderList(); ~CRenderList(); Renderables& GetList(); void Clear(); void AddRenderable( PrimitivePtr pPrim ); void AddRenderable( Tex...
[ "traxin@noreply.github.com" ]
traxin@noreply.github.com
db76149f373b6306d6d36ee5b77a464094be676b
9de5bc4636f13f78651238c2c7c047387e885a3b
/component/RestServer/export/WorkerThread.h
3c7f9429cb0376832359465d249b1d91a5aa3673
[]
no_license
nerfe/CPPRestSDK-server
1ba7bcaf25344644e38fa5480ff8cc54968aa734
8b76ea5ed2071be0456df702847fac37f4f6f08a
refs/heads/main
2023-07-13T01:06:18.610123
2021-07-30T14:56:00
2021-07-30T14:56:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
496
h
#ifndef _WORKERTHREAD_H #define _WORKERTHREAD_H #include "thread.h" #include "workqueue.h" class WorkerThread { private: std::thread *tid; static WorkerThread* workerInstance; public: CWorkQueue* wmsgQueue; WorkerThread(); virtual ~WorkerThread(); virtual void Run(); virtual void start...
[ "chandanshoun@gmail.com" ]
chandanshoun@gmail.com
08efbd0db7b9245205c7795b57e3a8d080b5ae1d
e95ba818ef79f11c2b96e5c38ce9270d971ade56
/src/engine/octaedit.cpp
ffa64136706d7009b7ab875f3136ad14dfbb841a
[ "Zlib", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
Manmellon/zeromod-sauerbraten
92095da2f36daafb4742512a5e108e107ee799e7
ae025cc5ee998b03869ce06ef991322d3eead46b
refs/heads/master
2020-04-08T05:50:35.967620
2018-11-25T21:27:42
2018-11-25T21:27:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
81,080
cpp
#include "engine.h" extern int outline; bool boxoutline = false; void boxs(int orient, vec o, const vec &s, float size) { int d = dimension(orient), dc = dimcoord(orient); float f = boxoutline ? (dc>0 ? 0.2f : -0.2f) : 0; o[D[d]] += dc * s[D[d]] + f; vec r(0, 0, 0), c(0, 0, 0); r[R[d]] = s[R[d]...
[ "andrius4669@gmail.com" ]
andrius4669@gmail.com
014110b2478e330113d121bf7acb954a22429273
84d078cfe9a7676abc9f1f41d7835e9bc2f7722b
/piscine_cpp/d00/ex02/Account.class.cpp
12b93f21422186ed027f2e0e521ff3e4a802110c
[]
no_license
aradiuk/CPP
0b58a823317c05ca8941998481da61700752d52d
1414413ae524c185908b30c4a9ddd77cf791383b
refs/heads/master
2021-07-19T21:08:34.762887
2021-02-16T10:18:15
2021-02-16T10:18:15
99,698,590
0
0
null
null
null
null
UTF-8
C++
false
false
2,975
cpp
#include "Account.class.hpp" #include <iostream> // CHECK THE ORDER // OF DESTRUCTORS // LAST 8 ROWS OF // THE OUTPUT int Account::_nbAccounts = 0; int Account::_totalAmount = 0; int Account::_totalNbDeposits = 0; int Account::_totalNbWithdrawals = 0; int Account::getNbAccounts() { return _nbAccounts; } int Acc...
[ "hartright@bitbucket.org" ]
hartright@bitbucket.org
518622424b9903c5be5cd2f1ebd5c72f45f16105
7edeec5310bf96c435c287f59be66fb78be556b9
/OSDesign/main.cpp
d4ad4d7949c906f240b014c0a2f3331fc13ee4c1
[]
no_license
typeme/daily-study
e145824eb4dab77a7e862003a133d4a3ffdf9c1f
e149cde065c84285bacb6c7012bf5e7d54432efc
refs/heads/master
2020-08-03T20:23:33.019127
2020-07-13T15:54:48
2020-07-13T15:54:48
211,875,489
1
0
null
null
null
null
UTF-8
C++
false
false
79,681
cpp
#include <iostream> #include<termios.h> #include<unistd.h> #include<assert.h> #include<time.h> #include <stdio.h>//c语言的的unix文件输入输出库 #include <fcntl.h>//根据文件描述词操作文件的特性 #include <string> #include <cstring> using namespace std; //常量定义 // NADDR为文件可使用的最大数量节点 const unsigned int NADDR = 6; // BLOCK_SIZE为一个block的大小 const un...
[ "typeme3@163.com" ]
typeme3@163.com
cbfcb606d5f189a8cf61b489d266329447a4fa9d
d522a93c6d573c1b2f8b559d8a88269bad4130d3
/shellcode/loader/loader.cpp
2d34ede6a93edbf5ad114acd8d763c30d8e3f0ce
[]
no_license
floomby/framework
d7699947027bb440f82e033655f03f51335c631e
d08e5f54381393acb08c85317caaf841c574c35d
refs/heads/master
2016-09-06T17:28:16.754564
2014-06-07T01:44:07
2014-06-07T01:44:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
306
cpp
#include <cstdio> #include <cstdint> #include "reflect/reflect.h" int main(int argc, char *argv[]) { uint8_t *it = (uint8_t *)&ReflectiveLoad; printf("print \""); for(size_t i = 0; i < ReflectiveLoad_size; ++i){ printf("\\x%02x", it[i]); } puts("\""); return 0; }
[ "caboodlennm@gmail.com" ]
caboodlennm@gmail.com
f7683e4a33d2ce2c6339ed8a1e953cc5494809fb
a2853414268447c37d448570ee648e8d45ed706c
/core/Data.hpp
058d69dfa7f5a744a925958cbd3c1c593c66465c
[]
no_license
acherkaoui/HTOP
5f61057a6a478925d32ebea82e0e99f6fe0f6afa
3577c1ea7aebba85cdd7364229ca6c5a69318589
refs/heads/master
2021-04-09T14:11:22.022810
2018-03-16T23:03:12
2018-03-16T23:03:12
125,578,109
3
0
null
null
null
null
UTF-8
C++
false
false
622
hpp
/* ** EPITECH PROJECT, 2021 ** cpp_rush3 ** File description: ** Created by abderrahim.cherkaoui@epitech.eu, */ #ifndef CPP_RUSH3_DATA_HPP #define CPP_RUSH3_DATA_HPP #include "../modules/Clock.hpp" #include "../modules/Network.hpp" #include "../modules/OperatingSystem.hpp" #include "../modules/Processes.hpp" #include...
[ "abderrahim.cherkaoui@epitech.eu" ]
abderrahim.cherkaoui@epitech.eu
68c48eb9c3083acb80a04939595049812c31dcf1
969a3f74a957b7fa3685ac5ae5f94ac225af9522
/Rendering/OpenGL2/vtkOpenGLES30PolyDataMapper2D.h
49e1411fb205556b4e466bb573cabaac34e81028
[ "BSD-3-Clause" ]
permissive
gview/VTK
61adbce5b78e0fdf8069e2384c0fc1899a723df5
17c664f1c3bdb84997aa2c9bfdf51ba77171672e
refs/heads/master
2023-06-01T11:56:23.857210
2023-05-30T04:01:23
2023-05-30T04:01:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,929
h
/*========================================================================= Program: Visualization Toolkit Module: vtkOpenGLES30PolyDataMapper2D.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. Th...
[ "jaswant.panchumarti@kitware.com" ]
jaswant.panchumarti@kitware.com
5fb8da5217f1e4cf5ead0e1de197592896394db4
39cdb6ff35231538ef25c565181981ccf237cc30
/BOJ/14225.cpp
0d0ffcdbfae96ffefcc514c6f12855288e86c191
[]
no_license
dittoo8/algorithm_cpp
51b35321f6cf16c8c1c259af746a9f35d5ba8b76
d9cdda322d3658ffc07744e4080c71faeee6370c
refs/heads/master
2023-08-03T14:49:08.808253
2021-02-16T04:13:53
2021-02-16T04:13:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
515
cpp
#include <cstdio> using namespace std; int n; int a[21]; bool ck[20*100000]; void backtrack(int idx, int sum){ if (idx == n){ ck[sum]= true; return; } backtrack(idx+1, sum+a[idx]); backtrack(idx+1, sum); } int main(){ scanf("%d", &n); for(int i=0;i<n;i++){ scanf("%d", &a[...
[ "sohyun1018@gmail.com" ]
sohyun1018@gmail.com
1c259c53f596bebd4c0d756c05cb2e09b3b342a9
08ed3720f797ab761f9d627601896ee7a3f7f14b
/LuaSQLite3/LuaSQLite3.cpp
2c203a1a291aab7320a7dfeda47658d6fb91135b
[]
no_license
fcccode/LuaUI2
2df357681a1f6df8c9c42a73a56ed96efc5212fd
daba4835c848261943fd9ce6d2df0bac0140bd95
refs/heads/master
2020-03-14T12:37:28.846054
2017-06-09T11:15:11
2017-06-09T11:15:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
108
cpp
// LuaSQLite3.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h"
[ "6659907@gmail.com" ]
6659907@gmail.com
73b82e3e8ae1271dc90b868329daec6dae21cde4
946e56abf2e2de724aab9d575a94accb2184c88c
/openmp/ring/ring.cpp
00e22bb05e8a8514f65e9d6a87fcba45b8b827b2
[ "MIT" ]
permissive
pavelkryukov/paraprog
e71137d196a26fe74c7748efec4ecba6208aea00
9a3307f75019543dfd24fc9b5c1a3c0ea1dcd3be
refs/heads/master
2021-01-20T14:52:37.855913
2017-05-08T23:29:43
2017-05-08T23:37:30
90,681,013
0
0
null
null
null
null
UTF-8
C++
false
false
4,442
cpp
/** * ring.cpp * * Send/Recv messages with pthreads in ring using pthreads * * @author pikryukov * @version 1.0 * * e-mail: kryukov@frtk.ru * * Copyright (C) Kryukov Pavel 2012 * for MIPT MPI course. */ #include <cstdlib> #include <iostream> #include <vector> #include <pthread.h> /** * Mutex class wrap...
[ "kryukov@frtk.ru" ]
kryukov@frtk.ru
f3203921cadf78d4fff5b1970ba513caa28088f2
86db324c6a039369ef9d904defd9a15c944c429c
/thrift/lib/cpp2/test/FlagsTest.cpp
be64a14bd8d7e9c9e60b117a95bb49dd478c68ab
[ "Apache-2.0" ]
permissive
curoky/fbthrift
1eb3cecfee5f72748a5787e792c63276f7734f76
199ca4b1807a705fc55e6fa099c39b7e90ef03e0
refs/heads/master
2023-04-29T21:19:41.027102
2023-04-25T16:23:11
2023-04-25T16:23:11
242,927,696
0
0
Apache-2.0
2020-02-25T06:31:35
2020-02-25T06:31:34
null
UTF-8
C++
false
false
9,038
cpp
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * 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 appl...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
2d5b9967b371d88f4cbccb3f786a0091ced74dce
fffc0e7860910ed1c7689b5c1349a35bdd5426da
/pitzDaily/100/p
4dabb0df764655f05dc85debeb8a35eeb646d3b5
[]
no_license
asAmrita/adjointShapeOptimization
001fa7361c9a856dd0ebdf2b118af78c9fa4a5b4
2ffee0fc27832104ffc8535a784eba0e1e5d1e44
refs/heads/master
2020-07-31T12:33:51.409116
2019-09-28T15:06:34
2019-09-28T15:06:34
210,605,738
2
0
null
null
null
null
UTF-8
C++
false
false
96,607
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1806 | ...
[ "as998@snu.edu.in" ]
as998@snu.edu.in
73a7eb67e6bf2490552a798ea3c128d1a3c86ed4
b8482403496a1b2ff50310e2074bebdbea942a68
/training/2018/winterTraining/3-U.cpp
11aff0c45c40df7d283188edf1392d1f8f99d8ce
[]
no_license
TangliziGit/icpc-code
02cc8d70cb5da893ec18c79052f16d7976be98ee
cb0986e12af34d1624e534671f97bd540d412de9
refs/heads/master
2021-08-07T09:41:01.999446
2020-07-05T02:08:22
2020-07-05T02:08:22
197,133,978
2
0
null
null
null
null
UTF-8
C++
false
false
1,059
cpp
#include <cstdio> #include <queue> using namespace std; int nx, ny, dir[4][2]={1, 0, 0, 1, -1, 0, 0, -1}; char map[25][25]; struct Point{ int x, y; Point(int x=0, int y=0): x(x),y(y) {} }points[400+5]; int bfs(int x, int y){ queue<int> que; int size=1; points[0].x=x; points[0].y=y; que.push(...
[ "tanglizimail@foxmail.com" ]
tanglizimail@foxmail.com
27afcc0d8d527c6eecf1a5143451b4f2070f9089
3a7b4600778f147a24d49fe5264f96e46db57e10
/32_3.cpp
d422030a249a597c6a5f63596f3948d656a1c2ee
[]
no_license
CanRui-Wu/PointToOffer
9f5fea82f7d8796a95ecbbf1fb6b01e998ca46c0
88204fb67a4dc29373dcb94980857d6210dcf176
refs/heads/master
2021-04-26T23:54:09.474574
2018-03-24T12:21:52
2018-03-24T12:21:52
123,877,220
0
0
null
null
null
null
UTF-8
C++
false
false
1,571
cpp
#include <iostream> #include <vector> #include <queue> using namespace std; struct TreeNode { int val; struct TreeNode *left; struct TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) { } }; class Solution { public: vector<vector<int> > Print(TreeNode* pRoot) { ...
[ "434858383@qq.com" ]
434858383@qq.com
814f1289e8c958c485b7ec1308550c397b77c0aa
6924d84805ef11ae874c50bf5cea64152e296750
/refBoxComm/src/explorationInfoListenerNode.cpp
13fee157820279c16cf1be451be8275d1027f77b
[]
no_license
ValentinVERGEZ/RBQT_communication
95ad18cea7f2328411e3728fd58b68fc895bf4c1
b3eabac8d33c0cd591ad64e1c569d11ff1f687cb
refs/heads/master
2020-05-19T21:31:54.834701
2014-12-14T15:53:38
2014-12-14T15:53:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
629
cpp
#include "ros/ros.h" #include "std_msgs/String.h" #include "geometry_msgs/Pose2D.h" #include "refBoxComm/ExplorationInfo.h" void eiCallback(const refBoxComm::ExplorationInfo &ei) { for(int idx=0; idx < ei.signals.size(); idx++) { ROS_INFO("signal %d : %s", idx, ei.signals[idx].type.c_str()); ...
[ "vincent.coelen@polytech-lille.net" ]
vincent.coelen@polytech-lille.net
4e71e77596d3329e2592052b42712c56c9e13ea5
983515294c903355d6574e9c73db6a84d9bd65c8
/test/modules/sequencizer/sequence-controller-idle-suite.cpp
5c364bff0466c0ee72e909caeb5f33eaeb4b1d79
[ "MIT" ]
permissive
dhemery/DHE-Modules
80c10f54219633d356ed922aa014bf94e3dcbd00
1d1c286fc69babdb36dfe5fa4fe2856b0f707854
refs/heads/main
2022-12-23T20:46:49.810184
2022-02-05T20:50:38
2022-02-05T20:50:38
117,472,503
36
5
null
null
null
null
UTF-8
C++
false
false
8,590
cpp
#include "components/latch.h" #include "fixtures/sequence-controller-fixture.h" #include <functional> namespace test { namespace sequencizer { using dhe::unit::Suite; using dhe::unit::Tester; using TestFunc = std::function<void(Tester &)>; static inline void when_idle(Signals &signals, StepSelector & /*step_selector...
[ "dale@dhemery.com" ]
dale@dhemery.com
5b336b02c651da3ae7f044af55b5dd6371291715
33aa51db560b5b1f0af1e442f2cf11bee538e9fc
/VipClient/UpdateIpDlg.h
1cc82121260d176145309d4989b7e37d937a656c
[]
no_license
hanggithub/vipshell
529f7652d5ec8480dd679f0e79cfc7ef589020c6
a34593d7a6865fa06d098137c04e4cbab0050065
refs/heads/master
2021-01-22T21:32:50.236517
2014-11-16T08:27:06
2014-11-16T08:27:06
26,708,064
4
3
null
null
null
null
GB18030
C++
false
false
618
h
#pragma once // CUpdateIpDlg 对话框 class CUpdateIpDlg : public CDialog { DECLARE_DYNAMIC(CUpdateIpDlg) public: CUpdateIpDlg(CWnd* pParent = NULL); // 标准构造函数 virtual ~CUpdateIpDlg(); // 对话框数据 enum { IDD = IDD_DIALOG_UPDATEIP }; protected: virtual void DoDataExchange(CDataExchange* pDX); //...
[ "ignccvv@163.com" ]
ignccvv@163.com
576ef45d4369a754d9c22d53b8274301c48f4156
1cf3c0bda1eeec186c21363ee514957d4215c9cb
/backgrounds/Sorting/Comparison_functions.cpp
228f6240802fd456bd6e967f7e4909a62589c51e
[]
no_license
jaguarcode/algorithms
5aeb6d6a46e6658a9fbc04186313f46d4135ac86
222b65dcfb245292ad10663039a8406871cb2a43
refs/heads/master
2023-05-04T08:09:24.246394
2021-05-27T23:32:40
2021-05-27T23:32:40
307,350,248
0
0
null
null
null
null
UTF-8
C++
false
false
421
cpp
/** * author: jaguarcode * date: **/ #include <bits/stdc++.h> using namespace std; template<typename T> auto print(T& t) { for(auto value : t) cout << value << " "; cout << "\n"; } int main() { ios::sync_with_stdio(false); cin.tie(0); vector<int> v { 2,3,4,5,6,2,1,8,2,3,6,9 }; sort(v.begin(), v.end(), [](in...
[ "behonz@gmail.com" ]
behonz@gmail.com
c37031c4d39298c4280ec1fa2d29a2c105dfd582
93db044eb00abbd18b75eeb0617dd1e054f2b199
/Engine/Source/ThirdParty/PhysX/PhysX-3.3/include/PxQueryReport.h
9aed019b55ecb2458ae8b1817b541217151a5809
[]
no_license
cadviz/AHRUnrealEngine
9c003bf9988d58ece42be4af030ec6ec092cd12e
e0c1a65098f4a86b4d0538535b5a85dd1544fd30
refs/heads/release
2021-01-01T15:59:31.497876
2015-04-13T22:03:55
2015-04-13T22:03:55
34,035,641
9
19
null
2015-04-16T05:12:05
2015-04-16T05:12:05
null
UTF-8
C++
false
false
16,776
h
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
[ "unrealbot@users.noreply.github.com" ]
unrealbot@users.noreply.github.com
e85b42250df1e8b140ef72ed94e8c252c9cca7dc
ed4a91fd9b4fefca40cc5118b485c0ec7d4ba40c
/louluosrc/template_tcp/src/main/main.cpp
5899d2047fb7fefadf9a5c96726d9d393835a488
[]
no_license
hkduke/my_src
165035db12481d36bedb48cf2c1c1759ce2af42f
2282fff562fd14c972e7ce66a615a7125cb4a877
refs/heads/master
2020-06-13T08:14:34.674528
2017-04-09T12:47:57
2017-04-09T12:48:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,575
cpp
//#include "module_test.h" #include "SDConfigurationSingleton.h" #include <log4cplus/configurator.h> using namespace log4cplus; #include "common/SDLogger.h" #include "dispatcher.h" //#include "service_stat.h" //#include "http_server.h" #include <sys/types.h> #include <sys/wait.h> //#include "log_codec_w...
[ "18915413902@163.com" ]
18915413902@163.com
f7e3598ca2384268d722850c20e9a5a91ca71484
8c6e11ae739ba9da168c991a166855d3b84206ca
/arduino_rfid/arduino_rfid.ino
075f578ed3b3d812ee18a4e6d4353fd89c8c5579
[ "BSD-2-Clause" ]
permissive
mrozo/RFIDScreenLock
8c8d633564b6b30c8b210ab8f7e3a916f7ed6448
15bb335df594cea70094a97556c1149b4b3f1cf7
refs/heads/master
2021-04-26T04:54:03.361584
2017-10-22T21:25:29
2017-10-22T21:25:29
107,031,216
0
0
null
null
null
null
UTF-8
C++
false
false
4,022
ino
/* * Initial Author: ryand1011 (https://github.com/ryand1011) * * Reads data written by a program such as "rfid_write_personal_data.ino" * * See: https://github.com/miguelbalboa/rfid/tree/master/examples/rfid_write_personal_data * * Uses MIFARE RFID card using RFID-RC522 reader * Uses MFRC522 - Library * -----...
[ "private@mrozo.pl" ]
private@mrozo.pl
71b2bc5e6b14568b6e6753cfe175cdf22d7acf08
9c025e695dfeab531a47c68b1373811bed94b1da
/BC一周年B.cpp
8b543e8e434e0b6dc9c3e716f5a553c5eb8c8b05
[]
no_license
shipoyewu/code
8ecfa66f5a82976327ec649e9fe142efe0293e28
54bcf1623d6eef87109c6c34148a6072f419dfa8
refs/heads/master
2021-01-23T21:34:34.113351
2015-09-17T11:58:31
2015-09-17T11:58:31
39,375,222
0
0
null
null
null
null
UTF-8
C++
false
false
1,803
cpp
#include <cstdio> #include <iostream> #include <algorithm> #include <queue> #include <cmath> #include <cstring> #include <stack> #include <set> #include <map> #include <vector> using namespace std; #define INF 0x4fffffff #define LL long long #define MAX(a,b) ((a)>(b))?(a):(b) #define MIN(a,b) ((a)<(b))?(a):(b) char st...
[ "871650575@qq.com" ]
871650575@qq.com
b8ce8dac5ae09e0d7b54a6b10d797ec31f79748c
cb2b64e9cdf6fbde8ea49e9fd04eeae6e7690acc
/pokemon-battle.cpp
b9d5af724498aedd5992f4c9499a34d5f773ecc2
[]
no_license
bdavis171/Pokemon-Battle
327d5b181d53b6e65683d786c541ee713254609e
bf277272688d5729232c399a99dddce36fc6e3e0
refs/heads/master
2022-08-19T17:45:46.783296
2020-05-21T23:29:25
2020-05-21T23:29:25
263,171,171
0
0
null
null
null
null
UTF-8
C++
false
false
8,511
cpp
#include <cstdlib> // imports rand() and srand() #include <ctime> // import time() #include <iostream> // NOTE: To get a decimal value when divided two int values, one of them must be casted to a double using namespace std; // create a class for Moves that has the following properties: name,type,pwr,and acc. class ...
[ "bdavis171@gmail.com" ]
bdavis171@gmail.com
013e48952bf2b2fb19473eb8cec8cc84c5502e48
bf9318969029963bc8f790798aa62769334a3026
/16- Majority Element II/sol1.cpp
33b721619432d8c1b792d072cba5ced7f5693301
[]
no_license
wandering-sage/dsa-practice
b7e16daf51f9c5cffb846a75cc50fa10ea54ee92
c63d832731f254c47a905f243d266f703bfefa79
refs/heads/main
2023-07-16T04:07:04.170288
2021-08-25T05:38:22
2021-08-25T05:38:22
379,991,570
0
0
null
null
null
null
UTF-8
C++
false
false
811
cpp
#include <bits/stdc++.h> using namespace std; // Using Moore Voting Algorithm // time-->O(N) space-->O(1) vector<int> majorityElement(vector<int> &nums) { int me1 = -1, me2 = -2; int c1 = 0, c2 = 0; vector<int> ret; int i = 0; for (int i = 0; i < nums.size(); i++) { if (nums[i] == me1) ...
[ "shivam4503@gmail.com" ]
shivam4503@gmail.com
62f48f8c1e86d61f8c3caaf55e1eeb5f9c7f9d26
ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c
/out/release/gen/third_party/blink/renderer/bindings/modules/v8/v8_data_transfer_item_partial.cc
dc2be783a55ea6cbfac2593cfd4102495af82a30
[ "BSD-3-Clause" ]
permissive
xueqiya/chromium_src
5d20b4d3a2a0251c063a7fb9952195cda6d29e34
d4aa7a8f0e07cfaa448fcad8c12b29242a615103
refs/heads/main
2022-07-30T03:15:14.818330
2021-01-16T16:47:22
2021-01-16T16:47:22
330,115,551
1
0
null
null
null
null
UTF-8
C++
false
false
5,253
cc
// Copyright 2014 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. // This file has been auto-generated from the Jinja2 template // third_party/blink/renderer/bindings/templates/partial_interface.cc.tmpl // by the script ...
[ "xueqi@zjmedia.net" ]
xueqi@zjmedia.net
ee1fd5a7032a390d5aab81dc81182035df8ccf50
923d0c8d9e4578c9a77e6f5fab207ba706ad61c4
/simplect_cpp/width-height_image.cpp
6c7e7c955c0520e5a8497863eaa2ee72f0b2da60
[]
no_license
yuni-net/simplect
d19a73c39af660bf69fc25dd655efe8067f632bf
9bdb75eb08652ad37a43555827228d4b5eb72ba3
refs/heads/master
2021-01-21T10:09:19.623786
2015-06-28T08:45:10
2015-06-28T08:45:10
38,192,343
0
0
null
null
null
null
UTF-8
C++
false
false
391
cpp
#include "includes.h" #include "image.h" float sim::image::width() const { return base_width()*magni(); } float sim::image::height() const { return base_height()*magni(); } uint sim::image::base_width() const { if (pImageData == NULL) return 0; return pImageData->width(); } uint sim::image::base_height() const...
[ "yuni.net.liberty@gmail.com" ]
yuni.net.liberty@gmail.com
2113963c0eb66e7db7bf43f697480962f577be4a
e18a51c1bd1425f22db15700a88e8c66f3552d93
/packages/lagrangian/intermediateNew/parcels/Templates/KinematicParcel/KinematicParcel.H
ee860ad478dc325305b57ba1d41997a831391526
[]
no_license
trinath2rao/fireFoam-2.2.x
6253191db406405683e15da2263d19f4b16181ba
5f28904ffd7e82a9a55cb3f67fafb32f8f889d58
refs/heads/master
2020-12-29T01:42:16.305833
2014-11-24T21:53:39
2014-11-24T21:53:39
34,248,660
1
0
null
2015-04-20T08:37:28
2015-04-20T08:37:27
null
UTF-8
C++
false
false
20,385
h
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | --------...
[ "karl.meredith@fmglobal.com" ]
karl.meredith@fmglobal.com
efd68d2dded62d980338d0eb39b3682c8b5b1e99
1835bc57373845971613cda3f66b88813c139fc2
/examples/Cylindrical/tracker.cc
9c2ef9360fdf68c2eafe505390268eb1ec37ccc5
[]
no_license
jtalman/ual-sandbox_SL7.4Plus
4cf8037a0b289d9a29b9e8918ca15e40d4eca8a4
decdce8e9e42b51be4ced1174811bcb14427353a
refs/heads/master
2020-03-09T19:36:51.464651
2019-11-12T12:57:52
2019-11-12T12:57:52
128,962,122
0
0
null
null
null
null
UTF-8
C++
false
false
5,565
cc
#include <iostream> #include <fstream> #include <iomanip> #include <string> #include <algorithm> #include <stdio.h> #include <stdlib.h> #include "UAL/APDF/APDF_Builder.hh" #include "PAC/Beam/Position.hh" #include "SMF/PacSmf.h" #include "PAC/Beam/Bunch.hh" #include "Main/Teapot.h" #include "UAL/UI/Shell.hh" #includ...
[ "JohnDTalman@gmail.com" ]
JohnDTalman@gmail.com
4bad78897ff2cc64284e87972bbf4e3990e2e7a1
f53c6b3045e89b6674808e1c41495a020af48484
/test/sy/angle/angle.ino
ba29651295de0c87b3fa57143129e7b7f4ffdb30
[]
no_license
Team-Achi/Electric-Toothbrush
73783a78c7d2b319718277e93fd5161b671e9fec
74a4ec49851a60d0e93f84cbbfe2d76d159114fa
refs/heads/master
2020-03-28T19:42:15.625659
2018-12-10T14:18:33
2018-12-10T14:18:33
149,001,579
0
0
null
null
null
null
UTF-8
C++
false
false
1,052
ino
#include<Wire.h> const int MPU=0x68;//MPU6050 I2C주소 int AcX,AcY,AcZ,Tmp,GyX,GyY,GyZ; void get6050(); void setup() { Wire.begin(); Wire.beginTransmission(MPU); Wire.write(0x6B); Wire.write(0);//MPU6050 을 동작 대기 모드로 변경 Wire.endTransmission(true); Serial.begin(9600); } void loop() { get6050();//센서값 갱신 //받아...
[ "gfsusan@naver.com" ]
gfsusan@naver.com
9c6897ad10c77e78913865041aeee2163b784c79
28a961d8524aa1fe84cfdd2b6e124f39eb1b5237
/net/Server.h
94e9064756774cab14e2f46269b76916da660f3b
[]
no_license
yanpd1228/Yedis
0765607ef26cb03d416ab76262109d2f6ab2a658
d137a68636637599ebe78e35a403fc145a22450c
refs/heads/master
2023-05-12T20:39:01.805463
2021-05-30T05:01:30
2021-05-30T05:01:30
363,556,674
2
0
null
null
null
null
UTF-8
C++
false
false
1,910
h
#ifndef _YPD_SERVER_H_ #define _YPD_SERVER_H_ #include <functional> #include "SocketAddr.h" #include "TcpConnection.h" #include <atomic> #include <memory> #include <map> class AcceptNew; class EventLoop; class EventLoopThreadPool; class Server { public: enum Option { kNoReusePort, kReusePort, ...
[ "1654309840@qq.com" ]
1654309840@qq.com
ddbe164296fe772daef73bdf76842991f7d7c89b
bd56aece437cd598f929ca4df96138e8c2a5713e
/2DPlatformer/Fighter.h
dbf58cd453f60d8b9bff5931303adc8bfd2f0789
[]
no_license
dbncourt/SpaceFighter
9bb5b1585459cef5f81d59e208c38b20815e9890
84c4fa2428dad8573e8eabf23180610c83d2229a
refs/heads/master
2021-01-01T06:05:05.102586
2015-10-01T01:41:27
2015-10-01T01:41:27
42,380,702
1
1
null
null
null
null
UTF-8
C++
false
false
960
h
//////////////////////////////////////////////////////////////////////////////// // Filename: Fighter.h //////////////////////////////////////////////////////////////////////////////// #ifndef _FIGHTER_H_ #define _FIGHTER_H_ ////////////// // INCLUDES // ////////////// #include <list> /////////////////////// // MY CL...
[ "dbncourt@gmail.com" ]
dbncourt@gmail.com