text
stringlengths
54
60.6k
<commit_before>// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-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 "primitives/block.h" #include "hash.h" #include "tinyfor...
<commit_before>// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2017 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 <primitives/block.h> #include <hash.h> #include <tinyfor...
<commit_before>#include <iostream> #include <windows.h> #include <TlHelp32.h> #include <TCHAR.h> #include <string> #include <sstream> #include "/COSTUM/costumfunc.cpp" //Here is where the hax begin using namespace std; int Main() { //Here is where the magic starts HWND hWnd = FindWindow(0, "ROBLOX"); //Finding RB...
<commit_before>#include "settings.h" #include "deviceinfo.h" #include "log/logger.h" #include <QSettings> #include <QCryptographicHash> LOGGER(Settings); class Settings::Private { public: void sync(); GetConfigResponse config; QSettings settings; }; void Settings::Private::sync() { settings.setValu...
<commit_before>#pragma once #include <string> #include <map> #include <functional> #include <vector> namespace search { class Node { public: using Size = std::size_t; using Path = std::string; using Chidlren = std::vector<Node>; struct Coordinate { Coord...
<commit_before>// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2017 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 <primitives/block.h> #include <crypto/common.h> #include...
<commit_before>// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2017 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 <primitives/block.h> #include <hash.h> #include <tinyfor...
<commit_before>// Copyright (c) 2018-2019 The Dash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "quorums.h" #include "quorums_utils.h" #include "chainparams.h" #include "random.h" #include "validatio...
<commit_before>#include "stdafx.h" #include "Match.h" #include "Simulation.h" #include <random> namespace sim { void MatchResultStatisticsList::addMatch(const MatchResult &match) { int teamIDOne = std::min(match.teams[0], match.teams[1]); int teamIDTwo = std::max(match.teams[0], match.teams[1]); std::pair<int, i...
<commit_before>#include "label.h" #include "../qrutils/outFile.h" #include <QDebug> using namespace utils; bool Label::init(QDomElement const &element, int index, bool nodeLabel, int width, int height) { mX = initCoordinate(element.attribute("x"), width); mY = initCoordinate(element.attribute("y"), height); mCen...
<commit_before>/* Copyright (C) 2000 by Norman Krmer original unplugged code and fonts by Andrew Zabolotny This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either versi...
<commit_before>#include <cmath> #include <cfloat> #include <csignal> #include <iostream> #include "ModuleGame.hpp" #include "Sound.hpp" #include "SoundClip.hpp" #include <OpenALInterface.hpp> #include <SDLOpenGLInterface.hpp> #include <PthreadsInterface.hpp> #include "Vector3.hpp" #include "Quaternion.hpp" #define MA...
<commit_before>// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/bitcoin-config.h" #endif #include "utilitydialog.h" #include "ui...
<commit_before>// Copyright (c) 2011-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "utilitydialog.h" #include "ui_helpmessagedialog.h" #include "bitcoingui.h" #include "clientmodel.h"...
<commit_before>// // libavg - Media Playback Engine. // Copyright (C) 2003-2006 Ulrich von Zadow // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2 of the Li...
<commit_before>#include "Script.hpp" using namespace TurtlebotLibrary; Script::Script(uint8_t scriptLength) : TurtlebotMessage(TurtlebotCommandCode::Script) { // should this->scriptLength = scriptLength; } Script::~Script() { } uint8_t Script::getScriptLength() const { return this->scriptLength; } void Script...
<commit_before>/* * File: Assets.cpp * Author: morgan * * Created on February 25, 2014, 6:38 PM */ #include "assets.hpp" #include <rapidxml.hpp> #include <rapidxml_utils.hpp> #include <lodepng.h> #include <objload.h> #include <exception> #include <memory> #include <cstring> #include <fstream> #include <iostr...
<commit_before>// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/debug/stack_trace.h" #include <errno.h> #include <execinfo.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h>...
<commit_before>// Copyright (c) 2012 Cloudera, Inc. All rights reserved. #include "runtime/hdfs-fs-cache.h" #include <boost/thread/locks.hpp> #include <glog/logging.h> using namespace boost; DEFINE_string(nn, "localhost", "namenode host"); DEFINE_int32(nn_port, 20500, "namenode port"); namespace impala { HdfsFsCa...
<commit_before>//======================================================================= // Copyright (c) 2014-2016 Baptiste Wicht // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://opensource.org/licenses/MIT) //===================================================...
<commit_before>#include <engine.hpp> int fabric::Engine::eventLoop() { return 0; } int fabric::Engine::exitRoutin() { return 0; }<commit_msg>Added basic event loop logic<commit_after>#include <engine.hpp> #include <iostream> #include <types.hpp> #include <gameobject.hpp> #include <behavior.hpp> using namespace std...
<commit_before>#include <string> #include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <cstdio> #include <cmat...
<commit_before>// ffmpeg_acoustid.cpp // part of MusicPlayer, https://github.com/albertz/music-player // Copyright (c) 2012, Albert Zeyer, www.az2000.de // All rights reserved. // This code is under the 2-clause BSD license, see License.txt in the root directory of this project. #include "ffmpeg.h" #include <chromapri...
<commit_before>//======================================================================= // Copyright Baptiste Wicht 2013-2016. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) //==================================================...
<commit_before>/* * Copyright (c) 2015, Cryptonomex, Inc. * All rights reserved. * * This source code is provided for evaluation in private test networks only, until September 8, 2015. After this date, this license expires and * the code may not be used, modified or distributed for any purpose. Redistribution and ...
<commit_before>// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
<commit_before>#include "sql_string.h" using namespace std; namespace mysqlpp { SQLString::SQLString() : is_string(false), dont_escape(false), processed(false) { } SQLString::SQLString(const string& str) : string(str), is_string(true), dont_escape(false), processed(false) { } SQLString::SQLString(const char* str) ...
<commit_before>// Taken from: http://stackoverflow.com/a/14537855 #include <iostream> #include <complex> #include <numeric> #include <array> #include <cmath> #include <cstdio> #include <cstdlib> #ifndef M_PI #define M_PI 3.14159265358979324 #endif #define N 16 #define kiss_fft_scalar float #include "kiss_fft.h" i...
<commit_before>/** @file A brief file description @section license License Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this fi...
<commit_before>/*-----------------------------------------------------------*/ /* Block Sorting, Lossless Data Compression Library. */ /* Lempel Ziv Prediction */ /*-----------------------------------------------------------*/ /*-- This file is a part of bsc and/or libbsc, ...
<commit_before>/* * Author: Csaszar, Peter <csjpeter@gmail.com> * Copyright (C) 2011-2016 Csaszar, Peter */ #include "csjp_http.h" /* TODO * - HTTP 1.1 continue, keep-alive, chunked transfer support */ namespace csjp { HTTPRequest::HTTPRequest( const String & method, const String & uri, const String & bo...
<commit_before>// Copyright (c) 2013 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 <boost/test/unit_test.hpp> #include "base58.h" #include "key.h" #include "uint256.h" #include "util.h" #i...
<commit_before>// Copyright (c) 2019 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 <chainparams.h> #include <compressor.h> #include <core_io.h> #include <core_memusage.h> #include <policy/p...
<commit_before>// Copyright (c) 2019 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <radix.h> #include <test/lcg.h> #include <test/util/setup_common.h> #include <boost/test/unit_test.hpp> #inc...
<commit_before>#include "stdafx.h" #include "WBDevice.h" #ifdef USE_CONFIG #include "../libutils/ConfigItem.h" #endif const char *g_Topics[] = { "error", "switch", "alarm", "pushbutton", "range", "rgb", "text", "value", "temperature", "rel_humidity", "atmospheric_pressure", "sound_level...
<commit_before>// Copyright (c) 2010, Lawrence Livermore National Security, LLC. Produced at // the Lawrence Livermore National Laboratory. LLNL-CODE-443211. All Rights // reserved. See file COPYRIGHT for details. // // This file is part of the MFEM library. For more information and source code // availability see http...
<commit_before>#ifndef STAN_MCMC_SAMPLE_HPP #define STAN_MCMC_SAMPLE_HPP #include <Eigen/Dense> #include <vector> #include <string> namespace stan { namespace mcmc { class sample { public: sample(const Eigen::VectorXd& q, double log_prob, double stat) : cont_params_(q), log_prob_(log_prob), ...
<commit_before>1300d032-2e4d-11e5-9284-b827eb9e62be<commit_msg>1305db04-2e4d-11e5-9284-b827eb9e62be<commit_after>1305db04-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>0d31add8-2e4e-11e5-9284-b827eb9e62be<commit_msg>0d36f64e-2e4e-11e5-9284-b827eb9e62be<commit_after>0d36f64e-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>22b5ccde-2e4e-11e5-9284-b827eb9e62be<commit_msg>22bad3dc-2e4e-11e5-9284-b827eb9e62be<commit_after>22bad3dc-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>8f21dca0-2e4e-11e5-9284-b827eb9e62be<commit_msg>8f26e9de-2e4e-11e5-9284-b827eb9e62be<commit_after>8f26e9de-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>e57ea30a-2e4c-11e5-9284-b827eb9e62be<commit_msg>e583b296-2e4c-11e5-9284-b827eb9e62be<commit_after>e583b296-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>607f9078-2e4d-11e5-9284-b827eb9e62be<commit_msg>60849f50-2e4d-11e5-9284-b827eb9e62be<commit_after>60849f50-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>080dbc84-2e4e-11e5-9284-b827eb9e62be<commit_msg>0812eb00-2e4e-11e5-9284-b827eb9e62be<commit_after>0812eb00-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>34bb9f16-2e4f-11e5-9284-b827eb9e62be<commit_msg>34c099e4-2e4f-11e5-9284-b827eb9e62be<commit_after>34c099e4-2e4f-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>b8226368-2e4e-11e5-9284-b827eb9e62be<commit_msg>b827d686-2e4e-11e5-9284-b827eb9e62be<commit_after>b827d686-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>2eafb19a-2e4d-11e5-9284-b827eb9e62be<commit_msg>2eb4a83a-2e4d-11e5-9284-b827eb9e62be<commit_after>2eb4a83a-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>b3a798a8-2e4e-11e5-9284-b827eb9e62be<commit_msg>b3acc440-2e4e-11e5-9284-b827eb9e62be<commit_after>b3acc440-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>5cbf2b9c-2e4d-11e5-9284-b827eb9e62be<commit_msg>5cc430b0-2e4d-11e5-9284-b827eb9e62be<commit_after>5cc430b0-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>#include <type/type-checker.hh> #include <ast/all.hh> namespace type { TypeChecker::TypeChecker() : current_class_(nullptr) {} TypeChecker::~TypeChecker() {} misc::Error& TypeChecker::error_get() { return error_; } void TypeChecker::type_check(ast::Expr...
<commit_before>d87a03a6-2e4d-11e5-9284-b827eb9e62be<commit_msg>d87efda2-2e4d-11e5-9284-b827eb9e62be<commit_after>d87efda2-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>b22be1d2-2e4e-11e5-9284-b827eb9e62be<commit_msg>b230e5d8-2e4e-11e5-9284-b827eb9e62be<commit_after>b230e5d8-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>a09b676c-2e4e-11e5-9284-b827eb9e62be<commit_msg>a0a05dda-2e4e-11e5-9284-b827eb9e62be<commit_after>a0a05dda-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>d011bac0-2e4c-11e5-9284-b827eb9e62be<commit_msg>d016af62-2e4c-11e5-9284-b827eb9e62be<commit_after>d016af62-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>0e65c1fe-2e4d-11e5-9284-b827eb9e62be<commit_msg>0e6abc04-2e4d-11e5-9284-b827eb9e62be<commit_after>0e6abc04-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>e9866efa-2e4d-11e5-9284-b827eb9e62be<commit_msg>e98b772e-2e4d-11e5-9284-b827eb9e62be<commit_after>e98b772e-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>27b75f5e-2e4e-11e5-9284-b827eb9e62be<commit_msg>27bc6a08-2e4e-11e5-9284-b827eb9e62be<commit_after>27bc6a08-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>63e581d2-2e4d-11e5-9284-b827eb9e62be<commit_msg>63ea86e6-2e4d-11e5-9284-b827eb9e62be<commit_after>63ea86e6-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>d5dff538-2e4d-11e5-9284-b827eb9e62be<commit_msg>d5e4eb56-2e4d-11e5-9284-b827eb9e62be<commit_after>d5e4eb56-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>c2ab733e-2e4d-11e5-9284-b827eb9e62be<commit_msg>c2b0850e-2e4d-11e5-9284-b827eb9e62be<commit_after>c2b0850e-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>f2c59c80-2e4c-11e5-9284-b827eb9e62be<commit_msg>f2caaab8-2e4c-11e5-9284-b827eb9e62be<commit_after>f2caaab8-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>d20db1bc-2e4c-11e5-9284-b827eb9e62be<commit_msg>d212bf5e-2e4c-11e5-9284-b827eb9e62be<commit_after>d212bf5e-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>6552b4e4-2e4e-11e5-9284-b827eb9e62be<commit_msg>6557bc82-2e4e-11e5-9284-b827eb9e62be<commit_after>6557bc82-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>bf64cb54-2e4c-11e5-9284-b827eb9e62be<commit_msg>bf69cc6c-2e4c-11e5-9284-b827eb9e62be<commit_after>bf69cc6c-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>ebfd73ae-2e4d-11e5-9284-b827eb9e62be<commit_msg>ec029d7a-2e4d-11e5-9284-b827eb9e62be<commit_after>ec029d7a-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>5df6a1fc-2e4d-11e5-9284-b827eb9e62be<commit_msg>5dfbb106-2e4d-11e5-9284-b827eb9e62be<commit_after>5dfbb106-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>7947bb52-2e4e-11e5-9284-b827eb9e62be<commit_msg>794cc6f6-2e4e-11e5-9284-b827eb9e62be<commit_after>794cc6f6-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>25f0b220-2e4d-11e5-9284-b827eb9e62be<commit_msg>25f5ad16-2e4d-11e5-9284-b827eb9e62be<commit_after>25f5ad16-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>a3c58a12-2e4e-11e5-9284-b827eb9e62be<commit_msg>a3ca9d68-2e4e-11e5-9284-b827eb9e62be<commit_after>a3ca9d68-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>3241684e-2e4d-11e5-9284-b827eb9e62be<commit_msg>324656ce-2e4d-11e5-9284-b827eb9e62be<commit_after>324656ce-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>f81b7456-2e4d-11e5-9284-b827eb9e62be<commit_msg>f820d1da-2e4d-11e5-9284-b827eb9e62be<commit_after>f820d1da-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>dbb8e032-2e4d-11e5-9284-b827eb9e62be<commit_msg>dbbde2e4-2e4d-11e5-9284-b827eb9e62be<commit_after>dbbde2e4-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>e9c731f6-2e4d-11e5-9284-b827eb9e62be<commit_msg>e9cc2440-2e4d-11e5-9284-b827eb9e62be<commit_after>e9cc2440-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>cc40d5a6-2e4d-11e5-9284-b827eb9e62be<commit_msg>cc45d07e-2e4d-11e5-9284-b827eb9e62be<commit_after>cc45d07e-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>cc9c3bf2-2e4e-11e5-9284-b827eb9e62be<commit_msg>cca13c24-2e4e-11e5-9284-b827eb9e62be<commit_after>cca13c24-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>e344f980-2e4d-11e5-9284-b827eb9e62be<commit_msg>e34a0434-2e4d-11e5-9284-b827eb9e62be<commit_after>e34a0434-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>10dcaac8-2e4e-11e5-9284-b827eb9e62be<commit_msg>10e1a5fa-2e4e-11e5-9284-b827eb9e62be<commit_after>10e1a5fa-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>0841dee6-2e4f-11e5-9284-b827eb9e62be<commit_msg>0846ec42-2e4f-11e5-9284-b827eb9e62be<commit_after>0846ec42-2e4f-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>e135eb3a-2e4e-11e5-9284-b827eb9e62be<commit_msg>e2a7292a-2e4e-11e5-9284-b827eb9e62be<commit_after>e2a7292a-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>46404e46-2e4d-11e5-9284-b827eb9e62be<commit_msg>464549be-2e4d-11e5-9284-b827eb9e62be<commit_after>464549be-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>d221d15a-2e4d-11e5-9284-b827eb9e62be<commit_msg>d226cdfe-2e4d-11e5-9284-b827eb9e62be<commit_after>d226cdfe-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>2d41ad8a-2e4e-11e5-9284-b827eb9e62be<commit_msg>2d46c07c-2e4e-11e5-9284-b827eb9e62be<commit_after>2d46c07c-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>e7c12188-2e4c-11e5-9284-b827eb9e62be<commit_msg>e7c616a2-2e4c-11e5-9284-b827eb9e62be<commit_after>e7c616a2-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>fa10c00e-2e4d-11e5-9284-b827eb9e62be<commit_msg>fa15b758-2e4d-11e5-9284-b827eb9e62be<commit_after>fa15b758-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>9c2d9dea-2e4d-11e5-9284-b827eb9e62be<commit_msg>9c32a448-2e4d-11e5-9284-b827eb9e62be<commit_after>9c32a448-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>df55f018-2e4d-11e5-9284-b827eb9e62be<commit_msg>df5af978-2e4d-11e5-9284-b827eb9e62be<commit_after>df5af978-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>974a0476-2e4d-11e5-9284-b827eb9e62be<commit_msg>974efa44-2e4d-11e5-9284-b827eb9e62be<commit_after>974efa44-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>6bb9d56a-2e4e-11e5-9284-b827eb9e62be<commit_msg>6bbed114-2e4e-11e5-9284-b827eb9e62be<commit_after>6bbed114-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>8c007668-2e4d-11e5-9284-b827eb9e62be<commit_msg>8c056c7c-2e4d-11e5-9284-b827eb9e62be<commit_after>8c056c7c-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>4d254184-2e4e-11e5-9284-b827eb9e62be<commit_msg>4d2a55f2-2e4e-11e5-9284-b827eb9e62be<commit_after>4d2a55f2-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>90f3e4ec-2e4e-11e5-9284-b827eb9e62be<commit_msg>90f932da-2e4e-11e5-9284-b827eb9e62be<commit_after>90f932da-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>220516c4-2e4d-11e5-9284-b827eb9e62be<commit_msg>220a1872-2e4d-11e5-9284-b827eb9e62be<commit_after>220a1872-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>729d8422-2e4d-11e5-9284-b827eb9e62be<commit_msg>72a27202-2e4d-11e5-9284-b827eb9e62be<commit_after>72a27202-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>9c3cab1e-2e4d-11e5-9284-b827eb9e62be<commit_msg>9c41ad30-2e4d-11e5-9284-b827eb9e62be<commit_after>9c41ad30-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>/*************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libmeegotouch. ** ** If you have questions regarding t...
<commit_before>b1653032-2e4e-11e5-9284-b827eb9e62be<commit_msg>b16a25f6-2e4e-11e5-9284-b827eb9e62be<commit_after>b16a25f6-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>21bd8d58-2e4e-11e5-9284-b827eb9e62be<commit_msg>21c299d8-2e4e-11e5-9284-b827eb9e62be<commit_after>21c299d8-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>a2cc500a-2e4e-11e5-9284-b827eb9e62be<commit_msg>a2d166f8-2e4e-11e5-9284-b827eb9e62be<commit_after>a2d166f8-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>220f0e5e-2e4d-11e5-9284-b827eb9e62be<commit_msg>2214040e-2e4d-11e5-9284-b827eb9e62be<commit_after>2214040e-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>b7c74942-2e4e-11e5-9284-b827eb9e62be<commit_msg>b7cc610c-2e4e-11e5-9284-b827eb9e62be<commit_after>b7cc610c-2e4e-11e5-9284-b827eb9e62be<|endoftext|>