text stringlengths 9 948k |
|---|
/* 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 may not... |
/*
* funplay.c - Cartridge handling, Fun Play cart.
*
* Written by
* Marco van den Heuvel <blackystardust68@yahoo.com>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the ... |
/* 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... |
/*
* FreeRTOS+TCP V2.0.1
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including ... |
#include "e_mod_main.h"
#include "e_fm_device.h"
struct _E_Config_Dialog_Data
{
/* general view mode */
struct
{
E_Fm2_View_Mode mode;
int open_dirs_in_place;
int selector;
int single_click;
int no_subdir_jump;
int no_subdir_drop;
int always_order;
int... |
#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_JLPageCollectionView_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_JLPageCo... |
#ifndef BUFFEREDLEDS_H
#define BUFFEREDLEDS_H
#define FASTLED_ALLOW_INTERRUPTS 1
#include <FastLED.h>
class BufferedLeds {
private:
// Fields for efficient LED write
CRGB previousLedBuffer[5];
CRGB activeLedBuffer[5];
bool ledBufferChanged;
int brightness = 255;
CRGB leds[5];
const in... |
/*
* POK header
*
* The following file is a part of the POK project. Any modification should
* made according to the POK licence. You CANNOT use this file or a part of
* this file is this part of a file for your own project
*
* For more information on the POK licence, please see ou... |
/*
* Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this fil... |
#include <stdio.h>
#include <stdlib.h>
#define ARBEITER 3
#define TAGE 5
int zeitkonto[ARBEITER][TAGE];
void error(int n) {
printf("%d (?) Falsche Eingabe!!\n",n);
}
void arbeiterWochenStunden(void)
{
int zeile,spalte,tmp;
//For Schleife zum durchlaufen der Zeilen
for (zeile=0;zeile<ARBEITER; zeile++)
{
t... |
/*++
Copyright (c) 2006 Microsoft Corporation
Module Name:
debug.h
Abstract:
Basic debugging support.
Author:
Leonardo de Moura (leonardo) 2006-09-11.
Revision History:
--*/
#ifndef _DEBUG_H_
#define _DEBUG_H_
void enable_assertions(bool f);
bool assertions_enabled();
#if 0
#define _CRTDBG_MAP_ALL... |
//--------------------------------------------------------------------------------------
// File: DXUT.h
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PAR... |
/**
me.c - Run the me.es|me.mod script.
This program runs a script of the same name as this script.
Copyright (c) All Rights Reserved. See details at the end of the file.
*/
/********************************** Includes **********************************/
#include "ejs.h"
/**************************... |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* FatFs - FAT file system module configuration file R0.11 (C)ChaN, 2015
******************************************************************************
* @attention
*
* <h2><center>© Copyrig... |
/* PDCurses */
#include "pdcsdl.h"
void PDC_beep(void)
{
PDC_LOG(("PDC_beep() - called\n"));
}
void PDC_napms(int ms)
{
PDC_LOG(("PDC_napms() - called: ms=%d\n", ms));
while (ms > 50)
{
PDC_pump_and_peep();
SDL_Delay(50);
ms -= 50;
}
PDC_pump_and_peep();
SDL_Delay... |
#ifndef _MNativeWindowHdl
#define _MNativeWindowHdl
//-
// Copyright 2015 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk
// license agreement provided at the time of installation or download,
// or which otherwise accompanies this software in either electronic
//... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
// This value is used in structures passed to ORT so that a newer version of ORT will still work with
#define ORT_API_VERSION 1
#ifdef __cplusplus
e... |
/*
* Aluno: João Manoel Leite Ribeiro Nogueira
* Matrícula: 20131011090230
* Lista: 01
* Exercício: 03
* Disciplina: Estrutura de Dados I
* Curso: Bacharelado em Sistemas de Informação
* Professor: Dory Gonzaga Rodrigues
* IFG: Câmpus Goiânia
*/
#include <stdio.h>
#include <st... |
/*
* Copyright (c) 2006 Dave Airlie <airlied@linux.ie>
* Copyright © 2006-2008,2010 Intel Corporation
* Jesse Barnes <jesse.barnes@intel.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... |
#pragma once
#include "esphome/core/component.h"
#include "esphome/core/automation.h"
#include "esphome/components/esp32_ble_tracker/esp32_ble_tracker.h"
#include <array>
#ifdef USE_ESP32
namespace esphome {
namespace exposure_notifications {
struct ExposureNotification {
std::array<uint8_t, 6> address;
int rss... |
/*
* Copyright (c) 2019 Cisco and/or its affiliates.
* 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 applicabl... |
#ifndef C0P_OBJECTS_SURFER__US_0O05__SURFTIMECONST_0O75_GROUP_HOMOGENEOUS_PARAMETERS_H
#define C0P_OBJECTS_SURFER__US_0O05__SURFTIMECONST_0O75_GROUP_HOMOGENEOUS_PARAMETERS_H
#pragma once
// include std
#include <vector>
// include lib
#include "core/env/objects/object/group/homogeneous/prop.h"
#include "param/env/obje... |
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Unit.h"
#include "PlayableUnit.generated.h"
/**
* A playable unit is a unit that can be controllable by the player during battles.
*/
UCLASS(HideCategories=("Pawn", "Camera","Rendering","R... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/HealthUI.framework/HealthUI
*/
@interface HKInsulinDataSource : HKHealthQueryChartCacheDataSource {
id /* block */ _userInfoCreationBlock;
}
@property (nonatomic, copy) id /* block */ userInfoCreationBlock;
- (void).cxx_destruct;
- (id)... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "PBCodable.h"
#import "NSCopying.h"
__attribute__((visibility("hidden")))
@interface NWAWDLibnetcoreMPTCPStatsReport : PBCodable <NSCopying>
{
unsigned long long _mptc... |
/*
* Copyright(C) 2012 Robinson Mittmann. All Rights Reserved.
*
* This file is part of the YARD-ICE.
*
* 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; either
* version 3.0 of t... |
// Bruce Lowekamp <lowekamp@sipeerior.com> reported that in a program with a
// reachable leak, if you do:
//
// valgrind --leak-check=yes --gen-suppressions=yes --show-reachable=no -q
//
// it gives the y/n/c suppression prompt for errors that aren't shown. This
// test checks that is fixed.
//
// [The .vgtest file... |
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#ifndef ENGINE_KERNEL_H
#define ENGINE_KERNEL_H
#include <base/system.h>
class IKernel;
class IInterface;
class IInterface
{
... |
/*$ preserve start $*/
/* ============================================================================================ */
/* FMOD Ex - Main C/C++ header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2011. */
/* */... |
// =================================================================================================
// eModbus: Copyright 2020 by Michael Harwerth, Bert Melis and the contributors to eModbus
// MIT license - see license.md for details
// ===================================================================... |
/*
* Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <arch.h>
#include <arch_helpers.h>
#include <assert.h>
#include <debug.h>
#include <limits.h>
#include <stdarg.h>
#include <stdint.h>
/*********************************************... |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2010 The PHP Group |
+---------... |
/*
county library system
by kelvin
Feb 2020
MIT License
C99 compiler
*/
#include <stdio.h>
#include <stdlib.h>
int menu() {
int action;
printf("welcome kelvin /n");
printf("select an action below/n");
printf("1.add new patron /n");
printf("2.view all patrons /n");
printf("3.... |
/****************************************************************************
Copyright (c) 2010 cocos2d-x.org
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without res... |
//
// DmxDemoManager.h
//
#ifndef __DMX_DEMO_MANAGER_H__
#define __DMX_DEMO_MANAGER_H__
#include "Util/Color.h"
#include "Lumenizers/BreathingLuminance.h"
#include "Lumenizers/LumenizerSequence.h"
#include "Lumenizers/TwinklingLuminance.h"
#include "Lumenizers/AmuletSelfTestLuminance.h"
#include "Lumenizers/MorseCodeL... |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/Message.framework/Message
*/
@protocol MFDataConsumer <NSObject>
- (int)appendData:(id)data;
- (void)done;
@end |
// Copyright 2019 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 V8_COMPILER_CSA_LOAD_ELIMINATION_H_
#define V8_COMPILER_CSA_LOAD_ELIMINATION_H_
#include "src/base/compiler-specific.h"
#include "src/codegen/m... |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
/*============================================================================
**
** Source: test2.c
**
** Purpose: Test to see if swscanf handles whitespace co... |
// Room: /d/luoyang/youshe1.c
#include <ansi.h>;
inherit ROOM;
void create ()
{
set("short", "右舍");
set("long", @LONG
走進小舍,見桌椅几榻,無一而非竹製,牆上懸着一幅墨竹,筆勢
縱橫,墨跡淋漓,頗有森森之意。桌上放着一具瑤琴 (qin),一管洞簫
(xiao)。
LONG);
set("exits", ([ /* sizeof() == 2 */
"southwest" : __DIR__"xiaoshe"... |
/***************************************************************************//**
* @file
* @brief EFM32TG11B_RTCC register and bit field definitions
*******************************************************************************
* # License
* <b>Copyright 2022 Silicon Laboratories Inc. www.silabs.com</b>
********... |
#ifndef PROJECT_HEADER_component311_9_H
#define PROJECT_HEADER_component311_9_H
int component311_9();
#endif // PROJECT_HEADER_component311_9_H |
//
// Copyright (c) 2009-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... |
/*
* 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... |
/**
******************************************************************************
* File Name : USART.c
* Description : This file provides code for the configuration
* of the USART instances.
******************************************************************************
... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:23:00 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/TextRec... |
#pragma once
//Known Nodes are
#define NODE_SNSCT_L0_TECH_HS_1
//#define NODE_SNSCT_L3_TECH_HS_1
//#define NODE_SNSCT_L1_KTCH_UP
//#define NODE_SNSCT_L1_LVNG_UP
//#define NODE_SNSCT_L2_BATH_UP
//#define NODE_TEST_HS07
//#define NODE_TEST_HS08
//#define NODE_TEST_UP02
//#define NODE_TEST_UP03
//#define NODE_TEST_UP04
... |
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2006-2009 Josh Coalson
* Copyright (C) 2011-2014 Xiph.Org Foundation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of so... |
//
// Created by sea on 1/20/19.
//
#ifndef SHADOWSOCKS_UI_UTIL_H
#define SHADOWSOCKS_UI_UTIL_H
#include <gtkmm/messagedialog.h>
namespace ss {
namespace util {
void notify(const char *title, const char *content, const char *icon = "dialog-information");
void dialog(Gtk::Window &parent, const char *content, Gtk::... |
/*
* Copyright (c) 2012, Dustin Lundquist <dustin@null-ptr.net>
* 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,... |
#define LPAREN (
#define RPAREN )
#define COMMA ,
#define CAT(L, R) CAT_(L, R)
#define CAT_(L, R) L ## R
#define EXPAND(...) __VA_ARGS__
#define SPLIT(OP, D) EXPAND(OP CAT(SPLIT_, D) RPAREN)
#define SPLIT_int LPAREN int COMMA
#define SPLIT_char LPAREN char COMMA
#define SPLIT_float LPAREN float COMMA
#define SPLIT_d... |
/*
* Copyright (c) 2013 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#include "oshmem_config.h"
#include "oshmem/shmem/fortran/bindings.h"
#inc... |
#include "context.h"
#include "fbobject.h"
#include "texformat.h"
#include "texrender.h"
#include "renderbuffer.h"
/*
* Render-to-texture code for GL_EXT_framebuffer_object
*/
/**
* Derived from gl_renderbuffer class
*/
struct texture_renderbuffer
{
struct gl_renderbuffer Base; /* Base class object */
s... |
/* $NetBSD: lock.h,v 1.27 2013/01/22 22:09:44 christos Exp $ */
/*-
* Copyright (c) 2000, 2006 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe and Andrew Doran.
*
* Redistribution and use in source and binary for... |
/**
* @file
* Statistics module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* 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 so... |
/*****************************************************************************/
/* */
/* shiftexpr.c */
/* */
... |
//
// BBTagManager.h
// 标签管理
//
// Created by 项羽 on 17/1/9.
// Copyright © 2017年 项羽. All rights reserved.
//
#import <UIKit/UIKit.h>
@class BBTagManager;
@protocol BBTagManagerDelegate <NSObject>
@optional
-(void)BBTagManager:(BBTagManager *)tagMgr finishEditingDataSource:(NSMutableArray *)dataSource;
@end
@i... |
/******************************************************************************
Module name: MagBar.h
Written by: Jeffrey Richter
Purpose: ShellRun class description file.
******************************************************************************/
#if !defined(AFX_MAGBAR_H__B3056D65_965F_11D0_B287_00A0C90DA742... |
/*
* software RGB to RGB converter
* pluralize by software PAL8 to RGB converter
* software YUV to YUV converter
* software YUV to RGB converter
* Written by Nick Kurshev.
* palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at)
* lot of big-endian byte order fixes by Alex Bere... |
/// @ref simd
/// @file glm/simd/vector_relational.h
#pragma once
#if GLM_ARCH & GLM_ARCH_SSE2_BIT
#endif//GLM_ARCH & GLM_ARCH_SSE2_BIT |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 12:33:06 PM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Lim... |
#pragma once
#include <assets/texture_manager.h>
namespace lambda
{
struct TextureCompileInfo
{
String file;
};
class VioletTextureCompiler : public VioletTextureManager
{
public:
VioletTextureCompiler();
bool Compile(TextureCompileInfo texture_info);
};
} |
/* src/config.h. Generated from config.h.in by configure. */
/* src/config.h.in. Generated from configure.ac by autoheader. */
/* PCRE2 is written in Standard C, but there are a few non-standard things it
can cope with, allowing it to run on SunOS4 and other "close to standard"
systems.
In environments that suppo... |
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_GRAPH_UTILs_
#define DLIB_GRAPH_UTILs_
#include "../algs.h"
#include <vector>
#include "graph_utils_abstract.h"
#include "../is_kind.h"
#include "../enable_if.h"
#include <algor... |
/* POSIX module implementation */
/* This file is also used for Windows NT/MS-Win. In that case the
module actually calls itself 'nt', not 'posix', and a few
functions are either unimplemented or implemented differently. The source
assumes that for Windows NT, the macro 'MS_WINDOWS' is defined independent
... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2016-2017 The PIVX developers
// Copyright (c) 2017 The Peps developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php... |
// Room: /d/suzhou/hehuating.c
// Date: May 31, 98 Java
inherit ROOM;
void create()
{
set("short", "荷花廳");
set("long", @LONG
荷花廳的主建築面闊三間,寬敝高爽,廳名取宋時朱熹:“一水方
涵碧,千林以變紅”之詩意。廳前寬廣的平台依臨荷池,為夏日賞荷納
涼勝處,故稱“荷花廳”。廳後有花台庭院,疊石種樹,自成一景。
LONG );
set("outdoors", "suzhou");
set("no_clean_up", 0);
s... |
// 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 REMOTING_CLIENT_DISPLAY_GL_RENDER_LAYER_H_
#define REMOTING_CLIENT_DISPLAY_GL_RENDER_LAYER_H_
#include <array>
#include <memory>
#include "base/... |
/* +------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| http://www.mrpt.org/ |
| |
| Cop... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:06:46 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/IMSharedUt... |
/*** ttl2ttl.c - trig/turtle/ntriples/nquads reader
*
* Copyright (C) 2017-2018 Sebastian Freundt
*
* Author: Sebastian Freundt <freundt@ga-group.nl>
*
* This file is part of libttl.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin... |
/*
* linux/arch/m68k/kernel/sys_m68k.c
*
* This file contains various random system calls that
* have a non-standard calling sequence on the Linux/m68k
* platform.
*/
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/smp_lock.h>
#include <linux/sem.h>
... |
/** @file
This file contains the tests for the SecureSystemAgentConfiguration bit
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "HstiSiliconDxe.h"
/**
Run tests for SecureSystemAgentConfiguration bit
**/
VOID
CheckSecureSystemAgentConfi... |
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2018 K. Lange
*
* session - UI session manager
*
* Runs a background and panel for a single user and waits
* for them to exit.... |
#ifndef DATATYPES_H
#define DATATYPES_H
#define MAX_NUM_PRIMS 15000000
#include "piko/atomics.h"
#ifdef __PIKOC_HOST__
#if defined(__PIKOC_PTX__)
#include "cudaMacros.h"
#include <builtin_types.h>
#include <cuda.h>
#elif defined(__PIKOC_CPU__)
#else
#ifndef __PIKOC_ANALYSIS_PHASE__
This_Code_Should_Nev... |
//
// FirstViewController.h
// DemoOfMasonry
//
// Created by 蔡成汉 on 2016/11/3.
// Copyright © 2016年 蔡成汉. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FirstViewController : UIViewController
@end |
/*=========================================================================
medInria
Copyright (c) INRIA 2013. All rights reserved.
See LICENSE.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
====... |
#pragma once
#include "Entity.h"
#include "Edge2.h"
#include "EdgeIntercept.h"
class PlayerTest : public Entity
{
public:
PlayerTest();
void update(const std::list<Edge2> geometry);
RenderData getRenderData() const;
void moveLeft();
void moveRight();
void jump();
void moveDown();
~PlayerTest();
private:
Vector... |
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURP... |
#pragma once
#ifndef SYDEVS_SYSTEMS_PARAMETER_NODE_H_
#define SYDEVS_SYSTEMS_PARAMETER_NODE_H_
#include <sydevs/systems/function_node.h>
namespace sydevs {
namespace systems {
/**
* @brief A class template for nodes which supply parameter values.
*
* @details
* The `parameter_node` class template is instantiate... |
#ifndef JETS_RETE_TYPES_IMPL_H
#define JETS_RETE_TYPES_IMPL_H
#include "../rete/alpha_node_impl.h"
#include "../rete/alpha_functors.h"
#include "../rete/expr_op_arithmetics.h"
#include "../rete/expr_op_logics.h"
#include "../rete/expr_op_strings.h"
#include "../rete/expr_op_resources.h"
#include "../rete/expr_op_other... |
/*
* 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
... |
//Coded by Bane//
#include <std.h>
inherit "/d/laerad/cavern1/special/cavern.c";
void create(){
::create();
set_short("Laerad caverns");
set_long(
"You are standing in some underground slave pen. Wooden stockade "+
"fencing winds its way around the cave leaving only a few exits into "+
"other pens. The... |
/*
* Copyright (c) 2005-2007 Intel Corporation. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this s... |
#ifndef SRC_CONNECTIVITY_BLUETOOTH_CORE_BT_HOST_L2CAP_TEST_PACKETS_H_
#define SRC_CONNECTIVITY_BLUETOOTH_CORE_BT_HOST_L2CAP_TEST_PACKETS_H_
#include "src/connectivity/bluetooth/core/bt-host/common/byte_buffer.h"
#include "src/connectivity/bluetooth/core/bt-host/hci/hci.h"
#include "src/connectivity/bluetooth/core/bt-h... |
/*
Copyright (C) 1997-2001 Id Software, Inc.
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 th... |
/*
* RandomForest.h
*
* Created on: Apr 17, 2015
* Author: Carissa
*/
#ifndef RANDOMFOREST_H_
#define RANDOMFOREST_H_
#define _USE_MATH_DEFINES
#include <stdlib.h>
#include <math.h>
typedef struct RandomForests {
int nTrees; // Number of trees
int nClasses; // Number of noise clas... |
/********************* */
/*! \file HashMap.h
** \verbatim
** Top contributors (to current version):
** Guy Katz
** This file is part of the Marabou project.
** Copyright (c) 2017-2019 by the authors listed in the file AUTHORS
** in the top-level source dir... |
//
// LZStartPageConst.h
// Pods
//
// Created by Dear.Q on 2019/9/19.
//
#ifndef LZStartPageConst_h
#define LZStartPageConst_h
/// 页面关闭事件触发源
typedef NS_ENUM(NSUInteger, LZStartPageCloseTrigger) {
/// 其它情况
LZStartPageCloseTriggerOther = 0,
/// 跳过
LZStartPageCloseTriggerSkip = 1,
/// 进入,正常关闭
LZSta... |
/*
*
* Copyright 2015 gRPC 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 License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
/**
* \file models/shadow/stack/prop_stack_valid.c
*
* \brief Check whether a stack instance is valid.
*
* \copyright 2021 Justin Handville. Please see license.txt in this
* distribution for the license terms under which this software is distributed.
*/
#include <rcpr/model_assert.h>
#include "../../../src/st... |
// 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 may... |
/* unzip.h -- IO for uncompress .zip files using zlib
Version 1.1, February 14h, 2010
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
Modifications of Unzip for Zip6... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/DateTime.h>
#include <utility>
namespace Aws
{
template<typen... |
// Copyright (c) 2019 PaddlePaddle 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... |
//
// STSASAutomation.h
// StatTag
//
// Created by Eric Whitley on 9/29/16.
// Copyright © 2016 StatTag. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "STSASCommands.h"
#import "STIStatAutomation.h"
@interface STSASAutomation : NSObject<STIStatAutomation>
@end |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f0xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
* @attention
*
* <h2... |
//
// UIImageView+LBBlurredImage.h
// LBBlurredImage
//
// Created by Luca Bernardi on 11/11/12.
// Copyright (c) 2012 Luca Bernardi. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef void(^LBBlurredImageCompletionBlock)(void);
extern CGFloat const kLBBlurredImageDefaultBlurRadius;
@interface UIImageView ... |
// Copyright 2019 modio. All Rights Reserved.
// Released under MIT.
#pragma once
#include "ModioFieldFilterType.generated.h"
UENUM(BlueprintType)
enum EModioFieldFilterType
{
FIELD_FILTER_EQUAL UMETA(DisplayName = "Equal"),
FIELD_FILTER_NOT_EQUAL UMETA(DisplayName = "Not equal"),
FIELD_FILTER_LIKE ... |
//
// Created by rahul on 22/3/19.
//
#include "types.h"
#include "stat.h"
#include "user.h"
// #define E 0.00001
// #define T 100.0
// #define P 2
// #define L 300
float fabsm(float a){
if(a<0)
return -1*a;
return a;
}
int main(int argc, char *argv[]){
char c;
int file = open("assig2a.inp", 0);
... |
//
// CJKTCollectionView.h
// CJKTToolExample
//
// Created by daixingchuang on 2020/4/25.
// Copyright © 2020 CJKT. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CJKTCollectionView : UICollectionView
@property (nonatomic, assign) BOOL enableRefresh; //是否开启刷新
@property (nona... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.