text stringlengths 9 948k |
|---|
//*****************************************************************
// Copyright 2015 MIT Lincoln Laboratory
// Project: SPAR
// Authors: Yang
// Description: An IBM addition gate
//
// Modifications:
// Date Name Modification
// ---- ---- ----------... |
/******************************************************************************
* Code generated with sympy 0.7.6 *
* *
* See http://www.sympy.org/ for more information. *
... |
#ifndef ProjectConfig_h
#define ProjectConfig_h
#define DEBUG 1
#define DEBUG_SECTION(FUNCTION) if(DEBUG)Serial.printf(FUNCTION)
#define PRINT_SIZE 70
extern uint8_t run;
extern uint8_t language;
extern uint8_t active;
extern uint8_t status_red;
extern uint8_t status_yellow;
extern uint8_t status_green;
// PIN DE... |
/*BHEADER**********************************************************************
* Copyright (c) 2008, Lawrence Livermore National Security, LLC.
* Produced at the Lawrence Livermore National Laboratory.
* This file is part of HYPRE. See file COPYRIGHT for details.
*
* HYPRE is free software; you can redistribute... |
//
// EFWebNativeEnvSet.h
// WebComps
//
// Created by 于仁汇 on 2017/6/14.
// Copyright © 2017年 Pansoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "IEFWebNative.h"
@interface EFWebNativeEnvSet : NSObject<IEFWebNative>
@end |
//=========================================================================
// 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
//
// ... |
/*
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
+------... |
/* Copyright 2015 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... |
/* header file for gwaon-about.c --
* gWaoN -- gtk+ Spectra Analyzer : about
* Copyright (C) 2007-2013 Kengo Ichiki <kengoichiki@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... |
/*!
* \file
* \brief Adc2 Click example
*
* # Description
* This application enables usage of the 22bit ADC.
*
* The demo application is composed of two sections :
*
* ## Application Init
* Initalizes SPI driver and makes an initial log.
*
* ## Application Task
* This is an example that shows the ca... |
/*
* OS Abstraction Layer
*
* Copyright (C) 1999-2012, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the GNU General Public License version 2 (the "GPL"),
* avail... |
/*******************************************************************************
Sound library test program
Goes through various test cases on the sound library.
Notes:
1. The MIDI tests not only test sound.c, but also the synthesizer
implementation.
****************************************************************... |
/****************************************************************************
**
** Copyright (C) 2022 Sergey Naumov
**
** Permission to use, copy, modify, and/or distribute this
** software for any purpose with or without fee is hereby granted.
**
** THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
** WAR... |
//
// SNEmotionGridView.h
// webd
//
// Created by 普伴 on 15/10/9.
// Copyright © 2015年 Puban. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SNEmotionGridView : UIView
// 需要展示的所有表情
@property (strong, nonatomic) NSArray *emotions;
@end |
/** updated by adriac */
/* Class.c generated by valac 0.36.4-dirty, the Vala compiler
* generated from Class.vala, do not modify */
/*[Adriac:::]:]:]]*/
/*[Adriac::Object:that:Objectthat:that]*/
/*[Adriac:::Class:Class:class]*/
/*[Adriac:::Klass:Klass:klass]*/
/*[Adriac:::Object:Object:object]*/
/*[Adriac:::to:to:to... |
/*
* ACE/vis - Visualization of Flow and Transport
*
* Paul J. Turner and Antonio M. Baptista
*
* Copyright 1990-2003 Oregon Health and Science University
* All Rights Reserved
*
*/
/*
* Open another copy of xmvis
*/
#ifndef lint
static char RCSid[] = "$Id: newwin.c,v 1.4 2004/02/26 19:32:48 pturner Exp $";... |
/* $Id: sha1.c 216 2010-06-08 09:46:57Z tp $ */
/*
* SHA-1 implementation.
*
* ==========================(LICENSE BEGIN)============================
*
* Copyright (c) 2007-2010 Projet RNRT SAPHIR
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated... |
//
// 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 <objc/NSObject.h>
#import "DMDAppLifeCycleObserving-Protocol.h"
@class DMFOSStateHandler, NSArray, NSMutableDictionary, NSString;
@protoc... |
// -*- C++ -*-
//=============================================================================
/**
* @file Encoding.h
*
* This file provides utility functions to determine the encoding of a file
* or a byte stream automatically.
*
* @author Krishnakumar B <kitty@cs.wustl.edu>
*/
//=========================... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* adler32.h :+: :+: :+: ... |
#pragma once
#include "Light.h"
#include <vector>
#include "OmniDirShadowMap.h"
#include <memory>
#include "ShaderProgram.h"
class PointLight :
public Light
{
public:
PointLight();
PointLight( GLfloat shadow_width, GLfloat shadow_height,
GLfloat near, GLfloat far,
GLfloat... |
/* Copyright (C) Extensible Service Proxy 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 re... |
// Copyright (c) 2020 CS126SP20. All rights reserved.
#ifndef FINALPROJECT_APPS_MYAPP_H_
#define FINALPROJECT_APPS_MYAPP_H_
#define SCALE 25
#include <cinder/app/App.h>
#include "CinderImGui.h"
#include <mylibrary/gameplay.h>
#include "cinder/Area.h"
namespace myapp {
class MyApp : public cinder::app::App {
publ... |
//
// Copyright (c) 1997-1999 Microsoft Corporation.
//
/*
CWIN31 EUDC Format and ETEN format
The structures are not aligned to word order. For the reason, it is need to use
'char' array base structures for the purpose of R/W files.
For the further item, the word is strored in Intel monor, use set/get functions.
+----... |
/**
*
* Copyright (c) Microsoft Corporation.
* All rights reserved.
*
* This code is licensed under the MIT License.
*
* 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, incl... |
/*****************************************************************************/
/* StormLib.h Copyright (c) Ladislav Zezula 1999-2017 */
/*---------------------------------------------------------------------------*/
/* StormLib library v 9.22 */
... |
/***********************************************************
Copyright 2015 by Thomas E. Dickey
Copyright (c) 1987, 1988, 1994 X Consortium
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 withou... |
#region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
int iLocal_2 = 0;
int iLocal_3 = 0;
int iLocal_4 = 0;
int iLocal_5 = 0;
int iLocal_6 = 0;
int iLocal_7 = 0;
int iLocal_8 = 0;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
float fLocal_14 = 0f;
var uLoc... |
#ifndef TEXT_CINEMATIC_PANEL_H
#define TEXT_CINEMATIC_PANEL_H
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "Panel.h"
#include "TextCinematicUiModel.h"
#include "../Media/TextureManager.h"
#include "../UI/Button.h"
#include "../UI/TextBox.h"
// Very similar ... |
// 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 "AnimGraphNode_SkeletalControlBase.h"
#include "AnimNodes/AnimNode_ArmSeparation.h"
#include "AnimGraphNode_ArmSeparation.generated.h"
UCLASS(HideCategories=(Shape))
class... |
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_UNITTESTS_COMPILER_NODE_TEST_UTILS_H_
#define V8_UNITTESTS_COMPILER_NODE_TEST_UTILS_H_
#include "src/codegen/machine-type.h"
#include "src/c... |
/* $NetBSD: ahb.c,v 1.27 1998/12/09 08:43:30 thorpej Exp $ */
#include "opt_ddb.h"
#undef AHBDEBUG
#ifdef DDB
#define integrate
#else
#define integrate static inline
#endif
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The ... |
//
// VZFRasterizeCacheDefine.h
// O2OReact
//
// Created by pep on 2017/3/16.
// Copyright © 2017年 Alipay. All rights reserved.
//
//光栅化缓存的策略
typedef NS_OPTIONS(NSUInteger, VZFRasterizeCachePolicy) {
VZFRasterizeCachePolicyNone = 0,
VZFRasterizeCachePolicyNode = 1 << 0, //使用node上的缓存
VZFRasterizeCac... |
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by May 25.rc
//
#define IDC_MYICON 2
#define IDD_MAY25_DIALOG 102
#define IDS_APP_TITLE 103
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define ... |
#include <assert.h>
#include <stdlib.h>
#include "list.h"
#include "common.h"
static uint16_t values[256];
static void list_qsort(struct list_head *head)
{
struct list_head list_less, list_greater;
struct listitem *pivot;
struct listitem *item = NULL, *is = NULL;
if (list_empty(head) || list_is_sing... |
#ifndef HELMHOLTZ_PRECON_H_
#define HELMHOLTZ_PRECON_H_
#include "config.h"
#include <deal.II/lac/petsc_precondition.h>
#include <deal.II/lac/petsc_solver.h>
#include <deal.II/lac/precondition.h>
#include <deal.II/lac/sparse_direct.h>
#include <deal.II/lac/sparse_ilu.h>
#include <deal.II/lac/trilinos_precondition.h>
#... |
#ifndef TRY_H_INCLUDED
#define TRY_H_INCLUDED
#include <string>
#include <fstream>
#include "PSSPANNdata.h"
#include "ANNCore.h"
using namespace std;
namespace try_cpp{
void print_bool_array(const bool* data,int length);
void try_PSSPANNdata(string file_name);
void test_aa_coding(const bool* data,int length);
templat... |
// 8-Channel Addressable Switch @@@
// works, but no alarm search and higher logic / output / control register-action
// native bus-features: Overdrive capable, alarm search
#ifndef ONEWIRE_DS2408_H
#define ONEWIRE_DS2408_H
#include "OneWireItem.h"
class DS2408 : public OneWireItem
{
private:
static constexpr u... |
/*
* Copyright (c) 2016-2018 Qualcomm Technologies, Inc.
* All Rights Reserved.
*/
// Copyright (c) 2018 Qualcomm Technologies, Inc.
// All rights reserved.
// Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below)
// provi... |
/* tc-rx.h - header file for Renesas RX
Copyright (C) 2008-2017 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
GAS 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; eith... |
//
// XYCounterGestureEvent.h
// XYCounter
//
// Created by Kevin Chen on 2020/12/10.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XYCounterGestureEvent : NSObject
@property (strong, nonatomic) UIGestureRecognizer *sender;
@property (strong, nonatomic) UIView *view;
@property (strong, nonatomic)... |
/*
* timer.h
* -------
* Header file for timer using steady clock
*/
#pragma once
#ifndef TIMER_H
#define TIMER_H
#include <chrono>
#include <iostream>
#include <sstream>
#include <string>
namespace
{
namespace chrono = std::chrono;
}
namespace scan
{
/// ***
/// Scan timer with underlying steady clo... |
#ifndef sk_vertices_DEFINED
#define sk_vertices_DEFINED
#include "sk_types.h"
SK_C_PLUS_PLUS_BEGIN_GUARD
/**
Returns a new set of vertex data used to paint on the canvas.
@param cvertices Array of (x,y) vertex coordinates.
@param vertexCount Number of vertices (and of texture coord... |
/***************************************************************************
Copyright (c) 2013-2019, The OpenBLAS 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... |
#ifndef Podd_Tests_ArrayRTTI_h_
#define Podd_Tests_ArrayRTTI_h_
///////////////////////////////////////////////////////////////////////////////
// //
// ArrayRTTI unit test //
// ... |
//
// Rosary source code is Copyright(c) 2016-2020 Ganesh Belgur
//
// 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 ... |
/*************************************************************************/
/* rasterizer_gles2.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
#pragma once
#include <iostream>
#include <Eigen/Dense>
#include <fstream>
#include <vector>
#include <string>
#include <MiniDNN.h>
using namespace MiniDNN;
Eigen::MatrixXd load_csv(const std::string & path);
void train(Eigen::MatrixXd X, int num_features, int num_labels, double coef_array[], const std::string mode... |
/*
* Author Roy Arends
*
* Copyright (c) 2017-2018, OARC, 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
* ... |
/**
* 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... |
#pragma once
#include <thread>
#include <mutex>
#include <condition_variable>
#include <unordered_map>
#include <string>
#include <Common/ThreadPool.h>
#include <Common/MemoryStatisticsOS.h>
namespace DB
{
class Context;
class ProtocolServerAdapter;
using AsynchronousMetricValue = double;
using AsynchronousMetricV... |
/*
+----------------------------------------------------------------------+
| pthreads |
+----------------------------------------------------------------------+
| Copyright (c) Joe Watkins 2012 - 2015 |
+--------------... |
/*
* CTFontDescriptor.h
* CoreText
*
* Copyright (c) 2006-2018 Apple Inc. All rights reserved.
*
*/
/*!
@header
Thread Safety Information
All functions in this header are thread safe unless otherwise specified.
*/
#ifndef __CTFONTDESCRIPTOR__
#define __CTFONTDESCRIPTOR__
#include <CoreText/CTF... |
/*
* Implements probe diagnostics on a DG grid
*
*/
#ifndef PROBES_H
#define PROBES_H
#include "dg/algorithm.h"
#include <fstream>
#include <sstream>
/**
* @brief Class that takes care of probe output
*
* Upon instantiation, generate N probesm positioned in equidistant radial
* positions at the vertical ce... |
/*
*
*
* Copyright (C) 2005 Mike Isely <isely@pobox.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
*
* This program is distributed in the ho... |
#pragma once
/*
* The MIT License (MIT)
*
* Copyright (c) 2018 Filip Wasil and Fillwave community members
*
* 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, includ... |
/* mbed Microcontroller Library
* Copyright (c) 2006-2018 ARM 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 re... |
/***********************************************************************
**************Copyright (c) 2009-2010 Satoshi Nakamoto******************
***********Copyright (c) 2009-2012 The Bitcoin developers***************
******************Copyright (c) 2010-2019 Nur1Labs**********************
>Distributed under the MIT/X... |
/*-
* 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... |
/*
** EPITECH PROJECT, 2018
** 42sh
** File description:
** history
*/
#include "42sh.h"
int my_history(t_shell *shell, char **command)
{
(void)shell;
(void)command;
return (0);
} |
#pragma once
#include "Engine/Base/Common/Common.h"
#include "Engine/Base/Types/Entity.h"
class Context;
class GameClient
{
public:
GameClient(Ptr<Context> context);
void SetLocalPlayerEntity(const Entity& e);
const Entity& GetLocalPlayerEntity();
private:
Ptr<Context> mContext;
Entity mLocalPlayerEntity;
}; |
/**
******************************************************************************
* @file stm32412g_discovery_qspi.c
* @author MCD Application Team
* @version V1.0.0
* @date 04-May-2016
* @brief This file includes a standard driver for the N25Q128A QSPI
* memory mounted on STM32412G-DIS... |
/************************************************************************
* NCSA HTTPd Server
* Software Development Group
* National Center for Supercomputing Applications
* University of Illinois at Urbana-Champaign
* 605 E. Springfield, Champaign, IL 61820
* httpd@ncsa.uiuc.edu
*
* Copyright (C) 1995, Boar... |
#ifndef WILDLAND_FIRESIM_UTILITY_H
#define WILDLAND_FIRESIM_UTILITY_H
#ifndef _NDEBUG
#define WILDLAND_ASSERT(c, m) wildland_firesim::utility::_assert((c), (m))
#else
#define WILDLAND_ASSERT(c, m)
#endif
#include <string>
#include <cstdlib>
namespace wildland_firesim {
namespace utility {
void _assert(bool conditio... |
//------------------------------------------------------------------------------
// GB_AxB: hard-coded functions for semiring: C<M>=A*B or A'*B
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2019, All Rights Reserved.
// http://sui... |
//
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
// Copyright © 2004-2021 YaPB Project <yapb@jeefo.net>.
//
// SPDX-License-Identifier: MIT
//
#pragma once
// our global namaespace
#define CR_NAMESPACE_BEGIN namespace cr {
#define CR_NAMESPACE_END }
#include <stdio.h>
#include <stdlib.h>
#include <s... |
// Scintilla source code edit control
/** @file UniConversion.h
** Functions to handle UTF-8 and UTF-16 strings.
**/
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#ifndef UNICONVERSION_H
#define UNICONVERSIO... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:17:48 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/CoreSug... |
// Copyright (c) 2014-2022, 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... |
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2010 The PHP Group |
+--------... |
// Copyright (c) 2011-2016 The Cryptonote developers
// Copyright (c) 2018-2020 The Cash2 developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include "INode.h"
// #include "WalletSynchronizationContext.... |
#include "test/jemalloc_test.h"
#include "jemalloc/internal/ticker.h"
static nstime_monotonic_t *nstime_monotonic_orig;
static nstime_update_t *nstime_update_orig;
static unsigned nupdates_mock;
static nstime_t time_mock;
static bool monotonic_mock;
static bool
check_background_thread_enabled(void) {
bool enabled;... |
/*
* coreJSON v3.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including with... |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. 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 copy... |
/*************************************************************************
* *
* YAP Prolog *
* *
* Yap Prolog was developed at NCCUP - Universidade do Porto *
* *
* Copyright L.Damas, V.S.Costa and Universidade do Porto 1985-1997 *
* *
************************************... |
#ifndef AC_GESCL2D_H
#define AC_GESCL2D_H
//
// (C) Copyright 1993-2010 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// provided that the above copyright notice appears in all copies and
// that both tha... |
/*
* Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
* Copyright 2014, Rene Gollent, rene@gollent.com.
* Distributed under the terms of the MIT License.
*/
#ifndef GLOBAL_TYPE_LOOKUP_H
#define GLOBAL_TYPE_LOOKUP_H
#include <image.h>
#include <Locker.h>
#include <Referenceable.h>
#include <util/OpenHashTable... |
/*
* leon_pci_grpci2.c: GRPCI2 Host PCI driver
*
* Copyright (C) 2011 Aeroflex Gaisler AB, Daniel Hellstrom
*
*/
#include <linux/of_device.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/export.h>
#include <asm/io.h>
#include <asm/leon.h>
#inclu... |
/*
* POK header
*
* The following file is a part of the POK project. Any modification should
* made according to the POK licence. You CANNOT use this file or a part of
* this file is this part of a file for your own project
*
* For more information on the POK licence, please see our... |
//
// Created by islam on 07.05.17.
//
#pragma once
#include "module_context.h"
#include "module_metadata.h"
namespace interop {
typedef module_metadata_t (*describe_module_function)();
typedef void (*initialize_module_function)(module_context_t &);
typedef void (*register_module_function)();
typedef void (*shutdown... |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef CRASHSERVERCLIENTFACTORY_H
#define CRASHSERVERCLIENTFACTORY_H
#include "crashserverclient.h"
#include <me... |
//
// ProfileAboutView.h
// OutWork
//
// Created by ZZHT on 2018/5/22.
// Copyright © 2018年 ZZHT. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface Z3ProfileAboutView : UIView
@property (weak, nonatomic) IBOutlet UILabel *versionLabel;
@end |
// Copyright 2021 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2017-2019 The BITCHAIN developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_BIGNUM_H
#defin... |
#ifndef __DEBUG_H__
#define __DEBUG_H__
#ifdef DEBUG
#undef DEBUG
#define DEBUG 1
#else
#define DEBUG 0
#endif /* ifdef DEBUG */
#endif /* __DEBUG_H__ */ |
/*
* Copyright (C) 2011-2012 Reto Guadagnini
* Hochschule fuer Technik Rapperswil
*
* 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) ... |
/*
* driver/fb-f1c100s.c
*
* Copyright(c) 2007-2018 Jianjun Jiang <8192542@qq.com>
* Official site: http://xboot.org
* Mobile phone: +86-18665388956
* QQ: 8192542
*
* 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
* t... |
/*
* arch/arm/mach-orion5x/include/mach/bridge-regs.h
*
* Orion CPU Bridge Registers
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#ifndef __ASM_ARCH_BRIDGE_REGS_H
#def... |
/*This file is part of the FEBio source code and is licensed under the MIT license
listed below.
See Copyright-FEBio.txt for details.
Copyright (c) 2020 University of Utah, The Trustees of Columbia University in
the City of New York, and others.
Permission is hereby granted, free of charge, to any person obtaining ... |
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT double Pods_ReusableViewPool_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_ReusableViewPool_ExampleVersionString[]; |
//
// LILPassManager.hpp
// LILInterpreterTest
//
// Created by Miro Keller on 24/7/20.
// Copyright © 2020 Miro Keller. All rights reserved.
//
#ifndef LILPASSMANAGER_H
#define LILPASSMANAGER_H
#include "LILShared.h"
namespace LIL {
class LILVisitor;
class LILRootNode;
class LILPassManager
... |
//
// 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 <objc/NSObject.h>
@class GTLRAccesspoints_InsightCard, JETAccessPointGroup;
@protocol JETUserStateProtocol;
@interface JETIns... |
#include "../../../../usb.h" |
/*
* Copyright 2013 Freescale Semiconductor, Inc.
* Copyright 2018-2019 NXP
*
* MikroBUS: blep click board(nRF8001) aci library
*
* 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 v... |
/*
* Copyright (c) 1984 through 2008, William LeFebvre
* 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, ... |
#ifndef SpicePosition_h
#define SpicePosition_h
/**
* @file
* $Revision: 1.17 $
* $Date: 2010/03/27 07:01:33 $
*
* Unless noted otherwise, the portions of Isis written by the USGS are public
* domain. See individual third-party library and package descriptions for
* intellectual property information,user a... |
#ifndef IODATAPROVIDER_ARRAY_H_
#define IODATAPROVIDER_ARRAY_H_
#include "Variant.h"
#include <string>
#include <vector>
namespace IODataProviderNamespace {
class ArrayPrivate;
class Array : public Variant {
public:
// An array may be NULL outside of type Variant (see OpcUa Part 6 5.2.4).
... |
////////////////////////////////////////////////////////////////////////////////
//
// MIT License
//
// Copyright (c) 2018-2019 Nuraga Wiswakarma
//
// 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 t... |
#pragma once
inline bool isFileExists(const std::string& name);
inline void createFile(const std::string& name);
void writeLog(const std::string& log); |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:31:24 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/SiriCore.f... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.