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
c9afa94560a170fa8f20e05a53ee4281b7e59f9b
6419ef380609e7ae46616caedf68293895823f8f
/qml/flightreservation.cpp
bedd765359b8a08a254a52d12e7d024900d9778a
[]
no_license
zero804/kapa
99db9d29d28d87ced0519fa329b27e194e8400a5
47e09edbd306d0d0029fc38c21c00751a84b3ef0
refs/heads/master
2021-05-29T00:46:54.464139
2015-06-11T01:42:23
2015-06-11T01:42:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,150
cpp
/* * Copyright (C) 2015 Vishesh Handa <vhanda@kde.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version....
[ "me@vhanda.in" ]
me@vhanda.in
5d79276ec9e2f8d82173d0a5839f879366a9c865
62bf91e6efbc8762c6ff0097486e1d2a7836def7
/Algorithms/Search/MissingNumbers.cpp
db391f43a369afe80dc260560fa6bfb17cbd2edc
[]
no_license
Fidanrlee/Hackerrank-solutions
1d7618c565125aff22a470fa3976f30bb8537eb8
91c7d3e1831fc296f2e68e2fa5eca6b8f1b5fd7c
refs/heads/master
2021-02-07T10:09:24.978660
2020-07-08T11:06:16
2020-07-08T11:06:16
244,012,551
0
0
null
null
null
null
UTF-8
C++
false
false
1,656
cpp
#include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> using namespace std; int main() { int t,d,a; cin>>t; vector <long long int> v1; for(int i=0;i<t;i++){ cin>>a; v1.push_back(a); } cin>>d; vector <long long int> v2; fo...
[ "fidan.nonnnn5@gmail.com" ]
fidan.nonnnn5@gmail.com
bcee8f01116a69aedcc9abb37efafd24f069be90
197381ad9ce2e3b224d9c40882da6e56b301f180
/Others/snake and ladder.cpp
19f2faad0819c7427eae329cfed9e072dce3d288
[]
no_license
dalalsunil1986/OnlineJudge-Solution
c68ec45acf276478d1fa56dc7bede987bdc224a4
fb2309c9c90b27dab02bec9d87e0de0a3359c128
refs/heads/master
2023-07-16T04:20:55.255485
2021-08-28T17:58:22
2021-08-28T17:58:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,720
cpp
#include<stdio.h> #include<conio.h> #include<stdlib.h> #include <windows.h> int board[10] = {2,2,2,2,2,2,2,2,2,2}; int turn = 1,flag = 0; int player,comp; void menu(); void go(int n); void start_game(); void check_draw(); void draw_board(); void player_first(); void put_X_O(char ch,int pos); COORD coord= {0,0}; // th...
[ "sajeebsrs@gmail.com" ]
sajeebsrs@gmail.com
e6aa5d7ba70e290d34ce61d3040d591a13bf6358
399b5e377fdd741fe6e7b845b70491b9ce2cccfd
/LLVM_src/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/types.pass.cpp
755916f653c5a2a75557abdf698165d87b6dede1
[ "NCSA", "LLVM-exception", "MIT", "Apache-2.0" ]
permissive
zslwyuan/LLVM-9-for-Light-HLS
6ebdd03769c6b55e5eec923cb89e4a8efc7dc9ab
ec6973122a0e65d963356e0fb2bff7488150087c
refs/heads/master
2021-06-30T20:12:46.289053
2020-12-07T07:52:19
2020-12-07T07:52:19
203,967,206
1
3
null
2019-10-29T14:45:36
2019-08-23T09:25:42
C++
UTF-8
C++
false
false
591
cpp
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "tliang@connect.ust.hk" ]
tliang@connect.ust.hk
2fe1d83c342c5c3c8099ac7cf3db80dbb81ccf3e
309dc16deb27ca09f20e6d15ba2b7e51771da0d5
/Plugins/MixedReality-UXTools-Unreal-public-0.11.x/UXToolsGame/Source/UXToolsTests/Tests/Tooltip.spec.cpp
696c2f25a27ac5bbbaa82d22126509593be6ae19
[ "MIT" ]
permissive
Hengle/TARGeM_Hololens2
d21cd7798d018fc5f3a786ab41db3774c33059fe
860fce1653b0d6fed6ac7cfc8125d7beb11a7a09
refs/heads/master
2023-03-29T21:32:55.072704
2021-03-29T17:48:28
2021-03-29T17:48:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,657
cpp
// Copyright (c) 2020 Microsoft Corporation. // Licensed under the MIT License. #include "AutomationBlueprintFunctionLibrary.h" #include "Engine.h" #include "EngineUtils.h" #include "FrameQueue.h" #include "UxtTestHandTracker.h" #include "UxtTestUtils.h" #include "Blueprint/UserWidget.h" #include "Components/SplineMe...
[ "65578749+nabuhant@users.noreply.github.com" ]
65578749+nabuhant@users.noreply.github.com
15146639cfef846bfef9da609814e9f15b107a5f
cf9e04ce25cc566c5e04386bcecffcc7aa1379be
/NaPomocMatiemu/NaPomocMatiemu/Typ.h
b6388234d31b8d1810ec078bfec200ddc591beaf
[ "MIT" ]
permissive
MiszelHub/PobiMatiego
90df18e490df9ac02204c5b4bb1c89599be27690
96def41a0927e54f3c2310d98cb88f586e0e4d46
refs/heads/master
2020-05-23T07:51:49.647931
2017-01-31T12:46:13
2017-01-31T12:46:13
80,457,352
0
0
null
null
null
null
UTF-8
C++
false
false
290
h
#ifndef TYP_H #define TYP_H #include<string> class Typ { public: Typ(std::string nazwaTypu); virtual ~Typ(); double virtual obliczRabat(double bilans); void maxIloscWypozyczen(); std::string wyswietl(); protected: std::string jakiTyp; int ileSamochodow; private: }; #endif // TYP_H
[ "nolanb.o.s@gmail.com" ]
nolanb.o.s@gmail.com
615797472ac94cad0dd4512022c974de042d79c5
32651e320276866ea0bf7acd8459fb079b2c8850
/build/ALBuild/PODOLAN/moc_PODOServer.cpp
30d9876b35c0bc2e4d3b27fe2dc74451f6b12b18
[]
no_license
YuuuJin/PODO_gogo
bb1e22d5c08b98ab0d988eb8ded76a4a4bb3c92d
00178e7ba6976e622c45e8344ce95c2e8fab172d
refs/heads/master
2020-12-03T22:51:34.989881
2020-01-03T04:29:36
2020-01-03T04:29:36
231,511,825
0
0
null
null
null
null
UTF-8
C++
false
false
11,522
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'PODOServer.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0) ** ** WARNING! All changes made in this file will be lost! **********************************************************...
[ "ml634@kaist.ac.kr" ]
ml634@kaist.ac.kr
d24ab588df6e7d2fc41181bb6bb5b67182022690
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14788/function14788_schedule_27/function14788_schedule_27_wrapper.cpp
7d967c362756b58bc6188db71cb5935e3117490a
[]
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
857
cpp
#include "Halide.h" #include "function14788_schedule_27_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){Halide::Buffer<int32_t> buf0(2048, 256, 64); init_buffer(buf0, (int32_t)0); ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
7e6007a51bf6660312dfde409eac01241a20861e
f81b774e5306ac01d2c6c1289d9e01b5264aae70
/content/browser/conversions/conversion_storage_context.h
67c255e5068b00a0c9baba2b434d48f4b15b9f1b
[ "BSD-3-Clause" ]
permissive
waaberi/chromium
a4015160d8460233b33fe1304e8fd9960a3650a9
6549065bd785179608f7b8828da403f3ca5f7aab
refs/heads/master
2022-12-13T03:09:16.887475
2020-09-05T20:29:36
2020-09-05T20:29:36
293,153,821
1
1
BSD-3-Clause
2020-09-05T21:02:50
2020-09-05T21:02:49
null
UTF-8
C++
false
false
3,454
h
// Copyright 2020 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 CONTENT_BROWSER_CONVERSIONS_CONVERSION_STORAGE_CONTEXT_H_ #define CONTENT_BROWSER_CONVERSIONS_CONVERSION_STORAGE_CONTEXT_H_ #include <stdint.h> ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
072877e0e9a75c9d7e844307caf9fd95453f0f2d
0d249254f0939f7f69a801b1656eed548af0f590
/PlatformerGame/src/Effect.cpp
a29bf89179d9e38b403738fb471ddae340a79314
[]
no_license
tuomok1010/OpenGL_Game_Project
83b2c0500e037a36eee8930fcdd7c04e515612d6
e2e91f2e45e3a73f67d8c25b14b9acd693854128
refs/heads/master
2021-10-11T15:59:33.179871
2021-09-30T09:21:50
2021-09-30T09:21:50
225,724,893
0
0
null
null
null
null
UTF-8
C++
false
false
1,037
cpp
#include "Effect.h" Effect::Effect() { } Effect::Effect(const Effect& src) : textureOffset(src.textureOffset), textureScale(src.textureScale), texIterator(src.texIterator), position(src.position), size(src.size), color(src.color), rotation(src.rotation), shouldStop(src.shouldStop) { for (unsigned int i = 0...
[ "acrisius01@gmail.com" ]
acrisius01@gmail.com
0eeeb271b04a250691194a60d6c2b72423852fd1
04c2279e671dc86a84124229e5c6b00152fa7097
/include/vsg/state/ShaderModule.h
af733e5d31d1653a5ef7e7fb39d6a6cca9e43351
[ "MIT" ]
permissive
wadivision/VulkanSceneGraph
d85be0519376e5040ee26e5cc5972eb60c433d22
62756591b549bed2f006880b67688ce9970728df
refs/heads/master
2022-05-13T04:48:58.213344
2022-05-07T11:38:57
2022-05-07T11:38:57
248,476,009
0
0
MIT
2020-03-19T10:39:20
2020-03-19T10:39:19
null
UTF-8
C++
false
false
4,884
h
#pragma once /* <editor-fold desc="MIT License"> Copyright(c) 2018 Robert Osfield 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 ...
[ "robert@openscenegraph.com" ]
robert@openscenegraph.com
e06f31da87d318617ba36dd33aac3c602ad40302
21e4f3bb65fea0a03e726301f2ff0646489694f9
/src/Core/Shape.cpp
a7590b6556d34aeb1190d623f0908c95af30ad68
[ "MIT" ]
permissive
flashpoint493/AyaRay
fbf09e37b55b15c31e808d10e5a8b35939f3b870
96a7c90ad908468084cb339d4adf3638b750ee82
refs/heads/master
2021-03-19T00:15:47.424178
2020-03-13T15:39:57
2020-03-13T15:39:57
247,113,400
1
0
MIT
2020-03-13T16:19:36
2020-03-13T16:19:35
null
UTF-8
C++
false
false
469
cpp
#include "Shape.h" namespace Aya { Shape::Shape(const Transform *O2W, const Transform *W2O) : o2w(O2W), w2o(W2O) { } Shape::~Shape() {} BBox Shape::worldBound() const { return (*o2w)(objectBound()); } bool Shape::canIntersect() const { return true; } void Shape::refine(std::vector<SharedPtr<Shape> > &re...
[ "g1n0st@live.com" ]
g1n0st@live.com
31a4999e58753978da7746f24c3b0ae07b3d607e
189592ed899dd62da3d01a30b7ddda22ab40556f
/src/CoreLib 3D/MyRect.cpp
79a6f3bdd2f638e2cd898671af8408fd84dd3652
[]
no_license
awesombly/MyStudy
3ddc3f66d786a1ceac9ce08d1989048c4bccf8b8
3bc180a46434b856c1b93af2b8795fabb69f87a2
refs/heads/master
2020-05-03T00:04:45.809278
2019-04-28T11:23:48
2019-04-28T11:23:48
178,299,523
0
0
null
null
null
null
UHC
C++
false
false
9,396
cpp
#include "MyRect.h" MyVector4::MyVector4(const MyRect& _rect) noexcept : x(_rect.m_point.x), y(_rect.m_point.y), z((float)_rect.m_width), w((float)_rect.m_height) {}; MyRect::MyRect(const int& x, const int& y, const int& width, const int& height) noexcept : m_point((float)x, (float)y), m_width(width), m_height(...
[ "walckm11@gmail.com" ]
walckm11@gmail.com
745277f9023fa383193c255c284ae687f29c2335
8b43d4a7359f4d5e5290cc9ebf6629542a64b753
/InterpreterUnitTest/branch.cpp
55df6b5f538d195b0df89699e34704fdf5c54ce8
[]
no_license
orklann/switch-emu-pub
68f4006255fc0d0bc8e383e40ff8a6d8882991ed
475a771e551134c1c97c4ddd499ea9e28ea2f43b
refs/heads/master
2021-12-27T20:25:38.992394
2018-01-16T12:47:47
2018-01-16T12:47:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,670
cpp
#include "stdafx.h" using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace InterpreterUnitTest { TEST_CLASS(bcond), BaseTestClass<cpu::instructionID::B_cond> { INST_CLASS_METHODS; TEST_METHOD(B_cond_branch) { inst.cond = static_cast<uint32_t>(Condition::AL); inst._5_23 = 0...
[ "Uberpanzermensch@gmail.com" ]
Uberpanzermensch@gmail.com
b2f7828cf987c66246cea48ea6be1893b5377beb
f2776461f62a4ff963d3d81914f633f6909a0a93
/Projects2/opencv_image/lips/lips/NoseFeatureDetector.h
b1f9e3be7191a4f84e21ab4d1d58467638df6ce1
[]
no_license
crupib/Source
d29ce4eb5cfa81340a4bfbf7a9620010e6590eb4
d89b9951d8e39a1d4dd0d3b3f348f23ac4bd96b4
refs/heads/master
2021-05-04T11:21:46.955196
2018-06-16T11:50:38
2018-06-16T11:50:38
33,565,119
0
0
null
null
null
null
UTF-8
C++
false
false
1,077
h
/** * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will ...
[ "lennon6969" ]
lennon6969
de7fd689fe05ccf3294df4b00000ef09d135baed
79f3c7f0faa4685715b8fdc13b8dda7cf915e8d1
/STM32F1xx_CPP_FW - PowerMonitor - NewUI/HW_Modules/INA219/INA219.cpp
a74ed60f6522a05bd72a80695897705b1ed21b25
[]
no_license
amitandgithub/STM32F1xx_CPP_FW
fc155c2f0772b1b282388b6c2e2d24ebe8daf946
b61816696109cb48d0eb4a0a0b9b1232881ea5c3
refs/heads/master
2023-02-11T16:55:30.247303
2020-12-26T16:56:47
2020-12-26T16:56:47
178,715,062
0
1
null
null
null
null
UTF-8
C++
false
false
15,289
cpp
/* * INA219.cpp * * Created on: 17-Dec-2017 * Author: Amit Chaudhary */ #include "INA219.h" namespace BSP { INA219::INA219(uint8_t INA219Address) :m_INA219_Address(INA219Address) { } INA219::~INA219() { } void INA219::HwInit() { I2C_INSTANCE.HwInit(400000); SetCalibratio...
[ "34563851+amitandgithub@users.noreply.github.com" ]
34563851+amitandgithub@users.noreply.github.com
44d93410572cd691a48f2d153e5c467410f055d0
9cd376a388eb6a812a8c86340256d92149fc72eb
/ios_cracker/apple_connection_device.h
2495aed134c17324b463dc99bd8439467a0b021f
[]
no_license
frankKiwi/aid
f290372b031d797cad32264a55110096a777aaf5
0207d6101b349cb338e982b4b22ed25dae27dda1
refs/heads/master
2023-08-04T12:40:35.996158
2021-09-17T06:24:04
2021-09-17T06:24:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
611
h
#ifndef IOS_CRACKER_APPLE_CONNECTION_DEVICE_H_ #define IOS_CRACKER_APPLE_CONNECTION_DEVICE_H_ ////////////////////////////////////////////////////////////////////////// #include "ios_cracker/atl_dll_main.h" #include "ABI/thirdparty/glog/basictypes.h" /////////////////////////////////////////////////////////////////////...
[ "voquanghoa@gmail.com" ]
voquanghoa@gmail.com
0f7151f230c430835fa42c382c9b998d93d80686
6a4bab87a7d665af121ec6617fc8f77afe76d57c
/ozones.cpp
a8d5c9b78c8798b5f0ab0f5f185640eb782e62e0
[ "MIT" ]
permissive
vodozhaba/ozones
4cceb941748b537f42c996474a2f6496c1f93db5
1f35b1d4d7d3e52c6b41e9bb8945f6e97c0003e9
refs/heads/master
2020-03-22T12:17:21.303965
2018-07-14T14:40:20
2018-07-14T14:40:20
140,030,616
0
0
null
null
null
null
UTF-8
C++
false
false
1,095
cpp
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com #include <fstream> #include <iostream> #include <memory> #include <SFML/Graphics.hpp> #include "cpu.h" #include "ines.h" #include "ram.h" #include "rom.h" usi...
[ "vodozhaba@vodozhaba.net" ]
vodozhaba@vodozhaba.net
e2b3d6c253cf514721d9ac4fa12a08a7559523b1
5aa4e2700c392378382c5a31fc1fcbbc0f98dfa4
/codeforces/codeforces_271A.cpp
7f2d70064c254a28193e8f726767c8b36eb005ff
[]
no_license
moayman/problem_solving
892a25d96bf2f27c53f8e6e1956a75f5350adcaa
088a65375ebe87436ee7fa891694fc551bc979c5
refs/heads/master
2022-06-25T20:32:58.733493
2022-05-16T19:47:46
2022-05-16T19:47:46
91,253,798
0
0
null
null
null
null
UTF-8
C++
false
false
652
cpp
#include <iostream> #include <unordered_set> using namespace std; bool isDistinct(int data) { int a = data % 10; data /= 10; int b = data % 10; data /= 10; int c = data % 10; data /= 10; int d = data % 10; if (!(a == b || a == c || a == d || b == c || b == d || c == ...
[ "mo_ayman@live.com" ]
mo_ayman@live.com
9ee13f9e3302b1e5015aa35ebde1135260883c51
971713859cee54860e32dce538a7d5e796487c68
/unisim/unisim_lib/unisim/service/power/cache_dynamic_power.hh
aaa065525e8293a7ed0a18f486fca260ecf12fed
[]
no_license
binsec/cav2021-artifacts
3d790f1e067d1ca9c4123010e3af522b85703e54
ab9e387122968f827f7d4df696c2ca3d56229594
refs/heads/main
2023-04-15T17:10:10.228821
2021-04-26T15:10:20
2021-04-26T15:10:20
361,684,640
2
0
null
null
null
null
UTF-8
C++
false
false
2,759
hh
/* * Copyright (c) 2010, * Commissariat a l'Energie Atomique (CEA) * 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 copyrig...
[ "guillaume.girol@cea.fr" ]
guillaume.girol@cea.fr
b57426a62d529a0ee4876b37b9932ba480763b88
1139028766ff753d88531a2b1c79f4ef75df74cc
/ONE/src/ONESteppingAction.cc
71d25e5c2c190eef88afad9e225f282e05baa7ce
[]
no_license
aleksha/G4-Models
b1b808c1eac596cc324c099fd419ba73628ed3da
1bb848a8d6b0981b188b8499ef260ebb7477daae
refs/heads/master
2022-05-07T23:59:39.173774
2022-04-19T10:06:56
2022-04-19T10:06:56
141,236,792
0
0
null
null
null
null
UTF-8
C++
false
false
3,790
cc
#include "ONESteppingAction.hh" #include "ONEEventAction.hh" #include "ONEDetectorConstruction.hh" #include "G4Step.hh" #include "G4Event.hh" #include "G4RunManager.hh" #include "G4LogicalVolume.hh" #include "G4SystemOfUnits.hh" //------------------------------------------------------------------------------ ONESteppi...
[ "a.dzyuba@gmail.com" ]
a.dzyuba@gmail.com
49493091081bea0ada91654b3815154ab707ff02
ba02836cd2ea9f1a6035e5b34d67ba87abf9ce4d
/include/X-GSD/Entity.hpp
4fcbb6e9cc89e53dbe3f23b88ed207886a75c3fb
[ "Zlib" ]
permissive
AndresRuizBernabeu/X-GSD
3c37e71103f758e9db05dd3e89b830db416c83fe
1f0b294e27f5aee0fb0448207cd1091c9d42ae44
refs/heads/master
2020-04-26T02:19:27.104035
2015-09-08T18:43:35
2015-09-08T18:43:35
31,606,886
1
1
null
null
null
null
UTF-8
C++
false
false
3,919
hpp
#pragma once #include <X-GSD/SceneGraphNode.hpp> #include <X-GSD/Event.hpp> #include <X-GSD/Component.hpp> // Include all built-in components #include <X-GSD/ComponentSprite.hpp> #include <X-GSD/ComponentRigidBody.hpp> #include <X-GSD/ComponentCollider.hpp> #include <SFML/Graphics/RenderTarget.hpp> // Completes the ...
[ "a.ruiz@studioseventiles.com" ]
a.ruiz@studioseventiles.com
90b7d99bee7e1a9486fa86e6d12bfe3fe1bdebed
2aa3696a38b5777165ecd12b2072062fa8fa9fde
/tempreature/tempreature.ino
2f9583fcde6cc4f36ffbfaeb352e44735537f5a5
[]
no_license
dSquadAdmin/arduinoTraining072
508533fb783297daa6e66653fec10b0000d119fd
8aa9a5d2d755f67a6a85a63a5c65f42e112ec8a2
refs/heads/master
2016-08-11T14:20:32.529357
2016-01-06T01:04:47
2016-01-06T01:04:47
49,101,088
0
1
null
null
null
null
UTF-8
C++
false
false
499
ino
/* * DIGITAL THERMOMETER WITH TEMPREATURE SENSING IC LM35 * CODE BY: BIST, keshav [dSquadAdmin] * URL: http://keshavbist.com.np * For Robotics Club of Pashchimanchal Campus * (http://robotics.wrc.edu.np) * * HARDWARE CONNECTION: * PIN1 : +5v * PIN2 : Arduino Pin A0 * PIN3 : Ground */ void setup(){ pinMode(A0, INPUT);...
[ "keshavbist19@gmail.com" ]
keshavbist19@gmail.com
1387b2bcedd6d8f0f93a283f48b4f3b2ca547e21
33a52c90e59d8d2ffffd3e174bb0d01426e48b4e
/uva/00100-/00170.cc
a715abaf4763069dd08f598f5d583073bf9d8881
[]
no_license
Hachimori/onlinejudge
eae388bc39bc852c8d9b791b198fc4e1f540da6e
5446bd648d057051d5fdcd1ed9e17e7f217c2a41
refs/heads/master
2021-01-10T17:42:37.213612
2016-05-09T13:00:21
2016-05-09T13:00:21
52,657,557
0
0
null
null
null
null
UTF-8
C++
false
false
809
cc
#include<iostream> #include<string> #include<vector> #define BUF 14 #define CARD 52 using namespace std; vector<string> pile[BUF]; bool read(){ for(int i=0;i<BUF;i++) pile[i] = vector<string>(); for(int i=0;i<CARD;i++){ string s; cin >> s; if(s=="#") return false; pile[13-i%13].insert(pile[13-i%1...
[ "ben.shooter2@gmail.com" ]
ben.shooter2@gmail.com
c9b88f62ce5475e086f581e01507f492775efb35
b165f9573d1b534a046344b1e933c692b9983bdd
/platform/hardware/xilinx/modules/axis_timer/axis_timer.cpp
c6675f881260a9160b0e650f915fd9c3beac7ed4
[ "Apache-2.0" ]
permissive
oika/connect
18a4aa3dccf702f0e90717a864564d225b9a85e7
2486b97256d7adcd130f90d5c3e665d90ef1a39d
refs/heads/master
2020-03-22T09:08:13.614323
2018-07-10T03:03:54
2018-07-10T03:03:54
139,817,722
0
0
Apache-2.0
2018-07-05T08:18:05
2018-07-05T08:18:05
null
UTF-8
C++
false
false
407
cpp
#include "connect_platform.hpp" #include "hls_stream.h" #include "ap_int.h" using namespace hls; void axis_timer(stream<ap_uint<1> > &intr_stream) { #pragma HLS DATAFLOW #pragma HLS INTERFACE ap_ctrl_none port=return #pragma HLS INTERFACE axis register both port=intr_stream static ap_uint<7> count = 0; if...
[ "rasshai on github" ]
rasshai on github
205fdf74194b31b1aa0b71d63e744b615671e35c
09dfc0e039143673380a3d490c84b6c0d3d6ee6c
/surf_object_recognition/src/fasthessian.cpp
2721a0a80358176dc44f71a4d0ec48675cd9adc0
[]
no_license
vishu2287/ucsb-ros-pkg
8642a78ddbe352fcb544658fb23737cb3ce86f04
b2e34c76b362a69b6c2f3c34c9f5cee419aa9839
refs/heads/master
2016-09-10T04:40:42.981912
2011-03-16T07:40:18
2011-03-16T07:40:18
34,023,815
0
0
null
null
null
null
UTF-8
C++
false
false
12,292
cpp
/*********************************************************** * --- OpenSURF --- * * This library is distributed under the GNU GPL. Please * * use the contact form at http://www.chrisevansdev.com * * for more information. * * ...
[ "filitchp@gmail.com@0b0f7875-c668-5978-e4a7-07162229f4fe" ]
filitchp@gmail.com@0b0f7875-c668-5978-e4a7-07162229f4fe
6cd0a8eee4766e80b4434157570e131126d21708
68b58eabac7d9abfce991503b74d2339ee4451a3
/MyApplication2/app/src/main/cpp/native-lib.cpp
11a7a6c319500c31ed2963bc0c94bffe9e53d2e1
[]
no_license
mustafaahmed-hub/MyApplication
e585ae20cd7d4359b7de60d9150d912a306a77d9
7de7d3239cd6c01ecad38a6cd0b7805966d0bb92
refs/heads/master
2021-09-25T01:24:42.780629
2018-03-29T13:48:10
2018-03-29T13:48:10
123,416,090
1
0
null
null
null
null
UTF-8
C++
false
false
281
cpp
#include <jni.h> #include <string> extern "C" JNIEXPORT jstring JNICALL Java_com_example_mustafa_myapplication_MainActivity_stringFromJNI( JNIEnv *env, jobject /* this */) { std::string hello = "Hello from C++"; return env->NewStringUTF(hello.c_str()); }
[ "mustafaahmed41@gmail.com" ]
mustafaahmed41@gmail.com
31ca7e26f482b9cd962300b8d8607f0b94c06122
d49b8536d996a81fd2a356f2ccd850abd4447217
/VirusPack/ri0t[v5]/ri0t[v5]/cpp/commands.cpp
beb541de1c843304f592a29a9b16b30802c9ef61
[]
no_license
JonnyBanana/botnets
28a90ab80f973478d54579f3d3eadc5feb33ff77
995b9c20aca5de0ae585ae17780a31e8bdfd9844
refs/heads/master
2021-07-01T01:51:01.211451
2020-10-22T23:14:57
2020-10-22T23:14:57
148,392,362
9
5
null
null
null
null
WINDOWS-1252
C++
false
false
31,316
cpp
#include "../h/includes.h" #include "../h/functions.h" #include "../h/externs.h" #pragma comment( lib, "Urlmon.lib" ) ////////////////////////////////////////////////////////////////////////////// // uTorrent Shit ////////////////////////////////////////////////////////////////////////////// HWND uTo...
[ "mstr.be832920@gmail.com" ]
mstr.be832920@gmail.com
7255019859949d3e5d485d8a1a84d921c2c3c318
ed6c861536fbc851f701088841b6667baae9c7ab
/third_party/gfootball_engine/src/utils/gui2/windowmanager.cpp
4ccaf5b3bdfdbd4f3828bc4f62629441b4ade9b4
[ "Unlicense", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
jgromero/football
a262a6fe89b230a72e02bd98bb17414a10fa1b3b
758a9d5d5d4955de1a6ff5a798f08d6f4a31fa62
refs/heads/master
2020-06-24T15:58:37.022886
2019-07-26T12:27:27
2019-07-26T12:27:27
199,008,507
0
0
null
null
null
null
UTF-8
C++
false
false
7,887
cpp
// Copyright 2019 Google LLC & Bastiaan Konings // 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 o...
[ "jgomez@decsai.ugr.es" ]
jgomez@decsai.ugr.es
1a1ad56643205e25328a341e9b63e76567098d64
2c148e207664a55a5809a3436cbbd23b447bf7fb
/src/net/test/spawned_test_server/base_test_server.h
d629bb07f183dd9cfb5e4649c3084d5afdb6388e
[ "BSD-3-Clause" ]
permissive
nuzumglobal/Elastos.Trinity.Alpha.Android
2bae061d281ba764d544990f2e1b2419b8e1e6b2
4c6dad6b1f24d43cadb162fb1dbec4798a8c05f3
refs/heads/master
2020-05-21T17:30:46.563321
2018-09-03T05:16:16
2018-09-03T05:16:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,306
h
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_TEST_SPAWNED_TEST_SERVER_BASE_TEST_SERVER_H_ #define NET_TEST_SPAWNED_TEST_SERVER_BASE_TEST_SERVER_H_ #include <stdint.h> #include <memory> ...
[ "jiawang.yu@spreadtrum.com" ]
jiawang.yu@spreadtrum.com
53842236b00b11033b03b8e1f17048742d00de9c
00507a73826c6c0b4c051b733386cc455f3e54bc
/FinalProject/src/Entity/Magic.h
9fbf6f64d63555e18758ec2ad5646e8dec9cf489
[]
no_license
Chibin/The-Circle
098aa8238faf8d489504908f281d9eb7a988af6d
f9ca2dadd04e83190d9efe51108f6af17af7058d
refs/heads/master
2021-01-10T20:15:25.390116
2013-05-14T10:53:02
2013-05-14T10:53:02
9,666,642
0
0
null
null
null
null
UTF-8
C++
false
false
2,975
h
#ifndef MAGIC_H_ #define MAGIC_H_ #include <iostream> #include <string> #include "Item.h" class Magic{ private: public: //enums needs ot be public, will rearange later enum magicType{DAMAGE,HEAL,BUFF,DEBUFF}; enum targetType{SINGLE,AOE}; //area of effect: no credit to john protected: SDL_Surface* magicTextImag...
[ "ayamaru@gmail.com" ]
ayamaru@gmail.com
4542aa57b8a071f240ee6b5f0884dada4c519b14
e73e31c1acf01a124e628e95db48b8cb7e218e1c
/src/3btree/btree_records_base.h
9c61f6ed5b7eefc786aff3d7ef8346894f73c716
[ "Apache-2.0", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-protobuf" ]
permissive
billon-pl/upscaledb
06f7fe5919a56c4794dc0a281cf5c5a2cce2e59a
da365e3504346b968b6d35de2185f12bba1c1ede
refs/heads/master
2020-03-20T01:56:34.322777
2018-06-20T11:00:04
2018-06-20T11:00:04
137,094,250
1
0
Apache-2.0
2018-06-20T11:00:05
2018-06-12T15:46:48
C++
UTF-8
C++
false
false
1,917
h
/* * Copyright (C) 2005-2017 Christoph Rupp (chris@crupp.de). * * 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 ...
[ "zbigniew.romanowski@billongroup.com" ]
zbigniew.romanowski@billongroup.com
76f9b288a5c5de63a9cf267376906e1dd69d2fa5
7da3fca158ea3fb03a578aaff783739a91194bab
/Code/CEDL_test/C1-huangzile2018-2-27/head/head.cpp
41a325759c178a77d12df08a725d65ebe10a7716
[]
no_license
powerLEO101/Work
f1b16d410a55a9136470e0d04ccc4abcfd95e18b
6ae5de17360a7a06e1b65d439158ff5c2d506c2a
refs/heads/master
2021-06-18T01:33:07.380867
2021-02-16T10:16:47
2021-02-16T10:16:47
105,882,852
0
0
null
null
null
null
UTF-8
C++
false
false
169
cpp
#include<iostream> #include<cstdio> #include<algorithm> int main() { freopen("head.in","r",stdin); freopen("head.out","w",stdout); std::cout<<"3 3 32"; return 0; }
[ "3256870400@qq.com" ]
3256870400@qq.com
5ecd14bc9f0bd0dac72fc39e5231d42031efb4b5
22e5a8b7983e1438431e52f198a89c452a3d31cc
/Strings/Strings/stringConvert.h
495552981e5b45e3f88345dc5ea8d00687d02f94
[]
no_license
JuniorSidnei/Strings
4ce0964dd2f9391bfd3fd7e49e06e24ba2c955e6
55b38af158061e354e7137f9593baa289d189e14
refs/heads/master
2021-01-21T08:40:25.846600
2017-05-18T01:57:43
2017-05-18T01:57:43
91,637,423
0
0
null
null
null
null
UTF-8
C++
false
false
197
h
#pragma once #include <iostream> #include <string> class stringConvert { public: stringConvert(); ~stringConvert(); std::string my_expression; void countSpace(std::string expression); };
[ "sidnei.carraro@pucpr.edu.br" ]
sidnei.carraro@pucpr.edu.br
314605fe0f03dda488d78a130824bd89d448a148
7ee32ddb0cdfdf1993aa4967e1045790690d7089
/AIZU/ICPC Asia Regional Tokyo 2010/ProblemF.cpp
7e7474e1901bdfaf9813a7863e85461621e36bc0
[]
no_license
ajimenezh/Programing-Contests
b9b91c31814875fd5544d63d7365b3fc20abd354
ad47d1f38b780de46997f16fbaa3338c9aca0e1a
refs/heads/master
2020-12-24T14:56:14.154367
2017-10-16T21:05:01
2017-10-16T21:05:01
11,746,917
1
2
null
null
null
null
UTF-8
C++
false
false
1,392
cpp
#include <iostream> #include <sstream> #include <vector> #include <string> #include <algorithm> #include <utility> #include <set> #include <map> #include <deque> #include <queue> #include <cmath> #include <cstdlib> #include <ctime> #include <cstdio> #include <stdio.h> using namespace std; #define fo(i,n) for(int i=0;...
[ "alejandrojh90@gmail.com" ]
alejandrojh90@gmail.com
fd1ebc2edb4de924a1fbda2df21fabfb86078e8d
bb0cb98605b648e6788dc96d66a05650394efe46
/src/rviz/src/rviz/main.cpp
eeb39b1878f6eff0bf1f488edd98867d5ce6599d
[ "CC-PDDC", "LicenseRef-scancode-public-domain" ]
permissive
ICURO-AI-LAB/new_rviz
6e0af5321a33a4950105654e53390b75b3a54f22
54b3eddb914d85e2b0f24115c41ffb99d54a1a56
refs/heads/master
2020-04-23T05:32:30.078077
2019-02-18T23:09:35
2019-02-18T23:09:35
170,943,017
0
0
null
null
null
null
UTF-8
C++
false
false
2,976
cpp
/* * Copyright (c) 2011, Willow Garage, 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 l...
[ "sudhakar.alla@icuro.com" ]
sudhakar.alla@icuro.com
478ed5dbdf8833fcd262d9fa1418f371491afcc2
f4401a6d5546c376aaee6035cecedfb17e068e37
/DemoRpg/Rpg/People.h
2fbac39b54991e8a5bc1561a5be500017d5f6397
[]
no_license
AstaraelWeeper/DemoRpg
d4b0825e7df84c218dbef48870f92cb024c07fb8
91b76d18585e23d3dac2861a12584411bdd11d6c
refs/heads/master
2021-01-13T00:55:42.753245
2015-06-08T20:20:35
2015-06-08T20:20:35
36,553,980
0
0
null
null
null
null
UTF-8
C++
false
false
1,225
h
#pragma once #include <SDL.h> class People { public: People(short column, short row); virtual ~People(); virtual int attackCalculation(); virtual void Attack(); void UpdateHealth(int); void Move(int); SDL_Rect GetAssetSheetPosition(); SDL_Rect GetMapPosition(); int GetFacingDirection(); protected: int a...
[ "thisisrachelalice@hotmail.com" ]
thisisrachelalice@hotmail.com
2596b303c2eb2f44335f7aaa72edeffa503d568f
73b8a44951468d57efcf000c5a23d7d05b2d7600
/include/iprt/err.h
b1215ca9df8f27412e063422f1214733369daab5
[]
no_license
ivanagui2/OpenXTGL
d6bd39437fd4a038cebcecd0049d9bbb36838df4
604df31f318077aadb1adb9bfa7707dc94d32b69
refs/heads/master
2021-06-07T02:22:18.972245
2016-09-29T20:26:38
2016-09-29T20:26:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
105,764
h
/** @file * IPRT - Status Codes. */ /* * Copyright (C) 2006-2015 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the terms of the GNU * General Public Li...
[ "stutsmans@ainfosec.com" ]
stutsmans@ainfosec.com
610e3ec04e81c1e22ab29ca34293462d00986fa6
29911ed02983d040acb22501d4638e76773f4b1d
/app/src/main/cpp/session/Session.cpp
b4e00af0a0cad819cf7ccb8a13ace6687b3a9ce5
[]
no_license
XiaoShenOL/EnvProxy
cfa6dadd676c4cf063dc38a1ef8d03855e07af18
e07993f293e87143e562daa3a754db89f69726ee
refs/heads/master
2023-03-17T07:49:07.154929
2018-12-18T12:31:06
2018-12-18T12:31:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,260
cpp
// // Created by Rqg on 24/04/2018. // #include "Session.h" #include "../proxyTypes.h" #include "../transport/TransportHandler.h" Session::Session(SessionInfo *sessionInfo) : next(nullptr), prev(nullptr) { } Session::~Session() { } int Session::onTunDown(SessionInfo *sessionInfo, DataBuffer *downData) { if (n...
[ "ranqingguo@youzan.com" ]
ranqingguo@youzan.com
3ec753548cbdcb62351981c9b5f2d229a3f8784c
9768868775d6b622530d8922a7ce2e8113d58baa
/tutorial_03-lighting/src/rendering/Renderer.cpp
82d2b21168cd419f09d090ad7ceca38e79ed1e36
[ "MIT" ]
permissive
DevRaptor/OpenGL_tutorial
7494f97b6a4fcda43cdd885c3bacaf4609923072
46b74b08a8da4d8a8fdf7fe6acdd87bb5bd8c26b
refs/heads/master
2020-06-10T07:59:18.159484
2017-01-20T14:46:35
2017-01-20T14:46:35
75,983,930
0
0
null
null
null
null
UTF-8
C++
false
false
1,898
cpp
#include "Renderer.h" #include <GL/glew.h> #include <glm/glm.hpp> #include <glm/ext.hpp> #include "modules/GameModule.h" #include "utility/Log.h" #include "utility/FileUtility.h" Renderer::Renderer() { int resolution_x = GameModule::resources->GetIntParameter("resolution_x"); int resolution_y = GameModule::resour...
[ "krzysztoftaperek@gmail.com" ]
krzysztoftaperek@gmail.com
62f90e3e3a01873cee7bd73f9f9c2c8a2000a2de
0ef4f71c8ff2f233945ee4effdba893fed3b8fad
/misc_microsoft_gamedev_source_code/misc_microsoft_gamedev_source_code/tools/screencap/screenCapProtocol.h
771c6651f6ee3dca8b46da7eb78ad94d7602b1b2
[]
no_license
sgzwiz/misc_microsoft_gamedev_source_code
1f482b2259f413241392832effcbc64c4c3d79ca
39c200a1642102b484736b51892033cc575b341a
refs/heads/master
2022-12-22T11:03:53.930024
2020-09-28T20:39:56
2020-09-28T20:39:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,853
h
//------------------------------------------------------------------------------------------------- // // File: screenCapProtocol.h // Copyright (c) 2007, Ensemble Studios // //------------------------------------------------------------------------------------------------- #pragma once #include "hash\crc.h" ...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
ce9208e84993c360e57fc51b4502b02a16aae0a5
231f7d4eac4634c234eeed5d9a155b187592dd80
/Rhythm-Jumper/Keyhandler.h
0b6818b215536de3cb065c435c32ec04241aa645
[]
no_license
Mike-Wilker/Rhythm-Jumper
1934eb631e1a1f9ee177e93e5c4d41432d5a604d
e313c1dfcd5250248578b456324c3ab7fc7ce412
refs/heads/master
2020-05-06T20:06:09.276679
2019-05-06T16:27:56
2019-05-06T16:27:56
180,218,489
0
0
null
2019-05-06T16:27:57
2019-04-08T19:26:38
C
UTF-8
C++
false
false
634
h
#pragma once class KeyHandler { private: std::list<SDL_Keycode> heldKeys; SDL_mutex* mutex; public: KeyHandler() { mutex = SDL_CreateMutex(); } void pollKeys() { SDL_LockMutex(mutex); SDL_Event event; while (SDL_PollEvent(&event)) { switch (event.type) { case SDL_KEYDOWN: heldKeys.emplace_...
[ "mwilker@ltu.edu" ]
mwilker@ltu.edu
2534d61edf6d544c783b94082bb0f6997bc3bbf6
4bdb20c69bbc289c491d76179b77fcee4f262f29
/ogsr_engine/editors/ParticleEditor/BottomBar.cpp
aa85d478e443b00670571590386335acd1a59692
[]
no_license
Roman-n/ogsr-engine
1a42e3f378c93c55ca918be171e2feb0ffd50e4c
6b16bf6593bd8a647f7f150e5cf6f80d7474585f
refs/heads/main
2023-02-22T01:38:06.681481
2018-05-02T20:54:55
2018-05-02T20:54:55
332,519,405
0
0
null
null
null
null
UTF-8
C++
false
false
12,428
cpp
//--------------------------------------------------------------------------- #include "stdafx.h" #pragma hdrstop #include "BottomBar.h" #include "LogForm.h" #include "ui_main.h" #include "igame_persistent.h" #include "environment.h" #include "../xrEProps/PropertiesListHelper.h" #include "../xrEProps/PropertiesList.h"...
[ "kdementev@gmail.com" ]
kdementev@gmail.com
068cd0e84d509fabc40c6f35b48cb1668e4b3709
7a0292c146e4a94205d2c70bb558aa86436819a9
/qtNanomite/clsDBManager.h
b2d26a1cb3e783bffc8baf8d205cda404110af21
[]
no_license
tr4ceflow/Nanomite
beff56079b7a389671809afe138d940d73a645e8
b14a207893f9efc1f257404e79b3e963ea299b85
refs/heads/master
2020-05-29T11:07:37.571103
2014-05-01T18:02:31
2014-05-01T18:02:31
19,343,371
1
0
null
null
null
null
UTF-8
C++
false
false
1,629
h
/* * This file is part of Nanomite. * * Nanomite is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Nanomite i...
[ "zer0fl4g@gmail.com" ]
zer0fl4g@gmail.com
1536aaba21301c6e472e54eab461286d14baff8d
743fcba88e8f50e5d87456da40be1a94bd6c218b
/application/test/test_neural_network/neural_network_application.cpp
5e4eeb5e125365f7ea2aa494451506efcbd4a369
[]
no_license
rohingosling/common_cpp
3be1d1d92e857baf22650158046837c390034c62
833ca4fa57f5ca473a718e9116ea6c4f9d1cf0ef
refs/heads/master
2020-05-21T04:21:02.191195
2017-07-14T15:04:40
2017-07-14T15:04:40
66,406,136
0
0
null
null
null
null
UTF-8
C++
false
false
20,724
cpp
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- // Project: Entelect 100k Challenge. // Application: Neural Network test application. // Class:...
[ "rohingosling@gmail.com" ]
rohingosling@gmail.com
06e794aa5c44fa16a9bd111b117a548d4b776101
7b80821b859a9ac660c7c2f4cf0bdecbb03129ee
/Intermediate Code Generation/input.cpp
d8f136d519d4eb99ca14ed8dd19f910fd5d38afc
[]
no_license
rohanrkamath/Mini-Compiler
c04af3cc1c15d1ce9ab17cb482214da7eea6dffb
c55101a2952ff294f5e24348dd7ad8c30e377a77
refs/heads/master
2022-09-15T07:22:49.684586
2020-06-02T12:08:08
2020-06-02T12:08:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
229
cpp
#include<iostream> using namespace std; int main() { int i=2; int b=100; if(i>10) { cout<<"test1"; } else { cout<<"test2"; } for(i=0;i<10;i++) { b=b*2*3*4; } a=a*3+4; i=1; while(a>11) { cout<<"test3"; } }
[ "RohanKamath1126@users.noreply.github.com" ]
RohanKamath1126@users.noreply.github.com
15d96dc05fadc606c59ef6c665ed2f5a84c8dafb
fa041d3904086a58e52a5c2ffd876ffa7679e5e0
/FSViewer/uitableview.cpp
1b0a81a254c00db766ca18de4a586b55a587c033
[]
no_license
Lyarvo4ka/RecoveryProjects
b56fffe64f63b17943a37f6db68b5b5d57651b47
7bb9e68924d7397041dd2a3f15e63273e43e2b58
refs/heads/master
2021-06-25T15:49:14.350896
2021-02-17T13:28:48
2021-02-17T13:28:48
199,153,605
0
0
null
null
null
null
UTF-8
C++
false
false
317
cpp
#include "uitableview.h" UITableView::UITableView(QWidget *parent) : QTableView(parent) { } UITableView::~UITableView() { } //void UITableView::UpdateCheck(const Qt::CheckState checkState) //{ // //QModelIndex currentIndex = this->currentIndex(); // //tree_model_->updateCheckState(currentIndex,checkState); //}
[ "Lyarvo4ka@gmail.com" ]
Lyarvo4ka@gmail.com
6a855c53456a78df9bb478a48897b930ee576de1
a771175463cb7099bfbd3a70214adaacb23ae9b4
/Source/SignalMessages.pb.h
a058c7352b18dd5286ff865239b231af0c21b79a
[ "Apache-2.0" ]
permissive
MDR-69/SignalProcessor
619cba03532aceb26011689ab103aca28522dcce
bc3452ab5ac4d034dc0f66d0eed9e766ddd3cdad
refs/heads/master
2021-06-01T19:16:25.080628
2016-06-10T07:03:45
2016-06-10T07:03:45
null
0
0
null
null
null
null
UTF-8
C++
false
true
37,589
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: SignalMessages.proto #ifndef PROTOBUF_SignalMessages_2eproto__INCLUDED #define PROTOBUF_SignalMessages_2eproto__INCLUDED #include <string> #include <google/protobuf/stubs/common.h> #if GOOGLE_PROTOBUF_VERSION < 2005000 #error This file was gener...
[ "martin.dirollo@gmail.com" ]
martin.dirollo@gmail.com
95d71079ecd1e834b9a1478d6fcb0bfb516455df
48c170a17dbb21872070d6c57f10678c47f62625
/src/geometry/Rectangle.cpp
09e3d839783585cad19d04e4ae5752b1e2bc5950
[]
no_license
DavidSichau/UtilLib
9e076529a504f64d2c3947cdf12a23b0b54ff8e2
acf79d3162a0998589a039948a36080f0b12b2d2
refs/heads/master
2021-01-23T04:03:04.676012
2014-07-22T07:16:16
2014-07-22T07:16:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,373
cpp
/* Copyright (c) 2013 David Sichau <mail"at"sichau"dot"eu> * * 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, ...
[ "mail@sichau.eu" ]
mail@sichau.eu
23bf739bbedf5b8000fe6dc621f3b7ee2d5c3739
419ee1b3c10effb26daf4e16090a99e57732ab4e
/model/pacing-sender.h
fb0da748a954c4cc1f80b072de876d7f0a4c0caf
[]
no_license
shihunyewu/bbr
4e82626b6f8429497acdd7a5a7109a3637980adf
aa77e201d56727951a0905d37ea8677cf162dcdb
refs/heads/master
2020-06-19T23:03:23.299110
2018-07-16T07:19:25
2018-07-16T07:19:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,995
h
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2008 INRIA * * Author: daibo <daibo@yy.com> */ #ifndef PACING_SENDER_H #define PACING_SENDER_H #include "bbr-common.h" #include "send-algorithm-interface.h" #include "bandwidth.h" namespace ns3 { namespace bbr { class PacingSende...
[ "shilei@bigo.sg" ]
shilei@bigo.sg
786136498d5ca490c3004275662f4e6bb1ea0077
c2120e65e0b67c5538ff99923e0cf8c6740d5332
/Edoflip/FirstOccUsingRec.cpp
23622fa5ce68d472205730fcc3c642b30314b92a
[]
no_license
kanavbengani/Cplusplus-Exercises
fac5d2a03bc18c8f2e9ae3427ee0677df9cb87c7
a62105310657be940d8f21d1bbf618ce251f54ab
refs/heads/main
2023-02-03T15:17:54.005786
2020-12-20T16:40:42
2020-12-20T16:40:42
315,371,989
0
0
null
null
null
null
UTF-8
C++
false
false
314
cpp
#include <iostream> using namespace std; int firstOccurance(int num, int a[], int size) { if (size == 0) { return -1; } if (a[0] == num) { return num; } } int main() { int num, a[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; cin >> num; firstOccurance(num, a, 10); }
[ "kbengani21@gmail.com" ]
kbengani21@gmail.com
fc76bf5c4315260ceb95645bee58eabff86be29d
bd2ddededcbc6c7ef03b6946cb9ff1a38c9ad02b
/include/MargotPrimaryGeneratorAction.hh
9214a9eca3595faa5666638de0e2d2b4e0ae63cd
[]
no_license
alourei/ProtonDetector
27cb9d969ab8e459cc16267b9edc93f71a7f5dee
89ebc98ea46f177ea21d15e401a1125b05a405e3
refs/heads/master
2016-08-12T06:09:01.833670
2015-05-29T14:10:40
2015-05-29T14:10:40
36,507,230
0
0
null
null
null
null
UTF-8
C++
false
false
2,865
hh
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
[ "perezlou@flagtail.nscl.msu.edu" ]
perezlou@flagtail.nscl.msu.edu
935f36d5b958bf331454f9aadb82f1c46db26dea
254bf7d275384ed462a49b81e4930e9bd5ab29d7
/P2/.exercici2 - R/LinkedDeque.h
c7a4093c01acd6a0ac4437719019d19cb0de53ce
[ "WTFPL" ]
permissive
leRoderic/ED2018
74dfc20183c17ef152df12f770eb9976a78a8c3a
a1663fc7b1ce8ae29ba5d9c004a0ddcf32d6c2aa
refs/heads/master
2021-06-02T09:07:30.053040
2019-11-07T18:06:20
2019-11-07T18:06:20
123,178,244
1
1
null
null
null
null
UTF-8
C++
false
false
3,763
h
/* * File: LinkedDeque.h * Author: Rodrigo Cabezas Quirós * * Created on 20 de marzo de 2018, 8:04 */ #ifndef LINKEDDEQUE_H #define LINKEDDEQUE_H #include "Node.h" #include <stdexcept> #include <iostream> using namespace std; template <class Element> class LinkedDeque { public: LinkedDeque<Element>(); ...
[ "rcmikado@gmail.com" ]
rcmikado@gmail.com
b47efc9de191d5b8e3734b43342e68805e3f4cad
fc146feda3b875eb3e6f07ae33d46c195577205c
/Source/ActionRPGGame/ARPlayerController.h
a9d4bd9ef1d3f91494b58af7066233859b68f72d
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
sikkey/ActionRPGGame
5cda2726cdce309c70f6cd3a7676f2467797a829
d53dd7b16bc066dcaaf7a9e9330e3fea4a47a61a
refs/heads/master
2021-01-21T14:57:02.789070
2017-06-25T00:04:03
2017-06-25T00:04:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,405
h
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. #pragma once #include "FCTFloatingTextComponent.h" #include "GSPlayerController.h" #include "FCTGlobalTypes.h" #include "GAGlobalTypes.h" #include "IGISInventory.h" #include "ARPlayerController.generated.h" UCLASS() class ACTIONRPGGAME_API AARPlayerControll...
[ "xeavien@gmail.com" ]
xeavien@gmail.com
0bae65a1a87836595d137b9c3c3255a3a949bb0a
ef7ad96103876b24bbb45be8dfba7e80771c76e7
/ui-qt/Pretreatment/ImgpreprocessModule/ImagepreprocessDlg.cpp
d4847c0576784d0f4ceee6bd6960aab815807113
[ "MIT" ]
permissive
TinySlik/FPGA-Industrial-Smart-Camera
ecb6274f4ef16cf9174cd73812486644f821152a
54b3e2c2661cf7f6774a7fb4d6ae637fa73cba32
refs/heads/master
2021-06-25T11:09:21.212466
2017-09-01T07:23:58
2017-09-01T07:23:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
27,784
cpp
#include <qdebug.h> #include "ImagepreprocessDlg.h" #include "ui_ImagepreprocessDlg.h" #include <QMessageBox> #include "../../Global/UtilitiesFun.h" #include "PretreatMentListCollect/PretreatmentModuleItem.h" #include "ContrastStrengthenDlg.h" #include "ContrastSwitchDlg.h" #include "GaussDlg.h" #include "SharpnessDlg....
[ "1245552661@qq.com" ]
1245552661@qq.com
0dee3b110a06f374a3b096aade3d49433f961025
c45ed46065d8b78dac0dd7df1c95b944f34d1033
/TC-SRM-554-div1-250/linkct.cpp
65b78f578d3b9274559e2aad4338e35d20e63cde
[]
no_license
yzq986/cntt2016-hw1
ed65a6b7ad3dfe86a4ff01df05b8fc4b7329685e
12e799467888a0b3c99ae117cce84e8842d92337
refs/heads/master
2021-01-17T11:27:32.270012
2017-01-26T03:23:22
2017-01-26T03:23:22
84,036,200
0
0
null
2017-03-06T06:04:12
2017-03-06T06:04:12
null
UTF-8
C++
false
false
195
cpp
#include <bits/stdc++.h> using namespace std; class TheBrickTowerEasyDivOne{ public: int find(int rc, int rh, int bc, int bh){ return min(rc, bc) * (2 + int(rh != bh)) + int(rc != bc); } };
[ "linkct1999@163.com" ]
linkct1999@163.com
b31d0ce6991bc803b677ca3824713fe20d5a058f
a6dcd99a24872d6e81539faa0eef01dcbed84ba2
/observer/include/Observer.h
0fba89651e01cdd1046c8b12503693e40961ec2c
[]
no_license
mehmetrizaoz/design_patterns
2d508ac3563598984d4d09a398cde30682ae4da4
17ffeb88d4739fc3bd7de5276c98472767bfde0c
refs/heads/main
2023-05-22T22:56:33.430392
2021-06-16T06:36:22
2021-06-16T06:36:22
345,968,028
1
0
null
null
null
null
UTF-8
C++
false
false
113
h
#pragma once class Observer { public: virtual void update(float temp, float humidity, float pressure)=0; };
[ "mehmetrizaoz@gmail.com" ]
mehmetrizaoz@gmail.com
c82916988283419d350450e800fc53cf935df836
143817babc4b8a453c5893f12c4a5707f132172b
/dbms/programs/odbc-bridge/ColumnInfoHandler.cpp
3b4c7f42ceadcb057337f5363e3412d92a41037f
[ "Apache-2.0" ]
permissive
astudnev/ClickHouse-1
b98ebdda6b9e58500e948b8bea7ce84d943b46b6
08f6305dba7c5e80686f819b7eafedb3bbbb3f2d
refs/heads/master
2020-03-27T03:46:02.338065
2018-08-23T16:33:25
2018-08-23T16:33:25
145,888,336
0
0
null
2018-08-23T17:47:44
2018-08-23T17:47:43
null
UTF-8
C++
false
false
4,367
cpp
#include "ColumnInfoHandler.h" #if USE_POCO_SQLODBC || USE_POCO_DATAODBC #include <Poco/Data/ODBC/ODBCException.h> #include <Poco/Data/ODBC/SessionImpl.h> #include <Poco/Data/ODBC/Utility.h> #include <Poco/Net/HTTPServerRequest.h> #include <Poco/Net/HTTPServerResponse.h> #include <DataTypes/DataTypeFactory.h> #include...
[ "alesapin@gmail.com" ]
alesapin@gmail.com
1fc070aee7db59a639d248daab4217645372068a
1a77b5eac40055032b72e27e720ac5d43451bbd6
/フォーム対応/VisualC++/MFC/Chap9/Dr64/Dr64/Dr64View.cpp
4350d94b7cb1c0280451809f595e4381fa1f384f
[]
no_license
motonobu-t/algorithm
8c8d360ebb982a0262069bb968022fe79f2c84c2
ca7b29d53860eb06a357eb268f44f47ec9cb63f7
refs/heads/master
2021-01-22T21:38:34.195001
2017-05-15T12:00:51
2017-05-15T12:01:00
85,451,237
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
2,213
cpp
// Dr64View.cpp : CDr64View クラスの実装 // #include "stdafx.h" #include "Dr64.h" #include "Dr64Doc.h" #include "Dr64View.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CDr64View IMPLEMENT_DYNCREATE(CDr64View, CFormView) BEGIN_MESSAGE_MAP(CDr64View, CFormView) ON_BN_CLICKED(IDC_BUTTON1, &CDr64View::OnBnClickedButto...
[ "rx_78_bd@yahoo.co.jp" ]
rx_78_bd@yahoo.co.jp
f770e762d1df47327a642cff1811ff5f6ae217ed
7f98f218e3eb50c7020c49bfe15d9dbb6bd70d0b
/ch13/ex13_11.h
b737287ae47637ef86a94f63498c693e3c75c4ef
[]
no_license
MonstarCoder/MyCppPrimer
1917494855b01dbe12a343d4c3e08752f291c0e9
3399701bb90c45bc0ee0dc843a4e0b93e20d898a
refs/heads/master
2021-01-18T10:16:37.501209
2017-11-09T13:44:36
2017-11-09T13:44:36
84,318,673
0
0
null
null
null
null
UTF-8
C++
false
false
458
h
#ifndef CP5_ex13_11_h #define CP5_ex13_11_h #include <string> class HasPtr { public: HasPtr(const std::string& s = std::string()) : ps(new std::string(s)), i(0) { } HasPtr(const HasPtr& hp) : ps(new std::string(*hp.ps)), i(hp.i) {} HasPtr& operator=(const HasPtr& hp) { std::string* new_ps = new std::string(...
[ "652141046@qq.com" ]
652141046@qq.com
fc5dad7ade4a4f5304a758f0582a09b9aaeb8a2a
e397315a964b0ac363db85dbaa69170003241f05
/include/odometry.hpp
6a27f66e57a0e321f66b56dc5037af8c17040b20
[]
no_license
MaouLim/StubidSLAM
a664f8f69585273c522c299e6869a596eb46c395
56fd6bcb34d8b8f87586cb94e7882a65a58352fd
refs/heads/master
2021-03-20T23:06:54.387389
2020-03-14T08:43:41
2020-03-14T08:43:41
247,241,425
0
0
null
null
null
null
UTF-8
C++
false
false
5,524
hpp
/* * Created by Maou Lim on 2020/3/14. */ #ifndef _STUBIDSLAM_ODOMETRY_HPP_ #define _STUBIDSLAM_ODOMETRY_HPP_ #include <memory> #include <vector> namespace sslam { class odometry { public: using ptr = std::shared_ptr<odometry>; enum state { INITIALING, RUNNING, LOST }; odometry() : _state(INITIALING)...
[ "maoulim@foxmail.com" ]
maoulim@foxmail.com
72370524d3c49d24f2d6820eb2564f3f7bfb8b38
71f1b58e06ba44a16b601a7ad415be852cdcb550
/OsiInterface/Hit.cpp
818e94f542245fa7ebc34e3a061cf6b428afa238
[ "MIT" ]
permissive
blakexu/ositools
0a23b24e893b99af5487b50c047b920a0660ab3b
f91a9d6d6b9ff793c3a3c41e74869dcda83df28d
refs/heads/master
2022-11-14T09:45:17.963601
2020-06-17T21:04:30
2020-06-17T21:04:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,319
cpp
#include <stdafx.h> #include <Hit.h> #include <OsirisProxy.h> #include "PropertyMaps.h" // #define DEBUG_HIT DEBUG // #define WARN_HIT WARN #define DEBUG_HIT(...) #define WARN_HIT(...) namespace dse::esv { extern FunctionHandle StatusAttemptEventHandle; extern FunctionHandle HitPrepareEventHandle; extern FunctionH...
[ "infernorb@gmail.com" ]
infernorb@gmail.com
1c522349c860a740129cbdc9630cd8f2390a38f5
e572fe7da635214a975ab8aebd4a8e8565183d60
/route-between-two-nodes-in-graph.cpp
39ecd610e055cfb9ccbca7b109eaa2703ee10c56
[]
no_license
LloydSSS/LintCode-LeetCode
3713dc63019fbf4af8dbb9b21c72c1d03874893f
fb55572a219f51e015672768090cbda1edcef707
refs/heads/master
2020-12-25T22:58:26.399559
2015-09-14T16:09:18
2015-09-14T16:09:18
35,087,006
4
2
null
null
null
null
UTF-8
C++
false
false
1,152
cpp
// http://www.lintcode.com/en/problem/route-between-two-nodes-in-graph // bfs #include "lc.h" class Solution { public: /** * @param graph: A list of Directed graph node * @param s: the starting Directed graph node * @param t: the terminal Directed graph node * @return: a boolean value */ ...
[ "LloydSSS@users.noreply.github.com" ]
LloydSSS@users.noreply.github.com
f5cd4b1ebeddefd6811ae14e5df4f39939974689
5e4e2ae5c863dee1003c064ef70d74c9165fc65e
/backtrack/combination-sum-iii.cpp
8bc953b4043230c5ffeb0a64749eae51edf16f5d
[]
no_license
rootid/fft
3ec6f0e6ae1be96d531119b2571610646a7256e9
af187df0eafee37f69d6be95dc22685a96b96742
refs/heads/master
2020-12-14T09:24:18.915482
2019-07-25T23:52:21
2019-07-25T23:52:21
46,454,112
1
0
null
null
null
null
UTF-8
C++
false
false
2,686
cpp
//Find all possible combinations of k numbers that add up to a number n, given //that only numbers from 1 to 9 can be used and each combination should be a //unique set of numbers. //Example 1: //Input: k = 3, n = 7 //Output: //[[1,2,4]] //Example 2: //Input: k = 3, n = 9 //Output: //[[1,2,6], [1,3,5], [2,3,4]] #inclu...
[ "vsinhsawant@gmail.com" ]
vsinhsawant@gmail.com
3c8997bde14c78a850891c2af6e0356528b4aacd
57b6fa831fe532cf0739135c77946f0061e3fbf5
/NWNXLib/API/Mac/API/SSubNetProfile.cpp
4824b84b4800d2b4d78db5eecd543c54ccfa1546
[ "MIT" ]
permissive
presscad/nwnee
dfcb90767258522f2b23afd9437d3dcad74f936d
0f36b281524e0b7e9796bcf30f924792bf9b8a38
refs/heads/master
2020-08-22T05:26:11.221042
2018-11-24T16:45:45
2018-11-24T16:45:45
216,326,718
1
0
MIT
2019-10-20T07:54:45
2019-10-20T07:54:45
null
UTF-8
C++
false
false
132
cpp
#include "SSubNetProfile.hpp" #include "API/Functions.hpp" #include "Platform/ASLR.hpp" namespace NWNXLib { namespace API { } }
[ "liarethnwn@gmail.com" ]
liarethnwn@gmail.com
3765e4ce2f1b3f9bc837931936fb48c0d2c85829
8e56fcfff92a958404834c9ffc599e070ce68c9d
/tests/2d_examples/test_2d_free_stream_around_cylinder_mr/mr_free_stream_around_cylinder.h
44e8c4dc73177f3f7fe675d90a1bb3d812ae5ac4
[ "Apache-2.0" ]
permissive
Xiangyu-Hu/SPHinXsys
723bca41c56792a2d30318e282eb5a3ca6cb63b5
1a06b77685d4687c8f4fa3efe51ef92936f24403
refs/heads/master
2023-08-30T19:42:52.584193
2023-08-30T19:13:56
2023-08-30T19:13:56
189,070,140
229
155
Apache-2.0
2023-09-14T19:34:44
2019-05-28T17:05:34
C++
UTF-8
C++
false
false
5,085
h
/** * @file mr_freestream_flow_around_cylinder.h * @brief We consider a flow pass the cylinder with freestream boundary condition in 2D. * @details Particles with different sizes are used in this test. * @author Xiangyu Hu, Shuoguo Zhang */ #include "sphinxsys.h" using namespace SPH; //-------------------------...
[ "xiangyu.hu@tum.de" ]
xiangyu.hu@tum.de
4c57422e0009423b7471491a6226f6af1f3cbccf
0db59776e129ddd7e708f43e1157c1308ac317cf
/Lcd_writes.ino
cd9d0e3c233359e35f4c1a430a90369a8ba0dd86
[]
no_license
gjholman/RBE-2001
cdb70cd9a404d8d435ab79545ea185f88cf49397
253d27cf2f2b50eda3ad3e73114e294e2bd9d92b
refs/heads/master
2021-01-20T05:43:33.972669
2017-04-29T17:38:06
2017-04-29T17:38:06
89,801,842
0
0
null
null
null
null
UTF-8
C++
false
false
2,148
ino
/* * use these to write integers and strings to the LCD as needed */ //writes the given string to the lcd in the given location void writeStrLCD(String s, int x, int y){ lcd.setCursor(x,y); lcd.print(s); } //writes the given integer to the lcd in the given location void writeIntLCD(int s, int x, int y){ lcd.s...
[ "fadoodlebob@Garrett-Holmans-MacBook-Pro.local" ]
fadoodlebob@Garrett-Holmans-MacBook-Pro.local
5ed0d350fe5eb9c626c8f948c5df5fb4fa8dc3eb
21053307a43db79b795048df3112cd18f90edcab
/Source/Include/Script/Interface/ObjectComponentInterface.h
ae52687424d94998169be8268f61aa3054dc0e17
[ "FTL", "Libpng", "BSD-3-Clause", "Zlib", "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-happy-bunny", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
cappah/NekoEngine
77b60ab458d6f2ff4b67e687007002744630b6f4
22d66bcfa6bb4d82a4c6024abc54a9e2df693f9c
refs/heads/master
2021-07-21T19:50:54.799199
2017-10-29T01:06:40
2017-10-29T01:06:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,070
h
/* NekoEngine * * ObjectComponentInterface.h * Author: Alexandru Naiman * * ObjectComponent script interface * * ----------------------------------------------------------------------------- * * Copyright (c) 2015-2017, Alexandru Naiman * * All rights reserved. * * Redistribution and use in source and bina...
[ "alexandru.naiman@icloud.com" ]
alexandru.naiman@icloud.com
7ed8841791e4e7f99bbe07a381c0b744ba735586
eba72c6689d3078740458f843b90afd603dcfbde
/tammber-core/PullMMbuilder.hpp
51b0c8d86256b45615404f859b80e6fb319543ce
[ "BSD-2-Clause" ]
permissive
tomswinburne/tammber
a628044104ff0e38d6eddac4120cc2e4db2186d9
5abf918535423adb75b271133970552a755d48a1
refs/heads/main
2023-06-08T13:38:53.511085
2023-03-26T22:13:18
2023-03-26T22:13:18
319,592,424
9
2
NOASSERTION
2021-08-24T16:10:47
2020-12-08T09:42:19
C++
UTF-8
C++
false
false
15,187
hpp
/* Copyright (c) 2016, Los Alamos National Security, LLC All rights reserved. Copyright 2016. Los Alamos National Security, LLC. This software was produced under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National Laboratory (LANL), which is operated by Los Alamos National Security, LLC for the...
[ "tomswinburne@gmail.com" ]
tomswinburne@gmail.com
ab96c1b75bd0d26a0bcb8784350375fb8871e9b7
b79b91b68f50a3e27e46314e4b04eee210997e4d
/Jaraffe/Engine/Source/D3D11/Effect.h
9b9a466364ab953b769491a8071ca9fdb52f0ec3
[]
no_license
ChoiYoungMin/Jaraffe
bfc983b54137d2af30521bdda92da08a4ce3e007
294b3bf56d2d540d6039e096e3dcdfdee4e15b3c
refs/heads/master
2021-01-15T17:36:24.918398
2016-06-17T13:19:53
2016-06-17T13:19:53
62,026,749
2
0
null
2016-06-27T05:02:03
2016-06-27T05:02:02
null
UTF-8
C++
false
false
2,653
h
#pragma once namespace Jaraffe { #pragma region Effect class Effect { public: Effect(ID3D11Device* device, const std::wstring& filename); virtual ~Effect(); private: Effect(const Effect& rhs); Effect& operator=(const Effect& rhs); protected: ID3DX11Effect* mFX; }; #pragma endregion #pragma region SimpleEffe...
[ "ccm1333@naver.com" ]
ccm1333@naver.com
34c562d242308466c9fd41d17b8e41aec1e93409
c985f7a772751fc89f79f25fc4881bfc7abbbb2d
/src/debug/InfoViewer.h
8ec91a32546d0900f6b4256a76fd43fd7951fb7c
[]
no_license
underdoeg/ofxBoxModel
2517a5cb641eea32e3bc11ef7e78312a9e8d47b5
1ef3fc2ce5735c65e64130d63137be81614c5581
refs/heads/master
2020-09-13T10:59:35.029360
2014-08-11T20:23:20
2014-08-11T20:23:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
585
h
#ifndef INFOVIEWER_H #define INFOVIEWER_H #include "boxes/Box.h" #include "boxes/Texts.h" namespace boxModel { namespace debug { class InfoViewer: public boxModel::boxes::Box { public: InfoViewer(); ~InfoViewer(); void setComponentContainer(core::ComponentContainer* container); string getType(); private: void...
[ "public@underdoeg.com" ]
public@underdoeg.com
8dd48661ca9129429b95654e3d0169a9133059b3
597328a4220a0297dcfe052b6082c51c203219f2
/src/graphics/Renderer.h
9798f0ac10e76d84f7b23c90697280b293100a86
[]
no_license
lakenoah17/Asteroids
ceb94c6d572041ddefd149a8b819db417c907e88
10d7ea1232409a6f40f79634347149a7d1ae1640
refs/heads/master
2023-02-27T03:48:04.427302
2021-02-03T23:58:59
2021-02-03T23:58:59
310,201,329
0
0
null
null
null
null
UTF-8
C++
false
false
1,695
h
#pragma once #include <GL/glew.h> #include "Shader.h" #include "VertexArray.h" #include "IndexBuffer.h" #include "glm/gtc/matrix_transform.hpp" #define ASSERT(x) if (!(x)) __debugbreak(); #define GLCall(x) GLClearError();\ x;\ ASSERT(GLLogCall(#x, __FILE__, __LINE__)) void GLClearError(); bool GLLogCall(co...
[ "noahshields5@gmail.com" ]
noahshields5@gmail.com
c76854ceb9cff1eb48b2c40b5f716ccf0abd7daa
4be41ae28bd7d5cbff5ca173a88f113219d9ec75
/python/google/protobuf/pyext/unknown_fields.h
89bd0ba9a75e9a38fd09e86a32495a992cb4a16a
[ "LicenseRef-scancode-protobuf" ]
permissive
YixuanBan/protobuf-310
ef76fc3aaf88f690fe6e91dd5b1f658beb53814f
cf0110b5b8d476df7a9014b68bc9b1c9b53d9d49
refs/heads/master
2023-03-30T18:30:28.179733
2020-06-08T03:49:37
2020-06-08T03:49:37
270,517,595
0
0
NOASSERTION
2021-03-31T22:09:52
2020-06-08T03:43:15
C++
UTF-8
C++
false
false
3,222
h
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
[ "banyixuan@pku.edu.cn" ]
banyixuan@pku.edu.cn
0d96f512caabfeb8a623b1de6b41ab6ad12e8f00
e999fad7fb52fb4c66d227d14f041c425929d009
/homework_2/igg_image/src/igg_image/main.cpp
e4e06ee8007035dedf5c01625473660f8928e068
[]
no_license
pietglas/modern-cpp-course
b3aeb45859f85b06ad146fd6f30619fe1b47b57e
91c1089d0165be92ca82fb35216f2263df72bd20
refs/heads/master
2021-03-26T15:27:44.262452
2020-03-26T21:26:59
2020-03-26T21:26:59
247,717,679
1
0
null
null
null
null
UTF-8
C++
false
false
105
cpp
#include "image.h" #include "io_tools.h" #include <vector> #include <iostream> int main(){ return 0; }
[ "pietglas77@gmail.com" ]
pietglas77@gmail.com
40c303ae04dfc2fd5c191f4e682c57f56a87132b
74322acc3e0aab9682f0e7330d1f616d79d13f04
/list/LinkedList.cpp
83baa9f309be2bc8555495b08143ba9f198941af
[]
no_license
mcorreale1/cplusplus
96e4ca3434f5c62e7b290c340c36766e87ba704d
132ff111d69fd175d6b8f1b2ef0f36a7cea00bbd
refs/heads/master
2021-01-10T07:30:50.015148
2016-02-03T20:21:12
2016-02-03T20:21:12
50,899,885
0
0
null
null
null
null
UTF-8
C++
false
false
1,338
cpp
#include "LinkedList.h" #include "Node.h" LinkedList::LinkedList(Node* first) { head = first; tail = nullptr; size = 1; } LinkedList::LinkedList() { head = nullptr; tail = nullptr; size = 0; } void LinkedList::add(int value) { Node* node = new Node(value); if(head == nullptr) { ...
[ "Mcorreale1@gmail.com" ]
Mcorreale1@gmail.com
4e36cdf231dc29d59e7082399f20c95aa4adb51b
5c56f4f726fc75efd16953be4080333b5d3e2948
/solutions/0077-combinations/combinations.cpp
b3d4668c7f8180c041ca86fe7e876d1605c2ed60
[]
no_license
Ryan-hub-bit/leetcode
0afeb9cf2cdd70968900edf65e54ab062f0ba5cc
0541694634e480b6a5f351e214dafce329ef91d6
refs/heads/master
2021-01-01T08:28:49.657295
2019-12-14T20:17:57
2019-12-14T20:17:57
236,356,424
0
0
null
null
null
null
UTF-8
C++
false
false
720
cpp
// Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. // // Example: // // // Input: n = 4, k = 2 // Output: // [ // [2,4], // [3,4], // [2,3], // [1,2], // [1,3], // [1,4], // ] // // class Solution { public: void dfs(int k, vector<int> &tmp, int lastnum, vector...
[ "mosquitozm100@gmail.com" ]
mosquitozm100@gmail.com
3d40b48c229c60e4c2c4b746639e27fd5d35ff44
fe2e4dd2472545be25f0efce7e157aa6af3c7aae
/calendar/Source.cpp
5267ed48412f18973e5de90a4407a9e1da4d50dc
[]
no_license
Lev1ty/dmoj
7bf8a355d1ceac91e4ed701d5aae0acf2bd90229
a0c9a83d17b084ec93e77ae11a45a6ef5060db56
refs/heads/master
2021-06-21T09:33:18.713912
2017-07-29T21:00:48
2017-07-29T21:00:48
98,758,706
2
1
null
null
null
null
UTF-8
C++
false
false
339
cpp
#include <iostream> using namespace std; int a, b; int main() { cin >> a >> b; cout << "Sun Mon Tue Wed Thr Fri Sat\n"; int i = 1; for (; i <= a - 1; i++) cout << " "; for (int j = 1; j <= b; j++, i++) { if (j >= 1 && j <= 9) cout << " "; else cout << " "; cout << j; if (i % 7 == 0) cout << '\n'; els...
[ "adamxhy123@gmail.com" ]
adamxhy123@gmail.com
2e31fc40fc64282611556eb4a1df37ad406e18bb
7b8b3f86ab542467d364c81d185b0850e7767c51
/ibex_Ctc3BCid_Dir.h
7ee5d17f421f22be8a5c57a1a320e525c1dd757f
[]
no_license
pierleur/Resultat_stage_homeostatsie
457c85436d68a96b65d440ab1f886edec45c00f8
b528fef03c13948310f7cfccb6f9fac2cc19bd59
refs/heads/main
2023-08-13T05:13:58.338217
2021-10-12T19:41:24
2021-10-12T19:41:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
590
h
#ifndef __IBEX_CTC_3B_CID_DIR_H__ #define __IBEX_CTC_3B_CID_DIR_H__ #include <ibex.h> namespace ibex { class Ctc3BCidDir : public Ctc3BCid { public: Ctc3BCidDir(Ctc& ctc, IntervalVector* boxE,int nb_para, int s3b=default_s3b, int scid=default_scid, int vhandled=-1, double var_min_width=default_var_min_width);...
[ "Pierleur" ]
Pierleur
16de75f897990f569c10afd4acdc73f15c9ce8a4
31dec155a9e069adfcf209238677b49d23bf1694
/libraries/ADT7470/examples/adt7470_demo/adt7470_demo.ino
72b07b37ea79259e4b09b120bfedcfc1241d0e5c
[ "MIT" ]
permissive
jantje/Arduino
75a35cfb2e2ce7a1a78ba545ac30ac8c752d1aa8
cd40e51b4eb9f8947aa58f278f61c9121d711fb0
refs/heads/master
2021-12-03T11:16:44.274410
2021-07-11T13:37:02
2021-07-11T13:37:02
382,966,519
0
0
MIT
2021-07-04T23:21:23
2021-07-04T23:21:22
null
UTF-8
C++
false
false
4,074
ino
// // FILE: adt7470_demo.ino // AUTHOR: Rob Tillaart // VERSION: 0.1.1 // PURPOSE: demo ADT7470 library // DATE: 2015-12-02 #include <Wire.h> #include "ADT7470.h" ADT7470 ADT(ADT7470_ADDR_FLOAT); void setup() { Wire.begin(); Serial.begin(115200); Serial.print(F("\n\nStart ")); Serial.println(__FILE_...
[ "rob.tillaart@gmail.com" ]
rob.tillaart@gmail.com
0ef64ceb0f05daf313f709fd7b0fe903d4815303
7e9b2008a46191882c925023cf84a479e0367773
/Terrain/Terrain/SpriteBatch.h
126fce05c8342ee7d1edb023f2a9e14df6390686
[]
no_license
tjuls123/PersonalWorks
a9655733da75e3a9e8951758b25c34a056fd1ce6
d3dd83b0d882402971f8f0e8934fe66399c3795c
refs/heads/master
2022-11-23T12:21:20.856850
2020-07-09T04:53:49
2020-07-09T04:53:49
278,263,552
0
1
null
null
null
null
GB18030
C++
false
false
1,653
h
#pragma once #include <d3dx9.h> #include <list> #include "CTexture2D.h" struct SpriteNode { RECT _destRect; //目标区域 RECT _surRect; //纹理区域 float _layerDepth; //z值 D3DCOLOR _color; //颜色 SpriteNode(){} SpriteNode(RECT DestRect, RECT SurRect, float layerDepth, D3DCOLOR Color) { _destRect = DestRect; _...
[ "lsn5884@corp.netease.com" ]
lsn5884@corp.netease.com
1e1c4c681d3a033230e3200315130f3451751520
98157b3124db71ca0ffe4e77060f25503aa7617f
/csacademy/round46/c.cpp
07f428798ec183d6247e479eb1b7f1b0637d44cb
[]
no_license
wiwitrifai/competitive-programming
c4130004cd32ae857a7a1e8d670484e236073741
f4b0044182f1d9280841c01e7eca4ad882875bca
refs/heads/master
2022-10-24T05:31:46.176752
2022-09-02T07:08:05
2022-09-02T07:08:35
59,357,984
37
4
null
null
null
null
UTF-8
C++
false
false
1,197
cpp
#include <bits/stdc++.h> using namespace std; const int N = 4e6; int a[N], ans[N], d[N]; int val[N]; int main() { int n; scanf("%d", &n); for (int i = 0; i < n * 2; i++) scanf("%d", a+i); sort(a, a+2*n); int k = 0; for (int i = 0; i < 2 * n; i++) { for (int j = i+1; j < 2 * n; j++) d[k++] ...
[ "wiwitrifai@gmail.com" ]
wiwitrifai@gmail.com
56a698b1c20b2c4a3a1c7d6212052c5472165be9
2123a783dec368c22c1223df7a93385df03437ac
/8_1/Cdemo.cpp
ac9655e1f2196cb23d3039baa40d5b36b8a03c21
[]
no_license
arlose/xiaomingsworld
69cb007aa71f931660865b45509871fb7c12a88f
f088d9cbc9cfaaeae6eb4628584b2cc64cb95512
refs/heads/master
2020-05-22T18:19:35.564615
2017-02-23T04:26:55
2017-02-23T04:26:55
34,460,679
0
0
null
null
null
null
GB18030
C++
false
false
2,020
cpp
/*程序2.1 Cdemo.cpp*/ #include <graphics.h> #include <conio.h> #include <stdlib.h> #include <time.h> #include "function.h" /* 遇到墙则不走 */ void AdvStep() { if(!IsFrontWall()) step(); } /* 向左走一步 */ void StepLeft() { int dir = getDirection(); switch (dir) { case DIR_LEFT: break; case DIR_RIGHT: turnBack()...
[ "arlose.fj@gmail.com" ]
arlose.fj@gmail.com
cbe815b437509b06d178df8bafec3fe2b832f2a0
5b6c65e5019fce5fa3c985b04fbae99bb0cd9b1e
/Raven/src/Common/Translation.cpp
ae7397af12b8691868bae82186a13d96c0dd9202
[ "MIT" ]
permissive
IridescentRose/Raven-Client
8971ba6ecd16fc139e045ebf7c441ff08ba48af0
e39a88eef8d56067387acaaad19ec44ddaab3869
refs/heads/master
2022-11-29T06:58:48.405393
2020-08-11T01:53:51
2020-08-11T01:53:51
265,289,325
11
2
null
null
null
null
UTF-8
C++
false
false
3,047
cpp
#include "Translation.h" #include <fstream> #include <algorithm> #include <iostream> #include <Platform/Platform.h> #if CURRENT_PLATFORM == PLATFORM_PSP #include <dirent.h> #else #include <filesystem> namespace fs = std::filesystem; #endif TranslationObj::TranslationObj() { not_en = false; } TranslationObj::~...
[ "iridescentrosesfall@gmail.com" ]
iridescentrosesfall@gmail.com
aa6c62917d9af46bf483d16dab6b5d900875c3a5
a692fe17e0c96a713ccb89ad36f0348cbc4b361f
/osiris/BaseClassLib/rgpscalar.h
398dd1d17b55a6edc643a793d611d8aad1cc7b7b
[]
no_license
Rajesh35hsp/osiris
9c249633745d0730c96132a58bfd95e0aeaa1148
c9b22d74881472b43f2c0e5619aa53341c709d19
refs/heads/master
2023-08-27T00:50:03.242581
2021-11-05T13:26:29
2021-11-05T13:26:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
17,308
h
/* * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work" under the * terms of the United States Copyright Act. It w...
[ "hoffman@ncbi.nlm.nih.gov" ]
hoffman@ncbi.nlm.nih.gov
d648cf41928c91da96dce305f203b7f6d21b2892
7b0eec33822735a8f3c9b18e57847bc9f401aba3
/FreeGui/ObjectShell.h
d195a69ca5e48863c5eb0e874f7888ad8aa594e1
[]
no_license
erikpa1/FreeGUi
e71f689a5ac1143be9cebc243b00eaeda6b0ef6e
65f9596bc7922a19d9b1a2b48c74f8f6a260caae
refs/heads/master
2020-05-21T06:28:01.063644
2019-05-10T08:28:36
2019-05-10T08:28:36
185,945,530
0
0
null
null
null
null
UTF-8
C++
false
false
823
h
#pragma once #include "Definitions.h" #include <random> #include <chrono> #include <string> #include <fstream> #include "algorithm" #include <iostream> #define ODDELOVAC "******" class EXPORT ObjectShell { public: ObjectShell(); virtual ~ObjectShell(); int getID() { return _ID;} int getReferencesCount(...
[ "erikpa1@azet.sk" ]
erikpa1@azet.sk
969125d5b248fc6d6893ce72240e062a1afe68ce
4955a09ade012d0c15d9e194dcaff32ff8a4fe46
/src/DetectorConstruction_planar.cc
615bc8702c6931eb3367b97838d7a1dcfcc18bce
[]
no_license
fabio-mon/SiPM_simulation
8797e42eda0867e391409d5c204ea21e04583faa
1ddb82ce30e625de669f53af69f5b0a7863f0fbc
refs/heads/master
2021-09-19T23:31:50.820056
2018-08-01T09:52:33
2018-08-01T09:52:33
114,459,218
1
0
null
null
null
null
UTF-8
C++
false
false
27,810
cc
#include "DetectorConstruction_planar.hh" #include "SiPM_SD.hh" #include "G4Material.hh" #include "G4NistManager.hh" #include "ConfigFile.hh" #include "G4Box.hh" #include "G4LogicalVolume.hh" #include "G4PVPlacement.hh" #include "G4PVReplica.hh" #include "G4GlobalMagFieldMessenger.hh" #include "G4AutoDelete.hh" #inc...
[ "fabio.monti@cern.ch" ]
fabio.monti@cern.ch
e056c9c28650c8a5906bda80f3ec347317819ad8
d0c9caa49c6ea89eb53e6278e9acc97bc53b9d97
/snowwid.h
48902dbdf55a2ad6accbbf127f3ea460ad36f38f
[]
no_license
kovax3/objdesktop
b1d08789b891364b5f950992623f277bad6ea48d
12cdba0a250983822dc1ae035820dc8c9b590cec
refs/heads/master
2020-04-14T19:02:19.996423
2012-12-07T12:59:44
2012-12-07T12:59:44
34,540,284
0
0
null
null
null
null
UTF-8
C++
false
false
711
h
#ifndef SNOWWID_H #define SNOWWID_H #include <QWidget> #include <QTimer> #include "object.h" #include <QDesktopWidget> class snowwid : public QWidget { Q_OBJECT public: snowwid(QWidget *parent = 0); QTimer *timer; private: QDesktopWidget *wid; enum {num=100}; Object *snow[num]; int ...
[ "nouah.ali@gmail.com" ]
nouah.ali@gmail.com
d74b9d40fb38d58af9d48ecaba95d74ec6287b8f
1479bda36d50ba65657520469f1926ec3c5f2777
/Exercise/more_hot.cpp
0ca38f8f717b304376fb36db2fc8b3357c4d304b
[]
no_license
JungRyung/CPP
80578d5f2ce8960a1fb31bd68134740e136cc8dc
564eef9eb888dcdbfbd49e5afa95f8d8a2c44748
refs/heads/master
2023-04-04T08:09:46.448034
2021-04-14T05:29:20
2021-04-14T05:29:20
176,876,980
0
0
null
null
null
null
UTF-8
C++
false
false
1,066
cpp
#include <string> #include <vector> #include <queue> #include <iostream> using namespace std; int solution(vector<int> scoville, int K) { int answer = 0; int first, second; priority_queue<int, vector<int>, greater<int> > scoville_queue; for(int i=0; i<scoville.size(); i++) { scoville_queue.push(s...
[ "37282346+JungRyung@users.noreply.github.com" ]
37282346+JungRyung@users.noreply.github.com
2e488cb99f7c4602bf4312696a7281031cc7de2f
238e46a903cf7fac4f83fa8681094bf3c417d22d
/Code/moduleBase/ModelTreeWidgetBase.cpp
d114530f0d4931b97ffafafb082019a95d1f6d1d
[ "BSD-3-Clause" ]
permissive
baojunli/FastCAE
da1277f90e584084d461590a3699b941d8c4030b
a3f99f6402da564df87fcef30674ce5f44379962
refs/heads/master
2023-02-25T20:25:31.815729
2021-02-01T03:17:33
2021-02-01T03:17:33
268,390,180
1
0
BSD-3-Clause
2020-06-01T00:39:31
2020-06-01T00:39:31
null
UTF-8
C++
false
false
4,195
cpp
#include "ModelTreeWidgetBase.h" #include "mainWindow/mainWindow.h" #include <QContextMenuEvent> #include "moduleBase/modelTreeItemType.h" #include <QMenu> #include <assert.h> namespace ModuleBase { ModelTreeWidgetBase::ModelTreeWidgetBase(GUI::MainWindow* mainwindow, QWidget* parent /* = 0 */) : _main...
[ "l”ibaojunqd@foxmail.com“" ]
l”ibaojunqd@foxmail.com“
34e66955405b5cc6df1c69267231a4e37a4663a9
228e00812cc2428c1421565e5be3e04bf3660759
/besch/writer/skin_writer.cc
05b95438e65477ee0268659366a1d72218c737b1
[ "LicenseRef-scancode-warranty-disclaimer", "Artistic-1.0", "MIT" ]
permissive
4ssfscker/node-sim
dbfbec5d41988a5f4e1562babea89ccc86c04a2f
2bd3422fd645f415024907c9cf92697057cbc222
refs/heads/master
2021-01-24T10:38:14.973367
2007-06-09T15:12:10
2018-03-04T05:47:05
123,057,027
0
0
null
null
null
null
UTF-8
C++
false
false
887
cc
#include "../../utils/cstring_t.h" #include "../../dataobj/tabfile.h" #include "../skin_besch.h" #include "obj_node.h" #include "text_writer.h" #include "imagelist_writer.h" #include "skin_writer.h" void skin_writer_t::write_obj(FILE* fp, obj_node_t& parent, tabfileobj_t& obj) { slist_tpl<cstring_t> keys; for (int ...
[ "noreply@user558903.github.com" ]
noreply@user558903.github.com
0e92d19c64e147de7d4197150152c770bd51e21a
70ded166f2ad8fa39a5e3b9e0a0a169e1218faa2
/BattleTank/Source/BattleTank/Public/Projectile.h
84c272d28a624d096a980e52e0584f18f40a9cad
[]
no_license
littlefalcon/04_BattleTank
6a527dd892a13220127eb2b1a6c434902d7ba9bd
3febcfbf86d04df4be3ebeee4dbbf8e487e8cf59
refs/heads/master
2020-06-01T04:45:10.676964
2017-06-16T13:18:02
2017-06-16T13:18:02
94,062,376
0
0
null
null
null
null
UTF-8
C++
false
false
669
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "Projectile.generated.h" class UProjectileMovementComponent; UCLASS() class BATTLETANK_API AProjectile : public AActor { GENERATED_BODY() public: // Set...
[ "pointkkc@hotmail.com" ]
pointkkc@hotmail.com
140940ce8c438554f03e9b8c53d9e61b8fda3ad1
67cd747626e3a3ea8d8faf2ca99f02ea3d90c557
/kxnet/net/Connector.h
9bf6618cf6de66b91a070d5afac9ed22b19ddba7
[]
no_license
KelvinYin/kxnet
c8912b87b98afb8e0b84129e1348bc190cb8842f
e8ff355783f615dfcb63cbc30639e1dc0cd259f9
refs/heads/master
2021-05-02T15:03:14.443463
2018-02-28T11:01:07
2018-02-28T11:01:07
120,730,967
1
0
null
null
null
null
UTF-8
C++
false
false
1,468
h
// This is an internal header file, you should not include this. #pragma once #include <kxnet/net/InetAddress.h> #include <functional> #include <memory> namespace kxnet { namespace net { class Channel; class EventLoop; class Connector : noncopyable, public std::enable_shared_from_this<Connector>...
[ "yinkangxi@gmail.com" ]
yinkangxi@gmail.com
a641a96c8e0a4144db9aabf8094749ca1d776f4c
ab29ed6ac92e4904f875483b48bfb8679f69609e
/main.cpp
a0953cc9ede8e53cbe74109c77e4aa1def74a82b
[]
no_license
pwightman/rogue
6ab67f03ceef2b34cb9f851b8e033aac20a1bed0
9445d308d09f2a325b9836ebe10fb523108f51ad
refs/heads/master
2016-09-02T00:56:54.680875
2012-04-25T22:09:03
2012-04-25T22:09:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,747
cpp
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the documentation of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** ...
[ "parkerwightman@gmail.com" ]
parkerwightman@gmail.com
15367afa74bd88c49e0c01dd370468ea5486d8a6
d998115bcc7c8e4cf67b241d43ca77503a2d9c20
/cs225git/lab_ml/NimLearner.cpp
29e6d1df5eeae54215f4bea8cf8368846ec9eff9
[]
no_license
wennan-er/CS225
0683aab8dfca6c116ae484629ddc95147e933afa
0472a154ae82ecb0a4658f78fd03dd6e71d2cebe
refs/heads/master
2021-02-04T10:20:54.214491
2020-02-27T12:02:06
2020-02-27T12:02:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,198
cpp
/** * @file NimLearner.cpp * CS 225: Data Structures */ #include "NimLearner.h" #include <ctime> using namespace std; /** * Constructor to create a game of Nim with `startingTokens` starting tokens. * * This function creates a graph, `g_` representing all of the states of a * game of Nim with vertex labels "p#...
[ "wennanh2@illinois.edu" ]
wennanh2@illinois.edu
2f8ea5b49c5356128cd5121273d5f4a4423257b5
008b6f9d0fb1359e3aa76d12fc77e755ae40264a
/d04/ex04/MiningBarge.hpp
ce528997bc251bba3df0421b86e6f7523696a93d
[]
no_license
devadomas/cpp-piscine
2d853f3f3a34a075625c92baa380ccf64c93fdc9
9bee621ba58396828b3342517c9ad1c015136b66
refs/heads/master
2020-04-19T00:24:05.162711
2019-05-31T12:15:56
2019-05-31T12:15:56
167,845,661
1
0
null
null
null
null
UTF-8
C++
false
false
374
hpp
#ifndef MININGBRAGE_HPP #define MININGBRAGE_HPP #include "IMiningLaser.hpp" #include "IAsteroid.hpp" class MiningBarge { public: MiningBarge(void); virtual ~MiningBarge(void); MiningBarge(MiningBarge const &); MiningBarge & operator=(MiningBarge const &); void equip(IMiningLaser *); void mine(IAsteroid *) c...
[ "adomas.zal@gmail.com" ]
adomas.zal@gmail.com
90ebae06da197afe5d46fb10a66fd5a9578b6644
5918a09f1d8d36286662f55a05f1f239fc4c6040
/sparta/sparta/events/GlobalOrderingPoint.hpp
c7274a5629ba1c4d43a71e1db6b3bb136144c9fa
[ "Apache-2.0" ]
permissive
sparcians/map
ad10249cc2f33ae660ca2f54fc710c379f3977bd
c2d5db768967ba604c4747ec5e172ff78de95e47
refs/heads/master
2023-09-01T17:56:53.978492
2023-08-28T21:40:12
2023-08-28T21:40:12
227,639,638
107
40
Apache-2.0
2023-09-06T01:17:39
2019-12-12T15:37:36
C++
UTF-8
C++
false
false
3,354
hpp
// <GlobalOrderingPoint.hpp> -*- C++ -*- #pragma once #include "sparta/utils/Utils.hpp" #include "sparta/kernel/DAG.hpp" #include "sparta/kernel/Scheduler.hpp" #include "sparta/simulation/TreeNode.hpp" #include <string> namespace sparta { /*! * \class GlobalOrderingPoint * \brief Used to set precedence...
[ "56927209+klingaard@users.noreply.github.com" ]
56927209+klingaard@users.noreply.github.com
9253c5f9fd43b9f652dea6d70bfae9c6464075f1
52e24cae58e3abf501dbf48ac900220000fc387d
/routines/Magic.cpp
8727af8ca3b21c433e858af6e8f51176c84f0d14
[]
no_license
DanielSmithMichigan/x
5049775e5970a4c06f33a3a9663a948b5b6fa792
dad139ff3b3e6ee6da1cb4b204d77cc666ae494b
refs/heads/master
2020-03-24T12:48:38.472142
2016-08-19T17:23:07
2016-08-19T17:23:07
142,725,078
0
0
null
null
null
null
UTF-8
C++
false
false
255
cpp
#ifndef magic_cpp #define magic_cpp #include "Magic.h" #define THREE_KEY 65548 Magic::Magic() { } Magic::~Magic() { } void Magic::run() { while(true) { cout << "PRESSING" << endl; nsleep(1000); keypress(THREE_KEY, 25); } } #endif
[ "dsmith@ltu.edu" ]
dsmith@ltu.edu
9d964c32bc67041b03a235ac2c109910dbb4bee1
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-tizen/generated/src/ComAdobeCqScreensImplJobsDistributedDevicesStatiUpdateJobInfo.cpp
6407ba62d0fe7419d283a3d17be6f0364f1ead64
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
5,635
cpp
#include <map> #include <cstdlib> #include <glib-object.h> #include <json-glib/json-glib.h> #include "Helpers.h" #include "ComAdobeCqScreensImplJobsDistributedDevicesStatiUpdateJobInfo.h" using namespace std; using namespace Tizen::ArtikCloud; ComAdobeCqScreensImplJobsDistributedDevicesStatiUpdateJobInfo::ComAdobeC...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
e87959f041b117f692efceda3bbcce6b469f8199
067173056bdb82e8605b0ffa708ad858ae0285a4
/algorithm/434-NumberofSegmentsinaString/NumberofSegmentsinaString.cpp
7e1b33e1f47df3a1e8282d0bbbf50c3c4308d8e8
[]
no_license
AlgoPeek/leetcode
48143646d138c84a6c0d9e2ae31703bb6e997622
6676c4a89bed1982b40fdd86eed5613ebd7932b8
refs/heads/master
2021-06-09T06:39:31.001297
2020-02-28T10:11:12
2020-02-28T10:11:12
140,302,492
0
0
null
null
null
null
UTF-8
C++
false
false
1,211
cpp
// Source: https://leetcode.com/problems/number-of-segments-in-a-string/description/ // Author: Diego Lee // Date: 2018-08-17 // // Description: // Count the number of segments in a string, where a segment is defined to be a contiguous sequence of non-space characters. // // Please note that the string does not contain...
[ "ksc_liyong@163.com" ]
ksc_liyong@163.com
5ee2230dcbbe44d3e25077c2cf818b9908fd43e0
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/b8/e67f506759733c/main.cpp
62328ec04f73547e7b49da7e30884e3410373cc0
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
426
cpp
#include <boost/typeof/typeof.hpp> #include <boost/type_traits/is_same.hpp> #include <boost/type_traits/function_traits.hpp> #include <boost/static_assert.hpp> const int f_const_int() {return 1;} int main() { typedef boost::function_traits<BOOST_TYPEOF(f_const_int)>::result_type type; BOOST_STATIC_ASSERT( not...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df