text
stringlengths
54
60.6k
<commit_before>// This file is intended to be included into an array of 'BuiltinFunc' {"traditional-transformer", { traditional_transformer, {1}}}, {"gensym", { gensym, {0}}}, {"sc-macro-transformer", { sc_macro_transformer, {1}}}, {"make-syntactic-closure", { make_syntactic_closure, {3...
<commit_before>/* cuda_wrapper/vector.hpp * * Copyright (C) 2007 Peter Colberg * * 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) an...
<commit_before>// // main.cpp // builtins // // Created by Sunil on 5/3/17. // Copyright © 2017 Sunil. All rights reserved. // #include <iostream> using namespace std; int main(int argc, const char * argv[]) { // function with __builtin_xxx are hidden. But not really! They are still // available. Yo...
<commit_before>//****************************************************************************// // coresubmesh.cpp // // Copyright (C) 2001, 2002 Bruno 'Beosil' Heidelberger // //************************************************************...
<commit_before>/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "...
<commit_before>// This file is a part of the OpenSurgSim project. // Copyright 2013, SimQuest Solutions 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.or...
<commit_before>// This file is a part of the OpenSurgSim project. // Copyright 2016, SimQuest Solutions 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.or...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fourboxwipe.hxx,v $ * * $Revision: 1.3 $ * * last change: $Author: rt $ $Date: 2005-09-07 20:53:55 $ * * The Contents of this file are ma...
<commit_before>#include "arbitrary_precision_integer.h" #include <iostream> #include <cassert> #include <cstdlib> using namespace std; int main() { srand(213123213); /* int a = 24024, b = 240; ArbitraryPrecisionInteger BigA(a), BigB(b); ArbitraryPrecisionInteger BigAns = BigA / BigB; int ans = a / b; assert(Bi...
<commit_before>/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: ImageRegionIterator.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) 2002 Insight Consortium. All rights reserved. See ITKC...
<commit_before>#include "MyConditionalPrior.h" #include "DNest4/code/Utils.h" #include "Data.h" #include <cmath> using namespace DNest4; MyWideConditionalPrior::MyWideConditionalPrior(double x_min, double x_max) :x_min(x_min) ,x_max(x_max) { } void MyWideConditionalPrior::from_prior(RNG& rng) { // Cauchy prior on ...
<commit_before>/* * RudeControl.cpp * * Bork3D Game Engine * Copyright (c) 2009 Bork 3D LLC. All rights reserved. * */ #include "RudeControl.h" #include "RudeGL.h" RudeControl::RudeControl() : m_rect(0,0,0,0) , m_hitId(-1) , m_translation(0,0,0) , m_animSpeed(3.0f) , m_animType(kAnimNone) { } bool RudeContr...
<commit_before>#include <iso646.h> #include <string> #include <windows.h> #include "rtl_exec.h" #include "enums.inc" struct Process { HANDLE process; }; namespace rtl { void os$chdir(const std::string &path) { BOOL r = SetCurrentDirectory(path.c_str()); if (not r) { throw RtlException(Exception...
<commit_before>/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, development version * * (c) 2006-2016 INRIA, USTL, UJF, CNRS, MGH * * ...
<commit_before>/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, version 1.0 RC 1 * * (c) 2006-2011 MGH, INRIA, USTL, UJF, CNRS * * ...
<commit_before>// Illustrates the advantages of a TH1K histogram //Author: Victor Perevovchikov void padRefresh(TPad *pad,int flag=0); void hksimple() { // Create a new canvas. c1 = new TCanvas("c1","Dynamic Filling Example",200,10,600,900); c1->SetFillColor(42); // Create a normal histogram and two TH1K histogram...
<commit_before>#include <isl/set.h> #include <isl/union_map.h> #include <isl/union_set.h> #include <isl/ast_build.h> #include <isl/schedule.h> #include <isl/schedule_node.h> #include <tiramisu/debug.h> #include <tiramisu/core.h> #include <string.h> #include <Halide.h> #include "halide_image_io.h" /* Halide code for ...
<commit_before><commit_msg>Made it possible to disable auto-import of lib-file.<commit_after><|endoftext|>
<commit_before>#include "AliAnalysisTaskSEXicTopKpi.h" #include "AliAnalysisManager.h" #include "TFile.h" #include "AliAnalysisDataContainer.h" #include "TChain.h" AliAnalysisTaskSEXicTopKpi *AddTaskSEXicTopKpi(Bool_t readMC=kFALSE, Int_t system=0/*0=pp,1=PbPb*/, Float_t minC=0, Float_t maxC=0, ...
<commit_before>#ifndef __RIGID_BODY_HPP__ #define __RIGID_BODY_HPP__ #include <btBulletDynamicsCommon.h> #include <Components/Component.hh> #include "Utils/SmartPointer.hh" #include <Entities/EntityData.hh> #include <Entities/Entity.hh> #include <Core/Engine.hh> #include <ResourceManager/ResourceManager.hh> #include...
<commit_before>/******************************************************************************/ /* */ /* X r d S e c P r o t o c o l s s l . h h */ /* ...
<commit_before>/*========================================================================= Program: Medical Imaging & Interaction Toolkit Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. See MITKC...
<commit_before>/*========================================================================= * * Copyright Insight Software Consortium * * 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) 2015-2017 Daniel Nicoletti <dantti12@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your ...
<commit_before><commit_msg>背景の再描画はInvalidateRect()で指示するようにした<commit_after><|endoftext|>
<commit_before>#pragma once #include <sstream> #include "rapidcheck/Show.hpp" #include "ImplicitParam.hpp" #include "RandomEngine.hpp" namespace rc { namespace detail { //! Represents the structure of value generation where large complex values are //! generated from small simple values. This also means that large...
<commit_before>/** @file gsTrilinosSolvers.cpp @brief Wrappers for Trilinos solvers This file is part of the G+Smo library. 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 at http://mo...
<commit_before>/* bzflag * Copyright (c) 1993 - 2003 Tim Riker * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file * named COPYING that should have accompanied this file. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ...
<commit_before>/* * ThreadPool.cpp * OpenLieroX * * Created by Albert Zeyer on 08.02.09. * code under LGPL * */ #include <SDL_thread.h> #include "ThreadPool.h" #include "Debug.h" static const unsigned int THREADNUM = 20; ThreadPool::ThreadPool() { nextAction = NULL; nextIsHeadless = false; nextData = NUL...
<commit_before>// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph - scalable distributed file system * * Copyright (C) 2010 Dreamhost * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * L...
<commit_before>#pragma once #include <cmath> #include <set> #include <algorithm> #include <vector> namespace ncv { /// /// \brief search for a 1D parameter that minimizes a given operator, /// using a greedy approach on the logarithmic scale in the range [minlog, maxlog]. /// ...
<commit_before>#include "module_handcontrol.h" #include "module_thruster.h" #include "module_thrustercontrolloop.h" #include "handcontrol_form.h" #include "server.h" Module_HandControl::Module_HandControl(QString id, Module_ThrusterControlLoop *tcl, Module_Thruster *thrusterLeft, Module_Thruster *thrusterRight, Module...
<commit_before>#include "ReleaseBuilder.h" namespace project { ReleaseBuilder::ReleaseBuilder(double _value, Account* _account, string _releaseType, string _paymentType, string _description, string _operation, string _date) : value(_value), account(_account), releaseType(_re...
<commit_before>// MIT License // // Copyright © 2017 Michael J Simms. 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 limita...
<commit_before>/* * Software License Agreement (BSD License) * * Copyright (c) 2010, 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>/* * Software License Agreement (BSD License) * * Copyright (c) 2010, 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>/************************************************************************* * * 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.org. * * ...
<commit_before>/* * ImageJFind * A Diamond application for interoperating with ImageJ * Version 1 * * Copyright (c) 2002-2005 Intel Corporation * Copyright (c) 2008 Carnegie Mellon University * All Rights Reserved. * * This software is distributed under the terms of the Eclipse Public * License, Versi...
<commit_before>#include "hirestimer.hpp" #ifdef __APPLE__ #include <mach/mach.h> #include <mach/mach_time.h> HiResTimer::HiResTimer() : elapsedTicks(0), running(0), startTicks(0) { } void HiResTimer::start() { if (++running == 1) startTicks = mach_absolute_time(); } void HiResTimer::stop() { if...
<commit_before>#include "../../../shared/SystemImplBase.h" #include "common/RhoConf.h" #include "logging/RhoLog.h" #include "../../platform/shared/qt/rhodes/impl/MainWindowImpl.h" #include "../../platform/shared/qt/rhodes/RhoSimulator.h" #undef null #include <qwebkitglobal.h> #include <QLocale> #include <QDesktopServ...
<commit_before>/* * Copyright (c) 2013-2014 ARM Limited * All rights reserved * * The license below extends only to copyright in the software and shall * not be construed as granting a license to any other intellectual * property including but not limited to intellectual property relating * to a hardware impleme...
<commit_before> #include "numerics/quadrature.hpp" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "quantities/elementary_functions.hpp" #include "testing_utilities/almost_equals.hpp" #include "testing_utilities/is_near.hpp" #include "testing_utilities/numerics_matchers.hpp" namespace principia { namespac...
<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.h" #include "chrome/browser/browser_list.h" #include "chrome/browser/browser_window.h" #include "chrom...
<commit_before><commit_msg>Disable IncognitoSplitMode everywhere, it's failing and hangy. Working on a fix.<commit_after><|endoftext|>
<commit_before><commit_msg>Revert r49169 and r49170; they didn't fix the problem.<commit_after><|endoftext|>
<commit_before> #ifdef __linux__ #include <cassert> #include <GL/glew.h> #include <GL/glxew.h> #include <GL/glx.h> #include <glow/logging.h> #include <glow/global.h> #include <glow/Error.h> #include "GLxContext.h" namespace glow { Display * GLxContext::s_display = nullptr; GLxContext::GLxContext(Context & cont...
<commit_before>// This code is based on Sabberstone project. // Copyright (c) 2017-2018 SabberStone Team, darkfriend77 & rnilva // Hearthstone++ is hearthstone simulator using C++ with reinforcement learning. // Copyright (c) 2018 Chris Ohk, Youngjoong Kim, SeungHyun Jeon #include <hspp/Tasks/PlayerTasks/CombatTask.hp...
<commit_before>/* * Copyright (C) 2015 Pavel Kirienko <pavel.kirienko@gmail.com> */ #include "board.hpp" #include <cstring> #include <unistd.h> #include <ch.h> #include <ch.hpp> #include <hal.h> #include <zubax_chibios/sys/sys.h> /** * GPIO config for ChibiOS PAL driver */ const PALConfig pal_default_config = { ...
<commit_before>#include "musicsemaphoreeventloop.h" #include <QThread> #include <QApplication> MusicSemaphoreEventLoop::MusicSemaphoreEventLoop(QObject* parent) : QObject(parent), m_semaphore(0) { } void MusicSemaphoreEventLoop::exec() { QMutexLocker locker(&m_mutex); --m_semaphore; while(m_semaphor...
<commit_before><commit_msg>Fix race condition in OCSPRequestSession.<commit_after><|endoftext|>
<commit_before>#include <StdAfx.h> #include <UI/Controls/PaneHeader/PaneHeader.h> #include <UI/UIFunctions.h> #include <core/utility/strings.h> #include <UI/DoubleBuffer.h> #include <core/utility/output.h> namespace controls { static std::wstring CLASS = L"PaneHeader"; PaneHeader::~PaneHeader() { TRACE_DESTRUCTO...
<commit_before>#ifndef SOLAIRE_COMPRESSED_VECTOR_HPP #define SOLAIRE_COMPRESSED_VECTOR_HPP //Copyright 2015 Adam 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 License at // // http://www.ap...
<commit_before>#include "./UnicodeConverter.h" #include "unicode/utypes.h" /* Basic ICU data types */ #include "unicode/ucnv.h" /* C Converter API */ #include "../DesktopEditor/common/File.h" namespace NSUnicodeConverter { class CUnicodeConverter_Private { public: CUnicode...
<commit_before>/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "Lice...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses...
<commit_before>/** * This file is part of the CernVM File System */ #include "swissknife_tarball.h" #include "catalog_virtual.h" #include "sync_mediator.h" #include "sync_union.h" #include "sync_union_tarball.h" int swissknife::IngestTarball::Main(const swissknife::ArgumentList &args) { SyncParameters params; ...
<commit_before>/** * This file is part of the CernVM File System */ #define __STDC_FORMAT_MACROS #include "sync_union_tarball.h" #include <pthread.h> #include <stdio.h> #include <cassert> #include <set> #include <string> #include <vector> #include "duplex_libarchive.h" #include "fs_traversal.h" #include "smalloc....
<commit_before>/* * Copyright (c) 2011-2017, The DART development contributors * All rights reserved. * * The list of contributors can be found at: * https://github.com/dartsim/dart/blob/master/LICENSE * * This file is provided under the following "BSD-style" License: * Redistribution and use in source and ...
<commit_before>#ifndef VIENNAGRID_IO_POLY_READER_GUARD #define VIENNAGRID_IO_POLY_READER_GUARD /* ======================================================================= Copyright (c) 2011-2013, Institute for Microelectronics, Institute for Analysis and Scientific Computing, ...
<commit_before>/// HEADER #include "blob_detector.h" /// COMPONENT #include <vision_plugins/cvblob.h> /// PROJECT #include <csapex_core_plugins/vector_message.h> #include <csapex_vision/cv_mat_message.h> #include <csapex_vision/roi_message.h> #include <csapex_vision_features/keypoint_message.h> /// PROJECT #include ...
<commit_before>/************************************************************************* * * $RCSfile: unoautopilot.inl,v $ * * $Revision: 1.1 $ * * last change: $Author: fs $ $Date: 2001-02-21 09:24:52 $ * * The Contents of this file are made available subject to the terms of * either of the following l...
<commit_before>/************************************************************************* * * $RCSfile: browserpage.cxx,v $ * * $Revision: 1.6 $ * * last change: $Author: hr $ $Date: 2004-10-13 09:04:20 $ * * The Contents of this file are made available subject to the terms of * either of the following li...
<commit_before>/////////////////////////////////////////////////////////////////////////////// // // File NektarUnivConsts.hpp // // For more information, please see: http://www.nektar.info // // The MIT License // // Copyright (c) 2006 Scientific Computing and Imaging Institute, // University of Utah (USA) and Departm...
<commit_before>// ------------------------------------------------------------------------- // @FileName : NFCUrlClientModule.cpp // @Author : LvSheng.Huang // @Date : 2013-07-08 // @Module : NFCUrlClientModule // @Desc : // -------------------...
<commit_before>/*========================================================================= Library: TubeTK Copyright 2010 Kitware Inc. 28 Corporate Drive, Clifton Park, NY, 12065, USA. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in complian...
<commit_before>/** * For conditions of distribution and use, see copyright notice in license.txt * * @file OgreMaterialUtils.cpp * @brief Contains some often needed utlitity functions when dealing with OGRE material scripts. */ #include "StableHeaders.h" #include "DebugOperatorNew.h" #include "MemoryLeakChe...
<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-2009 Torus Knot Software Ltd Permission is hereby granted, free of charge,...
<commit_before>// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "leveldb/db.h" #include <errno.h> #include <fcntl.h> #include <sys/stat.h> #in...
<commit_before>/* -------------------------------------------------------------------------- * * OpenSim: PathActuator.cpp * * -------------------------------------------------------------------------- * * The OpenSim API is a toolkit for musculoskeletal modeling and ...
<commit_before>/************************************************************************* * Copyright(c) 1998-2008, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Con...
<commit_before>#include "cinder/app/AppCocoaTouch.h" #include "cinder/app/Renderer.h" #include "cinder/Surface.h" #include "cinder/gl/Texture.h" #include "cinder/Camera.h" using namespace ci; using namespace ci::app; class iPhoneAccelerometerApp : public AppCocoaTouch { public: virtual void setup(); virtual void ...
<commit_before>/************************************************************************* * * $RCSfile: MPreparedStatement.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: oj $ $Date: 2001-11-26 13:51:14 $ * * The Contents of this file are made available subject to the terms of * either of the follo...
<commit_before>#include "NativeJIT/CodeGen/ExecutionBuffer.h" #include "NativeJIT/CodeGen/FunctionBuffer.h" #include "NativeJIT/Function.h" #include "Temporary/Allocator.h" #include <cassert> #include <iostream> #include <sstream> #include <string> #include <vector> using NativeJIT::Allocator; using NativeJIT::Execut...
<commit_before><commit_msg>INTEGRATION: CWS gh14 (1.10.66); FILE MERGED 2007/05/25 11:33:39 gh 1.10.66.1: #i76946# parent not set anymore -> crash<commit_after><|endoftext|>
<commit_before>// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2016 projectchrono.org // All rights 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>/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/perv/p9_mem_startclocks.C $...
<commit_before>/** * @file Cosa/OneWire.cpp * @version 1.0 * * @section License * Copyright (C) 2012, 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>/** * @version GrPPI v0.2 * @copyright Copyright (C) 2017 Universidad Carlos III de Madrid. All rights reserved. * @license GNU/GPL, see LICENSE.txt * 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 ...
<commit_before>//===- llvm/unittest/Support/AnyTest.cpp - Any tests ---===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-----------------------------------------------------------...
<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 <stdarg.h> #include <ctype.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <stdbool.h> #include <string.h> #define INTERLEAVE_TEST #define __code #define __data #define __pdata #define __xdata #define PARAM_ECC 1 int interleave=1; int param_get(int pa...
<commit_before>/*========================================================================= Programme : OTB (ORFEO ToolBox) Auteurs : CS - C.Ruffel Language : C++ Date : 14 mars 2006 Version : Role : Test du filtre de detection de lignes (instanciation) $Id$ ==================...
<commit_before>/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2015 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>/////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2004, Industrial Light & Magic, a division of Lucas // Digital Ltd. LLC // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted prov...
<commit_before>/************************************************************************** * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * ...
<commit_before>/* The libMesh Finite Element Library. */ /* Copyright (C) 2003 Benjamin S. Kirk */ /* This library is free software; you can redistribute it and/or */ /* modify it under the terms of the GNU Lesser General Public */ /* License as published by the Free Software Foundation; either */ /* version 2.1 of t...
<commit_before>// Copyright 2019 Proyectos y Sistemas de Mantenimiento SL (eProsima). // // 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>#include "hornet/java.hh" #include "hornet/zip.hh" #include <cassert> #include <climits> namespace hornet { jar::jar(std::string filename) : _zip(zip_open(filename.c_str())) { } jar::~jar() { zip_close(_zip); } std::shared_ptr<klass> jar::load_class(std::string class_name) { zip_entry *e...
<commit_before>#include "test_common.hh" #if HAVE_DUNE_FEM #include <memory> #include <dune/fem/misc/mpimanager.hh> #include <dune/fem/space/fvspace/fvspace.hh> #include <dune/fem/space/dgspace.hh> #include <dune/fem/gridpart/adaptiveleafgridpart.hh> #include <dune/fem/function/adaptivefunction.hh> #include <dune/fe...
<commit_before><commit_msg>drawingML export: write TextShape fill properties<commit_after><|endoftext|>
<commit_before>// For conditions of distribution and use, see copyright notice in license.txt #include "StableHeaders.h" #include <cassert> #include <sstream> #include <iostream> #include "OpenSimAuth.h" #ifdef WIN32 #include <winsock2.h> #include <iphlpapi.h> #endif //using namespace std; namespace ProtocolUtilit...
<commit_before>/* * opencog/atomspace/AtomSpace.cc * * Copyright (c) 2008-2010 OpenCog Foundation * Copyright (c) 2009, 2013 Linas Vepstas * All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License v3 as * publish...
<commit_before>/* Copyright (c) 2012 Carsten Burstedde, Donna Calhoun 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 ...
<commit_before>/* The MIT License (MIT) Copyright (c) 2015 winlin 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...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: embeddoc.hxx,v $ * * $Revision: 1.12 $ * * last change: $Author: rt $ $Date: 2006-02-09 13:37:27 $ * * The Contents of this file are made...
<commit_before>//=========================================== // Lumina-DE source code // Copyright (c) 2015, Ken Moore // Available under the 3-clause BSD license // See the LICENSE file for full details //=========================================== #include "LStartButton.h" #include "../../LSession.h" #include <L...
<commit_before>#include "..\header\Player.h" Player::Player(game_state* GameState){ LogManager& l = LogManager::getInstance(); ResourceManager& r = ResourceManager::getInstance(); WorldManager& w = WorldManager::getInstance(); if (!l.isStarted() || !r.isStarted() || !w.isStarted()){ l.writeLog("Manager was not s...
<commit_before>#include <fstream> #include <iostream> #include <omp.h> #include <stdio.h> #include <string> #include <time.h> #include "Neural_Networks.h" using namespace std; void Read_MNIST(string training_set_images, string training_set_labels, string test_set_images, string test_set_labels, int number_training, ...
<commit_before>/* * Copyright (c) 2014 MUGEN SAS * * 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, modify, m...
<commit_before>// // main.cpp // parsetool // // Created by Andrew Hunter on 24/09/2011. // Copyright 2011-2012 Andrew Hunter. All rights reserved. // #include "TameParse/TameParse.h" #include "boost_console.h" #include <iostream> #include <memory> using namespace std; using namespace dfa; using namespace lr; us...