text
stringlengths
4
6.14k
/* * File: wisaChangeClassMembers.h * Author: yvan * * Created on June 21, 2015, 1:21 PM */ #ifndef WISACHANGECLASSMEMBERS_H #define WISACHANGECLASSMEMBERS_H class wisaChangeClassMembers { public: wisaChangeClassMembers(); wisaChangeClassMembers(const wisaChangeClassMembers& orig); virtual ~wisaChangeCl...
/*! \file fbxprocessors_def.h */ #ifndef FBXFILESDK_FBXPROCESSORS_FBXPROCESSORS_DEF_H #define FBXFILESDK_FBXPROCESSORS_FBXPROCESSORS_DEF_H /************************************************************************************** Copyright (C) 2001 - 2009 Autodesk, Inc. and/or its licensors. All Rights Reserved. ...
/*-*- Mode: C; c-basic-offset: 8 -*-*/ /*** This file is part of RealtimeKit. Copyright 2009 Lennart Poettering RealtimeKit 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 Lice...
#include <stdio.h> #include <string.h> #include "iniparser.h" #include "utilities.h" #include "nsi.h" extern int DEBUGGING; int GetNSIValues(dictionary *scan_file_dict) { // GetNSIValues finds the first row of data and the datetime string from NSI formatted text files. // It reads up to four files spe...
/* * Copyright 2006-2010 by Ewan Meadows <sonny_jim@hotmail.com> * * This file is part of FreeWPC. * * FreeWPC 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 ...
/* ** objectivemoon.io stage1 feeler ** Copyright (C) 2014 Kwame ** ** 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) a...
/* * Copyright (C) 2004-2009 Geometer Plus <contact@geometerplus.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 * (at your option) any later ver...
/* * linux/arch/unicore32/kernel/setup.h * * Code specific to PKUnity SoC and UniCore ISA * * Copyright (C) 2001-2010 GUAN Xue-tao * * 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 Softwa...
/* z80.h: z80 emulation core Copyright (c) 1999-2003 Philip Kendall $Id: z80.h,v 1.11 2004/07/04 18:48:40 pak21 Exp $ 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) 2010 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 NET_BASE_LOAD_FLAGS_H_ #define NET_BASE_LOAD_FLAGS_H_ namespace net { enum { #define LOAD_FLAG(label, value) LOAD_ ## label = value, #inclu...
/*************************************************************************** * This file is part of KDevelop * * Copyright 2007 Andreas Pakulat <apaku@gmx.de> * * Copyright 2006 Matt Rogers <mattr@kde.org> * * Copyright 2004 ...
/* * Copyright (C) 2006, 2007 OpenedHand Ltd. * * Author: Jorn Baayen <jorn@openedhand.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, ...
#ifndef _LCMBS_PROT_H #define _LCMBS_PROT_H #include <stdint.h> #include <stddef.h> #include "mbslave_util.h" #include "mbslave_conf.h" #define MB_FNK_READ_COIL_STATUS 1 #define MB_FNK_READ_INPUT_STATUS 2 #define MB_FNK_READ_HOLDING_REG 3 #define MB_FNK_READ_INPUT_REG 4 #define MB_FNK_FORCE_SINGLE_COIL 5 #define ...
/* * QEMU model of the LatticeMico32 timer block. * * Copyright (c) 2010 Michael Walle <michael@walle.cc> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of...
/** Author: Aleksandr Kibis Date: 11/4/2013 Project: HW6/proto.h **/ #include <iostream> #include <string> #include <vector> using namespace std; string reverse(string input); int findLargestInt(int* array);
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://xbmc.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, or (at your option) * any later ve...
/* * 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,...
/* * Winnov WNV1 codec * Copyright (c) 2005 Konstantin Shishkov * * This file is part of Libav. * * Libav 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...
#ifndef _RTL8712_RECV_H_ #define _RTL8712_RECV_H_ #include "osdep_service.h" #include "drv_types.h" #define NR_RECVBUFF (8) #define NR_PREALLOC_RECV_SKB (8) #define RXDESC_SIZE 24 #define RXDESC_OFFSET RXDESC_SIZE #define RECV_BLK_SZ 512 #define RECV_BLK_CNT 16 #define RECV_BLK_TH RECV_BLK_CNT #define MAX_RECVBUF_SZ ...
#include "../os.h" #include <avr/io.h> // EXPECTED RUNNING ORDER: RR1,RR2,RR3,RR4...RR1,RR2,RR3 // // RR1 block on recv Recv // RR2 block on recv Recv // RR3 delay...................block on recv // RR4 delay.....Send CHAN c1=0; void DEBUG_INIT() { DDRB |= (1<<PB1); //pin 52 DDRB |= (1<<PB2); //pin 5...
/* Describe vectors containing filter operations. Copyright (C) 2002-2014 Robert Lipe, robertlipe+source@gpsbabel.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 versi...
/*** This file is part of systemd. Copyright 2003-2004 Greg Kroah-Hartman <greg@kroah.com> Copyright 2004-2012 Kay Sievers <kay@vrfy.org> systemd 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...
// Copyright (C) 2005 Universitat d'Alacant / Universidad de Alicante // // 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 vers...
#include <linux/module.h> #include <linux/device.h> #include <scsi/scsi_scan.h> static int __init wait_scan_init(void) { wait_for_device_probe(); scsi_complete_async_scans(); return 0; } static void __exit wait_scan_exit(void) { } MODULE_DESCRIPTION("SCSI wait for scans"); MODULE_AUTHOR("James Bottomley"); ...
/* execheap.c - Tests whether code in the heap can be executed * * Copyright (c)2003 by Peter Busser <peter@adamantix.org> * This file has been released under the GNU Public Licence version 2 or later */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include "body.h" #include "shellcode.h" const char...
// // LSRequestDetailViewController.h // HttpWorker // // Created by 倪 李俊 on 14-9-22. // Copyright (c) 2014年 com.sinri. All rights reserved. // #import <UIKit/UIKit.h> #import "LSKVPairTableViewCell.h" #import "LSPostBodyTableViewCell.h" #import "LSHttpMethodTableViewCell.h" #import "LSFieldTableViewCell.h" #impor...
#pragma once #include <common/bitfield.h> #include <cstdint> #pragma pack(push, 1) namespace pm4 { namespace type3 { enum IT_OPCODE : uint32_t { DECAF_COPY_COLOR_TO_SCAN = 0x01, DECAF_SWAP_BUFFERS = 0x02, DECAF_CLEAR_COLOR = 0x03, DECAF_CLEAR_DEPTH_STENCIL = 0x04, DECAF_CAP_SYNC_RE...
/* staticitem.h created by infinitydao@gmail.com 09/2013 General Publing License v 2.0 */ #ifndef __ISTATICITEM_H__ #define __ISTATICITEM_H__ //========================================================================= namespace gelib { class IStaticItem : p...
/* -*- 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...
////////////////////////////////////////////////////////////////////// // BasicSynth Composer // /// @file Main frame menu class declaration // // Copyright 2010, Daniel R. Mitchell // License: Creative Commons/GNU-GPL // (http://creativecommons.org/licenses/GPL/2.0/) // (http://www.gnu.org/licenses/gpl.html) ...
#include <linux/kernel.h> #include <mach/dal.h> #define REMOTE_UNITTEST_DEVICEID 0xDA1DA1DA enum { DALRPC_TEST_API_0 = DALDEVICE_FIRST_DEVICE_API_IDX, DALRPC_TEST_API_1, DALRPC_TEST_API_2, DALRPC_TEST_API_3, DALRPC_TEST_API_4, DALRPC_TEST_API_5, DALRPC_TEST_API_6, DALRPC_TEST_API_7, DALRPC_TEST_API_8, D...
#ifndef _TABLEH_ #define _TABLEH_ typedef struct entry { char lexem[256]; unsigned char token; unsigned char type; char* class; unsigned int address; struct entry* next; } Entry; Entry* addSymbol(char* lexem, unsigned char token); Entry* searchLexem(char* lexem); int printSymbolTable(); int initTable(); #def...
/* * * BATMAN Documentation * * Author : Anne Gabrielle Bowitz * Email : bowitz@stud.ntnu.no * Project : Simulation of a Secure Ad Hoc Network Routing protocol * Institution: NTNU (Norwegian University of Science & Technology), ITEM (Institute of Telematics) * */ #ifndef BATMAN_H_ #define BATMAN_H_...
/* * Copyright 2016 MongoDB, Inc. * * 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 required by applicable law or agreed to ...
/* * Copyright (c) 2002-2003, Intel Corporation. All rights reserved. * Created by: rusty.lynch REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. Test case for assertion #5 of the sig...
#ifndef __MSM_ROTATOR_H__ #define __MSM_ROTATOR_H__ #include <linux/types.h> #include </home/manups4e/android/g3/include/linux/msm_mdp.h> #define MSM_ROTATOR_IOCTL_MAGIC 'R' #define MSM_ROTATOR_IOCTL_START \ _IOWR(MSM_ROTATOR_IOCTL_MAGIC, 1, struct msm_rotator_img_info) #define MSM_ROTATOR_IOCTL_ROTATE \ _IO...
/* * Copyright (C) 2016, Nils Asmussen <nils@os.inf.tu-dresden.de> * Economic rights: Technische Universitaet Dresden (Germany) * * This file is part of M3 (Microkernel-based SysteM for Heterogeneous Manycores). * * M3 is free software: you can redistribute it and/or modify * it under the terms of the GNU Genera...
/**************************************************************************** ** ** This file is part of the Qtopia Opensource Edition Package. ** ** Copyright (C) 2008 Trolltech ASA. ** ** Contact: Qt Extended Information (info@qtextended.org) ** ** This file may be used under the terms of the GNU General Public Licen...
#include "bcplus/elements/detail/UnaryElement.h" namespace bcplus { namespace elements { namespace detail { template <typename BaseType, int type, typename Op, typename Sub, typename preOpString, typename postOpString, typename dt> UnaryElement<BaseType,type,Op,Sub,preOpString,postOpString,dt>::UnaryElement(typename...
/**************************************************************************** * CITYDECODER: A SPLAT! File Conversion Utility * * Copyright John A. Magliacane, KD2BD 2002 * * Last update: 08-Jan-2014 * ********...
/* * Copyright (c) 2013 Sebastiaan Groot * * 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. */ #ifndef UTIL_H #d...
/*************************************************************************** File : SignallingUndoCommand.h Project : SciDAVis / LabPlot -------------------------------------------------------------------- Copyright : (C) 2010 Knut Franke Email (use @ for *) ...
#include <linux/kernel.h> #include <linux/init.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/platform_device.h> #include <linux/gpio.h> #include <linux/interrupt.h> #include <linux/workqueue.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/usb.h> #include <linux/wakelock...
/** * @file status.c * @author Joe Wingbermuehle * @date 2004-2006 * * @brief Functions for display window move/resize status. * */ #include "jwm.h" #include "status.h" #include "font.h" #include "screen.h" #include "color.h" #include "main.h" #include "client.h" #include "error.h" #include "settings.h" static...
// PerigeeCopy (C) 2004-2010 Jeremy Stanley // This program is licensed under the terms of the GNU GPL; see license.txt for details. #if !defined(AFX_DIALOGFAILEDFILES_H__C71AD0FA_61A8_4F49_975A_EB9380731E12__INCLUDED_) #define AFX_DIALOGFAILEDFILES_H__C71AD0FA_61A8_4F49_975A_EB9380731E12__INCLUDED_ #if _MSC_VE...
/* * Copyright (C) 2005-2012 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 * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
/* X-Chat * Copyright (C) 1998 Peter Zelezny. * * 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...
#ifndef LOCOPDF_H_ #define LOCOPDF_H_ #include <Epdf.h> #define FIT_WIDTH 0 #define FIT_HEIGHT 1 #define FIT_BEST 2 #define FIT_STRETCH 3 #define FIT_NO 4 char *get_theme_file(); int get_win_width(); int get_win_height(); double get_zoom_inc(); void set_zoom_inc(double newzoominc); double get_hpan_inc(); void set_hp...
/* * Copyright(c) 2013 Intel Corporation. All rights reserved. * * 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 in the hope that it will be u...
/* * uart.c * * Copyright (c) 2005 Robert Krten. 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&L - Labyrinths & Legends * Copyright (c) 1993-2014 YOSHIMURA Tomohiko All rights reserved. * * Created by BowKenKen * URL: https://sourceforge.jp/projects/lnl/ * * License is GPL * * 本プログラムはフリー・ソフトウェアです。 * あなたは、 Free Software Foundation が公表した * ...
/* * Copyright (C) 2007 Colin DIDIER * * 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, * but WITHOUT ANY WAR...
#ifndef KYRINBOX_SRC_SERVER_REQUEST_HANDLER_DOWNLOAD_CHUNK_FILE_REQUEST_HANDLER_H_ #define KYRINBOX_SRC_SERVER_REQUEST_HANDLER_DOWNLOAD_CHUNK_FILE_REQUEST_HANDLER_H_ #include "server/chunk/kyrin_chunk_server.h" #include "server/chunk/kyrin_chunk_gossiper.h" namespace kyrin { namespace server { class KyrinChunkServer...
/** ****************************************************************************** * @file FatFs/FatFs_MultiDrives/Src/stm32f4xx_it.c * @author MCD Application Team * @version V1.2.1 * @date 09-October-2015 * @brief Main Interrupt Service Routines. * This file provides template f...
#include "lolevel.h" #include "platform.h" #include "core.h" static long *nrflag = (long*)0x61F4; #include "../../../generic/capt_seq.c"
#include <stdio.h> #include <stdlib.h> #include "config.h" #include "mp_msg.h" #include <png.h> #include "libavutil/common.h" #include "mpbswap.h" #include "libvo/fastmemcpy.h" #include "vd_internal.h" static vd_info_t info = { "PNG Images decoder", "mpng", "A'rpi", ".so, based on mpng.c", ...
/* * Copyright (C) 2012 Spreadtrum Communications Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it w...
#include "stat.h" #include "types.h" #include "user.h" static void putc(int fd, char c) { write(fd, &c, 1); } static void printint(int fd, int xx, int base, int sgn) { static char digits[] = "0123456789ABCDEF"; char buf[16]; int i, neg; uint x; neg = 0; if (sgn && xx < 0) { neg = ...
/* hostlist_rsvp.c * hostlist_rsvp.c August 2005, Manu Pathak <mapathak@cisco.com> * * $Id$ * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU G...
/* * RTC driver test code */ #include <time.h> #include <sys/time.h> #include <sys/ioctl.h> #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <linux/ioctl.h> #include <errno.h> #include "dpmc.h" #include <linux/rtc.h> int main() { int fd,rtc_fd,ret; unsigned long pllstat; printf("Entering sl...
/* * Copyright (C) 2013-2014 Shahbaz Youssefi <ShabbyX@gmail.com> * * This file is part of URT, Unified Real-Time Interface. * * URT 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 ...
// Copyright 2017 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once #include <memory> #include <vulkan/vulkan.h> #include "VideoCommon/AbstractStagingTexture.h" #include "VideoCommon/AbstractTexture.h" namespace Vulkan { class StagingBuffer; class Texture2D; ...
/* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> * * This program is free software; you can redistribute it and/or modify * it unde...
#ifndef KCHECKERS_H #define KCHECKERS_H #include <qmainwindow.h> #include <qlabel.h> #include "field.h" #include "checkers.h" #define WOODEN 1 #define GREEN 2 #define MARBLE 3 #define ENGLISH 11 #define RUSSIAN 12 #define BEGINNER 2 #define NOVICE 4 #define AVERAGE 6 #define GOOD 7 #define EXPERT 8 #def...
/* * File: JSONHandler.h * Author: HoelscJ * * Created on 1. September 2011, 15:52 */ #ifndef JSONHANDLER_H #define JSONHANDLER_H #include "org/esb/core/HookPlugin.h" #include "exports.h" using namespace org::esb::core; namespace db{ class HiveDb; } namespace org { namespace esb { namespace api { ...
/****************************************************************************** * * Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. * * 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 Softw...
/* * See the files COPYING and README for copyright information and how to reach * the author. * * $Id: chain-vdr.h,v 1.8 2006/09/16 18:33:36 lordjaxom Exp $ */ #ifndef VDR_BURN_CHAIN_VDR_H #define VDR_BURN_CHAIN_VDR_H #include "common.h" #include "jobs.h" #include "proctools/chain.h" #include <vdr/thread.h> n...
/* * Copyright (C) Actility, SA. All Rights Reserved. * 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. * *...
#ifndef __ASM_MACH_IP27_CPU_FEATURE_OVERRIDES_H #define __ASM_MACH_IP27_CPU_FEATURE_OVERRIDES_H #define cpu_has_watch 1 #define cpu_has_mips16 0 #define cpu_has_divec 0 #define cpu_has_vce 0 #define cpu_has_cache_cdex_p 0 #define cpu_has_cache_cdex_s 0 #define cpu_has_prefetch 1 #define cpu_has_mcheck 0 #define ...
/* * PKCS #1 (RSA Encryption) * Copyright (c) 2006-2009, Jouni Malinen <j@w1.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 Foundation. * * Alternatively, this software may ...
/* * Copyright (c) 2010, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be usef...
/* * Copyright (c) 2005 Boudewijn Rempt <boud@valdyas.org> * Copyright (c) 2005-2008 Thomas Zander <zander@kde.org> * Copyright (c) 2009 Peter Simonsson <peter.simonsson@gmail.com> * Copyright (c) 2010 Cyrille Berger <cberger@cberger.net> * * This library is free software; you can redistribute it and/or * modify...
/* This file is part of KOrganizer. Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2007 Loïc Corbasson <loic.corbasson@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 So...
/* This file is part of the KDE project * Copyright (C) 2006 Thomas Zander <zander@kde.org> * Copyright (C) 2006 Jan Hambrecht <jaham@gmx.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software...
/*************************************************************************** * Brutal Chess * http://brutalchess.sf.net * * File : options.h * Authors : Mike Cook, Joe Flint, Neil Pankey **************************************************************************/ #ifndef OPTIONS_H #define OPTIONS_H #include <map...
/* * Sdrlib * Shared library for SystemDataRecorders * * Copyright (c) 2014 DigitAir Servicii Informatice SRL * Bucharest, Romania * * 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 ...
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * * Copyright (C) 1997 University of Chicago. * See COPYRIGHT notice in top-level directory. */ #include "mpioimpl.h" #ifdef HAVE_WEAK_SYMBOLS #if defined(HAVE_PRAGMA_WEAK) #pragma weak MPI_File_get_group = PMPI_File_get_group #elif define...
/* * hashtable.h: contains struct nlist * * Copyright (C) 1994, 1995 Graeme W. Wilford. (Wilf.) * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009 Colin Watson. * * This file is part of man-db. * * man-db is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public L...
/* * Copyright 2005 -- 2012 Oracle, Inc. * * Licensed under the GNU General Public License (GPL), version 2. See the file * COPYING in the top level of this tree. */ /* * CTF Declaration Stack * * In order to implement ctf_type_name(), we must convert a type graph back * into a C type declaration. Unfortunat...
/* This file is part of the KDE project * Copyright (c) 2009 Jan Hambrecht <jaham@gmx.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (a...
/* Access to Standard C errno.h */ #ifndef _C_ERRNO_H_ #define _C_ERRNO_H_ #include "../supportc/eiffel.h" #include <errno.h> EIF_INTEGER const_edom(); EIF_INTEGER const_emfile(); EIF_INTEGER const_erange(); void posix_clear_errno(); EIF_INTEGER posix_errno(); void posix_set_errno(EIF_INTEGER new_value); #end...
/* HaveClip Copyright (C) 2013-2016 Jakub Skokan <aither@havefun.cz> 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 versio...
#include <gui/playlists_model.h> #include <i18n/i18n.h> static int n_columns(void* data) { return (int) PLAYLISTS_MODEL_N_COLUMNS; } static GType column_type(void* data, int col) { switch(col) { case PLAYLISTS_MODEL_COL_NAME: return G_TYPE_STRING; default: return G_TYPE_NONE; } } static int n_rows(void...
/* ============================================================================== FilterParameterContainer.h Created: 4 Dec 2016 7:37:03pm Author: Alexander Heemann ============================================================================== */ #ifndef FILTERPARAMETERCONTAINER_H_INCLUDED...
#pragma once // Combat-related hook scripts namespace sfall { void InitCombatHookScripts(); void Inject_ToHitHook(); void Inject_AfterHitRollHook(); void Inject_CalcApCostHook(); void Inject_CombatDamageHook(); void Inject_FindTargetHook(); void Inject_ItemDamageHook(); void Inject_AmmoCostHook(); void Inject_Comba...
/****************************************************************************** * This file is part of PCPSolver. * * * * Written by Marcel Lippmann <marcel.lippmann@tu-dresden.de> and * ...
// // Copyright (C) 2016 Jonas K. <i-tek@web.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 // (at your option) any later version. // // This progr...
#pragma once #include "Animation.h" #include "Entity.h" #include "Player.h" namespace isgp { class Ghost : public Entity { public: Ghost(Vector2D, Player*); ~Ghost(); void Update(const double) override; void Paint(Graphics*) override; void AddToVelocityY(double) override; private: // If the player is ...
// -*- C++ -*- // // HwDecayHandler.h is a part of Herwig - A multi-purpose Monte Carlo event generator // Copyright (C) 2002-2019 The Herwig Collaboration // // Herwig is licenced under version 3 of the GPL, see COPYING for details. // Please respect the MCnet academic guidelines, see GUIDELINES for details. // #ifnde...
/********************************************************************* CombLayer : MCNP(X) Input builder * File: essBuildInc/H2Wing.h * * Copyright (c) 2004-2019 by Stuart Ansell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License ...
/* * cparamSearch.h * ARToolKit5 * * This file is part of ARToolKit. * * ARToolKit 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) ...
/* * time.h * * Created: 2017-03-26 23:21:43 * Author: Adam */ #ifndef TIME_H_ #define TIME_H_ #include <stdint.h> uint32_t milis(); void initTime(); #endif /* TIME_H_ */
// // Copyleft RIME Developers // License: GPLv3 // // 2013-04-16 GONG Chen <chen.sst@gmail.com> // #ifndef RIME_USER_DB_H_ #define RIME_USER_DB_H_ #include <stdint.h> #include <string> #include <rime/dict/db_utils.h> namespace rime { using TickCount = uint64_t; struct UserDbValue { int commits = 0; double dee ...
/* Copyright © 2014-2019 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. qTox is libre 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 versi...
/* TaKIPI 1.5 * * (c) Instytut Informatyki Stosowanej Politechniki Wrocławskiej * i Instytut Podstaw Informatyki PAN * Autorzy: Grzegorz Godlewski, Adam Radziszewski, Maciej Piasecki, * Bartosz Broda, Adam Wardyński * * Kod na licencji GPL. */ #ifndef TAKIPI_NEGRULEDECISIONTREE_H #define TAKIPI_NEGRULE...
#include <stdio.h> #include <check.h> #include <limits.h> #include "simple-math.h" START_TEST (test_max) { printf ("Test max using assert: "); ck_assert_int_eq(max(13,14),14); ck_assert_int_eq(max(INT_MAX,-1),INT_MAX); printf (" OK\n"); } END_TEST Suite * max_suite(void) { Suite *s; TCase *tc_...
/* * Copyright (C) 2014 Roland Dobai * * This file is part of ZyEHW. * * ZyEHW 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. ...
/* * console.c - A simple console framework * * Create On: Feb 1, 2015 * Author: Oliver <rootkitsecurity@gmail.com> * */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <pthread.h> #include "console.h" #define PROMPT 11 static int help(void); static int quit(void); static char inited ...
#pragma once #define sTypeDomoticzSecurity 0x83 #define sTypeRAINWU 0x70 //Weather Underground (Total rain reported, no counter) #define sTypeTHBFloat 0x10 //Weather Station #define sTypeWINDNoTemp 0x30 //Weather Station #define wsbaroforcast_heavy_snow 0x01 #define wsbaroforcast_snow 0x01 #define ...
/* * ===================================================================================== * * Filename: riemann_solve.h * * Description: * * Created: 03/24/2010 01:35:04 PM EDT * Author: Dinesh Kumar (dkumar), dkumar@buffalo.edu * License: GNU General Public License * * ...