text
stringlengths
54
60.6k
<commit_before>/************************************************************************* * * $RCSfile: changes.cxx,v $ * * $Revision: 1.16 $ * * last change: $Author: jb $ $Date: 2002-03-28 08:24:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licen...
<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 "ash/system/chromeos/session/tray_session_length_limit.h" #include "ash/root_window_controller.h" #include "ash/shell.h" #include...
<commit_before>/** * * @copyright * ======================================================================== * Copyright 2007 FLWOR Foundation * * 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 Lic...
<commit_before>//===- InputSegment.cpp ---------------------------------------------------===// // // The LLVM Linker // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------...
<commit_before>#include "AliHBTReaderKineTree.h" //_______________________________________________________________________ ///////////////////////////////////////////////////////////////////////// // // class AliHBTReaderKineTree // // Reader for Kinematics // // Piotr.Skowronski@cern.ch // ////////////////////////////...
<commit_before>// $Id$ //************************************************************************** //* This file is property of and copyright by the ALICE HLT Project * //* ALICE Experiment at CERN, All rights reserved. * //* ...
<commit_before>#include "Halide.h" #include <tiramisu/utils.h> #include <cstdlib> #include <iostream> #include "mkl_cblas.h" #include "sgemm_wrapper.h" #include "benchmarks.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } // extern "C" #endif int main(int, char **) { std::vector<std::chrono::dur...
<commit_before>#include <iostream> #include <sstream> #include <string> #include "pegmatite.hh" // This is very bad style, but it's okay for a short example... using namespace std; using namespace pegmatite; /** * The AST namespace contains the abstract syntax tree for this grammar. */ namespace AST { /** * The ...
<commit_before>/// @file demo_multilayer_iris.cpp -- A multilayer perceptron on Iris dataset /// /// usage: demo_multilayer_iris [path_to_data (default: ../data/iris.csv)] #include <iostream> #include <fstream> #include <ostream> #include <string> #include <iomanip> #include "notch.hpp" #include "notch_io.hpp" #incl...
<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>// // DiskImage.hpp // Clock Signal // // Created by Thomas Harte on 21/09/2017. // Copyright 2017 Thomas Harte. All rights reserved. // #ifndef DiskImage_hpp #define DiskImage_hpp #include <map> #include <memory> #include "../Disk.hpp" #include "../Track/Track.hpp" namespace Storage { namespace ...
<commit_before>// This file is a part of the OpenSurgSim project. // Copyright 2013-2015, 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.apac...
<commit_before>/* * Copyright (c) 2018, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * 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>/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in **...
<commit_before>#include <cassert> #include <functional> #include <sstream> #include <string> #include <vector> #include <sampgdk/core.h> #include <sampgdk/sdk.h> #include "ufs.h" enum LoadState { WaitLoad, BeginLoad, Loaded, Unloaded }; extern void *pAMXFunctions; static LoadState load_state = WaitLoad; stat...
<commit_before>#include <Utils/Age_microprofile.hpp> #include <Utils/Profiler.hpp> #include <context/SDL/SdlContext.hh> #include <Utils/OpenGL.hh> #include <iostream> #include <Utils/DependenciesInjector.hpp> #include <Core/Inputs/Input.hh> #include <SDL/SDL.h> #include <Core/Inputs/Input.hh> #include <Threads/MainThre...
<commit_before>// Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef CONCURRENCY_FIFO_CHECKER_HPP_ #define CONCURRENCY_FIFO_CHECKER_HPP_ #include <map> #include <string> #include <utility> #include "containers/archive/archive.hpp" #include "containers/uuid.hpp" #include "rpc/serialize_macros.hpp" #include "t...
<commit_before>/********************************************************************* * * Condor ClassAd library * Copyright (C) 1990-2001, CONDOR Team, Computer Sciences Department, * University of Wisconsin-Madison, WI, and Rajesh Raman. * * This library is free software; you can redistribute it and/or * modif...
<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/sync/notifier/chrome_system_resources.h" #include <cstdlib> #include <cstring> #include <string> #include "b...
<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/translate/translate_infobar_delegate2.h" #include "app/l10n_util.h" #include "app/resource_bundle.h" #include...
<commit_before>#include <ros/ros.h> #include <geometry_msgs/Twist.h> #include <sensor_msgs/PointCloud2.h> #include <sensor_msgs/PointCloud.h> #include <sensor_msgs/point_cloud_conversion.h> #include <tf/transform_listener.h> #include <octomap/octomap.h> #include <octomap/OcTree.h> #include <octomap_msgs/Octomap.h> #i...
<commit_before><commit_msg>Add some spacing so that status area lines up on cros<commit_after><|endoftext|>
<commit_before>// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/file_util.h" #include "base/path_service.h" #include "base/scoped_temp_dir.h" #include "base/string_util.h" #include "ba...
<commit_before>/* * Copyright (c) 2012 Adrien Guinet <adrien@guinet.me> * 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...
<commit_before>/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkThreadedBMPDevice.h" #include "SkPath.h" #include "SkSpecialImage.h" #include "SkTaskGroup.h" #include "SkVertices.h" // Calling init(j, k) would ...
<commit_before>//======================================================================= // Copyright (c) 2014 Baptiste Wicht // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://opensource.org/licenses/MIT) //========================================================...
<commit_before>/* * SlidingWindowIteratorTest.cpp * * Created on: Aug 16, 2017 * Author: Péter Fankhauser * Institute: ETH Zurich */ #include "grid_map_core/iterators/SlidingWindowIterator.hpp" #include "grid_map_core/GridMap.hpp" #include <cfloat> #include <Eigen/Core> #include <gtest/gtest.h> #include ...
<commit_before>/// \file ROOT/RLogger.hxx /// \ingroup Base ROOT7 /// \author Axel Naumann <axel@cern.ch> /// \date 2015-03-29 /// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback /// is welcome! /******************************************************...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: vtkSocketCommunicator.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) 1993-2000 Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. ...
<commit_before>#ifdef __TEST__ #include "ArrayTest.h" ArrayTest::ArrayTest( ) : allocator( Rumia::Allocator( ) ), arr( Rumia::Array<int>( allocator ) ), objArr( Rumia::Array<SomeClass>( allocator ) ) { } ArrayTest::~ArrayTest( ) { } void ArrayTest::SetUp( ) { arr.PushBack( 1 ); arr.PushBack( 2 );...
<commit_before>/* * * Copyright 2015 gRPC authors. * * 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...
<commit_before>////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2010-2012, Image Engine Design Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // ...
<commit_before>// Copyright eeGeo Ltd (2012-2014), All Rights Reserved #include <jni.h> #include <android/native_window.h> #include <android/native_window_jni.h> #include <android/asset_manager.h> #include <android/asset_manager_jni.h> #include <pthread.h> #include "AppRunner.h" #include "main.h" #include "Logger.h" #...
<commit_before>// // TimedEventLoop.cpp // Clock Signal // // Created by Thomas Harte on 29/07/2016. // Copyright © 2016 Thomas Harte. All rights reserved. // #include "TimedEventLoop.hpp" #include "../NumberTheory/Factors.hpp" #include <algorithm> #include <cassert> using namespace Storage; TimedEventLoop::Tim...
<commit_before>// vim:ts=2:sw=2:expandtab:autoindent:filetype=cpp: /* Copyright (c) 2008, 2009 Aristid Breitkreuz, Ash Berlin, Ruediger Sonderfeld 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 w...
<commit_before>/****************************************************************************** * Copyright 2017 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>// 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 "gfx/native_theme_linux.h" #include "base/logging.h" #include "gfx/size.h" #include "gfx/rect.h" namespace gfx { unsigned i...
<commit_before>/* * Copyright (C) 2009, Willow Garage, Inc. * * 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 condition...
<commit_before>#include "hanse_depthengine/depth_engine.h" DepthEngine::DepthEngine() : depth_target_(0), pressure_bias_(0), pressure_current_(0), pressure_init_(false), emergency_stop_(false), pids_enabled_(true), depth_pid_enabled_(true), motors_enabled_(true), depth_output_(0) { ...
<commit_before>/* * AlgorandOperation * * Created by Rémi Barjon on 12/05/2020. * * The MIT License (MIT) * * Copyright (c) 2020 Ledger * * 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 Sof...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Mobility Components. ** ** $QT_BEGIN_LICENSE:LG...
<commit_before>/************************************************************************* * * $RCSfile: accessiblecomponenthelper.hxx,v $ * * $Revision: 1.5 $ * * last change: $Author: vg $ $Date: 2005-02-16 15:50:52 $ * * The Contents of this file are made available subject to the terms of * either of th...
<commit_before><commit_msg>Fix Linux build break.<commit_after><|endoftext|>
<commit_before>#include "robobo.h" int main(int argc, char** argv) { std::string confDir = "."; std::string confName = "robobo.conf"; if (argc > 1) { // analyze arguments bool exitAfter = false; for (int i = 1; i < argc; i++) { // iterate through all arguments if (strcmp(argv[i], "--help") == 0 || strcmp(arg...
<commit_before>/** * @file Cosa/Board/StandardUSB.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; eith...
<commit_before>#include "base.hpp" #include "ButtonStatus.hpp" #include "Client.hpp" #include "CommonData.hpp" #include "Config.hpp" #include "Core.hpp" #include "RemapClass.hpp" #include "remap.hpp" #include "util/CallBackWrapper.hpp" #include "util/EventInputQueue.hpp" #include "util/EventOutputQueue.hpp" #include "u...
<commit_before>/* * Copyright (c) 2012, 2013 Aldebaran Robotics. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the COPYING file. */ #include <boost/filesystem.hpp> #include <locale> #include <cstdio> #include <cstdlib> #include <cstdarg> #include <unistd....
<commit_before>/* -*- Mode: C++; indent-tabs-mode: nil -*- */ #include <cassert> #include <iomanip> #include <iostream> #include <vector> #include <schwa/macros.h> #include <schwa/config.h> #include <schwa/pool.h> #include <schwa/port.h> #include <schwa/dr.h> #include <schwa/io/array_reader.h> #include <schwa/msgpack....
<commit_before>#include <stingray/toolkit/toolkit.h> #include <stdio.h> #include <stdarg.h> #include <stingray/log/Logger.h> #include <stingray/toolkit/Backtrace.h> #include <stingray/toolkit/StringUtils.h> #include <stingray/toolkit/array.h> namespace stingray { NullPtrType null; void _append_extended_diagnosti...
<commit_before>#include "WPILib.h" #include "Subsystems/Intake.h" #include "Subsystems/Shooter.h" #include "Commands/IntakeBall.h" #include "Commands/PushBall.h" #include "Commands/SpinUp.h" #include "Commands/SpinDown.h" #include "Commands/Shoot.h" #include "Subsystems/Drive.h" #include "Subsystems/CameraMount.h" #in...
<commit_before><commit_msg>:construction: chore(vm): add binary operations vm executor<commit_after><|endoftext|>
<commit_before>/******************************************************************************\ * ___ __ * * /\_ \ __/\ \ * * \//\ \ /\_\ \ \____ ___ _____ _____ __ ...
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: macro_expander.hxx,v $ * * $Revision: 1.2 $ * * last change: $Author: vg $ $Date: 2007-10-15 11:53:16 $ * * The Contents of this file are...
<commit_before>#include "stdafx.h" #include <windows.h> #include "..\includes\CPatch.h" #include "..\includes\IniReader.h" HMODULE h_e2mfc_dll = NULL; HMODULE comics = NULL; float iniFOV, FOV; float fAspectRatio, stdViewPortSize, fWidthFactor, fDiffFactor; float fVisibilityFactor1, fVisibilityFactor2; unsigned int Sc...
<commit_before>//======================================================================= // Copyright Baptiste Wicht 2013. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) //======================================...
<commit_before>/* This file is part of WME Lite. http://dead-code.org/redir.php?target=wmelite Copyright (c) 2011 Jan Nedoma 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 restri...
<commit_before># pragma once # include <Siv3D.hpp> namespace asc { using namespace s3d; /// <summary> /// 文字列を送受信可能な TCPClient, TCPServer /// </summary> /// <remarks> /// 送受信は UTF-8 で行います。 /// </remarks> template<class Socket> class TCPString : public Socket { public: /// <summary> /// 1 文字読み込みます。 ...
<commit_before>// This file was developed by Thomas Müller <thomas94@gmx.net>. // It is published under the BSD 3-Clause License within the LICENSE file. #include "../include/Common.h" #include <algorithm> #include <map> #include <vector> using namespace std; TEV_NAMESPACE_BEGIN vector<string> split(string text, c...
<commit_before>#include "dynet/nodes.h" #include "dynet/dynet.h" #include "dynet/training.h" #include "dynet/timing.h" #include "dynet/rnn.h" #include "dynet/gru.h" #include "dynet/lstm.h" #include "dynet/fast-lstm.h" #include "dynet/dict.h" #include "dynet/expr.h" #include <sys/stat.h> #include <sys/types.h> #include...
<commit_before>#include "gtest/gtest.h" #include <rapidcheck/gtest.h> #include <algorithm> #include <stack> #include <vector> // Algorithm to be tested // QUICK SORT void quick_sort_helper(std::stack<int>& st, std::stack<int>& helper1, std::stack<int>& helper2, int size) { // Sort the size 1st elements of st usin...
<commit_before>#include "CommonData.hpp" #include "EventOutputQueue.hpp" #include "IOLogWrapper.hpp" #include "KeyboardRepeat.hpp" #include "ListHookedKeyboard.hpp" #include "RemapClass.hpp" namespace org_pqrs_Karabiner { List KeyboardRepeat::queue_; TimerWrapper KeyboardRepeat::fire_timer_; int KeyboardRepeat::...
<commit_before>#include <iostream> #include <cmath> #include <array> #include <sndfile.hh> int main() { constexpr double pi = 3.14159265358979323846264338; constexpr double freq = 440.0; constexpr double duration = 1.0; constexpr int samplerate = 48000; constexpr double sample_duration = 1.0/sampl...
<commit_before>/*************************************************************************** ** ** Copyright (C) 2010, 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libmeegotouch. ** ** If you have questions regar...
<commit_before>// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <queue> #include "base/message_loop.h" #include "base/synchronization/lock.h" #include "base/task.h" #include "content/browse...
<commit_before>#include "stdafx.h" #include "MainThread.h" #include <process.h> namespace GameServer { namespace Fixes { void CMainThread::load() { enable_hook(&ATF::CMainThread::CheckForceClose, &CMainThread::CheckForceClose); enable_hook(&ATF::CMainThread::OnRun, &CMa...
<commit_before>/****************************************************************************** * Copyright 2017 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>/* This file is part of Strigi Desktop Search * * Copyright (C) 2007 Flavio Castelli <flavio.castelli@gmail.com> * * 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; ei...
<commit_before>#include "TextRenderer.h" #ifdef WIN32 #include <gl/gl.h> #include <SDL/SDL_ttf.h> #else #include <OpenGL/gl.h> #include <SDL_ttf/SDL_ttf.h> #endif #include <SDL/SDL.h> #include "Apollo.h" #include <map> #include "Utilities/ResourceManager.h" #include "Utilities/GameTime.h" #include "Logging.h" names...
<commit_before>/* * Copyright (c) 2011 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 implementat...
<commit_before>/* * Copyright (c) 2008-2016 the MRtrix3 contributors * * 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://mozilla.org/MPL/2.0/ * * MRtrix is distributed in the hope that...
<commit_before>// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- //Copyright: Universidad Carlos III de Madrid (C) 2016 //Authors: jgvictores, raulfdzbis, smorante #include "CgdaExecutionIET.hpp" namespace teo { /************************************************************************/ bool C...
<commit_before>/* * (C) 2002 Jack Lloyd * * Distributed under the terms of the Botan license */ /* Generate an RSA key of a specified bitlength, and put it into a pair of key files. One is the public key in X.509 format (PEM encoded), the private key is in PKCS #8 format (also PEM encoded). */ #include <iostream> #in...
<commit_before>#pragma once #include <string> #include <algorithm> #include "gsl/span.hpp" #include "gsl/assert.hpp" namespace cryptic::base64 { inline constexpr char to_character_set(std::byte b) { assert(b < std::byte{65}); constexpr char set[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr...
<commit_before>//------------------------------------------------------------------------------ // CLING - the C++ LLVM-based InterpreterG :) // author: Baozeng Ding <sploving1@gmail.com> // author: Vassil Vassilev <vasil.georgiev.vasilev@cern.ch> // // This file is dual-licensed: you can choose to license it under t...
<commit_before>#include "compiler.h" #include <assert.h> #include "ast.h" #include "opcode.h" class Emitter { class Label { public: Label(): target(-1) {} std::vector<int> fixups; int target; }; public: void emit(unsigned char b); void emit(const std::vector<unsigned char>...
<commit_before>/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: t; tab-width: 4 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance wi...
<commit_before>#include <string> #include <vector> #include "vtrc-server/vtrc-application.h" #include "boost/program_options.hpp" #include "boost/algorithm/string.hpp" #include "vtrc-common/vtrc-pool-pair.h" #include "vtrc-common/vtrc-rpc-service-wrapper.h" #include "vtrc-server/vtrc-listener-tcp.h" #include "vtrc-s...
<commit_before>/* * loadervtk.cpp * * Created on: Apr 5, 2013 * Author: schurade */ #include "loadervtk.h" #include <QDir> #include <QTextStream> #include <QDebug> #include <vtkGenericDataObjectReader.h> #include <vtkSmartPointer.h> #include <vtkPolyData.h> #include <vtkPointData.h> #include <vtkCellData....
<commit_before>#ifndef _OSL_FILE_HXX_ #include <osl/file.hxx> #endif #ifndef _VOS_MODULE_HXX_ #include <vos/module.hxx> #endif #ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_ #include <com/sun/star/frame/XModel.hpp> #endif #ifndef _COM_SUN_STAR_DOCUMENT_XVIEWDATASUPPLIER_HPP_ #include <com/sun/star/document/XViewDataSupplier....
<commit_before>/** \copyright * Copyright (c) 2021, Balazs Racz * 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>// Copyright 2016 Open Source Robotics Foundation, 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 re...
<commit_before>#include "engine/plugins/isochrone.hpp" #include "engine/api/isochrone_api.hpp" #include "engine/phantom_node.hpp" #include "util/concave_hull.hpp" #include "util/coordinate_calculation.hpp" #include "util/graph_loader.hpp" #include "util/monotone_chain.hpp" #include "util/simple_logger.hpp" #include "ut...
<commit_before>// tests the inclusion algorithm for all 2D and 3D elements #include "FemusInit.hpp" #include "Marker.hpp" #include "Line.hpp" #include "MultiLevelMesh.hpp" #include "VTKWriter.hpp" #include "NonLinearImplicitSystem.hpp" #include "MyVector.hpp" using namespace femus; // 2D CASE rigid rotation // dou...
<commit_before>/*! \copyright (c) RDO-Team, 2011 \file rdo_resource.inl \author (dluschan@rk9.bmstu.ru) \date 15.06.2011 \brief RDOResource inline implementation \indent 4T */ // ----------------------------------------------------------------------- INCLUDES // ------------...
<commit_before>#include "include/redis_admin.h" //TO-DO: When an operation fails, it should automatically detect whether there are //Sentinels available and, if so, try to failover to another Redis Node. void RedisAdmin::init(std::string hostname, int port, int timeout_seconds, int timeout_microseconds) { struct ...
<commit_before>/****************************************************************/ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* All contents are licensed under LGPL V2.1 */ /* See LICENSE for full r...
<commit_before>/** * This file is part of the CernVM File System. */ #include <poll.h> #include <pthread.h> #include <unistd.h> #include <cstdio> #include <cstring> #include <map> #include <string> #include <vector> #include "download.h" #include "json.h" #include "letter.h" #include "logging.h" #include "mongoose...
<commit_before>#include "audio_postprocess.h" Audio::Audio() { internal_memory = std::make_unique<u8[]>(BUFFER_SIZE * 4); for (u32 i = 0; i < 4; ++i) buffers[i] = &internal_memory[BUFFER_SIZE * i]; SDL_AudioSpec opt = {}, tmp = {}; opt.freq = 44100; opt.channels = 2; opt.format = AUDIO_F32SYS; opt.sampl...
<commit_before>/** * @file * @brief Implementation of PulseTransfer module * @copyright Copyright (c) 2017 CERN and the Allpix Squared authors. * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md". * In applying this license, CERN does not waive the privileges...
<commit_before>#pragma once #include <tudocomp/Compressor.hpp> #include <sdsl/cst_fully.hpp> #include <sdsl/cst_sada.hpp> #include <tudocomp/Range.hpp> #include <tudocomp/ds/TextDS.hpp> #include <tudocomp/ds/st.hpp> #include <tudocomp/ds/st_util.hpp> namespace tdc { class LZ78UCompressor: public Compressor { priv...
<commit_before>#pragma once #include "pch.h" #include "MatOps.h" /** *sum of squard difference (distance metric) *starting from ax,ay in image a and bx,by in image b, with a width and height given *indicies out of bounds results in MAX_DOUBLE */ double Matops::ssd(Mat& a, Mat& b, int x, int y) { return 0; } /** *sin...
<commit_before>/*========================================================================= Program: Visualization Toolkit Module: vtkProjectedTexture.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
<commit_before>#include <cstdlib> #include <cmath> #include <fstream> #include <sstream> #include <iostream> #include <iomanip> #include <string> #include <vector> #include <algorithm> #include <exception> #include <sys/time.h> #include "modules/htmTree.h" #include "modules/kdTree.h" #include "misc.h" #include ...
<commit_before>/* The Next Great 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 o...
<commit_before>/* * The MIT License (MIT) * * Copyright (c) 2014 Pavel Strakhov * * 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>/****************************************************************************** Copyright (c) 2015, Geoffrey TOURON 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 so...
<commit_before>/* * Author: Landon Fuller <landon@landonf.org> * * Copyright (c) 2015 Landon Fuller <landon@landonf.org>. * All rights reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in t...
<commit_before>/***************************************************************************** * MindTheGap: Integrated detection and assembly of insertion variants * A tool from the GATB (Genome Assembly Tool Box) * Copyright (C) 2014 INRIA * Authors: C.Lemaitre, G.Rizk * * This program is free software...
<commit_before>/* Copyright (c) 2009 Volker Krause <vkrause@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 as published by the Free Software Foundation; either version 2 of the License, or (at your option) a...
<commit_before>/** * @file HoughCircle_Demo.cpp * @brief Demo code for Hough Transform * @author OpenCV team */ #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include <iostream> using namespace cv; namespace { // windows and trackbars name const std::string windowName = "H...