text
stringlengths
9
948k
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The DACRS developers // Copyright (c) 2016 The Polopoints developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef POLOPOINTS_UTIL_H #define PO...
#include "inner_log.h" #include <string.h> #include <stdio.h> #include <stdarg.h> aos_log_level_e aos_log_level = AOS_LOG_WARN; static const char * _aos_log_level_str[] = { "NONE", "NONE", "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE", "NONE...
/**************************************************************************** * fs/nxffs/nxffs_read.c * * Copyright (C) 2011, 2013, 2017-2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * References: Linux/Documentation/filesystems/romfs.txt * * Redistribution and use in so...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" #import "HsRetryPolicy.h" @class NSString; @interface HSRetryPolicyAuthenticationFailure : NSObject <HsRetryPolicy> { } - (_Bool)shouldRetryForStatusCode:(s...
/* * encumb.c - Stuff to do with encumberence * * Advanced Rogue * Copyright (C) 1984, 1985, 1986 Michael Morgan, Ken Dalka and AT&T * All rights reserved. * * Based on "Rogue: Exploring the Dungeons of Doom" * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * * Se...
/**************************************************************************** Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. https://adxeproject.github.io/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documen...
// Copyright 2012 The Goma 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 DEVTOOLS_GOMA_CLIENT_FILE_STAT_H_ #define DEVTOOLS_GOMA_CLIENT_FILE_STAT_H_ #ifndef _WIN32 #include <sys/stat.h> #else #include "config_win.h" #endi...
/** @file Ported ELF include files from FreeBSD Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR> Portions Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ /*- * Copyright (c) 1998 John D. Polstra. * All rights reserved. * * Redistribution...
#include <Arduino.h> #include <Ethernet.h> #define every_second 1000 #define every_10_seconds 10000 /* * converts IP address to string */ String IPAddressToString(IPAddress address) { return String(address[0]) + "." + String(address[1]) + "." + String(address[2]) + "." + ...
/************************************************************************* * * * I|*j^3Cl|a "+!*% qt Nd gW * * l]{y+l?MM* !#Wla\NNP NW MM I| * * PW ?E| ...
/* tc-vax.h -- Header file for tc-vax.c. Copyright (C) 1987-2018 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS 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; eit...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: com/sparseware/bellavista/Vitals.java // // Created by decoteaud on 3/14/16. // #ifndef _CCPBVVitals_H_ #define _CCPBVVitals_H_ @class CCPBVResultsViewEnum; @class CCPBVaRemoteMonitor; @class IOSClass; @class IOSObjectArray; @class JavaLangStringBu...
/* * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redist...
/* init.c - initialize ldap backend */ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software <http://www.openldap.org/>. * * Copyright 2003-2018 The OpenLDAP Foundation. * Portions Copyright 1999-2003 Howard Chu. * Portions Copyright 2000-2003 Pierangelo Masarati. * All rights reserved. * * Redistribution a...
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
/* * Copyright © 2011 Université Bordeaux 1 * Copyright © 2012 Inria. All rights reserved. * See COPYING in top-level directory. */ #include <private/autogen/config.h> #include <hwloc.h> #include <hwloc/plugins.h> #include <hwloc/cudart.h> /* private headers allowed for convenience because this plugin is built w...
/*=================================================================== 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...
// duktape_vscp.h // // This file is part of the VSCP (http://www.vscp.org) // // The MIT License (MIT) // // Copyright (c) 2000-2018 Ake Hedman, Grodans Paradis AB <info@grodansparadis.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated document...
/* Copyright 2021 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...
/*HEADER********************************************************************* * * Copyright (c) 2008 Freescale Semiconductor; * All Rights Reserved * * Copyright (c) 2004-2008 Embedded Access Inc.; * All Rights Reserved * * Copyright (c) 1989-2008 ARC International; * All Rights Reserved * ****************************...
/* * DDS Security library * Copyright (c) 2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /*! * \file * \brief \copybrief GroupTest */ #ifndef DSEC_TEST_CANARY_H #define DSEC_TEST_CANARY_H #include <stddef.h> #include <stdint.h> /*! * \defgroup GroupTes...
/* * (C) Copyright 2016-2019 Intel Corporation. * * 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 la...
// This file os part of FVM // Copyright (c) 2012 FVM Authors // See LICENSE file for terms. #ifndef _COMETESBGKDISCRETIZER_H_ #define _COMETESBGKDISCRETIZER_H_ #include "Mesh.h" #include "Quadrature.h" #include "DistFunctFields.h" #include "CometMatrix.h" #include "ArrowHeadMatrix.h" #include "Array.h" #include "Vec...
#ifndef CaloSimAlgos_CaloTDigitizer_h #define CaloSimAlgos_CaloTDigitizer_h /** Turns hits into digis. Assumes that there's an ElectroncsSim class with the interface analogToDigital(CLHEP::HepRandomEngine*, const CaloSamples &, Digi &); */ #include "SimCalorimetry/CaloSimAlgos/interface/CaloHitResponse.h" #...
/////////////////////////////////////////////////////////// // DERSettings.h // Implementation of the Class DERSettings // Created on: 13-Apr-2020 2:51:26 PM // Original author: shu /////////////////////////////////////////////////////////// #if !defined(EA_27094925_9AE1_4195_859B_AAF62D45E5CD__INCLUDED_) #de...
// // SDMMyCarLocationView.h // ToyotaSearch // // Created by Kyle Li on 2021/4/25. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @protocol SDMMyCarLocationViewDelegate <NSObject> -(void)SDMMyCarLocationViewClickNavigate; @end @interface SDMMyCarLocationView : UIView<SDMMyCarLocationViewDelegate> @property ...
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include "searchable.h" #include "fake_result.h" #include <string> #include <map> namespace search { namespace queryeval { /** * A fake Searchable implementation. **/ class FakeSear...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:10:31 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/AVFCapture...
#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <ucontext.h> #include <sys/time.h> /* Set by the signal handler. */ static volatile int expired; /* The contexts. */ static ucontext_t uc[3]; /* We do only a certain number of switches. */ static int switches; /* This is the function doing the ...
#ifndef _BROOD_H #define _BROOD_H #include "globals.h" class Node { public: Node(); ~Node(); int objectId; Node* next; }; class Bin { public: Bin(); ~Bin(); // access to an random object in this bin int rand_obj(); // insert void insert(int id); // delete void remove(int id); int size; int id; Nod...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* vector3f_div.c :+: :+: :+: ...
/* * matter.h * * Created on: 2017年9月19日 * Author: zhuqian */ #pragma once #include "raiden.h" #include "material.h" #include "memory.h" #include "interaction.h" #include "reflection.h" #include "texture.h" #include "microfacet.h" class PlasticMaterial:public Material { private: std::shared_ptr<Texture...
/* Copyright (c) 2018 Drive Foundation 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, publish, ...
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
#pragma once #include "Asset.h" #include "Utils/Log.h" #include <mutex> #include "Model/Model.h" #include "RenderSystem/Shader.h" #include "Threading/ThreadPoolManager.h" using AssetTable = HashTable<String, Model*>; class AssetManager final { public: AssetManager(const AssetManager& other) = delete;...
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // ____ ___ __ _ // / __// o |,'_/ .' \ // / _/ / _,'/ /_n / o / _ __ _ ___ _ _ __ // /_/ /_/ |__,'/_n_/ / \,' /.' \ ,' _/,' \ / |/ / // / \,' // o /_\ `./ o ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSMutableArray.h" @interface NSMutableArray (BlocksKit) - (void)bk_performMap:(CDUnknownBlockType)arg1; - (void)bk_performReject:(CDUnknownBlockType)arg1; - (void)bk_perfo...
/* C interface for result (C) 2017 Niall Douglas <http://www.nedproductions.biz/> (59 commits) File Created: Aug 2017 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 in the accompanying file Licence.t...
/* ** adpcm.h - include file for adpcm coder. ** ** Version 1.0, 7-Jul-92. */ struct adpcm_state { short valprev; /* Previous output value */ char index; /* Index into stepsize table */ }; #ifdef __STDC__ #define ARGS(x) x #else #define ARGS(x) () #endif void adpcm_coder ARGS((unsigned char [], char [], int...
/* * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation * and any modifications thereto. Any use, reproduction, disclosure or * distribution of this so...
// // IKonectCallback.h // konect_sdk_ios // // Created by rudo on 2013/05/19. // Copyright (c) 2013年 Walrus Design Inc,. All rights reserved. // #import <Foundation/Foundation.h> @class SdkBridgeCallback; @protocol IKonectBridgeCallback <NSObject> - (void)callback:(NSString*)type name:(NSString*)name param:(NSS...
#import "Specta.h" #define EXP_SHORTHAND #import "Expecta.h"
// // HBAstString.h // handlebars-objc // // Created by Bertrand Guiheneuf on 9/27/13. // // The MIT License // // 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, ...
/**************************************************************************** * * Copyright (C) 2014, 2016 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
/************************************************************** * Copyright (C) 2001 Alex Rozin, Optical Access * * All Rights Reserved * * Permission to use, copy, modify and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that...
#include <std.h> #include "../defs.h" inherit "/std/obj/fence_store_lesser"; void create(){ ::create(); set_property("no teleport",1); set_properties((["light":0,"indoors":1])); set_short("Raetsel's Storage Room"); set_long("Better get out of here before the immortals find you."...
/* * Copyright 2010-2022 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bx/blob/master/LICENSE */ #ifndef BX_HANDLE_ALLOC_H_HEADER_GUARD #define BX_HANDLE_ALLOC_H_HEADER_GUARD #include "bx.h" #include "allocator.h" #include "uint32_t.h" namespace bx { constexpr uint16_t kInvalidH...
/* * Copyright (c) 2020, The SerenityOS developers. * 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 * ...
/* This source code is forked from Infineon GitHub, frozen and modified for training purposes. * Therefore, it is neither updated regularly nor qualify for production. * Please refer to official Infineon GitHub https://github.com/Infineon/arduino-optiga-trust-x * for the updated and latest release. */ /** * MIT...
#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_TouchMe_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_TouchMe_ExampleVersio...
/** * Copyright (C) 2013-2015 * * @author jxfengzi@gmail.com * @date 2013-7-9 * * @file tiny_snprintf.c * * @remark * set tabstop=4 * set shiftwidth=4 * set expandtab */ #ifndef __TINY_SNPRINTF_N32G45X_H__ #define __TINY_SNPRINTF_N32G45X_H__ #define tiny_snprintf snprintf ...
/* $NetBSD: gss_seal.c,v 1.1.1.1 2011/04/13 18:14:47 elric Exp $ */ /*- * Copyright (c) 2005 Doug Rabson * 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 co...
// 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. // Some simple helper functions that load shaders and create program objects. #ifndef EXAMPLES_TUMBLER_SHADER_UTIL_H_ #define EXAMPLES_TUMBLER_SHADER...
// // NSString+MGKit.h // MGKit // // Created by maling on 2019/5/30. // Copyright © 2019 maling. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface NSString (MGKit) /** 计算文本的宽高 @param string 文本 @param font 字体大小 @param size 限制宽高 @return 得到实际的宽高size */ + (CGSize)mg_sizeWit...
// Copyright 2019 Google LLC. #ifndef FontCollection_DEFINED #define FontCollection_DEFINED #include <memory> #include <set> #include "include/core/SkFontMgr.h" #include "include/core/SkRefCnt.h" #include "include/private/SkTHash.h" #include "modules/skparagraph/include/ParagraphCache.h" #include "modules/skparagraph/...
--- src/honokasetupgtk.h.orig 2005-12-14 08:14:36.000000000 +0200 +++ src/honokasetupgtk.h @@ -29,6 +29,7 @@ #include <vector> #include <cstdio> #include <cstdlib> +#include <cstring> #include <honokasetupcore.h>
/* * Operations on the network namespace */ #ifndef __NET_NET_NAMESPACE_H #define __NET_NET_NAMESPACE_H #include <linux/atomic.h> #include <linux/workqueue.h> #include <linux/list.h> #include <linux/sysctl.h> #include <net/flow.h> #include <net/netns/core.h> #include <net/netns/mib.h> #include <net/netns/unix.h> #i...
#include <stdio.h> #include <stdlib.h> #include "bmp.h" int main(int argc, char *argv[]) { // ensure proper usage if (argc != 3) { fprintf(stderr, "Usage: ./whodunit infile outfile\n"); return 1; } // remember filenames char *infile = argv[1]; char *outfile = argv[2]; ...
#pragma once #include <string> class ISettingsPath { public: ISettingsPath(std::string settingPath); ~ISettingsPath(); const char* GetSection(); const char* GetSetting(); private: std::string section; std::string setting; }; class ISettings { ...
// SPDX-License-Identifier: (GPL-2.0 OR MIT) // // Copyright (c) 2018 BayLibre, SAS. // Author: Jerome Brunet <jbrunet@baylibre.com> #include <linux/module.h> #include <linux/of_platform.h> #include <linux/regmap.h> #include <sound/soc.h> #include <sound/soc-dai.h> #include "axg-tdm-formatter.h" #define TDMOUT_CTRL0...
// // Created by 吴跃 on 2019/1/7. // #ifndef OPENSL_PROJECT_AUDIO_PCM_H #define OPENSL_PROJECT_AUDIO_PCM_H class audio_pcm { public: char *data; int size; public: audio_pcm(char* data, int size); ~audio_pcm(); int getSize(); char* getData(); }; #endif //OPENSL_PROJECT_AUDIO_PCM_H
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:18:36 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/TVRemoteC...
/** * Copyright(C) 2018, Juniper Networks, Inc. * All rights reserved * * shivakumar channalli * * This SOFTWARE is licensed to you under the Apache License 2.0 . * You may not use this code except in compliance with the License. * This code is not an official Juniper product. * You can obtain a copy of the Li...
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Copyright @ 2015 Atlassian Pty Ltd * * 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.or...
// Copyright (c) 2009-2017 The Regents of the University of Michigan // This file is part of the HOOMD-blue project, released under the BSD 3-Clause License. // Maintainer: joaander /*! \file BoxResizeUpdater.h \brief Declares an updater that resizes the simulation box of the system */ #ifdef NVCC #error This h...
#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 #import "TtroAlertViewController.h" FOUNDATION_EXPORT double TtroAlertViewControllerVersionNumber; FOUNDATION_EXPORT const u...
#import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN /* * FIXME: We need ordered columns so we can't just use an `NSDictionary` to * store them. A workaround is to use an array of dictionaries instead, still * works fine as literals. But, we should use an array of tuples when we'll * switch to Swift. * * D...
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" DECLARE_LOG_CATEGORY_EXTERN(UEImguiEditor, Log, All);
// Copyright 2009-2010 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_PROFILER_HEAP_PROFILER_H_ #define V8_PROFILER_HEAP_PROFILER_H_ #include <memory> #include <vector> #include "include/v8-profiler.h" #i...
// // PgmPluginLayer.h // cordova-googlemaps-plugin v2 // // Created by Masashi Katsumata. // // #import <UIKit/UIKit.h> #import "PluginMapViewController.h" #import "MyPluginScrollView.h" @interface CGDOMRect : NSObject @property CGFloat left; @property CGFloat right; @property CGFloat top; @property CGFlo...
#include "ROT13.h" #include "Cesar.h" #include <stddef.h> char* chiffre_ROT13(char* clair) { return chiffre_Cesar(clair, 'a'+13 ); } char* dechiffre_ROT13(char* chiffre) { return chiffre_ROT13(chiffre); }
/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use ...
/*This file is part of the FEBio Studio source code and is licensed under the MIT license listed below. See Copyright-FEBio-Studio.txt for details. Copyright (c) 2020 University of Utah, The Trustees of Columbia University in the City of New York, and others. Permission is hereby granted, free of charge, to any per...
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
#include <stdio.h> int main(int argc, char* argv[]) { char name[10]; printf("please input your name >:"); gets(name); printf("your name is : %s\n", name); return 0; }
//***************************************************************************** // // cgifuncs.c - Helper functions related to CGI script parameter parsing. // // Copyright (c) 2008-2017 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this s...
/* $Id: UIVMLogViewerSettingsPanel.h 72037 2018-04-26 11:50:13Z vboxsync $ */ /** @file * VBox Qt GUI - UIVMLogViewer class declaration. */ /* * Copyright (C) 2010-2017 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is fr...
/* avr_ps2 example - turn on led on PC2 with <enter>, off with <space> * see configuration in conf.h */ #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> #include "ps2.h" #include "ps2_keymap_en.h" #include "conf.h" int main(void) { unsigned char c; ps2_init(); DDRC |= (1 << PC2); /* set PC...
// // UADDBScanFilter.h // AWS iOS SDK // // Copyright © Unsigned Apps 2014. See License file. // Created by Rob Amos. // // #import "UADDBModel.h" @interface UADDBScanFilter : UADDBModel @property (nonatomic, strong) NSMutableArray *attributeValueList; @property (nonatomic) UADDBComparisonOperator comparisonOpe...
/* Copyright (c) 2017 Christopher A. Taylor. 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 ...
/* * This header is generated by classdump-dyld 1.0 * on Monday, September 28, 2020 at 5:55:08 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/PhotosUIC...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:42:13 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/Translation.framework/Translation * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
#include <stdio.h> int main(int argc, char *argv[]) { int hoge = 5; int piyo = 10; int *hoge_p; /// 输出每个变量的地址 printf("&hoge..%p\n", &hoge); printf("&piyo..%p\n", &piyo); printf("&hoge_p..%p\n", &hoge_p); /// 将 hoge 的地址赋予 hoge_p hoge_p = &hoge; printf("hoge_p..%p\n", hoge_p); /// 通过 hoge...
/*------------------------------------------------------------------------- * * indexing.h * This file provides some definitions to support indexing * on system catalogs * * * Portions Copyright (c) 2007-2010, Greenplum inc * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions ...
// -*- mode: objective-c -*- @import Cocoa; @interface TabView : NSTabView @end
/** * @file stun/keepalive.c STUN usage for NAT Keepalives * * Copyright (C) 2010 Creytiv.com */ #include <re_types.h> #include <re_mem.h> #include <re_mbuf.h> #include <re_list.h> #include <re_tmr.h> #include <re_sa.h> #include <re_udp.h> #include <re_stun.h> #define DEBUG_MODULE "keepalive" #define DEBUG_LEVEL...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:41:56 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* Copyright (c) 2010-2016, Mathieu Labbe - IntRoLab - Universite de Sherbrooke 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) 2011, RidgeRun * 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 ...
// Copyright (c) 2017 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. // // --------------------------------------------------------------------------- // // This file was generated by the CEF translato...
/**************************************************************************** * Copyright 2016 BlueMasters * * 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...
/* Headers for writing V-Techn ROMs Mostly done via reverse-engineering 2017-01-08 Bernhard "HotKey" Slawik */ #define byte unsigned char #define word unsigned short #define CR_ON_LF // Automatically return to col 0 on 0x0a character (LF) // Where should we keep the variables? You can #define this prior to includ...
// Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2018 The IQcash Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef INSTANTX_H #define INSTANTX_H #include "chain.h" #include "net.h" #...
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once namespace proton { /** * Interface for running maintenance jobs (cf. IMaintenanceJob). */ class IMaintenanceJobRunner { public: /* * Schedule job to be run in the future. ...
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: actypes.h - Common data types for the entire ACPI subsystem * * Copyright (C) 2000 - 2019, Intel Corp. * ****************************************************************...
//===-------------------- Graph.h - PBQP Graph ------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
// // Created by vbrau on 8/4/2018. // #ifndef LD42_VBRAUN_SCENELIST_H #define LD42_VBRAUN_SCENELIST_H enum class SceneList { TITLE, HOWTO, GAME, WIN, LOSE, NONE }; #endif //LD42_VBRAUN_SCENELIST_H
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #pragma once /////////////////////////////////////////////////////////////////////////// // // This API is provided as a simple interface for Microsoft SEAL library // that can be PInvoked by .Net code. // ///////////////...
#include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> /** * Magically finds the current's executable path * * I'm doing the do{}while(); trick because Linux (what I'm running) is not * POSIX compilant and so lstat() cannot be trusted on /proc entries * * @return ...