text
stringlengths
54
60.6k
<commit_before> #include <libclientserver.h> Buffer::Buffer() { m_buffer_length = 8192; m_chunk_size = 65535; m_buffer_used = 0; m_buffer = NULL; m_max_size = 0; } Buffer::~Buffer() { free(m_buffer); } /** * @Init * * One of the Init functions or overloads must be called before using any other function in t...
<commit_before>// // MIT License // // Copyright 2018-2019 // // 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 rights // to use, copy, ...
<commit_before>/* * Copyright (c) 2011 Isaac W. Foraker, all rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice...
<commit_before>/* The MIT License (MIT) Copyright (c) 2013 rajendrauppal 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 rights to use, copy,...
<commit_before>// Scintilla source code edit control // @file LexAU3.cxx // Lexer for AutoIt3 http://www.hiddensoft.com/autoit3 // by Jos van der Zande, jvdzande@yahoo.com // // Changes: // // Copyright for Scintilla: 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions und...
<commit_before>/* -*- indent-tabs-mode: nil -*- */ #include "client/http_log_client.h" #include "log/cert.h" #include "proto/ct.pb.h" #include "proto/serializer.h" #include "util/json_wrapper.h" #include "util/util.h" #include <curlpp/cURLpp.hpp> #include <curlpp/Easy.hpp> #include <curlpp/Options.hpp> #include <glog/...
<commit_before>/* bzflag * Copyright (c) 1993 - 2008 Tim Riker * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file * named LICENSE that should have accompanied this file. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ...
<commit_before>#pragma once #include "Application.hpp" #include "common/NetworkManager.hpp" #include "common/NetworkRequester.hpp" #include "common/NetworkWorker.hpp" #include "singletons/Paths.hpp" #include <rapidjson/document.h> #include <rapidjson/error/en.h> #include <QCryptographicHash> #include <QFile> namespa...
<commit_before>/* * HyPerConnection.hpp * * Created on: Oct 21, 2008 * Author: rasmussn */ #ifndef HYPERCONN_HPP_ #define HYPERCONN_HPP_ #include "PVConnection.h" #include "../columns/InterColComm.hpp" #include "../include/pv_types.h" #include "../io/PVParams.hpp" #include "../layers/HyPerLayer.hpp" #defi...
<commit_before>/* Copyright (c) 2003-2010 Sony Pictures Imageworks Inc., et al. 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>#ifndef CORE_ANIMATIONS_SLEEP_HPP_ #define CORE_ANIMATIONS_SLEEP_HPP_ #include <core/animation.hpp> template <typename Value> class Sleep: public Animation<Value> { public: Sleep(int32_t initialTimeout): m_initialTimeout(initialTimeout), m_currenTimeout(initialTimeout) {} v...
<commit_before>/* * CrashHandler.cpp * * Copyright (C) 2019 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Pub...
<commit_before>#include <cppunit/XmlOutputterHook.h> #if !defined(CPPUNIT_NO_TESTPLUGIN) #include <cppunit/extensions/TestFactoryRegistry.h> #include <cppunit/plugin/PlugInManager.h> #include <cppunit/plugin/TestPlugIn.h> #include <cppunit/plugin/DynamicLibraryManager.h> CPPUNIT_NS_BEGIN PlugInManager::PlugInManag...
<commit_before>#include "edge_orientation.h" #include "indexing.h" void EdgeOrientation::index_to_array(int index, vector<int> & arr) { Indexing::index_to_orientation_dependent(index, arr, 2); } void EdgeOrientation::apply_move(vector<int> & arr, int move) { if (move == 0) { permute_array(arr, 0,...
<commit_before>// Copyright (c) 2013, Alexey Ivanov #include "stdafx.h" #include "request_handler.h" #include "../aimp/manager.h" #include "../aimp/manager_impl_common.h" #include "../http_server/reply.h" #include "../http_server/request.h" #include "../http_server/mime_types.h" #include "utils/string_encod...
<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 "Lice...
<commit_before>/* * Copyright (c) 2012-2018 Daniele Bartolini and individual contributors. * License: https://github.com/dbartolini/crown/blob/master/LICENSE */ #include "core/containers/hash_map.h" #include "core/json/json_object.h" #include "core/json/sjson.h" #include "core/memory/temp_allocator.h" #include "cor...
<commit_before>#include <PCU.h> #include "phRestart.h" #include <apf.h> #include "phIO.h" #include "ph.h" #include <cstdlib> #include <fstream> #include <sstream> #include <cassert> namespace ph { /* in_size is the number of dofs for the data array and out_size is the number of dofs in the field. they are unequ...
<commit_before>#include "robotpath.h" RobotPath::RobotPath(RobotGridMatrix *Maze, QList<QPoint> botOnePath, QList<QPoint> botTwoPath){ this->botOnePath = &botOnePath; this->botTwoPath = &botTwoPath; for(int r=0; r < 8; r++) for(int c=0; c < 10; c++) this->Maze[r][c] = Maze->Maze[r][c];...
<commit_before>/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the...
<commit_before>/*************************************************************************** copyright : (C) 2013 by Lukas Krejci email : krejclu6@fel.cvut.cz ***************************************************************************/ /************************************************...
<commit_before>/* This file is part of Strigi Desktop Search * * Copyright (C) 2006 Jos van den Oever <jos@vandenoever.info> * * 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; eithe...
<commit_before>#ifndef Rice__Hash__ipp_ #define Rice__Hash__ipp_ #include "protect.hpp" #include "to_from_ruby.hpp" #include "Builtin_Object.hpp" #include "Exception.hpp" #include "Builtin_Object.hpp" #include <algorithm> // TODO: Evil hack struct st_table_entry { unsigned int hash; st_data_t key; st_data_t rec...
<commit_before>/** * Copyright (c) 2016 DeepCortex GmbH <legal@eventql.io> * Authors: * - Paul Asmuth <paul@eventql.io> * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License ("the license") as * published by the Free Software Foun...
<commit_before>409ad740-ad5a-11e7-8fcd-ac87a332f658<commit_msg>My Life for Auir<commit_after>410abed1-ad5a-11e7-b246-ac87a332f658<|endoftext|>
<commit_before>39e4ef05-2e4f-11e5-89bc-28cfe91dbc4b<commit_msg>39ee201c-2e4f-11e5-9a4e-28cfe91dbc4b<commit_after>39ee201c-2e4f-11e5-9a4e-28cfe91dbc4b<|endoftext|>
<commit_before>db9e9c9e-2e4e-11e5-b7c6-28cfe91dbc4b<commit_msg>dba54499-2e4e-11e5-83b5-28cfe91dbc4b<commit_after>dba54499-2e4e-11e5-83b5-28cfe91dbc4b<|endoftext|>
<commit_before>5bf673ff-2d16-11e5-af21-0401358ea401<commit_msg>5bf67400-2d16-11e5-af21-0401358ea401<commit_after>5bf67400-2d16-11e5-af21-0401358ea401<|endoftext|>
<commit_before>a336a06c-35ca-11e5-8079-6c40088e03e4<commit_msg>a33fc9f8-35ca-11e5-be28-6c40088e03e4<commit_after>a33fc9f8-35ca-11e5-be28-6c40088e03e4<|endoftext|>
<commit_before>471c730c-2748-11e6-9bba-e0f84713e7b8<commit_msg>lets try again<commit_after>47275075-2748-11e6-8282-e0f84713e7b8<|endoftext|>
<commit_before>e6bd4e78-2747-11e6-92d9-e0f84713e7b8<commit_msg>Deal with it<commit_after>e6cf1da8-2747-11e6-be1c-e0f84713e7b8<|endoftext|>
<commit_before>6fb82b6e-2d3e-11e5-95ed-c82a142b6f9b<commit_msg>702ea53a-2d3e-11e5-a40e-c82a142b6f9b<commit_after>702ea53a-2d3e-11e5-a40e-c82a142b6f9b<|endoftext|>
<commit_before>bf9cafc0-2d3d-11e5-a8dc-c82a142b6f9b<commit_msg>bffc1594-2d3d-11e5-a35a-c82a142b6f9b<commit_after>bffc1594-2d3d-11e5-a35a-c82a142b6f9b<|endoftext|>
<commit_before>d190a9a8-35ca-11e5-a3dd-6c40088e03e4<commit_msg>d1975988-35ca-11e5-b1ac-6c40088e03e4<commit_after>d1975988-35ca-11e5-b1ac-6c40088e03e4<|endoftext|>
<commit_before>b2f04480-ad5b-11e7-baf7-ac87a332f658<commit_msg>NO CHANGES<commit_after>b36db866-ad5b-11e7-a2ed-ac87a332f658<|endoftext|>
<commit_before>7c58de68-2e4f-11e5-9933-28cfe91dbc4b<commit_msg>7c61c5fa-2e4f-11e5-9181-28cfe91dbc4b<commit_after>7c61c5fa-2e4f-11e5-9181-28cfe91dbc4b<|endoftext|>
<commit_before>dd51cb05-2e4e-11e5-89f8-28cfe91dbc4b<commit_msg>dd596f63-2e4e-11e5-9cbf-28cfe91dbc4b<commit_after>dd596f63-2e4e-11e5-9cbf-28cfe91dbc4b<|endoftext|>
<commit_before>c3885c11-327f-11e5-9068-9cf387a8033e<commit_msg>c38eb0e6-327f-11e5-bcf8-9cf387a8033e<commit_after>c38eb0e6-327f-11e5-bcf8-9cf387a8033e<|endoftext|>
<commit_before>a4d5fb63-327f-11e5-b897-9cf387a8033e<commit_msg>a4dc183a-327f-11e5-8fdc-9cf387a8033e<commit_after>a4dc183a-327f-11e5-8fdc-9cf387a8033e<|endoftext|>
<commit_before>e4123eb8-2747-11e6-9413-e0f84713e7b8<commit_msg>My Life for Auir<commit_after>e421e997-2747-11e6-944a-e0f84713e7b8<|endoftext|>
<commit_before>76155412-2e3a-11e5-8f08-c03896053bdd<commit_msg>762471fe-2e3a-11e5-92a1-c03896053bdd<commit_after>762471fe-2e3a-11e5-92a1-c03896053bdd<|endoftext|>
<commit_before>17ea6191-2e4f-11e5-b43b-28cfe91dbc4b<commit_msg>17f132b0-2e4f-11e5-a5e7-28cfe91dbc4b<commit_after>17f132b0-2e4f-11e5-a5e7-28cfe91dbc4b<|endoftext|>
<commit_before>ddb7ab18-585a-11e5-9295-6c40088e03e4<commit_msg>ddbe452c-585a-11e5-90d1-6c40088e03e4<commit_after>ddbe452c-585a-11e5-90d1-6c40088e03e4<|endoftext|>
<commit_before>c8e407b3-2d3c-11e5-a246-c82a142b6f9b<commit_msg>c9480c63-2d3c-11e5-a76f-c82a142b6f9b<commit_after>c9480c63-2d3c-11e5-a76f-c82a142b6f9b<|endoftext|>
<commit_before>af0649bd-ad5b-11e7-bb36-ac87a332f658<commit_msg>Stuff changed<commit_after>af8a9fdc-ad5b-11e7-a7fb-ac87a332f658<|endoftext|>
<commit_before>641506fa-2749-11e6-acb3-e0f84713e7b8<commit_msg>testing<commit_after>6426442e-2749-11e6-943f-e0f84713e7b8<|endoftext|>
<commit_before>5aee97fa-2e3a-11e5-a24c-c03896053bdd<commit_msg>5afe5250-2e3a-11e5-b00c-c03896053bdd<commit_after>5afe5250-2e3a-11e5-b00c-c03896053bdd<|endoftext|>
<commit_before>d622f6a3-327f-11e5-a888-9cf387a8033e<commit_msg>d629739e-327f-11e5-881a-9cf387a8033e<commit_after>d629739e-327f-11e5-881a-9cf387a8033e<|endoftext|>
<commit_before>/**************************************************************************** ** ** Copyright (C) 2012 Wapp6 ** All rights reserved. ** Contact: Wapp6 (contact@wapp6.com) ** ** This file is part of OPR6Desktop application. ** ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUT...
<commit_before>2dc2c214-2748-11e6-be5b-e0f84713e7b8<commit_msg>almost working<commit_after>2dd2bb4c-2748-11e6-800c-e0f84713e7b8<|endoftext|>
<commit_before>5e58949e-2d16-11e5-af21-0401358ea401<commit_msg>5e58949f-2d16-11e5-af21-0401358ea401<commit_after>5e58949f-2d16-11e5-af21-0401358ea401<|endoftext|>
<commit_before>6de91794-2fa5-11e5-83e1-00012e3d3f12<commit_msg>6deaec52-2fa5-11e5-a6f6-00012e3d3f12<commit_after>6deaec52-2fa5-11e5-a6f6-00012e3d3f12<|endoftext|>
<commit_before>97fce38c-35ca-11e5-ae63-6c40088e03e4<commit_msg>9804f37e-35ca-11e5-bbc3-6c40088e03e4<commit_after>9804f37e-35ca-11e5-bbc3-6c40088e03e4<|endoftext|>
<commit_before>1f268d4c-2e3a-11e5-980d-c03896053bdd<commit_msg>1f38ba9c-2e3a-11e5-864c-c03896053bdd<commit_after>1f38ba9c-2e3a-11e5-864c-c03896053bdd<|endoftext|>
<commit_before>229e99dc-2e4f-11e5-b9ad-28cfe91dbc4b<commit_msg>22a839d7-2e4f-11e5-86ea-28cfe91dbc4b<commit_after>22a839d7-2e4f-11e5-86ea-28cfe91dbc4b<|endoftext|>
<commit_before>0116afa1-2748-11e6-8c25-e0f84713e7b8<commit_msg>Deal with it<commit_after>013296f3-2748-11e6-ae91-e0f84713e7b8<|endoftext|>
<commit_before>4f64ef00-2748-11e6-8afc-e0f84713e7b8<commit_msg>That didn't fix it<commit_after>4f778847-2748-11e6-9f44-e0f84713e7b8<|endoftext|>
<commit_before>d55f7007-327f-11e5-80fc-9cf387a8033e<commit_msg>d5673eab-327f-11e5-98b6-9cf387a8033e<commit_after>d5673eab-327f-11e5-98b6-9cf387a8033e<|endoftext|>
<commit_before>69c02e64-2fa5-11e5-8edc-00012e3d3f12<commit_msg>69c1dc14-2fa5-11e5-99f2-00012e3d3f12<commit_after>69c1dc14-2fa5-11e5-99f2-00012e3d3f12<|endoftext|>
<commit_before>9699693d-327f-11e5-b824-9cf387a8033e<commit_msg>96a0caa6-327f-11e5-90e3-9cf387a8033e<commit_after>96a0caa6-327f-11e5-90e3-9cf387a8033e<|endoftext|>
<commit_before>9101ae2d-2d14-11e5-af21-0401358ea401<commit_msg>9101ae2e-2d14-11e5-af21-0401358ea401<commit_after>9101ae2e-2d14-11e5-af21-0401358ea401<|endoftext|>
<commit_before>2e23a76e-2e4f-11e5-8654-28cfe91dbc4b<commit_msg>2e2ab1fa-2e4f-11e5-9257-28cfe91dbc4b<commit_after>2e2ab1fa-2e4f-11e5-9257-28cfe91dbc4b<|endoftext|>
<commit_before>83000ea8-2d15-11e5-af21-0401358ea401<commit_msg>83000ea9-2d15-11e5-af21-0401358ea401<commit_after>83000ea9-2d15-11e5-af21-0401358ea401<|endoftext|>
<commit_before>aa84c266-4b02-11e5-8914-28cfe9171a43<commit_msg>master branch<commit_after>aa91f987-4b02-11e5-a5e4-28cfe9171a43<|endoftext|>
<commit_before>51e2dccc-ad59-11e7-916b-ac87a332f658<commit_msg>Hey we can now do a thing<commit_after>528d44a8-ad59-11e7-a450-ac87a332f658<|endoftext|>
<commit_before>a21d0638-2e4f-11e5-8f55-28cfe91dbc4b<commit_msg>a223bd73-2e4f-11e5-b205-28cfe91dbc4b<commit_after>a223bd73-2e4f-11e5-b205-28cfe91dbc4b<|endoftext|>
<commit_before>67c74494-2fa5-11e5-bd2e-00012e3d3f12<commit_msg>67c94064-2fa5-11e5-9b2b-00012e3d3f12<commit_after>67c94064-2fa5-11e5-9b2b-00012e3d3f12<|endoftext|>
<commit_before>7293325e-2e4f-11e5-83b3-28cfe91dbc4b<commit_msg>729beb7d-2e4f-11e5-90f4-28cfe91dbc4b<commit_after>729beb7d-2e4f-11e5-90f4-28cfe91dbc4b<|endoftext|>
<commit_before>abd49845-327f-11e5-a1e6-9cf387a8033e<commit_msg>abda5d19-327f-11e5-ad3c-9cf387a8033e<commit_after>abda5d19-327f-11e5-ad3c-9cf387a8033e<|endoftext|>
<commit_before>5ae7ec32-2d16-11e5-af21-0401358ea401<commit_msg>5ae7ec33-2d16-11e5-af21-0401358ea401<commit_after>5ae7ec33-2d16-11e5-af21-0401358ea401<|endoftext|>
<commit_before>c88ac048-35ca-11e5-8022-6c40088e03e4<commit_msg>c89165f4-35ca-11e5-974b-6c40088e03e4<commit_after>c89165f4-35ca-11e5-974b-6c40088e03e4<|endoftext|>
<commit_before>95d55c38-ad5a-11e7-914b-ac87a332f658<commit_msg>Long commit messages are not required<commit_after>966df27a-ad5a-11e7-bcbc-ac87a332f658<|endoftext|>
<commit_before>e6d0d308-585a-11e5-babb-6c40088e03e4<commit_msg>e6d80600-585a-11e5-a33b-6c40088e03e4<commit_after>e6d80600-585a-11e5-a33b-6c40088e03e4<|endoftext|>
<commit_before>3e415728-5216-11e5-89d9-6c40088e03e4<commit_msg>3e482848-5216-11e5-bf8a-6c40088e03e4<commit_after>3e482848-5216-11e5-bf8a-6c40088e03e4<|endoftext|>
<commit_before>053b4b4c-2e4f-11e5-a7cc-28cfe91dbc4b<commit_msg>0544f070-2e4f-11e5-902c-28cfe91dbc4b<commit_after>0544f070-2e4f-11e5-902c-28cfe91dbc4b<|endoftext|>
<commit_before>94c5472b-2e4f-11e5-9ca0-28cfe91dbc4b<commit_msg>94cd7226-2e4f-11e5-9088-28cfe91dbc4b<commit_after>94cd7226-2e4f-11e5-9088-28cfe91dbc4b<|endoftext|>
<commit_before>c9d24fee-327f-11e5-ab8a-9cf387a8033e<commit_msg>c9d874bd-327f-11e5-85bf-9cf387a8033e<commit_after>c9d874bd-327f-11e5-85bf-9cf387a8033e<|endoftext|>
<commit_before>2caffbf6-2e3a-11e5-8a79-c03896053bdd<commit_msg>2cbe5676-2e3a-11e5-9127-c03896053bdd<commit_after>2cbe5676-2e3a-11e5-9127-c03896053bdd<|endoftext|>
<commit_before>444cc23d-2e4f-11e5-b2f8-28cfe91dbc4b<commit_msg>44557230-2e4f-11e5-9155-28cfe91dbc4b<commit_after>44557230-2e4f-11e5-9155-28cfe91dbc4b<|endoftext|>
<commit_before>#include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <iostream> #include <stdio.h> #include <string> #include "include/logging/enumCvType.hpp" #include "include/filters/selectMode.hpp" #include "include/filters/gaussianBlurWindows.hpp" #include "include/filters/hsvColo...
<commit_before>79638342-2d53-11e5-baeb-247703a38240<commit_msg>79640222-2d53-11e5-baeb-247703a38240<commit_after>79640222-2d53-11e5-baeb-247703a38240<|endoftext|>
<commit_before>00350b22-585b-11e5-93ac-6c40088e03e4<commit_msg>003c8e4a-585b-11e5-9209-6c40088e03e4<commit_after>003c8e4a-585b-11e5-9209-6c40088e03e4<|endoftext|>
<commit_before>d4c6286b-327f-11e5-ba74-9cf387a8033e<commit_msg>d4d053fa-327f-11e5-9429-9cf387a8033e<commit_after>d4d053fa-327f-11e5-9429-9cf387a8033e<|endoftext|>
<commit_before>8d6dfdb6-2d14-11e5-af21-0401358ea401<commit_msg>8d6dfdb7-2d14-11e5-af21-0401358ea401<commit_after>8d6dfdb7-2d14-11e5-af21-0401358ea401<|endoftext|>
<commit_before>b3891490-35ca-11e5-88b5-6c40088e03e4<commit_msg>b38fd336-35ca-11e5-a6db-6c40088e03e4<commit_after>b38fd336-35ca-11e5-a6db-6c40088e03e4<|endoftext|>
<commit_before>#include <QGuiApplication> #include <QQuickView> #include <QQmlContext> #include <QQmlApplicationEngine> #include <QObject> #include "log.h" #include "windowcontroller.h" int main(int argc, char *argv[]) { auto v1=QString(LVIEW_VERSION); auto v2=QString(GIT_VERSION); auto lview_version=v1+...
<commit_before>5d286642-2d16-11e5-af21-0401358ea401<commit_msg>5d286643-2d16-11e5-af21-0401358ea401<commit_after>5d286643-2d16-11e5-af21-0401358ea401<|endoftext|>
<commit_before>0c276c1e-585b-11e5-acd1-6c40088e03e4<commit_msg>0c2ecd88-585b-11e5-b514-6c40088e03e4<commit_after>0c2ecd88-585b-11e5-b514-6c40088e03e4<|endoftext|>
<commit_before>8431fc37-2d15-11e5-af21-0401358ea401<commit_msg>8431fc38-2d15-11e5-af21-0401358ea401<commit_after>8431fc38-2d15-11e5-af21-0401358ea401<|endoftext|>
<commit_before>ee7db75c-327f-11e5-9254-9cf387a8033e<commit_msg>ee83b9e8-327f-11e5-8456-9cf387a8033e<commit_after>ee83b9e8-327f-11e5-8456-9cf387a8033e<|endoftext|>
<commit_before>60056580-2e4f-11e5-82c9-28cfe91dbc4b<commit_msg>600c0611-2e4f-11e5-bf59-28cfe91dbc4b<commit_after>600c0611-2e4f-11e5-bf59-28cfe91dbc4b<|endoftext|>
<commit_before>c1c341a8-327f-11e5-ad4c-9cf387a8033e<commit_msg>c1c97bf5-327f-11e5-b1dc-9cf387a8033e<commit_after>c1c97bf5-327f-11e5-b1dc-9cf387a8033e<|endoftext|>
<commit_before>1f4b08f3-2748-11e6-ac3d-e0f84713e7b8<commit_msg>Finished?<commit_after>1f5c3885-2748-11e6-b5b1-e0f84713e7b8<|endoftext|>
<commit_before>c5eb3c0f-2e4e-11e5-b233-28cfe91dbc4b<commit_msg>c5f0b65c-2e4e-11e5-8dc4-28cfe91dbc4b<commit_after>c5f0b65c-2e4e-11e5-8dc4-28cfe91dbc4b<|endoftext|>
<commit_before>#include <iostream> #include "ncurses.h" using namespace std; int main() { initscr(); printw("HI PEOPLE"); refresh(); getch(); endwin(); return 0; } <commit_msg>Changed a few things<commit_after>#include "ncurses.h" int main() { initscr(); printw("HI PEOPLE"); //HI CODERS refresh(); getch(); endwi...
<commit_before>#include "board.h" #include "player.h" #include <iostream> #include <string> #include <stdlib.h> using namespace std; void gameLoop(Board &current_game, Player &player1, Player &player2){ int winner = 0; int move; while((winner = current_game.win()) == 0){ if(player1.piece == "...
<commit_before>4ad9952e-2e3a-11e5-9cdd-c03896053bdd<commit_msg>4ae8b324-2e3a-11e5-9aee-c03896053bdd<commit_after>4ae8b324-2e3a-11e5-9aee-c03896053bdd<|endoftext|>
<commit_before>cf62c68a-327f-11e5-8965-9cf387a8033e<commit_msg>cf68e0c5-327f-11e5-8ec9-9cf387a8033e<commit_after>cf68e0c5-327f-11e5-8ec9-9cf387a8033e<|endoftext|>
<commit_before>#include <iostream> #include <string> #include <map> #include <eXosip2/eXosip.h> using namespace std; int main(int argc, char const *argv[]) { struct eXosip_t *context_eXosip; cout<<"Hello Stream Server"<<endl; int ret = eXosip_init(context_eXosip); if(ret!=0) { cout<<"inti eXosip err...
<commit_before>758b40d4-2d53-11e5-baeb-247703a38240<commit_msg>758bc3e2-2d53-11e5-baeb-247703a38240<commit_after>758bc3e2-2d53-11e5-baeb-247703a38240<|endoftext|>