text
stringlengths
4
6.14k
// // AppDelegate.h // instagram-viewer // // Created by chen zhejun on 11/7/15. // Copyright © 2015 superdami. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
// // RaPasscodeViewController.h // Pods // // Created by Pang on 2017. 10. 24.. // #import <UIKit/UIKit.h> @interface RaPasscodeViewController : UIViewController { } @property (nonatomic, strong) NSString *passcode; @property (weak, nonatomic) IBOutlet UIImageView *bg; @property (weak, nonatomic) IBOutlet UIScr...
// // MRMultilineCell.h // MRTableBuilder // // Created by Martin Rybak on 3/19/15. // Copyright (c) 2015 ServiceTask. All rights reserved. // @interface MRMultilineCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel* keyLabel; @property (weak, nonatomic) IBOutlet UILabel* valueLabel; @end
#include<stdio.h> int binarySearch(int p[],int low,int high,int key) { int mid; mid = low+(high-low)/2; if(low>high) { return -1; } if(key<p[mid]) { binarySearch(p,low,mid-1,key); } else if(p[mid]<key) { binarySearch(p,mid+1,high,key); } else { return mid; } } int main() { int p[]={1,3,5,6,9};...
//!!!!!!!!!!!!!!!!!this code has been updated by mark limbrick 2015!!!!!!!!!!!! //***************************************************************************** // // COPYRIGHT (c) ATMEL Norway, 1996-2001 // // The copyright to the document(s) herein is the property of // ATMEL Norway, Norway. // // ...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_p_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_p_ExampleVersionString[];
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_wchar_t_memcpy_12.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.string.label.xml Template File: sources-sink-12.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allo...
// // SPDemoScratchPad.h // SPKeyValueDemo // // Created by Brian Gerstle on 4/9/13. // Copyright (c) 2013 Spotify. All rights reserved. // #import <Foundation/Foundation.h> /*! Ignore this file! It's used as a scratchpad for presentation stuff */ @interface SPDemoScratchPad : NSObject @end @interface NSObje...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf_options.c :+: :+: :+: ...
#ifndef OBSERVATION_H #define OBSERVATION_H #include "TransitionModel.h" #include <GClasses/GMatrix.h> #include <GClasses/GDom.h> #include <GClasses/GRand.h> #include <GClasses/GNeuralNet.h> #include "Mentor.h" using namespace GClasses; /// A bidirectional model that maps between beliefs and observations. /// Mappi...
// PROGRAMMERS: Deniss Jacenko and Michael O'Reggio // CLASS: COP4655 Tue/Thur 5pm - 6:15pm // INSTRUCTOR: Steve Luis // ASSIGNMENT: Shopping Experience Concept (Group 3) // DUE: Thursday 12/11/14 // // Created by Deniss Jacenko and Michael O'Reggio // Creative Commons Attribution International 4.0 Licence // //...
/* calib_data.h Copyright (c) 2011 AIST All Rights Reserved. Eclipse Public License v1.0 (http://www.eclipse.org/legal/epl-v10.html) Written by Satoshi KAWABATA <kawabata.aist@gmail.com> $Date:: $ */ #ifndef CALIB_DATA_H #define CALIB_DATA_H #include <stdio.h> #define CDATA_SUCCES...
/*++ /* NAME /* upass_trigger 3 /* SUMMARY /* wakeup UNIX-domain file descriptor listener /* SYNOPSIS /* #include <trigger.h> /* /* int upass_trigger(service, buf, len, timeout) /* const char *service; /* const char *buf; /* ssize_t len; /* int timeout; /* DESCRIPTION /* upass_trigger() wakes up the named UNIX-domain s...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
/* * HaxDocumentMultiFrame.h * * Created on: 26 Sep 2015 * Author: john */ #ifndef HAXEDITOR_HAXDOCUMENTMULTIFRAME_H_ #define HAXEDITOR_HAXDOCUMENTMULTIFRAME_H_ #include "haxeditor.h" #include "HaxFrame.h" #include <memory> /*! * A generalised "view" into a document, which maintains state such as the *...
/* Copyright (C) 2015 Carl Hetherington <cth@carlh.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 of the License, or (at your option) any later version. ...
/////////////////////////////////////////////////////////////////////////////// // Name: wx/msw/ctrlsub.h // Purpose: common functionality of wxItemContainer-derived controls // Author: Vadim Zeitlin // Created: 2007-07-25 // RCS-ID: $Id: ctrlsub.h 58757 2009-02-08 11:45:59Z VZ $ // Copyr...
/*************************************************************** * * (C) 2011-14 Nicola Bonelli <nicola@pfq.io> * * 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 Li...
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * 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 ...
/* * Copyright (C) 2012 Apple Inc. All rights reserved. * Copyright (C) 2015 Yusuke Suzuki <utatane.tea@gmail.com>. * * 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 retai...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_config.c :+: :+: :+: ...
UInt16 hqAudioTestBuf[] = { 0xc41f, 0xe373, 0xc741, 0xe7d7 };
/* * GStreamer * Copyright (C) 2003 Julien Moutte <julien@moutte.net> * Copyright (C) 2005,2006,2007 David A. Schleef <ds@schleef.org> * Copyright (C) 2008 Julien Isorce <julien.isorce@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library Gene...
/********************************************************************** Copyright (C) 2017 Tyler Cromwell <tjc6185@gmail.com> This file is part of Handwriter. Handwriter is free software: you can redistribute it and/or modify it under Version 2 of the terms of the GNU General Public License as published by ...
/* * InfoToken.h * * * Created on: Nov 19, 2012 * Author: Martin Uhrin */ #ifndef INFO_TOKEN_H #define INFO_TOKEN_H // INCLUDES ///////////////////////////////////////////// #include <string> #include <utility/TypedDataTable.h> // FORWARD DECLARES //////////////////////////////// namespace sstbx { name...
/****************************************************************************** Copyright (C) 2015 by Sean Nelson <audiohacked@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 Foundatio...
/* Copyright (c) 2013-2014, The Linux Foundation. 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...
/** @file memory.h @brief ENet memory management */ #ifndef __ENET_MEMORY_H__ #define __ENET_MEMORY_H__ #include <stdlib.h> /** @defgroup memory ENet internal memory management @{ @ingroup private */ extern void * enet_malloc (size_t); extern void * enet_realloc (void *, size_t); extern void...
/** * @file * @brief Misc stuff. **/ #ifndef EFFECTS_H #define EFFECTS_H struct bolt; class monster; struct item_def; void banished(dungeon_feature_type gate_type, const std::string &who = ""); bool forget_spell(void); int mushroom_prob(item_def & corpse); bool mushroom_spawn_message(int seen_targets, int see...
/* * linux/arch/arm/mach-sun7i/platsmp.c * * Copyright (C) 2012-2016 Allwinner Ltd. * 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. */ #include <lin...
#ifndef TimeServiceFactory_h__ #define TimeServiceFactory_h__ #include <iostream> #include "ITimeService.h" #include "../service/IServiceFactory.h" class TimeServiceFactory: public IServiceFactory { public: TimeServiceFactory(); ~TimeServiceFactory(); IService *create(); }; #endif // #ifndef TimeServiceFactory_h...
#ifndef IMAGE_H #define IMAGE_H #include <fstream> #include <cstring> #include <cstdlib> #include <iostream> #include <vector> #include "ppm.hpp" #include "pixel.h" using namespace std; class Image { public: Image(PPMBitmap img, int l, int h,bool isSprite=false); int getMinimumWidth(); ...
/* * Copyright (C) 2008-2011 WCloudCore <http://www.wcloudcore.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 your * option) any later vers...
/* GPL (c) 2014-2016, thorsten.johannvorderbrueggen@t-online.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 2 of the License, or (at your option) any later version. ...
/* * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * Copyright (C) 2005-2009 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 ve...
// // serial.h // iECDIS // // Created by Aun Johnsen on 2/10/16. // Copyright © 2016 Aun Johnsen. All rights reserved. // #import <Foundation/Foundation.h> @interface serial : NSObject @end
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess */ #import <DataAccess/ASDynamicAccountClassLoader.h> #import <DataAccess/XXUnknownSuperclass.h> @class NSMutableDictionary; @interface DAAccountLoader : XXUnknownSuperclass <ASDynam...
// // RootPanelController.h // UE4ClassBuilder // // Created by Tim Koepsel on 01.11.14. // Copyright (c) 2014 xzessmedia. All rights reserved. // #import "JASidePanelController.h" @interface RootPanelController : JASidePanelController @end
/* * ===================================================================================== * * Filename: segfault1.c * * Description: segmentation fault example. * * Version: 1.0 * Created: 06/30/13 16:05:16 * Revision: none * Compiler: gcc * * Author: Li Xi...
/* mail.c */ #ifndef __MAIL_H #define __MAIL_H #define MAX_MAIL_HOLD (100) #define MAX_SYSOPMAIL_HOLD (300) int update_mailsize_up(struct fileheader *, char *userid); int update_mailsize_down(struct fileheader *, char *userid); int max_mailsize(struct userec *lookupuser); int DIR_do_editmail(struct fileheader *fileinfo...
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices */ #import <ProtocolBuffer/PBCodable.h> @class NSMutableArray, GEOAddress, GEOPlace, NSString; @interface GEOPlaceResult : PBCodable { GEOPlace *_place; // 4 = 0x4 BOOL _hasConfi...
/* * slimbus is a kernel driver which is used to manager SLIMbus devices * Copyright (C) 2014 Hisilicon * 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 Licens...
/*************************************************************************** See avisynth unblend ***************************************************************************/ /*************************************************************************** * ...
#include <errno.h> #include <sys/types.h> #include <netinet/in.h> #include "utils.h" static __inline__ u_int16_t dn_ntohs(u_int16_t addr) { union { u_int8_t byte[2]; u_int16_t word; } u; u.word = addr; return ((u_int16_t)u.byte[0]) | (((u_int16_t)u.byte[1]) << 8); } static __inline__ int do...
// Current version of the single player game #define Q3_VERSION "JK2: v1.02" // end
/* The last number of the IMEI is a check digit. The Check Digit is calculated according to Luhn formula. The Check Digit is a function of all other digits in the IMEI. The purpose of the Check Digit is to help guard against the possibility of incorrect entries to the CEIR and EIR equipment. The check digit is valida...
/* * include/linux/irqflags.h * * IRQ flags tracing: follow the state of the hardirq and softirq flags and * provide callbacks for transitions between ON and OFF states. * * This file gets included from lowlevel asm headers too, to provide * wrapped versions of the local_irq_*() APIs, based on the * raw_local_i...
#ifndef __PYOPS_FOR_EMBED #define __PYOPS_FOR_EMBED #include "pyops_base.h" template<typename T> const T& pycall_t::call(const string& mod_name_, const string& func_name_, pycall_arg_t& pyarg_, pytype_tool_impl_t<T>& pyret) { PyObject *pName = NULL, *pModule = NULL; string err_msg; pName = PyStr...
#ifndef _RDS_TCP_H #define _RDS_TCP_H #define RDS_TCP_PORT 16385 struct rds_tcp_incoming { struct rds_incoming ti_inc; struct sk_buff_head ti_skb_list; }; struct rds_tcp_connection { struct list_head t_tcp_node; struct rds_connection *conn; struct socket *t_sock; void *t_orig_write_space; void *t_orig...
/* Copyright (C) 2006 Adam Charrett 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 distributed in the hope t...
/* Copyright (C) 2014 InfiniDB, 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; version 2 of the License. This program is distributed in the hope that it will be useful, but W...
/* tosmarking.c * Dynamic TOS management. * * Ziproxy - the HTTP acceleration proxy * This code is under the following conditions: * * --------------------------------------------------------------------- * Copyright (c)2009-2012 Daniel Mealha Cabrita * * This program is free software; you can redistribute it ...
#include <stdio.h> #include "include/compiler.h" #include "include/virtualmachine.h" #include "include/tools/stack.h" int main( int argc,char** argv ){ Compiler* _comp = new_compiler( ); compiler_compile( _comp,"tests/file.txt" ); compiler_save_bytecode( _comp,"tests/bytecode.bin" ); compiler_delete( _comp )...
/* mtr -- a network diagnostic tool Copyright (C) 1997,1998 Matt Kimball 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 ...
/* * Copyright (C) 2015-2017 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 conditi...
/* * Copyright 1998-2001 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code 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 Fo...
/* Copyright (c) 2013, The Linux Foundation. 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 hope...
// // MXMovieDocument.h // Lines // // Created by Paolo Bosetti on 29/09/14. // Copyright (c) 2014 University of Trento. All rights reserved. // #import "MXDocument.h" @interface MXMovieDocument : MXDocument @end
// @(#)root/minuit2:$Id: MnFumiliMinimize.h 21530 2007-12-20 11:14:35Z moneta $ // Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005 /********************************************************************** * * * Copyright (c) 2005 LCG ...
/****************************************************************************************************************************************** * ÎļþÃû³Æ: SWM320_wdt.c * ¹¦ÄÜ˵Ã÷: SWM320µ¥Æ¬»úµÄWDT¿´ÃŹ·¹¦ÄÜÇý¶¯¿â * ¼¼ÊõÖ§³Ö: http://www.synwit.com.cn/e/tool/gbook/?bid=1 * ×¢ÒâÊÂÏî: * °æ±¾ÈÕÆÚ: V1.1.0 2017Äê10ÔÂ25ÈÕ * Éý...
/* THIS FILE IS GENERATED, DO NOT EDIT! */ ver_sig_t ver_sigs[]={ {(const char *)0xff8941d5, "GM1.00A"}, }; pid_sig_t pid_sigs[]={ {(short *)0xfffe0040, PLATFORMID}, };
//---------------------------------------------------------------- // Class: SysTrayMenu // Description: // A simple class to manage the system tray menu, it inherits // from QMenu. //---------------------------------------------------------------- #ifndef SYSTRAYMENU_H__ #define SYSTRAYMENU_H__ #include <QMenu.h> c...
/* $Id: textedit.h 355 2005-01-11 22:48:55Z andreradke $ */ /****************************************************************************** UserLand Frontier(tm) -- High performance Web content management, object database, system-level and Internet scripting environment, including source code editing ...
#ifndef __H4D_EVENT_H__ #define __H4D_EVENT_H__ /* * **************************************** * * Harmony4D - Praktische Aspekte der Informatik WS1314 * * (c) 2013 by Alexander Knueppel * * **************************************** */ #include "../h4dConfiguration.h" #include <cassert> #include <memory> #inclu...
#pragma once #include "cnc/field_load_info.h" #include "cnc/content_installer.h" namespace cnc { struct CNC_API ModMetadata { static const std::map<std::string, std::string>& CandidateModPaths(); static const std::map<std::string, ModMetadata>& AllMods(); std::vector<FieldLoadInfo> GetLoadInfo() const; st...
// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) * Copyright (C) 2003, 2007 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General P...
int foo2(); #inc test1 #incfile test2.c
/********************************************************************** * * PGPTools - PM shell for PGP v5.0 for OS/2 * * Module : FILEDLG.H * Info : File dialog routines (Header) * Author : Bernd Giesen * Compiler : Watcom C/C++ v10.6 * * Copyright (c) 1999-2003 Bernd Giesen. All rights reserved...
/************************************************************************ * This technique was borrowed in part from the source code to * ircd-hybrid-5.3 to implement case-insensitive string matches which * are fully compliant with Section 2.2 of RFC 1459, the copyright * of that code being (C) 1990 Jar...
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of th...
#ifndef IRC_H #define IRC_H #include <map> #include <vector> #include <string> #include <cstdio> #include "../net.h" namespace std { struct module; typedef void (*module_init)(struct module &); typedef int (*module_config)(string,string); // a b typedef void (*module_connected)(); typedef void (*module_...
#include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> MODULE_INFO(vermagic, VERMAGIC_STRING); struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); static const struct modvers...
// normals table for the .mdl files {-0.525731, 0.000000, 0.850651}, {-0.442863, 0.238856, 0.864188}, {-0.295242, 0.000000, 0.955423}, {-0.309017, 0.500000, 0.809017}, {-0.162460, 0.262866, 0.951056}, {0.000000, 0.000000, 1.000000}, {0.000000, 0.850651, 0.525731}, {-0.147621, 0.716567, 0.681718}, {0.147621, 0....
/*- * Copyright (c) 1993 Andrew Moore, Talke Studio * 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 ...
/* * CSV Selector * * by William R. Fraser, 10/22/2011 */ #ifndef QUERYEVAL_H #define QUERYEVAL_H #include <stdbool.h> #include "growbuf.h" #include "queryparse.h" void val_free(val* val); void selector_free(selector* s); val value_evaluate(const val* val, growbuf* fields, size_t rownum); bool query_evaluate(...
/* * This file is a part of OpenNIC Wizard * Copywrong (c) 2012-2018 Mike Sharkey * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 1776): * <mike@8bitgeek.net> wrote this file. * As long as you retain this notice you can do whatever you want with t...
/* * lifi-cell.h * * Created on: 2014-4-10 * Author: root */ #ifndef LIFI_CELL_H_ #define LIFI_CELL_H_ #include "ns3/core-module.h" #include "ns3/object.h" #include "lifi-spectrum-phy.h" #include <vector> namespace ns3 { struct LifiTransmitter : public Object { uint8_t m_id; }; class LifiCell: public O...
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/ScreenReaderOutputServer.framework/ScreenReaderOutputServer */ #import <ScreenReaderOutputServer/ScreenReaderOutputServer-Structs.h> #import <ScreenReaderOutputServer/XXUnknownSuperclass.h> @class NSLock; @protocol ...
/* File: angband.h */ /* Main "Angband" header file */ #ifndef INCLUDED_ANGBAND_H #define INCLUDED_ANGBAND_H /* * Copyright (c) 1989 James E. Wilson * * This software may be copied and distributed for educational, research, and * not for profit purposes provided that this copyright and statement are * included ...
/* * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.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 your * option) any later v...
/******************************************************* Copyright (C) 2009 VaDiM 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 versio...
/** ****************************************************************************** * @file USB_Host/MSC_Standalone/Src/explorer.c * @author MCD Application Team * @version V1.0.1 * @date 09-October-2015 * @brief Explore the USB flash disk content ******************************************...
/* * Cashbox is the legal property of its developers, whose names are listed in the copyright file included * with this source distribution. * * 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...
#ifndef DEVFINO_H #define DEVFINO_H /***************************************************************************** * MODULE DEFINITION *****************************************************************************/ #define MODULE_NAME "[devinfo]" #define DEV_NAME "devmap" #define MAJOR_DEV_NUM 196 /...
#pragma once /* * Copyright (C) 2005-2008 Team XBMC * http://www.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 late...
// SPDX-License-Identifier: GPL-2.0 #include "taxonomy.h" #include "gettext.h" #include <stdlib.h> char *taxonomy_category_names[TC_NR_CATEGORIES] = { QT_TRANSLATE_NOOP("gettextFromC", "None"), QT_TRANSLATE_NOOP("gettextFromC", "Ocean"), QT_TRANSLATE_NOOP("gettextFromC", "Country"), QT_TRANSLATE_NOOP("gettextFromC...
#ifndef TEST_UTILS_HASH_SET_TEST_H #define TEST_UTILS_HASH_SET_TEST_H #include <iostream> #include "test.h" #include "utils/HashSet.h" #include "utils/hash/HashEngine.h" #include "utils/hash/CharHash.h" #include "utils/HashMapArrayTest.h" namespace test { namespace utils_hash_set { void hashSet_test();...
#ifndef RDESTL_SLIST_H #define RDESTL_SLIST_H #include "allocator.h" #include "iterator.h" namespace rde { namespace internal { struct RDESTL_LIB slist_base_node { slist_base_node() { reset(); } void reset() { next = this; } bool in_list() const { return this != next; } ...
// SPDX-License-Identifier: GPL-2.0-or-later // // Copyright (c) 2011-2015, 2019-2020, Antonio Niño Díaz // // GiiBiiAdvance - GBA/GB emulator #ifndef GBA__ #define GBA__ #include "../general_utils.h" //------------------------------------------------------------------------------ typedef enum { CPU_USER = 0, ...
/* * VTFLib * Copyright (C) 2005-2010 Neil Jedrzejewski & Ryan Gregg * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any la...
/** ****************************************************************************** * @file LibJPEG/LibJPEG_Decoding/Inc/main.h * @author MCD Application Team * @version V1.1.0 * @date 26-June-2014 * @brief Header for main.c module **********************************************************...
/**************************************************************************** * * SciTech SNAP Graphics * * ======================================================================== * * Copyright (C) 1991-2006 SciTech Software, Inc. All rights reserved. * * This file may be distributed and/or modif...
#ifndef INPUT_H #define INPUT_H #include <QObject> #include <QQuickItem> #include <QVariantMap> #include <QMouseEvent> #include <QWheelEvent> #include <QKeyEvent> #include <QJSEngine> #include <QJSValue> #include <QElapsedTimer> #include <QMap> #include <QString> #include <QPoint> #include "property.h" class Input :...
/* ///////////////////////////////////////////////////////////////////////// */ /* This file is a part of the BSTools package */ /* written by Przemyslaw Kiciak */ /* ///////////////////////////////////////////////////////////////////////// */...
/* Mudder, a cross-platform text gaming client Copyright (C) 2014 Jason Douglas jkdoug@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 (at...
/* Copyright (c) 2008 Gordon Gremme <gremme@zbh.uni-hamburg.de> Copyright (c) 2008 Center for Bioinformatics, University of Hamburg Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission...
// // Created by ranjam on 15-12-28. // #ifndef MYGAME_FIGHTSCENE_H #define MYGAME_FIGHTSCENE_H #include "cocos2d.h" #include "Tank.h" #include "BulletLayer.h" #include "GameOver.h" #include "SimpleAudioEngine.h" USING_NS_CC; using namespace CocosDenshion; #define ENEMYMAXCOUNT 5 #define ENEMYBORNHZ 10 class Figh...
#ifndef CONSOLE_APPENDER_H #define CONSOLE_APPENDER_H /*INCLUSIONS*/ #include "Appender.h" #include <string> enum LogLevel; /*FIN INCLUSIONS*/ class ConsoleAppender : public Appender { public: /* @fn ConsoleAppender(const std::string& name,LogLevel level) @params name reference constante sur une chaine de c...
/* * Library Slab Allocator (SLIB) * * Copyright (c) 2015 INRIA, Hajime Tazaki * * Author: Mathieu Lacage <mathieu.lacage@gmail.com> * Hajime Tazaki <tazaki@sfc.wide.ad.jp> */ #include "sim.h" #include "sim-assert.h" #include <linux/page-flags.h> #include <linux/types.h> #include <linux/slab.h> #include...
/* * Copyright (C) 2011-2012 ArkCORE2 <http://www.arkania.net/> * Copyright (C) 2010-2012 Project SkyFire <http://www.projectskyfire.org/> * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/> * * This program is free software; you can redist...