text
stringlengths
54
60.6k
<commit_before>/************************************************************************************ This source file is part of the Theora Video Playback Library For latest info, see http://libtheoraplayer.sourceforge.net/ ************************************************************************************* Copyright ...
<commit_before>// This file is part of the dune-gdt project: // http://users.dune-project.org/projects/dune-gdt // Copyright holders: Felix Schindler // License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) #ifndef DUNE_GDT_EVALUATION_PRODUCT_L2DERIV_HH #define DUNE_GDT_EVALUATION_PRODUCT_L2DER...
<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 "chrome/browser/notifications/notification_options_menu_model.h" #include "app/l10n_util.h" #include "base/compiler_specific....
<commit_before>//======================================================================= // Copyright Baptiste Wicht 2011-2014. // Distributed under the MIT License. // (See accompanying file LICENSE or copy at // http://opensource.org/licenses/MIT) //===================================================================...
<commit_before>// RSHELL.CPP // Main source code for rshell // enable debug messages //#define RSHELL_DEBUG // prepend "[RSHELL]" to prompt, helps to differ from bash #define RSHELL_PREPEND #define COL_DEFAULT "\033[39m" #define COL_PREPEND "\033[32m" #include "unistd.h" #include "sys/wait.h" #include "stdio.h" #inc...
<commit_before>#include <iostream> #include <string> #include <boost/tokenizer.hpp> //Boost tokenizer #include <unistd.h> // Fork() #include <sys/types.h> // Wait() #include <sys/wait.h> // Wait() #include <vector> #include <stdio.h> //Perror() #include <errno.h> // Perror() #include <algorithm> using namespace std; u...
<commit_before>/****************************************************************************** * Copyright (c) 2015, Hobu Inc. (hobu@hobu.co) * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following * conditions are met: * ...
<commit_before>// // Macro designed for use with the AliAnalysisTaskDptDptCorrelations task. // // Author: Claude Pruneau, Wayne State ///////////////////////////////////////////////////////////////////////////////// AliAnalysisTaskDptDptCorrelations *AddTaskDptDptCorrelations(int singlesOnly = 1, ...
<commit_before>#include <iostream> #include <string> #include <stdlib.h> //exit #include <stdio.h> //perror #include <errno.h> //perror #include <sys/types.h> //wait #include <sys/wait.h> //wait #include <unistd.h> //execvp, fork, gethost, getlogin #include <string.h> //strtok #include <vector> #include <fcntl.h> #incl...
<commit_before>// $Id$ // // Jet embedding from PYTHIA task. // // Author: S.Aiola, C.Loizides #include "AliJetEmbeddingFromPYTHIATask.h" #include <TFile.h> #include <TMath.h> #include <TString.h> #include <TRandom.h> #include <TParameter.h> #include <TH1I.h> #include <TGrid.h> #include <THashTable.h> #include <TSyst...
<commit_before>#include <common/log.h> #include <common/opt.h> #include <gdb/gdb.h> #include <gui/gui.h> #include <user_cmd/cmd.h> #include <stdlib.h> #include <signal.h> #include <pthread.h> #ifdef GUI_CURSES #include <gui/curses/cursesui.h> #elif GUI_VIM #include <gui/vim/vimui.h> #endif /* static prototypes */ ...
<commit_before>/* This file is part of KOrganizer. Copyright (c) 2002 Jan-Pascal van Best <janpascal@vanbest.org> 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 2 ...
<commit_before>#include "../common/certs.hpp" #include "../common/mock_connector.hpp" #include "root_path.hpp" #include <pxp-agent/external_module.hpp> #include <pxp-agent/request_processor.hpp> #include <pxp-agent/configuration.hpp> #include <leatherman/json_container/json_container.hpp> #include <cpp-pcp-client/u...
<commit_before>#include "RE_tree.h" enum { Regex_symbol = 0, A_symbol, B_symbol, C_symbol, D_symbol, E_symbol, F_symbol, e_symbol, sign_symbol, eof_symbol }; class Grammar_node { public: int symbol; char value; Grammar_node *prt_node; Grammar_node *lch_node; Grammar_node *bro_node; Grammar_node(int s, Grammar_...
<commit_before>/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: MultiResMIRegistration.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) 2001 Insight Consortium All rights reserved. Redistrib...
<commit_before>// // Copyright 2013 Jeff Bush // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
<commit_before>//===-- ClangFuzzer.cpp - Fuzz Clang --------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>#include <signal.h> #include <cstdlib> #include <string> #include <vector> #include <algorithm> #include <mutex> #include <Wt/WServer> #include <Wt/WResource> #include <Wt/Http/Request> #include <Wt/Http/Response> #include <Wt/WTemplate> #include <Wt/Utils> #include <Wt/Dbo/Dbo> #include <Wt/Dbo/Json> ...
<commit_before>/* * Copyright (C) 2017-2018 Daniel Nicoletti <dantti12@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 Software Foundation; either * version 2.1 of the License, or (at your ...
<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/chromeos/network_login_observer.h" #include "chrome/browser/chromeos/cros/cros_library.h" #include "chrome/br...
<commit_before>#include "registered_app.h" #include "registration.h" FXDEFMAP(registered_app) registered_app_map[]={ FXMAPFUNC(SEL_COMMAND, registered_app::ID_REGISTER_MARK, registered_app::on_registration_mark), FXMAPFUNC(SEL_COMMAND, registered_app::ID_REGISTER, registered_app::on_registration_enter), FXM...
<commit_before>#include "process.hpp" #include <cstdlib> #include <unistd.h> #include <signal.h> #include <iostream> //TODO: remove using namespace std; //TODO: remove Process::Data::Data(): id(-1) {} Process::id_type Process::open(const std::string &command, const std::string &path) { if(open_stdin) stdin_fd=...
<commit_before>#include "MultiSmoothCircleIC.h" #include "MooseRandom.h" template<> InputParameters validParams<MultiSmoothCircleIC>() { InputParameters params = validParams<SmoothCircleBaseIC>(); params.addRequiredParam<unsigned int>("numbub", "The number of bubbles to be placed on GB"); params.addRequiredParam...
<commit_before>/* * Copyright (c) 2014-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the LICENSE * file in the root directory of this source tree. * */ #include "ThreadLocalSSLContextProvider.h" #include <unordered_map> #include <folly/Singleton.h> #include <folly/ha...
<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 "chrome/browser/ui/views/tab_contents/tab_contents_container.h" #include <utility> #include "chrome/browser/ui/view_ids.h" #...
<commit_before>/************************************************************************** * Copyright(c) 1998-2008, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * ...
<commit_before>// Copyright (C) 2016 Elviss Strazdins // This file is part of the Ouzel engine. #include <algorithm> #include "Node.h" #include "Engine.h" #include "SceneManager.h" #include "Layer.h" #include "Animator.h" #include "Camera.h" #include "Utils.h" #include "MathUtils.h" namespace ouzel { Node::Node()...
<commit_before>// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the "Licens...
<commit_before>/* -*- Mode: C++; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 noexpandtab: */ /******************************************************************************* * FShell 2 * Copyright 2009 Michael Tautschnig, tautschnig@forsyte.de * * Licensed under the Apache License, Version 2.0 (the "License"); * you...
<commit_before>//===-- llvm-dwarfdump.cpp - Debug info dumping utility for llvm ----------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>/* Copyright (C) 2012 cloudbase.io This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
<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/test/in_process_browser_test.h" #include "chrome/test/ui_test_utils.h" #include "chrome/browser/ui/browser.h" #include...
<commit_before>/* * Copyright (C) 2019 pengjian.uestc @ gmail.com */ /* * This file is part of Scylla. * * Scylla 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,...
<commit_before>// Copyright (c) 2011 - 2019, GS Group, https://github.com/GSGroup // 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. // THE SOFTWARE IS PRO...
<commit_before>/* * Copyright (C) 2003-2011 Victor Semionov * 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>#include "Stepper.h" #include "core_pins.h" #include <math.h> #include <algorithm> #include <HardwareSerial.h> Stepper::Stepper(const int stepPin, const int dirPin, bool reverseDir, bool stepsActiveLow) : current(0), v_pullIn(vPullIn_default), vMax(vMaxDefault), /*v(vDefault),*/ a(aDefault), positi...
<commit_before>#ifdef WIN32 #include <windows.h> #endif #include "base.h" #include <iostream> using namespace std; GLint width = 400, height = 400; GLfloat ortho2D_minX = -400.0f, ortho2D_maxX = 400.0f, ortho2D_minY = -400.0f, ortho2D_maxY = 400.0f; Point p1, p2; BBox bo...
<commit_before>#include "Engine.h" #include "Game.h" #include "ObjectDummy.h" #include "BodyRigid.h" #include "BodyDummy.h" #ifdef MEMORY_INFO #define new new(__FILE__, __LINE__) #endif // MEMORY_INFO using namespace MathLib; /* */ #define ACTOR_BASE_IFPS (1.0f / 60.0f) #define ACTOR_BASE_CLAMP ...
<commit_before>/************************************************************************* * * $RCSfile: dockingareadefaultacceptor.cxx,v $ * * $Revision: 1.3 $ * * last change: $Author: kz $ $Date: 2005-03-01 19:35:29 $ * * The Contents of this file are made available subject to the terms of * either of t...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENS...
<commit_before>#include "OSGWidget.hh" #include <osg/Camera> #include <osg/Geode> #include <osg/Shape> #include <osg/ShapeDrawable> #include <osgGA/EventQueue> #include <osgGA/TrackballManipulator> #include <osgViewer/View> #include <osgViewer/ViewerEventHandlers> #include <stdexcept> OSGWidget::OSGWidget( QWidge...
<commit_before><commit_msg>Drop test that require tmp with exec rights.<commit_after><|endoftext|>
<commit_before>/* OpenDeck platform firmware v1.2 Last revision date: 2014-11-18 Author: Igor Petrovic */ #include "OpenDeck.h" #include "MIDI.h" #include "Ownduino.h" //velocity for on and off events #define MIDI_NOTE_ON_VELOCITY 127 #define MIDI_NOTE_OFF_VELOCITY 0 //MIDI callback handlers void getNoteOnDa...
<commit_before>// // Created by mathias on 6/9/16. // #include "flightControl/blindFlight.h" #include "OpenCv/CV_Handler.h" #define NUM_THREADS 4 #define LOOP_RATE (50) void *controlThread(void *thread_arg); void *buttonThread(void *thread_arg); void *cvThread(void *thread_arg); void *navdataThread(void *thread_Arg)...
<commit_before>// Copyright(c) 2015-present, Gabi Melman & spdlog contributors. // Distributed under the MIT License (http://opensource.org/licenses/MIT) #ifndef SPDLOG_COMPILED_LIB #error Please define SPDLOG_COMPILED_LIB to compile this file. #endif #include "spdlog/spdlog-inl.h" #include "spdlog/common-inl.h" #inc...
<commit_before>// // StaticAnalyser.cpp // Clock Signal // // Created by Thomas Harte on 23/08/2016. // Copyright © 2016 Thomas Harte. All rights reserved. // #include "StaticAnalyser.hpp" #include <cstdlib> // Analysers #include "Acorn/StaticAnalyser.hpp" #include "AmstradCPC/StaticAnalyser.hpp" #include "Atari...
<commit_before>/*************************************************************************/ /* editor_log.cpp */ /*************************************************************************/ /* This file is part of: */ /...
<commit_before>// Copyright 2017 Netherlands Institute for Radio Astronomy (ASTRON) // Copyright 2017 Netherlands eScience Center // // 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>//===-- ScheduleDAG.cpp - Implement a trivial DAG scheduler ---------------===// // // The LLVM Compiler Infrastructure // // This file was developed by Chris Lattner and is distributed under the // University of Illinois Open Source License. See LICENSE.TXT for details. // //===-----...
<commit_before>//------------------------------------------------------------------------------ // CLING - the C++ LLVM-based InterpreterG :) // author: Manasij Mukherjee <manasij7479@gmail.com> // author: Vassil Vassilev <vvasilev@cern.ch> // // This file is dual-licensed: you can choose to license it under the Uni...
<commit_before>/* system.cpp Classic Invaders Copyright (c) 2013, Simon Que 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 notic...
<commit_before>/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
<commit_before>// // 6526Implementation.hpp // Clock Signal // // Created by Thomas Harte on 18/07/2021. // Copyright © 2021 Thomas Harte. All rights reserved. // #ifndef _526Implementation_h #define _526Implementation_h #include <cassert> #include <cstdio> namespace MOS { namespace MOS6526 { enum Interrupts: u...
<commit_before>#include "Base.h" #include "Animation.h" #include "AnimationController.h" #include "AnimationClip.h" #include "AnimationTarget.h" #include "Game.h" #include "Transform.h" #include "Properties.h" #define ANIMATION_INDEFINITE_STR "INDEFINITE" #define ANIMATION_DEFAULT_CLIP 0 #define ANIMATION_R...
<commit_before>#ifndef TELEGRAMQT_PENDING_OPERATION_PRIVATE_HPP #define TELEGRAMQT_PENDING_OPERATION_PRIVATE_HPP #include "PendingOperation.hpp" namespace Telegram { class PendingOperationPrivate { public: Q_DECLARE_PUBLIC(PendingOperation) explicit PendingOperationPrivate(PendingOperation *parent) : ...
<commit_before><commit_msg>Planning: added more checks on whether an obstacle should be ignored or not.<commit_after><|endoftext|>
<commit_before>// Copyright 2004-present Facebook. All Rights Reserved. #include "UIManagerBinding.h" #include <react/debug/SystraceSection.h> #include <jsi/JSIDynamic.h> namespace facebook { namespace react { static jsi::Object getModule( jsi::Runtime &runtime, const std::string &moduleName) { auto batc...
<commit_before>/* * @file opencog/dynamics/openpsi/PsiDemandUpdaterAgent.cc * * @author Jinhua Chua <JinhuaChua@gmail.com> * @date 2011-11-22 * * 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 Sof...
<commit_before>// Ignore unused parameter warnings coming from cppunit headers #include <libmesh/ignore_warnings.h> #include <cppunit/extensions/HelperMacros.h> #include <cppunit/TestCase.h> #include <libmesh/restore_warnings.h> #include <libmesh/libmesh.h> #include <libmesh/mesh.h> #include <libmesh/elem.h> #include ...
<commit_before>/* Copyright (c) 2017-2019, AOYAMA Kazuharu * All rights reserved. * * This software may be used and distributed according to the terms of * the New BSD License, which is incorporated herein by reference. */ #include <TDebug> #include <TLogger> #include <TLog> #include <TAppSettings> #include "tlog...
<commit_before>#include "LightForm.h" #include "Object.h" #include "LightManager.h" using namespace Rendering; using namespace Rendering::Light; using namespace Rendering::Manager; LightForm::LightForm() { _color = Color::White(); } LightForm::~LightForm() { } void LightForm::Initialize() { //null } void LightFo...
<commit_before><commit_msg>coverity#1132707 Unintended sign extension<commit_after><|endoftext|>
<commit_before>#include "DeferredShaderHandler.h" DeferredShaderHandler::DeferredShaderHandler() : ShaderHandler() { this->m_samplerState = nullptr; for (int i = 0; i < BUFFER_COUNT; i++) { this->m_deferredRenderTargetTextures[i] = nullptr; this->m_deferredRenderTargetViews[i] = nullptr; this->m_deferredShade...
<commit_before>/* * Copyright (c) 2005, Peter Sommerlad and IFS Institute for Software at HSR Rapperswil, Switzerland * All rights reserved. * * This library/application is free software; you can redistribute and/or modify it under the terms of * the license that is included with this library/application in the fi...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: zoomitem.cxx,v $ * * $Revision: 1.12 $ * * last change: $Author: hr $ $Date: 2007-06-27 18:31:54 $ * * The Contents of this file are made...
<commit_before>/************************************************************************* * * $RCSfile: svdoutl.cxx,v $ * * $Revision: 1.3 $ * * last change: $Author: rt $ $Date: 2004-03-30 15:39:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licens...
<commit_before>/************************************************************************* * * $RCSfile: dpage.cxx,v $ * * $Revision: 1.5 $ * * last change: $Author: vg $ $Date: 2003-04-17 13:58:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses...
<commit_before><commit_msg>coverity#1257109 Unchecked dynamic_cast<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * $RCSfile: flyfrm.hxx,v $ * * $Revision: 1.7 $ * * last change: $Author: rt $ $Date: 2003-04-24 09:51:35 $ * * The Contents of this file are made available subject to the terms of * either of the following license...
<commit_before>/* Copyright (c) 2006, MassaRoddel, 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 ...
<commit_before>/* Copyright (C) 2007-2008 Tanguy Krotoff <tkrotoff@gmail.com> Copyright (C) 2008 Lukas Durfina <lukas.durfina@gmail.com> Copyright (C) 2009 Fathi Boudra <fabo@kde.org> Copyright (C) 2009-2011 vlc-phonon AUTHORS Copyright (C) 2011 Harald Sitter <sitter@kde.org> This library is fr...
<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>/************************************************************************* * * $RCSfile: insrule.cxx,v $ * * $Revision: 1.7 $ * * last change: $Author: rt $ $Date: 2004-08-23 09:06:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licens...
<commit_before>// Copyright 2013 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless require...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: staticdbtools_s.cxx,v $ * * $Revision: 1.12 $ * * last change: $Author: kz $ $Date: 2006-12-13 16:27:02 $ * * The Contents of this file a...
<commit_before>#include <v8.h> #include <node.h> #include <nan.h> #include <gfcpp/GemfireCppCache.hpp> #include "v8_object_formatter.hpp" #include "NodeCacheListener.hpp" #include <sstream> #include "event.hpp" using namespace v8; using namespace gemfire; CachePtr cachePtr; RegionPtr regionPtr; Persistent<Object> ca...
<commit_before>/* * Smithsonian Astrophysical Observatory, Cambridge, MA, USA * This code has been modified under the terms listed below and is made * available under the same terms. */ /* * Copyright 1997-2008 George A Howlett. * * Permission is hereby granted, free of charge, to any person obtaining * a copy...
<commit_before>#pragma once #include "fly/types/string/detail/string_traits.hpp" #include "fly/types/string/detail/string_unicode.hpp" #include "fly/types/string/string_literal.hpp" #include <cctype> #include <cmath> #include <cstdint> #include <ios> #include <locale> #include <type_traits> namespace fly::detail { ...
<commit_before>/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy...
<commit_before>// window.cpp #define DEFAULT_MODEL ":/3D_models/articated.obj" #ifndef SAMPLES_DIR #define SAMPLES_DIR "" #endif #include <QComboBox> #include <QDialog> #include <QDir> #include <QFileDialog> #include <QLabel> #include <QLineEdit> #include <QList> #include <QMessageBox> #include <QResizeEvent> #inclu...
<commit_before>/* * Copyright (c) 2017 Akil Darjean (adarjean@uh.edu) * Distributed under the MIT License. * See accompanying file LICENSE.md or copy at http://opensource.org/licenses/MIT */ #include "window.h" #include <SFML/Graphics.hpp> #include <exception> Window::Window(const std::string&& filename) { th...
<commit_before>/* * Copyright 2008, 2009 Free Software Foundation, Inc. * * This software is distributed under the terms of the GNU Affero Public License. * See the COPYING file in the main directory for details. * * This use of this software may be subject to additional restrictions. * See the LEGAL file in the main d...
<commit_before>#include <allegro.h> #include <iostream> #include <sstream> #include <vector> #include <Python.h> #include "character.h" using namespace std; static int error(const std::string & message){ std::cout << message << std::endl; return -1; } std::string localKeys = "5900"; int enteredState = 0; ...
<commit_before>/****************************************************************************** * ____ _ _____ * * / ___| / \ | ___| C++ * * | | / _ \ | |_ Actor ...
<commit_before>//------------------------------------------------------------------------------ // CLING - the C++ LLVM-based InterpreterG :) // author: Manasij Mukherjee <manasij7479@gmail.com> // author: Vassil Vassilev <vvasilev@cern.ch> // // This file is dual-licensed: you can choose to license it under the Uni...
<commit_before>#include <X11/Xlib.h> #include <include/wrapper/cef_helpers.h> #include <include/cef_app.h> #include <unistd.h> #include <gdk/gdkx.h> #include "brick_app.h" #include "third-party/json/json.h" #include "status_icon/status_icon.h" #include "cef_handler.h" #include "cef_app.h" #include "window_util.h" #inc...
<commit_before>// Copyright (C) 2017-2018 Jonathan Müller <jonathanmueller.dev@gmail.com> // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. #include <cppast/cpp_entity_index.hpp> #include <cppast/detail/assert.hpp> #include <cppast/cpp_entity.hp...
<commit_before>// Copyright 2015 Headcrash Industries LLC. All Rights Reserved. #include "VlcMediaPCH.h" #include "Vlc.h" #include "VlcMediaPlayer.h" #include "VlcMediaUtils.h" /* FVlcMediaPlayer structors *****************************************************************************/ FVlcMediaPlayer::FVlcMediaPla...
<commit_before>#include "mbed.h" #include "test_env.h" #include "rtos.h" typedef struct { float voltage; /* AD result of measured voltage */ float current; /* AD result of measured current */ uint32_t counter; /* A counter value */ } message_t; #define CREATE_VOLTAGE(COUNTER) (CO...
<commit_before>// Copyright 2013 Alessio Sclocco <a.sclocco@vu.nl> // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requir...
<commit_before>/* * Copyright (C) 2012 Google Inc. 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, this list...
<commit_before>// -*- c-basic-offset: 2; related-file-name: "" -*- /* * @(#)$Id$ * * Copyright (c) 2004 Intel Corporation. All rights reserved. * * This file is distributed under the terms in the attached INTEL-LICENSE file. * If you do not find these files, copies can be found by writing to: * Intel Research Be...
<commit_before>// This file is part of MicroRestD <http://github.com/ufal/microrestd/>. // // Copyright 2015 Institute of Formal and Applied Linguistics, Faculty of // Mathematics and Physics, Charles University in Prague, Czech Republic. // // This Source Code Form is subject to the terms of the Mozilla Public // Lice...
<commit_before>//===-- BinaryHolder.cpp --------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before> #include "diff_system.h" #include "libmesh_logging.h" #include "linear_solver.h" #include "newton_solver.h" #include "numeric_vector.h" #include "sparse_matrix.h" #include "dof_map.h" NewtonSolver::NewtonSolver (sys_type& s) : Parent(s), require_residual_reduction(false), minsteplength(0.0),...
<commit_before>#include "ModuleManager.h" #include "module/ReseedableOps.h" #include <random> #include <time.h> #include <algorithm> #include <fstream> #include <iostream> #include <boost/filesystem.hpp> #include "EncodedModuleGroup.h" #include "codecs/EncodedModuleGroupCodec.h" namespace noise { ModuleManager::Mo...
<commit_before>/* Copyright 2016 Nervana Systems 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 a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
<commit_before>/* * #%L * %% * Copyright (C) 2011 - 2015 BMW Car IT GmbH * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: webdavresultset.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: rt $ $Date: 2005-09-09 16:17:36 $ * * The Contents of this file ar...
<commit_before>/* Siconos is a program dedicated to modeling, simulation and control * of non smooth dynamical systems. * * Copyright 2016 INRIA. * * 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 L...