text stringlengths 9 948k |
|---|
/*
* Copyright (C) 2012 The Android Open Source Project
*
* 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 app... |
#ifndef YD_ERROR_H
#define YD_ERROR_H
/// error numbers generated by ydServer or ydAPI
const int YD_ERROR_NoError=0;
const int YD_ERROR_NoPositionToClose=1;
const int YD_ERROR_NoMoneyToOpen=2;
const int YD_ERROR_SystemNotReady=3;
const int YD_ERROR_InvalidInstrument=4;
const int YD_ERROR_InvalidAccount=5;
const int YD... |
#pragma once
struct Mesh;
// voxelizes a mesh using a single pass parity algorithm
void Voxelize(const Mesh& mesh, uint32_t width, uint32_t height, uint32_t depth, uint32_t* volume, Vec3 minExtents, Vec3 maxExtents); |
#include <room.h>
inherit TRANS_ROOM;
void create()
{
set("short", "马厩");
set("long", @LONG
这是天外天客店后的马厩,常年供应新鲜草料。杭州自古
号称天堂,杭州的客店汇集四海宾客。马夫们会把马牵到马厩
好生照看,将它们喂饱饮足,再洗刷得干乾净净,伺候到客人
上路。马厩雨檐下的烂木柱上钉着块破木牌 (paizi)。马厩中
堆放著几堆草料,正中有一口泔槽。
LONG);
set("exits",([
"west" : __DIR__"kedian",
... |
/*
* Copyright (c) 2005 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond... |
/****************************************************************************
Copyright (c) 2013-2014 Chukong Technologies Inc.
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 ... |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2010 The PHP Group |
+---------... |
/****************************************************************************
*
* Copyright 2018 Samsung Electronics 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... |
#ifndef STATUS_404_HANDLER_H
#define STATUS_404_HANDLER_H
////#include "html_template_engine_handler.h"
#include "template_file_handler.hpp"
namespace ario {
int status_404_service_handler(h2o_handler_t *self, h2o_req_t *req)
{
static h2o_generator_t generator = {NULL, NULL};
if (!h2o_memis(req->method.base, req->... |
/*
Copyright (C) 2014, The University of Texas at Austin
This file is part of libflame and is available under the 3-Clause
BSD license, which can be found in the LICENSE file at the top-level
directory, or at http://opensource.org/licenses/BSD-3-Clause
*/
#include "FLAME.h"
FLA_Error FLA_Her2k_lh( ... |
#pragma once
#include "library/common/jni/import/jni_import.h"
#include "library/common/types/c_types.h"
// NOLINT(namespace-envoy)
void set_vm(JavaVM* vm);
JavaVM* get_vm();
JNIEnv* get_env();
void jvm_detach_thread();
void jni_delete_global_ref(void* context);
void jni_delete_const_global_ref(const void* cont... |
#include <pmmintrin.h>
namespace ls
{
namespace math
{
/*-----------------------------------------------------------------------------
2D Vectors
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
... |
/*
** Trace recorder (bytecode -> SSA IR).
** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
*/
#define lj_record_c
#define LUA_CORE
#include "lj_obj.h"
#if LJ_HASJIT
#include "lj_err.h"
#include "lj_str.h"
#include "lj_tab.h"
#include "lj_meta.h"
#include "lj_frame.h"
#if LJ_HASFFI
#include "l... |
#pragma once
#include <cuda_runtime.h>
struct Ray7 {
float3 origin, direction;
float tmax;
};
struct ImgData {
float2 result_1;
float2 result_2;
float2 result_3;
int intersect;
};
struct RayGenData {
float left, top, sizex, sizey, camDist, k;
int diamond, xMax, yMax;
float2* jitterBuffer;
};
struct MissDat... |
//------------------------------------------------------------
// snakeoil (c) Alexis Constantin Link
// Distributed under the MIT license
//------------------------------------------------------------
#pragma once
#include "../../api.h"
#include "../../result.h"
#include "../../protos.h"
#include "../../typedefs.h"
... |
/*
* Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef ZYNQMP_DEF_H
#define ZYNQMP_DEF_H
#include <plat/common/common_def.h>
#define ZYNQMP_CONSOLE_ID_cadence 1
#define ZYNQMP_CONSOLE_ID_cadence0 1
#define ZYNQMP_CONSOLE_ID_cadence1 2... |
/*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pr... |
//MIT License
//
//Copyright (c) 2017 Mindaugas Vinkelis
//
//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... |
// C++/WinRT v1.0.170825.9
// Copyright (c) 2017 Microsoft Corporation. All rights reserved.
#pragma once
#include "winrt/impl/Windows.Devices.I2c.Provider.0.h"
#include "winrt/impl/Windows.Foundation.0.h"
#include "winrt/impl/Windows.Devices.I2c.0.h"
WINRT_EXPORT namespace winrt::Windows::Devices::I2c {
struct WIN... |
/*
* Copyright (C) 2015 The Android Open Source Project
*
* 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 app... |
/*
* Copyright (c) 2012-2013, NVIDIA Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be usefu... |
#pragma once
#include "engine/Listener.h"
#include "engine/Timer.h"
class App_;
inline struct ViewportCoordinates {
glm::ivec2 position{};
glm::uvec2 size{ 128, 128 };
bool operator==(const ViewportCoordinates&) const = default;
} g_ViewportCoordinates;
inline class Engine_ : public Listener {
public:
Engine_(... |
/* Copyright (C) 1997-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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 2.1 of the ... |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of this file are derived from material licensed
* to the University of California by American Telephone and Telegraph
* Co. or Unix System Laboratories, I... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/user/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/c... |
#import <React/RCTBridgeModule.h>
@interface WebpackToolkit : NSObject <RCTBridgeModule>
@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 may ... |
/*
* Copyright (c) 2019, Intel Corporation
* All rights reserved.
*
* Authors: Jeremy Compostella <jeremy.compostella@intel.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of so... |
//
// Copyright (c) YugaByte, 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 required by applicable law or agreed to in w... |
// Copyright (c) 2000 - 2007, Google 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 of ... |
// Copyright 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 CC_LAYERS_SCROLLBAR_THEME_PAINTER_H_
#define CC_LAYERS_SCROLLBAR_THEME_PAINTER_H_
#include "cc/base/cc_export.h"
class SkCanvas;
namespace gfx ... |
//===-- BitstreamRemarkParser.h - Bitstream parser --------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
/*-----------------------------------------------------------------
* Programmer(s): Daniel R. Reynolds @ SMU
* Radu Serban @ LLNL
*-----------------------------------------------------------------
* SUNDIALS Copyright Start
* Copyright (c) 2002-2019, Lawrence Livermore National Security
* and Sout... |
/*
* Copyright 2014 Maxime Ripard
*
* Maxime Ripard <maxime.ripard@free-electrons.com>
*
* This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual
* licensing only applies to this file, and not this project as a
* whole.
*
* a) Th... |
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:04:47 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia... |
/*
* Copyright(c) 2019 Netflix, Inc.
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
*
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE fi... |
/*-------------------------------------------------------------------------
*
* pspg.c
* a terminal pager designed for usage from psql
*
* Portions Copyright (c) 2017-2018 Pavel Stehule
*
* IDENTIFICATION
* src/pspg.c
*
*-------------------------------------------------------------------------
*/
#if def... |
/**
******************************************************************************
* @file stm32l5xx_hal_flash_ex.c
* @author MCD Application Team
* @brief Extended FLASH HAL module driver.
* This file provides firmware functions to manage the following
* functionalities of the FLASH... |
//
// 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 <UIKit/UIView.h>
@class MISSING_TYPE;
@interface _TtC8AppStore15ErrorShieldView : UIView
{
MISSING_TYPE *presenter; // 8 = 0x8
MI... |
//=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// 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
//
// ... |
/*************************************************************************/
/* dir_access_windows.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
//
// Created by yche on 10/3/17.
//
#ifndef PPSCAN_ANYSCANGRAPH_H
#define PPSCAN_ANYSCANGRAPH_H
#include <memory>
#define STATISTICS
#include "InputOutput.h"
#include "DisjointSet.h"
class AnySCANGraph {
private:
unique_ptr<InputOutput> io_helper_ptr;
// parameter1: e.g eps: 0.13, eps_a:13, eps_b:100;
... |
/**
*******************************************************************************
* @file txz_driver_def.h
* @brief All common macro and definition for TXZ peripheral drivers
* @version V1.0.0.0
* $Date:: 2017-07-21 15:39:36 #$
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright(C) 2019, Toshiba Ele... |
/*
* Copyright (c) 2017-2018 ARM Limited.
*
* 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 Software without restriction, including without limitation the
* ri... |
//-----------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// Tool: AllJoynCodeGenerator.exe
//
// This tool is located... |
/*********************************************************************
Blosc - Blocked Shuffling and Compression Library
Author: Francesc Alted <francesc@blosc.org>
Creation date: 2015-12-18
See LICENSE.txt for details about copyright and rights to use.
********************************************************... |
/******************************************************************************
* Copyright (c) 2018 McAfee, LLC - All Rights Reserved.
*****************************************************************************/
#ifndef BROKERTOPICQUERYREQUESTPAYLOAD_H_
#define BROKERTOPICQUERYREQUESTPAYLOAD_H_
#include "include... |
/* ---------------------------------------------------------------------------- */
/* Atmel Microcontroller Software Support */
/* SAM Software Package License */
/* --------------------------------------------------------------------... |
/*
* RBDL - Rigid Body Dynamics Library
* Copyright (c) 2011-2015 Martin Felis <martin.felis@iwr.uni-heidelberg.de>
*
* Licensed under the zlib license. See LICENSE for more details.
*/
#ifndef RBDL_DYNAMICS_ED_H
#define RBDL_DYNAMICS_ED_H
// #include "ModelAD.h"
#include "ModelED.h"
// -----------------------... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:32:56 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/AVFCore.fr... |
//
// HYCAScrollLayerViewController.h
// Adonis_20181211_UsingLayer
//
// Created by Adonis_HongYang on 2018/12/21.
// Copyright © 2018年 Nikoyo (China)Electronics Systems Co., Ltd. All rights reserved.
//
#import "HYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface HYCAScrollLayerViewController : HYBaseVi... |
#ifndef BUTTONS_H
#define BUTTONS_H
/**
* @file
* This library provides an interface to the 4 pushbuttons on the Digilent Basic IO shield for their
* Uno32 development board platform..
*
* This library relies on continuously polling the pins connected to the pushbuttons. It then
* provides an event-based interfa... |
#ifndef SELECTMODEWIDGET_H
#define SELECTMODEWIDGET_H
#include <QWidget>
#include <QList>
#include <QPair>
#include <QPixmap>
#include <QVariant>
class SelectModeWidget : public QWidget
{
Q_OBJECT
public:
SelectModeWidget(QList<QPair<QPixmap, QVariant> > dataList, int initState, QWidget *parent = 0);
QSiz... |
#ifndef NODE_H
#define NODE_H
#include <stdbool.h>
#include "tree/node/results.h"
#include "tree/node/opcodes.h"
#include "util/interval.h"
#include "util/region.h"
#define NODE_CONSTANT 1
#define NODE_IGNORED 2
#define NODE_BOOLEAN 4
#define NODE_IN_TREE 8
/** @struct Node_
@brief Recursive data str... |
// This file was generated by generate-gltf-classes.
// DO NOT EDIT THIS FILE!
#pragma once
#include "CesiumGltf/ExtensibleObject.h"
#include "CesiumGltf/FeatureIDAttribute.h"
#include "CesiumGltf/FeatureIDTexture.h"
#include "CesiumGltf/Library.h"
#include <string>
#include <vector>
namespace CesiumGltf {
/**
* @br... |
/*******************************************************************************
* File Name: RTC_PPS.c
* Version 2.70
*
* Description:
* The Timer component consists of a 8, 16, 24 or 32-bit timer with
* a selectable period between 2 and 2^Width - 1. The timer may free run
* or be used as a capture timer as well. ... |
/*
* Copyright 2017-2018, Andrew Lindesay <apl@lindesay.co.nz>.
* All rights reserved. Distributed under the terms of the MIT License.
*/
#ifndef SERVER_HELPER_H
#define SERVER_HELPER_H
#include <HttpHeaders.h>
class BMessage;
class ServerHelper {
public:
static bool IsNetworkAvailable();
static bool ... |
/**************************************************************************************************************************
Copyright(C) 2014-2017 www.xionggf.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 ... |
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
#ifndef THEDOGSDK_SWIFT_H
#define THEDOGSDK_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"
#if !defined(__has_include)
# define __has_include(x) 0
#end... |
/**
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* Key data.
*
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
* Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
*/
#ifndef __XMLSEC_KEYSDATA_H__
#define __XMLSEC_KEYSDATA_H__
#ifdef __cpl... |
//
// NSDictionary+ZWSNetwroking.h
// Pods
//
// Created by LOFT.LIFE.ZHENG on 16/5/13.
//
//
#import <Foundation/Foundation.h>
@interface NSDictionary (ZWSNetworking)
- (NSString *)zws_urlParamsStringSignature:(BOOL)isForSignature;
- (NSString *)zws_jsonString;
- (NSArray *)zws_transformedUrlParamsArraySignature... |
/*
* 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 ma... |
// generated from rosidl_typesupport_introspection_c/resource/msg__type_support.c.em
// generated code does not contain a copyright notice
// providing offsetof()
#include <stddef.h>
#include <sensor_msgs/msg/joy_feedback__rosidl_typesupport_introspection_c.h>
#include "sensor_msgs/msg/rosidl_typesupport_introspecti... |
#undef TRACE_SYSTEM
#define TRACE_SYSTEM kmem
#if !defined(_TRACE_KMEM_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_KMEM_H
#include <linux/types.h>
#include <linux/tracepoint.h>
#include <trace/events/gfpflags.h>
DECLARE_EVENT_CLASS(kmem_alloc,
TP_PROTO(unsigned long call_site,
const void *ptr,
size... |
/*
* CircularBuffer.c
*
* Created on: Dec 15, 2012
* Author: jon
*/
#include "CircularBuffer.h"
int CircularBufferWrite(CircularBuffer *c, unsigned char *dataIn, unsigned int length){
if (c->size >= (c->length + length)){
// buffer won't overflow
if ((c->head + length >= c->size)){
// rollover
... |
/**
*
* @file
*
* @copyright
* Copyright 2017-2020 Fitbit, Inc
* SPDX-License-Identifier: Apache-2.0
*
* @author Gilles Boccon-Gibod
*
* @date 2018-01-07
*
* @details
* Blaster data source
*/
/*----------------------------------------------------------------------
| includes
+--------------------------... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:42:56 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias... |
/* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
#define CFLAGS cflags
/*
* Generate CFLAGS as an array of individual characters. This is a
* workaround for the situation where CFLAGS gets too long for a C90 string
* literal
*/
static const char cflags[] = {
'c','o','m','p','i','l','e','r',':','... |
#ifndef MANEUVER_SCHEDULING_ALGORITHM_H
#define MANEUVER_SCHEDULING_ALGORITHM_H
#include <cxxproperties.hpp>
#include "../problem/problem.h"
namespace orcs {
/**
* Interface implemented by classes that implements some algorithm for
* solving the maneuver scheduling problem in electric power distributi... |
// Copyright 2013 The Flutter 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 FLUTTER_DISPLAY_LIST_TYPES_H_
#define FLUTTER_DISPLAY_LIST_TYPES_H_
#include "flutter/fml/macros.h"
#include "third_party/skia/include/core/SkBlen... |
#include "cache.h"
#include "tree.h"
#include "tree-walk.h"
#include "cache-tree.h"
#ifndef DEBUG
#define DEBUG 0
#endif
struct cache_tree *cache_tree(void)
{
struct cache_tree *it = xcalloc(1, sizeof(struct cache_tree));
it->entry_count = -1;
return it;
}
void cache_tree_free(struct cache_tree **it_p)
{
int i;
... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:13:43 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.... |
/*
* Copyright (c) 2001-2002 Packet Design, LLC.
* All rights reserved.
*
* Subject to the following obligations and disclaimer of warranty,
* use and redistribution of this software, in source or object code
* forms, with or without modifications are expressly permitted by
* Packet Design; provided, however, t... |
#include <tommath.h>
#ifdef BN_MP_INIT_SET_INT_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
* The library was designed directly after the MPI library by
* Michael F... |
/*
* This file is part of PySide: Python for Qt
*
* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1 as pub... |
#ifndef CalibTracker_SiPixelESProducers_interface_SiPixelROCsStatusAndMappingWrapper_h
#define CalibTracker_SiPixelESProducers_interface_SiPixelROCsStatusAndMappingWrapper_h
#include <set>
#include <cuda_runtime.h>
#include "CondFormats/SiPixelObjects/interface/SiPixelROCsStatusAndMapping.h"
#include "HeterogeneousC... |
/***************************************************************************
Dark Seal (Rev 3) (c) 1990 Data East Corporation (World version)
Dark Seal (Rev 1) (c) 1990 Data East Corporation (World version)
Dark Seal (c) 1990 Data East Corporation (Japanese version)
Gate Of Doom (Rev 4... |
/* TODO: make some #ifdef for this */
/*--------[ file searching ]-------------------------------------------------*/
/*
* File searching functions for 'path', 'tags' and 'cdpath' options.
* External visible functions:
* vim_findfile_init() creates/initialises the search context
* vim_findfile_free_visited() free ... |
/* Include files */
#include <stddef.h>
#include "blas.h"
#include "ARP_02_RPSsmile_Glove_Idle_sfun.h"
#include "c1_ARP_02_RPSsmile_Glove_Idle.h"
#include "mwmathutil.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber)
#include "... |
#pragma once
#include "ofMain.h"
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int y, int button);
void mousePressed(int x, int y, int button);
void mo... |
/*
* Automatically Generated from Mathematica.
* Thu 4 Nov 2021 16:58:50 GMT-04:00
*/
#ifndef P_LEFTTOEROLLA_SRC_H
#define P_LEFTTOEROLLA_SRC_H
#ifdef MATLAB_MEX_FILE
#include <tmwtypes.h>
#else
#include "rtwtypes.h"
#endif
void p_LeftToeRollA_src(double *p_output1, const double *var1);
#endif
/* P_LEFTTOEROLLA... |
/*
* Copyright (c) 2005-2011 Atheros Communications Inc.
* Copyright (c) 2011-2013 Qualcomm Atheros, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in al... |
//===-- SIDefines.h - SI Helper Macros ----------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
/// \file
//===---------------------... |
// Copyright 2015 Tamás Gulácsi. All rights reserved.
// Use of this source code is governed by The MIT License
// found in the accompanying LICENSE file.
#include <oci.h>
// define simple way to respresent Oracle version
#define ORACLE_VERSION(major, minor) \
((major << 8) | minor)
// define what version of... |
//
// TipItemTextField.h
// tip
//
// Created by Tanin Na Nakorn on 12/29/19.
// Copyright © 2019 Tanin Na Nakorn. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface TipItemTextField : NSTextField
@property (nonatomic, retain) NSLayoutConstraint* widthConstraint;
@end
NS_ASSUME... |
/* $NetBSD: autoconf.c,v 1.58 2002/05/18 07:32:11 lukem Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Adam Glass and Gordon W. Ross.
*
* Redistribution and use in source and binary forms, with... |
#pragma once
#include "API.h"
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include "input/Input.h"
#include "scene/Scene.h"
namespace Euler {
class EULER_API Application {
private:
GLFWwindow * window = nullptr;
int width, height;
char* title;
Scene * scene = nullptr;
public:
Application(int widt... |
/*
* Copyright (c) 2016 Kaprica Security, Inc.
*
* 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, mer... |
/*
**********************************************************************
* Copyright (C) 1996-2016, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*
* FILE NAME : UTYPES.H (formerly ptypes.h)
*
* Date ... |
//------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2012, 2013 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby ... |
#include <dispatch/dispatch.h>
#include <os/assumes.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/xattr.h>
#include <stdbool.h>
#include <err.h>
#include <errno.h>
#include <stdio.h>
#include <sys/attr.h>
#include <unistd.h>
#include "commoncrypto.h"
const int kSHA256NullTerminatedBuffLen... |
#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_ZKCarousel_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_ZKCarousel_Example... |
//
// AppDelegate.h
// CommonPay
//
// Created by yangchenghu on 16/1/4.
// Copyright © 2016年 yangchenghu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end |
/*******************************************************************************
* *
* Pi.h *
* ... |
/* Copyright (c) 2018 Griefer@Work *
* *
* This software is provided 'as-is', without any express or implied *
* warranty. In no event will the authors be held liable for any damages *
... |
#include <stdio.h>
void smile ( void ) {
printf("Smile!");
}
int main(void) {
int i, j;
for (i=0; i<3; i++) {
for (j=3; j-i>0; j--) {
smile();
}
printf("\n");
}
return 0;
} |
/** @file
Provides some data struct used by EHCI controller driver.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text... |
/***************************************************************************/
/* */
/* t1decode.c */
/* */
/* Po... |
#include "internal.h"
#include "compat.h"
#include <string.h>
#include <stdio.h>
int rc_parse_format(const char* format_str) {
switch (*format_str++) {
case 'F':
if (!strcmp(format_str, "RAMES")) {
return RC_FORMAT_FRAMES;
}
break;
case 'T':
if (!strcmp(format_str, "IME"))... |
/*
* tclWinTime.c --
*
* Contains Windows specific versions of Tcl functions that obtain time
* values from the operating system.
*
* Copyright 1995-1998 by Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.