text
stringlengths
4
6.14k
/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Id$ */ #ifndef UTIL_OPT_TYPES_H #define UTIL_OPT_TYPES_H typedef char byte; typedef char bool; typedef struct line line_t; typedef struct line *line_p;...
// // KBPGPDecryptAppView.h // Keybase // // Created by Gabriel on 4/27/15. // Copyright (c) 2015 Gabriel Handford. All rights reserved. // #import <Foundation/Foundation.h> #import <Tikppa/Tikppa.h> #import "KBRPC.h" @interface KBPGPDecryptAppView : YOView @property KBNavigationView *navigation; @property (non...
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2016, 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 // met: // // * R...
// // NSItemProvider+TJImageCache.h // Wootie // // Created by Tim Johnsen on 5/13/20. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface NSItemProvider (TJImageCache) + (nullable instancetype)tj_itemProviderForImageURLString:(nullable NSString *const)imageURLString; @end NS_ASSUME_NONNULL...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_URL_REQUEST_URL_REQUEST_CONTEXT_STORAGE_H_ #define NET_URL_REQUEST_URL_REQUEST_CONTEXT_STORAGE_H_ #include "base/basictypes.h" #include "...
/*- * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * * Redistribution and use in source and binary forms, wit...
// // OAAlarmWidget.h // OsmAnd // // Created by Alexey Kulish on 29/12/2017. // Copyright © 2017 OsmAnd. All rights reserved. // #import <Foundation/Foundation.h> @protocol OAWidgetListener; @interface OAAlarmWidget : UIView @property (nonatomic, weak) id<OAWidgetListener> delegate; - (BOOL) updateInfo; @end...
#pragma once #include <ev++.h> #include <functional> #include <cstdint> #include "lev/lev.h" namespace lev { class loop; class timer { public: typedef std::function<void()> TimerFiredEvent; timer(loop& loop); void StartOneShot(uint32_t ms, TimerFiredEvent func = nullptr); void StartInterval(uin...
/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved. * * ======================================================================== * * This file contains Original Code...
#pragma once #include <xenon/ict/unit.h> class itu_unit { public: void register_tests(ict::unit_test<itu_unit> &ut) { ut.add(&itu_unit::host); ut.add(&itu_unit::bit_lengths); ut.add(&itu_unit::splits); ut.add(&itu_unit::sanity); } /* Tests */ void host(); void bit...
/****************************************************************************** * The MIT License * * Copyright (c) 2010 LeafLabs 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...
// // STDemoRootViewControllerEnum.h // CJStandardProjectDemo // // Created by 李超前 on 10/29/18. // Copyright © 2018 devlproad. All rights reserved. // #ifndef STDemoRootViewControllerEnum_h #define STDemoRootViewControllerEnum_h /** * 启动页类型 */ typedef NS_ENUM(NSUInteger, STDemoRootViewControllerType) { STD...
/*----------------------------------------------------------------------------- * File: sr_router.h * Date: ? * Authors: Guido Apenzeller, Martin Casado, Virkam V. * Contact: casado@stanford.edu * *---------------------------------------------------------------------------*/ #ifndef SR_ROUTER_H #define SR_ROUTER...
#include <stdbool.h> #include "malloc.h" #include "lists.h" #include "stringBuffers.h" #include "sockets.h" //#include "threading.h" int main() //@ : main //@ requires true; //@ ensures true; { struct socket *s = create_client_socket(12345); struct reader *r = socket_get_reader(s); str...
// // NSWorkspaceHelper.h // Enormego Helpers // // Created by Shaun Harrison on 11/18/09. // Copyright (c) 2009 enormego // // 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 ...
/* Driver for routine qtrap */ #include <stdio.h> #include <math.h> #define NRANSI #include "nr.h" #define PIO2 1.5707963 /* Test function */ float func(float x) { return x*x*(x*x-2.0)*sin(x); } /* Integral of test function */ float fint(float x) { return 4.0*x*(x*x-7.0)*sin(x)-(pow(x,4.0)-14.0*x*x+28.0)*cos(x); ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef DYNAMIC_LIBRARY_H #define DYNAMIC_LIBRARY_H #include "azure_c_shared_utility/macro_utils.h" #include "azure_c_shared_utility/umock_c_prod.h" #ifdef __cplusplu...
/************************************************************************** * * Copyright 2009-2010 VMware, Inc. * 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 Softwar...
// // AppDelegate.h // AMTumblrHud // // Created by Mustafin Askar on 23/05/2014. // Copyright (c) 2014 Asich. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; - (BOOL)application:(UIApplication *)applica...
// NSOperation-WebFetches-MadeEasy (TM) // Copyright (C) 2012 by David Hoerl // // 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 right...
#ifndef Magnum_Implementation_BufferState_h #define Magnum_Implementation_BufferState_h /* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this ...
/* * Copyright (c) 2009, 2010, 2011, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Universitaetstrasse 6, CH-8092 Zurich. Attn: Systems Group. */ #include <stdl...
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these sourc...
// // CTimeHierarchy.h // CMIDI // // Created by CHARLES GILLINGHAM on 9/8/15. // Copyright (c) 2015 CharlesGillingham. All rights reserved. // #import <Foundation/Foundation.h> #import "CTime.h" @interface CTimeHierarchy : NSObject <NSCopying, NSCoding> @property (readonly) NSArray * branchCounts; // Not needed....
// // CreditCardInputViewController.h // BitStore // // Created by Dylan Marriott on 26.07.14. // Copyright (c) 2014 Dylan Marriott. All rights reserved. // #import <Foundation/Foundation.h> @class Order; @interface CreditCardInputViewController : UITableViewController - (id)init UNAVAILABLE_ATTRIBUTE; - (id)in...
/* * WARNING: do not edit! * Generated by Makefile from include/openssl/opensslconf.h.in * * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * ...
// // ScottShowAlertView.h // QQLive // // Created by Scott_Mr on 2016/12/3. // Copyright © 2016年 Scott. All rights reserved. // #import <UIKit/UIKit.h> @interface ScottShowAlertView : UIView @property (nonatomic, weak, readonly) UIView *alertView; @property (nonatomic, strong) UIView *backgroundView; // 是否可以点击...
#if !defined (_win_clip_h_) #define _win_clip_h_ /* * Copyright 1999 by Abacus Research and Development, Inc. * All rights reserved. */ #if defined (SDL) extern void write_pict_as_dib_to_clipboard (void); extern void write_surfp_to_clipboard (SDL_Surface *surfp); extern unsigned long ROMlib_executor_format (LONGIN...
// Copy <array> to the device void bones_copy<direction>_<id>_<array>(<definition>) { cudaStreamSynchronize(kernel_stream); bones_memcpy(device_<array>, <array><flatten>, <variable_dimensions>*sizeof(<type>), cudaMemcpyHostToDevice, <state>, <index>); }
// // GJGCRecentChatDataManager.h // ZYChat // // Created by ZYVincent QQ:1003081775 on 15/11/18. // Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved. // #import <Foundation/Foundation.h> #import "GJGCRecentChatModel.h" #import "GJGCRecentChatTitleView.h" @class GJGCRecentChatDataManager; @proto...
//****************************************************************************** // // Copyright (c) 2015 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LI...
/* * compound.h * * Created on: Jan 14, 2015 * Author: radoslav */ #ifndef COMPOUND_H_ #define COMPOUND_H_ #include "statement.h" #include <vector> class CallStackFrame {}; class CompoundStatement : public Statement { friend class CallStackFrame; std::vector<Statement> body; public: CompoundStateme...
#ifndef REQUEST_H #define REQUEST_H #include "response.h" #include "QThread" #include <QTcpServer> #include <QFile> #include <QStringList> #include <QTimer> #include <database.h> class Request: public QThread { Q_OBJECT public: Request(int socketDescriptor, QObject* parent = 0); virtual void run(); priva...
/*************************************************************** * Generated by Hottentot CC Generator * Date: 02-05-2016 05:18:41 * Name: user.h * Description: * This file contains definition of User class. ***************************************************************/ #ifndef _NAEEM_HOTTENTOT_EXAMPLES_AUTH...
#include <stdio.h> #include <math.h> void integerPower(int y, int *base1, int *base2, int *base3, int *total) { *base1 = pow(y, 2); *base2 = pow(y, 3); *base3 = pow(y, 4); *total = *base1 + *base2 + *base3; } int main(void) { int base1, base2, base3, total; integerPower(5, &base1, &base2, &base3, &t...
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ #include <stdio.h> #include <libc/file.h> #include <libc/stdiohk.h> FILE __dj_stdout = { 0, 0, 0, 0, _IOWRT | _IOFBF, 1 };
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// /// Copyright 2009 Aurora Feint, Inc. /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You ma...
void DynamicProgrammingQ2(double *Q1, double *T1, double *Q2, double *T2, int m1, int n1, int n2, double *tv1, double *tv2, int n1v, int n2v, double *G, double *T, double *size, double lam1);
/* lsSnpPdb.c was originally generated by the autoSql program, which also * generated lsSnpPdb.h and lsSnpPdb.sql. This module links the database and * the RAM representation of objects. */ /* Copyright (C) 2014 The Regents of the University of California * See README in this or parent directory for licensing in...
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_OPTIONSMODEL_H #define BITCOIN_QT_OPTIONSMODEL_H #include <cstdint> #include <qt/guiconstants.h> #includ...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHAIN_PARAMS_H #define BITCOIN_CHAIN_PARAMS_H #include "bignum.h"...
/***************************************************************************** ** Copyright (C) 1998-2001 Ljubomir Milanovic & Horst Wagner ** This file is part of the g2 library ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** Li...
#ifndef dplyr_tools_tools_H #define dplyr_tools_tools_H #include <tools/debug.h> #include <tools/hash.h> #include <tools/match.h> #include <tools/pointer_vector.h> #include <tools/collapse.h> #include <tools/Quosure.h> #include <tools/utils.h> #endif
/**************************************************************** * * Copyright 2013, Big Switch Networks, Inc. * * Licensed under the Eclipse Public License, Version 1.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 (C) 2010 by Sebastian Doerner <sebastian@sebastian-doerner.de> * * * * This program is free software; you can redistribute it and/or modify * ...
/********************************************************************** Android-Freeciv - Copyright (C) 2010 - C Vaughn 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, ...
#ifndef _ASM_ARM_FUTEX_H #define _ASM_ARM_FUTEX_H #ifdef __KERNEL__ #include <linux/futex.h> #include <linux/uaccess.h> #include <asm/errno.h> #define __futex_atomic_ex_table(err_reg) \ "3:\n" \ " .pushsection __ex_table,\"a\"\n" \ " .align 3\n" \ " .long 1b, 4f, 2b, 4f\n" \ " .popsection\n" ...
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2015 Cedric Hnyda <ced.hnyda@gmail.com> * * Calls getrandom(2), checks that the buffer is filled with random bytes * and expects success. */ #include "tst_test.h" #include "lapi/getrandom.h" #include "lapi/syscalls.h" #define PROC_ENTROPY_AVAIL "/pr...
#undef CONFIG_CPU_R4X00
/*****************************************************************************\ * read_config.h - functions and declarations for reading slurmdbd.conf ***************************************************************************** * Copyright (C) 2003-2007 The Regents of the University of California. * Copyright (...
/*************************************************************************** qgsactionmenu.h -------------------------------------- Date : 11.8.2014 Copyright : (C) 2014 Matthias Kuhn Email : matthias at opengis dot ch *************************************...
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* * plugin-debug.c * * Debug plugin, for helping track down Conglomerate bugs * * Copyright (C) 2005 David Malcolm * * Conglomerate is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public...
/**************************************************************************** * (C) Copyright 2008 Samsung Electronics Co., Ltd., All rights reserved * * [File Name] :s3c-otg-oci.h * [Description] : The Header file defines the external and internal functions of OCI. * [Department] : System LSI Division/Emb...
/* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id: act_cyc.c,v 1.2 2009/01/01 15:13:07 ralf Exp $ */ #if HAVE_...
#section support_code_apply int APPLY_SPECIFIC(conv_desc)(PyArrayObject *filt_shp, cudnnConvolutionDescriptor_t *desc) { cudnnStatus_t err; int pad[3] = {PAD_0, PAD_1, PAD_2}; int strides[3] = {SUB_0, SUB_1, SUB_2}; int upscale[3] = {1, 1, 1}; #if BORDER_MODE == 0 pad[0] = *(np...
/* gsm-util.h * Copyright (C) 2008 Lucas Rocha. * * 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 progr...
/* Copyright 2005-2009 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks 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 ...
/* ------------------------------------------------------------------ * Copyright (C) 2008 PacketVideo * * 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/li...
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2017 UniPro <ugene@unipro.ru> * http://ugene.net * * 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 * ...
/* * Asus Mypal 600/620 GPIO definitions. * * Author: Nicolas Pouillon <nipo@ssji.net> * * 2006-02-08 by Vincent Benony : adding GPO bit definitions, and small updates * */ #ifndef _ASUS_620_GPIO_ #define _ASUS_620_GPIO_ #define GET_A620_GPIO(gpio) \ (GPLR(GPIO_NR_A620_ ## gpio) & GPIO_bit(GPIO_NR_A620_ ## gp...
#import <Foundation/Foundation.h> #import "MediaServiceRemote.h" #import "ServiceRemoteWordPressXMLRPC.h" @interface MediaServiceRemoteXMLRPC : ServiceRemoteWordPressXMLRPC <MediaServiceRemote> @end
/*===================================================================== container.h -------------- Copyright (C) Vladimir Panteleev 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 versi...
/* system.h * * This include file contains information that is included in every * function in the test set. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ */ /* functions */ #include ...
/* * Interface for hwdep device * * Copyright (C) 2004 Takashi Iwai <tiwai@suse.de> * * 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 ...
/* Copyright 2016 Jack Humbert * * 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 is distributed ...
/* * AVR_SPI.h * * Created on: 21 Feb 2015 * Author: RobThePyro */ #ifndef AVR_SPI_H_ #define AVR_SPI_H_ // Includes: #include <avr/io.h> // Defines: #define SPI_SS_DDR DDRB #define SPI_SS_PORT PORTB #define SPI_SS 2 #define SPI_MOSI_DDR DDRB #define SPI_MOSI 3 #define SPI_MISO_PORT PORTB #define SPI_M...
#ifndef K3DSDK_HYPERBOLOID_H #define K3DSDK_HYPERBOLOID_H // K-3D // Copyright (c) 1995-2008, Timothy M. Shead // // Contact: tshead@k-3d.com // // 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...
/*************************************************************************** selectgame.h Copyright (C) 2002,2003 Walter van Niftrik This program may be modified and copied freely according to the terms of the GNU general public license (GPL), as long as the above copyright notice and the licensing information co...
/* Copyright (C) 1991-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
/* Copyright (C) 1991-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
#pragma once #include "Emu/Cell/PPCDisAsm.h" class RSXDisAsm final : public CPUDisAsm { public: RSXDisAsm(cpu_disasm_mode mode, const u8* offset, const cpu_thread* cpu) : CPUDisAsm(mode, offset, cpu) { } private: void Write(const std::string& str, s32 count, bool is_non_inc = false, u32 id = 0); public: u32 di...
/* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */ /* AbiWord * Copyright (C) 2000 AbiSource, Inc. * Copyright (C) 2004 Hubert Figuiere * * 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 Founda...
/** * \file l4re/lib/src/env.c * \brief Environment */ /* * (c) 2008-2009 Alexander Warg <warg@os.inf.tu-dresden.de> * economic rights: Technische Universität Dresden (Germany) * * This file is part of TUD:OS and distributed under the terms of the * GNU General Public License 2. * Please see the COPYING...
#ifndef _RAWC_CONSTANTS_H #define _RAWC_CONSTANTS_H //============================================================================= // File: RAWCControlBoard.h // // COPYRIGHT 2010 Robotics Alliance of the West Coast(RAWC) // All rights reserved. RAWC proprietary and confidential. // // The party receivin...
/** * vCard parser testing. * * First parameter is location of vCard, second location of Gammu backup * how it should be parsed. * * Optional third parameter can be used to generate template backup * file. */ #include <gammu.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include "../helper/memo...
/* */ /* */ #include <linux/module.h> #include <linux/kernel.h> #include "felica_cal.h" /* */ #define FELICA_I2C_SLAVE_ADDRESS 0x56 #define FELICA_I2C_REG_ADDRSS_01 0x01 #define FELICA_I2C_REG_ADDRSS_02 0x02 ...
/* APPLE LOCAL file mainline */ /* Darwin pragma for __attribute__ ((ms_struct)). */ /* { dg-do compile { target *-*-darwin* } } */ /* { dg-options "-Wall" } */ #pragma ms_struct on #pragma ms_struct off #pragma ms_struct reset #pragma ms_struct /* { dg-warning "malformed" } */ #pragma ms_struct on top of spaghe...
/******************************************************************************* * * File archive.h * * Copyright (C) 2011 Martin Luescher * * This software is distributed under the terms of the GNU General Public * License (GPL) * *******************************************************************************/ #ifnd...
/* * Copyright (c) 2012-2013 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 t...
/* ** Zabbix ** Copyright (C) 2001-2016 Zabbix SIA ** ** 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 pro...
/* * s2mpb02.h - Driver for the Samsung s2mpb02 * * Copyright (C) 2014 Samsung Electrnoics * XXX <xxx@samsung.com> * * 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...
/* Common declarations for all of GNU Fortran libcaf implementations. Copyright (C) 2011-2015 Free Software Foundation, Inc. Contributed by Tobias Burnus <burnus@net-b.de> This file is part of the GNU Fortran Coarray Runtime Library (libcaf). Libcaf is free software; you can redistribute it and/or modify it und...
#ifndef __WHOWAS_H #define __WHOWAS_H #define WW_MAXCHANNELS 20 #define WW_DEFAULT_MAXENTRIES 1000 #define WW_MASKLEN (HOSTLEN + USERLEN + NICKLEN) #define WW_REASONLEN 512 typedef struct whowas { int type; time_t timestamp; nick nick; /* unlinked nick */ chanindex *channels[WW_MAXCHANNELS]; /* WHOWAS_QUIT...
/* Copyright 2013 David Axmark 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 distr...
/* pwsafe.c * * Password Safe cracker * Copyright (C) 2013 Dhiru Kholia <dhiru at openwall.com> * * hashkill - a hash cracking tool * Copyright (C) 2010 Milen Rangelov <gat3way@gat3way.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
/* * Copyright (C) 2010 Google Inc. All rights reserved. * Copyright (C) 2016 Apple 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 source code must retai...
/* * Copyright (C) 2014 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
/* * Copyright (c) 2003, 2007-11 Matteo Frigo * Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology * * 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 ...
// SPDX-License-Identifier: GPL-2.0-or-later /* Copyright (c) 2021 SUSE LLC */ #include <stdlib.h> #include <stdio.h> #include "tst_test.h" static char *only_mount_v1; static char *no_cleanup; static struct tst_option opts[] = { {"v", &only_mount_v1, "-v\tOnly try to mount CGroups V1"}, {"n", &no_cleanup, "-n\tLea...
/* * Exercise Classic API Workspace Wrappers * * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id: init.c,v 1.4 2...
/*************************************************************************** qgsglobefrustumhighlight.h -------------------------------------- Date : 27.10.2013 Copyright : (C) 2013 Matthias Kuhn Email : matthias dot kuhn at gmx dot ch ********************...
#ifndef __ardour_mackie_control_protocol_fader_h__ #define __ardour_mackie_control_protocol_fader_h__ #include "controls.h" namespace Mackie { class Fader : public Control { public: Fader (int id, std::string name, Group & group) : Control (id, name, group) , position (0.0) { } MidiByteArray set_positio...
/* Copyright (c) 2002-2011 by XMLVM.org * * Project Info: http://www.xmlvm.org * * This program 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 o...
#include <stdio.h> #include "main_begin.h" /*------------------------------------------------------------- * BILGILER *------------------------------------------------------------*/ // TODO: Ogrenci numaranizi asagidaki degiskene atayin const long OGRENCI_NO = 130201108; // TODO: Terminal numaranizi asagidak...
#include "config.h" #include <glib/gi18n.h> #include <gio/gio.h> #include <gtk/gtk.h> #include <libpanel-util/panel-error.h> #include <libpanel-util/panel-keyfile.h> #include "panel-ditem-editor.h" #include "panel-icon-names.h" #include "panel-util.h" /* FIXME Symbols needed by panel-util.c - sucky */ #include "app...
/* Copyright 2013 David Axmark 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 distr...
/* -*- mode: C -*- */ /* IGraph library. Copyright (C) 2010 Gabor Csardi <csardi.gabor@gmail.com> Rue de l'Industrie 5, Lausanne 1005, Switzerland 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 S...
/*************************************************************************** esrip.h Interface file for the Entertainment Sciences RIP Written by Phil Bennett ***************************************************************************/ #ifndef _ESRIP_H #define _ESRIP_H /********************...
// RegisterCodec.h #ifndef __REGISTERCODEC_H #define __REGISTERCODEC_H #include "../Common/MethodId.h" #include "DeclareCodecs.h" typedef void * (*CreateCodecP)(); struct CCodecInfo { CreateCodecP CreateDecoder; CreateCodecP CreateEncoder; CMethodId Id; const wchar_t *Name; UInt32 NumInStreams; bool IsFi...
/* ============================================================ * * This file is a part of kipi-plugins project * http://www.digikam.org * * Date : 2004-10-01 * Description : a kipi plugin to batch process images * * Copyright (C) 2004-2009 by Gilles Caulier <caulier dot gilles at gmail dot com> * * Th...