text
stringlengths
54
60.6k
<commit_before>/* uefifind_main.cpp Copyright (c) 2015, Nikolaj Schlej. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource...
<commit_before>/*===================================[ Algorithmen und Datenstrukturen]================================================================* * * * @Version: 1.0.0 * @Author: Achim Grolimund (achim.grolimund@hf-ict.info) * @Date: 01.1.2017 * * @Description: * * Beispiel: * * Anmerkung: * ...
<commit_before>/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Main authors: * Guido Tack <guido.tack@monash.edu> */ /* 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 ...
<commit_before>#pragma once #include "LogLevel.hpp" #include <string> #include <vector> #include <stdint.h> typedef struct tagAMX AMX; typedef int32_t cell; namespace samplog { struct AmxFuncCallInfo { int line; const char *file; const char *function; }; class ILogger { public: virtual bool IsLogLev...
<commit_before>/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 ...
<commit_before>#pragma once #include <cmath> #include <array> #include <vector> #include "zmsg_cmm.hpp" namespace zmsg { /** * \brief typedefs */ typedef signed char CHAR; typedef unsigned char UCHAR; typedef signed short SHORT; typedef unsigned short USHORT; typedef int8_t INT8; typedef uint8_t UINT8; typedef ...
<commit_before>// For conditions of distribution and use, see copyright notice in license.txt #include "StableHeaders.h" #include "DebugOperatorNew.h" #include "EC_OgreCompositor.h" #include "Renderer.h" #include "FrameAPI.h" #include "OgreRenderingModule.h" #include "CompositionHandler.h" #include "LoggingFunctions...
<commit_before>/* Copyright 2012-present Facebook, Inc. * Licensed under the Apache License, Version 2.0 */ #include "watchman.h" #include <folly/Synchronized.h> using namespace watchman; namespace watchman { namespace { constexpr flag_map kFlags[] = { {W_PENDING_CRAWL_ONLY, "CRAWL_ONLY"}, {W_PENDING_RECUR...
<commit_before>/**************************************************************************** * * (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * **********************...
<commit_before>#include "Graphics.h" #include <SDL2_gfxPrimitives.h> #include <SDL_ttf.h> Graphics::Graphics(const int WIDTH, const int HEIGHT) : SCREEN_WIDTH(WIDTH), SCREEN_HEIGHT(HEIGHT) { window = createWindow("pong", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, SCREEN_WIDTH, SCREEN_HEIGHT, SDL_WINDOW_FUL...
<commit_before>/* * RGBTools * Version 1 November, 2012 * Copyright 2012 Johannes Mittendorfer * * Use this code with RGB-LEDs. */ #include "RGBTools.h" // pins for colors int r_pin; int g_pin; int b_pin; // saves current state (color) int curr_r = 0; int curr_g = 0; int curr_b = 0; // constructor; saves the pins ...
<commit_before>#include <config.h> #include <assert.h> #include <boost/concept/usage.hpp> #include <boost/format.hpp> #include <dune/common/exceptions.hh> #include <dune/fem/io/file/dataoutput.hh> #include <dune/fem/io/parameter.hh> #include <dune/istl/scalarproducts.hh> #include <dune/istl/solvers.hh> #include <dune/m...
<commit_before><commit_msg>Padding.<commit_after><|endoftext|>
<commit_before>/* Copyright 2021 Sergei Bastrakov * * This file exemplifies usage of alpaka. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * ...
<commit_before>// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "summarymanager.h" #include "documentstoreadapter.h" #include "summarycompacttarget.h" #include "summaryflushtarget.h" #include <vespa/config/print/ostreamconfigwriter.h> #include <vespa/doc...
<commit_before>/************************************************************************* * * $RCSfile: dispatchinformationprovider.cxx,v $ * * $Revision: 1.2 $ * * last change: $Author: obo $ $Date: 2004-11-16 14:53:00 $ * * The Contents of this file are made available subject to the terms of * either of...
<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 "chrome/browser/renderer_host/render_widget_host_view_gtk.h" #include <gtk/gtk.h> #include <gdk/gdk.h> #include <cairo/c...
<commit_before>// Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html #include "sizegroup.hh" namespace Rapicorn { // == WidgetGroup == WidgetGroup* WidgetGroup::create (const String &name, WidgetGroupType type) { assert_return (name.empty() == false, NULL); if (type == WIDGET_GROUP_HSIZE || type...
<commit_before>// This Source Code Form is licensed MPL-2.0: http://mozilla.org/MPL/2.0 #include "utilities.hh" #include <cstring> #include <errno.h> #include <malloc.h> namespace Rapicorn { /* --- exceptions --- */ Exception::Exception (const String &s1, const String &s2, const String &s3, const String &s4, ...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: TestDijkstraImageGeodesicPath.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for ...
<commit_before>//Mike Zrimsek //Computer Graphics //Homework 3 #include <stdlib.h> #include <GL/glut.h> GLfloat mat_specular[] = { 1.0, 1.0, 0.0, 1.0 }; GLfloat mat_shininess[] = { 100.0 }; GLfloat mat_emission[] = { 1.0, 1.0, 0.1, 1.0 }; GLfloat default_emission[] = { 0.0, 0.0, 0.0, 1.0 }; GLfloat light_position[] =...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XMLLineNumberingSeparatorImportContext.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: obo $ $Date: 2006-09-17 11:09:51 $ * * The ...
<commit_before>#include "rapid_pbd/motion_planning.h" #include <map> #include <string> #include "geometry_msgs/Pose.h" #include "moveit_goal_builder/builder.h" #include "moveit_msgs/MoveGroupAction.h" #include "rapid_pbd_msgs/Landmark.h" #include "ros/ros.h" #include "tf/transform_listener.h" #include "transform_grap...
<commit_before>// Copyright (C) 2017 Elviss Strazdins // This file is part of the Ouzel engine. #include <memory> #include "core/CompileConfig.h" #if OUZEL_SUPPORTS_OPENGL #define GL_GLEXT_PROTOTYPES 1 #include <GL/glx.h> #endif #include "WindowLinux.h" #include "core/Application.h" #include "core/Engine.h"...
<commit_before> // Copyright (c) 2012, 2013, 2014 Pierre MOULON. // 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/. #pragma once #include "sfm_data_io.hpp" #include ...
<commit_before>//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use t...
<commit_before>#include <stdexcept> #include <aikido/constraint/uniform/RealVectorBoxConstraint.hpp> namespace aikido { namespace statespace { using constraint::ConstraintType; //============================================================================= class RealVectorBoxConstraintSampleGenerator : public cons...
<commit_before>// Copyright (c) 2010 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 "app/keyboard_codes.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "chrome/browser/find_ba...
<commit_before>// Copyright (c) 2011 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/ui/views/infobars/after_translate_infobar.h" #include "base/utf_string_conversions.h" #include "chrome/browse...
<commit_before>// Name: clibgame.hpp // // Description: // This file re-exports the rest of the library such that one need only use // one include if they so choose. #ifndef _CLIBGAME_HPP_ #define _CLIBGAME_HPP_ #include "clibgame/res/animation.hpp" #include "clibgame/res/texsheet.hpp" #include "clibgame/res/texa...
<commit_before>// For conditions of distribution and use, see copyright notice in license.txt #include "StableHeaders.h" #include "ECEditorWindow.h" #include "ECEditorModule.h" #include "ModuleManager.h" #include "UiModule.h" #include "SceneManager.h" #include "ComponentInterface.h" #include "ComponentManager.h" #incl...
<commit_before>#include "DDImage/Enumeration_KnobI.h" #include "DDImage/Reader.h" #include "DDImage/Row.h" #include "OpenImageIO/imageio.h" using namespace DD::Image; /* * TODO: * - Look into using the planar Reader API in Nuke 8, which may map better to * TIFF/OIIO. * - It would be nice to have a way to ...
<commit_before><commit_msg>ATO-83 & ATO-46: Use AliDrawStyle to specify graph attibutes * kkeping back compatibility<commit_after><|endoftext|>
<commit_before>/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2008 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documenta...
<commit_before>// Copyright (c) 2013 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/common/metrics/variations/uniformity_field_trials.h" #include "base/metrics/field_trial.h" #include "base/strings/str...
<commit_before>/* ESP8266WiFiScan.cpp - WiFi library for esp8266 Copyright (c) 2014 Ivan Grokhotkov. All rights reserved. This file is part of the esp8266 core for Arduino environment. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public ...
<commit_before>#ifndef CXX_CONVERSIONS_HXX # define CXX_CONVERSIONS_HXX # include <libport/assert.hh> # include <libport/symbol.hh> # include <object/cxx-object.hh> # include <object/float.hh> # include <object/list.hh> # include <object/string.hh> # include <object/tag.hh> # include <scheduler/tag.hh> namespace obj...
<commit_before>/******************************************************************************* * Copyright (c) 2012, Dougal J. Sutherland (dsutherl@cs.cmu.edu). * * All rights reserved. * * ...
<commit_before>#include "wiVersion.h" #include <sstream> namespace wiVersion { // main engine core const int major = 0; // minor features, major updates const int minor = 38; // minor bug fixes, alterations, refactors, updates const int revision = 7; long GetVersion() { return major * 1000000 + minor * 10...
<commit_before>/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.o...
<commit_before>/** * @file consensushash.cpp * * This file contains the function to generate consensus hashes. */ #include "omnicore/consensushash.h" #include "omnicore/dex.h" #include "omnicore/mdex.h" #include "omnicore/log.h" #include "omnicore/omnicore.h" #include "omnicore/sp.h" #include <stdint.h> #include ...
<commit_before>// --- ROOT system #include <TFile.h> #include <TClonesArray.h> #include <TList.h> #include <TObjString.h> #include <TTimeStamp.h> #include "AliZDCPreprocessor.h" #include "AliCDBManager.h" #include "AliCDBEntry.h" #include "AliCDBMetaData.h" #include "AliDCSValue.h" #include "AliAlignObj.h" #include "A...
<commit_before>#include <boost/program_options.hpp> #include <iostream> #include <ventura/open.hpp> #include <ventura/file_operations.hpp> #include <ventura/read_file.hpp> #include <silicium/sink/file_sink.hpp> #include <silicium/sink/throwing_sink.hpp> #include <silicium/html/tree.hpp> #include "tags.hpp" namespace {...
<commit_before>#include <boost/program_options.hpp> #include <iostream> #include <string> #include "config.h" #include "fsstorage.h" #include "logger.h" namespace po = boost::program_options; int main(int argc, char **argv) { po::options_description desc("Allowed options"); // clang-format off desc.add_options...
<commit_before>//===--- AttributeList.cpp --------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>#ifndef VG_ALGORITHMS_THREE_EDGE_CONNECTED_COMPONENTS_HPP_INCLUDED #define VG_ALGORITHMS_THREE_EDGE_CONNECTED_COMPONENTS_HPP_INCLUDED #include <functional> #include <vector> #include <unordered_map> namespace vg { namespace algorithms { using namespace std; // Interface /** * Get the three-edge-con...
<commit_before>#include <pcl/kdtree/kdtree_flann.h> #include "CompetitionController.h" using namespace IGVC::Sensors; using namespace std; namespace IGVC { namespace Control { CompetitionController::CompetitionController(IGVC::Sensors::GPS* gps, Event<pcl::PointCloud<pcl...
<commit_before>/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2014 Crytek * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal *...
<commit_before>/** @file @brief Implementation @date 2015 @author Sensics, Inc. <http://sensics.com/osvr> */ // Copyright 2015 Sensics, Inc. // // 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 ...
<commit_before>//===- lib/Trace/FunctionState.cpp ----------------------------------------===// // // SeeC // // This file is distributed under The MIT License (MIT). See LICENSE.TXT for // details. // //===----------------------------------------------------------------------===// //...
<commit_before>/******************************************************* * Copyright (c) 2014, ArrayFire * All rights reserved. * * This file is distributed under 3-clause BSD license. * The complete license agreement can be obtained at: * http://arrayfire.com/licenses/BSD-3-Clause *******************************...
<commit_before>//===-- iConstPool.cpp - Implement ConstPool instructions --------*- C++ -*--=// // // This file implements the ConstPool* classes... // //===----------------------------------------------------------------------===// #define __STDC_LIMIT_MACROS // Get defs for INT64_MAX and friends... #includ...
<commit_before>/******************************************************* * Copyright (c) 2014, ArrayFire * All rights reserved. * * This file is distributed under 3-clause BSD license. * The complete license agreement can be obtained at: * http://arrayfire.com/licenses/BSD-3-Clause *******************************...
<commit_before>// This simple utility can periodically print various stats about a drive #include <inttypes.h> #include <stdio.h> #include "kinetic/kinetic.h" using kinetic::DriveLog; using kinetic::Capacity; using kinetic::OperationStatistic; using kinetic::Utilization; using kinetic::Temperature; using std::uniqu...
<commit_before>/*========================================================================= Program: ORFEO Toolbox Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. This software is distr...
<commit_before>// // Copyright (c) 2015 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // DisplayGLX.h: GLX implementation of egl::Display #define GLX_GLXEXT_PROTOTYPES #include "libANGLE/renderer/gl/glx/Displa...
<commit_before><commit_msg>:shirt:<commit_after><|endoftext|>
<commit_before>#include "./label_node.h" #include <QPainter> #include <QPoint> #include "./importer.h" #include "./mesh.h" LabelNode::LabelNode(Label label) : label(label) { Importer importer; anchorMesh = importer.import("../assets/sphere.dae", 0); } LabelNode::~LabelNode() { } void LabelNode::render(Gl *gl, R...
<commit_before>#ifdef PARTICLES #include <unistd.h> #include "../io.h" #include "../grid3D.h" #include"../random_functions.h" #include "particles_3D.h" #ifdef MPI_CHOLLA #include"../mpi_routines.h" #endif #ifdef PARALLEL_OMP #include "../parallel_omp.h" #endif Particles_3D::Particles_3D( void ){} void Grid3D::Init...
<commit_before>// // Created by Martin Hansen on 18/04/16. // #include "KnowledgeBase.h" void KnowledgeBase::aStar(int start, Clause goal) { std::deque<Clause> queue; // Open set, frontier, to be visited clauses[start].distanceFromStart = 0; clauses[start].calcHeuristicDistance(); clauses[start].updateTotalDista...
<commit_before>#include "websocketbroker.h" #include "logger.h" #include "errors/errorresponse.h" #include <QJsonDocument> #include <QJsonArray> #include <QVector> #include <QFile> #include <QCoreApplication> #include <QRegularExpression> WebSocketBroker::WebSocketBroker(const QString& vssDir, const QString &vssName,...
<commit_before>/**********************************************************************************/ /* The MIT License(MIT) */ /* */ /* Copyright(c) 2016-2016 Matthieu Vendeville ...
<commit_before>// Authors: see AUTHORS.md at project root. // CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root. // URL: https://github.com/asrob-uc3m/robotDevastation #include "MockRobotManager.hpp" #include <ColorDebug.hpp> const int rd::MockRobotManager::FORWARD = 1; const int rd::...
<commit_before>#include "Object.h" #include "Integer.h" #include "Undefined.h" #include "Function.h" #include "Runtime.h" namespace snot { static Object* ObjectPrototype = NULL; Object::~Object() { if (m_Members.ref_count() == 1) { for (auto iter = iterate(*m_Members); iter; ++iter) { if (is_object(iter->...
<commit_before><commit_msg>INTEGRATION: CWS changefileheader (1.6.212); FILE MERGED 2008/04/01 12:49:08 thb 1.6.212.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.6.212.1: #i87441# Change license header to LPGL v3.<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * $RCSfile: MNSInclude.hxx,v $ * * $Revision: 1.6 $ * * last change: $Author: obo $ $Date: 2002-10-17 09:27:55 $ * * The Contents of this file are made available subject to the terms of * either of the following li...
<commit_before>/* * ForwardChainer.cc * * Copyright (C) 2014,2015 OpenCog Foundation * * Author: Misgana Bayetta <misgana.bayetta@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License v3 as * published by the Free Softw...
<commit_before>#define DEFAULT_RU 1 #define DEFAULT_ACE_RU 0 #define DEFAULT_INS 0 #define DEFAULT_GUE 1 #define DEFAULT_BIS_TK 0 #define DEFAULT_BIS_TK_INS 0 #define DEFAULT_BIS_TK_GUE 0 #define DEFAULT_CWR2_US 0 #define DEFAULT_CWR2_RU 0 #define DEFAULT_CWR2_FIA 0 <commit_msg>[MISSIONS] - Removed old mso factions def...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Build Suite. ** ** Commercial License Usage ** Licensees holding valid commercial Qt ...
<commit_before>#include <osg/ArgumentParser> #include <osg/ApplicationUsage> #include <osg/Notify> #include <set> #include <iostream> using namespace osg; ArgumentParser::ArgumentParser(int* argc,char **argv): _argc(argc), _argv(argv), _usage(ApplicationUsage::instance()) { } std::string ArgumentParser:...
<commit_before>#include <iostream> #include <osg/ArgumentParser> #include <osg/ApplicationUsage> #include <set> using namespace osg; ArgumentParser::ArgumentParser(int* argc,char **argv): _argc(argc), _argv(argv), _usage(ApplicationUsage::instance()) { } std::string ArgumentParser::getProgramName() cons...
<commit_before><commit_msg>Remove deprecated text attribute from <body> in calc export to html<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * $RCSfile: htmlimp.cxx,v $ * * $Revision: 1.11 $ * * last change: $Author: hjs $ $Date: 2003-08-19 11:37:18 $ * * The Contents of this file are made available subject to the terms of * either of the following lice...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: filter.cxx,v $ * * $Revision: 1.7 $ * * last change: $Author: kz $ $Date: 2006-07-21 12:27:31 $ * * The Contents of this file are made av...
<commit_before>/************************************************************************* * * $RCSfile: xmlbodyi.cxx,v $ * * $Revision: 1.20 $ * * last change: $Author: sab $ $Date: 2002-09-26 12:08:41 $ * * The Contents of this file are made available subject to the terms of * either of the following lic...
<commit_before>/************************************************************************* * * $RCSfile: xmlbodyi.cxx,v $ * * $Revision: 1.18 $ * * last change: $Author: sab $ $Date: 2001-09-25 10:37:31 $ * * The Contents of this file are made available subject to the terms of * either of the following lic...
<commit_before>/* $Id$ */ // This class runs the test TOF preprocessor // It uses AliTestShuttle to simulate a full Shuttle process // The input data is created in the functions // CreateDCSAliasMap() creates input that would in the same way come from DCS // ReadDCSAliasMap() reads from a file // CreateInputF...
<commit_before><commit_msg>INTEGRATION: CWS dialogdiet (1.26.74); FILE MERGED 2003/12/10 15:02:33 mba 1.26.74.1: #i22972#: offmgr removed<commit_after><|endoftext|>
<commit_before><commit_msg>Fix CompoundPredicate::CodegenComputeFn<commit_after><|endoftext|>
<commit_before>/* * Copyright (c) 2010-2012 OTClient <https://github.com/edubart/otclient> * * 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 limita...
<commit_before><commit_msg>Fix a build issue on ZETA.<commit_after><|endoftext|>
<commit_before><commit_msg>Set entries correctly visible, fdo#47102<commit_after><|endoftext|>
<commit_before>/* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * * Software dis...
<commit_before>/************************************************************************* * * $RCSfile: chartsh.cxx,v $ * * $Revision: 1.3 $ * * last change: $Author: hr $ $Date: 2004-02-03 20:30:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licens...
<commit_before>/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: spelldialog.cxx,v $ * $Revision:...
<commit_before>#include <iostream> #include <conio.h> #include <vector> #include <Windows.h> #include "..\include\Common.h" #include "..\include\Gambling.h" #include "..\include\Player.h" using namespace std; using namespace Common; // Contains the functions needed to simulate a gamble for items. void Gambling::Gam...
<commit_before>// Copyright 2019 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
<commit_before>/* * AliFemtoPPbpbLamZVtxMultContainer.cxx * * Created on: Aug 30, 2017 * Author: gu74req */ //#include "AliLog.h" #include <iostream> #include "AliFemtoDreamZVtxMultContainer.h" #include "TLorentzVector.h" #include "TDatabasePDG.h" #include "TVector2.h" ClassImp(AliFemtoDreamPartContainer) A...
<commit_before>/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2009 Torus Knot Software Ltd Permission is hereby granted, free of charge, to ...
<commit_before>#include "main_action_planner_node.hpp" int main(int argc, char** argv) { ros::init(argc, argv, "test_action_planner_node"); ros::NodeHandle nh {"~"}; StateChecker status {nh}; while (ros::ok()) { auto posture_key = status.getPostureKey(); RequestPosture* rp_p = RequestPostureFactory::g...
<commit_before><commit_msg>send brightness to websocket using json<commit_after><|endoftext|>
<commit_before>#include "maemodeploystepwidget.h" #include "ui_maemodeploystepwidget.h" #include "maemodeploystep.h" #include "maemodeployablelistmodel.h" #include "maemodeployablelistwidget.h" #include "maemodeployables.h" #include "maemodeviceconfiglistmodel.h" #include "maemorunconfiguration.h" #include <projectex...
<commit_before>#include "painterapplication.hpp" #include <fea/ui/sdl2windowbackend.hpp> #include <fea/ui/sdl2inputbackend.hpp> PainterApplication::PainterApplication() : mWindow(new fea::SDL2WindowBackend()), mInputHandler(new fea::SDL2InputBackend()) { } void PainterApplication::setup(const std::vector<std:...
<commit_before>// coding: utf-8 // ---------------------------------------------------------------------------- /* Copyright (c) 2011, Roboterclub Aachen e.V. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condi...
<commit_before>/* Persons Model Item Represents one person in the model Copyright (C) 2012 Martin Klapetek <martin.klapetek@gmail.com> 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 Softw...
<commit_before>// __BEGIN_LICENSE__ // Copyright (C) 2006-2010 United States Government as represented by // the Administrator of the National Aeronautics and Space Administration. // All Rights Reserved. // __END_LICENSE__ #include <boost/program_options.hpp> namespace po = boost::program_options; #include <boost/f...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_trai...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/memory/p9_mss_utils_to_thro...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket_...
<commit_before>/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DrawDocShell.hxx,v $ * $Revision...