text stringlengths 9 948k |
|---|
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
* 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 restrict... |
/*
* Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Resea... |
/* GTEx (Genotype Tissue Expression) tracks */
/* Copyright (C) 2015 The Regents of the University of California
* See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
#include "common.h"
#include "hgTracks.h"
#include "hvGfx.h"
#include "rainbow.h"
#include "gtexInfo.h"
#include "gtex... |
/* This file was generated by upbc (the upb compiler) from the input
* file:
*
* envoy/config/rbac/v3/rbac.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
#include "upb/def.h"
#include "envoy/config/rbac/v3/rbac.upbdefs.h"
extern upb_def_init envoy_config_core_v3_a... |
/*
* Copyright (c) 2021, Pycom Limited.
*
* This software is licensed under the GNU GPL version 3 or any
* later version, with permitted additional terms. For more information
* see the Pycom Licence v1.0 document supplied with this file, or
* available at https://www.pycom.io/opensource/licensing
*/
#ifndef SE... |
/**
* Copyright 2019 Sebastian Geißler <mail@sebastiangeissler.de>
*
* (https://opensource.org/licenses/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,
* i... |
//%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... |
#ifndef _CONNECTION_H
#define _CONNECTION_H
#include "dns_resolver.h"
#include "socket.h"
#include "error.h"
#include <string>
enum ConnectionType
{
TCP,
UDP,
TLS,
DTLS
};
inline bool is_connection_type(ConnectionType type)
{ return !(type < TCP || type > DTLS); }
extern bool uri2connection_type(cons... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-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 __cplusplus
#error This header can only be compiled as C++.
#endif
#ifnd... |
static PyObject* pyopencv_Algorithm__create(PyObject* , PyObject* args, PyObject* kw)
{
Ptr_Algorithm retval;
PyObject* pyobj_name = NULL;
string name;
const char* keywords[] = { "name", NULL };
if( PyArg_ParseTupleAndKeywords(args, kw, "O:Algorithm__create", (char**)keywords, &pyobj_name) &&
... |
/*
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* of Tennessee Resea... |
/*
** $Id: luaconf.h,v 1.176.1.2 2013/11/21 17:26:16 roberto Exp $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
#ifndef lconfig_h
#define lconfig_h
#include <sys/zfs_context.h>
#include <sys/int_fmtio.h>
extern ssize_t lcompat_sprintf(char *, const char *, ...);
extern int64_t lcompat_strtoll(... |
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redist... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_ValueType3507792607.h"
// System.Array
struct Il2CppArray;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-of... |
/*-------------------------------------------------------------------------
*
* indxpath.c
* Routines to determine which indexes are usable for scanning a
* given relation, and create Paths accordingly.
*
* Portions Copyright (c) 2006-2008, Greenplum inc
* Portions Copyright (c) 2012-Present Pivotal Software... |
// Copyright (c) 2017 The Krait developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef KRAIT_CSPORKDB_H
#define KRAIT_CSPORKDB_H
#include <boost/filesystem/path.hpp>
#include "leveldbwrapper.h"
#include "spork.h... |
//
// MFDropImageViewController.h
// Mockulus
//
// Created by James Baker on 5/11/15.
// Copyright (c) 2015 WDDG, 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 S... |
/*++
Copyright (c) 2011 Microsoft Corporation
Module Name:
name_exprs.h
Abstract:
Goodies for naming nested expressions.
Author:
Leonardo (leonardo) 2011-10-06
Notes:
--*/
#ifndef _NAME_EXPRS_H_
#define _NAME_EXPRS_H_
#include"ast.h"
#include"defined_names.h"
class expr_predicate {
public:
vir... |
/** @file
MODULE : MotionVectorH263VlcDecoderImplStd
TAG : MVH263VDIS
FILE NAME : MotionVectorH263VlcDecoderImplStd.h
DESCRIPTION : The base level H.263 motion vector Vlc decoder implementation
with an IVlcDecoder Interface. As defined by Recommendation
H.263 (02/98) Table 1... |
/********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.5.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
****************************************... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#pragma once
extern "C" int Math_Add(int x, int y); |
// 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) 2013-2019, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020, Huawei Device Co., Ltd. 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. Redistrib... |
/**
******************************************************************************
* @file stm32f4xx_hal_eth.c
* @author MCD Application Team
* @version V1.5.0
* @date 06-May-2016
* @brief ETH HAL module driver.
* This file provides firmware functions to manage the following
* ... |
#ifndef SIGTOOL_SIGNATURE_H
#define SIGTOOL_SIGNATURE_H
#include <iostream>
#include <vector>
#include <memory>
#include <arpa/inet.h>
#include <cmath>
#include "magic_numbers.h"
#include "hash.h"
struct Emittable {
virtual void emit(std::ostream& os) = 0;
virtual size_t length() = 0;
};
struct Blob : publi... |
// Author : Jihong Shin (snowapril)
#if !defined(VULKAN_FRAMEWORK_DEBUG_UTILS_H)
#define VULKAN_FRAMEWORK_DEBUG_UTILS_H
#include <VulkanFramework/pch.h>
namespace vfs
{
class DebugUtils
{
public:
DebugUtils() = default;
DebugUtils(DevicePtr device) : _device(device) {};
public:
static VKAPI_ATTR VkBool32 ... |
/*
* OS dependent APIs for Linux
*
* Copyright (C) 2018-2020 Thomas d'Otreppe <tdotreppe@aircrack-ng.org>
*
* 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 Li... |
STRUCT_SPECIAL(termios)
STRUCT(winsize,
TYPE_SHORT, TYPE_SHORT, TYPE_SHORT, TYPE_SHORT)
STRUCT(serial_multiport_struct,
TYPE_INT, TYPE_INT, TYPE_CHAR, TYPE_CHAR, TYPE_INT, TYPE_CHAR, TYPE_CHAR,
TYPE_INT, TYPE_CHAR, TYPE_CHAR, TYPE_INT, TYPE_CHAR, TYPE_CHAR, TYPE_INT,
MK_ARRAY(TYPE_INT, 32)... |
/*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... |
#ifndef _PLUGIN_CONFIGURATION_H
#define _PLUGIN_CONFIGURATION_H
/*
* Fledge storage service.
*
* Copyright (c) 2020 Dianomic Systems
*
* Released under the Apache 2.0 Licence
*
* Author: Mark Riddoch
*/
#include <logger.h>
#include <string>
#include <rapidjson/document.h>
#include <config_category.h>
#include ... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkPiecewiseFunction.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 softwa... |
/***********************************************************************
*
* Copyright (c) 2012-2021 Barbara Geller
* Copyright (c) 2012-2021 Ansel Sermersheim
* Copyright (c) 2015 The Qt Company Ltd.
*
* This file is part of KitchenSink.
*
* KitchenSink is free software, released under the BSD 2-Clause license.
* For ... |
/**
* ESP8266 (NodeMCU) LED sectional based on the Arduino framework.
*
* For more information, licensing and instructions, see https://github.com/project802/led-sectional
*/
#pragma once
#ifndef LED_SECTIONAL_H
#define LED_SECTIONAL_H
#define LIGHTNING_INTERVAL 2 // How often the lightning animation... |
/******************************************************************************
* Copyright 2018 The Apollo 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
... |
/* Copyright (c) 2019 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
*/
#ifndef STORAGE_ADMIN_CREATECHECKPOINTPROCESSOR_H_
#define STORAGE_ADMIN_CREATECHECKPOINTPROCESSOR_H_
#include "common/... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE23_Relative_Path_Traversal__wchar_t_Environment_fopen_16.c
Label Definition File: CWE23_Relative_Path_Traversal.label.xml
Template File: sources-sink-16.tmpl.c
*/
/*
* @description
* CWE: 23 Relative Path Traversal
* BadSource: Environment Read input from an environme... |
/* 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... |
/* init.c */
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <logging/log.h>
LOG_MODULE_REGISTER(net_config, CONFIG_NET_CONFIG_LOG_LEVEL);
#include <zephyr.h>
#include <init.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <logging/log_backend... |
#pragma once
#include "utils.h"
class ColorP {
public:
Color_t _color;
ColorP(void) { SetColor(0, 0, 0); };
ColorP(uint8_t r, uint8_t g, uint8_t b) { SetColor(r, g, b); };
void SetColor(uint8_t r, uint8_t g, uint8_t b) {
_color.red = r;
_color.green = g;
_color.blue = b;
... |
/*
* jerror.h
*
* Copyright (C) 1994-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file defines the error and message codes for the JPEG library.
* Edit this file to add new codes, or to tr... |
//
// GeoCluster.h
// backendlessAPI
/*
* *********************************************************************************************************************
*
* BACKENDLESS.COM CONFIDENTIAL
*
* ******************************************************************************************************************... |
// dear imgui: Renderer Backend for DirectX11
// This needs to be used along with a Platform Backend (e.g. Win32)
// Implemented features:
// [X] Renderer: User texture binding. Use 'ID3D11ShaderResourceView*' as ImTextureID. Read the FAQ about ImTextureID!
// [X] Renderer: Support for large meshes (64k+ vertices) w... |
// C++/WinRT v2.0.201201.7
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#ifndef WINRT_Windows_Devices_Printers_Extensions_H
#define WINRT_Windows_Devices_Printers_Extensions_H
#include "winrt/base.h"
static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.201201.7"... |
#ifndef COMPRESSOR_H
#define COMPRESSOR_H
enum compression {
COMPRESSION_ZSTD,
COMPRESSION_GZIP,
};
int compress(int fd_in, int fd_out, enum compression compression, int level);
#endif |
//
// MasterViewController.h
// HelloIOS7
//
// Created by ben on 9/14/13.
// Copyright (c) 2013 Fickle Bits. All rights reserved.
//
#import <UIKit/UIKit.h>
@class DetailViewController;
@interface MasterViewController : UITableViewController
@property (strong, nonatomic) DetailViewController *detailViewControl... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import <VideoProcessing/VCPCNNPoolingBlock.h>
@interface VCPCNNPoolingBlockScalar : VCPCNNPoolingBlock
{
}
- (int)forward;
@end |
/* The copyright in this software is being made available under the BSD
* License, included below. This software may be subject to other third party
* and contributor rights, including patent rights, and no such rights are
* granted under this license.
*
* Copyright (c) 2010-2021, ITU/ISO/IEC
* All rights reserve... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:19:19 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/ATVLegacy... |
/*
File: CoreFoundation.h
Contains: CoreFoundation master header
Version: Technology: Mac OS X
Release: QuickTime 6.0.2
Copyright: (c) 1999-2001 by Apple Computer, Inc., all rights reserved
Bugs?: For bug reports, consult the following page on
... |
/*
* Copyright (C) 2013 Red Hat
* Author: Rob Clark <robdclark@gmail.com>
*
* 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.
*
* This program is distributed in the hope that it ... |
/* +------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| https://www.mrpt.org/ |
| |
| Cop... |
//
// RTSpinKitView.h
// SpinKit
//
// Created by Ramon Torres on 1/1/14.
// Copyright (c) 2014 Ramon Torres. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, RTSpinKitViewStyle) {
RTSpinKitViewStylePlane,
RTSpinKitViewStyleBounce,
RTSpinKitViewStyleWave,
RTSpinKitViewSty... |
// Copyright 2019 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... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 6 2019 20:12:56).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
#import <IDEKit/NSValidatedUserInterfaceItem-Protocol.h>
@interface IDEEditorContext_NSValidatedUserInterfa... |
/*******************************************************************************
Real Time Counter (RTC) PLIB
Company:
Microchip Technology Inc.
File Name:
plib_rtc_timer.c
Summary:
RTC PLIB Implementation file
Description:
This file defines the interface to the RTC peripheral library. Thi... |
/*
* This file is part of Jehanne.
*
* Copyright (C) 2017 Giacomo Tesio <giacomo@tesio.it>
*
* Jehanne 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.
*
* Jehanne is distribu... |
//
// HK_MyVideoTool.h
// HongKZH_IOS
//
// Created by hongkzh on 2018/9/15.
// Copyright © 2018年 hkzh. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "HK_BaseRequest.h"
#import "HKMyVideo.h"
#import "HKMyVideoCategory.h"
#import "WaterFLayout.h"
#import "HKMyVideoCell.h"
@interface HK_MyVideoTo... |
/**
******************************************************************************
* @file stm32f4xx_hal_sai.h
* @author MCD Application Team
* @version V1.0.0RC2
* @date 04-February-2014
* @brief Header file of SAI HAL module.
*********************************************************************... |
/**
* DIARC gain k_mr roll
*
* @min 0.0
* @max 4.0
* @decimal 3
* @increment 0.005
* @group CusDev DIARC Rate Ctrl
*/
PARAM_DEFINE_FLOAT(DIARC_KMR_1, 0.01f);
/**
* DIARC gain k_mr pitch
*
* @min 0.0
* @max 4.0
* @decimal 3
* @increment 0.005
* @group CusDev DIARC Rate Ctrl
*/
PARAM_DEFINE_FLOAT(DIARC_K... |
/**
Copyright (c) 2016, Microsoft 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 conditions and the f... |
/*===============================================================================
Copyright (c) 2015-2016 PTC Inc. All Rights Reserved.
Copyright (c) 2015 Qualcomm Connected Experiences, Inc. All Rights Reserved.
Vuforia is a trademark of PTC Inc., registered in the United States and other
countries.
@file
Viewe... |
/*
* Copyright 2019 GoPro Inc.
*
* 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, Vers... |
/*
* MikroSDK - MikroE Software Development Kit
* Copyright© 2020 MikroElektronika d.o.o.
*
* 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... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:36:13 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/SiriVideoI... |
// Copyright 2013 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_COMPILER_JS_OPERATOR_H_
#define V8_COMPILER_JS_OPERATOR_H_
#include "src/base/compiler-specific.h"
#include "src/globals.h"
#include "src/ha... |
/*
*
* 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.
* $All Rights Reserved.$
*
* TDM chip linked list methods
*/
#ifdef _TDM_STANDALONE
#include <tdm_top.h>
#else
... |
#define MICROPY_HW_BOARD_NAME "Pimoroni Badger 2040"
#define MICROPY_HW_MCU_NAME "rp2040"
// Status LED
#define MICROPY_HW_LED_STATUS (&pin_GPIO25)
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
#define DEFAULT_UART_BUS_RX (&pin_GPIO1)
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO4)
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO5)
#def... |
/*
* 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 later version.
*
* This program is distributed in the hope that it will be use... |
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* 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 ... |
// Copyright © 2019 650 Industries. All rights reserved.
#import <ABI39_0_0EXUpdates/ABI39_0_0EXUpdatesUpdate.h>
NS_ASSUME_NONNULL_BEGIN
@interface ABI39_0_0EXUpdatesNewUpdate : NSObject
+ (ABI39_0_0EXUpdatesUpdate *)updateWithNewManifest:(NSDictionary *)manifest
config:(ABI39_0... |
#ifndef LED_H
#define LED_H
#define LED_RED 0x00FF00
#define LED_GREEN 0xFF0000
#define LED_BLUE 0x0000FF
#define LED_RED_HALF 0x008000
#define LED_GREEN_HALF 0x800000
#define LED_BLUE_HALF 0x000080
#define LED_RED_QRT 0x004000
#define LED_GREEN_QRT 0x400000
#define LED_BLUE_QRT 0x000040
#define LED_RED_EHT 0x00... |
/*
* Copyright (c) 2019 - 2021 Geode-solutions
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, mer... |
#pragma once
#include "ggl.h"
#ifdef ALICE_OGL_RENDERER
#define ALICE_SHADER GLuint
#elif ALICE_VULKAN_RENDERER
#define ALICE_SHADER VkShaderModule
#endif
namespace Alice {
enum ShaderType {
kShaderTypeVertex,
kShaderTypeTessellationControl,
kShaderTypeTessellationEvaluation,
kShaderTypeGeometry,
kShaderType... |
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2012-2014 The Bitcoin developers
//Copyright (c) 2017-2020 The PIVX developers
//Copyright (c) 2020 The BinJit developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.... |
/* ----------------------------------------------------------------- */
/* The Speech Signal Processing Toolkit (SPTK) */
/* developed by SPTK Working Group */
/* http://sp-tk.sourceforge.net/ */
/* -----------------------------... |
/*
* MMX/SSE/AVX constants used across x86 dsp optimizations.
*
* This file is part of FFmpeg.
*
* FFmpeg 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 ... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:38:32 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/Frameworks/CFNetwork.framework/CFNetwork
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limn... |
main () {
return 0;
} |
/*
* pasmmacro.c
*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
*
* 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 co... |
//
// SKProductSubscriptionPeriod+Encode.h
// Glassfy
//
// Created by Luca Garbolino on 22/12/20.
//
#import <StoreKit/StoreKit.h>
#import "GYCodableProtocol.h"
@interface SKProductSubscriptionPeriod (GYEncode) <GYEncodeProtocol>
@end |
int subtractProductAndSum(int n) {
int product = 1;
int sum = 0;
do {
sum += n % 10;
product *= n % 10;
n /= 10;
} while (n);
return product - sum;
} |
#ifndef EDITHISTORYVIEWIMPL_H
#define EDITHISTORYVIEWIMPL_H
#include <qcompilerdetection.h>
#include <edit_history_view.hpp>
class QWidget;
class HistoryModel;
class QTableView;
class EditHistoryViewImpl : public edit_history_view
{
public:
EditHistoryViewImpl(QWidget *parent, HistoryModel *model);
void set... |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/treectrl.h
// Purpose: wxTreeCtrl base header
// Author: Karsten Ballueder
// Modified by:
// Created:
// Copyright: (c) Karsten Ballueder
// Licence: wxWindows licence
///////////////////////////////////////... |
//
// SJBaseProtocols.h
// SJUIKit
//
// Created by 畅三江 on 2018/12/23.
// Copyright © 2018 changsanjiang@gmail.com. All rights reserved.
//
#ifndef SJBaseProtocols_h
#define SJBaseProtocols_h
#import <UIKit/UIKit.h>
@protocol SJAppearStateObserver;
typedef enum : NSUInteger {
SJAppearState_Unknown,
SJAppe... |
/*
* Copyright (C) 2015-2018 Alibaba Group Holding Limited
*/
#if defined(DEPRECATED_LINKKIT)
#ifndef _DM_TSL_ALINK_H_
#define _DM_TSL_ALINK_H_
/**
* @brief Create TSL struct from TSL string.
* This function used to parse TSL string into TSL struct.
*
* @pa... |
/*
* iperf, Copyright (c) 2014-2019, The Regents of the University of
* California, through Lawrence Berkeley National Laboratory (subject
* to receipt of any required approvals from the U.S. Dept. of
* Energy). All rights reserved.
*
* If you have questions about your rights to use or distribute this
* softwar... |
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
* 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 noti... |
//
// HK_FollowFansResponse.h
// HongKZH_IOS
//
// Created by hongkzh on 2018/9/15.
// Copyright © 2018年 hkzh. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "HK_BaseRequest.h"
@interface HK_FollowFansResponse : NSObject
/***
* 获取粉丝 关注列表
*/
+(void)getFansFollowListWith:(FollowFansType)type C... |
// Copyright 2008 and onwards Google, Inc.
//
// #status: RECOMMENDED
// #category: operations on strings
// #summary: Merges strings or numbers with no delimiter.
//
// The following only applies to changes made to this file as part of YugaByte development.
//
// Portions Copyright (c) YugaByte, Inc.
//
// Licensed un... |
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "globals.h"
#include "sn.h"
#ifndef DEBUG_NOISE
#define DEBUG_NOISE 0
#endif
#ifndef DEBUG_GRD2LRG
#define DEBUG_GRD2LRG 0
#endif
static void grd_init(struct grid *g,
double xmin, double xmax, double ymin, double ymax,
struct g... |
// Copyright 2014 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 EXTENSIONS_BROWSER_APP_WINDOW_APP_WINDOW_GEOMETRY_CACHE_H_
#define EXTENSIONS_BROWSER_APP_WINDOW_APP_WINDOW_GEOMETRY_CACHE_H_
#include <map>
#inc... |
#include "ejdb2.h"
#include <ejdb2/iowow/iwxstr.h>
#include <ejdb2/iowow/iwutils.h>
#include "jbl.h"
#include "jbl_internal.h"
#include <CUnit/Basic.h>
int init_suite(void) {
int rc = ejdb_init();
return rc;
}
int clean_suite(void) {
return 0;
}
void _jbl_test1_1(int num, iwrc expected, jbl_print_flags_t pf... |
/*
* SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @note TX and RX channels are index from 0 in the LL driver, i.e. tx_channel = [0,1], rx_channel = [0,1]
*/
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#inclu... |
/* -*- C -*- ***********************************************
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
The Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby gran... |
#import <Cordova/CDV.h>
#import <Cordova/CDVPlugin.h>
#import <mach/machine.h>
#import <sys/types.h>
#import <sys/sysctl.h> |
/**
******************************************************************************
* @file stm32l4xx_ll_iwdg.h
* @author MCD Application Team
* @version V1.7.0
* @date 17-February-2017
* @brief Header file of IWDG LL module.
************************************************************************... |
/*----------------------------------------------------------------------------*
* *
* M I N I M A L I S T I C U D P E N T I T Y *
* *
... |
/*
* Instance header file for SAMA7G54
*
* Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third party license
* t... |
/**
* 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... |
/**
* @file string_class.h
*
* @copyright
* Please read the Exosite Copyright: @ref copyright
*
* @if Authors
* @authors
* - Szilveszter Balogh (szilveszterbalogh@exosite.com)
* - Zoltan Ribi (zoltanribi@exosite.com)
* @endif
*
* @brief Provides the string interface
**/
#ifndef EXOSITE_ACTIVATOR_SDK_I... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.