blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
a3e63d66333069cc9d227ed5cc969ec6c7fbf020
1ea95c2ef59ac5d7a99548c3483db607965433df
/test/GeometryTest.cc
8fc7de37d0707e21304bb7f945bb09eb936f357f
[]
no_license
xyuan/CAFFE
59cba160b815f8588ee9a83c03bc59ab55fb96bb
ef89a89deacec14d675855e5c8c72080009a7379
refs/heads/master
2021-01-21T16:22:42.930929
2015-06-12T18:44:38
2015-06-12T18:44:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
830
cc
#include <iostream> #include <math.h> #include "../src/Math/Point3D.h" #include "../src/Math/Geometry.h" int main() { using namespace std; Point3D cubeVertices[8]; double dx(-0.2), dy(-0.3), dz(-0.423); cubeVertices[0] = Point3D(0., 0., 0.); cubeVertices[1] = Point3D(dx, 0., 0.); cubeVertices[2] = Point...
[ "roni511@gmail.com" ]
roni511@gmail.com
30a8c5986662191e4db6c5af9d83af63b1ad22aa
d63dab92eb520202dc014d2d194df070401a6458
/piklib/img/bti.cpp
0b6d3dc44b8d90fa3ddecf32aae3f29f69336037
[ "Unlicense" ]
permissive
intns/piklib
ada7f6978b17f497873ca49260b28ab46a4fa20a
44598a3e79e3ae5d3d935407f8c0f2362c76fda0
refs/heads/main
2023-07-16T09:47:47.131470
2021-08-20T22:51:04
2021-08-20T22:51:04
397,991,708
2
0
null
null
null
null
UTF-8
C++
false
false
1,302
cpp
#include "bti.hpp" #include <iostream> namespace piklib { void BTI::read(util::fstream_reader& reader) { m_format = reader.readS8(); m_alphaEnabled = reader.readS8(); m_dimensions.first = reader.readU16(); m_dimensions.second = reader.readU16(); m_wrapS = reader.readS8(); m_wrapT = reader.readS...
[ "84647527+intns@users.noreply.github.com" ]
84647527+intns@users.noreply.github.com
5d926ed144af0888cabe155ded265f002df49361
164aa6438207738e72a4aaec2c755d4248039744
/day12problemB.cpp
afae01e92eef515e1d0f393a984eff7a9d76f667
[]
no_license
O5-2/adventofcode2019
a3700fe8701b647a766a14f26151be6d3f75d934
27e269abac6a6f3104b1e00d8a0afd8a123764c8
refs/heads/master
2020-11-29T14:42:24.780106
2019-12-25T18:40:45
2019-12-25T18:40:45
230,140,895
0
0
null
null
null
null
UTF-8
C++
false
false
2,113
cpp
#include <cstring> #include <iostream> #include <string> #include <vector> #include <algorithm> #include <sstream> #include <queue> #include <deque> #include <bitset> #include <iterator> #include <list> #include <stack> #include <map> #include <set> #include <functional> #include <numeric> #include <utility> #include ...
[ "elijahkarp@gmail.com" ]
elijahkarp@gmail.com
f1397c6c1161062598188d1c8fa6fe55eac89dd9
e8eb4a4d87cdad3fc7d516b8410c12185d006ffb
/file1.cpp
15af2c1e5b0d5d2c63a43db822153054ba3528a8
[]
no_license
sasz1995/help
47d75cbd2f860872f8df0b9cee19160f95678c70
5cfa49b24d317275d2e45d59374d6670f85deca7
refs/heads/master
2020-06-15T22:43:11.438614
2019-07-05T14:49:36
2019-07-05T14:49:36
195,411,526
0
0
null
null
null
null
UTF-8
C++
false
false
210
cpp
#include <iostream> #include <fstream> using namespace std; int main() { ifstream fin; fin.open("myfile.dat"); char ch; //fin>>ch; //cout<<ch; while(!fin.eof()) { fin>>ch; cout<<ch; } return 0; }
[ "noreply@github.com" ]
noreply@github.com
e9230fa5f855d4dcecfcfa24a5dcb3e68a00ff7e
2f98c60a171b8f6df0f411255589ee6f26737cfb
/multimedia/WindowsAnimation/PriorityComparison/MainWindow.cpp
e8b5741f063b415c9c50fe5e2caa1fc4abc93cdb
[]
no_license
bbesbes/WindowsSDK7-Samples
4df1d7f2c6fae7bd84411b4c13751a4085144af9
14e1c3daff5927791c9e17083ea455ba3de84444
refs/heads/master
2021-09-23T10:05:42.764049
2021-09-16T19:45:25
2021-09-16T19:45:25
118,103,268
0
0
null
2018-01-19T09:12:39
2018-01-19T09:12:39
null
UTF-8
C++
false
false
24,239
cpp
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights reserved #define WIN32_LEAN_AND_MEA...
[ "theonlylawislove@gmail.com" ]
theonlylawislove@gmail.com
704b2ae56be9d302ba35e708fc3ff35215fc7255
229116ff4296a824f50c40f222d953c4148c8024
/PCViewer/Elaboration/SINECO_Transformation.h
952bcae238268c0e8aa58c63b2f9233abb40de89
[]
no_license
xijunke/VisualInertialKinectFusion
51e22f234963b7343bdd8cfb98fe88ed3c39599b
610910dca00e9ffe6b0844411f9479d2a15a4b1b
refs/heads/master
2021-10-09T10:35:13.905499
2018-12-26T11:10:30
2018-12-26T11:10:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,894
h
#ifndef SINECO_TRANSFORM_H #define SINECO_TRANSFORM_H #include <QWidget> #include <define.h> #include <pcl/common/transforms.h> // transform point cloud #include <pcl/common/io.h> // copy point cloud #include <QUndoStack> namespace Ui { class SINECO_Transformation; } class SINECO_Transformation : public QWidget {...
[ "silvio.giancola@gmail.com" ]
silvio.giancola@gmail.com
33b1ddf4d742c0ddcf7ea4d319fdf1ec4397bda2
6a94f8c4adcd0e5108e52d4926179b3865617cb4
/els_channel/Connection.hpp
7dd50b29360347ce6d700cfee97b9e274d997597
[]
no_license
rage123450/hk
2bf8e047d22349a5cfb65dd3e01489738387d4ae
c938662ee1fee7a864e9258e37b37fb335c7e21d
refs/heads/master
2023-06-07T18:33:12.924676
2020-10-16T17:58:44
2020-10-16T17:58:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,285
hpp
#pragma once #include "boost/asio.hpp" #include "boost/enable_shared_from_this.hpp" #include "boost/shared_array.hpp" #include "Crypto.hpp" #include "Player.hpp" namespace els { class Connection : public boost::enable_shared_from_this<Connection> { private: Player m_player; int m_sequence; std::string...
[ "kaokaotw@gmail.com" ]
kaokaotw@gmail.com
c8af20427efa11c4a3fadf179e5d18d17ffbaade
3f3095dbf94522e37fe897381d9c76ceb67c8e4f
/Current/ITM_ResetFaction.hpp
82b3369575c7c0902a724bb4b19610757157e166
[]
no_license
DRG-Modding/Header-Dumps
763c7195b9fb24a108d7d933193838d736f9f494
84932dc1491811e9872b1de4f92759616f9fa565
refs/heads/main
2023-06-25T11:11:10.298500
2023-06-20T13:52:18
2023-06-20T13:52:18
399,652,576
8
7
null
null
null
null
UTF-8
C++
false
false
1,156
hpp
#ifndef UE4SS_SDK_ITM_ResetFaction_HPP #define UE4SS_SDK_ITM_ResetFaction_HPP class UITM_ResetFaction_C : public UUserWidget { FPointerToUberGraphFrame UberGraphFrame; class UBasic_ButtonScalable_C* Basic_ButtonScalable; class UBasic_Menu_MinimalWindow_C* Basic_Menu_MinimalWindow; class UTextBlock* Cos...
[ "bobby45900@gmail.com" ]
bobby45900@gmail.com
b5a0b552563e8d940e661a858435841c047ecfd4
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5744014401732608_0/C++/MommyCanCode/ideone_MiwLRs.cpp
5d2f2f8ca033b0633a29079aa4e491d8abd8ab4f
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
666
cpp
#include<stdio.h> int main() { int t; int T; int b; long long m, s; int a[60][60], i, j; scanf("%d", &T); for(t=1; t<=T; ++t) { scanf("%d %lld", &b, &m); s=1; for(i=1; i<=b-2; ++i) s*=2; if(m>s) { printf("Case #%d: IMPOSSIBLE\n", t); continue; } printf("Case #%d: POSSIBLE\n", t); for(...
[ "alexandra1.back@gmail.com" ]
alexandra1.back@gmail.com
ea2b375803a8193f583fbf731508a0ac631adfe9
2aec1f112729c691ac575c1e3578c5edb0682102
/include/moveit_msgs/ExecuteTrajectoryActionResult.h
f90dffc0ffbaec9025fa3bd71b79928d21fbd56f
[]
no_license
dlutguobin/RC
ec8cf676168dd96dc2cb16e42be2a1d7cad5caa9
9bdc2c08e9b29e514ff2858726b1ea5f44fb6ffe
refs/heads/master
2021-09-11T20:50:33.473288
2018-04-12T05:47:33
2018-04-12T05:47:33
129,187,049
0
0
null
null
null
null
UTF-8
C++
false
false
11,556
h
// Generated by gencpp from file moveit_msgs/ExecuteTrajectoryActionResult.msg // DO NOT EDIT! #ifndef MOVEIT_MSGS_MESSAGE_EXECUTETRAJECTORYACTIONRESULT_H #define MOVEIT_MSGS_MESSAGE_EXECUTETRAJECTORYACTIONRESULT_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serializatio...
[ "liguobin@siasun.com" ]
liguobin@siasun.com
76cbb325138359fb0f41fa33b4cd7631ab52cef6
414d9b4e8d480fb66447c1a00549afaefdadb82b
/CHT on set.cpp
f5e31ddd3dfd759b9ae3020f0b61232d6190ca06
[]
no_license
danya090699/algo
a6a13a9051d740484d08c38c92360210855d3516
91874bb42118e6cfc0f73a455ab6c00b4e7a3d4b
refs/heads/main
2023-04-23T01:14:02.400396
2021-05-02T19:34:01
2021-05-02T19:34:01
312,794,420
0
0
null
null
null
null
UTF-8
C++
false
false
2,294
cpp
#include <bits/stdc++.h> #define int long long #define iter set <el, comp>::iterator using namespace std; const int inf=1e18; struct el { int l, r, k, b; }; struct comp { bool operator() (const el &a, const el &b) const { return a.k>b.k; } }; struct comp2 { bool operator() (const el &a, cons...
[ "noreply@github.com" ]
noreply@github.com
e282f347dc41dbd892c259e2ff4114d3ca3219aa
51a484c4885439799561dc5f6ab59e91d33d98fd
/src/service/SensorHistoryService.cpp
42654ba815cf206bdb803ee2356bc7af36d226ad
[ "BSD-3-Clause" ]
permissive
BeeeOn/server
7b22a4c7cbd551542a2bde5a128f09c02d597a99
c705503f6bc033f2014aaa675d1e29bfeed9f5eb
refs/heads/master
2020-12-29T02:31:55.089160
2019-01-29T22:08:50
2019-01-29T22:08:57
47,968,600
4
1
null
null
null
null
UTF-8
C++
false
false
118
cpp
#include "service/SensorHistoryService.h" using namespace BeeeOn; SensorHistoryService::~SensorHistoryService() { }
[ "iviktorin@fit.vutbr.cz" ]
iviktorin@fit.vutbr.cz
805f203428dfd5f8f282a09a7af09bf349674d7b
0531261aeabdf5556fd6af1f428cc95b04c76759
/PlayState.h
fa7bcba108d2962ce11cc7f55197dacd1138c4dc
[]
no_license
adryian/BaseCode
5d871857fbd00800e54ccb53a0e28095d3a33332
e0132887252de34ffa168ea9b0ed652bde3adc1a
refs/heads/master
2021-01-15T13:43:51.934959
2016-02-07T12:31:41
2016-02-07T12:31:41
43,768,326
0
0
null
2015-10-06T17:58:21
2015-10-06T17:58:20
null
UTF-8
C++
false
false
502
h
#pragma once #include "string" #include "GameState.h" #include "TileLayer.h" #ifndef PLAYSTATE_H #define PLAYSTATE_H class PlayState : public GameState { public: void update(); void render(); bool onEnter(); bool onExit(); std::string getStateID() const; private: static const std::string s_menuID; static void...
[ "adrian.gaston.perez@gmail.com" ]
adrian.gaston.perez@gmail.com
fb58880aa29ba4835734a00d6bbc7e0126992944
ec8a43705c755aeeb5bc51f05cfd2e7c151c3d79
/source/engine/AurMath.h
564a91a4fdb3c9eee54326418e29f6b78c27c4aa
[]
no_license
garudaxc/AuroraEngine
f055382fb7fafa3edc038c33b9f434b995f15a7c
a8d74d36080ea215fcfba9d39eb2ad4b2ff44b4a
refs/heads/master
2023-07-19T14:02:49.377307
2023-07-16T14:52:47
2023-07-16T14:52:47
245,835,428
1
1
null
null
null
null
UTF-8
C++
false
false
4,451
h
#ifndef GAMATH_H #define GAMATH_H #include <cmath> namespace Aurora { //----------------------------------------------------------- template<typename real> class Math { public: static inline real Abs(real value); static inline real Sin(real angle); static inline real Cos(real angle); static inline real Tan(real a...
[ "181031952@qq.com" ]
181031952@qq.com
660d20f03af70d73b35ecdcf6aecfd4da1a05fd8
45e40a9965d45080d52b43810423eb9e847ab6aa
/src/zzScenes/zzSushiScene/zzSushiScene.cpp
5e42171b00fffce6b9d8c1da76be071d92f7a5cc
[ "MIT" ]
permissive
matthewjacobson/recoded
7e65481d02f3bd5c323824b92a2cf71394075cc2
9185ff2cbf0ba84c9d364a7018360b029d866ad8
refs/heads/master
2021-08-11T16:27:21.768393
2017-11-13T22:41:57
2017-11-13T22:41:57
110,148,623
0
0
null
2017-11-09T17:57:44
2017-11-09T17:57:44
null
UTF-8
C++
false
false
3,104
cpp
#include "zzSushiScene.h" void zzSushiScene::setup(){ // setup pramaters // if your original code use an ofxPanel instance dont use it here, instead // add your parameters to the "parameters" instance as follows. // param was declared in zzSushiScene.h parameters.add(imageScale.set("image scale", 0.0075, 0.005...
[ "ying.quan.tan@gmail.com" ]
ying.quan.tan@gmail.com
75e37b5d8e78a7cfb2177ede70d6f40b98f53552
ae5845cf0850ba03805edcf0a4d4f796aea43c95
/SimperEncryption.cpp
2f6bf517d82539db30fd46cc168b99a2cb8b05e3
[]
no_license
T-PLAN/-v.1.0
d9a8e7b360736569fdc74eca22ca16f3abb1a48f
f54b0b3f2357c3d7a3757f5e9f97bec47b8a90f5
refs/heads/master
2022-11-24T02:41:06.246123
2020-07-23T07:06:59
2020-07-23T07:06:59
280,627,980
4
0
null
null
null
null
UTF-8
C++
false
false
3,239
cpp
#include <iostream> #include <string> #include <windows.h> #include <ctime> using namespace std; int body() { string a, c, d, e, f, g, m, n, p; int b, o; int num; int h = 0; string fuhao[10] = {")", "!", "@", "#", "$", "%", "^", "&", "*", "("}; string words[53] = {"a", "b", "c", "d",...
[ "noreply@github.com" ]
noreply@github.com
fc52419e76ce2e2731eceaf56b303d2f19d30981
d6f12d4bde5ddff4ba1bd9393ea6cab118c44fa4
/Source/misc_utils/debug_layer.h
d4d1dc44c0635a0304e19a02b6fd7754957ef348
[]
no_license
gummikana/CardBackGenerator
211583c57d838b53568280bd2d51ce62e915d623
02f7bf1252ae0e3702ec9c15f052fc3310239ba4
refs/heads/master
2021-01-20T04:37:30.435833
2015-06-15T16:43:55
2015-06-15T16:43:55
37,427,383
0
0
null
null
null
null
UTF-8
C++
false
false
4,053
h
#ifndef INC_DEBUG_LAYER_H #define INC_DEBUG_LAYER_H #define DEBUG_LAYER_DONT_USE_COMPONENTS #include <memory> #include <string> #include <poro/ikeyboard_listener.h> #include "config_ui.h" #include "../gameplay_utils/game_mouse_listener.h" class ConfigSliders; class Screenshotter; class SimpleProfilerViewer; class P...
[ "petri.purho@gmail.com" ]
petri.purho@gmail.com
5be498ee5c4bfa0dd44247af379d4d720fe50dee
b7f1b4df5d350e0edf55521172091c81f02f639e
/components/signin/core/browser/profile_management_switches_unittest.cc
bc1f10317fa58ed0011785347b01b06a7a0c5d27
[ "BSD-3-Clause" ]
permissive
blusno1/chromium-1
f13b84547474da4d2702341228167328d8cd3083
9dd22fe142b48f14765a36f69344ed4dbc289eb3
refs/heads/master
2023-05-17T23:50:16.605396
2018-01-12T19:39:49
2018-01-12T19:39:49
117,339,342
4
2
NOASSERTION
2020-07-17T07:35:37
2018-01-13T11:48:57
null
UTF-8
C++
false
false
5,284
cc
// 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. #include "components/signin/core/browser/profile_management_switches.h" #include <memory> #include "base/bind.h" #include "base/macros.h" #include "base...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
92c54ec3a832a49b270e6560f9ad3b08ac0a7a10
e660125640388337437346a694b9db6ead70815d
/browser/vivaldi_webcontents_util.cc
c88116afadbf512357df9c29e589b36ea4a75fa8
[ "BSD-3-Clause" ]
permissive
mario2100/Vivaldi-browser
d20c0be7d3a3177b5ab99c98bd8c8629fad2c4a9
14495941bdcc786867fbec5418d5f39dc18e9370
refs/heads/master
2023-07-16T12:46:16.254620
2021-09-06T16:13:59
2021-09-06T16:13:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
715
cc
// Copyright (c) 2016 Vivaldi. All rights reserved. #include "browser/vivaldi_webcontents_util.h" #include "content/public/browser/web_contents.h" #include "extensions/browser/guest_view/web_view/web_view_guest.h" namespace vivaldi { bool IsVivaldiMail(content::WebContents* web_contents) { extensions::WebViewGues...
[ "mathieu.caroff@free.fr" ]
mathieu.caroff@free.fr
a39a55c715f086212102b1efa8983104867647a6
400fd356eb75d95ab35e8dcce2f5b03b3d272e83
/Smjy/src/common/logging/appender_file.cpp
1f15860189874f74ab3fb1efddced90e90a88e18
[]
no_license
shandaming/Martial_arts
4eba4c3856d0fbbcddc460790b4a06ba79a9c3ed
896f10a7c457a9f166e7991e54943d46b6a953b5
refs/heads/master
2022-11-11T08:05:21.439745
2022-10-22T05:55:23
2022-10-22T05:55:23
116,259,077
0
0
null
null
null
null
UTF-8
C++
false
false
2,799
cpp
/* * Copyright (C) 2018 */ #include <cstdio> #include <cstring> #include <algorithm> #include "appender_file.h" #include "log.h" appender_file::appender_file(uint8_t id, const std::string& name, log_level level, appender_flags flags, std::vector<const char*> extra_args) : appender(id, name, level, flags), log...
[ "shandaming@hotmail.com" ]
shandaming@hotmail.com
855b62b62150f20959df7bdfd54ed0df476325bb
c0a6f68a03879dcd19d9fc7ab04af917f6044633
/src/test/compress_tests.cpp
5ed9b099c6b6ba7e53907a76ab535694552d9910
[ "MIT" ]
permissive
zzcasper/Joash-Coin-Sources
6738671b5777c4a1a868dc01ecfe736c5c3fbe83
f01c1dfe9659245d4ccebb4fa57177911f0e2aae
refs/heads/master
2020-04-27T02:38:01.151118
2019-03-06T18:44:38
2019-03-06T18:44:38
174,000,842
0
0
null
null
null
null
UTF-8
C++
false
false
1,940
cpp
// Copyright (c) 2012-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. #include "compressor.h" #include "util.h" #include "test/test_joashcoin.h" #include <stdint.h> #include <boost/test/unit_te...
[ "ibo.casper@gmail.com" ]
ibo.casper@gmail.com
1ca3d7a605d839743821f7f712b3edb99dfabe0a
39286cb21ded262aa700894482992a10067212c2
/proj2_seetaface2/SeetaFace2/SeetaNet/src/include_inner/SeetaNetResource.h
b2a6930fd66fa2ea5c6244ee669bdac4035e0189
[ "BSD-3-Clause", "BSD-2-Clause", "Apache-2.0" ]
permissive
rbbernardino/face-recognition-eval
076e6e664101e111ae1ee8f554bd526dbbb90d82
a5a8f75a7e29f34a74077f205b4f0dceb731a15b
refs/heads/master
2021-09-10T06:02:36.279085
2020-04-11T03:17:46
2020-04-11T03:17:46
240,072,179
0
0
Apache-2.0
2021-09-08T01:55:37
2020-02-12T17:24:58
C++
UTF-8
C++
false
false
1,673
h
#ifndef _SEETANET_RESOURCE_H_ #define _SEETANET_RESOURCE_H_ #include <vector> #include <map> #include "SeetaNetMacro.h" #include "SeetaNetCommon.h" #include "SeetaNetBlobCpu.h" template<class T> struct SeetaNetShareParam { std::map<int, SeetaNetBlobCpu<T> > param_map; int m_refrence_counts = 0; int m_dev...
[ "rbbernardino@gmail.com" ]
rbbernardino@gmail.com
95c52c9069448f400ac94a98720bbdcccceb2f69
76556a8351f5438b81f9054fd2df067fc038d37a
/src/renderer.h
ac22afa0d649dd37de4eeb5391305702fd5e56a8
[]
no_license
harikrishnanum/SnakeGame
e638b47e4b3b60078ddae84f45d09a3c8b537c20
c421259ff4379a84ff25e48cdedf7f00eb950cd6
refs/heads/master
2023-04-27T21:36:19.429203
2020-04-20T05:29:55
2020-04-20T05:29:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
698
h
#ifndef RENDERER_H #define RENDERER_H #include <vector> #include "SDL.h" #include "obstacles.h" #include "snake.h" #include <string> class Renderer { public: Renderer(const std::size_t screen_width, const std::size_t screen_height, const std::size_t grid_width, const std::size_t grid_height); ...
[ "hariknair77@gmail.com" ]
hariknair77@gmail.com
822873fe2534ab95c4f91e53236aeae3d1c770b1
7f237f107ae6e22a2c4c87b7bf25a2e5cdb05b75
/Source/Math/AvMath.cpp
f939afb39892c1ef3cac9bccc09b096167b4d720
[]
no_license
rshageev/Avalanche
9aecee505104cc0e8149837196c717d595b50e75
50e4316590cf2ebb1378390c8fb1256123abf948
refs/heads/master
2023-02-22T07:52:16.594639
2015-11-11T16:07:18
2015-11-11T16:07:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
237
cpp
#include "stdafx.h" #include <random> namespace math { static std::mt19937 rng(98934); template<class T> T random(T min_value, T max_value) { std::uniform_real_distribution<T> dist(min_value, max_value); return dist(rng); } }
[ "renatsh@playrix.com" ]
renatsh@playrix.com
4e7918cd191d5307d6c565a566e15279e146536a
3dea61864d9fd7dd05859862b1ebeec7f52b809f
/hw2/assignment2/assignment2/headers.h
e86c2ce596410420866ee5e906c5ca44c95de5db
[ "MIT" ]
permissive
jay16213/NCTU-2017-graphics
30b805241e45a243419b766015f9473a5c441077
09a07b4edb46bc95da484d86a5da28a65e8103e3
refs/heads/master
2021-03-22T02:06:17.750637
2017-12-17T15:45:27
2017-12-17T15:45:27
111,369,845
0
0
null
null
null
null
UTF-8
C++
false
false
777
h
#ifndef HEADERS_H #define HEADERS_H #define _USE_MATH_DEFINES #include <iostream> #include <cstdlib> #include <cstring> #include <cstdio> #include <string> #include <math.h> #include <cmath> #include <map> #include "FreeImage.h" #include "glew.h" #include "glut.h" #include "LightLoader.h" #include "SceneLoader.h" #inc...
[ "jay101630@gmail.com" ]
jay101630@gmail.com
c1d01371f4d7a6c073dbb858e695ecb5d4873b1e
51ced7a43318837fc11b81a934d3f6a989baf987
/SOURCE/allProjects/Book_Data_Base/Book_Data_Base/linkedListType.h
3f81c802569b89b9d1c5c2207addf9503011ca57
[ "MIT" ]
permissive
llanesjuan/AllMyProjects
6fcb3eeefc0740d3f3d8bed639a6c3e8f0534bf8
5944b248ae8f4f84cfea9fcf379f877909372551
refs/heads/master
2020-12-30T22:33:08.251247
2017-03-31T02:20:41
2017-03-31T02:20:41
86,514,030
0
0
null
null
null
null
UTF-8
C++
false
false
7,278
h
#pragma once #include <iostream> #include"linkedListIterator.h" using namespace std; template <class Type> class linkedListType { public: const linkedListType<Type>& operator=(const linkedListType<Type>&); //Overload the assignment operator. void initializeList(); //Initialize the list to an empty state. //Post...
[ "llanes.juan@outlook.com" ]
llanes.juan@outlook.com
5e5211eb5c6543711317a480f86aa9cb191c5939
136690e17494e42a142602c46f13a6c89e42bfb9
/src/Utils.hpp
48c8719292ae750aaa5aaae784b5029ee6107897
[]
no_license
gregzb/gfx_02_line
67b77575fa67f3a9c78b1e868a3a1b912b75cf0d
c0a42ff106663de41f9514ebaf290f7929c037b4
refs/heads/master
2021-01-02T07:20:50.255880
2020-02-11T03:51:11
2020-02-11T03:51:11
239,545,715
0
0
null
null
null
null
UTF-8
C++
false
false
542
hpp
#pragma once #include "Vec.hpp" #include <vector> class Color { public: unsigned char r; unsigned char g; unsigned char b; unsigned char a; Color(); Color(unsigned char r, unsigned char g, unsigned char b, unsigned char a); Color(int r, int g, int b, int a); }; namespace Utils { int sign...
[ "greg.zbo3@gmail.com" ]
greg.zbo3@gmail.com
75b6d3b4bdab3e2ed4d65b82990af8faceebfc14
bd6a267ff0b205b5b6749489a3f704486c1935ed
/CSCE-121/Project/Graph.h
d6bc774e18db571fbe68508c2a55b088c1f75d10
[]
no_license
rawrbyte/Code-Dump-TAMU
132e0aa1c2ed4ecfd62310c56604f3bc425b920b
18a90cbfd6968931e8a057092dd2e5f3efb5447e
refs/heads/master
2020-03-15T17:45:44.568661
2018-06-11T06:53:48
2018-06-11T06:53:48
132,269,006
1
0
null
null
null
null
UTF-8
C++
false
false
11,297
h
/* Graph.h Minimally revised for C++11 features of GCC 4.6.3 or later Walter C. Daugherity June 10, 2012 Walter C. Daugherity January 9, 2014 Walter C. Daugherity January 20, 2014 Walter C. Daugherity March 3, 2014 Walter C. Daugherity March 6, 2014 */ // // This is a GUI support code to the chapters 12-16 of th...
[ "rawrbyte@compute.cs.tamu.edu" ]
rawrbyte@compute.cs.tamu.edu
fa3f8c4218f09c39f011aeab3afb7d5b155e78e7
b511576b8be5f55a21a74c96480832910115a0c3
/core/src/Streaming/Stream.cpp
ea99e83341065a537597745ad5598df18bed3f4b
[ "BSD-3-Clause" ]
permissive
adamnemecek/crimild
c5fc3b2e130ed26cf3e54f76bb26bcc2d7a7dad1
3edc5965b05b2b6f6eb61ba9e727550a5ff25578
refs/heads/master
2021-07-06T21:46:46.803574
2017-09-03T22:20:37
2017-09-03T22:20:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,655
cpp
/* * Copyright (c) 2013, Hernan Saez * 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 con...
[ "hhsaez@gmail.com" ]
hhsaez@gmail.com
52f86c5a6bddb70cd6fb92453b962ce271a9ce89
8e9c8f677cafbeadd7fc1ce3da9723189194c3d0
/chess.cpp
4fdf13a031c240e13fb7664c9a73369657f76b0e
[]
no_license
aizaz-shahid/university_projects
4b35d60f3ea86b121babd5e2d9e8cbb36738b01d
8d279d8478613fe54badf247f982702ac818ebea
refs/heads/master
2020-05-26T15:45:07.589239
2019-05-23T19:11:25
2019-05-23T19:11:25
188,291,894
0
0
null
null
null
null
UTF-8
C++
false
false
14,883
cpp
#include <iostream> #include <conio.h> #include <string> #include <typeinfo> using namespace std; class piece { string sign; public: piece() { sign = "___"; } virtual void setSign(string ch) { sign = ch; } virtual int getSign0() { int x=0; x=sign[0]; x=x-48; return x; } virtual char getSign1() {...
[ "aizazshahid47@gmail.com" ]
aizazshahid47@gmail.com
2feec98adddf9d0cdae2b6aeca38b52ec02f18e0
0afb70bd608dc4740ed31769fc869b08303cbf6b
/MY C++ prog/array/matrix 4 by 3.cpp
3684dba19a5ba836ca21ee78acef47248ba46e0c
[]
no_license
Festusmastermind/ProgrammingC-
cb306b40c65d33b70f7362722fa4befa04f16af6
62ee28777165c14eb80b47e8a4d4573560e6258d
refs/heads/master
2020-07-25T14:07:40.278290
2019-09-14T01:49:57
2019-09-14T01:49:57
208,316,724
0
0
null
null
null
null
UTF-8
C++
false
false
1,225
cpp
#include <iostream> using namespace std; main() { // intitialization method int i,j; int mymatrix_A[3][4]={3,1,4,8, 5,2,6,7, 9,1,5,8}; int mymatrix_B[3][4]={2,3,4,5, 5,7,9,8, 1,4,3,2}; int mymatrix_C[3][4]; // this section is the processing sect...
[ "adusunkanmi333@gmail.com" ]
adusunkanmi333@gmail.com
d06359f0b45e146ea0a0452f0bd07c9b72dc61c9
9ab460da5210fafc09a1b427bdacef4e82282857
/BS/BS7/src/bs7Setup.cpp
5acef84608ccbbb6bfe588c4119dbdf612bba692
[ "MIT" ]
permissive
paranumal/streamparanumal
a9768c33104b27855b5d1099ef6735bbfdb4e8d7
8c1e76189a8e782e9c3a0986f214070ef59c53a8
refs/heads/main
2023-07-06T16:53:58.351534
2023-07-05T16:24:01
2023-07-05T16:24:01
296,924,470
3
4
NOASSERTION
2023-07-05T16:24:02
2020-09-19T18:04:03
C++
UTF-8
C++
false
false
1,318
cpp
/* The MIT License (MIT) Copyright (c) 2017-2022 Tim Warburton, Noel Chalmers, Jesse Chan, Ali Karakus 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 limi...
[ "noel.chalmers@gmail.com" ]
noel.chalmers@gmail.com
c4e6c36cbc0017df596508c7c01d7206e8259968
e1522f45a46820f6ddbfcc699379821e7eb660af
/mirea/cources/beginner/set-map-lower_bound-403337/B.cpp
09736d93bb1fde6a4065cc2d598c2984f6b78336
[]
no_license
dmkz/competitive-programming
1b8afa76eefbdfd9d5766d5347e99b1bfc50761b
8d02a5db78301cf34f5fdffd3fdf399c062961cb
refs/heads/master
2023-08-21T00:09:21.754596
2023-08-13T13:21:48
2023-08-13T13:21:48
130,999,150
21
12
null
2023-02-16T17:43:53
2018-04-25T11:54:48
C++
UTF-8
C++
false
false
1,133
cpp
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); // будем хранить оригинальное имя для каждого нового имени // и список активных имён int n; cin >> n; map<string, string> originalName; set<string> actualNames; while(n--) { string...
[ "dmkozyrev@rambler.ru" ]
dmkozyrev@rambler.ru
43a09d971f58fd13f4b74eee1cc1246265abfc9c
6940836c6b426849b75f95ca5a75cb23f5a46bca
/Core/util/StringUtil.h
91d0c0200c48cc170b90cb25f2f963d58c28905a
[]
no_license
xhyangxianjun/MyEcho
6e82aceac85545e62923cd47877d70280dc7c8a9
0e63e44864e25a72b216c203d44c257f43c2596d
refs/heads/master
2021-05-29T22:27:28.963702
2015-11-04T03:04:10
2015-11-04T03:04:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
341
h
#pragma once #include <iostream> #include <vector> class StringUtil { public: static std::string RandomStringA(int nLength); static std::wstring RandomStringW(int nLength); static std::vector<std::string> SplitA(std::string str, std::string pattern); static std::vector<std::wstring> SplitW(std::wstring str, std::w...
[ "xiaotan@outlook.com" ]
xiaotan@outlook.com
6da2150f75bbef29e0b8db396dfe113ce5ef1bbf
1ef7f309bf775b45ee69e80b9db0d242184c3bc2
/v3d_main/neuron_annotator/gui/trees/EntityTreeView.cpp
76329e25db2c7687c192f4a383dd4c1b59c66aa8
[ "MIT" ]
permissive
Vaa3D/v3d_external
8eebb703b6bc7be5af73597fe0b2972d93e8490f
5405addd44bba9867eaa7037d6e985cc9ed311e7
refs/heads/master
2023-08-17T19:13:40.159258
2022-08-22T13:38:11
2022-08-22T13:38:11
50,527,479
43
48
MIT
2022-10-19T12:29:00
2016-01-27T18:12:19
C++
UTF-8
C++
false
false
1,449
cpp
#include "EntityTreeView.h" #include "EntityTreeModel.h" #include "../../entity_model/Entity.h" #include <QtGui> EntityTreeView::EntityTreeView(QWidget *parent) : QTreeView(parent) { setSelectionBehavior(QAbstractItemView::SelectRows); } void EntityTreeView::keyPressEvent(QKeyEvent *event) { // Ignore all...
[ "rokickik@janelia.hhmi.org" ]
rokickik@janelia.hhmi.org
a942150abb9bfcfefa37d743118e177a030a63d5
e2b80c517b4b0ab3051bb95a3b695b424b80bf66
/剑指offer/翻转单词顺序列/main.cpp
8b8afd83667d6060de39273bb9d8375a55ed38ca
[]
no_license
TheBeatles1994/BlueBridge
738df4932d4c65a0c9bcd5e762645753f0a06430
10aa67a6b54a64a707b531d96f25a6b6b89f445f
refs/heads/master
2021-04-27T00:04:52.319108
2018-09-04T08:51:04
2018-09-04T08:51:04
123,747,735
7
3
null
null
null
null
UTF-8
C++
false
false
481
cpp
#include <iostream> #include <string> using namespace std; string ReverseSentence(string str) { string rst; size_t pos; while((pos = str.find_last_of(' '))!= string::npos) { rst.append(str.substr(pos+1)); rst.append(" "); str.erase(pos); } rst.append(str); return ...
[ "479488209@qq.com" ]
479488209@qq.com
2e6c2add887d98193dd0e8ca233f8e8ca52768af
256f67e7af72d84090ee1c49fa3494c2fe856b34
/inVerify.cpp
8fe6d23a132b39529ed541f1396eae9179d69291
[ "MIT" ]
permissive
DanCSmugBug/House-Hunt
4ddb40957bcaf7c6f5d470b25ee2f72bdcf597dd
0b39c1cb42d4657b7be262166f9113f672bb5088
refs/heads/master
2020-06-10T04:55:04.483995
2019-06-25T02:23:18
2019-06-25T02:23:18
193,588,609
0
0
null
null
null
null
UTF-8
C++
false
false
907
cpp
/* * Project: Penguin Derby * File: inVerify.cpp * Author: Daniel Cole * Version: 1.0 * Version Date: 6/24/2019 * * Description: Implementation file for inVerify */ #include "inVerify.h" int inVerify::getGoodInt() { int value; cin >> value; if (cin.fail()) { cin.clear(); cin.ignore(numeric_limi...
[ "noreply@github.com" ]
noreply@github.com
943e47c2fdcc4b774f08c3b88e32d04252ae3159
d7449e345451cfdb681e59ebaad9f0d8d6c1cd2c
/intelligent-agent/util/converter.cpp
777ed336989fc30eb07eca0d7b6206cca5d637e9
[]
no_license
kkalkidan/intelligent-agent
c39b51fb855d9d60a2ab0f4977cf974bdb3328b2
42b71242a02380ca71d058b00ee8aecc5c24bd95
refs/heads/master
2021-05-19T03:25:45.782012
2020-03-28T13:04:18
2020-03-28T13:04:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,753
cpp
#include <iostream> #include <string.h> #include <string> #include "converter.hpp" using namespace std; int top = -1, top1 = -1; char cont1[100]; char cont2[100]; void push(char num) { top++; cont1[top] = num; } void push1(char num1) { top1++; cont2[top1] = num1; } void pop() { cont1[top--]; } voi...
[ "bemhretgezahegn@gmail.com" ]
bemhretgezahegn@gmail.com
f700f5d0e9bf2521800f07fc4ebcefe076e52e85
2cf2200910b401efea09f0d597fd3b4fce0a4586
/Arcade/The_Core/C++/07_Book_Market/isMAC49Address.cpp
1ca878c965f87a2ff5b063ad0d37dc1cb9f2ab5e
[]
no_license
ldzzz/CodeSignal
c94abfdcc74c71670e91e37206667008adcbc159
f879d4622cada1d7561ecfef2dedeab991887b59
refs/heads/master
2020-03-26T22:17:33.366654
2018-09-14T21:48:13
2018-09-14T21:48:13
145,446,139
0
1
null
null
null
null
UTF-8
C++
false
false
169
cpp
bool isMAC48Address(std::string inputString) { std::regex myRegex ("([0-9A-F]{2}[\-]{1}){5}[0-9A-F]{2}"); return (std::regex_match (inputString, myRegex)); }
[ "eldinabdic47@gmail.com" ]
eldinabdic47@gmail.com
ff2e8b9d984a67507be13af6c9a302a0c4ecbf3a
6814e6556e620bbcbcf16f0dce7a15134b7830f1
/Projects/Skylicht/Collision/Source/Collision/CTriangleBB.cpp
0c98e49c20fbc15bc6f596be684fbb29cbf77b57
[ "MIT" ]
permissive
blizmax/skylicht-engine
1bfc506635a1e33b59ad0ce7b04183bcf87c7fc1
af99999f0a428ca8f3f144e662c1b23fd03b9ceb
refs/heads/master
2023-08-07T11:50:02.370130
2021-10-09T16:10:20
2021-10-09T16:10:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,362
cpp
/* !@ MIT License Copyright (c) 2021 Skylicht Technology CO., LTD 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 Rights to use, copy, modify...
[ "hongduc.pr@gmail.com" ]
hongduc.pr@gmail.com
08f5542fc3b51f13d0462de4371aa6f25b1b5866
cd385187124d24a8910729095c0ff50c26e1e3c4
/test/generators/BayesNetworkSinkTest.cpp
76732b94eaebd60937e0c66baac63ef2e2580024
[]
no_license
qiubix/DCL_BayesNetwork
c5c60c086b4130ac86fc8c149cc1a2bea63b02e2
0e69b1085cad3a217b1c66d6dffdaa91499c8c52
refs/heads/master
2020-12-18T22:25:48.340402
2016-11-22T13:42:30
2016-11-22T13:42:30
15,060,064
1
0
null
2016-11-22T13:27:24
2013-12-09T21:50:24
C++
UTF-8
C++
false
false
2,142
cpp
#include <gmock/gmock.h> #include <Components/BayesNetworkSink/BayesNetworkSink.hpp> #include <Types/BayesNetwork.hpp> using Sinks::Network::BayesNetworkSink; using Processors::Network::BayesNetwork; using namespace testing; class BayesNetworkSinkTest : public Test { public: BayesNetworkSink sink; }; TEST_F(BayesN...
[ "qiubix@gmail.com" ]
qiubix@gmail.com
bb50c0351fe7bd0207fbc09dca2b21f64f59044c
e79fe203fecbdbd87f0c356e7d82695418fefb2d
/deps/gdal/ogr/ogrct.cpp
34f99ad2c0099ccbac0509f64672870659ca6fb6
[ "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "MIT", "SunPro", "LicenseRef-scancode-info-zip-2005-02", "BSD-3-Clause" ]
permissive
psandbrook/white-star
26ebac4321b0d0f3ee9e8acbed7041565fc8f609
e256bd262c0545d971569c7d1cd502eb5c94c62b
refs/heads/master
2023-07-04T05:34:30.681116
2021-08-03T19:54:52
2021-08-03T19:54:52
361,380,447
0
0
null
null
null
null
UTF-8
C++
false
false
78,632
cpp
/****************************************************************************** * * Project: OpenGIS Simple Features Reference Implementation * Purpose: The OGRSCoordinateTransformation class. * Author: Frank Warmerdam, warmerdam@pobox.com * ********************************************************************...
[ "paul.sandbrook.0@gmail.com" ]
paul.sandbrook.0@gmail.com
eb2e4c9706010be23aba6eb85bdad2137007ca73
1a20961af3b03b46c109b09812143a7ef95c6caa
/ZGame/DX11/hieroglyph3/trunk/Hieroglyph3/Include/RenderParameterDX11.h
eb2b144dde153eb5958a9a015bef8693046e279b
[ "MIT" ]
permissive
JetAr/ZNginx
eff4ae2457b7b28115787d6af7a3098c121e8368
698b40085585d4190cf983f61b803ad23468cdef
refs/heads/master
2021-07-16T13:29:57.438175
2017-10-23T02:05:43
2017-10-23T02:05:43
26,522,265
3
1
null
null
null
null
UTF-8
C++
false
false
3,463
h
//-------------------------------------------------------------------------------- // This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed // under the MIT License, available in the root of this distribution and // at the following URL: // // http://www.opensource.org/licenses/mit-license.ph...
[ "126.org@gmail.com" ]
126.org@gmail.com
e799ec8230c86e96942a0896e8ac3d29305c8ea7
9f35bea3c50668a4205c04373da95195e20e5427
/chrome/browser/ui/views/profiles/profile_menu_view_base.cc
7c8fe816848e6a7258bc7cb7f8a48b69ce61fb7c
[ "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
37,893
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 "chrome/browser/ui/views/profiles/profile_menu_view_base.h" #include <algorithm> #include <memory> #include <utility> #include "base/feature_li...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
e2b51ec4043f040c267cfade69df40689d5f0988
ca160b80111990159f0cb91d7cf867f80661d154
/src/aunit/Assertion.cpp
a47ecf0f2c8b1d6143adbfd4060cde9fb76fc046
[ "MIT" ]
permissive
ciband/AUnit
1c05e4d41769e35ed2ec8476fd95fdd51bc4906f
503b382219f2a23b79dc6f3a2b49eef2ed0af26f
refs/heads/develop
2020-03-13T08:15:21.991599
2018-04-25T17:23:26
2018-04-25T17:23:26
131,040,538
0
0
MIT
2018-11-29T16:44:58
2018-04-25T17:22:12
C++
UTF-8
C++
false
false
21,624
cpp
/* MIT License Copyright (c) 2018 Brian T. Park 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 rights to use, copy, modify, merge, publish, ...
[ "brian@xparks.net" ]
brian@xparks.net
e9895040dfe2f027c27cb65eae6b931b025bc2f1
3122ac39f1ce0a882b48293a77195476299c2a3b
/clients/cpp-pistache-server/generated/model/PipelineRunSteps.cpp
4d9ceeb2f921610b39963ba47ea4b85fe92a64ac
[ "MIT" ]
permissive
miao1007/swaggy-jenkins
4e6fe28470eda2428cbc584dcd365a21caa606ef
af79438c120dd47702b50d51c42548b4db7fd109
refs/heads/master
2020-08-30T16:50:27.474383
2019-04-10T13:47:17
2019-04-10T13:47:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
792
cpp
/** * Swaggy Jenkins * Jenkins API clients generated from Swagger / Open API specification * * OpenAPI spec version: 1.1.1 * Contact: blah@cliffano.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ #i...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
edb0d44c8f4af7305db7fa5deab165a7736374af
f78b9a68f4da064a6388120498eac1e4b3b0348d
/build-Test-Desktop_Qt_5_6_0_MinGW_32bit-Debug/debug/moc_countdown.cpp
d8f5caf03facc1bef9a1f48cea88e470ed13f250
[]
no_license
Bisyuu/pd2-Taiko
fc170d33d3a1d02e983a31cc7aff619679b49b39
7209d932a587a16d500ab1003a2f6ba71f7fb5c1
refs/heads/master
2020-12-24T20:14:52.543493
2016-05-15T15:56:19
2016-05-15T15:56:19
58,869,601
0
0
null
null
null
null
UTF-8
C++
false
false
3,318
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'countdown.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0) ** ** WARNING! All changes made in this file will be lost! ***********************************************************...
[ "jerrys1542@gmail.com" ]
jerrys1542@gmail.com
4446f1d02de1ed50eaf34008e8c74709ebe35303
82621767a8fffb6f5c1e0323879d4f2f7555e3b0
/fc_malloc/fc_heap.hpp
e47876c09e556bb015e592befaefbc5da0ee38db
[ "Zlib" ]
permissive
abelianwang/malloc-survey
40b46b1507ec8c5666157b53326d4a23e31ac88e
6da5aca6aa2720d64bff709c111a5d8a5fa7a1be
refs/heads/master
2023-03-18T09:16:13.401077
2016-07-06T15:11:27
2016-07-06T15:11:27
534,266,709
1
0
Zlib
2022-09-08T15:06:26
2022-09-08T15:06:26
null
UTF-8
C++
false
false
17,679
hpp
#pragma once #include "mmap_alloc.hpp" #include <iostream> #include <sstream> #include <assert.h> #include <string.h> #include <vector> #include <unordered_set> #define CHECK_SIZE( x ) assert(((x) != 0) && !((x) & ((x) - 1))) #define PAGE_SIZE (2*1024*1024) #define LOG2(X) ((unsigned) (8*sizeof (unsigned long long) -...
[ "rlyeh.2015@gmail.com" ]
rlyeh.2015@gmail.com
7378cc5bfc33938c299d2c4d4db494d351274015
754afb303d5b60fe50ba85e9c8f462814a2ccfa6
/tst/AvlTree.cpp
51ae42ef4c41b03822714d445e731cfc7011947e
[]
no_license
hmfrank/AuD
f5141fcd1543b4e8d859faf3a1022703d6ed1c59
bccd2740b5ef334bfc630628c3d30e6d4afb1f80
refs/heads/master
2021-05-02T04:06:50.804744
2017-02-21T15:42:49
2017-02-21T15:42:49
76,026,202
0
0
null
null
null
null
UTF-8
C++
false
false
1,121
cpp
#include <catch.hpp> extern "C" { #include <stddef.h> #include "../inc/AvlTree.h" } int compare(const void *a, const void *b) { ptrdiff_t d = (const char*)a - (const char *)b; if (d < 0) return -1; else return d > 0; } TEST_CASE("avl tree contains, delete, insert, is empty", "[inc/AvlTree.h/avlContains, inc/AvlT...
[ "hannes.frank@online.de" ]
hannes.frank@online.de
3b875aca05d74c045e9f3c0b845c28eccf68a6ae
fd320551dc41cde5d5a361141876d7f003f97faf
/normal-pushdown/include/normal/pushdown/join/ATTIC/HashJoinProbeKernel.h
ccc465e2a3e978ecbe5bbcac6946de1acafb020d
[]
no_license
ergouy/FlexPushdownDB
e157daa8788f73d66cb6f3f8cc4b825b8e455fad
218705d5195db39bf3eb9457d69fa7759824dec7
refs/heads/master
2023-08-11T12:38:01.227056
2021-07-20T17:23:58
2021-07-20T17:23:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,017
h
// // Created by matt on 31/7/20. // #ifndef NORMAL_NORMAL_PUSHDOWN_INCLUDE_NORMAL_PUSHDOWN_JOIN_HASHJOINPROBEKERNEL_H #define NORMAL_NORMAL_PUSHDOWN_INCLUDE_NORMAL_PUSHDOWN_JOIN_HASHJOINPROBEKERNEL_H #include <memory> #include "normal/pushdown/join/JoinPredicate.h" #include "HashTable.h" #include <normal/tuple/Tup...
[ "matt.youill@burnian.com" ]
matt.youill@burnian.com
0ac0af0af1a9fb1624e466bc5c952d6fc3ebdc36
7f62f204ffde7fed9c1cb69e2bd44de9203f14c8
/DboClient/Lib/NtlSimulation/NtlSobMerchantItemAttr.h
e840c93d27980c9b0bfba1354fc58246cc4b3221
[]
no_license
4l3dx/DBOGLOBAL
9853c49f19882d3de10b5ca849ba53b44ab81a0c
c5828b24e99c649ae6a2953471ae57a653395ca2
refs/heads/master
2022-05-28T08:57:10.293378
2020-05-01T00:41:08
2020-05-01T00:41:08
259,094,679
3
3
null
2020-04-29T17:06:22
2020-04-26T17:43:08
null
UHC
C++
false
false
1,110
h
/***************************************************************************** * * File : NtlSobMerchantItem.h * Author : Hong SungBock * Copyright : (주)NTL * Date : 2006. 8. 1 * Abstract : Simulation Merchant Item object attribute ***************************************************************************** * D...
[ "64261665+dboguser@users.noreply.github.com" ]
64261665+dboguser@users.noreply.github.com
72b2ee277cf1aef77edde4d53d9276f923d5f087
bc517358a0701e88591683efe8b3b6b5952e55be
/include/Decima/Decima.hpp
c4bce8cd2619570d209660082ed83a1726ed2e19
[ "MIT" ]
permissive
ALEHACKsp/DecimaTools
f117cb947a6ae3c74849d61d2d07720e1e179d42
166c9d1d47b5c995bd51db86ba2ae0ac082faa28
refs/heads/master
2022-11-23T19:25:38.734139
2020-07-21T03:13:14
2020-07-21T03:13:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,341
hpp
#include <cstdint> #include <cstddef> #include <array> #include <vector> #include <memory> #include <optional> #include <unordered_map> #include <map> #include <filesystem> #include <ostream> #include <mio/mmap.hpp> namespace Decima { class Archive { public: ~Archive(); // Used for file headers, file table entries...
[ "Wunkolo@gmail.com" ]
Wunkolo@gmail.com
e17b41cbc358111a304ee30112c1606fa4ee95ab
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/abc071/A/4480274.cpp
3a35a0a53a8155a705f8424fb367d91eb344e554
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
C++
false
false
279
cpp
#include <iostream> int main(){ int x, a, b; std::cin >> x >> a >> b; int da = abs(x - a); int db = abs(x - b); if(da < db){ std::cout << "A" << std::endl; }else{ std::cout << "B" << std::endl; } return 0; }
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
8efb0018ab30d70f15c4ad364795a9fab424a0ba
a5a8516791b8169253cdf9d3dc47edc7ad120a37
/src/perception/src/look_at/debug/servers/debug_images_publisher.cpp
509b21d18cf58eaf5256f972c2d170d579cd0e29
[]
no_license
Forrest-Z/Carbrain
fa0ce92f1c625b06bd100f2f788176acc57db3fb
bdba2a394f2e90f075118b960d46e63e88e395fe
refs/heads/master
2022-01-07T16:55:12.681919
2019-06-09T16:38:59
2019-06-09T16:38:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,994
cpp
#include "debug_images_publisher.h" #include "common/angle_conversions.h" THIRD_PARTY_HEADERS_BEGIN #include <perception_msgs/LookAtRegionsDebug.h> THIRD_PARTY_HEADERS_END namespace look_at { const ParameterString<double> DebugImagesPublisher::PIXEL_WIDTH("pixel_width"); const ParameterString<double> DebugImagesPub...
[ "fangnuaa@gmail.com" ]
fangnuaa@gmail.com
4965dc1428faeba5cf22ac5161cee67fcf34a6a2
9befe694264de9828ba9c04b79a418d0c0a653bc
/log_common.cpp
02d9304710e4edae6fa676d66cfaa48944784a3f
[]
no_license
qliang06/log-streamer
319245d8fcf93d9c098eaad4dde5719fc20a500f
5ee9dab99e3af932fb8f1cb3cbce3e2cb20478c3
refs/heads/main
2023-02-23T09:22:39.628777
2021-01-26T05:54:36
2021-01-26T05:54:36
332,985,878
0
0
null
null
null
null
UTF-8
C++
false
false
793
cpp
#include <iostream> #include "log_common.h" namespace datadog_log_analytics { std::ostream& operator<< (std::ostream& os, const LogRecord& record) { os << "IP:" << record.ip << "|" << "rfc:" << record.rfc << "|" << "user:" << record.user << "|" << "timestamp:" << record.timestamp << "|" ...
[ "qliang" ]
qliang
cea4348361cc84d0a55e16249a0c0f51c70fe25a
169e75df163bb311198562d286d37aad14677101
/tensorflow/tensorflow/compiler/xla/service/hlo_domain_remover.cc
e2e820002be77201b5bb237d90bbbc31ac178bb9
[ "Apache-2.0" ]
permissive
zylo117/tensorflow-gpu-macosx
e553d17b769c67dfda0440df8ac1314405e4a10a
181bc2b37aa8a3eeb11a942d8f330b04abc804b3
refs/heads/master
2022-10-19T21:35:18.148271
2020-10-15T02:33:20
2020-10-15T02:33:20
134,240,831
116
26
Apache-2.0
2022-10-04T23:36:22
2018-05-21T08:29:12
C++
UTF-8
C++
false
false
4,471
cc
/* Copyright 2018 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
[ "thomas.warfel@pnnl.gov" ]
thomas.warfel@pnnl.gov
ff1e87f9452c6c2848176f40a57f8c2a70524bb8
2d4d8094dcc810bd01f1e11ff7f29b959f1ac8a6
/src/rttr/detail/variant_associative_view/variant_associative_view_private.h
ece2efa8295d6f0350d0d825e21023a45cefa3e7
[ "MIT" ]
permissive
goops17/rttr
715b980402ad5d2f9713c20b15989af22c69caec
29e6ff94cfd11e066cb00aed58544842534fc75b
refs/heads/master
2021-09-05T20:43:03.356303
2018-01-25T15:14:10
2018-01-25T15:14:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,927
h
/************************************************************************************ * * * Copyright (c) 2014, 2015 - 2017 Axel Menzel <info@rttr.org> * * ...
[ "info@axelmenzel.de" ]
info@axelmenzel.de
75d074129c65a6fed7ed7cfbdc024ef8abfb18b6
3b76b2980485417cb656215379b93b27d4444815
/7.Ung dung/Source code/Client/Client/MicPhone.h
819d3977c32b6d3197611fdd545ed9fb125b29d5
[]
no_license
hemprasad/lvmm-sc
48d48625b467b3756aa510b5586af250c3a1664c
7c68d1d3b1489787f5ec3d09bc15b4329b0c087a
refs/heads/master
2016-09-06T11:05:32.770867
2011-07-25T01:09:07
2011-07-25T01:09:07
38,108,101
0
0
null
null
null
null
UTF-8
C++
false
false
754
h
// MicPhone.h: interface for the MicPhone class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MICPHONE_H__12303AA1_4AF2_11D6_8886_200654C10000__INCLUDED_) #define AFX_MICPHONE_H__12303AA1_4AF2_11D6_8886_200654C10000__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en...
[ "funnyamauter@72c74e6c-5204-663f-ea46-ae2a288fd484" ]
funnyamauter@72c74e6c-5204-663f-ea46-ae2a288fd484
e937aa69a6272ed46815c72f07d2d4ec154c67f8
da5bb5e44b56f9c22e3bedb145aaff6a62cfa7b1
/Blob/Blob3/src/Edge.cpp
99ad292766a53d7e225e86dfd17207d1682bc8ea
[]
no_license
r21nomi/of-artwork
0abc1e18aa3c9aafa368d0180e21917c431fbd2d
6aef14cd40cc9e6a171caea3aec4296a3d0f4e49
refs/heads/master
2021-01-24T08:17:41.132581
2017-03-02T00:39:59
2017-03-02T00:39:59
68,909,172
9
0
null
null
null
null
UTF-8
C++
false
false
179
cpp
// // Edge.cpp // Blob2_2 // // Created by 新家 亮太 on 2016/10/26. // // #include "Edge.hpp" Edge::Edge() { } void Edge::update() { } void Edge::draw() { }
[ "ryotakosu@gmail.com" ]
ryotakosu@gmail.com
7063d12c708fd34b0a89dc43c114a308fe838d5b
2e0472397ec7145d50081d4890eb0af2323eb175
/Code/src/OE/UI_OLD/Elements/TreeViewModel.cpp
622aeed364d31591cbc85e52d6b8abdcead77644
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mlomb/OrbitEngine
5c471a853ea555f0738427999dd9cef3a1c90a01
41f053626f05782e81c2e48f5c87b04972f9be2c
refs/heads/master
2021-09-09T01:27:31.097901
2021-08-28T16:07:16
2021-08-28T16:07:16
99,012,019
26
3
null
null
null
null
UTF-8
C++
false
false
154
cpp
#include "OE/UI/Elements/TreeViewModel.hpp" namespace OrbitEngine { namespace UI { Element* TreeViewModel::Build(int depth) { return nullptr; } } }
[ "mlombardo9@gmail.com" ]
mlombardo9@gmail.com
267e8f6e352fdfb19740a46c0bb5f0e2f0734c8e
ee080dbd8517ebc0b621dcb339a818b03749d77f
/head-first-design-pattern/cpp/singleton/chocolate/chocolate_controller.h
faf80852d017b834760a646fac2abad3b800cd5d
[]
no_license
chenjianlong/books-code
b01c92f0cd74861f315a65fa70ad0de729356978
bbbf379db7117d023f68aac1fd39b5846118159e
refs/heads/master
2023-07-21T14:43:46.951799
2023-05-09T03:23:59
2023-05-09T03:23:59
9,493,872
4
3
null
2023-09-07T11:57:37
2013-04-17T09:23:04
C
UTF-8
C++
false
false
427
h
/*! * \file chocolate_controller.h * \brief The Chocolate_Controller class implementation. * \author Jianlong Chen <jianlong99@gmail.com> * \date 2013-05-04 */ /* $Id$ */ #ifndef CHOCOLATE_CONTROLLER_H #define CHOCOLATE_CONTROLLER_H class Chocolate_Controller { public: Chocolate_Controller(); virtual ~C...
[ "jianlong99@gmail.com" ]
jianlong99@gmail.com
096e01107568a4a41fbd1fa10e2448e3d79951bc
7176368f9ead00f7e2b7b224d3c197282331b00d
/Test/Parser/DdsParserTest.cpp
9736e0ef76003a66fe3ac9350345338bb5c97629
[ "MIT", "CC-BY-4.0" ]
permissive
netwarm007/GameEngineFromScratch
8793aa1b9581fc0932e7e212c83b9b540ea5dcf5
3907778a1c543dfd38f660e5ffa7950d147c807c
refs/heads/master
2023-08-21T02:25:26.556984
2023-03-07T09:37:28
2023-03-07T09:37:28
100,656,491
1,647
346
NOASSERTION
2023-03-07T09:37:30
2017-08-18T00:28:20
C++
UTF-8
C++
false
false
654
cpp
#include <iostream> #include <string> #include "AssetLoader.hpp" #include "DDS.hpp" using namespace My; int main(int argc, const char** argv) { int error = 0; AssetLoader assetLoader; error = assetLoader.Initialize(); if (!error) { Buffer buf; if (argc >= 2) { buf = asse...
[ "chenwenli@chenwenli.com" ]
chenwenli@chenwenli.com
56d86fb670f8dd662165593f43037a9835fcf27d
b677894966f2ae2d0585a31f163a362e41a3eae0
/ns3/ns-3.26/src/internet/test/tcp-option-test.cc
2009e0e3825a86a125bd97c76d4bd6904200453a
[ "LicenseRef-scancode-free-unknown", "GPL-2.0-only", "Apache-2.0" ]
permissive
cyliustack/clusim
667a9eef2e1ea8dad1511fd405f3191d150a04a8
cbedcf671ba19fded26e4776c0e068f81f068dfd
refs/heads/master
2022-10-06T20:14:43.052930
2022-10-01T19:42:19
2022-10-01T19:42:19
99,692,344
7
3
Apache-2.0
2018-07-04T10:09:24
2017-08-08T12:51:33
Python
UTF-8
C++
false
false
4,129
cc
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2014 Natale Patriciello <natale.patriciello@gmail.com> * * 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 Free Software F...
[ "you@example.com" ]
you@example.com
643f56020cdf505a6e43518207756b785d81fdc0
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13728/function13728_schedule_21/function13728_schedule_21.cpp
ba77ee2e39cc4fd9960b148cbc16a964b4d7ef0d
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,048
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function13728_schedule_21"); constant c0("c0", 256), c1("c1", 2048), c2("c2", 128); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i100("i100", 1, c0 - 1), i101("i101", 1, c1 - 1), i102("i10...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
8b99f5c9182c7d1d64d90b4342f2d6c10aa00bee
1c53c58be8e0a57604b161a7a820001ed8b6e7b0
/Puzzle_Sliding_Animation/game.h
6253a205ca1dab801b7459ad01c1fe143bb6dfe4
[]
no_license
atomic/Sliding_Puzzle
747a6f19b6e9de2ddcc33d999cb8002d75fd48aa
a8edc5c009877412b598e53ac4c1f7259f5ce064
refs/heads/master
2020-06-03T05:52:12.227319
2015-03-24T20:08:44
2015-03-24T20:08:44
31,629,930
0
1
null
2015-03-24T08:18:46
2015-03-04T00:51:15
C++
UTF-8
C++
false
false
4,816
h
#ifndef GAME_H #define GAME_H #include <SFML/Graphics.hpp> #include <cstdlib> #include <iostream> enum Direction { Up = -3, Down = 3, Left = -1, Right = 1 }; using namespace std; class Game : private sf::NonCopyable { public: Game(); void run(); void reset(bool clearInput = true, bool clearS...
[ "atomictheorist@gmail.com" ]
atomictheorist@gmail.com
32f9ff2e07951ca094d9aef83cc1a1465ca37119
35edbf6c68b0a405cedd068311f39c293cf1f3a8
/Classes/Slide7.cpp
825971ffc618fea734cadc8a404a28bb9a50eb47
[]
no_license
Biswajit-MobileDeveloper/StoryBook
28375e52bdabd856f5e27e9884a6961403c4975c
24397973091f226bd7b0d180db3c857c0893f3f7
refs/heads/master
2021-01-13T00:59:14.247228
2015-11-25T10:38:11
2015-11-25T10:38:11
46,854,791
0
0
null
null
null
null
UTF-8
C++
false
false
4,745
cpp
// // Slide7.cpp // JoshEmma // // Created by Biswajit Paul on 04/11/15. // // #include "Slide7.h" #include "GameSettings.h" #include "GameConfig.h" #include "Slide6.h" #include "Slide8.h" #include "BridgeIOS.h" USING_NS_CC; CCScene* Slide7::scene() { CCScene *scene = CCScene::create(); Slide7 *layer = Sli...
[ "biswajit.p@digitalaptech.com" ]
biswajit.p@digitalaptech.com
2538ee6dbcb2f218b8571a7f594758e8801c0ced
800a248fb7532f90119b5d0c3516dc457df7d335
/day3_2/day3_2.cpp
a1ed0293e59cf168b0e134d4229d02a01b11d6b8
[]
no_license
Hyo-gyeong/C_special-lecture_Day3
0b10e0cc4247bbaa4acc441026ef4d2ba86b1d85
f91378420ac0a3ad7c00bc161cd6d1ccb68fb397
refs/heads/master
2020-06-22T11:08:24.082195
2019-07-19T04:55:12
2019-07-19T04:55:12
197,704,330
0
0
null
null
null
null
UTF-8
C++
false
false
660
cpp
#include <stdio.h> int min (int num1, int num2); int getGCD(int num1, int num2, int num3); int main(void) { int n1, n2, n3; printf("Enter a number: "); scanf("%d", &n1); printf("Enter a number: "); scanf("%d", &n2); printf("Enter a number: "); scanf("%d", &n3); printf("GCD is %d\n", getGCD(n1, n2, n3)); } ...
[ "cdkrcd8@gmail.com" ]
cdkrcd8@gmail.com
ea31861a007b413f48bab54438dfb37b1ac558e6
eb1fe618bf14cd50bf5de3bd075a1ebecd8392f7
/include/cppcoro/stdcoro.hpp
f7c0ff1dacd6a802f3a8190186edd3ca18a056a8
[ "MIT" ]
permissive
PazerOP/cppcoro
436dcb9a69f273ea0e1dda092ef674052b121d08
19c9e6801518554911fc34557b38304dfe62b99f
refs/heads/master
2023-01-10T12:17:26.785939
2020-11-16T06:03:05
2020-11-16T06:03:05
285,188,749
0
0
MIT
2020-08-05T05:30:49
2020-08-05T05:26:18
null
UTF-8
C++
false
false
490
hpp
#ifndef CPPCORO_STDCORO_HPP_INCLUDED #define CPPCORO_STDCORO_HPP_INCLUDED #include <filesystem> #ifdef HAS_STD_COROUTINE_HEADER #include <coroutine> namespace stdcoro = std; #else #include <experimental/coroutine> namespace stdcoro = std::experimental; #endif #ifdef HAS_STD_FILESYSTEM_HEADER #include <filesystem> na...
[ "garcia.6l20@gmail.com" ]
garcia.6l20@gmail.com
5e2a09af240b7d0e1c01613024cc6d4aa9cd0502
58038f168eec402024cc33594dcd395438af1d51
/chromeos/constants/chromeos_features.h
55803e354df3121fddd405aaa6ef649bf8ddde10
[ "BSD-3-Clause" ]
permissive
Esty12/chromium
ae08cff5869b634f8b4c1d11814c7807907d7eb0
ce25b7b60aa5f00ddc8f5a076c700e7fd5bd8a33
refs/heads/master
2022-11-25T12:34:56.698704
2020-08-19T08:51:26
2020-08-19T08:51:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,687
h
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMEOS_CONSTANTS_CHROMEOS_FEATURES_H_ #define CHROMEOS_CONSTANTS_CHROMEOS_FEATURES_H_ #include "base/component_export.h" #include "base/feature...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
af4f9bbf1efc2139f49b0fbb4478983813329595
a9e224a95e42a9a5eddddfada7843e518d75408f
/2357/main.cpp
5b2aab8a476fd05c825e207c7f958d8474dc06c8
[]
no_license
WoodJohn/Algorithm-Practice
6b39619ce34faf34be48d8e928a729f8739c6e9a
4e7f6e3b090d3492ed53d479d0672830912eca5f
refs/heads/master
2020-04-27T21:39:30.288108
2012-11-11T12:03:22
2012-11-11T12:03:22
4,083,583
1
0
null
null
null
null
UTF-8
C++
false
false
1,177
cpp
#include <iostream> #include <string.h> using namespace std; int n; char g[35][35]; bool v[35][35]; int sum; void ff(int x, int y) { v[x][y] = true; if (x > 0 && !v[x - 1][y] && g[x - 1][y] == '.') ff(x - 1, y); if (y > 0 && !v[x][y - 1] && g[x][y - 1] == '.') ff(x, y - 1); if (x < n -...
[ "standingback@gmail.com" ]
standingback@gmail.com
3f908e1e286a54f062014a6c56272054bee78111
e1d6417b995823e507a1e53ff81504e4bc795c8f
/gbk/client/ClientLib/Tools/MrSmith/MrSmith/PacketHandle/GCPlayerRealMoveHandler.cpp
ee19223be57b19d4306ff5b827fa872674a2757a
[]
no_license
cjmxp/pap_full
f05d9e3f9390c2820a1e51d9ad4b38fe044e05a6
1963a8a7bda5156a772ccb3c3e35219a644a1566
refs/heads/master
2020-12-02T22:50:41.786682
2013-11-15T08:02:30
2013-11-15T08:02:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
183
cpp
#include "StdAfx.h" #include "GCPlayerRealMove.h" using namespace Packets; UINT GCPlayerRealMoveHandler::Execute(GCPlayerRealMove* pPacket, Player*) { return PACKET_EXE_CONTINUE; }
[ "viticm@126.com" ]
viticm@126.com
11259ad16ea45f5bba9da4e20a6412aa66168d80
099f2181439ba42a5fbeb774a182faf3db9bad8c
/problems/044-wildcard-matching.cpp
802b5dfc975ff63752be12dd10ef27724bfea9ef
[]
no_license
luchenqun/leet-code
76a9193e315975b094225d15f0281d0d462c2ee7
38b3f660e5173ad175b8451a730bf4ee3f03a66b
refs/heads/master
2021-07-09T09:49:36.068938
2019-01-15T07:15:22
2019-01-15T07:15:22
102,130,497
1
0
null
null
null
null
UTF-8
C++
false
false
1,521
cpp
/* * [44] Wildcard Matching * * https://leetcode-cn.com/problems/wildcard-matching/description/ * https://leetcode.com/problems/wildcard-matching/discuss/ * * algorithms * Hard (15.30%) * Total Accepted: 353 * Total Submissions: 2.3K * Testcase Example: '"aa"\n"a"' * * 给定一个字符串 (s) 和一个字符模式 (p) ,实现一个支持 '?...
[ "luchenqun@juzix.io" ]
luchenqun@juzix.io
0e593c8bbf721c0329da911aa68fe857a384f8e8
8f7f38b784c52f43e44973bdf58bed20b62e0ccd
/labs/lab3/lib/ArduinoJson/src/ArduinoJson/Data/JsonFloat.hpp
2d37a974f01cad000f8a51f13a043ac2b5ddd5c5
[ "MIT" ]
permissive
toolboc/particle-azure-workshop-2019
a2ced948ef945821198840271c5584d957ac59fb
b0ce4f0a9271e7bc0915b13f2f69298ed07852a2
refs/heads/master
2020-09-09T20:41:13.768591
2019-11-13T22:57:26
2019-11-13T22:57:26
221,563,547
1
0
MIT
2019-11-13T22:57:28
2019-11-13T22:27:42
null
UTF-8
C++
false
false
295
hpp
// ArduinoJson - arduinojson.org // Copyright Benoit Blanchon 2014-2018 // MIT License #pragma once #include "../Configuration.hpp" namespace ArduinoJson { namespace Internals { #if ARDUINOJSON_USE_DOUBLE typedef double JsonFloat; #else typedef float JsonFloat; #endif } }
[ "bsatrom@gmail.com" ]
bsatrom@gmail.com
5b79a0ab0cd20b612572233144dbb173722d8850
c52d54c5a27e2829170edbd82ac74a8a22521b7a
/3rdParty/src/OpenGl/OpenGl_AspectText.cxx
98cc48430a0b3dee4109131e228a7d92b3713654
[]
no_license
ZHKang/NTU_OCCT_v2
a011c4799c3b6bbec7f339d46fefbaf858841ff7
6b2efc9ca9519ee5702d04ed843523e58c18f4da
refs/heads/master
2021-01-09T20:38:25.425411
2016-06-06T09:48:16
2016-06-06T09:48:16
60,387,611
0
0
null
null
null
null
UTF-8
C++
false
false
4,729
cxx
// Created on: 2011-07-13 // Created by: Sergey ZERCHANINOV // Copyright (c) 2011-2013 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2...
[ "kzh7103@hotmail.com" ]
kzh7103@hotmail.com
492990e170f8efaca8eede2c686ee4a516768f52
a2207c02b1644a0092912d453547c3d78fd12454
/Project_03 Translate Python to Cpp/helpers.cpp
6db87481a181e9a6a3dec1e383f56b04bc160fef
[]
no_license
amdee/Intro-to-Self-Driving-Cars-Nanodegree-Udacity
a90b8c5dbbc4e44e2e32a09c48d909aa89e11491
1b75fbac288710f3d9cde49568850cef342ed9da
refs/heads/master
2020-05-21T07:54:32.980762
2019-05-10T10:29:03
2019-05-10T10:29:03
185,967,555
7
4
null
null
null
null
UTF-8
C++
false
false
6,701
cpp
/** helpers.cpp Purpose: helper functions which are useful when implementing a 2-dimensional histogram filter. This file is incomplete! Your job is to make the normalize and blur functions work. Feel free to look at helper.py for working implementations which are written in python. */ #include <vector> #inclu...
[ "noreply@github.com" ]
noreply@github.com
1595c0355c5b67e4a143e1042c6ff951eb973840
4fb2b5fe6052fc2e4c037007eb8f60ad8e51ab36
/Source/OverlordEngine/Prefabs/SkyBoxPrefab.h
2ed0ca4b41b66bfe4b12fcfb261da23f335d2385
[]
no_license
SaartjeCodde/GraphicsProgramming
7a067db90d4e9a51bb9b439082ceded27d16b1bf
89de3a5b3f67e1278b306c05d229ca7ad005389f
refs/heads/master
2021-01-10T15:31:35.301461
2015-12-11T13:48:23
2015-12-11T13:48:23
47,828,625
0
0
null
null
null
null
UTF-8
C++
false
false
594
h
#pragma once #include "..\Scenegraph\GameObject.h" #include "..\..\OverlordProject\Materials\SkyBoxMaterial.h" #include "..\Components\ModelComponent.h" class SkyBoxPrefab: public GameObject { public: SkyBoxPrefab(wstring assetFile); protected: virtual void Initialize(const GameContext& gameContext); private: ...
[ "Saartje.Codde@student.howest.be" ]
Saartje.Codde@student.howest.be
3f534855f59cbd130e301ab8781ad7a544ac1d9e
02f6798a3b497f12382ed6159db194af242ac23b
/include/diy/mqo/mqoFile.hpp
9bafce5c3d395f45dee8be30f2efbc0f6098b2fd
[]
no_license
SaulHP91/DIYlib
62fc2e32861bcbda760e42d72be796d49ffcd2b8
7f2c381f0d9a1e90f929a74987dcf0c85ed7f1fa
refs/heads/master
2020-12-25T18:22:38.390742
2015-04-26T09:00:30
2015-04-26T09:00:30
34,035,942
0
0
null
null
null
null
UTF-8
C++
false
false
611
hpp
#ifndef MQOFILE_HPP #define MQOFILE_HPP #include <diy/mqo/mqoScene.hpp> #include <fstream> #include <vector> #ifdef DIYLIB_EXPORTS #define DIYLIB_API __declspec(dllexport) #else #define DIYLIB_API __declspec(dllimport) #endif namespace diy { namespace mqo { class MqoMaterial; class MqoObject; class MqoFile ...
[ "saulhp91@hotmail.com" ]
saulhp91@hotmail.com
a0ebf8d9d82ae23eb05a0b1fb8989254f9a9ab38
589b0867882798d0d92fa6acce99ce12be78b2ad
/types.h
d27be2b2063104a7c8a7734495813159d2c52eea
[]
no_license
pressureless/graphics101-pipeline
bcea5146e598a9f13dbf54f5135d646ea495e1f5
00094a6552f4216642b0725e5a28fcdcb7e023f3
refs/heads/master
2021-10-08T22:59:31.151802
2018-12-18T20:24:57
2018-12-18T20:24:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,713
h
#ifndef __types_h__ #define __types_h__ // OpenGL core profile // #include <GL/gl3w.h> // Just define the basic typedefs. This should be enough for headers. // The .cpp files can include <GL/gl3w.h> as needed. typedef void GLvoid; typedef unsigned int GLenum; typedef float GLfloat; typedef int GLint; typedef int GLsiz...
[ "yotam@yotamgingold.com" ]
yotam@yotamgingold.com
b0294b863f2620863a5cd381468ff440561ceefc
bff9ee7f0b96ac71e609a50c4b81375768541aab
/deps/src/boost_1_65_1/libs/geometry/test/algorithms/set_operations/sym_difference/sym_difference_areal_areal.cpp
749c9eb3a86d679849e5f889bfd306bcdeb483e2
[ "BSL-1.0", "BSD-3-Clause" ]
permissive
rohitativy/turicreate
d7850f848b7ccac80e57e8042dafefc8b949b12b
1c31ee2d008a1e9eba029bafef6036151510f1ec
refs/heads/master
2020-03-10T02:38:23.052555
2018-04-11T02:20:16
2018-04-11T02:20:16
129,141,488
1
0
BSD-3-Clause
2018-04-11T19:06:32
2018-04-11T19:06:31
null
UTF-8
C++
false
false
4,584
cpp
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2014-2015 Oracle and/or its affiliates. // Licensed under the Boost Software License version 1.0. // http://www.boost.org/users/license.html // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle #include <iostream> #ifndef B...
[ "znation@apple.com" ]
znation@apple.com
7810c7e753b680cd4d21e59ea148c66861cff52f
492976adfdf031252c85de91a185bfd625738a0c
/src/Game/AI/Action/actionItemConductorDemoBind.cpp
be9381d696ffb8064cfe1ca9d33f4063ce8ab83a
[]
no_license
zeldaret/botw
50ccb72c6d3969c0b067168f6f9124665a7f7590
fd527f92164b8efdb746cffcf23c4f033fbffa76
refs/heads/master
2023-07-21T13:12:24.107437
2023-07-01T20:29:40
2023-07-01T20:29:40
288,736,599
1,350
117
null
2023-09-03T14:45:38
2020-08-19T13:16:30
C++
UTF-8
C++
false
false
1,063
cpp
#include "Game/AI/Action/actionItemConductorDemoBind.h" namespace uking::action { ItemConductorDemoBind::ItemConductorDemoBind(const InitArg& arg) : ksys::act::ai::Action(arg) {} ItemConductorDemoBind::~ItemConductorDemoBind() = default; void ItemConductorDemoBind::enter_(ksys::act::ai::InlineParamPack* params) { ...
[ "leo@leolam.fr" ]
leo@leolam.fr
c84209625432816502f315676745d968152d0b08
a74fe8e456939f2aff73d70e3ba6ddd0cf7dcc98
/deber_Wdt.ino
270b6a263a0fb5dd8a8c8b04ac6bf9965846c1a6
[]
no_license
cristianflorese/Micros
027955f0e2f654fe0bd24582ce9801086f90279c
56d3f200edeaf10add58c898f13d6c2a8d96facf
refs/heads/master
2020-09-04T16:04:13.432981
2020-02-05T02:39:06
2020-02-05T02:39:06
219,792,630
0
0
null
null
null
null
UTF-8
C++
false
false
1,440
ino
/* * Deber Wdt */ #include <avr/wdt.h> #include <EEPROM.h> #include <TimerOne.h> String letra; int numero=0; int contador=0; int encendido=0; int valor=0; void setup() { Serial.begin(9600); attachInterrupt(0,menu,LOW); attachInterrupt(1,submenu,LOW); Timer1.stop(); } void loop() { if (enc...
[ "noreply@github.com" ]
noreply@github.com
70002a1ce305120cde49d1e5d3b460c7a73e502d
502fdd5f3555c32afb782d344e5fc059f5e8ff47
/Rettroix3DEngine/Rettroix3DEngine/Game.h
1aba0ccd5e07da4b291b8a7e948bd275fcac3365
[]
no_license
Rettroix/Rettroix3D
b7ace1a142528f8a706f22b9163e915eb5633118
1a64d27c86ef7dfdafa9c179810facefead0220a
refs/heads/master
2021-01-19T18:30:37.250817
2017-04-19T23:12:31
2017-04-19T23:12:31
88,361,481
0
0
null
null
null
null
UTF-8
C++
false
false
159
h
using namespace std; #include <string> #include "stdafx.h" class Game { public: Game(); ~Game(); void input(); void update(); void render(); };
[ "drhoix@yahoo.co.uk" ]
drhoix@yahoo.co.uk
23439a1d39dbcf2a4b39716f7d434389c6be030b
3cb0708829a7d6d50165bcd14ae22ea8df2db3a1
/attiny/attinyPotLed/attinyPotLed.ino
c5c5a42a86c175df9c0f20794cb2f2a97c370eed
[]
no_license
gargshail/arduino
7db1eb928621ea35df671130352cecf633af96d4
fe58cdfd5a0ab1ab840c739f696a79d96aaa86f6
refs/heads/master
2020-04-19T09:03:23.130457
2016-10-22T15:59:04
2016-10-22T15:59:04
30,516,064
0
0
null
null
null
null
UTF-8
C++
false
false
384
ino
/* |1-- --8| -- VCC |2 7| pot-> A2 |3 6| GND-- |4------5| LED -- to --GND */ int led1 = 0; int input = A2; void setup() { pinMode(led1, OUTPUT); pinMode(input, INPUT); } void loop() { int val = analogRead(input); long brightness = map(val, 0...
[ "me@shailesh.com" ]
me@shailesh.com
70585317e065c81b362ca9514fa99e2b468cd16b
2e0a386ce035b5ab448b9f55c0e85abd68ee271b
/test/normalize_q_test.cpp
2e9748f8698a54ed516d7f6d27d4dc20a2bcf9f5
[ "BSL-1.0" ]
permissive
boostorg/qvm
c8f52a7d4919fb9b2cecb184ea8ee6b33805c3fa
fa272cb0b07ce85b5d8d53fb3dfade389e9cc4df
refs/heads/develop
2023-08-31T09:35:07.262248
2023-06-06T19:48:59
2023-06-06T19:48:59
37,782,744
80
42
BSL-1.0
2023-01-21T06:17:37
2015-06-20T19:23:29
C++
UTF-8
C++
false
false
1,673
cpp
// Copyright 2008-2022 Emil Dotchevski and Reverge Studios, Inc. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifdef BOOST_QVM_TEST_SINGLE_HEADER # include BOOST_QVM_TEST_SINGLE_HEADER #else # include <boos...
[ "emildotchevski@gmail.com" ]
emildotchevski@gmail.com
89b0ce34938ee9a4ed5aad52ceb03b1ad753b363
b2c1fd0e4be3525edda9da1fea0609ea7bcb7415
/modules/gui/include/glbr/imgui/imgui_backend.hpp
0a1b312eb822909e0fb0f7789d2f613451b41600
[]
no_license
ivovandongen/globe-renderer
664c9a5458e4a5ac4904e68c20122eedfbe2d257
68764c955464fea1589795ce3cd29c319ed7c63e
refs/heads/master
2022-04-01T07:13:15.756308
2019-09-14T10:34:33
2019-10-04T09:09:43
175,590,394
0
0
null
2020-04-13T09:26:03
2019-03-14T09:33:10
C++
UTF-8
C++
false
false
578
hpp
#pragma once #include <glbr/core/events/event_handler.hpp> #include <glbr/core/events/event_producer.hpp> #include <memory> namespace glbr { namespace imgui { class ImGuiBackend : public core::EventHandler { public: static std::shared_ptr<ImGuiBackend> instance(core::EventProducer&); void operator()(core::...
[ "ivovandongen@users.noreply.github.com" ]
ivovandongen@users.noreply.github.com
d10f7663c151dbcb50cb108af62323e23257f02e
3c8cf4de6c08e21b2c10094ef20488e93d7a34be
/TktkGameProcessDxlibAppendLib/_TktkLibTestProject/src/GameObject/MeshTest/MeshTestState/ScaleState/SelfScaler.cpp
fee0bc8643706fb2a25276784c86ccb04ad288b7
[]
no_license
tktk2104/TktkLib
07762028c8a3a7378d7e82be8f1ed8c6a0cdc97c
2af549bfb8448ace9f9fee6c2225ea7d2e6329b8
refs/heads/master
2022-11-30T12:26:33.290941
2020-08-11T17:50:14
2020-08-11T17:50:14
213,307,835
0
0
null
null
null
null
UTF-8
C++
false
false
947
cpp
#include "SelfScaler.h" #include <stdexcept> void SelfScaler::start() { auto transform = getComponent<tktk::Transform3D>(); if (transform.isNull()) { throw std::runtime_error("SelfMover not found Transform3D"); } m_transform = transform; } void SelfScaler::update() { if (tktk::Keyboard::getState(tktk::Input...
[ "taka.lalpedhuez@2104.gmail.com" ]
taka.lalpedhuez@2104.gmail.com
80f2fc1544e69312be3f49275ab6f17b31286c8d
4cbb866848c57fa103d198a27767bd817a9ab287
/project/section_mapping/referenceExtractor.cpp
f48731c0166f4a030304b7affa5155407d270495
[ "BSD-3-Clause" ]
permissive
TomasLesicko/Bachelor-Thesis
a13cdaa0b670a3e349e7c232bc84cc37dc732ffc
c30db33f35028395201dc07d47e1cd332132906d
refs/heads/master
2021-07-13T18:39:31.192562
2020-07-18T10:27:04
2020-07-18T10:27:04
159,676,294
0
0
null
null
null
null
UTF-8
C++
false
false
9,191
cpp
#include <experimental/filesystem> #include <fstream> #include <optional> #include <regex> #include <stdexcept> #include <string> #include <vector> #include <iostream> namespace fs = std::experimental::filesystem; struct Lines { int from; int to; }; std::ostream & operator<<(std::ostream &o, std::vector<Li...
[ "lesicko.tomas@gmail.com" ]
lesicko.tomas@gmail.com
69b6d90eab7e4e9b60ab889d23b843c75b8ccdc2
bf4aad167e0d664b7bdce197ee68eeb187bd2774
/view.h
7bf88278c416facf85026bd452ffc64a568aa697
[]
no_license
km93120/tanks-game
8d8b2c9772e029a18a5e4df8a15d2695822f7a29
4acd29407c1d9b88deff90d81b6bbe2529495b61
refs/heads/master
2020-04-17T11:29:30.938334
2019-01-19T12:17:35
2019-01-19T12:17:35
166,542,866
0
0
null
null
null
null
UTF-8
C++
false
false
803
h
#ifndef VIEW_H #define VIEW_H #include <QGraphicsView> #include <QGraphicsScene> #include <QPushButton> #include "control.h" class Control; class View : public QGraphicsView { Q_OBJECT protected: void keyPressEvent(QKeyEvent * event); QGraphicsScene * scene; QPushButton * button...
[ "madadiatman@yahoo.fr" ]
madadiatman@yahoo.fr
9c0181e87f37a255d3eebe33180e454758f94e41
1825283527f5a479204708feeaf55f4ab6d1290b
/leetcode/word.cpp
620b6c3b60e48bbee47af28d243fc2f70653a88e
[]
no_license
frankieliu/problems
b82c61d3328ffcc1da2cbc95712563355f5d44b5
911c6622448a4be041834bcab25051dd0f9209b2
refs/heads/master
2023-01-06T14:41:58.044871
2019-11-24T03:47:22
2019-11-24T03:47:22
115,065,956
1
0
null
2023-01-04T07:25:52
2017-12-22T02:06:57
HTML
UTF-8
C++
false
false
7,130
cpp
#include<bits/stdc++.h> using namespace std; const int MIN_NO_OF_CHARS = 2, MAX_NO_OF_CHARS = 100000; // -------------------------- START -------------------------- // Each variable is explained in the code, where it is used first. int len, no_of_words; queue<int> bfs_q; vector<bool> visited; unordered_map<string, ...
[ "frankie.y.liu@gmail.com" ]
frankie.y.liu@gmail.com
2019df958c5c803b251a84025e564c73c4f4b9db
6dadd3de14c2ff1d5ce63e9d52066efd3758ae17
/src/PmtSD.cpp
30320a5121161211da94a636582417c7eca112af
[]
no_license
Q-Pix/UTAH_GEANT4
902408989c8709088d65904beba46c5c0df48b1e
488315d3244bb944d06ae4b367cce532b4deecaa
refs/heads/master
2023-08-14T11:41:37.565933
2021-10-04T16:25:00
2021-10-04T16:25:00
413,492,345
0
1
null
null
null
null
UTF-8
C++
false
false
5,541
cpp
// ---------------------------------------------------------------------------- // nexus | PmtSD.cc // // This class is the sensitive detector that allows for the registration // of the charge detected by a photosensor. // // The NEXT Collaboration // --------------------------------------------------------------------...
[ "austin.mcdonald96@mavs.uta.edu" ]
austin.mcdonald96@mavs.uta.edu
ad8550be8a345031ecbc9b9aeed4820cf0005b8a
9598f48703820d9c2e263cb8864226eeb13332bf
/uri/principiante/Esfera.cpp
78108e4342dba975a56554522795bb6917712667
[]
no_license
leiverandres/programming-contest
4da6343119290b480757435788ff90d950492ff9
66cfb41326b0d35abbe70634976176446cb0fa63
refs/heads/master
2021-01-15T08:59:18.035112
2016-10-22T16:54:01
2016-10-22T16:54:20
45,351,990
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
#include <bits/stdc++.h> using namespace std; const double pi = 3.14159; int main() { double r; cin >> r; double ans = (4.0/3.0) * pi * (r*r*r); cout << fixed << setprecision(3) << "VOLUME = " << ans << endl; return 0; }
[ "leiverandres04p@hotmail.com" ]
leiverandres04p@hotmail.com
00f767d30c0f58724f9c3cf4c6efc7c5210920d8
6eeb2ace34ce205bf25cf99993a0972aa38859f3
/Assignments/Assignment_03_Pt_02/main.cpp
b4e1c6e413b84f740216348cedbae748a72fbce7
[]
no_license
mattjmoses/DataStructures
05020529bd6432a8d84ee687c01417c782ca623f
f4acbb664a705e3a60e1a3b1530117edfce31958
refs/heads/master
2021-05-13T11:54:45.142914
2018-04-16T23:18:59
2018-04-16T23:18:59
117,143,816
0
0
null
null
null
null
UTF-8
C++
false
false
1,100
cpp
#include <iostream> #include <string> #include <fstream> #include "ExternalMergeSort.h" using namespace std; int main() { ExternalMergeSort mergeSort; //Sample string array. string strArray[10] = {"lala","toop","zop","garpo","alphaghetti","tootson","borstche","voltzwagon","skiing","zzzzzzzzzzZ"}; //Doi...
[ "mattjmoses@gmail.com" ]
mattjmoses@gmail.com
c87f94a8bfb6b9e99f685d9c49d0feeeccf9bfd3
8f3bfce01e310d1e39dac1155e78551b90c64712
/3_7_1_factorial.cpp
f2cb0d39d59e43ab7f8783a8c86b47e129ff2dcf
[]
no_license
Impulsation/game_institute
784bfda927e99202d7678e729b4b01fa794791b3
ea1e57bfb71bcc983be7d0769ce9d811fccd0bac
refs/heads/master
2021-01-18T14:05:51.063543
2013-09-13T18:22:52
2013-09-13T18:22:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
498
cpp
/* 3.7.1 Factorial http://www.gameinstitute.com Jason Lemons, 01/11/2013 */ #include <iostream> using namespace std; int Factorial(int n); int main() { cout << "5! = " << Factorial(5) << endl; cout << "0! = " << Factorial(0) << endl; cout << "9! = " << Factorial(9) << endl; cout << "3! = " <...
[ "jasonlemons93@yahoo.com" ]
jasonlemons93@yahoo.com
b77465b133534a74e0cf8fbc3abd7aee59e3b38c
715e0f58e99325625ab5cbd6ed5d5938c6fde867
/Game/Code/Game/Starburst.cpp
b687a3bbbad62b63957ccff51feb6c7ca87e8c33
[]
no_license
RSWSMUGirl2016/A-Roids
62bb7ea938603e2e1277a6984296d1524ab7a909
372a4a394e4fb365c45b5515067a990bef953478
refs/heads/master
2021-05-09T14:57:39.299343
2018-01-26T16:55:47
2018-01-26T16:55:47
118,998,522
0
0
null
null
null
null
UTF-8
C++
false
false
3,047
cpp
#include "Game/Starburst.hpp" #include "Engine/Math/MathUtilities.hpp" #include "Game/GameCommon.hpp" #include "Engine/Renderer/SimpleRenderer.hpp" //******************************************************************* Starburst::Starburst() { m_position = Vector2(0.f, 0.f); m_velocity = Vector2(0.f, 0.f); m_acceler...
[ "rsward@smu.edu" ]
rsward@smu.edu
31dbdac6fc4cfe3c15f9922bf809c0f7660d6280
dadc3bc4f5c05d7318bff26fc6068d1e9b468701
/include/kx_task.h
a06bb5e55fe92d79d17b4872dd2ec71ad44e2099
[]
no_license
mincore/kxlib
8f487efafaa0b1c3b00309e2769e851d5eaa4ece
3e0ac06d31e37b0d65419f68573f71c24186c118
refs/heads/master
2021-01-21T10:37:56.093329
2018-03-21T06:04:52
2018-03-21T06:04:52
91,700,618
0
0
null
null
null
null
UTF-8
C++
false
false
6,778
h
/* =================================================== * Copyright (C) 2018 chenshuangping All Right Reserved. * Author: mincore@163.com * Filename: kx_task.h * Created: 2014-02-04 14:48 * Description: * =================================================== */ #ifndef _KX_TASK_H #define _KX_TASK_H #in...
[ "chenshuangping@speed-clouds.com" ]
chenshuangping@speed-clouds.com
78362986317f581f463d9f2658d286d5cf90b0c5
afdc82729b1ae1e1a11fc0d63d4990a7972a9fd6
/micro/test/ccunit/micro/ops/nhwc/depthwise_conv_2d_opt_test.cc
1472c05c1b00c81a3b3c6e7ce291391761fd2196
[ "Apache-2.0" ]
permissive
gasgallo/mace
79e759ceb9548fa69d577dd28ca983f87a302a5e
96b4089e2323d9af119f9f2eda51976ac19ae6c4
refs/heads/master
2021-06-23T19:09:24.230126
2021-03-02T12:23:05
2021-03-02T12:23:05
205,080,233
1
0
Apache-2.0
2019-08-29T04:27:36
2019-08-29T04:27:35
null
UTF-8
C++
false
false
9,467
cc
// Copyright 2018 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
[ "luxuhui@xiaomi.com" ]
luxuhui@xiaomi.com
7e59cb7bca849ea401e4eac86610841cf1a01b7d
0abfb7f50ab237561b9cee7206e72032aaaaed39
/ch02/ex2.3.5.cc
474cc58c418119eacf34037b10781d1efece8b85
[]
no_license
scintillavoy/CLRS
bc48e9bdc4cc6acc4fd2ec37cccff1df0369a3dc
f2cfef49cde19eda94ad5c6569651586a046108b
refs/heads/main
2023-04-09T21:28:45.233131
2021-04-24T03:31:11
2021-04-24T03:31:11
332,082,198
1
0
null
null
null
null
UTF-8
C++
false
false
1,040
cc
#include <iostream> #include <vector> using namespace std; template <typename It, typename T> It BinarySearch(It first, It last, const T& val) { It last_ = last; // save last while (first != last) { It mid = first + (last - first) / 2; if (*mid == val) { return mid; ...
[ "scintillavoy@gmail.com" ]
scintillavoy@gmail.com
5bdc841709ce58474be273176c7c84e33a7d23cc
9dc1b6e4e50cc0625657e2954ae277bd727d7a4b
/BnsDLL/BnsFunction.cpp
7d6b9188986e872cbfd3cc38ce35e510c7b4df8f
[]
no_license
r2cn/AutoLoginByBnsChina
e01d7e462442ffed3b8fdf7717bf25df8b159d61
897987fffee1c385057eb6110da5c9e1fe380ef3
refs/heads/master
2020-04-06T04:44:26.910989
2016-12-06T12:53:02
2016-12-06T12:53:02
82,898,687
1
0
null
2017-02-23T07:37:17
2017-02-23T07:37:17
null
UTF-8
C++
false
false
3,274
cpp
#include "stdafx.h" #include "BnsFunction.h" #include <MyTools/CLSearchBase.h> #include <MyTools/CLHook.h> #include <MyTools/CLPublic.h> #include "LoginPlayer.h" #define _SELF L"BnsFunction.cpp" UINT CBnsFunction::GetLoginPlayerList(_Out_ std::vector<CLoginPlayer>& vlst) CONST throw() { DWORD dwPersonBase = CGameVari...
[ "648881240@qq.com" ]
648881240@qq.com
7502c170ee4274a817ca858752ddc62ef818edaf
b62f2c039b641d688176c17c468124b4c717f590
/ProceduralProject/Engine/Engine/soundclass.h
a411678e54d117703601cd6c64bc996eb4f22c20
[]
no_license
CanTinGit/ProceduralGeneration
9356773f6fc1232c261aea800d95bc5b5d1aa3f5
9f66c0f6a7a60c0a2f8e2ce39e60dca66a93b95e
refs/heads/master
2020-03-10T13:23:04.325253
2018-05-01T15:58:57
2018-05-01T15:58:57
129,397,611
0
0
null
null
null
null
UTF-8
C++
false
false
1,595
h
/////////////////////////////////////////////////////////////////////////////// // Filename: soundclass.h /////////////////////////////////////////////////////////////////////////////// #ifndef _SOUNDCLASS_H_ #define _SOUNDCLASS_H_ ///////////// // LINKING // ///////////// #pragma comment(lib, "dsound.lib") #pragma com...
[ "ctxx61@gmail.com" ]
ctxx61@gmail.com
9092d80dbbcf909b65e4383aa0447fef2f017027
1b0aadb6dc881bf363cbebbc59ac0c41a956ed5c
/xtk/Source/Controls/XTResizeGroupBox.h
58382c294f71f39e55e5af5cb01d695a9f7c2f93
[]
no_license
chinatiny/OSS
bc60236144d73ab7adcbe52cafbe610221292ba6
87b61b075f00b67fd34cfce557abe98ed6f5be70
refs/heads/master
2022-09-21T03:11:09.661243
2018-01-02T10:12:35
2018-01-02T10:12:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,963
h
// XTResizeGroupBox.h : header file // // This file is a part of the XTREME CONTROLS MFC class library. // (c)1998-2007 Codejock Software, All Rights Reserved. // // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE // RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN // CONSENT ...
[ "w.z.y2006@163.com" ]
w.z.y2006@163.com