text stringlengths 4 6.14k |
|---|
/****************************************************************************
**
** Copyright (C) 2017-2016 Ford Motor Company
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtRemoteObjects module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding ... |
#include "../../../../../src/charts/legend/qbarlegendmarker_p.h"
|
/*---
Flow*: A Taylor Model Based Flowpipe analyzer.
Authors: Xin Chen, Erika Abraham and Sriram Sankaranarayanan.
Email: Xin Chen <xin.chen@cs.rwth-aachen.de> if you have questions or comments.
The code is released as is under the GNU General Public License (GPL). Please consult the file LICENSE.txt for
f... |
//
// Created by david on 2016-07-24.
//
#ifndef WL_COUNTERS_TIMERS_H
#define WL_COUNTERS_TIMERS_H
namespace counter {
//Counters
extern int MCS;
extern int walks;
extern int swaps;
extern int swap_accepts;
extern int merges;
};
namespace timer {
extern int increment;
extern int add_h... |
/*
droid vnc server - Android VNC server
Copyright (C) 2011 Jose Pereira <onaips@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 3 of the License, or (at your option)... |
/////////////////////////////////////////////////////////////////////////////////
//
// jHako
// Copyright (C) 2014-2015 Komatsu Yuji(Zheng Chuyu)
//
// 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 Found... |
#ifndef _GUI_H
#define _GUI_H
// generic gui definitions
#include "gui_ext.h"
// use the terminal shell
#include "gui_terminal.h"
#endif
|
/******************************************************************************
* Copyright 2010 Emma Goldberg
*
* This file is part of SimTreeSDD.
*
* SimTreeSDD 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 F... |
/*****
*
* Description: File Handling Function Headers
*
* Copyright (c) 2010-2017, Ron Dilley
* All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3... |
/* RetroArch - A frontend for libretro.
* Copyright (C) 2016-2017 - Gregor Richards
*
* RetroArch 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 Found-
* ation, either version 3 of the License, or (at your option... |
#include <nibobee/iodefs.h>
#include <nibobee/led.h>
#include <nibobee/sens.h>
int main() {
led_init(); // LED IO initialisieren
sens_init(); // Odometriesensor IO initialisieren
while (1 == 1) {
int8_t status_L = sens_getLeft();
// Linke LEDs ein- oder ausschalten,
// abhängig v... |
/*
The proceeding code was authored by:
d88b d8888b. db db d88888b .d8888. .d8888.
`8P' 88 `8D 88 88 88' 88' YP 88' YP
88 88 88 88ooo88 88ooooo `8bo. `8bo.
88 88 88 88~~~88 88~~~~~ `Y8b. `Y8b.
db. 88 88 .8D 88 88 88. db 8D db 8D
Y8888P Y8888D' YP YP Y88888P `8888Y' `... |
/*
* Empire - A multi-player, client/server Internet based war game.
* Copyright (C) 1986-2017, Dave Pare, Jeff Bailey, Thomas Ruschak,
* Ken Stevens, Steve McClure, Markus Armbruster
*
* Empire is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Publ... |
// This is the first sentence.
// This is the second sentence.
// This is the third sentence.
//
// <table attribute="value">
// <tr>
// <td>Aha!</td>
// </tr>
// </table>
//
// This is the fourth sentence.
// This is the fifth sentence.
// This is the sixth sentence.
|
#include <zconf.h>
#include "openrmpriv.h"
#include "stringbuilder.h"
void ormpriv_HandleRubyError()
{
ormutil_StringBuilder sb = ormutil_StringBuilderCreate();
VALUE exception = rb_errinfo();
VALUE inspect = rb_funcall(exception,rb_intern("inspect"),0);
VALUE backtrace = rb_funcall(exception,rb_intern... |
/*
* QArv, a Qt interface to aravis.
* Copyright (C) 2012-2014 Jure Varlec <jure.varlec@ad-vega.si>
* Andrej Lajovic <andrej.lajovic@ad-vega.si>
*
* 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 Foun... |
/*
* This file is part of the Black Magic Debug project.
*
* Copyright (C) 2011 Black Sphere Technologies Ltd.
* Written by Gareth McMullin <gareth@blacksphere.co.nz>
*
* 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
... |
#define static_assert(a, b) _Static_assert(a, b)
#define SA(a) static_assert(a, #a)
enum {
F = 1,
B = F + 1,
SA(F > B)
};
SA(F > B);
int main(void)
{
return 0;
}
|
/*
* puk_switch.h
*
* Created on: 19.10.2016
* Author: abr468
*/
#ifndef PUK_SWITCH_H_
#define PUK_SWITCH_H_
#include "hal_component.h"
#include <pthread.h>
#include <stdint.h>
/**
*
*/
class Puk_switch:Hal_component{
public:
/*
* Opens the Puk-Switch
*/
void open();... |
#ifndef SM_HW_MOTOR_H
#define SM_HW_MOTOR_H
#include "sm_hal_abstract_gpio.h"
#include "sm_hal_sys_timer.h"
#include "sm_hw_powermgr.h"
#include "sm_hw_keyboard.h"
/// @brief Vibration motor control
class SmHwMotor: public SmHalSysTimerIface, public SmHwPowerMgrIface
{
public:
/// @brief Initialize mo... |
/*
* Library header for busybox/Bled
*
* Rewritten for Bled (Base Library for Easy Decompression)
* Copyright © 2014-2015 Pete Batard <pete@akeo.ie>
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
/* Memory leaks detection - define _CRTDBG_MAP_ALLOC as preprocessor macro */
#ifdef _C... |
/**
* This file is part of Gem.
*
* Gem 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.
*
* Gem is distributed in the hop... |
/*
* Copyright 2009 Nathan Matthews <lowentropy@gmail.com>
*
* This file is part of SimpleX3D.
*
* SimpleX3D 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 y... |
/* AUDEX CDDA EXTRACTOR
* Copyright (C) 2007-2015 Marco Nelles (audex@maniatek.com)
* <http://userbase.kde.org/Audex>
*
* 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 ... |
/***************************************************************************
* nc_data_hubble_bao.h
*
* Thu Apr 22 14:35:37 2010
* Copyright 2010 Sandro Dias Pinto Vitenti
* <sandro@isoftware.com.br>
****************************************************************************/
/*
* numcosmo
* Co... |
/*
* TU Eindhoven
* Eindhoven, The Netherlands
*
* Name : graph.h
*
* Author : Sander Stuijk (sander@ics.ele.tue.nl)
*
* Date : July 13, 2005
*
* Function : CSDF graph
*
* History :
* 13-07-05 : Initial version.
*
* $Id: graph.h,v 1.1... |
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo
* This benchmark is part of SWSC */
#include <assert.h>
#include <stdint.h>
#include <stdatomic.h>
#include <pthread.h>
atomic_int vars[3];
atomic_int atom_1_r1_1;
atomic_int atom_1_r11_1;
void *t0(void *arg){
label_1:;
atomic_store_explicit(&vars[0], 2, mem... |
#ifndef SPOT_MANAGER_H
#define SPOT_MANAGER_H
#include <QObject>
#include <QList>
#include <QVariant>
#include "spotlib_global.h"
class AbstractFactory;
class AbstractSpot;
template <class T> class Singleton;
/*
* This class is to keep all spots and provide appropriate data to QML
*/
class SPOTLIB_SHARED_EXPORT S... |
/* behold-columbus.h - Keytable for behold_columbus Remote Controller
*
* keymap imported from ir-keymaps.c
*
* Copyright (c) 2010 by Mauro Carvalho Chehab
*
* 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... |
#ifndef VARIANT_CONVERT_H
#define VARIANT_CONVERT_H
#ifdef QT_CORE_LIB
#include <QVariant>
#include <QString>
#include <QDate>
namespace luavm
{
template<class T, typename T2 = typename std::enable_if<!std::is_enum<T>::value, void>::type>
T variantTo(const QVariant& var)
{
return qvariant_cast<T>(... |
#ifndef _Array_H_
#define _Array_H_
#include <list>
using std::list;
namespace KeiUI{
template<class I, class V>
struct ArrayNode
{
I index;
V value;
ArrayNode(I index, V value)
{
this->index = index;
this->value = value;
}
};
template<class I, class V>
class Array{
private:
list<ArrayNode<... |
/* Unix Headers */
#include <stdio.h>
#include <string.h>
int main(int argc, char *argv[])
{
printf("ls\n");
printf("echo hello\n");
}
|
/*
* Copyright (C) 2006-2010 - Frictional Games
*
* This file is part of HPL1 Engine.
*
* HPL1 Engine 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 opti... |
#ifndef _SPARC_USER_H
#define _SPARC_USER_H
/* Nothing to define. */
#endif /* !(_SPARC_USER_H) */
|
/*
Unix SMB/CIFS implementation.
NBT server task
Copyright (C) Andrew Tridgell 2005
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
(at ... |
/*
* Copyright (c) 2010-2019 Belledonne Communications SARL.
*
* This file is part of Liblinphone.
*
* 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
*... |
/*
ASCII Art Raspberry Pi 2 B2 GPIO
PINOS
+3V3 [01] [02] +5V
SDA1 / GPIO 2 [03] [04] +5V
SCL1 / GPIO 3 [05] [06] GND
GPIO 4 [07] [08] GPIO 14 / TXD0
GND [09] [10] GPIO 15 / RXD0
GPIO 17 [11] [12] GPIO 18
GPIO 27 [13] [14] GND
G... |
#ifndef __HOOKS_H
#define __HOOKS_H
typedef HRESULT(__stdcall *D3D11PresentHook) (IDXGISwapChain* pSwapChain, UINT SyncInterval, UINT Flags);
typedef void(__stdcall *D3D11DrawIndexedHook) (ID3D11DeviceContext* pContext, UINT IndexCount, UINT StartIndexLocation, INT BaseVertexLocation);
typedef void(__stdcall *D3D11PSS... |
//
// EditProfileViewController.h
// levelUp
//
// Created by Vinícius Lemes on 2016-08-07.
// Copyright © 2016 Yasmin Benatti. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface EditProfileViewController : UIViewController <UITextFieldDelegate>
@property (weak, nonatomic) IBOutlet UIButton *editImageBut... |
/*
* Copyright 2014-2020 Markus Prasser
*
* This file is part of Labcontrol.
*
* Labcontrol 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) an... |
/* This file is part of gPHPEdit, a GNOME2 PHP Editor.
Copyright (C) 2003, 2004, 2005 Andy Jeffries <andy at gphpedit.org>
Copyright (C) 2009 Anoop John <anoop dot john at zyxware.com>
For more information or to find the latest release, visit our
website at http://www.gphpedit.org/
gPHPEdit is ... |
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
* Copyright (C) 2011-2016 - Daniel De Matteis
*
* RetroArch 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 Found-
* ati... |
#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200112L
#endif
#include <time.h>
#include <stdint.h>
#include "config.h"
#ifdef REDFST_FUN_IN_H
static inline
#endif
uint64_t __redfst_time_now(){
struct timespec spec;
clock_gettime(CLOCK_MONOTONIC, &spec);
return ((uint64_t)1e9) * spec.tv_sec + spec.tv_nsec;
}
|
/**
* This file is part of the "FnordMetric" project
* Copyright (c) 2011-2014 Paul Asmuth, Google Inc.
*
* FnordMetric is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License v3.0. You should have received a
* copy of the GNU General Public License along w... |
//
// fft-bench2.c: this file is part of the SL program suite.
//
// Copyright (C) 2009 Universiteit van Amsterdam.
//
// 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 t... |
//===- ShaktiFrameLowering.h - Define frame lowering for Shakti --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------------------------... |
#include "uart.h"
void main(void)
{
unsigned char c = 0;
P2 = 0;
uart_init(115200UL);
// timer0_init(100);
EA = 1;
printf("build: %s %s\r\n", __TIME__, __DATE__);
while (1) {
printf("%u\r\n", c++);
}
}
|
#ifndef STAR_PARTICLE_H
#define STAR_PARTICLE_H
#include <THEngine.h>
using namespace THEngine;
class StarParticle : public Particle3D
{
public:
StarParticle();
virtual ~StarParticle() = default;
static Ptr<Texture> tex;
};
#endif |
/*
* main.c
*
* Created on: 30 set 2015
* Author: ntonjeta
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <termios.h>
/* My Arduino is on /dev/ttyACM0 */
char *portname = "/dev/ttyACM0";
char *r="a";
void configure (int *fd);
void singleM... |
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2012 ISIS Rutherford Appleton Laboratory UKRI,
// NScD Oak Ridge National Laboratory, European Spallation Source
// & Institut Laue - Langevin
// SPDX - License - Identifier: GPL - 3.0 +
#ifndef REF_SLIDER_HANDLER_H
#define RE... |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... |
/* initialize_lexer - Initializes the lexer for the Snow Leopard Parser
* Library
*/
/*
* Copyright (C) 2015 Roel Sergeant (rsergeant@panix.com).
*
* This file is part of the Snow Leopard project.
*
* The Snow Leopard project is free software; you can redistribute it and/or
* modify it under... |
#ifndef TYPECHECKER_H
#define TYPECHECKER_H
#include "DrawableObject.h"
namespace grumpy
{
class ASTNode;
class RTLCompiler;
enum TypeCheckerState : int
{
TYPECHECKER_STATE_WAITING,
TYPECHECKER_STATE_TYPECHECKING,
TYPECHECKER_STATE_DONE
};
class TypeChecker : publ... |
#ifndef MANTIDQT_CUSTOM_DIALOGS_SORTTABLEWORKSPACEDIALOG_H
#define MANTIDQT_CUSTOM_DIALOGS_SORTTABLEWORKSPACEDIALOG_H
//------------------------------------------------------------------------------
// Includes
//------------------------------------------------------------------------------
#include "MantidQtWidgets/C... |
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "PMCPDLCMessageSetVersion1"
* found in "../../../dumpvdl2.asn1/atn-b1_cpdlc-v1.asn1"
* `asn1c -fcompound-names -fincludes-quoted -gen-PER`
*/
#include "Turbulence.h"
int
Turbulence_constraint(asn_TYPE_descriptor_t *td, const void *sp... |
#include<stdarg.h>/*Y=\f*/
#include<stdio.h>/*.(\x.f(*/
#define z return/*xx))(\x.*/
#include<stdlib.h>/*f(xx))*/
typedef union w w;union w{
#define L(f,y,x,t) w _ ##\
f(w x,...){va_list argh;w\
y; va_start(argh,x);y= *\
(va_arg(argh,w*));va_end\
(argh);z(t);} w f (w fw)\
{r((w){.c= &_## f... |
/******************************************************************************
* Copyright © 2012-2014 Institut für Nachrichtentechnik, Universität Rostock *
* Copyright © 2006-2012 Quality & Usability Lab, *
* Telekom Innovation Laboratories, TU Berlin *
... |
/* Minable.h
Copyright (c) 2016 by Michael Zahniser
Endless Sky 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.
Endless Sky is distributed ... |
/*
Copyright (C) Hongsen Liao
Institute of Computer Graphics and Computer Aided Design
School of Software, Tsinghua University
Contact: liaohs082@gmail.com
All rights reserved.
*/
#ifndef RANDOM_WALKER_H_
#define RANDOM_WALKER_H_
#include <vector>
using namespace std;
class RandomWalker
{
public:
Random... |
#pragma once
#include "D3D11RHI.h"
#include "UnrealMath.h"
void InitBasePass();
|
/**
******************************************************************************
* @file HAL/HAL_TimeBase_RTC_ALARM/Src/stm32f4xx_it.c
* @author MCD Application Team
* @version V1.3.0
* @date 17-February-2017
* @brief Interrupt Service Routines.
*****************************************... |
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// Copyright (C) 2013 James Haley et al.
//
// 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
// ... |
#ifndef TWORKER_H
#define TWORKER_H
#include <QDebug>
#include <QThread>
#include <QObject>
#include <QMutex>
#include <QTimer>
#include <QEventLoop>
#include <QLabel>
#include <QPixmap>
class TWorker : public QObject
{
Q_OBJECT
public:
explicit TWorker(QObject *parent = 0);
~TWorker();
void request... |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Charts module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid comme... |
// *************************************************************************
// This file is part of the SimpleGUI Example Module by Steaphan Greene
//
// Copyright 2005-2015 Steaphan Greene <steaphan@gmail.com>
//
// SimpleGUI is free software; you can redistribute it and/or modify
// it under the terms of the GNU... |
/* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */
/* see jconfig.doc for explanations */
#define HAVE_PROTOTYPES
#define HAVE_UNSIGNED_CHAR
#define HAVE_UNSIGNED_SHORT
/* #define void char */
/* #define const */
#undef CHAR_IS_UNSIGNED
#define HAVE_STDDEF_H
#define HAVE_STDLIB_H
#undef NEE... |
#ifndef CONTROLLER_H
#define CONTROLLER_H
#include "controller_struct.h"
#include <fstream>
#include "QDebug"
using namespace std;
class Controller : public QObject
{
Q_OBJECT
public:
explicit Controller(QObject *parent = 0);
ControllerResult calc(ControllerInput &ci);
private:
QTime timer;
Rob... |
/* PSPPIRE - a graphical user interface for PSPP.
Copyright (C) 2016 Free Software Foundation
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
(at yo... |
////////////////////////////////////////////////////////////////////////////////////
//
// FILE: uMT.h
// AUTHOR: Antonio Pastore - March 2017
// Program originally written by Antonio Pastore, Torino, ITALY.
// UPDATED: 6 May 2017
//
///////////////////////////////////////////////////////////////////////////////... |
/*
* Multi2Sim
* Copyright (C) 2012 Rafael Ubal (ubal@ece.neu.edu)
*
* 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 late... |
#ifndef VDB_PRINT_H
#define VDB_PRINT_H
namespace vdis
{
struct abstract_siman_pdu_t;
struct application_control_pdu_t;
class pdu_t;
}
namespace vdb
{
class pdu_data_t;
class print
{
public:
static void print_pdu(
const pdu_data_t &data,
const vdis::pdu_... |
// This file is part of the PATH PLANNING PLUGIN for V-REP
//
// Copyright 2006-2014 Coppelia Robotics GmbH. All rights reserved.
// marc@coppeliarobotics.com
// www.coppeliarobotics.com
//
// The PATH PLANNING PLUGIN is licensed under the terms of EITHER:
// 1. PATH PLANNING PLUGIN commercial license (cont... |
#include <math.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#define AMP_MAX 255
#define AMP_MIN 0
#define PI 3.14159265358979323846264338327
int main(int argc, char** argv) {
// set start values for vars
int period, i, out;
double stepRad;
// get period
if (argc == 2) {
... |
////////////////////////////////////////////////////////////////////////////////
//
// (C) Andy Thomason 2012-2014
//
// Modular Framework for OpenGLES2 rendering on multiple platforms.
//
// raw 3D mesh container
//
namespace octet { namespace scene {
class skin : public resource {
// the original transform of ... |
#include <glib.h>
GQuark
missing_file_gquark (void)
{
return g_quark_from_static_string ("missing_file");
}
GQuark
bad_tag_gquark (void)
{
return g_quark_from_static_string ("bad_tag");
}
GQuark
key_deriv_gquark (void)
{
return g_quark_from_static_string ("key_deriv");
}
GQuark
file_too_big_gquark (... |
// <osiris_sps_source_header>
// This file is part of Osiris Serverless Portal System.
// Copyright (C)2005-2012 Osiris Team (info@osiris-sps.org) / http://www.osiris-sps.org )
//
// Osiris Serverless Portal System is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public L... |
/*
* Copyright (c) 2015 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except ... |
/**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... |
/*
* RiverSystemMethods.h
*
* Copyright (C) 2014 Swiss Federal Research Institute WSL (http://www.wsl.ch)
* Developed by F.U.M. Heimann
* Published by the Swiss Federal Research Institute WSL
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of th... |
/* Copyright (C) All Rights Reserved
** Written by Gottem <support@gottem.nl>
** Website: https://gitgud.malvager.net/Wazakindjes/unrealircd_mods
** License: https://gitgud.malvager.net/Wazakindjes/unrealircd_mods/raw/master/LICENSE
*/
// One include for all cross-platform compatibility thangs
#include "unrealircd.h"
... |
//
// Created by liu on 16-12-26.
//
#pragma once
#include "Base.h"
#include "Category.h"
#include "Type.h"
#include "TypeDefault.h"
#include "Param.h"
#include "Event.h"
#include "Condition.h"
#include "Action.h"
#include "Call.h"
#include "WEString.h" |
/*
* Copyright (c) 2017 Brian Barto
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GPL License. See LICENSE for more details.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include "nmseffect.h"
int main(void) {
int te... |
/*
Ordo is program for calculating ratings of engine or chess players
Copyright 2013 Miguel A. Ballicora
This file is part of Ordo.
Ordo 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, eithe... |
#include "schnaps.h"
#include <stdio.h>
#include <assert.h>
#include "test.h"
#include "collision.h"
#include "quantities_vp.h"
#include "solverpoisson.h"
void TestPoisson_ImposedData(const real x[3],const real t,real w[]);
void TestPoisson_InitData(real x[3],real w[]);
void TestPoisson_BoundaryFlux(real x[3],real t,... |
// Copyright © 2008-2016 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef _INICONFIG_H
#define _INICONFIG_H
#include "libs.h"
#include <map>
#include <string>
namespace FileSystem {
class FileData;
class FileSource;
class FileSourceFS;
}
cl... |
/* Copyright (C) 1998-2000 Matthes Bender RedWolf Design */
/* A wrapper class to DirectDraw */
const int MaxResX = 1024, MaxResY = 768;
const int CBlack=0,CGray1=1,CGray2=2,CGray3=3,CGray4=4,CGray5=5,CWhite=6,
CDRed=7,CDGreen=8,CDBlue=9,CRed=10,CGreen=11,CLBlue=12,CYellow=13,CBlue=14;
class CStdDDr... |
//
// LifeConstants.h
// Life
//
// Created by Arya McCarthy on 12/8/14.
// Copyright (c) 2014 Arya McCarthy. All rights reserved.
//
#ifndef Life_LifeConstants_h
#define Life_LifeConstants_h
static const size_t kMaxAge = 12;
// This times kNumRows and kNumCols should
// equal the dimensions of the view.
static ... |
//============== IV:Multiplayer - https://github.com/Neproify/ivmultiplayer ==============
//
// File: CClientFileManager.h
// Project: Server.Core
// Author(s): mabako
// License: See LICENSE in root directory
//
//==============================================================================
#include <map>
... |
/**
* OSM
* Copyright (C) 2021 Pavel Smokotnin
* 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
* (at your option) any later version.
* This p... |
/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distributed ... |
/*
* Tree search generalized from Knuth (6.2.2) Algorithm T just like
* the AT&T man page says.
*
* The node_t structure is for internal use only, lint doesn't grok it.
*
* Written by reading the System V Interface Definition, not the code.
*
* Totally public domain.
*/
/*LINTLIBRARY*/
#include "search.h"
#in... |
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define len 10
#define students 40
#define days 2
int main()
{
//welcome message
printf("+++++++++++++++++++++++++++++++++\n");
printf("| Welcome to attendance system |\n");
printf("+++++++++++++++++++++++++++++++++\n");
//some needed variables
char... |
/***********************************************************
*
* Twitturse v 0.1.1
*
* Nic0 <nicolas.caen (at) gmail.com>
* 03/05/2010
*
* Software distributed under GPL licence
*
***********************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <st... |
#pragma once
#include <Windows.h>
void shipRotBackward();
void shipRotForward();
void FTLSSMain (void);
extern HWND ftlWindow; |
#include <stdio.h>
int main(int argc, char *args[])
{
printf("Hello, world!\n");
printf("Hello, world!\n");
printf("Hello, world!\n");
return 0;
} |
#include <GL/glut.h>
#include "math.h"
#include <iostream>
#define PI 3.1415265359
#define PIdiv180 3.1415265359/180.0
#define CAMERA_RADIUS 2
//Note: All angles in degrees
struct SF3dVector {
GLfloat x,y,z;
};
struct SF2dVector {
GLfloat x,y;
};
class CCamera {
private:
SF3dVector Positi... |
/*
*
* j-chkmail - Mail Server Filter for sendmail
*
* Copyright (c) 2001-2017 - Jose-Marcio Martins da Cruz
*
* Auteur : Jose Marcio Martins da Cruz
* jose.marcio.mc@gmail.org
*
* Historique :
* Creation : Tue Jan 17 14:47:29 CET 2006
*
* This program is free software, but wi... |
#ifndef p1_mac_plugins_detect_audio_inputs_h
#define p1_mac_plugins_detect_audio_inputs_h
#include "p1stream.h"
#include "module.h"
namespace p1_mac_plugins {
#define EV_AUDIO_INPUTS_CHANGED 'ainp'
class detect_audio_inputs : public ObjectWrap, public lockable {
public:
detect_audio_inputs();
lockable_mut... |
/*********************************************************************
CombLayer : MCNP(X) Input builder
* File: constructInc/JawFlange.h
*
* Copyright (c) 2004-2021 by Stuart Ansell
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... |
//# VisResamplerScalar.h: Convolutional AW resampler for LOFAR data
//# Copyright (C) 2011
//# Associated Universities, Inc. Washington DC, USA.
//#
//# 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 Soft... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.