text stringlengths 9 948k |
|---|
//
// MeCell2.h
// TZTV
//
// Created by Luosa on 2016/11/8.
// Copyright © 2016年 Luosa. All rights reserved.
//
@interface MeCell2 : YJTableViewCell
@end |
/******************************************************************************
* Copyright (c) 2011 IBM Corporation
* All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* http://www.... |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* sysfs.h - definitions for the device driver filesystem
*
* Copyright (c) 2001,2002 Patrick Mochel
* Copyright (c) 2004 Silicon Graphics, Inc.
* Copyright (c) 2007 SUSE Linux Products GmbH
* Copyright (c) 2007 Tejun Heo <teheo@suse.de>
*
* Please see Documentation/file... |
/*
* Copyright 2012 Hans Leidekker for CodeWeavers
*
* 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 2.1 of the License, or (at your option) any later version.
*
... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:10:22 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/Frameworks/TVServices.framew... |
/*
File: BaseNode.h
Abstract: Generic multi-use node object used with NSOutlineView and NSTreeController.
Version: 1.4
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
Inc. ("Apple") in consideration of your agreement to the following
terms, and your use, installation, modifi... |
// Matt Wells, copyright Nov 2008
#ifndef _IMAGES_H_
#define _IMAGES_H_
#include "Msg0.h"
#include "Msg36.h"
#include "Msg13.h"
#include "IndexList.h"
#include "MsgC.h"
#include "SafeBuf.h"
#include "HttpRequest.h" // FORMAT_HTML
#define MAX_IMAGES 500
// a single serialized thumbnail:
class ThumbnailInfo {
public... |
/*
LUFA Library
Copyright (C) Dean Camera, 2011.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... |
/*************************************************************************
* *
* YAP Prolog *
* *
* Yap Prolog was developed at NCCUP - Universidade do Porto *
* *
* Copyright L.Damas, V.S.Costa and Universidade do Porto 1985-1997 *
* *
************************************... |
/**
@file rand/common/osal_rand.c
@brief Get random number.
@author Pekka Lehtikoski
@version 1.0
@date 26.4.2021
Currently returns just C standard library pseudo random numbers. This implementation is very
weak for encryprion. Better platform specific implementations are to be done in future.
... |
#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_AwesomeDownloading_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_AwesomeDow... |
/*
* Copyright © 2020 Amazon.com, Inc. or its affiliates.
* 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
... |
/* sqConfig.h -- platform identification and configuration */
#if defined(TARGET_API_MAC_CARBON)
/* For Apple's OS X versions of darwin */
# include <MacTypes.h>
#endif
#define macintoshSqueak 1
# if defined(SQ_CONFIG_DONE)
# error configuration conflict
# endif
# define SQ_CONFIG_DONE
#if !defined(SQ_CONFIG_DON... |
// Copyright (c) 2011-2013 The Bitcoin developers
// Copyright (c) 2017 The PIVX developers
// Copyright (c) 2017-2018 The HUZU developers
// Copyright (c) 2018-2019 The ZIJA developers
// Copyright (c) 2019 The CGEN developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or h... |
#ifndef LEXER_H
#define LEXER_H
#include <sstream>
#include <vector>
#include <string>
#include <QRegExp>
#include <QString>
#include <locale>
#include "Token.h"
class Lexer
{
public:
Lexer(std::wstringstream &str);
Token getNextToken();
private:
bool tryAppend(std::wstring &value, wchar_t ch);
std:... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:13:32 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.... |
/*
* This file is part of Poedit (https://poedit.net)
*
* Copyright (C) 2018-2022 Vaclav Slavik
*
* 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 wi... |
#pragma once
#include <functional>
#include <string>
#include <vector>
#include "envoy/api/v2/discovery.pb.h"
#include "envoy/config/endpoint/v3/endpoint_components.pb.h"
#include "envoy/server/process_context.h"
#include "common/config/api_version.h"
#include "common/config/version_converter.h"
#include "extension... |
/*
* Copyright (c) 2015 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_RTC_H_
#define ZEPHYR_INCLUDE_RTC_H_
#include <zephyr/types.h>
#include <device.h>
#include <misc/util.h>
#ifdef __cplusplus
extern "C" {
#endif
/** Number of RTC ticks in a second */
#define RTC_ALARM_SE... |
/*
* Copyright (C) 2016-2022 T-Head Semiconductor Co., Ltd. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* 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
*
* www.apache.... |
#ifndef RPCClusterSizeTest_H
#define RPCClusterSizeTest_H
#include "DQM/RPCMonitorClient/interface/RPCClient.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include <vector>
#include <string>
class RPCClusterSizeTest : public RPCClient {
public:
/// Constructor
RPCClusterSizeTest(const edm::ParameterSet &ps... |
// SPDX-License-Identifier: GPL-2.0
/*
* Basic worker thread pool for io_uring
*
* Copyright (C) 2019 Jens Axboe
*
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/sched/signal.h>
#include <linux/mm.h>
#include <linux/sched/mm.h>
#include <linux/percpu.h>
#include <linu... |
//5:27 PM 11/19/2018
/**
* Copyright (c) 2018, SOW (https://www.safeonline.world). (https://github.com/RKTUXYN) All rights reserved.
* @author {SOW}
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
#if defined(_MSC_VER)
#pragma once
#endif//!_MSC_VER
#if !defined(_npgsq... |
/* Created RJudd August 29, 1999 */
/* SPAWARSYSCEN D881 */
/**********************************************************************
// For TASP VSIPL Documentation and Code neither the United States /
// Government, the United States Navy, nor any of their employees, /
// makes any warranty, express or implied... |
#ifndef _MFnLambertShader
#define _MFnLambertShader
//-
// ==========================================================================
// Copyright (C) 1995 - 2006 Autodesk, Inc., and/or its licensors. All
// rights reserved.
//
// The coded instructions, statements, computer programs, and/or related
// material (colle... |
#ifndef CERT_TRANS_SERVER_CT_LOG_MANAGER_H_
#define CERT_TRANS_SERVER_CT_LOG_MANAGER_H_
#include <boost/scoped_ptr.hpp>
#include <map>
#include <string>
#include <vector>
#include "base/macros.h"
#include "proto/ct.pb.h"
class Frontend;
template <class T> class LogLookup;
template <class T> class TreeSigner;
namesp... |
/***
*
* Copyright (c) 1996-2002, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* obje... |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... |
#include <iostream>
using namespace std;
void agregarProducto(string descripcion, int cantidad, double precio); |
/*****************************************************************************
*
* MODULE: Analog Input Basic Cluster
*
* COMPONENT: AnalogInputBasic.h
*
* AUTHOR: Daniel Watson
*
* DESCRIPTION: Header for Analog Input Basic Cluster
*
* $HeadURL: https://www.collabnet.n... |
/////////////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1997 Active Voice Corporation. All Rights Reserved.
//
// Active Agent(r) and Unified Communications(tm) are trademarks of Active Voice Corporation.
//
// Other brand and product names used herein are trademar... |
/*
* sched_get_priority_max.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999,... |
/*
* Renesas R-Car SATA driver
*
* Author: Vladimir Barinov <source@cogentembedded.com>
* Copyright (C) 2013-2015 Cogent Embedded, Inc.
* Copyright (C) 2013-2015 Renesas Solutions Corp.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public Li... |
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:04:13 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias... |
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_WALLETFRAME_H
#define BITCOIN_QT_WALLETFRAME_H
#include <QFrame>
#include <QMap>
class BitcoinGUI;
class... |
//
/*
* Copyright (c) 2020 Elastos Foundation
*
* 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, merg... |
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2018 Cisco Systems, Inc.
*
* Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
*
* Configuration settings for the Broadcom BCM7260 SoC family.
*/
#ifndef __CONFIG_H
#define __CONFIG_H
#define CONFIG_SYS_NS16550_COM1 0xf040c000
#define CONFIG_SYS_TEXT_B... |
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
//
// is.h: Rcpp R/C++ interface class library -- is implementations
//
// Copyright (C) 2013 - 2015 Dirk Eddelbuettel and Romain Francois
//
// This file is part of Rcpp.
//
// Rcpp is free software: you can redistribute it and/or modi... |
/*-----------------------------------------------------------------------------
* config/eaplatform.h
*
* Copyright (c) Electronic Arts Inc. All rights reserved.
*-----------------------------------------------------------------------------
* Currently supported platform indentification defines include:
*/
/*
* ... |
#ifndef MESHING_TRIMESH_TOPOLOGY_H
#define MESHING_TRIMESH_TOPOLOGY_H
#include "TriMesh.h"
namespace Meshing {
/** @ingroup Meshing
* @brief A callback base class for traversing triangle mesh topology.
*
* 2 types of traversal: <br>
* Triangle walk: nodes are triangles, arcs are edges
* Tri() called on new no... |
/*
* Copyright 2008-2015, Marvell International Ltd.
* All Rights Reserved.
*/
/** mdev_test.c: Functions for CLI based testing of the mdev interface.
*/
#include <string.h>
#include <stdlib.h>
#include <mdev.h>
#include <wm_os.h>
#include <cli.h>
#include <cli_utils.h>
static mdev_t mdev_devNull __attribute__((... |
//
// Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu>
// Creation Date: Fri Aug 9 17:57:41 EDT 2019
// Last Modified: Wed Aug 14 07:49:56 EDT 2019
// Filename: tool-homophonic.h
// URL: https://github.com/craigsapp/humlib/blob/master/include/tool-homophonic.h
// Syntax: C++11; humlib
... |
//
// FlashServiceOrderDetailProgressCollectionViewCell.h
// KidsTC
//
// Created by zhanping on 8/18/16.
// Copyright © 2016 詹平. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "FlashServiceOrderDetailModel.h"
@interface FlashServiceOrderDetailProgressCollectionViewCell : UICollectionViewCell
@property (n... |
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2007.
*/
/* ====================================================================
* Copyright (c) 2007 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification,... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <TFNUI/TFNTextCell.h>
__attribute__((visibility("hidden")))
@interface _TtC9T1Twitter30ConversationShowMoreThreadCell : TFNTex... |
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
*/
@interface VSAJSSAMLResponse : IKJSObject <NSCopying, VSAJSSAMLResponse> {
NSString * _authN;
NSString * _authZ;
NSString * _logout;
NSArray * _userChannelList;
NSString *... |
/*******************************************************************************
Project Name: phook
Project Version: 1.0.1
File Name: createexp.h
Revised: 09/06/08
Description: -
Project URL: http://www.fr33project.org/
License: GPL
Copyright... |
/* Copyright (C) 2001-2012 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license ... |
/*
* This file is part of the GROMACS molecular simulation package.
*
* Copyright (c) 2020, by the GROMACS development team, led by
* Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
* and including many others, as listed in the AUTHORS file in the
* top-level source directory and at http://www.gro... |
//===-- Base class for libc unittests ---------------------------*- 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
//
//===---------------------------... |
/* DO NOT EDIT: This file is automatically generated by Cabal */
/* package ansi-escape-codes-0.1.0.0 */
#ifndef VERSION_ansi_escape_codes
#define VERSION_ansi_escape_codes "0.1.0.0"
#endif /* VERSION_ansi_escape_codes */
#ifndef MIN_VERSION_ansi_escape_codes
#define MIN_VERSION_ansi_escape_codes(major1,major2,minor) ... |
/** @file
* ATL lookalike, just the tiny subset we actually need.
*/
/*
* Copyright (C) 2016-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under the term... |
#ifndef COSMOPOLITAN_LIBC_STR_TPENC_H_
#define COSMOPOLITAN_LIBC_STR_TPENC_H_
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
uint64_t tpenc(int32_t) pureconst;
#ifndef __STRICT_ANSI__
#define tpenc(CODE) \
({ \
long Edi, Buf; \
asm("call\ttpenc" ... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:53:16 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/Assistant/Plugins/Phone.assistantBundle/Phone
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias... |
/*
* Copyright (C) 2016-2019 Istituto Italiano di Tecnologia (IIT)
*
* This software may be modified and distributed under the terms of the
* BSD 3-Clause license. See the accompanying LICENSE file for details.
*/
#ifndef INITSURVEILLANCEAREAGRID_H
#define INITSURVEILLANCEAREAGRID_H
#include <BayesFilters/Partic... |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "eval.h"
#include "parser.h"
#include "portable_io.h"
#include "interpreter.h"
/*
程序在内存中的结构如下:
行号 指令 变量 表达式
* 行号是一个无符号整型数, 从1到65529. 0代表该行不存在. 65530~35的数表示特殊
的行.
* 指令是一个字节. 其中
* F 代表 FOR
* N '''' NEXT
* S '''' GOSUB
* R '''' RETURN
* ... |
/*
* 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 created with /daemon/persistent_room_d.c
#include <std.h>
inherit "/cmds/avatar/avatar_room.c";
void create()
{
::create();
set_name("orogcave_h7");
set_property("indoors",1);
set_property("light",-2);
set_property("no teleport",1);
set_terrain("built cave");
set_travel("slick floo... |
/* ReadConBase.h */
//----------------------------------------------------------------------------------------
//
// Project: CCore 4.01
//
// Tag: Applied Mini
//
// License: Boost Software License - Version 1.0 - August 17th, 2003
//
// see http://www.boost.org/LICENSE_1_0.txt or the local copy
//
// C... |
int main()
{
// constants
assert(1.0!=2.0);
assert(1.0==1.0);
assert(1.0<2.0);
assert(!(-1.0<-2.0));
assert(2.0>1.0);
assert(!(-2.0>-1.0));
assert(!(2.0<2.0));
assert(!(-2.0<-2.0));
assert(!(2.0>2.0));
assert(!(-2.0>-2.0));
assert(2.0<=2.0);
assert(-2.0<=-2.0);
assert(2.0>=2.0);
assert(-2.... |
/// \file uintx_t.h
/// \brief Declaration of the extensible unsigned integer class.
#if !defined(__uintx_t__)
#define __uintx_t__
#include <string>
/// \brief The extensible unsigned integer class.
///
/// Extensible unsigned integers store very large numbers as an array of
/// 32-bit words, least-significant first... |
// Copyright (c) 2020, The Troutbucks Project
//
// 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
//... |
/*
* Copyright (c) 2020 Murilo Ijanc' <mbsd@m0x.ru>
*
* Permission to use, copy, modify, and 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 all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE A... |
/**
******************************************************************************
* @file BLE_TimeDomainAlarmSpeed_RMS_Status.c
* @author System Research & Applications Team - Agrate/Catania Lab.
* @version 1.2.0
* @date 28-Feb-2022
* @brief Add BLE Time Domain Alarm Speed RMS Status info services... |
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:46:36 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli... |
#include <nautilus/nautilus.h>
#include <nautilus/shell.h>
#include "nas_sincos.h"
static int sincos(char *__buf, void* __priv);
static struct shell_cmd_impl nas_sincos_impl = {
.cmd = "sc",
.help_str = "sincos test",
.handler = sincos,
};
nk_register_shell_cmd(nas_sincos_impl);
/*------------------... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:12:13 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/PrivateFed... |
/* Copyright (C) 1989, 1991, 1993 Aladdin Enterprises. All rights reserved. */
/* ansi2knr.c */
/* Convert ANSI function declarations to K&R syntax */
/*
ansi2knr is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY. No author or distributor accepts responsibility to anyone for the
consequence... |
/* /android/src/frameworks/base/libs/audioflinger/AudioShelvingFilter.h
**
** Copyright 2009, 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
**
** htt... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkQtTreeModelAdapter.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 softw... |
/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
synlock.h
Abstract:
Prototypes for synlock.c
Author:
22-Aug-1995 t-orig (Ori Gershony)
Revision History:
24-Aug-1999 [askhalid] copied from 32-bit wx86 directory and make work for 64bit.
20-Sept-1999[barrybo] added FRAG2... |
/******************************************************************************
* Code generated with sympy 0.7.6 *
* *
* See http://www.sympy.org/ for more information. *
... |
/**
******************************************************************************
* @file stm32f4xx_hal_conf_template.h
* @author MCD Application Team
* @brief HAL configuration template file.
* This file should be copied to the application folder and renamed
* to stm32f4xx_hal_conf... |
/*
* SPDX-License-Identifier: Apache-2.0
*/
// Adapter for Sum in default domain from version 8 to 7
#pragma once
#include "onnx/version_converter/adapters/adapter.h"
namespace ONNX_NAMESPACE {
namespace version_conversion {
class Sum_8_7 final : public Adapter {
public:
explicit Sum_8_7() : Adapter("Sum", Op... |
/* 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... |
/*
* Copyright (c) 2015-2017, Texas Instruments Incorporated
* 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
* n... |
// Copyright (c) 2014-2018, The Monero Project
//
// 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 o... |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... |
/*******************************************************************************
PCACHE Peripheral Library Template Implementation
File Name:
pcache_DataCacheEnable_Default.h
Summary:
PCACHE PLIB Template Implementation
Description:
This header file contains template implementations
For Featu... |
//GENERATED: C++ Code
#pragma once
class UMaterialExpressionAppendVector_
{
static UClass* _StaticClassForProxy(){return UMaterialExpressionAppendVector::StaticClass();}
public:
static void BindFunctions()
{
mono_add_internal_call("UnrealEngine.UMaterialExpressionAppendVector::StaticClass",(const void*)_StaticCl... |
// Copyright 2020 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 COMPONENTS_FEED_CORE_V2_STREAM_MODEL_H_
#define COMPONENTS_FEED_CORE_V2_STREAM_MODEL_H_
#include <map>
#include <memory>
#include <string>
#inclu... |
/*******************************************************************************************
*
* raylib - sample game: arkanoid
*
* Sample game Marc Palau and Ramon Santamaria
*
* This game has been created using raylib v1.3 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View ray... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:16:30 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/Frameworks/HomeKit.framewor... |
/*
* SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
// This is a driver for OpenCores Ethernet MAC (https://opencores.org/projects/ethmac).
// Espressif chips do not use this MAC, but it is supported in QEMU
// (see hw/net/opencores_eth.c). Since th... |
/* public domain, Simple, Minimalistic GIF writer - http://jonolick.com
*
* Quick Notes:
* Supports only 4 component input, alpha is currently ignored. (RGBX)
*
* Latest revisions:
* 1.00 (2015-11-03) initial release
*
* Basic usage:
* char *frame = new char[128*128*4]; // 4 component. RGBX format, where X i... |
#define LOG_TAG "LCM"
#ifndef BUILD_LK
#include <linux/string.h>
#include <linux/kernel.h>
#endif
#include "lcm_drv.h"
#ifdef BUILD_LK
#include <platform/upmu_common.h>
#include <platform/mt_gpio.h>
#include <platform/mt_i2c.h>
#include <platform/mt_pmic.h>
#include <string.h>
#elif defined(BUILD_UBOOT)
#include <as... |
//============================================================================
// 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... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2015-2018 The Blocknet developers
// Distributed under the MIT software license, see the accompanying
// file COPYI... |
/*
pygame - Python Game Library
Module newbuffer.c, Copyright (C) 2013 Lenard Lindstrom
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at yo... |
/**
* 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.
*/
#pragma once
#include <memory>
#include <unordered_map>
#include <fb/fbjni.h>
#include <jsi/jsi.h>
#include <ReactCommon/TurboMod... |
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
// ************************************************************************* //
// ... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, June 7, 2020 at 11:42:01 AM Mountain Standard Time
* Operating System: Version 13.4.5 (Build 17L562)
* Image Source: /usr/lib/libcoreroutine.dylib
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <libcoreroutin... |
#include "C:\Factory\Common\all.h"
int main(int argc, char **argv)
{
autoList_t *files = readLines(FOUNDLISTFILE);
char *file;
file = selectLine(files);
if(file)
{
char *dir = changeLocal(file, ".");
coExecute_x(xcout("START \"\" \"%s\"", dir));
memFree(dir);
}
releaseDim(files, 1);
memFree(file);
} |
/***************************************************************************//**
* @file
* @brief EFR32MG14P_GPIO register and bit field definitions
*******************************************************************************
* # License
* <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
********... |
inherit "room/outroom";
start() {
mapfile = "/wizards/yodin/areas/plains/virtual_map";
short_desc = "Plains";
long_desc = "Long grass grows all over the place as far as you\n" +
"can see. The ground is covered with various bushes\n" +
"and plants. Occassionally you notice some signs of\n" +
"wildlif... |
// Copyright (c) 2009-2020 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_TEST_FUZZ_UTIL_H
#define BITCOIN_TEST_FUZZ_UTIL_H
#include <amount.h>
#include <arith_uint256.h>
#include <a... |
//===--- IVAnalysis.h - SIL IV Analysis -------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
/*
* gh.c
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
* This package 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 Founda... |
#ifndef STATUS_H_PO4WRDEH
#define STATUS_H_PO4WRDEH
#include "Arduino.h"
enum status_t {
STATUS_OK,
STATUS_INVALID_PARAMS,
STATUS_FAIL,
STATUS_TIMEOUT,
};
String status_to_string(status_t status);
#endif /* end of include guard: STATUS_H_PO4WRDEH */ |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.