text
stringlengths
4
6.14k
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <sys/types.h> #include <linux/types.h> #include <sys/ioctl.h> #include <errno.h> #include <assert.h> #include <string.h> #include <linux/i2c.h> #include <linux/i2c-dev.h> #include <fcntl.h> #define DEV_NAME "/dev/at24c" int main()...
#ifndef _LINUX_PTRACE_H #define _LINUX_PTRACE_H /* ptrace.h */ /* structs and defines to help the user use the ptrace system call. */ /* has the defines to get at the registers. */ #define PTRACE_TRACEME 0 #define PTRACE_PEEKTEXT 1 //来读写被跟踪进程的指令空间 #define PTRACE_PEEKDATA 2 #define PTRACE_PEEKUSR 3 #...
/* ----------------------------------------------- * Super nanovol * Khairi Reda, 2013 * Electronic Visualization Laboratory * www.evl.uic.edu/kreda * * GPL v2 License: * http://www.gnu.org/licenses/gpl-2.0.html * pipe.h * * ----------------------------------------------- */ #ifndef _PIPE_H__ #define _PIP...
/* intel_mid_dma_acpi.c - Intel MID DMA driver init file for ACPI enumaration. * * Copyright (c) 2013, Intel Corporation. * * Authors: Ramesh Babu K V <Ramesh.Babu@intel.com> * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public L...
#ifndef GAMEOBJECT_H_ #define GAMEOBJECT_H_ #include "core/Config.h" #include "core/Assertion.h" #include "core/Utils.h" #include "GUID.h" #include <string> namespace buf { template <typename ID = GUID> class GameObjectI { public: typedef ID id_type; public: GameObjectI() {} explicit GameObjectI(const ...
/* vmlog - high-speed logging for free VMs */ /* Copyright (C) 2006 Edwin Steiner <edwin.steiner@gmx.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...
/* * Copyright (C) 2005-2008 by Pieter Palmers * Copyright (C) 2005-2008 by Daniel Wagner * * This file is part of FFADO * FFADO = Free Firewire (pro-)audio drivers for linux * * FFADO is based upon FreeBoB * * This program is free software: you can redistribute it and/or modify * it under the terms of the GN...
/* Copyright (C) 2006-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
/******************************************************************* * * Author: Xilinx, 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 th...
static void clear_forces(int n, Force* ff) { if (n) DzeroA(ff, n); } static void clear_mbr_forces(Mbr *m) { UC(clear_forces(m->q.n, m->ff)); } static void clear_rig_forces(Rig *r) { UC(clear_forces(r->q.n, r->ff)); UC(rig_reinit_ft(r->q.ns, /**/ r->q.ss)); } void objects_clear_forces(Objects *obj) { ...
/* This file is part of the wvWare 2 project Copyright (C) 2001-2003 Werner Trobin <trobin@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 version 2 as published by the Free Software Foundation. This library is d...
/* * The ManaPlus Client * 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; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
// XzDecoder.h #ifndef __XZ_DECODER_H #define __XZ_DECODER_H #include "../../../C/Xz.h" #include "../../Common/MyCom.h" #include "../ICoder.h" namespace NCompress { namespace NXz { struct CXzUnpackerCPP { Byte *InBuf; Byte *OutBuf; CXzUnpacker p; CXzUnpackerCPP(); ~CXzUnpackerCPP(); }; struct CStat...
/***************************************************************** * $Id: acc_accountcontrolwidget.h 1540 2012-02-08 21:48:49Z rutger $ * Created: Nov 11, 2010 4:25:40 PM - rutger * * Copyright (C) 2010 Red-Bag. All rights reserved. * This file is part of the Biluna ACC project. * * See http://www.red-bag.com fo...
/* * Copyright (C) 2012 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...
/* clock module for kdm Copyright (C) 2000 Espen Sand, espen@kde.org Based on work by NN (yet to be determined) 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...
/* * SMLGR Inverter Daemon * Copyright (C) 2015 Luca Cireddu * sardylan@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (...
/* * drivers/staging/omapdrm/omap_debugfs.c * * Copyright (C) 2011 Texas Instruments * Author: Rob Clark <rob.clark@linaro.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...
/* Creating of Test Data Version 0.1 from 12.11.01 12:15 Uhr */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <time.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include "kbs_RandomStringFile.h" #include "kbs_RandomString.h" #include "...
/* Lanky -- Scripting Language and Virtual Machine * Copyright (C) 2014 Sam Olsen * * 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) ...
/* compatibility macros, primarily to keep indentation programs * from going bananas when indenting everything below #ifdef __cplusplus 'extern "C" {' #endif * as if it was a real block, which is just goddamn annoying. */ #ifndef _COMPAT_H #define _COMPAT_H #ifdef __cplusplus # define NAGIOS_BEGIN_DECL extern "C...
#ifndef __LINUX_NETLINK_H #define __LINUX_NETLINK_H #include <linux/socket.h> /* for sa_family_t */ #include <linux/types.h> #define NETLINK_ROUTE 0 /* Routing/device hook */ #define NETLINK_UNUSED 1 /* Unused number */ #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ #define NETLINK_...
/* OpenMQTTGateway - ESP8266 or Arduino program for home automation This files enables you to set your parameters for the FASTLED actuator Copyright: (c) This file is part of OpenMQTTGateway. OpenMQTTGateway is free software: you can redistribute it and/or modify it under the terms...
#include "apue.h" int main(int argc, char *argv[]) { int i; struct stat buf; char *prt; for (i = 1; i < argc; i++) { printf("%s: ", argv[i]); if (lstat(argv[i], &buf) < 0) { printf("lstat error\n"); continue; } if (S_ISREG(buf.st_m...
/* * arch/arm/mach-ks8695/devices.c * * Copyright (C) 2006 Andrew Victor * * 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. * * This program is distributed in the hope that it will be us...
#pragma region Copyright (c) 2014-2016 OpenRCT2 Developers /***************************************************************************** * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For more information, visit h...
// // DVBCommon.h // dvach-browser // // Created by Andy on 28/08/15. // Copyright (c) 2015 8of. All rights reserved. // #import <Foundation/Foundation.h> #define NSLS(__KEY__) NSLocalizedString(__KEY__, __KEY__) #define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) // Strongify / weakify #defin...
/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2011 The University of Tennessee and The University * of Tennessee Resea...
#include <cmath> #include <algorithm> #include <armadillo> using namespace std; using namespace arma; class FilterClass { public: FilterClass( double samplerate, int N ); ~FilterClass(); double BilinearConstant(float wc, double T); void SoftInput(float f); void LPcoef(); void HPcoef(); voi...
#include <stdlib.h> #include <stdio.h> #include <windows.h> #include "errors.h" void errAcronym(int ECode) { params.ecode = ECode; switch (params.ecode) { default: fprintf(stderr, "%s", ECODEMSG[params.ecode]); break; } getchar(); exit(params.ecode); }
/* The MIT License Copyright (c) 2017 Thomas Sarlandie thomas@sarlandie.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 without restriction, including without limitation the rights ...
// // XSFileManager.h // Xenonscript // // Created by Chen Zhibo on 8/25/15. // Copyright © 2015 Chen Zhibo. All rights reserved. // #import "XSObject.h" @interface XSFileManager : XSObject @property (strong, nonatomic) XSFileManager *fileManager; @end
#ifndef VRDISPLAY_H #define VRDISPLAY_H #include <Windows.h> //This requires a RGBA input mat (pass in the data pointer, not the Mat itself) void UpdateTexture(unsigned char* left, unsigned char* right); bool Initalize_VR(HINSTANCE hinst, unsigned int output_width, unsigned int output_height); bool Main_VR_Render_L...
/* Copyright (C) 2010 Gavin Schultz This file is part of Asterad. Asterad 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. ...
#ifndef SNDDEF_H #define SNDDEF_H #if defined HAVE_SNDFILE && defined DYN_SNDFILE #define DEFINE_ENTRY(type, name) static TReqProc<SndFileModule, type> p_##name{#name}; DEFINE_ENTRY(int (*)(SNDFILE *sndfile), sf_close) DEFINE_ENTRY(SNDFILE* (*)(SF_VIRTUAL_IO *sfvirtual, int mode, SF_INFO *sfinfo, void *user_data), sf...
#pragma once #include "../Shared.h" #include "IPlayoutCommand.h" #include "IRundownWidget.h" #include "ui_RundownLevelsWidget.h" #include "GpiDevice.h" #include "Global.h" #include "Commands/ICommand.h" #include "Commands/LevelsCommand.h" #include "Models/LibraryModel.h" #include <QtCore/QString> #include <QtGui/Q...
/* Copyright (C) 2015 The newt Authors. This file is part of newt. newt 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. newt is dis...
#include <stdio.h> typedef struct { int a; int b; char *name; } micro_test; #define begin static const micro_test mt_table[] = { #define end { ~0, 0, ""} }; #define test(name, a, b) {a, b, #name}, int main() { begin test(TEST1, 1, 1) test(TEST2, 2, 2) test(TEST3, 3, 3) end prin...
// // ZGRefreshFooterView.h // ZGRefresh // // Created by Zong on 16/3/8. // Copyright © 2016年 Zong. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSInteger,ZGRefreshFooterViewStyle) { ZGRefreshFooterViewStyleDefault, }; @interface ZGRefreshFooterView : UIView + (nullable instancetype)ref...
int len() { int i; unsigned v = (unsigned)~0; for (i = 1; (v = v >> 1) > 0; i++) ; return i; } unsigned rightrot(unsigned x, int n) { int l = len(); unsigned rbits; if ((n = n % l) > 0){ rbits = ~(~0 << n) & x; rbits = rbits << (l - n); x = x >> n; x...
/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
/*************************************************************************** * This file is part of ArmSTALKER. * * ArmSTALKER 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 Licen...
#include <stdio.h> #include <stdlib.h> //#include <cctype> //#include <iomanip> #include <iostream> #include "Menu.h" #include "Engine.h" #define INT_TO_CHAR(number) 0x30+number /*PROTOTYPES*/ //Checks if a code is valid void checkCode(); // void codeInput(char code[]); // void...
// // UMGSMMAP_LSAInformation.h // ulibgsmmap // // Copyright © 2017 Andreas Fink (andreas@fink.org). All rights reserved. // // This source is dual licensed either under the GNU GENERAL PUBLIC LICENSE // Version 3 from 29 June 2007 and other commercial licenses available by // the author. // #import <ulibasn1/uliba...
/* Simple Terminal program to test input/output. Copyright: This program is free software. See accompanying LICENSE file. Author: (C) 2016 Jörg Seebohn */ #include <errno.h> #include <fcntl.h> #include <poll.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/ioctl.h> #include <sys...
#pragma once #include <fa_nuklear.h> #include <input/inputmanager.h> namespace NuklearMisc { void handleNuklearMouseEvent(nk_context* ctx, int32_t x, int32_t y, Input::Key key, bool isDown, bool isDoubleClick); void handleNuklearMouseMoveEvent(nk_context* ctx, int32_t x, int32_t y, int32_t xrel, int32_t yre...
#include <stdint.h> void main() { int32_t a; a = 1; a ^= 2; }
/* This file is part of StitcHD. StitcHD 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. StitcHD is distributed in the hope that it...
#ifndef __APPLICATION_CPP__ #define __APPLICATION_CPP__ #include<list> #include "Globals.h" #include "Module.h" class ModuleRender; class ModuleWindow; class ModuleTextures; class ModuleInput; class ModuleAudio; class ModuleFadeToBlack; class ModuleCollision; class ModuleParticles; // Game modules --- class ModulePl...
#ifndef ID_API_TRANSPORT_H #define ID_API_TRANSPORT_H #endif
/* * Copyright (c) 2013 Mellanox Technologies, Inc. * All rights reserved. * Copyright (c) 2015 Research Organization for Information Science * and Technology (RIST). All rights reserved. * * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER...
// // JulebuViewController.h // league // // Created by long-laptop on 2016/11/7. // Copyright © 2016年 long-laptop. All rights reserved. // #import <UIKit/UIKit.h> #import "BaseViewController.h" #import "CoachChooseTableViewCell.h" #import "CreateClubViewController.h" #import "DongtaiViewController.h" #import "Mem...
/** * Copyrights reserved to the author (Adil Ben Moussa <adil.benmoussa@gmail.com>) of this code (available from Github * repository https://github.com/adilbenmoussa/give-me-coins-iOSMonitoringApp * * * This file is part of Give-me-coins.com Dashboard iOS App * * Give-me-coins.com Dashboard is free software:...
/* ** ** This file is part of BananaCam. ** ** BananaCam 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. ** ** BananaCam is distribu...
/* align.h Created by Toby Sargeant. Copyright (c) 2013-2015 Toby Sargeant and The University of Melbourne. All rights reserved. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE....
/************************************************************************* * Cboy, a Game Boy emulator * Copyright (C) 2012 jkbenaim * * 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 Foundat...
/* ImportCache.h */ /* Copyright (C) 2011-2016 Lucio Carreras * * This file is part of sayonara player * * 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, ...
/* * Copyright 2011-2012 Arx Libertatis Team (see the AUTHORS file) * * This file is part of Arx Libertatis. * * Arx Libertatis 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 Li...
/*++ Copyright (c) 2011 Microsoft Corporation Module Name: lru_cache.h Abstract: expr -> expr LRU cache Author: Leonardo (leonardo) 2011-04-12 Notes: --*/ #ifndef _LRU_CACHE_H_ #define _LRU_CACHE_H_ #include"ast.h" // #define LRU_CACHE_STATISTICS #ifdef LRU_CACHE_STATISTI...
/* Copyright (C) 2010-2011, Bruce Ediger This file is part of acl. acl 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....
#include <stdio.h> #include <stdlib.h> #include <errno.h> #include <sys/types.h> #include <unistd.h> #include <time.h> #include "xorshift.h" static uint32_t rand = 314159265; __attribute__((constructor)) static void init_rand() { rand = getpid() * time(); } typedef struct { unsigned int err : 12; unsigned int i...
#ifndef IMPORTMIDI_H #define IMPORTMIDI_H #include <sstream> #include "MidiFile.h" class ImportMidi { public: ImportMidi(); // std::list(...) ToDo: list of messages with the respective timestamp std::string MidiMessages; int NEvents; public: void importMidiMessagesText(const char *midiFileName);...
// // CunddStreamClient.h // CunddStream_Monitor // // Created by Daniel Corn on 02.06.10. // // Copyright © 2010-2012 Corn Daniel // // This file is part of Dive. // // Dive is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by //...
#include <stdio.h> #include <stdlib.h> #include <time.h> struct node* ptrarr[1000005]; long long int vis[1000005]; struct node{ long long int value; long long int weight; struct node* next; }; void adjinsert(struct node** head,long long int val,long long int weight){ struct node* fir...
/******************************************************************************* * * * WashingtonDC Dreamcast Emulator * Copyright (C) 2017, 2018, 2020 snickerbockers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub...
#ifndef DATABASESTATS_H #define DATABASESTATS_H #include <QString> #include <QStringList> #include <QVector> #include <QMap> class DatabaseModel; /** A container for statistics about Databases. */ class DatabaseStats { public: // --------- types -------- /** Each numerical field in a Game gets it's own Dat...
/* * zda.h - generator and parser of ZDA message * * Copyright (C) 2012 I. S. Gorbunov <igor.genius at gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the...
/** * @cond doxygen-libsbml-internal * * @file FormulaTokenizer.h * @brief Tokenizes an SBML formula string * @author Ben Bornstein * * $Id: FormulaTokenizer.h 10128 2009-08-28 12:17:33Z sarahkeating $ * $HeadURL: https://sbml.svn.sourceforge.net/svnroot/sbml/trunk/libsbml/src/math/FormulaTokenizer.h $ *...
/* * Copyright (c) 2010-2020 Belledonne Communications SARL. * * This file is part of linphone-iphone * * 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, o...
/*************************************************************************** * The FreeMedForms project is a set of free, open source medical * * applications. * * (C) 2008-2016 by Eric MAEKER, MD (France) <eric.maeker@gmail.com> * * All righ...
#ifndef rdg_node_HEADER #define rdg_node_HEADER #include <cairo.h> struct _rdg_node; #include "rdg.h" struct _rdg_node { const struct _object * object; uint64_t index; cairo_surface_t * surface; int level; double position; int x; int y; int flags; }; s...
#ifndef TG4_BIASING_OPERATOR_HH #define TG4_BIASING_OPERATOR_HH //------------------------------------------------ // The Geant4 Virtual Monte Carlo package // Copyright (C) 2007 - 2019 Ivana Hrivnacova // All rights reserved. // // For the licensing terms see geant4_vmc/LICENSE. // Contact: root-vmc@cern.ch //-------...
#include <stdio.h> #include <stdlib.h> #include <generator.h> #include <seeker.h> #include <renderer.h> #include <types.h> #include <common.h> #include <string.h> #include <sys/time.h> void printWithTime(const char* message, struct timeval startup){ struct timeval current; gettimeofday(&current, NULL); i...
/* * This file is a part of __PROGRAM_NAME__ __PROGRAM_VERSION__ * * __PROGRAM_COPYRIGHT__ __PROGRAM_AUTHOR__ __PROGRAM_AUTHOR_EMAIL__ * * 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, ei...
#pragma once #include "ui_mainwindow.h" /*! * As long as the UI parameter is always called ui, we can safely use this * macro to save some keystrokes! * * Some Windows library also defines ERROR, but we want this. */ #undef ERROR #define ERROR(s_) logging::error(s_, ui); #undef INFO #define INFO(s_) logging::in...
#ifndef PRAD_HYCAL_RECONSTRUCTOR_H #define PRAD_HYCAL_RECONSTRUCTOR_H #include <vector> #include <string> #include "PRadEventStruct.h" #include "PRadClusterProfile.h" #include "PRadClusterDensity.h" #include "ConfigParser.h" #include "ConfigObject.h" // we use 3x3 adjacent hits to reconstruct position // here gives ...
/** * @file * @brief LLIB TPM main functions * @author (c) Nicolas Provost 2012-2013 dev AT doronic DOT fr * @n * The structure @c llib_tpm_args_t contains all variables needed * to execute a TPM command with the function @c llib_tpm_run (see * help for llib_tpm(3)). */ /* * Main definitions for tpm arguments ...
#ifndef STATION_H #define STATION_H class Station_t : public Model_t { public: unsigned int id; string Name; Point_t Position; boost::shared_ptr<StationType_t> pType; boost::shared_ptr<list<Car_t>> pCars; Station_t(unsigned int _id, string & _Name, Point_t & _Position, boost::shared_ptr<StationType_t> _pType, ...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "../support/s1ap-r16.1.0/36413-g10.asn" * `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps` */ #include "S1AP_CancelledCellinEAI-Item.h" #include "S1AP_ProtocolExtensionContainer.h" asn_TYPE_...
/* ** sclst_get_back.c ** ** sclst_get_back function of Undefined-C library ** ** By: Juillard Jean-Baptiste (jbjuillard@gmail.com) ** ** Created: 2017/03/08 by Juillard Jean-Baptiste ** Updated: 2018/03/14 by Juillard Jean-Baptiste ** ** This file is a part free software; you can redistribute it and/or ** modify it un...
// // SimpleMutex.h // crag // // Created by John on 8/26/10. // Copyright 2009, 2010 John McFarlane. All rights reserved. // This program is distributed under the terms of the GNU General Public License. // #pragma once namespace smp { // Wrapper for SDL implementation of a spin lock. // Only use this for ...
/*! * \file Rekkix.h * \brief Definition of the class Rekkix * \date 2016-07-15 * \author f.souliers */ #ifndef REKKIX_H #define REKKIX_H #include <QApplication> #include <QMainWindow> #include <QMutex> // Auto-generated ui headers #include "ui_Rekkix.h" // Application headers #include "ModelConfiguration.h" #...
/* Copyright (C) 1995-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
// oct-errno.h.in /* Copyright (C) 2005-2017 John W. Eaton This file is part of Octave. Octave 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 vers...
/* -*- buffer-read-only: t -*- vi: set ro: */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* exclude.h -- declarations for excluding file names Copyright (C) 1992-1994, 1997, 1999, 2001-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or mod...
/** **************************************************************************************** * * @file audio_task.h * * @brief Header file - audio_task. * @brief 128 UUID service. sample code * * Copyright (C) 2015 Dialog Semiconductor GmbH and its Affiliates, unpublished work * This computer program includes ...
#define COMPONENT breaching #include "\u\ecf\addons\main\script_macro.h"
/* Copyright (C) 2014-2022 FastoGT. All right reserved. This file is part of FastoNoSQL. FastoNoSQL 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 logincnslif.c * Module purpose is to handle incoming and outgoing requests with console. * Licensed under GNU GPL. * For more information, see LICENCE in the main folder. * @author Athena Dev Teams originally in login.c * @author rAthena Dev Team */ #include "../common/mmo.h" //cbasetype + NAME_LEN...
/* This file is part of Darling. Copyright (C) 2021 Lubos Dolezel Darling 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. Darling i...
/* This file is part of cpp-elementrem. cpp-elementrem 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. cpp-elementrem is distri...
// // SWFGetGateListRequest.h // webfusion // // Created by Jack Shi on 13-7-23. // Copyright (c) 2013年 Shisoft Corporation. All rights reserved. // #import <CGIJSONObject/CGIJSONObject.h> @interface SWFGetGateListRequest : CGIRemoteObject @end @interface SWFGetGateListRequest (SWFMethods) - (NSArray *) getGat...
/* 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[4]; atomic_int atom_1_r1_1; atomic_int atom_1_r8_0; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 1, memo...
/* * NXP TDA18212HN silicon tuner driver * * Copyright (C) 2011 Antti Palosaari <crope@iki.fi> * * 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, ...
/** * @file * Header file necessary to include when using the \e GtkExperimentTranscript * widget. */ /* * Copyright (C) 2012-2013 Otto-von-Guericke-Universität Magdeburg * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published...
/* ============================================================================ Name : visbility.c Author : Ikaro Silva Version : Copyright : GPL Description : Visibility Graph ============================================================================ gcc -O0 -g3 -Wall -c -fmessage-length=0 -...
#ifndef INTERVIEW_OPTIONS_H #define INTERVIEW_OPTIONS_H #include <string> #include <vector> #include <memory> #include <fstream> #include <iostream> #include <sstream> /// options structure /// @notes boost program_options is much stronger than any home spun options struct options { /// going the e...
/** * @file * This file contains the declaration of the templated Func_unot, which is used to to compare to values ( !a ). * * @brief Declaration unot implementation of Func__unot * * (c) Copyright 2009- under GPL version 3 * @date Last modified: $Date: 2012-06-12 10:25:58 +0200 (Tue, 12 Jun 2012) $ * @author T...
/************************************************************************** * window.h * * * * Tactical Nuclear Beaver * * ...
/* Copyright 2017 Marc Volker Dickmann * Project: Doctra */ #include <stdio.h> #include <string.h> #include "../object.h" #include "../node.h" #include "export_md.h" /** * export_md_function() * @self - The function data. * @f_doc - Stream to which the data gets written. * * Exports a function object to the fil...