text
stringlengths
4
6.14k
/* gnome-rr-labeler.h - Utility to label monitors to identify them * while they are being configured. * * Copyright 2008, Novell, Inc. * * This file is part of the Gnome Library. * * The Gnome Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public ...
/* mkvmerge -- utility for splicing together matroska files from component media subtypes Distributed under the GPL v2 see the file COPYING for details or visit http://www.gnu.org/copyleft/gpl.html definition for the split point class Written by Moritz Bunkus <moritz@bunkus.org>. */ #pragma onc...
/* * arch/arm/mach-pxa/time.c * * Author: Nicolas Pitre * Created: Jun 15, 2001 * Copyright: MontaVista Software Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #i...
/*============================================================================= Copyright (C) 2009-2011 WebOS Internals <support@webos-internals.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 Foundatio...
/* * foo-tools, a collection of utilities for glftpd users. * Copyright (C) 2003 Tanesha FTPD Project, www.tanesha.net * * This file is part of foo-tools. * * foo-tools 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 Soft...
#ifndef __HAL8192E_DEF_H__ #define __HAL8192E_DEF_H__ /*++ Copyright (c) Realtek Semiconductor Corp. All rights reserved. Module Name: Hal8192EDef.h Abstract: Defined HAL 8192E data structure & Define Major Change History: When Who What ---------- --------------- ------...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.String struct String_t; // UnityEngine.Texture2D struct Texture2D_t32; #include "mscorlib_System_Object.h" // UnityEngine.SocialPlatforms.Impl.AchievementDescription struc...
//********************************************************************* //* C_Base64 - a simple base64 encoder and decoder. //* //* Copyright (c) 1999, Bob Withers - bwit@pobox.com //* //* This code may be freely used for any purpose, either personal //* or commercial, provided the authors copyright notice remains...
#include "GCMBnrInfo.h" #include <stdlib.h> void GCMFreeBnrInfoStruct(GCMBnrInfoStruct *r) { /* ** recursively frees the BNR infos... */ if (r->next) { GCMFreeBnrInfoStruct(r->next); } free(r); } int GCMBnrInfoCount(GCMBnrInfoStruct *r) { /* ** returns the number of info records in the record chain inclu...
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "gsl/gsl_math.h" #include "gsl/gsl_sf_ellint.h" //for elliptic integrals #include "gsl/gsl_sf_gamma.h" //for gamma func, beta func, factorials, Pochhammer symbol #include "mconf.h" #define MODE GSL_PREC_DOUBLE #define TOL 2e-12 #define POW2( x ) ( ( ...
/* * fs/partitions/bubl */ int bubl_partition(struct parsed_partitions *state, struct block_device *bdev);
/* * Ingenic burner setup code * * Copyright (c) 2013 Ingenic Semiconductor Co.,Ltd * Author: Zoro <ykli@ingenic.cn> * * 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...
// Copyright (c) 2012 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. #ifndef CEF_LIBCEF_BROWSER_SCHEME_REGISTRATION_H_ #define CEF_LIBCEF_BROWSER_SCHEME_REGISTRATION_H_ #pragma once #include <string>...
/* sigprocmask wrapper for gdb Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of GDB. 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 th...
/* blake_large.h */ /* This file is part of the AVR-Crypto-Lib. Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.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 3 of the Licen...
/* * Multimedia device API * * Copyright (C) 2010 Nokia Corporation * * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Sakari Ailus <sakari.ailus@iki.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License versio...
/* KDevelop CMake Support * * Copyright 2014 Aleix Pol <aleixpol@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) any late...
/* AngelCode Scripting Library Copyright (c) 2003-2008 Andreas Jonsson This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
#include<stdio.h> extern int file_processing(FILE*);
/* Copyright (c) 2001, Stanford University * All rights reserved. * * See the file LICENSE.txt for information on redistributing this software. */ #ifndef CR_STATE_BUFFEROBJECT_H #define CR_STATE_BUFFEROBJECT_H #include "cr_hash.h" #include "state/cr_statetypes.h" #include "state/cr_statefuncs.h" #ifdef __cplusp...
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
/* addressvalidator.h * * Copyright (c) 2000, Alexander Neundorf * neundorf@kde.org * * You may distribute under the terms of the GNU General Public * License as specified in the COPYING file. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; w...
/* * tcbm-resources.c * * Written by * Andreas Boose <viceteam@t-online.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as ...
#ifndef AUTOBOOT_H #define AUTOBOOT_H #include <QFile> #include "sioworker.h" class AtariExeChunk { public: int address; QByteArray data; }; class AutoBoot : public SioDevice { Q_OBJECT private: QByteArray bootSectors; QList <AtariExeChunk> chunks; int sectorCount; ...
#include <stdio.h> #include <stdlib.h> #include <string.h> int main (int argc, char *argv[]) { int i; char command[128]; if (argc < 2) { printf("Dette programet kjører en komando igjen og igjen\n\n\teverrun kamando\n\n"); exit(0); } command[0] = '\0'; for(i=1;i<argc;i++)...
/* * Copyright (c) 2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the h...
/* * ALSA driver for ICEnsemble ICE1712 (Envy24) * * AK4524 / AK4528 / AK4529 / AK4355 / AK4381 interface * * Copyright (c) 2000 Jaroslav Kysela <perex@suse.cz> * * 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...
/* * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2008-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, Inc. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ ...
/* * BCM47XX Sonics SiliconBackplane DDR/SDRAM controller core hardware definitions. * * Copyright (C) 2011, Broadcom Corporation. All Rights Reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyrigh...
#ifndef FTM_CUST_H #define FTM_CUST_H #define FEATURE_FTM_MAIN_CAMERA #define FEATURE_FTM_SUB_CAMERA #define FEATURE_FTM_STROBE #define FEATURE_FTM_TOUCH #define FEATURE_FTM_KEYS #define FEATURE_FTM_BATTERY #define FEATURE_FTM_PMIC_632X #define BATTERY_TYPE_Z3 #define FEATURE_FTM_SWCHR_I_68mohm #define FEATURE_FTM_RTC ...
/* Test of vasnprintf() and asnprintf() functions. Copyright (C) 2007 Free Software Foundation, Inc. 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 ...
/* * ircd-ratbox: A slightly useful ircd. * spy_info_notice.c: Sends a notice when someone uses INFO. * * Copyright (C) 2002 by the past and present ircd coders, and others. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub...
/* Copyright (C) 1999 Paul Barton-Davis 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) any later version. This program ...
/* * Performance event support - hardware-specific disambiguation * * For now this is a compile-time decision, but eventually it should be * runtime. This would allow multiplatform perf event support for e300 (fsl * embedded perf counters) plus server/classic, and would accommodate * devices other than the...
/* This file is part of the KDE project * * Copyright (C) 2014 Inge Wallin <inge@lysator.liu.se> * * 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 Licens...
/* * Copyright (C) 2018 * Matthias P. Braendli (matthias.braendli@mpb.li) * * Copyright (C) 2013 * Jan van Katwijk (J.vanKatwijk@gmail.com) * Lazy Chair Programming * * This file is part of the SDR-J (JSDR). * SDR-J is free software; you can redistribute it and/or modify * it under the...
/* * This file is part of Rabbits * Copyright (C) 2015 Clement Deschamps and Luc Michel * * 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 ...
// -*- C++ -*- #ifndef __LEMGA_MULTICLASS_ADABOOST_ECOC_H__ #define __LEMGA_MULTICLASS_ADABOOST_ECOC_H__ /** @file * @brief Declare @link lemga::AdaBoost_ECOC AdaBoost_ECOC@endlink class. * * $Id: adaboost_ecoc.h 2696 2006-04-05 20:10:13Z ling $ */ #include "multiclass_ecoc.h" #include "shared_ptr.h" namespace...
// // GlyphKey.h // iTerm2SharedARC // // Created by George Nachman on 11/19/17. // #import <Foundation/Foundation.h> #import "iTermMetalGlyphKey.h" namespace iTerm2 { template <class T> inline void hash_combine(std::size_t& seed, const T& v) { std::hash<T> hasher; seed ^= hasher(v) + 0x9e3...
/* * Suspend support specific for power. * * Distribute under GPLv2 * * Copyright (c) 2002 Pavel Machek <pavel@ucw.cz> * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org> */ #include <linux/mm.h> #include <asm/page.h> /* References to section boundaries */ extern const void __nosave_begin, __nos...
/* * $Id$ * * This file is part of the bip project * Copyright (C) 2004 2005 Arnaud Cornet and Loïc Gomez * * 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 Licens...
/* * Copyright 2012, Intel Corporation * * This program file 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,...
/* * Mathlib : A C Library of Special Functions * Copyright (C) 2000-2018 The R Core Team * Copyright (C) 1998 Ross Ihaka * * 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 ve...
/* Copyright 2006-2012 Xavier Guerrin This file is part of QElectroTech. QElectroTech 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) any later version....
/****************************************************************************** * machine_kexec.c * * Xen port written by: * - Simon 'Horms' Horman <horms@verge.net.au> * - Magnus Damm <magnus@valinux.co.jp> */ #ifndef CONFIG_COMPAT #include <xen/types.h> #include <asm/page.h> #include <public/kexec.h> int mac...
/* * This library is licensed under 2 different licenses and you * can choose to use it under the terms of either one of them. The * two licenses are the MPL 1.1 and the LGPL. * * MPL: * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this fi...
/* * @OPENGROUP_COPYRIGHT@ * COPYRIGHT NOTICE * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc. * Copyright (c) 1996, 1997, 1998, 1999, 2000 The Open Group * ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for * the full copyright text. * * This software is subject to an op...
/* Copyright (C) 2014 Aseman http://aseman.co This project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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...
/* * This file is part of the tknet project. * which be used under the terms of the GNU General Public * License version 3.0 as published by the Free Software * Foundation and appearing in the file LICENSE.GPL included * in the packaging of this file. Please review the following * information t...
#ifndef ABSTRACTVTKRENDERER_H #define ABSTRACTVTKRENDERER_H #include "AbstractRenderer.h" #include <vtkSmartPointer.h> #include "UIReporterDelegates.h" class vtkRenderer; class vtkRenderWindow; class vtkGenericOpenGLRenderWindow; class vtkRenderWindowInteractor; /** * @brief The child of AbstractRenderer that holds...
// // Copyright (c) 2009-2015 Glen Berseth, Mubbasir Kapadia, Shawn Singh, Petros Faloutsos, Glenn Reinman, Rahul Shome // See license.txt for complete license. // #ifndef __STEERLIB_A_STAR_PLANNER_H__ #define __STEERLIB_A_STAR_PLANNER_H__ #include <vector> #include <stack> #include <set> #include <map> #include "S...
#ifndef MANTID_CURVEFITTING_COMPLEXVECTOR_H_ #define MANTID_CURVEFITTING_COMPLEXVECTOR_H_ #include "MantidCurveFitting/DllConfig.h" #include <gsl/gsl_vector.h> #include <ostream> #include <vector> #include <complex> namespace Mantid { namespace CurveFitting { typedef std::complex<double> ComplexType; class ComplexV...
#include <stdio.h> #include <stdlib.h> #define MAX 20 int main() { int i, j, studenti; double postotak, tablica[MAX][4] = {{0}}, prolaznost[4] = {}, pomocna[4] = {}; for(i=0; i<MAX; i++){ scanf("%d", &studenti); if(studenti<2 || studenti>10){ printf("Pogresan unos b...
/****************************************************************************** * _ _ _ _ * * _ __ ___ _ _ __| | __| | | ___ __| | * * | '_ ` _ \| | | |/ _` |/ _` | |/ _ \/ _` | *...
//---------------------------------------------------------------------------- /** @file GoModBoard.h */ //---------------------------------------------------------------------------- #ifndef GO_MODBOARD_H #define GO_MODBOARD_H #include "GoAssertBoardRestored.h" //----------------------------------------------------...
/* * Copyright 2012-2018 Falltergeist Developers. * * This file is part of Falltergeist. * * Falltergeist 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 ...
// // globals.h // // Copyright (c) 2003-2013 Michael F. Henry // #pragma once #include "math.h" namespace Zeptomoby { namespace OrbitTools { const double PI = 3.141592653589793; const double TWOPI = 2.0 * PI; const double RADS_PER_DEG = PI / 180.0; const double GM = 398601.2; // Earth ...
#ifndef ENTITY_H_INCLUDED #define ENTITY_H_INCLUDED #include "../General/general.h" #include "../Graphics/WindowEntity.h" class NtsaWindow; ///Cette classe ressemble en tout points à VisualEffect mis à part un construxteur légèrement différent class SpaceLaser : public VisualEffect { public: SpaceLaser(){}; SpaceLas...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/time.h> #include <sys/resource.h> #include <sys/wait.h> #include <time.h> #include <pcap.h> #include "thc-ipv6.h" char *frbuf, *frbuf2, *frint, buf3[1504]; int frbuflen, frbuf2len, do_hop = 0, do_frag = ...
#include "../cgreen.h" #include "../messaging.h" #include <stdlib.h> #include <stdio.h> #include <sys/msg.h> void highly_nested_test_suite_should_still_complete() { assert_true(1); } TestSuite *highly_nested_test_suite() { TestSuite *suite = create_test_suite(); add_test(suite, highly_nested_test_suite_sh...
/* -*- c++ -*- */ /* * Copyright 2014,2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio 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, or (at your o...
/** *Shell Simulator *2010.08.09 by alex. */ #ifndef SHELL_COMMAND_PARSE_H_ #define SHELL_COMMAND_PARSE_H_ #pragma once #include <iostream> #include <string> #include "base/SmartPtr.h" #include "shell/ShellCommand.h" using namespace std; /** * ʹÓÃSmartPointer »úÖÆ£¬ ¶ÔÓÚ¾ßÌåÒýÈësmart_ptr»úÖÆµÄ...
// // div.c: this file is part of the SL toolchain. // // Copyright (C) 2009,2010 The SL project. // // 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...
/****************************************************************\ * * * Library for word-neighbourhood generation * * * * Guy St.C. Slater.. mailto:guy@ebi.ac.uk ...
#include <R.h> #include <Rinternals.h> #include <R_ext/Rdynload.h> #include "tadbit.h" // Declare and register R/C interface. SEXP tadbit_R_call( SEXP list, SEXP n_threads, SEXP verbose, SEXP max_tad_size, SEXP heuristic ); R_CallMethodDef callMethods[] = { {"tadbit_R_call", (DL_FUNC) &tadbit_R_call, 5},...
/* -*- c -*- */ #ifndef INCLUDED_LIB3DS_NODE_H #define INCLUDED_LIB3DS_NODE_H /* * The 3D Studio File Format Library * Copyright (C) 1996-2007 by Jan Eric Kyprianidis <www.kyprianidis.com> * All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of th...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-cen-xr-w32-bld/build/docshell/base/nsIContentViewerFile.idl */ #ifndef __gen_nsIContentViewerFile_h__ #define __gen_nsIContentViewerFile_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif #ifndef __gen_nsIPrintSetti...
/*========================================================================= Program: ITK-SNAP Module: $RCSfile: UndoDataManager.h,v $ Language: C++ Date: $Date: 2008/11/15 12:20:38 $ Version: $Revision: 1.4 $ Copyright (c) 2007 Paul A. Yushkevich This file is part of ITK-SNAP ITK-SNAP...
/* ldapserver.h Copyright (C) 2008 g10 Code GmbH This file is part of DirMngr. DirMngr 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) any l...
/** ****************************************************************************** * @file spark_wiring_print.h * @author Mohit Bhoite * @version V1.0.0 * @date 13-March-2013 * @brief Header for spark_wiring_print.c module ****************************************************************************** ...
#include <alsaplayer/control.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> int main (int argc, char *argv[]) { int i; char artist[AP_ARTIST_MAX]; char title[AP_TITLE_MAX]; float speed = 0.0; int session_id = 0; if (ap_get_title(session_id, title) && ap_get_artist(session...
// Copyleft 2013 Chris Korda // 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 any later version. /* chris korda revision history: rev date co...
#include "bootloader.h" #include "ch.h" #include "hal.h" #ifdef STM32_BOOTLOADER_ADDRESS /* STM32 */ #if defined(STM32F0XX) /* This code should be checked whether it runs correctly on platforms */ #define SYMVAL(sym) (uint32_t)(((uint8_t *)&(sym)) - ((uint8_t *)0)) extern uint32_t __ram0_end__; void bootloader_jump...
/* src/config.h. Generated from config.h.in by configure. */ /* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define to compile without DEBUG settings. */ #define DEBUG 1 /* Define to 1 if you have the <float.h> header file. */ #define HAVE_FLOAT_H 1 /* Define to 1 if you have the <inttypes.h...
/*********************************************************************** * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Carsten Urbach * * This file is part of tmLQCD. * * tmLQCD 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...
#pragma once #if IL2CPP_TARGET_WINRT extern "C" { #if WINDOWS_SDK_BUILD_VERSION < 16299 // These APIs got readded on Windows 10 Fall Creators Update #define CreateEvent CreateEventW #define FreeEnvironmentStrings FreeEnvironmentStringsW #define GetEnvironmentStrings GetEnvironmentStringsW #define GetEnvironmentVaria...
/*************************************************************************** $RCSfile$ ------------------- begin : Mon Jan 07 2008 copyright : (C) 2008 by Martin Preuss email : martin@libchipcard.de copyright : (C) 2013 by Paul Conrady email : c.p.conrady@gmail.com ***********************...
#ifndef __GAUSSMODEL__H #define __GAUSSMODEL__H #include <BAT/BCModel.h> // --------------------------------------------------------- class GaussModel : public BCModel { public: // Constructors and destructor GaussModel(); GaussModel(const char * name); ~GaussModel(); // Methods to ...
/* This file is part of fm-multimix, A multiple channel fm downmixer. Copyright (C) 2013 Hendrik van Wyk 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 L...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim:set ts=2 sw=2 sts=2 et cindent: */ /* 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....
/*------------------------------------------------------------------------- * * fsm_internal.h * internal functions for free space map * * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/storage/fsm...
/* -*- c++ -*- */ /* * Copyright 2006 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio 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, or (at your option...
// SteepdnFsolver.h: interface for the CSteepdnFsolver class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_STEEPDNFSOLVER_H__ECC9AF9F_D8F3_4E95_9167_8124F854D641__INCLUDED_) #define AFX_STEEPDNFSOLVER_H__ECC9AF9F_D8F3_4E95_9167_8124F854D641__INCLUDED_ #if _MSC_VER > 1000 ...
/* * linux/include/linux/nfsd/debug.h * * Debugging-related stuff for nfsd * * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de> */ #ifndef LINUX_NFSD_DEBUG_H #define LINUX_NFSD_DEBUG_H #include <linux/sunrpc/debug.h> /* * Enable debugging for nfsd. * Requires RPC_DEBUG. */ #if IS_ENABLED(CONFIG_SUNRPC_DEBU...
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === * * Copyright 2010-2014, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org> * * Tomahawk is free software: you c...
#include <grass/raster.h> #include "clr.h" /* Font sizes */ #define PS_FONT_MAX_SIZE 50 #define PS_FONT_MIN_SIZE 1 #define PS_FONT_DEFAULT_SIZE 8 #define DELTA_Y 0.05 #define MAX_PSFILES 20 #define PAGE_PORTRAIT 1 #define PAGE_LANDSCAPE 2 /* Following XCONV, YCONV were commented be...
/** ****************************************************************************** * @file PWR/PWR_CurrentConsumption/Src/stm32f4xx_hal_msp.c * @author MCD Application Team * @version V1.0.1 * @date 29-January-2016 * @brief HAL MSP module. **************************************************...
/* Copyright (c) 2008-2009 NetAllied Systems GmbH This file is part of COLLADAStreamWriter. Licensed under the MIT Open Source License, for details please see LICENSE file or the website http://www.opensource.org/licenses/mit-license.php */ #ifndef __COLLADASTREAMWRITER_LIBRARY_H__ #def...
#pragma once #include <string> void LOG_DIRECT(const std::string& f);
/* * virsh-completer-host.c: virsh completer callbacks related to host * * Copyright (C) 2019 Red Hat, Inc. * * 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 ...
/* Copyright (C) 2011 Fredrik Johansson Copyright (C) 2013 Mike Hansen This file is part of FLINT. FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 o...
/* Copyright (C) 2010 William Hart This file is part of FLINT. FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) a...
/** <title>CGBase</title> <abstract>C Interface to graphics drawing library</abstract> Copyright <copy>(C) 2010 Free Software Foundation, Inc.</copy> Author: Eric Wasylishen Date: Jan 2010 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Gen...
int mydbl(int input) { return input * 2; }
/* * Mock version of dbus-launch, for gdbus-unix-addresses test * * Copyright © 2015 Collabora Ltd. * * 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 L...
//===--- CodeGenTBAA.h - TBAA information for LLVM CodeGen ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** ** GNU Lesser General Public License Usage ** ** This file may be used unde...
/* Copyright (C) 2017 Fredrik Johansson This file is part of Arb. Arb is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) ...
// // Copyright (C) 2006-2012 SIPez LLC. All rights reserved. // // Copyright (C) 2004-2006 SIPfoundry Inc. // Licensed by SIPfoundry under the LGPL license. // // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved. // Licensed to SIPfoundry under a Contributor Agreement. // // $$ /////////////////////////////...