text
stringlengths
54
60.6k
<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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
<commit_before>/*************************************************************************** * io/benchmark_configured_disks.cpp * * Part of the STXXL. See http://stxxl.sourceforge.net * * Copyright (C) 2009 Johannes Singler <singler@ira.uka.de> * * Distributed under the Boost Software License, Version 1.0. ...
<commit_before>/* * Spatial Computation - Manifestation of Spatial computing. * Copyright © 2014 Pranav Kant * * This code is available to you under Apache License Version 2.0, January * 2014. You can grab a copy of license from the same repository from where you * fetched this code. */ #ifndef SPATIAL_DATAFLOW...
<commit_before>// ======================================================================== // // Copyright 2009-2020 Intel Corporation // // // // Licensed under the Apache License, Version 2.0 (the "License"); ...
<commit_before>#include <stdexcept> #include <sstream> #include <fstream> #include "db-redis.h" #include "types.h" #include "util.h" #define DB_REDIS_HMGET_NUMFIELDS 30 #define REPLY_TYPE_ERR(reply, desc) do { \ throw std::runtime_error(std::string("Unexpected type for " desc ": ") \ + replyTypeStr((reply)->type)...
<commit_before>//-------------------------------------------------------------------------------- // This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed // under the MIT License, available in the root of this distribution and // at the following URL: // // http://www.opensource.org/lice...
<commit_before>//////////////////////////////////////////////////////////////////////////////// // // File: ProcessExtractSurf.cpp // // For more information, please see: http://www.nektar.info/ // // The MIT License // // Copyright (c) 2006 Division of Applied Mathematics, Brown University (USA), // Department of...
<commit_before>// Copyright (c) 2013-2019 The Syscoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <validation.h> #include <services/asset.h> #include <services/assetconsensus.h> #include <consensus/...
<commit_before><commit_msg>fix WAE mbError unused<commit_after><|endoftext|>
<commit_before>/******************************************************************************* * benchmarks/data/file_read_write.cpp * * Part of Project Thrill. * * Copyright (C) 2015 Tobias Sturm <mail@tobiassturm.de> * * This file has no license. Only Chuck Norris can compile it. ****************************...
<commit_before>/* * Copyright (c) 2003-2006 The Regents of The University of Michigan * 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 c...
<commit_before>/* * Copyright (c) 2003-2006 The Regents of The University of Michigan * 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 c...
<commit_before>// Copyright (c) 2014-2015, The Monero Project // // 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 noti...
<commit_before>/*! @file @copyright Edouard Alligand and Joel Falcou 2015-2017 (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_BRIGAND_ALGORITHMS_ANY_HPP #define BOOST_BRIGAND_ALGORITHMS_ANY_HPP #include <brigand/types/bool.hpp> #include <brigand/algorithms/detail/non_n...
<commit_before>/* * Copyright 2015-present Facebook, 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 appl...
<commit_before><commit_msg>Reordered tests for `AnyValue` into canonical datatype order.<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: LNoException.cxx,v $ * * $Revision: 1.3 $ * * last change: $Author: rt $ $Date: 2005-09-08 05:45:49 $ * * The Contents of this file are m...
<commit_before>// // Copyright (c) 2015 CNRS // Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France. // // This file is part of Pinocchio // Pinocchio 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 Softwa...
<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>// Jubatus: Online machine learning framework for distributed environment // Copyright (C) 2011,2012 Preferred Infrastructure and Nippon Telegraph and Telephone Corporation. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public /...
<commit_before>/* * 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; version 3 of the License. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; ...
<commit_before>/* * Copyright (c) 2007 MIPS Technologies, 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: redistributions of source code must retain the above copyright * notice, thi...
<commit_before>/** * Policies * (C) 2004-2006 Jack Lloyd * * Released under the terms of the Botan license */ #include <botan/tls_policy.h> #include <botan/tls_exceptn.h> namespace Botan { /** * Return allowed ciphersuites */ std::vector<u16bit> TLS_Policy::ciphersuites() const { return suite_list(allow_stati...
<commit_before>#include "juuhcode.hpp" const auto static comparison = [](const Node *first, const Node *second) { return first->frequency > second->frequency; }; // initialize with the given string JuuhCode::JuuhCode(const std::string &s) : stringToEncode(s) { std::cout << "Calculating frequencies..." << std::end...
<commit_before>#include <vector> #include <string> #include <fstream> #include "boost/program_options.hpp" #include "boost/algorithm/string.hpp" #include "boost/lexical_cast.hpp" #include "vtrc-client-base/vtrc-client.h" #include "vtrc-common/vtrc-pool-pair.h" #include "vtrc-common/vtrc-exception.h" #include "remo...
<commit_before>#include <iostream> #include "utility.hpp" // Inludes common necessary includes for development using depthai library #include "depthai/depthai.hpp" int main() { // Create pipeline dai::Pipeline pipeline; // Define sources and outputs auto camRgb = pipeline.create<dai::node::ColorCame...
<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/file_select_helper.h" #include <string> #include "base/bind.h" #include "base/file_util.h" #include "base/pl...
<commit_before>/************************************************************************* * * $RCSfile: infotips.cxx,v $ * * $Revision: 1.2 $ * * last change: $Author: hr $ $Date: 2004-04-07 11:13:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licen...
<commit_before>/****************************************************************************** * Copyright 2018 The Apollo Authors. 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 ...
<commit_before>#include "pch.h" #include "ReactVideoViewManager.h" #include "NativeModules.h" #include "ReactVideoView.h" namespace winrt::ReactNativeVideoCPP::implementation { ReactVideoViewManager::ReactVideoViewManager() {} // IViewManager hstring ReactVideoViewManager::Name() noexcept { return L"RCT...
<commit_before>//============================================================================= // ■ kernel.cpp //----------------------------------------------------------------------------- // 这个文件是干什么的?www //============================================================================= //---------------------------...
<commit_before>// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #include <pal.h> #include <pal_assert.h> #include <unistd.h> #include <fcntl.h> #include <sys/socket....
<commit_before>/// /// @file pi_deleglise_rivat2.cpp /// @brief Implementation of the Lagarias-Miller-Odlyzko prime counting /// algorithm with the improvements of Deleglise and Rivat. /// In this implementation the easy leaves have been split up /// into clustered easy leaves and sparse easy leav...
<commit_before><commit_msg>Corrigindo identação<commit_after><|endoftext|>
<commit_before> // // This source file is part of appleseed. // Visit http://appleseedhq.net/ for additional information and resources. // // This software is released under the MIT license. // // Copyright (c) 2010-2012 Francois Beaune, Jupiter Jazz Limited // // Permission is hereby granted, free of charge, to any pe...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the Qt Assistant of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No ...
<commit_before>// caffe.hpp is the header file that you need to include in your code. It wraps // all the internal caffe header files into one for simpler inclusion. #ifndef CAFFE_CAFFE_HPP_ #define CAFFE_CAFFE_HPP_ #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/filler.hpp" #include "caffe/laye...
<commit_before>/************************************************************************* * * $RCSfile: ColumnControl.hxx,v $ * * $Revision: 1.2 $ * * last change: $Author: kz $ $Date: 2004-05-19 13:56:48 $ * * The Contents of this file are made available subject to the terms of * either of the following ...
<commit_before>#include <map> #include <memory> #include <string> #include <vector> #include <fstream> #include <iostream> #include <JsonDefs.h> #include <JsonSchema.h> #include <JsonErrors.h> #include <JsonResolver.h> // Resolver and typedef for jsvor. namespace jsvor = JsonSchemaValidator; class SimpleResolver : p...
<commit_before>#include <Windows.h> #include "SepehrNotes.h" void jingleBells(); void xmasSong(); void pinkPanther(); SepehrNoteEngine song(150); int main() { printf("Sepehr Mohammadi Presents...\n"); printf("Playing a loop of \"Pink Panther\""); while (true) { //jingleBells(); //xmasSong(); pinkPanther(); ...
<commit_before>#include <regex> #include <string> #include "loader.h" #include "hdd.h" Loader::Loader(std::ifstream ifs, HDD * hdd) { DLOG("Parsing program file."); std::string line; std::regex header_regex("// [A-z]+ ([A-Fa-f0-9]+) ([A-Fa-f0-9]+) ([[A-Fa-f0-9]+)"); std::smatch header_match; std::regex end_rege...
<commit_before><commit_msg>Adapt style to standard library<commit_after><|endoftext|>
<commit_before>/* COPYRIGHT (c) 2014 Umut Acar, Arthur Chargueraud, and Michael * Rainey * All rights reserved. * * \file sort.hpp * \brief Sorting algorithms * */ #include "array.hpp" #ifndef _MINICOURSE_SORT_H_ #define _MINICOURSE_SORT_H_ /********************************************************************...
<commit_before><commit_msg>fixup base64<commit_after><|endoftext|>
<commit_before>/* Copyright (c) 2009-2011, Fortylines LLC 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, thi...
<commit_before>#include "libcassandra/connection_manager.h" #include "libcassandra/cassandra_client.h" using org::apache::cassandra::CassandraClient; namespace libcassandra { CassandraConnectionManager::CassandraConnectionManager() : port_(0), pool_size_(0), last_connect_(0) {} CassandraConnectionManager::~Cass...
<commit_before>/* * Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * ...
<commit_before>#include "fileinputstream.h" #include "stringterminatedsubstream.h" #include "xmlindexwriter.h" #include <iostream> using namespace Strigi; using namespace std; string readHeader(InputStream* f) { StringTerminatedSubStream header(f, "\r\n\r\n"); string h; const char* d; int32_t nread = h...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SharedConnection.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: rt $ $Date: 2005-09-08 10:29:59 $ * * The Contents of this file a...
<commit_before>/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2015 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>#include "product_price_trend.h" #include <common/Utilities.h> #include <log-manager/PriceHistory.h> #include <document-manager/DocumentManager.h> #include <am/range/AmIterator.h> #include <libcassandra/util_functions.h> #include <boost/date_time/posix_time/posix_time.hpp> #include <boost/filesystem.h...
<commit_before>/* - Designer will publish: http://docs.ros.org/indigo/api/trajectory_msgs/html/msg/JointTrajectory.html - Designer will receive: (with root link as 0,0,0) http://docs.ros.org/indigo/api/sensor_msgs/html/msg/JointState.html */ #include <cstdlib> #include <string> #include <ros/ros.h> #include <lcm/l...
<commit_before><commit_msg>updted BIDMat_RAND.cpp<commit_after><|endoftext|>
<commit_before> // pcl_voxel_grid cloud1234.pcd cloud1234_down.pcd -leaf 0.01,0.01,0.01 #include <stdio.h> #include <iostream> #include <fstream> #include <string> #include <boost/shared_ptr.hpp> #include <boost/tokenizer.hpp> #include <boost/foreach.hpp> #include <lcm/lcm-cpp.hpp> #include "lcmtypes/drc_lcmtypes.hp...
<commit_before>#include <bits/stdc++.h> #define dd(x) cout << #x << ": " << x << endl; #define optimize_ios ios_base::sync_with_stdio(0);cin.tie(0); #define MAXN 1000002 #define MOD 21092013 #define INF -1 using namespace std; typedef stack<bool> stackbl; typedef stack<int> stacki; string S, T; stackbl Tree; stacki Mo...
<commit_before>/* dtkDistributedMapper.cpp --- * * Author: Thibaud Kloczko * Created: 2013 Thu Feb 7 10:55:57 (+0100) */ /* Commentary: * */ /* Change log: * */ #include "dtkDistributedMapper.h" #include <QtCore> // ///////////////////////////////////////////////////////////////// // dtkDistributedMa...
<commit_before>// // PROJECT: Aspia // FILE: ui/address_book/open_address_book_dialog.cc // LICENSE: Mozilla Public License Version 2.0 // PROGRAMMERS: Dmitry Chapyshev (dmitry@aspia.ru) // #include "ui/address_book/open_address_book_dialog.h" #include "base/strings/unicode.h" #include ...
<commit_before>/* * opencog/learning/moses/representation/representation.cc * * Copyright (C) 2002-2008 Novamente LLC * All Rights Reserved * * Written by Moshe Looks * Predrag Janicic * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero Ge...
<commit_before>#include "musicplayedlistpopwidget.h" #include "musicfunctionuiobject.h" #include "musicsongslistplayedtablewidget.h" #include "musicsettingmanager.h" #include "musictinyuiobject.h" #include "musicuiobject.h" #include "musicapplication.h" #include "musicplayedlist.h" #include <QLabel> #include <QBoxLayo...
<commit_before>/* This file is part of the ORK library. Full copyright and license terms can be found in the LICENSE.txt file. */ #pragma once #ifndef ORK_ORK_HPP #error This header can only be included from ork/common.hpp! #endif #include"ork/detail/text.hpp" #include"ork/detail/exception.hpp" namespace ork { #d...
<commit_before>// This file is a part of the IncludeOS unikernel - www.includeos.org // // Copyright 2015 Oslo and Akershus University College of Applied Sciences // and Alfred Bratterud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Lice...
<commit_before>/* * Copyright (c) 2016 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS....
<commit_before>//===-- AsmPrinterDwarf.cpp - AsmPrinter Dwarf Support --------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>//=-- llvm/CodeGen/DwarfAccelTable.cpp - Dwarf Accelerator Tables -*- C++ -*-=// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>#include "HeaderAndFooter.h" TBTK::DocumentationExamples::HeaderAndFooter headerAndFooter("BlockDiagonalizer"); //! [BlockDiagonalizer] #include "TBTK/Model.h" #include "TBTK/PropertyExtractor/BlockDiagonalizer.h" #include "TBTK/Range.h" #include "TBTK/Smooth.h" #include "TBTK/Solver/BlockDiagonalizer.h...
<commit_before>/* * PresynapticPerspectiveStochasticDelivery.cpp * * Created on: Aug 24, 2017 * Author: Pete Schultz */ #include "PresynapticPerspectiveStochasticDelivery.hpp" // Note: there is a lot of code duplication between PresynapticPerspectiveConvolveDelivery // and PresynapticPerspectiveStochasticD...
<commit_before>// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All right reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the ...
<commit_before>#include "screen.hpp" void Screen::init(Uint16 pWidth, Uint16 pHeight, Uint8 pBpp, Uint8 pMode, Uint8 pSubMode) { setProperties(pWidth, pHeight, pBpp); mode = pMode; subMode = pSubMode; string windowTitleStr = "Project Z"; string footerLeftStr = "idx.CodeLab 2014"; string footerRightStr = "...
<commit_before>/* * Copyright (c) 2015 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>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fmtextcontrolfeature.cxx,v $ * * $Revision: 1.3 $ * * last change: $Author: rt $ $Date: 2005-09-08 22:57:54 $ * * The Contents of this fi...
<commit_before> #include <iostream> #include "storage/Devices/PartitionImpl.h" #include "storage/Devices/DiskImpl.h" #include "storage/Devicegraph.h" #include "storage/SystemInfo/SystemInfo.h" #include "storage/Utils/SystemCmd.h" #include "storage/Utils/StorageDefines.h" #include "storage/Utils/StorageTmpl.h" names...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_control.H $ ...
<commit_before>/* * Copyright (c) 2018 SUSE LLC * * All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as published * by the Free Software Foundation. * * This program is distributed in the hope that ...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/pm/p9_quad_power_off.C $ ...
<commit_before>#include "extended.h" #include <core/db.h> #include <core/path.h> #include <text/text.h> #include <misc/repl.h> ExtendedTrack::ExtendedTrack(int tid){ id = 0; if(tid<=0) return; DB::Result r = DB::query( "SELECT tracks.title, tracks.user_id, users.name, tracks.visible, tracks.date,...
<commit_before>/* * Copyright (c) 2002-2005 The Regents of The University of Michigan * 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 c...
<commit_before>#include "include/moduler.hpp" #include "include/imoduleexport.hpp" #include <loader/include/loader.hpp> #include <logger/include/logger.hpp> #include <sstream> namespace moduler { static Moduler *modulerInstance{ nullptr }; class ModulerPrivate { public: loader::Loader *loaderInstance{ nullptr }...
<commit_before>/************************************************************************* * * $RCSfile: mediator.hxx,v $ * * $Revision: 1.5 $ * * last change: $Author: obo $ $Date: 2004-03-17 10:14:48 $ * * 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: objectinspectormodel.cxx,v $ * * $Revision: 1.5 $ * * last change: $Author: kz $ $Date: 2007-05-10 10:49:12 $ * * The Contents of this fi...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: updatecheckconfig.hxx,v $ * * $Revision: 1.5 $ * * last change: $Author: hr $ $Date: 2007-07-31 15:57:22 $ * * The Contents of this file ...
<commit_before>#include <boost/test/unit_test.hpp> #include "SoftXMT.hpp" #include "GlobalTaskJoiner.hpp" #include "ForkJoin.hpp" #include "AsyncParallelFor.hpp" #include "Delegate.hpp" #include "PerformanceTools.hpp" BOOST_AUTO_TEST_SUITE( AsyncParallelFor_Global_tests ); #define MAX_NODES 8 #define SIZE 10000 int...
<commit_before>//===-- SystemZRegisterInfo.cpp - SystemZ register information ------------===// // // 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) 2014, ChenYang, Jupiter-org. * * _______ * /\ \ __ __ * \ /-\ \-/ /\ \ /\ \ * \ \ \ __ __ _____\/_/ _\_\ \__ ____ ____ * \ \ \/\ \ \ \/\ __/\/\`\/\___ __\/`__'\/\ __\ * \ ...
<commit_before>#include <iostream> #include <fstream> #include <vector> #include <array> #include <tuple> #include <memory> #include <string> using std::tuple; using std::make_tuple; using std::vector; using std::array; using std::string; using std::shared_ptr; #include <cereal/archives/json.hpp> #include <cereal/typ...
<commit_before>// [[Rcpp::depends(RcppArmadillo)]] #include <RcppArmadillo.h> #include <Rmath.h> #include <vector> #include <cassert> #include "vmat.h" #include "gmat.h" #include "DataPairs.h" #include "quadrule.h" #include "pn.h" #include "functions.h" using namespace Rcpp; using namespace arma; using namespace std...
<commit_before>#include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <stdlib.h> #include <iostream> #include <string> #include <sstream> std::string const intToString(int n){ std::stringstream ss; ss << n; return ss.str(); } void const drawObject(cv::Point const &center, cv::Mat &...
<commit_before>#ifndef _CUI_TBXFORM_HXX #define _CUI_TBXFORM_HXX #ifndef _SFXTBXCTRL_HXX //autogen #include <sfx2/tbxctrl.hxx> #endif #ifndef _SV_FIELD_HXX //autogen #include <vcl/field.hxx> #endif #ifndef _SV_DIALOG_HXX //autogen #include <vcl/dialog.hxx> #endif #ifndef _SV_BUTTON_HXX //autogen #include <vcl/butto...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: outl_pch.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: kz $ $Date: 2007-05-10 14:55:45 $ * * The Contents of this file are made ...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: outleeng.cxx,v $ * * $Revision: 1.11 $ * * last change: $Author: kz $ $Date: 2005-10-05 13:25:22 $ * * The Contents of this file are made...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: paralist.cxx,v $ * * $Revision: 1.7 $ * * last change: $Author: obo $ $Date: 2006-10-12 13:03:24 $ * * The Contents of this file are made...
<commit_before><commit_msg>Apply Style: Fix the styles preview on Windows.<commit_after><|endoftext|>
<commit_before><commit_msg>Make small UI tweaks to SvxColorWindow_Impl<commit_after><|endoftext|>
<commit_before><commit_msg>Fix color update for selection with multiple colors<commit_after><|endoftext|>
<commit_before>#include <tulip/BoundingBox.h> #include <tulip/Coord.h> #include <tulip/BooleanProperty.h> #include "ZoomAndPanAnimation.h" #include "GlRect2D.h" #include "GlScene.h" #include "GlLayer.h" #include "TimeMeasurer.h" #include "RectangleZoomInteractor.h" static ZoomAndPanAnimation *zoomAndPanAnimation = N...
<commit_before>#ifndef VG_PACKER_HPP_INCLUDED #define VG_PACKER_HPP_INCLUDED #include <iostream> #include <map> #include <chrono> #include <ctime> #include "omp.h" #include "xg.hpp" #include "alignment.hpp" #include "path.hpp" #include "position.hpp" #include "json2pb.h" #include "graph.hpp" #include "gcsa/internal.h"...
<commit_before>/* -*- c++ -*- identitymanager.h KMail, the KDE mail client. Copyright (c) 2002 the KMail authors. See file AUTHORS for details This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, as publish...
<commit_before>#pragma once #include <memory> #include <mpi.h> #include <Eigen/Dense> #include <Eigen/Sparse> #include <SmurffCpp/Utils/Distribution.h> #include <SmurffCpp/Priors/MacauPrior.hpp> #include <SmurffCpp/Utils/linop.h> #include <SmurffCpp/Model.h> namespace smurff { //why not use init method ? // Pri...
<commit_before>/* CSVInputDataItem.C * * Copyright (C) 2009 Marcel Schumann * * This file is part of QuEasy -- A Toolbox for Automated QSAR Model * Construction and Validation. * QuEasy is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published b...
<commit_before>/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * Razor - a lightweight, Qt based, desktop toolset * http://razor-qt.org * * Copyright: 2010-2011 Razor team * Authors: * Alexander Sokoloff <sokoloff.a@gmail.com> * * This program or library is free software; you can redistribute it * and/or mo...
<commit_before>/* Copyright 2014-2015 Juhani Numminen * * 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 applicab...