text stringlengths 4 6.14k |
|---|
#ifndef SETUPASSISTANT_H
#define SETUPASSISTANT_H
#include <QtGui/QWidget>
#include <QtCore/QStateMachine>
#include <QtCore/QState>
#include <QtCore/QSignalTransition>
#include <QtCore/QPropertyAnimation>
#include <QtGui/QDesktopWidget>
#include "WelcomeView.h"
#include "LicenseReader.h"
#include "DownloadSetup.h"
#in... |
#pragma once
namespace UEFI {
extern const wchar_t UEFI_GUID[];
}
|
#include <stdint.h>
#include <ps4/kernel/protection.h>
struct auditinfo_addr {
/*
4 ai_auid;
8 ai_mask;
24 ai_termid;
4 ai_asid;
8 ai_flags;r
*/
char useless[184];
};
struct ucred {
uint32_t useless1;
uint32_t cr_uid; // effective user id
uint3... |
/*
* This file is part of jacklistener - jack state monitor
* Copyright (C) 2012 Maxim A. Mikityanskiy - <maxtram95@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 vers... |
#pragma once
#ifndef ENGINE_RENDERER_POSTPROCESS_HDR_H
#define ENGINE_RENDERER_POSTPROCESS_HDR_H
#include <serenity/system/TypeDefs.h>
#include <serenity/system/Macros.h>
class ShaderProgram;
class Shader;
class Viewport;
class HDRAlgorithm {
public:
enum Type : uint8_t {
None = 0,
... |
/*
* This file is protected by Copyright. Please refer to the COPYRIGHT file
* distributed with this source distribution.
*
* This file is part of GNUHAWK.
*
* GNUHAWK is free software: you can redistribute it and/or modify is under the
* terms of the GNU General Public License as published by the Free Softwa... |
//
// vidConferenceEvent.h
// vidcon
//
// Created by Tyler Dodge on 4/24/12.
//
//
#import <Foundation/Foundation.h>
#import "vidSpeakerModel.h"
#define EVENT_NAME_KEY @"name"
#define EVENT_START_KEY @"start"
#define EVENT_END_KEY @"end"
#define EVENT_SPEAKER_KEY @"speaker"
#define EVENT_DESCRIPTION_KEY @"details"... |
/*
* Copyright (C) 2011 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... |
/*! \file Vector.h
* \brief Header file for Vector.cc.
*/
/* Copyright (c) 2006 John David Weaver
* All Rights Reserved.
*/
#if !defined(_WIP3DMATH_UNITVECTOR_VECTOR_VECTOR_H_)
#define _WIP3DMATH_UNITVECTOR_VECTOR_VECTOR_H_
namespace wip3dmath {
//! Vector class.
/*! Provides a datatype representing a position ... |
#ifndef ENEMY_H
#define ENEMY_H
#include <QAction>
#include <cmath>
#include <QFormLayout>
#include <QLineEdit>
#include <QApplication>
#include <iostream>
#include <QGraphicsPixmapItem>
#include <QPalette>
#include <QPixmap>
#include <QSize>
#include "thing.h"
/** Enemy thing. Floats like butterfly, stings like a rh... |
#ifndef NEOGPS_LOCATION_H
#define NEOGPS_LOCATION_H
#include <Arduino.h>
#include "NeoGPS_cfg.h"
//------------------------------------------------------
// @file Location.h
// @version 3.0
//
// @section License
// Copyright (C) 2016, SlashDevin
//
// This library is free software; you can redistribute it and/or
//... |
/*
* Copyright (c) 2015, EURECOM (www.eurecom.fr)
* 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
* li... |
// 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/
#import <UIKit/UIKit.h>
@interface BMAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic)... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
... |
/* -*- 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... |
#ifndef _STRUCTS_H
#define _STRUCTS_H
#include "common.h"
//ºôÎüµÆ²ÎÊý
typedef struct
{
uint_8 is_start; //ÊÇ·ñ¿ªÊ¼ºôÎü±êÖ¾£¬0Ϊδ¿ªÊ¼£¬1Ϊ¿ªÊ¼
float duty; //Õ¼¿Õ±È
uint_8 dir; //±ä»¯·½Ïò£¬0Ϊ±ä°µ£¬1Ϊ±äÁÁ
float radio; //ÿ´Î±ä»¯µÄÕ¼¿Õ±È´óС
} BreatheLightParams, *BreatheLightParamsPtr;
//ʱ¼ä... |
/*
* Embedded Radio Tracker
*
* Copyright (C) 2017 Mikael Nousiainen
*
* 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/.
*/
#ifndef __ERT_SERVER_SESSION_WEBSOCKE... |
//
// bs_dnscache.h
// MobileCross
//
// Created by super on 2017/8/1.
// Copyright © 2017年 Rex. All rights reserved.
//
#ifndef bs_dnscache_h
#define bs_dnscache_h
#include "bs_type.h"
typedef struct bs_dns {
struct bs_dns *next;
struct in_addr *in_addr_ip;
struct in6_addr *in_addr_ip6;
char *ho... |
/*
* This file is part of Kotaka, a mud library for DGD
* http://github.com/shentino/kotaka
*
* Copyright (C) 2018 Raymond Jennings
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundati... |
/*
* Copyright (C) 2014-2017 Fanout, Inc.
*
* This file is part of Pushpin.
*
* $FANOUT_BEGIN_LICENSE:AGPL$
*
* Pushpin is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, either version 3 of the L... |
// utf16_be.c - Oniguruma (regular expression library)
// Copyright (c) 2002-2020 K.Kosako All rights reserved.
//
#include "regint.h"
#pragma hdrstop
static int init(void)
{
#ifdef USE_CALLOUT
int id;
char * name;
uint args[4];
OnigValue opts[4];
OnigEncoding enc = ONIG_ENCODING_UTF16_BE;
name = "\000F\000A\0... |
/*
Copyright (c) 2014-2019 AscEmu Team <http://www.ascemu.org>
This file is released under the MIT license. See README-MIT for more information.
*/
#pragma once
enum CreatureEntry
{
// CelebrasTheCursedAI
CN_CELEBRAS_THE_CURESE = 12225,
// LordVyletongueAI
CN_LORD_VYLETONGUE = 12236,
... |
/**
******************************************************************************
* @file USB_Host/MTP_Standalone/Inc/main.h
* @author MCD Application Team
* @version V1.3.3
* @date 29-January-2016
* @brief Header for main.c module
********************************************************... |
/****************************************************************
* *
* Copyright 2001, 2013 Fidelity Information Services, Inc *
* *
* This source code contains the intellectual property *
* of its copyright holder(s), and is made available *
* under a license. If you do not know the terms of *
*... |
/* Copyright 2017 Chris Young <cygitmail@gmail.com>
*
* This file is part of C++ Network Library with libev.
*
* C++ Network Library with libev is free software: you can redistribute
* it and/or modify it under the terms of the GNU Affero General Public
* License as published by the Free Software Foundation, eith... |
/** LICENSE
* Copyright (c) 2014-2015 Genome Research Ltd.
*
* Author: Cancer Genome Project cgpit@sanger.ac.uk
*
* This file is part of CaVEMan.
*
* CaVEMan is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Founda... |
#endif // #ifndef SEEN_STG_H
|
/****************************************************************
* *
* Copyright 2001, 2011 Fidelity Information Services, Inc *
* *
* This source code contains the intellectual property *
* of its copyright holder(s), and is made available *
* under a license. If you do not know the terms of *
*... |
/*
* Copyright (C) 2019 ML!PA Consulting GmbH
*
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup cpu_sam0_common
* @ingroup drivers_periph_timer
* @{
*
* @file ... |
/**************************************************************************
* EVB900A-V1¿ª·¢°åʵÑé³ÌÐò *
* °æ±¾£º (C) Copyright 2010,SC.etc,DCL,CHM All Rights reserved. *
* ÍøÕ¾£º mcuep.taobao.com *
* ÓÊÏ䣺 dcl0@sina.com ... |
////////////////////////////////////////////////////////////////
//
// Copyright (C) 2005 Affymetrix, 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... |
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* include... |
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** ... |
/********************************************************************
* Description: emcglb.c
* Globals initialized to values in emccfg.h
*
* Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: GPL Version 2
* System: Linux
*
* Copyright (c) 2004 All rights reserved.
*
* Last change:
*... |
/*
This file is part of CanFestival, a library implementing CanOpen Stack.
Copyright (C): Edouard TISSERANT and Francis DUPIN
See COPYING file for copyrights details.
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 ... |
/*
Copyright (C) 2011 Bastien Nocera
The Gnome 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 (at your option) any later version.
The Gnome ... |
/*
* Copyright (C) 2017 Fundacion Inria Chile
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @{
* @ingroup net
* @file
* @brief Implementation of OpenThread random pla... |
/** @file vbox_driver.c
* Core driver methods for managing VirtualBox VM's
*/
/*
* Copyright (C) 2010-2014 Red Hat, Inc.
* Copyright (C) 2008-2009 Sun Microsystems, Inc.
*
* This file is part of a free software library; you can redistribute
* it and/or modify it under the terms of the GNU Lesser General
* Publ... |
#ifndef DEGU_DEGU_PARSER_SYMBOL_H
#define DEGU_DEGU_PARSER_SYMBOL_H
// Standard
#include "string"
// degu-common
#include "degu-common/include/types.h"
#include "degu-common/include/source_err.h"
namespace Degu
{
namespace Parser
{
class Parser
{
public:
bool has_input;
std::string input;
Parser();... |
/*
Copyright (C) 1995-2001 Activision, 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 of the License, or (at your option) any later version.
This library is distribu... |
// @(#)root/graf2d:$Id$
// Author: Timur Pocheptsov 19/03/2012
/*************************************************************************
* Copyright (C) 1995-2012, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* ... |
/*
* Copyright (C) 2008 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 of the License, or (at your option) any later version.
*
* This library ... |
/*
Xmega USART Drivers Header
Uses atmel application note drivers
Daniel Sidlauskas Miller
Make sure to link usart_driver.c when compiling
Functions more explained in source file
*/
#include "avr_compiler.h"
#include "usart_driver.h"
void uartInit(USART_data_t * title,USART_t * interface, unsigned int baudrate);
... |
/*
* GtkMaskedEntry widget for GTK+
* Copyright (C) 2005-2011 Andrea Zagli <azagli@libero.it>
*
* 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 of the License, o... |
/****************************************************************/
/* DO NOT MODIFY THIS HEADER */
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
/* */
/* (c) 2010 Battelle Energy Alliance, LLC ... |
/*
Copyright (C) 2009 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 of the License, or (at your option) any later version.
This library is... |
#include "mpg123.h"
int audio_open(struct audio_info_struct *ai)
{
fprintf(stderr,"No audio device support compiled into this binary (use -s).\n");
return -1;
}
int audio_reset_parameters(struct audio_info_struct *ai)
{
return 0;
}
int audio_rate_best_match(struct audio_info_struct *ai)
{
return 0;
}
int a... |
/*
* port_serial.h
*
* Created on: 17.10.2016
* Author: ak
*/
#ifndef MCU_SRC_PORT_STM32_L1_INCLUDE_PORT_SERIAL_H_
#define MCU_SRC_PORT_STM32_L1_INCLUDE_PORT_SERIAL_H_
#include <stdint.h>
#include <stdbool.h>
void portSerialInit(int baud);
void portSerialPutChar(uint8_t c);
void portSerialPutString(char... |
/***************************************************************************
copyright : (C) 2002 - 2008 by Scott Wheeler
email : wheeler@kde.org
***************************************************************************/
/************************************************************... |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Messaging Framework.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Less... |
/*
* This file is part of KDevelop
*
* Copyright 2008-2010 Alexander Dymo <adymo@kdevelop.org>
*
* This program 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 (at... |
/*
* Copyright (C) 2004, 2005, 2006, 2008 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2004, 2005, 2006 Rob Buis <buis@kde.org>
*
* 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 Fou... |
/*
* StarPU
* Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
*
* 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
* y... |
/*
Copyright (C) 2012, 2013 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 op... |
/****************************************************************************
**
** 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 QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** ... |
int trim(char s[]){
int n;
for (n = strlen(s)-1; n >= 0; n--)
if (s[n] != ' ' && s[n] != '\t' && s[n] != '\n'
break;
s[n+1] = '\0';
return n;
}
|
/* Egueb
* Copyright (C) 2011 - 2013 Jorge Luis Zapata
*
* 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 License, or (at your option) any later version.
... |
/***************************************************************************
* Copyright (C) 2009 by Erik Sohns *
* erik.sohns@web.de *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the te... |
TEST ()
{
GeglBuffer *buffer2, *buffer;
GeglRectangle bound = {0, 0, 20, 20};
GeglRectangle dest = {2, 2, 8, 8};
float *blank = g_malloc0 (100000);
gchar *temp = g_malloc0 (100000);
test_start ();
buffer2 = gegl_buffer_new (&bound, babl_format ("Y float"));
buffer = gegl_buffer_new (&bound, babl_... |
/*
* Copyright 2013 Kurt Van Dijck <kurt@vandijck-laurijssen.be>
*
* This file is part of libenumif.
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Public License as published by
* the Free Software Foundation, either version 3 of the License, or
... |
// Created file "Lib\src\Uuid\X64\i_activdbg"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b... |
int f(auto void){
auto int x;
return 0;
}
int main(void){
return 0;
}
|
// Created file "Lib\src\sensorsapi\sensorsapi"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, ... |
/*
* OS Abstraction Layer
*
* Copyright (C) 2014, 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
* copyright notice and this permission notice appear in all copies.
... |
// Created file "Lib\src\Uuid\rtccore_i"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b... |
// Created file "Lib\src\Uuid\wincodec_uuid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4... |
/**
Copyright (C) Atiyah Elsheikh (Atiyah.Elsheikh@ait.ac.at,a.m.g.Elsheikh@gmail.com) 2014,2015
AIT Austrian Institute of Technology GmbH
This file is part of the software blackboxParadisEO
blackboxParadisEO is free software: you can redistribute it and/or modify
it under the terms of the GNU Le... |
/*
* skinny.c
*
* Copyright (C) 2013 Remy Mudingay <mudingay@ill.fr>
*
* This module 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 3 of the License, or
* (at your option) any la... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
/*!
* \file abstractmodelcomponentinfo.h
* \author Caleb Amoa Buahin <caleb.buahin@gmail.com>
* \version 1.0.0
* \description
* \license
* This file and its associated files, and libraries are free software.
* You can redistribute it and/or modify it under the terms of the
* Lesser GNU Lesser General Public L... |
/*
================================================================================
This software is released under the LGPL-3.0 license: http://www.opensource.org/licenses/lgpl-3.0.html
Copyright (c) 2012, Jose Esteve. http://www.joesfer.com
This library is free software; you can redistribute it and/or
modify i... |
// Created file "Lib\src\Uuid\X64\functiondiscovery"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, ... |
// Created file "Lib\src\ehstorguids\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,... |
#pragma once
#ifndef DblHWEAPON_H
#define DblHWEAPON_H
#include "Onehand_Weapon.h"
class Twohand_Weapon :
public Onehand_Weapon
{
public:
Twohand_Weapon();
Twohand_Weapon(std::string name, int type, int dmg, int color) : Onehand_Weapon(name, type, dmg, color){};
~Twohand_Weapon();
};
#endif
|
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
/****
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
* Created 2015 by Skurydin Alexey
* http://github.com/SmingHub/Sming
* All files of the Sming Core are provided under the LGPL v3 license.
*
* ChunkedStream.h
*
* @author Slavey Karadzhov <slaff@attachix.com>... |
/****************************************************************************
**
** Copyright (C) 2012-2014 Andrey Bogdanov
**
** This file is part of the BeQtNetwork module of the BeQt library.
**
** BeQt is free software: you can redistribute it and/or modify it under
** the terms of the GNU Lesser General Public Lic... |
// Wire3D by Roman Rath (antibyte@gmail.com)
// http://wire3d.googlecode.com
// Copyright(c) 2009-2014. All rights reserved.
//
// The Wire3D source code is supplied under the terms of the LGPL and
// may not be copied or disclosed except in accordance with the terms of
// that agreement.
#pragma once
#ifndef WIRENOD... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
// Created file "Lib\src\mfuuid\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5,... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
/*
* CryptoMiniSat
*
* Copyright (c) 2009-2015, Mate Soos. All rights reserved.
*
* 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.0 of the License.
*
* This library i... |
/*
* The DIVERSE Toolkit
* Copyright (C) 2000 - 2003 Virginia Tech
*
* This software, the DIVERSE Toolkit library, 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... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
/* -----------------------------------------------------------------*-C-*-
ffitarget.h - Copyright (c) 2012 Anthony Green
Copyright (c) 1996-2003 Red Hat, Inc.
Target configuration macros for IA-64.
Permission is hereby granted, free of charge, to any person obtaining
a copy of thi... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
/* Compute mass action function, in case we have chemical reactions proper */
template <int dim>
std::vector<double> Functionals<dim>::MassAction(Tensor<1, alphadim>& prev_alpha, double dt) const {
// Set the law of mass action for each species
std::vector<double> A(alphadim,0);
std::vector<double> B(alphadim,... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
// Created file "Lib\src\ksuser\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5,... |
/*****************************************************************************
Copyright (c) 2010, Intel Corp.
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 cod... |
/**************************************************************************
*
* Copyright (C) 2012 Steve Karg <skarg@users.sourceforge.net>
*
* 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 w... |
#include "stm32f4xx.h"
static void init(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
// Clock Enable
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);
// Config PG13 als Digital-Ausgang
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_13;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;
GPIO_InitStructure.GPIO_O... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 3 of the License, or
(at your option) any later v... |
// Created file "Lib\src\amstrmid\X64\strmiids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, ... |
#import "FBSceneHostManager.h"
@interface FBWindowContextHostManager : FBSceneHostManager
@end
|
#define state GPIOR0
#define current_byte GPIOR1
#define sregstore GPIOR2
#define UART_PORT PORTA
#define UART_DDR DDRA
#define UART_TX PA7
#define NONE 0
#define START 1
#define STOP 10
|
/*
* Project: Smarttrack
* Author: uran
* Description: AT Proto
* History:
* 12.08.14 create
*/
#ifndef __AT_PROTO_H__
#define __AT_PROTO_H__
/* Parameters */
// 0 - limitless timeout
#define AT_DEFAULT_TIMEOUT 0
#define ATCR 0x0D
#define ATLF 0x0A
/* Hardware implementation base function (level 0 (AL))*/... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.