text
stringlengths
9
948k
const unsigned char gtestVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:gtest PROJECT:gtest-" "\n"; const double gtestVersionNumber __attribute__ ((used)) = (double)0.;
#pragma once #include "Hazel/Core/Core.h" #include "Hazel/Core/Layer.h" #include <vector> namespace Hazel { class LayerStack { public: LayerStack() = default; ~LayerStack(); void PushLayer(Layer* layer); void PushOverlay(Layer* overlay); void PopLayer(Layer* layer); void PopOverlay(Layer* overlay); ...
/* task.c -- Task operation set. * * Copyright (c) 2018, Liu chao <lc-soft@live.cn> 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 abo...
/* Logger * * From: https://github.com/PokemonAutomation/Arduino-Source * */ #ifndef PokemonAutomation_Logging_Logger_H #define PokemonAutomation_Logging_Logger_H #include <string> #include "Common/Cpp/Color.h" class QString; namespace PokemonAutomation{ class Logger{ public: virtual void log(const char...
class FASTPIX3D_API Light { private: static void Initialize(); public: static Color AmbientColor; bool Enabled; LightType Type; float Intensity; Color DiffuseColor; Vector3f Position; Vector3f Rotation; Light(); Light(bool enabled); Light(bool enabled, LightType type); friend class Device; };
/* Copyright (c) 2011-present, salesforce.com, inc. All rights reserved. Redistribution and use of this software 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 lis...
/* * This file is part of the libohiboard project. * * Copyright (C) 2018 A. C. Open Hardware Ideas Lab * * Authors: * Leonardo Morichelli <leonardo.morichelli@live.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the...
#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_TestGitActionVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_TestGitActionVersionStr...
/** * Programa que executa concorrentemente uma lista de executáveis passados como argumento * na linha de comando. Sem argumentos próprios. Esperar pela execução deles todos. * * @author (Pirata) * @version (2018.06) */ #include <unistd.h> #include <sys/wait.h> #include <stdio.h> int main(int argc, char** argv...
// Copyright (c) 2008 GeometryFactory (France) // All rights reserved. // // This file is part of CGAL (www.cgal.org) // // $URL: https://github.com/CGAL/cgal/blob/releases/CGAL-5.0.2/Number_types/include/CGAL/test_FPU_rounding_mode_impl.h $ // $Id: test_FPU_rounding_mode_impl.h 52164b1 2019-10-19T15:34:59+02:00 Sébas...
/// @file /// @author rfree (current maintainer/user in flurbo.cc project - most of code is from CryptoNote) /// @brief This is the orginal cryptonote protocol network-events handler, modified by us // Copyright (c) 2014-2018, The Flurbo Project // // All rights reserved. // // Redistribution and use in source and b...
#ifndef __glext_h_ #define __glext_h_ #ifdef __cplusplus extern "C" { #endif /* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free ** Software License B, Version 1.1 (the "License"), the contents of this ** file are subject o...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount */ @interface VSAAppDescriptionFetchOperation : VSAAsyncOperation { NSString * _appAdamID; ACUIAppDescription * _appDescription; NSError * _error; SSLookupRequest * _lookupReques...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> @class NSMutableDictionary, NSMutableSet, NSRecursiveLock; @protocol OS_dispatch_queue; @interface ACCUserNotificationM...
/*========================================================================= * * Copyright UMC Utrecht and contributors * * 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 * * h...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport */ @interface MFPhoneRegion : MFRegion { struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; ...
#include<stdio.h> int binarySearch(int*,int,int); // function for binary search int main(void) { int i = 0, size = 0, key = 0, pos = 0; printf("How many elements would you like to add to your list?\n"); scanf("%d",&size); int list[size]; printf("Please enter the elements.\n"); for(i = 0; i < size; i++) scan...
/******************************************************************************* TMR Peripheral Library Template Implementation File Name: tmr_Counter16Bit_In16BitRegister.h Summary: TMR PLIB Template Implementation Description: This header file contains template implementations For Feature :...
/* * Copyright (c) 2014-present, Facebook, Inc. * 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. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #im...
#include <lua.h> #include <lauxlib.h> #include <lualib.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <openssl/conf.h> #include <openssl/evp.h> #include <openssl/err.h> static int l_init(lua_State *L); static int l_cleanup(lua_State *L); static int l_encrypt(lua_State *L); static int l_decrypt...
/* Simple DirectMedia Layer Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
// // NSString+UIColor.h // BKMobile // // Created by Guibin on 15/1/23. // Copyright (c) 2015年 com.mobile-kingdom.bkapps All rights reserved. // //根地址 #define BASE_IMG_URL @"http://dx.sitemn.com" #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> // 用于扩展NSString,转换UIColor @interface NSString (UIColor) ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:46:25 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia...
/* ** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. ** All Rights Reserved. ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not us...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:18:38 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/CameraE...
DECL|LOG_MODULE_NAME|macro|LOG_MODULE_NAME DECL|NET_LOG_LEVEL|macro|NET_LOG_LEVEL DECL|first|member|struct net_if *first; DECL|gptp_phase_dis_cb|function|static void gptp_phase_dis_cb(u8_t *gm_identity, u16_t *time_base, struct gptp_scaled_ns *last_gm_ph_change, double *last_gm_freq_change) DECL|iface_cb|function|stati...
// // IBM_ViewController.h // // Created by Kirsty Purcell on 22/05/2015. // Copyright (c) 2015 International Business Machines. All rights reserved. // #import <UIKit/UIKit.h> @interface IBM_LoginViewController : UIViewController <UITextFieldDelegate> @property (weak, nonatomic) IBOutlet UITextField *txtUsername;...
DECL|EEFC_FCR_FARG_Msk|macro|EEFC_FCR_FARG_Msk DECL|EEFC_FCR_FARG_Pos|macro|EEFC_FCR_FARG_Pos DECL|EEFC_FCR_FARG|macro|EEFC_FCR_FARG DECL|EEFC_FCR_FCMD_CGPB|macro|EEFC_FCR_FCMD_CGPB DECL|EEFC_FCR_FCMD_CLB|macro|EEFC_FCR_FCMD_CLB DECL|EEFC_FCR_FCMD_EA|macro|EEFC_FCR_FCMD_EA DECL|EEFC_FCR_FCMD_EPA|macro|EEFC_FCR_FCMD_EPA...
/* * Copyright (c) 2002 - 2006, Netherlands Forensic Institute * * 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 * ...
// CkHttpProgress.h: interface for the CkHttpProgress class. // ////////////////////////////////////////////////////////////////////// #ifndef _CKHTTPPROGRESS_H #define _CKHTTPPROGRESS_H #include "CkBaseProgress.h" #if !defined(__sun__) && !defined(__sun) #pragma pack (push, 8) #endif /* ProgressInfo events...
/**************************************************************************** * arch/mips/src/pic32mz/pic32mz-serial.c * * Copyright (C) 2015, 2017-2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modific...
// Copyright (c) 2011-2013 The Bitcoin developers // Copyright (c) 2017 The ALG developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_SENDCOINSDIALOG_H #define BITCOIN_QT_SENDCOINSDIALOG_H #include "...
// :copyright: (c) 2017 Alex Huszagh. // :license: MIT, see licenses/mit.md for more details. /** * \addtogroup PyCPP * \brief Wrapper for multi_index::ranked. */ #pragma once #include <pycpp/multi_index/ranked_index_fwd.h> #include <multi_index/ranked_index.hpp>
/* Copyright (c) 2007 Stefan Kurtz <kurtz@zbh.uni-hamburg.de> Copyright (c) 2007 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 n...
// // Created by oshikuru on 20. 01. 2020.. // #ifndef DEFERRED_BASICLIGHTRENDERER_H #define DEFERRED_BASICLIGHTRENDERER_H #include "lava/framework/rendering/subpasses/lightrenderer.h" #include "lava/framework/dependency-injection/dicontainer.h" #include "lava/framework/constants.h" namespace LavaVk { class Defe...
#pragma once #include "tinyxml2.h" #include <SFML/Graphics.hpp> #include "Inventory.h" #include <SFML/Audio.hpp> #include <unordered_map> #include "gamescene.h" #include "AnimatedSprite.hpp" class Quests { public: //temporary actionSound for each task, which gets played once completed sf::Music actionSound; // ...
#pragma once #include "stb_image.h" #include <string> #include <vector> #include <map> #include <cassert> #include "math.h" #include "Square.h" #define assertm(exp, msg) assert(((void)msg, exp)) using namespace std; struct Vertex { float pos[3]; float uv[2]; float normal[3]; }; struct MeshInfo { vector<Vector4D...
#include <rte_config.h> #include <rte_eal.h> #include <rte_ethdev.h> #include "mempool.h" #define HW_RXCSUM 0 #define HW_TXCSUM 0 #define MIN(a, b) ((a) < (b) ? (a) : (b)) static const struct rte_eth_conf default_eth_conf = { .link_speeds = ETH_LINK_SPEED_AUTONEG, /* auto negotiate speed */ /*.link_duplex = ET...
#import <AFNetworking/AFNetworking.h> #import "OAIConfiguration.h" #import "OAIResponseDeserializer.h" #import "OAISanitizer.h" /** * spoonacular API * The spoonacular Nutrition, Recipe, and Food API allows you to access over 380,000 recipes, thousands of ingredients, 80,000 food products, and 100,000 menu items. Our ...
#pragma once #include <AK/Types.h> namespace AK { class String; } AK::String copy_string_from_user(const char*, size_t); extern "C" { static_assert(sizeof(size_t) == 4); void* copy_to_user(void*, const void*, size_t); void* copy_from_user(void*, const void*, size_t); void* memset_user(void*, int, size_t); void* ...
#include <ncurses.h> #include <stdint.h> void draw_pillar(uint32_t row, uint32_t height, uint32_t max); void draw_array(uint32_t *A, uint32_t n, uint32_t height, uint32_t multiplier, char *name); void startup(void);
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SCRIPT_SCRIPT_H #define BITCOIN_SCRIPT_SCRIPT_H #include <assert.h> #...
// // takeTests.h // ios-queryable // // Created by Marty on 2012-11-09. // Copyright (c) 2012 Marty. All rights reserved. // #import <SenTestingKit/SenTestingKit.h> #import "BaseTest.h" @interface takeTests : BaseTest @end
/* * libc/stdio/vsnprintf.c */ #include <xboot/module.h> #include <math.h> #include <stdio.h> enum flags { FL_ZERO = 0x01, /* Zero modifier */ FL_MINUS = 0x02, /* Minus modifier */ FL_PLUS = 0x04, /* Plus modifier */ FL_TICK = 0x08, /* ' modifier */ FL_SPACE = 0x10, /* Space modifier */ FL_H...
/*---------------------------------------------------------------------------- * File: ooaofooa_TE_SM_class.h * * Class: Extended State Machine (TE_SM) * Component: ooaofooa * * your copyright statement can go here (from te_copyright.body) *--------------------------------------------------------------...
/*========================================================================= Program: Visualization Toolkit Module: vtkXMLStructuredGridWriter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This ...
// The MIT License (MIT) // // Copyright (c) 2018 Mateusz Pusz // // 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, co...
/* * Barcode * Copyright E.G.P. Bos and F.S. Kitaura * * Distributed under the terms of the MIT License. * The full license is in the file LICENSE, distributed with this software. */ #pragma once #include "define_opt.h" // simple math functions real_prec factorial(int term); int odd(int inputval); real_prec po...
// Copyright (c) 2017-present The blackwidow Authors. 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. An additional grant // of patent rights can be found in the PATENTS file in the same directory. #ifndef SRC...
// // BRMnemonic.h // BreadWallet // // Created by Aaron Voisine on 8/15/13. // Copyright (c) 2013 Aaron Voisine <voisine@gmail.com> // Copyright © 2016 Elysium Association <loshan1212@gmail.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "AnimNode_SkeletalControlBase.h" #include "AnimNode_TwoBoneIK.generated.h" /** * Simple 2 Bone IK Controller. */ USTRUCT() struct ANIMGRAPHRUNTIME_API FAnimNode_TwoBoneIK : public FAnimNode_SkeletalControlBase { GENERATED_USTRUCT_...
/**************************************************************************** Copyright (c) 2013 cocos2d-x.org http://www.cocos2d-x.org 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 with...
// Aleth: Ethereum C++ client, tools and libraries. // Copyright 2014-2019 Aleth Authors. // Licensed under the GNU General Public License, Version 3. // // Miscellanea required for the Host/Session/NodeTable classes. // #pragma once #include <atomic> #include <string> #include <set> #include <vector> // Make sure ...
/** ****************************************************************************** * @file Audio/Audio_playback_and_record/Src/main.c * @author MCD Application Team * @version V1.2.2 * @date 25-May-2015 * @brief Main program body. *****************************************************************...
#include <stdint.h> void load_cr3(uint32_t pointer); void init_paging(void); uint32_t map_pv(uint32_t virt, uint32_t phys, uint8_t flags); #define PFLAG_GLOBAL (1 << 7) #define PFLAG_CACHED (1 << 3) #define PFLAG_WRITET (1 << 2) #define PFLAG_USRSUP (1 << 1) #define PFLAG_READWR (1 << 0)
/* builtin_led_accessory.c Define the accessory in pure C language using the Macro in characteristics.h Created on: 2021-04-10 Author: KUNAL VERMA */ #include <Arduino.h> #include <homekit/types.h> #include <homekit/homekit.h> #include <homekit/characteristics.h> #include <stdio.h> #include <port.h>...
// // Created by sunguoyan on 16/4/5. // #ifndef SOBEL_SOBEL_H #define SOBEL_SOBEL_H #include<opencv2/highgui.hpp> #include<cv.h> #include<iostream> using namespace cv; using namespace std; typedef uchar ty; class Sobel{ public: int X_image,Y_image; void ToTwoValue(Mat src,Mat dst,int K); bool IsOnePoint(M...
/** ****************************************************************************** * @file stm32h7xx_hal_exti.c * @author MCD Application Team * @brief EXTI HAL module driver. * This file provides firmware functions to manage the following * functionalities of the General Purpose Inp...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_connect_socket_popen_61a.c Label Definition File: CWE78_OS_Command_Injection.one_string.label.xml Template File: sources-sink-61a.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: connect_socket Read data using a con...
// Copyright 2021 The IREE Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include "iree/tools/utils/yaml_util.h" iree_status_t iree_status_from_yaml_parser_error(yaml_pa...
/* This file is part of the HWA project. * Copyright (c) 2012,2015 Christophe Duparquet. * All rights reserved. Read LICENSE.TXT for details. */ /** * @file * @brief 8-bit counter */ /** * @page atmelavr_cta Class _cta: 8-bit counter/timer * * `_cta` objects are 8-bit counter/timers used by: * * * @ref at...
/* Configuration file parsing and CONFIG GET/SET commands implementation. * * Copyright (c) 2018, Intel Corporation * Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitte...
/*************************************************************************/ /* split_container.h */ /*************************************************************************/ /* This file is part of: */ /* ...
// 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_PUBLIC_BROWSER_RENDER_WIDGET_HOST_VIEW_H_ #define CONTENT_PUBLIC_BROWSER_RENDER_WIDGET_HOST_VIEW_H_ #include <memory> #include "base...
/* +----------------------------------------------------------------------+ | Swoole | +----------------------------------------------------------------------+ | This source file is subject to version 2.0 of the Apache license, | | that is bundl...
#ifndef INPUTVIEWFACTORY_H #define INPUTVIEWFACTORY_H #include <QUrl> #include <QVariantMap> class InputViewFactory { public: InputViewFactory(); virtual ~InputViewFactory(); virtual int metaTypeId(const QByteArray &type, const QVariantMap &properties); virtual QUrl getInput(const QByteArray &type, const QVarian...
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2014 Damien P. George * * 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 ...
#include <stdio.h> #include <stdlib.h> #include <time.h> int main(int argc, char *argv[]) { time_t current_time; time(&current_time); putenv("TZ=America/Los_Angeles"); printf("%s", ctime(&current_time)); }
#ifndef LISP_OBJECT_H #define LISP_OBJECT_H #include "error.h" typedef struct TinyLisp_ *TinyLisp; typedef enum LispObjectType_ LispObjectType; typedef struct LispList_ *LispList; typedef struct LispSymbol_ *LispSymbol; typedef struct LispObject_ *LispObject; typedef struct LispStack_ *LispStack; typedef int LispInt...
#pragma once #include "vm.h" #include "memory.h" #include "operands.h" #include <stdio.h> #define VM_DEFINE_OPERATION_H_INDIRECT(mnemonic) void vm_op_##mnemonic(vm_state* vm); // Defines an operation that must be implemented #define VM_DEFINE_OPERATION_H(mnemonic,x) VM_DEFINE_OPERATION_H_INDIRECT(mnemonic) extern v...
/* Copyright (c) 2005-2008, Simon Howard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARR...
/** ****************************************************************************** * @file stm8s_i2c.i2c_stretchclockcmd.c * @author MCD Application Team * @version V2.2.0 * @date 30-September-2014 * @brief This file contains all the functions for the I2C peripheral. ****************************...
// -*- C++ -*- //========================================================================== /** * @file Malloc_Allocator.h * * $Id$ * * @author Based on code that formerly existed in another ACE file. */ //========================================================================== #ifndef ACE_MALLOC_ALLOCAT...
#pragma once #include <jni.h> #include <string> class JNIUtils { private: JavaVM* jvm; public: JNIUtils(JavaVM&); JNIUtils()=delete; ~JNIUtils()=default; public: std::string getExternalStorageDirectory(); std::string toString(jstring const&); jobject getMainActivityInstance(); };
#ifndef QPDF_PDFTOPDF_PROCESSOR_H #define QPDF_PDFTOPDF_PROCESSOR_H #include "pdftopdf_processor.h" #include <qpdf/QPDF.hh> class QPDF_PDFTOPDF_PageHandle : public PDFTOPDF_PageHandle { public: virtual PageRect getRect() const; virtual void add_border_rect(const PageRect &rect,BorderType border,float fscale); ...
/* * FreeRTOS Kernel V10.2.1 * Copyright (C) 2019 Amazon.com, Inc. or its affiliates. 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 Software without restriction, includ...
// PARAM: --set ana.activated "[['base','escape','uninit']]" typedef union { int i; int j; } S; int main(){ S s; s.i = 0; // NOWARN return s.j; // NOWARN }
#include "stdgfx.h" #include <math.h> extern int pixel_wrap; // Fast horizontal line from (x1,y) to (x2,y), with rgb color int __gfx_hor_line(int y, int x1, int x2, int r, int g, int b, int a) { int w = gfx_surface->w; int h = gfx_surface->h; if(x2 < x1) {x1 += x2; x2 = x1 - x2; x1 -= x2;} //swap x1 and x2, x1...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:42:35 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/ATVLegacyContentKit.framework/ATVLegacyContentKit * classdump-dyld is licensed under GPLv3, Copyright © ...
/*VRP********************************************************************* * * vehicle routing problems * A collection of C++ classes for developing VRP solutions * and specific solutions developed using these classes. * * Copyright 2014 Stephen Woodbridge <woodbri@imaptools.com> * Copyright 2014 Vicky...
/* * Header with function prototypes to help device tree manipulation using * libfdt. It also provides functions to read entries from device tree proc * interface. * * Copyright 2008 IBM Corporation. * Authors: Jerone Young <jyoung5@us.ibm.com> * Hollis Blanchard <hollisb@us.ibm.com> * * This work is ...
// // 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" #import "ASTSessionDelegate.h" #import "DADeviceProtocol.h" #import "DKAssetResponder.h" #import "DSHardwareButtonEventDelegate.h" @class ASTSession, AXAssert...
/* * Copyright (c) 2016-2021 Newracom, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR...
// NOTE: This file was generated by the ServiceGenerator. // ---------------------------------------------------------------------------- // API: // Cloud Pub/Sub API (pubsub/v1) // Description: // Provides reliable, many-to-many, asynchronous messaging between // applications. // Documentation: // https://clo...
extern void __VERIFIER_error() __attribute__ ((__noreturn__)); extern void __VERIFIER_assume(int); void __VERIFIER_assert(int cond) { if(!(cond)) { ERROR: __VERIFIER_error(); } } extern int __VERIFIER_nondet_int(void); int N; int main() { N = __VERIFIER_nondet_int(); if(N <= 0) return 1; int i; int sum[1]; int ...
/* * RAM Oops/Panic logger * * Copyright (C) 2010 Marco Stornelli <marco.stornelli@gmail.com> * Copyright (C) 2011 Kees Cook <keescook@chromium.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Fre...
/*** * libccd * --------------------------------- * Copyright (c)2010 Daniel Fiser <danfis@danfis.cz> * * * This file is part of libccd. * * Distributed under the OSI-approved BSD License (the "License"); * see accompanying file BDS-LICENSE for details or see * <http://www.opensource.org/licenses/bsd-lice...
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Common...
// Copyright (c) 2011 The Chromium OS 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 LOGIN_MANAGER_MOCK_NSS_UTIL_H_ #define LOGIN_MANAGER_MOCK_NSS_UTIL_H_ #include "login_manager/nss_util.h" #include <stdint.h> #include <u...
#include <std.h> inherit "/std/riding_animal"; void create(){ ::create(); set_id(({"packlizard","lizard","heavy lizard","pack lizard"})); set_name("packlizard"); set_short("A heavy packlizard"); set_long("This darkskinned, dim-witted looking lizard is obviously not for standard riding, as due to its " "massi...
/* * ADM5120 HCD (Host Controller Driver) for USB * * Copyright (C) 2007-2008 Gabor Juhos <juhosg@openwrt.org> * * This file was derived from: drivers/usb/host/ohci-hcd.c * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> * (C) Copyright 2000-2004 David Brownell <dbrownell@users.sourceforge.net> * ...
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. 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 Software without restriction, includ...
/* * 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 that it will be use...
/*- * Copyright (c) 2003 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matthias Scheler. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditio...
/** ****************************************************************************** * @file stm32f4xx_hal_def.h * @author MCD Application Team * @version V1.6.0 * @date 04-November-2016 * @brief This file contains HAL common defines, enumeration, macros and * structures definitions. *...
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * * (C) 2003 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpi.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "mpitest.h" /* * This test attempts collective bcast communication ...
/* * PiFace * © 2013 David Given * This file is redistributable under the terms of the 3-clause BSD license. * See the file 'Copying' in the root of the distribution for the full text. */ #include "globals.h" int main(int argc, const char* argv[]) { #if defined TARGET_PI && !defined(__GNUC__) pi_init_uart(); ...
// // ToxRequestModel.h // Qlink // // Created by Jelly Foo on 2018/4/23. // Copyright © 2018年 pan. All rights reserved. // #import "BBaseModel.h" @interface ToxRequestModel : BBaseModel @property (nonatomic, strong) NSString *type; @property (nonatomic, strong) NSString *data; @end
// // AppDelegate.h // LearnAudioUnit // // Created by loyinglin on 2017/9/4. // Copyright © 2017年 loyinglin. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
#if !defined MINI_GLFW3_INCLUDED #define MINI_GLFW3_INCLUDED #ifdef __cplusplus extern "C" { #endif /*! @name Key and button actions * @{ */ /*! @brief The key or button was released. * @ingroup input */ #define GLFW_RELEASE 0 /*! @brief The key or button was pressed. * @ingroup input */ #defin...