text
stringlengths
9
948k
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/gamelift/GameLift_EXPORTS.h> #include <aws/gamelift/model/GameSessionQueue.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult...
#include <stdbool.h> #include <stdio.h> #include <string.h> #include <letmecreate/click/accel.h> #include <letmecreate/click/common.h> #include <letmecreate/core/i2c.h> #include <letmecreate/core/spi.h> /* I2C ADXL345 addresses */ #define ADXL345_ADDRESS_0 (0x53) #define ADXL345_ADDRESS_1 (0x1D) ...
// Copyright 2014 the V8 project 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 INCLUDED_FROM_MACRO_ASSEMBLER_H #error This header must be included via macro-assembler.h #endif #ifndef V8_CODEGEN_PPC_MACRO_ASSEMBLER_PPC_H_ ...
/* libgldemo - General-purpose OpenGL demo backend wgl.c - Copyright (c) 2012 Niotso Project <http://niotso.org/> Author(s): Fatbag <X-Fi6@phppoll.org> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above ...
#ifndef AMSI_AMSICONFIGURATIONOPTIONS_H #define AMSI_AMSICONFIGURATIONOPTIONS_H #include <string> #include <vector> #include <optional> namespace mt { class CategoryNode; } // need functions to parse amsi configuration from file namespace amsi { struct MultiscaleOptions { struct Scale { std::string name; ...
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +------...
/* * Copyright 2009-2017 Alibaba Cloud 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...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "Base.h" @interface UTRANNeighbhorMeasurements : Base { } - (void)updateWithData:(id)arg1 logCode:(int)arg2; // IMP=0x00000001000166ec - (id)getLogCodeArray; // IMP=0x0000...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Collections_Generic_EqualityCompar3351902093.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragm...
/* * gmacdefs - Broadcom gmac (Unimac) specific definitions * * Copyright (C) 2009, Broadcom Corporation * All Rights Reserved. * * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation; * the contents of this file may not be disclosed to third parties, copied * or duplicated in any form, in whol...
#ifndef SPLASH_H #define SPLASH_H #ifdef __cplusplus extern "C" { #endif // __cplusplus const char splash_screen[] = " __\n" " _..-''--'----_.\n" " ,''.-''| .---/ _`-._\n" " ,' \\ \\ ;| | ,/ / `-._`-.\n" " ,' ,',\\ \\( | |// /,-._ / /\n" " ;.`. `,\\ \\`| |/ / | )/ /...
/*++ Copyright (c) 1989 Microsoft Corporation Module Name: hwdata.c Abstract: This module contains the C code to set up mouse configuration data. Author: Shie-Lin Tzong (shielint) 18-Jan-1991 Revision History: --*/ #include "hwdetect.h" #include "string.h" // // External References // extern PM...
/** ****************************************************************************** * @file usart.c * @brief This file provides code for the configuration * of the USART instances. ****************************************************************************** * @attention * * <h2><center>&c...
#pragma once namespace Tmpl8 { class Primitive; class Intersection { private: float3 m_location; float3 m_normal; float m_distance; Primitive* m_nearestPrimitive; public: /// <param name="distance">distance from start of ray; should never be < 0</param> Intersection(float3 location, float3 normal, float distanc...
/* ---------------------------------------------------------------------------- * GTSAM Copyright 2010, Georgia Tech Research Corporation, * Atlanta, Georgia 30332-0415 * All Rights Reserved * Authors: Frank Dellaert, et al. (see THANKS for the full author list) * See LICENSE for the license information * -------...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:23:12 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/ProactiveE...
#pragma once #include <vector> #include <string> #include <regex> #include <map> #include <utility> #include <formulae/misc/util.h> #include "lexeme_rule.h" namespace formulae { typedef uint32_t RuleStoreMatch; template<typename TFirst, typename TSecond> using VectorPair = std::vector<std::pair<TFirst, T...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__int_fgets_add_68a.c Label Definition File: CWE190_Integer_Overflow__int.label.xml Template File: sources-sinks-68a.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: fgets Read data from the console using fgets() * GoodSource: ...
#include "caffe/caffe.hpp" #include "opencv2/core/core.hpp" #include <Eigen/Core> #include <list> #include <vector> #include <iostream> namespace deeplcd { typedef Eigen::Map<Eigen::VectorXf> Vector; // This is just a bit more sleek struct descriptor { uint32_t id; Vector descr; descriptor(size_t id_, Vector ...
#ifndef foox11wraphfoo #define foox11wraphfoo /*** This file is part of PulseAudio. Copyright 2004-2006 Lennart Poettering PulseAudio 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 vers...
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2020 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ...
#ifndef RTHMM_UNIFORM_DISTRIBUTION_H #define RTHMM_UNIFORM_DISTRIBUTION_H #include "distribution.h" namespace rtHMM { /*! \brief A single-dimensional continuous uniform distribution * \sa distribution */ class uniform_distribution : public distribution_base<double> { public: /*...
/* * Copyright (C) 2012 Michael Brown <mbrown@fensystems.co.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 Foundation; either version 2 of the * License, or any later version. * * This progr...
#ifndef __DEPTH_STAT_H__ #define __DEPTH_STAT_H__ int DepthStat_main(int argc, char* const argv[]); #endif
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. ...
/* Copyright 2015 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...
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2012 UniPro <ugene@unipro.ru> * http://ugene.unipro.ru * * 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...
//------------------------------------------------------------------------------ // GB_dense_subassign_23_template: C += A where C is dense; A is sparse or dense //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserv...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 11 2021 20:53:35). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> @class NSLock; __attribute__((visibility("hidden"))) @interface FFWindowTransitioner : NSObject { NSLock *_lock; } - (int)applyTransition:(unsig...
// Copyright (c) 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_RPCSERVER_H #define BITCOIN_RPCSERVER_H #include "amount.h" #include "rpcp...
// AUTOGENERATED FILE - DO NOT MODIFY! // This file generated by Djinni from example.djinni #import <DjinniExample/DjinniExample-Swift.h> #include "rc.hpp" static_assert(__has_feature(objc_arc), "Djinni requires ARC to be enabled for this file"); @class Rc; namespace djinni_generated { struct RcHelper { using ...
#pragma once /* This project uses Automatic Package Restore feature of NuGet to resolve Aspose.Tasks for .NET API reference when the project is build. Please check https:// Docs.nuget.org/consume/nuget-faq for more information. If you do not wish to use NuGet, you can manually download Aspose.Tasks for .NET API from ...
// // Copyright (c) 2013 Mikko Mononen memon@inside.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 software for any purpose, // ...
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 2009-2010 The PHP Group | +--------------...
/** ****************************************************************************** * @file stm32f4xx_usart.h * @author MCD Application Team * @version V1.7.1 * @date 20-May-2016 * @brief This file contains all the functions prototypes for the USART * firmware library. ************...
/* FAudio - XAudio Reimplementation for FNA * * Copyright (c) 2011-2020 Ethan Lee, Luigi Auriemma, and the MonoGame Team * * 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. * * Perm...
/** * 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 <ReactABI35_0_0/ABI35_0_0RCTJavaScriptLoader.h> @class ABI35_0_0RCTBridge; @protocol ABI35_0_0RCTBridgeModule; @protocol...
//------------------------------------------------------------------------------- //-- //-- File: hls_gamma_correction.h //-- Author: Ciprian Hegbeli //-- Date: 21 June 2018 //-- //------------------------------------------------------------------------------- //-- MIT License // //-- Copyright (c) 2018 Digilent // //-...
// // ServiceInfoDetailController.h // TsApartment // // Created by 董文涛 on 2018/6/5. // Copyright © 2018年 PmMaster. All rights reserved. // #import "BasicViewController.h" @interface ServiceInfoDetailController : BasicViewController @property(nonatomic, assign)NSInteger Id; @end
// // UIViewController+HUD.h // LTProject // // Created by Jonny on 2016/9/28. // Copyright © 2016年 ZUBMO. All rights reserved. // #import <UIKit/UIKit.h> /** * 无数据时页面提示,支持图片,文字,gif 显示 * 如在使用过程中有问题,请联系我,我会及时解决 * Email :nscode@sina.com * GitHub:https://github.com/leeCoding */ /// 点击主屏幕回调 typedef void(^ta...
// // LYRUIButtonsMessageCompositeViewLayout.h // Layer-XDK-UI-iOS // // Created by Łukasz Przytuła on 13.10.2017. // Copyright (c) 2017 Layer. 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...
///////////////////////////////////////////////////////////////////////////// // Name: wx/gtk/bmpbutton.h // Purpose: // Author: Robert Roebling // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _...
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
/** ****************************************************************************** * @file stm32f37x_i2c.h * @author MCD Application Team * @version V1.0.0 * @date 20-September-2012 * @brief This file contains all the functions prototypes for the I2C firmware * library. ***************...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include <map> #include <memory> #include <string> #include "ReportedError.h" namespace Microsoft { namespace Azure { namespace DeviceManagement { namespace Common { class ReportedErrorList { ...
/* ============================================================================ * Copyright (c) 2009-2015 BlueQuartz Software, LLC * * 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 ...
/* * Copyright 2017 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
// // UIAlertActions.h // LLDebugToolDemo // // Created by haleli on 2019/4/11. // Copyright © 2019 li. All rights reserved. // #import <Foundation/Foundation.h> #import "KIF.h" NS_ASSUME_NONNULL_BEGIN @interface UIAlertActions : NSObject +(void)acknowledgeAlert; @end NS_ASSUME_NONNULL_END
/* * 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) 2015 G. Andrew Stone // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_UNLIMITEDMODEL_H #define BITCOIN_QT_UNLIMITEDMODEL_H #include "amount.h" #include "unlimited.h" #include <QAbstractListMod...
// GENERATED FILE - DO NOT MODIFY #ifndef tensorflow_core_framework_variable_proto_H_ #define tensorflow_core_framework_variable_proto_H_ #include "tensorflow/core/framework/variable.pb.h" #include "tensorflow/core/platform/macros.h" #include "tensorflow/core/platform/protobuf.h" #include "tensorflow/core/platform/typ...
/*------------------------------------------------------------------------- * * parse_utilcmd.c * Perform parse analysis work for various utility commands * * Formerly we did this work during parse_analyze() in analyze.c. However * that is fairly unsafe in the presence of querytree caching, since any * databa...
// // CLUPnPAVPositionInfo.h // DLNA_UPnP // // Created by ClaudeLi on 16/10/10. // Copyright © 2016年 ClaudeLi. All rights reserved. // #import <Foundation/Foundation.h> @interface CLUPnPAVPositionInfo : NSObject @property (nonatomic, assign) float trackDuration;//总的时间 @property (nonatomic, assign) float absTime...
/* * Copyright 2007 Stephane Marchesin * 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, including without limitation * the rights to use, c...
#include "raw.h" #include <include/errno.h> #include <include/if_ether.h> #include <memory/vmm.h> #include <net/ethernet.h> #include <net/ip.h> #include <net/neighbour.h> #include <net/net.h> #include <net/sk_buff.h> #include <proc/task.h> #include <utils/debug.h> #include <utils/math.h> #include <utils/string.h> #de...
#ifndef GTP_CONFIG_H_ #define GTP_CONFIG_H_ #include "../core/global.h" #include "../game/boardhistory.h" namespace GTPConfig { std::string makeConfig( const Rules& rules, int64_t maxVisits, int64_t maxPlayouts, double maxTime, double maxPonderTime, std::vector<int> deviceIdxs, int nnCac...
/** * Fast recursive computation of SHAP values in trees. * See https://arxiv.org/abs/1802.03888 for details. * * Scott Lundberg, 2018 (independent algorithm courtesy of Hugh Chen 2018) */ #include <algorithm> #include <iostream> #include <fstream> #include <stdio.h> #include <cmath> #include <ctime> #if defined(...
/* * Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <arch_helpers.h> #include <assert.h> #include <bl_common.h> #include <context.h> #include <context_mgmt.h> #include <errata_report.h> #include <platform.h> #inclu...
/***************************************************************************//** * @file * @brief Processes commands coming from the serial port. * See @ref commands for documentation. * ******************************************************************************* * # License * <b>Copyright 2020 Silicon Labora...
/* $OpenBSD: qereg.h,v 1.4 1999/03/12 18:56:18 jason Exp $ */ /* * Copyright (c) 1998 Jason L. Wright. * 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...
/* Copyright 2011, Spyros Blanas. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is dist...
/* Copyright (c) Microsoft Corporation 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 THIS CODE IS PROVIDED *AS IS* BASIS, W...
// Copyright (c)2016-2017 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 FABCOIN_WALLET_TEST_FIXTURE_H #define FABCOIN_WALLET_TEST_FIXTURE_H #include <test/test_fabcoin.h> /** Testing setup...
#ifndef INTERCEPTOR_H #define INTERCEPTOR_H #include "enemy.h" class Interceptor : public virtual Enemy { public: Interceptor(int x, int y); ~Interceptor(); private: }; #endif // INTERCEPTOR_H
/* * This source file is part of RmlUi, the HTML/CSS Interface Middleware * * For the latest information, see http://github.com/mikke89/RmlUi * * Copyright (c) 2019 The RmlUi Team, and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated...
/*------------------------------------------------------------------------- * * rangetypes_spgist.c * implementation of quad tree over ranges mapped to 2d-points for SP-GiST. * * Quad tree is a data structure similar to a binary tree, but is adapted to * 2d data. Each inner node of a quad tree contains a point ...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:10:51 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/AppStoreKi...
// Copyright (c) 2015-2016 The Bitcoin Core developers // Copyright (c) 2011-2021 The Freicoin Developers // // This program is free software: you can redistribute it and/or modify it under // the terms of version 3 of the GNU Affero General Public License as published // by the Free Software Foundation. // // This pro...
/* * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (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/lice...
// // ViewController.h // Code39Test // // Created by Lin Patrick on 10/17/15. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
#ifndef SimG4Core_CustomPhysics_CustomPhysicsListSS_H #define SimG4Core_CustomPhysics_CustomPhysicsListSS_H #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "G4VPhysicsConstructor.hh" #include <string> class G4ProcessHelper; class CustomParticleFactory; class CustomPhysicsListSS : public G4VPhysicsCo...
//------------------------------------------------------------------------------ /* This file is part of jbcoind: https://github.com/jbcoin/jbcoind Copyright (c) 2012, 2013 Jbcoin Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
#ifndef TOMCRYPT_H_ #define TOMCRYPT_H_ #include <assert.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <time.h> #include <ctype.h> #include <limits.h> /* use configuration data */ #include "tomcrypt_custom.h" #ifdef __cplusplus extern "C" { #endif /* version */ #define CRYPT 0x0117 #define...
#ifdef GLAD_WGL {% if not options.on_demand %} static GLADapiproc glad_wgl_get_proc(void *vuserptr, const char* name) { (void) vuserptr; return GLAD_GNUC_EXTENSION (GLADapiproc) wglGetProcAddress(name); } int gladLoaderLoadWGL(HDC hdc) { return gladLoadWGLUserPtr(hdc, glad_wgl_get_proc, NULL); } {% endif ...
/* * Copyright (c) 2011, The Iconfactory. 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 condi...
#pragma once #include <Windows.h> namespace Compat31 { class SrwLock : public SRWLOCK { public: SrwLock() : SRWLOCK(SRWLOCK_INIT) { } }; class ScopedSrwLockExclusive { public: ScopedSrwLockExclusive(SRWLOCK& lock) : m_lock(lock) { AcquireSRWLockExclusive(&m_lock); } ~ScopedSrwLockExclusive()...
/* * Copyright (c) 2011 Florian Becker <fb@vxapps.com> (VX APPS). * 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 notic...
/* * Copyright 2009-2017 Alibaba Cloud 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...
/* * Copyright 2010 INRIA Saclay * * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege, INRIA Saclay - Ile-de-France, * Parc Club Orsay Universite, ZAC des vignes, 4 rue Jacques Monod, * 91893 Orsay, France */ #include <isl_map_private.h> #include <isl_aff_private.h> #in...
/** * * Copyright (c) 2013,2016 Yuri Tiomkin * All Rights Reserved * * * Permission to use, copy, modify, and distribute this software in source * and binary forms and its documentation for any purpose and without fee * is hereby granted, provided that the above copyright notice appear * in all copies and that bo...
/** \file * \brief IupDialog class * * See Copyright Notice in "iup.h" */ #include <windows.h> #include <commdlg.h> #undef NTDDI_VERSION #define NTDDI_VERSION NTDDI_VISTA #include <uxtheme.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <memory.h> #include <stdarg.h> #include "iup.h" #incl...
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Styling/SlateColor.h" #include "Input/Reply.h" #include "Widgets/SWidget.h" #include "Widgets/Views/STableViewBase.h" #include "Widgets/Views/STableRow.h" #include "SkeletonTreeItem.h" #include "PhysicsEngine/...
#define _XOPEN_SOURCE 700 #define _BSD_SOURCE #include <stdio.h> #include <traildb.h> #include <Judy.h> #include <json-c/json.h> #include <stdbool.h> #include <string.h> #include "safeio.h" typedef uint64_t timestamp_t; struct json_object *get_trails(char **traildb_paths, int num_paths, Pvoid_t cookies) { stru...
/* clang-format off */ /* * Copyright The Mbed TLS Contributors * 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 with the License. * You may obtain a copy of the License at * * http://www.apache.org/l...
/* -*- mode: c; c-basic-offset:8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * configfs_internal.h - Internal stuff for configfs * * 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 *...
/* * 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) 1994-2006 Sun Microsystems 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: // // - Redistributions of source code must retain the above copyright notice, // this list ...
/* * Copyright (c) 2004 the University Corporation for * Atmospheric Research ("UCAR"). * All rights reserved. Developed by NCAR's Computational and Information * Systems Laboratory, UCAR, www2.cisl.ucar.edu. * * Redistribution and use of the Software in source and binary forms, * with or without modification, i...
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
double haa2b2tau_CMS(double x) { // 1805.10191 double limit = 1000000; double SMXS=50.5764; if ((15<=x)&&(x<=20)) { limit =0.121+(x-15)*(0.0771-0.121)/(20-15); } if ((20<=x)&&(x<=25)) { limit =0.0771+(x-20)*(0.0513-0.0771)/(25-20); } if ((25<=x)&&(x<=30)) { limit =0.0513+(x-25)*(0.0307-0.0513)/(30-25...
/* * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. */ #include <stdio.h> int main(int argc, char** argv) { printf("Hello world!\n"); return 42; }
int HInbits[]={ /*Aacute*/ 0x7800,0xf00001,0xe00003c0,0x70000,0x0, 0x7c0,0x7c000,0xfc0000f,0xc0001fc0,0x3fe000,0x3fe00079, 0xe00079e0,0xf1e000,0xe1e001e1,0xe003c1f0,0x3c1f007,0x80f007ff, 0xf00ffff0,0xffff01e,0xf01c00,0xf83c00f8,0x78007878,0x78f000, 0x78e00078,0x78, /*Acircumflex*/ 0x3e000,0x7f00007,0x70000e78,0x1c3800,...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:12:00 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/PhotosGrap...
/** * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA * * 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,...
/*++ Copyright (c) 2006 Microsoft Corporation Module Name: theory_arith_aux.h Abstract: <abstract> Author: Leonardo de Moura (leonardo) 2008-04-29. Revision History: --*/ #ifndef THEORY_ARITH_AUX_H_ #define THEORY_ARITH_AUX_H_ #include "util/inf_eps_rational.h" #include "smt/theory_arith.h" #includ...
//***************************************************************************** // // startup_gcc.c - Startup code for use with GNU tools. // // Copyright (c) 2011-2017 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this software for use so...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:48:02 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/HomeKit.framework/HomeKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. ...
/** * 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 <SimulatorKit/_TtPs10_NSCopying_-Protocol.h> #import <SimulatorKit/_TtPs18_NSFastEnumeration_-Protocol.h> @protocol _TtPs...
#ifdef HAVE_CONFIG_H #include "../../../ext_config.h" #endif #include <php.h> #include "../../../php_ext.h" #include "../../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" #include "kernel/fcall.h" #include "kernel/memory.h" #inc...
#include <std.h> inherit WEAPON; void create(){ ::create(); set_name("daedinblade"); set_id(({ "sword", "longsword", "long sword", "family sword" })); set_short("%^BOLD%^%^WHITE%^A silver bladed longsword%^RESET%^"); set_obvious_short("%^BOLD%^%^YELLOW%^Broenil's %^BOLD%^%^YELLOW%^Protector%^RESET%^"); set_long(...