text stringlengths 9 948k |
|---|
/*++
Copyright (C) 1997-2001 Microsoft Corporation
Module Name:
RESOURCE.H
Abstract:
defiines stuff in the resource file
History:
a-davj 04-Mar-97 Created.
--*/
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SERVER2.RC
//
// Next default values for new objects
//
#i... |
#ifndef __gl_glext_h_
#define __gl_glext_h_ 1
#ifdef __cplusplus
extern "C" {
#endif
/*
** Copyright 2013-2020 The Khronos Group Inc.
** SPDX-License-Identifier: MIT
**
** This header is generated from the Khronos OpenGL / OpenGL ES XML
** API Registry. The current version of the Registry, generator scripts
** used t... |
<?xml version="1.0" encoding="utf-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" component="$UI/system/components/justep/window/window" design="device:m;resolution:360 x 640;"
xid="window" class="window">
<div component="$UI/system/components/justep/model/model" xid="model" style="top:432px;left:138px;height:aut... |
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2018-2019, The Qwertycoin developers
//
// This file is part of Qwertycoin.
//
// Qwertycoin is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published... |
#ifndef WYVERN_LEXER_H
#define WYVERN_LEXER_H
#ifndef WYVERN_H
#error Please do not include this directly. Use the centralised header (Wyvern.h) instead!
#endif
namespace Wyvern::Lexer {
class Lexer {
private:
std::string IdentifierStr;
double NumVal;
std::shared_ptr<Wyvern::FS::Sourc... |
/*=========================================================================
Program: ParaView
Module: $RCSfile$
Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the terms of the ParaView lice... |
#pragma once
unsigned int a2w(const char * astr, wchar_t *wstr);
unsigned int w2a(const wchar_t *wstr, char *astr);
unsigned int a2u8(const char *astr, char *utf8);
unsigned int u82a(const char *utf8, char *astr);
unsigned int u2u8(const wchar_t *wstr, char *utf8);
unsigned int u82u(const char *utf8, wchar_t *wst... |
/*
* WPA Supplicant - privilege separated driver interface
* Copyright (c) 2007-2009, Jouni Malinen <j@w1.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Alternative... |
#ifndef MODEL_SLAVE_GET_COMMAND_H
#define MODEL_SLAVE_GET_COMMAND_H
#include "../lib/app.h"
#include "../lib/tsv.h"
#include "../lib/acp/tcp/main.h"
#define SLAVE_CMD_MAX_LENGTH ACP_CMD_MAX_LENGTH
#define SLAVE_CMD_MAX_SIZE (SLAVE_CMD_MAX_LENGTH * sizeof(char))
typedef struct {
char data[ACP_BUF_MAX_LENGTH];
... |
/******************************************************************************
*
* Copyright (C) 2019 Xilinx, Inc. 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 with... |
#import "MTMaterialSettingsInterpolator.h"
#import "MTMaterialView.h"
#import "MTVibrantStyling.h"
#import "MTVibrantStylingProvider.h"
#import "UIImageView+MTVibrantStylingAdditions.h"
#import "UILabel+MTVibrantStylingAdditions.h"
#import "UIView+MTVibrantStylingAdditions.h" |
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SP_lab3.rc
#define IDS_APP_TITLE 103
#define IDR_MAINFRAME 128
#define IDD_SPLAB3_DIALOG 102
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDI_SPLAB3 107
#define IDI_SMALL 108
#define IDC_SP... |
/* C Template Engine
*
* @file cte_stack.c
* CTE stack implementation
*
* Template Context Stack to facilitate nesting of templates
*
* Author: Benjamin Kowarsch
*
* Copyright (C) 2009 Benjamin Kowarsch. All rights reserved.
*
* License:
*
* Redistribution and use in source and binary forms, w... |
struct buf;
struct context;
struct file;
struct inode;
struct pipe;
struct proc;
struct rtcdate;
struct spinlock;
struct sleeplock;
struct stat;
struct superblock;
// bio.c
void binit(void);
struct buf* bread(uint, uint);
void brelse(struct buf*);
void bwrite(struct buf*);
// cons... |
#ifndef platforms_backend_arm_intercetor_arm
#define platforms_backend_arm_intercetor_arm
#include "hookzz.h"
#include "zkit.h"
#include "interceptor.h"
#include "memory.h"
#include "platforms/arch-arm/relocator-arm.h"
#include "platforms/arch-arm/relocator-thumb.h"
#include "platforms/arch-arm/writer-arm.h"
#includ... |
//
// AxcBannerFooter.h
// AxcUIKit
//
// Created by Axc on 2017/7/17.
// Copyright © 2017年 Axc_5324. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSUInteger, AxcBannerFooterState) {
AxcBannerFooterStateIdle = 0, // 正常状态下的footer提示
AxcBannerFooterStateTrigger, // 被拖至触发点的footer提示
}... |
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "controller.h"
#include "util.h"
void *init_controller(common_t *common)
{
controller_t *controller = malloc(sizeof(controller_t));
controller->common = common;
controller->input = 0;
controller->last_input = 0;
controller->ctrl_active = 0;
controller... |
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2018, The BBSCoin Developers
// Copyright (c) 2018, The Karbo Developers
// Copyright (c) 2018-2019, The TurtleCoin Developers
// Copyright (c) 2018-2019, The Plenteum Developers
//
// Please see the included LICENSE file fo... |
//
// TeamCardOperationItem.h
// NIM
//
// Created by chris on 15/3/5.
// Copyright (c) 2015年 Netease. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "NIMCardDataSourceProtocol.h"
@interface NIMTeamCardOperationItem : NSObject<NIMKitCardHeaderData>
@property(nonatomic,copy) NSString *title;
... |
/*
Copyright (c) 2015, Plume Design 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
notice, this list of conditions and the... |
/*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2015 The PHP Group |
+--------------... |
/*++ @file
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
Portions copyright (c) 2011, Apple Inc. 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 distribution. The full tex... |
/***************************************************************************//**
* @file
* @brief Timer/counter (TIMER) peripheral API
* @version 5.7.3
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
****... |
//
// 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 <Foundation/NSExtensionContext.h>
@interface RPExtensionHostContext : NSExtensionContext
{
}
+ (id)_extensionAuxiliaryVendorProtocol; // ... |
// SPDX-License-Identifier: GPL-2.0
/*
* Functions related to mapping data to requests
*/
#include <linux/kernel.h>
#include <linux/sched/task_stack.h>
#include <linux/module.h>
#include <linux/bio.h>
#include <linux/blkdev.h>
#include <linux/uio.h>
#include "blk.h"
/*
* Append a bio to a passthrough request. Onl... |
#pragma once
#include <state.h>
void wrap_SecItemAdd(CpuState* state);
void wrap_SecItemCopyMatching(CpuState* state); |
/*
FastLZ - Byte-aligned LZ77 compression library
Copyright (C) 2005-2020 Ariya Hidayat <ariya.hidayat@gmail.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, inc... |
/*++
Copyright (c) 1999 Microsoft Corporation
All rights reserved.
Module Name:
MySetup.h
Abstract:
USBMON setupapi header file
--*/
#ifndef MYSETUPAPI_H
#define MYSETUPAPI_H
#include <setupapi.h>
#include <cfgmgr32.h> // For dot4 pnp reenumeration code.
typedef
(WINAPI * pfSetupDiDestroyDevic... |
/**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* 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... |
/**
* link: https://www.urionlinejudge.com.br/judge/en/problems/view/1009
* Author: Rafael Giordanno
**/
#include <stdio.h>
int main()
{
double salary, sales;
while (getchar() != '\n') {}
scanf("%lf %lf", &salary, &sales);
printf("TOTAL = R$ %.2lf\n", (salary + (sales * 0.15)));
return 0;
} |
// Copyright (c) 2018 CloudMakers, s. r. o.
// All rights reserved.
//
// You can use this software under the terms of 'INDIGO Astronomy
// open-source license' (see LICENSE.md).
//
// THIS SOFTWARE IS PROVIDED BY THE AUTHORS 'AS IS' AND ANY EXPRESS
// OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
/... |
// ======================================================================== //
// Copyright 2009-2015 Intel Corporation //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// y... |
/*
* Arm SCP/MCP Software
* Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <fwk_banner.h>
#include <fwk_macros.h>
#include <fwk_module.h>
#include <fwk_module_idx.h>
#include <mod_log.h>
#include <mod_pl011.h>
#include <scp_rdn1e1_... |
/**
* CityEngine SDK Custom STL Decoder Example
*
* This example demonstrates the usage of the PRTX interface
* to write custom decoders.
*
* See README.md in https://github.com/Esri/cityengine-sdk for build instructions.
*
* Written by Simon Haegler
* Esri R&D Center Zurich, Switzerland
*
* Copyright 2012-2... |
#ifndef UTIL_TYPE_3D_H
#define UTIL_TYPE_3D_H
#include <cmath>
#include <array>
#include <vector>
#include <iostream>
#include "matrix.hpp"
namespace util
{
template <class T>
struct Point3_
{
friend std::ostream& operator <<(std::ostream& out, const Point3_& p)
{
out << p.x << " " << p.y << " " << ... |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.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 ... |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2012 The PHP Group |
+--------------... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/HealthUI.framework/HealthUI
*/
@interface HKPercentageDisplayTypeValueFormatter : HKQuantityDisplayTypeValueFormatter
- (id)attributedStringFromValue:(id)arg1 displayType:(id)arg2 unitController:(id)arg3 valueFont:(id)arg4 unitFont:(id)arg5;
... |
#pragma once
constexpr float pi = 3.141592653589793238462643383279502884197f;
constexpr float G = 0.2f; |
#ifndef BOOT_H
#define BOOT_H
_Noreturn void _loop(void);
_Noreturn void _reset(void);
#endif // BOOT_H |
#include "platform_includes.h"
#include "BoardClient.h"
#include "Shader.h"
#include "Billboard.h"
#include "Whiteboard.h"
#include "Controller.h"
#include "Pointer.h"
#include "Gui.h"
#include "../zbar/zbar.h"
#include <ml_types.h>
#include <ml_logging.h>
#include <ml_head_tracking.h>
class MLCameraOutput;
class MLCa... |
#ifndef PRODUCER_H
#define PRODUCER_H
#include "queue_if.h"
class Producer: public sc_module
{
public:
sc_port<queue_if> out;
Producer(sc_module_name _name)
{
SC_THREAD(T);
}
void T()
{
for (char c = 'a'; c <= 'z'; c++)
{
out->write(c);
std::cout << "Wrot... |
#ifndef FMT_INCLUDED
#define FMT_INCLUDED
#include <stdarg.h>
#include <stdio.h>
#include "except.h"
typedef struct va_list_box {
va_list ap;
} va_list_box;
#define T Fmt_T
typedef void (*T)(int code, va_list_box *box,
int put(int c, void *cl), void *cl,
unsigned char flags[256], int width, int precision);
e... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:44:47 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ... |
//
// NSDictionary+Category.h
// Voffice-ios
//
// Created by 何广忠 on 2017/12/7.
// Copyright © 2017年 何广忠. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSDictionary (Category)
//用于数据解析,返回对象为字符串或值类型,数组和字典不要用此方法
- (id)safeObjectForKey:(NSString *)key;
//设置键值对 针对对象为空处理
- (void)safeSetObject:(... |
//=================================================================================================
/*!
// \file blaze/util/threadpool/TaskQueue.h
// \brief Task queue for the thread pool
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library. You can redist... |
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1999-2012 The OpenLDAP Foundation.
* Portions Copyright 1999 John C. Quillan.
* Portions Copyright 2002 myinternet Limited.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or wi... |
/*
TDA8261 8PSK/QPSK tuner driver
Copyright (C) Manu Abraham (abraham.manu@gmail.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 la... |
/// @file StdIterator.h
/// @author Braxton Salyer <braxtonsalyer@gmail.com>
/// @brief This module provides iterator Trait templates similar to the different categories of
/// iterators in C++ for C2nxt.
/// @version 0.1
/// @date 2022-01-02
///
/// MIT License
/// @copyright Copyright (c) 2022 Braxton Salyer <braxton... |
/*
* Copyright (c) 2015 Cossack Labs 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 required by applicable law or agreed to ... |
#include <iostream>
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <conio.h>
#include <time.h> |
#ifndef USER_FREERTOS_CONFIG_H
#define USER_FREERTOS_CONFIG_H
#endif /* USER_FREERTOS_CONFIG_H */
/******************************** End of File *********************************/ |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
namespace Common... |
//###########################################################################
//
// FILE: hw_epwm.h
//
// TITLE: Definitions for the C28x EPWM registers.
//
//###########################################################################
// $TI Release: F2837xD Support Library v3.05.00.00 $
// $Release Date: Tue Jun ... |
//
// LDNDracoEncoderResult+Private.h
// Landon
//
// Created by Jack Mousseau on 5/24/20.
// Copyright © 2020 Jack Mousseau. All rights reserved.
//
#import "LDNDracoEncoderResult.h"
/// A Draco encoder result.
@interface LDNDracoEncoderResult (Private)
/// Initialize a Draco encoder result.
///
/// @param stat... |
/*
The MIT License (MIT)
Copyright (c) 2016 British Broadcasting Corporation.
This software is provided by Lancaster University by arrangement with the BBC.
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... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, September 26, 2020 at 1:43:44 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18J386)
* Image Source: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
* classdump-dyld is licensed under GPLv... |
/*******************************************************************************
* File Name: UART_1_rx.h
* Version 2.10
*
* Description:
* This file containts Control Register function prototypes and register defines
*
* Note:
*
********************************************************************************
* Copy... |
//
// AxisInputManager.h
// libsdlTest
//
// Created by Andreas Stahl on 23.02.15.
// Copyright (c) 2015 Andreas. All rights reserved.
//
#pragma once
#include <Engine/Utilities.h>
namespace Engine {
namespace Input {
enum class Button {
A, B,
X, Y,
Select,
Start,
DPad_Up, DPad_Down, DPad_Lef... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:45:46 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli... |
/* vi:set ts=4 sw=4 expandtab:
*
* Copyright 2016, Chris Leishman (http://github.com/cleishm)
*
* 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/LI... |
/* pngset.c - storage of image information into info struct
*
* Last changed in libpng 1.6.30 [(PENDING RELEASE)]
* Copyright (c) 1998-2017 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
* This code is r... |
#include <Python.h>
#include "py_parse.h"
#include "matrix.h"
#include "_shinythings_Matrix.h"
static PyObject*
Matrix_new(PyTypeObject* type, PyObject* args, PyObject* kwargs)
{
_shinythings_MatrixObject* self;
self = (_shinythings_MatrixObject*) type->tp_alloc(type, 0);
return (PyObject*) self;
}
stat... |
#ifndef _tipos_
#define _tipos_
typedef enum{
NO_PROGRAMA,
NO_DECLPROGRAMA,
NO_DECLFUNCVAR,
NO_DECLFUNC,
NO_DECLVAR,
NO_LISTACOMANDOS,
NO_LISTADECLVAR,
NO_LISTAPARAMS,
NO_BLOCO,
NO_FUNCAO,
NO_VETORPARAMS,
NO_SEENTAO,
NO_SEENTAOSENAO,
NO_ENQUANTO,
NO_RETORNO,
NO_ESCREVA,
NO_LEIA,
NO_COMANDOVAZIO,
NO... |
/********************************************************************
Copyright 2010-2017 K.C. Wang, <kwang@eecs.wsu.edu>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the Licens... |
/*
* Copyright (c) 2017 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
* rights ... |
// Copyright 2015 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 THIRD_PARTY_BLINK_PUBLIC_COMMON_MANIFEST_MANIFEST_ICON_SELECTOR_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_MANIFEST_MANIFEST_ICON_SELECTOR_H_
#in... |
/*
* Automatically Generated from Mathematica.
* Thu 4 Nov 2021 17:01:37 GMT-04:00
*/
#ifndef JP_RIGHT_TOE_PITCH_H
#define JP_RIGHT_TOE_PITCH_H
#include <Eigen/Dense>
Eigen::Matrix<double,3,36> Jp_right_toe_pitch(const Eigen::Matrix<double,36,1> &var1);
#endif |
// Copyright 2020 The Fuchsia 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 SRC_STORAGE_FVM_HOST_MINFS_FORMAT_H_
#define SRC_STORAGE_FVM_HOST_MINFS_FORMAT_H_
#include <memory>
#include <fbl/unique_fd.h>
#include "src/sto... |
#import <Foundation/Foundation.h>
#import "PBGeosearchLocations.h"
#import "PBApi.h"
/**
* Location Intelligence APIs
* Incorporate our extensive geodata into everyday applications, business processes and workflows.
*
* OpenAPI spec version: 8.5.0
*
*
* NOTE: This class is auto generated by the swagger code generator... |
#include "types.h"
#include "stat.h"
#include "user.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
int priority, pid;
if(argc != 3){
printf(2,"Usage: setPriority priority pid\n");
exit();
}
pid = atoi(argv[2]);
priority = atoi(argv[1]);
if (priority < 0 || priority > 100){
printf(2,"I... |
/**
* NOTICE
*
* Copyright 2017 Tile Inc. All Rights Reserved.
* All code or other information included in the accompanying files ("Tile Source Material")
* is PROPRIETARY information of Tile Inc. ("Tile") and access and use of the Tile Source Material
* is subject to these terms. The Tile Source Material may o... |
/**************************************************************************//**
* @file efr32mg13p_acmp.h
* @brief EFR32MG13P_ACMP register and bit field definitions
* @version 5.1.3
******************************************************************************
* @section License
* <b>Copyright 2017 Silicon Labor... |
/* Copyright 2016 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... |
/**
* \file
*
* \brief SPI flash API
*
* Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivatives exclusively with Microchip products.
* It is your respon... |
/*
File: sshcrmf.h
Copyright:
Copyright (c) 2002, 2003 SFNT Finland Oy.
All rights reserved.
Description:
Encrypted value handing (from CRMF)
*/
#include "sshcrypt.h"
#include "x509.h"
#ifndef SSHCRMF_H
#define SSHCRMF_H
SshX509EncryptedValue
ssh_crmf_create_encrypted_private_key(co... |
/*
* Hedgewars, a free turn based strategy game
* Copyright (c) 2004-2014 Andrey Korotaev <unC0Rr@gmail.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; version 2 of the License
*
... |
/*
** Filename: cfe_error.h
** $Id: cfe_error.h 1.14 2014/05/30 13:23:19GMT-05:00 lwalling Exp $
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
**... |
#pragma once
#include "AdaMath.h"
#include "Component.h"
class SceneNode;
class MoveComponent : public Component {
public:
MoveComponent(SceneNode* p);
float speed;
float sensitivity;
void MoveForward(float deltaTime);
void MoveRight(float deltaTime);
void MoveUp(float deltaTime);
void AddYaw(float offset);
voi... |
// NOTE: This file was generated by the ServiceGenerator.
// ----------------------------------------------------------------------------
// API:
// Service Usage API (serviceusage/v1)
// Description:
// Enables services that service consumers want to use on Google Cloud
// Platform, lists the available or enabl... |
#ifndef __PLUGIN_AAC_H__
#define __PLUGIN_AAC_H__
#include "pluginaac_export.h"
// the AAC Decoder handler.
typedef void* aac_dec_t;
// @AnyRTC Interface
PLUGIN_AAC_API aac_dec_t aac_decoder_open(unsigned char* adts, unsigned int len, unsigned char* outChannels, unsigned int* outSampleHz);
PLUGIN_AAC_API void aac_dec... |
/*
* IJKMediaFramework.h
*
* Copyright (c) 2013 Bilibili
* Copyright (c) 2013 Zhang Rui <bbcallen@gmail.com>
*
* This file is part of ijkPlayer.
*
* ijkPlayer 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 Softwa... |
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
//
// This file is provided under a dual BSD/GPLv2 license. When using or
// redistributing this file, you may do so under either license.
//
// Copyright(c) 2018 Intel Corporation. All rights reserved.
//
// Author: Liam Girdwood <liam.r.girdwood@linux.intel.... |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <Foundation/Foundation.h>
#import <FBControlCore/FBControlCore.h>
NS_ASSUME_NONNULL_BEGIN
@class FBIDBCommandExecutor;
@... |
#include <stdint.h>
typedef unsigned long int intptr_t;
/*
STDC(199901)
*/ |
//
// Created by ZhangCheng on 20/11/2017.
//
#include "log_producer_manager.h"
#include "inner_log.h"
#include "md5.h"
#include "sds.h"
#define LOG_PRODUCER_FLUSH_INTERVAL_MS 100
#define MAX_LOGGROUP_QUEUE_SIZE 102400
#define MIN_LOGGROUP_QUEUE_SIZE 32
#define MAX_MANAGER_FLUSH_COUNT 100 // 10MS * 100
#define MA... |
/*
* Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <errno.h>
#include <common/bl_common.h>
#include <common/debug.h>
#include <common/tbbr/tbbr_img_def.h>
#include <drivers/arm/css/sds.h>
#include <drivers/arm/sp805.h>
#include <p... |
// Copyright 2015, VIXL authors
// 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 conditions ... |
// 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.
// This class works with command lines: building and parsing.
// Arguments with prefixes ('--', '-', and on Windows, '/') are switches.
// Switches wi... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, June 7, 2020 at 11:16:07 AM Mountain Standard Time
* Operating System: Version 13.4.5 (Build 17L562)
* Image Source: /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by... |
#pragma once
/* The following macros define the minimum required platform. The minimum required platform
is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
your application. The macros work by enabling all features available on platform versions up to and
including... |
#pragma once
#include "DialogInterfaceHook.h"
#define CFENGINSTANCE_ADDRESS 0x91CADC
#define CFENGQUEUEMESSAGE_ADDRESS 0x00516BE0
#define EXITTHEGAMEFLAG_ADDRESS 0x9257EC
#define BOOTFLOW1_ADDRESS 0x008F3C58
#define BOOTFLOW2_ADDRESS 0x008F3C78
#define BOOTFLOW3_ADDRESS 0x008F3C98
#define BOOTFLOW4_ADDRESS 0x008F3CB4
#... |
/*******************************************************************************
System Configuration Header
File Name:
configuration.h
Summary:
Build-time configuration header for the system defined by this project.
Description:
An MPLAB Project may have multiple configurations. This file defin... |
/*
* Copyright (C) 2013 Glyptodon 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, publi... |
#ifndef __NORMALIZE_PHONE_H_
#define __NORMALIZE_PHONE_H_
#pragma once
#include "../wim_packet.h"
namespace core
{
namespace tools
{
class http_request_simple;
}
}
namespace core
{
class phone_info;
namespace wim
{
class normalize_phone : public wim_packet
{
... |
#pragma once
#include <GLUL/Config.h>
#include <GLUL/Input/Event.h>
#include <GLUL/Input/EventAggregator.h>
#include <functional>
#include <vector>
namespace GLUL {
namespace Input {
class GLUL_API EventTrigger {
public:
EventTrigger(EventAggregator& eventAggregator);
... |
//#define NDEBUG
#ifndef __dbg_h__
#define __dbg_h__
#include <stdio.h>
#include <errno.h>
#include <string.h>
#ifdef NDEBUG //if NO DEBUG
#define debug(M, ...)
#else
#define debug(M, ...) fprintf(stderr, "DEBUG %s:%d: " M "\n", __FILE__, __LINE__, ##__VA_ARGS__)
#endif
#define clean_errno() (errno == 0 ? "None" : ... |
// MIT License
// Copyright (c) 2019 Erin Catto
// Copyright (c) 2013 Google, 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 r... |
// Copyright 2019 The Fuchsia 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 GARNET_BIN_MEDIA_CODECS_TEST_FRAME_ENCODER_H_
#define GARNET_BIN_MEDIA_CODECS_TEST_FRAME_ENCODER_H_
#include <lib/component/cpp/startup_context.h>... |
//==============================================================================
//
// Title: Whisker.h
// Purpose: Whisker Module specific header file.
//
// Created on: 17-7-2015 at 14:17:06 by Vinod Nigade.
// Copyright: VU University Amsterdam. All Rights Reserved.
//
//===========================================... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.