text
stringlengths
54
60.6k
<commit_before>#include <limits.h> #include "aio_private.h" #define EVEN_DISTRIBUTE const int MAX_BUF_REQS = 1024 * 3; /* * each file gets the same number of outstanding requests. */ #ifdef EVEN_DISTRIBUTE #define MAX_OUTSTANDING_NREQS (AIO_DEPTH / num_open_files()) #define ALLOW_DROP #endif class extended_io_r...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation ([email protected]) ** ** This file is part of the Qt Mobility Components. ** ** $QT_BEGIN_LI...
<commit_before>// // yas_db_model.cpp // #include <unordered_map> #include <vector> #include "yas_db_model.h" #include "yas_db_entity.h" #include "yas_db_index.h" #include "yas_db_attribute.h" #include "yas_db_relation.h" using namespace yas; namespace yas::db { static std::string const version_key = "version"; sta...
<commit_before>/* * Copyright (C) 2014 Pavel Kirienko <[email protected]> */ #include <uavcan/transport/frame.hpp> #include <uavcan/transport/can_io.hpp> #include <uavcan/debug.hpp> #include <cassert> namespace uavcan { /** * Frame */ const uint8_t Frame::MaxIndexForService; const uint8_t Frame::MaxIndexFo...
<commit_before>/****************************************************************************** * _ _____ __________ * * | | / / _ | / __/_ __/ Visibility * * | |/ / __ |_\ \ / / Across ...
<commit_before>/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.o...
<commit_before>/* alm_cui.cpp Copyright (c) 2014, 2015, 2016 Terumasa Tadano This file is distributed under the terms of the MIT license. Please see the file 'LICENCE.txt' in the root directory or http://opensource.org/licenses/mit-license.php for information. */ #include "alm_cui.h" #include "alm.h" #include "...
<commit_before>/*========================================================================= Program: KWSys - Kitware System Library Module: DynamicLoader.cxx Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
<commit_before>// Terminal.cpp -- source file /* * * Author: septimomend (Ivan Chapkailo) * * 30.06.2017 * */ #include "stdafx.h" #include "Terminal.h" Terminal::Terminal() // cstr { } void Terminal::emergencyDestruction(const char* str) { write(STDOUT_FILENO, "\x1b[2J", 4); // write clr code to file write...
<commit_before><commit_msg>SIMD componentProduct<commit_after><|endoftext|>
<commit_before>/* * Copyright (C) 2015 Cloudius Systems, Ltd. */ #pragma once #include "exceptions/exceptions.hh" enum class compressor { none, lz4, snappy, deflate, }; class compression_parameters { public: static constexpr int32_t DEFAULT_CHUNK_LENGTH = 64 * 1024; static constexpr double...
<commit_before>// Copyright (c) 2014 Vicente Romero Calero // // Distributed under the MIT software license, see the file LICENSE // // Author: Vicente Romero <[email protected]> #include "compress.h" #include <algorithm> #include <cstdint> #include <cstdio> #include <cstdlib> #include <list> #include <unordered_se...
<commit_before>/* This file is part of Mapnik (c++ mapping toolkit) * Copyright (C) 2005 Artem Pavlenko * * Mapnik 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 the License, or an...
<commit_before>#include <fstream> #include <iostream> #include <glob.h> // TODO #include <pdal/StageFactory.hpp> #include <entwine/drivers/arbiter.hpp> #include <entwine/types/bbox.hpp> #include <entwine/types/schema.hpp> #include <entwine/tree/clipper.hpp> #include <entwine/tree/reader.hpp> #include "read-querie...
<commit_before>#include "BLITSaw_vst3.h" #include "BLITSaw_vst3_guids.h" #include "pluginterfaces/base/ibstream.h" #include "pluginterfaces/vst/ivstparameterchanges.h" #include "pluginterfaces/vst/ivstevents.h" #include <algorithm> namespace Steinberg { namespace Vst { //------------------------------------...
<commit_before>/* * Simple ASN.1 String Types * (C) 1999-2007,2020 Jack Lloyd * * Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/asn1_obj.h> #include <botan/der_enc.h> #include <botan/ber_dec.h> #include <botan/internal/charset.h> #include <botan/internal/ct_utils.h> namespace...
<commit_before><commit_msg>useless aStr string<commit_after><|endoftext|>
<commit_before>//******************************************************************* //glfont2.cpp -- glFont Version 2.0 implementation //Copyright (c) 1998-2002 Brad Fish //See glfont.html for terms of use //May 14, 2002 //******************************************************************* //STL headers #incl...
<commit_before>// Copyright (C) 2014 - 2015 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., University of Heidelberg, and The University // of Manchester. // All rights reserved. #include "copasi/utilities/CBaseUnit.h" #include "copasi/utilities/CCopasiMessage.h" #include "copasi/UI/qtUtilities.h" //...
<commit_before>/* * Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org) * * 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...
<commit_before><commit_msg>Propagate first_and_last option into nonlinear iterative solvers.<commit_after><|endoftext|>
<commit_before><commit_msg>Fix nvcc sign warning<commit_after><|endoftext|>
<commit_before>#define PGDLLIMPORT "C" #include <cstdlib> #include "postgres.h" #include "funcapi.h" #include "access/extprotocol.h" #include "catalog/pg_proc.h" #include "utils/array.h" #include "utils/builtins.h" #include "utils/memutils.h" #include "fmgr.h" #include "S3ExtWrapper.h" #include "S3Common.h" #includ...
<commit_before>#include "renderState.h" #include "platform.h" #include "vertexLayout.h" #include "gl/hardware.h" namespace Tangram { // Incremented when the GL context is invalidated static int s_validGeneration; static int s_textureUnit; namespace RenderState { Blending blending; DepthTest depthTest; ...
<commit_before>#include "pbfParser.h" #include "tile/tile.h" #include "platform.h" namespace Tangram { void PbfParser::extractGeometry(ParserContext& _ctx, protobuf::message& _geomIn) { pbfGeomCmd cmd = pbfGeomCmd::moveTo; uint32_t cmdRepeat = 0; double invTileExtent = (1.0/(double)_ctx.tileExtent); ...
<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. // This file implements the ViewGLContext and PbufferGLContext classes. #include <dlfcn.h> #include <GL/glew.h> #include <GL/glxew.h> ...
<commit_before>#include <iostream> #include <cstdio> #include <algorithm> #include <queue> #include <map> #include <set> #include <stack> #include <cstring> #include <string> #include <vector> #include <iomanip> #include <cmath> #include <list> #include <bitset> using namespace std; #define ll long long #define lson...
<commit_before>#include "Runtime/CResFactory.hpp" #include "Runtime/CSimplePool.hpp" #include "Runtime/CStopwatch.hpp" namespace urde { static logvisor::Module Log("CResFactory"); void CResFactory::AddToLoadList(SLoadingData&& data) { const SObjectTag tag = data.x0_tag; m_loadMap.insert_or_assign(tag, m_loadList...
<commit_before><commit_msg>sw: RingContainer::merge(): assert that the Rings aren't already linked<commit_after><|endoftext|>
<commit_before>/* Copyright 2017 QReal Research Group * * 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 applica...
<commit_before>/** * @file hud_fox.cpp * @brief Purpose: Contains methods to game class' management. * * MIT License * Copyright (c) 2017 MindScape * * https://github.com/TecProg2017-2/mindscape/blob/master/LICENSE.md */ #include "../include/hud_fox.hpp" #include "../engine/include/log.hpp" using namespace m...
<commit_before>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/utils/stopreg/p9_stop_data_stru...
<commit_before>#define BOOST_TEST_MAIN #define BOOST_TEST_DYN_LINK #include <sys/types.h> #include <sys/wait.h> #include <mutex> #include <thread> #include <boost/test/unit_test.hpp> #include "jml/arch/atomic_ops.h" #include "jml/arch/exception.h" #include "jml/arch/futex.h" #include "jml/arch/timers.h" #include "j...
<commit_before>/*********************************************************************** Moses - factored phrase-based language decoder Copyright (C) 2006 University of Edinburgh 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>//======================================================================= // Copyright (c) 2013-2018 Baptiste Wicht. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://opensource.org/licenses/MIT) //==================================================...
<commit_before>// ============================================================================= // This file is part of: // Dynamic Adaptive System for Hierarchical Multipole Methods (DASHMM) // // Copyright (c) 2015-2016, Trustees of Indiana University, // All rights reserved. // // DASHMM is free software: you c...
<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 "ash/system/power/tray_power.h" #include "ash/shell.h" #include "ash/system/date/date_view.h" #include "ash/system/power/powe...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: frmhtml.cxx,v $ * * $Revision: 1.11 $ * * last change: $Author: obo $ $Date: 2006-09-17 16:23:09 $ * * The Contents of this file are made...
<commit_before>/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2010 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>//----------------------------------*-C++-*----------------------------------// /*! * \file xs/test/tstXS.cc * \author Thomas M. Evans * \date Fri Jan 31 12:54:58 2014 * \brief XS container test. * \note Copyright (C) 2014 Oak Ridge National Laboratory, UT-Battelle, LLC. */ //---------------...
<commit_before>/*********************************************************************** created: 22/2/2004 author: Paul D Turner purpose: Implements the WindowFactoryManager *************************************************************************/ /*****************************************************************...
<commit_before>/** * @file Cosa/Wireless.hh * @version 1.0 * * @section License * Copyright (C) 2013, Mikael Patel * * 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 * ver...
<commit_before>/** \brief Utility to determine Zeder entries that have yet to be imported into zts_harvester. * \author Madeeswaran Kannan ([email protected]) * * \copyright 2019 Universitätsbibliothek Tübingen. All rights reserved. * * This program is free software: you can redistribute it a...
<commit_before><commit_msg>Map and link in also the filterconfig1 UNO component<commit_after><|endoftext|>
<commit_before>#ifndef __DISRUPTOR_MULTITHREADEDCLAIMSTRATEGY_HPP__ #define __DISRUPTOR_MULTITHREADEDCLAIMSTRATEGY_HPP__ #include <stdexcept> #include "ClaimStrategy.hpp" #include "AbstractMultithreadedClaimStrategy.hpp" namespace disruptor { class MultiThreadedClaimStrategy : public AbstractMultithreadedClaimStr...
<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/browser_main.h" #include "chrome/browser/browser_main_win.h" #include <windows.h> #include <shellapi.h> #inc...
<commit_before><commit_msg>The table was deleted after the model and the table accesses the model in its destructor, causing a failure in the browser tests.<commit_after><|endoftext|>
<commit_before>/* * examples/nullspacebasis.C * * Copyright (C) 2014 J-G. Dumas * ========LICENCE======== * This file is part of the library LinBox. * * LinBox is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public * License as published by the Free Softw...
<commit_before>//===-- Symbols.cpp ---------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>// $Id: TCPTransfer_test.C,v 1.12 2002/01/09 12:22:17 amoll Exp $ #include <BALL/CONCEPT/classTest.h> /////////////////////////// #include <BALL/SYSTEM/TCPTransfer.h> #include <BALL/SYSTEM/file.h> /////////////////////////// using namespace BALL; using namespace std; // include a helper class testi...
<commit_before>//===--------------------- ModuleCache.cpp ----------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------...
<commit_before>#ifndef VRTYPE_HPP #define VRTYPE_HPP #include <vector> #include <string> #include <exception> #include <algorithm> #include <functional> #include <boost/algorithm/string.hpp> namespace dicom { namespace data { namespace vrtype { bool rule_n(std::size_t multiplier, std::size_t current, std::size_t ...
<commit_before>//------------------------------------------------------------------------------ // ValueSymbol.cpp // Base class for all value symbols // // File is under the MIT license; see LICENSE for details //------------------------------------------------------------------------------ #include "slang/symbols/Val...
<commit_before>// MIT License // // Copyright (c) 2016-2017 Simon Ninon <[email protected]> // // 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 li...
<commit_before>/* * Copyright 2016-2017 deepstreamHub 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 * * Unless required by a...
<commit_before>#include "lextrans.h" #include <iostream> #include "filelib.h" #include "hg.h" #include "tdict.h" #include "grammar.h" #include "sentence_metadata.h" using namespace std; struct LexicalTransImpl { LexicalTransImpl(const boost::program_options::variables_map& conf) : use_null(conf.count("lexcr...
<commit_before>// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <[email protected]> // // Eigen is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published b...
<commit_before>#include <unordered_map> #include <lug/System/Logger/Logger.hpp> #include <lug/Window/Keyboard.hpp> #include <lug/Window/Mouse.hpp> #include <lug/Window/Window.hpp> #if defined(LUG_SYSTEM_ANDROID) #include <lug/System/Logger/LogCatHandler.hpp> #else #include <lug/System/Logger/OstreamHandler.hp...
<commit_before>/* * Software License Agreement (BSD License) * * Copyright (c) 2009, Willow Garage, 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...
<commit_before>#include "test.h" #include "include/config.h" #include "geo/point2.h" #include "geo/vector2.h" using namespace std; using namespace valhalla::geo; namespace { void TryDotProduct(const Vector2& a, const Vector2& b, float expected) { float result = a.Dot(b); if (expected != result) throw runtim...
<commit_before>/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org Copyright (c) 2000-2014 Torus Knot Software Ltd Permission is hereby granted, free of charge, to an...
<commit_before>/*------------ant.cpp---------------------------------------------------------// * * ants -- We have them * * Purpose: Figure out ant pathing to food. I want food. * *-----------------------------------------------------------------------------*/ #include <iostream> #include <vector> /*----...
<commit_before>/** * @file CleanRoleDecision.h * * @author <a href="mailto:[email protected]">Schahin Tofangchi</a> */ #include "CleanRoleDecision.h" #include <PlatformInterface/Platform.h> #include <Tools/DataConversion.h> #include <math.h> #include <list> using namespace std; CleanRoleDecision::Clea...
<commit_before>//##################################################################### // Module math //##################################################################### #include <other/core/python/wrap.h> void wrap_math() { OTHER_WRAP(uint128) OTHER_WRAP(numeric_limits) } <commit_msg>utility/module: Wrap inte...
<commit_before>// // API.cpp // miniSQL // // Created by Kael on 11/3/14. // Copyright (c) 2014 Xinyuan Lu. All rights reserved. // // v2.0, see comment in "APT.h" #include "API.h" Recordinfo API::dealCmd(sqlcommand& sql){ // 使用get方法更好,这里先直接调用public switch(sql.sqlType){ case 0: return select(sql); break;...
<commit_before>class TrieNode { public: bool isKey; TrieNode* children[26]; TrieNode(): isKey(false) { memset(children, NULL, sizeof(TrieNode*) * 26); } }; class WordDictionary { public: WordDictionary() { root = new TrieNode(); } // Adds a word into the data structure. ...
<commit_before>/** * The MIT License (MIT) * * Copyright (c) 2015 Michael Egli * * 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 r...
<commit_before>#pragma once #include <cstddef> #include <iostream> #include <set> #include <string> #include <tuple> #include <utility> #include <vector> namespace Traits { /** * @brief P.F.M * * @see N3911 */ template<class...> using void_t = void; /** * @brief Strips constness and volati...
<commit_before> #include <gloperate/painter/CameraCollisionCapability.h> #include <limits> #include <glm/gtc/matrix_transform.hpp> #include <glbinding/gl/enum.h> #include <glbinding/gl/functions.h> #include <glbinding/gl/bitfield.h> #include <glbinding/gl/types.h> #include <globjects/Framebuffer.h> using namespace...
<commit_before>// [WriteFile Name=LoadWfsXmlQuery, Category=Layers] // [Legal] // Copyright 2019 Esri. // 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/LICE...
<commit_before>/******************************************************************************\ * ___ __ * * /\_ \ __/\ \ * * \//\ \ /\_\ \ \____ ___ _____ _____ __ ...
<commit_before>#include "OI.h" #include "Commands/ControlIntakeWheels.h" #include "Subsystems/IntakeWheel.h" #include "Misc/ToggleClass.h" /// Default constructor of the class. ControlIntakeWheels::ControlIntakeWheels() { IntakeArmPosition = new Toggle<bool>(false,true); Requires(IntakeWheel::GetInstance()); } /// ...
<commit_before> #ifndef ONI_VICON_RECORDER_ONI_RECORDER_HPP #define ONI_VICON_RECORDER_ONI_RECORDER_HPP #include <string> #include <map> #include <boost/thread/mutex.hpp> #include <ros/ros.h> #include <actionlib/server/simple_action_server.h> #include <oni_vicon_recorder/RunDepthSensorAction.h> #include <oni_vicon...
<commit_before>#include "MP3DataProvider.h" #include "Utils.h" #include "id3v2lib.h" extern "C" { #include "minimp3/minimp3.h" } clMP3DataProvider::clMP3DataProvider( const std::shared_ptr<clBlob>& Data ) : m_Data( Data ) , m_Format() , m_DecodingBuffer( MP3_MAX_SAMPLES_PER_FRAME * 16 ) , m_BufferUsed( 0 ) , m_Stream...
<commit_before>/** * @file */ #pragma once #include "bi/common/TypeParameterised.hpp" #include "bi/io/indentable_ostream.hpp" namespace bi { /** * C++ code generator. * * @ingroup io */ class CppBaseGenerator: public indentable_ostream { public: CppBaseGenerator(std::ostream& base, const int level = 0, ...
<commit_before>/************************************************************************* * * $RCSfile: testhelper.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: dbo $ $Date: 2001-05-08 15:55:51 $ * * The Contents of this file are made available subject to the terms of * either of the following li...
<commit_before>// Copyright (c) 2014 Bauhaus-Universitaet Weimar // This Software is distributed under the Modified BSD License, see license.txt. // // Virtual Reality and Visualization Research Group // Faculty of Media, Bauhaus-Universitaet Weimar // http://www.uni-weimar.de/medien/vr #include <lamure/ren/gpu_conte...
<commit_before>#include "libtorrent/session.hpp" #include "libtorrent/session_settings.hpp" #include "libtorrent/hasher.hpp" #include <boost/thread.hpp> #include <boost/tuple/tuple.hpp> #include <boost/filesystem/operations.hpp> #include "test.hpp" #include "setup_transfer.hpp" using boost::filesystem::remove_all; v...
<commit_before>/* Copyright (c) 2008, 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 list of condi...
<commit_before>#include "animation_system.h" #include "animation/animation.h" #include "engine/base_proxy_allocator.h" #include "engine/blob.h" #include "engine/crc32.h" #include "engine/engine.h" #include "engine/json_serializer.h" #include "engine/lua_wrapper.h" #include "engine/profiler.h" #include "engine/property_...
<commit_before>// RosterSystem.cpp // Created by Evan Almonte // #include "RosterSystem.hpp" #include "Roster.hpp" #include "RSFileManager.hpp" #include "Student.hpp" #include "Utilities.hpp" #include <iostream> using std::cout; using std::cin; using std::string; namespace RosterSystemUtils { int getMenuOptSelectio...
<commit_before>/************************************************************************* > File Name: Deck.cpp > Project Name: Hearthstone++ > Author: Chan-Ho Chris Ohk > Purpose: Deck class that stores a list of cards. > Created Time: 2017/10/13 > Copyright (c) 2017, Chan-Ho Chris Ohk ********************************...
<commit_before>#include <fstream> #include <pxcsession.h> #include <util/tiny_logger.hpp> int main() { PXCSession *session = PXCSession::CreateInstance(); PXCSession::ImplVersion ver = session->QueryVersion(); TLOG(INFO) << ver.major << "." << ver.minor; session->Release(); return EXIT_SUCCESS;...
<commit_before>// Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved. #include "stdafx.h" #include "AutowiringDebug.h" #include "Autowired.h" #include <iomanip> #include <iostream> #include <sstream> using namespace autowiring; using namespace autowiring::dbg; #ifdef _MSC_VER // On Windows, lambda function...
<commit_before>/***************************************************************************** mergeBed.cpp (c) 2009 - Aaron Quinlan Hall Laboratory Department of Biochemistry and Molecular Genetics University of Virginia [email protected] Licenced under the GNU General Public License 2.0+ license. ...
<commit_before>/******************************************************************************* * c7a/api/dia.hpp * * Interface for Operations, holds pointer to node and lambda from node to state * * Part of Project c7a. * * * This file has no license. Only Chuck Norris can compile it. ************************...
<commit_before>/**************************************************************************** ** Meta object code from reading C++ file 'LogDock.h' ** ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.5) ** ** WARNING! All changes made in this file will be lost! **********************************************...
<commit_before>/* * Copyright 2015-2017 Two Pore Guys, Inc. * All rights reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted providing that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notic...
<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>#include "invertebrate.h" Invertebrate::Invertebrate() { } bool Invertebrate::operator <(const Invertebrate& inv) const { return name < inv.name; } bool Invertebrate::operator >(const Invertebrate& inv) const { return name > inv.name; } bool Invertebrate::operator ==(const Invertebrate& inv)...
<commit_before>/******************************************************************************* Licensed to the OpenCOR team under one or more contributor license agreements. See the NOTICE.txt file distributed with this work for additional information regarding copyright ownership. The OpenCOR team licenses this file...
<commit_before>/***************************Copyright-DO-NOT-REMOVE-THIS-LINE** * CONDOR Copyright Notice * * See LICENSE.TXT for additional notices and disclaimers. * * Copyright (c)1990-1998 CONDOR Team, Computer Sciences Department, * University of Wisconsin-Madison, Madison, WI. All Rights Reserved. * No ...
<commit_before>/* **============================================================================== ** ** Copyright (c) 2003, 2004, 2005, 2006, Michael Brasher, Karl Schopmeyer ** Copyright (c) 2008, Michael E. Brasher ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this softwar...
<commit_before>////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2012, John Haddon. All rights reserved. // Copyright (c) 2013, Image Engine Design Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are per...
<commit_before><commit_msg>some fixes<commit_after><|endoftext|>
<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>#include "sampler.hpp" #include "context.hpp" #include "texture.hpp" #include "internal/wrapper.hpp" #include "internal/modules.hpp" #include "internal/tools.hpp" #include "internal/glsl.hpp" /* MGLContext.sampler(texture) */ PyObject * MGLContext_meth_sampler(MGLContext * self, PyObject * const * ar...
<commit_before>/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. ==...
<commit_before>/* * enlargeshrinkplugin.cpp * * Copyright (C) 2012 Igalia, S.L. * Author: Antia Puentes <[email protected]> * * This file is part of the Gallery Enlarge/Shrink Plugin. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publi...
<commit_before>/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * ...