text stringlengths 4 6.14k |
|---|
/*
// C++ Interface:
//
// Description:
//
//
// Author: Analabha Roy <daneel@bose.res.in>, (C) 2010
//
//
*/
//paramspace_pt_serial is a datatype that stores the system parameters, namely the gap 'delta' and the driving frequency 'omega'
typedef struct
{
double gridsize;
double omega;
double mu0;
double muam... |
//
// GlobTest.h
//
// $Id: //poco/svn/Foundation/testsuite/src/GlobTest.h#2 $
//
// Definition of the GlobTest class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, to any person or organization
// obtaining a copy ... |
//*****************************************************************************
//
// cpu_usage.h - Prototypes for the CPU utilization routines.
//
// Copyright (c) 2007-2013 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Texas Instruments (TI) is supplying this softwa... |
/*
* Opensvs - A lightweight services for Hybrid ircd OFTC branch.
* Copyright (C) 2006 The Openbrasil Opensvs 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 ... |
/**
* Copyright (C) 2017 Cisco 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY W... |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... |
#ifndef CROTRON_CONFIG_H_
#define CROTRON_CONFIG_H_
#include <cstdio>
#include <cstdlib>
#endif // CROTRON_CONFIG_H_
|
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* GThumb
*
* Copyright (C) 2001-2009 The 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 S... |
#pragma once
#include "afxwin.h"
// CInsertSceneNodeDlg dialog
class CInsertSceneNodeDlg : public CDialog
{
DECLARE_DYNAMIC(CInsertSceneNodeDlg)
public:
CInsertSceneNodeDlg(CWnd* pParent = NULL); // standard constructor
virtual ~CInsertSceneNodeDlg();
void AddModelFile(const wchar_t* file... |
/*
* Copyright (C) 2020 Jeff Kent <jeff@jkent.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 later version.
*
* This pr... |
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (c) 2008 Intel Corp.
*
* Author: Tomas Frydrych <tf@linux.intel.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 Softwa... |
//
// TMLayers.h
// Messenger for Telegram
//
// Created by Dmitry Kondratyev on 5/4/14.
// Copyright (c) 2014 keepcoder. All rights reserved.
//
#import "TMTextLayer.h"
#import "TMCircleLayer.h"
|
/* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.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 as
* published by the Free Software Foundation.
*/
#include <linux/types.h>
... |
/*
* Copyright (c) 2017 Google, 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 2 of the License, or
* (at your option) any later version.
*
* This program is distr... |
/* $OpenBSD: putc.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistribution and use in source and binary forms, with or without
... |
// PairPricing.h: interface for the PairPricing class.
//
//////////////////////////////////////////////////////////////////////
#ifndef PairPricing_h
#define PairPricing_h
#ifndef string_h
#include <string>
#define string_h
#endif
#ifndef map_h
#include <map>
#define map_h
#endif
class PairPricing ... |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... |
/********************************************
* *
* Eyüp Can KILINÇDEMİR *
* KARADENİZ TEKNİK UNİVERSİTESİ *
* ceksoft.wordpress.com *
* eyupcankilincdemir@gmail.com *
* ... |
/*
MetaContactSelectorWidget
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org>
Kopete (c) 2002-2005 by the Kopete developers <kopete-devel@kde.org>
*************************************************************************
* ... |
/*
* Copyright (C) 2002-2019 The DOSBox 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 License, or
* (at your option) any later version.
*
* This p... |
/*
Copyright (C) 1996-1997 Id Software, 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 2
of the License, or (at your option) any later version.
This program is distributed in th... |
/*
* 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 in the hope that it will b... |
#pragma once
#include "digital_controller.h"
namespace peripherals {
struct AnalogController : public DigitalController {
protected:
enum class Command {
None,
Read,
EnterConfiguration,
ExitConfiguration,
SetLed,
GetLed,
UnlockRumble,
Unknown_46,
... |
#ifndef IP4_H
#define IP4_H
extern unsigned int ip4_fmt(char *, const char *);
extern unsigned int ip4_scan(const char *, char *);
#define IP4_FMT 20
#endif
|
/*
Example for LoRa Click
Date : Feb 2018.
Author : MikroE Team
Test configuration STM32 :
MCU : STM32F107VCT6
Dev. Board : EasyMx PRO v7 for STM32
ARM Compiler ver : v6.0.0.0
---
Description :
The application is composed of three sections :
- System Init... |
/*
* Copyright (C) 2012-2017 Team Kodi
* http://kodi.tv
*
* 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, or (at your option)
* any later version.
*
* T... |
/**************************************************************************/
/* Copyright 2012 Tim Day */
/* */
/* This file is part of Evolvotron */
/* ... |
/**************************************************************************
** Part of the MuPAD product code. Protected by law. All rights reserved.**
** MDE_declare.h **
** In diesem File werden die Konstanten von MuPAD deklariert bzw. defi- **
** niert, die ni... |
/* ===-- enable_execute_stack.c - Implement __enable_execute_stack ---------===
*
* The LLVM Compiler Infrastructure
*
* This file is distributed under the University of Illinois Open Source
* License. See LICENSE.TXT for details.
*
* ===-------------------------------------------------------... |
/***********************************************************************
Copyright (C) 2007--2016 the X-ray Polarimetry Explorer (XPE) team.
For the license terms see the file LICENSE, distributed along with this
software.
This program is free software; you can redistribute it and/or modify it
under the terms of the ... |
/****************************************************************************
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt3Support module 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 publ... |
/*
* arch/arm/include/asm/processor.h
*
* Copyright (C) 1995-1999 Russell King
*
* 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.
*/
#ifndef __ASM_ARM_PROCESSOR_H
#define __A... |
/* views - view images exclusive with SDM
* Copyright (C) cappa <cappa@referee.at>
*
* 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 la... |
/* Broadcom NetXtreme-C/E network driver.
*
* Copyright (c) 2014-2016 Broadcom Corporation
*
* 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.
*/
#ifndef _BNXT_NVM_DEFS_H_
#define _BNXT_NV... |
/* Linux ISDN subsystem, sync PPP, interface to ipppd
*
* Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de)
* Copyright 1995,96 Thinking Objects Software GmbH Wuerzburg
* Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.uni-tuebingen.de)
* Copyright 2000-2002 by Kai Germaschewski (kai@germas... |
// 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.
#ifndef BASE_ATOMIC_REF_COUNT_H_
#define BASE_ATOMIC_REF_COUNT_H_
#pragma once
#include "base/atomicops.h"
#include "base/third_party/dynamic_annota... |
/*
* CPU detection code, extracted from mmx.h
* (c)1997-99 by H. Dietz and R. Fisher
* Converted to C and improved by Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published... |
//--------------------------------------------------------------------------
// Copyright (C) 2014-2016 Cisco and/or its affiliates. All rights reserved.
// Copyright (C) 2009-2013 Sourcefire, Inc.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public... |
//
// WPContentCell.h
//
//
// Created by Tom Witkin on 12/12/13.
//
//
#import <UIKit/UIKit.h>
#import "WPTableViewCell.h"
#import "WPContentViewProvider.h"
@interface WPContentCell : WPTableViewCell
@property (nonatomic, strong) id<WPContentViewProvider> contentProvider;
+ (CGFloat)rowHeightForContentProvide... |
/*
* The ManaPlus Client
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
* Copyright (C) 2011-2019 The ManaPlus Developers
* Copyright (C) 2019-2022 Andrei Karas
*
* This file is part of The ManaPlus Client.
*
* This program is free software; y... |
/*
* Copyright (c) 2003, Intel Corporation. All rights reserved.
* Created by: julie.n.fleischer REMOVE-THIS AT intel DOT com
* This file is licensed under the GPL license. For the full content
* of this license, see the COPYING file at the top level of this
* source tree.
*/
/*
* Test that mq_open() does not... |
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include "../spidy.h"
#include "../link.h"
#include "../test_folders.h"
#define DEV "/dev/ttyUSB0"
int main (int argc, char **argv)
{
FILE *fw = fopen(DEV, "w");
FILE *fr = fopen(DEV, "r");
int out=0;
int h=0,i,f=0;
if (!fw || !fr) {
fprintf(stderr, ... |
// Copyright 2006 Google 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
// distributed under the License is distributed on an "AS IS"... |
/* netsc520.c -- MTD map driver for AMD NetSc520 Demonstration Board
*
* Copyright (C) 2001 Mark Langsdorf (mark.langsdorf@amd.com)
* based on sc520cdp.c by Sysgo Real-Time Solutions GmbH
*
* $Id: netsc520.c 2 2007-04-05 08:51:12Z tt $
*
* This program is free software; you can redistribute it and/or modify
* i... |
// Copyright (C) 2005 - 2021 Settlers Freaks (sf-team at siedler25.org)
//
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <iosfwd>
class Game;
class Serializer;
/// Checksum of the game before the game commands of any player is executed
struct AsyncChecksum
{
unsigned randChecksum;
unsig... |
/*=============================================================================
Copyright (C) 2000 Kenneth Kocienda and David Hakim.
This file is part of the Moto Programming Language.
Moto Programming Language is free software; you can redistribute it and/or
modify it under the terms of the GNU Library G... |
// 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.
#import <Cocoa/Cocoa.h>
#import "base/mac/cocoa_protocols.h"
#include "base/memory/scoped_ptr.h"
#import "chrome/browser/ui/cocoa/bookmarks/bookmark_... |
/*
Copyright (C) 2008-2011 Vana Development 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; version 2
of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT... |
/***************************************************************************
* Project TUPI: Magia 2D *
* Project Contact: info@maefloresta.com *
* Project Website: http://www.maefloresta.com *
* Project... |
/*
The mediastreamer library aims at providing modular media processing and I/O
for linphone, but also for any telephony application.
Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser... |
/*****************************************************************************
* charset.h: Unicode UTF-8 wrappers function
*****************************************************************************
* Copyright (C) 2003-2005 the VideoLAN team
* Copyright © 2005-2006 Rémi Denis-Courmont
* $Id$
*
* Author: Rémi... |
#include <string.h>
#include "spawn.h"
//#include "mechs.h"
//#include "worldents.h"
#include "player.h"
#include "space.h"
#include "entity.h"
#include "enemy.h"
extern arSurface *screen;
extern arRect Camera;
extern Level level;
extern Entity *ThePlayer;
int MaxSpawns;
Spawn GameSpawns[] =
{
{
{8,12,36,26},... |
/* _ __ __ _ ___ __ __
** | '_ \ / _` |_ _| \/ | naim
** | | | | | | || || |\/| | Copyright 1998-2006 Daniel Reed <n@ml.org>
** |_| |_|\__,_|___|_| |_| ncurses-based chat client
*/
#include <assert.h>
#include <stdarg.h>
#include <stdlib.h>
#include "moon-int.h"
#if 0
static int _literal_index(lua_State *L, co... |
/*
* Copyright (c) 2006 National Research Council
*
* All rights reserved.
*
* This material is confidential and proprietary information of
* National Research Council Canada ("Confidential Information").
* This Confidential Information may only be used and reproduced
* in accordance with the terms of... |
/*
Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009 Mark Aylett <mark.aylett@gmail.com>
This file is part of Aug written by Mark Aylett.
Aug is released under the GPL with the additional exemption that compiling,
linking, and/or using OpenSSL is allowed.
Aug is free software; you can redistribute it and/or... |
/*
Copyright (C) 2001 Tensilica, Inc. All Rights Reserved.
Revised to support Tensilica processors and to improve overall performance
*/
/*
Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the terms ... |
/*
* Copyright (C) 2003 by Unai Garro <ugarro@users.sourceforge.net>
* Copyright (C) 2004 by Enrico Ros <rosenric@dei.unipd.it>
* Copyright (C) 2004 by Stephan Kulow <coolo@kde.org>
* Copyright (C) 2004 by Oswald Buddenhagen <ossi@kde.org>
*
* This program is free software; you can redistribute it and/or mod... |
#include <stdio.h>
int loop_fibonacci(int n)
{
if (n == 1 || n == 2) return 1;
else if (n > 2)
{
int f1 = 1, f2 = 1;
for (int i = 0; i < n - 2; ++i)
{
int tmp = f2;
f2 += f1;
f1 = tmp;
}
return f2;
}
return 0;
}
int recurs... |
// Copyright 2015 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "VideoCommon/TextureCacheBase.h"
namespace Null
{
class TextureCache : public TextureCacheBase
{
public:
TextureCache() {}
~TextureCache() {}
bool CompileShaders() override { ret... |
// Copyright (c) 2012- PPSSPP 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, version 2.0 or later versions.
// This program is distributed in the hope that it will be useful,
// b... |
/* debyer -- program for calculation of diffration patterns
* Copyright 2006-2007 Marcin Wojdyr
*
* 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
*... |
/**
* Copyright (C) 2007 Stefan Buettcher. All rights reserved.
* This is free software with ABSOLUTELY NO WARRANTY.
*
* 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 t... |
/********************
PhyloBayes MPI. Copyright 2010-2013 Nicolas Lartillot, Nicolas Rodrigue, Daniel Stubbs, Jacques Richer.
PhyloBayes 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... |
#ifndef WIDGET_H
#define WIDGET_H
#include <QtWidgets/QtWidgets>
namespace Ui
{
class WidgetClass;
}
class Widget : public QWidget
{
Q_OBJECT
public:
Widget(QWidget *parent = nullptr);
~Widget();
public slots:
void CreateWRP();
void ReadXYZ();
void ReadObjects();
void SaveWRP();
voi... |
/*
* This file is part of D3DShark - DirectX Component Framework
* Copyright (C) 2012-2013 Michael Bleis
*
* 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, ... |
// 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 REMOTING_PROTOCOL_MOUSE_INPUT_FILTER_H_
#define REMOTING_PROTOCOL_MOUSE_INPUT_FILTER_H_
#include "base/compiler_specific.h"
#include "remotin... |
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "core/hle/service/cecd/cecd.h"
namespace Service {
namespace CECD {
class CECD_NDM final : public Module::Interface {
public:
explicit CECD_NDM(std::shared_ptr<M... |
// 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 CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_MOCK_NETWORK_SCREEN_H_
#define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_MOCK_NETWORK_SCREEN_H_
#include "c... |
// CHDK palette color settings for the a2200
// Cameras use custom colors (CAM_LOAD_CUSTOM_COLORS) - CHDK colors set in platform_palette.c
#define CHDK_COLOR_BASE 0xA2 // Start color index for CHDK colors loaded into camera palette.
|
#ifndef AT91SAM9260_H
#define AT91SAM9260_H
#define AT91_ID_FIQ 0 /* Advanced Interrupt Controller (FIQ) */
#define AT91_ID_SYS 1 /* System Peripherals */
#define AT91SAM9260_ID_PIOA 2 /* Parallel IO Controller A */
#define AT91SAM9260_ID_PIOB 3 /* Parallel IO Controller B */
#define AT91SAM9260_ID_PIOC 4 /* Paral... |
/*
* Copyright (C) 2001-2013 Jacek Sieka, arnetheduck on gmail point 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
* (at your option) any later ... |
/* created by click/linuxmodule/fixincludes.pl on Tue Nov 25 22:39:42 2014 */
/* from /lib/modules/2.6.27.5-117.fc10.i686/build/include/config/fb/sys/fillrect.h */
|
//
// GameScreen.h
// C2DSmasher
//
// Created by Peter Arato on 9/10/13.
// Copyright 2013 Peter Arato. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "cocos2d.h"
#import "FlyingItemDelegate.h"
#import "JPSDK.h"
#import "Player.h"
#import "AimCross.h"
#import "ControllerLayer.h"
#import "Contro... |
/* This file is part of the KDE project
Copyright (C) 2002 Lars Siebold <khandha5@gmx.net>
Copyright (C) 2002 Werner Trobin <trobin@kde.org>
Copyright (C) 2002 Lennart Kudling <kudling@kde.org>
Copyright (C) 2002-2003,2005 Rob Buis <buis@kde.org>
Copyright (C) 2005 Boudewijn Rempt <boud@valdyas.org>
C... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: sync_net.h
* Author: programmeur
*
* Created on 16 февраля 2017 г., 23:17
*/
//#ifndef SYNC_NET_H
//#define SYNC_N... |
/*
* Problem.h
*
* Created on: 6 Nov 2014
* Author: adasubu
*/
#ifndef PROBLEM_H_
#define PROBLEM_H_
#include <vector>
#include "Toolchain.h"
#include "Workpoint.h"
#include "Random.h"
class Problem {
friend std::ostream &operator<<(std::ostream & str, const Problem &problem);
friend std::istream... |
void init_paging();
void switch_to_paging();
|
/******************************************************************************
* IDL2SCILAB Project
*-----------------------------------------------------------------------------
* ILL (Institut Laue Langevin)
*
* 38000 GRENOBLE Cedex
*------------------------------------------------... |
/*
* Channel extban type: matches users who are in a certain public channel
* -- jilles
*
* $Id: extb_channel.c 1723 2006-07-06 15:23:58Z jilles $
*/
#include "stdinc.h"
#include "modules.h"
#include "client.h"
#include "channel.h"
#include "hash.h"
#include "ircd.h"
static int _modinit(void);
static void _modde... |
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/of.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include <asm/errno.h>
#include <asm/dcr.h>
static void of_device_make_bus_id(struct of_device *dev)
{
s... |
#ifndef JOB_H
#define JOB_H
#include <string>
#include <stdint.h>
namespace org{
namespace esb{
namespace model_old{
class Job{
public:
Job();
~Job();
std::string uuid;
std::string outputfile;
std::string graph;
std::string graphstatus;
... |
#include <drivers/intel/gma/i915.h>
struct northbridge_intel_i945_config {
u32 gpu_hotplug;
u32 gpu_backlight;
int gpu_lvds_use_spread_spectrum_clock;
struct i915_gpu_controller_info gfx;
};
|
/**
******************************************************************************
* @file stm32f7xx_it.c
* @author Ac6
* @version V1.0
* @date 02-Feb-2015
* @brief Default Interrupt Service Routines.
******************************************************************************
*/
/* ... |
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <libnotify/notify.h>
#include "update-notifier.h"
#include "update.h"
static gboolean
check_system_crashes() {
int exitcode;
if(!in_admin_group())
return FALSE;
// check for ... |
/************************************************************************************************************
Copyright (C) Morozov Vladimir Aleksandrovich
MorozovVladimir@mail.ru
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 t... |
/*
*
* Copyright (c) International Business Machines Corp., 2002
*
* 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 l... |
/*
* jinclude.h
*
* Copyright (C) 1991-1994, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file exists to provide a single place to fix any problems with
* including the wrong system include file... |
/* linux/arch/arm/plat-s3c/include/plat/uncompress.h
*
* Copyright 2003, 2007 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
*
* S3C - uncompress code
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licen... |
/***************************************************************
* L&L - Labyrinths & Legends
* Copyright (c) 1993-2014 YOSHIMURA Tomohiko All rights reserved.
*
* Created by BowKenKen
* URL: https://sourceforge.jp/projects/lnl/
*
* License is GPL
*
* 本プログラムはフリー・ソフトウェアです。
* あなたは、 Free Software Foundation が公表した
* ... |
#include <sys/socket.h>
#include <netdb.h>
const char* diet_gai_strerror(int error) {
switch (error) {
case EAI_FAMILY: return "family not supported";
case EAI_SOCKTYPE: return "socket type not supported";
case EAI_NONAME: return "unknown host";
case EAI_SERVICE: return "unknown service";
case EAI_MEMORY: ... |
/*
* Copyright (C) 2009 Ladislav Klenovic <klenovic@nucleonsoft.com>
*
* This file is part of Nucleos kernel.
*
* Nucleos kernel 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 Li... |
/*
This file is part of KAddressBook.
Copyright (c) 2009 Tobias Koenig <tokoe@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)... |
/**
@file xmlextract.h
@author Tristan Beau, beau@in2p3.fr
@brief Definition of the TXmlExtract class which extract scalar or vector from xml file. It uses currently the tinyxml package but could be written using another xml parser.
*/
#ifndef _XMLEXTRACT_H_
#define _XMLEXTRACT_H_
#include "tinyxml.h"
#i... |
#ifndef POPUPWINDOW_H
#define POPUPWINDOW_H
#include <QQuickWindow>
#include <QQuickItem>
#include <QMouseEvent>
class popupWindow : public QQuickWindow
{
Q_OBJECT
Q_PROPERTY(QQuickItem *parentItem READ parentItem WRITE setParentItem)
Q_PROPERTY(int yOffset READ yOffset WRITE setYOffset NOTIFY yOffsetChan... |
//====================================================================================
// Name : InterruptMonitor.h
// Author : Jered Tupik
// Version : 1.0 5/17/2015
// Copyright : GNU v3 Public License
//
// Copyright (C) 2015 Tupik, Jered
//
// This program is free software: you can red... |
/**************************************************************************
* Otter Browser: Web browser controlled by the user, not vice-versa.
* Copyright (C) 2014 Jan Bajer aka bajasoft <jbajer@gmail.com>
* Copyright (C) 2015 - 2016 Michal Dutkiewicz aka Emdek <michal@emdek.pl>
*
* This program is free software: you... |
static const unsigned char ml_bin[] = {
0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0B, 0x08, 0x02, 0x00, 0x00, 0x00, 0xF9, 0x80, 0x9A,
0x6E, 0x00, 0x00, 0x00, 0x04, 0x67, 0x41, 0x4D, 0x41, 0x00, 0x00, 0xAF, 0xC8, 0x37, ... |
/***************************************************************************
* Copyright (C) 2011 Paul-Christian Volkmer
* paul-christian.volkmer@mni.thm.de
*
* This file is part of SpriteGenerator.
*
* SpriteGenerator is free software: you can redistribute it and/or modify
* it under the terms of the... |
/*
* 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 in the hope that it will be us... |
/*******************************************************************************
* Copyright (c) 2012 Hoang-Vu Dang <danghvu@gmail.com>
* This file is part of mod_dumpost
*
* mod_dumpost is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.