text
stringlengths
54
60.6k
<commit_before>//===----------------------------------------------------------------------===// // The LLVM analyze utility // // This utility is designed to print out the results of running various analysis // passes on a program. This is useful for understanding a program, or for // debugging an analysis pass. // /...
<commit_before>/*! \file hashlog.cpp \brief Hash logs reader definition \author Ivan Shynkarenka \date 13.12.2021 \copyright MIT License */ #include "logging/record.h" #include "logging/layouts/hash_layout.h" #include "logging/layouts/text_layout.h" #include "logging/version.h" #include "../source...
<commit_before><commit_msg>Send and recieve tests added to suite<commit_after><|endoftext|>
<commit_before>#include <iostream> #include <opencv2/opencv.hpp> #include "EvmGdownIIR.h" #include "Window.h" using namespace std; using namespace cv; static void writeVideo(VideoCapture capture, const Mat& frame); int main(int argc, char** argv) { VideoCapture capture("../../vidmagSIGGRAPH2012/face_source_tim...
<commit_before>#line 121 "main.nw" #include <time.h> // for clock_gettime #include <locale.h> // for setlocale() #include <stdio.h> #include <unistd.h> // for isatty() #include "lua_interpreter.h" #include "qtdynamic.h" #include "network.h" #include "timers.h" #include "qtlua.h" #include <assert.h> #include <iostream> ...
<commit_before>#include <ph.h> #include <chef.h> #include <phstream.h> #include <phInput.h> #include <phBC.h> #include <phRestart.h> #include <phAdapt.h> #include <phOutput.h> #include <phPartition.h> #include <phFilterMatching.h> #include <apfMDS.h> #include <apfMesh2.h> #include <apfPartition.h> #include <apf.h> #inc...
<commit_before>#include "serial.h" #include "metrics.h" #include "crc.h" #include "settings.h" #include "../teensy_rc_control/Packets.h" #include <unistd.h> #include <sys/fcntl.h> #include <errno.h> #include <assert.h> #include <sys/select.h> #include <stdio.h> #include <string.h> #include <pthread.h> #include <linux/...
<commit_before> <commit_msg>Update ako.cpp<commit_after> #include <iostream> #using namespace std; int main () { } <|endoftext|>
<commit_before>// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "document_field_extractor.h" #include <vespa/document/datatype/arraydatatype.h> #include <vespa/document/fieldvalue/arrayfieldvalue.h> #include <vespa/document/fieldvalue/bytef...
<commit_before><commit_msg>fixed: unresolved references under Solaris<commit_after><|endoftext|>
<commit_before><commit_msg>Create ph.cpp<commit_after><|endoftext|>
<commit_before>/* Copyright (C) 2006 Imperial College London and others. Please see the AUTHORS file in the main source directory for a full list of copyright holders. Prof. C Pain Applied Modelling and Computation Group Department of Earth Science and Engineering Imperial College London ...
<commit_before><commit_msg>Update Lab_02_Question_04.cpp<commit_after><|endoftext|>
<commit_before>/* * Copyright 2008-2013 NVIDIA Corporation * * 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><commit_msg>Create Lab_02_Question_11.cpp<commit_after><|endoftext|>
<commit_before>#include <iostream> #include <fstream> #include <sstream> #include <stdexcept> #include <cxxopts.hpp> #include <Poco/Thread.h> #include <Poco/Util/Application.h> #include <Poco/Util/Option.h> #include <Poco/Util/OptionSet.h> #include <Poco/Util/HelpFormatter.h> #include <Poco/Util/AbstractConfiguration...
<commit_before>/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2012 Razor team * Authors: * Alexander Sokoloff <sokoloff.a@gmail.com> * * This program or library is free software; you can redistribute it * and/or modify i...
<commit_before>#include <atomic> #include <map> #include <set> #include "block.hpp" #include "hash.hpp" #include "hvectors.hpp" struct processFunctor_t { virtual ~processFunctor_t () {} virtual bool initialize (const char*) { return false; } virtual void operator() (const Block&) = 0; }; struct whitelisted_t ...
<commit_before>#include "Variant.h" #include "split.h" #include <string> #include <sstream> #include <iostream> using namespace std; using namespace vcf; int main(int argc, char** argv) { if (argc != 2) { cerr << "usage: " << argv[0] << " <vcf file>" << endl << "outputs a VCF stream in whic...
<commit_before>/* ======================================== ID: mathema6 TASK: bronze2 LANG: C++14 * File Name : bronze2.cpp * Creation Date : 18-12-2021 * Last Modified : Mon 20 Dec 2021 06:48:22 PM CET * Created By : Karel Ha <mathemage@gmail.com> * URL : http://usaco.org/index.php?page=viewp...
<commit_before>/****************************************************************************** * * Project: VFK Reader (SQLite) * Purpose: Implements VFKReaderSQLite class. * Author: Martin Landa, landa.martin gmail.com * ****************************************************************************** * Copyri...
<commit_before>/* Copyright (C) 2010 <SWGEmu> This File is part of Core3. This program 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 3 of the License, or (at your option) any later versio...
<commit_before>#include "config.h" #include "vm.hpp" #include "vm/object_utils.hpp" #include "objectmemory.hpp" #include "primitives.hpp" #include "builtin/array.hpp" #include "builtin/class.hpp" #include "builtin/exception.hpp" #include "builtin/integer.hpp" #include "builtin/string.hpp" #include "builtin/time.hpp" ...
<commit_before>/* Copyright (C) 2018, Project Pluto. See LICENSE. This code can read a TLE and compute a geocentric state vector, formatted such that Find_Orb can then read it in. I did this partly to test the hypothesis that if you compute a state vector from Space-Track TLEs at their epoch, you get the "actual...
<commit_before>/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: NeighborhoodIterators4.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) 2002 Insight Consortium. All rights reserved. See I...
<commit_before>#include "shared_state.hpp" #include "thread_nexus.hpp" #include "vm.hpp" #include "builtin/thread.hpp" #include "gc/managed.hpp" #include "util/atomic.hpp" #include "instruments/timing.hpp" #include <time.h> namespace rubinius { bool ThreadNexus::yielding_p(VM* vm) { return (vm->thread_phase...
<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 "ui/views/examples/examples_window.h" #include "base/at_exit.h" #include "base/command_line.h" #include "base/i18n/icu_util.h...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: vtkExtractSelectedRows.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details...
<commit_before>///////////////////////////////////////////////////////////////////////// // // 'LIKELIHOOD AND MINIMIZATION' RooFit tutorial macro #610 // // Visualization of errors from a covariance matrix // // // // 04/2009 - Wouter Verkerke // ///////////////////////////////////////////////////////////...
<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: webdavprovider.hxx,v $ * $Revisi...
<commit_before>//===- DAGISelMatcherOpt.cpp - Optimize a DAG Matcher ---------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: proxydecider.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: rt $ $Date: 2005-09-09 16:30:04 $ * * The Contents of this file are m...
<commit_before>#include "Platform.hpp" #include "genome.pb.h" #include "CellComponent.hpp" #include "ActivityStats.hpp" #include "Neuron.hpp" #include "Branch.hpp" #include "Synapse.hpp" #include "Base64.hpp" #include "Brain.hpp" #include "SimpleProteinEnvironment.hpp" #include <time.h> typedef std::vector<std::pair<E...
<commit_before>/* * Copyright 2010, * * Luis Degaldo * Francois Keith * Florent Lamiraux * Layale Saab * Olivier Stasse, * * JRL/LAAS, CNRS/AIST * * This file is part of dynamicsJRLJapan. * dynamicsJRLJapan is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Gener...
<commit_before>/** * @file Vector3.hpp * * 3D vector class. * * @author James Goppert <james.goppert@gmail.com> */ #pragma once #include "matrix.hpp" namespace matrix { template<typename Type> class Vector3 : public Vector<Type, 3> { public: virtual ~Vector3() {}; Vector3() : Vector<Type, 3>() { ...
<commit_before>//===- lld/unittest/InputGraphTest.cpp -----------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-----------------------------------------...
<commit_before>//===--- BindingInferenceTests.cpp ----------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http...
<commit_before>// Copyright 2015 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/data_reduction_proxy_resource_throttle_android.h" #include "base/logging.h" #include "chrome/browse...
<commit_before>#include "flaggedarrayset.h" #include <map> #include <set> #include <vector> #include <list> #include <thread> #include <mutex> #include <string.h> #include <assert.h> #include <stdio.h> /****************************** **** FlaggedArraySet util **** ******************************/ struct PtrPair { s...
<commit_before>/* mbed Microcontroller Library * Copyright (c) 2017-2017 ARM Limited * * 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>// 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 "webkit/appcache/appcache_backend_impl.h" #include "base/stl_util-inl.h" #include "webkit/appcache/appcache.h" #include ...
<commit_before>#define __STDC_FORMAT_MACROS #include "parser.h" #include "pageTags.h" #include "util/exception.h" #include "util/minmax.h" #include <stdlib.h> #include <stdio.h> #include <string.h> #include <inttypes.h> #include <limits.h> #define STREQ(src, literal) (strncmp(src, literal, strlen(literal)) == 0) #de...
<commit_before> #include <QLayout> #include <QTimer> #include "wd.h" #include "bitmap.h" #include "child.h" #include "cmd.h" #include "font.h" #include "form.h" #include "isigraph.h" #include "menus.h" #include "../base/term.h" extern "C" { int wd(char *s,char *&r,int &len,char *loc); // TODO int wdisparent(char ...
<commit_before>//===-- io.cpp ------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>/************************************************************************* * * $RCSfile: xsecverify.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: mmi $ $Date: 2004-08-12 02:29:21 $ * * The Contents of this file are made available subject to the terms of * either of the following li...
<commit_before>/** * @file * @author Nico Wollenzin <nico@wollenzin.de> * @version 1.0 * * @section LICENSE * * Copyright [2014] [Nico Wollenzin] * * This is free and unencumbered software released into the public domain. * * Anyone is free to copy, modify, publish, use, compile, sell, or * distribute this ...
<commit_before>/* Definition of member functions of class Scanner */ #include "../headers/Scanner.hpp" #include <string> #include <sstream> #ifdef DEBUG # include <iostream> # include <iomanip> #endif using namespace std; Scanner::Scanner(FileReader* fileReader, ErrorReporter* errorReporter) : m_lineNo(1), m_c...
<commit_before>// Time: O(n) // Space: O(n) class Solution { public: /** * @param s input string * @return the longest palindromic substring */ string longestPalindrome(string& s) { string T = preProcess(s); const int n = T.length(); vector<int> P(n); int C = 0, ...
<commit_before>/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (testabilitydriver@nokia.com) ** ** This file is part of Testability Driver Qt Agent ** ** If y...
<commit_before><commit_msg>add two-points-radius circles<commit_after><|endoftext|>
<commit_before>//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===-------------------------...
<commit_before> /** * @file BallDetector.cpp * * Implementation of class BallDetector * */ #include "BallDetector.h" #include "Tools/DataStructures/ArrayQueue.h" #include "Tools/CameraGeometry.h" #include <Representations/Infrastructure/CameraInfoConstants.h> #include "Tools/Math/Geometry.h" #include "Tools/ImagePr...
<commit_before>/********************************************************************** Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved. 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 t...
<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>// ------------------------------------------------------------------------- // @FileName : NFCGuildRedisModule.h // @Author : LvSheng.Huang // @Date : 2013-10-03 // @Module : NFCGuildRedisModule // @Desc : // ----------------------...
<commit_before>#include "tst_request.h" void TST_Request::test() { QTcpSocket socket; CWF::QMapThreadSafety<QString, CWF::Session *> sessions; CWF::Configuration configuration; CWF::Request request(socket, sessions, configuration); ClientTest client; QMap<QByteArray, QByteArray> para...
<commit_before>/* NUI3 - C++ cross-platform GUI framework for OpenGL based applications Copyright (C) 2002-2003 Sebastien Metrot licence: see nui3/LICENCE.TXT */ #include "nui.h" #include "nuiHTTPServer.h" #include "nuiNetworkHost.h" //class nuiURLHandler nuiURLHandler::nuiURLHandler(const nglString& rRegExp, c...
<commit_before>/* * E_Link.cpp * * Created on: 2014. 11. 9. * Author: Keunhong Lee */ #include <E/E_Common.hpp> #include <E/E_TimeUtil.hpp> #include <E/Networking/E_Link.hpp> #include <E/Networking/E_Networking.hpp> #include <E/Networking/E_Packet.hpp> #include <E/Networking/E_Port.hpp> namespace E { stru...
<commit_before>#include <iostream> #include "CaffeBatchPrediction.hpp" #include "scalefactor.hpp" #include "fast_nms.hpp" #include "detect.hpp" #include <opencv2/highgui/highgui.hpp> #include <opencv2/gpu/gpu.hpp> using namespace std; using namespace cv; static double gtod_wrapper(void) { struct timeval tv; ...
<commit_before>#include <UtH\Platform\Graphics.hpp> #include <UtH\Platform\Configuration.hpp> #include <UtH\Platform\OpenGL.hpp> #include <UtH\Platform\OGLCheck.hpp> #include <iostream> #ifdef _DEBUG #pragma comment(lib, "freeglut_staticd.lib") #pragma comment(lib, "glew32sd.lib") #else // Release // FIXME: Static 'Re...
<commit_before>/* Copyright (c) 2012 Stanford University * * Permission to use, copy, modify, and 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 PROVIDED "AS IS" AND T...
<commit_before>/* * System_httpServer.cpp * * Created on: Jun 15, 2014 * Author: Pimenta */ // this #include "System.hpp" // standard #include <cstring> #include <cstdio> #include <string> // local #include "Defines.hpp" #include "Concurrency.hpp" #include "Network.hpp" #include "Helper...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: acceleratorexecute.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: rt $ $Date: 2005-09-09 01:03:22 $ * * The Contents of this file...
<commit_before>// Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved. // Copyright (c) 2021 by Apex AI 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 ...
<commit_before>// Copyright (c) 2009 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 "base/command_line.h" #include "chrome/browser/browser.h" #include "chrome/browser/debugger/devtools_client_host.h" #include "...
<commit_before>// Copyright (c) 2009 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 "base/command_line.h" #include "chrome/browser/browser.h" #include "chrome/browser/debugger/devtools_client_host.h" #include "...
<commit_before>// Copyright (c) 2009 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/extensions/extension_apitest.h" #include "chrome/browser/browser.h" #include "chrome/browser/pref_service.h" ...
<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/net/load_timing_observer.h" #include "base/compiler_specific.h" #include "base/format_macros.h" #include "bas...
<commit_before>// Copyright (c) 2020 by Apex.AI 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...
<commit_before>#include "types.h" #include "amd64.h" #include "kernel.hh" #include "percpu.hh" #include "wq.hh" #include "kalloc.hh" #include "cpputil.hh" extern "C" void zpage(void*); extern "C" void zrun_nc(run*); static const bool prezero = true; struct zallocator { run* run; kmem kmem; wframe frame; ...
<commit_before>#include "mpi.h" #include "hdf5.h" #include <Python.h> #include <string> #include <iostream> #include <cstdio> #include <boost/filesystem.hpp> hid_t hpat_h5_open(char* file_name, char* mode, int64_t is_parallel); int64_t hpat_h5_size(hid_t file_id, char* dset_name, int dim); int hpat_h5_read(hid_t file...
<commit_before>// // Copyright (c) 2017-2019 the rbfx project. // // 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, co...
<commit_before>/** * @file stringtable.hpp * @author Robin Dietrich <me (at) invokr (dot) org> * @version 1.0 * * @par License * Alice Replay Parser * Copyright 2014 Robin Dietrich * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
<commit_before>//--------------------------------------------------------------------*- C++ -*- // CLING - the C++ LLVM-based InterpreterG :) // author: Axel Naumann <axel@cern.ch> // // This file is dual-licensed: you can choose to license it under the University // of Illinois Open Source License or the GNU Lesser G...
<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/speech/speech_recognition_request.h" #include "app/l10n_util.h" #include "base/json/json_reader.h" #include "...
<commit_before>/** * @allknn_test.cc * Test file for AllkNN class */ #include "allknn.h" #include <fastlib/base/test.h> #include <fastlib/fx/io.h> #include <armadillo> using namespace mlpack::allknn; namespace mlpack { namespace allknn { class TestAllkNN { public: void Init() { //allknn_ = new AllkNN(); ...
<commit_before>/* Begin CVS Header $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/model/CMetab.cpp,v $ $Revision: 1.75 $ $Name: $ $Author: ssahle $ $Date: 2005/03/17 10:13:43 $ End CVS Header */ #include <iostream> #include <string> #include <vector> #define COPASI_TRACE_CONSTRUCTION ...
<commit_before>// CSate.cpp // // (C) Stefan Hoops 2002 // #include <typeinfo> #define COPASI_TRACE_CONSTRUCTION #include "copasi.h" #include "CState.h" #include "CModel.h" #include "CCompartment.h" #include "utilities/CGlobals.h" CState::CState(const CModel * model) : mModel(model), mVolumesSize(0), m...
<commit_before>#include "pch.h" #include "httprequest_service.h" #include "service_manager.h" #include "main/memory_stream.h" #include "curl/curl.h" #ifdef __EMSCRIPTEN__ extern "C" { extern int emscripten_async_wget3_data(const char* url, const char* requesttype, const char* param, const char* additionalHeade...
<commit_before>#include <diagnostic_msgs/DiagnosticArray.h> #include <diagnostic_msgs/DiagnosticStatus.h> #include <errno.h> // Error number definitions #include <fcntl.h> // File control definitions #include <motor_controller/ignition_control.h> #include <motor_controller/speed.h> #include <motor_controller/speed_st...
<commit_before>#include "ex14_27_28_StrBlob.h" #include <algorithm> //================================================================== // // StrBlob - operators // //================================================================== bool operator==(const StrBlob &lhs, const StrBlob &rhs) { return *lhs.data == *rh...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: vtkQuadraturePointStatistics.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for d...
<commit_before>/************************************************************************** * This file is property of and copyright by the ALICE HLT Project * * All rights reserved. * * * ...
<commit_before>#include "commands.hpp" #include "TaskSignals.hpp" #include <rtos.h> #include <Console.hpp> #include <logger.hpp> /** * Initializes the console */ void Task_SerialConsole(void const* args) { // Store the thread's ID osThreadId threadID = Thread::gettid(); // Store our priority so we know what...
<commit_before>/* ** Copyright 2011-2013 Merethis ** ** This file is part of Centreon Broker. ** ** Centreon Broker 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. ** ** Centreon Broker is distribu...
<commit_before>#include "trikKitInterpreterPlugin.h" #include <QtWidgets/QApplication> #include <commonTwoDModel/engine/twoDModelEngineFacade.h> #include "src/trikTwoDModelConfigurer.h" using namespace trikKitInterpreter; using namespace qReal; Id const robotDiagramType = Id("RobotsMetamodel", "RobotsDiagram", "Ro...
<commit_before>/* * avs2wav main.cpp * extract audio data as RIFF WAV format, from avs file * Copyright (C) 2010 janus_wel<janus.wel.3@gmail.com> * see LICENSE for redistributing, modifying, and so on. * */ #include "../../include/avsutil.hpp" #include "avs2wav.hpp" #include "../../helper/tconv.hpp" #include "...
<commit_before>// Copyright © 2010-2015 The CefSharp Project. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once #include "Stdafx.h" #include "CefBrowserWrapper.h" #include "CefAppUnmanagedWrapper.h" #include "JavascriptRootObject...
<commit_before>/* * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * 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>#ifndef FSLUTIL##NAMESPACE_NAME!##_##CLASS_NAME!##_HPP #define FSLUTIL##NAMESPACE_NAME!##_##CLASS_NAME!##_HPP /**************************************************************************************************************************************************** * Copyright (c) 2016 Freescale Semiconductor,...
<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. #if defined(ENABLE_GPU) #include "content/common/gpu/image_transport_surface_linux.h" // This conflicts with the defines in Xlib.h an...
<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 "content/renderer/render_widget_fullscreen_pepper.h" #include "base/message_loop.h" #include "content/common/view_messages.h"...
<commit_before>/************************************************************************* * * $RCSfile: xmlDataSourceSetting.cxx,v $ * * $Revision: 1.5 $ * * last change: $Author: vg $ $Date: 2005-03-10 16:39:37 $ * * The Contents of this file are made available subject to the terms of * either of the fol...
<commit_before>// For conditions of distribution and use, see copyright notice in license.txt #include "StableHeaders.h" #include "VideoSessionWidget.h" #include "UiDefines.h" #include <QVBoxLayout> #include <QHBoxLayout> #include <QLabel> #include <QPushButton> namespace CommunicationUI { VideoSess...
<commit_before>/* <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> 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, ei...
<commit_before>// // libavg - Media Playback Engine. // Copyright (C) 2003-2011 Ulrich von Zadow // // 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 of the Li...
<commit_before>#pragma once // `krbn::console_user_server::components_manager` can be used safely in a multi-threaded environment. #include "application_launcher.hpp" #include "chrono_utility.hpp" #include "components_manager_killer.hpp" #include "constants.hpp" #include "grabber_client.hpp" #include "launchctl_utili...
<commit_before>// @(#)root/meta:$Id$ // Author: Rene Brun 04/02/95 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons . * * All rights reserved. * * ...
<commit_before>#include "ctextparser.h" #include <set> inline int priority(TextFragment::Delimiter delimiter) { return delimiter; } std::vector<TextFragment> CTextParser::parse(const QString& text) { struct Delimiter { QChar delimiterCharacter; TextFragment::Delimiter delimiterType; inline bo...
<commit_before>/* ** Copyright 2009-2011 Merethis ** This file is part of Centreon Broker. ** ** Centreon Broker 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. ** ** Centreon Broker is distributed...