text
stringlengths
54
60.6k
<commit_before>7f9e4b54-2e3a-11e5-81b4-c03896053bdd<commit_msg>7fb0ec5c-2e3a-11e5-be33-c03896053bdd<commit_after>7fb0ec5c-2e3a-11e5-be33-c03896053bdd<|endoftext|>
<commit_before>bc486c59-327f-11e5-bfed-9cf387a8033e<commit_msg>bc4e69f3-327f-11e5-9bdb-9cf387a8033e<commit_after>bc4e69f3-327f-11e5-9bdb-9cf387a8033e<|endoftext|>
<commit_before>8b332557-2d14-11e5-af21-0401358ea401<commit_msg>8b332558-2d14-11e5-af21-0401358ea401<commit_after>8b332558-2d14-11e5-af21-0401358ea401<|endoftext|>
<commit_before>23d422fe-2f67-11e5-928c-6c40088e03e4<commit_msg>23dabd2e-2f67-11e5-82be-6c40088e03e4<commit_after>23dabd2e-2f67-11e5-82be-6c40088e03e4<|endoftext|>
<commit_before>b9ad6d2e-327f-11e5-aa74-9cf387a8033e<commit_msg>b9b4097d-327f-11e5-a1c2-9cf387a8033e<commit_after>b9b4097d-327f-11e5-a1c2-9cf387a8033e<|endoftext|>
<commit_before>f4939d94-2e4e-11e5-aae0-28cfe91dbc4b<commit_msg>f49eb240-2e4e-11e5-bbcd-28cfe91dbc4b<commit_after>f49eb240-2e4e-11e5-bbcd-28cfe91dbc4b<|endoftext|>
<commit_before>5ae7ec38-2d16-11e5-af21-0401358ea401<commit_msg>5ae7ec39-2d16-11e5-af21-0401358ea401<commit_after>5ae7ec39-2d16-11e5-af21-0401358ea401<|endoftext|>
<commit_before>779e52cf-2e4f-11e5-a0b9-28cfe91dbc4b<commit_msg>77a57a0f-2e4f-11e5-83aa-28cfe91dbc4b<commit_after>77a57a0f-2e4f-11e5-83aa-28cfe91dbc4b<|endoftext|>
<commit_before>921941c0-35ca-11e5-acea-6c40088e03e4<commit_msg>922047cc-35ca-11e5-99fd-6c40088e03e4<commit_after>922047cc-35ca-11e5-99fd-6c40088e03e4<|endoftext|>
<commit_before>988599dc-327f-11e5-9ddd-9cf387a8033e<commit_msg>988b50de-327f-11e5-8da9-9cf387a8033e<commit_after>988b50de-327f-11e5-8da9-9cf387a8033e<|endoftext|>
<commit_before>dd2cad9c-2e4e-11e5-885b-28cfe91dbc4b<commit_msg>dd331951-2e4e-11e5-a467-28cfe91dbc4b<commit_after>dd331951-2e4e-11e5-a467-28cfe91dbc4b<|endoftext|>
<commit_before>68bbddc6-2fa5-11e5-9ed8-00012e3d3f12<commit_msg>68be00a4-2fa5-11e5-9aa6-00012e3d3f12<commit_after>68be00a4-2fa5-11e5-9aa6-00012e3d3f12<|endoftext|>
<commit_before>762202c6-2d53-11e5-baeb-247703a38240<commit_msg>762282aa-2d53-11e5-baeb-247703a38240<commit_after>762282aa-2d53-11e5-baeb-247703a38240<|endoftext|>
<commit_before>5e39da23-2e4f-11e5-8c47-28cfe91dbc4b<commit_msg>5e407a3d-2e4f-11e5-897f-28cfe91dbc4b<commit_after>5e407a3d-2e4f-11e5-897f-28cfe91dbc4b<|endoftext|>
<commit_before>/* * NcursesWriter.cpp * * Created on: Jul 30, 2015 * Author: dpayne */ #include "Writer/NcursesWriter.h" #include "Utils/Logger.h" #include "Utils/NcursesUtils.h" vis::NcursesWriter::NcursesWriter(const vis::Settings *const settings) : m_settings{settings} { initscr(); noecho(); ...
<commit_before>8b33255d-2d14-11e5-af21-0401358ea401<commit_msg>8b33255e-2d14-11e5-af21-0401358ea401<commit_after>8b33255e-2d14-11e5-af21-0401358ea401<|endoftext|>
<commit_before>31ba7002-2e3a-11e5-a7fa-c03896053bdd<commit_msg>31c8ca82-2e3a-11e5-977d-c03896053bdd<commit_after>31c8ca82-2e3a-11e5-977d-c03896053bdd<|endoftext|>
<commit_before>d78c1d4c-35ca-11e5-823e-6c40088e03e4<commit_msg>d792d5b0-35ca-11e5-bc76-6c40088e03e4<commit_after>d792d5b0-35ca-11e5-bc76-6c40088e03e4<|endoftext|>
<commit_before>#include <iostream> #include "read_inifile.h" int main(int argc, char const* argv[]) { bool use_file = false; FILE* fp = nullptr; if (argc < 2) { fp = stdin; } else { if ((fp = fopen(*++argv, "r")) == nullptr) { exit(EXIT_FAILURE); } use_file = true; } std::map<std::st...
<commit_before>9bcebd6e-35ca-11e5-ae3d-6c40088e03e4<commit_msg>9bd5ba40-35ca-11e5-a1fb-6c40088e03e4<commit_after>9bd5ba40-35ca-11e5-a1fb-6c40088e03e4<|endoftext|>
<commit_before>70edaefa-4b02-11e5-aea1-28cfe9171a43<commit_msg>( ͡° ͜ʖ ͡°)<commit_after>70fafae1-4b02-11e5-b71c-28cfe9171a43<|endoftext|>
<commit_before>5e589438-2d16-11e5-af21-0401358ea401<commit_msg>5e589439-2d16-11e5-af21-0401358ea401<commit_after>5e589439-2d16-11e5-af21-0401358ea401<|endoftext|>
<commit_before>#include <stdio.h> #include <graphics.h> #include <time.h> #include "includes/peciman.h" #include "includes/ghost.h" #include "includes/game.h" #include "includes/map.h" #include "includes/score.h" #include "includes/interfaces.h" #include "includes/list.h" #include "includes/multiplayer.h" #include "map...
<commit_before>83000e62-2d15-11e5-af21-0401358ea401<commit_msg>83000e63-2d15-11e5-af21-0401358ea401<commit_after>83000e63-2d15-11e5-af21-0401358ea401<|endoftext|>
<commit_before>// Copyright (c) 2005-2022 Jay Berkenbilt // // This file is part of qpdf. // // 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....
<commit_before>94194efd-2e4f-11e5-babf-28cfe91dbc4b<commit_msg>94214333-2e4f-11e5-8900-28cfe91dbc4b<commit_after>94214333-2e4f-11e5-8900-28cfe91dbc4b<|endoftext|>
<commit_before>#pragma once #include <quote/button.hpp> namespace quote{ template <class Traits> class flat_button: public button<Traits>{ typename Traits::solid_brush brush[3]; typename Traits::text text; typename Traits::color color[3]; protected: virtual void set_state(state) override; ...
<commit_before>// arm-poky-linux-gnueabi-gcc -lopencv_video -lopencv_core -lopencv_highgui -lopencv_imgproc -lstdc++ -lpthread -shared-libgcc opencv.cpp -o opencv #include "evision.h" #include "tracer.h" #include "gpio.h" // Global variables GPIO pwm_right(1, "out"), pwm_left(3, "out"); // led_right(2 , "out"); GPIO...
<commit_before>// arm-poky-linux-gnueabi-gcc -lopencv_video -lopencv_core -lopencv_highgui -lopencv_imgproc -lstdc++ -lpthread -shared-libgcc opencv.cpp -o opencv #include "evision.h" #include "tracer.h" #include "gpio.h" // Global variables GPIO pwm_right(1, "out"), pwm_left(3, "out"); // led_right(2 , "out"); GPIO...
<commit_before>97006fee-2e4f-11e5-8e84-28cfe91dbc4b<commit_msg>97082568-2e4f-11e5-9801-28cfe91dbc4b<commit_after>97082568-2e4f-11e5-9801-28cfe91dbc4b<|endoftext|>
<commit_before>d9920a4f-2e4e-11e5-a665-28cfe91dbc4b<commit_msg>d9992c66-2e4e-11e5-b88b-28cfe91dbc4b<commit_after>d9992c66-2e4e-11e5-b88b-28cfe91dbc4b<|endoftext|>
<commit_before>1c248346-2f67-11e5-b1c4-6c40088e03e4<commit_msg>1c2b6012-2f67-11e5-b3f0-6c40088e03e4<commit_after>1c2b6012-2f67-11e5-b3f0-6c40088e03e4<|endoftext|>
<commit_before>3fb6c2eb-2e4f-11e5-8e25-28cfe91dbc4b<commit_msg>3fbecb40-2e4f-11e5-a904-28cfe91dbc4b<commit_after>3fbecb40-2e4f-11e5-a904-28cfe91dbc4b<|endoftext|>
<commit_before>a0abec19-327f-11e5-ab17-9cf387a8033e<commit_msg>a0b1c645-327f-11e5-b010-9cf387a8033e<commit_after>a0b1c645-327f-11e5-b010-9cf387a8033e<|endoftext|>
<commit_before>801055dc-ad5b-11e7-b734-ac87a332f658<commit_msg>Really doesn't crash if X, now<commit_after>806f4859-ad5b-11e7-8caa-ac87a332f658<|endoftext|>
<commit_before>e457186e-2747-11e6-9b0b-e0f84713e7b8<commit_msg>I'm done<commit_after>e467d4a6-2747-11e6-903f-e0f84713e7b8<|endoftext|>
<commit_before>d3a4474f-2747-11e6-b56e-e0f84713e7b8<commit_msg>My Backup<commit_after>d3bcf3f3-2747-11e6-bc69-e0f84713e7b8<|endoftext|>
<commit_before>cf956d80-327f-11e5-a01f-9cf387a8033e<commit_msg>cf9bab26-327f-11e5-a5bc-9cf387a8033e<commit_after>cf9bab26-327f-11e5-a5bc-9cf387a8033e<|endoftext|>
<commit_before>620d31a6-5216-11e5-9626-6c40088e03e4<commit_msg>62141494-5216-11e5-b2de-6c40088e03e4<commit_after>62141494-5216-11e5-b2de-6c40088e03e4<|endoftext|>
<commit_before>9b9307d1-2747-11e6-9c79-e0f84713e7b8<commit_msg>Initial commit.2<commit_after>9b9cc95c-2747-11e6-95e0-e0f84713e7b8<|endoftext|>
<commit_before>2a14a7bd-2d3f-11e5-8193-c82a142b6f9b<commit_msg>2a728fb0-2d3f-11e5-8807-c82a142b6f9b<commit_after>2a728fb0-2d3f-11e5-8807-c82a142b6f9b<|endoftext|>
<commit_before>/******************************************************************************* * ALMA - Atacama Large Millimiter Array * (c) European Southern Observatory, 2011 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as pu...
<commit_before>78703fca-2d53-11e5-baeb-247703a38240<commit_msg>7870bc84-2d53-11e5-baeb-247703a38240<commit_after>7870bc84-2d53-11e5-baeb-247703a38240<|endoftext|>
<commit_before>/*========================================================================= * * Copyright Insight Software Consortium * * 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 ...
<commit_before>327d3ba6-2f67-11e5-b3ce-6c40088e03e4<commit_msg>3283ceee-2f67-11e5-9df8-6c40088e03e4<commit_after>3283ceee-2f67-11e5-9df8-6c40088e03e4<|endoftext|>
<commit_before>/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the imp...
<commit_before>/* Copyright 2008 Larry Gritz and the other authors and contributors. 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 cop...
<commit_before>65771302-2fa5-11e5-957b-00012e3d3f12<commit_msg>65790ed2-2fa5-11e5-a113-00012e3d3f12<commit_after>65790ed2-2fa5-11e5-a113-00012e3d3f12<|endoftext|>
<commit_before>/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: MinMaxCurvatureFlowImageFilter.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) 2002 Insight Consortium. All rights reserved....
<commit_before>/** * @file * @brief Implementation of config reader * @copyright Copyright (c) 2017 CERN and the Allpix Squared authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN does not waive the privileges and im...
<commit_before>/* * This file is part of accounts-ui * * Copyright (C) 2009-2010 Nokia Corporation. * * Contact: Alberto Mardegan <alberto.mardegan@nokia.com> * Contact: Lucian Horga <ext-lucian.horga@nokia.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of th...
<commit_before>/** * @file Tools/ImageProcessing/SpiderScan.cpp * * Utility class which performs a SpiderScan algorithm for blob region scanning * */ #include "SpiderScan.h" #include <Tools/Debug/DebugImageDrawings.h> #include "Tools/Debug/DebugModify.h" #include "Tools/Debug/DebugRequest.h" SpiderScan::SpiderScan(...
<commit_before>#include "SkImageRef.h" #include "SkBitmap.h" #include "SkFlattenable.h" #include "SkImageDecoder.h" #include "SkStream.h" #include "SkTemplates.h" #include "SkThread.h" // can't be static, as SkImageRef_Pool needs to see it SkMutex gImageRefMutex; //////////////////////////////////////////////////////...
<commit_before>556ac6e1-ad5c-11e7-9a9e-ac87a332f658<commit_msg>add file<commit_after>55e32861-ad5c-11e7-973b-ac87a332f658<|endoftext|>
<commit_before>9bcfef85-2e4f-11e5-bd5d-28cfe91dbc4b<commit_msg>9bd73c28-2e4f-11e5-a61f-28cfe91dbc4b<commit_after>9bd73c28-2e4f-11e5-a61f-28cfe91dbc4b<|endoftext|>
<commit_before>/* * Copyright (c)2015 - 2019 Oasis LMF Limited * 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...
<commit_before>e96e3278-313a-11e5-8d9b-3c15c2e10482<commit_msg>e9772b75-313a-11e5-9fe4-3c15c2e10482<commit_after>e9772b75-313a-11e5-9fe4-3c15c2e10482<|endoftext|>
<commit_before> #include "UniformBuffer.hh" #include "Shader.hh" #include "Utils/OpenGL.hh" #include "glm/gtc/type_ptr.hpp" #include <memory.h> #include <list> #include <cstdint> namespace OpenGLTools { UniformBuffer::UniformBuffer(GLuint bindingPoint) : _bindingPoint(bindingPoint), _bufferId(0), _dataSize(0), _b...
<commit_before>/** * \file Geodesic.hpp * \brief Header for GeographicLib::Geodesic class * * Copyright (c) Charles Karney (2008, 2009) <charles@karney.com> * and licensed under the LGPL. For more information, see * http://charles.karney.info/geographic/ *********************************************************...
<commit_before>/* This file is part of the KDE libraries Copyright (C) 2005 Hamish Rodda <rodda@kde.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation. This library...
<commit_before>f1c55491-327f-11e5-8fba-9cf387a8033e<commit_msg>f1cb8e82-327f-11e5-839c-9cf387a8033e<commit_after>f1cb8e82-327f-11e5-839c-9cf387a8033e<|endoftext|>
<commit_before>/** * @file llsearcheditor.cpp * @brief LLSearchEditor implementation * * $LicenseInfo:firstyear=2001&license=viewergpl$ * * Copyright (c) 2001-2009, Linden Research, Inc. * * Second Life Viewer Source Code * The source code in this file ("Source Code") is provided by Linden Lab * to you und...
<commit_before>/* * Copyright 2011 Marco Martin <mart@kde.org> * Copyright 2014 Aleix Pol Gonzalez <aleixpol@blue-systems.com> * * 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 Found...
<commit_before>#include "Copy.h" namespace dale { namespace Operation { bool Copy(Context *ctx, Function *fn, ParseResult *pr, ParseResult *pr_ret) { /* If this is a setf function, then don't copy, even if it can * be done. This is because, if the setf function is (e.g.) * the same as the current functio...
<commit_before>9aa4fd2e-2747-11e6-9829-e0f84713e7b8<commit_msg>Stuff changed<commit_after>9adb5ea1-2747-11e6-bc21-e0f84713e7b8<|endoftext|>
<commit_before>#include<cmath> #include<exhaust.hpp> #include<lua_cmds.hpp> #include<eap_resources.hpp> exhaust::exhaust(std::string lua_file) : algorithm(lua_file) { } void exhaust::setup_algo_params() { try { algorithm::setup_algo_params(); m_nec_input = boost::format(eap::run_directory + "i...
<commit_before>/* vim: set sw=4 sts=4 et foldmethod=syntax : */ #ifndef PARASOLS_GUARD_GRAPH_GRAPH_HH #define PARASOLS_GUARD_GRAPH_GRAPH_HH 1 #include <vector> #include <string> #include <type_traits> #include <cstdint> namespace parasols { /** * A graph, with an adjaceny matrix representation. We only prov...
<commit_before>c74762e6-4b02-11e5-81ce-28cfe9171a43<commit_msg>Added that feature we discussed on... Was it monday?<commit_after>c75857d7-4b02-11e5-91c6-28cfe9171a43<|endoftext|>
<commit_before>#include <iostream> #include <string> #include <stdexcept> #include <GL/glew.h> #include <boost/program_options.hpp> #include <boost/filesystem.hpp> #include <QApplication> #include <QMainWindow> #include <QMenu> #include <QAction> #include <QKeyEvent> #include <QHBoxLayout> #include <dependency_grap...
<commit_before>/* * Copyright (c) 2010-2012 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 impleme...
<commit_before>#include <vector> #include <iostream> #include <SFML/Graphics.hpp> #include "Body.hpp" #define SIZE 6 #define BASE_LINE 2 // #define ACCEL 9.82 using namespace sf; using namespace std; bool operator!=(const Body& a, const Body& b); int main() { RenderWindow window(VideoMode(800, 600), ""); // Dr...
<commit_before>10828038-2e4f-11e5-b509-28cfe91dbc4b<commit_msg>1089e666-2e4f-11e5-bedc-28cfe91dbc4b<commit_after>1089e666-2e4f-11e5-bedc-28cfe91dbc4b<|endoftext|>
<commit_before>// Copyright 2010-2012 RethinkDB, all rights reserved. #include "arch/io/event_watcher.hpp" #include "arch/runtime/thread_pool.hpp" linux_event_watcher_t::linux_event_watcher_t(fd_t f, linux_event_callback_t *eh) : fd(f), error_handler(eh), in_watcher(NULL), out_watcher(NULL), #ifdef __linux ...
<commit_before>da0004fd-2e4e-11e5-826a-28cfe91dbc4b<commit_msg>da070a38-2e4e-11e5-b482-28cfe91dbc4b<commit_after>da070a38-2e4e-11e5-b482-28cfe91dbc4b<|endoftext|>
<commit_before>/* * Copyright (c) 2011 Google * 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 conditi...
<commit_before>e41689eb-313a-11e5-ba23-3c15c2e10482<commit_msg>e41d6cbd-313a-11e5-9865-3c15c2e10482<commit_after>e41d6cbd-313a-11e5-9865-3c15c2e10482<|endoftext|>
<commit_before>2093fdf4-585b-11e5-ab9f-6c40088e03e4<commit_msg>209d34c8-585b-11e5-aa20-6c40088e03e4<commit_after>209d34c8-585b-11e5-aa20-6c40088e03e4<|endoftext|>
<commit_before>68a20e88-5216-11e5-a588-6c40088e03e4<commit_msg>68ab1c94-5216-11e5-88eb-6c40088e03e4<commit_after>68ab1c94-5216-11e5-88eb-6c40088e03e4<|endoftext|>
<commit_before>988ea114-35ca-11e5-8d44-6c40088e03e4<commit_msg>98956e9a-35ca-11e5-bc0b-6c40088e03e4<commit_after>98956e9a-35ca-11e5-bc0b-6c40088e03e4<|endoftext|>
<commit_before>//===-- RegisterScavenging.cpp - Machine register scavenging --------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>fcbc2398-585a-11e5-a685-6c40088e03e4<commit_msg>fcc4f6ee-585a-11e5-8ac0-6c40088e03e4<commit_after>fcc4f6ee-585a-11e5-8ac0-6c40088e03e4<|endoftext|>
<commit_before>7473286e-5216-11e5-bad4-6c40088e03e4<commit_msg>7479c4a8-5216-11e5-95fe-6c40088e03e4<commit_after>7479c4a8-5216-11e5-95fe-6c40088e03e4<|endoftext|>
<commit_before>d570907e-35ca-11e5-b6f2-6c40088e03e4<commit_msg>d5775a12-35ca-11e5-87e4-6c40088e03e4<commit_after>d5775a12-35ca-11e5-87e4-6c40088e03e4<|endoftext|>
<commit_before>/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the QtDeclarative module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL...
<commit_before>/* * main.cpp * * Created on: Oct 13, 2017 * Author: austinhoffmann */ #include <iostream> #include <unordered_map> #include "./rapidXML/rapidxml_utils.hpp" #include "./rapidXML/rapidxml.hpp" #include "Object.h" #include "Room.h" #include "Container.hpp" #include <sstream> #include <iterator>...
<commit_before>#include "job_evaluator.h" #include "job_exception.h" #include "../config/job_metadata.h" #include "../fileman/fallback_file_manager.h" #include "../fileman/prefixed_file_manager.h" #include "../helpers/config.h" job_evaluator::job_evaluator(std::shared_ptr<spdlog::logger> logger, std::shared_ptr<worke...
<commit_before>86936fd2-2d15-11e5-af21-0401358ea401<commit_msg>86936fd3-2d15-11e5-af21-0401358ea401<commit_after>86936fd3-2d15-11e5-af21-0401358ea401<|endoftext|>
<commit_before>6aeb67f4-2fa5-11e5-a6ed-00012e3d3f12<commit_msg>6aed3cb4-2fa5-11e5-9e93-00012e3d3f12<commit_after>6aed3cb4-2fa5-11e5-9e93-00012e3d3f12<|endoftext|>
<commit_before>//------------------------------------------------------------------------------ // CLING - the C++ LLVM-based InterpreterG :) // version: $Id: ValuePrinter.cpp 46307 2012-10-04 06:53:23Z axel $ // author: Axel Naumann <axel@cern.ch> //--------------------------------------------------------------------...
<commit_before>#include "aquila/global.h" #include "aquila/source/generator/SquareGenerator.h" #include "aquila/source/SignalSource.h" #include "aquila/transform/FftFactory.h" #include "aquila/tools/TextPlot.h" #include "aquila/source/WaveFile.h" #include <algorithm> #include <functional> #include <memory> #include <io...
<commit_before>c7c2d31e-2e4e-11e5-a207-28cfe91dbc4b<commit_msg>c7c9f663-2e4e-11e5-aa96-28cfe91dbc4b<commit_after>c7c9f663-2e4e-11e5-aa96-28cfe91dbc4b<|endoftext|>
<commit_before>c8d5ad6e-2e4e-11e5-926f-28cfe91dbc4b<commit_msg>c8dcb7ba-2e4e-11e5-95d4-28cfe91dbc4b<commit_after>c8dcb7ba-2e4e-11e5-95d4-28cfe91dbc4b<|endoftext|>
<commit_before>64844e94-2fa5-11e5-82c2-00012e3d3f12<commit_msg>6485fc42-2fa5-11e5-a4ee-00012e3d3f12<commit_after>6485fc42-2fa5-11e5-a4ee-00012e3d3f12<|endoftext|>
<commit_before>2bbc9f74-5216-11e5-b5e7-6c40088e03e4<commit_msg>2bc3bec6-5216-11e5-ab67-6c40088e03e4<commit_after>2bc3bec6-5216-11e5-ab67-6c40088e03e4<|endoftext|>
<commit_before>#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <QtGui/QApplication> #include "mainwindow.h" #include "FLViz.h" #ifndef EX_USAGE #define EX_USAGE 64 #endif /* Debugging */ extern int flag_D; /* Tutaj spodziewamy si komunikatw o bdach */ extern const char *errmsg[...
<commit_before>99e5e475-4b02-11e5-86fc-28cfe9171a43<commit_msg>Nope, didn't work, now it does<commit_after>99f3d733-4b02-11e5-9e63-28cfe9171a43<|endoftext|>
<commit_before>b86a136b-2d3c-11e5-b139-c82a142b6f9b<commit_msg>b8bf860f-2d3c-11e5-98fa-c82a142b6f9b<commit_after>b8bf860f-2d3c-11e5-98fa-c82a142b6f9b<|endoftext|>
<commit_before>24041a02-2f67-11e5-940e-6c40088e03e4<commit_msg>240a66e8-2f67-11e5-b243-6c40088e03e4<commit_after>240a66e8-2f67-11e5-b243-6c40088e03e4<|endoftext|>
<commit_before>972e1f9a-35ca-11e5-a5e7-6c40088e03e4<commit_msg>973562a8-35ca-11e5-b062-6c40088e03e4<commit_after>973562a8-35ca-11e5-b062-6c40088e03e4<|endoftext|>
<commit_before>a530fb45-ad58-11e7-8852-ac87a332f658<commit_msg>bug fix<commit_after>a5bf95ae-ad58-11e7-8083-ac87a332f658<|endoftext|>