text stringlengths 9 948k |
|---|
//
// CBViewController.h
// CoinbaseClient
//
// Created by Josh Beal on 12/10/13.
// Copyright (c) 2013 CoinbaseClient. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CBViewController : UIViewController <UITableViewDelegate, UITableViewDataSource>
@property UITableView *tableView;
@end |
#define WOB_FILE "log.c"
#define _POSIX_C_SOURCE 199506L
#define COLOR_RESET "\x1B[0m"
#define COLOR_WHITE "\x1B[1;37m"
#define COLOR_BLACK "\x1B[0;30m"
#define COLOR_BLUE "\x1B[0;34m"
#define COLOR_LIGHT_BLUE "\x1B[1;34m"
#define COLOR_GREEN "\x1B[0;32m"
#define COLOR_LIGHT_GREEN "\x1B[1;32m"
#define COLOR_CYAN "\x1... |
#ifndef METERPRETER_SOURCE_EXTENSION_STDAPI_SERVER_PRECOMP_H
#define METERPRETER_SOURCE_EXTENSION_STDAPI_SERVER_PRECOMP_H
// sf: Compatability fix for a broken sdk? We get errors in Iphlpapi.h using the latest Windows SDK if we dont do this.
#undef _WIN32_WINNT
#define _WIN32_WINNT _WIN32_WINNT_WIN2K
#include "../st... |
#pragma once
#include "engine/lumix.h"
#include "engine/fs/ifile_device.h"
namespace Lumix
{
class IAllocator;
namespace FS
{
class IFile;
class LUMIX_ENGINE_API MemoryFileDevice : public IFileDevice
{
public:
explicit MemoryFileDevice(IAllocator& allocator) : m_allocator(allocator) {}
void destro... |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtWidgets module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid comm... |
#include "c11threads.h"
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <pocas/core/list.h>
#include "eventloop_internal.h"
#include <pocas/core/event.h>
struct PC_Event
{
const char *name;
PC_List *handlers;
};
struct handlerData
{
void *object;
PC_EventHandler handler;
};
SO... |
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_MMU
# include <asm/mmu_context_mm.h>
#else
# include <asm-generic/mmu_context.h>
#endif |
#ifndef KyHeroEntity_h__
#define KyHeroEntity_h__
#include "KyDefines.h"
#include "KyObject.h"
#endif |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Inlining Support
//
// This file contains enum and class definitions and related
// information that the jit uses to make inlining decisions.
//
// -- ENUMS --
//
// InlineCallFre... |
/*
* ScrollPanel.h
*
* Created on: 21 Jul 2011
* Author: Ashley
*/
#ifndef SCROLLPANEL_H_
#define SCROLLPANEL_H_
#include "Panel.h"
#include "Button.h"
#include "AbstractUIComponent.h"
namespace ARK {
namespace UI {
/*!
* \brief A Panel with a scroll bar.
*
* @author Ashley Gwinnell <info@as... |
/*
* Copyright 1995-2018 The Opentls Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.opentls.org/source/l... |
#pragma once
#include "PythonSmartDelegate.h"
#include "UEPySlatePythonItem.h"
#include "Runtime/Slate/Public/Widgets/Views/SHeaderRow.h"
#include "Runtime/Slate/Public/Widgets/Docking/SDockTab.h"
#include "Runtime/Slate/Public/Widgets/Views/STableRow.h"
#include "Runtime/Slate/Public/Framework/MultiBox/MultiBoxExte... |
/*
* Copyright (C) 2014, Barco (www.barco.com)
* Copyright (C) 2014 Stefan Roese <sr@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <mmc.h>
#include <fsl_esdhc.h>
#include <miiphy.h>
#include <netdev.h>
#include <asm/io.h>
#include <asm/arch/clock.h>
#include <asm/arch/imx-regs.h>
... |
#ifndef SERVER_H
#define SERVER_H
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
#include <sys/mman.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <string.h>
#include "../protocol.h"
#include "game.h"
#endif |
/*----------------------------------------------------------------------------
* File: ooaofooa_TM_ENUMINIT_class.h
*
* Class: Enumeration Init (TM_ENUMINIT)
* Component: ooaofooa
*
* your copyright statement can go here (from te_copyright.body)
*--------------------------------------------------------... |
/*
* Copyright (c) 2007 Dave Airlie <airlied@linux.ie>
* Copyright (c) 2007 Jakob Bornecrantz <wallbraker@gmail.com>
* Copyright (c) 2008 Red Hat Inc.
* Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
* Copyright (c) 2007-2008 Intel Corporation
*
* Permission is hereby granted, free of char... |
/*
* Copyright (c) 2014, SICS Swedish ICT.
* 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 c... |
/****************************************************************************
*
* Copyright (C) 2012 PX4 Development Team. 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. Redistri... |
/**
* Copyright (c) 2015-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.
*/
@class NSN... |
//
// CompanyAnnotationView.h
// MACAddressInfo
//
// Created by hadlinks on 2019/10/23.
// Copyright © 2019 BTStudio. All rights reserved.
//
#import <MapKit/MapKit.h>
NS_ASSUME_NONNULL_BEGIN
UIKIT_EXTERN NSString *const CompanyAnnotationID;
/// 公司位置大头针View
@interface CompanyAnnotationView : MKAnnotationView
... |
/*
* Copyright 2010-2016 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" file... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:35:20 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/Frameworks/CoreData.framework... |
/*
* Read pediodically the temperature from the DS75LX sensor
* then send to the LoRaWAN network in which the endpoint is registered.
* The payload format is LPP Cayenne.
*
* Copyright (C) 2020 LIG Université Grenoble Alpes
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE482_Comparing_Instead_of_Assigning__basic_13.c
Label Definition File: CWE482_Comparing_Instead_of_Assigning__basic.label.xml
Template File: point-flaw-13.tmpl.c
*/
/*
* @description
* CWE: 482 Comparing Instead of Assigning
* Sinks:
* GoodSink: Assigning
* Bad... |
#ifndef IB1_MATRIX_H_
#define IB1_MATRIX_H_
#include <boost/fusion/include/vector.hpp>
#include "KeyClasses.h"
typedef boost::fusion::vector<KeyF5, KeyF6, KeyF7, KeyF8, KeyF9, KeyF10, KeyF11, KeyF12, KeyPRTSCR, KeySCRLK, KeyPAUSE> Row0;
typedef boost::fusion::vector<Key... |
/*
*
* Copyright 2019 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... |
#include <stdio.h>
#include <mysql.h>
#include <string>
#include <node.h>
#include <node_object_wrap.h>
namespace NodeSql {
using v8::FunctionCallbackInfo;
using v8::Isolate;
using v8::Local;
using v8::Object;
using v8::String;
using v8::Value;
using v8::Exception;
class NodeMysql : public node::ObjectWrap... |
/*
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 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.
*... |
/*
* 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.
*
*/
#pra... |
#include <linux/module.h>
#include <linux/fs.h>
MODULE_AUTHOR("katagiritakeru";)
MODULE_DESCRIPTION("driver for LED control");
MODULE_LICENSE("GPL");
MODULE_VERSION("0.0.1");
static dev_t dev;
static int __init init_mod(void) //カーネルモジュールの初期化
{
int retval;
retval = alloc_chrdev_region(&dev, 0, 1, "myled");
if(re... |
extern int get_operstate(const char *name);
extern int print_linkinfo(const struct sockaddr_nl *who,
struct nlmsghdr *n,
void *arg);
extern int print_linkinfo_brief(const struct sockaddr_nl *who,
struct nlmsghdr *n,
void *arg);
extern int print_addrinfo(const struct sockaddr_nl *who,
struct nlmsg... |
/*
Copyright (c) 1994-2003, Jason W. Bacon, Acadix Software Systems
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... |
/*
* name: scheduler
* autor: Daniel Franze
*
* source 1: http://stackoverflow.com/questions/17877368/getopt-passing-string-parameter-for-argument
* source 2: http://www.jbox.dk/sanos/source/include/pthread.h.html
* source 3: http://stackoverflow.com/questions/3219393/stdlib-and-colored-output-in-c
* source 4: h... |
/*
* Copyright 2015 Facebook, 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... |
#include <stdio.h>
int main(void)
{
printf(" *\n");
printf(" *\n");
printf(" *\n");
printf(" *\n");
printf("* *\n");
printf(" * *\n");
printf(" *\n");
return 0;
} |
/*
* Copyright (c) 2011 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/*
* Stub routine for `setegid' for porting support.
*/
#include <unistd.h>
#include <sys/types.h>
#include <errno.h>
int setegid(uid... |
/*
Copyright 2022 Alejandro Cosin & Gustavo Patow
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 writ... |
//
// TwoViewController.h
// XHBEventTracker_Example
//
// Created by 李俊毅 on 2020/9/23.
// Copyright © 2020 李洋超. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CustomCollectionCell : UICollectionViewCell
@property (weak, nonatomic) UILabel *titleLabel;
@end
@interface TwoVi... |
/*
* Copyright (C) 2014, 2017-2018 The Linux Foundation. All rights reserved.
* Not a contribution
* Copyright (C) 2008 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 o... |
// Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include <cstdint>
/** PWL Segment - as read directly by the accelerator */
typedef struct _pwl_segment_t {
int32_t xBase; // X Component of segment starting point, with scaling encoded if needed.... |
#pragma once
#include "AgentsConfig.h"
#include <string>
#include <future>
#include "sc2api/sc2_game_settings.h"
#include "sc2api/sc2_connection.h"
#include "sc2api/sc2_server.h"
struct Stats
{
float avgLoopDuration{0.0f};
size_t gameLoops{0U};
// Fill this with more stats
// time for first Loop
... |
/*
* Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
* Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU General Public Licen... |
/**
* @file
* This file is part of SeisSol.
*
* @author Alexander Breuer (breuer AT mytum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer)
* @author Carsten Uphoff (c.uphoff AT tum.de, http://www5.in.tum.de/wiki/index.php/Carsten_Uphoff,_M.Sc.)
*
* @section LICENSE
* Copyright (c) 2013-201... |
#pragma once
#include "Crypto/PRNG.h"
#include "Common/Defines.h"
#include "Common/Log.h"
#include "Common/Log1.h"
#include <set>
#include "Hashing/polyFFT.h"
#include <NTL/ZZ_p.h>
#include <NTL/vec_ZZ_p.h>
#include <NTL/ZZ_pX.h>
#include <NTL/ZZ.h>
#include <ObliviousDictionary.h>
#include "xxHash/xxhash.h"
using nam... |
/*
* Mesh operations specific to D3DX9.
*
* Copyright (C) 2005 Henri Verbeet
* Copyright (C) 2006 Ivan Gyurdiev
* Copyright (C) 2009 David Adam
* Copyright (C) 2010 Tony Wasserka
* Copyright (C) 2011 Dylan Smith
* Copyright (C) 2011 Michael Mc Donnell
* Copyright (C) 2013 Christian Costa
*
* This library is ... |
/********************************************************************\
|* *|
|* Copyright (c) 2006 by SimpLight Nanoelectronics. *|
|* All rights reserved *|
|* ... |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* SPDX-FileCopyrightText: Copyright (c) 2013-2017 Damien P. George
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "S... |
/* Created RJudd September 30, 2000 */
/* SPAWARSYSCEN D857 */
/**********************************************************************
// For TASP VSIPL Documentation and Code neither the United States /
// Government, the United States Navy, nor any of their employees, /
// makes any warranty, exp... |
/***************************************************************************/
/* */
/* ftlcdfil.c */
/* */
/* Fr... |
/*
* Copyright (C) 2018 by Benedict Paten (benedictpaten@gmail.com)
*
* Released under the MIT license, see LICENSE.txt
*/
#include <getopt.h>
#include <stdio.h>
#include <ctype.h>
#include <memory.h>
#include <hashTableC.h>
#include <unistd.h>
#include <time.h>
#include "marginVersion.h"
#include "margin.h"
#inc... |
/* file: modifier.h */
/*******************************************************************************
* Copyright 2014-2019 Intel Corporation
*
* 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... |
/*
* SN Platform GRU Driver
*
* FAULT HANDLER FOR GRU DETECTED TLB MISSES
*
* This file contains code that handles TLB misses within the GRU.
* These misses are reported either via interrupts or user polling of
* the user CB.
*
* Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved.
*
... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:48:58 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ... |
// ------------------------------------------------------------
// 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
#define Metadata... |
/*-
* SSLsplit - transparent SSL/TLS interception
* https://www.roe.ch/SSLsplit
*
* Copyright (c) 2009-2019, Daniel Roethlisberger <daniel@roe.ch>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions a... |
#ifndef MEMORY_H
#define MEMORY_H
#include <framebot/framebot.h>
char *alloc_string(const char * str);
char *realloc_string(char *base, char *str);
char * found_str_attach(char * str);
void ffree_array_str(char **str);
#endif |
/*-
* BSD LICENSE
*
* Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
* 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 cod... |
// license:BSD-3-Clause
// copyright-holders:David Haywood
#include "cpu/m68000/m68000.h"
#include "includes/bfm_sc4.h"
class bfm_sc5_state : public bfm_sc45_state
{
public:
bfm_sc5_state(const machine_config &mconfig, device_type type, const char *tag)
: bfm_sc45_state(mconfig, type, tag),
m_maincpu(*this, "main... |
#include "debug.h"
static void print_stack_trace();
static elf_t kernel_elf;
void init_debug()
{
// 从 GRUB 提供的信息中获取到内核符号表和代码地址信息
kernel_elf = elf_from_multiboot(glb_mboot_ptr);
}
void print_cur_status()
{
static int round = 0;
uint16_t reg1, reg2, reg3, reg4;
asm volatile ( "mov %%cs, %0;"
... |
//-----------------------------------------------------------------------------
// Copyright (c) 2013 GarageGames, 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 restrictio... |
///
/// Copyright (c) 2016 Dropbox, Inc. All rights reserved.
///
/// Auto-generated by Stone, do not modify.
///
#import <Foundation/Foundation.h>
#import <ObjectiveDropboxOfficial/DBSerializableProtocol.h>
@class DBTEAMLOGDeviceType;
NS_ASSUME_NONNULL_BEGIN
#pragma mark - API Object
///
/// The `DeviceType` uni... |
/*
* Copyright (c) 2015-2018 Contributors as noted in the AUTHORS file
*
* This file is part of Solo5, a sandboxed execution environment.
*
* 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 th... |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_CHILD_WEBKITPLATFORMSUPPORT_IMPL_H_
#define CONTENT_CHILD_WEBKITPLATFORMSUPPORT_IMPL_H_
#include "base/compiler_specific.h"
#include ... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include "smaz.h"
void hexDump (char *desc, void *addr, int len) {
int i;
unsigned char buff[17];
unsigned char *pc = addr;
if (desc != NULL) {
printf ("%s:\n", desc);
}
for (i = 0; i < len; i++) {
... |
/* crypto/ts/ts.h */
/*
* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL project
* 2002, 2003, 2004.
*/
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, wit... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef _PWRCOIN_COMPAT_H
#define _PWRCOIN_COMPAT_H 1
#ifdef WIN32
#define _WIN32_... |
/*
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. All rights reserved.
* $
*/
#ifndef SOC_SAND_CHIP_DESCRIPTORS_H
#define SOC_SAND_CHIP_DESCRIPTORS_H
#ifdef __cplusplus
extern "C" {
#endif
#... |
// Copyright 2015-present 650 Industries. All rights reserved.
#import <AVKit/AVKit.h>
@protocol EXVideoPlayerViewControllerDelegate <NSObject>
- (void)videoPlayerViewControllerWillDismiss:(AVPlayerViewController *)playerViewController;
- (void)videoPlayerViewControllerDidDismiss:(AVPlayerViewController *)playerVie... |
/*
* (C) Copyright 2005- ECMWF.
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*
* In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
* virtue of its status as an int... |
#include "param.h"
#include "types.h"
#include "stat.h"
#include "user.h"
#include "fs.h"
#include "fcntl.h"
#include "syscall.h"
#include "traps.h"
#include "memlayout.h"
char buf[8192];
char name[3];
char *echoargv[] = { "echo", "ALL", "TESTS", "PASSED", 0 };
int stdout = 1;
// does chdir() call iput(p->cwd) in a ... |
/** @file
Register names for PCH P2SB device
Conventions:
Prefixes:
Definitions beginning with "R_" are registers
Definitions beginning with "B_" are bits within registers
Definitions beginning with "V_" are meaningful values within the bits
Definitions beginning with "S_" are register sizes
Definitions... |
/* This file is part of VoltDB.
* Copyright (C) 2008-2020 VoltDB Inc.
*
* This file contains original code and/or modifications of original code.
* Any modifications made by VoltDB Inc. are licensed under the following
* terms and conditions:
*
* This program is free software: you can redistribute it and/or modi... |
/*
* 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) 2018 Intel Corporation
* 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 condi... |
/* Copyright (c) 2011-2017, NVIDIA CORPORATION. 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 (c) 2005-2019 Intel Corporation
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 la... |
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2006, 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 source cod... |
/*-
* Copyright (c) 2003-2010 Tim Kientzle
* 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 c... |
/*
* ezSAT -- A simple and easy to use CNF generator for SAT solvers
*
* Copyright (C) 2013 Clifford Wolf <clifford@clifford.at>
*
* 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 ... |
// Automatically generated by: ::SceMiMsg
// DO NOT EDIT
// C++ Class with SceMi Message passing for Bluespec type: SceMiSharedMemory::Tag
// Generated on: Tue Sep 05 03:11:58 IST 2017
// Bluespec version: 2017.04.beta1 2017-04-17 35065
#pragma once
#include "bsv_scemi.h"
/// An alias or typedef name for BitT<7> t... |
#ifndef THORIUM_MESSAGE_MULTIPLEXER_H
#define THORIUM_MESSAGE_MULTIPLEXER_H
struct thorium_node;
struct thorium_worker;
struct thorium_message;
#include "decision_maker.h"
#include <engine/thorium/topology/router.h>
#include <core/structures/vector.h>
#include <core/structures/ordered/red_black_tree.h>
#include <c... |
/*
* IRremote
* Version 0.1 July, 2009
* Copyright 2009 Ken Shirriff
* For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.htm http://arcfn.com
* Edited by Mitra to add new controller SANYO
*
* Interrupt code based on NECIRrcv by Joe Knapp
* http://www.arduino.cc/cgi-bin/yabb2/YaBB.... |
/** \file dbal_actions.c
*
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. All rights reserved.
*
* System wide Logical Table Manager internal functions.
*/
#ifdef BSL_LOG_MODULE
#error "... |
/*
* Copyright (C) 2008 Apple 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 a... |
/*
Copyright (c) 2011-2012 Andrew Hankinson, Alastair Porter, and Others
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 t... |
/** @file harmonic_integral.h
@brief A brief, one sentence description.
A more detailed multiline description...
@author Peter Drysdale, Felix Fung,
*/
#ifndef NFTSIM_SRC_HARMONIC_INTEGRAL_H
#define NFTSIM_SRC_HARMONIC_INTEGRAL_H
// Other nftsim headers
#include "configf.h" // Configf;
#include "population... |
/*
* Arm SCP/MCP Software
* Copyright (c) 2015-2020, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Description:
* ARMv7-M exception handlers.
*/
#include <stdbool.h>
#include <cmsis_compiler.h>
#include <fwk_noreturn.h>
noreturn void arm_exception_reset(... |
/*
* This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://ugfx.org/license.html
*/
/**
* @file src/gwin/gwin_list.h
* @brief GWIN list widget header file
*
* @defgroup List List
* @ingroup Widgets
... |
/**
* This file is part of the "clip" project
* Copyright (c) 2018 Paul Asmuth
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the ... |
/*
** $Id: //Department/DaVinci/TRUNK/MT6620_WiFi_Firmware/mcu/wifi/include/mgmt/txm.h#45 $
*/
/*! \file txm.c
\brief Transmit Manager (TXM) handles tasks related to TX, including HIF TX handling and MAC TX handling
TXM module forwards packets generated by FW or Host to MAC HW. TXM communicates with HAL
... |
/*
Glidix GUI
Copyright (c) 2014-2017, Madd Games.
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 condi... |
// Copyright 2018 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.
#pragma once
#include <tuple>
#include <vector>
#include "node_id.h"
#include "optional.h"
#include "seq_num.h"
#include "slice.h"
#include "status.h"
#in... |
// -*- C++ -*-
//===--------------------------- wchar.h ----------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===-------------------------... |
/*============================================================================
**
** Source: test14.c
**
** Purpose: Tests _snwprintf with exponential format doubles (lowercase)
**
**
** Copyright (c) 2006 Microsoft Corporation. All rights reserved.
**
** The use and distribution terms for this software are conta... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
*/
@interface SBAwayViewPluginController : UIViewController <SBLockScreenPluginController, SBLockScreenPluginViewController> {
<SBLockScreenPluginAgent> * _agent;
SBLockScreenPluginMutableAppearanc... |
/**
******************************************************************************
* @file stm32f4xx_hal_adc_ex.h
* @author MCD Application Team
* @version V1.4.0
* @date 14-August-2015
* @brief Header file of ADC HAL module.
***********************************************************************... |
/* 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... |
#import <CalendarUIKit/CUIKObjectGroup.h>
#import <CalendarUIKit/CUIKDeleteOperation.h>
#import <CalendarUIKit/CUIKIcon.h>
#import <CalendarUIKit/CUIKUserActivity.h>
#import <CalendarUIKit/CUIKUserActivityWithSource.h>
#import <CalendarUIKit/CUIKRecents.h>
#import <CalendarUIKit/CUIKUserActivityCalendarDate.h>
#import ... |
#pragma once
#include "../UI.h"
class HealthDisplay : public Interface
{
protected:
private:
Player** m_player;
int16_t m_lives;
public:
HealthDisplay(UIManager* _parent, SDL_Texture* _spritesheet);
void Draw();
void Update();
}; |
/* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 16/10/14 6:01p $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_correlate_q7.c
*
* Description: Correlation of Q7 sequences.
*
* ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.