text
stringlengths
9
948k
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import <ABI41_0_0React/ABI41_0_0RCTBridgeMethod.h> #import <ABI41_0_0cxxreact/ABI41_0_0CxxModul...
// // LKPhoneValidator.h // InputValidatorsExample // // Created by Beniamin Sarkisyan on 21.11.14. // Copyright (c) 2014 Ramotion. All rights reserved. // #import "LKRegularExpressionInputValidator.h" @interface LKPhoneValidator : LKRegularExpressionInputValidator @end
#pragma once /* --------------------------------------------------------------------------*/ /** * @Synopsis Start a NVTX range with predefined color. * * This function is useful only for profiling with nvvp or Nsight Systems. It * demarcates the begining of a user-defined range with a specified name and * colo...
/**************************************************************************** ** ** Copyright (C) 2018 Klaralvdalens Datakonsult AB (KDAB). ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt3D module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holdin...
/* Copyright 2017 The TensorFlow Authors. 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 Unless required by applicable law or a...
/*========================================================================== SeqAn - The Library for Sequence Analysis http://www.seqan.de ============================================================================ Copyright (C) 2007 This library is free software; you c...
/* * ESPRESSIF MIT License * * Copyright (c) 2021 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
/* Copyright (c) 2006-2007 Christopher J. W. Lloyd 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...
/* SPDX-License-Identifier: BSD-3-Clause */ /* * Altera SoCFPGA PinMux configuration */ #ifndef __SOCFPGA_PINMUX_CONFIG_H__ #define __SOCFPGA_PINMUX_CONFIG_H__ const u8 sys_mgr_init_table[] = { 0, /* EMACIO0 */ 2, /* EMACIO1 */ 2, /* EMACIO2 */ 2, /* EMACIO3 */ 2, /* EMACIO4 */ 2, /* EMACIO5 */ 2, /* EMACIO6...
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <getopt.h> #include <ctype.h> #include <stdbool.h> #include <flinklib.h> #define EOPEN -1 #define ESUBDEVID -2 #define EREAD -3 #define EWRITE -4 #define EPARAM -5 #define DEFAULT_DEV "/dev/flink0" int main(int argc, char* argv[]) { ...
#ifndef DMZ_RENDER_ISECT_UTIL_DOT_H #define DMZ_RENDER_ISECT_UTIL_DOT_H #include <dmzRenderIsectExport.h> #include <dmzTypesBase.h> namespace dmz { class RenderModuleIsect; class Vector; DMZ_RENDER_ISECT_LINK_SYMBOL Boolean isect_validate_point ( const Vector &Start, const Vector &Dir, c...
/*********************************************************************** * * * This software is part of the ast package * * Copyright (c) 1985-2010 AT&T Intellectual Property * * and i...
/* Copyright (c) 2013 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #pragma once namespace lean { /** \brief Template for simulating "fluid-lets". Example: { flet<int> l(m_field, 1); // set the value of m_fie...
// See the file "COPYING" in the main distribution directory for copyright. #pragma once #include <utility> #include <memory> #include <string> #include <vector> #include <tuple> #include <type_traits> #include "zeek/ZeekList.h" #include "zeek/Stmt.h" #include "zeek/Obj.h" #include "zeek/IntrusivePtr.h" #include "ze...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "X2AP-IEs" * found in "../../asn_defs/asn1/x2ap-modified-15-05.asn" * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER` */ #include "GTP-TEI.h" int GTP_TEI_constraint(const asn_TYPE_descriptor_t *td, c...
#ifndef __KFK_SHORT_H__ #define __KFK_SHORT_H__ #pragma once #include "Object.h" class Short : public Object { public: static const int MAX_VALUE = 32767; Short(short value); virtual ~Short() { } operator short() { return value_; } private: short value_; }; #endif // !__KFK_SHORT_H__
/***************************************************************************//** * @file * @brief Capacitive Sense Module (CSEN) peripheral API ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b> *************...
// // StudentPage.xaml.h // Declaration of the StudentPage class // #pragma once #include "StudentPage.g.h" namespace DisplayHighSchoolStudents { public ref class StudentPage sealed { public: StudentPage(); protected: void OnPageSizeChanged(Platform::Object^ sender, Windows::UI::Xaml...
/* log10l.c * * Common logarithm, 128-bit long double precision * * * * SYNOPSIS: * * long double x, y, log10l(); * * y = log10l( x ); * * * * DESCRIPTION: * * Returns the base 10 logarithm of x. * * The argument is separated into its exponent and fractional * parts. If the exponent is between...
/* $NetBSD: lockd.c,v 1.7 2000/08/12 18:08:44 thorpej Exp $ */ /* $FreeBSD: head/usr.sbin/rpc.lockd/lockd.c 292864 2015-12-29 11:24:41Z uqs $ */ /* * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * * Redistribution and use in source and binary forms, with or without * modif...
/* * Normal mappings of chips in physical memory * * Copyright (C) 2003 MontaVista Software Inc. * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net * * 031022 - [jsun] add run-time configure and partition setup */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/in...
/****************************************************************************** * $Id: hdf5dataset.h 27044 2014-03-16 23:41:27Z rouault $ * * Project: Hierarchical Data Format Release 5 (HDF5) * Purpose: Header file for HDF5 datasets reader. * Author: Denis Nadeau (denis.nadeau@gmail.com) * *****************...
/* Open Asset Import Library (assimp) ---------------------------------------------------------------------- Copyright (c) 2006-2017, assimp team 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...
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once //forward declarations. #include <LyShine/Animation/IUiAnimation.h> #include "UiAni...
// SPDX-License-Identifier: GPL-2.0 /* Copyright(c) 2018 Intel Corporation. */ #include <linux/bpf_trace.h> #include <net/xdp_sock.h> #include <net/xdp.h> #include "i40e.h" #include "i40e_txrx_common.h" #include "i40e_xsk.h" /** * i40e_xsk_umem_dma_map - DMA maps all UMEM memory for the netdev * @vsi: Current VSI ...
#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_MasterModuleLogin_TestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_MasterModuleL...
@import ObjectiveC; @import Foundation; @interface KeySubscript1 : NSObject - (id)objectForKeyedSubscript:(NSString *)subscript; - (void)setObject:(id)object forKeyedSubscript:(NSString *)key; @end @interface KeySubscript2 : NSObject - (nullable id)objectForKeyedSubscript:(nonnull NSString *)subscript; - (void)setObj...
/**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. 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 ...
// // UILabel+XYCopy.h // fula // // Created by 叶炯 on 2018/1/15. // Copyright © 2018年 ixiye company. All rights reserved. // #import <UIKit/UIKit.h> @interface UILabel (XYCopy) @property (nonatomic,assign) BOOL isCopyable; @end
/*------------------------------------------------------------------------- * * common.c * Common support routines for bin/scripts/ * * * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $PostgreSQL: pgsql/src/bin/...
#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <string.h> #include <libox.h> #include <ox-mq.h> #define QUEUE_SIZE 512 #define N_QUEUES 4 #define N_CMD (1024 * 1024 * N_QUEUES) #define N_CORES 8 struct test_struct { uint64_t id; uint32_t queue; }; stat...
/* * This file Copyright (C) 2012-2014 Mnemosyne LLC * * It may be used under the GNU GPL versions 2 or 3 * or any future license endorsed by Mnemosyne LLC. * * $Id$ */ #ifndef GTR_FAVICON_CACHE_H #define GTR_FAVICON_CACHE_H #include <gtk/gtk.h> #include <libtransmission/transmission.h> void gtr_get_favicon (...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-present Torus Knot Software Ltd Permission is hereby granted, free of charge, to any pers...
// 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. // This file contains mocks for classes in drive_service_interface.h #ifndef CHROME_BROWSER_GOOGLE_APIS_MOCK_DRIVE_SERVICE_H_ #define CHROME_BROWSER_...
#ifndef CODEC_H #define CODEC_H /* decoder status */ #define DEC_ERR (-1) #define DEC_EOF (-2) #define MAX_CHN_CNT (2) #endif
#include <stdio.h> int add(int x,int y); int sub(int x,int y); int x,y,a,s; void main() { printf("Enter two numbers:"); scanf("%d %d",&x,&y); a=add(x,y); s=sub(x,y); printf("%d + %d = %d\n",x,y,a); printf("%d - %d = %d",x,y,s); getch(); } add(x,y) { a=x+y; return a; } sub(x,y) { ...
LEARNER::base_learner* scorer_setup(vw& all);
/** @file WCCP (v2) support for Apache Traffic Server. @section license License 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 ...
/****************************************************************************** * @file descriptors.c * @version V3.00 * @brief NUC1262 series USBD descriptor file * * @note * @copyright SPDX-License-Identifier: Apache-2.0 * @copyright Copyright (C) 2021 Nuvoton Technology Corp. All rights reserved. ***...
/* * S-Box Tables for CAST-128 and CAST-256 * (C) 1999-2007 Jack Lloyd * * Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_CAST_SBOX_TABLES_H__ #define BOTAN_CAST_SBOX_TABLES_H__ #include <botan/types.h> namespace Botan { const u32bit CAST_SBOX1[256] = { 0x30FB40D4, 0x9FA0FF...
/** * @file op_model_mpcore.c * MPCORE Event Monitor Driver * @remark Copyright 2004 ARM SMP Development Team * @remark Copyright 2000-2004 Deepak Saxena <dsaxena@mvista.com> * @remark Copyright 2000-2004 MontaVista Software Inc * @remark Copyright 2004 Dave Jiang <dave.jiang@intel.com> * @remark Copyright 2004 ...
// Estimote Fleet Management SDK // Copyright (c) 2015 Estimote. All rights reserved. #import <Foundation/Foundation.h> #import "ESTSettingReadWrite.h" #define ESTSettingEddystoneUIDIntervalErrorDomain @"ESTSettingEddystoneUIDIntervalErrorDomain" /** * Describes Eddystone UID Advertising Interval validation erro...
//==================================================================================================================================================== // Copyright 2022 Lake Orion Robotics FIRST Team 302 // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated d...
/* * The MIT License * * Copyright (C) 2016 Alexander Saprykin <saprykin.spb@gmail.com> * * 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 limi...
#pragma once #include <lua.hpp> #include <LuaBridge.h> #include <RefCountedPtr.h> #include <SFML/Graphics.hpp> #include "Vector2.h" #include "Node.h" class Console; enum class DATA { VECTOR, TEXTURE, NODE }; struct GenericDataStore { int magic; DATA type; void *data; }; class LuaScript { public: static vo...
// // Hook Programming Language // scanner.h // #ifndef SCANNER_H #define SCANNER_H #include "string.h" typedef enum { TOKEN_EOF, TOKEN_DOT, TOKEN_COMMA, TOKEN_COLON, TOKEN_SEMICOLON, TOKEN_LPAREN, TOKEN_RPAREN, TOKEN_LBRACKET, TOKEN_RBRACKET, TOKEN_LBRACE, TOKEN_RBRACE, TOKEN_PIPEPIPE, TOK...
/* adler32_avx512.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2011 Mark Adler * Authors: * Adam Stylinski <kungfujesus06@gmail.com> * Brian Bockelman <bockelman@gmail.com> * For conditions of distribution and use, see copyright notice in zlib.h */ #include "../../zbuild.h" #inclu...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE194_Unexpected_Sign_Extension__listen_socket_malloc_11.c Label Definition File: CWE194_Unexpected_Sign_Extension.label.xml Template File: sources-sink-11.tmpl.c */ /* * @description * CWE: 194 Unexpected Sign Extension * BadSource: listen_socket Read data using a list...
/* * (C) Copyright 2005- ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * * In applying this licence, ECMWF does not waive the privileges and immunities granted to it by * virtue of its status as an int...
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f4xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
/* * 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...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 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 PAYCHECKCASH_VALIDATION_H #define PAYCHECKCASH_VALIDATION_H #if defined(...
#ifndef ANDROID_AUDIO_MATV_CONTROLLER_H #define ANDROID_AUDIO_MATV_CONTROLLER_H #include <utils/threads.h> #include "AudioType.h" namespace android { class AudioMATVResourceManager; class AudioMTKStreamManagerInterface; class AudioMATVController { public: virtual ~AudioMATVController(); static...
#ifndef CONFIG_H #define CONFIG_H #include <string> // position of system origo static const double ORIGO_X = 0.0; static const double ORIGO_Y = 0.0; static const double ORIGO_Z = 0.0; // Radius of the brush wood static const double RADIUS = 0.04; // Height of the brush wood static const double HEIGHT = 2.0; // Th...
#pragma once #include "Module.h" #include "Globals.h" #include "p2Point.h" #include "p2List.h" #include "Animation.h" #include "Box2D/Box2D/Box2D.h" struct SDL_Texture; class PhysBody; class ModulePlayer : public Module { public: ModulePlayer(Application* app, bool start_enabled = true); virtual ~ModulePlayer(); ...
/************************************************************************* * MediPy - Copyright (C) Universite de Strasbourg * Distributed under the terms of the CeCILL-B license, as published by * the CEA-CNRS-INRIA. Refer to the LICENSE file or to * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html * f...
/* * libwebsockets web server application * * Copyright (C) 2010-2017 Andy Green <andy@warmcat.com> * * 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: * version 2.1 of the Lice...
#section kernels #kernel dilated_im2col_kernel : size, *, size, size, size, size, size, size, size, size, size, size, size, size, size, size, *, size : #include "cluda.h" // TODO check kernel flags // This uses a lot of code from Caffe (http://caffe.berkeleyvision.org/); // sources are clearly marked. Below we reprodu...
/* ********************************************************************************************************* * * 模块名称 : 按键驱动模块 * 文件名称 : bsp_key.h * 版 本 : V1.0 * 说 明 : 头文件 * * Copyright (C), 2013-2014, 安富莱电子 www.armfly.com * ***************************************************************************...
// SPDX-License-Identifier: GPL-2.0-only /* * Arizona core driver * * Copyright 2012 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/gpio/consumer.h> #include <linux/interrupt.h> #i...
/***************************************************************************** * * * Copyright 2018 Rice University * * * * ...
/* Copyright (C) 2005-2013 Shugo Maeda <shugo@ruby-lang.org> and Charlie Savage <cfis@savagexi.com> Please see the LICENSE file for copyright and distribution information */ /* :nodoc: */ #include "ruby_prof.h" static VALUE cMeasureMemory; #if defined(HAVE_RB_GC_ALLOCATED_SIZE) VALUE rb_gc_allocated_size(); #...
#pragma once // @generated by tools/codegen/gen.py from Operator.h #include <c10/core/QScheme.h> #include <tuple> #include <vector> // Forward declarations of any types needed in the operator signatures. // We can't directly include these classes because it will cause circular include dependencies. // This file is ...
/* * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/l...
// // HJAggregationSDK.h // HJAggregationSDK // // Created by bx_zhen on 2019/9/16. // Copyright © 2019 AGSDK. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #pragma mark - 代理 @protocol JHAggregationInitDelegate <NSObject> #pragma mark - 必须实现的 @required /** 登录成功的回调 @param u...
// Copyright (c) 2008-2022 the Urho3D project // License: MIT #pragma once #include <string> #include <vector> #include <algorithm> #define CONTAINS(vec, val) (std::find(vec.begin(), vec.end(), val) != vec.end()) std::string Trim(const std::string& str); bool StartsWith(const std::string& str, const std::string& va...
/*- * BSD LICENSE * * Copyright (c) Intel Corporation. All rights reserved. * Copyright (c) 2019, 2020 Mellanox Technologies LTD. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met...
// // XHPayWxReq.h // XHPayKitExample // // Created by zhuxiaohui on 2018/2/24. // Copyright © 2018年 FORWARD. All rights reserved. // 代码地址:https://github.com/CoderZhuXH/XHPayKit #import <Foundation/Foundation.h> //以下参数详细介绍见 //微信官方文档:https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=9_12&index=2 //发起微信支...
/**************************************************************************** * include/nuttx/video/vnc.h * * Copyright (C) 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted pro...
#ifndef ZFEET_H #define ZFEET_H #include <types.h> void zFeetGetIDs(); #endif
/* * Copyright (c) 2017, Intel Corporation * 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 c...
/* * Copyright 2008 Search Solution Corporation * Copyright 2016 CUBRID Corporation * * 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-...
/*------------------------------------------------------------------------- * * pg_conversion.h <<<<<<< HEAD * definition of the system "conversion" relation (pg_conversion) * along with the relation's initial contents. * * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group ======= * ...
// // ATSimpleImageViewController.h // ApptentiveConnect // // Created by Andrew Wooster on 3/27/11. // Copyright 2011 Apptentive, Inc.. All rights reserved. // #import <UIKit/UIKit.h> #import "ATFeedback.h" #import "ATFeedbackTypes.h" @class ATCenteringImageScrollView; NSString * const ATImageViewChoseImage; ...
// // BLE_shared.h // BLE_shared // // Created by David Nemec on 28/04/2017. // Copyright © 2017 David Nemec. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for BLE_shared. FOUNDATION_EXPORT double BLE_sharedVersionNumber; //! Project version string for BLE_shared. FOUNDATION_EXPORT c...
#pragma once #include <string.h> extern "C" { void* sbrk(size_t num_bytes); void* malloc(size_t size); void* calloc(size_t count, size_t size); void* realloc(void* ptr, size_t size); void free(void* ptr); }
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
// Copyright (c) 2014-2017 The Simplecointest Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PRIVATESEND_H #define PRIVATESEND_H #include "chain.h" #include "chainparams.h" #include "primitives/tran...
/** * \file PnlWznmQryHeadbar.h * API code for job PnlWznmQryHeadbar (declarations) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 5 Dec 2020 */ // IP header --- ABOVE #ifndef PNLWZNMQRYHEADBAR_H #define PNLWZNMQRYHEADBAR_H #include "ApiWznm...
// Copyright 2014 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 MEDIA_CAST_NET_CAST_TRANSPORT_CONFIG_H_ #define MEDIA_CAST_NET_CAST_TRANSPORT_CONFIG_H_ #include <string> #include <vector> #include "base/basic...
/* * Diffie-Hellman groups * Copyright (c) 2007, 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 be distributed ...
/* * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. 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...
#ifndef __ModelNode_H__ #define __ModelNode_H__ #include "RenderableNode.h" #include "Engine.h" #include "RenderModule.h" #include "ModelResource.h" #include <memory> namespace vgs { /* ======================== Copyright (c) 2014 Vinyl Games Studio ModelNode Node that watches transform changes and sends ...
/* ----------------------------------------------------------------------------- * * (c) The GHC Team, 1998-2002 * * Main function for a standalone Haskell program. * * ---------------------------------------------------------------------------*/ #include "Rts.h" #include "RtsAPI.h" #include "HsFFI.h" #include ...
//Autogenerated file //MCU name: STM32F469BG //MCU xml: STM32F469B(E-G-I)Tx.xml //GPIO remap/alternate function xml: GPIO-STM32F469_gpio_v1_0_Modes.xml #include "stm32_GPIO_variant_17.h" #include "stm32_REMAP_variant_1.h" #include "stm32_I2C_variant_5.h" #include "stm32_I2S_variant_24.h" #include "stm32_SDIO_var...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 12:26:08 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/RemoteManagement.framework/Frameworks/RemoteManagementModel.framework/RemoteManagementModel * classd...
// // NoDataView.h // yyxb // // Created by 杨易 on 15/11/11. // Copyright (c) 2015年 杨易. All rights reserved. // #import <UIKit/UIKit.h> @interface NoDataView : UIView @property (nonatomic, strong) UIImageView *imageView; //图片 @property (nonatomic, strong) UILabel *titleLabel; //标题 @property (nonatomic, strong) UIL...
/* * Block layer snapshot related functions * * Copyright (c) 2003-2008 Fabrice Bellard * * 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 limitat...
/* Honey Copyright 2018 - Matthew Carlin Effects class provides convenience methods to create visual effects. */ #ifndef HONEY_EFFECTS_H_ #define HONEY_EFFECTS_H_ #include <chrono> #include <math.h> #include <string> #include <stdlib.h> #include <unordered_map> #include "graphics.h" #include "logic.h" names...
#ifndef MLIBC_POSIX_STDLIB_H #define MLIBC_POSIX_STDLIB_H #ifdef __cplusplus extern "C" { #endif long random(void); double drand48(void); void srand48(long int); // ---------------------------------------------------------------------------- // Environment. // --------------------------------------------------------...
/* * Copyright (c) 2004-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. * */ #pra...
#ifndef FACTORY_CONFIG_H #define FACTORY_CONFIG_H #define FACTORY_VERSION "VL01" #define FACTORY_NAME "Moodlight Beta" #define LOCALDOMAIN "moodlight" #endif
// Copyright (c) 2019-2020 The PIVX developers // Copyright (c) 2020 The AZUS developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SETTINGSWIDGET_H #define SETTINGSWIDGET_H #include <QWidget> #include "qt/azus/pwi...
#include<stdio.h> int main() { int i; float vet[100]; for(i=0;i<100;i++) { scanf("%f",&vet[i]); } for(i=0;i<100;i++) { if(vet[i]<=10) { printf("A[%d] = %.1f\n",i,vet[i]); } } return(0); }
/**************************************************************************** ** ** Copyright (C) 2013 Intel Corporation. ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid comme...
// RUN: 3c -alltypes -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s // RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s // RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null - // RUN: 3c -output-postfix=checked -alltypes ...
/* * support routines for subprocess module * * Currently, this extension module is only required when using the * subprocess module on Windows, but in the future, stubs for other * platforms might be added here as well. * * Copyright (c) 2004 by Fredrik Lundh <fredrik@pythonware.com> * Copyright (c) 2004 by Se...
T(RN, -0x1.02239f3c6a8f13dep+3L, -0x1p+3L, 0x0p+0, INEXACT) T(RN, 0x1.161868e18bc67782p+2L, 0x1.4p+2L, 0x0p+0, INEXACT) T(RN, -0x1.0c34b3e01e6e682cp+3L, -0x1p+3L, 0x0p+0, INEXACT) T(RN, -0x1.a206f0a19dcc3948...
#ifndef __LIGHT_H__ #define __LIGHT_H__ #ifndef CONFIG_INFO_DISABLE #define LIGHT_DBG(fmt, ...) printf("[%s]" fmt "\n", __func__, ##__VA_ARGS__) #else #define LIGHT_DBG(fmt, ...) #endif #define LED_BLINK_PERIOD 1000 #define LED_BLINK_ON_TIME 600 #define LED_BLINK_OFF_TIME 400 /* unprovision device beacon adv time */...
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_INSTALLER_MAC_APP_UNPACKER_H_ #define CHROME_INSTALLER_MAC_APP_UNPACKER_H_ #import <Foundation/Foundation.h> @class Unpacker; @protocol U...