text stringlengths 9 948k |
|---|
/*************************************************************************/
/* control.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
/**
******************************************************************************
* @file USB_Host/MSC_Standalone/Inc/main.h
* @author MCD Application Team
* @brief Header for main.c module
******************************************************************************
* @attention
*
* Copyright (... |
//
// main.c
// reverse-linked-list
/**
Reverse a singly linked list.
Example:
Input: 1->2->3->4->5->NULL
Output: 5->4->3->2->1->NULL
*/
//
// Created by mingyue on 2020/7/29.
// Copyright © 2020 Gmingyue. All rights reserved.
//
#include <stdio.h>
#include <stdlib.h>
#include "reverseLinkedList.h"
int... |
// License: BSD 2 Clause
// Copyright (C) 2011, Google Inc. All rights reserved.
// Copyright (C) 2015+, The LabSound Authors. All rights reserved.
#pragma once
#ifndef lab_null_device_node_h
#define lab_null_device_node_h
#include "LabSound/core/AudioDevice.h"
#include "LabSound/core/AudioHardwareDeviceNode.h"
#in... |
/*************************************************************************/
/* immediate_geometry.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
/*
* Copyright (c) 2020-2021, STMicroelectronics - All Rights Reserved
* Copyright (c) 2017-2021, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef STM32MP_DT_H
#define STM32MP_DT_H
#include <stdbool.h>
#include <stdint.h>
#define DT_DISABLED U(0)
#define D... |
#include "eye_core.h"
#include "eye_event.h"
ssize_t eye_udp_unix_recv(eye_net_connection_t *c, u_char *buf, size_t size)
{
// TODO
return 0;
} |
#pragma once
#include <cmath>
#include <Common/RadixSort.h>
#include <Common/PODArray.h>
#include <IO/WriteBuffer.h>
#include <IO/ReadBuffer.h>
#include <IO/VarInt.h>
namespace DB
{
namespace ErrorCodes
{
extern const int TOO_LARGE_ARRAY_SIZE;
}
/** The algorithm was implemented by Alexei Borzenkov https://gi... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:18:12 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/AdCore.... |
/**
* Copyright 2013-2015 by 2013-2015 by Explorer OS Developers. All rights reserved.
* made by Lab Explorer Developers<1@GhostBirdOS.org>
* Explorer FAT32文件系统支持代码
* Explorer/fs/fat32/fat32.c
* version:Alpha
* 7/18/2014 12:06 AM
*/
#include "head.h"
#include "fs.h"
#include "lib/mem.h"
#include "lib/stdlib.h"
... |
/** @file jsobj.h
BSON classes
*/
/* Copyright 2009 10gen 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
*
* ... |
//========================================================================
// GLFW - An OpenGL framework
// Platform: X11/GLX
// API version: 2.7
// WWW: http://www.glfw.org/
//------------------------------------------------------------------------
// Copyright (c) 2002-2006 Marcus Geelnard
// Copyright (c)... |
/*
* Copyright (C) 2015, Simon Fuhrmann
* TU Darmstadt - Graphics, Capture and Massively Parallel Computing
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD 3-Clause license. See the LICENSE.txt file for details.
*/
#ifndef MVE_BUNDLE_IO_HEADER
#define MVE_BU... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:50:22 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limn... |
/*
* Copyright (c) 2010, 2011, 2012, 2013, 2014, 2017 Nicira, Inc.
* Copyright (c) 2016 Red Hat, 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/li... |
//===--- PrettyPrinter.h - Classes for aiding with AST printing -*- 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
//
//===---------------------------... |
#ifndef OTA_H
#define OTA_H
namespace comfoair {
class OTA {
public:
void setup();
void loop();
};
}
#endif |
/*
* (c) 2015 Massachusetts Institute of Technology
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <pthread.h>
#include <bits/signum.h>
#include <errno.h>
#include <stdbool.h>
#includ... |
#ifndef C0P_PARAM_OBJECTS_SURFER__US_0O1__SURFTIMEPREFACTOR_0O5_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_SENSOR_DIRECTION_ACCURATE_PARAMETERS_H
#define C0P_PARAM_OBJECTS_SURFER__US_0O1__SURFTIMEPREFACTOR_0O5_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_SENSOR_DIRECTION_ACCURATE_PARAMETERS_H
#pragma once
// app includes
#i... |
#include <iostream>
using namespace std;
template<typename T> T add(T a, T b)
{
return a+b;
} |
#ifndef H_CELERO_EXPERIMENT_H
#define H_CELERO_EXPERIMENT_H
///
/// \author John Farrier
///
/// \copyright Copyright 2015, 2016, 2017, 2018 John Farrier
///
/// 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 cop... |
#ifdef SHADER_INCLUDE
const char* g_DownScale2x2_VS =
"attribute vec4 pos;\n"
"attribute vec2 Tex;\n"
"varying vec2 OUV;\n"
"varying vec4 OVCOL;\n"
"uniform vec4 cbvOffset;\n"
"uniform vec4 cbvSize;\n"
"uniform vec4 cbtOffset;\n"
"uniform vec4 cbtSize;\n"
"uniform vec4 cbColor;\n"
"uniform mat4 mtxWorld;\n"
"uniform m... |
#ifndef NET_PROXYTYPE_H
#define NET_PROXYTYPE_H
#include <utility>
class CService;
typedef std::pair<CService, int> proxyType;
#endif // NET_PROXYTYPE_H |
/*-------------------------------------------------------------------------
*
* extension.c
* Commands to manipulate extensions
*
* Extensions in PostgreSQL allow management of collections of SQL objects.
*
* All we need internally to manage an extension is an OID so that the
* dependent objects can be associ... |
#include <stdio.h>
int main()
{
float number;
printf("\nHello, world.\n");
printf("Type a number: ");
scanf("%f", &number);
if ( number == 0 )
{
printf("Your number %.2f is NULL.\n", number);
}
else if ( number > 0)
{
printf("Your number %.2f is POSITIVE.\n", numbe... |
#pragma once
class tracker_input_t
{
public:
void set(std::string_view name, std::string_view value);
bool valid() const;
bool is_seeder() const
{
return !left_;
}
bool is_leecher() const
{
return left_;
}
enum event_t
{
e_none,
e_completed,
e_started,
e_stopped,
};
event_t event_ = e_none... |
/* Code to make a commitment tx, useful for generating test cases.
*
* For example, in the spec tests we use the following:
*
* lightning/devtools/mkcommit 0 41085b995c1f591cfc3ae79ccde012bf0b37c7bde23d80a61c9732bdd6210b2f 0 999878sat 253 999878sat local \
5 546 9900sat \
6 546 9900sat \
0000000... |
/*
* Copyright (c) 2020, Lawrence Livermore National Security, LLC.
* Produced at the Lawrence Livermore National Laboratory.
*
* Copyright 2020, UT-Battelle, LLC.
*
* LLNL-CODE-741539
* All rights reserved.
*
* This is the license for UnifyFS.
* For details, see https://github.com/LLNL/UnifyFS.
* Please rea... |
/*
* Copyright © 2015 Canonical Limited
*
* 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, or (at your option) any later version.
*
* This libr... |
//== SymExpr.h - Management of Symbolic Values ------------------*- C++ -*--==//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
/*
* Copyright 2015 Fadri Furrer, ASL, ETH Zurich, Switzerland
* Copyright 2015 Michael Burri, ASL, ETH Zurich, Switzerland
* Copyright 2015 Mina Kamel, ASL, ETH Zurich, Switzerland
* Copyright 2015 Janosch Nikolic, ASL, ETH Zurich, Switzerland
* Copyright 2015 Markus Achtelik, ASL, ETH Zurich, Switzerland
* Copy... |
#include "WInterrupts.h"
typedef void (*voidFuncPtr)(void);
static void nothing(void)
{
// do nothing
}
static volatile voidFuncPtr intFunc[2] = {
nothing, // D2 - PC8
nothing // D3 - PC9
};
void attachInterrupt(uint32_t pin, void (*userFunc)(void), int mode)
{
switch (pin) {
case 2:
... |
/* QLogic qed NIC Driver
* Copyright (c) 2015 QLogic Corporation
*
* This software is available under the terms of the GNU General Public License
* (GPL) Version 2, available from the file COPYING in the main directory of
* this source tree.
*/
#include <linux/types.h>
#include <asm/byteorder.h>
#include <asm/pa... |
/*===================================================================
BlueBerry Platform
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 of MERCHANTABILITY or FITNESS... |
// Copyright (c) 2012-2015 The Bitcredit Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCREDIT_BLOOM_H
#define BITCREDIT_BLOOM_H
#include "serialize.h"
#include <vector>
class COutPoint;
class CTra... |
/* (C)Copyright IBM Corp. 2007, 2008 */
/**
* \file src/coll/scatter/scatter_algorithms.c
* \brief ???
*/
#include "mpido_coll.h"
int MPIDO_Scatter_bcast(void * sendbuf,
int sendcount,
MPI_Datatype sendtype,
void *recvbuf,
int recvcount,
MPI_Datatype recvtype,
int root,
MPID_Comm * comm)
{
... |
/*
*
* Note: the second loop is not recognized as a do loop because the
* address of the index "i" is taken. Heuristics in
* guess_write_effect_on_entity_walker().
*/
#include <stdlib.h>
void malloc02()
{
int *p[10];
int i;
for(i=0; i<10; i++) {
p[i] = malloc(sizeof(int));
*p[i] = i;
}
for(i=... |
#include "service_console.h"
#include "ingsoc.h"
#include <stdio.h>
#include <string.h>
#include "platform_api.h"
typedef void (*f_cmd_handler)(const char *param);
int adv_tx_power = 100;
typedef struct
{
const char *cmd;
f_cmd_handler handler;
} cmd_t;
const static char error[] = "error";
static char bu... |
// Copyright (c) 2011-2018 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 RING_QT_MACDOCKICONHANDLER_H
#define RING_QT_MACDOCKICONHANDLER_H
#include <QObject>
/** macOS-specific Dock icon h... |
/*
World Cup 90 bootleg driver
---------------------------
Ernesto Corvi
(ernesto@imagina.com)
CPU #1 : Handles background & foreground tiles, controllers, dipswitches.
CPU #2 : Handles sprites and palette
CPU #3 : Audio. The audio chip is a YM2203. I need help with this!.
Memory Layout:
CPU #1
0000-8000 ROM
8000-9... |
#ifndef SM_CORE_MOUSE_CODE_H
#define SM_CORE_MOUSE_CODE_H
#include "smpch.h"
typedef uint16_t sm_mouse_code;
#define sm_button_left ((sm_mouse_code)1)
#define sm_button_middle ((sm_mouse_code)2)
#define sm_button_right ((sm_mouse_code)3)
#endif /* SM_CORE_KEY_CODE_H */ |
#pragma once
#include <string>
#ifdef USE_NOEXCEPT
#define NOEXCEPT noexcept
#else
#define NOEXCEPT
#endif
#ifdef _WIN32
#ifdef LIBPP_EXPORTS
#define PP_API __declspec(dllexport)
#else
#define PP_API __declspec(dllimport)
#endif
#define strdup _strdup
#else
#define PP_API
#endif
#define EOL_WORD "__EOL__... |
#if !defined(RNA_TRANSCRIPTION_H)
#define RNA_TRANSCRIPTION_H
#include <string>
#include <stdexcept>
namespace rna_transcription {
std::string to_rna(std::string dna_transcription);
char to_rna(char nucleotide);
} // namespace rna_transcription
#endif // RNA_TRANSCRIPTION_H |
/*Copyright (c) 2014 The Paradox Game Converters Project
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, merge, p... |
/*
* 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... |
/*
* Vortex OpenSplice
*
* This software and documentation are Copyright 2006 to TO_YEAR ADLINK
* Technology Limited, its affiliated companies and licensors. All rights
* reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e... |
//
// NSObject+LKTheme.h
// DouQu
//
// Created by ljh on 14/12/17.
// Copyright (c) 2014年 Jianghuai Li. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSObject (LKTheme)
///当皮肤变更的时候 自动去执行保存的 sel
-(void)lk_sendThemeChangedToObservers;
/**
* @brief 给object 添加皮肤切换时 自动执行的方法
*
* @param ... |
/*
================================================================================
Name : act22.c
Description :
Author : Abrantes Araújo Silva Filho
: abrantesasf@gmail.com
C Standard : C89/90
Version :
Copyright :
Course Info : Dartmouth/IMT: C Programming with Linux Professional Cer... |
#include "variadic_functions.h"
/**
* sum_them_all - sum all parameters.
* @n: number of parameters.
* Return: sum of all parameters or 0 if n == 0;
**/
int sum_them_all(const unsigned int n, ...)
{
unsigned int i;
int sum = 0;
va_list args;
if (n == 0)
return (0);
va_start(args, n);
for (i = 0; i < n; i+... |
/* DirectSound
*
* Copyright 1998 Marcus Meissner
* Copyright 1998 Rob Riggs
* Copyright 2000-2001 TransGaming Technologies, Inc.
* Copyright 2002-2003 Rok Mandeljc <rok.mandeljc@gimb.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General... |
/* device dependent part of a hard disk driver for ibm ps/2 esdi adapter
*
* written by doug burks, based on other minix wini drivers.
* some additions by art roberts
*
* references:
* ibm personal system/2 hardware technical reference (1988)
* ibm 60/120mb fixed disk drive technic... |
/******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2019-2020 Baldur Karlsson
*
* 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... |
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 7.00.0500 */
/* at Fri Jul 23 21:26:35 2021
*/
/* Compiler settings for .\atl_msr_so.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext
error checks: allocation ref bounds_check enu... |
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
/*
* include/uapi/linux/ethtool_netlink.h - netlink interface for ethtool
*
* See Documentation/networking/ethtool-netlink.rst in kernel source tree for
* doucumentation of the interface.
*/
#ifndef _UAPI_LINUX_ETHTOOL_NETLINK_H_
#define _UAPI_LI... |
#include "lisp_processor_functions_symbol.h"
#include "lisp_processor.h"
#include "lisp_processor_utils.h"
obj_t fn_setq(obj_t* pObj)
{
int argc = argument_count(pObj);
if (argc == 0)
return makeNIL();
while (1) { // allow multiple definition
if (argc == 1)
return create_error();
const obj_t* symbol = pO... |
#ifndef PUBLIC_DVM_H_INCLUDED
#define PUBLIC_DVM_H_INCLUDED
typedef struct DVM_Executable_tag DVM_Executable;
typedef struct DVM_ExecutableList_tag DVM_ExecutableList;
typedef struct DVM_VirtualMachine_tag DVM_VirtualMachine;
typedef struct DVM_Object_tag DVM_Object;
typedef struct DVM_String_tag DVM_String;
typedef... |
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... |
/*
* namei.c
*
* PURPOSE
* Inode name handling routines for the OSTA-UDF(tm) filesystem.
*
* COPYRIGHT
* This file is distributed under the terms of the GNU General Public
* License (GPL). Copies of the GPL can be obtained from:
* ftp://prep.ai.mit.edu/pub/gnu/GPL
* Each contr... |
//-----------------------------------------------------------------------------
// File: DSUtil.h
//
// Desc:
//
// Copyright (c) 1999-2001 Microsoft Corp. All rights reserved.
//-----------------------------------------------------------------------------
#ifndef DSUTIL_H
#define DSUTIL_H
#include <windows.h>
#inclu... |
//
// Created by lindo on 2019/10/27.
//
#ifndef GEEKHUBPROJECT_COMPONENT_H
#define GEEKHUBPROJECT_COMPONENT_H
#include <string>
class Component {
public:
Component() {};
virtual std::string description() = 0;
virtual ~Component() {};
};
#endif //GEEKHUBPROJECT_COMPONENT_H |
//
// HXModalOverlayAnimationController.h
// Piano
//
// Created by miaios on 16/5/30.
// Copyright © 2016年 Mia Music. All rights reserved.
//
#import <UIKit/UIKit.h>
static NSTimeInterval HXModalTransitionDuration = 0.4f;
typedef NS_ENUM(NSUInteger, HXModalDirection) {
HXModalDirectionDefault = 0,
HXM... |
//------------------------------------------------------------------------------
// GB_Asaxpy3B: hard-coded saxpy3 method for a semiring
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
// SPDX-License-Iden... |
#ifndef BETTER_LOGENTRY_H
#define BETTER_LOGENTRY_H
#include "better_const.h"
struct LogEntry
{
u8 level;
char* content;
};
void LogEntry_free(LogEntry* e);
#endif // BETTER_LOGENTRY_H |
//===--- Demangler.h - String to Node-Tree Demangling -----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/ivs/IVS_EXPORTS.h>
#include <aws/ivs/IVSErrors.h>
#include <aws/core/client/AWSError.h>
#include <aws/core/client/ClientConfiguration.h>
#include <aws/core/client/AWSClient.... |
/*=========================================================================
Program: Visualization Toolkit
Module: ADIOSVarInfo.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 software is di... |
/**************************************************************************//**
* @file ezr32lg_wdog.h
* @brief EZR32LG_WDOG register and bit field definitions
* @version 5.1.3
******************************************************************************
* @section License
* <b>Copyright 2017 Silicon Laboratorie... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "types.h"
#include "search.h"
#include "bayes.h"
#include "error.h"
#include "input_output.h"
#include "gestion.h"
#include "bayes2.h"
#include "roc.h"
int recursive_1BC;
int the_target_predicate;
int the_part;
int the_num_classes;
d... |
//------------------------------------------------------------------------------
/*
This file is part of Beast: https://github.com/vinniefalco/Beast
Copyright 2013, Vinnie Falco <vinnie.falco@gmail.com>
Portions of this file are from JUCE.
Copyright (c) 2013 - Raw Material Software Ltd.
Please visi... |
//
// TBPlayer.h
// TBPlayer
//
// Created by qianjianeng on 16/1/31.
// Copyright © 2016年 SF. All rights reserved.
//
#import <AVFoundation/AVFoundation.h>
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT NSString *const kTBPlayerStateChangedNotification;
FOUNDATION_EXPORT NSString *const kTBPlayerProgressChangedNotif... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:12:49 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/SAObjects... |
//
// 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 <MMCommon/WXPBGeneratedMessage.h>
@class BaseResponse, NSString;
@interface BakChatUploadMsgResponse : WXPBGeneratedMessage
{... |
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/occ_405/rtls/test/main.c $ */
/* ... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:52:00 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon
* classdump-dyld is licensed under GPLv3, Copyright © 2013-201... |
/*
* Synet Framework (http://github.com/ermig1979/Synet).
*
* Copyright (c) 2018-2019 Yermalayeu Ihar.
*
* 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... |
//
// CYForgotPasswordViewController.h
// SuoYi
//
// Created by 成焱 on 2019/8/2.
// Copyright © 2019 CY. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface CYForgotPasswordViewController : CYBaseViewController
@end
NS_ASSUME_NONNULL_END |
////////////////////////////////////////////////////////////////////////////////
//
// The University of Illinois/NCSA
// Open Source License (NCSA)
//
// Copyright (c) 2014-2015, Advanced Micro Devices, Inc. All rights reserved.
//
// Developed by:
//
// AMD Research and AMD HSA Software Development
//... |
/*
* Copyright (c) 2020 Bouffalolab.
*
* This file is part of
* *** Bouffalolab Software Dev Kit ***
* (see www.bouffalolab.com).
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* 1. Redistributions ... |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... |
// 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 ... |
// 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 writing, software
// distributed ... |
/*
* Copyright (C) 2012 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of cond... |
/*=========================================================================
*
* 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... |
/*
* The Python Imaging Library
* $Id$
*
* fill image with constant pixel value
*
* history:
* 95-11-26 fl moved from Imaging.c
* 96-05-17 fl added radial fill, renamed wedge to linear
* 98-06-23 fl changed ImageFill signature
*
* Copyright (c) Secret Labs AB 1997-98. All rights reserved.
* Copyright (c) F... |
/**
* \file
* \brief Private filter header.
*/
/*
* Copyright (c) 2012, ETH Zurich.
* All rights reserved.
*
* This file is distributed under the terms in the attached LICENSE file.
* If you do not find this file, copies can be found by writing to:
* ETH Zurich D-INFK, CAB F.78, Universitaetstrasse 6, CH-8092... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "chash.h"
#include "defs.h"
/**
* @defgroup dict dict
* @brief Dictionary / Hash Table
*/
static int primes[] = { 3, 5, 11, 23, 47, 97,
191, 383, 769, 1531, 3067, 6143, 12289,
24571, 49157, 98299, 196613, 393209,
7... |
/*
** EPITECH PROJECT, 2017
** put
** File description:
** unsigned
*/
#include "my.h"
int my_put_nbr_unsigned(unsigned int nb)
{
int res = 0;
int reste = 0;
if (nb >= 10) {
reste = (nb % 10);
nb = (nb - reste) / 10;
res += my_put_nbr_unsigned(nb);
res += my_putchar( '0' + reste);
} else {
res += my_pu... |
/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
Original: arm-with-m-fpa-layout.xml */
#include "defs.h"
#include "osabi.h"
#include "target-descriptions.h"
struct target_desc *tdesc_arm_with_m_fpa_layout;
static void
initialize_tdesc_arm_with_m_fpa_layout (void)
{
struct target_desc *result = ... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:21:12 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/Relevance... |
/*-
* Copyright (c) 2017-2018 Razor, Inc.
* All rights reserved.
*
* See the file LICENSE for redistribution information.
*/
#ifndef _DSHOW_CAMERA_PLAY_H_
#define _DSHOW_CAMERA_PLAY_H_
#include <qedit.h>
#include "DShowUtils.h"
#define MAX_VIDEO_FRAME_RATE 30
#define _DS_BEGIN namespace ds {
#define _DS_END }
#... |
/* (-lgl
* Coherent 386 release 4.2
* Copyright (c) 1982, 1993 by Mark Williams Company.
* All rights reserved. May not be copied without permission.
* For copying permission and licensing info, write licensing@mwc.com
-lgl) */
#ifndef __A_OUT_H__
#define __A_OUT_H__
/*
* COFF excerpted from Intel 386 Architect... |
//===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
// Copyright 2018 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_BUILTINS_GROWABLE_FIXED_ARRAY_GEN_H_
#define V8_BUILTINS_GROWABLE_FIXED_ARRAY_GEN_H_
#include "src/code-stub-assembler.h"
namespace v8 {
na... |
int print_version(){
printf(
VERSION_STRING,
VERSION_MAJOR,
VERSION_MINOR,
VERSION_MICRO
);
return 0;
}
int print_usage(char *bin){
printf(USAGE_STRING, bin);
return 1;
}
void print_item(struct cc_item item){
printf(
"OUT: (%s) (%.4f)\n",
item.item_id,
item.similarity
);... |
/**CFile****************************************************************
FileName [ioWritePla.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to write the network in BENCH format.]
Author [Alan Mishchenko]
Affil... |
#ifndef PROJECT_HEADER_testComponent272_147_H
#define PROJECT_HEADER_testComponent272_147_H
int testComponent272_147();
#endif // PROJECT_HEADER_testComponent272_147_H |
#include <ngx_http.h>
static void *ngx_http_ndg_filter_create_loc_conf(ngx_conf_t* cf);
static ngx_int_t ngx_http_ndg_filter_init(ngx_conf_t *cf);
static ngx_int_t ngx_http_ndg_header_filter(ngx_http_request_t *r);
static ngx_int_t ngx_http_ndg_body_filter(ngx_http_request_t *r, ngx_chain_t *in);
typedef struct {
... |
/*
*
* gengraph - generation of random simple connected graphs with prescribed
* degree sequence
*
* Copyright (C) 2006 Fabien Viger
*
* 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 Fo... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 29 2017 23:22:24).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@interface JPEngine : NSObject
{
}
+ (void)handleMemoryWarning;
+ (void)defineStruct:(id)arg1;
+ (void)addE... |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.