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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b3f4ad043148fa5b0a9792c72f2b3997587b9133 | 8e59bcdb86e69ba319c94d14a5ff2bd2c965a78e | /libs/cuteLogger/src/AbstractStringAppender.cpp | 7167863d3e5eccb709a85d64ad7ea8fde78b6fa7 | [
"MIT"
] | permissive | knopkem/pacsnode-server | 00fb5fd8bff57b3fff04b2f6f491b9d304d0ec80 | 0f31d08dd68810ea7525200ef5663879633758cb | refs/heads/master | 2022-04-25T09:53:38.572962 | 2020-04-27T22:18:48 | 2020-04-27T22:18:48 | 259,465,018 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 14,419 | cpp | /*
Copyright (c) 2010 Boris Moiseev (cyberbobs at gmail dot com) Nikolay Matyunin (matyunin.n at gmail dot com)
Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License version 2.1... | [
"knopkem@gmail.com"
] | knopkem@gmail.com |
c28b3a65b53f6244f8a1769a3b1917fc3cbd6dee | d6dd5db888a40b101f8129e1e75d5159de3c33d4 | /src/slg/engines/pathoclbase/pathoclbaseoclthreadinit.cpp | f8076f5f9171aff3edd6fff237fa6b639817612a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | neuroradiology/LuxCore | e27b6213ea0cad9f71ca109458cbc81413061a37 | 77f02c37964ac44e266915f9a52322fcca91c41c | refs/heads/master | 2022-04-27T19:50:06.635711 | 2020-05-01T15:53:47 | 2020-05-01T15:53:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,738 | cpp | /***************************************************************************
* Copyright 1998-2020 by authors (see AUTHORS.txt) *
* *
* This file is part of LuxCoreRender. *
* ... | [
"dade916@gmail.com"
] | dade916@gmail.com |
10cffeb8d909b647520127dd694a9c305eeb0606 | a06123a57340a602a225cf1d07fa90914d80409e | /adventOfCode2018/day21/day21.cpp | 7f51cfbd299bc068bd530c495cd3c0622a130df5 | [] | no_license | swolecoder/competitive-programming | 9ec5146a97d914743ab4604f702806b1e1bd33ee | 66168be2cdf0db9aa1cdcf14440f11e5af9e4737 | refs/heads/master | 2022-04-27T05:16:00.719362 | 2020-04-23T21:19:18 | 2020-04-23T21:19:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 982 | cpp | /**
* C++ solution for Day21 - Advent of code 2018
*
* link - https://adventofcode.com/2018/day/21
* author - Oussa Zaki <zaki.oussama@gmail.com>
*/
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <iterator>
#include <chrono>
#include <algorithm>
#include <regex>
using namespac... | [
"oussama.zaki@klarna.com"
] | oussama.zaki@klarna.com |
ae7ad68fe2169bbddd7e0594934c18331baca6df | a9b82319f728c950032d46f57cb776a801f80ac8 | /include/Script/ScriptEventManager.h | e6b2639c16b07024d0a00855aa6778eebf8df76c | [] | no_license | shikang/BlackHole-Engine | eebea87a2b06be27601804470e26441ff1f1e0b1 | 8dc2324d7ac4c3b553d67ae04231e6438cf81af0 | refs/heads/master | 2021-01-20T17:06:22.647627 | 2016-08-08T09:38:22 | 2016-08-08T09:38:22 | 60,777,549 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,045 | h | #ifndef BH_SCRIPT_EVENTMANAGER_H
#define BH_SCRIPT_EVENTMANAGER_H
#include "Core/CoreEssential.h"
#include "Core/FunctionsFramework.h"
#include "Platform/Keybind.h"
#include "Script/ScriptConfig.h"
#include "Script/ScriptMethod.h"
#include "Script/ScriptObject.h"
namespace BH
{
// Script Event Manager that raise C# ... | [
"shikang.n@digipen.edu"
] | shikang.n@digipen.edu |
eca4a21dbcab37912aec181a14e738a85b5e2b2f | 8681c91756b2941035db515b621e32480d35ec11 | /xr_3da/IGame_Level.cpp | 54d581943595fd9ae17d32966dba6c6c7fbc3dd9 | [] | no_license | MaoZeDongXiJinping/xray-2212 | 1f3206c803c5fbc506114606424e2e834ffc51c0 | e143f01368c67b997f4be0dcdafb22f792bf485c | refs/heads/main | 2023-07-17T09:53:01.301852 | 2021-09-06T17:00:23 | 2021-09-06T17:00:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,024 | cpp | #include "stdafx.h"
#include "igame_level.h"
#include "igame_persistent.h"
#include "x_ray.h"
#include "std_classes.h"
#include "customHUD.h"
#include "render.h"
#include "gamefont.h"
#include "xrLevel.h"
#include "ps_instance.h"
ENGINE_API IGame_Level* g_pGameLevel = NULL;
IGame_Level::IGame_Level ()
{
g_pGameLeve... | [
"47507219+ugozapad@users.noreply.github.com"
] | 47507219+ugozapad@users.noreply.github.com |
c1f7f5219881112720e016c1dfdc6e02bc35b80d | 05e6a6cf34af24ac3cc03af28b5cd57a0ad53722 | /PA/skel-lab06/C++/p1/nim.h | 53b92f174b8723d6bd889a17380ac4abffd7cf45 | [] | no_license | KaynRO/Teme-Poli | ff5c64b5deadee816af6dbdf2204790a0a7e75f5 | 3c487ede03fb290b13ef000ff075749f4b342a3c | refs/heads/main | 2023-06-14T02:41:07.313066 | 2021-07-06T20:17:04 | 2021-07-06T20:17:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,221 | h | // skel PA 2017
#pragma once
#define Inf 123456789
#include <vector>
/**
* Reprezinta o mutare efectuata de un jucator
*/
class Move
{
public:
int amount; /* Cantitatea extrasa (1, 2 sau 3) */
int heap; /* Indicile multimii din care se face extragerea */
Move(int amount, int heap);
};... | [
"andrei.grigoras2015@gmail.com"
] | andrei.grigoras2015@gmail.com |
3ad61da3594da801385a405f3767a603f4f490af | 5bd54df4929d1f4f39bf6d93fcc5d4544d4617ce | /src/search/search/stringList.cpp | 7e210ffedfc7129690d20a54ed14b8603f4fde11 | [] | no_license | hairleng/text-retrieval-based-on-Zhihu-Daily | 43737fb7a741c0ad420f930f9f97a38953687187 | 75fbaf93ccbba371d0145cb475bc88020f36a803 | refs/heads/master | 2020-04-14T10:27:00.888493 | 2019-01-02T09:36:04 | 2019-01-02T09:36:04 | 163,787,288 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,612 | cpp | #include "CharString.h"
#include <fstream>
#include "StringList.h"
StringList::StringList()
{
head = new Node;
tail = head;
head->next = nullptr;
}
StringList::~StringList()
{
Node *p;
while (head != nullptr)
{
p = head;
head = head->next;
delete p;
}
}
bool StringList::add(CharString ... | [
"annmjy@hotmail.com"
] | annmjy@hotmail.com |
9005c7610a26416242b4c7e53f1929a50d40d4e1 | 1da3f575d8e31e4b6198f173cee53721fbc111a1 | /include/cps/requests/StatusRequest.hpp | 7d53878f68646ec467a1ee979d1d31cada140f48 | [
"MIT"
] | permissive | clusterpoint/cpp-client-api | 4a41f1a1a3508c1a2ca7b1c72dfe1d1d9c735215 | 605825f0d46678c1ebdabb006bc0c138e4b0b7f3 | refs/heads/master | 2021-01-18T23:14:33.136008 | 2017-02-16T12:29:27 | 2017-02-16T12:29:27 | 38,151,345 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 364 | hpp | #ifndef CPS_STATUSREQUEST_HPP
#define CPS_STATUSREQUEST_HPP
#include <string>
#include <vector>
#include <map>
#include "../Request.hpp"
#include "../Utils.hpp"
namespace CPS
{
class StatusRequest: public Request
{
public:
StatusRequest() :
Request("status") {
}
virtual ~StatusRequest() {
}
}... | [
"aigars@clusterpoint.com"
] | aigars@clusterpoint.com |
711253ac433fe52d14cc07598a37e73008e524a4 | 45cc90eb9a9753c50e01ea5c0aebf53b3a8fb1b2 | /UHVWorker/serialportinforequest.h | 5b1a499960f64af5d99ad2d3f76808af3a56cae9 | [] | no_license | anphan2410/UHVWorker | 535ab7c7824dde4d6e0e8f51b5b19f2325c8ee22 | 221e1672672028c76f6764a97a6985641d0d1fbb | refs/heads/master | 2021-06-29T22:32:46.564580 | 2017-09-18T04:25:22 | 2017-09-18T04:25:22 | 103,042,207 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 483 | h | #ifndef SERIALPORTINFOREQUEST_H
#define SERIALPORTINFOREQUEST_H
#include <QState>
#include <QTimer>
#include "anlogger.h"
#include "uhvworkervarset.h"
class SerialPortInfoRequest : public QState
{
public:
SerialPortInfoRequest(UHVWorkerVarSet *VarSet, quint32 TimerIntervalInMilisecond = 0);
protected:
void on... | [
"an.phan@ascenx.com"
] | an.phan@ascenx.com |
2cacd83f7ce174baac3cbc5f0f509837245a12d2 | 872bf37c48d5c28c7cc019c0293f66a3cd023f1f | /client/Source/Nova/Public/Gameplay/NovaCharacterHpBarWidget.h | 33b36c2e6270fafc3f2c772f112704f3f11538ea | [
"MIT"
] | permissive | yjun1806/JDefence | 21dbc3a87ca906ec8dc4d0f588feac55d6f4e96a | 72456e15c574bb495df872309e2db42e45f872fa | refs/heads/master | 2022-11-21T22:10:44.034583 | 2020-07-29T12:22:02 | 2020-07-29T12:22:02 | 283,390,900 | 0 | 0 | MIT | 2020-07-29T10:51:11 | 2020-07-29T03:43:32 | C++ | UTF-8 | C++ | false | false | 508 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "Nova.h"
#include "Blueprint/UserWidget.h"
#include "NovaCharacter.h"
#include "NovaCharacterHpBarWidget.generated.h"
/**
*
*/
UCLASS()
class NOVA_API UNovaCharacterHpBarWidget : public UUserWidget
{
GENERATED_BO... | [
"68216755+yjun1806@users.noreply.github.com"
] | 68216755+yjun1806@users.noreply.github.com |
971d5d3b75eb03250b5ee14f71c86b3977aec920 | 897b47032e4658f4861f539ccb837bd594d33bc1 | /src/harjoitus_19.cpp | 525e2d7631d6c33752a25d2cefa5af49d173c3fa | [] | no_license | VABAS/ohjelmoinnin_perusteet_2015S | b6677b1e91cbdae33a60496128c2fab214534605 | b5beabd800ad18992d44fc8c470fadc6ca848c50 | refs/heads/master | 2020-12-24T11:53:13.792503 | 2016-06-28T15:49:04 | 2016-06-28T15:49:04 | 73,104,973 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 679 | cpp | #include <iostream>
using namespace std;
int nopeudet[5];
int nopeus;
int main() {
while (true) {
cout << "Anna nopeus: ";
cin >> nopeus;//Pyydetään uusi nopeus
if (nopeus < 0) {//Lopetetaan jos nopeus on negatiivinen
cout << " => loppu" << endl;
break;
}
for (int i=3;i >= 0;i--) {//Siirretään taulukon... | [
"jesse.siekkinen@gmail.com"
] | jesse.siekkinen@gmail.com |
15140229726a220d5cece2a4e8bd770129f9eb17 | 32189778fc862030432b8521e94456e3aa947e34 | /Documents/GitHub/repo_bergerb_fawcettm_shawcw_tomatsur/BeeProject/GUIPackage/hiveowner.cpp | 0ef920dd20d25ad92d0b609e4f2005de740fd1a6 | [] | no_license | raytomatsu/minishell | 9b00806665036d18434d7ff9a886aed148b806b7 | fdb953d2c98fd4b921ea313a602ade0cade33849 | refs/heads/main | 2023-03-23T22:05:14.045367 | 2021-03-15T14:04:26 | 2021-03-15T14:04:26 | 347,989,635 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 661 | cpp | #include "hiveowner.h"
#include "ui_hiveowner.h"
HiveOwner::HiveOwner(Controller _cont,QWidget *parent) :
QDialog(parent),
ui(new Ui::HiveOwner)
{
ui->setupUi(this);
cont = _cont;
}
HiveOwner::~HiveOwner()
{
delete ui;
}
/**
* HiveOwner can either request info or configure a hive. Configuring w... | [
"tomatsur@lafayette.edu"
] | tomatsur@lafayette.edu |
c3ef902354060690e73206e2a6caf29fd3156a47 | a5edf8b84ae791d0c48f2da0a3056c23f595c2ce | /ground_station/3D/GroundStation/GroundStation.cpp | e9bdbff641ec601c74b35b5922762a157ba148fa | [] | no_license | clementnuss/gs_matterhorn | cb9b3910b070fde22062cdbfaacc0bbd71c74108 | d6e9c213c722e26594675b9d4ef28faef39a93b9 | refs/heads/master | 2021-03-27T14:12:58.238039 | 2018-05-18T11:46:28 | 2018-05-18T11:46:28 | 112,453,156 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 987 | cpp | #include <QtGui/QFont>
#include <QtGui/QFontMetrics>
#include <Qt3DCore/QTransform>
#include "3D/Utils.h"
#include "3D/Billboards/Marker.h"
#include "3D/Billboards/Tracker.h"
#include "3D/ForwardRenderer/LayerManager.h"
#include "GroundStation.h"
GroundStation::GroundStation(QVector3D position, const QString &texture,... | [
"leandro.kieliger@epfl.ch"
] | leandro.kieliger@epfl.ch |
47a5302b1d3a3aa2cb1d9bc4a1bf9db6195918a9 | d4dba3cb04d83c59a753222d0cefaa479f661aa9 | /자구프/patricia.cpp | 4107ff998d3f57282dd25235827ac7a6149b6660 | [] | no_license | youngsuk0304/algorithm | 5dca6af028b8391eab1240ef23cb2ef6e7a50f55 | d9ad3f68a72d6f8dc612862b93f012f14e6bb992 | refs/heads/master | 2023-04-28T16:32:00.182313 | 2021-05-24T06:47:36 | 2021-05-24T06:47:36 | 197,145,042 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 3,927 | cpp | #include <stdio.h>
#include <iostream>
#include <stdlib.h>
#include <queue>
#define length 4
using namespace std;
typedef struct element {
unsigned key;
}element;
typedef struct patriciaTree * Patricia;
typedef struct patriciaTree {
int bitNumber;
int print_check;
element data;
Patricia leftChild, rightChild;
}... | [
"djfls0304@naver.com"
] | djfls0304@naver.com |
07de417bd2532742233e64cc5bf9aec2a67fc5e0 | 562643394fa1fbcf7cafcb27abe2dcf53f389639 | /Queues/backdoor.cpp | 87a28f546ce79522c3e65a31d83d12d2f28692fb | [
"Apache-2.0"
] | permissive | jli860/tnvme | 198e03508ba73e6714aa73d37ac073c22fee87f2 | 208943be96c0fe073ed97a7098c0b00a2776ebf9 | refs/heads/master | 2020-03-20T22:14:44.825157 | 2018-06-18T21:47:53 | 2018-06-18T21:47:53 | 137,787,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,201 | cpp | /*
* Copyright (c) 2011, Intel Corporation.
*
* 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 ... | [
"todd.rentmeester@intel.com"
] | todd.rentmeester@intel.com |
6deb72af027f0f46fdd5420c4312f04bb03cc2fb | 9259f0e6387e85f4198931f0c489beea8e580bf9 | /10.0.15063.0/winrt/internal/Windows.Security.Authentication.Identity.3.h | 2ee441398a06f7d79e07c6ff9506cf8a606099e5 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | part-machine/cppwinrt | 68fdd6ff4be685b9626451e94a113a7c1827fc23 | 5086290db972a5ed15d1a3e3438b57ce2f6eecd2 | refs/heads/master | 2021-01-16T18:39:49.206730 | 2017-07-29T17:54:09 | 2017-07-29T17:54:09 | 100,108,083 | 0 | 0 | null | 2017-08-12T11:28:45 | 2017-08-12T11:28:45 | null | UTF-8 | C++ | false | false | 877 | h | // C++ for the Windows Runtime v1.0.170406.6
// Copyright (c) 2017 Microsoft Corporation. All rights reserved.
#pragma once
#include "Windows.Security.Authentication.Identity.2.h"
WINRT_EXPORT namespace winrt {
namespace Windows::Security::Authentication::Identity {
struct WINRT_EBO EnterpriseKeyCredent... | [
"kwelton@microsoft.com"
] | kwelton@microsoft.com |
035597aef88bd0667f9e84b1d6196afe6ad2cf78 | 0eaa1053074590eab4585b8eab034cf708dea6b6 | /src/utility/T4Timer.h | 607542006bc7bb7dd7224b03db3db8fe4edbfc7d | [] | no_license | scavallero/T4Stack | 7a03f949701a0150320791c26b4d75d1f3742d1f | 22d15182ce1af6f6c4c5c86057fe8bf69e787e36 | refs/heads/master | 2020-07-30T06:30:13.737558 | 2019-09-29T13:19:21 | 2019-09-29T13:19:21 | 210,118,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,582 | h | #ifndef T4Timer_H
#define T4Timer_H
#include <functional>
#include <Arduino.h>
typedef std::function<void(void)> timer_callback;
class T4Timer {
public:
// maximum number of timers
const static int MAX_TIMERS = 10;
// setTimer() constants
const static int RUN_FOREVER = 0;
... | [
"massimiliano.petra@gmail.com"
] | massimiliano.petra@gmail.com |
e39698642b99e1c39173e0e39f38a693ac034f11 | 95b94c4d2768d5e194792060fa1ac4229cd7ea5a | /code/common/StateMachine/test/StateTest.cpp | 31055daabe6a66b711b87e94089a23e2ccf886ed | [] | no_license | blockspacer/r-type.tek | 06c0efd3b27fe9e3f985263b45979702fd350b69 | 34476f6d29ba1015bb36d68db60bb89bba3f83af | refs/heads/master | 2020-11-24T09:23:15.937589 | 2017-03-05T02:14:45 | 2017-03-05T02:14:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,368 | cpp | //
// Created by tookie on 12/22/16.
//
#include "gtest/gtest.h"
#include "State.hpp"
TEST(State, ConstructState)
{
state_machine::State<std::string> state("s0");
ASSERT_EQ(state.getEdges().size(), 0);
ASSERT_FALSE(state.has("salut"));
}
TEST(State, LinkTwoState)
{
state_machine::State<std::string>... | [
"david.galy@epitech.eu"
] | david.galy@epitech.eu |
c7853f364c9ba7203576a884de82f421c232aaa0 | 09538b228402514c16a32b3fb9b1b0b2c61d6c5d | /include/sec21/units/dimensions/acceleration.h | 4df933bfcef55b99fe72ef8782ffbb4f9e44871a | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | MichaelMiller-/sec21 | f89ff198012f37e051e38ad88bbfc19c656921a0 | 3c436a8ee9d5f9bdb6648d4a6df715d1f0cba766 | refs/heads/master | 2023-08-25T03:40:02.321622 | 2023-08-05T07:36:54 | 2023-08-05T07:36:54 | 35,878,024 | 4 | 1 | null | 2022-12-15T19:14:07 | 2015-05-19T11:27:52 | C++ | UTF-8 | C++ | false | false | 656 | h | #pragma once
#include <sec21/units/dimensions/base_dimensions.h>
#include <sec21/units/quantity.h>
namespace sec21::units
{
using acceleration = dimension<exponent<base_dimension_length, 1>, exponent<base_dimension_time, -2>>;
struct meter_per_second_squared : derived_unit<meter_per_second_squared, acceleratio... | [
"miller.michael@gmx.de"
] | miller.michael@gmx.de |
1eecab7282fb3f095c7a04d6136c01afe3ffcfdb | 76b5f9ee57b38bbf99130b5a556a07d733e30cc8 | /tk_hardware_interface/node/arm_hardware_node.cpp | 37192e495e92126305b0785307974e518492bc96 | [] | no_license | tinkerfuroc/tk2_control | 9ab1081986f3818544960323d0ad80a0f9ee9550 | b291c41c55a44a4d768c06260dfb9064c8d623d1 | refs/heads/master | 2021-01-17T09:34:21.643585 | 2017-07-16T11:41:52 | 2017-07-16T11:41:52 | 55,253,889 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 868 | cpp | #include <ros/ros.h>
#include "tk_hardware_interface/arm_hardware.h"
#include <controller_manager/controller_manager.h>
using namespace tinker::control;
int main(int argc, char *argv[]) {
ros::init(argc, argv, "tinker_arm_hardware");
ros::NodeHandle private_nh("~");
ros::NodeHandle n;
XmlRpc::XmlRpcVa... | [
"amtcmp@126.com"
] | amtcmp@126.com |
85011c10baf542940599d3bd9eb227b2492e4eb4 | 950ec9dd55dc32975c46b3b61b98434edc9b2d0c | /Main/StateManager.cpp | 38c3ea97a95bbaa3a6bad8f70576427b92f93b18 | [] | no_license | aSaul2006/GameEngineProject | a99bb0f73d74388f99758c84ca1215093eba972f | 3b3c5ada569aa1fc86383f90a078ecd439247ad1 | refs/heads/master | 2021-01-10T14:41:14.269844 | 2013-03-04T15:58:13 | 2013-03-04T15:58:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,820 | cpp | /*
This file defines the StateManager class. When running, we do a game loop, passing control to specific methods to handle each loop's processing, while we can
switch states at any time. The time elapsed since the last processing cycle is passed in, so that the new cycle will know how much real time has passed to acc... | [
"aaron.saul@PEND-2370.cayusetechnologies.com"
] | aaron.saul@PEND-2370.cayusetechnologies.com |
f7d0a898198aa0231363d93a2252f56bc6ebf826 | a6763ea11cfc1a04ad30212d1f5aa6d7a8905056 | /MagicTowerProject/Classes/candypunk/components/AnimationComponent.cpp | 12d088d7880ef34f4983ec1cc1b55d85b547ac22 | [
"MIT"
] | permissive | Tuuben/MagicTower | bdb8d949103b81fe54a6a5d145c1f2819b50f636 | 6d8740e882bc331644deb0eaf57e5df817618f01 | refs/heads/master | 2021-06-17T04:55:26.676916 | 2017-06-01T10:18:33 | 2017-06-01T10:18:33 | 87,349,063 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,835 | cpp | //
// AnimationComponent.cpp
// MagicTowerProject
//
// Created by Tobias Helsing on 18/02/16.
//
//
#include "AnimationComponent.h"
using namespace cocos2d;
AnimationComponent* AnimationComponent::createComponent(cocos2d::Sprite* animateSprite)
{
AnimationComponent* _animComp = new AnimationComponent();
... | [
"tobias.helsing@appcandy.com"
] | tobias.helsing@appcandy.com |
28c4f2167567fe26137f9f320f6e484e596ea112 | 4a13e5f02fdce8b67197c7864cd24785320f568b | /stereogramsolver.h | fa2a79d1f5c8cba9b4af8f158458f65da6fd3902 | [] | no_license | silentz/Stegsolve | 7d25aa6f9343bf3250dc787982daa362c7797224 | b65c34d25d01a7d31a7e90c41c45a47bca2312c7 | refs/heads/master | 2021-09-20T16:00:42.886764 | 2018-08-11T15:33:14 | 2018-08-11T15:33:14 | 144,396,508 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 703 | h | #ifndef STEREOGRAMSOLVER_H
#define STEREOGRAMSOLVER_H
#include <QDialog>
#include <QImage>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QPushButton>
#include <QScrollArea>
#include <QFileDialog>
#include "imagewidget.h"
class StereogramSolver : public QDialog
{
Q_OBJECT
private:
int offset;
QI... | [
"maxim.pershin@protonmail.com"
] | maxim.pershin@protonmail.com |
140c7384172bb566e4edfed695fddcbdf9b8774a | 7dbb9e7aeb9a189f4533647dfea6d30b6c3bd0ba | /examples/get-started/Serial_Test/main/Serial.cpp | a8b6c2b656c78145db0e53c56a150c8df416e106 | [
"Apache-2.0"
] | permissive | sunischit1/esp-idf | 10f22408423bdb7169129cee73c865269784ef1a | 7593ee2d38c63643be026259e0ab1707b633b0c0 | refs/heads/master | 2021-05-18T18:56:47.227235 | 2020-04-29T15:34:36 | 2020-04-29T15:34:36 | 251,368,604 | 0 | 0 | Apache-2.0 | 2020-03-30T16:47:04 | 2020-03-30T16:47:03 | null | UTF-8 | C++ | false | false | 721 | cpp | #include <esp_log.h>
#include <string>
#include "sdkconfig.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/gpio.h"
#include "Cpp_Uitil.h"
//---------------------------- GPIO Config ---------------//
#define BLINK_GPIO CONFIG_BLINK_GPIO
//----------------------------------------------------... | [
"sunischitj@gmail.com"
] | sunischitj@gmail.com |
171896e5ab8d25cfb6f35eb20aeab90f97db6ac1 | 8f095f6652c361e8fa9f6593249089b8f444690a | /QuickCreator/main.cpp | 3af3320e85d5f0ecd958fb0b36663a8113e7077d | [
"MIT"
] | permissive | fuzongjian/Qt-demos | 383232cfac6622a750d8bf89b1272363b7feb590 | a869a818ce2863c2b1578e8fb3a02a726a1dcd18 | refs/heads/master | 2021-05-14T01:44:19.215616 | 2019-02-19T11:26:57 | 2019-02-19T11:26:57 | 116,574,936 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 448 | cpp | #include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QQmlContext>
#include "manager.h"
int main(int argc, char *argv[])
{
QGuiApplication app(argc, argv);
//4个参数的含义是:包名、主版本号、此版本号、QML类型名
qmlRegisterType<Manager>("MainManager.module",1,0,"CommonManager");
QQmlApplicationEngine engine;
... | [
"fu_zongjian@163.com"
] | fu_zongjian@163.com |
b0f76bba1da18baa00a0ea1ef3f994b219bfeb0a | c6d6be9062c0664f96dba5a3716bc939f2a3a9de | /src/gamebryo/gamebryomoddatachecker.cpp | ccda8eb910c6d00cbf7d328bc038187853c1a345 | [] | no_license | isanae/modorganizer-game_gamebryo | a09f49b88f85ed71c5dbc4fa51f378ac5e852a58 | 547873b9846b6443eb8054f4fe8c2ff7be631d59 | refs/heads/master | 2021-07-02T20:57:07.593814 | 2020-11-10T16:52:59 | 2020-11-10T16:52:59 | 195,133,095 | 0 | 0 | null | 2019-07-03T22:17:26 | 2019-07-03T22:17:25 | null | UTF-8 | C++ | false | false | 1,516 | cpp | #include <ifiletree.h>
#include "gamebryomoddatachecker.h"
/**
* @return the list of possible folder names in data.
*/
auto GamebryoModDataChecker::possibleFolderNames() const -> const FileNameSet& {
static FileNameSet result{
"fonts", "interface", "menus", "meshes", "music", "scripts", "shaders",
"soun... | [
"capelle.mikael@gmail.com"
] | capelle.mikael@gmail.com |
9a2760edecd03d7d149c30a6531e3b42e46d58b4 | 05e1f94ae1a5513a222d38dfe4c3c6737cb84251 | /Mulberry/branches/users/shared/externals/v4.1d1/XMLLib/Source/CStreamBuffer.h | c93a1130b4626ce0f1a49331c18e05b88378d2a5 | [
"Apache-2.0"
] | permissive | eskilblomfeldt/mulberry-svn | 16ca9d4d6ec05cbbbd18045c7b59943b0aca9335 | 7ed26b61244e47d4d4d50a1c7cc2d31efa548ad7 | refs/heads/master | 2020-05-20T12:35:42.340160 | 2014-12-24T18:03:50 | 2014-12-24T18:03:50 | 29,127,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,560 | h | /*
Copyright (c) 2007 Cyrus Daboo. 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 re... | [
"svnusers@a91246af-f21b-0410-bd1c-c3c7fc455132"
] | svnusers@a91246af-f21b-0410-bd1c-c3c7fc455132 |
e039e4df4878ca347b9891c13629f782ac3b4e42 | 05d2f1f01a9d817d4c26dca5d700ab5b3ea86945 | /src/pow/test/test_flt.cpp | 8ee043810f80d94a9734ddbe36b9582782ce8942 | [] | no_license | datavetaren/dipper_pow | 1661f7c24069affea8b8fcd95403da73d9c0d1d5 | 546f069aa5a518086426f4e96f946b0d436c99db | refs/heads/master | 2020-04-16T00:53:50.838654 | 2019-10-03T07:26:15 | 2019-10-03T07:26:15 | 165,154,091 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,521 | cpp | #include <iostream>
#include <sstream>
#include <assert.h>
#include <math.h>
#include <cmath>
#include <iomanip>
#include "../flt.hpp"
#include <boost/algorithm/string.hpp>
using namespace prologcoin::pow;
static void header( const std::string &str )
{
std::cout << "\n";
std::cout << "--- [" + str + "] " + st... | [
"datavetaren@datavetaren.se"
] | datavetaren@datavetaren.se |
6f5a742284f0c5d8c1b0f8ce1f6d3ce67f0b3faf | c9d185c5b6fa17ad5bb282de0983dc331ea729f6 | /src/Client/GUI3/Widgets/Controls/TextField.cpp | c382fe2a52535d45a3cb0a28fd7083f36b0c51ce | [
"MIT"
] | permissive | Marukyu/RankCheck | 4812011d7bf2499dbec86d0d269b07947f78b847 | cf3005a2ba6f66bd66f27e0e42ca6b0ccb907014 | refs/heads/master | 2021-05-02T10:48:50.875640 | 2020-04-20T17:33:45 | 2020-04-20T17:33:45 | 120,764,636 | 12 | 3 | null | 2020-04-20T22:52:45 | 2018-02-08T13:26:48 | C++ | UTF-8 | C++ | false | false | 7,521 | cpp | #include <Client/GUI3/Events/Key.hpp>
#include <Client/GUI3/Events/KeyEvent.hpp>
#include <Client/GUI3/Events/MouseEvent.hpp>
#include <Client/GUI3/Events/StateEvent.hpp>
#include <Client/GUI3/Pieces/Text.hpp>
#include <Client/GUI3/Rendering/Primitives/Box.hpp>
#include <Client/GUI3/Rendering/Primitives/Gradient.hpp>
#... | [
"defmenge@googlemail.com"
] | defmenge@googlemail.com |
7d0380c1ad557742abc9fe1ed7ab74a0ed30da90 | b20e78f18d43591b63553e81905d8c100f63d68c | /src/libtsduck/tsTargetIPv6SlashDescriptor.cpp | ab7476de2b9d19d739ab1d58effcc19fa00e8170 | [
"WTFPL",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | kxp/tsduck | c221f72734c411cdcb8bbad6c385797560dac58f | 53063b35be048c2945a206a22bd1c72d1d178fda | refs/heads/master | 2020-04-23T12:34:11.657348 | 2019-02-16T15:02:31 | 2019-02-16T15:02:31 | 171,173,582 | 1 | 0 | null | 2019-02-17T21:18:02 | 2019-02-17T21:18:01 | null | UTF-8 | C++ | false | false | 5,920 | cpp | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2019, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
6c19496510420a78f7ff22cecdfc0e7f4ff9e9fb | 6f8d5ceb7ab4118490b530f536b65b7f1b3fb5c1 | /PGRproject/src/VertexBuffer.cpp | 8ac45bcc49665ceef07ccc1f2c3268f277859a7d | [] | no_license | Mizumaky/PGRproject | 64a441d6731e4bcdec7a40f130b62df67af060bc | 39af64841a1a88ec030c36be5b7ca9f06f65f60e | refs/heads/master | 2020-05-21T18:28:11.968835 | 2019-05-26T21:53:30 | 2019-05-26T21:53:30 | 186,133,390 | 0 | 0 | null | 2019-05-26T21:53:31 | 2019-05-11T12:59:54 | C++ | UTF-8 | C++ | false | false | 757 | cpp | #include "VertexBuffer.h"
#include "pgr.h"
namespace mullemi5 {
VertexBuffer::VertexBuffer(const void* data, unsigned int size) {
//prepare an array buffer
glGenBuffers(1, &m_rendererId); //generate
bind(); //bind - this is the buffer we will be currently setting stuff to
glBufferData(GL_ARRAY_BUFFER, size, ... | [
"mullemi5@fel.cvut.cz"
] | mullemi5@fel.cvut.cz |
8c861c2112e5f2a477598873af736875c92c02aa | 57bb8e46197961214fad2ad9ee4fb9116e9f39ec | /DPPIR/sockets/server_socket.cc | 1eb532ef892bd7c86babb142fc2878aabdc249ee | [
"MIT"
] | permissive | multiparty/DP-PIR | aa33a11c9e230ddca3df79330d58df42b6a64544 | dce32d2f69bef59318adb662161c29553d3660b5 | refs/heads/master | 2023-03-07T11:45:32.219948 | 2022-08-23T20:04:29 | 2022-08-23T20:04:29 | 167,214,670 | 7 | 0 | MIT | 2022-12-15T22:33:01 | 2019-01-23T16:26:26 | C++ | UTF-8 | C++ | false | false | 1,447 | cc | #include "DPPIR/sockets/server_socket.h"
#include <iostream>
#include "DPPIR/sockets/common.h"
namespace DPPIR {
namespace sockets {
// Listen on port and accept connection.
void ServerSocket::Initialize(int port) {
std::cout << "Creating server and accepting connections..." << std::endl;
std::cout << "On port ... | [
"kinan.bab.14@gmail.com"
] | kinan.bab.14@gmail.com |
97d7d07913eb4fe148a06df1fe9ef695b644aaec | c90e66dee3abc7d59308e005a814e4fdc499d914 | /DLL_FORM_TEMPLATE/MainForm.h | 66b4ec6a9d62f69522d456e1025fc508f69da107 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | sh1nu11bi/pandora_injection_downloader_gui_cpp_cli | 65299a36f5edfd9fc93346d6ba408e4c89256cfe | 177ca107805ef60346829ad85a82ac48e5a8926d | refs/heads/master | 2021-05-08T20:10:16.117010 | 2016-02-05T00:22:04 | 2016-02-05T00:22:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,703 | h | #pragma once
#include "unmanaged.h"
#pragma managed
namespace DLL_FORM_TEMPLATE
{
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::IO;
using namespace System::Net;... | [
"cjack.tx@gmail.com"
] | cjack.tx@gmail.com |
af70a8bda0602699bfe4df974a9dd367838dcdfa | 667786dd8dacdf6828ff329419f377f9a2112c0b | /Problems/CodeForces Contests/Sunday Contests/09:04:2016/hw.cpp | 1de7484fd8b1891231df604420840915060f53ec | [] | no_license | BedirT/Algorithms_and_DS | 50de96c8e707422f51510eda0e155880d76eed0e | 083a6325b8be70108832eda1bf43eb9f3b9eb011 | refs/heads/master | 2022-09-09T22:29:55.090031 | 2022-09-06T22:04:06 | 2022-09-06T22:04:06 | 51,181,386 | 45 | 27 | null | 2020-03-06T10:36:26 | 2016-02-05T23:46:56 | C++ | UTF-8 | C++ | false | false | 862 | cpp | #include <iostream>
#include <cstring>
using namespace std;
int t;
long long a, b, k;
long long cellsv[10000001];
bool cellsw[10000001];
void primes(long long n){
memset(cellsw, true, sizeof cellsw);
long long i,j;
for (i = 2; i <= n; i++)
if (cellsw[i]){
for (j = i; j <= n ; j+=i... | [
"bedir.tapkan.53@gmail.com"
] | bedir.tapkan.53@gmail.com |
cbcf673f8edf4aff2eb5acacf568241dfe5b0d3f | 46e1a1a0ddb28eaf4486f86bd16357cf865ea448 | /GameEngineV3/GameEngine3D/Core/Game3D.cpp | a9f9ddf407e2b68b7fd90889e94ed2992a96dc6c | [
"MIT"
] | permissive | adgalad/GameEngineV2 | 0b85446f1e63df7719fd281088d120cb044b3f03 | 1aaa1a510556584e0179ad691cc42de12545abef | refs/heads/master | 2021-05-04T10:41:16.516625 | 2017-10-06T04:18:08 | 2017-10-06T04:18:08 | 47,952,114 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 161 | cpp | //
// Game3D.cpp
// GameEngineV3
//
// Created by Carlos Spaggiari Roa on 5/19/17.
// Copyright © 2017 ARSC. All rights reserved.
//
#include "Game3D.hpp"
| [
"carlos.25896@gmail.com"
] | carlos.25896@gmail.com |
eeb36444ea4c281344b6487e7eca9d1ce8358a33 | b4660cc8fa3ce045508105fa52228a98fa19a87d | /src/converter/converter.cc | 976f6ce9e48a521944ee0d378c97b0b0591e219f | [
"BSD-3-Clause",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-public-domain"
] | permissive | hnakamur/mozc-deb | 81e9b561863e57da73aa9ba90d24ff5d0bca480b | a0d6db21786ae7fc54806714cbeca6c7c74cbd36 | refs/heads/master | 2021-04-15T09:32:03.635220 | 2018-05-04T10:09:23 | 2018-05-04T10:09:23 | 126,575,465 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 36,500 | cc | // Copyright 2010-2016, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of condit... | [
"hnakamur@gmail.com"
] | hnakamur@gmail.com |
35a0806ec674e60044d4a98486f322ee988b5e8c | 9f9038d285ae8e3d3772e49a8b3115f06e0a4f89 | /src/include/parallelCholesky.h | 47d1ce1961d36d251b7a3ff6e1f32d83e8ba3a8f | [] | no_license | isglobal-brge/BigDataStatMeth | e09bfcb2ca7e1abce253083177a30167e694a2af | 27948557f53ec6fa26450272339c7788b6c6bc54 | refs/heads/master | 2023-06-24T23:56:06.548394 | 2022-10-09T20:03:25 | 2022-10-09T20:03:25 | 147,813,286 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 731 | h | #ifndef parallelCholesky
#define parallelCholesky
#include <RcppEigen.h>
#include <iostream>
#include <cstdlib>
#include <chrono>
#include "BigDataStatMeth.h"
#include "pkg_omp.h"
#include <thread>
#include <cmath>
Eigen::MatrixXd Cholesky_decomposition_parallel( Eigen::Mat... | [
"43083225+dpelegri@users.noreply.github.com"
] | 43083225+dpelegri@users.noreply.github.com |
15995b492f88634827098667e669e2b2d0bdf564 | 697a751b80ac05a73a3ff38aa56e0f71359bf58e | /test/function/TapeSort/src/sortBuffer.cpp | 65d53d7e74524d63d663f41a0a30b2542ae43993 | [
"GPL-2.0-only",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | HashDataInc/Gopherwood | e06203fb8b5ceeb726d30dd07b9e63f3aa3f4ef7 | 4e06e575b0b4a5efdc378a6d6652c9bfb478e5f2 | refs/heads/master | 2021-05-06T06:35:16.744434 | 2018-06-29T08:00:50 | 2018-06-29T10:04:40 | 113,868,415 | 12 | 6 | Apache-2.0 | 2018-06-29T10:07:51 | 2017-12-11T14:25:09 | C++ | UTF-8 | C++ | false | false | 7,523 | cpp | /*
* DBMS Implementation
* Copyright (C) 2013 George Piskas, George Economides
*
* 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 2 of the License, or
* (at your option) any later ... | [
"492960551@qq.com"
] | 492960551@qq.com |
e646791347bdf9e490dc3261db4a66d138a23e2c | 1e636fe0e92256920a5804494b44342e20050285 | /Day5/2_perfect_forwarding_solution_2_2.cpp | 42c5c1ad04dd1844e743384e012c865335862f68 | [] | no_license | JaeminShim/NCUAdvancedCPP | 4c65e8218bd8c6ef1e4318ad1739739a72a49ae1 | 399c7a805fccc6f1b8eef52cdc717bc87ed539f1 | refs/heads/master | 2021-01-10T16:31:01.431020 | 2015-11-25T08:51:34 | 2015-11-25T08:51:34 | 43,853,480 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 679 | cpp | // 2. 완벽한 전달자 - 해결책 2-2 - 145page
#include <iostream>
using namespace std;
void foo(int n) { cout << "foo : " << n << endl; }
void goo(int &n) { cout << "goo : " << n << endl; n = 20; }
template <typename F, typename T> void logTime(F f, T a)
{
f(a);
}
// 참조로 변환 가능한 포인터 역할의 객체
template <typename T> class xreferen... | [
""
] | |
3bc59f87e3222d4fbbb768a1a50eb7444dfd5e2f | dfa1dad373a896b62fb7542f2352c0cfb1dae49a | /perf/gnu/command_line.cpp | 40a5091898c4932d2665d6006e28e1c78ca3ce42 | [
"Apache-2.0"
] | permissive | zhoulipeng/cppwork | b04faccf9c8160cb694df1195d12aba6d42ed3ce | da3e62bd74bbb3e8b723472ee407926fcd01137e | refs/heads/master | 2023-04-07T20:26:21.191240 | 2023-03-21T08:36:41 | 2023-03-21T08:36:41 | 31,721,277 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | #include "command_options.h"
#include "perfecthash.hpp"
#include <cstring>
#include <iostream>
#include <string>
using namespace std;
int main(int argc, char* argv[])
{
for (int i = 1; i < argc; i++) {
const CommandOption* opt = Perfect_Hash::IsValidCommandLineOption(argv[i], strlen(argv[i]));
if (... | [
"zhoulpg@gmail.com"
] | zhoulpg@gmail.com |
babec505a2863319d6a03436069952ad2c523519 | fef5c44650e219e690130e0d8372bd6f364052c8 | /算法提高/C++/ADV-11 算法提高 Torry的困惑(提高型).cpp | 6c2cf79b905cc6895b4f6e10df58a94b9badad2a | [] | no_license | gggdttt/Lanqiao | ba0ec670ffd5590638e3462792194bc2ecc421f1 | 0403ed4c96dca1b6c17d1238dcdcd175a8b2461f | refs/heads/master | 2020-04-30T20:07:37.161472 | 2019-03-18T04:54:28 | 2019-03-18T04:54:28 | 177,057,182 | 3 | 0 | null | 2019-03-22T02:22:42 | 2019-03-22T02:22:41 | null | UTF-8 | C++ | false | false | 571 | cpp | #include <iostream>
#define MOD 50000
using namespace std;
int v[2000000];
int main() {
int n;
cin >> n;
for(int i = 2; i * i < 2000000; i++) {
if(v[i] == 1)
continue;
for(int j = i * i; j < 2000000; j = j + i) {
if(j % i == 0)
v[j] = 1;
}
... | [
"95323362@qq.com"
] | 95323362@qq.com |
714bc8594298133ed9696f562f6db9fa2e938622 | daa94b6984e5f866e3b847945ad6e793187f9b92 | /include/matcher/matcher.hpp | 8a347c55463e99ce6325ccd87116bf5d5baaa9e7 | [
"MIT"
] | permissive | KaunilD/deep_image_mosaicing | 3c2f9cb0d1517d6e85c91c1dad08260cdb930a3b | 8504ee12fd1c9ca8ea0c23ac4efffe5fa88d9050 | refs/heads/master | 2021-05-23T19:03:51.486955 | 2020-04-29T03:54:43 | 2020-04-29T03:54:43 | 253,428,114 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 291 | hpp | #ifndef MATCHER_H
#define MATCHER_H
#include "libs.hpp"
#include "dtypes/features.hpp"
#include "dtypes/matchpair.hpp"
class Matcher {
public:
Matcher();
virtual std::vector<MatchPair> run(const std::vector<Descriptor>& d1, const std::vector<Descriptor>& d2) = 0;
};
#endif MATCHER_H | [
"dhruv.kaunil@gmail.com"
] | dhruv.kaunil@gmail.com |
a2d99dbc1b93ee22e89652c44ffcc69a2ef418d7 | 2e1689127c9cec827f79325c6458b5f2dce134ac | /src/rpcdump.cpp | d49a15b9b7df0afc020747a2c28ddb5759b465a8 | [
"MIT"
] | permissive | syariahcoin01/SyariahCoin01 | a4f41454ea2e16e79800c3ffa947e21320ac0d53 | 85a2b621ae5a8675fb75e11567dba4bc217aaf53 | refs/heads/master | 2020-03-07T02:50:17.568152 | 2018-03-31T19:53:56 | 2018-03-31T19:53:56 | 127,218,938 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,728 | cpp | // Copyright (c) 2009-2012 Bitcoin Developers
// Copyright (c) 2011-2012 Litecoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "init.h" // for pwalletMain
#include "bitcoinrpc.h"
#include "ui_interface... | [
"root@syariahcoin01.server"
] | root@syariahcoin01.server |
3ed376a2c418192adfeb1ed3cef61c847ff306c7 | 27c9270d4af72abac0d8b4e1a7a29cfd965c2bd4 | /cluster/tools/DBTableStrictChecker.cpp | ee77b8a0acd74daf26cbb83f9d86cb6a35973def | [] | no_license | highras/dbproxy | 0eb346ed93cd36c989447b298e4f8f72695e19d1 | ba4ecea9a499183b3cc018376bc85f261cfca18f | refs/heads/master | 2022-06-13T15:35:14.170582 | 2022-05-30T08:19:33 | 2022-05-30T08:19:33 | 136,270,409 | 37 | 24 | null | null | null | null | UTF-8 | C++ | false | false | 12,377 | cpp | #include <iostream>
#include <set>
#include <string.h>
#include <stdlib.h>
#include <sys/time.h>
#include "ignoreSignals.h"
#include "TCPClient.h"
#include "FPWriter.h"
#include "FPReader.h"
using namespace fpnn;
void timeCalc(struct timeval start, struct timeval finish)
{
int sec = finish.tv_sec - start.tv_sec;
in... | [
"wangxing.shi@funplus.com"
] | wangxing.shi@funplus.com |
730bbcd165bae58fa500ea5621ff3e7d1a2f58cc | c2a38875a016957209e75b7386bc55d9b349d60d | /main.cpp | c718b93b45d9a2c06f0f0a5265d46725b54509b7 | [] | no_license | Crazyhamada10/SIC-Assembler | e1a8106031b7bd7b1c177de980cbcd487a18b683 | 3ff24c987add0d5f8971d57cbf000b94f28f2fa1 | refs/heads/master | 2021-01-20T13:10:45.586215 | 2017-05-06T10:56:26 | 2017-05-06T10:56:26 | 90,456,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 560 | cpp | /*
* main.cpp
*
* Created on: Apr 22, 2017
* Author: crazyhamada10
*/
#include "Assembler.h"
#include <iostream>
#include <string>
using namespace std;
int main() {
try {
if (Assembler::Instance()->run("/home/crazyhamada10/Desktop/testing/", "test12")) {
cout << "Done";
} else cou... | [
"crazyhamada10@gmail.com"
] | crazyhamada10@gmail.com |
1da1761243bf32ca6b0eb99dda918d3f2c18084b | 601e9f409ec1c5de2d5a56331979db3bcb41dc8f | /Code/InfernoEngine/Inc/Core/Private/Components/AudioListener.cpp | 37f5a2bf61ff21f4e754a721d9fda2047afbd379 | [] | no_license | bmclaine/ProtoTowers | 1f12cd6e299be6771188e8b0738db5e6f8301b50 | c9bbe2896591f456c5fde6595d7d76f9031fd2f4 | refs/heads/master | 2020-04-17T07:10:05.522159 | 2016-08-31T01:07:14 | 2016-08-31T01:07:14 | 66,881,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,295 | cpp | #include "Components\AudioListener.h"
#include "../../Interface/Public/Engine.h"
AudioListener::AudioListener(GameObject* const gameObject, Transform* const transform) : IComponent(gameObject, transform){
m_bRegistered = false;
}
IComponent& AudioListener::operator=(IComponent& _rhs){
AudioListener* rhsLlstener = ... | [
"bizzy18@gmail.com"
] | bizzy18@gmail.com |
8de7ca0555320bc6e33ef258f9c4571e737069e6 | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/libs/vmd/test/test_after_type_elem.cpp | 00c1a902a4e1cd74aa8dc69c9ab56d93baa81ccf | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | cpp |
// (C) Copyright Edward Diener 2011-2015
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
#include <libs/vmd/test/test_after_type_elem.cxx>
| [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
3a3c94adefb74b04db0c1c4c1aa677156a96f51c | 302f4bda84739593ab952f01c9e38d512b0a7d73 | /ext/Vc-1.3.2/sse/intrinsics.h | 651e2db583a3edb4bdc817230143a2c8291bce96 | [
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"ICU",
"BSL-1.0",
"X11",
"Beerware"
] | permissive | thomaskrause/graphANNIS | 649ae23dd74b57bcd8a699c1e309e74096be9db2 | 66d12bcfb0e0b9bfcdc2df8ffaa5ae8c84cc569c | refs/heads/develop | 2020-04-11T01:28:47.589724 | 2018-03-15T18:16:50 | 2018-03-15T18:16:50 | 40,169,698 | 9 | 3 | Apache-2.0 | 2018-07-28T20:18:41 | 2015-08-04T07:24:49 | C++ | UTF-8 | C++ | false | false | 29,913 | h | /* This file is part of the Vc library. {{{
Copyright © 2009-2015 Matthias Kretz <kretz@kde.org>
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
not... | [
"thomaskrause@posteo.de"
] | thomaskrause@posteo.de |
6db83f29649c5bd1a680c123faeb8b96089bbbb7 | de3b1258e85d2379f3a37a8f63e729cfebb9c65e | /lightoj/1403 - Air Raid.cpp | e464aa49e9e4d391cd8e0a00b64bad446d9a8f27 | [] | no_license | mamun4122/My-Online-Judge-Submission | a8223e92fb57bf009b878f3f29b0456366f21b97 | a96dffbef52f47d2cd3d769b00c557f8304b3f2f | refs/heads/master | 2020-04-04T06:02:50.042950 | 2017-11-27T03:37:07 | 2017-11-27T03:37:07 | 51,596,094 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,229 | cpp | #pragma comment(linker, "/stack:640000000")
#include <algorithm>
#include <bitset>
#include <cassert>
#include <cctype>
#include <climits>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <iterator>
#include <list>
#include <map... | [
"mamun4122@gmail.com"
] | mamun4122@gmail.com |
ae8fd40dff952b29521afa2fcd4a7fed7078efc4 | d0a5224a19a87a5cedf357aa30a4e8e8af932adf | /SkeletonViewer opencv 2.1 skin detection/DrawDevice.cpp | b5046b248ecbb13fa6729652d2526150d278fdc1 | [] | no_license | shayekharjan/Skin-Detection | 84ad7e0c14f774cb911f392f4a7f807c423b7ade | f36569928a3fb0fc7beb22c6b41dd429fd26264d | refs/heads/master | 2021-01-25T05:36:00.251660 | 2013-01-06T22:11:25 | 2013-01-06T22:11:25 | 7,472,949 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,876 | cpp | //------------------------------------------------------------------------------
// <copyright file="DrawDevice.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
// Manages t... | [
"shayekh.arjan.amit@gmail.com"
] | shayekh.arjan.amit@gmail.com |
7b7d2ca6f79258004875798475d36b438324641a | 40dcc3eb015c1e0b317e66a8f2616bec8ac59632 | /internal/engine/common/image_format.hpp | 8dbd9e66a8a666ba5226617d49115564ba76a133 | [] | no_license | VladislavKhudziakov/ogl_engine | 7d0fff6faca6e5ad7cafa134ad080fcf843fd673 | 245cd38c538d949a8a33d3a75fc80c31d66247b9 | refs/heads/master | 2020-08-07T00:40:37.550652 | 2019-12-28T16:05:03 | 2019-12-28T16:05:03 | 213,223,166 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 156 | hpp | //
// Created by movleaxedx on 2.11.19.
//
#pragma once
namespace engine
{
enum class image_format
{
rgb = 3,
rgba = 4
};
}
| [
"super.tawer.822@gmail.com"
] | super.tawer.822@gmail.com |
eaa3b6092406494545de99e95f27e263fbc9b842 | 7a4c15eae8d206ee51b978722b6c9a9cda523263 | /Past/Accelerometer/Accelerometer.ino | ed2532174b7092d9354c77af27d430890b6de86c | [] | no_license | 5Exploiters/LOTR | 12e2972fa7f999e4b8b8b5b257574efc52f0ff6d | 64b9643bd11e152900ff967e9de1dc175a4ff4c6 | refs/heads/master | 2021-01-23T21:57:21.805558 | 2017-11-06T16:51:30 | 2017-11-06T16:51:30 | 102,916,110 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,054 | ino | #include "I2Cdev.h"
#include "MPU6050_6Axis_MotionApps20.h"
#include "Wire.h"
MPU6050 mpu(0x68);
MPU6050 mpu1(0x69); // <-- use for AD0 high
#define OUTPUT_READABLE_YAWPITCHROLL
#define INTERRUPT_PIN 2 // use pin 2 on Arduino Uno & most boards
bool blinkState = false;
bool dmpReady = false; // set true if DMP init wa... | [
"risalwi@ctemc.org"
] | risalwi@ctemc.org |
f430c8afeb4672b58eac88bd6e85028ecae64d7e | 7018861379591d10d10ac413a70c2bbeb8660da0 | /NKEngineUnitTest/NKUnitTest.cpp | 0be9654e1360dc4654433462e15bd2bcdff51d7b | [] | no_license | nolimitk/NKEngine | 9e0fc60c8df2a603986c3bf9df1569897ae9d26e | fc1d9fde440be0b6be35ea9a59729b1b986ead1d | refs/heads/master | 2021-10-10T07:24:52.031824 | 2021-09-28T11:20:42 | 2021-09-28T11:20:42 | 59,344,216 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,688 | cpp | #include "NKUnitTest.h"
#include <thread>
bool NKUnitTest::NKUnitQueue::run(bool benchmark_execute)
{
while (_queue.empty() == false)
{
TestNode test_node = _queue.front();
_queue.pop();
if (benchmark_execute == false && test_node._benchmark == true)
{
continue;
}
test_node._func();
}
return true;
... | [
"kizz@naver.com"
] | kizz@naver.com |
add88037f084a184546861194cab991dc8ae9cb7 | 108b143e471b91f216d579ea86c8d83a4e0cf861 | /Source/NewComponent(2).h | a174345bad1ac39b0c2fb32e0358c918f5012abc | [] | no_license | timothybarraclough/motionSickness | 8b4c9392fcb0bc64f184f2da8961fb7902765eaa | 3d67e1ce356bfd8630ea037485063d81c090b21a | refs/heads/master | 2021-01-22T06:40:30.770652 | 2015-03-02T22:45:15 | 2015-03-02T22:45:15 | 31,567,570 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,169 | h | /*
==============================================================================
This is an automatically generated GUI class created by the Introjucer!
Be careful when adding custom code to these files, as only the code within
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loa... | [
"barraclough.tim@gmail.com"
] | barraclough.tim@gmail.com |
c52e3f0000f116ff1da8c2a5ed1f986b72c4dbf4 | 79209377759c737e2c6bab57efe551d88847cddc | /abstract-factory/main.cpp | 5e401e982ce5a39536158c35acafc7bde2ccb33c | [] | no_license | neptune46/design-pattern-cpp | a47e6701450d9c85d5e2414255f7ecdc64beb6da | 85c9a8a5c94359d083ca53a9b82b5a3a37d9c6fb | refs/heads/master | 2021-05-07T09:19:08.748893 | 2017-11-05T03:20:24 | 2017-11-05T03:20:24 | 109,496,513 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 133 | cpp | // abstractfactory.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main()
{
return 0;
}
| [
"neptune46@outlook.com"
] | neptune46@outlook.com |
40eb3cf69a5dd67dad58ee29a2d50c4cce4d868c | 24b818534f3149889e9e9eee507ec9dce508cc9c | /src/qt/transactiondesc.cpp | c983ebc5c79621a10a4967bf78dbdc8a4dd3aafa | [
"MIT"
] | permissive | cplayio/cplay | dad9b9c8287aded3ba708da922927c4db9ceb3bb | 497911c04321a1d2e8209c13ab3a69afb985befc | refs/heads/master | 2020-03-24T21:30:05.434540 | 2018-07-31T21:31:01 | 2018-07-31T21:31:01 | 143,008,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,893 | cpp | #include "transactiondesc.h"
#include "bitcoinunits.h"
#include "guiutil.h"
#include "base58.h"
#include "main.h"
#include "paymentserver.h"
#include "transactionrecord.h"
#include "util.h"
#include "ui_interface.h"
#include "wallet.h"
#include "txdb.h"
#include <string>
QString TransactionDesc::FormatTxStatus(cons... | [
"aaleksandru@gmail.com"
] | aaleksandru@gmail.com |
8b3dc219f033ca26145df0c83d21b6c2246f0e36 | 9af47b4b5c4839cca7fe35e50ca058fe35a84fc4 | /MFC/day07/day07/MFCData/StdAfx.h | 2d35d755c70baec8bc48642d3c136c8d6296c6a0 | [
"MIT"
] | permissive | presscad/WindowsNotes | 2b765e99eff6b52cef59b7776fe99659bfdbb630 | e18485cd9516bab11c51c66511c40055ae33df23 | refs/heads/master | 2021-03-10T20:30:55.201993 | 2019-03-24T12:15:51 | 2019-03-24T12:15:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,078 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__71BE3807_19AB_4A35_B1D2_F18860A9015B__INCLUDED_)
#define AFX_STDAFX_H__71BE3807_19AB_4A35_B1D2_F18860A9015B__INCLUDED_
#if _M... | [
"youngqqcn@163.com"
] | youngqqcn@163.com |
a78410b3ce4208e5d06db472514ae134a19573c9 | ca256106b9c952615f954766f2e884fdd9b3e341 | /save/FRISC/FRISCSelectionDAGInfo.h | 75663b58f826a4423cf16b3fec42727767f46d96 | [] | no_license | zjurelinac/CFC | eba850aaad5b2a35a7e32dc5467e79498438bd53 | 036946ddd90a2ca15e2e190606ea5b4cb1da7d7d | refs/heads/master | 2021-09-07T15:48:38.852072 | 2018-02-25T12:06:20 | 2018-02-25T12:06:20 | 111,987,442 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 739 | h | //===-- FRISCSelectionDAGInfo.h - FRISC SelectionDAG Info -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"matija.cavrag@fer.hr"
] | matija.cavrag@fer.hr |
85385645977c39e0fa77b7c713b59fbb7caffb09 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/blink/renderer/core/html/forms/file_input_type_test.cc | 981372a91b4453ac113ba7d845109be3ba9a47c0 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"Apache-2.0",
"MIT"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 17,942 | cc | // Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/core/html/forms/file_input_type.h"
#include "base/run_loop.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/r... | [
"jengelh@inai.de"
] | jengelh@inai.de |
7e31c621a84e21e656ffd6b2bea14f08740d8cdc | 11e0f7a97e256930b59506876c274790782a3ee7 | /Source/cppTest13/meshsizActor.h | 5b6970b925b934c1bf5c0e8b1cf97820fd679f24 | [] | no_license | polimeraus/cppTest13 | 2aa79fd8c2040db5cb5324d5ea1113a40d51944d | efca835abb47f3c89afe55bdc74f5420d5d70f60 | refs/heads/master | 2023-02-16T23:58:54.870685 | 2021-01-01T12:44:21 | 2021-01-01T12:44:21 | 290,037,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "meshsizActor.generated.h"
UCLASS()
class CPPTEST13_API AmeshsizActor : public AActor
{
GENERATED_BODY()
public:
// Sets default values for this actor's ... | [
"methodologist@msn.com"
] | methodologist@msn.com |
447fd96d88109077d508d9f01566084ddefeaf02 | 58937b58ed9f934ff0156e89890f5d4b77fe537d | /_Common/SkillInfluence.h | 81204bf6fc46dc72947b95a42d3126e38e0e30ee | [] | no_license | HowlTheHusky/SRC | 92a2c624b7547c52e3d5efdcd998878da75f3d8d | a2a04419c319d79748b1b09ee6335d1db89cffdd | refs/heads/master | 2021-06-30T15:31:57.260438 | 2017-09-21T20:10:15 | 2017-09-21T20:10:15 | 103,934,173 | 1 | 0 | null | null | null | null | UHC | C++ | false | false | 5,556 | h | #ifndef __SKILLINFLUENCE_H__
#define __SKILLINFLUENCE_H__
#define BUFF_ITEM 0
#define BUFF_SKILL 1
#define BUFF_PET 2
#define BUFF_ITEM2 3
#define BUFF_EQUIP 4 // 장착류 아이템에 특정 DST(DST_GIFTBOX)에 대해 버프 아이콘만 출력
#define BUFF_NULL_ID (WORD)0xFFFF
#define MAX_SKILLINFLUENCE 64
#define MAX_SKILLBUFF_COUNT 14 //cuvvvie
#ifnde... | [
"32062494+HowlTheHusky@users.noreply.github.com"
] | 32062494+HowlTheHusky@users.noreply.github.com |
697da17f7357d02a57552f09b6f73fe0307c77c1 | 468b08d6adbd52857574491f66e390271e5b0b08 | /sun/Endian.h | 3ac44da90000c780080140b00d08353e5f720fd7 | [] | no_license | old-windbell/SunComm | e7922cae7477ca235cefc4743a4c6ad69b71dc84 | 0f5f70736c51006f9457871eae25658fd396dcb8 | refs/heads/master | 2021-05-16T05:08:14.520634 | 2017-10-16T16:50:30 | 2017-10-16T16:50:30 | 106,299,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | h | #pragma once
#include "GlobalDef.h"
#include "Types.h"
_SUN_BEGIN
class Endian
{
public:
Endian() = default;
virtual ~Endian() {}
public:
static uint16 swap16(uint16 val) {
return (val << 8 | val >> 8);
}
static uint32 swap32(uint32 val) {
return ((val << 24) | (val >> 24) \
| ((val << 8) & 0x00ff0000) ... | [
"616228745@qq.com"
] | 616228745@qq.com |
70441cdc9d703388a9d633467c54f2a0f8a83567 | a3c3c90e0c234cf09ef826601a7d9909d5808fe9 | /OJ_Problem/GCJ2016/B.cpp | 35b767b74846925a88e363a04525842f8ce077db | [] | no_license | luyuncheng/Exercise | 3842248513bef501515504d74a795cd197801460 | db31a7872518c5c1ab8afa80dff736cf03a12561 | refs/heads/master | 2021-01-18T23:43:43.051878 | 2016-11-15T13:22:42 | 2016-11-15T13:22:42 | 54,616,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 975 | cpp | ////
//// Created by 鲁蕴铖 on 16/4/9.
////
//
//#include <iostream>
//#include <cstring>
//#include <queue>
//#include <vector>
//using namespace std;
//int main()
//{
////#ifndef ONLINE_JUDGE
// freopen("/Users/luyuncheng/ClionProjects/CPP_lyc/OJ_Problem/GCJ2016/B-large.in", "r", stdin);
// freopen("/Users/luyunch... | [
"luyuncheng@sina.com"
] | luyuncheng@sina.com |
e8ffa6f78d1d454bc19d4ee606f440d54cad4e48 | a1cc8e0976f296192b1002e279d66a6a3dada28f | /cv_blobs/src/BlobResult.cc | e88321baa6eb19f5f34ba63fee10e32151dfc643 | [
"MIT"
] | permissive | MRSD2018/reefbot-1 | 40ef435ac4e1664858f225fde1d9ee995d55f235 | a595ca718d0cda277726894a3105815cef000475 | refs/heads/master | 2021-04-09T10:26:25.455651 | 2018-04-01T19:13:43 | 2018-04-01T19:13:43 | 125,381,499 | 0 | 0 | MIT | 2018-04-01T15:24:29 | 2018-03-15T14:41:59 | C++ | UTF-8 | C++ | false | false | 3,013 | cc | // Copyright 2011 ReefBot
// Author: Mark Desnoyer (mdesnoyer@gmail.com)
//
// BlobResult.cpp
//
// Stores a set of results for a blob detection algorithm
#include "cv_blobs/BlobResult-Inline.h"
#include <assert.h>
namespace cv_blobs {
void FindBlobsFromPoints(STD_NAMESPACE::hash_set<Point2i>* points,
... | [
"mdesnoyer@gmail.com"
] | mdesnoyer@gmail.com |
8e90fca4622b2baba4c73eed1d1b56e03a5eb265 | 922c59257258455c8436630b116659b868bcbb29 | /algo/Functions/function2/CONVERSION/decimalToBinary.cpp | 21e010d8f563464d056c86f7e1f5870775ce0db5 | [] | no_license | iamsubratabiswas/importantcplusplus | 50bdd4eb9538f02700ae834f12c629700968571d | aa4155cde90395981bcc4082b805ce83955f68ef | refs/heads/master | 2023-06-20T12:42:41.883082 | 2021-07-23T05:55:57 | 2021-07-23T05:55:57 | 384,930,749 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 775 | cpp | #include<bits/stdc++.h>
using namespace std;
int decimalToBinary(int n){ //suppose n=12
int ans=0;
int x=1;
while(x<=n){
x*=2; //x=16
}
x/=2; //x=8
while(x>0){ // Step1 //next //next //next
... | [
"86493733+iamsubratabiswas@users.noreply.github.com"
] | 86493733+iamsubratabiswas@users.noreply.github.com |
f05f560c3935fcd3ea27c552e2ce747e913c9726 | 2b5f3f4b7e75233965b476879bbb092ab16bb9e6 | /OOP/Templates/Case_Project_1.5/main.cpp | 88350f99d891c74c5d85e7b06bf66ffb4ef44069 | [] | no_license | ViktorTsekov/CPP | 1d61b8b645012b362f8c6b0213961ee18049c034 | 31463d6e78b0487f6e114c4ef18f9b79dcc8064f | refs/heads/master | 2023-05-17T22:29:29.355214 | 2021-06-06T23:08:38 | 2021-06-06T23:08:38 | 331,327,352 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 542 | cpp | #include "MathProblemTemplate.h"
#include "Fraction.h"
int main() {
Fraction fracA(2, 3, 2);
Fraction fracB(4, 5, 8);
MathProblemTemplate<int> integerProblem;
MathProblemTemplate<double> doubleProblem;
MathProblemTemplate<Fraction> fractionProblem;
integerProblem.setProblem(5, '+', 4);
... | [
"gy001040@student.reading.ac.uk"
] | gy001040@student.reading.ac.uk |
88e9bd53ce66dc6b8a611c1fda650937fb21e94c | 6809b41d5a01ccf11a57a87c84b208f63ecffc0e | /Practice/Miscellaneous/redblacktrees.cpp | 06723755b7e56533c5edd29c560dad8e6e4fce54 | [] | no_license | dalalsunil1986/InterviewPrep-CP | 59d0a5605d4061eb0b7fda5d255b44c978d7e70a | bb920c22abbc0167a097b8540e612c3b937b9874 | refs/heads/master | 2023-03-09T21:33:28.692151 | 2021-02-21T03:37:05 | 2021-02-21T03:37:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,966 | cpp | #include <iostream>
#include <queue>
using namespace std;
class Node {
public:
int val;
char color;
Node *left, *right, *parent;
Node(int val) : val(val) {
parent = left = right = NULL;
color = 'R';
}
Node *uncle() {
if (parent == NULL or parent->parent == NULL)
return NULL;
i... | [
"abhishekmaira1999@gmail.com"
] | abhishekmaira1999@gmail.com |
26174dd1f6d50db4301e2fe83e5a7e2de0eb731b | 393320d4dc9463ae7047390e4afe6f3e25fd70b9 | /tek3/C++/cpp_rtype/shared/rnetwork_extended/packet/UDPHostPacket.cpp | e04dffc5bacfb6426e5c16e1fe3397d1d534ab7c | [] | no_license | Lime5005/epitech-1 | d1c4f3739716173c8083ea4e6a04260d6dc92775 | cb25df1fa5d540624b9e7fd58de6e458cd5cc250 | refs/heads/master | 2023-02-09T07:38:57.850357 | 2019-10-14T15:03:44 | 2019-10-14T15:03:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,648 | cpp | #include <cstring>
#include "UDPHostPacket.hpp"
#include "Opcodes.hpp"
rnetwork::packet::UDPHostPacket::UDPHostPacket() :
PacketBase(op::UdpHostPacket, this->Size),
_endpoint("0.0.0.0", 00)
{
updatePacket();
}
rnetwork::packet::UDPHostPacket::UDPHostPacket(const rnetwork::Endpoint &endpoint) :
... | [
"gauthier.cler@epitech.eu"
] | gauthier.cler@epitech.eu |
d955d4bde1f56115cc1cd68d0bfe3acec3bb075a | e398a585764f16511a70d0ef33a3b61da0733b69 | /7600.16385.1/src/print/XPSDrvSmpl/src/filters/common/xdrchflt.cpp | e337db46905f062487731946f4ecd970e67bb5d9 | [
"MIT"
] | permissive | MichaelDavidGK/WinDDK | f9e4fc6872741ee742f8eace04b2b3a30b049495 | eea187e357d61569e67292ff705550887c4df908 | refs/heads/master | 2020-05-30T12:26:40.125588 | 2019-06-01T13:28:10 | 2019-06-01T13:28:10 | 189,732,991 | 0 | 0 | null | 2019-06-01T12:58:11 | 2019-06-01T12:58:11 | null | UTF-8 | C++ | false | false | 9,667 | cpp | /*++
Copyright (c) 2005 Microsoft Corporation
All rights reserved.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
File Name:
xdrchflt.cpp
Abs... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
8da70f92446bcf2d133fb6ecc6cdf4e1b595574f | e73e42006c9e2833bf20447e1caf25a4903416c1 | /data-logger/src/alglib/alglibmisc.h | 1b6c53c1ea00891299dc02ade6497a8ceef87ae2 | [
"Apache-2.0"
] | permissive | dummyaccount123457/deepracing | bf099e3f98e7f1e4c287b393a6e24e473c8e9599 | cd70a0252b5cbfd1c45afc13f2eb774fa0aad1fe | refs/heads/master | 2020-04-18T05:13:25.467017 | 2019-01-23T23:09:48 | 2019-01-23T23:09:48 | 167,270,698 | 0 | 0 | Apache-2.0 | 2019-01-23T23:36:57 | 2019-01-23T23:36:57 | null | UTF-8 | C++ | false | false | 74,386 | h | /*************************************************************************
ALGLIB 3.13.0 (source code generated 2017-12-29)
Copyright (c) Sergey Bochkanov (ALGLIB project).
>>> SOURCE LICENSE >>>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License a... | [
"ttw2xk@virginia.edu"
] | ttw2xk@virginia.edu |
7bc4c7a7918b4cc63c47503253a618f90092304c | 260eea6bebbd75f073d51e85e26b4da7c8334a5b | /sample/test_detect_with_of/Detect.cpp | 59c49c03cb2bcf8b8745682eb9e5a4d1c22469af | [] | no_license | lidongliangfly/3516a_sample | 19bb23713673f361114ce40a902c1011b94fb3e0 | 9f31644be03a5cd28a86b9dd855865bc31df5c27 | refs/heads/master | 2021-01-17T04:27:27.722677 | 2016-05-09T09:37:13 | 2016-05-09T09:37:13 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,324 | cpp | #include "Detect.h"
#include "utils.h"
Detect::Detect(KVConfig *cfg)
: cfg_(cfg)
{
debug_ = atoi(cfg->get_value("debug", "0")) == 1;
log_init = log_init_file;
log = log_file;
log_init(0);
od_ = new ObjectDetect(cfg_);
reset();
}
Detect::~Detect()
{
}
void Detect::r... | [
"root@Ubunut10.04"
] | root@Ubunut10.04 |
e4bead01089fd9d5e131229370d3826a4b9befdf | 59dc5d428e102bf72eb7245dbbe7a47a66728378 | /databases/Pixie/PixiePluginInfo.h | fee500e1de245d5d857112aa8ac3f19a846c4fb6 | [] | no_license | HarinarayanKrishnan/VisIt26RC_Trunk | 6716769694d1a309f994056209171f67e5131642 | 581a0825d81169572b48dd80c1946131c03d0858 | refs/heads/master | 2016-09-06T07:14:00.094983 | 2013-05-15T14:36:48 | 2013-05-15T14:36:48 | 7,009,345 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,358 | h | /*****************************************************************************
*
* Copyright (c) 2000 - 2012, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"brugger@18c085ea-50e0-402c-830e-de6fd14e8384"
] | brugger@18c085ea-50e0-402c-830e-de6fd14e8384 |
f916a101fff6a2d408e9a71eb20adcd1de8394a5 | 4fcf2967da46f37c831b72b7b97f705d3364306d | /problems/acmicpc_17294.cpp | 5f8970ff34c727d7e4809b7173294b71de4c9759 | [
"MIT"
] | permissive | qawbecrdtey/BOJ-sol | e2be11e60c3c19e88439665d586cb69234f2e5db | 249b988225a8b4f52d27c5f526d7c8d3f4de557c | refs/heads/master | 2023-08-03T15:04:50.837332 | 2023-07-30T08:25:58 | 2023-07-30T08:25:58 | 205,078,469 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 304 | cpp | #include <cstdio>
#include <cstring>
int main() {
char c[20]; scanf("%s", c);
int d = c[0] - c[1];
auto const l = strlen(c);
for(int i = 2; i < l; i++) {
if(c[i - 1] - c[i] != d) {
printf("흥칫뿡!! <( ̄ ﹌  ̄)>");
return 0;
}
} printf("◝(⑅•ᴗ•⑅)◜..°♡ 뀌요미!!");
} | [
"qawbecrdtey@naver.com"
] | qawbecrdtey@naver.com |
45110d4999034ad67fce26494d81ed4a3de33ac2 | c6fb0ef5b9722fbce30283a5e72c67514899bbb6 | /courseraUnordered/graph_search/GraphSearchExercises.cpp | 8cc767500db847ca6189d19a500948e3a5bf03dc | [] | no_license | petrchovanec/cplusplus | 308d30c28bbebd19d1a58c2d04d78bfadd581919 | dab665f03ffe3d66781edc79b5086d882031f553 | refs/heads/main | 2023-05-13T19:38:17.879416 | 2021-06-05T13:38:52 | 2021-06-05T13:38:52 | 374,130,262 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,987 | cpp |
/**
* @file GraphSearchExercises.cpp
* University of Illinois CS 400, MOOC 3, Week 3: Graph Search
* Spring 2019
* STUDENT STARTER FILE
*
* @author Eric Huber - University of Illinois staff
*
**/
// Before beginning these exercises, you should read the instructions PDF,
// and look throu... | [
"chovanec@gmail.com"
] | chovanec@gmail.com |
99e231caad112d8df39d9afd0a2bbf2b0f9887c5 | 85aed0bcac5d6aea781dff64029c2d23fcba984b | /MfcExLib/ExceptionHandler.cpp | a284650432f162435f17b86608423ae5b68294ab | [] | no_license | youdontknowme17/ura | 3c76bf05eccd38b454b389841f1db49b59217e46 | e31bc9fd9c2312175d250dc4dc1f9c656c7f2004 | refs/heads/master | 2020-03-28T15:49:00.379682 | 2018-09-15T09:57:49 | 2018-09-15T09:57:49 | 148,628,762 | 0 | 2 | null | null | null | null | UHC | C++ | false | false | 27,052 | cpp | // ExceptionHandler.cpp Version 1.4
//
// Copyright ?1998 Bruce Dawson
//
// This source file contains the exception handler for recording error
// information after crashes. See ExceptionHandler.h for information
// on how to hook it in.
//
// Author: Bruce Dawson
// brucedawson@cygnus-software.co... | [
"markcalimosa@gmail.com"
] | markcalimosa@gmail.com |
db3da8ccf197d9374e51aea8d1fe7f369074f420 | a97b9ad50e283b4e930ab59547806eb303b52c6f | /class/4nov_plate_kwSST/180/k | 9e239d8066be6f7f0ae4083e1c3f5f2fa1881a20 | [] | no_license | harrisbk/OpenFOAM_run | fdcd4f81bd3205764988ea95c25fd2a5c130841b | 9591c98336561bcfb3b7259617b5363aacf48067 | refs/heads/master | 2016-09-05T08:45:27.965608 | 2015-11-16T19:08:34 | 2015-11-16T19:08:34 | 42,883,543 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 101,291 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"brennankharris@gmail.com"
] | brennankharris@gmail.com | |
fab6dfa1f7a2dae6f23d7e91dc03aee7becd5260 | ff224fbbf41b4fa23adeca9208a7f386e5eaf890 | /packages/2HDMC-1.7.0/src/CalcHMSSM.cpp | 126cc94635da846878c6f96eedf98e4672ec294e | [] | no_license | hep-magellan/THDM_T3PS_scanner | 90774baa6f6897503042c770c338f78bb1d1349c | 766c7fde94e351c1d8616aae1fc0bf5fa631cb26 | refs/heads/master | 2021-06-24T02:54:47.259633 | 2020-12-30T20:52:44 | 2020-12-30T20:52:44 | 182,444,947 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 841 | cpp | #include "THDM.h"
#include "Constraints.h"
#include <iostream>
using namespace std;
int main(int argc, char* argv[]) {
if (argc < 4) {
cout << "Usage: ./CalcHMSSM Mh MA tanb output_filename\n";
return -1;
}
double mh_in = (double)atof(argv[1]);
double mA_in = (double)atof(argv[2]);
double tanb_in ... | [
"englert.david@gmail.com"
] | englert.david@gmail.com |
b9a7fd533db3cbf21f800b267e0211ff4f5caa37 | 0f6132d7c310e8853dddf1a2363a5909bff98bb4 | /Quipo/src/Quipo/Renderer/Renderer.h | 8687f702a05912617c7404f39ec2ab30c48506ef | [] | no_license | SpiritSeeker/Quipo | 37b8c99bfea1878c3b6d5b260cb27df2910295f1 | c49a51646ce033163b334a75bcf4d70c4fb964d9 | refs/heads/master | 2022-12-07T14:35:50.098391 | 2020-08-01T20:35:23 | 2020-08-01T20:35:23 | 283,316,923 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 554 | h | #pragma once
#include "Quipo/Renderer/RenderCommand.h"
#include "Quipo/Renderer/Shader.h"
namespace Quipo {
class Renderer
{
public:
static void Init();
static void OnWindowResize(uint32_t width, uint32_t height);
static void Begin();
static void End();
static void Submit(const Ref<Shade... | [
"sanjeet029@gmail.com"
] | sanjeet029@gmail.com |
43cf7fb1628a34f725456ecfc4950b20c17d3652 | 155f53e338b99454f7e5976efd353f3f22d3285d | /PAT_Basic_Level/1055. 集体照.cpp | f553842a60cbb15bb489f2ef676edad6de0d20fe | [] | no_license | astronaut0131/PAT | cb196622bf4693573e8f57d5b85f2d6dde915561 | f6564d8fc81ab2b8bd8bdfc58b447b170eaf4005 | refs/heads/master | 2021-09-20T12:47:12.142564 | 2018-08-10T02:19:46 | 2018-08-10T02:19:46 | 115,731,374 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 899 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
struct student{
string name;
int height;
};
bool cmpInc(struct student A,struct student B){
if(A.height!=B.height){
return A.height>B.height;
}
else{
return A.name<B.name;
}
}
int main(){
int N,K,m;
cin>>N>>K;
int remainder = N... | [
"519537870@qq.com"
] | 519537870@qq.com |
4c93623f37e0895bd0f311e96bf31dba938cac97 | 57610d90506f9b93d2097067bbe7658e7460c2e6 | /yoketoru-unity/Temp/StagingArea/Data/il2cppOutput/t2778572544.h | e238a60d87a92ec1e8b5ac93b44f7b331f42d6ae | [] | no_license | GEhikachu/GEhikachu.github.io | 4c10b77020b9face4d27a50e1a9f4a1434f390c1 | b9d6627a3d1145325f2a7b9cf02712fe17c8f334 | refs/heads/master | 2020-07-01T08:16:40.998434 | 2016-12-09T01:22:35 | 2016-12-09T01:22:35 | 74,089,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 446 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "t1145342165.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#e... | [
"hikapika911@gmail.com"
] | hikapika911@gmail.com |
6268bafcddbb2804f15d540c20f051c14062d5fa | 206e1eb53dce33d7aebb42c9c04c29cc3bd89817 | /torch/csrc/jit/register_prim_ops.cpp | d508395fea9c8cb6bc5cd14a09b344a4f5af568f | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | wangzichenking/pytorch | 132bab154a3a33549bdb667ca2b21b51785d3ca4 | 97b92eede1091005f7a77d1717555ae1da7990b5 | refs/heads/master | 2022-01-28T19:21:11.252116 | 2019-06-15T00:38:07 | 2019-06-15T00:41:30 | 192,023,902 | 1 | 0 | null | 2019-06-15T01:34:28 | 2019-06-15T01:34:27 | null | UTF-8 | C++ | false | false | 94,372 | cpp | #include <aten/src/ATen/Context.h>
#include <torch/csrc/autograd/edge.h>
#include <torch/csrc/autograd/function.h>
#include <torch/csrc/autograd/generated/variable_factories.h>
#include <torch/csrc/autograd/profiler.h>
#include <torch/csrc/autograd/variable.h>
#include <torch/csrc/jit/custom_operator.h>
#include <torch... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
3c8827c54f6d8c34658b7afea5518402400106ad | 81cf910ae87bf3220f4dcc5773cf1b9cc4e2f3b7 | /addresstable.cpp | f6c2bbc24e4afba7a802832345caa7f418bd2250 | [] | no_license | ivanprosh/fastRetro | dbc0258d55912706741a4fe4f655001462a5773c | dcdd2c89d30588da083c3ebf89bc65872bb5ba1b | refs/heads/master | 2021-01-23T00:15:28.055037 | 2017-04-09T00:08:40 | 2017-04-09T00:08:40 | 85,710,458 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,910 | cpp | #include "addresstable.h"
#include "global.h"
#include <QDebug>
#include <QRegExp>
namespace {
const int MaxColumns = 2;
}
AddressTable::AddressTable(QObject *parent)
: QAbstractTableModel(parent)
{
initialize();
}
void AddressTable::initialize()
{
hash = new QHash<int,QByteArray>;
hash->insert(ipRo... | [
"ivanprosh@gmail.com"
] | ivanprosh@gmail.com |
d048bdd5b356dd528deaafbc436eff2134fe60a8 | bdaa8dbc397dedbff35c8cb55a756dd11c068b30 | /test/buffer/push_pop.cc | 8d48c75d5f61c2e0745bd18d68b828ba695cf06d | [
"MIT"
] | permissive | humu1us/cmicro | e8f2f21fa2462fb72ad641148897deddd38494ef | fc34c9a1fba68451f64df8a34819f29b31ec7182 | refs/heads/master | 2020-04-11T11:23:17.398714 | 2019-06-15T02:25:38 | 2019-06-15T02:25:38 | 161,746,423 | 0 | 0 | MIT | 2019-07-22T00:06:40 | 2018-12-14T07:14:09 | C++ | UTF-8 | C++ | false | false | 1,756 | cc | #include <micro/core/buffer.h>
#include <micro/core/message.h>
#include <assert.h>
int main()
{
micro::Buffer buffer(2);
assert(buffer.is_empty());
assert(!buffer.is_full());
assert(buffer.size() == 0);
auto msg_1 = std::make_unique<micro::Message>(micro::Message(1, "", "", ""));
assert(msg_1... | [
"pablo.ahumadadiaz@gmail.com"
] | pablo.ahumadadiaz@gmail.com |
863e87a2c042c4a20f0007f886c8ce06a46ec645 | 12ef8f1dc18801baa852b2d9fad780d4ace81b37 | /gl-craft/Source/Texture/TexturePaths.hpp | 97ced6de1f34339842b42f844dc2f581672b52dc | [] | no_license | dwarzecha/gl-craft | a65cb3b46a635351bb5326ce4fd2408ac225d461 | efac9026f402e10286f568f78556ae596542b75a | refs/heads/master | 2023-01-01T19:46:34.258115 | 2020-10-16T20:17:34 | 2020-10-16T20:17:34 | 285,246,638 | 2 | 1 | null | 2020-09-24T13:34:34 | 2020-08-05T09:48:47 | C++ | UTF-8 | C++ | false | false | 290 | hpp | #ifndef TEXTUREPATHS_HPP_INCLUDED
#define TEXTUREPATHS_HPP_INCLUDED
#include <vector>
#include <map>
#include <string>
namespace TexturePaths
{
typedef std::map<int, std::string> PathMap;
extern PathMap grass;
extern std::vector<PathMap> paths;
}
#endif // TEXTUREPATHS_HPP_INCLUDED
| [
"dawiozol@gmail.com"
] | dawiozol@gmail.com |
a864dd20e910efbae7b72e59b56bda17d283f442 | f9d77c29938b652a102f29a5d442b9a8021ecafa | /B5/task1.hpp | c16100aa9ce1fa68c14d21bf11958f9d2ed05d07 | [] | no_license | TheTedLab/OOP-2020-Labs | aa33fe27bb73dcd3a73399e8ddac9f4e4e771ba9 | cccc14c50c1bbc47126c274664443c4e5d393235 | refs/heads/main | 2023-05-26T17:19:28.979255 | 2021-06-07T15:57:48 | 2021-06-07T15:57:48 | 374,709,732 | 1 | 0 | null | 2021-06-07T15:57:49 | 2021-06-07T15:12:56 | C++ | UTF-8 | C++ | false | false | 532 | hpp | #ifndef TASK_ONE_HPP
#define TASK_ONE_HPP
#include <iostream>
#include <iterator>
#include <string>
#include <unordered_set>
using in_iter = std::istream_iterator<std::string>;
using out_iter = std::ostream_iterator<std::string>;
void task1(std::istream& sin, std::ostream& os)
{
std::unordered_set<std::string> lis... | [
"reserv.muhin2001@yandex.ru"
] | reserv.muhin2001@yandex.ru |
44a07fe04272a72376905f9868707d050ec03149 | ee32d46014c1f2fc5ec7bb833233c24237270933 | /1355B/main.cpp | bd9e26016b324e634694699b99ba0d3884dc60a6 | [] | no_license | boxnos/codeforces | 42b48367d222cc58c2bc0f408469fc6a2732cec7 | fbc358fe7ddf48d48bda29e75ef3264f9ed19852 | refs/heads/master | 2023-08-27T21:18:44.163264 | 2023-08-26T18:06:59 | 2023-08-26T18:06:59 | 192,764,064 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,562 | cpp | #include <cstdio>
#include <utility>
#include <cctype>
#include <vector>
#include <algorithm>
using namespace std;
#ifdef __linux
#define _U(s) s##_unlocked
#else
#define _U(s) _##s##_nolock
#define _CRT_DISABLE_PERFCRIT_LOCKS
#endif
#define gcu _U(getchar)
#define pcu _U(putchar)
#define _DEF(r, n, ...) inline r n(__... | [
"boxnos@yahoo.com"
] | boxnos@yahoo.com |
56db928495dbda1e842762fcf416c5f8aca23106 | b499415ddf8baed8eadd898a16060237e24dd03c | /Exercises/GPP_Exercise_04_Objects_and_Components/gameapp_gpp/src/gpp/gamecomponents/rendercomponent.cpp | 8d98c160e55815c98c378766adf219be8714a79a | [] | no_license | imbabaer/gpp | 22890ea824f251178342c5fe210b8be7aa31e7bd | 656947b5a0fde48fd220c1029685cc37452278c2 | refs/heads/master | 2020-05-22T14:49:25.952782 | 2014-05-21T06:52:26 | 2014-05-21T06:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,336 | cpp | #include "stdafx.h"
#include "gpp/gameComponents/renderComponent.h"
#include "gep/globalManager.h"
#include "gep/interfaces/renderer.h"
#include "gep/interfaces/logging.h"
#include "gep/interfaces/scripting.h"
gpp::RenderComponent::RenderComponent():
Component(),
m_path(),
m_pModel(nullptr),
... | [
"rubenmueller90@gmail.com"
] | rubenmueller90@gmail.com |
a3b656d070e6fff4b72d5ffd8c32e51656dc8606 | c5ac7777ef6f11cb6876dad578e7e5ea5de4c01b | /codeforces/814C.cpp | 467c57984dee7683e7ba1e6cd688b295fcf35bcd | [] | no_license | taufiqhusada/competitive-programming | 681d68650289d3cf90914f70e1430157ff273f44 | 4469fa21de0325b07b47109dd9b144cd76173754 | refs/heads/master | 2021-06-26T04:52:03.280287 | 2020-12-16T04:06:02 | 2020-12-16T04:06:02 | 161,109,687 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 627 | cpp | #include<bits/stdc++.h>
using namespace std;
int n,q,m,re,x;
char c,t;
string s;
int dp[30][2000];
int main(){
cin>>n;
cin>>s;
int len = s.length();
for (int i = 0; i<26; ++i){
for (int j = 0; j<len; ++j){
re = 0;
for (int k = j; k<len; ++k){
if (s[k]!=(... | [
"taufiqhusdr@gmail.com"
] | taufiqhusdr@gmail.com |
a4ca208411442389db072e087c793674616b2385 | 298c5db462af93b99f6c457b5245619a009e537e | /DiscountCoupon.h | bd62875f25034e74fe241ba17b6f8fc0438ef0dc | [] | no_license | ohaluminum/COSC1430_Lab22 | f07251438df911df9c2634f1d0c1dc2e9109eb88 | 543ab2740b0453df02fc8f3951ff45b9eda27803 | refs/heads/master | 2021-05-25T18:14:41.062811 | 2020-04-07T18:25:49 | 2020-04-07T18:25:49 | 253,864,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | h | #pragma once
#include "Coupon.h"
#ifndef DISCOUNTCOUPON_H
#define DISCOUNTCOUPON_H
class DiscountCoupon : public Coupon {
public:
/*
*A constructor with one parameter (with default value).
*This parameter will be used to initialize the private member inherited from the Coupon class
*/
Discoun... | [
"ohaluminum@users.noreply.github.com"
] | ohaluminum@users.noreply.github.com |
e57bd74b4f27b360e5e8250ee480eb5db1afe449 | 7f0fecfcdadd67036443a90034d34a0b0318a857 | /sparta/sparta/collection/PipelineCollector.hpp | fb14ec46a3c7a669d6ea97af792bdf5702481ca6 | [
"MIT"
] | permissive | timsnyder/map | e01b855288fc204d12e32198b2c8bd0f13c4cdf7 | aa4b0d7a1260a8051228707fd047431e1e52e01e | refs/heads/master | 2020-12-21T19:34:48.716857 | 2020-02-17T17:29:29 | 2020-02-17T17:29:29 | 236,536,756 | 0 | 0 | MIT | 2020-01-27T16:31:24 | 2020-01-27T16:31:23 | null | UTF-8 | C++ | false | false | 28,780 | hpp | // <PipelineCollector.hpp> -*- C++ -*-
/**
* \file PipelineCollector.hpp
*
* \brief Class to facilitate pipeline collection operations.
*/
#ifndef __PIPELINE_COLLECTOR_H__
#define __PIPELINE_COLLECTOR_H__
#include <set>
#include <map>
#include "sparta/simulation/TreeNode.hpp"
#include "sparta/simulation/Clock.h... | [
"klingaard@gmail.com"
] | klingaard@gmail.com |
f473ad9590c5a1f9157b104d29763148eead1944 | 3290af0c6ff6325b80b872b0849a5b5191cb4865 | /pj2/src/include/advection.h | 42af5ec24647600f2802f2df986837db4b540969 | [] | no_license | awesomejiang/HPC | 9191dd6ee3092cd41ecf8ca8c9e189467d5a766f | fc7862157da00ed8c60ca18d13e90e33bd5448c9 | refs/heads/master | 2020-03-09T14:41:03.348100 | 2018-06-07T07:53:55 | 2018-06-07T07:53:55 | 128,840,604 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,479 | h | #ifndef ADVECTION
#define ADVECTION
#include <vector>
#include <string>
template<typename T>
using line = std::vector<T>;
template<typename T>
using matrix = std::vector<line<T>>;
namespace advection{
class Advection_common{
public:
Advection_common(int N, int NT, double L, double T, double u, double v);
int N,... | [
"awesomejiang1995@gmail.com"
] | awesomejiang1995@gmail.com |
e70be52f20fc77805e44d330b6688c980e639c18 | 5a1d5388c134685bab23cc63652709254d3a9d4c | /FramePartition.cpp | 0e4562cdefd72e52763d894aee13c4c08428e7a5 | [] | no_license | kachan0627/SHORINJIKEMPO_Motion_Analysis_System | 1e6b201bc3e9bf8237ec131597663e908b689793 | 17ddb7f3741715f067c2de09538a2a1e8737b39b | refs/heads/main | 2023-08-30T10:24:51.897970 | 2021-11-17T13:48:28 | 2021-11-17T13:48:28 | 429,061,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 118 | cpp | #include "FramePartition.h"
FramePartition::FramePartition()
{
}
FramePartition::~FramePartition()
{
}
| [
"kachan.0627.619@gmail.com"
] | kachan.0627.619@gmail.com |
db740ae5d5b9558c73d4a292f5261e93c48d8cd1 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE680_Integer_Overflow_to_Buffer_Overflow/CWE680_Integer_Overflow_to_Buffer_Overflow__new_listen_socket_09.cpp | b169dc1266e8823ac70b9389361ec743a442bb9d | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 7,098 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE680_Integer_Overflow_to_Buffer_Overflow__new_listen_socket_09.cpp
Label Definition File: CWE680_Integer_Overflow_to_Buffer_Overflow__new.label.xml
Template File: sources-sink-09.tmpl.cpp
*/
/*
* @description
* CWE: 680 Integer Overflow to Buffer Overflow
* Bad... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
21c749e6d69d67430622cb8cc4c4c7b512925cb6 | 66b680ade6dce8bd79925d6b69064ea52202f7a9 | /uss/src/daemon/uss_scheduler.h | 8ddc75b868dea5c958d3f780ad405929b7737d7a | [] | no_license | tobib/hetsched | 8c177341ddc26afc10ffe3b501f26a1f69bba766 | b3d17cab5b31279285a429b312771df9ae0989d0 | refs/heads/master | 2020-04-15T17:05:47.005652 | 2011-11-28T16:11:34 | 2011-11-28T16:11:34 | 2,868,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,350 | h | #ifndef SCHEDULER_H_INCLUDED
#define SCHEDULER_H_INCLUDED
#include "./uss_daemon.h"
#include "./uss_comm_controller.h"
#include "./uss_registration_controller.h"
#include "../library/uss.h"
/***************************************\
* se *
\***************************************/
/*
* this schedu... | [
"tbeisel@uni-paderborn.de"
] | tbeisel@uni-paderborn.de |
b1f0d8548ec503f4d10e51bb133aab1abc2d557b | d3667abebe6446853814f8a993b81fdb494f18a7 | /model/object.cpp | a12e9ccca7a102f91481087618ef6001b04086e4 | [] | no_license | Pitora/ProgrammaP2 | a6b67bb7cbcf7999b7e16bdb8456d48263f10ab9 | 03da4f2289c54789efc472f4d789e02e1e3d64b9 | refs/heads/main | 2023-08-14T10:29:20.900546 | 2021-09-23T09:22:13 | 2021-09-23T09:22:13 | 370,415,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,145 | cpp | #include "object.h"
Obj::Obj(){}
Obj::Obj(int i, std::string n) : id(i), name(n) {}
Obj::Obj(std::string imported){
if (sm::checkKW(imported, "<Obj>", "</Obj>"))
{
id = stoi(sm::substring(imported, "<Id>", "</Id>"));
name = sm::substring(imported, "<Name>", "</Name>");
}
e... | [
"pietro.villatora@gmail.com"
] | pietro.villatora@gmail.com |
e1b35823d6f2844266fc8605e6cd9cec9c9d68b4 | 654214efc22abf0f068ae4850a92202527f5d654 | /FlashEmitter.h | 2ea85b3a5fd9e92fa2a09c5d4c8f5a9e9d57420c | [] | no_license | noodlehair/ParticleSystem | 0d53c2a0f525c606250769512396f3cc5cd5bf3d | ab1f9b04e7f2a577f44ed5431ed30c5ce9772151 | refs/heads/master | 2021-01-22T13:42:09.716927 | 2013-12-14T00:09:39 | 2013-12-14T00:09:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | h | #include "LocalGraphicsLib.h"
#include "ImageIO.h"
#include <glut.h>
#define MAX_FLASH_PARTICLES 2
using namespace std;
class FlashEmitter{
public:
FlashEmitter(const char* file_name);
~FlashEmitter(void);
void flashEmitterInit();
void flashEmitterDisplay();
ImageIO* image;
float slowdown;
float zoom;
GLuint l... | [
"lanceton_dsouza@yahoo.co.in"
] | lanceton_dsouza@yahoo.co.in |
93e56315beadda350422534a83df0b423aab1dd5 | 435849051862b284b71c4517bf0695d41c217cd1 | /1.cpp | e41407dda47c2e488f0a86bb68cb663325e4549c | [] | no_license | iambramhaa/Aryalashok | 7afc49fe21dc65c3f7c3b88ab365796ff851a3f3 | 802a645acb42de05da4d1d088c1860c6fb9dffb9 | refs/heads/main | 2023-06-26T04:34:59.144585 | 2023-06-09T05:59:24 | 2023-06-09T05:59:24 | 379,574,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 573 | cpp | #include <iostream>
using namespace std;
class Multiply
{
double Number1, Number2;
public:
void getData(void);
void dataProduct(void);
};
inline void Multiply ::getData(void)
{
cout << "Enter The First Number: ";
cin >> Number1;
cout << "Enter The Second Number: ";
cin >> Number2;
}
inli... | [
"iamashokaryal@gmail.com"
] | iamashokaryal@gmail.com |
1c4cff656a798fb884f26f52b216da08abd312d7 | 785df77400157c058a934069298568e47950e40b | /Common/Foam/include/base/uint32.hxx | 1372bea321b657cbd9f0c6f8310929498bedc94b | [] | no_license | amir5200fx/Tonb | cb108de09bf59c5c7e139435e0be008a888d99d5 | ed679923dc4b2e69b12ffe621fc5a6c8e3652465 | refs/heads/master | 2023-08-31T08:59:00.366903 | 2023-08-31T07:42:24 | 2023-08-31T07:42:24 | 230,028,961 | 9 | 3 | null | 2023-07-20T16:53:31 | 2019-12-25T02:29:32 | C++ | UTF-8 | C++ | false | false | 3,498 | hxx | #pragma once
#ifndef _uint32_Header
#define _uint32_Header
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd ... | [
"aasoleimani86@gmail.com"
] | aasoleimani86@gmail.com |
c44f3b073c96d4a1db0f3ceed9ea46927cb5b849 | d1b5f98de3d6587c6f15e30d231dd524c05f6427 | /lab5(main)/lab5(main)/EmployeeLaboratory.h | d45ca0cb1cc1e0e5878a2feeb81fe087bc6948a2 | [] | no_license | andrei7a/lab5 | 6967fb0a9e662872d394b4d57527f3318d9bd43c | 87fbd246d1c87993e081dbb6c27c207303472279 | refs/heads/master | 2021-01-10T14:30:23.660545 | 2015-10-22T22:30:45 | 2015-10-22T22:30:45 | 44,750,521 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | h | #pragma once
#include "Laboratory.h"
#include "PrintConsole.h"
class EmployeeLaboratory:public Laboratory
{
public:
EmployeeLaboratory(char*, int, bool);
EmployeeLaboratory(char*, bool);
char* getDiscipline(void);
void setDiscipline(char*);
bool getProtection(void);
void setPoint(int);
int getPoint(void);
void ... | [
"andrei7a@mail.ru"
] | andrei7a@mail.ru |
54af81dd86e7643f60878411f230740a4f233568 | f36a3030e822b3f1881d6e43197f2b4d504e8b36 | /master_include.hpp | a5ea6c2bb600cac66ccc50252a9039624830e348 | [] | no_license | cvgeorge/Quack-Compiler | 1c042adf3ad98792bb53f79399d829f955082904 | 06d60777f11460e7a83adadba540bbad51b12953 | refs/heads/master | 2021-01-19T06:29:20.180203 | 2017-04-06T19:14:38 | 2017-04-06T19:14:38 | 87,465,362 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 362 | hpp | #ifndef __MASTER_INCLUDE_H__
#define __MASTER_INCLUDE_H__
#include <algorithm>
#include <curses.h>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <map>
#include <pthread.h>
#include <typeinfo>
#include <unistd.h>
#include <vector>
#include <string>
#include <sstream>
#include <stack>
#inclu... | [
"cgeorge@cs.uoregon.edu"
] | cgeorge@cs.uoregon.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.