CombinedText
stringlengths
8
3.42M
#include "app.h" #include "version.h" #include "timer.h" #include "file/config.h" #include "image/header.h" #include "image/voxel.h" #include "image/copy.h" #include "gui/opengl/gl.h" #include "gui/opengl/lighting.h" #include "gui/dialog/file.h" #include "gui/dialog/opengl.h" #include "gui/dialog/image_properties.h" #i...
/* 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; either * version 2 ...
// Copyright (c) 2013, German Neuroinformatics Node (G-Node) // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted under the terms of the BSD License. See // LICENSE file in the root of the Project. #include <nix/util/util.hpp> #include <nix/...
/**************************************************************************** ** ** Copyright (C) Qxt Foundation. Some rights reserved. ** ** This file is part of the QxtGui module of the Qxt library. ** ** This library is free software; you can redistribute it and/or modify it ** under the terms of the Common P...
///////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2020, The Regents of the University of California // All rights reserved. // // BSD 3-Clause License // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the...
/************************************************************************** Copyright (c) 2021 sewenew 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/licen...
#include "CWorm.h" #include "util/vec.h" #include "util/angle.h" #include "util/log.h" #include "gusgame.h" #include "CGameObject.h" #include "game/WormInputHandler.h" #include "weapon_type.h" #include "particle.h" #include "player_options.h" #include "CWormHuman.h" #ifndef DEDICATED_ONLY #include "base_animator.h" #i...
/* * netstream.cpp * Gusanos * * Created by Albert Zeyer on 30.11.09. * code under LGPL * */ #include "netstream.h" #include "Networking.h" #include "EndianSwap.h" #include "gusanos/encoding.h" #include "CBytestream.h" #include "Protocol.h" #include "CServer.h" #include "CServerConnection.h" #include "CCli...
/* * SHA-{224,256} * (C) 1999-2008 Jack Lloyd * 2007 FlexSecure GmbH * * Distributed under the terms of the Botan license */ #include <botan/sha2_32.h> #include <botan/loadstor.h> #include <botan/rotate.h> namespace Botan { namespace { /* * SHA-256 Rho Function */ inline u32bit rho(u32bit X, u32bit rot1, u32bit...
/* * 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 * "License"); you ...
/* ***** 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 with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
/* * Copyright (C) 2011 Ivan Cukic <ivan.cukic(at)kde.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * or (at your option) any later version, as published by the Free * Software Foundation * * This progr...
#include <iostream> #include <string> #include <vector> #include <map> #include <cassert> #include <sstream> #include <algorithm> #include <fstream> #include <boost/program_options.hpp> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/json_parser.hpp> #include <boost/foreach.hpp> #include <boost...
// ========================================================================== // // This file is part of Sara, a basic set of libraries in C++ for computer // vision. // // Copyright (C) 2018 David Ok <david.ok8@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla Public // License v. 2.0. If a...
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage ** Thi...
// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed ...
/** * \file * \brief SignalsWaitTestCase class implementation * * \author Copyright (C) 2015 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info * * \par License * 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 w...
/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dinfdlg.hxx,v $ * * $Revision: 1.4 $ * * last change: $Author: obo $ $Date: 2007-07-17 13:37:03 $ * * The Contents of this file are made available subje...
/** Copyright 2014-2015 Jason R. Wendlandt Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, sof...
/************************************************************************* * * Copyright 2016 Realm 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/lice...
/* * Copyright (C) 2017 ScyllaDB */ /* * This file is part of Scylla. * * Scylla is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later...
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozil...
//===----------------------------------------------------------------------===// // // Peloton // // type_integrity_test.cpp // // Identification: ../peloton-1/test/codegen/type_integrity_test.cpp // // Copyright (c) 2015-16, Carnegie Mellon University Database Group // //===--------------------...
/* * Medical Image Registration ToolKit (MIRTK) * * Copyright 2013-2016 Imperial College London * Copyright 2013-2016 Andreas Schuh * * 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 * ...
/* * Copyright 2014 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 law or agreed to...
/* * Copyright (C) 2017-present ScyllaDB */ /* * This file is part of Scylla. * * Scylla is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) a...
#include "renderer_robot_plan.hpp" #include "RobotPlanListener.hpp" #include "plan_execution_gui_utils.hpp" #include "plan_approval_gui_utils.hpp" #define RENDERER_NAME "Robot Plan Display" #define PARAM_SELECTION "Enable Selection" #define PARAM_WIRE "Show BBoxs For Meshes" #define PARAM_HIDE "Hide Plan" #defi...
//===-- SwiftExpressionParser.cpp -------------------------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
// tUtil.cpp // // Utility functions. These include hardware querying utilities like supported instruction sets, number or cores, // hardware timer functions, and computer name/ip accessors. // // Copyright (c) 2004-2006, 2017, 2019 Tristan Grimmer. // Permission to use, copy, modify, and/or distribute this softw...
/** @file A brief file description @section license License 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 und...
#ifndef WIN32 //===--- TerminalConfigUnix.cpp - termios storage -------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------...
/** @file Http2Stream.cc @section license License 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 Apa...
/** @file Http2Stream.cc @section license License 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 Apa...
/** @file This file implements the LogConfig object. @section license License 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...
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
#include "ms.h" #include "pt.h" #include <assert.h> void ModelCheckerPG::dumpDOT( std::ofstream &outf ) { propositionSet_it prp_it; int pcount; outf << "digraph G {\n \"\" [shape=none]" << std::endl; outf << "\"\" -> \"" << this->initialVertex << "\"" << std::endl; for (PGStateSet_it it_state = this->states.b...
/** \copyright * Copyright (c) 2015, 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, * this li...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/*********************************************************************************** ** MIT License ** ** ** ** Copyright (c) 2018 Victor DENIS (victordenis01@gmail.com) ...
// // parser_tables.cpp // Parse // // Created by Andrew Hunter on 07/05/2011. // Copyright 2011 __MyCompanyName__. All rights reserved. // #include <algorithm> #include "parser_tables.h" using namespace std; using namespace contextfree; using namespace lr; /// \brief Ranks actions in the order they should appe...
#ifndef LIB_PROPERTIES_HPP #define LIB_PROPERTIES_HPP #include "types.hpp" namespace lib { template <typename T,class ACCESSOR> class Property { public: const T &get() const { return m_value; } private: Property() : m_value{} {} Property(Property&&r) : m_value{ std::move(p); } {} explicit Property(const ...
// -*- mode: c++; indent-tabs-mode: nil; tab-width: 2 -*- // $Id$ // vim:tabstop=2 /*********************************************************************** 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 ...
/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ViewElementListProvider.cxx,v $ * * $Revision: 1.7 $ * * last change: $Author: rt $ $Date: 2005-09-08 00:20:24 $ * * The Contents of this file are made ...
#include "points_calculator.h" #include "wait_and_win_test.h" #include <assert.h> #include <stddef.h> #include <string.h> //#define STRICT_98_RULE namespace mahjong { static bool seperate_2(const TILE *tiles, long tile_cnt, long fixed_set_cnt, SET (*output_sets)[5], long *separation_cnt) { if (tile_cnt == 2 &&...
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html #include "bsesequencer.hh" #include <bse/bseengine.hh> #include <bse/bsecxxplugin.hh> enum { PARAM_0, PARAM_NOTES, PARAM_LENGTH, PARAM_TRANSPOSE, PARAM_COUNTER }; /* --- prototypes --- */ static void bse_sequencer_init (BseSequenc...
/*========================================================================= Program: Medical Imaging & Interaction Toolkit Module: $RCSfile$ Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. See...
/*========================================================================= Program: Medical Imaging & Interaction Toolkit Module: $RCSfile$ Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. See...
#include <algorithm> #include "../Headers/neural_network.h" using namespace Hippocrates; using namespace std; NeuralNetwork::NeuralNetwork(const Genome& genome, bool shouldMutate) : genome(genome), inputNeurons(genome.GetInputCount()), outputNeurons(genome.GetOutputCount()) { if (shouldMutate) { MutateGenesAndB...
/* * * Copyright 2017 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 applicable law or agree...
/* * * Copyright 2017 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 applicable law or agree...
// 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/process_util.h" #include "chrome/browser/extensions/crashed_extension_infobar.h" #include "chrome/browser/extensions/extension_browsert...
/** * Appcelerator Kroll - licensed under the Apache Public License 2 * see LICENSE in the root folder for details on the license. * Copyright (c) 2008 Appcelerator, Inc. All Rights Reserved. */ #include "file_utils.h" #ifdef OS_OSX #include <Cocoa/Cocoa.h> #include <IOKit/IOKitLib.h> #include <IOKit/network/IOEth...
#include <gtest/gtest.h> #include <string> #include <thread> #include <unordered_set> #include <utility> #include <asio/io_service.hpp> #include <beam/message/capnproto.hpp> #include <beam/message/capnproto.hxx> #include <beam/duplex/unordered_mixed.hpp> #include <beam/duplex/unordered_mixed.hxx> #include <beam/duplex/...
/* This file is part of Zanshin Copyright 2014 Kevin Ottens <ervin@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 the License or (at your option) version...
/* * Copyright (C) 2006-2016 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * * Essentia is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation (FSF), either version...
/* * ProgramTest.cxx * * Author * Andrew Brown <adb1413@rit.edu> */ #include "config.h" #include <cassert> #include <fstream> #include <sstream> #include <boost/filesystem.hpp> #include <GL/glfw.h> #include "glycerin/common.h" #include "glycerin/shader/Program.hpp" using namespace std; using namespace Glycerin...
/* * integer_check.c */ #include <iomanip> #include <iostream> #include <sstream> #include <unistd.h> #include <integer.h> bool verbose = false; /* * Get the elapsed number of system ticks before we start a test running. */ auto get_start_time_ticks() -> uint64_t { uint32_t lo; uint32_t hi; asm vola...
#include "test/integration/integration_test.h" #include <string> #include "envoy/config/accesslog/v2/file.pb.h" #include "common/filesystem/filesystem_impl.h" #include "common/http/header_map_impl.h" #include "common/http/headers.h" #include "common/protobuf/utility.h" #include "test/integration/utility.h" #include...
#include "pch.hpp" #include "MainScene.hpp" #include <EasyDx/Systems/SimpleRender.hpp> #include <DirectXColors.h> #include <numeric> using gsl::span; std::unique_ptr<dx::Object> MainScene::MakeFloor() const { using namespace DirectX; const dx::PositionType positions[] = {{-3.5f, 0.0f, -10.0f}, {-3.5f, 0.0f, ...
#include "ndis56common.h" #include "kdebugprint.h" #include "Trace.h" #ifdef NETKVM_WPP_ENABLED #include "ParaNdis6_RSS.tmh" #endif #if PARANDIS_SUPPORT_RSS #define RSS_PRINT_LEVEL 0 static void PrintIndirectionTable(const NDIS_RECEIVE_SCALE_PARAMETERS* Params); static void PrintIndirectionTable(const PARANDIS_SCALI...
#include "graphic_system.hpp" #include <core/units.hpp> #include "../physics/physics_comp.hpp" namespace mo { namespace sys { namespace graphic { using namespace renderer; using namespace unit_literals; namespace { bool is_lazy_particle(Effect_type t) { switch(t) { case Effect_type::none: ...
/* * Copyright (C) 2021-present ScyllaDB */ /* * This file is part of Scylla. * * Scylla is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) a...
/* ----------------------------------------------------------------------------- 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 any person ...
#include "ImagePyramidAccess.hpp" #include <FAST/Data/ImagePyramid.hpp> #include <FAST/Algorithms/ImageChannelConverter/ImageChannelConverter.hpp> #include <FAST/Utility.hpp> #include <openslide/openslide.h> #include <tiffio.h> #include <FAST/Data/Image.hpp> #include <jpeglib.h> namespace fast { ImagePyramidAccess::I...
/* -------------------------------------------------------------------------- * * OpenSim: Component.cpp * * -------------------------------------------------------------------------- * * The OpenSim API is a toolkit for musculoskeletal modeling and simulation. * ...
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial Usage *...
//****************************************************************************** // FILE : function_variable.hpp // // LAST MODIFIED : 23 January 2005 // // DESCRIPTION : // An abstract class for specifying input/independent and output/dependent // variables of a function. // // Function_variables can be evaluated, dif...
/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors are ...
/* * Copyright (c) 2015-2019 Dubalu LLC * * 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, merge, pub...
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage ** T...
#include "p2Defs.h" #include "p2Log.h" #include "j1App.h" #include "j1Input.h" #include "j1Textures.h" #include "j1Audio.h" #include "j1Render.h" #include "j1Window.h" #include "j1Scene.h" #include "j1Gui.h" #include "j1GuiEntity.h" #include "j1GuiElements.h" #include "j1Player.h" #include "j1FileSystem.h" #include "j1...
#include "MasterManagerBase.h" #include "SuperNodeManager.h" #include "NodeManagerBase.h" #include "ZooKeeperNamespace.h" #include "DistributeTest.hpp" #include <boost/lexical_cast.hpp> using namespace sf1r; // note lock: // you should never sync call the interface which may hold a lock in the NodeManagerBase . // M...
#include "ui_SimpleView.h" #include "SimpleView.h" // Qt #include <QSettings> #include <QDockWidget> #include <QFileDialog> #include <QProgressDialog.h> // dicom net #include "dcmtkEchoScu.h" #include "dcmtkFindScu.h" #include "dcmtkMoveScu.h" #include "dcmtkStoreScp.h" #include "dcmtkStoreScu.h" #include "dcmtkResu...
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #include <sys/types.h> #include <net/ethernet.h> #include <boost/uuid/uuid_io.hpp> #include "base/logging.h" #include "db/db.h" #include "db/db_entry.h" #include "db/db_table.h" #include "ifmap/ifmap_node.h" #include "net/address_util.h" #inclu...
#include "Log.h" #include "Socket.h" #include "Buffer.h" #include <string.h> #include <atomic> #define SOCKET_MAX_CONNECTIONS 5 /* ------------------------------------- */ #if (defined __CYGWIN__ || defined __GNUC__) #include <unistd.h> #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <ne...
#include "stdafx.h" #include "SyntaxTree.h" #include "CodeInfo.h" using CodeInfo::nodeList; using CodeInfo::cmdList; using CodeInfo::cmdInfoList; NodeZeroOP* TakeLastNode() { NodeZeroOP* last = nodeList.back(); nodeList.pop_back(); return last; } static char* binCommandToText[] = { "+", "-", "*", "...
/* * HyPerLayer.cpp * * Created on: Jul 29, 2008 * * The top of the hierarchy for layer classes. * * To make it easy to subclass from classes in the HyPerLayer hierarchy, * please follow the guidelines below when adding subclasses to the HyPerLayer hierarchy: * * For a class named DerivedLayer that is de...
/** * @file BoxPacketTest.cpp * @brief BoxPacket class tester. * @author zer0 * @date 2019-05-22 */ #include <gtest/gtest.h> #include <libtbag/box/BoxPacket.hpp> using namespace libtbag; using namespace libtbag::box; using namespace libtbag::box::details; TEST(BoxPacketTest, Default) { box_data box; ...
/** * \ file FixedDelayLineFilter.cpp */ #include <iostream> #include <ATK/Delay/FixedDelayLineFilter.h> #include <ATK/Core/InPointerFilter.h> #include <ATK/Core/OutPointerFilter.h> #include <ATK/Mock/SimpleSinusGeneratorFilter.h> #include <ATK/Mock/TriangleCheckerFilter.h> #include <ATK/Tools/SumFilter.h> #def...
#include <Nazara/Core/File.hpp> #include <Nazara/Core/StringExt.hpp> #include <Nazara/Shader/GlslWriter.hpp> #include <Nazara/Shader/ShaderBuilder.hpp> #include <Nazara/Shader/SpirvPrinter.hpp> #include <Nazara/Shader/SpirvWriter.hpp> #include <Catch/catch.hpp> #include <cctype> void ExpectingGLSL(Nz::ShaderAst::State...
#if !defined(__CINT__) || defined(__MAKECINT__) // ROOT includes #include "TTree.h" #include "TBranch.h" #include "TClonesArray.h" #include "TLorentzVector.h" #include "TFile.h" #include "TH1.h" #include "TH2.h" #include "TParticle.h" #include "TTree.h" #include <Riostream.h> // STEER includes #include "AliRun.h" #inc...
#define SEPERATE_GLOBAL_TRACKS #include "AliHLTTPCCADef.h" #ifdef R__WIN32 #include <winbase.h> #include <windows.h> // Header File For Windows #include <windowsx.h> HDC hDC = NULL; // Private GDI Device Context HGLRC hRC = NULL; // Permanent ...
/***************************************************************************************** * * * OpenSpace * * ...
/** * Copyright (c) 2011-2015 libbitcoin developers (see AUTHORS) * * This file is part of libbitcoin-server. * * libbitcoin-server is free software: you can redistribute it and/or * modify it under the terms of the GNU Affero General Public License with * additional permissions to the one published by the Free ...
/* A node factory that: * * Sorts children to increases sharing, * * Performs constant evaluation, * * performs simplify boolean simplifications, * * converts less thans to greater thans. * * NOTE: CreateNode doesn't necessary return a node with the same Kind as what it was called * with. For ex...
/**************************************************************************** ** ** Copyright (C) 2009 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:LGPL$ ** No Comme...
// @(#)root/proofplayer:$Id$ // Author: Maarten Ballintijn 07/01/02 // Modified: Long Tran-Thanh 04/09/07 (Addition of TEventIterUnit) /************************************************************************* * Copyright (C) 1995-2001, Rene Brun and Fons Rademakers. * * All rights reserved. ...
/** * @file MessageBuffers.hpp * @ingroup bliss::io * @author tpan * @brief MessageBuffers base class and SendMessageBuffers subclass for buffering data for MPI send/receive * @details SendMessageBuffers is a collection of in-memory Buffers that containing data that * 1. will be sent to remote desti...
/** ****************************************************************************** * Xenia : Xbox 360 Emulator Research Project * ****************************************************************************** * Copyright 2013 Ben Vanik. All rights reserved. ...
/* * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sou...
/* * 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 "License"); you may ...
/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, version 1.0 RC 1 * * (c) 2006-2011 MGH, INRIA, USTL, UJF, CNRS * * * ...
#ifndef PIXELBOOST_DISABLE_BOX2D #include "Box2D/Box2D.h" #include "pixelboost/logic/component/physics/2d/staticBody.h" #include "pixelboost/logic/component/transform.h" #include "pixelboost/logic/message/transform.h" #include "pixelboost/logic/entity.h" #include "pixelboost/physics/2d/helpers.h" using namespace pb;...
/* Copyright (c) 2015, Ford Motor Company 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 conditions and the fol...
/* Copyright (C) 2004 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT AN...
#pragma once #include "event_queue.hpp" #include <mpark/variant.hpp> #include <nlohmann/json.hpp> #include <optional> #include <pqrs/json.hpp> namespace krbn { namespace manipulator { class event_definition { public: enum class type { none, key_code, consumer_key_code, pointing_button, any, ...
/* * DesktopWin32DetectRHome.cpp * * Copyright (C) 2009-11 by RStudio, Inc. * * This program is licensed to you under the terms of version 3 of the * GNU Affero General Public License. This program is distributed WITHOUT * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, * MERCHANTABILITY O...
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p10/procedures/hwp/perv/p10_setup_sbe_config.C $ */ /* ...
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C $ */ /* ...
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H $ */ /* ...