text
stringlengths
54
60.6k
<commit_before>/* * Copyright 2007-2017 Content Management AG * All rights reserved. * * author: Max Kellermann <mk@cm4all.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source...
<commit_before>/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve. 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 app...
<commit_before>#include "tags/tag-database-sqlite.h" #include <QtSql/QSqlDriver> #include <QtSql/QSqlError> #include <QtSql/QSqlField> #include <QtSql/QSqlQuery> #include <QtSql/QSqlRecord> #include <QVariant> #include <utility> #include "logger.h" #include "tags/tag.h" TagDatabaseSqlite::TagDatabaseSqlite(const QStr...
<commit_before>/* Copyright 2017 The TensorFlow 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 the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by appl...
<commit_before>#include <cstdio> #include <QCoreApplication> #include <QUrl> #include <QNetworkAccessManager> #include <QNetworkRequest> #include <QNetworkReply> #include <QNetworkCookieJar> #include <QNetworkCookie> #include <QTextStream> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); ...
<commit_before>// Copyright (c) 2007, 2008 libmv authors. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, m...
<commit_before>/* * caosVM_debug.cpp * openc2e * * Created by Alyssa Milburn on Sun Oct 24 2004. * Copyright (c) 2004 Alyssa Milburn. All rights reserved. * * 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...
<commit_before>/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2011, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
<commit_before>// $Id: ruleEvaluator.C,v 1.5 2000/05/25 11:02:01 oliver Exp $ #include <BALL/MOLMEC/COMMON/ruleEvaluator.h> #include <BALL/FORMAT/INIFile.h> #include <BALL/KERNEL/PTE.h> //#define DEBUG_RULEEVALUATOR using namespace std; namespace BALL { RuleEvaluator::RuleEvaluator() : prefix_(), rule_map_(...
<commit_before>/* This file is part of Strigi Desktop Search * * Copyright (C) 2006 Jos van den Oever <jos@vandenoever.info> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; eithe...
<commit_before>#ifndef STAN_MATH_FWD_FUN_ACCUMULATOR_HPP #define STAN_MATH_FWD_FUN_ACCUMULATOR_HPP #include <stan/math/prim/fun/Eigen.hpp> #include <stan/math/fwd/core.hpp> #include <stan/math/fwd/meta.hpp> #include <stan/math/fwd/fun/sum.hpp> #include <stan/math/prim/fun/accumulator.hpp> #include <vector> #include <t...
<commit_before>// Copyright (c) 2018 PaddlePaddle 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 the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // ...
<commit_before>#pragma once #include <cstdint> #include <functional> #include <optional> #include <unordered_map> #include "utils/Concepts.hpp" namespace utils::containers { template <NumericIntegral TValue> class DisjointSet { public: using ValueType = TValue; [[nodiscard]] int64_t size() const noexcept { ...
<commit_before>// Copyright © 2016-2017, Prosoft Engineering, Inc. (A.K.A "Prosoft") // 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 abo...
<commit_before>// // Copyright (c) 2015 Terry Seyler // // Distributed under the MIT License // See accompanying file LICENSE.md // #include <string> #include <core/protocol/net_parse_routines.hpp> #include <core/protocol/http/http_parse_routines.hpp> #include <core/protocol/http/http_request_parser.hpp> namespace...
<commit_before>/* Copyright (c) 2014, The Cinder Project This code is intended to be used with the Cinder C++ library, http://libcinder.org Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of ...
<commit_before> #include <atomic> #include <chrono> #include <iostream> #include <thread> #include <cppassist/cmdline/CommandLineAction.h> #include <cppassist/cmdline/CommandLineOption.h> #include <cppassist/cmdline/CommandLineParameter.h> #include <cppassist/cmdline/CommandLineProgram.h> #include <cppassist/cmdline/C...
<commit_before>// Copyright 2014 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 "net/third_party/quiche/src/quic/core/quic_flow_controller.h" #include <cstdint> #include "net/third_party/quiche/src/quic/core/...
<commit_before>#include "Node.h" Node::Node(char d, int s, Node_type t) { //make a leaf type = t; data = d; frequency = s; left = NULL; right = NULL; } Node::Node(Node* l, Node* r, Node_type t) { //make a bind type = t; data = 0; frequency = l->getFrequency() + r->getFrequency(); left = l; right =...
<commit_before>// Jubatus: Online machine learning framework for distributed environment // Copyright (C) 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 // Lic...
<commit_before>/* Copyright 2018 The TensorFlow 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 the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by appl...
<commit_before>/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2014 Artem Pavlenko * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
<commit_before>// RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o - %s | FileCheck %s struct S { S(int x) { } S(int x, double y, double z) { } }; void fn1() { // CHECK: define void @_Z3fn1v S s { 1 }; // CHECK: alloca %struct.S, align 1 // CHECK: call void @_ZN1SC1Ei(%struct.S* %s, i32 1) } void fn2() { //...
<commit_before>#include <cstdlib> #include <csignal> #include <cerrno> #include <fcntl.h> #include <unistd.h> #include <sched.h> #include <vector> #include <sys/syscall.h> #include <sys/prctl.h> #include <sys/mount.h> #include <sys/wait.h> // NUKE #include <termios.h> #include <sys/types.h> #include <dirent.h> #includ...
<commit_before>// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "structfieldvalue.h" #include "fieldvaluewriter.h" #include "document.h" #include <vespa/document/repo/fixedtyperepo.h> #include <vespa/document/serialization/vespadocumentdese...
<commit_before>#ifndef PYTHONIC_BUILTIN_STR_HPP #define PYTHONIC_BUILTIN_STR_HPP #include "pythonic/include/__builtin__/str.hpp" #include "pythonic/types/str.hpp" #include "pythonic/utils/functor.hpp" #include <sstream> namespace pythonic { namespace __builtin__ { namespace anonymous { template...
<commit_before>#include "descriptor_loader.hpp" #include <openMVG/sfm/sfm_data_io.hpp> #include <openMVG/logger.hpp> #include <boost/algorithm/string/predicate.hpp> namespace openMVG { namespace voctree { void getInfoBinFile(const std::string &path, int dim, size_t &numDescriptors, int &bytesPerElement) { std::f...
<commit_before>/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net) //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Crea...
<commit_before>#include <iostream> int main(){ double sum{0.0}; for(int i = 50; i <= 100; ++i){ sum += i; } std::cout << "Result: " << sum << std::endl; return 0; }<commit_msg>Added file ex1_13.cpp<commit_after>#include <iostream> void exercise09() // Exercise 1_09 using for statement { ...
<commit_before>/* $Id$ */ /* * $Log$ * Revision 1.1 2001/06/26 15:19:39 curt * Added tr.cxx / tr.h, Brian Paul's LGPL'd tiled rendering support libs for * rendering ultra high res "tiled" screen shots. * * Revision 1.9 1998/01/29 16:56:54 brianp * allow trOrtho() and trFrustum() to be called at any time, m...
<commit_before>// // ex7_01.cpp // Exercise 7.1 // // Created by pezy on 14/10/30. // Copyright (c) 2014 pezy. All rights reserved. // #include <iostream> #include <string> using std::cin; using std::cout; using std::endl; using std::string; struct Sales_data{ string bookNo; unsigned units_sold = 0; d...
<commit_before><commit_msg>fdo#72125: GetTextWidth() can get very expensive.<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SpellAttrib.cxx,v $ * * $Revision: 1.5 $ * * last change: $Author: hr $ $Date: 2006-06-19 14:58:15 $ * * The Contents of this file are ma...
<commit_before>/************************************************************************* * * $RCSfile: cuifmsearch.hxx,v $ * * $Revision: 1.2 $ * * last change: $Author: hr $ $Date: 2004-02-03 18:21:13 $ * * The Contents of this file are made available subject to the terms of * either of the following li...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: accpage.hxx,v $ * * $Revision: 1.7 $ * * last change: $Author: hr $ $Date: 2007-09-27 08:23:07 $ * * The Contents of this file are made a...
<commit_before>#include <StdAfx.h> #include <MrMapi/MMNamedProps.h> #include <MrMapi/mmcli.h> #include <core/mapi/processor/mapiProcessor.h> #include <core/mapi/extraPropTags.h> #include <core/smartview/SmartView.h> #include <core/utility/strings.h> #include <core/utility/registry.h> #include <core/utility/output.h> #i...
<commit_before>#include <iostream> #include <array> #include <iostream> #include "Astar.hpp" #include "Map.hpp" #include "WeightedAstar.hpp" int main() { Map setmap; Map::gridMatrix map_info = setmap.getGridmap(3); Astar::coordinate start = setmap.SetStart(0, 4); Astar::coordinate goal = setmap.SetGoal(9,...
<commit_before><commit_msg>use getCells()<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlitemi.cxx,v $ * * $Revision: 1.11 $ * * last change: $Author: hr $ $Date: 2007-09-27 10:12:17 $ * * The Contents of this file are made...
<commit_before>/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** Commercial Usage ** ** Licensees holding valid Qt Commercial...
<commit_before>#include <pybind11/pybind11.h> #include <iostream> #include <sstream> #include <pybind11/numpy.h> #include "nifty/python/graph/undirected_list_graph.hxx" #include "nifty/python/graph/edge_contraction_graph.hxx" #include "nifty/python/graph/lifted_multicut/lifted_multicut_objective.hxx" #include "nifty/...
<commit_before><commit_msg>Remove another NOTIMPLEMENTED<commit_after><|endoftext|>
<commit_before>// C++ code to reverse a string #include <bits/stdc++.h> using namespace std; // Reverse the string string RevString(string s[], int l) { // Check if number of words is even if (l % 2 == 0) { // Find the middle word int j = l / 2; // Starting from the middle // start swapping words at...
<commit_before>// This header intentionally has no include guards. class extracted_ptree { public: extracted_ptree(const xml_compiler& xml_compiler, const pqrs::string::replacement& replacement, const boost::property_tree::ptree& pt, const std::string& xml_file_p...
<commit_before>/*! \copyright (c) RDO-Team, 2003-2012 \file chart_doc.cpp \author \date 20.02.2003 \brief \indent 4T */ // ---------------------------------------------------------------------------- PCH #include "app/rdo_studio/pch/stdpch.h" // --------------------------------------...
<commit_before><commit_msg>am 931f6f87: Merge "Fix another off-by-one error in ZipFileRO" into klp-dev<commit_after><|endoftext|>
<commit_before>/* This file is part of kdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.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 of th...
<commit_before>#include "configfile.hpp" #include <algorithm> #include <limits> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <assert.h> ConfigFile::ConfigFile() : vars_(), data_(0), datasz_(0), dataalloc_(0), sorted_(true) { } ConfigFile::~ConfigFile() { free(data_); } void ConfigFile:...
<commit_before>/* * Copyright 2015 Gustaf Räntilä * * 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...
<commit_before>#include <utils/tcpRobotCommunicator.h> #include <QtNetwork/QHostAddress> #include <QtCore/QFileInfo> #include <qrkernel/settingsManager.h> #include <qrkernel/exception/exception.h> #include <qrkernel/logging.h> #include <qrutils/inFile.h> using namespace utils; static uint const controlPort = 8888; ...
<commit_before>// Copyright (c) 2013, Cloudera, inc. #include <boost/foreach.hpp> #include <gflags/gflags.h> #include <glog/logging.h> #include <iostream> #include <vector> #include "common/row_operations.h" #include "common/wire_protocol.h" #include "consensus/consensus.pb.h" #include "consensus/log_reader.h" #inclu...
<commit_before>#pragma once #include <array> #include <cmath> #include <string> #include <memory> #include <typeinfo> #include <typeindex> #include "./debugger.hpp" namespace darwin { enum class status { null,ready,busy,leisure,error }; enum class results { null,success,failure }; enum class colors { ...
<commit_before>// Copyright (c) 2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <string> #include "version.h" // Name of client reported in the 'version' message. Report the same name //...
<commit_before>#include "TMC2130Stepper.h" #define REG_CHOPCONF 0x6C /////////////////////////////////////////////////////////////////////////////////////// // REG_CHOPCONF uint32_t TMC2130Stepper::CHOPCONF() { uint32_t data = 0x0; send2130(READ|REG_CHOPCONF, &data, 0x0, 0x0); return data; } void TMC2130Stepper:...
<commit_before>// // This file is part of khmer, http://github.com/ged-lab/khmer/, and is // Copyright (C) Michigan State University, 2009-2013. It is licensed under // the three-clause BSD license; see doc/LICENSE.txt. Contact: ctb@msu.edu // #ifndef HASHBITS_HH #define HASHBITS_HH #include <vector> #include "hashta...
<commit_before>// Module: Log4CPLUS // File: global-init.cxx // Created: 5/2003 // Author: Tad E. Smith // // // Copyright 2003-2010 Tad E. Smith // // 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...
<commit_before>#pragma once #include "ims/ims.hpp" #include <libxml2/libxml/xmlreader.h> #include <cstdint> #include <map> #include <string> #include <vector> #include <fstream> namespace imzml{ class Metadata { static const std::map<std::string, std::string> supported_accessions_; std::map<std::string, std::s...
<commit_before>/* * Copyright deipi.com LLC and contributors. 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 the Software without restriction, including without limitation the...
<commit_before>#include <string> #include "ccspec/core.h" #include "ccspec/expectation.h" #include "ccspec/matchers.h" using std::string; using ccspec::core::before; using ccspec::core::context; using ccspec::core::describe; using ccspec::core::it; using ccspec::expect; using ccspec::matchers::be_falsey; using ccspec...
<commit_before>/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * ...
<commit_before>#include "rapid_manipulation/tuck_arms.h" #include "actionlib/client/simple_client_goal_state.h" #include "pr2_common_action_msgs/TuckArmsAction.h" #include "ros/ros.h" #include "rapid_ros/action_client.h" using actionlib::SimpleClientGoalState; using pr2_common_action_msgs::TuckArmsAction; using pr2_...
<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 "ppapi/shared_impl/ppb_audio_config_shared.h" #include "ppapi/thunk/enter.h" #include "ppapi/thunk/ppb_instance_api.h" namesp...
<commit_before>// Copyright 2019 Google LLC. 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>/****************************************************************************** * 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>/* yahooconferencemessagemanager.h - Yahoo Conference Message Manager Copyright (c) 2003 by Duncan Mac-Vicar <duncan@kde.org> Kopete (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org> ************************************************************************* * ...
<commit_before><commit_msg>dr78: #i43040# removed german umlauts and utf8 bom accidentially added by too smart editor<commit_after><|endoftext|>
<commit_before>// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include "pal.h" #include "args.h" #include "trace.h" #include "deps_resolver.h" #include "utils.h" #include "coreclr.h" enum Sta...
<commit_before>#include "CardiacMechanicsMaterial.h" #include "ColumnMajorMatrix.h" #include "CardiacSolidMechanicsMaterial.h" #include "SymmOrthotropicElasticityTensor.h" #include "VolumetricModel.h" #include "TensorHelpers.h" using namespace TensorHelpers; template<> InputParameters validParams<CardiacMechanicsMate...
<commit_before>//======================================================================= // Copyright (c) 2013-2017 Baptiste Wicht. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://opensource.org/licenses/MIT) //==================================================...
<commit_before>/*------------------------------- PASA LA CALCULADORA Autores: Jaime Sevilla Molina Victor Gonzalez Fecha 2014/11 Version: 1.0 ---------------------------------*/ //BIBLIOTECAS #include <iostream> #include <cstdlib> #include <string> #include <ctime> #include <cmath> #include <fstream> #include <iomani...
<commit_before>// // EnvelopeGenerator.hpp // Clock Signal // // Created by Thomas Harte on 01/05/2020. // Copyright © 2020 Thomas Harte. All rights reserved. // #ifndef EnvelopeGenerator_h #define EnvelopeGenerator_h #include <optional> #include <functional> namespace Yamaha { namespace OPL { /*! Models an OP...
<commit_before>#pragma once //=====================================================================// /*! @file @brief VS1063 VLSI Audio Codec ドライバー @author 平松邦仁 (hira@rvf-rc45.net) */ //=====================================================================// #include <cstdint> #include "G13/port.hpp" #include "common...
<commit_before>/* * Copyright 2015 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 applicable l...
<commit_before>// This is free and unencumbered software released into the public domain. // For more information, please refer to <http://unlicense.org/> #include "sagtension/catenary_cable_unloader.h" CatenaryCableUnloader::CatenaryCableUnloader() { is_updated_strainer_ = false; strainer_.set_load_finish(0); }...
<commit_before>#pragma once #include "ksp_plugin/vessel.hpp" #include <vector> namespace principia { namespace ksp_plugin { inline Vessel::Vessel(not_null<Celestial const*> const parent) : body_(), parent_(parent) {} inline not_null<MasslessBody const*> Vessel::body() const { return &body_; } inline ...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: transitiontools.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: obo $ $Date: 2006-09-17 08:42:55 $ * * The Contents of this file a...
<commit_before>/* This file is part of the KDE libraries Copyright (C) 2003-2005 Hamish Rodda <rodda@kde.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation. This li...
<commit_before>/* * Copyright (c) 2012 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>//------------------------------------------------------------------------------ // CLING - the C++ LLVM-based InterpreterG :) // version: $Id$ // author: Vassil Vassilev <vasil.georgiev.vasilev@cern.ch> //------------------------------------------------------------------------------ #include "cling/In...
<commit_before>// Copyright (c) 2000-2021, Heiko Bauke // 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><commit_msg>Squashed commit of the following:<commit_after><|endoftext|>
<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> // kuznechik.c // 04-Jan-15 Markku-Juhani O. Saarinen <mjos@iki.fi> // main() for testing #include <stdio.h> #include <stdlib.h> #include <time.h> #include "kuznechik.h" // debug print state void print_w128(w128_t *x) { int i; for (i = 0; i < 16; i++) printf(" %02X", x->b[i]); ...
<commit_before>// This tutorial shows how to optimize a lens shape by using the ROOT Minuite2 // optimization engine. #include "Math/Functor.h" #include "Minuit2/Minuit2Minimizer.h" #include "TCanvas.h" #include "TGeoBBox.h" #include "TGeoMatrix.h" #include "TGeoPhysicalNode.h" #include "TH2D.h" #include "AFocalSurfa...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: TestImageDataInterpolation.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for det...
<commit_before>#include "StdAfx.h" #include "MrwDecoder.h" /* RawSpeed - RAW file decoder. Copyright (C) 2009-2014 Klaus Post Copyright (C) 2014-2015 Pedro Côrte-Real This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Licens...
<commit_before><commit_msg>[AArch64] fix an issue with older /proc/cpuinfo layout<commit_after><|endoftext|>
<commit_before>#include "StdAfx.h" #include "RawDecoder.h" /* RawSpeed - RAW file decoder. Copyright (C) 2009 Klaus Post 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 Foun...
<commit_before><commit_msg>Handle incorrect usage of uniform_real_distribution()<commit_after><|endoftext|>
<commit_before>/******************************************************************************\ * File: frame.cpp * Purpose: Implementation of wxExFrameWithHistory class * Author: Anton van Wezenbeek * RCS-ID: $Id$ * * Copyright (c) 1998-2009 Anton van Wezenbeek * All rights are reserved. R...
<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; either version 3 of the License, or * (at your option) any later version. * * Written (W) 2011-2012 Heiko Strathmann * Co...
<commit_before><commit_msg>Add test for shrinking of range references on row/column deletion.<commit_after><|endoftext|>
<commit_before>/* * The MIT License (MIT) * * Copyright (c) 2015 Jett * * 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 * ...
<commit_before>/** * The MIT License (MIT) * * Copyright (c) 2015 Nathan Osman * * 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 ...
<commit_before><commit_msg>INTEGRATION: CWS fwkbugfix03 (1.31.40); FILE MERGED 2004/10/19 13:20:34 cd 1.31.40.1: #i30041# Added new state to support show/hide controllers with status update<commit_after><|endoftext|>
<commit_before>#include "GUI_ObjectManipulation.hpp" #include "GUI_ObjectList.hpp" #include "OptionsGroup.hpp" #include "wxExtensions.hpp" #include "PresetBundle.hpp" #include "Model.hpp" #include "Geometry.hpp" #include <boost/algorithm/string.hpp> namespace Slic3r { namespace GUI { ObjectManipulation::ObjectManip...
<commit_before>/** * @file hmm_util_impl.hpp * @author Ryan Curtin * * Implementation of HMM utilities to load arbitrary HMM types. */ #ifndef __MLPACK_METHODS_HMM_HMM_UTIL_IMPL_HPP #define __MLPACK_METHODS_HMM_HMM_UTIL_IMPL_HPP #include <mlpack/core.hpp> #include <mlpack/methods/hmm/hmm.hpp> #include <mlpack/me...
<commit_before><commit_msg>Changed order in which attributes are set when loading. If the value was set before the maxValue was set, the value got set to maxValue because of the consistency checks.<commit_after><|endoftext|>
<commit_before>//=====================================================================// /*! @file @brief RX24T GPS サンプル @n ・P00(4) ピンに赤色LED(VF:1.9V)を吸い込みで接続する @n ・PB6/RXD5(27) <--- GPS-TX @n ・PB5/TXD5(28) ---> GPS-RX Copyright 2017 Kunihito Hiramatsu @author 平松邦仁 (hira@rvf-rc45.net) */ //=========...
<commit_before>/* Copyright 2008 Larry Gritz and the other authors and contributors. 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 cop...