text
stringlengths
4
6.14k
#pragma once #include <opencv/highgui.h> class VideoInput { private: cv::VideoCapture _capture; long _lastFrameTime; void prepareDebugFrame(); void copyToDebugFrame(); public: int frameCount; double frameRate; cv::Mat frame; cv::Mat debugFrame; cv::Size size; bool captureFromVideo; std::string resoluti...
#define DIO_MASK_INPUT '-' /* HD15 input same DIO_MASK_INPUT_HD15 */ #define DIO_MASK_OUTPUT1 '1' #define DIO_MASK_OUTPUT0 '0' #define DIO_MASK_INPUT0 'L' #define DIO_MASK_INPUT1 'H' #define DIO_MASK_OUTPUT_PP 'P' /* positive pulse */ #define DIO_MASK_OUTPUT_NP 'N' /* negative pulse */ #define DI...
#include <stdio.h> void altera(int vet[], int x) { vet[0] = -1; x = -1; } int main(void) { int vet[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; int x = 0; altera(vet, x); printf("vet[0] = %d\n", vet[0]); printf("x = %d", x); return 0; }
#include <avr/io.h> #include <inttypes.h> #include "adc.h" #include "define.h" uint16_t adc_read(uint8_t channel) { uint8_t i; uint16_t result = 0; // ADC aktivieren; teilungsfaktor 32 ADCSRA = (1 << ADEN | 1 << ADPS2 | 1 << ADPS0); ADMUX = channel; // 5V referenzspannung ADMUX |= (1 << REFS0); ...
#ifndef DIRECTIONALLIGHTVOXELCONETRACERENDERER_H #define DIRECTIONALLIGHTVOXELCONETRACERENDERER_H #include "Shadows/DirectionalLightShadowMapRenderer.h" class DirectionalLightVoxelConeTraceRenderer : public DirectionalLightShadowMapRenderer { protected: RenderVolumeCollection* _rvc; public: DirectionalLightVoxelCo...
/*************************************************************************** * Copyright (C) 2004-2005 by Andrew Krause * * * * This program is free software; you can redistribute it and/or modify * * it unde...
#pragma once /*************************************************************************** rootdata.h - description lcass TRootData ------------------- begin : Thu Apr 20 16:55:07 2000 copyright : GPL (C) 2000-2016 by atu emai...
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by VideoPad.rc // #define IDR_MAINFRAME 128 #define IDR_VideoPadTYPE 129 #define IDD_DIALOG_CHANNEL 129 #define IDD_DIALOG_CONNECTING 130 #define IDD_DIALOG_VIDEO ...
/* status_window.c -- routines for display status information * * Copyright (c) 1998-2004 Mike Oliphant <grip@nostatic.org> * * http://sourceforge.net/projects/grip/ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published ...
/* * Copyright (c) 2012, Mellanox Technologies inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of th...
#pragma once #include <vector> #include <complex> #include <fstream> #include <istream> #include <iterator> #include <pthread.h> #include <gsl/gsl_sf_erf.h> #include <gsl/gsl_sf_gamma.h> #include <omp.h> #include "GARealGenome.h" #include "defines.h" #include "logUtility.h" #include "xrdata.h" using namespace std; ...
/** * @file * @brief Defines some savefile structures */ /* Copyright (C) 2002-2015 UFO: Alien Invasion. 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 yo...
/*------------------------------------------------------------------------. | Copyright 2000, 2001 Alexandre Duret-Lutz <duret_g@epita.fr> | | | | This file is part of Heroes. | | ...
#ifndef GRIDSCENE_H #define GRIDSCENE_H #include <QGraphicsScene> class MainWindow; class GridScene : public QGraphicsScene { public: GridScene(MainWindow *mw, qreal x, qreal y, qreal w, qreal h); void showLayer(int layer); void hideLayer(int layer); protected: void drawBackground(QPainter *painter, ...
/* * actkbd - A keyboard shortcut daemon * * Copyright (c) 2005-2006 Theodoros V. Kalamatianos <nyb@users.sourceforge.net> * * 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. */ ...
/* Callbacks for the built-in CTCP types * Copyright (C) 2013 Stephen Chandler Paul * * This file is free software: you may copy it, 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 this License or (at your opti...
/*************************************************************************** qgslegendsymbolitem.h -------------------------------------- Date : August 2014 Copyright : (C) 2014 by Martin Dobias Email : wonder dot sk at gmail dot com *********************************...
/******************************************************************************\ This file is part of the Buildbotics Webserver. Copyright (c) 2014-2015, Cauldron Development LLC All rights reserved. The Buildbotics Webserver is free software: y...
/* File: timer.h * * Purpose: Define a macro that returns the number of seconds that * have elapsed since some point in the past. The timer * should return times with nansecond accuracy. * * Note: The argument passed to the GET_TIME macro should be * a double, *not* a poi...
#include <stdio.h> #include <sys/time.h> #include <string.h> #include <stdlib.h> #include <math.h> #include "stencil/util.h" #include "stencil_sequential/stencil_sequential.h" int main(int argc, char **argv) { if (argv[1] == NULL) { fprintf(stdout, "ERROR: file argument missing"); return EXIT_FAIL...
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://lammps.sandia.gov/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC...
/* * * Copyright (C) 2016 OtherCrashOverride@users.noreply.github.com. * 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 version 2, as * published by the Free Software Foundation. * * This program is distributed in the ...
/* ============================================================== bstone-ios: Blake Stone Planet Strike for iOS Copyright (c) 1992-2013 Apogee Entertainment, LLC Copyright (c) 2013 Boris Bendovsky (bibendovsky@hotmail.com) Copyright (c) 2014 Ignacio Sanchez (ignacio.sanchez@geardome.com) This program is free software...
#ifndef _BD_DEVICE_DRIVER_ #define _BD_DEVICE_DRIVER_ #include "types.h" class BDRequest; /** * @class BDDriver * abstract class * all functions are implemented in derived classes * */ class BDDriver { public: virtual ~BDDriver() { } virtual uint32 addRequest(BDRequest *) = 0; virtual in...
#include <stdlib.h> #include <stdio.h> #include <errno.h> #include "encl_common.h" #include "bluehawk.h" #include "homerun.h" #include "slider.h" /* * Factor byte0->status into the composite status cur. A missing element * (ES_NOT_INSTALLED) is ignored. A non-critical status is less severe * than critical. Othe...
/*********************************************************************************** Filename: hal_timer_32k.c Description: hal 32KHz timer ***********************************************************************************/ /**********************************************************************************...
/* Copyright (c) 2015 Daniel John Erdos This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distribute...
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _PCI_MMIO_CFG_H #define _PCI_MMIO_CFG_H #include <stdint.h> #include <device/mmio.h> #include <device/pci_type.h> /* By not assigning this to CONFIG_MMCONF_BASE_ADDRESS here we * prevent some sub-optimal constant folding. */ extern u8 *const pci_mmconf; /* Using ...
/* Regexp.chpl:338 */ static void chpl__init_Regexp(int64_t _ln_chpl, int32_t _fn_chpl) { c_string modFormatStr_chpl; c_string modStr_chpl; _ref_int32_t refIndentLevel_chpl = NULL; #line 338 "Regexp.chpl" if (chpl__init_Regexp_p) /* ZLINE: 338 /home/agobin/Documents/chapel-1.13.0/modules/standard/Regexp.chpl */...
// Excel2SQLiteDlg.h : Í·Îļþ // #pragma once #include "afxwin.h" #include "afxcmn.h" #include "ExcelWriter.h" #include "BaseLib/xXmlDocument.h" USING_NS_XEVOL3D // CExcel2SQLiteDlg ¶Ô»°¿ò class CExcel2SQLiteDlg : public CDialog { // ¹¹Ôì public: CExcel2SQLiteDlg(CWnd* pParent = NULL); // ±ê×¼¹¹Ô캯Êý...
// // CAIYiyantangGuest.h // netWork // // Created by mac on 14/11/24. // Copyright (c) 2014年 mac. All rights reserved. // #import "MTLModel.h" #import "Mantle.h" @interface CAIYiyantangMember : MTLModel <MTLJSONSerializing> @property (nonatomic, strong)NSString * desc; @property (nonatomic, strong)NSString * im...
/** * Copyright (C) 2007 Stefan Buettcher. All rights reserved. * This is free software with ABSOLUTELY NO WARRANTY. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of t...
/* environ.c -- library for manipulating environments for GNU. Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2005 2003 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 ...
/* * utf8.c * * utf8 support routines * Copyright (C) 2002-2007 George M. Tzoumas * * 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...
#include <linux/init.h> #include <linux/pci.h> /* PCI interrupt pins */ #define PCIA 1 #define PCIB 2 #define PCIC 3 #define PCID 4 /* This table is filled in by interrogating the PIIX4 chip */ static char pci_irq[5] __initdata; static char irq_tab[][5] __initdata = { /* INTA INTB INTC INTD */ {0...
/* <one line to give the program's name and a brief idea of what it does.> Copyright (C) 2013 PCMan <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; either version 2 of th...
/* Copyright 2012 Guillem Vinals Gangolells <guillem@guillem.co.uk> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless...
/* * Mutexes: blocking mutual exclusion locks * * started by Ingo Molnar: * * Copyright (C) 2004, 2005, 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com> * * This file contains the main data structure and API definitions. */ #ifndef __LINUX_MUTEX_H #define __LINUX_MUTEX_H #include <asm/current.h> #include <l...
#ifndef VAR_EXEC_H #define VAR_EXEC_H #ifdef __WIN32__ #include <windows.h> #include <winsock.h> #else #include <sys/types.h> #include <netinet/in.h> #endif #include "exec.h" #define EXEC_ENV 2048 //------------------------------------------------------------------------------ class TArqExec /// Opções ARQEXEC d...
#include<stdio.h> short isqrt ( short num ) { short res = 0; short bit = 1 << 14; // The second-to-top bit is set: 1 << 30 for 32 bits // "bit" starts at the highest power of four <= the argument. while ( bit > num ) bit >>= 2; while ( bit != 0 ) { if ( num >= res + bit ) { ...
/***************************************************************************** * Free42 -- an HP-42S calculator simulator * Copyright (C) 2004-2014 Thomas Okken * * 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 publish...
/* * Copyright 2005,2006 Fabrice Colin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program ...
/* * Copyright (c) 2017, 2020, Oracle and/or its affiliates. * * 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,...
// qwt_python.h: // - conversion from Python objects to QwtArray<double>. // - conversion from Python objects to QwtArray<long>. // - conversion between Python objects and QImage. // // Copyright (C) 2001-2005 Gerard Vermeulen // Copyright (C) 2000 Mark Colclough // // This file is part of PyQwt // // PyQwt is free so...
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/Message.framework/MailServices/POP.framework/POP */ #import <POP/POP-Structs.h> #import <POP/MFPOPMessage.h> #import <POP/POPAccount.h> #import <POP/MFAPOPAuthScheme.h> #import <POP/MFLibraryPOPStore.h> #import <POP/...
/* * pointlight.h * asrTracer * * Created by Petrik Clarberg on 2006-02-28. * Copyright 2006 Lund University. All rights reserved. * */ #ifndef POINTLIGHT_H #define POINTLIGHT_H #include "node.h" #include "gpu_types.h" /** * Class representing a simple point light source. * The light source has a positi...
/* * socket.h: IPTV plugin for the Video Disk Recorder * * See the README file for copyright information and how to reach the author. * */ #ifndef __IPTV_SOCKET_H #define __IPTV_SOCKET_H #include <arpa/inet.h> #ifdef __FreeBSD__ #include <netinet/in.h> #endif // __FreeBSD__ class cIptvSocket { private: int so...
#ifndef _ASM_GENERIC_TERMIOS_BASE_H #define _ASM_GENERIC_TERMIOS_BASE_H #include <asm/uaccess.h> #ifndef __ARCH_TERMIO_GETPUT static inline int user_termio_to_kernel_termios(struct ktermios *termios, struct termio __user *termio) { unsigned short tmp; if (get_user(tmp, &termio->c_iflag) < 0) goto fault;...
/* * Copyright (C) 2007-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #pragma once #include "cores/VideoPlayer/VideoRenderers/LinuxRendererGLES.h" #include "VaapiEGL.h" #include <array> #include <...
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_COMMON_EXTENSIONS_API_COMMANDS_COMMANDS_HANDLER_H_ #define CHROME_COMMON_EXTENSIONS_API_COMMANDS_COMMANDS_HANDLER_H_ #include <string>...
/* * memory.c - is part of RApp. * RApp is a modular web application container made for linux and for speed. * (C) 2013-2014 the RApp devs. Licensed under GPLv2 with additional rights. * see LICENSE for all the details. */ #define _GNU_SOURCE 1 #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #inclu...
/* * EAP peer method: EAP-TLV (draft-josefsson-pppext-eap-tls-eap-07.txt) * Copyright (c) 2004-2005, Jouni Malinen <jkmaline@cc.hut.fi> * * 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 Foun...
/* * controller.c * * Created: Sat Jan 31 23:03:24 2015 * Author: Georg von Zengen < oni303@gmail.com> * Yannic Schröder <yannic@dontclickthis.de> * * * WARNING: messing around in this file may cause damage to the tip. * This code comes WITHOUT any warranty at all. * The author is not responsible fo...
#ifndef KeyLabyrinth_ui_labyrinth_widget_h #define KeyLabyrinth_ui_labyrinth_widget_h #include <QWidget> #include <QGraphicsScene> #include <QGraphicsView> namespace KeyLabyrinth { class Tile; class Labyrinth; class TileItem; class TileEditorItem; } namespace KeyLabyrinth { /************************...
#ifndef KS8695_LAN_H #define KS8695_LAN_H #define KS8695_LAN_OFFSET (0xF0000 + 0x8000) #define KS8695_LAN_VA (KS8695_IO_VA + KS8695_LAN_OFFSET) #define KS8695_LAN_PA (KS8695_IO_PA + KS8695_LAN_OFFSET) #define KS8695_LMDTXC (0x00) #define KS8695_LMDRXC (0x04) #define KS8695_LMDTSC (0x08) #define KS8695_...
/***********************license start*************** * Author: Cavium Networks * * Contact: support@caviumnetworks.com * This file is part of the OCTEON SDK * * Copyright (c) 2003-2008 Cavium Networks * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU...
/* $Id$ * * Lasso - A free implementation of the Liberty Alliance specifications. * * Copyright (C) 2004-2007 Entr'ouvert * http://lasso.entrouvert.org * * Authors: See AUTHORS file in top-level directory. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU...
/** ****************************************************************************** * @file DAC_SignalsGenerations/stm32f30x_it.c * @author MCD Application Team * @version V1.1.0 * @date 20-September-2012 * @brief Main Interrupt Service Routines. * This file provides template for all exc...
#ifndef _ASM_X86_FTRACE_H #define _ASM_X86_FTRACE_H #ifdef __ASSEMBLY__ .macro MCOUNT_SAVE_FRAME /* taken from glibc */ subq $0x38, %rsp movq %rax, (%rsp) movq %rcx, 8(%rsp) movq %rdx, 16(%rsp) movq %rsi, 24(%rsp) movq %rdi, 32(%rsp) movq %r8, 40(%rsp) movq %r9, 48(%rsp) .endm .macro MCOUNT_RESTORE_FRAME...
/* * Copyright (C) 2008-2014 The Paparazzi Team * * This file is part of paparazzi. * * paparazzi is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later versi...
#define CONFIG_KALLSYMS_ALL 1
#undef CONFIG_FB_ARC
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by paq1.rc // #define VS_VERSION_INFO 2 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE ...
/* * Copyright (C) 2007, 2009, 2010 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 ...
/*Elkulator v1.0 by Tom Walker Linux main loop*/ #ifndef WIN32 #include <allegro.h> #include "elk.h" #include "elkulator-config.h" #include "linux-gui.h" char ssname[260]; char scrshotname[260]; int tapespeed; int fullscreen=0; int gotofullscreen=0; int videoresize=0; int wantloadstate=0,wantsavestate=0; int winsi...
#ifndef _STATE_H_ #define _STATE_H_ typedef enum states { EMPTY = 0, EHEAD = 1, ETAIL = 2, CONDR = 3 } state_t; #endif
/* ** Copyright (c) 1998 [RusNet IRC Network] ** ** File : rusnet_cmds_ext.h ** Desc. : rusnet specific commands ** ** This program is distributed under the GNU General Public License in the ** hope that it will be useful, but without any warranty. Without even the ** implied warranty of merchantability or fi...
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 only, * as published by the Free Software Foundation. * * This program is distributed...
/* * This file is part of Krita * * Copyright (c) 2005 Boudewijn Rempt <boud@valdyas.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at ...
#include <stdio.h> #include <stdlib.h> #include <unistd.h> static char **argv; void restart_init(char **cmd_line_argv) { argv = cmd_line_argv; } void restart(void) { fprintf(stderr, "info: restarting jgmenu...\n"); if (execvp(argv[0], argv) < 0) fprintf(stderr, "warn: restart failed\n"); }
// SPDX-License-Identifier: GPL-2.0 // // Exemples de la formation // "Ecriture de drivers et programmation noyau Linux" // Chapitre "Drive ren mode caracteres" // // (c) 2001-2022 Christophe Blaess // // https://www.logilin.fr/ // #include <linux/cdev.h> #include <linux/device.h> #include <linux/fs.h> #include <...
/**************************************************************************** ** $Id: qt/flow.h 3.3.8 edited Jan 11 14:46 $ ** ** Definition of simple flow layout for custom layout example ** ** Created : 979899 ** ** Copyright (C) 1997-2007 Trolltech ASA. All rights reserved. ** ** This file is part of an example...
// The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the BASEMOD_EXPORTS // symbol defined on the command line. This symbol should not be defined on any project // that uses this DLL. This way any other project whose...
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2022 UniPro <ugene@unipro.ru> * http://ugene.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 * ...
/* * Blackfin CPLB initialization * * Copyright 2008-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <linux/module.h> #include <asm/blackfin.h> #include <asm/cplb.h> #include <asm/cplbinit.h> #include <asm/mem_map.h> <<<<<<< HEAD ======= #if ANOMALY_05000263 # error the MPU will not...
/* pmacct (Promiscuous mode IP Accounting package) pmacct is Copyright (C) 2003-2017 by Paolo Lucente */ /* 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...
/* Copyright (c) 2010-2011, Code Aurora Forum. 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 version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2008 The Regents of the University of California // // This file is part of Qbox // // Qbox is distributed under the terms of the GNU General Public License // as published by the Free Software Foundation, either versio...
/* ** FamiTracker - NES/Famicom sound tracker ** Copyright (C) 2005-2014 Jonathan Liss ** ** 0CC-FamiTracker is (C) 2014-2016 HertzDevil ** ** 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 Founda...
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport */ #import <OfficeImport/MFObject.h> #import <OfficeImport/XXUnknownSuperclass.h> @class NSColorStub; __attribute__((visibility("hidden"))) @interface MFPen : XXUnknownSuperclass...
/* * adesto.c * Driver for Adesto Technologies SPI flash * Copyright 2014 Orion Technologies, LLC * Author: Chris Douglass <cdouglass <at> oriontechnologies.com> * * based on winbond.c * Copyright 2008, Network Appliance Inc. * Author: Jason McMullan <mcmullan <at> netapp.com> * Licensed under the GPL-2 or lat...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2013 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any...
/* Write a PDB file */ /* Copyright (c) 2007 MJ Rutter * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, ...
//--------------------------------------------------------------------------- // rtl_delay //--------------------------------------------------------------------------- #include "hal_configall.h" #include <tchar.h> #include <time.h> #include <stdio.h> #define WIN32_LEAN_AND_MEAN #include <windows.h> #include "hal_foun...
/*- * Public platform independent Near Field Communication (NFC) library examples * * Copyright (C) 2009, Roel Verdult * Copyright (C) 2010, Romuald Conty * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1) ...
/* ** lid_methods2.c for lemin in /home/guigui/working/CPE_2014_lemin/src ** ** Made by guigui ** Login <guigui@epitech.net> ** ** Started on Sat May 2 10:52:09 2015 guigui ** Last update Sat May 2 11:40:02 2015 guigui */ #include <stdlib.h> #include "my.h" #include "lemindata.h" int lid_exist_pipe(t_lid *...
/** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2017 Mark Samman <mark.samman@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; eithe...
#ifndef COMMODULE_H #define COMMODULE_H #include <QObject> #include <QByteArray> #include <QMap> #include <QQueue> #include <iostream> using namespace std; #include "polyplexer.h" #include "Connector.h" #define PINGPONG_MAX_TRIES (Config::pingPongMaxTries()) #define PINGPONG_OK 0 #define PI...
/* * $Id$ * * Copyright (c) 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium * Copyright (c) 2002-2011, Professor Benoit Macq * Copyright (c) 2010-2011, Kaori Hagihara * All rights reserved. * * Redistribution and use in source and binary forms, with or wi...
/*. ******* coding:utf-8 AUTOHEADER START v1.2 ******* *. vim: fileencoding=utf-8 syntax=c sw=4 ts=4 et *. Copyrights: *. *. © 2007-2009 Matt Harrington (Author of LegoNXTRemove @ code.google.com) *. © 2007-2010 Nima Talebi <nima@autonomy.net.au> *. © 2010 Remy "Psycho" Demarest <Psy|@#cocoa@irc...
#ifndef __ITNAV_H /* IT320 has two nav switches. User application can use poll system call * to wait on or read events generated by navigation buttons. * An event is generated when any of the primary nav buttons is pressed, and * the returned evevt data consists of the button info of the primary * nav switch ...
/* ZynAddSubFX - a software synthesizer Phaser.h - Phaser effect Copyright (C) 2002-2005 Nasca Octavian Paul Author: Nasca Octavian Paul 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 Softwar...
/*********************************************************************************** * * * Voreen - The Volume Rendering Engine * * ...
/* $Id: capilli.h 573 2006-02-20 17:09:11Z stsp2 $ * * Kernel CAPI 2.0 Driver Interface for Linux * * Copyright 1999 by Carsten Paeth <calle@calle.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #ifndef __C...
#ifndef __PAR_H #define __PAR_H /* * par.h * Defines for high level code of parallel port * */ #include <sys/types.h> /* * Structure for per-connection operations */ struct file { int f_sender; /* Sender of current operation */ uint f_gen; /* Generation of access */ uint f_flags; /* User access bits */ }; vo...
/* * templates.h - this file is part of Geany, a fast and lightweight IDE * * Copyright 2005-2012 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> * Copyright 2006-2012 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> * * This program is free software; you can redistribute it and/or...
/*=========================================================================\ * Copyright(C)2016 Chudai. * * File name : p366_deal_with_syn_signal.c * Version : v1.0.0 * Author : 初代 * Date : 2016/11/01 * Description : * Function list: 1. * 2. * 3. * History : \*=...
#include <unistd.h> #include <stdio.h> #include <sys/mount.h> #include <sys/wait.h> int main(void) { char *kexec_load[] = { "/kexec", "-l", "/mnt/install/powerpc/vmlinux", "--initrd=/mnt/install/powerpc/initrd.gz", NULL }; char *kexec_run[] = { "/kexec", "-e", "-x", NULL }; char *env[] = { NULL }; int status; pr...
/* $Id: ranges.c,v 1.1.1.1 2010/04/09 09:39:17 feiyan Exp $ * ranges.c: Handle ranges in newer proms for obio/sbus. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #include <linux/init.h> #include <asm/openprom.h> #include <asm/oplib.h...
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_RENDERER_EXTENSIONS_ID_GENERATOR_CUSTOM_BINDINGS_H_ #define CHROME_RENDERER_EXTENSIONS_ID_GENERATOR_CUSTOM_BINDINGS_H_ #include "chrome/re...