text stringlengths 9 948k |
|---|
/*
* Copyright (c) 2019, The Robot Studio
* 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 cond... |
/******************************************************************************
* $Id: ogr_ili2.h $
*
* Project: Interlis 2 Translator
* Purpose: Definition of classes for OGR Interlis 2 driver.
* Author: Markus Schnider, Sourcepole AG
*
*********************************************************************... |
/* Copyright (c) 2018 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 META_DROPEDGEPROCESSOR_H_
#define META_DROPEDGEPROCESSOR_H_
#include "meta/processors/BaseProcessor.h"
namespa... |
#include <stdio.h>
#include <console.h>
#include <tock.h>
#include <tsl2561.h>
int main (void) {
printf("[TSL2561] Test\n");
// Start a light measurement
int lux = tsl2561_get_lux_sync();
if (lux == TOCK_ENODEVICE) {
printf("ERROR: No TSL2561 on this board.\n");
} else if (lux < 0) {
printf("ERROR:... |
#ifndef GAME_H
#define GAME_H
#include <stdlib.h>
#include <iostream>
#include <ctime>
#include <time.h> /* time */
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/Audio.hpp>
#include "command.h"
#include "tilemap.h"
#include "selector.h"
#include "playerhud.h"
#include "textureholder.h"... |
/*
* functor.c - functor operations
*
* Copyright (c) 2008, Ueda Laboratory LMNtal Group <lmntal@ueda.info.waseda.ac.jp>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* ... |
/*
-O0123 reduce el tiempo de ejecucion porque el compilador busca optimizar las instrucciones maquina
-Os reduce el tamaño del ejecutable en lugar de optimizar el tiempo
1- Decodifico Instruc
2- Capto Operandos
3- Opero
4- Almaceno
1, 2, 3, 4
1, 2, 3, 4
Paralelismo a nivel de instruccion completamente... |
#include <stdint.h>
#include "test/cpucycles.h"
#include "fips202.h"
#include "params.h"
#include "reduce.h"
#include "rounding.h"
#include "ntt.h"
#include "poly.h"
#ifdef DBENCH
extern const unsigned long long timing_overhead;
extern unsigned long long *tred, *tadd, *tmul, *tround, *tsample, *tpack;
#endif
/*******... |
#ifndef WORLD_H
#define WORLD_H
#include <list>
#include "model.h"
#include "camera.h"
#include "light.h"
#include "mirror.h"
#include "listener.h"
class World {
public:
//collision methods
enum {
COLLISION_METHOD_SPHERE = 1,
COLLISION_METHOD_POLYGON = 2,
COLLISION_METHOD_BOX = 3
};
//collision actions
e... |
#ifndef ENTRYOBJECT_H
#define ENTRYOBJECT_H
#include <TSqlObject>
#include <QSharedData>
class T_MODEL_EXPORT EntryObject : public TSqlObject, public QSharedData
{
public:
int id;
QString name;
QString address;
QDateTime created_at;
QDateTime updated_at;
int revision;
enum PropertyIndex ... |
#ifndef RPMPYTHON_H
#define RPMPYTHON_H
/** \ingroup rpmio
* \file rpmio/rpmpython.h
*/
#include <rpmiotypes.h>
#include <rpmio.h>
typedef /*@abstract@*/ /*@refcounted@*/ struct rpmpython_s * rpmpython;
/*@unchecked@*/
extern int _rpmpython_debug;
/*@unchecked@*/ /*@relnull@*/
extern rpmpython _rpmpythonI;
#if ... |
/* $OpenBSD$ */
/*
* Copyright (c) 2019 Nicholas Marriott <nicholas.marriott@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE S... |
/*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... |
#ifndef HEADER_CURL_DOTDOT_H
#define HEADER_CURL_DOTDOT_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (... |
#ifdef __cplusplus
extern "C" {
#endif
/* dcopy.f -- translated by f2c (version 19960315).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
#include "hypre_blas.h"
/* Subroutine */ integer dcopy_(integer* n, doublereal* dx,integer* incx,doublereal* dy,in... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_By_Zero__int_connect_socket_divide_51b.c
Label Definition File: CWE369_Divide_By_Zero__int.label.xml
Template File: sources-sink-51b.tmpl.c
*/
/*
* @description
* CWE: 369 Divide By Zero
* BadSource: connect_socket Read data using a connect socket (client s... |
//
// Sqaure.h
// PRSqauresView
//
// Created by Peter Reveles on 7/30/14.
// Copyright (c) 2014 Peter Reveles. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface Sqaure : NSObject
- (instancetype)initWithTitle:(NSString *)title;
@property (nonatomic, readonly) NSString *title;
@end |
/*
* Copyright (C) 2014-2017 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 conditi... |
// -*- C++ -*-
//! \file msgsock.h Send and receive delimited messages over
//! non-blocking sockets.
#ifndef _XDRPP_MSGSOCK_H_INCLUDED_
#define _XDRPP_MSGSOCK_H_INCLUDED_ 1
#include <deque>
#include <xdrpp/message.h>
#include <xdrpp/pollset.h>
namespace xdr {
//! Send and receive a series of delimited messages on... |
#ifndef TMovieItemFrameH
#define TMovieItemFrameH
#include <System.Classes.hpp>
#include <Vcl.Controls.hpp>
#include <Vcl.StdCtrls.hpp>
#include <Vcl.Forms.hpp>
#include <Vcl.ExtCtrls.hpp>
#include <Vcl.MPlayer.hpp>
#include "TArrayBotBtn.h"
#include <Vcl.Buttons.hpp>
#include "Poco/Path.h"
#include "Poco/File.h"
#incl... |
/*
* AliFemtoDreamTrack.h
*
* Created on: Nov 14, 2017
* Author: gu74req
*/
#ifndef ALIFEMTODREAMTRACK_H_
#define ALIFEMTODREAMTRACK_H_
#include <vector>
#include "AliESDtrack.h"
#include "AliESDtrackCuts.h"
#include "AliFemtoDreamBasePart.h"
#include "AliPIDResponse.h"
class AliFemtoDreamTrack : public Al... |
#ifndef RED_SAVE_INT64SAVEOBJECT_H
#define RED_SAVE_INT64SAVEOBJECT_H
#include <Red/Save/Save.h>
#include <Red/Save/ISaveObject.h>
#include <Red/Util/RefCounted.h>
#include <stdint.h>
#include <string>
namespace Red
{
namespace Save
{
class Int64SaveObject : public virtual ISaveObject, public Util :: RefC... |
/*******************************************************************************
System Definitions
File Name:
definitions.h
Summary:
project system definitions.
Description:
This file contains the system-wide prototypes and definitions for a project.
*******************************************... |
/*
Copyright 2015 by Thomas E. Dickey
Copyright (c) 1996 by Alfredo Kojima
Copyright (c) 1989, 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 without restriction, including wi... |
#include <kernel/framebuffer.h>
#include <kernel/mailbox.h>
#include <kernel/gpu.h>
#include <kernel/gpio.h>
/* set up framebuffer channel */
int framebuffer_init(void) {
struct property_msg_tag tags[5];
tags[0].prop_tag = FB_SET_PHYSICAL_DIMENSIONS;
tags[0].value_buffer.fb_screen_size.width = 640;
tags[0].valu... |
//
// QQViewController.h
// QQDeviceInfo
//
// Created by 魏国强 on 10/25/2018.
// Copyright (c) 2018 魏国强. All rights reserved.
//
@import UIKit;
@interface QQViewController : UIViewController
@end |
/**
* @file core.h Internal API
*
* Copyright (C) 2010 Creytiv.com
*/
#include <limits.h>
/* max bytes in pathname */
#if defined (PATH_MAX)
#define FS_PATH_MAX PATH_MAX
#elif defined (_POSIX_PATH_MAX)
#define FS_PATH_MAX _POSIX_PATH_MAX
#else
#define FS_PATH_MAX 512
#endif
/**
* RFC 3551:
*
* 0 - 95 ... |
/*
* Copyright 2017 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... |
/*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2020 Scientific Computing and Imaging Institute,
University of Utah.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the ... |
/*
* 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
*
*/
#pragma once
#include <AzCore/IO/SystemFile.h>
#include <AzCore/std/string/string.h>
#include <Az... |
/* $OpenBSD$ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE S... |
// Copyright (c) 2020 - present Advanced Micro Devices, 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 Software without restriction, including without limitation the r... |
// This file is used for qsort()'s implementation, whose 'memcpy' is specialized
// for 1, 2, 4, 8(, 16) bytes types for better performance.
#ifdef _QSORT_SPECIALIZED_TYPE
// If _QSORT_SPECIALIZED_TYPE is defined. It means this file should represent
// a specialized implementation.
#define _specialized_memcpy(dest, sr... |
#ifndef _BITS_COMPILER_H
#define _BITS_COMPILER_H
/** Dummy relocation type */
#define RELOC_TYPE_NONE R_X86_64_NONE
#ifndef ASSEMBLY
/** Declare a function with standard calling conventions */
#define __asmcall __attribute__ (( regparm(0) ))
/** Declare a function with libgcc implicit linkage */
#define __libgcc
... |
// Copyright (c) 2011-2016 The TMIcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef TMICOIN_QT_COINCONTROLDIALOG_H
#define TMICOIN_QT_COINCONTROLDIALOG_H
#include "amount.h"
#include <QAbstractButton... |
/*-------------------------------------------------------------------------
*
* rewriteheap.c
* Support functions to rewrite tables.
*
* These functions provide a facility to completely rewrite a heap, while
* preserving visibility information and update chains.
*
* INTERFACE
*
* The caller is responsible f... |
// Copyright (c) 2005 Rijksuniversiteit Groningen (Netherlands)
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// $URL$
// $Id$
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
//
//
// Author(s) : Nico Kruithof <Nico@cs.rug.nl>
#ifndef CGAL_MARCHING_TETRAHEDRA_OBSE... |
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-vrp1-details" } */
typedef const struct bitmap_head_def *const_bitmap;
typedef unsigned long BITMAP_WORD;
typedef struct bitmap_element_def {
struct bitmap_element_def *next;
BITMAP_WORD bits[((128 + (8 * 8 * 1u) - 1) / (8 * 8 * 1u))];
} bitmap_element;
ty... |
/*
* Copyright (c) 2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "test_uart.h"
K_SEM_DEFINE(tx_done, 0, 1);
K_SEM_DEFINE(tx_aborted, 0, 1);
K_SEM_DEFINE(rx_rdy, 0, 1);
K_SEM_DEFINE(rx_buf_released, 0, 1);
K_SEM_DEFINE(rx_disabled, 0, 1);
void test_single_read_callback(struc... |
/** @file
Install Serial IO Protocol that layers on top of a Debug Communication Library instance.
Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompa... |
/*!
@file
@author Denis Koronchik
@date 08/2007
*/
/*
This file is part of MyGUI.
MyGUI 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 3 of the License, or
(at your option) any la... |
#include "cfl_parser.h"
#include <stdio.h>
#include <string.h>
extern void cfl_reset_parser_error_flag(void);
extern void* cfl_parser_malloc(size_t size);
cfl_node* cfl_parse_atom(
cfl_token_list** end,
cfl_token_list* position,
cfl_token_list* block)
{
if(position == block)
retur... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:14:59 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/SetupAssi... |
/*
Plan 9 from User Space src/lib9/getuser.c
http://code.swtch.com/plan9port/src/tip/src/lib9/getuser.c
Copyright 2001-2007 Russ Cox. 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 ... |
/*
Copyright (c) 2021, Stephen P. Shoecraft
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.
*/
#include "si.h"
int si_control_add_info(si_session_t *s, json_value_t *v) {
return 0;
}
static int getval(int *val, int d... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkTemporalStreamTracer.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 sof... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#pragma once
#include "ReactCoreInjection.g.h"
#include "ReactViewOptions.g.h"
#include "INativeUIManager.h"
#include "React.h"
#include "ReactHost/React.h"
#include "ReactPropertyBag.h"
#include "winrt/Microsoft.ReactNative.h"
namespace win... |
/***************************************************/ /**
* @file ProgrammableSaturationFeatureImpl.h
* @date March 2016
* @author Ocean Optics, Inc.
*
* LICENSE:
*
* SeaBreeze Copyright (C) 2016, Ocean Optics Inc
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of thi... |
/**
******************************************************************************
* @file subghz.c
* @brief This file provides code for the configuration
* of the SUBGHZ instances.
******************************************************************************
* @attention
*
* <h2><center>... |
#ifndef ALGORITHM_REPEATEDSUBTRACTION_DEVIDE_H_
#define ALGORITHM_REPEATEDSUBTRACTION_DEVIDE_H_
#include <algorithm>
#include <cstring>
#include <cstdint>
#include "../helper/Comparison.h"
#include "../helper/Shift.h"
#include "../helper/Subtraction.h"
#include "../helper/Additon.h"
namespace algorithm
{
namespace re... |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
* Copyright (c) 2015 Daniel Campora
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation... |
/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
** **
** This file forms part of the Underworld geophysics modelling application. **
** ... |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtXmlPatterns module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid... |
#ifndef __SVI_UNCOVEREFFECTOR_H_
#define __SVI_UNCOVEREFFECTOR_H_
#include "SVITransitionEffector.h"
namespace SVI {
class SVIUncoverEffector : public SVITransitionEffector {
public:
SVIUncoverEffector(SVIGLSurface *surface);
virtual ~SVIUncoverEffector() {}
protected:
void setAnimation();
private:
};
... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* 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.
*/
#pragma once
#include <memory>
#include <string>
#include <utility>
#include <tensorpipe/channel/ch... |
/*!
* @header MPSImageKernel.h
* @framework MetalPerformanceShaders.framework
*
* @copyright Copyright (c) 2015 Apple Inc. All rights reserved.
* @abstract MetalPerformanceShaders filter base classes
*/
#ifndef _MPS_MPSImageKernel_
#define _MPS_MPSImageKernel_
#import <MPSCore/MPSKernel.h>
#import <MPSImage... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:21:44 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/TVIdleSer... |
/*
* Copyright (C) 2017 Andes Technology Corporation
* Rick Chen, Andes Technology Corporation <rick@andestech.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __ASM_RISCV_MACH_TYPE_H
#define __ASM_RISCV_MACH_TYPE_H
#ifndef __ASSEMBLY__
/* The type of machine we're running on */
extern unsigned int __machin... |
//
// ViewController.h
// Button In Cell
//
// Created by Dante on 15/10/16.
// Copyright © 2015年 Futurelab. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UITableViewController
@end |
// Simple PIO-based (non-DMA) IDE driver code.
#include "types.h"
#include "defs.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "proc.h"
#include "x86.h"
#include "traps.h"
#include "spinlock.h"
#include "buf.h"
#define IDE_BSY 0x80
#define IDE_DRDY 0x40
#define IDE_DF 0x20
#... |
static char rcsid[] = "$Id: xp.c 6 2007-01-22 00:45:22Z drhanson $";
#include <ctype.h>
#include <string.h>
#include "assert.h"
#include "xp.h"
#define T XP_T
#define BASE (1<<8)
static char map[] = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
36, 36, 36, 36, 36, 36, 36,
10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, ... |
// Copyright (c) 2011-2013 The mitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef mitcoin_QT_COINCONTROLDIALOG_H
#define mitcoin_QT_COINCONTROLDIALOG_H
#include "amount.h"
#include <QAbstractButton... |
/* This file is a part of MIR project.
Copyright (C) 2018-2020 Vladimir Makarov <vmakarov.gcc@gmail.com>.
*/
/******************************************************************************
* Copyright (C) 2020-2021 Dibyendu Majumdar
*
* Permission is hereby granted, free of charge, to any person obtaining
* a co... |
#ifndef guard_string_sequence_element_hpp
#define guard_string_sequence_element_hpp
/**
* @file
*
* @brief Implement the type returned by operator[] in string
* sequences.
*
* $Id: String_Sequence_Element_T.h 90386 2010-06-02 13:52:08Z vzykov $
*
* @author Carlos O'Ryan
*/
#include "tao/Basic_Types.h"
#inclu... |
/**
* @file bdIMADpj.h
* @brief bdSound IMproved Audio Device for PJSIP.
*/
/**
* @defgroup bd_IMAD bdIMADpj bdSound IMproved Audio Device for PJSIP.
* @ingroup audio_device_api
*
* <b>bdSound IMproved Audio Device</b> is a multiplatform audio interface
* created to integrate in <b>PJSIP</b> library with no ... |
/**
******************************************************************************
* File Name : gpio.c
* Description : This file provides code for the configuration
* of all used GPIO pins.
******************************************************************************
*... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putchar_fd.c :+: :+: :+: ... |
/*
* opshm.c - Reading and writing a shared memory segment
*/
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <ctype.h>
#define BUFSZ 4096
int main(int argc, char *argv[])
{
int shmid; /* Segment ID */
char *shmbuf; /* Add... |
//metadoc LibSndFile copyright Steve Dekorte, 2004
//metadoc LibSndFile license BSD revised
//metadoc LibSndFile category Audio
/*metadoc LibSndFile description
An object for encoding and decoding audio files (principally WAV and AIFF) using the
<a href=http://www.mega-nerd.com/libsndfile/>Libsndfile</a> library.
*/
... |
#define PCINT_VERSION 2402
//
// For the beginners
//
#define detachPinChangeInterrupt(pin) PCintPort::detachInterrupt(pin)
#define attachPinChangeInterrupt(pin,userFunc,mode) PCintPort::attachInterrupt(pin, &userFunc,mode)
#define getInterruptedPin() PCintPort::getArduinoPin()
// We use 4-character tabstops... |
/*
* Simple X11 edit-and-go frontend for the NASE A60 interpreter.
* Copyright (C) 1991,1992 Erik Schoenfelder (schoenfr@ibr.cs.tu-bs.de)
*
* This file is part of NASE A60.
*
* NASE A60 is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by... |
/**
* MaNGOS is a full featured server for World of Warcraft, supporting
* the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8
*
* Copyright (C) 2005-2022 MaNGOS <https://getmangos.eu>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_KFXAbstracts_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_KFXAbstracts_Exa... |
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:40:31 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
* classdump-dyld is licensed under GPLv3, Copyright © 2013... |
// Copyright (c) 2005,2006,2007,2008,2009,2010,2011 Tel-Aviv University (Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// $URL$
// $Id$
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
//
//
// Author(s) : Ron Wein <wein@post.tau.ac.il>
// B... |
//
// RWPickFlavor.h
// RWPickFlavor
//
// Created by Odigma-Mac1 on 29/02/16.
// Copyright © 2016 Zagade. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for RWPickFlavor.
FOUNDATION_EXPORT double RWPickFlavorVersionNumber;
//! Project version string for RWPickFlavor.
FOUNDATION_EXPOR... |
/******************************************************************************
* $Id$
*
* Project: MapServer
* Purpose: Assorted code related to resampling rasters.
* Author: Frank Warmerdam, warmerdam@pobox.com
*
******************************************************************************
* Copyright (c... |
/*
* Copyright 2008 Henri Verbeet for CodeWeavers
* Copyright 2015 Józef Kucia for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2017 Johan Kanflo (github.com/kanflo)
*
* 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... |
#include <stdio.h>
void sort( int[], int );
void sort( int a[], int n )
{
int i, j, temp;
i = 0;
while( i < (n-1)) {
j = i+1;
while(j<n) {
if( a[i] > a[j] ) {
temp = a[i];
a[i] = a[j];
a[j] = temp;
}
j++;
}
i++;
}
}
int main()
{
int arr[] = {23, 65, 30, 8, 33, 24, ... |
//
// LOTTrimPathNode.h
// Lottie
//
// Created by brandon_withrow on 7/21/17.
// Copyright © 2017 Airbnb. All rights reserved.
//
#import "LOTAnimatorNode.h"
#import "LOTShapeTrimPath.h"
@interface LOTTrimPathNode : LOTAnimatorNode
- (instancetype _Nonnull)initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode... |
/***************************************************************************
# Copyright (c) 2015, 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 sourc... |
// Copyright 2013 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_PREF_NAMES_H_
#define EXTENSIONS_BROWSER_PREF_NAMES_H_
#include <string>
#include "extensions/browser/extension_prefs_scope.h... |
/* ----------------------------------------------------------------------
* 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_var_q31.c
*
* Description: Variance of an array of Q31 type.... |
/* $NetBSD: dst_parse.h,v 1.6 2014/12/10 04:37:58 christos Exp $ */
/*
* Portions Copyright (C) 2004-2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2000-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose ... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/autoscaling-plans/AutoScalingPlans_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace AutoScalingPlans
{
namespace Model
{
enum class S... |
/*****************************************************************************
* freetype.c : Put text on the video, using freetype2
*****************************************************************************
* Copyright (C) 2002 - 2015 VLC authors and VideoLAN
* $Id: 73d4939f07eb5022f1eb2f313f98a88a8527de34 $
*... |
// Copyright (c) 2021 Mobvoi Inc (Binbin Zhang)
//
// 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 ... |
/*
Copyright (c) 2014 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#pragma once
#include "library/util.h"
namespace lean {
/** \brief Add a new 'class' to the environment (if it is not already declared) */
environment add_c... |
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2015, OpenNebula Project (OpenNebula.org), C12G Labs */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may ... |
/*
* drivers/w1/masters/tegra-w1.c
*
* W1 master driver for internal OWR controllers in NVIDIA Tegra SoCs.
*
* Copyright (C) 2010 Motorola, Inc
* Author: Andrei Warkentin <andreiw@motorola.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Publ... |
//
// 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 "WXPBGeneratedMessage.h"
@class BaseRequest;
@interface OperationReq : WXPBGeneratedMessage
{
}
+ (void)initialize;
// Rema... |
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:08:58 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /System/Library/Assistant/Plugins/ClientFlowService.assistantBundle/ClientFlowService
* classdump-dyld is licensed under GPLv3, Copyrigh... |
/****************************************************************************
* configs/lpc4088-quickstart/src/lpc17_40_autoleds.c
*
* Copyright (C) 2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* ... |
#pragma once
#include "Skill.h"
class Hero;
class MeteorSkill : public Skill
{
public:
MeteorSkill(Hero* hero);
virtual ~MeteorSkill();
virtual void SkillCast(Vec2 heroPos, Vec2 targetPos);
virtual void SkillReady();
virtual void SkillEnd();
void MakeMeteor(Vec2 targetpos);
public:
... |
/*******************************************************************************
SSC PLIB
Company:
Microchip Technology Inc.
File Name:
plib_ssc.h
Summary:
SSC PLIB Header File
Description:
This file has prototype of all the interfaces provided for particular
SSC peripheral.
*********... |
/**
******************************************************************************
* @file ADC/ADC_TripleModeInterleaved/Inc/stm32f4xx_it.h
* @author MCD Application Team
* @brief This file contains the headers of the interrupt handlers.
******************************************************************... |
/*
* Copyright (C) 2016 Orange
*
* This software is distributed under the terms and conditions of the 'BSD-3-Clause'
* license which can be found in the file 'LICENSE.txt' in this package distribution
* or at 'https://opensource.org/licenses/BSD-3-Clause'.
*/
/**
* @file mqtt_network_interface.h
* @brief ... |
/*
LUFA Library
Copyright (C) Dean Camera, 2018.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2018 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... |
/****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Quick Templates 2 module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.