text stringlengths 4 6.14k |
|---|
// Copyright (c) 2014, 임경현
// 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 and th... |
/*
Copyright 2009-2012 Urban Airship Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the... |
/*
* Copyright (c) 2003-2004 HighPoint Technologies, 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,... |
/*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty o... |
// Copyright (c) 2018, Smart Projects Holdings Ltd
// All rights reserved.
// See LICENSE file for license details.
/*
* shared_memory.h
*
* Created on: Oct 24, 2013
* Author: Janis
*/
#ifndef _UGCS_VSM_SHARED_MEMORY_H_
#define _UGCS_VSM_SHARED_MEMORY_H_
#include <ugcs/vsm/utils.h>
namespace ugcs {
names... |
//
// FUEFirstView.h
// RHFirstUserExperience
//
// Created by Richard Heard on 24/06/12.
// Copyright (c) 2012 Richard Heard. All rights reserved.
//
#import "RHFirstUserExperienceGenericOverlayView.h"
@interface FUEFirstView : RHFirstUserExperienceGenericOverlayView {
UIImageView *_leftBubble;
UIImageVi... |
/**
* @file PoseRotationPrior.h
*
* @brief Implements a prior on the rotation component of a pose
*
* @date Jun 14, 2012
* @author Alex Cunningham
*/
#pragma once
#include <gtsam/geometry/concepts.h>
#include <gtsam/nonlinear/NonlinearFactor.h>
namespace gtsam {
template<class POSE>
class PoseRotationPrior... |
//
// Created by messi on 12/6/16.
//
#ifndef COMMON_LINKAGE_H
#define COMMON_LINKAGE_H
#define LINKAGE
#endif //COMMON_LINKAGE_H
|
/*
* prgbox.c -- implements the message box and info box
*
* AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
*
* 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 Licen... |
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the mos license (see file LICENSE)
/*********************... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 <ABI38_0_0React/core/ShadowNode.h>
#include <ABI38_0_0React/mounting/ShadowViewMutation.h>
namespace ABI38_... |
#include <smaccm_receiver.h>
#include <receiver.h>
void ping_received(test3__a_array_impl test_data) {
printf("receiver ping received (%d, %d, %d, %d)\n", test_data[0], test_data[1], test_data[2], test_data[3]);
}
|
#include <stdio.h>
#include <xmp.h>
#pragma xmp nodes p[2]
#pragma xmp template t[10]
#pragma xmp distribute t[block] onto p
int a[10];
int main(){
for(int i=0;i<10;i++)
a[i] = i+1;
for(int i=0;i<10;i++)
printf("[%d] %d\n", xmpc_node_num(), a[i]);
return 0;
}
|
iBegin(unpack, Unpack, "unpack")
iTarget(optype::(type,iterator<bytes>))
iOp1(optype::(iterator<bytes>,iterator<bytes>), trueX)
iOp2(optype::enum, trueX)
iOp3(optype::[type], trueX)
iValidate {
auto ty_target = as<type::(type,iterator<bytes>)>(target->type());
auto ty_op1 = as<type:... |
/*
* Copyright 2010 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can
* be found in the LICENSE file.
*/
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <sys/nacl_syscalls.h>
#include "native_client/tests/dynamic_code_loading... |
//
// Simple_PlayerAppDelegate.h
// Simple Player
//
// Created by Daniel Kennett on 10/3/11.
/*
Copyright (c) 2011, Spotify AB
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 ... |
#pragma once
#ifndef __BENCH_EXPORT_H__
#define __BENCH_EXPORT_H__
#define BENCH_API
#define BENCH_API_C extern "C"
#endif // __BENCH_EXPORT_H__
|
#ifndef _TBIGMEMORYMANAGER_
#define _TBIGMEMORYMANAGER_
class Chunkinfo;
#undef DVAPI
#undef DVVAR
#ifdef TSYSTEM_EXPORTS
#define DVAPI DV_EXPORT_API
#define DVVAR DV_EXPORT_VAR
#else
#define DVAPI DV_IMPORT_API
#define DVVAR DV_IMPORT_VAR
#endif
#include "tcommon.h"
#include "tthreadmessage.h"
class TRaster;
cla... |
/**
* \file RIAAFilter.h
* Filters for RIAA correction
*/
#ifndef ATK_EQ_RIAAFILTER_H
#define ATK_EQ_RIAAFILTER_H
#include <gsl/gsl>
#include <ATK/EQ/SecondOrderFilter.h>
namespace ATK
{
/// RIAA coefficients used for RIAA correction
template<typename DataType_>
class RIAACoefficients : public SecondOrderC... |
#ifndef STATISTICS_ONLINE_LASSO_H
#define STATISTICS_ONLINE_LASSO_H
#include "statistics.h"
#include <KrisLibrary/math/LDL.h>
namespace Statistics {
/** @brief Stochastic estimation of solution to y = A x via a LASSO-like
* procedure
* min_x ||b-A x||^2 + alpha*||x||_1
*
* The A matrix is the "data" vector, y is... |
/*--------------------------------------------------------------------*
*
* Developed by;
* Neal Horman - http://www.wanlink.com
* Copyright (c) 2003 Neal Horman. All Rights Reserved
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following c... |
/*============================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center (DKFZ)
All rights reserved.
Use of this source code is governed by a 3-clause BSD license that can be
found in the LICENSE file.
=================... |
/*
* Copyright © 2009 Université Bordeaux 1
* See COPYING in top-level directory.
*/
#ifndef HWLOC_PORT_SYS_CPUSET_H
#define HWLOC_PORT_SYS_CPUSET_H
#include <limits.h>
typedef long cpuset_t;
typedef int cpulevel_t;
typedef int cpuwhich_t;
#define CPU_LEVEL_WHICH 3
#define CPU_WHICH_TID 1
#define CPU_WHICH_PID 2... |
//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2018, Image Engine Design 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:
//
// * R... |
// Copyright 2016 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_CHROMEOS_ARC_ARC_SUPPORT_HOST_H_
#define CHROME_BROWSER_CHROMEOS_ARC_ARC_SUPPORT_HOST_H_
#include "base/macros.h"
#include "chrome... |
#ifndef __INGREDIENT
#define __INGREDIENT
namespace Graphos
{
namespace Graphics
{
class IShader;
}
namespace Core
{
// Forward declaration
class GameObject;
class IComponent
{
public:
IComponent( GameObject* owner = nullptr ) : owner( owner ) { }
virtual ~IComponent( void ) { }
vi... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int_rand_preinc_12.c
Label Definition File: CWE190_Integer_Overflow__int.label.xml
Template File: sources-sinks-12.tmpl.c
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: rand Set data to result of rand(), which may be zero
... |
//
// DDNSLoggerLogger.h
// Created by Peter Steinberger on 26.10.10.
//
#import <Foundation/Foundation.h>
#import "DDLog.h"
@interface DDNSLoggerLogger : DDAbstractLogger <DDLogger>
@property (nonatomic, readonly) BOOL running;
+ (DDNSLoggerLogger *)sharedInstance;
/// should setup before `- (void)start`
- (voi... |
//
// SFPSDSolidFillEffectLayerInformation.h
// SFPSDWriter Mac OS X
//
// Created by Konstantin Erokhin on 15/06/14.
// Copyright (c) 2014 Shiny Frog. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "SFPSDLayerBlendModes.h"
@interface SFPSDSolidFillEffectLayerInformation : NSObject
@property (... |
// Copyright 2016 The Cobalt 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 ap... |
#ifndef ALIHFJET_H
#define ALIHFJET_H
/* Copyright(c) 1998-2008, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice */
/* $Id$ */
//*************************************************************************
// \class AliHFJet
// \helper class to ... |
#ifndef MOVEIT_PICK_PLACE_MANIPULATION_PIPELINE_
#define MOVEIT_PICK_PLACE_MANIPULATION_PIPELINE_
#include <moveit/katana_pick_place/manipulation_stage.h>
#include <boost/thread.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <vector>
#include <deque>
namespace pick_place
{
/** \brief Rep... |
#include "c_stack.h"
#include <stdio.h>
#include <stdlib.h>
int main()
{
long int d=42;
long int *intptr;
int cnt,i;
struct x {
int a;
int b;
} myStruct;
/* initialize the stack
- optional as its done automagically on first push */
cstack_container *stack = cstack_init();
/* push a ... |
#include "errors.h"
#include "utils.h"
#include "ast_list.h"
int new_mj_ast_list(list *list, ast **node)
{
mj_ast_list *al = jrv_malloc(sizeof(mj_ast_list));
al->type = MJ_AST_LIST;
al->list = list;
*node = (ast *) al;
return JRV_SUCCESS;
}
int empty_mj_ast_list(ast **node)
{
list *l;
mj_a... |
/******************************************************************************
* Quantitative Kit Library *
* *
* Copyright (C) 2017 Xiaojun Gao *
... |
//------------------------------------------------------------------
// Vqec. Client Interface API for Rapid Channel Change.
//
//
// Copyright (c) 2007-2008 by cisco Systems, Inc.
// All rights reserved.
//------------------------------------------------------------------
#ifndef __VQEC_IFCLIENT_FCC_H__
#define __VQ... |
/*============================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center (DKFZ)
All rights reserved.
Use of this source code is governed by a 3-clause BSD license that can be
found in the LICENSE file.
=================... |
// Copyright 2016 Takashi Toyoshima <toyoshim@gmail.com>. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "run68.h"
extern jsrt_zmusic_call(
ULong base, ULong d1, ULong d2, ULong d3, ULong d4, ULong a1);
int zmusic_call(... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__unsigned_int_max_preinc_31.c
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-31.tmpl.c
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: max Set data to the max value for unsigned int
* ... |
/*
* Copyright (c) 2016, ARM Limited and Contributors. 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 o... |
// Copyright 2017 The Cobalt 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 ap... |
/*
* libgit2.c
*/
#include "libgit2.h"
typedef struct GitErrorRec {
ScmError common;
int error_number;
} GitError;
SCM_CLASS_DECL(Git_ErrorClass);
#define GIT_ERROR_CLASS (&Scm_SystemErrorClass)
#define GIT_ERROR(obj) ((GitError*)(obj))
#define GIT_ERROR_P(obj) SCM_XTYPEP(obj, GIT_ERROR_CLASS)
... |
/*
* The olsr.org Optimized Link-State Routing daemon(olsrd)
* Copyright (c) 2004-2009, the olsr.org team - see HISTORY file
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redis... |
/* $NetBSD: darwin_ioframebuffer.h,v 1.10 2003/12/09 17:13:19 manu Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Emmanuel Dreyfus
*
* Redistribution and use in source and binary forms, with or... |
/* Common subexpression elimination for GNU compiler.
Copyright (C) 1987, 88, 89, 92-7, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC 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 Founda... |
/* $NetBSD: aout_machdep.h,v 1.1 2002/06/06 19:48:07 fredette Exp $ */
#include <hppa/aout_machdep.h>
|
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 <folly/dynamic.h>
#include <ABI38_0_0jsi/ABI38_0_0JSIDynamic.h>
#include <ABI38_0_0jsi/ABI38_0_0jsi.h>
#incl... |
//
// ALSettingsForDebug.h
// applozicdemo
//
// Created by Divjyot Singh on 16/05/16.
// Copyright © 2016 applozic Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ALSettingsForDebug : UIViewController
@property (weak, nonatomic) IBOutlet UISwitch *contextualChatSwitchOutlet;
@property (weak, non... |
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
#include "common_tools.h"
#include "lwjgl_malloc.h"
#include "include/nfd.h"
EXTERN_C_ENTER
JNIEXPORT jint JNICALL Java_org_lwjgl_util_nfd_NativeFileDialog_nNFD_1OpenDialog(JNIEnv *__... |
/*
* This file is part of the Soletta Project
*
* Copyright (C) 2015 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain ... |
#ifndef FEATURES_MESSAGE_H
#define FEATURES_MESSAGE_H
/// PROJECT
#include <csapex/msg/message_template.hpp>
#include <csapex_ml/csapex_ml_export.h>
#include <csapex/utility/yaml.h>
namespace csapex
{
namespace connection_types
{
struct CSAPEX_ML_EXPORT FeaturesMessage : public Message
{
protected:
CLONABLE_IMPLE... |
// 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 CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_LOADER_HELPERS_H_
#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_LOADER_HELPERS_H_
#include "b... |
// 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_DOWNLOAD_DOWNLOAD_SERVICE_H_
#define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_SERVICE_H_
#include <vector>
#include "base/basictypes.... |
#include "jellyfish.h"
/*
* struct jellyfish_ObjectReturn
{
//* ANSI C/C++ Variable requirement
double DoubleResultReturn ;
int IntResultReturn ;
char* StringReturn ;
// Python Variable requirement
PyObject *ObjectErrorReturn ;
// Ruby Variable req... |
// Copyright 2021 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 SERVICES_AUDIO_OUTPUT_DEVICE_MIXER_MANAGER_H_
#define SERVICES_AUDIO_OUTPUT_DEVICE_MIXER_MANAGER_H_
#include <memory>
#include <set>
#include <st... |
// 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 NET_QUIC_QUIC_SERVER_INFO_H_
#define NET_QUIC_QUIC_SERVER_INFO_H_
#include <memory>
#include <string>
#include <vector>
#include "base/macros.h"... |
/*
* Copyright (c) 2005, Peter Sommerlad and IFS Institute for Software at HSR Rapperswil, Switzerland
* All rights reserved.
*
* This library/application is free software; you can redistribute and/or modify it under the terms of
* the license that is included with this library/application in the file license.txt.... |
// 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 CHROME_BROWSER_ASH_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN_H_
#define CHROME_BROWSER_ASH_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN_H_
#... |
// 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 COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_BLOB_TASK_PROXY_H_
#define COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_BLOB_TASK_PROXY_H_
#in... |
// Copyright 2018 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_CHROMEOS_SMB_CLIENT_DISCOVERY_HOST_LOCATOR_H_
#define CHROME_BROWSER_CHROMEOS_SMB_CLIENT_DISCOVERY_HOST_LOCATOR_H_
#include <map>
... |
/*
Copyright (c) 2014, Jeff Koftinoff
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 and the following... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 <CoreFoundation/CFRunLoop.h>
#include <CoreFoundation/CoreFoundation.h>
#include <ABI42_0_0React/core/EventB... |
/*-
* Copyright (c) 2001-2003, Shunsuke Akiyama <akiyama@FreeBSD.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
... |
/*
Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
Copyright (C) 2008 Apple Inc. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; eith... |
// 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 COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_SUBRESOURCE_FILTER_SAFE_BROWSING_ACTIVATION_THROTTLE_H_
#define COMPONENTS_SUBRESOURCE_FILTER_CONTEN... |
/*
* Copyright (c) 2015, The Regents of the University of California (Regents).
* 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 a... |
/****************************************************************************
** SCALASCA http://www.scalasca.org/ **
*****************************************************************************
** Copyright (c) 1998-2013 **
** Fors... |
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
/*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pragma once... |
/**ARGS: symbols --locate */
/**SYSCODE: = 0 */
#ifdef FOO1
KEEP ME
#endif
#if defined(FOO2) && defined(FOO2)
KEEP ME
#elif defined FOO3 || defined FOO4
KEEP ME
#elif FOO5
KEEP ME
#endif
|
//===-- ClangExpressionParser.h ---------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
//
// RLLoadingScreenViewController.h
// Project
//
// Created by Dominik Pich on 02.06.10.
// Copyright 2010 medicus42. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface M42LoadingScreenViewController : UIViewController
@property(readonly) UILabel *label;
@property(readonly) UIActivityIndicatorView *a... |
#ifndef SLANG_RIFF_FILE_SYSTEM_H
#define SLANG_RIFF_FILE_SYSTEM_H
#include "slang-archive-file-system.h"
#include "slang-riff.h"
#include "slang-io.h"
namespace Slang
{
// The riff information used for RiffArchiveFileSystem
struct RiffFileSystemBinary
{
static const FourCC kContainerFourCC = SLANG_FOUR_CC('S', ... |
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
void validity(int nv, int nk){
int min;
int chk = 0;
for (int j = 0; j < nv; j++){
scanf("%d ",&min);
if (min<=0) {
chk = chk + 1;
}
}
if (chk >= nk) {
printf("NO\n");
}else... |
// To check if a library is compiled with CocoaPods you
// can use the `COCOAPODS` macro definition which is
// defined in the xcconfigs so it is available in
// headers also when they are imported in the client
// project.
// DMListener
#define COCOAPODS_POD_AVAILABLE_DMListener
#define COCOAPODS_VERSION_MAJOR_DMLi... |
// This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... |
/* Generated by CIL v. 1.7.0 */
/* print_CIL_Input is false */
struct _IO_FILE;
struct timeval;
extern float strtof(char const *str , char const *endptr ) ;
extern void signal(int sig , void *func ) ;
typedef struct _IO_FILE FILE;
extern int atoi(char const *s ) ;
extern double strtod(char const *str , char co... |
//
// AppDelegate.h
// FMDB存储对象类型
//
// Created by 郭伟林 on 16/3/23.
// Copyright © 2016年 SR. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
// Copyright (c) 2011-2019 The Starwels developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef STARWELS_QT_RPCCONSOLE_H
#define STARWELS_QT_RPCCONSOLE_H
#include <qt/guiutil.h>
#include <qt/peertablemodel.h>
#inclu... |
//
// FLJson.h
// FishLamp
//
// Created by Mike Fullerton on 5/12/11.
// Copyright (c) 2013 GreenTongue Software LLC, Mike Fullerton.
// The FishLamp Framework is released under the MIT License: http://fishlamp.com/license
//
#import "FLCocoaRequired.h"
@interface FLJsonParser : NSObject {
@private
}
+ (FLJson... |
//
// DetailViewController.h
// MyMangoTV
//
// Created by apple on 14-8-21.
// Copyright (c) 2014年 戴维营教育. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface DetailViewController : UIViewController
@end
|
// Chilkat Objective-C header.
// This is a generated header file for Chilkat version 9.5.0.14
// Generic/internal class name = Bz2
// Wrapped Chilkat C++ class name = CkBz2
@class CkoBaseProgress;
@interface CkoBz2 : NSObject {
@private
void *m_eventCallback;
void *m_obj;
}
- (id)init;
- (void)dealloc;
... |
/*
Erica Sadun, http://ericasadun.com
iPhone Developer's Cookbook, 3.0 Edition
BSD License, Use at your own risk
*/
/**
UIView的读数据扩展的
*/
#import <UIKit/UIKit.h>
CGPoint CGRectGetCenter(CGRect rect);
CGRect CGRectMoveToCenter(CGRect rect, CGPoint center);
@interface UIView (ViewFrameGeometry)
@property C... |
#pragma once
#include <string>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <XnCppWrapper.h>
class DepthCamera
{
public:
DepthCamera();
virtual ~DepthCamera();
static const XnMapOutputMode OUTPUT_MODE;
void getFrame(cv::Mat &bgrImage, cv... |
//
// XHDataStoreManager.h
// XHNewsFrameworkExample
//
// Created by qtone-1 on 14-4-29.
// Copyright (c) 2014年 曾宪华 开发团队(http://iyilunba.com ) 本人QQ:543413507 本人QQ群(142557668). All rights reserved.
//
#import <Foundation/Foundation.h>
#import "XHNewsModel.h"
@interface XHDataStoreManager : NSObject
+ (instancety... |
/** Configure pins as
* Analog
* Input
* Output
* EVENT_OUT
* EXTI
*/
void MX_GPIO_Init(void)
{
GPIO_InitTypeDef GPIO_InitStruct;
/* GPIO Ports Clock Enable */
__HAL_RCC_GPIOC_CLK_ENABLE();
__HAL_RCC_GPIOH_CLK_ENABLE();
__HAL_RCC_GPIOA_CLK_ENABLE();
__HAL_RCC_GPI... |
/*********************************************************************
Blosc - Blocked Shuffling and Compression Library
Author: Francesc Alted <francesc@blosc.org>
See LICENSES/BLOSC.txt for details about copyright and rights to use.
**********************************************************************/
/* A... |
/*-------------------------------------------------------------------------
*
* tupdesc.h
* POSTGRES tuple descriptor definitions.
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/incl... |
/*
*/
#include <iostream>
#include <string.h>
#ifndef _samochod_h
#define _samochod_h
using namespace std;
class samochod
{
private:
string nr_rej;
string model;
string marka;
long cena;
string stan;
/*
... |
/* Get file status. Linux version.
Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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 Found... |
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT double PGMTimerVersionNumber;
FOUNDATION_EXPORT const unsigned char PGMTimerVersionString[];
|
//
// MFSCacheStorageObject.h
// MFSCache
//
// Created by maxfong on 15/7/6.
// Copyright (c) 2015年 maxfong. All rights reserved.
// https://github.com/maxfong/MFSCache
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger, MFSCacheStorageObjectTimeOutInterval) {
MFSCacheStorageObjectIntervalDefault,... |
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2010-2011 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
//
... |
/* Copyright (C) 2014 mod_auth_gssapi contributors - See COPYING for (C) terms */
struct mag_req_cfg;
struct mag_conn;
void mag_post_config_session(void);
void mag_check_session(struct mag_req_cfg *cfg, struct mag_conn **conn);
void mag_attempt_session(struct mag_req_cfg *cfg, struct mag_conn *mc);
bool mag_basic_che... |
precision highp float;
const float PI = 3.141592653589793;
varying vec4 position;
varying vec3 N;
varying mat3 R;
uniform sampler2D s2bumpmap;
uniform sampler2D s2texture;
uniform mat4 g_WorldViewMatrix;
void main() {
vec3 test = normalize( N );
vec2 UVCoord;
UVCoord.x = 0.5 + 0.5 * atan( test.x, test.z ... |
/*
* Copyright 1998 by Abacus Research and
* Development, Inc. All rights reserved.
*
* Derived from public domain source code written by Sam Lantinga
*/
/* Separate the memory management routines because they don't compile with
USE_WINDOWS_NOT_MAC_TYPEDEFS_AND_DEFINES enabled
*/
extern char *sdl_Realloc... |
//
// NSDictionary+RemoveNSNull.h
// Trip2013
//
// Created by hongye.hxm on 14-5-29.
// Copyright (c) 2014年 alibaba. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSDictionary (RemoveNSNull)
- (NSMutableDictionary *)RemoveNSNull;
@end
|
//
// NSDate+Common.h
// _BusinessApp_
//
// Created by Gytenis Mikulėnas on 6/5/13.
// Copyright (c) 2015 Gytenis Mikulėnas
// https://github.com/GitTennis/SuccessFramework
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (... |
/*********************************************************************
* Portions COPYRIGHT 2014 STMicroelectronics *
* Portions SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
************************************... |
/*****************************************************************************
* vlc_es_out.h: es_out (demuxer output) descriptor, queries and methods
*****************************************************************************
* Copyright (C) 1999-2004 the VideoLAN team
* $Id: 57fc5c003ad3d319f75c6dcbae650c1f45e5... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.