text
stringlengths
9
948k
#include <Python.h> PyDoc_STRVAR(doc__pxbdef, "PXB definitions"); static struct PyModuleDef _pxbdef_module = { PyModuleDef_HEAD_INIT, "_pxbdef", doc__pxbdef, -1, NULL, NULL, NULL, NULL, NULL }; PyMODINIT_FUNC PyInit__pxbdef(void) { PyObject *m = PyModule_Create(&_pxbdef_module...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/tinderbox/Xr-Mozilla1.9-Release/Linux_2.6.18-53.1.13.el5_Depend/mozilla/netwerk/base/public/nsIFileURL.idl */ #ifndef __gen_nsIFileURL_h__ #define __gen_nsIFileURL_h__ #ifndef __gen_nsIURL_h__ #include "nsIURL.h" #endif /* For IDL files that don't want to inc...
#pragma once #include "Client.h" class CustomClient : public Client { public: CustomClient(); virtual ~CustomClient(); void startup(const char* ip, unsigned short port); void update(); void draw3D(raylib::Camera3D& cam); void draw2D(); // Called by rocket collision callback for prediction void createExpl...
/* main.c - Simple main program to load and run a module Copyright (c) All Rights Reserved. See details at the end of the file. */ /********************************** Includes **********************************/ #include "ejs.h" /************************************ Code ********************************...
/* * Copyright 2017 WebAssembly Community Group participants * * 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...
/* * Copyright (c) 2018 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...
/* * Copyright (C) 2017 XRADIO TECHNOLOGY CO., 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: * 1. Redistributions of source code must retain the above copyright * notice,...
// A0CredentialsValidator.h // // Copyright (c) 2014 Auth0 (http://auth0.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 limitation the right...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE126_Buffer_Overread__char_alloca_memcpy_53d.c Label Definition File: CWE126_Buffer_Overread.stack.label.xml Template File: sources-sink-53d.tmpl.c */ /* * @description * CWE: 126 Buffer Over-read * BadSource: Set data pointer to a small buffer * GoodSource: Set data...
#pragma once #define GLM_FORCE_RADIANS #include <glm/glm.hpp> #include <glm/gtx/vector_angle.hpp> #include <glm/gtx/rotate_vector.hpp> namespace OpenApoc { #if (GLM_VERSION_MAJOR == 0 && GLM_VERSION_MINOR <= 9 && GLM_VERSION_PATCH <= 5) template <typename T> using Vec3 = glm::detail::tvec3<T, glm::highp>; template <...
#include <windows.h> BOOL _stdcall LibMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { #ifdef REGISTER_BBEXIT extern void bbexit(void); switch( ul_reason_for_call ) { case DLL_PROCESS_ATTACH: case DLL_THREAD_ATTACH: ca...
// EUnit.h: interface for the CEUnit class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_EUNIT_H__79EF3FE3_EC61_11D3_8454_004F4E0004AA__INCLUDED_) #define AFX_EUNIT_H__79EF3FE3_EC61_11D3_8454_004F4E0004AA__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 10...
#ifndef ENCODERARGUMENTS_H_ #define ENCODERARGUMENTS_H_ #include <set> #include "Vector3.h" #include "Font.h" namespace gameplay { /** * EncoderArguments handles parsing the command line arguments for the GamePlay Encoder. */ class EncoderArguments { public: enum FileFormat { FILEFORMAT_UNKNOWN, ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "VKObjectsArray.h" @interface VKSchools : VKObjectsArray { } - (id)objectAtIndexedSubscript:(unsigned long long)arg1; - (id)objectAtIndex:(long long)arg1; - (Class)objectC...
/* ** 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...
/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** GNU Lesser General Public L...
#ifndef RAWMODEL_H #define RAWMODEL_H #include "Headers.h" class RawModel { private: GLuint vaoID; GLuint iboID; int vertexCount; public: RawModel(GLuint vaoID, GLuint iboID, int vertexCount); GLuint getVaoID() { return vaoID; } GLuint getIboID() { return iboID; } int getVertexCount() { return vertexCount; } }...
// Copyright [year] <Copyright Owner> #ifndef MODULES_ALGORITHMS_INCLUDE_GPA_H_ #define MODULES_ALGORITHMS_INCLUDE_GPA_H_ #include "../../pch/include/precomp.h" template <typename WeightType, typename MatchingFunction> Matching GPA(const CSR<WeightType> &graph, MatchingFunction get_matching) { Matching result; ...
/*************************************************************************** * PHAST: PHylogenetic Analysis with Space/Time models * Copyright (c) 2002-2005 University of California, 2006-2010 Cornell * University. All rights reserved. * * This source code is distributed under a BSD-style license. See the * fi...
// @@@LICENSE // // Copyright (c) 2010-2013 LG Electronics, Inc. // // 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 require...
/* * Mincer * * This code has been extracted from the Csound opcode "mincer". * It has been modified to work as a Soundpipe module. * * Original Author: Victor Lazzarini * Year: 2009 * Location: OOps/pvlock.c * */ #include <math.h> #include <stdlib.h> #ifndef M_PI #define M_PI 3.14159265358979323846 #endif...
/* * Copyright (c) 2017, Intel Corporation * * 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, publis...
#include <stdio.h> #define Q "His Hamlet was funny without being vulgar." int main() { printf("He sold his painting for $%2.2f.\n", 2.345e2); printf("%c%c%c\n", 'H', 105, '\41'); printf("%s has %d characters.\n", Q, strlen(Q)); printf("Is %2.2e the same as %2.2f\n", 1201.0, 1201.0); return 0; }
// // Created by fcx on 2020/6/3. // #ifndef CLOUDLARKXR_H265_H #define CLOUDLARKXR_H265_H #include <ui/component/button.h> #include "item_base.h" class QuickConfigSetup; class H265Setup: public ItemBase { public: H265Setup(int groupid, QuickConfigSetup* setup); ~H265Setup(); virtual void Reset() overrid...
#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 IrnPackageVersionNumber; FOUNDATION_EXPORT const unsigned char IrnPackageVersionString[];
/** ********************************************************************************************************* * Copyright(c) 2017, Realtek Semiconductor Corporation. All rights reserved. ********************************************************************************************************** * @file ...
/* Write a program to check a C program for rudimentary syntax errors like unbalanced parenthesis, brackets and braces. Don't forget about quotes, both single and double, escape sequences and comments. (This program is hard if you do it in full generality.) */ /* This ONLY checks that tags are balanced and correctly...
#include<stdio.h> #include<stdlib.h> #include<sys/types.h> #include<sys/socket.h> #include<netinet/in.h> int main(){ FILE *html_data; //Opening the html file html_data = fopen("index.html", "r"); //Read the response from the html file char response_data[10...
#ifndef SOA_CLASS_INITIALIZATION_H #define SOA_CLASS_INITIALIZATION_H #include "soa/util.h" #define IKRA_INITIALIZE_CLASS \ /* This class is used to calculate field offsets inside a SOA class. For every * field declaration, a new class specialization will be generated using * macro expansion. "N" is index of the fi...
// uid.c // // Time-stamp: <10/09/01 21:59:16 keuchel@netwave.de> #include "celib.h" #include "unistd.h" #include "pwd.h" int xcesetuid(uid_t id) { return 0; } int xceseteuid(uid_t id) { return 0; } int xcegetuid() { return 0; } int xcegeteuid() { return 0; }
// Copyright (c) 2009 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 definitions for resource flags, enums, and helper // functions. #ifndef GPU_COMMAND_BUFFER_COMMON_RESOURCE_H_ #define GPU_COMMA...
/* $FreeBSD$ */ #ifndef TRE_FASTMATCH_H #define TRE_FASTMATCH_H 1 #include <fastmatch.h> #include <hashtable.h> #include <limits.h> #include <regex.h> #include <stdbool.h> #include "hashtable.h" int tre_compile_literal(fastmatch_t *preg, const tre_char_t *regex, size_t, int); int tre_compile_fast(fastmatch_t *...
/*#include <avr/io.h> #include <util/delay.h> #define F_CPU 8000000UL #define BIT(x) ( 1<<x ) #define DDR_SPI DDRB // spi Data direction register #define PORT_SPI PORTB // spi Output register #define SPI_SCK 1 // PB1: spi Pin System Clock #define SPI_MOSI 2 // PB2: spi Pin MOSI #define SPI_MISO 3 ...
#ifndef ARCH_ARM_CORTEX_M_NESTED_INTERRUPT_CONTROLLER_H #define ARCH_ARM_CORTEX_M_NESTED_INTERRUPT_CONTROLLER_H #include <stdint.h> #include "arch/memory_macros.h" #include "arch/arm/cortex-m/memory_map.h" #include "arch/arm/cortex-m/interrupt_types.h" // Nested Vectored Interrupt Controller (NVIC) struct NestedVectI...
#ifndef btest006_Class_Defined__ #define btest006_Class_Defined__ #include <stdint.h> class btest006 { public: static int32_t testfloat(int32_t x); static void program(void); private: }; #endif
// // Created by RevenueCat. // Copyright (c) 2019 Purchases. All rights reserved. // #import <Foundation/Foundation.h> #import "RCDeviceCache.h" @class RCPurchaserInfo, RCBackend; NS_ASSUME_NONNULL_BEGIN @interface RCIdentityManager : NSObject @property (nonatomic, readonly) NSString *currentAppUserID; @property...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-PDU-Contents" * found in "asn/NGAP-PDU-Contents.asn" * `asn1c -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ngap -pdu=all` */ #ifndef _NGAP_HandoverRequired_H_ #define _NGAP_Handove...
/* Copyright 2010 IPB, INRIA & CNRS ** ** This file originally comes from the Scotch software package for ** static mapping, graph partitioning and sparse matrix ordering. ** ** This software is governed by the CeCILL-B license under French law ** and abiding by the rules of distribution of free software. You can ** us...
/* +------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | http://www.mrpt.org/ | | | | Cop...
/* internal.h * * Copyright (C) 2006-2021 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL 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 opti...
/* * 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) 2002,2005 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * 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 th...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:44:36 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia...
/* Author: Kishan Adhikari Created Date: 2078/04/30 Filename:sumwithoutprime.c Description:program to print sum of series excluding prime numbers series : Y=1+1/(1!)+(2^2/2!)+......+(10^2/10!) */ #include <stdio.h> int fact(int num) { int facto = 1; if (num < 0) { printf("Factorial of negative doe...
/** * @file ColorArray.h * * @brief Declares all external color arrays used by the shape finder algorithm. */ #ifndef COLOR_ARRAY_H # define COLOR_ARRAY_H extern "C" { //! All LAND province color values. extern const unsigned char MN_ALL_LANDS[]; //! The size of MN_ALL_LANDS. extern const unsigned...
/* * FreeRTOS Kernel V10.1.1 * Copyright (C) 2018 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once namespace onnxruntime { constexpr const char* kNoOp = "NoOp"; constexpr const char* kConstant = "Constant"; constexpr const char* kFunctionOp = "_kFunctionOp"; constexpr const char* kConstantValue = "value"; ...
// nnet/nnet-uni-fsmn.h // Copyright 2018 Alibaba.Inc (Author: Shiliang Zhang) // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the Li...
#ifndef VFILE_H #define VFILE_H #include <QObject> #include <QString> #include <QUrl> #include <QDateTime> #include "vconstants.h" // VFile is an abstract class representing a file in VNote. class VFile : public QObject { Q_OBJECT public: VFile(QObject *p_parent, const QString &p_name, Fil...
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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 re...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2019 The Bitcoin Core developers // Copyright (c) 2017 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef TECHCOIN_KEY_H #define TECHCOI...
/** * Copyright (c) 2014 - 2019, 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...
#include <string.h> #include <stdio.h> #include <stdlib.h> #define STRMAX 2048 struct json_exception { int location; char message[256]; }; struct json_object { char key[256]; int keylen; char value[256]; int valuelen; struct json_object* next; }; enum json_state { NONE, IN_OBJECT, GET_KEY, GOT_KEY, GET_...
/* * Copyright (c) 2007, Michael Lehn * * 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,...
opcode = F8; goto *opcodes66[opcode]; #define GO(B, OP) \ _66_##B##_1: \ nextop = F8; \ GET_EW; \ EW->word[0] = OP##16(emu, EW->word[0], GW.word[0]); \ NEXT; \ ...
// Copyright 2014 Stellar Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #pragma once namespace iotchain { void assertThreadIsMain(); void dbgAbort(); [[noreturn]] v...
/*========================================================================= Program: Visualization Toolkit Module: vtkMultiBlockMergeFilter.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 so...
inherit ROOM; void create() { set("short", "方广寺"); set("long", @LONG 方广寺在莲花峰之下。莲花峰有八个山头,犹如金莲瓣瓣, 方广寺就建在这莲花中心的一片平地上。深邃幽雅,有「不游 方广寺,不知南岳之深」之说,故「方广寺之深」为衡山大四 绝之一。 LONG); set("exits", ([ "southdown" : __DIR__"shanjian", "eastup" : __DIR__"shanlu10", ])); ...
#ifndef _ZQ_CNN_VIDEO_FACE_DETECTION_H_ #define _ZQ_CNN_VIDEO_FACE_DETECTION_H_ #pragma once #include "ZQ_CNN_Net.h" #include "ZQ_CNN_BBoxUtils.h" #include "ZQ_CNN_MTCNN.h" #include "ZQ_CNN_CascadeOnet.h" #include "ZQ_CNN_Landmark240.h" #include "ZQlib/ZQ_SVD.h" #include <vector> namespace ZQ { class ZQ_CNN_VideoFace...
// // UtilsMacro.h // YJMacro // // Created by ChenEason on 16/9/26. // Copyright © 2016年 ChenEason. All rights reserved. // #ifndef YJUtilsMacro_h #define YJUtilsMacro_h //设备相关 //获取设备的物理高度 #define ScreenHeight [UIScreen mainScreen].bounds.size.height //获取设备的物理宽度 #define ScreenWidth [UIScreen mai...
/*! * @brief this class is used to describe the effect update action */ @interface QCamEffectUpdateItem : NSObject /*! * @brief type is used to identify which kind of update you want to perform. * It has the value is such as QCAM_EFFECT_UPDATE_TYPE_FILTER_PARAM, QCAM_EFFECT_UPDATE_TYPE_PIP_SRC, and etc....
#include "hookerpref.h" #include "subhook.c"
/* * Copyright 2018 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 ...
#include "ns_list.h" /* In addition, this requires NS(_key_t) and .key member. */ /* Remove returns a cell, but can match on key. */ static inline NS(_list_t) *NS(_remove)(NS(_list_t) **l, NS(_key_t) k) { while(*l) { if ((*l)->key == k) { return NS(_pop)(l); } l = &((*l)->next); } return N...
/* * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * 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 F...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:52:27 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI * classdump-dyld is licensed under GPLv3, Co...
#pragma once #include "Hazel/Renderer/OrthographicCamera.h" #include "Hazel/Core/Timestep.h" #include "Hazel/Events/ApplicationEvent.h" #include "Hazel/Events/MouseEvent.h" namespace Hazel { struct OrthographicCameraBounds { float Left, Right; float Bottom, Top; float GetWidth() { return Right - Left; } f...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2017 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person ...
// 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 CHROME_BROWSER_IMPORTER_FIREFOX_IMPORTER_UTILS_H_ #define CHROME_BROWSER_IMPORTER_FIREFOX_IMPORTER_UTILS_H_ #include <string> #include <vecto...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:10:57 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/AppleMedia...
// Copyright Low Entry. Apache License, Version 2.0. #pragma once #include "CoreMinimal.h" #include "LatentActions.h" #include "LowEntryLatentActionBoolean.h" class FLowEntryLatentActionBoolean : public FPendingLatentAction { public: FName ExecutionFunction; int32 OutputLink; FWeakObjectPtr CallbackTarget; ...
/* * WPA Supplicant - RSN PMKSA cache * Copyright (c) 2004-2009, 2011-2015, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "includes.h" #include "common.h" #include "eloop.h" #include "eapol_supp/eapol_supp_sm.h" #inclu...
// // GiFHUD.h // GiFHUD // // Created by Cem Olcay on 30/10/14. // Copyright (c) 2014 Cem Olcay. All rights reserved. // #import <UIKit/UIKit.h> //#import "Singleton.h" @interface GiFHUD : UIView //singleton_interface(GiFHUD); - (instancetype)initWithView:(UIView *)view; - (void)show; - (void)showWithOverlay; -...
//===-- llvm/Target/TargetMachOWriterInfo.h - MachO Writer Info--*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
/** ****************************************************************************** * File Name : USART.c * Description : This file provides code for the configuration * of the USART instances. ****************************************************************************** ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:41:35 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/PhotoAnalysis.framework/PhotoAnalysis * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
/* * start.c * * Created on: Sep 12, 2015 * Author: miguel */ #include <graphics/graphics.h> int main(int argc, char** argv) { gfx_ctx_t * gfx; if(!(gfx = init_gfx())) { fprintf(stderr, "%s: FATAL - couldn't initialize video! Bailing...\n", argv[0]); return 1; } gfx_draw_fill(gfx, rgb(0,125,50)); ...
// // NSObject+SwpHash.h // SwpModelDemo // // Created by Dream on 2018/10/9. // Copyright © 2018年 swp_song. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface NSObject (SwpHash) /** * @author swp_song * * @brief swpHash ( hash ) * * @return NSInteger */ - (NSI...
#ifndef GAME_CONFIG_GAMECFG_H_ #define GAME_CONFIG_GAMECFG_H_ //C system headers //C++ system headers #include <cstdint> #include <unordered_map> //Other libraries headers //Own components headers #include "game/panels/config/PiecePromotionPanelCfg.h" struct GameCfg{ PiecePromotionPanelCfg piecePromotionPanelCfg; ...
/* * File: EncoreBootImageReader.h * * Copyright (c) Freescale Semiconductor, Inc. All rights reserved. * See included license file for license details. */ #if !defined(_EncoreBootImageReader_h_) #define _EncoreBootImageReader_h_ #include "EncoreBootImage.h" namespace elftosb { /*! * \brief Reads a Piano/Encore...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "QQStroyLinkActivity.h" @interface QQStroyLinkActionActivity : QQStroyLinkActivity { } + (long long)activityCategory; @end
/* * Copyright (C) 2011 STRATO. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHO...
// // Created by Peter Hu on 2018/3/21. // Copyright © 2018年 PeterHu. All rights reserved. // #import <UIKit/UIKit.h> @interface Face_PPK : NSObject @property(nonatomic, assign) CGRect bounds; @property(nonatomic, assign) CGPoint leftEyePosition; @property(nonatomic, assign) CGPoint rightEyePosition; @property(non...
/*! * Copyright (c) 2014 by Contributors * \file tensor_container.h * \brief tensor container that does memory allocation and resize like STL * \author Tianqi Chen */ #ifndef MSHADOW_TENSOR_CONTAINER_H_ #define MSHADOW_TENSOR_CONTAINER_H_ #include "./io.h" #include "./tensor.h" namespace mshadow { /*! * \brief ...
#define YM2610B_WARNING /* ** ** File: fm.c -- software implementation of Yamaha FM sound generator ** ** Copyright (C) 2001, 2002, 2003 Jarek Burczynski (bujar at mame dot net) ** Copyright (C) 1998 Tatsuyuki Satoh , MultiArcadeMachineEmulator development ** ** Version 1.4 (final beta) ** */ /* ** History: ** ** 03-...
#include <stdlib.h> #include <stdio.h> #include <string.h> void flag() { system("/bin/cat flag.txt"); } struct fish_tank { char name[50]; int fish; int fish_size; int water; int width; int length; int height; }; struct fish_tank create_aquarium() { struct fish_tank tank; printf("Enter the number of fish ...
// This is licensed under the BSD License 2.0 found in the LICENSE file in project's root directory. #pragma once #include "FStartPhysParam.h" #include "FPhysStepParam.h" #include "FPostPhysStepParam.h" #include "FEndPhysParam.h" #include "FIsTickEnableParam.h" #include "FReplayStartParam.h" #include "FReplaySubstepP...
/* * Copyright (c) 2004, Intel Corporation. All rights reserved. * Created by: crystal.xiong REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. * Test pthread_attr_setinheritsched() * ...
#include <stdint.h> #include <time.h> #include "hardware.h" #include "subg_rfspy.h" #include "serial.h" #include "radio.h" #include "statistics.h" #include "fifo.h" #include "timer.h" #define SPI_BUF_LEN 128 #define FLUSH_TIMEOUT_MS 5000 static fifo_buffer __xdata input_buffer; static volatile uint8_t __xdata input_b...
/* +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ | Copyright (c) 2002-2020 Derick Rethans | +---------...
/* * Copyright (c) 2008-2013, Dave Benson. 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 ...
#define VANUATU_NEWLINE 1 #define VANUATU_POINT 2 #define VANUATU_OPEN_BRACKET 3 #define VANUATU_CLOSE_BRACKET 4 #define VANUATU_POINT_M 5 #define VANUATU_POINT_Z 6 #define VANUATU_POINT_ZM 7 #define VANUATU_NUM ...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:37:04 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/CoreSuggest...
#ifndef SEEKABLE_H #define SEEKABLE_H #if defined (__cplusplus) extern "C" { #endif #include <stdio.h> #include "zstd.h" /* ZSTDLIB_API */ #define ZSTD_seekTableFooterSize 9 #define ZSTD_SEEKABLE_MAGICNUMBER 0x8F92EAB1 #define ZSTD_SEEKABLE_MAXFRAMES 0x8000000U /* Limit the maximum size to avoid any potential ...
/* * Copyright (C) 2010-2013 Groupement d'Intérêt Public pour l'Education Numérique en Afrique (GIP ENA) * * This file is part of Open-Sankoré. * * Open-Sankoré 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 Found...
/* * libalsa output driver. This file is part of Shairport. * Copyright (c) Muffinman, Skaman 2013 * Copyright (c) Mike Brady 2014 -- 2021 * All rights reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Softwar...
/*========================================================================= Program: MAF2 Module: mmuXMLDOMElement Authors: Marco Petrone Copyright (c) B3C All rights reserved. See Copyright.txt or http://www.scsitaly.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without e...
/****************************************************************************/ /* * linux/fs/binfmt_flat.c * * Copyright (C) 2000-2003 David McCullough <davidm@snapgear.com> * Copyright (C) 2002 Greg Ungerer <gerg@snapgear.com> * Copyright (C) 2002 SnapGear, by Paul Dale <pauli@snapgear.com> * Copyright (C) 2000...
/* * Copyright (c) 2012-2013, The Linux Foundation. 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, t...
/* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use...