text stringlengths 4 6.14k |
|---|
#include "../../src/oauth/qabstractoauthreplyhandler.h"
|
/*
Goblin Library Loader v1.0 - A loader for loading dynamic libraries for Windows and Linux
Copyright (C) 2016 Daniel McCarthy
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 Foundati... |
/**
******************************************************************************
* @file usb_endp.c
* @author MCD Application Team
* @version V4.0.0
* @date 21-January-2013
* @brief Endpoint routines
******************************************************************************
* @att... |
/*
* This file is part of the libemb project.
*
* Copyright (C) 2011 Stefan Wendler <sw@kaltpost.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 3 of the License, or
... |
/**
* 2011
* (c) Z.Vova
*/
#include <unistd.h>
#include <swilib.h>
#include <errno.h>
int rmdir(const char *dir)
{
return _rmdir(dir, (unsigned int*)__errno_location());
}
|
/*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
OpenAirInterface 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 Foundat... |
/*******************************************************************************
* Project: IECC (IEC 61131-3 Languages Compiler for Arduino). *
* Authors: Paulo H. Torrens <paulotorrens AT gnu DOT org>. *
* License: GNU GPLv3+. ... |
#pragma once
#include "EventController.h"
#include "InputKeyboard.h"
#include "InputMouse.h"
#include "InputGamepad.h"
#include "DLL_DEF.h"
struct SDL_Window;
namespace ge {
class GEDLL InputManager
{
public:
enum InterfaceType {
NoInterface = 0,
Keybo... |
#ifndef tourmaline_Class_h
#define tourmaline_Class_h
#include "tour.h"
#include "messaging.h"
_EXTERN_C_BEGIN
#define _C_ID '@'
#define _C_CLASS '#'
#define _C_SEL ':'
#define _C_CHR 'c'
#define _C_UCHR 'C'
#define _C_SHT 's'
#define _C_USHT 'S'
#define ... |
/*
* Parser.c
*
* Created on: Aug 26, 2017
* Author: maanu
*/
#include "Main.h"
#include "Lexer.h"
#include "Parser.h"
/*
* <program> ::= <statement>
* <statement> ::= <id> = <expr>
* | <expr>
* <expr> ::= <str>
* | <func>(<expr>)
* | <addtive_expr>
* <multiplicative_expr> ... |
/*
This file is part of Desperion.
Copyright 2010, 2011 LittleScaraby, Nekkro
Desperion is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version... |
#pragma once
#ifdef WIN32
#define localtime_r(timep, result) localtime_s(result, timep)
#define gmtime_r(timep, result) gmtime_s(result, timep)
#define strncasecmp _strnicmp
#define stat _stat
#endif |
/* Test of dropping uid/gid privileges of the current process permanently.
Copyright (C) 2009-2014 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either ve... |
/*************************************************************************************
*filename: rudp_ccc.h
*
*to do: RUDP·¢ËÍÂëÂÊ¿ØÖÆÆ÷£¬ÊµÏÖ´ø¿íÆÀ¹À¡¢·¢ËÍ´°¿Ú¾ö²ß¡¢RTT¼ÆËãµÈ
*Create on: 2013-04
*Author: zerok
*check list:
*************************************************************************************/
#ifndef... |
#ifndef COMBAIN_HTTP_H
#define COMBAIN_HTTP_H
#include "legato.h"
#include "interfaces.h"
#include "ThreadSafeQueue.h"
void CombainHttpInit(
ThreadSafeQueue<std::tuple<ma_combainLocation_LocReqHandleRef_t, std::string>> *requestJson,
ThreadSafeQueue<std::tuple<ma_combainLocation_LocReqHandleRef_t, std::string... |
#ifndef QGCTABBEDINFOVIEW_H
#define QGCTABBEDINFOVIEW_H
#include <QWidget>
#include "ui_QGCTabbedInfoView.h"
#include "MAVLinkDecoder.h"
#include "QGCMessageView.h"
#include "UASQuickView.h"
#include "UASRawStatusView.h"
class QGCTabbedInfoView : public QWidget
{
Q_OBJECT
public:
explicit QGCTabbedInfoVie... |
/*
* ARCEMU MMORPG Server Software
* Copyright (c) 2008-2012 ARCEMU Server Team
* See COPYING for license details.
*/
#pragma once
#define WINTERGRASP 4197
#define A_NUMVEH_WORLDSTATE 3680
#define A_MAXVEH_WORLDSTATE 3681
#define H_NUMVEH_WORLDSTATE 3490
#define H_MAXVEH_WORLDSTATE 3491
#define HORDE_CONTROLLED ... |
#ifndef SRC_LIB_NGSI9_UPDATECONTEXTAVAILABILITYSUBSCRIPTIONRESPONSE_H_
#define SRC_LIB_NGSI9_UPDATECONTEXTAVAILABILITYSUBSCRIPTIONRESPONSE_H_
/*
*
* Copyright 2013 Telefonica Investigacion y Desarrollo, S.A.U
*
* This file is part of Orion Context Broker.
*
* Orion Context Broker is free software: you can redistribute... |
#pragma once
#include <QObject>
class QByteArray;
class QString;
class I_CommDevice : public QObject
{
Q_OBJECT
public:
virtual ~I_CommDevice() {}
signals:
void dataReceived(QByteArray data);
};
|
//
// Copyright (C) 2013-2017 University of Amsterdam
//
// 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 Foundation, either version 3 of the
// License, or (at your option) any later version.
//
/... |
/**
* Copyright (C) 2016 splone UG
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,... |
#ifndef _OPENCOG_ATOMTABLE_WRAP_H
#define _OPENCOG_ATOMTABLE_WRAP_H
/** Exposes the AtomTable class. */
void init_AtomTable_py();
#endif // _OPENCOG_ATOMTABLE_WRAP_H
|
/*
* Copyright (C) 2019 by Sukchan Lee <acetcom@gmail.com>
*
* This file is part of Open5GS.
*
* 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 Foundation, either version 3 of the License, or
... |
#include "util.h"
#include "ihm.h"
int main ( int argc, char *argv[] )
{
static const char* database_filename = "data.db";
char *mot, *nom_joueur;
short choix, nombre_tours, numero_tour, score = 0;
short numero_mot_courant = 0;
LISTE_MOT *liste_mots;
TABLEAU_SCORE *tableau_scores_1, *tableau_... |
/*
* AscEmu Framework based on ArcEmu MMORPG Server
* Copyright (c) 2014-2022 AscEmu Team <http://www.ascemu.org>
* Copyright (C) 2005-2011 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... |
// SPDX-FileCopyrightText: 2019 Jean-Louis Fuchs <ganwell@fangorn.ch>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// =============
// Common header
// =============
//
// .. code-block:: cpp
//
#ifndef ch_libchirp_common_h
#define ch_libchirp_common_h
// Project includes
// ================
//
// .. code-block::... |
/*
* Thread Pool Class
* Copyright (C) 2011 - 2013 <http://arcpro.sexyi.am/>
* Copyright (C) Burlex <burlex@gmail.com>
*
* 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 Foundation, either vers... |
/*
* (c) Copyright Ascensio System SIA 2010-2019
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGP... |
/*
* File: ximamng.h
* Purpose: Declaration of the MNG Image Class
* Author: Davide Pizzolato - www.xdp.it
* Created: 2001
*/
/* ==========================================================
* CxImageMNG (c) 07/Aug/2001 Davide Pizzolato - www.xdp.it
* For conditions of distribution and use, see copyright n... |
#pragma once
namespace nui
{
namespace Data
{
NUI_API nui::Base::tstring utf82t(LPCSTR arg, size_t length);
NUI_API nui::Base::tstring utf82t(LPCSTR arg);
NUI_API std::string t2utf8(LPCTSTR arg, size_t length);
NUI_API std::string t2utf8(LPCTSTR arg);
}
} |
/*
* bfin_sram.h - userspace interface to L1 memory allocator
*
* Copyright (c) 2007 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#ifndef __BFIN_SRAM_H__
#define __BFIN_SRAM_H__
#include <features.h>
#include <sys/types.h>
__BEGIN_DECLS
#define L1_INST_SRAM 0x00000001
#define L1_DA... |
/*
* Copyright (C) 2021 Grilo Project
*
* 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, or (at your option) any later version.
*
* This library is di... |
//
// Copyright (C) 2007-2008 Sebastian Kuzminsky
//
// 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.... |
/* StarPU --- Runtime system for heterogeneous multicore architectures.
*
* Copyright (C) 2012, 2013, 2015 CNRS
*
* StarPU 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 th... |
/*
* GPAC - Multimedia Framework C SDK
*
* Authors: Jean Le Feuvre
* Copyright (c) Telecom ParisTech 2012
* All rights reserved
*
* This file is part of GPAC - sample DASH library usage
*
*/
#ifndef __DEF_BENCH_H__
#define __DEF_BENCH_H__
#include <gpac/isomedia.h>
#include <openHev... |
#pragma once
class SoapServer;
class SoapServerInternal;
class ClassBinding;
class FieldBinding;
#include <string>
#include <functional>
#include <memory>
#include <typeinfo>
#include <vector>
using namespace std;
#include "NativeSoapServer.h"
#include "ProtobufSoapServer.h"
enum FieldFlags
{
FF_Optional,
FF... |
/****************************************************************************
**
** 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 examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** No C... |
/*
* Copyright (C) 2012-2014 Red Hat, Inc.
*
* Licensed under the GNU Lesser General Public License Version 2.1
*
* 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 ... |
/******************************************************************************
* THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
*/
#pragma once
#include "converters.h"
namespace Quotient {
/// Identification information for a user
struct UserIdentifier {
/// The type of identification. See `Identifie... |
/***************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (directui@nokia.com)
**
** This file is part of libmeegotouch.
**
** If you have questions regarding the use of this ... |
/****************************************************************************
**
** Copyright (C) 2013 Jolla Ltd
** Contact: lorn.potter@jollamobile.com
This file is part of Sensord.
Sensord is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License
... |
/****************************************************************************
**
** 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 test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** No... |
/**
@file dsmetool.c
Dsmetool can be used to send commands to DSME.
<p>
Copyright (C) 2004-2010 Nokia Corporation.
@author Ismo Laitinen <ismo.laitinen@nokia.com>
@author Semi Malinen <semi.malinen@nokia.com>
This file is part of Dsme.
Dsme is free software; you can redistribute it and/or mo... |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... |
/* -*- C++ -*-
* mapredo
* Copyright (C) 2015 Kjell Irgens <hextremist@gmail.com>
*
* 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... |
/*
* Copyright (C) 2008, 2009 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 l... |
// @(#)root/smatrix:$Id$
// Authors: T. Glebe, L. Moneta 2005
#ifndef ROOT_Math_Dfinv
#define ROOT_Math_Dfinv
// ********************************************************************
//
// source:
//
// type: source code
//
// created: 03. Apr 2001
//
// author: Thorsten Glebe
// HERA-B Collab... |
/*
# $Id: memory_storage.h 1754 2006-05-05 12:43:18Z nlehuen $
# Copyright (C) 2004-2005 Nicolas Lehuen <nicolas@lehuen.com>
#
# 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;... |
#include <stdlib.h>
#include <stdio.h>
#include <mpi.h>
#define SIZE 10
#define DATATYPE MPI_DOUBLE
#define ROOT 1
#define REPEAT 5
int main( int argc, char* argv[] )
{
int i, j;
int myrank, nprocs;
char *sbuf, *rbuf;
int *rcnt, *rdpl;
int dsize;
MPI_Init( &argc, &argv );
MPI_Comm_ra... |
/*
* Copyright (C) 2002 Red Hat, Inc.
*
* This 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.
*
* This program is dist... |
/*
* ISS Live Qt
* Copyright (C) 2014, John Pritchard, Syntelos
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* (LGPL and GPL) as published by the Free Software Foundation, either
* version 3 of the License, or (at your opti... |
/*
* File name : CoreMutex.h
*
* Copyright (c) 2008 Scientific Software
*
* Modification History:
* Date Name Description
* 2008-12-29 Egor Pushkin Initial version
*/
#ifndef COREMUTEX_H__MINCOM__INCLUDED_
#define COREMUTEX_H__MINCOM__INCLUDED_
namespace MinCOM
{
/**
* Mi... |
// Created file "Lib\src\Uuid\X64\wdmguids"
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,... |
//
// Created by Gregory Istratov on 11/13/16.
//
#ifndef LIBSTRATUM_TYPES_H
#define LIBSTRATUM_TYPES_H
enum
{
ST_OK,
ST_ERR,
ST_NOT_FOUND,
ST_EMPTY,
ST_EXISTS,
ST_OUT_OF_RANGE,
ST_SIZE_EXCEED,
ST_UNKNOWN
};
#endif //LIBSTRATUM_TYPES_H
|
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <pthread.h>
#include <errno.h>
#include "thread_barrier.h"
const thread_barrier_t THREAD_BARRIER_INITIALIZER = {
PTHREAD_COND_INITIALIZER,
PTHREAD_MUTEX_INITIALIZER,
0,
0,
0,
false,
false,
};
int thread_barrier_init(thre... |
/**
* Copyright(C) 2009-2012
* @author Jing HUANG
* @file KosarajuSharirSCC.h
* @brief
* @date 1/2/2011
*/
#pragma once
#include "DirectedGraph.h"
#include "DepthFirstOrder.h"
namespace Etoile
{
/*
* KosarajuSharirStrongly Connected Components
**/
class KosarajuSharirSCC
{
prot... |
#ifndef MESSAGE_H
#define MESSAGE_H
#include <QString>
#include "enums.h"
#include "abstractdata.h"
namespace QAprs {
class Message : public AbstractData
{
public:
Message();
// Getters
QString inline getRecipient() { return recipient; }
QString inline... |
/*
* server/zone/objects/tangible/Container.h generated by engine3 IDL compiler 0.55
*/
#ifndef CONTAINER_H_
#define CONTAINER_H_
#include "engine/orb/DistributedObjectBroker.h"
class SceneObject;
class Player;
class TangibleObject;
#include "TangibleObject.h"
class Container : public TangibleObject {
public:
... |
/*
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... |
#pragma once
#include "Opcode.h"
namespace AISCRIPT
{
class If_Dif : public Opcode
{
public:
// Ctor
If_Dif() : Opcode(Enum::IF_DIF) {};
// Execute
virtual bool execute(aithread &thread) const;
};
}
|
/*
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... |
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <MemoryModule.h>
typedef void (*FooFunc)(const char *name);
unsigned char *ReadAllBytes(const char *filePath, size_t *size) {
assert(filePath != NULL);
assert(size != NULL);
FILE *fp;
fopen_s(&fp, filePath, "rb");
if (fp == NULL) return N... |
/**
* 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 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that ... |
/*
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... |
#include <libgen.h>
#include <string.h>
#include <stdlib.h>
char *dirname(char *path)
{
char *slash = path;
if(strrchr (path, '/') == NULL)
{
slash = NULL;
}
if (slash == path)
{
++slash;
}
else if (slash != NULL && slash[1] == '\0')
{
slash = memchr (path, slash - path, '/');
}
... |
/* GKApplication, copyright © 2007-2016 Gen Kiyooka, is distributed under
the GNU Lesser General Public License (GNU LGPL).
This file is part of the submodule https://github.com/genkiyooka/GKApplication
in Nibitaph framework for Mac and iOS https://github.com/genkiyooka/Nibitaph
GKApplication is free softwar... |
/**
* @file
* Test driver for stack library.
*
* @author Matthew Balint, mbalint@gmail.com
* @date November 2014
*
* @copyright
* Copyright (c) 2014 by Matthew Balint.
*
* This file is part of https://github.com/mjbalint/stack
*
* https://github.com/mjbalint/stack is free software: you can
* ... |
#ifndef R_PKCS7_H
#define R_PKCS7_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct r_pkcs7_certificaterevocationlists_t {
ut32 length;
RX509CertificateRevocationList **elements;
} RPKCS7CertificateRevocationLists;
typedef struct r_pkcs7_extendedcertificatesandcertificates_t {
ut32 length;
RX509Certificate... |
// Created file "Lib\src\dxguid\X64\d3d9guid"
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... |
#ifndef RENDER_DEBUG_H
#define RENDER_DEBUG_H
#include <stdint.h>
#include <SDL2/SDL_platform.h>
#include <SDL2/SDL_opengl.h>
#define R_DRAW_WIRE 0x00000001 // Wireframe rendering
#define R_DRAW_ROOMBOXES 0x00000002 // Show room bounds
#define R_DRAW_BOXES 0x00000004 // S... |
/*
* This file is part of Codecrypt.
*
* Copyright (C) 2013-2016 Mirek Kratochvil <exa.exa@gmail.com>
*
* Codecrypt 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 Licen... |
/* ------------------------------------------------------------------------ *
* XSquare 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 3 of the Licence, or *
* (at... |
#ifndef TAGDAO_H
#define TAGDAO_H
#include <QtSql/QSqlQuery>
#include <QList>
#include <QString>
#include <QSharedPointer>
#include "Common/MySQLHandler.h"
#include "Common/protobufs/models/Tag.pb.h"
using namespace SolasMatch::Common::Protobufs::Models;
class TagDao
{
public:
static QList<QSharedPointer<Tag> ... |
/*
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... |
/* ---------------------------------------------------------------------------- */
/* Atmel Microcontroller Software Support */
/* SAM Software Package License */
/* --------------------------------------------------------------------... |
/*----------------------------------------------------------------------------------
*
* MARKUS : a manager for video analysis modules
*
* author : Laurent Winkler <lwinkler888@gmail.com>
*
*
* This file is part of Markus.
*
* Markus is free software: you can redistribute it and/or modify
* it under the ... |
/**
@file log.c
@brief create .log file
@author Eugene Kolivoshko (ekolivoshko@gmail.com)
@date August 9 2015
@version 1.0
@copyright GNU Public License.
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <Windows.h>
#define LOGFILE "mdRun.log" /**< all ReportM... |
/*======================================================================*\
* Safe Recursive mutex implementation.
* Diego Nehab, 12/3/2001
* RCS Id: $Id: srm.c,v 1.2 2001/12/14 21:55:13 diego Exp $
\*======================================================================*/
#include <stdlib.h>
#include "pt.h"
... |
/*
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@@----------------------------------------------------------------*//*!
\file listeneradapter.h
\par Description
Extension and update of headers for PellesC compiler suite.
\par Project:
PellesC Headers extension
\date Created on Sun Jul 17 22:03:03 2016
\date Modified on Sun... |
/*
*
* This file is part of Tulip (http://tulip.labri.fr)
*
* Authors: David Auber and the Tulip development Team
* from LaBRI, University of Bordeaux
*
* Tulip 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 Softw... |
/***************************************************************
RayCaster - A Simple C++ Ray Caster Game
Copyright 2013 Core S2 - See License.txt for details
This source file is developed and maintained by:
+ Jeremy Bridon jbridon@cores2.com
File: Utilities.cpp/h
Desc: Dozen helpful structures or functions... |
// Created file "Lib\src\Uuid\X64\propkeys"
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,... |
/*!
@file
@author Albert Semenov
@date 07/2012
*/
#ifndef _1628df4a_ba95_4128_a0af_236fa36a402b_
#define _1628df4a_ba95_4128_a0af_236fa36a402b_
#include "IPropertyInitialisator.h"
#include "Property.h"
namespace tools
{
class MYGUI_EXPORT_DLL TexturePropertyInitialisator :
public IPropertyIn... |
// This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... |
/**
* ArUco: Augmented Reality library from the University of Cordoba
*
* ArUco is a minimal C++ library for detection of Augmented Reality
* markers based on OpenCv exclusively.
*
* It is an educational project to show student how to detect augmented
* reality markers and it is provided under BSD license.
*
*... |
/* lela/matrix/traits.h
* Copyright 2011 Bradford Hovinen
*
* Properties of matrices on which algorithms are specialised
*
* ------------------------------------
*
* This file is part of LELA, licensed under the GNU Lesser General
* Public License version 3. See COPYING for more information.
*/
#ifndef __LEL... |
/*
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\Uuid\X64\fwpapi"
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 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... |
/*
* KOI8-U codepage (Ukrainian Cyrillic) functions
*
* Copyright (c) 2008-2012, Joachim Metz <jbmetz@users.sourceforge.net>
*
* Refer to AUTHORS for acknowledgements.
*
* This software is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as publi... |
// Created file "Lib\src\Uuid\X64\propkeys"
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 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... |
/*
* Support functions
*
* Copyright (c) 2010-2013, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
* This software 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 Founda... |
/*
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... |
/*
* ISO 8859-13 codepage (Baltic) functions
*
* Copyright (C) 2008-2020, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
* 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... |
#ifndef __HELLO_WORLD_H__
#define __HELLO_WORLD_H__
// When you import this file, you import all the cocos2d classes
#include "cocos2d.h"
#include "Box2D.h"
#include "MyContactListener.h"
#include "GameSprite.h"
USING_NS_CC;
class PhysicsSprite : public cocos2d::CCSprite
{
public:
PhysicsSprite();
void setP... |
/*****************************************************************************
* Product: Blinky example, Arduino-UNO board, preemptive QK-nano kernel
* Last Updated for Version: 5.4.0
* Date of the Last Update: 2015-04-08
*
* Q u a n t u m L e a P s
* ------------------------... |
#import "_UILegibilityView.h"
@interface _UILegibilityLabel : _UILegibilityView
@end
|
/*
* Modification History
*
* 2000-December-19 Jason Rohrer
* Created.
*
* 2010-April-6 Jason Rohrer
* Blocked event passing to handlers that were added by event.
*/
#ifndef MOUSE_HANDLER_GL_INCLUDED
#define MOUSE_HANDLER_GL_INCLUDED
/**
* Interface for an object that can field OpenGL mouse events.
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.