text
stringlengths
54
60.6k
<commit_before>#include "Utility/String.h" #include <string> #include <vector> #include <stdexcept> #include <algorithm> #include <cctype> #include <chrono> #include <iomanip> #include <sstream> namespace String { namespace { const auto whitespace = " \t\n"; } } std::vector<std::string> String::s...
<commit_before>#include "Utility/String.h" #include <string> #include <vector> #include <stdexcept> #include <algorithm> #include <cctype> #include <chrono> #include <iomanip> #include <sstream> #include <cmath> namespace { const auto whitespace = std::string{" \t\n\r"}; } std::vector<std::string> String::split(...
<commit_before><commit_msg>add NFCTaskModule.cpp<commit_after>#include "NFCTaskModule.h" bool NFCTaskModule::Init() { return true; } bool NFCTaskModule::Shut() { return true; } bool NFCTaskModule::Execute( const float fLasFrametime, const float fStartedTime ) { return true; } bool NFCTaskModule::AfterIn...
<commit_before>#include "accountmanager.hpp" #include "common.hpp" #include <pajlada/settings/setting.hpp> namespace chatterino { namespace { inline QString getEnvString(const char *target) { char *val = std::getenv(target); if (val == nullptr) { return QString(); } return QString(val); } ...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Assistant of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commer...
<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 "device/bluetooth/bluetooth_adapter_factory.h" #include <vector> #include "base/bind.h" #include "base/command_line.h" #incl...
<commit_before>/* * Copyright (c) 2014 ARM Limited * All rights reserved * * The license below extends only to copyright in the software and shall * not be construed as granting a license to any other intellectual * property including but not limited to intellectual property relating * to a hardware implementati...
<commit_before>/* RTcmix - Copyright (C) 2000 The RTcmix Development Team See ``AUTHORS'' for a list of contributors. See ``LICENSE'' for the license to this software and for a DISCLAIMER OF ALL WARRANTIES. */ /* rev for v2.3 by JGG */ #include <globals.h> #include <prototypes.h> #include <ugens.h> #include <...
<commit_before>// Copyright (c) 2011-2012 Steinwurf ApS // All Rights Reserved // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright // notice, th...
<commit_before>#pragma once #include <glkernel/sample.h> #include <cassert> #include <random> #include <vector> #include <array> #include <list> #include <iterator> #include <tuple> #include <algorithm> #include <glkernel/glm_compatability.h> namespace glkernel { namespace sample { // optimization grid for iden...
<commit_before>#include <albert/scraper.hpp> #include <iostream> #include <deque> #include <fstream> #include <boost/locale.hpp> #include <albert/util.hpp> #include <albert/interpreter.hpp> namespace supermarx { static const std::string domain_uri = "http://www.ah.nl"; static const std::string rest_uri = domain_ur...
<commit_before>/* * Copyright 2009 by Chani Armitage <chani@kde.org> * Copyright 2013 by Thorsten Staerk <kde@staerk.de> * * This program 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;...
<commit_before> // MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "tool3.h" #include <Richedit.h> #include "MainFrm.h" #include <map> #ifdef _DEBUG #define new DEBUG_NEW #endif extern VOID c(VOID *); // CMainFrame IMPLEMENT_DYNAMIC(CMainFrame, CWnd) BEGIN_M...
<commit_before>//======= Genetic.cpp - Guide to Exploration of Otimization's Set -*- C++ -*-==// //// //// The LLVM Time Cost Analyser Infrastructure //// //// This file is distributed under the MIT License. See LICENSE.txt for details. //// ////===------------------------------------------...
<commit_before>/* Copyright (c) 2014, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of condi...
<commit_before>// Jubatus: Online machine learning framework for distributed environment // Copyright (C) 2011,2012 Preferred Infrastructure and Nippon Telegraph and Telephone Corporation. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public /...
<commit_before>//===-- llc.cpp - Implement the LLVM Compiler -----------------------------===// // // This is the llc compiler driver. // //===----------------------------------------------------------------------===// #include "llvm/Bytecode/Reader.h" #include "llvm/Target/TargetMachineImpls.h" #include "llvm/Target/...
<commit_before>//===-lto.cpp - LLVM Link Time Optimizer ----------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===---------------------------------------...
<commit_before>/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkImage.h" #include "SkOSFile.h" #include "SkPictureRecorder.h" #include "SkPngEncoder.h" #include "Timer.h" #include "ok.h" #include <chrono> #includ...
<commit_before>#include "Settings.h" TypeHandle Settings::_type_handle; Settings::Settings() { m_vfs = VirtualFileSystem::get_global_ptr(); m_file = Filename("/useropt"); //First let's use this to set our dir. m_file = Filename(m_file.to_os_long_name()); //Now let's do the real file. m_file.set_binary...
<commit_before>#pragma once #include "file_monitor.hpp" #include "filesystem.hpp" #include "gcd_utility.hpp" #include "spdlog_utility.hpp" #include <deque> #include <fstream> #include <spdlog/spdlog.h> #include <thread> #include <vector> namespace krbn { class log_monitor final { public: typedef std::function<void(...
<commit_before>/* This file is part of Ingen. Copyright 2007-2012 David Robillard <http://drobilla.net/> Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or ...
<commit_before>#ifndef K3_RUNTIME_COMMON_H #define K3_RUNTIME_COMMON_H #include <list> #include <map> #include <memory> #include <stdexcept> #include <tuple> #include <utility> #include <boost/any.hpp> #include <boost/asio.hpp> #include <boost/archive/text_iarchive.hpp> #include <boost/archive/text_oarchive.hpp> #incl...
<commit_before>/* * 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 file * to you under the Apache License, Version 2.0 (the * "...
<commit_before>/*************************************************************************/ /* config_file.cpp */ /*************************************************************************/ /* This file is part of: */ /...
<commit_before>/* * File: SDFLoader.cpp * Author: Benedikt Vogler * * Created on 8. Juli 2014, 18:52 */ #include <algorithm> #include "SDFloader.hpp" #include "Camera.hpp" #include "Box.hpp" #include "Sphere.hpp" #include <iostream> #include <fstream> #include <string> #include <sstream> #include "Material.hp...
<commit_before>// clang-format off CppKeySet { 10, keyNew (PREFIX "key", KEY_END), keyNew (PREFIX "key/map", KEY_END), keyNew (PREFIX "key/array", KEY_END), keyNew (PREFIX "key/array/#0", KEY_END), keyNew (PREFIX "key/array/#1", KEY_END), keyNew (PREFIX "key/array/#2/nested", KEY_END), ...
<commit_before>#include "AutoTrace.h" // ITK #include "itkAndImageFilter.h" #include "itkBinaryBallStructuringElement.h" #include "itkBinaryDilateImageFilter.h" #include "itkBinaryThresholdImageFilter.h" #include "itkConnectedThresholdImageFilter.h" #include "itkImage.h" #include "itkVectorIndexSelectionCastImageFilte...
<commit_before>// Copyright (c) 2009 Stef Busking // Distributed under the terms of the MIT License. #include "GLTextureManager.h" #include <sstream> #ifndef NDEBUG #include <iostream> #endif #include <cassert> // ---------------------------------------------------------------------------- GLTextureM...
<commit_before>#include "plot.h" #include "curvedata.h" #include "signaldata.h" #include <qwt_plot_grid.h> #include <qwt_plot_layout.h> #include <qwt_plot_canvas.h> #include <qwt_plot_marker.h> #include <qwt_plot_curve.h> #include <qwt_plot_directpainter.h> #include <qwt_curve_fitter.h> #include <qwt_painter.h> #includ...
<commit_before>#include <set> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "automata.h" DFA dfa; NDFA ndfa; set<string> tokens, final; struct enumstate { string name; enumstate() { name = string(); incremento(); } string& operator++() { incremento(); return name; } string operator++(int...
<commit_before>/* * File: SDFLoader.cpp * Author: Benedikt Vogler * * Created on 8. Juli 2014, 18:52 */ #include <algorithm> #include "SDFloader.hpp" #include "Camera.hpp" #include "Box.hpp" #include "Sphere.hpp" #include <iostream> #include <fstream> #include <string> #include <sstream> #include "Material.hp...
<commit_before>#include "Game.hpp" Game::Game() { } Game::~Game() { Destroy(); } bool Game::Initialize(Score * score) { scoreHandler = score; enemyDirection = true; finished = false; victory = false; return true; } bool Game::Destroy() { player.Shutdown(); enemies.clear(); walls.clear(); bullets.clear();...
<commit_before>/*********************************************************************** created: Sun Jun 19 2005 author: Paul D Turner <paul@cegui.org.uk> *************************************************************************/ /**************************************************************************...
<commit_before>// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. #include "vm/coverage.h" #include "include/dart_api.h" #include "vm/compiler.h" #inclu...
<commit_before>351f75c2-2e4f-11e5-9284-b827eb9e62be<commit_msg>35247388-2e4f-11e5-9284-b827eb9e62be<commit_after>35247388-2e4f-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>#include "TaskFS.hpp" #include <iostream> #include "Task.hpp" #include "Category.hpp" #include <cstdlib> #include <posix/sys/stat.h> #include <kernel/fs_index.h> TaskFS::TaskFS() { error=new BAlert("FileSystem error", "There was an error in the BeFS backend", "OK",NULL,NULL,B_WIDTH_AS_USUAL,B_OFFSE...
<commit_before>4c9b74cc-2e4e-11e5-9284-b827eb9e62be<commit_msg>4ca08714-2e4e-11e5-9284-b827eb9e62be<commit_after>4ca08714-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>#pragma once #include <stdint.h> #include <vector> #include "Vector.hpp" #include "APIQuadcopter.hpp" #include "APIFormation.hpp" #include "APICamera.hpp" #include "APICameraSystem.hpp" #include "APIMessageListener.hpp" #include "api_application/Announce.h" namespace kitrokopter { class API ...
<commit_before>d51212bc-2e4d-11e5-9284-b827eb9e62be<commit_msg>d5170eac-2e4d-11e5-9284-b827eb9e62be<commit_after>d5170eac-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>df0f46f4-2e4d-11e5-9284-b827eb9e62be<commit_msg>df144f5a-2e4d-11e5-9284-b827eb9e62be<commit_after>df144f5a-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>0fc90898-2e4e-11e5-9284-b827eb9e62be<commit_msg>0fce019a-2e4e-11e5-9284-b827eb9e62be<commit_after>0fce019a-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>56a46aaa-2e4e-11e5-9284-b827eb9e62be<commit_msg>56a982e2-2e4e-11e5-9284-b827eb9e62be<commit_after>56a982e2-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>294ef0a2-2e4e-11e5-9284-b827eb9e62be<commit_msg>295adce6-2e4e-11e5-9284-b827eb9e62be<commit_after>295adce6-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>67f0b4e0-2e4d-11e5-9284-b827eb9e62be<commit_msg>67f5c368-2e4d-11e5-9284-b827eb9e62be<commit_after>67f5c368-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>496e11c0-2e4d-11e5-9284-b827eb9e62be<commit_msg>49732192-2e4d-11e5-9284-b827eb9e62be<commit_after>49732192-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>18c62cea-2e4f-11e5-9284-b827eb9e62be<commit_msg>18cb3c6c-2e4f-11e5-9284-b827eb9e62be<commit_after>18cb3c6c-2e4f-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>350d65cc-2e4e-11e5-9284-b827eb9e62be<commit_msg>351256c2-2e4e-11e5-9284-b827eb9e62be<commit_after>351256c2-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>66a575e8-2e4e-11e5-9284-b827eb9e62be<commit_msg>66aa771e-2e4e-11e5-9284-b827eb9e62be<commit_after>66aa771e-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>cd321a46-2e4e-11e5-9284-b827eb9e62be<commit_msg>cd371942-2e4e-11e5-9284-b827eb9e62be<commit_after>cd371942-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>5e3863c6-2e4d-11e5-9284-b827eb9e62be<commit_msg>5e3d7096-2e4d-11e5-9284-b827eb9e62be<commit_after>5e3d7096-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>7b6d3d4e-2e4e-11e5-9284-b827eb9e62be<commit_msg>7b724604-2e4e-11e5-9284-b827eb9e62be<commit_after>7b724604-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>61b82d6e-2e4e-11e5-9284-b827eb9e62be<commit_msg>61bd3408-2e4e-11e5-9284-b827eb9e62be<commit_after>61bd3408-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>bc4c6f30-2e4c-11e5-9284-b827eb9e62be<commit_msg>bc516008-2e4c-11e5-9284-b827eb9e62be<commit_after>bc516008-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>bb9e634a-2e4c-11e5-9284-b827eb9e62be<commit_msg>bba36296-2e4c-11e5-9284-b827eb9e62be<commit_after>bba36296-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>5bbd10e2-2e4d-11e5-9284-b827eb9e62be<commit_msg>5bc216be-2e4d-11e5-9284-b827eb9e62be<commit_after>5bc216be-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>#include "ImageThresholder.h" #include <chrono> #include <thread> #define EDSIZE 24 #define ERODESIZE 10 //#define IMAGETHRESHOLDER_PARALLEL_FOR //#define IMAGETHRESHOLDER_PARALLEL_THREADS #define IMAGETHRESHOLDER_PARALLEL_INRANGE #ifdef IMAGETHRESHOLDER_PARALLEL_FOR #include <ppl.h> #endif ImageThr...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: MutexContainer.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: vg $ $Date: 2007-05-22 18:19:38 $ * * The Contents of this file are...
<commit_before>3fb3cfa2-2e4e-11e5-9284-b827eb9e62be<commit_msg>3fb8d222-2e4e-11e5-9284-b827eb9e62be<commit_after>3fb8d222-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>28769950-2e4e-11e5-9284-b827eb9e62be<commit_msg>287ba738-2e4e-11e5-9284-b827eb9e62be<commit_after>287ba738-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>8164cce4-2e4e-11e5-9284-b827eb9e62be<commit_msg>8169d3e2-2e4e-11e5-9284-b827eb9e62be<commit_after>8169d3e2-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>cef6d07e-2e4e-11e5-9284-b827eb9e62be<commit_msg>cefbe9e2-2e4e-11e5-9284-b827eb9e62be<commit_after>cefbe9e2-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>ff57a5c4-2e4c-11e5-9284-b827eb9e62be<commit_msg>ff5c9a98-2e4c-11e5-9284-b827eb9e62be<commit_after>ff5c9a98-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>ebe40b68-2e4c-11e5-9284-b827eb9e62be<commit_msg>ebe8f966-2e4c-11e5-9284-b827eb9e62be<commit_after>ebe8f966-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>6450c2e8-2e4e-11e5-9284-b827eb9e62be<commit_msg>6455cc66-2e4e-11e5-9284-b827eb9e62be<commit_after>6455cc66-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>7c6b6d9c-2e4e-11e5-9284-b827eb9e62be<commit_msg>7c7077a6-2e4e-11e5-9284-b827eb9e62be<commit_after>7c7077a6-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>3cbd1f60-2e4e-11e5-9284-b827eb9e62be<commit_msg>3cc227ee-2e4e-11e5-9284-b827eb9e62be<commit_after>3cc227ee-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>0dcc6f8a-2e4e-11e5-9284-b827eb9e62be<commit_msg>0dd16e40-2e4e-11e5-9284-b827eb9e62be<commit_after>0dd16e40-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>152905aa-2e4d-11e5-9284-b827eb9e62be<commit_msg>152e1ea0-2e4d-11e5-9284-b827eb9e62be<commit_after>152e1ea0-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>c6857f90-2e4d-11e5-9284-b827eb9e62be<commit_msg>c68a83aa-2e4d-11e5-9284-b827eb9e62be<commit_after>c68a83aa-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>dd431c38-2e4d-11e5-9284-b827eb9e62be<commit_msg>dd4825fc-2e4d-11e5-9284-b827eb9e62be<commit_after>dd4825fc-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>e4f040f0-2e4d-11e5-9284-b827eb9e62be<commit_msg>e4f54b4a-2e4d-11e5-9284-b827eb9e62be<commit_after>e4f54b4a-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>0148fc50-2e4f-11e5-9284-b827eb9e62be<commit_msg>014df2a0-2e4f-11e5-9284-b827eb9e62be<commit_after>014df2a0-2e4f-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>16e1209e-2e4d-11e5-9284-b827eb9e62be<commit_msg>16e63dc2-2e4d-11e5-9284-b827eb9e62be<commit_after>16e63dc2-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>cc8010dc-2e4c-11e5-9284-b827eb9e62be<commit_msg>cc85027c-2e4c-11e5-9284-b827eb9e62be<commit_after>cc85027c-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>95a26fcc-2e4e-11e5-9284-b827eb9e62be<commit_msg>95a76770-2e4e-11e5-9284-b827eb9e62be<commit_after>95a76770-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>e3ea6c8e-2e4e-11e5-9284-b827eb9e62be<commit_msg>e3ef7e90-2e4e-11e5-9284-b827eb9e62be<commit_after>e3ef7e90-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>14b46a1a-2e4d-11e5-9284-b827eb9e62be<commit_msg>14b97e56-2e4d-11e5-9284-b827eb9e62be<commit_after>14b97e56-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>ad7e31b4-2e4c-11e5-9284-b827eb9e62be<commit_msg>ad8327be-2e4c-11e5-9284-b827eb9e62be<commit_after>ad8327be-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>ea0d3f52-2e4d-11e5-9284-b827eb9e62be<commit_msg>ea123778-2e4d-11e5-9284-b827eb9e62be<commit_after>ea123778-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>ec517914-2e4c-11e5-9284-b827eb9e62be<commit_msg>ec566488-2e4c-11e5-9284-b827eb9e62be<commit_after>ec566488-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>85f35722-2e4d-11e5-9284-b827eb9e62be<commit_msg>85f84c78-2e4d-11e5-9284-b827eb9e62be<commit_after>85f84c78-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>caed5c2e-2e4d-11e5-9284-b827eb9e62be<commit_msg>caf254f4-2e4d-11e5-9284-b827eb9e62be<commit_after>caf254f4-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>d5d33bf0-2e4c-11e5-9284-b827eb9e62be<commit_msg>d5d84712-2e4c-11e5-9284-b827eb9e62be<commit_after>d5d84712-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>579483f0-2e4e-11e5-9284-b827eb9e62be<commit_msg>579998cc-2e4e-11e5-9284-b827eb9e62be<commit_after>579998cc-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>c82d6d20-2e4e-11e5-9284-b827eb9e62be<commit_msg>c8326816-2e4e-11e5-9284-b827eb9e62be<commit_after>c8326816-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>b3cd5620-2e4d-11e5-9284-b827eb9e62be<commit_msg>b3d255c6-2e4d-11e5-9284-b827eb9e62be<commit_after>b3d255c6-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>c7818b74-2e4c-11e5-9284-b827eb9e62be<commit_msg>c7868354-2e4c-11e5-9284-b827eb9e62be<commit_after>c7868354-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>f35d88ec-2e4c-11e5-9284-b827eb9e62be<commit_msg>f3628fb8-2e4c-11e5-9284-b827eb9e62be<commit_after>f3628fb8-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>f47999b4-2e4c-11e5-9284-b827eb9e62be<commit_msg>f47ebdc2-2e4c-11e5-9284-b827eb9e62be<commit_after>f47ebdc2-2e4c-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>fb6dc2e8-2e4e-11e5-9284-b827eb9e62be<commit_msg>fb72d24c-2e4e-11e5-9284-b827eb9e62be<commit_after>fb72d24c-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>2c0a9034-2e4f-11e5-9284-b827eb9e62be<commit_msg>2c0f8648-2e4f-11e5-9284-b827eb9e62be<commit_after>2c0f8648-2e4f-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>// Copyright (c) 2006-2008 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 <string> #include "base/command_line.h" #include "base/file_util.h" #include "base/values.h" #include "build/build_confi...
<commit_before>ad0327e2-2e4e-11e5-9284-b827eb9e62be<commit_msg>ad082486-2e4e-11e5-9284-b827eb9e62be<commit_after>ad082486-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>b9d44fa0-2e4e-11e5-9284-b827eb9e62be<commit_msg>b9d9b260-2e4e-11e5-9284-b827eb9e62be<commit_after>b9d9b260-2e4e-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * Written (W) 2012 Sergey Lisitsyn * Written ...
<commit_before>1b72ab26-2e4f-11e5-9284-b827eb9e62be<commit_msg>1b77b9c2-2e4f-11e5-9284-b827eb9e62be<commit_after>1b77b9c2-2e4f-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * Written (W) 2013 Roman Votyakov * Copyright...
<commit_before>4363789c-2e4d-11e5-9284-b827eb9e62be<commit_msg>43687cb6-2e4d-11e5-9284-b827eb9e62be<commit_after>43687cb6-2e4d-11e5-9284-b827eb9e62be<|endoftext|>
<commit_before>382f83de-2e4e-11e5-9284-b827eb9e62be<commit_msg>383476b4-2e4e-11e5-9284-b827eb9e62be<commit_after>383476b4-2e4e-11e5-9284-b827eb9e62be<|endoftext|>