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 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
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 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b03e01a371cfd5daceae1a8ab785721bdb4c2f1e | 553eacf6292ab90a4d1a264cac5bc4118928fb8a | /asteria/test/stack_overflow.cpp | c125b20475c6c735827acc84bd4d7af517284e2b | [
"BSD-3-Clause"
] | permissive | JamesChenGithub/asteria | 71fc8e34cc19a7f0c0271774d2b4a04a89c77904 | ef954d87f90235f900ba6ec21ae4d4d5471ad2c5 | refs/heads/master | 2022-12-30T21:39:10.377391 | 2020-10-21T09:55:43 | 2020-10-21T09:55:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 743 | cpp | // This file is part of Asteria.
// Copyleft 2018 - 2020, LH_Mouse. All wrongs reserved.
#include "util.hpp"
#include "../src/simple_script.hpp"
#include "../src/runtime/global_context.hpp"
using namespace asteria;
int main()
{
Simple_Script code;
code.reload_string(
///////////////////////////////////////... | [
"lh_mouse@126.com"
] | lh_mouse@126.com |
623b32470be70f217e861752e32cbe6c6c7350f4 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /components/metrics/structured/reporting/structured_metrics_reporting_service.cc | ebd0adcdec1d0ac37adb1c58e2672c09b67c1700 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 3,693 | cc | // Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/metrics/structured/reporting/structured_metrics_reporting_service.h"
#include "base/metrics/histogram_functions.h"
#include "components/metrics/metrics_ser... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
19e936b5d745195551d707a02fbe72d93188bdfe | 6b676750c34e06efe3aa44d7596d4695afc78f76 | /Marker less position estimation/PatternDetector.h | 8446de39d45c1016ae39faa8fee50b989cdffe16 | [
"MIT"
] | permissive | isamu-isozaki/Mastering-OpenCV-with-Practical-Computer-Vision-Projects | 7860132ca2ced034de07f20a34cd6bedefeeff36 | 35d754c45a2162dfd986143f7124805a3283705e | refs/heads/master | 2020-07-31T07:45:55.962340 | 2017-04-26T06:36:41 | 2017-04-26T06:36:41 | 73,604,639 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,199 | h | #ifndef LOADED_ALL
#include <opencv2\opencv.hpp>
#define LOADED_ALL
#endif
//#ifndef PATTERN_DETECTOR
//#define PATTERN_DETECTOR
#include "Pattern.h"
#include "PatternTrackingInfo.h"
class PatternDetector{
public:
PatternDetector();
void extractFeatures(const cv::Mat&, std::vector<cv::KeyPoint>&, cv::M... | [
"noreply@github.com"
] | isamu-isozaki.noreply@github.com |
9f3791b3e90ab8967b39f68f32f31c934319c9c7 | 7161fa984e5312f6861f1a2f99ccde463b5302d7 | /Source/UnrealFastNoisePlugin/Private/UFNConstantModule.cpp | 14b84459d2d5ce2824da45322b6701f25a6babb1 | [
"MIT"
] | permissive | Kolky/UnrealFastNoise | 067d7d15d6b315bd4184d617f1b07e805a1a538c | a769ab7f0fd8fb0fb8b7efab4a6a10d4ff8550f7 | refs/heads/master | 2020-09-07T04:45:40.313390 | 2019-11-09T15:14:37 | 2019-11-09T15:14:37 | 220,659,504 | 0 | 0 | MIT | 2019-11-09T15:08:54 | 2019-11-09T15:08:53 | null | UTF-8 | C++ | false | false | 361 | cpp | #include "UFNConstantModule.h"
#include "UFNNoiseGenerator.h"
UUFNConstantModule::UUFNConstantModule(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer)
{
}
float UUFNConstantModule::GetNoise3D(float aX, float aY, float aZ)
{
return constantValue;
}
float UUFNConstantModule::GetNoise2D(float a... | [
"chrisashworth@appzeit.com"
] | chrisashworth@appzeit.com |
b42a363fd99bebee954c959e0e361d74c7e7994d | a8f3402afea0c2766bfa0c51c7234fcef1c113ef | /SBSystemBackup/global.cpp | 62cb86dd7584ef397d017a0ccd325b7697b02852 | [] | no_license | iceboundx/SBSystem | 2c432af5b73acc0b63aebb244ddd9c710ce798e9 | e305dd6bf761b085c29de7d0e13f99090a12cde7 | refs/heads/master | 2020-03-28T17:37:59.351135 | 2018-09-20T18:54:53 | 2018-09-20T18:54:53 | 148,809,159 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 113 | cpp | #include "global.h"
SBSmanager *man;
site empty_site;
order empty_order;
site init_site;
QDateTime lst_vis_time;
| [
"icebound1999@hotmail.com"
] | icebound1999@hotmail.com |
0ef4a57115b45355e2f8c7096f9a67f78f5e4d03 | daa634c9c80abedf2f3fcd94c1af81c1fccf5255 | /吉田学園情報ビジネス専門学校 尾崎大輔/ゲーム作品/01_個人作品/02_1年 2Dアクションゲーム(著作権アクション)/ソースプロジェクト/Gameover.cpp | 803e49532b71e65c455234f36673a6a4090e01fc | [] | no_license | ozakidaisukea/GamePerformance | 49de174c52942d1ecfae011136031208254e1c7a | 31eea2507bcc8f0f5543425c82adf2f4d869a210 | refs/heads/master | 2022-01-06T17:31:21.956265 | 2019-05-15T09:14:30 | 2019-05-15T09:14:30 | 185,955,578 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 4,399 | cpp | //=============================================================================
//
// 背景の処理 [Gameover.cpp]
// Author : Ozaki
//
//=============================================================================
#include "main.h"
#include "BG.h"
#include "Gameover.h"
#include "fade.h"
#include "input.h"
#include "sound.h"
... | [
"daisuke,vip17@gmail.com"
] | daisuke,vip17@gmail.com |
fc90fd32f9df1d503404259dcc4519116e809c53 | 2418e6c107e2095f47352b461ae8a9e5d7624015 | /PuntoIsoelectrico/Molecula.h | bbd9db7a4a4de44f9c3b44a2cc658c7aa9f2a049 | [] | no_license | AdairMacias/PracticasComputacionI | 7e452824b6ec1b84071084ecbb89b31aa91d5931 | 6e01cb9bc0a1af206e3689516a1e13ca7f003d9c | refs/heads/main | 2023-01-30T15:57:01.390230 | 2020-12-10T18:03:04 | 2020-12-10T18:03:04 | 302,512,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | h | #ifndef MOLECULAS_H
#define MOLECULAS_H
#include <string>
#include <vector>
#include "Grupo.h"
using namespace std;
class Molecula
{
public:
Molecula(string nom) { nombre = nom; };
void AgregarGrupo(Grupo grupo);
void setCargaNeta();
float CalcularPuntoIsoelectrico();
private:
string nombre;
vector<Grupo>... | [
"noreply@github.com"
] | AdairMacias.noreply@github.com |
62d7560271c574a2e9f7d7b7519939f9e34328ff | 251e135267b5af08e934c0e2f0b32d7fb557d7af | /test/thread/test_thread.cpp | e32104a30c8fef0f86e4cea68527d7e82eb3a706 | [] | no_license | androids7/fancystar | 221eafae3a8cef4bd6256a56eb3a74f843169b5a | 6807008f639c15cff57192adb25e36404bffe85a | refs/heads/master | 2021-05-27T08:31:01.065707 | 2014-12-19T14:18:44 | 2014-12-19T14:18:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,861 | cpp | #include "winpch.h"
#include "wyc/util/util.h"
#include "wyc/util/time.h"
#ifdef _DEBUG
#pragma comment(lib, "fslog_d.lib")
#pragma comment(lib, "fsutil_d.lib")
#pragma comment(lib, "fsthread_d.lib")
#else
#pragma comment(lib, "fslog.lib")
#pragma comment(lib, "fsutil.lib")
#pragma comment(lib, "fsthread.lib")
#... | [
"wangyongcong@gmail.com"
] | wangyongcong@gmail.com |
1e03d65262eecb200ef5398b5f48027d7cf5c459 | c9bdc65d2bbe24b75ae9f83461936605a266786b | /project1/tree_species.cpp | 2e6e618dd3f58f320b4dc6dce12c38e833ffec74 | [] | no_license | thomas-westfall/csci335 | 3c3ce25e3f3b787d2d09f02b5a44edd1c0ebff5e | 93154a3a50e0c11431d18f3d34d6394c02ee0932 | refs/heads/master | 2020-04-26T11:28:06.026785 | 2019-05-13T02:28:02 | 2019-05-13T02:28:02 | 173,517,427 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,024 | cpp | #include <algorithm>
#include "tree_species.h"
TreeSpecies::TreeSpecies(){
sizev = 0;
}
TreeSpecies::~TreeSpecies(){
}
void TreeSpecies::print_all_species(ostream & out) const{
//copy the vector to a temp vector, sort the temp, then print in order.
vector<string> speciestemp;
for(int i = 0; i < speciesv.si... | [
"thomas.westfall64@myhunter.cuny.edu"
] | thomas.westfall64@myhunter.cuny.edu |
df814e7c3c166bc153cc93d47560240d0040bcde | e5c0b38c9cc0c0e6155c9d626e299c7b03affd1e | /trunk/Code/Engine/GUI/GUIManager.cpp | d14872c8bd87206a2d626289c5c4bb6470061f9d | [] | no_license | BGCX261/zombigame-svn-to-git | 4e5ec3ade52da3937e2b7d395424c40939657743 | aa9fb16789f1721557085deae123771f5aefc4dd | refs/heads/master | 2020-05-26T21:56:40.088036 | 2015-08-25T15:33:27 | 2015-08-25T15:33:27 | 41,597,035 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 31,672 | cpp | #include "GUIManager.h"
#include "Core.h"
#include "Base.h"
#include "InputManager.h"
#include "RenderManager.h"
#include "Logger/Logger.h"
#include "GUIWindow.h"
#include "xml/XMLTreeNode.h"
#include "Texture/TextureManager.h"
#include "ScriptManager.h"
//--Includes GuiElements---
#include "Exceptions/Exc... | [
"you@example.com"
] | you@example.com |
b671b799d7b586203d7950dbd7c1865cafbf4e58 | f012504c927e57d7b94547863139427ebc0e7bc3 | /src/contact.h | c64984c35671223b0061080fa472221724baf0a0 | [] | no_license | dhanapr/AddressBookQT | 4613a9537ccca67802f487a529bb8c7dcf80436b | 8e800988ff617c39a8cb6e7dcb4db8e6512c0941 | refs/heads/master | 2020-07-29T11:59:56.234822 | 2016-11-14T05:33:13 | 2016-11-14T05:33:13 | 73,669,527 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,006 | h | #ifndef CORE_CONTACT_H
#define CORE_CONTACT_H
/************************************************************
Class: Contact
Author: Phil Grohe
Data structure to hold a single address book contact's
info.
************************************************************/
#include <string>
#include <vector>... | [
"noreply@github.com"
] | dhanapr.noreply@github.com |
f488fec4f5dec308957c7cfd1e1fd553bef972d6 | a8c2ab2fdcac66596773d737db5bc9fb84f27653 | /src/clientversion.cpp | c990b70edfac2245f2f4d61cc056c279e5bb3ae8 | [
"MIT"
] | permissive | blocksninja/das-coin | 6d3ee0fd1d52292705cf241589ac172a9b69a8b5 | c91484c5ec2f1c3001429104d28d45177a7c257b | refs/heads/master | 2021-04-09T10:14:49.048660 | 2018-03-16T09:26:42 | 2018-03-16T09:26:42 | 115,623,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,971 | cpp | // Copyright (c) 2012-2014 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "clientversion.h"
#include "tinyformat.h"
#include <string>
/**
* Name of client reported in the 'version' messa... | [
"183516+blocksninja@users.noreply.github.com"
] | 183516+blocksninja@users.noreply.github.com |
4849c7cf3ed8efd276805164475680ea27469edd | 585a2ab4efc6783d97a9eb0b04bcceb8379cec30 | /csp-integral-test/tests/capi-2/encrypt-message.h | 93b497cce0d17597c96fe5f05b05f64c37f82b9f | [] | no_license | kirillsms/XmlSignWebService | 8fbf3f7ab3aa29d28de3321e8ae8c88b6cd10a14 | cd778449fd1cecf00f662dc5bf0ee939c14204b8 | refs/heads/master | 2021-05-27T14:04:17.833715 | 2013-07-03T11:38:58 | 2013-07-03T11:38:58 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,147 | h | /// @file
/// @brief Файл содержит определение класса, тестирующего шифрование форматированного сообщения.
///
/// Copyright (c) InfoTeCS. All Rights Reserved.
#ifndef encrypt_message_h__
#define encrypt_message_h__
#include "../test-base.h"
#if defined(_WIN32)
#include "../../tools/certificate-search.h"
#... | [
"yurabuy@yandex.ru"
] | yurabuy@yandex.ru |
45b46c87bc84c7ecbb07ce7db7ac1cee8bfaadcd | 30fd0f276881e9722a875f37d08b5214942b87e5 | /sword_printMatrix.cpp | 4b8319a1210f3cec16454563971cb01dd4c82285 | [] | no_license | chexiaoyu/exercise | 320d34576d55cf8dfae5a20cc1c3032e6192d7ae | 095377abe951ac3caaac5f1ab0f18b3c6e39dd18 | refs/heads/master | 2020-07-21T06:39:54.179050 | 2019-09-10T18:25:29 | 2019-09-10T18:25:29 | 206,772,214 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,476 | cpp | #include <stdio.h>
#include <windows.h>
#include <iostream>
#include <vector>
using namespace std;
class Solution
{
public:
vector<int> printMatrix(vector<vector<int>> matrix)
{
int row = matrix.size();
int col = matrix[0].size();
vector<int> res;
int left = 0, right... | [
"noreply@github.com"
] | chexiaoyu.noreply@github.com |
95a08b8e2989d1f7e1ccb3bcf4ed9e2f56f845eb | 1f9be2d5e42817e39ae2b9ef7ead5883b179b6bd | /GameApp/GoButton.cpp | 6d56d02ed8c35e31e2f1c9c3b1d2deb15f23f37c | [] | no_license | shreyjindal81/CSE335-Project1 | 827a960cd93e2d2d3cc17478bfd22daf1dd46c1b | 04c3bfb80419b79dadcea5e250ef5b5000edcb9f | refs/heads/master | 2023-04-03T14:48:58.296090 | 2021-04-14T10:21:26 | 2021-04-14T10:21:26 | 357,852,477 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 289 | cpp | #include "pch.h"
#include "GoButton.h"
#include "Game.h"
#include "Tile.h"
using namespace std;
using namespace Gdiplus;
/** Constructor
* \param game The game this is a member of
*/
CGoButton::CGoButton(CGame* game) : CItem(game)
{
}
/**
* Destructor
*/
CGoButton::~CGoButton()
{
} | [
"shreyjindal81@gmail.com"
] | shreyjindal81@gmail.com |
b109033c85ebd03a55c0432f54b76e6f14f1f659 | 3aa06b06c2c7007f1e3dee1f71c913ce43605e6a | /Windows API/002-InitializeDirectX/Sample/DirectXEnvironment.cpp | 3a51b405dee18c1ff0bb693e0cf6a69ee0eebc1c | [
"MIT"
] | permissive | lightyen/DirectX-Sample | 819d389b10ccc8660dc4a19acb55ec6c3fbdaa95 | 71fda4cf23a49bbe618fbb306c9a33ffcc4ce311 | refs/heads/master | 2020-03-10T11:21:37.904215 | 2018-05-28T09:31:14 | 2018-05-28T09:31:14 | 129,354,873 | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 4,232 | cpp |
#include "stdafx.h"
#include "DirectXEnvironment.h"
#define CHECKRETURN(a,b) if (CheckFailed(a,b)) { \
return; \
}
namespace DirectX {
BOOL DirectXIsReady;
D3D_FEATURE_LEVEL FeatureLevel;
ComPtr<IDXGIFactory2> DXGIFactory;
ComPtr<IDXGIAdapter2> DXGIAdapter;
ComPtr<ID3D11Device> D3D11Device;
ComPtr<IDXGISwapC... | [
"lightyen0123@gmail.com"
] | lightyen0123@gmail.com |
6b44b684572df7fdb377cdb4c5b6a3dc77ceb982 | 96206b0c1a2e831f52f3154a4e3a8874c9a0d7e8 | /src/kits/random_input.cpp | efd28afdeae3bce0c5c9989c72228afadce20859 | [] | no_license | shemmer/zapps | 6b9d3fb7457c0e0acb3415aebbe1e3b364dde38d | ec7d1b06dc4da724c46003f79fbd84b752c872ea | refs/heads/master | 2021-01-19T06:02:56.997905 | 2015-07-28T08:04:30 | 2015-07-28T08:04:30 | 40,187,071 | 1 | 0 | null | 2015-08-04T13:41:48 | 2015-08-04T13:41:48 | null | UTF-8 | C++ | false | false | 1,798 | cpp | #include "util/random_input.h"
const char CAPS_CHAR_ARRAY[] = { "ABCDEFGHIJKLMNOPQRSTUVWXYZ" };
const char NUMBERS_CHAR_ARRAY[] = { "012345789" };
int URand(const int low, const int high)
{
thread_t* self = thread_get_self();
assert (self);
randgen_t* randgenp = self->randgen();
assert (randgenp);
int d =... | [
"csauer@cs.uni-kl.de"
] | csauer@cs.uni-kl.de |
a0ad6b776e06f15c931ae4126a83dd124072f229 | 69b71cc6f8a4fd470c344ecdaff4e69dc648efe2 | /examples/deleter0.cpp | b657d7fd9f0cd16b1bca0b20940ae477b447080f | [] | no_license | chardan/Provo_2016 | a7497e06c8de4f1ec42fdaf327d113a11425991b | 80d5fea8efee1edcc782545a72357cd4ac71d3ce | refs/heads/master | 2020-07-03T11:51:39.164179 | 2016-11-18T23:53:11 | 2016-11-18T23:53:11 | 74,175,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 479 | cpp | /* Example showing a deleter being used to help interface with C: */
#include <cstdio>
#include <vector>
#include <memory>
using namespace std;
using file_ptr = unique_ptr<FILE, decltype(&fclose)>;
auto write_things(const vector<char>& things)
{
// Real-world programs should check for errors:
auto fp = file_ptr(... | [
"jwilliamson@suse.de"
] | jwilliamson@suse.de |
38eb9ba6a722efcc5db2cb43215b5fe8f50c4073 | 8117703ce58eddc2eef1a8d85b81a4632f9d30b9 | /src/managers/ImageManager.cpp | 0342496968e519ea74cd94b6d9aa1377eff200ff | [] | no_license | JesseTG/RAY | f7434b2b96a5c933df941020ce7b512ef1595e7b | 1cb9487852eb07fc0f702da595d77d346e4d8e8d | refs/heads/master | 2020-05-18T19:43:42.832051 | 2014-05-17T03:03:16 | 2014-05-17T03:03:16 | 16,424,298 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 607 | cpp | #include "ImageManager.hpp"
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
namespace ray {
ImageManager::ImageManager()
{
//ctor
}
ImageManager::~ImageManager()
{
//dtor
}
bool ImageManager::loadConfigFile(const string& path) {
boost::property_tree::ptree config;... | [
"jessetalavera@aol.com"
] | jessetalavera@aol.com |
9763c828e01631d5c10d344962cd0b6457c966bf | 1c0c2e8c4f586ec3b61800b42f85dcfac3fb1987 | /Lab-1.cpp | 7ec68f4aa258777f4684fe06114489627372c8cd | [] | no_license | tanzim721/ICE-2104 | a9a89009c33d1dfda2e65c4dd9c71d1379f22cd3 | e6931c57f8d053b39cbef9b4df3725eb3c90519f | refs/heads/master | 2020-08-13T03:44:17.306776 | 2020-01-11T12:25:06 | 2020-01-11T12:25:06 | 214,899,162 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int i,j,n,a[10],cn=0;
scanf("%d",&n);
for(i=1;i<=n;i++)
{
scanf("%d",&a[i]);
}
printf("A={");
for(i=1;i<=n;i++)
{
printf("%d,",a[i]);
}
printf("\b}");
printf("\n");
printf("R1={... | [
"noreply@github.com"
] | tanzim721.noreply@github.com |
763efff91438b91e98a939b6359b5200b604d4e7 | 6fbf7d4855a0639eb57d37eb4a02758fc137e77e | /ModuleAlgorithm/include/implement/composer/GateCoordinateConverterImpl.h | 0ee2ed9ac11c0f83cfb583ec36252c82d07bea26 | [] | no_license | wws2003/Research | f9abb8ea7acd98ed829f23a39cb05a80d738bb6d | 3c839b7b35ddfcc5373f96808c3dc7125200da94 | refs/heads/master | 2020-04-06T07:04:28.103498 | 2016-08-10T06:18:04 | 2016-08-10T06:18:04 | 33,717,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,385 | h | /*
* GateCoordinateConverterImpl.h
*
* Created on: Dec 8, 2015
* Author: pham
*/
#ifndef GATECOORDINATECONVERTERIMPL_H_
#define GATECOORDINATECONVERTERIMPL_H_
#include "Gate.h"
#include "Coordinate.hpp"
#include "IConverter.h"
#include "ICoordinateCalculator.h"
#include "IMatrixOperator.h"
class GateCoord... | [
"pham@apecsa-indonesia.com"
] | pham@apecsa-indonesia.com |
d35160a3fdacc6488563f18a6525fbde718f27b9 | 2b00823785bb182898609d5565d39cba92036840 | /src/vgui2/vgui_controls/BuildGroup.cpp | ec7dba221b1e90921e004c004a9ecee129f1c23f | [] | no_license | rlabrecque/Source2007SDKTemplate | 4d401595c0381b6fb46cef5bbfc2bcd31fe2a12d | 2e3c7e4847342f575d145452c6246b296e6eee67 | refs/heads/master | 2021-01-10T20:44:46.700845 | 2012-10-18T23:47:21 | 2012-10-18T23:47:21 | 5,194,511 | 3 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 38,932 | cpp | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
//========= Copyright © 1996-2003, Valve LLC, All rights reserved. ============
//
// The copyrigh... | [
"rileylabrecque@gmail.com"
] | rileylabrecque@gmail.com |
4c39052ee365dd1938796d55e5f4e5e0f1a11ed2 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /companyreg/src/model/CreateBusinessOpportunityRequest.cc | 5c5d953b2a9d718a483bd23a2c59de373da662c1 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 2,224 | cc | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
f8dc5469dfbbddf5e627d033ce075eb2af8e3aac | ed470637412a01b6d29f44dbf7461c2698d19e0c | /many_bone_ik/src/math/qcp.h | 881bb5a4d1fd616097db90115874fb9577ac3a25 | [
"MIT"
] | permissive | V-Sekai/godot-modules-groups | 51df9b5feb2320856cb88ddee5bb18152b6e5aca | 7c0096edf39eb71f86ec8ddaa30e22591c515f8d | refs/heads/main | 2023-04-22T17:50:43.323793 | 2023-04-22T17:49:28 | 2023-04-22T17:49:28 | 302,478,554 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,193 | h | /**************************************************************************/
/* qcp.h */
/**************************************************************************/
/* This file is part of: */
/* ... | [
"ernest.lee@chibifire.com"
] | ernest.lee@chibifire.com |
30317711832e9acfd7aec3403267e183cd1c8c9a | 93cec5d03afc857474a4a1e5b1be18b98bbd1876 | /src/ruukku/config/packing.hpp | ed67fa1031653d69643a0a25c3820c0d3029b6bb | [] | no_license | wuffehauhau/runrun | e4b41c2b85c2c743ee6ec6274002006564fe9ab8 | 2433b9feab1d05ea2e22c30ddb86aeb4011565de | refs/heads/master | 2020-06-06T23:09:51.521599 | 2014-08-13T12:46:40 | 2014-08-13T12:51:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 485 | hpp | /*
* Copyright (C) Jani Salo 2013 -
* All rights reserved unless otherwise stated.
*
* Kukkaruukku framework.
*
* File: packing.hpp
* Created: 2013-01-22
* Authors: Jani Salo
*/
/*
* Definition of packing values for ensuring tight packing of several classes.
* The source for this file has static assertio... | [
"jani.salo.cpp@gmail.com"
] | jani.salo.cpp@gmail.com |
9d4f1212f909a1a3a86a774eab481839fe43d249 | f4f4130c502c937061b8a72aeb27f8d892638277 | /UUA/Player.h | e79d7493ae915b54a8b8553796d98ef99df496c9 | [] | no_license | Kundan0/UUA | 9ed7f8bdcd2c7d47765a60396339a33c8356db5f | 23cd9627890332cb70bb0a00c2b54508affbe256 | refs/heads/master | 2021-10-21T02:51:37.423877 | 2019-03-02T14:30:12 | 2019-03-02T14:30:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 487 | h | #pragma once
#include"pch.h"
#include "Game.h"
class Player :
public GameObject
{
float x, y, z;
int jump;
int yLevel;
Point p;
sf::Clock clock;
float width, height;
sf::Texture texture[4];
sf::Sprite sprite[4];
public:
static int playerNo;
Player();
Player(float Width, float Height);
bool isPlayer() { re... | [
"074bct517.kundan@pcampus.edu.np"
] | 074bct517.kundan@pcampus.edu.np |
52ff347c188d47acf8737d64ae35a6aba10c91d2 | 909d9bd33afc42ed4cb89f7525593ad1aacef96c | /Sorting and Searching/DistinctNumbers.cpp | 822d4f823f33cc8d63c906d25507c790ced37ea6 | [] | no_license | Abdus-Samee/CSES-Problemset | 2301770a84856a0527ce2d299bd31b128764f855 | baa357c2e4f9517a860393ea6f2e14e099afcade | refs/heads/master | 2022-12-14T12:50:55.936344 | 2020-09-18T16:09:14 | 2020-09-18T16:09:14 | 291,246,929 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 479 | cpp | //can also do it in O(n) with unordered_set
#include <bits/stdc++.h>
#define ll long long
#define pb push_back
using namespace std;
int main(){
ios_base::sync_with_stdio(0);
cin.tie(0);
ll n, count = 0;
cin >> n;
vector<ll> v(n);
for(ll i = 0; i < n; i++) cin >> v[i];
sort(v.b... | [
"noreply@github.com"
] | Abdus-Samee.noreply@github.com |
179661a94dc8de6a2242ca532421355f58975e5e | 1963de9ddf820f1ca8e8cdc4519f5032e76b5043 | /crm4.cpp | 4bd2741b046560ce780c331ac53de403a8159f60 | [] | no_license | phildeb/qtzenit2 | 59e9371f64abd9c59992b8c4ad4ce10afc22eba1 | 9379f803d27468fab17d2acb6139f0a1e4b4e1c3 | refs/heads/master | 2020-08-04T13:12:49.226199 | 2019-10-01T16:45:56 | 2019-10-01T16:45:56 | 212,148,003 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 38,772 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <time.h>
#include <fcntl.h>
#include <pthread.h>
#include <errno.h>
#include "debug.h"
#include "misc.h"
#include "co... | [
"phd@debreuil.fr"
] | phd@debreuil.fr |
cf40a0ea43dff0aa457e64aecf2309df31bb25a6 | 7c4cf781d58dbbba073cf94e7b057dcd1dc294fb | /codes/c/visual_c_plus/MFC/FlowSwitch/FlowSwitch/FlowSwitch.cpp | cb30be0c8ecb9bd7c68892a7069116925dd7f290 | [] | no_license | DoveMX/james_works | 8d17986878d0e9d796d660bcca57188efbd1f0da | 9635f0b23b02e93c42ab603aca0f9f1280f179bb | refs/heads/master | 2020-04-05T10:55:42.447587 | 2019-03-21T23:13:20 | 2019-03-21T23:13:20 | 156,816,208 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,099 | cpp | // FlowSwitch.cpp : 定义应用程序的入口点。
//
#include "stdafx.h"
#include "FlowSwitch.h"
// 引用工程文件
#include "CConfig.h"
#define MAX_LOADSTRING 100
// 全局变量:
HINSTANCE hInst; // 当前实例
WCHAR szTitle[MAX_LOADSTRING]; // 标题栏文本
WCHAR szWindowClass[MAX_LOADSTRING]; // 主窗口类名... | [
"Jane@gmagon.com"
] | Jane@gmagon.com |
0529f73efe3e278582cda29c969523799aa84893 | cfad0bf70426c15566d317f26a7423242325bba4 | /libco/co_hook_sys_call.cpp | dd2399e447b4bcdec176cf8c8060ce6272dbb645 | [] | no_license | bjut-hz/code-notes | 25bc6f8fe0a65f77a85f5c6c5f24399fcdafb46c | 50a8b4f58136f0771a5210ca1b7a6dff33f2f54e | refs/heads/master | 2020-05-05T13:08:40.413979 | 2019-12-24T08:49:00 | 2019-12-24T08:49:00 | 158,189,650 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,754 | cpp | /*
* Tencent is pleased to support the open source community by making Libco
available.
* Copyright (C) 2014 THL A29 Limited, a Tencent company. 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... | [
"936432896@qq.com"
] | 936432896@qq.com |
66a3f5cfbdfb6b168eee4be4dfdca8d4c2aacda0 | 9b104545333c86ff6bde962a6f47d691dcdd38ca | /LiczbyPierwsze.cpp | 48057275e2b3f3c5398e655bdb452b0a13736fbb | [] | no_license | KrzysztofTab/Cpp | 5413c832a0d2db96ba9275e31f4a2af132609381 | 52636c1071ff164ea164cf9d8a72f073a41e9476 | refs/heads/master | 2023-01-01T13:36:08.553538 | 2020-10-10T16:58:23 | 2020-10-10T16:58:23 | 297,703,765 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 580 | cpp | #include <iostream>
using namespace std;
int a,x=0;
float m[10000];
int main()
{
cin>>a;
for (int i=2; i<a; i++)
{
m[i-2]=a%i; //pakuje do szufladek reszty z dzielenia
}
for (int i=0; i<a-2;i++)
{
if (m[i]==0) //sprawdzam czy ktores dzielenie odbylo sie b... | [
"61905322+KrzysztofTab@users.noreply.github.com"
] | 61905322+KrzysztofTab@users.noreply.github.com |
23eb12c268f65b72118eeab0b03ff6e621b94c71 | 31865a003fa6401beec870ba7a5abb8adf3f83ff | /Libs/SurgeryNavigation/stkIGTLToMRMLPosition.cpp | 0ad0b522a49f8bd2c0e8b9909058bcbba2153f2a | [
"BSD-3-Clause"
] | permissive | zpphigh/STK | fafe7060c0f046ccd0a1ff4fd45112fa69fde03d | 97b94fbd761f82a68a5b709f0fdfb01f56f7b479 | refs/heads/master | 2021-01-18T16:17:21.008691 | 2013-11-05T17:37:41 | 2013-11-05T17:37:41 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 10,191 | cpp | // OpenIGTLinkIF MRML includes
#include "stkIGTLToMRMLPosition.h"
// OpenIGTLink includes
#include <igtlPositionMessage.h>
#include <igtlWin32Header.h>
#include <igtlMath.h>
// MRML includes
#include <vtkMRMLLinearTransformNode.h>
#include <vtkMRMLModelNode.h>
#include <vtkMRMLDisplayNode.h>
#include <vtkMRMLModelDis... | [
"wmzhai@gmail.com"
] | wmzhai@gmail.com |
843f87d78196725d6dd3de96a522bc5821117317 | 134261434927aecde7f78035afd1e2cfd27e4772 | /Board.cpp | d38bff3d7a98401ab99f38ff54139deef074e834 | [] | no_license | GalTurgeman/CPPEx6_Board | 905d9d1dcb47e2aeb67a246b091629441e396911 | 3a2b4f112c819fc878a146e7728a5ae0b4aa6e59 | refs/heads/master | 2020-03-16T03:12:26.273790 | 2018-05-09T17:59:19 | 2018-05-09T17:59:19 | 132,482,576 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,216 | cpp | //
// Created by Gal on 07/05/2018.
//
#include "Board.h"
#include "MyException.h"
/**
* Default Constructor init all board to '.'
*/
Board::Board() {
for (int i = 0; i <this->size ; i++) {
board[i] = new MyChar[size];
}
}
/**
* Constructor init by int;
* @param s
*/
Board::Board(int s) {
... | [
"user154@gmail.com"
] | user154@gmail.com |
6dc46a01f4efc119dccf10f43ade042fb9f10b77 | 934b88d9a7c06b1e389c98adfa6e4b491f073604 | /Problem/Problem/1759.cpp | 552f9503a77c539a13a0637635fca91ccfa92f05 | [] | no_license | flash1117/Algorithm | cf7ac89588bd3c9fb03b7964559b6b16130e83d7 | 1331972e573aa6e6661cb37ff291c258a8ed456a | refs/heads/master | 2023-02-10T21:32:47.088851 | 2021-01-05T14:02:31 | 2021-01-05T14:02:31 | 152,283,309 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,032 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
int L, C;
char arr[16];
char pick[16];
bool isCollection(char ch) {
if (ch == 'a' || ch == 'e' || ch == 'i' || ch == 'o' || ch == 'u') return true;
return false;
}
void makePassword(int depth, int cnt, int collectionCnt, int consonantCnt)
{
if (cnt =... | [
"flash1117@naver.com"
] | flash1117@naver.com |
55f935dca4033b8f155eae016a9080ef43ae7c47 | a1b4702c9b2a48300b8b4c5f44b3e77467471c0f | /jni/tcp_transmittion/ISocketListener.h | 4fb18b03b65079d31d0ada808a169d200fec3c52 | [] | no_license | studyNowHa/ball | 38a12395b8c324390974e1bcc8db2edbd71fd600 | 14f2f9a5cb44d8c592d2062a6bda2f57c213d87c | refs/heads/master | 2020-03-26T12:59:55.473703 | 2018-08-16T00:52:47 | 2018-08-16T00:54:00 | 144,917,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | h | #ifndef ISCK_LISTENER
#define ISCK_LISTENER
class ISocketListener
{
public:
virtual ~ISocketListener() { };
virtual void notify(std::string msg) = 0;
};
class iiSocketListener : public ISocketListener
{
public:
virtual void notify(std::string msg);
};
#endif
| [
"903058621@qq.com"
] | 903058621@qq.com |
ac25538e9ca2e4e0874a9193e2a8b1ff4b43ed90 | 381d605da20ca3342687e26c5bd00936fe7a46e7 | /Codechef/REARRAN-Rearrangement.cpp | 5edea6316110e94b8f99cb998d81f7933f7999d5 | [] | no_license | z0CoolCS/CompetitiveProgramming | 4a4c278533001a0a4e8440ecfba9c7a4bb8132db | 0894645c918f316c2ce6ddc5fd5fb20af6c8b071 | refs/heads/master | 2023-04-28T08:15:29.245592 | 2021-04-20T01:02:28 | 2021-04-20T01:02:28 | 228,505,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 152 | cpp | #include<bits/stdc++.h>
using namespace std;
#define REP(i,a,b) for(int i=a;i<b;i++)
int main(){
int t;
cin>>t;
while(t--){
}
return 0;
}
| [
"giordano.alvitez@utec.edu.pe"
] | giordano.alvitez@utec.edu.pe |
7716f40249792531adcacbc3094e7ddb55058e7f | 846f4dc2f720f88080df1e1082e0c854f188450b | /main.cpp | 326d5134554f58903385877a94a54f97829d9081 | [] | no_license | Ali-1999/link-list-in-c- | bebd94ebb595932b1bb047eb8cc77a726c0ad983 | 736f08051bea130205abb9411f58c8b03d60a445 | refs/heads/master | 2022-04-17T12:10:27.726526 | 2020-04-19T19:16:48 | 2020-04-19T19:16:48 | 257,081,527 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,603 | cpp | #include"student.h"
#include<conio.h>
#include"course.h"
#include<iostream>
#include<string>
using namespace std;
void main() {
string cour, stud;
int c, csd, cms,tr;
cout << "\nenter course name : ";
getline(cin, cour);
cout << "\ncourse id : ";
cin >> csd;
course cr(csd,cour);
do {
cout << "\n|1|\t<----... | [
"63450457+Ali-1999@users.noreply.github.com"
] | 63450457+Ali-1999@users.noreply.github.com |
216eead3d1ebcdddb108a675547e59aa78bff472 | 82d483e0a15b3d39adbc945e7a78d3632c9b7d15 | /Competition/CodeChef/start2c/server.cpp | 49b305208e259529db0fde33c321ddb7daed9a55 | [] | no_license | PandeyAditya14/APS2020 | 18dfb3f1ef48f27a0b50c1184c3749eab25e2a1a | d0f69b56de5656732aff547a88a7c79a77bcf6b1 | refs/heads/master | 2022-08-10T13:40:13.119026 | 2022-08-01T03:22:37 | 2022-08-01T03:22:37 | 236,135,975 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 443 | cpp | #include<bits/stdc++.h>
#define ll long long int
using namespace std;
#define fast_cin() ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL)
int main(){
fast_cin();
int t;
cin>>t;
while(t--){
double nodes , servers;
cin>>nodes>>servers;
double max_distance = floor(no... | [
"noreply@github.com"
] | PandeyAditya14.noreply@github.com |
9843c4d092a6d78674d2c75474c0ab699f4a7c56 | c5713333ac8cc514eb0484ee6bd5426678156940 | /Sem 2, Lab 3/main.cpp | d3756ba96d981e4d68a9d496f9cb4cb0e970626d | [] | no_license | danyaffff/ITMO-Programming | 1d3c34e468f47bcb2fad2fbb9c73ce85d6ca733c | 4d567393289de5afc5bf4ef4d2697b9410ae195c | refs/heads/master | 2021-01-01T08:58:45.122363 | 2020-11-25T00:42:52 | 2020-11-25T00:42:52 | 239,208,030 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,363 | cpp | /* Лабораторная работа №3. Перегрузка операторов.
Согласно варианту описать указанные типы данных и поместить их в отдельный заголовочный файл, в нем же описать операторы,
указанные в варианте. Реализацию функций поместить с отдельный cpp файл. Написать программу, проверяющую правильность работы —
для наглядности и л... | [
"noreply@github.com"
] | danyaffff.noreply@github.com |
f54977d2433c871d456e73a7c5d6743175d2f44f | 6b40e9cba1dd06cd31a289adff90e9ea622387ac | /Develop/Server/GameServer/unittest/MockDBTask.h | 7f3d90cf77eb09d54bb028d3cc2682c0b17246c0 | [] | no_license | AmesianX/SHZPublicDev | c70a84f9170438256bc9b2a4d397d22c9c0e1fb9 | 0f53e3b94a34cef1bc32a06c80730b0d8afaef7d | refs/heads/master | 2022-02-09T07:34:44.339038 | 2014-06-09T09:20:04 | 2014-06-09T09:20:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 405 | h | #pragma once
#include "GDBAsyncTask.h"
class MockDBTask : public GDBAsyncTask
{
public :
MockDBTask(const MUID& uidReqPlayer) : GDBAsyncTask(uidReqPlayer, SDBT_DBTYPE_NONE, SDBTID_NONE) {}
void OnExecute(mdb::MDatabase& rfDB) {}
mdb::MDB_THRTASK_RESULT _OnCompleted() { return mdb::MDBTR_SUCESS; }
... | [
"shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4"
] | shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4 |
714d04f4538b0bf7f83b3ff4748caf8284aa3204 | d043caf3425cf6e4de3d589aaa40d2fd8735cfd4 | /include/viperfish_stats_window.hpp | eecea54379c003f8fa11b8a98ea2b3581617ca66 | [
"MIT"
] | permissive | microwerx/viperfish | b3aa4ebeda42e4345d375502017870351d7f38af | 3592242c31c59fef9c6e02584738147d8e999ec9 | refs/heads/master | 2021-07-05T21:03:13.877475 | 2020-11-29T06:49:08 | 2020-11-29T06:49:08 | 128,976,568 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,029 | hpp | #ifndef VIPERFISH_STATS_WINDOW_HPP
#define VIPERFISH_STATS_WINDOW_HPP
#include <viperfish_window.hpp>
namespace Vf {
class FloatStat {
public:
FloatStat(int max_samples = 100, float metric_low = FLT_MIN, float metric_high = FLT_MAX);
void push(float value);
inline void push(double value) { push((float)value);... | [
"jmetzgar@outlook.com"
] | jmetzgar@outlook.com |
cd7baaa1836267a823a55eea33578ae5a992c1f7 | b1e6d8c20facf0c265febf93cfc405b7a157dc0d | /cSceneManager.h | 912d35e6bea5f26e32746b2d157e816f1dc92a06 | [] | no_license | donghoyu/Ready | f30251da3c6b068cb0e18c2a367d1f30269df52f | 1b07c3a5766a25a39a1cf04ef73b8c2f6cc3088b | refs/heads/master | 2021-01-25T14:03:24.635629 | 2018-03-29T14:30:09 | 2018-03-29T14:30:09 | 123,641,123 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,188 | h | #pragma once
#define SCENEMANAGER cSceneManager::GetInstance()
#include <map>
#include <string>
class SceneList;
class cSceneManager
{
private:
SINGLETONE(cSceneManager);
typedef map<string, SceneList*> mapSceneList;
typedef map<string, SceneList*>::iterator mapSceneIter;
public:
static SceneList* _currentSc... | [
"dbehdgh_@naver.com"
] | dbehdgh_@naver.com |
971a1c1fd84c5f11449833c0ac8846250142868e | 69dd66ade564a4e011d5769870e195f584462c7a | /debugger/src/libdbg64g/services/exec/cmd/cmd_exit.cpp | 50aceb59773d67ae1e49dabb0f2443f3e11a6c36 | [
"Apache-2.0"
] | permissive | sergeykhbr/riscv_vhdl | 649c2414eb02ea7e6f69e67e7bfc3fde662299d9 | 462e8aac451265734f19d10fba700e58b304029f | refs/heads/master | 2023-08-26T05:48:11.325719 | 2023-08-25T11:02:27 | 2023-08-25T11:02:27 | 45,797,714 | 553 | 122 | Apache-2.0 | 2022-11-01T20:57:33 | 2015-11-08T20:30:57 | C++ | UTF-8 | C++ | false | false | 1,271 | cpp | /*
* Copyright 2023 Sergey Khabarov, sergeykhbr@gmail.com
*
* 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... | [
"sergeykhbr@gmail.com"
] | sergeykhbr@gmail.com |
36f7e40401dc69ab12ed7d54512e5c084f5aba27 | df7183168307670df562970687ec0f98d3424862 | /Graphs/BFS.cpp | a8a4b7cd4818128083cce18904cd5ca80100a35e | [] | no_license | iSumitYadav/DS-Algo | cf816669c1468c1b6bc1e37f36114b944c6e71c2 | 453b5723269690b0e765ae510e392d667df45e3f | refs/heads/master | 2021-09-03T17:36:22.384809 | 2018-01-10T18:55:02 | 2018-01-10T18:55:02 | 113,206,635 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,184 | cpp | #include<bits/stdc++.h>
using namespace std;
class Graph{
int nodes;
list<int> *adj_list;
public:
Graph(int nodes){
this->nodes = nodes;
adj_list = new list<int>[nodes];
}
void addEdge(int a, int b){
adj_list[a].push_back(b);
}
void breadthFirstSearch(int src);
};
void Graph::breadthFirstSearch(int sr... | [
"sumityadavcools@gmail.com"
] | sumityadavcools@gmail.com |
7c399f0c15c536c4ba1543cc0f1d6e58994a0c58 | 3567ccb566cc447302fae872048dbf4d887fdc05 | /1170.3.cpp | 4bded59f46fac25861f36739d82eb4e46012e6b8 | [] | no_license | jiezuowhu/WOJ-learn | 20fd2cb4aa92f19c2ed244114a20595d05a2e3e9 | 2f54defbe589b68c5ca5ae50edd1450ecc27a29f | refs/heads/master | 2021-01-15T22:04:29.721968 | 2013-03-18T14:33:42 | 2013-03-18T14:33:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | cpp | #include<iostream>
#include<algorithm>
#include<list>
using namespace std;
int main()
{
list<unsigned int> data;
while(1)
{
unsigned int a;
scanf("%d",&a);
if(a==0) break;
data.push_back(a);
}
data.sort();
list<unsigned int>::iterator end=unique(data.begin(),data.end());
list<unsigned int>::itrator p... | [
"1069700995@qq.com"
] | 1069700995@qq.com |
c26b2bbc67c79d15b24c142a5abb0ea8ba57fbdb | 0767c3aa243d2f5525c30431babee96c2afe8fa0 | /src/main.cpp | 4e0991c5d661a3ae26dc092a2f27a8dc9b2de49a | [] | no_license | agdang/modu | 240f7df20fbb242b9aeea58bd3a04a1957e90a1e | a28ecc67d07cee56b50fa549dd41f69892b473c0 | refs/heads/master | 2021-01-21T17:37:17.196748 | 2017-07-18T21:18:37 | 2017-07-18T21:18:37 | 91,260,091 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,655 | cpp | #include <cmath>
#include "app.h"
#include "tile.h"
#include "map.h"
#include "draw.h"
#include "gameworld.h"
#include "gamewindow.h"
int main(int argc, char* argv[])
{
App::Init();
App::Cycle();
App::Close();
/*int WINDOW_WIDTH = (32 * TILE_SIZE) + TILE_SIZE; int WINDOW_HEIGHT = WINDOW_WIDTH;
GameWindow* game... | [
"magicalsm@protonmail.com"
] | magicalsm@protonmail.com |
6136ef1b0f588b6f342ddb189ed25ac8a5f5f083 | 31287dccda1fa0be67d87c61175fc7e9206134e8 | /QtBook/Paint/Base/ArcChordPieWidget.cpp | 2924e9e4a181e7e1851c5d6daa6e55f8a51ae5f1 | [] | no_license | xtuer/Qt | 83c9407f92cef8f0d1b702083bb51ea29d69f18a | 01d3862353f88a64e3c4ea76d4ecdd1d98ab1806 | refs/heads/master | 2022-06-02T02:32:56.694458 | 2022-05-29T13:06:48 | 2022-05-29T13:06:48 | 55,279,709 | 15 | 13 | null | null | null | null | UTF-8 | C++ | false | false | 1,297 | cpp | #include "ArcChordPieWidget.h"
#include "ui_ArcChordPieWidget.h"
#include <QPainter>
ArcChordPieWidget::ArcChordPieWidget(QWidget *parent) : QWidget(parent), ui(new Ui::ArcChordPieWidget) {
ui->setupUi(this);
}
ArcChordPieWidget::~ArcChordPieWidget() {
delete ui;
}
void ArcChordPieWidget::paintEvent(QPaintEv... | [
"biao.mac@icloud.com"
] | biao.mac@icloud.com |
9ed35c42330197e6bdc96587d3543dc3ecec5232 | dd71975e17363cd4fff13a8979ebd81f360058a4 | /Source/ToolCore/Assets/SceneImporter.h | 947743ae30bbf3903c4456e611ebf82c33cf8a6c | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | honigbeutler123/AtomicGameEngine | 95403fa3db60553270716d7fe9811ba9b4403070 | 2393fd70315120a3879d2db5f1e955dba75a898c | refs/heads/master | 2023-05-07T11:53:58.631217 | 2023-04-14T09:20:38 | 2023-04-14T09:20:38 | 53,612,655 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,282 | h | //
// Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC All rights reserved
// LICENSE: Atomic Game Engine Editor and Tools EULA
// Please see LICENSE_ATOMIC_EDITOR_AND_TOOLS.md in repository root for
// license information: https://github.com/AtomicGameEngine/AtomicGameEngine
//
#pragma once
#include "AssetImporter.h"... | [
"josh@galaxyfarfaraway.com"
] | josh@galaxyfarfaraway.com |
7954fcacdd95b086f17bd355fe1cbc2fdf2591f1 | f3c8d78b4f8af9a5a0d047fbae32a5c2fca0edab | /Qt/mega_git_tests/Test_QGraphicsScene/other/graphicsscene/scene.cpp | ef9f957f2e1c788655cde98451d668ff5605d552 | [] | no_license | RinatB2017/mega_GIT | 7ddaa3ff258afee1a89503e42b6719fb57a3cc32 | f322e460a1a5029385843646ead7d6874479861e | refs/heads/master | 2023-09-02T03:44:33.869767 | 2023-08-21T08:20:14 | 2023-08-21T08:20:14 | 97,226,298 | 5 | 2 | null | 2022-12-09T10:31:43 | 2017-07-14T11:17:39 | C++ | UTF-8 | C++ | false | false | 590 | cpp | #include "scene.h"
#include "figures/rectfigure.h"
#include "figures/rhombfigure.h"
#include <QGraphicsSceneMouseEvent>
Scene::Scene(QObject *parent) : QGraphicsScene(parent), m_figureType(None) { }
void Scene::mousePressEvent(QGraphicsSceneMouseEvent *event) {
if (None == m_figureType) return;
QGraphicsItem *i... | [
"tux4096@gmail.com"
] | tux4096@gmail.com |
8d5f26299ab0d8d13ad664f38b8072447122dafd | 69c22e17117c2233064e15f234e20c769e2b3c1a | /qmdzmodfiy/Classes/SelfClub.cpp | e3993baec1658ab77a4d43f49b01a44169df9176 | [] | no_license | windtrack/onlinedezhou | 85d8c83464c3d54f80db89fdee74810e5555e509 | 33faae8436cda80479f69edea51b24b4a9fabaa7 | refs/heads/master | 2021-01-17T11:37:50.672166 | 2016-06-13T05:16:13 | 2016-06-13T05:16:13 | 61,009,396 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 15,369 | cpp | #include "SelfClub.h"
#include "Tools.h"
#include "Util.h"
#include "GlobalUserData.h"
#include "HttpSprite.h"
#include "external/ConvertUTF/ConvertUTF.h"
#include "GameHall.h"
#include "GameFrame.h"
#include "FrameSpriteButton.h"
#include "FrameSprite.h"
#include "GrabTouch.h"
#include "EditFamilyRole.h"
#include "F... | [
"vergilsun@sina.com"
] | vergilsun@sina.com |
d9c70e6d3bfcabbd63f51c4cff98af71146d03cb | ceb404855b515145ac929d148679b1cbcec68025 | /Offer/41_ContinuesSquenceWithSum.cpp | a77db84747768231b94d4d64ff3261966a39b469 | [] | no_license | yananfan/CodeTest | a9e777ccb55c9725a398059a899a0da0b6a329a7 | 2c24348c7fd1854cfab7f364b9620aadba81e143 | refs/heads/master | 2020-04-24T22:10:57.272246 | 2019-12-15T10:00:53 | 2019-12-15T10:00:53 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 913 | cpp | //#define _ContinuesSquenceWithSum_
#ifdef _ContinuesSquenceWithSum_
#include<iostream>
using namespace std;
void PrintContinuousSequence(int small, int big);
void FindContinuousSequence(int sum);
int main()
{
int sum = 1;
while (sum) {
cout << "输入一个正数:" << endl;
cin >> sum;
FindContinuousSequence(sum);
}
r... | [
"ynfanstudy@sina.com"
] | ynfanstudy@sina.com |
6a4c0c02653063e928f11a612261c679565a9008 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /components/offline_pages/core/background/pending_state_updater.cc | bf2e70acc0960085da5cd8197169bfd9e929d387 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 2,327 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/offline_pages/core/background/pending_state_updater.h"
#include "components/offline_items_collection/core/pending_state.h"
#include ... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
ffefb7ad5bae7ad89576874080103b2e78b35f5c | c75a6d975a721c18222fdf2f53ca854a137eb557 | /lib/lib.cpp | f3573fc43c11badf881ceed5338f81e73b1d19af | [] | no_license | JackShieh529/TOMGRO.TokairinLab_2019 | 4c857125bbb76b9edf50f9765cbd1fded6d643b2 | 9ed574f9c903240f9ed5f467d53ffecb6c778ef1 | refs/heads/master | 2021-01-02T15:44:33.120589 | 2019-06-21T09:20:24 | 2019-06-21T09:20:24 | 239,688,524 | 1 | 0 | null | 2020-02-11T06:02:56 | 2020-02-11T06:02:55 | null | UTF-8 | C++ | false | false | 1,194 | cpp | #include "lib.hpp"
#include <iostream>
#include <vector>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/foreach.hpp>
#include <boost/optional.hpp>
namespace tomgro{
//PRIVATE FUNCTION
private std::vector<std::string> split(std::string& input, char delimiter... | [
"shota.y2011@gmail.com"
] | shota.y2011@gmail.com |
9aa62ebafc106f50b84b10ef6d9a84afbd65a1e4 | c7d4d31e26e4ee4a13f21050fc8a96005b1a2a24 | /ABC090/C.cpp | 1a46d1701dac7c8aa35d1042593c573433933843 | [] | no_license | motacapla/ProgrammingContest-Atcoder-etc- | c26840bf435159ed46c44b3ec37f0ad6e4a722e5 | a647b9656b1656ce7da73f8e66a54d353765717b | refs/heads/master | 2021-10-28T06:25:40.276550 | 2021-10-23T11:29:37 | 2021-10-23T11:29:37 | 141,571,371 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 376 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
const int e = 1e9;
int
main(void){
int n, m;
cin>>n>>m;
long long count = 0L;
int one = 1;
if(n == 1 && m == 1){cout << one << endl;}
else if(n == 1 && m > 1){cout << m-2 << endl;}
else if(m == 1 && n > 1){cout << n-2 << endl;}
else{ ... | [
"tikeda@IN6-MAC-tikeda.local"
] | tikeda@IN6-MAC-tikeda.local |
e326c79d4c1b17627cdbe46b5982b74db5114922 | 757f737bc70aed0293b61a8d4e6c397a077de025 | /ocr_2/predict.h | ebd63e60e04a490094c58021de1e1382389118a1 | [] | no_license | zgsxwsdxg/ocr3 | f4085f1460703ae7f37185641dae52b0ae257127 | fb3a994b0703daebcd71cd6b24b0297eebf2b29f | refs/heads/master | 2021-01-20T12:21:28.974680 | 2016-01-07T01:22:37 | 2016-01-07T01:22:37 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 779 | h |
#ifndef _PREDICT_H_
#define _PREDICT_H_
#include<vector>
#include<opencv2\opencv.hpp>
//实现特征提取并预测的函数
/*
*输入 resultpath 结果路径
*输入 vvM 二维字块数组
*返回值 0,代表正常
*/
int predict(const char* resultpath, const std::vector<std::vector<cv::Mat>>& vvM);
/*
*输入 vvM 二维字块数组
*输出 vvi 根据vvM字块预测的结果(汉字在字典的标号,用int 类型表示),二维数组
*返回值 0,代表正常 ... | [
"1099905725@qq.com"
] | 1099905725@qq.com |
8b7f5e596d50409267eac55fd0bdeb06e5994bbe | ba55358fd3311f51921b1f306d49ac703e8d5245 | /app/linAdvEuler/0/rho_Ref | ef8ba7c407ca9cd31b1ec3f827a5e25bbcd143b0 | [
"BSD-3-Clause",
"MPL-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | vachan-potluri/MEANDG | c90548fbf69032ab0c81dcbb599714f7e9c18ff9 | a4a22653b5d71b186e179519b0d26a21d3faf1b5 | refs/heads/master | 2020-06-05T16:11:51.118808 | 2019-06-25T06:52:31 | 2019-06-25T06:52:31 | 192,481,019 | 0 | 0 | BSD-3-Clause | 2019-06-18T06:40:10 | 2019-06-18T06:40:09 | null | UTF-8 | C++ | false | false | 3,404 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"smjoshi07@gmail.com"
] | smjoshi07@gmail.com | |
be447e7adb945e4c684d38a085ea925ac66b3655 | 4e8d0a92f6058f0635610fa8bf390f29bbe7c9a4 | /Game/Game/PauseScreen.h | 86ca5e0b7223bbd20e29b3286f9e2b9629783b05 | [] | no_license | anasawad/The_Invaders | 5e69f3854a67eaa2c25665e955778088a95abd55 | ed9ec9439a8952aa578a532d3f6febbc4296093a | refs/heads/master | 2021-01-02T08:19:30.126292 | 2012-07-17T03:48:30 | 2012-07-17T03:48:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,158 | h | #ifndef PAUSESCREEN_H_
#define PAUSESCREEN_H_
#include "AllIncludes.h"
class PauseScreen:public Screen, public IDrawable
{
private:
struct MenuItems
{
Screen* _ptrScreen;
char* title;
};
static const bool is2D = true;
static const int SIZE = 4;
int select_index ;
SaveAndLoad *s;
MenuItems menuItemsArray[S... | [
"eng.anas.awad@gmail.com"
] | eng.anas.awad@gmail.com |
14d44edb1edc904a95e7fe64e71bf5535eae2d8a | b2109a078a2fc321f98b7a96c9f06927b60a2a7c | /ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | f3422a71325cb15410240e5efb146b803c7d7fbe | [] | no_license | dbaarda/facetracknoir-posix | bfdf33198d251d7594fff0ae8ab224828260afdb | 4609f66b337d064462208c304461f00d7525f092 | refs/heads/master | 2016-09-05T15:16:48.133356 | 2013-02-25T04:23:35 | 2013-02-25T04:23:35 | 8,289,382 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,441 | h | /********************************************************************************
* FaceTrackNoIR This program is a private project of some enthusiastic *
* gamers from Holland, who don't like to pay much for *
* head-tracking. *
* *
* Copyright (C) 2012 Wim Vriend (Developing)... | [
"sthalik@misaki.pl"
] | sthalik@misaki.pl |
dde0d1b19398202ad76e48a83e6898b75b573190 | b1b734ab75a6fe114733d3c0b8ca5046d54b407d | /third_party/ComputeLibrary/src/core/NEON/kernels/NEDirectConvolutionLayerOutputStageKernel.cpp | 52880a378f3b071133422c522286790f6ba1b58e | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause",
"Apache-2.0",
"MIT"
] | permissive | waybarrios/video_nonlocal_net_caffe2 | 754fea2b96318d677144f16faadf59cb6b00189b | b19c2ac3ddc1836d90d7d0fccb60d710c017253e | refs/heads/master | 2020-04-20T03:15:12.286080 | 2019-01-31T20:44:01 | 2019-01-31T20:44:01 | 168,593,110 | 0 | 0 | Apache-2.0 | 2019-01-31T20:40:40 | 2019-01-31T20:40:39 | null | UTF-8 | C++ | false | false | 18,274 | cpp | /*
* Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* ri... | [
"gemfield@civilnet.cn"
] | gemfield@civilnet.cn |
a99b61294f8b1401ae6c0da838c9ecf35822e60d | 07c43092ac87907bdaeecff136b125b4f77182c2 | /third_party/LLVM/include/llvm/ExecutionEngine/Interpreter.h | 7425cdbcfda821dfda614e83ce5d35d1515d647a | [
"NCSA",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ddrmax/swiftshader-ex | 9cd436f2a0e8bc9e0966de148e5a60f974c4b144 | 2d975b5090e778857143c09c21aa24255f41e598 | refs/heads/master | 2021-04-27T15:14:22.444686 | 2018-03-15T10:12:49 | 2018-03-15T10:12:49 | 122,465,205 | 7 | 0 | Apache-2.0 | 2018-03-15T10:12:50 | 2018-02-22T10:40:03 | C++ | UTF-8 | C++ | false | false | 1,221 | h | //===-- Interpreter.h - Abstract Execution Engine Interface -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"capn@google.com"
] | capn@google.com |
5bba02381de9435fbfe50a578cc072de02236109 | 9c079c10fb9f90ff15181b3bdd50ea0435fbc0cd | /Codeforces/978A.cpp | 6afdce50c01a6d5bda2b4d4d9d1e2ba91e6e8ff1 | [] | no_license | shihab122/Competitive-Programming | 73d5bd89a97f28c8358796367277c9234caaa9a4 | 37b94d267fa03edf02110fd930fb9d80fbbe6552 | refs/heads/master | 2023-04-02T20:57:50.685625 | 2023-03-25T09:47:13 | 2023-03-25T09:47:13 | 148,019,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 489 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
int main(){
int n;
scanf("%d",&n);
map<int,int>mp;
int cnt=0;
vector<int>vc;
int arr[n+1];
for(int i=0;i<n;i++){
scanf("%d",&arr[i]);
mp[arr[i]]++;
}
for(int i=0;i<n;i++){
mp[arr[i]]--;
... | [
"shihabhossain611@gmail.com"
] | shihabhossain611@gmail.com |
df85248b089d46d763c33a3f47981d9189fa6fc7 | e790253b47ad12bbc12f98a933de4dd788aada34 | /2018/0525_topological_sorting/1516_GAME_MINJUN.cpp | dfa85727ba763cad7f160051fe278f4492b68292 | [] | no_license | lilykju/algostudy | 393ab42bc5f8f5ee450839c8a76d460e3ddd15cc | 82f0100b42668894b15093c74bf806aeb95ee0a1 | refs/heads/master | 2021-05-15T05:16:51.889121 | 2019-01-10T10:17:55 | 2019-01-10T10:17:55 | 116,847,208 | 0 | 2 | null | 2018-12-26T15:19:43 | 2018-01-09T17:20:38 | C++ | UTF-8 | C++ | false | false | 851 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
#include<string.h>
#include<queue>
using namespace std;
int in[1002];
int main()
{
int N;
scanf("%d",&N);
vector<int> arr(N+1);
vector<int> topol[N+1];
for(int i=1;i<=N;i++){
scanf("%d",&arr[i]);
while(1){
int a;
scanf("%d",&a);
if(a==-1)
... | [
"starkim06@naver.com"
] | starkim06@naver.com |
2ac591ea1e5f084a7901ed04008cc896f274f27c | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /media/gpu/v4l2/v4l2_image_processor.h | 509e564995ed4395008a75b0226d4423372ebec6 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 9,315 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_GPU_V4L2_V4L2_IMAGE_PROCESSOR_H_
#define MEDIA_GPU_V4L2_V4L2_IMAGE_PROCESSOR_H_
#include <stddef.h>
#include <stdint.h>
#include <memory>
... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
8dacf060124eff06083c8c01c7ffed31274d8e4a | 97d2e759c2d3ca77421e68ca18ac84c66a941214 | /Source/BuildingEscape/OpenDoor.h | 059531741e5b4e585830d28e3116b5c397c33f3f | [] | no_license | radhaashok/BuildingEscape | bdb4eecc74d3668e63e87741c947a9c3dcce35d8 | 4574d0e303ac5e39c96fedd160e9c7a29df50681 | refs/heads/master | 2021-07-14T23:04:39.236306 | 2017-10-20T13:09:44 | 2017-10-20T13:09:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,099 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "Engine/TriggerVolume.h"
#include "OpenDoor.generated.h"
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
class BUILDINGESCAPE_API UOpe... | [
"gowtham.kudupudi@tmeic.in"
] | gowtham.kudupudi@tmeic.in |
81d6a79101616dfeed69a3ca233d3afed7f32911 | 53017700ea8cf3d69f6cfec0191b64b631f59ef9 | /PRACTICA 16.cpp | 39f2b7bf7f10280af38cf1a8bb12be5bc8fc3642 | [] | no_license | OscarIdrogo13/TrabajosC | 255117cdeae4f533a44f6e878b949ee53a81d6e4 | 4d77cc195cd9cba838117faf4cf9b34789140ea8 | refs/heads/main | 2023-08-27T21:50:10.513242 | 2021-10-18T05:26:37 | 2021-10-18T05:26:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 140 | cpp | #include <iostream>
using namespace std;
int main(){
for(int s=2; s<=400; s+=2){
cout<<s<<",";
}
system("pause");
return 0;
}
| [
"noreply@github.com"
] | OscarIdrogo13.noreply@github.com |
7efb48fc81da3687c70a727a8c5bcbd1cc61a54a | dd76cb0ed67fa78d75ca7e70b3010bb2798e6c82 | /work/myredis/event2/behaviac/base/core/timer.h | 9c29c74161c2cfc468bf2ffe61a09bc38dda635c | [] | no_license | Riopho/vimrc | d91ecdef68deab1a24d80ce733e64be073211b74 | 1780e9ddc7d1cf1e6b422221e333cdcdb9be78b8 | refs/heads/master | 2021-06-08T20:07:42.666225 | 2019-11-19T13:50:36 | 2019-11-19T13:50:36 | 134,824,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,061 | h | #ifndef BEHAVIAC_BASE_TIMER_H_
#define BEHAVIAC_BASE_TIMER_H_
#include "config.h"
namespace behaviac
{
// Forward declaration
struct TimerInformation;
BEHAVIAC_API const TimerInformation& GetTimerInformation();
struct TimerInformation
{
int64_t cpuFrequency;
int64_... | [
"rio@TwGame.(none)"
] | rio@TwGame.(none) |
d367d051b470340b4fd975ef89f0da3523439ae0 | 50d57297975b70f9421b37dc730d8b03224323bf | /dependencies/include/OGRE/ParticleUniverse/ParticleUniverseObserverTokens.h | a21e694e9b59bf8ccc7ad5a44f965ae91b6b70c2 | [
"Apache-2.0"
] | permissive | albmarvil/The-Eternal-Sorrow | 619df0f6ea8beba1257596c3c9c8cf4626317e14 | 5b5f9d2d0c3a9c1db9393c611ae4952b7d26eedf | refs/heads/master | 2021-01-23T07:02:47.206891 | 2015-07-07T14:13:14 | 2015-07-07T14:13:14 | 38,193,036 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,413 | h | /*
-----------------------------------------------------------------------------------------------
Copyright (C) 2013 Henry van Merode. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the ... | [
"tukaram92@gmail.com"
] | tukaram92@gmail.com |
7ea3da0376decb7f024fbaf4f0c1a4ff01422512 | 879681c994f1ca9c8d2c905a4e5064997ad25a27 | /root-2.3.0/run/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/1.2/k.air | bace42882af31add1d01a90e6d69153440e49dbf | [] | no_license | MizuhaWatanabe/OpenFOAM-2.3.0-with-Ubuntu | 3828272d989d45fb020e83f8426b849e75560c62 | daeb870be81275e8a81f5cbac4ca1906a9bc69c0 | refs/heads/master | 2020-05-17T16:36:41.848261 | 2015-04-18T09:29:48 | 2015-04-18T09:29:48 | 34,159,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 54,170 | air | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"mizuha.watanabe@gmail.com"
] | mizuha.watanabe@gmail.com |
d00194ed8d31dade0157e905e1334374c1a27500 | fca339684dfe174fa5fb075a4a323fd32bc673ab | /Test1_Code/Import_Code/main.cpp | bb1c1f38769778d5fb369ada9315071b3a2f8256 | [] | no_license | Jwcob/BA21_MODULE_TESTS | e2e44869f44de420d64fb0fb37885d079e8b8395 | 0d8ab1551d01a59c6475c24f2717589545de5237 | refs/heads/main | 2023-05-13T01:09:50.418445 | 2021-05-25T23:28:08 | 2021-05-25T23:28:08 | 370,734,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 88 | cpp | import <iostream>;
int main() {
std::cout << "Hello World!" << std::endl;
return 0;
} | [
"jacob.polanz@chello.at"
] | jacob.polanz@chello.at |
f16673bb1da55e1f406eb25a7f51957c17e2d142 | 822e3d662b4cc83ba807c39a5ed48eb244746edf | /Neural_Network-M/Initializator.cpp | 7bb50991c47bb1ab771ad97c27ae7c5ed5bf2e7c | [] | no_license | PrincePelican/Neural_Network-M | 881d612629705fdba38f2b4b1948e0800e25f726 | 767bca7684f8ff16afd91a562ee1c788d7773442 | refs/heads/master | 2023-07-08T14:41:12.250961 | 2021-08-07T11:25:40 | 2021-08-07T11:25:40 | 367,180,861 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | cpp | #include "Initializator.h"
float Initializator::He_ini(unsigned numberInputs)
{
return 2.0f / numberInputs;
}
float Initializator::Xavier_ini(unsigned numberInputs, unsigned numberOutput)
{
return 1.0f/(numberInputs+numberOutput);
}
| [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
6733b0a7f6cfb941e6713de0d6727fd1e21c7f52 | f84b6f345115f63cd78562030299ccdafd1fef54 | /examples/tv-app/linux/include/audio-output/AudioOutputManager.cpp | 61018e7417424d8e4cf3c2e163afd01c6d577fb1 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | JordanField/connectedhomeip | 436bde7b804ffbbaafd254e3d782cabf569a8186 | 8dcf5d70cd54209511be6b1180156a00dd8e0cf8 | refs/heads/master | 2023-09-04T02:30:33.821611 | 2021-10-30T14:14:43 | 2021-10-30T14:14:43 | 423,137,284 | 0 | 0 | Apache-2.0 | 2021-10-31T12:08:08 | 2021-10-31T12:08:08 | null | UTF-8 | C++ | false | false | 2,207 | cpp | /*
*
* Copyright (c) 2021 Project CHIP Authors
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE... | [
"noreply@github.com"
] | JordanField.noreply@github.com |
95f8793266aaf3ad42648e3393bb48ea1bf49c26 | 0d0e78c6262417fb1dff53901c6087b29fe260a0 | /bmlb/src/v20180625/model/BindTrafficMirrorReceiversRequest.cpp | ef7a9e2f3d6bbb0448f09870e2e3a8126908c81d | [
"Apache-2.0"
] | permissive | li5ch/tencentcloud-sdk-cpp | ae35ffb0c36773fd28e1b1a58d11755682ade2ee | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | refs/heads/master | 2022-12-04T15:33:08.729850 | 2020-07-20T00:52:24 | 2020-07-20T00:52:24 | 281,135,686 | 1 | 0 | Apache-2.0 | 2020-07-20T14:14:47 | 2020-07-20T14:14:46 | null | UTF-8 | C++ | false | false | 3,014 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"jimmyzhuang@tencent.com"
] | jimmyzhuang@tencent.com |
d1f75fee577f435311be168377d87394adc8a654 | 13f78c34e80a52442d72e0aa609666163233e7e0 | /CSES/geometry/convexhull.cpp | bf8e228ffbf498887fe058e20fad29299dae23e9 | [] | no_license | Giantpizzahead/comp-programming | 0d16babe49064aee525d78a70641ca154927af20 | 232a19fdd06ecef7be845c92db38772240a33e41 | refs/heads/master | 2023-08-17T20:23:28.693280 | 2023-08-11T22:18:26 | 2023-08-11T22:18:26 | 252,904,746 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,628 | cpp | #include <iostream>
#include <cmath>
#include <vector>
#include <algorithm>
using namespace std;
#define rep(i, a, b) for (int i = (a); i < (b); i++)
#define sz(x) ((int) x.size())
#define all(x) x.begin(), x.end()
using ll = long long;
const int MAXN = 2e5+5;
int N;
struct Point {
int x, y;
double comp;
};
P... | [
"43867185+Giantpizzahead@users.noreply.github.com"
] | 43867185+Giantpizzahead@users.noreply.github.com |
b4ae6568579aaab2b498bfb423f8fba4863c94ef | e04f82d5b50f396ae1351d40f5e44d0df096c0b2 | /2.Advanced_Class/코드(Code)/CPP/0919_ACOUNT/0918_db_test/wbdb.cpp | a2466686956f041b8e197dcc8a107658172a2a45 | [] | no_license | SIRAbae/-BIT-Class-Sangbae-Growth-Diary | de1013e5b5187d32dfeb370a03ed6db49031739f | 50e5315ccc5af70a420aeb90c65cf12029b034eb | refs/heads/master | 2022-04-08T18:44:34.606970 | 2020-03-19T11:49:44 | 2020-03-19T11:49:44 | 246,871,821 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 7,433 | cpp | //wbdb.cpp
#include "std.h"
#define DBNAME TEXT("member1")
#define ID TEXT("wb30")
#define PW TEXT("1234")
SQLHSTMT hStmt;
SQLHENV hEnv;
SQLHDBC hDbc;
BOOL wbdb_DBConnect()
{
// 연결 설정을 위한 변수들
SQLRETURN Ret;
// 1, 환경 핸들을 할당하고 버전 속성을 설정한다.(p1741)
if (SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &hEnv) !... | [
"56426302+SIRAbae@users.noreply.github.com"
] | 56426302+SIRAbae@users.noreply.github.com |
2993929fda3c4ecaa67e2405c99cd40c0f8c9a8e | 9515e3321c33709258e4686a7cd71e98a8c3a03e | /3p/VTK/ThirdParty/vtkm/vtk-m/vtkm/worklet/testing/UnitTestStreamingSine.cxx | 43aa59d48cad5143a5c813b03002b09e100fd5c8 | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Mason-Wmx/ViewFramework | f9bc534df86f5cf640a9dbf963b9ea17a8e93562 | d8117adc646c369ad29d64477788514c7a75a797 | refs/heads/main | 2023-06-29T04:12:37.042638 | 2021-07-28T09:26:55 | 2021-07-28T09:26:55 | 374,267,631 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,236 | cxx | //============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE... | [
"mingxin.wang@peraglobal.com"
] | mingxin.wang@peraglobal.com |
003144932ae0c24d4f1edef7f74d192d04168587 | ca770a8b01e1e949bb929f8b76f473e54070d9ff | /TemplateGame/GameObject.h | edfc8404f9ee02f31c84c785445a2cd95e9080c0 | [] | no_license | maslhiro/DirectXGame_0809 | 69bdacdc9a69f88c2a45cbc6266ef12dd698995e | 773ea3dc550fd3d910d85fdc657ffa30abe92d3e | refs/heads/master | 2021-07-09T01:01:20.813533 | 2020-10-30T08:22:50 | 2020-10-30T08:22:50 | 207,265,653 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,542 | h | #pragma once
#include "define.h"
#include "Texture.h"
#include "Animation.h"
#include "DeviceManager.h"
#include "AnimationManager.h"
#include "Sound.h"
class GameObject
{
protected:
int _id;
// Chia Id de phan biet cac the loai game obj :)))
int _idType;
// Static obj : land, pillar, rope, ..
bool _isStaticO... | [
"nhutvinh14@gmail.com"
] | nhutvinh14@gmail.com |
de68eb590dff9ac5036863e3580df15f5c8de4f3 | 51e3a836068b7762d2078a380953f17c5fd20b85 | /Source/Logger/Logger.cpp | e1b8420451b92f7d7f301b2d2ab5a28d7c51df3a | [
"Apache-2.0"
] | permissive | igorlev91/DemoEngine | 82874d8db69ae54ffcdbf9aa74a38ffbafed9cfa | 8aaef0d3504826c9dcabe0a826a54613fca81c87 | refs/heads/master | 2022-07-17T16:22:43.151378 | 2020-05-20T21:26:57 | 2020-05-20T21:26:57 | 208,259,144 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,483 | cpp | #include "Precompiled.hpp"
#include "Logger/Logger.hpp"
#include "Logger/Output.hpp"
#include "Logger/Sink.hpp"
namespace
{
// Default logger sink.
Logger::Sink sink;
// Default logger outputs.
Logger::FileOutput fileOutput;
Logger::ConsoleOutput consoleOutput;
Logger::DebuggerOutput debuggerO... | [
"lev-118@gmail.com"
] | lev-118@gmail.com |
3137359a51225ba4584993c497545c86313ca61f | 2e386d3d97fe1847778fa9d2116cfa2129f9976a | /Simulator.cpp | 8a7449bca4ba22862ae2c68ca8ed3aaf36522172 | [] | no_license | RyanLai7916/Tech-test | 4db3f5527406a859ebb52a854c17a1c9d66ad81f | 7813cf23c6e85c7eb601579b7c59c60554912e9f | refs/heads/main | 2023-03-23T14:06:12.796264 | 2021-03-17T10:52:42 | 2021-03-17T10:52:42 | 348,655,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,913 | cpp | // Simulator.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <fstream>
#include <iostream>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include "Simulation.h"
int main(int argc, char** argv)
{
if (argc < 2)
{
... | [
"ryan.lai7916@gmail.com"
] | ryan.lai7916@gmail.com |
1f0df1c1ab70a5e92e10a8c000c9f0c41906c624 | 297bc28f8ddd7c901398a9338f405d8aeee5cd89 | /500.cpp | 45e875e3770b9f6bdd668672e3be8b95daa66680 | [] | no_license | lyswty/leetcode-solutions | 951072abc316234d32938b041221e0c17504a06f | 88aac5289228d1d62fe3e6b4926311bdf2cdfad2 | refs/heads/master | 2020-04-21T20:57:03.752636 | 2019-08-11T14:09:41 | 2019-08-11T14:09:41 | 169,862,666 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 616 | cpp | class Solution {
public:
vector<string> findWords(vector<string>& words) {
vector<string>rows(3),res;
rows[0]="qwertyuiop",rows[1]="asdfghjkl",rows[2]="zxcvbnm";
unordered_map<char,int>row;
for(int i=0;i<3;i++) for(char x:rows[i]){
row[x]=i;
row[toupper(x)]=i;... | [
"noreply@github.com"
] | lyswty.noreply@github.com |
2b037a2c1cdc16ff3ef8f78c2f9511121d15d446 | bb6ebff7a7f6140903d37905c350954ff6599091 | /chrome/browser/services/gcm/gcm_profile_service_unittest.cc | 2b1e5014642e4cb160de5395474d9526bbf58e12 | [
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 8,118 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/services/gcm/gcm_profile_service.h"
#include <vector>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/call... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
0815e61795b8bc251158c21e63561ae23b7dccc7 | 911f133ff3fbfde58ee6b8d57ea8e5393f971234 | /Ch5/Exercise 5.2.cpp | 14a97de065a9673cc91d700d248f98942942945f | [] | no_license | xche03/CPP-Primer-5th | 5e2ba71791a405390505264778784813c2776232 | 887c236c01891bda726ef3a23ec375b53885022d | refs/heads/master | 2021-01-09T21:52:04.924093 | 2016-02-29T15:28:32 | 2016-02-29T15:28:32 | 44,064,362 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 356 | cpp | /*Exercise 5.2: What is a block? When might you might use a block?*/
/*A compound statement, usually referred to as a block, is a (possibly empty)
sequence of statements and declarations surrounded by a pair of curly braces.*/
/*Compound statements are used when the language requires a single statement but
the logic o... | [
"xche03@gmail.com"
] | xche03@gmail.com |
d21868f567330b6be914e67bce29e25d86edd605 | 148b61252764fdd95aa17e52179d801bdd20ee15 | /mars/stn/src/simple_ipport_sort.cc | 4caaf20b100f83e61217dc0096d5b4213c553fba | [
"MIT",
"Zlib",
"BSD-3-Clause",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL"
] | permissive | Lynnnnnn/mars | 8c7ab4b6e193de5e83ba79668f9461fea017f9a7 | 2b87cceec445b649b5c0190c119e9cbb30e5dc85 | refs/heads/master | 2021-04-29T08:17:35.555275 | 2016-12-29T14:32:28 | 2016-12-29T14:32:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,624 | cc | // Tencent is pleased to support the open source community by making GAutomator available.
// Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved.
// Licensed under the MIT License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the ... | [
"garryyan@tencent.com"
] | garryyan@tencent.com |
f687080747d7e5649be69e7478984e35b31a7ef9 | 5e58a55bc863322cc77167dcc84aef2d8205c441 | /imviewer/pixaccess.cpp | a365025e3c46db039289d03f648445ca1ede8096 | [] | no_license | jaredmales/VisAO | d79c50c76d9b9f801a38a3febaafc24c3438c708 | 9effbfcc2f7e1f743df346efd07fb6b7c82eedb2 | refs/heads/master | 2021-01-25T16:58:44.083880 | 2017-09-01T07:33:13 | 2017-09-01T07:33:13 | 102,152,273 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,567 | cpp | #include "pixaccess.h"
float (*getPixPointer(int imv_type))(void*, size_t)
{
switch(imv_type)
{
case IMV_CHAR:
return &getPix<char>;
case IMV_UCHAR:
return &getPix<unsigned char>;
case IMV_SHORT:
return &getPix<short>;
case IMV_USHORT:
... | [
"jaredmales@gmail.com"
] | jaredmales@gmail.com |
89e162b36f49577f45fa395f053717f8ce10c99d | f4bc78d304fcebd766a7a7d161e6b72d61e10d9a | /test/data_requirements/stencil/stencil_1d/pyramid/pyramid.cpp | b8a133bb9f2203c8e4eae3c310bbbb03bc24d899 | [] | no_license | allscale/allscale_compiler | 6a02d655e1a101a9a6afa0c79df7e772fc8abcd6 | 12e5dada431e574b025c572ae5f8819047be12aa | refs/heads/master | 2021-01-12T06:53:34.553070 | 2019-03-19T12:43:15 | 2019-03-19T12:43:15 | 76,847,596 | 5 | 1 | null | 2017-12-01T11:39:58 | 2016-12-19T09:26:03 | C++ | UTF-8 | C++ | false | false | 129 | cpp | #include "../test.h"
int main() {
// just run the generic test
return run_test<implementation::parallel_recursive>();
}
| [
"herbert@dps.uibk.ac.at"
] | herbert@dps.uibk.ac.at |
d8dbdf729d909b2cf542b135c19bc852360e3eb7 | 76b823f0b4e0efc12075cf4802ffe0b2ca62fb2b | /aluno/solucoes/16_4.cpp | ea2c9a3ee69e6d62fe380003c12b1b32edcd23d0 | [] | no_license | jonasvm/piratas-futuro-rpg | e5c3c2c31bf6fa1b208fd00c09464db49b7192b2 | 770914f310c9fdce26e7a204883c7f7281771d8d | refs/heads/master | 2022-01-05T04:41:01.779284 | 2019-06-25T13:47:57 | 2019-06-25T13:47:57 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 782 | cpp | /*Em alto mar, você avista uma criatura gigante rara com tentáculos, mas devido a pouca visibilidade por causa da água, você
não consegue identificar se é um polvo ou uma lula. Para isso, você decide utilizar a câmera de raios-X do seu computador de
bordo para visualizar. Se a metade dos tentáculos for um número impa... | [
"jonas.vbm@gmail.com"
] | jonas.vbm@gmail.com |
5558924d44988e3b18c736c724124666ac67632f | c2c6d5279358779026282efb1ce750ef839ac8db | /NetCmd/ServoDriverComDll/NetCom/src/Packet.cpp | 4cc25e32422ab96b4b8d2c553706f3688cdfcf0c | [] | no_license | tiangaomingjing/MyServo | 0f4f374028bff1772c34c316a2466ed46bd3db01 | 0aee56bebeaa8213de31443c8c38fb99e2e156db | refs/heads/master | 2021-01-01T15:49:41.291053 | 2017-07-19T11:56:57 | 2017-07-19T11:56:57 | 97,711,825 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,914 | cpp | //////////////////////////////////////////////////////////////////////////////////////////
// summary : Communicaiton Packet Define //
// file : Packet.cpp //
// Description : use for pc and fpga communicaiton //
// lib : none //
// //
//========... | [
"chenchao_szu@163.com"
] | chenchao_szu@163.com |
89ce42864090c6f24a36ea92765947d3f51679a3 | 35bd87c9c6cacda05252f93b4e30400aa59a0e2f | /export/release/windows/obj/src/flixel/text/FlxTextFormat.cpp | 051b5baa5fe70b457ad883cd89c8a5425988c33f | [
"Apache-2.0"
] | permissive | RE4L-CODE/vsZero-KE | 53599f2099a17a9553adb25a7c8771db0a6bc6d4 | 44c126687ecd3caf7cc3af892164be8d520ae97a | refs/heads/main | 2023-09-01T09:58:39.012592 | 2021-11-18T10:24:21 | 2021-11-18T10:24:21 | 429,388,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 5,241 | cpp | // Generated by Haxe 4.1.5
#include <hxcpp.h>
#ifndef INCLUDED_flixel_text_FlxTextFormat
#include <flixel/text/FlxTextFormat.h>
#endif
#ifndef INCLUDED_openfl_text_TextFormat
#include <openfl/text/TextFormat.h>
#endif
HX_DEFINE_STACK_FRAME(_hx_pos_a69907c6a733237a_1097_new,"flixel.text.FlxTextFormat","new",0x67be2279... | [
"61307317+RE4L-CODE@users.noreply.github.com"
] | 61307317+RE4L-CODE@users.noreply.github.com |
9ba481d8ae97d7a1e7bc2c02cffbb72b944f7130 | 483e8c3fd98536fa17f9a0a41923f60e2a79d55a | /sources/src/util/IpUtils.cpp | 3c8e8959647f455ff5dd1272bbf8312dfced1d54 | [] | no_license | Shailla/jeukitue.moteur | b9ff6f13188fb59d6b8d2ea8cde35fc7d95dd3dd | acc996f240699b5ec9c6162e56c5739f86a335a5 | refs/heads/master | 2020-05-22T04:20:33.298261 | 2014-11-20T22:20:43 | 2014-11-20T22:40:11 | 34,282,766 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 712 | cpp | /*
* IpUtils.cpp
*
* Created on: 16 août 2013
* Author: Erwin
*/
#include <sstream>
using namespace std;
#include "util/IpUtils.h"
namespace JktUtils {
IpUtils::IpUtils() {
}
IpUtils::~IpUtils() {
}
string IpUtils::translateIp(IPaddress address) {
stringstream str;
Uint8* ad... | [
"vogel.jeanclaude@gmail.com@cd6d7e76-efff-11de-b599-4d5b25800cad"
] | vogel.jeanclaude@gmail.com@cd6d7e76-efff-11de-b599-4d5b25800cad |
1a82f39c369fe445c99531e4cb451a1a2e029845 | b0dd7779c225971e71ae12c1093dc75ed9889921 | /boost/fusion/view/single_view/detail/at_impl.hpp | bf955274bc9f63854b88d5893b8f9c3dcaf03703 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSL-1.0"
] | permissive | blackberry/Boost | 6e653cd91a7806855a162347a5aeebd2a8c055a2 | fc90c3fde129c62565c023f091eddc4a7ed9902b | refs/heads/1_48_0-gnu | 2021-01-15T14:31:33.706351 | 2013-06-25T16:02:41 | 2013-06-25T16:02:41 | 2,599,411 | 244 | 154 | BSL-1.0 | 2018-10-13T18:35:09 | 2011-10-18T14:25:18 | C++ | UTF-8 | C++ | false | false | 1,246 | hpp | /*=============================================================================
Copyright (c) 2011 Eric Niebler
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==========================================... | [
"tvaneerd@rim.com"
] | tvaneerd@rim.com |
50829c60f2690823848f5f12e19f9dfe3fadbb3d | d33a2c7503955d0981f903e44f9d75be4fd5b264 | /code/src/loop.cpp | f73cbb6309483e6efe15dff44defd770d9032267 | [] | no_license | mldelibero/roboCooler | c3a1906fdad82d96313fecc85a64ffca641cd1c5 | d2c06277c640983b6a970655a65ef768c77072d4 | refs/heads/master | 2020-04-03T20:13:15.764843 | 2017-06-04T20:50:22 | 2017-06-04T20:50:22 | 42,898,242 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,590 | cpp | #include "capTouch.h"
#include "ledDriver.h"
#include "halDriver.h"
//#include "limitSwitch.h"
#include "lidMotor.h"
//#include "utils.h"
#include "ledStrip.h"
#include "ledStripDriver.h"
#include "timer.h"
extern "C" {
#include "Board_LED.h" // ::Board Support:LED
}
//extern CLimSwComp Opened_Limit;... | [
"delibero.michael@ensco.com"
] | delibero.michael@ensco.com |
9b7c4c4784e14a0eaf757406791ba83755d90575 | e25ab831bfea98c625eea900264fc7ace4e0fe1c | /Exercise 2.cpp | b256b3fb9998ddd438e9e5a80fe4d522f2774da6 | [] | no_license | Dhik/StrukDat--02 | 6566e6426adb48b77232ae84018ab4b5e51aebb8 | 667128781668264a7c0d4ef59aaf2d476f276d91 | refs/heads/master | 2020-04-26T22:06:15.546851 | 2019-03-05T02:58:33 | 2019-03-05T02:58:33 | 173,861,724 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 478 | cpp | /*
Nama: Mohammad Dhikri
npm: 140810180075
tanggal pembuatan: 26 Februari 2019
Deskripsi: Convert celcius to fahrenheit
Kelas: A
*/
#include <iostream>
#include <string.h>
using namespace std;
struct Theater{
int room;
char seat[3];
char movieTitle[30];
};
main(){
Theater thr;
thr.room=7;
strcpy(thr.seat,"J9");
... | [
"mohammaddhikri@gmail.com"
] | mohammaddhikri@gmail.com |
fe7c8495eabe7f7cb855f68a653e988b349dc4e5 | 76c95168b5004a8b6519143f1215b3509491d9a8 | /InfernalEditor/GeneratedFiles/ui_InfernalEditor.h | 4ca3cc2aeac5c7d79d69cb7fc8bcec78fbd1fda7 | [] | no_license | mi7flat5/Infernal_Engine | 8e3a08d558813a4e191b4d3ab4bd2f426d479157 | 321b628ba3f302b2d1c14a5ab64a04da0dec0b86 | refs/heads/master | 2020-04-17T08:01:24.118810 | 2017-03-20T09:17:01 | 2017-03-20T09:17:01 | 67,696,032 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,739 | h | /********************************************************************************
** Form generated from reading UI file 'InfernalEditor.ui'
**
** Created by: Qt User Interface Compiler version 5.7.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
************************************... | [
"mi7flat5@gmail.com"
] | mi7flat5@gmail.com |
e6d84463a079aef692dce48249fa637ea79a8034 | 3450a1d0d8becc537a1e80fc174a831d1f0b1a9f | /Lab/Lab2/C++/idList.h | c669df108b08cff931a98551cf31c8d19f7045ca | [] | no_license | xu3z/CSE-655 | 1356303120b55422c17aeaba3c3b362c32237598 | 57f45c595c26a9e037dedf252de66f33b553e082 | refs/heads/master | 2020-12-28T22:45:57.460623 | 2014-02-09T05:42:31 | 2014-02-09T05:42:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 315 | h | #ifndef _IDLIST_H_
#define _IDLIST_H_
#include "ID.h"
class idList:public Tokenizer
{
public:
string strID,gnext;
idList(){ gnext=""; };
ID id;
int curToken;
string idValue;
void parseIDListForDS();
void parseIDListForSS();
void printIDList();
void readInput();
void writeOutput();
};
#endif
| [
"ananth.mm@gmail.com"
] | ananth.mm@gmail.com |
83fd248a337efbe2a6ab405805549c4af7976980 | 46122925efca9b7652505c4e444df98cd084e28c | /sycl/source/detail/device_image_impl.hpp | e6e9050d24d98b12b0c1b68109356b467f43228b | [
"NCSA",
"LLVM-exception",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | airgproducts/llvm | a4ebc954a08ce7f5520580e318bd39ee53b3ac57 | 9b49fe96989430fc14cd2029dfea7d5449aa2927 | refs/heads/private | 2023-08-16T06:19:52.396532 | 2021-10-21T06:21:28 | 2021-10-21T06:21:28 | 249,200,859 | 0 | 0 | null | 2021-08-05T05:13:06 | 2020-03-22T14:28:48 | null | UTF-8 | C++ | false | false | 12,130 | hpp | //==------- device_image_impl.hpp - SYCL device_image_impl -----------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"noreply@github.com"
] | airgproducts.noreply@github.com |
e511a2e3d853530049d2f7a85e7eab0b4a21dd3e | b6c985bd9f493135c4de109f3ad78d38a3059c65 | /src/dct/skip_list/util/FileReader.cpp | 392ea58a9d795d7931595be7703ec468354db287 | [] | no_license | qjhart/qjhart.geostreams | 4a80d85912cb6cdfb004017c841e3902f898fad5 | 7d5ec6a056ce43d2250553b99c7559f15db1d5fb | refs/heads/master | 2021-01-10T18:46:48.653526 | 2015-03-19T00:13:33 | 2015-03-19T00:13:33 | 32,489,398 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | cpp | /**
* Define a data structure to read a file, retrieving the data
* line by line and breaking the line string into words that are
* separated by spaces.
*
* @author jzhang - created on Jun 26, 2004
*/
#include "FileReader.h"
FileReader::FileReader (char* filename) {
fid = fopen (filename, "r") ;
if (!fid) {
... | [
"qjhart@ucdavis.edu"
] | qjhart@ucdavis.edu |
ccf2aa7daad65877df971155bad0acf960426cd6 | 2cc9aba35a2d3f501f4657c0af5d8ca4e7b519c4 | /include/ten/thread_guard.hh | 4edba121121ee811708fcb617035ac1c2fc5dee5 | [
"Apache-2.0"
] | permissive | toffaletti/libten | 781bfb785a0f4002d0d20c0c7dd0971be051e348 | 00c6dcc91c8d769c74ed9063277b1120c9084427 | refs/heads/master | 2021-01-25T05:27:56.294975 | 2015-04-26T05:12:59 | 2015-04-26T05:12:59 | 1,558,548 | 27 | 10 | null | 2015-04-26T05:12:59 | 2011-04-02T04:41:25 | C++ | UTF-8 | C++ | false | false | 1,066 | hh | #ifndef TEN_THREAD_GUARD_HH
#define TEN_THREAD_GUARD_HH
#include <thread>
#include <system_error>
namespace ten {
//! wrapper that calls join on joinable threads in the destructor
class thread_guard {
private:
std::thread _thread;
public:
template <class... Args>
thread_guard(Args&&... args) : _thread{st... | [
"toffaleti@gmail.com"
] | toffaleti@gmail.com |
cd3929912b0b07b504b58c70ced1449354c44c8a | 89ae2633bc000b1d38e5cf2a7069f7e78c9e7bd6 | /uva_280.cpp | 63e6b390d7b0324efc22dc9ec209feb33449e3e2 | [] | no_license | yardstick17/UVA_Solutions | b6fc01a24084ce22a6fd5f637359624b19497be1 | e5ba9855abcef0b8bcbef0808b1dff904eb8e178 | refs/heads/master | 2021-01-01T05:02:02.515018 | 2016-04-23T14:34:20 | 2016-04-23T14:34:20 | 56,923,242 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,148 | cpp | /* AK_47*/
#include<iostream>
#include<stdio.h>
#include<list>
#include<vector>
#include<map>
#include<algorithm>
#include<set>
using namespace std;
#define S(x) scanf("%d",&x)
#define pb(x) push_back(x)
#define V(x) vector<x>
#define F(i,a,n) for(int i=(a);i<(n);++i)
#define REP(i,a,n) for(i=(a);i<(n);... | [
"amit_kushwaha@outlook.com"
] | amit_kushwaha@outlook.com |
36eea3226c2e9a48094478fc881d01f4ec8a65d5 | 1d369cef3d261429773d562635e1402d86ab8958 | /协同进程/add.cpp | d276bd32522d2f0e8a5c1e7d10d283387ea9a5a4 | [] | no_license | gopep9/learnapue | 81c502b0ecfa44344efcb15439a8450373fef3fd | 774b533140d200beb22587c555512690c8010905 | refs/heads/master | 2020-03-25T08:06:40.456351 | 2018-08-07T07:30:52 | 2018-08-07T07:30:52 | 143,597,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,045 | cpp | //
// main.cpp
// CPlusPlusTest
//
// Created by huangzhao on 2018/4/16.
// Copyright © 2018年 huangzhao. All rights reserved.
//
#include <iostream>
#include <string>
#include <unistd.h>
#include "headset.h"
//加法器,读取输入,并且相加,输出
int my_getline(char* line, int max_size)
{
int c;
int len = 0;
while( (c = ... | [
"huangjian@huangjiandeMacBook-Pro.local"
] | huangjian@huangjiandeMacBook-Pro.local |
bffb1ac863b9891a507e5aeaa8b4cca6855f5886 | 45a17c4444365ee6076b43af194c9c2aefdd745e | /demboyz/netmessages/svc_setview.h | e4ba4f72bacd09e2fe1cc7f8dcfcb6495dfc16f2 | [
"MIT"
] | permissive | SizzlingStats/demboyz | 45053ba6a4e050b2bc68a0d1bc39773a04c7516c | 2b68115b9124e554f0377d8a96b196cdb9e1c57f | refs/heads/master | 2023-02-22T03:08:05.414502 | 2023-02-10T05:51:19 | 2023-02-10T05:52:08 | 25,903,045 | 47 | 13 | null | 2016-06-28T00:46:01 | 2014-10-29T03:41:34 | C++ | UTF-8 | C++ | false | false | 161 | h |
#pragma once
#include "nethandlers.h"
namespace NetMsg
{
struct SVC_SetView
{
uint16_t entIndex;
};
}
DECLARE_NET_HANDLERS(SVC_SetView);
| [
"jordan.cristi@gmail.com"
] | jordan.cristi@gmail.com |
b91f2809733daed87a0f0c0ba380e21797b97e46 | 64fda67d42a44deab0a57834fc2e04ce0e655425 | /tempest_source/Engine/TempestEngine/External/SceneManipulatorInterface.hpp | b9102b79cac2da58efd2f13d0da2f42b49eccd9c | [] | no_license | charlesboudousquie/Workbench | 6984575e2fddc7c1eaa59ab9ad6861cb51aa884c | 724021fa76a33cdb0182f53392918f4560960f9b | refs/heads/master | 2020-08-17T16:33:44.040296 | 2019-11-24T03:45:33 | 2019-11-24T03:45:33 | 215,687,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,918 | hpp | /*!***************************************************************************************
\file SceneManipulatorInterface.hpp
\author Aaron Damyen
\date 7/31/18
\copyright All content � 2018-2019 DigiPen (USA) Corporation, all rights reserved.
\par Project: Boomerang
\brief
********************... | [
"charlesboudousquie@gmail.com"
] | charlesboudousquie@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.