text
stringlengths
9
948k
// Copyright (c) 2020 Beyondtoshi // Copyright (c) 2020 The Beyondcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_STATS_H #define BITCOIN_STATS_H #include <sync.h> #include <atomic> #includ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * License); you ma...
/* * Auto generated Run-Time-Environment Configuration File * *** Do not modify ! *** * * Project: 'blink_bssr' * Target: 'Target 1' */ #ifndef RTE_COMPONENTS_H #define RTE_COMPONENTS_H /* * Define the Device Header File: */ #define CMSIS_device_header "stm32f4xx.h" /* Keil::Device:Startup:2.6.3 *...
/* * Copyright (c) 2016 Hisilicon Limited. * Copyright (c) 2007, 2008 Mellanox Technologies. 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 fi...
/** * \file * * \brief Instance description for SERCOM3 * * Copyright (c) 2018 Microchip Technology Inc. * * \asf_license_start * * \page License * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance wit...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h> #include <aws/cognito-idp/CognitoIdentityProviderRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/cog...
// This file is automagically generated by mphtogen, do not edit -1, 3, 4, 5, 16, 6, -1, -1, -1, -1, 17, 7, -1, 1, 18, 8, -1, -1, 19, 20, -1, 10, 11, -1, -1, -1, -1, 9, -1, 0, -1, 21, 2, 23, 12, 22, 13, -1, 14, -1, -1, 24, 25, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,...
/* affyGenoDetails.c was originally generated by the autoSql program, which also * generated affyGenoDetails.h and affyGenoDetails.sql. This module links the database and * the RAM representation of objects. */ #include "common.h" #include "linefile.h" #include "dystring.h" #include "jksql.h" #include "affyGenoDet...
/********************************************************************** Sneedacity: A Digital Audio Editor MousePrefs.h **********************************************************************/ #ifndef __SNEEDACITY_MOUSE_PREFS__ #define __SNEEDACITY_MOUSE_PREFS__ #include <wx/defs.h> #include "PrefsPanel.h" cl...
// // NSData+ANKeyValue.h // ANKeyValue // // Created by SpringOx on 1/3/15. // Copyright (c) 2015 SpringOx. All rights reserved. // #import <Foundation/Foundation.h> #import "ANKeyValueProtocol.h" @interface NSData (ANKeyValue)<ANKeyValue> @end
// // EpsonUtils.h // // Created by Till POS on 14/09/21. // #import "EpsonPrinterSDK.h" @interface EpsonUtils : NSObject + (NSString *)makeErrorMessage:(Epos2PrinterStatusInfo *)status; @end
// // BPToiletCardView.h // toilet // // Created by kyungtaek on 2015. 10. 19.. // Copyright © 2015년 bezierpaths. All rights reserved. // #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h> #import "FSQCollectionViewAlignedLayout.h" #import "NYTPhotosViewController.h" @class HCSStarRatingView; @class BP...
/* $XFree86: xc/lib/font/Type1/t1hdigit.h,v 1.2 2006/01/09 14:59:29 dawes Exp $ */ /* Copyright International Business Machines,Corp. 1991 * All Rights Reserved * * License to use, copy, modify, and distribute this software * and its documentation for any purpose and without fee is * hereby granted, provided that ...
// Copyright 2017 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 THIRD_PARTY_BLINK_RENDERER_CORE_LOADER_WORKER_FETCH_CONTEXT_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_LOADER_WORKER_FETCH_CONTEXT_H_ #include <m...
/* * Unit test suite for bitmaps * * Copyright 2004 Huw Davies * Copyright 2006 Dmitry Timoshkov * * 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 Lic...
/* ----------------------------------------------------------------------------- This source file is part of OGRE-Next (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2014 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any pe...
#include <stdio.h> int main () { int m[21][21]; int n, i, j; while (~scanf ("%d", &n)) { for (i = 0; i < n; i++) { for (j = 0; j < n; j++) { scanf ("%d", &m[j][i]); } } for (i = 0; i < n; i++) { for (j = 0; j < n; j++) { if (j) printf (" "); printf ("%d", m[i][j]); } printf ("\n");...
#ifndef mvic2isis_h #define mvic2isis_h #include "Pvl.h" #include "UserInterface.h" namespace Isis{ extern void mvic2isis(UserInterface &ui, Pvl *log); } #endif
/** * \file * * \brief Peripheral I/O description for SAM4LS2B * * Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries. * * \asf_license_start * * \page License * * Subject to your compliance with these terms, you may use Microchip * software and any derivatives exclusively with Microchip...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Copyright (c) 2018 Cisco and/or its affiliates. * 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 applicabl...
// // WebViewController.h // HLBJGJJ // // Created by LHL on 2017/8/7. // Copyright © 2017年 andforce. All rights reserved. // #import <UIKit/UIKit.h> @interface WebViewController : UIViewController @property (nonatomic, strong) NSString *url; @end
#include <pvdef.h> #pragma pack(4) // The following are copied from ntimage.h of Enterprise WDK 11. #define IMAGE_DOS_SIGNATURE 0x5A4D // MZ #define IMAGE_OS2_SIGNATURE 0x454E // NE #define IMAGE_OS2_SIGNATURE_LE 0x454C // LE #define IMAGE_VXD_SIGNATURE ...
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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. * You may obtain a copy of the License at...
/* * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * Copyright (c) 2017 Intel Corporation. * * SPDX-License-Identifier: Apache-2.0 * * Minimal configuration for TLS 1.2 (RFC 5246) for Zephyr, implementing only * a few of the most popular ciphersuites. */ #ifndef MBEDTLS_CONFIG_H #define MBEDTLS_CON...
// SPDX-License-Identifier: GPL-2.0 /* * trace_events_trigger - trace event triggers * * Copyright (C) 2013 Tom Zanussi <tom.zanussi@linux.intel.com> */ #include <linux/security.h> #include <linux/module.h> #include <linux/ctype.h> #include <linux/mutex.h> #include <linux/slab.h> #include <linux/rculist.h> #inclu...
/** * \file * * \brief SAM RTC * * Copyright (C) 2016 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:34:55 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/Frameworks/CFNetwork.framewor...
// rank 4 beastie #include <std.h> inherit "/d/magic/mon/naturesally/natureally.c"; void create(){ ::create(); set_id(({"deinonychus","dinosaur","natures ally"})); set_short("%^RESET%^%^GREEN%^agile de%^BOLD%^i%^RESET%^%^GREEN%^nonychus%^RESET%^"); set_long("Small for a dinosaur, this raptor still stan...
#ifndef NTL_thread__H #define NTL_thread__H #include <NTL/tools.h> #include <string> #ifdef NTL_THREADS #include <atomic> #include <mutex> #endif NTL_OPEN_NNS #ifdef NTL_THREADS class AtomicLong { private: NTL_SNS atomic_long data; AtomicLong(const AtomicLong& other); // disabled AtomicLong& operator=...
#pragma once #include "DatabaseTypes.h" #include <vector> class IDatabaseGateway { public: // Constructor and destructor IDatabaseGateway() { } virtual ~IDatabaseGateway() { } // Virtual methods virtual void insertMessage(const Message &message) = 0; virtual void insertMessageGame(const MessageGameCaputr...
#include <kore/kore.h> #include <kore/http.h> int page(struct http_request *); int page(struct http_request *req) { char *custom; /* * We'll lookup if the X-Custom-Header is given in the request. * If it is we'll set it as a response header as well. * * The value returned by http_request_header() must be...
/* library.c - external functions of libzint libzint - the open source barcode library Copyright (C) 2009 Robin Stuart <robin@zint.org.uk> 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 Fo...
/***************************************************************************/ /* */ /* ttpic.h */ /* */ /* Th...
/* $OpenBSD: ar9287reg.h,v 1.3 2010/07/15 19:07:43 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> * Copyright (c) 2008-2009 Atheros Communications Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted...
#pragma once #include "envoy/api/api.h" #include "envoy/common/pure.h" #include "envoy/config/typed_config.h" #include "envoy/event/dispatcher.h" #include "envoy/protobuf/message_validator.h" #include "envoy/server/options.h" #include "envoy/server/resource_monitor.h" #include "common/protobuf/protobuf.h" namespace ...
#include <stdio.h> #include "foo.h" int main() { printf("Hello World\r\n"); int square_10 = foo_square(10); printf("square_10: %d\r\n", square_10); }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*****************************************************************************\ * ...
/****************************************************************************** * config.h * * A Linux-style configuration list. */ #ifndef __XEN_CONFIG_H__ #define __XEN_CONFIG_H__ #ifndef __ASSEMBLY__ #include <xen/compiler.h> #endif #include <asm/config.h> #define EXPORT_SYMBOL(var) #define EXPORT_SYMBOL_GPL...
/* * item.h -- definicoes e declaracoes globais de item.c */ #ifndef item_h #define item_h typedef struct { int sender; int receiver; char* text; } message; typedef message* Item; typedef struct node { Item item; struct node* next; } node; typedef node* link; link newItem(link next, Item item); Item i...
/* The copyright in this software is being made available under the BSD * License, included below. This software may be subject to other third party * and contributor rights, including patent rights, and no such rights are * granted under this license. * * Copyright (c) 2010-2015, ITU/ISO/IEC * All rights reserve...
#ifndef SHA2OSSL_H_INCLUDED #define SHA2OSSL_H_INCLUDED #include <stddef.h> #include <openssl/sha.h> #define SHA256_BLOCK_LENGTH SHA256_CBLOCK #define SHA384_BLOCK_LENGTH SHA512_CBLOCK #define SHA512_BLOCK_LENGTH SHA512_CBLOCK #ifndef __DragonFly__ #define SHA384_Final SHA512_Final #endif typedef SHA512_CTX SHA384_...
#ifndef COIN_SOCONVERTALL_H #define COIN_SOCONVERTALL_H /**************************************************************************\ * Copyright (c) Kongsberg Oil & Gas Technologies AS * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted prov...
//===-- llvm/Support/Compression.h ---Compression----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
/*Daala video codec Copyright (c) 2012 Daala project contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list o...
// // RecorderFramework-Bridging-Header.h // RecorderFramework_Example // // Created by Stefanita Oaca on 06/11/2017. // Copyright © 2017 CocoaPods. All rights reserved. // #ifndef RecorderFramework_Bridging_Header_h #define RecorderFramework_Bridging_Header_h #import "MKStoreKit.h" #import "PanoramaViewM.h" #en...
#include "idt.h" extern void isr0(); extern void isr1(); extern void isr2(); extern void isr3(); extern void isr4(); extern void isr5(); extern void isr6(); extern void isr7(); extern void isr8(); extern void isr9(); extern void isr10(); extern void isr11(); extern void isr12(); extern void isr13(); extern void isr14(...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef WIKI_AMOUNT_H #define WIKI_AMOUNT_H #include "serialize.h" #include <st...
/* * Copyright 2018 The Polycube Authors * * 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 agree...
// // MochaStyle.h // Coffup // // Created by Zachary Drayer on 4/21/19. // #import <Foundation/Foundation.h> #import "Style.h" @interface MochaStyle : NSObject <Style> @end
/* * File: HD44780_I2C_lcd.c * Description: * HD44780-based character LCD 16x02 I2C(PCF8574) library source file. * Description: See header full details. */ // Section : Includes #include "HD44780_I2C_lcd.h" // Section : Variables uint8_t _LCDBackLight = LCD_BACKLIGHTON_MASK; //I2C address for I2C module PCF8...
/*============================================================================== ofxVisualProgramming: A visual programming patching environment for OF Copyright (c) 2018 Emanuele Mazza aka n3m3da <emanuelemazza@d3cod3.org> ofxVisualProgramming is distributed under the MIT License. This gives everyon...
#pragma once #include "config_common.h" /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x2020 #define DEVICE_VER 0x0001 #define MANUFACTURER Jonathan Cameron #define PRODUCT 2x5keypad /* key matrix size */ #define MATRIX_ROWS 2 #define MATRIX_COLS 5 /* k...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef POPBIT_SYNC_H #define POPBIT_SYNC_H #include "threadsafety.h" #include ...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef _OE_INCLUDE_REPORT_H_ #define _OE_INCLUDE_REPORT_H_ #include <openenclave/bits/types.h> #include <openenclave/internal/sgxtypes.h> /* **=============================================================================...
/** @file EFI PCI IO protocol functions implementation for PCI Bus module. Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The ful...
#pragma once #include <string> using FString = std::string; using int32 = int; struct FBullCowCount { int32 Bulls = 0; int32 Cows = 0; }; enum class EWordStatus { Invalid_Status, OK, Not_Isogram, Wrong_Length, Not_LowerCase }; class FBullCowGame { public: FBullCowGame(); // Construcor int32 GetMaxTries(...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE193_char_ncpy_05.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE193.label.xml Template File: sources-sink-05.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate memory for a st...
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this // file except in compliance with the License. You may obtain a copy of the // License at // // https://opensource.org/licenses/BSD-3-Clause // // Unless req...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation */ @interface AVNSURLProtocolRequest : AVAssetCustomURLRequest { AVAssetCustomURLBridgeForNSURLProtocol * _bridge; struct _CFURLConnection { } * _connection; struct __CFError { } * _error; } ...
/**************************************************************************** ** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me> ** All right reserved. ** ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the ** "Software"), to d...
/* * Copyright 2010-2017 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 "license" fil...
//HEADER_GOES_HERE #ifndef __MAINMENU_H__ #define __MAINMENU_H__ extern char gszHero[16]; void mainmenu_refresh_music(); void mainmenu_change_name(int arg1, int arg2, int arg3, int arg4, char *name_1, char *name_2); int mainmenu_select_hero_dialog( const _SNETPROGRAMDATA *client_info, const _SNETPLAYERDATA *u...
// dear imgui, v1.50 // (headers) // See imgui.cpp file for documentation. // See ImGui::ShowTestWindow() in imgui_demo.cpp for demo code. // Read 'Programmer guide' in imgui.cpp for notes on how to setup ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui #pragma once #if !defined(IMGU...
#pragma once #include "il2cpp.h" System_Collections_Generic_ArraySortHelper_TKey__TValue__o* System_Collections_Generic_ArraySortHelper_ulong__object___get_Default (const MethodInfo* method_info); System_Collections_Generic_ArraySortHelper_TKey__TValue__o* System_Collections_Generic_ArraySortHelper_ulong__object___Cr...
#ifndef _EVENTS_INTERNAL_H_ #define _EVENTS_INTERNAL_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ // System API for enqueuing new events void SystemEventEnqueue(const Event& ev); void ConsoleEventEnqueue(const Event& ev); #ifdef __cplusplus }; #endif /* __cplusplus */ #endif /* _EVENTS_INTERNAL_H_ */
// Copyright (c) 2015, Dean ChaoJun Pan. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #ifndef GO_ROCKSDB_INCLUDE_STRING_H_ #define GO_ROCKSDB_INCLUDE_STRING_H_ #ifdef __cplusplus #include <string> #include <v...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class NSDictionary, NSString, NSURL; @protocol XDErrorWarningCallback <NSObject> - (BOOL)didSucceed; - (BOOL)shouldContinue; - (NSString *)iOSTargetVersion; ...
// // NNWGoogleAPICallOperation.h // nnwiphone // // Created by Brent Simmons on 11/23/09. // Copyright 2009 NewsGator Technologies, Inc.. All rights reserved. // #import <Foundation/Foundation.h> #import "RSDownloadOperation.h" @interface NNWGoogleAPICallOperation : RSDownloadOperation { @private NSMutableDict...
/***************************************************************************** * * Copyright (C) 2019 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc...
/* -------------------------------------------------------------------------- */ /* Copyright 2002-2010, OpenNebula Project Leads (OpenNebula.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may ...
#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_iOSTools_TestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_iOSTools_TestsVersionS...
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) | | Copyrigh...
/* * Copyright 2013 Red Hat Inc. * * 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 to use, copy, modify, merge, publish, d...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Llamacoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef LLAMACOIN_SCRIPT_SIGCACHE_H #define LLAMACOIN_SCRIPT_SIGCACHE_H #inclu...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/appconfig/AppConfig_EXPORTS.h> #include <aws/appconfig/AppConfigRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSMap.h> #in...
#pragma once #include "custom-types/shared/macros.hpp" #include "beatsaber-hook/shared/rapidjson/include/rapidjson/document.h" #include "System/Object.hpp" #include "CJDLogger.h" #include <unordered_map> #include <any> DECLARE_CLASS_CODEGEN(CustomJSONData, DocumentWrapper, Il2CppObject, DECLARE_DEFAULT_CTOR();...
/* $Id: VBoxDD2.h $ */ /** @file * Built-in drivers & devices part 2 header. * * These drivers and devices are in separate modules because of LGPL. */ /* * Copyright (C) 2006-2015 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. Th...
/* * Odyssey. * * Scalable PostgreSQL connection pooler. */ #include "cancel.h" int od_cancel(od_global_t *global, od_rule_storage_t *storage, kiwi_key_t *key, od_id_t *server_id) { od_instance_t *instance = global->instance; od_log(&instance->logger, "cancel", NULL...
/* * Video Renderer (Fullscreen and Windowed using Direct Draw) * * Copyright 2004 Christian Costa * * 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 Li...
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/GameModeBase.h" #include "TCGameModeBase.generated.h" /** * */ UCLASS() class THECORE_API ATCGameModeBase : public AGameModeBase { GENERATED_BODY() ATCGameModeBase(); pub...
// Copyright (c) 2012 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 CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ #define CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ #include <set> #include <string> #include <vector> #in...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_count_if.c :+: :+: :+: ...
/* * Copyright 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 "license" file ...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore */ @interface PXPlacesMapPipelineExecutionContext : NSObject { NSArray * _callstack; NSMapTable * _changesForDataSources; id /* block */ _completionHandler; NSMutableSet * _dataSources; ...
/* * Player.h * * Created on: 29 Jan 2011 * Author: Ashley */ #ifndef ENEMY_H_ #define ENEMY_H_ #include "../ARK.h" #include "Object.h" class EightWayMovementComponent; class Player; enum EnemyType : unsigned int { ET_MINI, ET_SMALL, ET_MED, ET_LARGE, ET_FLYING, ET_SPITTING }; class Enemy : public ...
#include <unistd.h> #include <sys/wait.h> #include <sys/stat.h> #include <sys/types.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <fcntl.h> #include <mqueue.h> static void procerr(const char* error); int main(int argc, char* argv[]) { if (mq_unlink(arg...
// Copyright (c) 2016 The BitBridgeCoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SUPPORT_LOCKEDPOOL_H #define BITCOIN_SUPPORT_LOCKEDPOOL_H #include <stdint.h> #include <list> #include <map...
#ifndef LowPower_h #define LowPower_h enum period_t { SLEEP_15Ms, SLEEP_30MS, SLEEP_60MS, SLEEP_120MS, SLEEP_250MS, SLEEP_500MS, SLEEP_1S, SLEEP_2S, SLEEP_4S, SLEEP_8S, SLEEP_FOREVER }; enum bod_t { BOD_OFF, BOD_ON }; enum adc_t { ADC_OFF, ADC_ON }; enum timer5_t { TIMER5_OFF, TIMER5_ON }; enum t...
/* * Copyright (C) 2015 University of Oregon * * You may distribute under the terms of either the GNU General Public * License or the Apache License, as specified in the LICENSE file. * * For more information, see the LICENSE file. */ /* rna_HNNcosyA.c - autocalibrated version with pulse shaping "on fly". ...
/* * Copyright © 2009 Benjamin Otte * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that the above copyright notice appear in all copies * and that both that copyright notice and this permission notice * app...
/* Generated by Nim Compiler v1.6.2 */ #define NIM_INTBITS 64 #include "nimbase.h" #include <string.h> #undef LANGUAGE_C #undef MIPSEB #undef MIPSEL #undef PPC #undef R3000 #undef R4000 #undef i386 #undef linux #undef mips #undef near #undef far #undef powerpc #undef unix #define nimfr_(x, y) #define nimln_(x, y) type...
#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_Stanwood_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_Stanwood_ExampleVers...
#pragma once namespace fast_io { enum class buffer_mode { in=1<<0, out=1<<1, tie=1<<2, io=in|out|tie, secure_clear=1<<3, construct_decorator=1<<4, deco_out_no_internal=(1<<5)|(out) }; inline constexpr buffer_mode operator&(buffer_mode x, buffer_mode y) noexcept { using utype = typename std::underlying_type<buffer_m...
/* * * portfw - Port Forwarding Table Editing v1.11 * * See the accompanying manual page portfw(8) for information * about proper usage of this program. [ Not yet available ] * * * Copyright (c) 1997 Steven Clarke * All rights reserved. * * Author: Steven Clarke <steven@monmouth.demon.co.uk> * * Keble Col...
// // MJAlertController.h // MJAlertController_Example // // Created by manjiwang on 2019/5/14. // Copyright © 2019 jgyhc. All rights reserved. // #import "LCAlertController.h" extern NSString * const MJAlertControllerButtonTitleKey; extern NSString * const MJAlertControllerButtonTextColorKey; extern NSString ...
// Copyright 2015 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 DEVICE_BLUETOOTH_TEST_BLUETOOTH_TEST_MAC_H_ #define DEVICE_BLUETOOTH_TEST_BLUETOOTH_TEST_MAC_H_ #include <memory> #include "base/test/test_simpl...
#include "shmem.h" /********************************************************************* samplesort.c: source: http://www.cse.iitd.ernet.in/~dheerajb/MPI/codes/day-3/c/samplesort.c Objective : To sort unsorted integers by sample sort algorithm Write a MPI program...
// network.h // Data structures to emulate a physical network connection. // The network provides the abstraction of ordered, unreliable, // fixed-size packet delivery to other machines on the network. // // You may note that the interface to the network is similar to // the console device -- both are full duplex cha...