text
stringlengths
9
948k
// // AddingFramework.h // AddingFramework // // Created by Smartec on 2/19/18. // Copyright © 2018 Smartec. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for AddingFramework. FOUNDATION_EXPORT double AddingFrameworkVersionNumber; //! Project version string for AddingFramework. FOUND...
/* Console based Provisioning Example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ #incl...
#ifndef FWCore_Framework_stream_ProducingModuleAdaptor_h #define FWCore_Framework_stream_ProducingModuleAdaptor_h // -*- C++ -*- // // Package: FWCore/Framework // Class : ProducingModuleAdaptor // /**\class edm::stream::ProducingModuleAdaptor ProducingModuleAdaptor.h "ProducingModuleAdaptor.h" Description:...
#include "wstr.h" #ifdef USE_WSTR error wstr_cat_(struct wstr *const ws, wchar_t const *const ws2 MEM_FILEPOS_PARAMS) { if (!ws || !ws2) { return errg(err_invalid_arugment); } size_t const ws2len = wcslen(ws2); error err = wstr_grow(ws, ws->len + ws2len + 1 MEM_FILEPOS_VALUES_PASSTHRU); if (efailed(err...
/* * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * not...
// // IQUITextFieldView+Additions.h // https://github.com/hackiftekhar/IQKeyboardManager // Copyright (c) 2013-16 Iftekhar Qurashi. // // 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 witho...
// // Copyright (c) 2009, Markus Rickert // 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 of condit...
/* * Copyright (c) 2021 HopeBayTech. * * This file is part of Tera. * See https://github.com/HopeBayMobile for further info. * * 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 * * ...
/*******************************************************************\ Module: Traces of GOTO Programs Author: Daniel Kroening Date: July 2005 \*******************************************************************/ #ifndef CPROVER_GOTO_SYMEX_BUILD_GOTO_TRACE_H #define CPROVER_GOTO_SYMEX_BUILD_GOTO_TRACE_H #include "...
// // MainTabBarController.h // WeiboProgressTwo // // Created by xiacheng on 16/8/3. // Copyright © 2016年 wuxianhulian. All rights reserved. // #import <UIKit/UIKit.h> @interface MainTabBarController : UITabBarController @end
/*++ Copyright (c) 1992-1996 Microsoft Corporation Module Name: bertest.c Abstract: Test code for ASN.1 BER Encode/Decode APIs. Environment: User Mode - Win32 Revision History: 10-May-1996 DonRyan Removed banner from Technology Dynamics, Inc. --*/ //--------------------------- WINDOW...
/*moistlkcp.c - MOIST CP with a prelock pulse and SPINAL decoupling. D. Rice 04/28/09 */ #include "standard.h" #include "solidstandard.h" // Define Values for Phasetables static int table1[4] = {1,3,1,3}; // phH90 static i...
#include "enc.h" #include "huff.h" #include "conf.h" #define JPEG_ENC_DEF_QUAL 80 /* default quality factor */ #define JPEC_ENC_HEAD_SIZ 330 /* header typical size in bytes */ #define JPEC_ENC_BLOCK_SIZ 13 /* 8x8 entropy coded block typical size in bytes ... We observed 4 bytes per block? */ /* Private function p...
#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 #import "demux.h" #import "mux.h" #import "decode.h" #import "encode.h" #import "types.h" #import "mux_types.h" #import "form...
#import <Foundation/Foundation.h> #import "Example.h" @interface SpecificExample : Example { } @end
/* * Copyright (C) 2015 Josh Poimboeuf <jpoimboe@redhat.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * ...
/* * Copyright (c) 2018, 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: * * Redistributions of source code must retain the above copyright * notice, this list of co...
/* * hyperloglog.h * * A simple HyperLogLog cardinality estimator implementation * * Portions Copyright (c) 2014-2018, PostgreSQL Global Development Group * * Based on Hideaki Ohno's C++ implementation. The copyright terms of Ohno's * original version (the MIT license) follow. * * src/include/lib/hyperloglog...
/* i2c-dev.c - i2c-bus driver, char device interface Copyright (C) 1995-97 Simon G. Vogl Copyright (C) 1998-99 Frodo Looijaard <frodol@dds.nl> 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 So...
#ifndef XGETOPT_H #define XGETOPT_H extern int optind, opterr; extern TCHAR *optarg; int getopt(int argc, TCHAR*argv[], TCHAR*optstring); #endif //XGETOPT_H
//================================================================================================= /*! // \file blaze/math/traits/TDVecTDVecDivExprTrait.h // \brief Header file for the TDVecTDVecDivExprTrait class template // // Copyright (C) 2013 Klaus Iglberger - All Rights Reserved // // This file is part of th...
/* ---------------------------------------------------------------------------- * Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved. * Description: Circular Buffer Inner HeadFile * Author: Huawei LiteOS Team * Create: 2019-10-10 * Redistribution and use in source and binary forms, with or ...
// 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_COINS_H #define BITCOIN_COINS_H #include "compressor.h" #include "scr...
/////////////////////////////////////////////////////////////////////////////// // Copyright (c) Electronic Arts Inc. All rights reserved. /////////////////////////////////////////////////////////////////////////////// #ifndef EASTL_TUPLE_H #define EASTL_TUPLE_H #include <EASTL/internal/config.h> #include <EASTL/func...
// // QCloudTabBarViewController.h // QCloudCOSXMLDemo // // Created by erichmzhang(张恒铭) on 26/04/2018. // Copyright © 2018 Tencent. All rights reserved. // #import "ViewController.h" @interface QCloudTabBarViewController : UITabBarController @end
/******************************************************************************* * * DO NOT EDIT THIS FILE! * This file is auto-generated by fltg from Logical Table mapping files. * * Tool: $SDK/INTERNAL/fltg/bin/fltg * * Edits to this file will be lost when it is regenerated. * * This license is set out in ht...
/***************************************************************************** * tclstart.c * * DESCRIPTION * This contains the main() procedure and is where execution starts. Most * of this is generic, with the intersting stuff in tcldegrib.c * * Basically, main() calls Tk_Main() which in turn calls Tcl_App...
#ifndef __AW_IMAGE_PICKER_LISTENER_H__ #define __AW_IMAGE_PICKER_LISTENER_H__ namespace ImagePicker { enum class ESource; class IImagePickerListener { public: virtual void onRequestImagePickerPermissionResult(bool granted) = 0; virtual void onImagePicked(const char* filename, ESource source, int width, int he...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ ...
#include <linux/export.h> #include <linux/interrupt.h> #include <linux/mutex.h> #include <linux/kernel.h> #include <linux/spi/spi.h> #include <linux/slab.h> #include <linux/iio/iio.h> #include "../ring_sw.h" #include <linux/iio/trigger_consumer.h> #include "adis16204.h" /** * adis16204_read_ring_data() read data reg...
#pragma once #include <D3D11_1.h> #undef min #undef max #include "halley/core/graphics/material/material_definition.h" namespace Halley { class MaterialDepthStencil; class DX11Video; class DX11DepthStencil { public: DX11DepthStencil(DX11Video& video, const MaterialDepthStencil& definition); ~DX11DepthStencil...
/* * Copyright (c) 2019 Samsung Electronics Co., Ltd. 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...
// // EXProductDetailTickerViewModel.h // Exchange // // Created by xulinfeng on 2018/5/3. // Copyright © 2018年 markejave. All rights reserved. // #import "RACViewModel.h" #import "EXTicker.h" #import "EXProduct.h" #import "EXExchange.h" @interface EXProductDetailTickerViewModel : RACViewModel @property (nonato...
/*- * Copyright (c) 2013-2015 Devin Teske <dteske@FreeBSD.org> * 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 * no...
/******************************************************************* * (c) Copyright 2011-2012 Discretix Technologies Ltd. * * This software is protected by copyright, international * * treaties and patents. * * Use of this Software as part of or with ...
/******************************************************* * File name: common_functions.c * Author: Zhao Wenwu * Versions: 0.1 * Description: Common APIs for all platforms. * History: * 1.Date: * Author: * Modification: *********************************************************/ #include "com...
/* * Author: daddinuz * email: daddinuz@gmail.com * * Copyright (c) 2018 Davide Di Carlo * * 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 l...
/* * Copyright (c) 2016 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Message queues. */ #include <kernel.h> #include <kernel_structs.h> #include <debug/object_tracing_common.h> #include <toolchain.h> #include <linker/sections.h> #include <string.h> #include <ksched....
// // ScreenShot.h // MyShowCase // // Created by kufufu on 15/7/28. // Copyright (c) 2015年 Wikky. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface ScreenShot : NSObject // 截屏方法 -(UIImage*)screenShot:(UITableView *)tableView; @end
/* * Copyright 2017 Google * * 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 agreed to in w...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) Microsoft Corporation. All rights reserved. /////////////////////////////////////////////////////////...
/////////////////////////////////////////////////////// // VulkanImage class definition /////////////////////////////////////////////////////// // // A wrapper for a VkImage and its associated view and memory, along with some helper // image utility static functions // #ifndef VULKAN_IMAGE_H #define VULKAN_IMAGE_H ...
#ifndef LCACC_HEADER_SECTION #define LCACC_HEADER_SECTION #include "SimicsHeader.h" #include <stdint.h> #include <cassert> #include <vector> #define LCACC_STATUS_TLB_MISS 45 #define LCACC_STATUS_COMPLETED 46 #define LCACC_STATUS_ERROR 3 #define LCACC_STATUS_PENDING 4 #define LCACC_GAM_WAIT 5 #define LCACC_GAM_GRANT 4 #...
/* * This file was autogenerated by the GPUdb schema processor. * * DO NOT EDIT DIRECTLY. */ #ifndef __DROP_SCHEMA_H__ #define __DROP_SCHEMA_H__ namespace gpudb { /** * A set of input parameters for {@link * #dropSchema(const DropSchemaRequest&) const}. * <p> * Drops an existing SQL-styl...
// // 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 NSArray, NSMutableDictionary; @interface GTFActionLibrary : NSObject { NSMutableDictionary *_timelines; NSMutableDictionary *_fileTargets; ...
// Copyright 2009 Todd Ditchendorf // // 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 agreed...
/* * Generated S-box files. * * Produced by Matthew Kwan - March 1998 */ /* To generate this from the original code: perl -p0i~ -E ' s/\s*s(\d+) \(((\s*\S+\s*\^\s*\S+\s*,)+)/my@v;$n=$1;@pre=map{push@v,"t".++$c;" unsigned long t$c = $_;\n"} ($2=~m%\S+\s*\^\s*\w+%g);"@pre"." s$n(".(join",",@v).","/ge' des_...
// // HPFPersonalInformationMapper.h // Pods // // Created by Jonathan TIRET on 09/10/2015. // // #import "HPFAbstractMapper.h" @interface HPFPersonalInformationMapper : HPFAbstractMapper @end
#ifndef BUILTINS_H_ #define BUILTINS_H_ #include "expr.h" bool equal(struct Expr obj1, struct Expr obj2); bool nil_p(struct Expr obj); bool symbol_p(struct Expr obj); bool string_p(struct Expr obj); bool number_p(struct Expr obj); bool cons_p(struct Expr obj); bool list_p(struct Expr obj); bool list_of_symbols_p(str...
/* * The Computer Language Benchmarks Game * http://shootout.alioth.debian.org/ * * Original C contributed by Sebastien Loisel * Conversion to C++ by Jon Harrop * OpenMP parallelize by The Anh Tran * Add SSE by The Anh Tran * Reconversion into C by Dan Farina */ #define _GNU_SOURCE #include <omp.h> #include <...
// ==================================================================================================== // // SuPReMo: Surrogate Parameterised Respiratory Motion Model ...
// Copyright (c) 2006-2018 Maxim Khizhinsky // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef CDSLIB_OS_TIMER_H #define CDSLIB_OS_TIMER_H #include <cds/details/defs.h> #if CDS_OS_TYPE == CDS_OS_WIN32 || CDS_OS_T...
// 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 NavigatorCredentials_h #define NavigatorCredentials_h #include "core/frame/DOMWindowProperty.h" #include "core/frame/Navigator.h" #include "platf...
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py // REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -S -O1 -Werror -Wall -emit-llvm -o - %s | FileCheck %s // RUN: %clang_cc1 -triple aarch64-none-li...
/******************************************************************************* * (c) 2020 Zondax GmbH * * 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/lice...
/*************************************************************************/ /* script_editor_plugin.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/** * 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, th...
/* * FreeRTOS Kernel V10.4.4 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT * * 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 S...
// Copyright (c) 2014-2018 The bitmonkey Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITMONKEY_CRYPTO_HMAC_SHA256_H #define BITMONKEY_CRYPTO_HMAC_SHA256_H #include <crypto/sha256.h> #include <stdint...
/* 2004-2005 Futoshi Shimizu */ #define CUI_GLOBAL #include "cui.h" #ifdef USE_P3D # include "p3dp.h" #endif #include "A.h" #include <sys/fcntl.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/un.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <stdio...
// 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 IOS_WEB_PUBLIC_WEB_STATE_DELEGATE_H_ #define IOS_WEB_PUBLIC_WEB_STATE_DELEGATE_H_ #include <set> #import <Foundation/Foundation.h> #import <UIKi...
#include "stdinc.h" #include "dat.h" #include "fns.h" static uchar *data; static uchar *data1; static int blocksize; static int sleepms; static int fd; static int force; static vlong offset0; void usage(void) { fprint(2, "usage: reseal [-f] [-b blocksize] [-s ms] arenapart1 [name...]]\n"); threadexitsall(0); } sta...
/*! * Copyright (c) 2016 by Contributors * \file tvm/ir.h * \brief Additional high level nodes in the IR */ #ifndef TVM_IR_H_ #define TVM_IR_H_ #include <ir/Expr.h> #include <ir/IR.h> #include <type_traits> #include <string> #include "base.h" #include "expr.h" #include "runtime/util.h" namespace tvm { namespace ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:48:19 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport * classdump-dyld is licensed under GPLv3, Copyright © 2013-2...
// David Eberly, Geometric Tools, Redmond WA 98052 // Copyright (c) 1998-2021 // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // Version: 4.0.2019.08.13 #pragma once #include <Applications/Console.h>...
/* * * Copyright (c) 2020 Project CHIP Authors * Copyright (c) 2019 Google LLC. * * 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/licens...
/* * 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 agreed to in writing, software * distribu...
/* Chained affine transform Forward evaluation: Transform = Translate * Rotate * Scale * Skew * Centering Backward evaluation: Transform = Centering * Skew * Scale * Rotate * Translate ---- For matrix inverse, the "inverse" of each parameter is computed and then the composition order is set to the o...
/* * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch_helpers.h> #include <assert.h> #include <debug.h> #include <gicv2.h> #include <platform_def.h> #include <platform.h> #include <psci.h> /* * The secure entry point to be use...
// Generated by Haxe 4.1.0-rc.1+0545ce110 #ifndef INCLUDED_gen_GenKLSF #define INCLUDED_gen_GenKLSF #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS1(gen,GenKLSF) namespace gen{ class HXCPP_CLASS_ATTRIBUTES GenKLSF_obj : public hx::Object { public: typedef hx::Object super; typedef GenKLSF_obj OBJ_;...
// Copyright 2020 NK Labs, LLC // 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, // dis...
#pragma once #include "Views/BaseView.h" #include "BaseComposites/BaseComposite.h" namespace views { class DeleteElementView : public BaseView { private: static gui_framework::BaseComposite* createDeleteElementDialog(const std::unique_ptr<controllers::BaseController>& controller); public: DeleteElementView(...
/** *********************************************************************************************************************** * Copyright (c) 2020, China Mobile Communications Group Co.,Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the...
/* Sarc config file */ /* * DWM CONFIGURATION */ /* primary color */ static const char col_cyan[] = "#6272a4"; /* secondary colors */ static const char col_gray1[] = "#282a36"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4...
typedef int *mut; # include "mut.lh"
// // 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 <PodcastsFoundation/MTPodcast.h> #import "IMMetricsDataSource-Protocol.h" @class NSString; @interface MTPodcast (Library) <IMMetricsData...
#pragma once #include "camera.h" class OrthographicCamera :Camera { private: float _img_size; Vec3f _center; Vec3f _v_dir; Vec3f _v_up; Vec3f _v_hori; public: OrthographicCamera(Vec3f center, Vec3f v_dir, Vec3f v_up, float size); Ray generatedRay(Vec2f point); float getTMin(); };
/*++ Copyright (c) 2005 - 2006, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distrib...
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #ifndef ctrlplane_ksync_entry_netlink_h #define ctrlplane_ksync_entry_netlink_h #include <boost/intrusive_ptr.hpp> #include <tbb/atomic.h> class KSyncObject; // Implementation of KSyncEntry with Netlink ASIO as backend to send message // Use t...
#pragma once #include <ChessEngineGui/timer.h> #include <ChessEngineGui/utils.h> #include <chessEngine/state.h> // clang-format off #include <glad/glad.h> #include <GLFW/glfw3.h> // clang-format on #include <imgui.h> CHESS_NAMESPACE_BEGIN class Application { public: Application(int width = 1200, int height = 80...
/* * net/sched/cls_flow.c Generic flow classifier * * Copyright (c) 2007, 2008 Patrick McHardy <kaber@trash.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of ...
// Copyright (c) 2011-2019 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 BITCOIN_QT_BITCOINGUI_H #define BITCOIN_QT_BITCOINGUI_H #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h...
/* * Copyright (c) 2013-2016, The University of Oxford * 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 ...
/** * Copyright (c) 2015-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. */ #import <F...
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file dxIndexBufferContext9.h...
/* * tkCanvWind.c -- * * This file implements window items for canvas widgets. * * Copyright (c) 1992-1994 The Regents of the University of California. * Copyright (c) 1994-1997 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAI...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:35:31 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/RunningBoa...
#pragma once #include <minecraftpe/util/BlockPos.h> #include "../Packet.h" class UpdateBlockPacket : public Packet { public: BlockPos pos; // 12 unsigned char id; // 24 unsigned char damage; // 25 public: virtual ~UpdateBlockPacket(); virtual int getId() const; virtual void write(RakNet::BitStream *) const;...
/*************************************************************************** Bally/Sente SAC-1 system driver by Aaron Giles ***************************************************************************/ #include "driver.h" /*----------- defined in machine/balsente.c -----------*/ extern UINT8 balsente_shooter...
/****************************************************************************** * Code generated with sympy 0.7.6 * * * * See http://www.sympy.org/ for more information. * ...
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpiimpl.h" /* * In MPI-1, this operation is valid only for C integer, Fortran integer, * and byte data items (4.9.2 Predefined reduce operations) */ #ifndef MPI...
/* * tclMain.c -- * * Main program for Tcl shells and other Tcl-based applications. * * Copyright (c) 1988-1994 The Regents of the University of California. * Copyright (c) 1994-1997 Sun Microsystems, Inc. * Copyright (c) 2000 Ajuba Solutions. * * See the file "license.terms" for information on usage and redis...
#pragma once #include "Multiplayer/Packet/Packet.h" #include "ECS/Components/Player/HealthComponent.h" #pragma pack(push, 1) struct PacketHealthChanged : Packet { DECL_PACKET(PacketHealthChanged); int32 CurrentHealth = START_HEALTH; }; #pragma pack(pop)
/**************************************************************************** * sched/wdog/wd_cancel.c * * 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....
/**************************************************************************** * arch/hc/src/common/up_initialize.c * * Copyright (C) 2009-2010, 2012-2013, 2015-2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or withou...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:22:57 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/AppleAccou...
// Password-Based Key Derivation Function: PBKDF2 #include <string.h> #include <stdlib.h> #include <openssl/evp.h> #include "my_utilslib.h" #include "RFC2898DeriveBytes.h" #include "ibrand_service_aes.h" int main(int argc, char *argv[]) { int rc; UNUSED_PARAM(argc); UNUSED_PARAM(argv); ///////////...
#include "../include/push_swap.h" int st_pivot_num(t_elem *head, int pivot, int count, t_case less_more) { while (head && count > 0) { if (less_more == RECURSIVE_PIVOT_LESS) { if (head->number < pivot) return (1); } else if (less_more == RECURSIVE_PIVOT_MORE) { if (head->number >= pivot) retu...
#pragma once #include <Eigen/Dense> #include "lib/kalman_filter.h" #include "lib/types.h" namespace kalman { /* A specialization of the KalmanFilter which tracks * a particle (orientation-less) with position, velocity * and acceleration. */ template <typename T> class ParticleMotionFilter { public:...
/** * @author Ibrahim Ibrahim Nizar * @email ibrncfe@gmail.com * @website https://github.com/ibrncfe * @link * @version 5.0 * @ide Keil uVision * @license MIT * @brief ILI9225 TFT LCD Library- HAL API STM Compatible * \verbatim -----------------------------------------------------------------...