text stringlengths 9 948k |
|---|
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <nginx.h>
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
static char *ngx_http_stub_status_prometheus(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
static ngx_command_t ngx_http_stub_status_prometheus_commands[] = {
{ ngx... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:01:42 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/BaseBoard.... |
// 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.
/**
* Money parsing/formatting utilities.
*/
#ifndef ESCCOIN_UTILMONEYSTR_H
#de... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:42:11 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /usr/lib/libAWDSupportFramework.dylib
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <lib... |
/******************************************************************************
Copyright (c) 2017 Siddharth Chandrasekaran
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... |
/*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
+---------... |
/*
* Copyright (c) 2000, NVIDIA CORPORATION. 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 requi... |
/* Copyright 2015 Google Inc. 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 agreed to in ... |
#include <stdio.h>
int maximum(int A[], int n){
int mx = A[0];
for (int i = 1; i < n; i++)
{
if(mx < A[i]){
mx = A[i];
}
}
return mx;
}
int minimum(int A[], int n){
int mn = A[0];
for (int i = 1; i < n; i++)
{
if(mn > A[i]){
mn = A[i]... |
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*
* WARNING: This is generated code. Modify at your own risk and without support.
... |
/*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) 1998-2013 Zend Technologies Ltd. (http://www.zend.com) |
+---------... |
//===--- CodeGenPGO.h - PGO Instrumentation for LLVM CodeGen ----*- 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
//
//===---------------------------... |
/*
* arch/arm/plat-orion/gpio.c
*
* Marvell Orion SoC GPIO handling.
*
* 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.
*/
#define DEBUG
#include <linux/kernel.h>
#include <l... |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... |
#ifndef AliMFTLadder_H
#define AliMFTLadder_H
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice */
// $Id$
/// \ingroup MFTbase
/// \class AliMFTLadder
/// \brief Class building the Ladder geometry
///
/// \author Rap... |
//=================================================================================================
/*!
// \file blazemark/blaze/DMatDVecMult.h
// \brief Header file for the Blaze dense matrix/dense vector multiplication kernel
//
// Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved
//
// This file is p... |
/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "sysman/firmware/firmware_imp.h"
#include "sysman/firmware/os_firmware.h"
#include "sysman/linux/os_sysman_imp.h"
namespace L0 {
class LinuxFirm... |
/*
* zipio.c - stdio emulation library for reading zip files
*
* Version 1.1.2
*/
/*
* Copyright (C) 1995, Edward B. Hamrick
*
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose and without fee is hereby granted,
* provided that the above copyright notice a... |
/**
* This file was generated by Apache newt version: 1.9.0-dev
*/
#ifndef H_MYNEWT_SYSCFG_
#define H_MYNEWT_SYSCFG_
/**
* This macro exists to ensure code includes this header when needed. If code
* checks the existence of a setting directly via ifdef without including this
* header, the setting macro will sil... |
/*
* 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 ... |
&ANALYZE-SUSPEND _VERSION-NUMBER AB_v10r12 GUI ADM2
&ANALYZE-RESUME
/* Connected Databases
icfdb PROGRESS
*/
&Scoped-define WINDOW-NAME CURRENT-WINDOW
&ANALYZE-SUSPEND _UIB-CODE-BLOCK _XFTR "Update-Object-Version" vTableWin _INLINE
/* Actions: ? ? ? ? af/sup/afverxftrp.p */
/* This has to go above... |
/*
* Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
// Description : Assert dialog box for android
#ifndef CRYINCLUDE_CRYCOMMON_CRYASSERT_ANDROID_H
#... |
/* This software is released under the MIT License, see LICENSE */
#pragma once
#include <pebble.h>
typedef void (* OffscreenHandler)(GContext *context, void *arg);
void offscreen_draw(GContext *context, OffscreenHandler handler, void *arg); |
#ifndef MINIH264_H
#define MINIH264_H
/*
https://github.com/lieff/minih264
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide.
This software is distributed without any warranty.
See <http://creat... |
/*
* 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 Rese... |
/*
* Arquivo : testa_arvores.c
* Tipo : Main.
* Programa que testa as funcoes da biblioteca "arvore.h"
*
* Autor : Guilherme Esdras (guilherme.esdras@academico.ifpb.edu.br)
* Data : 06/2019 | Junho de 2019
* Curso : Bacharel em Engenharia de Computacao / 2019.1 / Periodo: 2... |
/**
@author Shin'ichiro Nakaoka
*/
#ifndef CNOID_BASE_GLSL_PROGRAM_H
#define CNOID_BASE_GLSL_PROGRAM_H
#include "glcore.h"
#include <cnoid/EigenTypes>
#include <vector>
#include <string>
#include <cstring>
#include "exportdecl.h"
namespace cnoid {
class CNOID_EXPORT GLSLProgram
{
public:
GLSLProgram();
G... |
/*
* File: semaphore4.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-embedded (PTE) - POSIX Threads Library for embedded systems
* Copyright(C) 2008 Jason Schmidlapp
*
* Contact Email: jschmidlapp@users.sourceforge.net
*
*
* Based upon Pth... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2022 Jochen Schaeuble
*
* 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 ... |
#ifndef MICROMOUSE_2018_ALGO_MAZE_H
#define MICROMOUSE_2018_ALGO_MAZE_H
#include <vector>
#include <string>
#include "Cell.h"
namespace algorithm {
class Maze {
public:
Maze(bool enable_debugging_, int rows, int cols);
void Clear();
void ClearVisitedAndParent();
void print();
Cell& get(int x, int y);
... |
// SPDX-License-Identifier: GPL-2.0
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
******************************************************************************/
#define _RTW_SECURITY_C_
#include <osdep_serv... |
/*
* Copyright (C) 2009 Google 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:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... |
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2014-2018, The Monero Project
// Copyright (c) 2018, The TurtleCoin Developers
// Copyright (c) 2018-2019, The BLOC.MONEY Developers
//
// Please see the included LICENSE file for more information.
//
// BLOC is free softwa... |
/*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2017 The PHP Group |
+---------... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Copyright (c) 2016-2017 The PIVX developers
// Copyright (c) 2018 The VITAE developers and CaritasCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensou... |
FileAST:
Decl: foo, [], [], []
FuncDecl:
ParamList:
Typename: None, []
TypeDecl: None, []
IdentifierType: ['void']
TypeDecl: foo, []
IdentifierType: ['void']
FuncDef:
Decl: foo, [], [], []
FuncDecl:
ParamList:
Typename: None, []... |
#include "jolt_gui.h"
char *jolt_gui_err_to_str( jolt_gui_err_t err )
{
#define STRCASE( name ) \
case name: return #name;
switch( err ) {
default:
STRCASE( JOLT_GUI_ERR_UNKNOWN )
STRCASE( JOLT_GUI_ERR_NOT_IMPLEMENTED )
STRCASE( JOLT_GUI_ERR_WIFI_NO_DRIVERS )
... |
/*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* h... |
#include "shell.h"
/**
* cmd_tokenizer - Tokenizes the command entered and their flags
*
* @buffer: buffer of the command entered.
* @TokenTemporal: Temporal var to store the tokenized items.
* @TokenMain: Principal entry of the orders, where the commands are stored.
*
* Return: 0 on success.
*/
int cmd_tokeni... |
/*
* 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... |
/* utf2.c
* 31mar05abu
* Convert process or file (ISO-8859-15) to stdout (UTF-8, 2-Byte)
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <signal.h>
#include <sys/wait.h>
// utf2 [-<cmd> [<arg> ..]]
// utf2 [<Infile/ISO-8859-15>]
int main(int ac, char *av[]) {
int c;
pi... |
inherit ROOM;
void create()
{
set("short", "大雄殿");
set("long", @LONG
這裏是報國寺大雄殿。報國寺是峨嵋山最大寺院之一。大雄殿內
供着金光燦燦的佛像,氣宇軒昂。
LONG );
set("objects", ([
__DIR__"npc/guest" : 2,
]));
set("exits", ([
"out" : __DIR__"bgs",
"west" : __DIR__"bgs... |
/*
* Author: Joshua Brindle <jbrindle@tresys.com>
*
* Copyright (C) 2006 Tresys Technology, LLC
*
* 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 L... |
#include <stdio.h>
int main(){
/*variaveis*/
int alc = 0, gas = 0, dis = 0, tipo;
/*entrada & processamento*/
while(1){
while(1){
scanf("%d", &tipo);
if(tipo > 0 && tipo < 5){
break;
}
}
switch (tipo){
case 1:
... |
/*
BEGIN_TEST_DATA
f: main
ret: int
args: int
input: 12
output: 44
error: ""
filename: "loop/loop2simd_2"
END_TEST_DATA
*/
span<float, 8> data = { 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f };
int main(int input)
{
float y = 1.0f;
for(auto& s: data)
{
s += y;
... |
//
// CCEmotion.h
// Remitchat
//
// Created by CC on 15/8/18.
// Copyright (c) 2015年 CC. All rights reserved.
//
#import <Foundation/Foundation.h>
#define kCCEmotionImageViewSize 60
#define kCCEmotionMinimumLineSpacing 12
@interface CCEmotion : NSObject
/**
* gif表情的封面图
*/
@property (nonatomic, strong) UIIma... |
/* Copyright (c) 2017-2018, Linaro Limited
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef ODP_ABI_QUEUE_H_
#define ODP_ABI_QUEUE_H_
#ifdef __cplusplus
extern "C" {
#endif
/* Empty header required due to the queue inline functions */
#ifdef __cplusplus
}
#endif
#endif |
/*****************************************************************************
* Copyright © 2020 Liberty Global B.V. and its Licensors.
* All rights reserved.
* Licensed by RDK Management, LLC under the terms of the RDK license.
* ============================================================================
* Liberty G... |
/*
File: AVAudioPlayer.h
Framework: AVFoundation
Copyright 2008-2010 Apple Inc. All rights reserved.
*/
#import <AVFoundation/AVBase.h>
#import <Foundation/NSObject.h>
#import <Foundation/NSDate.h> /* for NSTimeInterval */
#import <AVFoundation/AVAudioSettings.h>
#import <Availability.h>
@class NSData, NSURL... |
DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, i32)
DEF_HELPER_FLAGS_3(divs, TCG_CALL_NO_WG, i32, env, i32, i32)
DEF_HELPER_FLAGS_3(divu, TCG_CALL_NO_WG, i32, env, i32, i32)
DEF_HELPER_FLAGS_3(fadd, TCG_CALL_NO_WG, i32, env, i32, i32)
DEF_HELPER_FLAGS_3(frsub, TCG_CALL_NO_WG, i32, env, i32, i32)
D... |
//******************************************************************************
// MSP430F6638 Demo - Software Toggle P4
//
// Description: Toggle P4 by xor'ing P4 inside of a software loop.
// ACLK = 32.768kHz, MCLK = SMCLK = default DCO~1MHz
//
// MSP430F6638
// -----------------
// ... |
#ifndef BITCOIN_CHAINPARAMSSEEDS_H
#define BITCOIN_CHAINPARAMSSEEDS_H
/**
* List of fixed seed nodes for the fidecoin network
* AUTOGENERATED by contrib/seeds/generate-seeds.py
*
* Each line contains a 16-byte IPv6 address and a port.
* IPv4 as well as onion addresses are wrapped inside an IPv6 address accordingly... |
//
// DeleteDriverService.h
// CMDriver
//
// Created by 凯东源 on 17/3/9.
// Copyright © 2017年 城马联盟. All rights reserved.
//
#import <Foundation/Foundation.h>
/// 删除司机 回调协议
@protocol DeleteDriverServiceDelegate <NSObject>
/// 删除司机成功
@optional
- (void)successOfDeleteDriver:(NSIndexPath *)indexPath;
/// 删除司机失败
@opt... |
#ifndef HV_TCP_SERVER_HPP_
#define HV_TCP_SERVER_HPP_
#include "hsocket.h"
#include "hssl.h"
#include "hlog.h"
#include "EventLoopThreadPool.h"
#include "Channel.h"
namespace hv {
template<class TSocketChannel = SocketChannel>
class TcpServerTmpl {
public:
typedef std::shared_ptr<TSocketChannel> TSocketChannelP... |
/*
* NSOperation.h
*
* Foundation (c) 2006-2017
* 不知名开发者 - 该模块将系统化学习, 后续「坚持新增文章, 替换、补充文章内容」
*/
#import <Foundation/NSObject.h>
#import <Foundation/NSException.h>
#import <sys/qos.h>
#import <dispatch/dispatch.h>
@class NSArray<ObjectType>, NSSet;
NS_ASSUME_NONNULL_BEGIN
#define NSOperationQualityOfService NS... |
#pragma once
#include "BufferBase.h"
#include "SharedBufferManager.h"
class SharedBuffer : public BufferBase
{
protected:
bool Init(const std::shared_ptr<Device>& pDevice, const std::shared_ptr<SharedBuffer>& pSelf, const VkBufferCreateInfo& info);
public:
uint32_t GetBufferOffset() const override;
bool IsHostVisi... |
#ifndef __LCD_PANNEL_CFG_H__
#define __LCD_PANNEL_CFG_H__
#include "dev_lcd.h"
#include <linux/gpio.h>
#include "panels/panels.h"
void LCD_set_panel_funs(void);
extern void LCD_OPEN_FUNC(__u32 sel, LCD_FUNC func, __u32 delay/*ms*/);
extern void LCD_CLOSE_FUNC(__u32 sel, LCD_FUNC func, __u32 delay/*ms*/);
extern void... |
/**
* Copyright (c) 2006-2021 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* ... |
#import <Foundation/Foundation.h>
#import "YapDatabaseExtensionTransaction.h"
#import "YapDatabaseViewTypes.h"
#import "YapDatabaseViewMappings.h"
/**
* Welcome to YapDatabase!
*
* The project page has a wealth of documentation if you have any questions.
* https://github.com/yapstudios/YapDatabase
*
* If you're... |
/*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
+---------... |
// Generated by Haxe 3.4.7
#ifndef INCLUDED_flixel_input_gamepad_FlxAnalogToDigitalMode
#define INCLUDED_flixel_input_gamepad_FlxAnalogToDigitalMode
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS3(flixel,input,gamepad,FlxAnalogToDigitalMode)
namespace flixel{
namespace input{
namespace gamepad{
class Fl... |
// SPDX-License-Identifier: GPL-2.0
/*
* Exception handling code
*
* Copyright (C) 2019 ARM Ltd.
*/
#include <linux/context_tracking.h>
#include <linux/linkage.h>
#include <linux/lockdep.h>
#include <linux/ptrace.h>
#include <linux/sched.h>
#include <linux/sched/debug.h>
#include <linux/thread_info.h>
#include <a... |
// This file is generated. Do not edit.
#ifndef VPX_DSP_RTCD_H_
#define VPX_DSP_RTCD_H_
#ifdef RTCD_C
#define RTCD_EXTERN
#else
#define RTCD_EXTERN extern
#endif
/*
* DSP
*/
#include "vpx/vpx_integer.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_dsp/vpx_filter.h"
#ifdef __cplusplus
extern "C" {
#endif
un... |
#pragma once
#include "scoped_refptr.h"
class WeakReference {
public:
class Flag : public RefCnt {
public:
Flag() : is_valid(true) {};
~Flag() {};
bool is_valid;
};
WeakReference() {}
explicit WeakReference(const Flag* flag) : flag_(flag) {}
~WeakReference() {}
bo... |
/****************************************************************************
**
** 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... |
// This file is part of CPAchecker,
// a tool for configurable software verification:
// https://cpachecker.sosy-lab.org
//
// SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
typedef unsigned gfp_t;
typedef unsigned int size_t;
struct usb_device;
struct... |
#include "response.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define PLAIN_TEXT_BUFLEN 512
static const char* StatusName(int status) {
switch (status) {
case STATUS_OK:
return "OK";
case STATUS_NOT_FOUND:
return "Not Found";
... |
/*
* Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson, Nikos Mavrogiannopoulos
*
* This file is part of GnuTLS.
*
* GnuTLS 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 Foundat... |
#include "holberton.h"
#include <stdio.h>
#include <stdlib.h>
/**
* main - check the code for Holberton School students.
*
* Return: Always 0.
*/
int main(void)
{
char *s;
s = _strdup("Holberton");
if (s == NULL)
{
printf("failed to allocate memory\n");
return (1);
}
printf("%s\n", s);
free(s);
return... |
/**
******************************************************************************
* @file system_stm32l5xx_s.c
* @author MCD Application Team
* @brief CMSIS Cortex-M33 Device Peripheral Access Layer System Source File
* to be used in secure application when the system implements
* t... |
/*
* Copyright 2020 Intel Corporation
* SPDX-License-Identifier: Apache 2.0
*/
/*!
* \file
* \brief Reading & Writing Device credentials in JSON format as described by
* spec.
*/
#include "util.h"
#include "safe_lib.h"
#include "load_credentials.h"
#include "storage_al.h"
#include <unistd.h>
#include <stdlib.h... |
#ifndef __MAINWIN_H
#define __MAINWIN_H
#include <gtkmm.h>
#include <iostream>
#include <vector>
#include <string>
#include "store.h"
class Mainwin: public Gtk::Window {
public:
Mainwin();
virtual ~Mainwin();
protected:
void on_new_store_click();
void on_new_tool_click();
... |
#pragma once
#include "ofMain.h"
#include "ofxNDIReceiver.h"
#include "ofxNDIRecvStream.h"
#include "ofxNDIRecorder.h"
#include "ofxNDIFinder.h"
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y... |
/**
* @file
* SSE2-optimized functions for the VP6 decoder
*
* Copyright (C) 2009 Zuxy Meng <zuxy.meng@gmail.com>
*
* 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 Softwa... |
// Copyright (c) 2011-2019 The Widecoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef WIDECOIN_WALLET_COINCONTROL_H
#define WIDECOIN_WALLET_COINCONTROL_H
#include <outputtype.h>
#include <policy/feerat... |
/* GDBus - GLib D-Bus Library
*
* Copyright (C) 2008-2010 Red Hat, Inc.
*
* 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 of the License, or (at your option) any... |
// Copyright 2017 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 COMMON_NULL_PLATFORM_VIEW_H_
#define COMMON_NULL_PLATFORM_VIEW_H_
#include "flutter/shell/common/platform_view.h"
#include "lib/fxl/macros.h"
#in... |
/*
ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
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 ap... |
/*
* Compute pi by approximating the area under the curve f(x) = 4 / (1 + x*x)
* between 0 and 1.
*
* Parallel version using OpenMP
*/
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <omp.h> /* OpenMP */
double getusec_() {
struct timeval time;
gettimeofday(&time, NULL);
... |
#ifndef _ASM_PARISC_UNISTD_H_
#define _ASM_PARISC_UNISTD_H_
/*
* This file contains the system call numbers.
*/
/*
* HP-UX system calls get their native numbers for binary compatibility.
*/
#define __NR_HPUX_exit 1
#define __NR_HPUX_fork 2
#define __NR_HPUX_read ... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:37:08 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/TelephonyUI... |
/*
* Diffie-Hellman-Merkle key exchange (server side)
*
* Copyright (C) 2006-2015, ARM Limited, 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 ... |
/**
* This file is part of the "libterminal" project
* Copyright (c) 2019-2020 Christian Parpart <christian@parpart.family>
*
* 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 i... |
//-*-C++-*-
/***************************************************************************
*
* Copyright (C) 2004 by Willem van Straten
* Licensed under the Academic Free License version 2.1
*
***************************************************************************/
/* $Source: /cvsroot/psrchive/psrchive/Mor... |
#ifndef SHALLOW_CLUSTERS_PRODUCER
#define SHALLOW_CLUSTERS_PRODUCER
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/Utilities/interface/EDGetToken.h"
#include "DataFormats/Common/interface/DetSetVe... |
/*
* BSD LICENSE
*
* Copyright (C) Cavium Inc. 2017. 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
* ... |
/*-
* Copyright (c) 2003-2007 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... |
// Copyright 2011 Google Inc. 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... |
/*
* MPEG1/2 demuxer
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard
*
* This file is part of Libav.
*
* Libav 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 Licen... |
/******************************************************************************************
* Data Structures in C++
* ISBN: 7-302-33064-6 & 7-302-33065-3 & 7-302-29652-2 & 7-302-26883-3
* Junhui DENG, deng@tsinghua.edu.cn
* Computer Science & Technology, Tsinghua University
* Copyright (c) 2006-2013. All rights r... |
// 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 CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_DECLARATIVE_API_H_
#define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_DECLARATIVE_API_H_
#include "b... |
#pragma once
#include <functional>
#include "../request/request.h"
#include "../response/response-base.h"
namespace onyxup {
class Task;
using PtrTask = Task*;
enum class EnumTaskType {
LOCAL_TASK = 1,
STATIC_RESOURCES_TASK,
JSON_RPC_TASK
};
PtrTask taskFactory();
... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
@class FPSpotlightCollector, NSSet;
@protocol FPSpotlightCollectorDelegate
- (void)collectorDidFinish:(FPSpotlightCollector *)arg1;
- (NSSet *)mountPointsForCollector:(FPSpotlightC... |
#define IDD_MAIN_DIALOG 100
#define IDD_MAIN_ICON 101
#define IDD_MAIN_TEXT_1 102
#define IDD_MAIN_TEXT_2 103
#define IDD_MAIN_DISABLED 104
#define IDD_MAIN_ENABLED 105
#define IDD_MAIN_UPDATE 106
#define IDD_PASSWORD_DLG 200
... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "GPUImageFilter.h"
@interface GPUImageLuminanceRangeFilter : GPUImageFilter
{
int rangeReductionUniform;
double _rangeReductionFactor;
}
@property(nonatomic) doubl... |
/*************************************************************************/
/* delaunay.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
/**************************************************************************
*
* Copyright (c) 2002 - 2011 by Computer Architecture Department,
* Universitat Politecnica de Catalunya.
* All rights reserved.
*
* The contents of this file may not be disclosed to third parties,
* copied or duplicated in any form, in... |
#ifndef AliAnalysisTaskNanoValidator_H
#define AliAnalysisTaskNanoValidator_H
#include "AliAnalysisTaskSE.h"
class AliAnalysisTaskNanoValidator : public AliAnalysisTaskSE
{
public:
AliAnalysisTaskNanoValidator(const char* name="AliAnalysisTaskNanoValidator");
virtual ~AliAnalysisTaskNanoValidator();
... |
//
// NSObject+Swizzling.h
// YBHttpRequestCache
//
// Created by yangjw on 16/12/12.
// Copyright © 2016年 yangjw. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
@interface NSObject (Swizzling)
+ (void)methodSwizzlingWithOriginalSelector:(SEL)originalSelector
... |
/*-------------------------------------------------------------------------
*
* shmem.c
* create shared memory and initialize shared memory data structures.
*
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* I... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.