text stringlengths 4 6.14k |
|---|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "../../process/process.h"
#include "../../process/message.h"
#define PROC_TABLE_OFFSET 0x2029A0
typedef void (*sys_command)(process*, unsigned char*);
void rawDump(process* proc, unsigned char* ram);
void ctxDump(process* proc, unsigned char* ram);
v... |
/***************************************************************************
* test-object.c
*
* Tue Sep 27 19:37:28 2005
* Copyright 2005 GnuCash team
****************************************************************************/
/*
* This program is free software; you can redistribute it and/or m... |
//
// TableViewController.h
// TableViewCell_advanced
//
// Created by CornerZhang on 14-10-6.
// Copyright (c) 2014年 NeXtreme.com. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TableViewController : UITableView
@end
|
/*
* Copyright Boris Koprinarov <crumpz@gmail.com>
*
* cobra5282.c, v 1.14 2005/08/31 13:24:14
*
* 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 Lic... |
/*
FreeRTOS V7.5.3 - Copyright (C) 2013 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* ... |
/* a osoaren aurkakoa modular b kalkulatzen du
* Ad: mod_inv(5, 7) = 3
* 5*3 mod 7 = 15 mod 7 = 1 mod 7
*/
int mod_inv(int a, int b)
{
// assert(a > 0 && b > 1);
int b0 = b, t, q;
int x0 = 0, x1 = 1;
if (a == 1) return b + 1;
while (a > 1 && b != 0) {
q = a / b;
t = b, b = a %... |
/**
\mainpage libusbnet API documentation.
libusbnet is a libusb network proxy, which enables
communication with USB over TCP/IP network.
<h2>Installation</h2>
Unpack source package or clone latest git. Installation requires CMake >= 2.6, GCC and libusb development headers.
\code
user@loca... |
#include "stdinc.h"
#include "modules.h"
#include "hook.h"
#include "client.h"
#include "ircd.h"
#include "send.h"
#include "s_conf.h"
#include "s_user.h"
#include "s_serv.h"
#include "numeric.h"
#include "chmode.h"
#include "inline/stringops.h"
static void h_can_send(void *vdata);
mapi_hfn_list_av1 nonotices_hfnlist... |
/**
* 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
* of the L... |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
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 u... |
#include "usbcontrol.h"
#include "device.h"
#include "clock.h"
#include "usb_conf.h"
#include "usbd_cdc_core.h"
#include "usbd_audio_core.h"
#include "usbd_usr.h"
#include "usbd_desc.h"
#include "usb_dcd_int.h"
__ALIGN_BEGIN USB_OTG_CORE_HANDLE USB_OTG_dev __ALIGN_END;
/* De-initialise the USB peripheral.
* Turn... |
/***********************************************************************
*
* File: stgfb/Gamma/stb7100/stb7100dvo.h
* Copyright (c) 2005 STMicroelectronics Limited.
*
* 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... |
/****************************************************************************
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the tools applications of the Qt Toolkit.
**
** This file may be used under the terms of the GNU General Public
** License versions 2.0 or 3.0 as pub... |
/**
* Copyright (C) 2012 Martin Sandsmark <martin.sandsmark@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 later
* vers... |
#include <kernel.h>
#include <memory.h>
#include <task.h>
#include <fs.h>
struct inode *ramfs_root;
int ramfs_sane(struct inode *i);
unsigned int ramfs_node_num=1;
int ramfs_op_dummy()
{
return 0;
}
int ramfs_unlink(struct inode *i)
{
i->f_count=0;
i->count=1;
return 0;
}
struct inode_operations rfs_inode_ops = {... |
/* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* 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
* (... |
/* This file is part of KDevelop
Copyright 2008 Niko Sams <niko.sams@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 version 2 as published by the Free Software Foundation.
This library is distributed in the h... |
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id$
//
// Copyright (C) 1993-1996 by id Software, Inc.
// Copyright (C) 2006-2020 by The Odamex Team.
//
// This program is free software; you can redistribute it and/or
// modify it under th... |
// MAH: start
#include <linux/kernel.h>
#include <linux/slab.h>
//#include "packets.h"
#include "switch-port.h"
// The following four functions must be defined for the red-black tree code.
void PortKeyDest(void* a) {
kfree((unsigned int*)a);
}
int PortKeyComp(const void* a,const void* b) {
if( *(unsigned int*)a ... |
/* ResidualVM - A 3D game interpreter
*
* ResidualVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the AUTHORS
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of... |
/****************************************************************************
**
** 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 QtXmlPatterns module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:L... |
#ifndef __BOOT_MODE_
#define __BOOT_MODE__
extern int is_charging_mode(void);
extern int is_display_logo(void);
#endif
|
#ifndef SW_VIDEO_BACKEND_H_
#define SW_VIDEO_BACKEND_H_
#include "VideoBackendBase.h"
namespace SW
{
class VideoSoftware : public VideoBackend
{
bool Initialize(void *&) override;
void Shutdown() override;
std::string GetName() override;
void EmuStateChange(EMUSTATE_CHANGE newState) override;
void RunLoop(b... |
/*
sshadt_list.h
Author: Antti Huima <huima@ssh.fi>
Copyright:
Copyright (c) 2002, 2003 SFNT Finland Oy.
All rights reserved.
Created Tue Sep 14 09:21:41 1999.
*/
#ifndef SSH_ADT_LIST_H_INCLUDED
#define SSH_ADT_LIST_H_INCLUDED
#include "sshadt.h"
extern const SshADTContainerType ssh_adt_li... |
/*
** Copyright (C) 2009-2017 Quadrant Information Security <quadrantsec.com>
** Copyright (C) 2009-2017 Champ Clark III <cclark@quadrantsec.com>
**
** 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 Softw... |
/*
* Generic GPIO card-detect helper
*
* Copyright (C) 2011, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
*
* 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.
*/
#include <linux... |
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/***
This file is part of systemd.
Copyright 2012 Lennart Poettering
systemd 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... |
/* $Id$ */
/*
* UNIX-Connect, a ZCONNECT(r) Transport and Gateway/Relay.
* Copyright (C) 1999-2000 Dirk Meyer
*
* 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 th... |
/*
* This code is part of MaNGOS. Contributor & Copyright details are in AUTHORS/THANKS.
*
* 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 op... |
/* vim:set ts=4 sw=4 sts=4 et cindent: */
/*
* nanodc - The ncurses DC++ client
* Copyright © 2005-2006 Markus Lindqvist <nanodc.developer@gmail.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 ... |
#ifndef FUNCTIONS_H_
#define FUNCTIONS_H_
void USART_Init( unsigned int ubrr , unsigned char usart_no);
void USART_Transmit(uint8_t ByteToSend);
#endif /* FUNCTIONS_H_ */ |
#ifndef _PPC64PHP_H
#define _PPC64PHP_H
#include <linux/pci.h>
#include <linux/pci_hotplug.h>
#define DR_INDICATOR 9002
#define DR_ENTITY_SENSE 9003
#define POWER_ON 100
#define POWER_OFF 0
#define LED_OFF 0
#define LED_ON 1
#define LED_ID 2
#define LED_ACTION 3
#define EMPTY 0
#define PRESENT ... |
/*
* The ManaPlus Client
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2013 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
* This program is free software; you can redistribute it and/or modify
* i... |
/* Target value mapping utilities needed by the simulator and gdb. */
/* This file is machine generated by gentmap.c. */
#include "config.h"
#include <errno.h>
#include <fcntl.h>
#include "ansidecl.h"
#include "gdb/callback.h"
#include "targ-vals.h"
/* syscall mapping table */
CB_TARGET_DEFS_MAP cb_init_syscall_map... |
/*
* progress.h
*
* Copyright 2009 Brett Mravec <brett.mravec@gmail.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 the License, or
* ... |
/////////////////////////////////////////////////////////////////////////
// File: $URL$
// Module: Loads images in a seperate thread.
// Part of: VitaminSEE
//
// ID: $Id: ApplicationController.m 123 2005-04-18 00:21:02Z elliot $
// Revision: $Revision$
// Last edited: $Date$
//... |
#ifndef _CLUSTERDEFINES_H
#define _CLUSTERDEFINES_H
enum NodeTypes
{
NODE_TYPE_SINGLE = 0, // Deprecated
NODE_TYPE_MASTER = 1, // Master-Node (only this Node should be write data on our DB, if smt. is global or logon couldn't write it)
NODE_TYPE_SLAVE = 2, // Slav... |
/*****************************************************************************
* flv_bytestream.c: flv muxer utilities
*****************************************************************************
* Copyright (C) 2009-2012 x264 project
*
* Authors: Kieran Kunhya <kieran@kunhya.com>
*
* This program is free softw... |
/*
** FamiTracker - NES/Famicom sound tracker
** Copyright (C) 2005-2014 Jonathan Liss
**
** SnevenTracker is (C) HertzDevil 2016
**
** 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; e... |
#ifndef H_DEFINES
#define H_DEFINES
#define success 1
#define failure 0
#endif // H_DEFINES
|
/**
* $Id$
* Copyright (C) 2008 - 2014 Nils Asmussen
*
* 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... |
/****************************************************************************
**
** 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 QtOpenGL module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
... |
/* arch/arm/plat-s3c/include/plat/watchdog-reset.h
*
* Copyright (c) 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2410 - System define for arch_reset() function
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License versio... |
#ifndef H_WORLD
#define H_WORLD
#include <vector>
#include <stdint.h>
#include <iostream>
#include <SFML/Graphics.hpp>
#include "line.h"
#include "entity.h"
#include "entitygroup.h"
#include "vec2f.h"
namespace zen
{
class World
{
public:
World();
~World();
//void addEntity(Enti... |
/*! @file slu_scomplex.h
* \brief Header file for complex operations
* <pre>
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab.
* November 15, 1997
*
* Contains definitions for various complex operations.
* This header ... |
#ifndef ENTITY_RAW_CONTRACT
#define ENTITY_RAW_CONTRACT
#include <memory>
#include <string>
#include <vector>
/// can not be used across multiple threads
namespace entity {
class Contract;
class RawContract {
public:
explicit RawContract(std::vector<std::string>&& constractStringVector);
explicit RawContract(... |
/* From uart401.c */
int probe_uart401 (struct address_info *hw_config, struct module *owner);
void unload_uart401 (struct address_info *hw_config);
void uart401intr (int irq, void *dev_id, struct pt_regs * dummy);
/* From mpu401.c */
int probe_mpu401(struct address_info *hw_config);
void attach_mpu401(struct addres... |
#ifndef STOPWATCH_H
#define STOPWATCH_H
#include <cstdio>
#include <sys/time.h>
class StopWatch {
public:
void Start() {
is_running_ = true;
gettimeofday(&t1_, NULL);
}
void Stop() {
is_running_ = false;
gettimeofday(&t2_, NULL);
}
// Returns elapsed time in centi seconds.
double Elapsed... |
/*
* linux/arch/i386/mm/extable.c
*/
#include <linux/config.h>
#include <linux/module.h>
#include <asm/uaccess.h>
extern const struct exception_table_entry __start___ex_table[];
extern const struct exception_table_entry __stop___ex_table[];
//exception_table_entry
//二分法搜索异常表
static inline unsigned long
search_one_t... |
// ライセンス: GPL2
//
// 埋め込み画像クラス
//
#ifndef _EMVEDDEDIMAGE_H
#define _EMVEDDEDIMAGE_H
#include <gtkmm.h>
#include "skeleton/dispatchable.h"
#include "jdlib/constptr.h"
#include "jdlib/jdthread.h"
#include "jdlib/imgloader.h"
namespace DBIMG
{
class Img;
}
namespace ARTICLE
{
class EmbeddedImage : public SK... |
// line_button.h
//
// Line button for CallCommander
//
// (C) Copyright 2002-2011 Fred Gleason <fredg@paravelsystems.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 ve... |
/*
* fm-file-launcher.h
*
* Copyright 2009 - 2010 Hong Jen Yee (PCMan) <pcman.tw@gmail.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 ... |
// -*- C++ -*-
/*
Copyright 2004,2005,2006 Manuel Baptista
This file is part of LASS
LASS 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.
... |
#ifndef STM32F4DISCOVERY_H
#define STM32F4DISCOVERY_H
#include <stdint.h>
#ifndef PIN
#define PIN GPIO11
#endif /* PIN */
#ifndef NTIMES
#define NTIMES 4
#endif /* NTIMES */
int32_t board_init(void);
int32_t board_exit(void);
void transmit(uint32_t nhigh, uint32_t nlow, uint32_t pulse_len);
#endif /* RPI_H */
|
/****************************************************************************************
* Copyright (c) 2011 Stefan Derkits <stefan@derkits.at> *
* Copyright (c) 2011 Christian Wagner <christian.wagner86@gmx.at> *
* Copyright (c) 2011 Felix Winter <ixos01@gmail.c... |
#include <linux/types.h>
#include <linux/buffer_head.h>
#include "nilfs.h"
#include "mdt.h"
#include "alloc.h"
#include "ifile.h"
struct nilfs_ifile_info {
struct nilfs_mdt_info mi;
struct nilfs_palloc_cache palloc_cache;
};
static inline struct nilfs_ifile_info *NILFS_IFILE_I(struct inode *ifile)
{
return (str... |
/////////////////////////////////////////////////////////////
// EXAMPLE PROGRAM #3A
// 04.2006 aralbrec
//
// We're back to ex1.c with 10 masked sprites but this time
// 9 of them are drawn on top of each other in the centre of
// the screen and do not move. The 10th is moved left to
// right across the screen, with... |
// Copyright 2013 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 CC_LAYERS_LAYER_POSITION_CONSTRAINT_H_
#define CC_LAYERS_LAYER_POSITION_CONSTRAINT_H_
#include "cc/base/cc_export.h"
namespace cc {
class CC_EX... |
// ***********************************************************************
// Filename : Timer.h
// Author : LIZHENG
// Created : 2014-10-26
// Description :
//
// Last Modified By : LIZHENG
// Last Modified On : 2014-11-23
//
// Copyright (c) lizhenghn@gmail.com. All rights reserved.
/... |
#define BCM2708_PERI_BASE 0x20000000
#define GPIO_BASE (BCM2708_PERI_BASE + 0x200000) /* GPIO controller */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <assert.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#i... |
/*
* drivers/power/process.c - Functions for starting/stopping processes on
* suspend transitions.
*
* Originally from swsusp.
*/
#undef DEBUG
#include <linux/interrupt.h>
#include <linux/oom.h>
#include <linux/suspend.h>
#include <linux/module.h>
#include <linux/syscalls.h>
#include <... |
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* Name: usbdesc.h
* Purpose: USB Descriptors Definitions
* Version: V1.20
*-------------------------------------------------... |
/* packet-git.c
* Routines for git packet dissection
* RFC 1939
* Copyright 2010, Jelmer Vernooij <jelmer@samba.org>
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* Copied from packet-pop.c
*
* This program is free software; you c... |
//
// ZHFModel.h
// FMDBTest
//
// Created by Alvaro Barbeira on 3/21/14.
// Copyright (c) 2014 Zauber. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "FCModel.h"
@interface ZHFCollection : FCModel
// table
@property (nonatomic, assign) int64_t id;
@property (nonatomic, copy) NSString *name;
/... |
/*
FILE
{{cProject}}/interfaces/bootstrap/interface.h
Template unxsRAD/templates/default/bootstrap/interface.h
AUTHOR
(C) 2006-2009 Gary Wallis and Hugo Urquiza for Unixservice
(C) 2015-2017 Gary Wallis for Unixservice, LLC.
*/
#define INTERFACE_HEADER_TITLE "{{cProject}}"
#define INTERFACE_COPYRIGHT "<font color... |
/*****************************************************************************\
* Copyright (c) 2016 Lawrence Livermore National Security, LLC. Produced at
* the Lawrence Livermore National Laboratory (cf, AUTHORS, DISCLAIMER.LLNS).
* LLNL-CODE-658032 All rights reserved.
*
* This file is part of the Flux res... |
/*************************************************************************
* All portions of code are copyright by their respective author/s.
* Copyright (C) 2007 Bryan Christ <bryan.christ@hp.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General... |
/*
* Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
* the... |
/*
* Copyright (c) 2009 NVIDIA Corporation. All rights reserved.
*
* NVIDIA Corporation and its licensors retain all intellectual property
* and proprietary rights in and to this software and related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this soft... |
/* packet-p7.c
* Routines for X.413 (P7) packet dissection
* Graeme Lunt 2007
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gener... |
/***************************************************************************
* Copyright (C) 2003-2005 by David Saxton *
* david@bluehaze.org *
* *
* This pr... |
//
// ViewController.h
// rccsimulator
//
// Created by Zaki Shaheen on 4/11/15.
// Copyright (c) 2015 Zaki Shaheen. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
|
#include <acpi/acpi.h>
#include "accommon.h"
#include "acresrc.h"
#define _COMPONENT ACPI_RESOURCES
ACPI_MODULE_NAME("rslist")
acpi_status
acpi_rs_convert_aml_to_resources(u8 * aml,
u32 length,
u32 offset, u8 resource_index, void **context)
{
struct acpi_resource **resource_ptr =
ACPI_CA... |
//-----------------------------------------------------------------------------
//
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
// at your option, any later version. See the LICENSE.txt file for the text of
// the license.
//--------------------------------------------------------------... |
/*
VeryNice -- a dynamic process re-nicer
Copyright (C) 1992-1999 Stephen D. Holland
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;
version 2.1 of the License.... |
/*
* Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.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; eith... |
#ifndef KMAINWINDOW_H
#define KMAINWINDOW_H
#include <qmainwindow.h>
#include <qmenubar.h>
#include <qtoolbar.h>
#include "qptrlist.h"
#include "kstatusbar.h"
#include "ktoolbar.h"
#include "kaction.h"
#ifdef WIN32
# include "Registry.h"
# pragma warning(disable: 4309)
# pragma warning(disable: 4305)
#endif
#include... |
/*
* Copyright (c) 2009 NVIDIA Corporation. All rights reserved.
*
* NVIDIA Corporation and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this software... |
/* $Id: VBoxCredProvCredential.h 46385 2013-06-04 14:12:21Z vboxsync $ */
/** @file
* VBoxCredProvCredential - Class for keeping and handling the passed credentials.
*/
/*
* Copyright (C) 2012 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtual... |
/*
* drivers/video/tegra/dc/edid_quirks.c
*
* Copyright (c) 2015, NVIDIA CORPORATION, All rights reserved.
* Author: Anshuman Nath Kar <anshumank@nvidia.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be co... |
/*
* NWNeXalt - Empty File
* (c) 2007 Doug Swarin (zac@intertex.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 of the License, or
* (at your option) any lat... |
#pragma once
class GameTime
{
public:
GameTime();
~GameTime();
enum GametimePredefs { GAMEDAY_1_MINUTE = 24 * 60, GAMEDAY_20_SECONDS = 24 * 60 * 3, GAMEDAY_10_SECONDS = 24 * 60 * 6 };
private:
LONGLONG now;
LONGLONG last;
LONGLONG ticks_per_sec;
LONGLONG start;
LONGLONG ticks_per_game_day;
LONGLONG gameday;
L... |
/* queue.h -- Concurrent Time Queue Support */
extern double dfDelayedActionTime;
extern double dfWaitEventTime;
int nDelayedAction;
int nWaitEvent;
// global function prototypes
void ClearQueue(void);
BOOL EvalDelayedAction
(
CELLP pcFormula,
LINEARPLANP plpLinearPlan,
BINDINGP pbBindings
);
BOO... |
/*
* R : A Computer Language for Statistical Data Analysis
* Copyright (C) 2003 The R Development Core Team
*
* 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... |
/* This file is part of the KDE Project
Copyright (C) 1999 Klaas Freitag <freitag@suse.de>
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 (... |
//
// AKBandPassButterworthFilterAudioUnit.h
// AudioKit
//
// Created by Aurelius Prochazka, revision history on Github.
// Copyright (c) 2017 Aurelius Prochazka. All rights reserved.
//
#pragma once
#import "AKAudioUnit.h"
@interface AKBandPassButterworthFilterAudioUnit : AKAudioUnit
@property (nonatomic) float... |
/**
* 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
* ... |
#ifndef ARTERY_DCCENTITYBASE_H_VLQQNLKF
#define ARTERY_DCCENTITYBASE_H_VLQQNLKF
#include "artery/networking/AccessInterface.h"
#include "artery/networking/IDccEntity.h"
#include <vanetza/dcc/flow_control.hpp>
#include <vanetza/geonet/dcc_information_sharing.hpp>
#include <omnetpp/clistener.h>
#include <omnetpp/csimple... |
//
// HttpRequestDelegate.h
// openshop
//
// Created by sihai on 25/8/14.
// Copyright (c) 2014 openteach inc. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol HttpRequestDelegate <NSObject>
-(void) succeed: (id) request;
-(void) failed: (id) request;
-(void) timeout: (id) request;
@end
|
/*
* ev-module.h
* This file is part of Evince
*
* Copyright (C) 2005 - Paolo Maggi
*
* 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 opt... |
//
// LQTrackManager.h
// Geotracks
//
// Created by Kenichi Nakamura on 9/11/12.
// Copyright (c) 2012 Geoloqi. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface LQTrackManager : NSObject
// returns the singleton track manager object
//
+ (LQTrackManager *)sharedManager;
// returns an immuta... |
#ifndef _IP_QUEUE_H
#define _IP_QUEUE_H
#ifdef __KERNEL__
#ifdef DEBUG_IPQ
#define QDEBUG(x...) printk(KERN_DEBUG ## x)
#else
#define QDEBUG(x...)
#endif /* DEBUG_IPQ */
#else
#include <net/if.h>
#endif /* ! __KERNEL__ */
/* Messages sent from kernel */
typedef struct ipq_packet_msg {
unsigned long packet_id; /* I... |
#ifndef max7347_h
#define max7347_h
//#include <stdio.h>
#include <linux/clk.h>
#include <asm/arch/at91_twi.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/arch/at91_pmc.h>
typedef unsigned short int U16;
#define AT91_PIOA_BASE AT91_PIOA + AT91_BASE_SYS
#define AT91_PIOC_BASE AT91_PIOC + AT91_BAS... |
/*
* Artery V2X Simulation Framework
* Copyright 2019 Raphael Riebl
* Licensed under GPLv2, see COPYING file for detailed license and warranty terms.
*/
#ifndef ARTERY_VANETRADIO_H_FNQDI1V8
#define ARTERY_VANETRADIO_H_FNQDI1V8
#include "artery/nic/ChannelLoadSampler.h"
#include "inet/physicallayer/ieee80211/packetlev... |
/* $Id: road_widget.h 23600 2011-12-19 20:46:17Z truebrain $ */
/*
* This file is part of OpenTTD.
* OpenTTD 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.
* OpenTTD is distributed in the hope that... |
/* version.h
Copyright (C) 2017 Ferdinand Blomqvist
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.
This program is distributed in the hope that it will be useful, but WITHO... |
/*
* Copyright (C) 2012 Red Hat, Inc.
*
* Authors: Steven Dake <sdake@redhat.com>
* Angus Salkeld <asalkeld@redhat.com>
*
* This file is part of pacemaker-cloud.
*
* pacemaker-cloud is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis... |
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/pthread.h"
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
#if defined( AIX_ONCE_INIT_1_CHECK )
#define PTHREAD_ONCE_INIT \
{{ \
#endif /* AIX_ONCE_IN... |
/*************************************************************************
*
* Copyright 2005, Huawei Technologies Co. Ltd.
* ALL RIGHTS RESERVED
*
*-----------------------------------------------------------------------*
*
* if_sh_ipv6.h
*
* P... |
#ifndef QGSSYMBOLV2SELECTORDIALOG_H
#define QGSSYMBOLV2SELECTORDIALOG_H
#include <QDialog>
#include "ui_qgssymbolv2selectordialogbase.h"
class QgsStyleV2;
class QgsSymbolV2;
class QMenu;
class GUI_EXPORT QgsSymbolV2SelectorDialog : public QDialog, private Ui::QgsSymbolV2SelectorDialogBase
{
Q_OBJECT
public... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.