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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8dc2e445a1b03753c1b8790e34d983ca74963a6d | 7e36fd018d3b85caebc0a785c1ae5f69faadd878 | /Part3-ch11/伪距单点定位程序/utils.cpp | 2a5b8e68c3a02d1d741a31c8602c261e61ebf8f9 | [] | no_license | amazing202221/bookcode | 64fc2fa5b0155d737a607cc845f94f0fddb06547 | 6f6672eebe7867584bb93c8488724783ca93815c | refs/heads/master | 2023-03-16T12:48:49.112486 | 2019-12-14T01:13:43 | 2019-12-14T01:13:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,151 | cpp | #include "stdafx.h"
#include "utils.h"
#include <list>
int string_split(const string& str,string sep,vector<string>& ret)
{
if (str.empty())
return 0;
string tmp;
string::size_type pos_begin = str.find_first_not_of(sep);
string::size_type comma_pos = 0;
ret.clear();
... | [
"ybli@qq.com"
] | ybli@qq.com |
6fbc8dcaf76e198589a1daf550b8c512cdb01c35 | 38b9daafe39f937b39eefc30501939fd47f7e668 | /tutorials/2WayCouplingOceanWave3D/submergedBarResults180628-Eta/19.4/p_rgh | 6c48708d0fe5c1b0d6ce762d9178bb6d91cb68af | [] | no_license | rubynuaa/2-way-coupling | 3a292840d9f56255f38c5e31c6b30fcb52d9e1cf | a820b57dd2cac1170b937f8411bc861392d8fbaa | refs/heads/master | 2020-04-08T18:49:53.047796 | 2018-08-29T14:22:18 | 2018-08-29T14:22:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 205,778 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 3.0.1 |
... | [
"abenaz15@etudiant.mines-nantes.fr"
] | abenaz15@etudiant.mines-nantes.fr | |
bb3aff0ad23915353454c6a51d76b189a03228e9 | 243dd70b2592a7f2e75bc06598f61d400249627d | /kernel/src/generic/tracebuffer.cc | af186ea084e92a67c893b2186d9dac35167ec8d4 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | vmlemon/Orion | 4d1445f750c8450f9c5ac1979eb846dbaed178f5 | 61f894826a802c24076c22c1c9439bc7382a276a | refs/heads/master | 2020-07-06T08:20:32.942117 | 2020-01-25T19:08:09 | 2020-01-25T19:08:09 | 202,951,911 | 6 | 0 | null | 2019-10-24T00:37:40 | 2019-08-18T02:40:09 | C | UTF-8 | C++ | false | false | 10,288 | cc | /*********************************************************************
*
* File path: src/generic/tracebuffer.cc
* Description: tracebuffer interface
*
* Australian Public Licence B (OZPLB)
*
* Version 1-0
*
* Copyright (c) 2005 National ICT Australia
*
* All rights reserved.
*
*... | [
"root@fedora28.novalocal"
] | root@fedora28.novalocal |
72d50b447e5c0ad497832f9a8804393d7e7d7a1a | e6ef3b2fc25d2c06f0a2be6d0db2498adad32613 | /cli/src/main.cpp | d0445b1563cd7dd4d18ebbeea170fa4a86b9038f | [] | no_license | webstorage119/IrisAnalysis | cdc2845971a6f01c3b7fd67a65bf7457385a3e48 | d4088032464932332fa5b74927df1ceddcdc4983 | refs/heads/master | 2022-07-18T22:37:04.742820 | 2020-05-10T02:11:15 | 2020-05-21T21:54:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,315 | cpp | #include <iostream>
#include "spdlog/spdlog.h"
#include "cxxopts.hpp"
#include "iris_compare_cli.hpp"
#include "utils.hpp"
int main(int argc, char** argv) {
cxxopts::Options options(argv[0], "- Iris recognition CLI.");
options.add_options()
("b,baseiris", "Base iris image path", cxxopts::value<std::strin... | [
"hasbegun@gmail.com"
] | hasbegun@gmail.com |
3b382e73aaf2156866026e7860b636f208360f06 | a0e16d6842c1d001b82e87c74f7fc2e78ebe120e | /phillosofer.h | 76bb87e4dc26fd7f0347dd941cb2387fb29123ac | [] | no_license | tommy0/multithreaded-programming-problem-Dining-Philosophers- | acd7bc4b76ab240cf104512cf4d6d1c935a92d66 | c1ce4170cd29c82de60409d3c5193501266b4f8a | refs/heads/master | 2021-01-10T02:42:06.113773 | 2016-02-24T17:51:45 | 2016-02-24T17:51:45 | 52,459,050 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 631 | h | #ifndef PHILLOSOFER_H
#define PHILLOSOFER_H
#include <fork.h>
#include <cheker.h>
#include <QCoreApplication>
#include <QThread>
#include <QMutex>
#include <QTime>
#include <iostream>
class Phillosopher : public QThread
{
private:
Fork Left;
Fork Right;
Cheker* Waiter;
public:
Phillosopher();
Phill... | [
"tommy0@mail.ru"
] | tommy0@mail.ru |
65b52a7fc38ab78773a63ce5ff7767d651813f74 | 10762e96a068e5b28c6f2dacdfa1bf3f6f293769 | /STLvector/stdafx.cpp | fb91386494a4783717c657c8bec6b3c9505ba448 | [] | no_license | nogaskater/CppProjects_EricPlanas | 83b1e631bcb3f9df7c623ea18e3e119afcb9d8d4 | 78f2f625288f5e2eea0d73c3ec00af134d080e6d | refs/heads/master | 2021-01-11T14:28:39.900469 | 2017-04-07T04:19:37 | 2017-04-07T04:19:37 | 81,438,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 288 | cpp | // stdafx.cpp : source file that includes just the standard includes
// STLvector.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"noga.epc@gmail.com"
] | noga.epc@gmail.com |
fe6076f6f281f51f166912c097c5f7446434b8ea | 84a29a174030e79681ef08dc9361029b391c4c77 | /core/src/interface/r_group.cpp | fa222211870a36220392ae6d916a4953663dd510 | [
"MIT"
] | permissive | jlcoa/cross_platform_project | d86173dd1c71c1ad7c5731ab87828cf89febf8c6 | 742437a35eff634bc679879cf46e42db53bacd18 | refs/heads/master | 2021-01-09T20:14:40.320794 | 2016-07-29T06:08:57 | 2016-07-29T06:08:57 | 64,454,592 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 510 | cpp | // AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from model.djinni
#include "r_group.hpp" // my header
namespace core_gen {
std::string const RGroup::TYPE_GROUP = {"TeamRoom"};
std::string const RGroup::ID = "id";
std::string const RGroup::GROUPNAME = "groupName";
std::string const RGroup... | [
"Test123$"
] | Test123$ |
9e23e754dc7d26f29c98d4627fd23ac66a42d381 | 08080341b7de7756047324a1c2f75c9b8f998331 | /scene_demo/vision_scratch cube/code for Controller/controller-vision/controller-vision.ino | 233fe1e1f3be3ad27105a1ce421cffce3340cb57 | [] | no_license | ish6614/Controller | e73e1acdc4777825965a1c2be47afb88eec6f2c3 | 612715c585b73ddb9fd8a847329cc5a61802cb7d | refs/heads/master | 2020-06-15T21:00:25.116732 | 2019-07-05T02:28:14 | 2019-07-05T02:28:14 | 195,391,302 | 0 | 0 | null | 2019-07-05T10:34:49 | 2019-07-05T10:34:49 | null | UTF-8 | C++ | false | false | 2,570 | ino | #include "main.h"
int inByte = 0,//serial buf
num = 0;//buf counter
int x_openmv = 0, y_openmv = 0;
int x_uarm = 134, y_uarm = 65;
unsigned long times;
char buf[20],
flag = 0,
AS;
char color_sel = 4; // 0:yellow 1:red 2:green
extern bool openmv_flag;//detect connect
extern bool cube_flag;//detect find... | [
"geweipan@ufactory.cc"
] | geweipan@ufactory.cc |
5e31a1fa3f631f5efd16e9c81220539e9d6ecc38 | f8083f1ac05ecb07b93c58af98eaf78e8eab9367 | /others/asakatsu/2020-09-05/A.cpp | 6d536ceeda1ca150ab64b1090136c20890160a47 | [] | no_license | itohdak/AtCoder | 4f42ccc7b2b7f71d0d51069bd86503ee0f4b3dbf | 9ee89bac3ced919b94096ffd7b644d3716569762 | refs/heads/master | 2021-06-24T14:42:54.529474 | 2020-10-16T18:41:27 | 2020-10-16T18:41:27 | 134,136,836 | 2 | 1 | null | 2020-02-07T12:45:10 | 2018-05-20T09:26:13 | C++ | UTF-8 | C++ | false | false | 808 | cpp | #include <bits/stdc++.h>
#include "/home/itohdak/AtCoder/000/print.hpp"
using namespace std;
#define ll long long
#define ld long double
#define REP(i,m,n) for(int i=(int)(m); i<(int)(n); i++)
#define rep(i,n) REP(i,0,n)
#define RREP(i,m,n) for(int i=(int)(m); i>=(int)(n); i--)
#define rrep(i,n) RREP(i,(n)-1,0)
#define... | [
"itohdak@gmail.com"
] | itohdak@gmail.com |
6fe228a682fb068893f695c0e8223a1199b8dfcd | 92468dc69a005e9b640093c9be2db2465130a57d | /Sources/RBOTexture.h | 59e09c34b7f605979a845235195af7b14e381949 | [] | no_license | wingrime/ShaderTestPlatform | 8bf32922d16b95d8f57bbd53942b0a2080cbda5a | d531b90415946a4c0608d2eb3eb37317a9739ecd | refs/heads/master | 2021-01-10T02:18:49.350009 | 2017-01-05T19:01:11 | 2017-01-05T19:01:11 | 47,027,076 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,958 | h | #pragma once
#include <string>
/*serialization*/
#include <cereal/access.hpp>
#include <cereal/types/memory.hpp>
#include <cereal/types/vector.hpp>
#include <cereal/types/unordered_map.hpp>
#include <cereal/types/string.hpp>
#include <cereal/archives/binary.hpp>
#include "mat_math.h"
#include "GenericText... | [
"wingrime@gmail.com"
] | wingrime@gmail.com |
7f7065fc68786b3ee4fa8679ea7b49da8e8f6e02 | 76d4430567b68151df1855f45ea4408f9bebe025 | /src/banman.h | 2e3bb9dd7300df60e4ca0f4ed25ef9d8d0189574 | [
"MIT"
] | permissive | MicroBitcoinOrg/MicroBitcoin | f761b2ff04bdcb650d7c0ddbef431ef95cd69541 | db7911968445606bf8899903322d5d818d393d88 | refs/heads/master | 2022-12-27T10:04:21.040945 | 2022-12-18T05:05:17 | 2022-12-18T05:05:17 | 132,959,214 | 21 | 33 | MIT | 2020-06-12T04:38:45 | 2018-05-10T22:07:51 | C++ | UTF-8 | C++ | false | false | 3,936 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MICRO_BANMAN_H
#define MICRO_BANMAN_H
#include <addrdb.h>
#include <bloom... | [
"iamstenman@protonmail.com"
] | iamstenman@protonmail.com |
00321016964932eb8bc76d17c057fe3226a944fe | 80075ac5e9a7f9ca99379b8d673ffb072b6ac681 | /utilTomo/show_holo_PP/include/vPlotterT.cc | f07772cdbccfc10454b2cae01c2fcf70074a930a | [] | no_license | madeba/MTD_transmission | 50987e9d6f0ee0540cde8cd314c6cf13e0e349e5 | 7f66eff7315364783f88fa6f8d677c49fcf298d5 | refs/heads/master | 2022-10-31T07:01:02.959280 | 2022-10-19T15:17:51 | 2022-10-19T15:17:51 | 239,997,432 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,785 | cc | // *****************************************************************************
// constructors
// *****************************************************************************
template <class T>
vPlotterT<T>::vPlotterT(T (*fun_x)(T), T (*fun_y)(T))
{
this -> fun_x = fun_x;
this -> fun_y = fun_y;
nb_steps = i... | [
"matthieu.debnailleul@free.fr"
] | matthieu.debnailleul@free.fr |
7eba3c19f6253a457eff1ab9f8719e0455e66b73 | 43b406d7f942fa9c984d6040b05b903d3fbd8c45 | /Map_Editor_BaseCode/Map_Editor_BaseCode/Editor.Engine/Loading/WWLoader.cpp | 9aaf3884dca1669ba399f18b7df30da7a706df10 | [] | no_license | OmniBlade/Map_Editor | 16aae9257a366dc545b34e1873e37192c6062d46 | 2f2fd7fc124078bbd12571578eff1c2aafc554bb | refs/heads/master | 2021-01-18T06:57:56.645020 | 2014-11-05T03:53:34 | 2014-11-05T03:53:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,087 | cpp | #include "stdafx.h"
#include "WWLoader.hpp"
#include "../../Log.hpp"
#include "../../Config.hpp"
#include "../../Editor.FileSystem/IniFile/LineSplitter.hpp"
#include "WWLoaderHelpers.hpp"
#include "../../Editor.Objects.Westwood/Managers/WWListHelpers.hpp"
#include "../Types/Managers/MapObjectListHelpers.hpp"
#include "... | [
"rik_palm@hotmail.com"
] | rik_palm@hotmail.com |
a45d7666e47b1bc9b68bf46d8660118787765155 | e232de1f42a922dc0c94d889c1f72d4f66b325d6 | /archived/old.Buffered/BufferedWrapper.h | 8c077c850f7d4f20ffa32e5c70c5cbfc02c76c0a | [] | no_license | rec/slow_gold | b19fcd684e469978bf20cd0638fa83786fc5ffae | f4551785cf7f9cf45605a850d013eef5d80f4ea6 | refs/heads/master | 2022-10-20T06:37:00.370927 | 2017-02-04T11:39:59 | 2017-02-04T11:39:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,007 | h | #ifndef __REC_SCALABLE_AUDIO_SOURCE
#define __REC_SCALABLE_AUDIO_SOURCE
#include "rec/audio/source/Buffered.h"
#include "rec/audio/stretch/TimeScaler.h"
namespace rec {
namespace audio {
namespace source {
class BufferedWrapper : public Buffered {
public:
virtual void fillOneBuffer(AudioSampleBuffer *toFill) = 0;... | [
"tom@swirly.com"
] | tom@swirly.com |
496baf13c4986e054894bb8f4bb9a63b1634f35f | d5e8b4237d0da18fa8c82d2a5d16383790ce39fc | /C++/benchmark/eigen_bench.cpp | 03b4216ae5a81bea4a625fbf9b637a2a7cb1c72a | [] | no_license | CodevilWang/code_snippet | 1768a161ce2bb4f3584c9ea2ee6fb88ebf9c71c2 | 755b6c6896b9b8064baad1d8585a461bf63cf8d9 | refs/heads/master | 2021-01-19T20:16:08.733764 | 2020-03-09T15:12:18 | 2020-03-09T15:12:18 | 18,260,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,521 | cpp | // Copyright 2017 codevil All Rights Reserved.
// Author: codevil.w.m@gmail.com (M. W.)
#include <benchmark/benchmark.h>
#include <iostream>
#include <Eigen/Dense>
using Eigen::MatrixXd;
using Eigen::Matrix3d;
using Eigen::VectorXd;
static const uint32_t row_col = 100;
typedef Eigen::Matrix<double, row_col, row_col, Ei... | [
"codevil.w.m@gmail.com"
] | codevil.w.m@gmail.com |
1c10a5d969ef4f587288cfd380260edc8c70637a | 1ae9e2af9d303808367900f0329d7d66e669d899 | /AVL_Tree/main.cpp | 956f5d5e6baff6e13809178be707758c00d39f25 | [] | no_license | gtm2654197/Practice-Programs | 953ea029fc12676bc94f01a4b1033d9df41d611a | 18b1b861bcee17ae8207ec411e5c9ae33fc3d683 | refs/heads/master | 2021-01-22T06:23:56.038729 | 2017-05-26T22:09:26 | 2017-05-26T22:09:26 | 92,551,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,758 | cpp | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: main.cpp
* Author: G. Taylor McClamroch
* Purpose: Test AVL Tree
* Created on May 25, 2017, 10:44 AM
*/
#include <... | [
"taylor.mcclamroch@gmail.com"
] | taylor.mcclamroch@gmail.com |
dd5c3388365fc5f0cdc55b4aac0bcf9fd28dcd82 | 665443052fa3c17f94c945f08b6378016d5a1dae | /0152/src/mess/includes/radio86.h | cbd6a4c46e6e567379cf60a88926e4c35b129ce4 | [] | no_license | dezi/mame-libretro-odroid | a6f3e0fd87e00fe8beda936f1cd3cf2fe508fcf0 | 31b588c088928f967b9fb9cf903b7a3f18a91eaa | refs/heads/master | 2020-04-18T07:49:09.588326 | 2014-02-11T14:27:40 | 2014-02-11T14:27:40 | 16,698,177 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,365 | h | /*****************************************************************************
*
* includes/radio86.h
*
****************************************************************************/
#ifndef radio86_H_
#define radio86_H_
#include "machine/i8255.h"
#include "machine/8257dma.h"
#include "video/i8275.h"
#include "ima... | [
"dezi@kappa-mm.de"
] | dezi@kappa-mm.de |
65e506f6514730dc389db56e8c90d0e3fcce9189 | f0a26ec6b779e86a62deaf3f405b7a83868bc743 | /Engine/Source/Editor/Blutility/Private/BlutilityDetailsPanel.cpp | 1abe6a0dfbb1dc8f9e5352dd5f48b5baef142d26 | [] | no_license | Tigrouzen/UnrealEngine-4 | 0f15a56176439aef787b29d7c80e13bfe5c89237 | f81fe535e53ac69602bb62c5857bcdd6e9a245ed | refs/heads/master | 2021-01-15T13:29:57.883294 | 2014-03-20T15:12:46 | 2014-03-20T15:12:46 | 18,375,899 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,550 | cpp | // Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "BlutilityPrivatePCH.h"
#include "BlutilityDetailsPanel.h"
#include "Editor/PropertyEditor/Public/PropertyEditing.h"
#include "BlutilityClasses.h"
#include "ScopedTransaction.h"
/////////////////////////////////////////////////////
struct FCompa... | [
"michaellam430@gmail.com"
] | michaellam430@gmail.com |
1f12c3580478627a5d8b748f654a26d736d29dee | 0f8061b42b19ee3e02b0c121283e774389395919 | /src/warnings.cpp | 03ee8842dd3eaf659a8d92e17ed467498129bd14 | [
"MIT"
] | permissive | SandroSimon/Sandro | a6b1f317968e6e8ea87ce3459d8521ae27e19def | f079faeb149a14c3094688bdaa0a00854e618273 | refs/heads/master | 2021-01-20T07:00:15.785737 | 2017-05-03T06:26:23 | 2017-05-03T06:26:23 | 89,947,359 | 0 | 0 | null | 2017-05-01T17:47:21 | 2017-05-01T17:47:21 | null | UTF-8 | C++ | false | false | 2,814 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Sandrocoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "sync.h"
#include "clientversion.h"
#include "util.h"
#include "warni... | [
"nico.lucciola@googlemail.com"
] | nico.lucciola@googlemail.com |
360dd14ac02297d6560d29d380e6b68db4b93ed5 | 61e7b7a1703cc5cdd8bcdd717039f21aaa48224e | /test/tree_search_unittest.cpp | dc2c34024f53dcf9ac8b67dd9aa6177d0b7f1905 | [
"MIT"
] | permissive | holmgr/dsa-cozy-corner | e103a9eba40c39a933196bd5b80214963a6d041c | 95500893228dd64fa9a69b26882b90ba55bbbca3 | refs/heads/master | 2020-12-25T14:23:16.078150 | 2017-07-21T19:04:29 | 2017-07-21T19:04:29 | 67,738,915 | 2 | 4 | MIT | 2018-10-17T06:46:55 | 2016-09-08T20:44:24 | C++ | UTF-8 | C++ | false | false | 3,123 | cpp | #include "tree_searching.h"
#include "gtest/gtest.h"
/*
This file will include all the files to test the binary_tree_search.
*/
// Tests so that no value will be found if a value not in the tree is given
TEST(TreeSearchTest, NoValue) {
TreeNode<int> root_node;
TreeNode<int> child1;
TreeNode<int> chil... | [
"philip_yeah@hotmail.com"
] | philip_yeah@hotmail.com |
8cf7a3d1c40b45bc6a60d49cc9417637f34e145b | e2827558be3b386f32515bed33eb93aa10825da3 | /inc/utils.hpp | 88fda3a6e95a0490bf26c0d02875e60b8f687a48 | [
"MIT"
] | permissive | aitorperezzz/chip8-emulator | b9bd304b67e8a9c5e5ee73dc37812f0658b3cafc | c14cb26d27f9bb28dfbcdb491c15c3bcfdb34f12 | refs/heads/main | 2023-04-14T13:41:50.038289 | 2021-04-24T23:39:51 | 2021-04-24T23:39:51 | 301,506,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 837 | hpp | #pragma once
#include <string>
// This class provides general logging and debugging utilities
class Utils
{
public:
// Prints any value in hexadecimal human readable form
template <typename T>
static void printHexNumber(const std::string &description, T number);
};
template <typename T>
void Utils::print... | [
"aitorpegea@gmail.com"
] | aitorpegea@gmail.com |
d98bf731af24131f53a280225d6ffae1a0e30d64 | fa7f77f470995a4bba077d0ce837e61ba545015c | /src/objects/video/VideoMixer.cpp | 2b24d3726cdf3d7603156fc5ce27a255c9888f38 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | d3cod3/ofxVisualProgramming | b0d73c7e334c78a90d3dd7e73a8d9e03da38e05a | f152893238cffa070da69c54324b770f07ddeddb | refs/heads/master | 2023-04-06T10:20:29.050546 | 2023-01-24T16:51:11 | 2023-01-24T16:51:11 | 137,724,379 | 154 | 19 | MIT | 2023-09-11T18:56:05 | 2018-06-18T07:56:31 | C++ | UTF-8 | C++ | false | false | 12,721 | cpp | /*==============================================================================
ofxVisualProgramming: A visual programming patching environment for OF
Copyright (c) 2021 Emanuele Mazza aka n3m3da <emanuelemazza@d3cod3.org>
ofxVisualProgramming is distributed under the MIT License.
This gives everyon... | [
"n3m3da@d3cod3.org"
] | n3m3da@d3cod3.org |
766304c288ed2ccf0e8375ea5a01232f07ead1d0 | ff3ce61334d6d1a65ee1076dd92053111f403ce6 | /BFS/994.cpp | fd49abb58f489e268d243e8392885acea4cac873 | [] | no_license | JuntaoLiu01/LeetCode | 0c6053cb3eacb02ed6daa91fd11feaff967c8a2c | 28bdee75301d4edd34f8b9edbdb307f925e02a06 | refs/heads/master | 2020-03-23T14:37:21.557481 | 2020-01-16T07:52:21 | 2020-01-16T07:52:21 | 141,688,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,136 | cpp | class Solution {
public:
int orangesRotting(vector<vector<int>>& grid) {
int m = grid.size();
int n = grid[0].size();
queue<pair<int,int> > q;
int fresh=0;
int dx[4] = {-1,0,0,1};
int dy[4] = {0,-1,1,0};
int min = 0;
for(int i = 0;i < m;i++)
... | [
"0001000000100100km@gmail.com"
] | 0001000000100100km@gmail.com |
be8e495f3867278f1106508555b3c3b3a26b5285 | 19d16dff4df2c328b2a5a1dd64c31e048a1a7e94 | /Speech2TextProj/component/SpeechThread.h | cfcd42b505f16a6c5aed7198b5849801569d0b2b | [
"MIT"
] | permissive | RainKnightCC/openCode | 4e0e93861bfe9c385eb0ea99f19a5b231011393d | 462de3fe886771aec6d85c4fffec41b9cbe35353 | refs/heads/master | 2022-11-18T15:49:53.692922 | 2020-07-21T13:00:49 | 2020-07-21T13:00:49 | 272,676,783 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 421 | h | #ifndef SPEECHTHREAD_H
#define SPEECHTHREAD_H
#include <QObject>
#include <QThread>
#include <QDebug>
#include "globalUnility.h"
/* Ekho */
#include "ekho.h"
using namespace ekho;
class SpeechThread : public QThread
{
Q_OBJECT
public:
SpeechThread();
bool isRun;
public slots:
void setPushToSpeechT... | [
"rain.knight.cc@gmail.com"
] | rain.knight.cc@gmail.com |
6dd22a2f7846a8b9bb3a18799ddc252f2c28c4f9 | bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7 | /rdr2/0x2BC4A6D92D140112.cpp | 4a77e93a6230d4a35c2f0dc54d7fbe5498408e34 | [] | no_license | DeepWolf413/additional-native-data | aded47e042f0feb30057e753910e0884c44121a0 | e015b2500b52065252ffbe3c53865fe3cdd3e06c | refs/heads/main | 2023-07-10T00:19:54.416083 | 2021-08-12T16:00:12 | 2021-08-12T16:00:12 | 395,340,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 800 | cpp | // fussar2.ysc @ L76392
void func_2137(int iParam0)
{
int iVar0;
vector3 vVar1;
PED::SET_PED_COMBAT_MOVEMENT(iParam0, 2);
PED::SET_PED_COMBAT_ATTRIBUTES(iParam0, 0, false);
PED::SET_PED_COMBAT_ATTRIBUTES(iParam0, 11, false);
PED::SET_PED_COMBAT_ATTRIBUTES(iParam0, 43, true);
PED::SET_PED_COMBAT_ATTRIBUTE... | [
"jesper15fuji@live.dk"
] | jesper15fuji@live.dk |
df1c58e3f9112ac9644a4301d16d13021af148b7 | 7f8c798505df80c071cd190aa643d05ffd56c9f6 | /pybind/bind.cpp | fdcc7c975e1ac27d2d008eb5f0e3457c6be42bdf | [] | no_license | royvelich/DifferentiableCloth | 0589bd969605781bbb818aaac0bf2b4f88d200fa | 9ef5f7a8364a6e62938fd976b5e3efd80724bc44 | refs/heads/master | 2022-12-03T04:40:45.139174 | 2020-08-18T08:00:31 | 2020-08-18T08:00:31 | 288,368,032 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,379 | cpp | #include <string>
#include <pybind11/stl.h>
#include <torch/extension.h>
#include "collision.hpp"
#include "separate.hpp"
#include "separateobs.hpp"
#include "util.hpp"
#include "mesh.hpp"
#include "simulation.hpp"
#include <vector>
#include <pybind11/stl_bind.h>
#include "vectors.hpp"
using namespace std;
using namesp... | [
"liangjb@lrvrwks08.umiacs.umd.edu"
] | liangjb@lrvrwks08.umiacs.umd.edu |
212ed5ac5f61c0dafd55118c7209263a95c78457 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_new_hunk_599.cpp | aa9eaeec8a4e17082d246eb5b131ce25a2dab582 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 617 | cpp |
if (patch_interactive)
interactive = 1;
if (also + only + all + interactive > 1)
die(_("Only one of --include/--only/--all/--interactive/--patch can be used."));
if (argc == 0 && (also || (only && !amend && !allow_empty)))
die(_("No paths with --include/--only does not make sense."));
if (argc > 0 && !also ... | [
"993273596@qq.com"
] | 993273596@qq.com |
3643b0d3e97c91445722082d59f502fa1d8ea400 | d71a1688315ef9d3bd975cffa778554c2b60cf19 | /common/gui/gui.cpp | b9ab6b1888e02d5d4606bdb7ac241d9984e04706 | [] | no_license | di15/oldmathd | fee7c2d0764763d04f24247a7f60cb601390cf5c | 51256af332acb6bfe2660c9aae69a7bb32aa65c3 | refs/heads/master | 2020-12-24T17:44:58.342491 | 2015-02-05T10:41:55 | 2015-02-05T10:41:55 | 29,848,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,111 | cpp | #include "gui.h"
#include "../render/shader.h"
#include "../texture.h"
#include "font.h"
#include "../math/3dmath.h"
#include "../platform.h"
#include "../window.h"
#include "draw2d.h"
#include "../render/heightmap.h"
#include "../../game/gmain.h"
#include "cursor.h"
#include "../sim/player.h"
#include "../debug.h"
#in... | [
"polyfrag@hotmail.com"
] | polyfrag@hotmail.com |
b12ab6a152172e45b31c8a9b8f84f322e300b24d | bb7645bab64acc5bc93429a6cdf43e1638237980 | /Official Windows Platform Sample/Date and time formatting sample/[C++]-Date and time formatting sample/C++/Shared/Scenario3_ParametrizedTemplate.xaml.h | f4a5a433de4a34bc5deee045f5dee7707ec51b47 | [
"MIT"
] | permissive | Violet26/msdn-code-gallery-microsoft | 3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312 | df0f5129fa839a6de8f0f7f7397a8b290c60ffbb | refs/heads/master | 2020-12-02T02:00:48.716941 | 2020-01-05T22:39:02 | 2020-01-05T22:39:02 | 230,851,047 | 1 | 0 | MIT | 2019-12-30T05:06:00 | 2019-12-30T05:05:59 | null | UTF-8 | C++ | false | false | 1,233 | h | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
... | [
"v-tiafe@microsoft.com"
] | v-tiafe@microsoft.com |
cda58a9ab7e173315f0da9ccfa2716c945e10c20 | 575731c1155e321e7b22d8373ad5876b292b0b2f | /examples/native/ios/Pods/boost-for-react-native/boost/icl/predicates/std_equal.hpp | 31b4adb4d205b40964eefaeeb8f07583ccabc984 | [
"BSL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nozbe/zacs | 802a84ffd47413a1687a573edda519156ca317c7 | c3d455426bc7dfb83e09fdf20781c2632a205c04 | refs/heads/master | 2023-06-12T20:53:31.482746 | 2023-06-07T07:06:49 | 2023-06-07T07:06:49 | 201,777,469 | 432 | 10 | MIT | 2023-01-24T13:29:34 | 2019-08-11T14:47:50 | JavaScript | UTF-8 | C++ | false | false | 1,164 | hpp | /*-----------------------------------------------------------------------------+
Copyright (c) 2010-2010: Joachim Faulhaber
+------------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or copy ... | [
"radexpl@gmail.com"
] | radexpl@gmail.com |
20363ae9f21290808db22262e6bf2a55c49a2178 | d414f12f0038128b49f019a22a144428affc14ab | /parser.cpp | e1487476170ec8e8c1744717050c7f5ae8db5b19 | [] | no_license | sevings/QGodville | d2d4cb4062a37f984b87ce637a8c62e54f8e0ae4 | 26c2e77315f6e360813c561f869094ca2dffe281 | refs/heads/master | 2016-09-05T12:57:05.918984 | 2013-01-05T07:56:23 | 2013-01-05T07:56:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,213 | cpp | #include "parser.h"
Parser::Parser(QByteArray ba, QObject * parent) :
QObject(parent), json(ba)
{
parsed = new QVariantMap();
}
bool Parser::FSM()
{
enum States { start=0, ob=1, name=2, eofName=3, colon=4, strVal=5, eofVal=6, numVal=7, comma=8, cb=9,
t=10, r=11, u=12, f=13, a=14, l=15, s... | [
"binque@ya.ru"
] | binque@ya.ru |
328716d5d3f2e1a225e5d68a523d0180fa2484be | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/folly/2015/4/sorted_vector_test.cpp | 939a085df2ac77e97c48c437d9525fd95b95fc95 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 9,320 | cpp | /*
* Copyright 2015 Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
9becc919a6217b96aaa635fa2454847251398f05 | 71d2f9001b99a0cebaf8e1582f3c581a2d3d6484 | /CPP/data-structures/Circular_Queue.cpp | 6dbdd0dcbd32b2cd839d7cbc60e9881e02144d05 | [
"MIT"
] | permissive | stefanalex99/algorithm-design | b3d92de15b2da1eb06a0921ac0a5c4d0a6c53c08 | 01b8a7b7e68d724c7e946984eaa11b2061dc00ad | refs/heads/master | 2020-03-30T08:16:31.455752 | 2018-09-30T20:12:20 | 2018-09-30T20:12:20 | 151,001,001 | 0 | 0 | MIT | 2018-09-30T19:50:26 | 2018-09-30T19:50:26 | null | UTF-8 | C++ | false | false | 3,692 | cpp | /** Circular Queue */
#define DEFAULT_SIZE 100
#include <iostream>
#include <climits>
template <typename T>
class Queue {
private:
T *container;
int numElems;
int size;
int head, tail;
public:
/** Constructor */
Queue() {
container = new T[DEFAULT_SIZE];
numElems = 0;
... | [
"stefan.hermeniuc@gmail.com"
] | stefan.hermeniuc@gmail.com |
ce2bd15d8f950e028ae85b36c7d6334575652093 | b0b0b7ad6b0984594686dffd81be69199a3a71bb | /Charts/TRChartsJava/jni/TRChartsJNI/TRChartsJNI/Support/ResizeModeEnumMarshaller.hpp | 46aa2662f2482198cd98d0ad462f73943196cf59 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thesurix/TRCharts | 582ddf4de95b4b963cf164d771cddccf3b7f1c09 | 24f2dbc1bbd234e7bb8aa802578a3a5ff72eb7a2 | refs/heads/master | 2020-04-17T00:54:06.566075 | 2019-01-20T13:38:43 | 2019-01-20T13:38:43 | 166,066,992 | 0 | 0 | null | 2019-01-16T15:51:16 | 2019-01-16T15:51:15 | null | UTF-8 | C++ | false | false | 1,336 | hpp | /*******************************************************************************
* Copyright 2015 Thomson Reuters
*
* 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.apac... | [
"francisco.estevezgarcia@thomsonreuters.com"
] | francisco.estevezgarcia@thomsonreuters.com |
3fd4242f8395d7a97884e0cd844b15593cbcfa8f | c12c269ea3853ae9e6155c007302dd83acac331d | /CC++SourceFile/c输入单词计数并降序排列.cpp | 99a29775417763dd01595fd598606d38e63c4ecf | [] | no_license | DWenZo/LearningSourceCode | 76d565665426aba9066f469c1b995b5249bb6e07 | f7f25911421aaf7a627c884846df543b22c0baa3 | refs/heads/master | 2021-05-07T17:47:34.229691 | 2018-03-28T09:54:14 | 2018-03-28T09:54:14 | 108,714,109 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,175 | cpp | // CtestPro.cpp: 定义控制台应用程序的入口点。
//2017/11/20
#include "stdafx.h"
#include <stdio.h>
#include <string.h>
int main()
{
int oj;
scanf_s("%d", &oj);
getchar();
while (oj != 0)
{
//Initialize
char words[20][30] = { 0 };
char temp[30] = { 0 };
int count[20] = { 0 };
char x = 1;
int i = 0, j = 0;
while (t... | [
"D_WenZo@outlook.com"
] | D_WenZo@outlook.com |
a1d7346a3ac4df621f762fabadd703348daf8fc1 | 3d61fb5fd6b7ff21450e14d5fe49be3aedbbe1e4 | /Philotes/EditorFrame/Editor/Layout/LayoutWindow.cpp | 5d832d4fa66d2289c635f6b1e19f6f7bb3bdb94b | [] | no_license | yannicpeng/erbiqingnian | b3731805b11484ce99b39ba9937f848810001a44 | ead102ba873ee3fa163d61c474cfd32147db6c1d | refs/heads/master | 2021-03-12T22:28:00.617820 | 2012-05-26T05:24:53 | 2012-05-26T05:24:53 | 33,162,785 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,719 | cpp |
#include "LayoutWindow.h"
#include "EditorRoot.h"
#include "ViewPane.h"
#include "ViewManager.h"
#include "../EditorDoc.h"
_NAMESPACE_BEGIN
IMPLEMENT_DYNCREATE(CLayoutSplitter,CSplitterWnd)
IMPLEMENT_DYNCREATE(CLayoutWnd,CWnd)
CLayoutSplitter::CLayoutSplitter()
{
m_cxSplitter = m_cySplitter = 3 + 1 +... | [
"cjlm007@6cb12ae1-4c77-52bf-f227-7ea6b66274e1"
] | cjlm007@6cb12ae1-4c77-52bf-f227-7ea6b66274e1 |
8b6ec24deaa9d3c1c1f4d44f0f0b2e3deb6a8a7c | f3d6b1dabe7347dbcdd5e4219599451de41ec00b | /Source/CPlayerMovement.cpp | 7b374ee38de53518cc9115e86081a033f9d0cd81 | [] | no_license | DegitechWorldClass/OverCraft_Game | bd66e801a130ca43af11805133a6d0d952c8911b | 7befcfdb781f78c6acaa133e51709350ff56dfa4 | refs/heads/master | 2020-08-02T02:57:19.602549 | 2019-09-27T02:21:55 | 2019-09-27T02:21:55 | 211,214,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,870 | cpp | #include "DXUT.h"
#include "CPlayerMovement.h"
CPlayerMovement::CPlayerMovement()
{
this->m_fDistanceFromCamera = 10.f;
this->m_fSensitivity = 15.f;
this->m_fMoveSpeed = 5.f;
m_Status = PlayerStatus::IDLE;
}
CPlayerMovement::~CPlayerMovement()
{
}
void CPlayerMovement::SetAnime(PlayerStatus _Staus)
{
if (thi... | [
"godekd3133@naver.com"
] | godekd3133@naver.com |
5d5181d3ec6db657c6975af73d1f620e39965eca | b8ec65cc064cb6c4e7b6e8f2b79780d1dd2510a3 | /atcoder/abc166/B.cpp | 13fa36181a889e309576d29dd97aea9db92b2e36 | [
"Apache-2.0"
] | permissive | mohitjaisal/Competitive-Programing-Submissions | cbcdde6fc8e21687c530c0d12bb1e6242c287bc1 | 049541ef542b8b0070bcb5c20470500c3c5bb173 | refs/heads/master | 2023-03-30T03:05:22.940236 | 2021-04-02T07:58:00 | 2021-04-04T02:54:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout << fixed << setprecision(15);
int N, K;
cin >> N >> K;
vector<bool> nn(N, false);
for (int i = 0; i < N; i++) {
int a;
cin >> a;
for (int j = 0; j < a; j++) {
int b;
c... | [
"siddhantkhare2694@gmail.com"
] | siddhantkhare2694@gmail.com |
ae708b476344d4189c8313e3e2c788a472a37832 | 07076566a54c9ecac21f7310b068f85584f9bbcc | /rmw_dps_cpp/include/rmw_dps_cpp/CborStream.hpp | c0c407a9250dcc2f629741dac7a4b766570b6252 | [
"Apache-2.0"
] | permissive | AAlon/rmw_dps | 40051b95b6f010ac359ea87d9bbd20d82ab06908 | d5f9bcde212cd33edb7de3ebce07d5212d73c17d | refs/heads/master | 2020-05-19T04:15:26.762668 | 2019-05-21T21:12:51 | 2019-05-21T21:12:51 | 184,820,821 | 0 | 0 | Apache-2.0 | 2019-05-08T00:35:10 | 2019-05-03T21:11:58 | C++ | UTF-8 | C++ | false | false | 13,801 | hpp | // Copyright 2018 Intel Corporation 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... | [
"todd.malsbary@intel.com"
] | todd.malsbary@intel.com |
9643ad2a5538261303e81a81ad08a9dbfd28b457 | b1e9283abbb5201ad400fc4d064945a27eaec920 | /atcoder_dp/v/main.cpp | b7860dc6befa9f274878753251c488997952141e | [] | no_license | arunjain9988/CP | 011696edb87009d50a12a6effc1b103cae07ba2f | e32f601f46218ee9871a06b66050dcbbede480a6 | refs/heads/main | 2023-05-07T20:38:46.801070 | 2021-05-10T08:45:16 | 2021-05-10T08:45:16 | 356,560,643 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,211 | cpp | #include <bits/stdc++.h> // This will work only for g++ compiler.
#define loop(i, r) for (int i = (int)(0); i < (int)(r); ++i)
#define floop(i, l, r) for (int i = (int)(l); i <= (int)(r); ++i)
#define rloop(i, l, r) for (int i = (int)(l); i >= (int)(r); --i)
//short hand for usual tokens
#define pb push_back
#defin... | [
"arunjain9988@gmail.com"
] | arunjain9988@gmail.com |
7701edd78b590df4c41fc84cfeda45a7b27f3dff | 28c2e97fe5fbdba2848b48c68db668b80dbb0212 | /MRZVIS2C/MRZVIS2C.cpp | c4016e7c2b8a973dba8faec2404289a513564888 | [] | no_license | pozhivilkoPS/MRZVIS2 | 6ac1f6bfb7411a426fb24ef5a5c251e61e2de0cd | 7f15512825e9fe99f85764c9a6349182dd256286 | refs/heads/master | 2022-10-19T22:24:17.462574 | 2020-06-07T19:18:15 | 2020-06-07T19:18:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,879 | cpp | #include <iostream>
#include<iomanip>
#include <ctime>
#include <math.h>
using namespace std;
int m;
int p;
int q;
int n;
int r;
double** A;
double** B;
double* E;
double** G;
double*** F;
double*** D;
double** C;
int timeOfSumm = 1;
int timeOfDifference = 1;
int timeOfMultiplying = 1;
int timeOfCom = 1;
int call... | [
"syntol1911@gmail.com"
] | syntol1911@gmail.com |
2ce9ee432bf5b63fa061035a6260a65f07f36993 | a239407ac0849afc9217672f3c289d204cdee664 | /Tile Editor/Enemy.cpp | a7496742455cc953b3058e66156c3b2a6216aaec | [] | no_license | Omnerlin/Tile-Editor | 5a1b26d1695bf1cc2adcab1545a8736f4dabdc2b | 1b18ffcbd62bfbf28af8dd5ca8b6b018c03d41b3 | refs/heads/master | 2021-04-26T16:32:50.993204 | 2016-12-26T06:09:37 | 2016-12-26T06:09:37 | 64,524,371 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 149 | cpp | #include "Enemy.h"
Enemy::Enemy()
{
rect.setSize(sf::Vector2f(32, 32));
rect.setFillColor(sf::Color(255, 0, 255, 100));
}
Enemy::~Enemy()
{
}
| [
"Alex@DESKTOP-QIGVD4C"
] | Alex@DESKTOP-QIGVD4C |
15e24d6e8b9e30e6f5e394efedfb7059bad6c797 | 2bfe90f3da79173f56de61624f4f4123258ef1b3 | /C++/116_Populating_Next_Right_Pointers_In_Each_Node.cpp | 816d07e117f69c49fd36d52264aa41d74ed86474 | [] | no_license | dh-wuho/myLeetCode | 352290e7324c92a8669ba0dfe500711c11f3485e | 845c3aa61cc2917ce335972846de070823f85f1c | refs/heads/master | 2022-01-19T19:38:23.294769 | 2022-01-05T08:10:47 | 2022-01-05T08:10:47 | 209,128,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,386 | cpp | /*
// Definition for a Node.
class Node {
public:
int val;
Node* left;
Node* right;
Node* next;
Node() {}
Node(int _val, Node* _left, Node* _right, Node* _next) {
val = _val;
left = _left;
right = _right;
next = _next;
}
};
*/
class Solution {
public:
No... | [
"dh.wuho@gmail.com"
] | dh.wuho@gmail.com |
6e44383377a60b2df91a31131f405140682c4927 | 7c999b7b406a63173bf29e106a1f510d6d4a335a | /caloAnalysis/HistogramClass_cell.h | c62d6cf01756002dad7fc616eb43662444a0c71e | [] | no_license | HamadAlHendi/FCC_calo_analysis_cpp | 2b129ece41ceb8858ead458ec8bb378fb245d042 | 10adf274ea07fccba396a9c942baaad4859bd9e3 | refs/heads/master | 2021-01-21T21:06:24.157647 | 2016-11-07T10:34:47 | 2016-11-07T10:34:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 561 | h | #ifndef __HISTOGRAMCLASS_CELL_H__
#define __HISTOGRAMCLASS_CELL_H__
#include "TObject.h"
#include "TH1F.h"
class HistogramClass_cell {
public:
HistogramClass_cell(double ENE);
~HistogramClass_cell();
void Initialize_histos();
void Delete_histos();
void Reset_histos();
TH1F* h_cellEnergy;
TH1F* h_cel... | [
"jana.faltova@cern.ch"
] | jana.faltova@cern.ch |
b617cad695781e24a49bd0ccd3262b68a2723a1f | 1ae40287c5705f341886bbb5cc9e9e9cfba073f7 | /Osmium/SDK/FN_Border-1pxOutline_classes.hpp | 80f992db66dfbca615ac01190140bd9faf16f3b6 | [] | no_license | NeoniteDev/Osmium | 183094adee1e8fdb0d6cbf86be8f98c3e18ce7c0 | aec854e60beca3c6804f18f21b6a0a0549e8fbf6 | refs/heads/master | 2023-07-05T16:40:30.662392 | 2023-06-28T23:17:42 | 2023-06-28T23:17:42 | 340,056,499 | 14 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 645 | hpp | #pragma once
// Fortnite (4.5-CL-4159770) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass Border-1pxOut... | [
"kareemolim@gmail.com"
] | kareemolim@gmail.com |
4ed8f92ddba390d3571636e70971937afb376e33 | 81934ab803fa35c2eb2435b2b0aba1d195176c13 | /Classes/AttackStates/EnemyAttack.cpp | 05651616e81262a11348ffd2463e3c31a4f90bd1 | [] | no_license | lzv/kolobok_time_full | 30c801b2614aa90e19d97c7ff0cdd5a17271c277 | 21c6ed9512a96201b2ae6d0208948dc376bc36b4 | refs/heads/master | 2016-08-05T19:46:49.803248 | 2015-01-20T02:52:11 | 2015-01-20T02:52:11 | 29,507,358 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 844 | cpp | #include "EnemyAttack.h"
#include "../MapActors/Enemy.h"
#include "../Scenes/PlayScreen.h"
#include "../CharWeapon.h"
#include "../Tools.h"
EnemyAttack::EnemyAttack (MapActor * target) : _target(target) {}
void EnemyAttack::check_input (MapActor *) {}
void EnemyAttack::actions (float dt, MapActor * en)
{
if (en-... | [
"vic2_@mail.ru"
] | vic2_@mail.ru |
98e977a555aeaf87d4f5389750f594e968705e3b | dd5356457879b9edf8c982a412e0068f94da697d | /SDK/RoCo_Nightshade_Level_2_WeaponComponent_functions.cpp | b3a60d2744477fce90e9189b585969cf58519837 | [] | no_license | ALEHACKsp/RoCo-SDK | 5ee6567294674b6933dcd0acda720f64712ccdbf | 3a9e37be3a48bc0a10aa9e4111865c996f3b5680 | refs/heads/master | 2023-05-14T16:54:49.296847 | 2021-06-08T20:09:37 | 2021-06-08T20:09:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 372 | cpp | // Rogue Company (0.60) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "RoCo_Nightshade_Level_2_WeaponComponent_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//----------------------------------------------------------------------... | [
"30532128+pubgsdk@users.noreply.github.com"
] | 30532128+pubgsdk@users.noreply.github.com |
3b44c0fa6226614ef49c5f1222f4532bee8f98ff | 4887bfd75770da06a64a39265e6825df6e63df8a | /contest/1296/pA.cpp | c9bba758007a9a694c0870dfef630020193e81b8 | [] | no_license | jayin92/competitive-programming | 5ca697d66ca0bd4016f109499ec76b0eba5d1d35 | e065a25d26ae78413da934f1081d882461e13d33 | refs/heads/master | 2022-12-22T13:47:30.776905 | 2022-12-07T17:28:16 | 2022-12-07T17:28:26 | 216,350,027 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,441 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
typedef pair<int, ll> pil;
typedef pair<ll, int> pli;
typedef pair<double,double> pdd;
#define SQ(i) ((i)*(i))
#define MEM(a, b) memset(a, (b), sizeof(a))
#define SZ(i) int(i.size())
#define FOR(i, ... | [
"jayin920805@gmail.com"
] | jayin920805@gmail.com |
0e835ae38d0eb01d08f32aa9b6bfb43358363823 | 8d782cf988d5e374708245dbbef5305447954767 | /Ship/cargoShip.h | fbd3b15a7c24037f66f855d0cd2e035192654e6d | [] | no_license | OC-MCS/lab10tasks-josephkarch1 | 39832982e88caf495b88cb50c63cf44467a1d573 | b428e8df15af46817760925f46adae226e3059ac | refs/heads/master | 2020-04-28T07:04:21.590625 | 2019-03-25T22:06:18 | 2019-03-25T22:06:18 | 175,079,524 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 330 | h | #pragma once
#include <iostream>
#include <string>
#include "ship.h"
#include "cruiseShip.h"
class cargoShip : public ship
{
public:
int cargoCapacity;
cargoShip(int cargoCapacity1, string shipName1, string yearConstructed1);
int getCargoCapacity();
void setCargoCapacity(int cargoCapacity1);
virtual void print() ... | [
"joseph.karch@eagles.oc.edu"
] | joseph.karch@eagles.oc.edu |
935b8415d247b3ccdf8b0b4384556ac8ddbe4c72 | cf36d1d3697ef56a4e23e9bdbc118f0cc156cd5b | /Arduino/lesson11_dht11_lcd/lesson11_dht11_lcd.ino | 3390fb804040e6b1387343ab429af1f92222bde8 | [] | no_license | AITT-VN/xbuild_creator_kit | 62077e89bd42ee0ddfc30f201b925de65ce83825 | fbdb85710528a6e7805cefbbaf7eab7b7a05ff17 | refs/heads/main | 2023-07-20T13:27:28.870018 | 2021-08-27T03:28:41 | 2021-08-27T03:28:41 | 384,851,117 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 692 | ino | #include <LCD_1602.h>
#include <DHTesp.h>
const int DHTPIN = D2_1;
DHTesp dht;
LCD_1602 lcd(0x21);
void setup() {
lcd.begin(D1_1, D1_2);
lcd.backlight();
dht.setup(DHTPIN, DHTesp::DHT11);
}
void loop() {
// chờ 2s giữa các lần đọc cảm biến
delay(2000);
lcd.clear();
... | [
"minhha@aitt.vn"
] | minhha@aitt.vn |
32f61d1abbb13f1e2638a00b2ec75017d4b844e7 | 4cf25a89d87c61bccd0fc2a45c197345bfc575a6 | /Paketi.h | 9a04693ced7cda7a6eb0b3e731c678fedac6800b | [] | no_license | Lovrom8/WiFiAnalizator | 47b09543cc9cd45a092ae54eca3f39ecb12c286e | 695d49dde1569ea3e3161d0da5faf9af8a78f00b | refs/heads/main | 2023-06-13T08:58:54.939917 | 2021-07-09T13:33:50 | 2021-07-09T13:33:50 | 320,859,097 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,854 | h | #pragma once
#include <string>
#include <vector>
#include <QObject>
enum Adrese { // Ne zanima nas koja je vrsta adrese, već samo ima li je u određenoj vrsti okvira
Ima = '1',
Nema = '2',
TBD = '3'
};
enum Vrste {
Data,
Managment,
Control
};
struct AdrPolja {
char Adr1, Adr2, Adr3, Adr... | [
"lovro.posaric@gmail.com"
] | lovro.posaric@gmail.com |
c2e96cf99009d44e7159437fa22d149e071de86a | f7accd3efa7eded8de8f0d66c8e9c1e03c7c8391 | /tpds/spinlocks_util.h | 415ee7cc30c95f493c9f9b25c919e15d9982cb46 | [] | no_license | sonndinh/spinlocks_clustering | dcbcd480466f75a1af549023d9898e087cf4de3f | ddf0a501a1082d5041ff07811de4371dc59d5ce8 | refs/heads/master | 2020-08-31T06:24:12.261052 | 2019-10-30T20:49:51 | 2019-10-30T20:49:51 | 218,623,277 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,142 | h | #ifndef SPINLOCKS_INIT_H
#define SPINLOCKS_INIT_H
#include <string>
#include "../atomic.h"
// Default page size is 4096 bytes
#define DEFAULT_PAGE_SIZE 4096
// Align the mapping address of the spinlocks to a multiple of page size
#define PAGE_SIZE_ALIGN 2
enum spinlocks_util_error_codes {
SPINLOCKS_UTIL_SUCCESS = ... | [
"sonndinh@shakespeare.cse.wustl.edu"
] | sonndinh@shakespeare.cse.wustl.edu |
d3d24d5c953b2cfb7c7207aa6468157a17085a70 | c9e32374ecc46eac59437a068d424e6eb28ca849 | /xju/test-doCmd.cc | 4e890dd2c7c913fdbb1e6302076984bbdc274c68 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | urnest/urnest | 261884b2ee71d64748c9e2afe7e78c9df61d91e7 | 6ec484080222f27a33070fa3b65593645f94a575 | refs/heads/master | 2023-07-13T06:16:41.566253 | 2023-07-06T11:04:34 | 2023-07-06T11:04:34 | 6,716,252 | 1 | 1 | MIT | 2023-06-11T03:06:14 | 2012-11-16T04:12:22 | C++ | UTF-8 | C++ | false | false | 2,147 | cc | // Copyright (c) 2017 Trevor Taylor
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyright notice appear in all.
// Trevor Taylor makes no representations about the suitability of this
// softw... | [
"urnest@onthenet.com.au"
] | urnest@onthenet.com.au |
496630d7cc252fa7abf6fbcdabfbbdc2342cba94 | dd5a3a5558679deac7edab86e7659b1b9be7b67b | /Hardware_Filter/Reference/HC-12/Serial_Speak/Serial_Speak.ino | 39927bc60a826933f2e512b803b517d6d93fb5eb | [] | no_license | ligerbots/InnovationChallenge2021 | f8896effc2c088d0dfc35de3b432c16d3dfd0e73 | 2736ceb59f2aa9f8f35df990e6769544c468e49a | refs/heads/main | 2023-04-07T02:49:08.120629 | 2021-03-21T15:51:15 | 2021-03-21T15:51:15 | 346,891,883 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 699 | ino | /* Arduino Long Range Wireless Communication using HC-12
Example 01
by Dejan Nedelkovski, www.HowToMechatronics.com
*/
#include <SoftwareSerial.h>
SoftwareSerial HC12(8, 9); // HC-12 TX Pin, HC-12 RX Pin
void setup() {
Serial.begin(9600); // Serial port to computer
HC12.be... | [
"ky200617@gmail.com"
] | ky200617@gmail.com |
446488a39773770d7253b9c8b930078d19e0b369 | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/MAILPLUS/BULLET2/CUSTOM/SRC/COMMON/LAYERSIM.CXX | 1a94abeeb4d877bfe838c122cce51e10fd61af37 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,219 | cxx | /*
* l a y e r s i m . c x x
*
* Support stuff for layers-based installable messages.
*/
#include <slingsho.h>
#include <demilayr.h>
#include <ec.h>
#include <framewrk.hxx>
#include <forms.hxx>
#include <store.h>
#include <triples.h>
#include <logon.h>
#include <mailexts.h>
#include <_bms.h>
#... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
6aeec999ebd9a69f464df50ed834a2214e797ae5 | 0a0cbc5d05610af0ef35027f953bf667c6ac301d | /Source/CarGame/iTween/iTInterface.h | ea719cfb3c6047728828a1ed436ec2de0b2c05f9 | [] | no_license | ReflectGames/CarGameGit | da6110d53ccf92b38662b7d8afc48616330245cf | 51ef5dbd42c91c5922f0d04252e45be9a12d025c | refs/heads/master | 2021-06-03T06:48:54.590707 | 2021-05-26T15:46:13 | 2021-05-26T15:46:13 | 86,095,300 | 0 | 0 | null | 2017-04-05T14:06:15 | 2017-03-24T17:43:41 | null | UTF-8 | C++ | false | false | 5,709 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "iTweenPCH.h"
#include "UMG.h"
#include "iTAux.h"
#include "iTInterface.generated.h"
/**
*
*/
using namespace ELoopType;
UINTERFACE()
class CARGAME_API UiTInterface : public UInterface
{
GENERATED_UINTERFACE_BODY()
... | [
"ReflectGames@hotmail.com"
] | ReflectGames@hotmail.com |
dddf36a2ea2930c94e4c04a6415d0ae8e40c91a2 | 12cd89382fc0c8269f9aaa38ed8605238041e54c | /src/asm/internal/functors/or.cpp | 3ba881684ecc96af0c879d877f32070fa3b690e8 | [
"MIT"
] | permissive | a-h-i/RiSC-16-Simulator | 71a64522b51c0509698b29771820f5c8ccd606b7 | 743c43f9b544ef08f290241aaa09f3b947dc4230 | refs/heads/master | 2020-12-02T08:09:16.750748 | 2014-02-10T04:13:13 | 2014-02-10T04:13:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | cpp | #include "asm/internal/inst_helpers.hpp"
bool ass::internal::ORF::operator()( const std::string &line,
AssemblingStatus &state,
std::size_t &lineNum, FileState &file ) {
boost::smatch result;
if ( boost::regex_match( line, result, ass::... | [
"ahm3d.hisham@gmail.com"
] | ahm3d.hisham@gmail.com |
2b54b0fb1848ead19d19c36b08445b8a362d3051 | d7332b4b20f249d049aaa54b704d6f0763c57578 | /matadd/matadd.cpp | 541d1534e18bc5131054f61b61ce21958a8639cb | [] | no_license | peterming3/cloud_computing | 39e9ea384eb973626f941991a52028551e977e30 | b08843d8890b3d7cf132e5f951f9324bd0b4d69a | refs/heads/master | 2020-04-22T20:05:10.867302 | 2019-03-01T17:19:41 | 2019-03-01T17:19:41 | 170,630,006 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | cpp | #include <iostream>
#include <string>
using namespace std;
int main(int argc, char *argv[])
{
if(argc<2){
cout << "Usage: N";
return 0;
}
int N=stoi(argv[1]);
int* matrix = new int*[N*N];
for(int i=0;i<=N*N;i=i+N/10){
matrix[i]=10;
}
delete matrix;
}
| [
"y.ming@linuxlab012.seas.wustl.edu"
] | y.ming@linuxlab012.seas.wustl.edu |
ce551884448575a795f3ab37d3e0948a922e7e67 | 5e557741c8867bca4c4bcf2d5e67409211d059a3 | /aten/src/ATen/cpu/vec/vec256/vec256_complex_float.h | a4181a8abb8b211bfabfa4fe5587f4335733e8fb | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSL-1.0",
"Apache-2.0"
] | permissive | Pandinosaurus/pytorch | a2bb724cfc548f0f2278b5af2fd8b1d2758adb76 | bb8978f605e203fbb780f03010fefbece35ac51c | refs/heads/master | 2023-05-02T20:07:23.577610 | 2021-11-05T14:01:30 | 2021-11-05T14:04:40 | 119,666,381 | 2 | 0 | NOASSERTION | 2021-11-05T19:55:56 | 2018-01-31T09:37:34 | C++ | UTF-8 | C++ | false | false | 20,242 | h | #pragma once
// DO NOT DEFINE STATIC DATA IN THIS HEADER!
// See Note [Do not compile initializers with AVX]
#include <c10/util/complex.h>
#include <c10/util/irange.h>
#include <ATen/cpu/vec/intrinsics.h>
#include <ATen/cpu/vec/vec_base.h>
#if defined(CPU_CAPABILITY_AVX2) && !defined(_MSC_VER)
#include <sleef.h>
#end... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
1f6092bb63a18cf2a8848d40637a59147702c9ab | 7e824dc4b0044129c95d51480b3514fb9a64acc7 | /QT/tutoriale/66 - QTCPSocket using signals and slots/build-SignalSocket-Desktop_Qt_5_14_2_MinGW_32_bit-Debug/debug/moc_sockettest.cpp | 5ca39fc6c523c921c844d057301e4951f8ede40c | [] | no_license | morariu05/TAP | 3b97964fa3fb687ef7aa9ab13a82086b9458fda4 | 0ac56f91783b68d63134efdd12bf381ccb5639e1 | refs/heads/master | 2023-03-25T01:13:31.470612 | 2021-03-21T21:56:53 | 2021-03-21T21:56:53 | 350,127,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,025 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'sockettest.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2)
**
** WARNING! All changes made in this file will be lost!
*********************************************************... | [
"morariumadalina05@gmail.com"
] | morariumadalina05@gmail.com |
f27ea602a4a8bf9a81a90d2acf13bd925b248004 | 1081a5078e3b4a0df58eedda14e160bfe89cb1a8 | /libraries/ezButton/src/ezButton.cpp | 44f2cb825ca918363c962f715f80aa70946d435e | [] | no_license | bsodergren/Arduino | 0102859148648e8989d697cebd90449cfa66e8bf | 38428563e158b3acb7a3e11da838d4efefd6e0cc | refs/heads/master | 2022-02-12T15:36:09.187106 | 2022-01-31T07:36:07 | 2022-01-31T07:36:07 | 6,135,981 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,664 | cpp | /*
* Copyright (c) 2019, ArduinoGetStarted.com. 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 o... | [
"bjorn.sodergren@gmail.com"
] | bjorn.sodergren@gmail.com |
5747c8aeca7a58fdc86ed61aa260f5ea24f445ca | 8a49309ab6ad15ce5513c7351ae71e637efb265f | /src/forOffer/0013_adjust_array_order_so_that_odd_nums_precede_even_nums.cpp | 3f8d252a365a5bf21e6749b3b02b18e437e31e8d | [] | no_license | superMC5657/self_nowcoder | 1fac8507687c74c3ef8987873517b082f1f8ed52 | 5e006e50236ff5a6b6b4c805a2a53b10833cead2 | refs/heads/master | 2020-08-22T11:15:34.300514 | 2020-03-28T11:01:07 | 2020-03-28T11:01:07 | 216,382,321 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,215 | cpp | /* -*- coding: utf-8 -*-
!@time: 2019/12/12 14:20
!@author: superMC @email: 18758266469@163.com
!@fileName: 0013_adjust_array_order_so_that_odd_nums_precede_even_nums.cpp
*/
#include <environment.h>
#include <unordered_set>
using std::swap;
class Solution {
private:
static bool isOk(int n) {
... | [
"18758266469@163.com"
] | 18758266469@163.com |
3b04e8d0e86b89e01b88efa73e984e3f28ee473e | 05ad74227b67dd374f7372605e48ece9549c46ed | /src/protocol/iec61850/iec61850_cancel_error.h | 1acdd87e7176ba69c4191a1119d2a83172b6287c | [] | no_license | ubuntu11/PDTool | ea0bd0cdd8e3f82dcc4b5f5c4ac97ff1ce2c8251 | 0ad32906b0a7e8a6d36cf2f92ea241ba69e70181 | refs/heads/main | 2023-04-21T18:28:19.304637 | 2021-05-25T09:07:34 | 2021-05-25T09:07:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 361 | h | #ifndef IEC61850_CANCEL_ERROR_H
#define IEC61850_CANCEL_ERROR_H
#include "asn1ber.h"
class IEC61850_Cancel_Error : public ASN1BER
{
public:
IEC61850_Cancel_Error(const MyConfig& Config);
~IEC61850_Cancel_Error();
virtual void initMap() override;
virtual ASN1BER *CreateContextBER(uint tagNo, uint index) override;... | [
"60013551+whx110123@users.noreply.github.com"
] | 60013551+whx110123@users.noreply.github.com |
e3d69660d0dfaee8859420c089d5101cb9c3d136 | 3c9792baa9ab325b15891b8e9044807d43f08759 | /Aldeano.h | 25532b11a0717e2da3b0fe43500a1f01a835f0db | [] | no_license | agreyest/P3Lab5_AlessandroReyes | 54992a553e9d7ea155ae9c575ebe272e456ff982 | b587ade6a14d97d4ff1bd94448ed3c3f6cdda02c | refs/heads/master | 2023-01-24T04:40:53.907096 | 2020-11-18T22:43:41 | 2020-11-18T22:43:41 | 269,749,670 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 228 | h | #ifndef ALDEANO_H
#define ALDEANO_H
#include <string>
#include "Habitante.h"
using namespace std;
class Aldeano : public Habitante{
public:
Aldeano();
void Atacar(Habitante*);
~Aldeano();
protected:
};
#endif
| [
"56709605+agreyest@users.noreply.github.com"
] | 56709605+agreyest@users.noreply.github.com |
084201f6bd4c6d0b6048c58a7f2338d0f5d4c8e0 | 43583d0eb2d2ea33c6548aefc1dbc53e1a2a7490 | /Keungchao/Keungchao/Leetcode.cpp | 752c1556bb2577dfd13c31851dc288875c053785 | [] | no_license | zbingqiang/Keungchao | ba091d7d39e4bb9dc4d2f98877a4df9ba033869b | bed89bf9196dc5bb673422163e4b10976bdd295b | refs/heads/master | 2021-01-21T12:53:59.056073 | 2016-05-11T13:56:22 | 2016-05-11T13:56:22 | 54,242,958 | 1 | 0 | null | 2016-03-19T02:27:04 | 2016-03-19T02:19:56 | null | UTF-8 | C++ | false | false | 628 | cpp | #include "Leetcode.h"
#include<set>
#include<vector>
#include<math.h>
using namespace std;
Leetcode::Leetcode()
{
}
Leetcode::~Leetcode()
{
}
bool Leetcode::isHappy(int n)
{
if (0 >= n)
return false;
else if (1 == n)
return true;
set<int> flag = { n };
int square = 0;
while (square != 1)
{
square = 0;
... | [
"1198549831@qq.com"
] | 1198549831@qq.com |
fa7385be52f3d5ea2f67bb2356ebc4572ecc4c74 | db603264218ae05427128423839afc19e699af89 | /SmedbyCharger/Volt20.h | 747b166396442e10488155793bdffdc456950b62 | [] | no_license | itoaa/SmedbyCharger | 451d5548b221724287c1e1fc3bd9e2fe10746de9 | 9a7d5ca21353ae7c04c73b1d7233e9f42c22f9e2 | refs/heads/master | 2021-01-02T22:59:39.354125 | 2017-12-02T15:18:30 | 2017-12-02T15:18:30 | 99,433,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 787 | h | /*
* Volt20.h
*
* Created on: 5 aug. 2017
* Author: Ola Andersson
*
* Ver 2.0 is ported to Arduino Eclipse and FreeRTOS
*
* Konstruktor av IVOLT. ex (IVOLT(8,50). sätter pin 8 som mätpinner för matningsspänning och högsta värde (1023) motsvarar 50V.
*
* Ver 2.0
* Change name to Volt. Ready... | [
"ola@smedby.net"
] | ola@smedby.net |
bab8ca7b3243ca268c61a5c37407769539900f2b | 906fef289af972913958ffb5b24bf2eda4f5c556 | /StanfordCPPLib/private/init.h | 0c927328f4c9337f0448936079aaa4cd107458fb | [] | no_license | SchrodingerZhu/StanfordLib-CUHKSZ | 787c90b27adc852aff37b08dca9d4307779b0931 | da136d4cf0ab590624404626dd2c5dd531a2ec0a | refs/heads/master | 2020-09-28T01:26:13.363415 | 2020-09-01T18:18:18 | 2020-09-01T18:18:18 | 226,655,165 | 11 | 3 | null | 2020-01-19T10:28:03 | 2019-12-08T11:15:26 | C++ | UTF-8 | C++ | false | false | 2,197 | h | /*
* File: init.h
* ------------
* These functions setup/teardown the Stanford C++ library.
*
* Originally, necessary setup was initiated via a static initializer. This required
* careful arrangement include+guard, this is no longer used as pre/post work is
* is inserted into the wrapper "main" function whic... | [
"i@zhuyi.fan"
] | i@zhuyi.fan |
c49413f63190cbf08e751b52c7d50ece331cbcc9 | 72bfd3d944f275828c98e80c53e64bef04c30302 | /main.h | b3898a8d7197f24ffc8a84581f75c584212c1a4e | [] | no_license | empire1601/STATS | 62f1a6f216c9138f23672f76876777c2f4068536 | 0c59198ff8fbfa269258a853c6244cf012116473 | refs/heads/master | 2016-09-06T10:18:58.390561 | 2013-02-19T09:27:03 | 2013-02-19T09:27:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 440 | h | #ifndef MAIN_H_INCLUDED
#define MAIN_H_INCLUDED
// SDL
/*#ifdef __cplusplus
#include <cstdlib>
#else
#include <stdlib.h>
#endif
#ifdef __APPLE__
#include <SDL/SDL.h>
#else
#include <SDL.h>
#endif*/
// ---
// Include
// --... | [
"r.bruyere@sfr.fr"
] | r.bruyere@sfr.fr |
2e12a53be03f373d241d338e1304a29a60fb10d1 | 4ef911522f28384d38c26e2468d8a1ff858bb33b | /CsvReader.cpp | 41ce889a500eababa51a48e538b0ea9422f55918 | [] | no_license | fbgtoke/VJ3D | 215b5d24eacb663dc1809cdeeec07f68d622c6e2 | f4c399a6c5257f9b00015ac285ec6b2e579147c7 | refs/heads/master | 2021-09-03T10:20:05.448115 | 2018-01-08T10:05:30 | 2018-01-08T10:05:30 | 109,996,340 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,205 | cpp | #include "CsvReader.h"
CsvReader::CsvReader() {}
CsvReader::~CsvReader() {}
void CsvReader::loadFromFile(const std::string& filename, char separator) {
std::ifstream stream(filename);
if (!stream.is_open()) {
std::cout << "Could not open CSV file " << filename << std::endl;
return;
}
mValues.clear()... | [
"fbg.toke@gmail.com"
] | fbg.toke@gmail.com |
a5488f28b5676e4cce09677d42d84aba30137526 | 95ae7dfa9ee578f1b24a65986ff78bf77ceca0c5 | /Engine/lib/opcode/OPC_OBBCollider.h | 95325abeeba161a55d626aef410aa44e514a4ccf | [
"MIT",
"LicenseRef-scancode-unknown"
] | permissive | TorqueGameEngines/Torque3D | 4e1f6a05cc0928980c8c7c20bcdd680eaa6dcee8 | a445a4364664e299196bd551d213844486080145 | refs/heads/development | 2023-09-03T12:40:40.658487 | 2023-08-24T14:44:43 | 2023-08-24T14:44:43 | 267,440,108 | 1,192 | 178 | MIT | 2023-09-13T14:28:16 | 2020-05-27T22:35:54 | C++ | UTF-8 | C++ | false | false | 6,682 | h | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
* OPCODE - Optimized Collision Detection
* Copyright (C) 2001 Pierre Terdiman
* Homepage: http://www.codercorner.c... | [
"davew@garagegames.com"
] | davew@garagegames.com |
ea4feb4e71620db242a9b2a40fd5686e7f6e7cd3 | af1f72ae61b844a03140f3546ffc56ba47fb60df | /src/modules/packet/generator/traffic/packet_template.cpp | 99a7320c3450eacf96678f24fe89b1029bdc40c2 | [
"Apache-2.0"
] | permissive | Spirent/openperf | 23dac28e2e2e1279de5dc44f98f5b6fbced41a71 | d89da082e00bec781d0c251f72736602a4af9b18 | refs/heads/master | 2023-08-31T23:33:38.177916 | 2023-08-22T03:23:25 | 2023-08-22T07:13:15 | 143,898,378 | 23 | 16 | Apache-2.0 | 2023-08-22T07:13:16 | 2018-08-07T16:13:07 | C++ | UTF-8 | C++ | false | false | 7,022 | cpp | #include "packet/generator/traffic/packet_template.hpp"
#include "packet/generator/traffic/header/utils.hpp"
namespace openperf::packet::generator::traffic {
inline uint32_t fold64(uint64_t sum)
{
sum = (sum >> 32) + (sum & 0xffffffff);
sum += sum >> 32;
return (static_cast<uint32_t>(sum));
}
inline uint... | [
"timmons.player@spirent.com"
] | timmons.player@spirent.com |
82c8e25bedc364fb4408866262c2aa90771a8795 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/ForwardDetectors/LUCID/LUCID_SimUtils/LUCID_OpProcess/src/components/LUCID_OpProcess_entries.cxx | 214a43812d3bde0b64e7e47c7f78983c52bab899 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 207 | cxx | #include "GaudiKernel/DeclareFactoryEntries.h"
#include "../LucidPhysicsTool.h"
DECLARE_TOOL_FACTORY( LucidPhysicsTool )
DECLARE_FACTORY_ENTRIES( LUCID_OpProcess ) {
DECLARE_TOOL( LucidPhysicsTool )
}
| [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
64d8dd117348240724c0df72738dd796408d69c6 | 5025dafdafe006143eff22613741e8cab4cc43b4 | /src/sw/interfaces/image_repository.hpp | 0bc5eaaedd544374ab795507f88a1a5f63e3d529 | [
"MIT"
] | permissive | DavideConficconi/xohw19-iron-project | df23e66efbbc4390dea649a5670ff52385f8d34d | 0283dbf803f3f860fcce346a84eb2c4ede38067b | refs/heads/master | 2022-02-13T20:08:02.813620 | 2019-08-28T10:08:51 | 2019-08-28T10:08:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,061 | hpp | /******************************************
*MIT License
*
*Copyright (c) [2019] [Davide Conficconi, Eleonora D'Arnese, Marco Domenico Santambrogio]
*
*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 Soft... | [
"davideconficconi@gmail.com"
] | davideconficconi@gmail.com |
5237389c1ba4497e4de1ef45fe35a7421a12f4d6 | 55dd759ce40b20c1d1f6548aa65fb87d3513ce64 | /Latihan Sorting/vjudge_CF_479A.cpp | dc916e6cbe0f83f454ec49cf0421c527196c1408 | [] | no_license | tej0kk/dev-C- | c606362913f94b47b1f7b26bb6595645a597e0fd | 97f48e4dc536fe66e4175cd2beaa6ed87cb0edee | refs/heads/master | 2023-02-02T18:52:10.967215 | 2020-12-08T03:21:59 | 2020-12-08T03:21:59 | 319,512,416 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | cpp | #include <stdio.h>
int main(){
int a, b, c;
scanf("%d %d %d", &a, &b, &c);
int arr[6] = {0};
arr[0] = a+b*c;
arr[1] = a*(b+c);
arr[2] = a*b*c;
arr[3] = (a+b)*c;
arr[4] = a+b+c;
arr[5] = a*b+c;
for(int i=0; i<6; i++){
for(int j=1; j<6-i; j++){
if(arr[j-1] < arr[j]){
int temp = arr[j... | [
"eldykurniadi@gmail.com"
] | eldykurniadi@gmail.com |
0b5c39585b8bab856c86c7f78b26e7c31582ac8a | bac4674262f81a1af049fb4cb30dc3634a81238e | /IconWrangler/Util.h | a3f9351d520c4eecbbc7bc174c51368b76705cc7 | [
"MIT"
] | permissive | bhelyer/IconWrangler | 4a0c9e12c84fe7da70d535fd63635ddbb551b2c3 | e3f093d53c887e04f6b3521da00f6a17f5c726ac | refs/heads/master | 2023-02-19T04:07:17.409409 | 2021-01-16T22:29:20 | 2021-01-16T22:29:20 | 330,269,595 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 217 | h | #ifndef ICONWRANGLER_UTIL_H
#define ICONWRANGLER_UTIL_H
#include <vector>
#include <string>
namespace IconWrangler {
std::vector<std::string> split(const std::string& is, char c);
}
#endif // ICONWRANGLER_UTIL_H | [
"b.helyer@gmail.com"
] | b.helyer@gmail.com |
0fbb67a747834269dcf7004efbc9b8508bff75ae | e760672301a64073124d4c1a6f45ed47069ef964 | /src/hasp/hasp_parser.cpp | 3ac427c1ab38c93c985dbb8bee3dc17d9fa170d1 | [
"MIT"
] | permissive | iq85k/openHASP | 18caef81acd60337ba5e5601a9aa64dfb618c5b8 | e236905f2e0939f0577de38fa1514685c749279d | refs/heads/master | 2023-04-25T05:15:19.485600 | 2021-05-10T22:54:32 | 2021-05-10T22:54:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,205 | cpp | /* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include <cstdlib>
#include <cctype>
#include <string>
#ifdef ARDUINO
#include "pgmspace.h"
#include "Arduino.h"
#endif
#include "lvgl.h"
#include "hasplib.h"
bool Parser::haspPa... | [
"15969459+fvanroie@users.noreply.github.com"
] | 15969459+fvanroie@users.noreply.github.com |
456e6b5d51404c05fb2d63a0f750c1d57cd8799d | 44743ee7ba632fa8ce981028193c383ac15acaf3 | /src/CrewList.h | 7e4b8da2cdcc911b98da987f994fc6245dbed177 | [] | no_license | registry/LogbookKonni-1.2 | 92b358f031517fea5875718b24d695597f26698b | 1d4d1b6551daf32b6746a25f1c388160bafdfd72 | refs/heads/master | 2021-01-21T18:59:01.567858 | 2015-04-17T13:27:58 | 2015-04-17T13:27:58 | 33,939,102 | 0 | 0 | null | 2015-04-14T15:09:51 | 2015-04-14T15:09:51 | null | UTF-8 | C++ | false | false | 5,674 | h | #pragma once
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif //precompiled headers
#include <wx/textfile.h>
#include <wx/grid.h>
#include <wx/object.h>
#include <wx/arrstr.h>
#include "wx/dnd.h"
#include <wx/tokenzr.h>
#include "Options.h"
#define CREWFIELDS 13
class LogbookDialog;
//////////////... | [
"konnibe@hotmail.de"
] | konnibe@hotmail.de |
bb1dd71303f007bd2897d6de00366607cbcd1b39 | 1b39bbf4a9bdc4cec54b2aeefc6007b70798feb3 | /hex/Tile.h | f53a3bf814d15cf398191183696a2f9f640c0068 | [] | no_license | mwhiter/hex | 64280a8e04573a977e3ae9ae5f0c3a67699c456f | e8bb5333a0e696180c452647179cf30b75ab4a00 | refs/heads/master | 2021-01-10T06:54:24.374966 | 2016-01-31T19:47:58 | 2016-01-31T19:47:58 | 49,393,294 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 561 | h | #pragma once
#include "Hex.h"
#include "Infos.h"
namespace mandr {
class Tile
{
public:
Tile(HexMap* pMap, TerrainInfo* pTerrain, int x, int y);
~Tile();
int getX() const;
int getY() const;
void draw(sf::RenderWindow& window) const;
TerrainInfo* getTerrain() const;
void changeTerrain(TerrainInfo... | [
"mjwhiter@hotmail.com"
] | mjwhiter@hotmail.com |
305681f9971d9f37e1fb4d01c259434e69e94385 | cfeac52f970e8901871bd02d9acb7de66b9fb6b4 | /generated/src/aws-cpp-sdk-iotsitewise/source/model/UpdateGatewayRequest.cpp | fc9ee0324adfd6d16df2973dd052dd766135afb3 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | aws/aws-sdk-cpp | aff116ddf9ca2b41e45c47dba1c2b7754935c585 | 9a7606a6c98e13c759032c2e920c7c64a6a35264 | refs/heads/main | 2023-08-25T11:16:55.982089 | 2023-08-24T18:14:53 | 2023-08-24T18:14:53 | 35,440,404 | 1,681 | 1,133 | Apache-2.0 | 2023-09-12T15:59:33 | 2015-05-11T17:57:32 | null | UTF-8 | C++ | false | false | 696 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/iotsitewise/model/UpdateGatewayRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::IoTSiteWise::Model;
using namespace Aws::Utils::Json;
... | [
"sdavtaker@users.noreply.github.com"
] | sdavtaker@users.noreply.github.com |
3d066a9a4d3e60acc113fac4f0036ad7dc8f8d3a | b584b2734c00bf4beb34612790381cb6d9909ec3 | /build-signal_slots_serial-Desktop_Qt_5_3_MinGW_32bit-Debug/debug/moc_watercooler.cpp | 86c1fe02b0f68ae1a366d19984e7a3e950cd02e7 | [] | no_license | d-fal/computerVision | 6339716f38400ac06b3db0b529461fba7681d60f | 83aafaf03460b5b8352650ddd3c07d3e58e27035 | refs/heads/master | 2021-05-28T10:18:29.652170 | 2015-01-20T08:38:56 | 2015-01-20T08:38:56 | 24,980,400 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,174 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'watercooler.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
**
** WARNING! All changes made in this file will be lost!
*********************************************************... | [
"falahati.davood@gmail.com"
] | falahati.davood@gmail.com |
cd418950106c0986db14f23c82afd49c118f43a6 | ca7b94c3fc51f8db66ab41b32ee0b7a9ebd9c1ab | /base/base64.cc | adb47186e57fc37f64f49c09327cfeabe8f27ea9 | [] | no_license | blockspacer/TronWallet | 9235b933b67de92cd06ca917382de8c69f53ce5a | ffc60e550d1aff5f0f6f1153e0fcde212d37bdc6 | refs/heads/master | 2021-09-15T15:17:47.632925 | 2018-06-05T14:28:16 | 2018-06-05T14:28:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,197 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifdef USE_BASE64
#include "base64.h"
#include <stddef.h>
#include "modp_b64.h"
namespace base {
void Base64Encode(const std::strin... | [
"abce@live.cn"
] | abce@live.cn |
69dbe2b125ffc783d0bc50e1ca3279e0574bc23e | 245469456358fef989bff029b7e67e183ae51fc5 | /Source/Lib/Elars/Alphabet.h | fcb1ce06ef75ddcf82af46631cf20a1abd6481a4 | [
"MIT"
] | permissive | binary42/elars | 96aa75c29fff637cc251e987fdff020f46a8a820 | a5acc14a01fe076d7eddcd8a062be62922262b18 | refs/heads/master | 2020-12-24T19:18:30.854324 | 2016-04-18T01:54:02 | 2016-04-18T01:54:02 | 38,181,862 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,627 | h | /*
* Alphabet.h
*
* Created on: Dec 17, 2012
* Author: borotech-linux
*
The MIT License (MIT)
Copyright (c) 2015 Jim N
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 restricti... | [
"james.h.neilan@nasa.gov"
] | james.h.neilan@nasa.gov |
52a96518c2de708cf89da33aaa02d0b8404b7e34 | 6c68e9835781708d3002aa8488bf2e0392c8ee34 | /test/main.cpp | 9d6012308af8783c983c13c38257d1f371bf2902 | [] | no_license | ivan-reshetnyak/C-data-structs | 76278207c5697f4c4d7ca24217aaec72a4e6946c | e0a3a0690991d42bc8cd0b02b5be4466d1d7cf3c | refs/heads/master | 2022-01-11T09:18:21.183547 | 2019-05-29T20:42:01 | 2019-05-29T20:42:01 | 189,294,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,135 | cpp | /* Memory leak checker */
#ifdef _DEBUG
# include <crtdbg.h>
# define SetDbgMemHooks() \
_CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF | _CRTDBG_CHECK_ALWAYS_DF | \
_CRTDBG_ALLOC_MEM_DF | _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG))
#endif /* _DEBUG */
#include <conio.h>
#include <cmath>
#include <iomanip>
#include <iostream>
#in... | [
"ivan.reshetnyak@gmail.com"
] | ivan.reshetnyak@gmail.com |
a599c4194a49d70b8afacac5710831e904426c34 | 8f50c262f89d3dc4f15f2f67eb76e686b8f808f5 | /MuonSpectrometer/MuonCnv/MuonEventTPCnv/src/MuonPrepRawData/CscStripPrepDataCnv_p1.cxx | 7bb826673d0292f6332765efa2446d5437296dfd | [
"Apache-2.0"
] | permissive | strigazi/athena | 2d099e6aab4a94ab8b636ae681736da4e13ac5c9 | 354f92551294f7be678aebcd7b9d67d2c4448176 | refs/heads/master | 2022-12-09T02:05:30.632208 | 2020-09-03T14:03:18 | 2020-09-03T14:03:18 | 292,587,480 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,004 | cxx | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
//-----------------------------------------------------------------------------
//
// file: CscStripPrepDataCnv_p1.cxx
//
//-----------------------------------------------------------------------------
#include "MuonPrepRawData/CscStrip... | [
"graemes.cern@gmail.com"
] | graemes.cern@gmail.com |
ad9c8bbcb31987becec46d946dc69af452c33ae6 | ee7543fe2aaf7bf45f8ddcb3c30ab9333e50d5f1 | /yuesefu_v1.cpp | 1b4aabc5080ad84ff75153dd19e85205cc5cbe0c | [] | no_license | 645082160/dsa | dce5553ef1e9fcc745a512df2d416a45017560c1 | d3b63c89c3d0ffb5ba894fa087f4a4404b9d7d7b | refs/heads/master | 2021-04-06T01:24:46.025119 | 2018-07-29T14:04:05 | 2018-07-29T14:04:05 | 124,818,018 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 768 | cpp | #include<iostream>
using namespace std;
int main(int argc, char** argv)
{
int N;//人的总个数
int M;//间隔多少个人
int k;//从编号为多少的人开始报数,从0开始编号
cout << "input n and m:";
cin>>N;
cin>>M;
cout << "input k:";
cin >> k;//从第几个人开始报数
int result=0;//N=1情况
for (int i=2... | [
"645082160@qq.com"
] | 645082160@qq.com |
d70ec826cae2e7204bc53982c4fe0c35164d8fd3 | 1eda3e33d2660ab4964674a8ae550a0719b95a5a | /Gear/vendor/KSNetwork/include/UDPSocket.h | 939df4077cadf674a6f9ba7637d512977c156b22 | [
"Apache-2.0"
] | permissive | GearEngine/GearEngine | 6d55857cf979b9c186990583256b9914e506b299 | fa5ed49ca6289a215799a7b84ece1241eb33bd36 | refs/heads/develop | 2021-02-09T12:31:39.030619 | 2020-05-28T02:41:54 | 2020-05-28T02:41:54 | 244,273,901 | 3 | 0 | Apache-2.0 | 2020-05-27T05:30:07 | 2020-03-02T03:44:20 | C++ | UTF-8 | C++ | false | false | 646 | h |
class UDPSocket
{
public:
~UDPSocket();
int Bind( const SocketAddress& inToAddress );
int SendTo( const void* inToSend, int inLength, const SocketAddress& inToAddress );
int ReceiveFrom( void* inToReceive, int inMaxLength, SocketAddress& outFromAddress );
/*
int SendTo( const MemoryOutputStream& inMOS, const... | [
"zxwnstn@naver.com"
] | zxwnstn@naver.com |
9cbd23b7dfa3de0ca4acdde7b8cb23a85cde4b54 | bbc9352d581a423c291a602e4715359b35d84502 | /MyDelegate/build-MyDelegate-Desktop_Qt_5_1_1_MinGW_32bit-Debug/debug/moc_delegate.cpp | dad87a3c67077562bb07f008fb7ef452aae14236 | [] | no_license | TSURKOVSERGEY/qt_study | a2fde099f02624e863ee0460e6ee0b0fcc51f246 | 10c71611c3090e75fc429ddbfb096506e6580398 | refs/heads/master | 2016-09-05T23:19:29.258677 | 2013-12-24T09:19:22 | 2013-12-24T09:19:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,557 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'delegate.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.1.1)
**
** WARNING! All changes made in this file will be lost!
************************************************************... | [
"TSURKOVSERGEY@mail.ru"
] | TSURKOVSERGEY@mail.ru |
43a3e78e77d977736112a1a0c33252d72e572b17 | 06a25ec850b89e034e627d482de5ab38712385b3 | /goa/cocos2d/cocos/editor-support/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.h | 99850d3b195c67d3007780a1304e087b371f4b01 | [
"MIT",
"Apache-2.0"
] | permissive | maqsoftware/Simple-Class | 05e85186e13ec17a0ba92f5d82b5f035ecce2a02 | 758a4cc7963625c1dd415d1068bb1b454714718d | refs/heads/master | 2023-03-07T22:14:50.830371 | 2019-09-16T13:39:03 | 2019-09-16T13:39:03 | 187,072,035 | 0 | 0 | Apache-2.0 | 2019-09-16T13:39:04 | 2019-05-16T17:23:42 | C++ | UTF-8 | C++ | false | false | 2,229 | h | /****************************************************************************
Copyright (c) 2015 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Softwar... | [
"talapadi@users.noreply.github.com"
] | talapadi@users.noreply.github.com |
a5432b7059db76a19440d42489a8dca293e5d6e3 | ace28e29eaa4ff031fdf7aa4d29bb5d85b46eaa3 | /Visual Mercutio/zScty/PSS_EvaluationWarnDialog.cpp | ea360ec1abcdbeb12698ba9947d77af6a0b8490b | [
"MIT"
] | permissive | emtee40/Visual-Mercutio | 675ff3d130783247b97d4b0c8760f931fbba68b3 | f079730005b6ce93d5e184bb7c0893ccced3e3ab | refs/heads/master | 2023-07-16T20:30:29.954088 | 2021-08-16T19:19:57 | 2021-08-16T19:19:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,994 | cpp | /****************************************************************************
* ==> PSS_EvaluationWarnDialog --------------------------------------------*
****************************************************************************
* Description : Provides an evaluation warning dialog box *
* Devel... | [
"jean_milost@hotmail.com"
] | jean_milost@hotmail.com |
0f8632ae1e0bc58406fbb875058879e27377b189 | cc410bba79b3d4ac144d8f81d18c2a1965d24a06 | /Art Institute of Vancouver/Semester_8/sitin/VGP336/mine/Engine/Vector2.h | 3ad276846dbad4672ed0c71d46addaba9d75dcb4 | [] | no_license | Khillasaurus/School | 6d1ffc96e4c1d9a28f99cc423ce5e0bdea370380 | d3c8cefef74ff8786bb172cd4c8925d9bb94af5b | refs/heads/master | 2020-03-30T05:53:48.030096 | 2015-08-07T19:47:03 | 2015-08-07T19:47:03 | 38,567,740 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 768 | h | #ifndef INCLUDED_ENGINE_VECTOR2_H
#define INCLUDED_ENGINE_VECTOR2_H
//====================================================================================================
// Filename: Vector2.h
// Created by: Peter Chan
// Description: Struct for a 2D vector.
//=========================================================... | [
"D.A.Schenker@gmail.com"
] | D.A.Schenker@gmail.com |
4042acea72c6c84ce43db68d9c91284f705dbd54 | 9daef1f90f0d8d9a7d6a02860d7f44912d9c6190 | /Competitions/LeetCode/sept_leetcoding_challenge/58_length_of_last_word_09152020.cpp | 75862ed6cab5f50b657214259162c7b044e20344 | [] | no_license | gogokigen/Cpp17-DataStructure-and-Algorithm | b3a149fe3cb2a2a96f8a013f1fe32407a80f3cb8 | 5261178e17dce6c67edf436bfa3c0add0c5eb371 | refs/heads/master | 2023-08-06T10:27:58.347674 | 2021-02-04T13:27:37 | 2021-02-04T13:27:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 803 | cpp | /*******************************************************************
* https://leetcode.com/problems/length-of-last-word/
* Easy
*
* Conception:
* 1.
*
* Given a string s consists of upper/lower-case alphabets and empty space characters ' ',
* return the length of last word (last word means the last appearing word ... | [
"ziv.wang.tw@gmail.com"
] | ziv.wang.tw@gmail.com |
2b5588fa96ba2f2c43f8c90f8c7fee528637ab73 | fdc9845728d2a799b7a892c09a61565ecc1db012 | /MiniLab1.2.cpp | 2cf3677d490e3072f16643ae5526feac4f887f82 | [] | no_license | lahloumatwit/OOPs | eef979f76bb5f3c49df48aed1dcf9e1e97fef559 | 15a926f53942b58811b1d41e98d7061eaf20d713 | refs/heads/master | 2020-07-27T16:10:52.825453 | 2019-09-17T21:05:33 | 2019-09-17T21:05:33 | 209,153,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 97 | cpp | #include <iostream> // <fstream>
int main()
{
std::cout <<"Bonjour, Monde!\n";
return 0;
}
| [
"lahloum@wit.edu"
] | lahloum@wit.edu |
b186bb1db1f72498416da9cbe252141504503965 | 4fda3cd4d39a4750798d58b1c1cb8bffa861b214 | /src/old/chain_reconstruct.h | ec73f9da281ff131b270c81a4b3eea62ad72fda2 | [] | no_license | pklall/view-interp | e01d28020da28a9a4a9bbb5a28dd585c3cc412ec | 49cf1538c9fb8fe5e04598f2ef19da4920ab6b02 | refs/heads/master | 2021-01-10T21:18:58.226224 | 2014-05-27T18:51:08 | 2014-05-27T18:51:08 | 14,387,108 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,402 | h | #pragma once
#include <Eigen/Dense>
#include <Eigen/LU>
#include "ceres/ceres.h"
#include "ceres/rotation.h"
#include "glog/logging.h"
#include "snavely_reprojection_error.h"
#include "common.h"
#include "cvutil/cvutil.h"
/**
* Matches features in each new image to the image before it.
*
* Note that feature ... | [
"puneetlall@gmail.com"
] | puneetlall@gmail.com |
d3184b11cd38e7b5b18d2f2a427c08d2f06f576c | b66208cedcbca09c44f007dcd0e01e4d5f04a0b1 | /frameworks/compile/slang/rs_cc_options.cpp | 8c8ae58e7b5c8b170e774781a9060f97ee14c0f8 | [
"LicenseRef-scancode-public-domain",
"NCSA",
"Apache-2.0"
] | permissive | hua3505/AndroidFrameworkSource | 2bb848110ec93f650fa8285f7dbb5524ee78e42e | c2fb180c9dbcc657456bab9feb62c351bec7f91e | refs/heads/master | 2021-08-31T17:36:52.205076 | 2017-12-13T09:38:34 | 2017-12-13T09:38:34 | 111,386,259 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,018 | cpp | /*
* Copyright 2014, The Android Open Source Project
*
* 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 applica... | [
"wolf.xu@ximalaya.com"
] | wolf.xu@ximalaya.com |
716f83c220e075d8c0d87a0f88e3990a6ef8bf45 | b3e014e8349d1282bfecf4d9d5bf09911387729b | /src/myVec4.cpp | e40b2d7394f492292d3656f93a0d1ebe61823bf1 | [] | no_license | kurodream/openGL_Study | 03749c902e21a4a3ca9d02177e26da87a1368eca | 44e7d5af125fec215abacfcf29879b47c773cda8 | refs/heads/master | 2022-12-02T21:08:26.743813 | 2020-08-07T08:16:24 | 2020-08-07T08:16:24 | 285,761,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 388 | cpp | #include"shader.h"
Vec4::Vec4(float x, float y, float z, float w)
{
this->x = x;
this->y = y;
this->z = z;
this->w = w;
}
void Vec4::setVec4(float x, float y, float z, float w)
{
this->x = x;
this->y = y;
this->z = z;
this->w = w;
}
float* Vec4::getVec4() const
{
static float bx_vec4[4];
bx_vec4[0] = x;
b... | [
"754942590@qq.com"
] | 754942590@qq.com |
3446783aa772223224540d25894e0e5b90e68842 | db4005f2b57b63b36fdb4eb6496c1b2701231294 | /Game Engine Essentials/Assn2_5280618_ChangQiJia/Assn2/Assn2/PhysicsEngine.h | 23fe8e8c9d79e39afc0693bcf8ba7dd58d68ecc4 | [] | no_license | ChangQiJia/University-Portfolio | 7d4cc616174906971453438c13c3e2bdc075defd | cc6b63a4dd37d0524a81997cb9a01ce1f5ab567a | refs/heads/master | 2021-05-05T08:34:12.084771 | 2018-01-26T13:39:13 | 2018-01-26T13:39:13 | 119,051,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 984 | h | #ifndef __PHYSICSENGINE_H
#define __PHYSICSENGINE_H
#include "stdafx.h"
#include "Utilities.h"
class PhysicsEngine
{
public:
PhysicsEngine();
~PhysicsEngine();
void initPhysics();
void exitPhysics();
void update(float deltaTime);
btRigidBody* createRigidBody(float mass, const btTransform& startTransform, btCol... | [
"qijiachang@hotmail.com"
] | qijiachang@hotmail.com |
8f5b6aa7f6f310c4db93ec957bf7569914a9131a | 459bbd0d215ee653575f9cc22e35d2503ed45576 | /ball.h | fcb60a393521e18359b6931cf106fb0ae841c6dd | [] | no_license | igorternyuk/TeArkanoid | 8541cb0bf782a6f3241656ebc9c02d5451fa3c08 | 5fee7066e0eba9dedbcf7971ffbe6ebe4f725f63 | refs/heads/master | 2021-01-19T16:34:26.243979 | 2018-04-29T13:46:40 | 2018-04-29T13:46:40 | 88,270,354 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | h | #ifndef BALL_H
#define BALL_H
#include "roundentity.h"
class Ball : public RoundEntity
{
public:
explicit Ball(float x, float y, float vx, float vy, float radius, sf::Color color);
//Интерфейс нашего шарика
void move() override;
void reset(int level);
void reflectHorizontally();
void reflectVe... | [
"xmonad100@gmail.com"
] | xmonad100@gmail.com |
3d99918313f920b13623dbebc41f4e3c0219dc44 | b98cba544d643126a5166c161ec6cb0afa49b1ac | /SecondHandShop/SecondHandShop.cpp | 1cf299f4980bfa2d68b22da6f611c7d376676b27 | [] | no_license | Azizjan-leo/SecondHandShop | 1da6e8d17ebda318a8b81aa33fa841067dff888f | 2ecbc65bdafcdc1a4c790bb0be908d90a5d5c0c7 | refs/heads/master | 2022-11-05T17:47:51.754936 | 2020-06-25T07:53:16 | 2020-06-25T07:53:16 | 273,948,170 | 0 | 0 | null | 2020-06-25T07:53:17 | 2020-06-21T17:01:40 | C++ | UTF-8 | C++ | false | false | 4,876 | cpp | // SecondHandShop.cpp : Defines the entry point for the application.
//
#include "framework.h"
#include "SecondHandShop.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
WCHAR szTitle[MAX_LOADSTRING]; // The title bar text
WCHAR sz... | [
"litpulla@mail.ru"
] | litpulla@mail.ru |
311fff9efb61a26ae5dbd810463426a984bb7580 | 310a3615fcc018b68cacc3e9678ced449d8a64bc | /playerController.h | 4336865cfc27e89b3dfc0c4f6738e2e99ad38690 | [] | no_license | grom-hub/PotaynoyLaz-Client | 7798f201f13f43167d22a58658f8d116d510cff6 | 11d5fd16f40e389517c771bffdbebe4f8e903098 | refs/heads/master | 2020-05-20T11:39:11.741030 | 2019-05-08T19:09:34 | 2019-05-08T19:09:34 | 185,554,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 477 | h | #pragma once
//#include <string>
//#include <vector>
#include "connector.h"
#include "ncScreen.h" // PrintData, StatusData
class PlayerController
{
public:
PlayerController();
int createPlayer(Connector &connect, int &myid, CreateData &createData);
void setCommand(int input, int &myid, char *sendBuff, int &send... | [
"ya4ule@gmail.com"
] | ya4ule@gmail.com |
5ce7626be796af558b809426e78a121f67c67573 | 8f32368e0ef2b2970fd1cfa849152f0a1b2e4898 | /cscs1320f14/polygonsmack.cc | 15e94470448aff47970782045ff114241431cb79 | [] | no_license | robgraves/classwork | d6aa0205c094247e2a4996ec57503656f3d7f418 | bfb473203181a6f48dc3bf1d62a1ace0545c50c0 | refs/heads/master | 2021-01-23T13:37:41.995116 | 2015-02-01T21:09:45 | 2015-02-01T21:09:45 | 17,704,465 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,214 | cc | /**************************************
*
* Matthew Page
*
* 11/20/2014
* CSCS 1320
*
* polygonsmack.cc - more graphical
* stuff with
* polygons.
*
*************************************/
#include <stdio.h>
#include <stdlib.h>
#include <gd.h>
int main()
{
u... | [
"matthewpage2003@yahoo.com"
] | matthewpage2003@yahoo.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.