text
stringlengths
9
948k
/* Based on the public domain implementation in * crypto_hash/keccakc512/simple/ from http://bench.cr.yp.to/supercop.html * by Ronny Van Keer * and the public domain "TweetFips202" implementation * from https://twitter.com/tweetfips202 * by Gilles Van Assche, Daniel J. Bernstein, and Peter Schwabe */ #include <st...
// 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 CHROME_BROWSER_UI_COCOA_MEDIA_PICKER_DESKTOP_MEDIA_PICKER_COCOA_H_ #define CHROME_BROWSER_UI_COCOA_MEDIA_PICKER_DESKTOP_MEDIA_PICKER_COCOA_H_ #im...
///////////////////////////////////////////////////////////////////////////// // PigEvent.h : Declaration of the CPigEvent class #ifndef __PigEvent_h__ #define __PigEvent_h__ #pragma once #include "resource.h" // main symbols #include "PigSrv.h" ////////////////////////////////////////////////////////////////...
/* * Cryptographic API. * * Whirlpool hashing Algorithm * * The Whirlpool algorithm was developed by Paulo S. L. M. Barreto and * Vincent Rijmen. It has been selected as one of cryptographic * primitives by the NESSIE project http://www.cryptonessie.org/ * * The original authors have disclaimed all copyright ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:49:57 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel * classdump-dyld is licensed under GPLv3, ...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:45:26 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/TVPlayback.framework/TVPlayback * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli...
#include <stdio.h> #include <string.h> int main() { int i, j, k, u, n, m, b, e, set[100010], max, temp; while (scanf("%d", &n) != EOF) { for (m = 1; m <= n; m++) { scanf("%d", &k); memset(set, 0, sizeof(set)); for (u = 0; u < k; u++) { scanf("%d %d", &b, &e); set[b]++; set[e]--; } ...
/* * mt9v011 -Micron 1/4-Inch VGA Digital Image Sensor * * Copyright (c) 2009 Mauro Carvalho Chehab (mchehab@redhat.com) * This code is placed under the terms of the GNU General Public License v2 */ #include <linux/i2c.h> #include <linux/slab.h> #include <linux/videodev2.h> #include <linux/delay.h> #include <linu...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:50:27 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork * classdump-dyld is ...
/* * Copyright 2013 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...
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and/or ...
/* * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. * * This file is part of Jam - see jam.c for Copyright information. */ /* This file is ALSO: * Copyright 2001-2004 David Abrahams. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or...
/** * Copyright 2020 Huawei Technologies Co., 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.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
#ifndef CAFFE2_OPERATORS_RECUDER_FUNCTORS_H_ #define CAFFE2_OPERATORS_RECUDER_FUNCTORS_H_ #include <array> #include "caffe2/core/context.h" #include "caffe2/core/tensor.h" #include "caffe2/utils/math.h" #include "caffe2/utils/proto_utils.h" namespace caffe2 { ////////////////////////////////////////////////////////...
/*========================================================================= * * 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...
// Copyright (c) 2010-2019 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 VIDCOIN_UTIL_ERROR_H #define VIDCOIN_UTIL_ERROR_H /** * util/error.h is a common place for definitions of simple er...
/***** fnSql.c *****/ #include "fntxt2sql.h" #include <string.h> #include <math.h> static const char* ALL_FIELDS = "ORIG_BLZ, ORIG_KTONR, DATUM, VALUTA, BETRAG, " "WAEHRUNG, BUCHART, BUCHUNGS_SL, GV_CODE, PART_BLZ, PART_KTONR, " "PART_NAME1, PART_NAME2, PRIMANOTA, REFERENZ, BUTEXT, " "VZWECK1, VZWECK2, VZWECK3, ...
#import <UIKit/UIKit.h> FOUNDATION_EXPORT double Pods_TwitterUITestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_TwitterUITestsVersionString[];
//heavily updated mithril sword from torm -cythera #include <std.h> inherit "/d/common/obj/weapon/longsword.c"; void create() { ::create(); set_id(({ "sword", "longsword", "long sword", "sword of dragon's majesty", "long","mithril sword","mithril longsword","mithril long sword","gilded longsword", })); set_n...
// // PopUpTransitionAnimater.h // PopUpTransitionAnimater // // Copyright (c) 2018 Yahoo Japan Corporation. // // 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, i...
#include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<pthread.h> // Global variable int i; // Thread function void * thread_func(void * arg) { pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); for(i=0; i<4; i++) { sleep(1); pri...
/////////////////////////////////////////////////////////////////////////////// // BSD 3-Clause License // // Copyright (c) 2019, The Regents of the University of California // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the ...
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +---------...
/* * M-Stack Public API Header File * Copyright (C) 2013 Alan Ott <alan@signal11.us> * Copyright (C) 2013 Signal 11 Software * * 3-12-2008 * * M-Stack 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...
/******************************************************************************* * * DO NOT EDIT THIS FILE! * This file is auto-generated by fltg from * INTERNAL/fltg/xgs/port/bcm56780_a0/bcm56780_a0_PORT_ING_EGR_BLOCK_1.map.ltl for * bcm56780_a0 * * Tool: $SDK/INTERNAL/fltg/bin/fltg * * Edits to this ...
/* FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the terms of...
/* OSAL coverage stub replacement for file mode bits * this file is shared by several UT replacement headers */ #ifndef _OSAL_UT_OSAPI_NETWORK_H_ #define _OSAL_UT_OSAPI_NETWORK_H_ #include <common_types.h> /***************************************************** * * UT FUNCTION PROTOTYPES * * These are functions t...
#include <stdlib.h> #include "../includes/head.h" int main() { int i; char *addr; i = 0; while (i < 1024) { addr = (char*)malloc(1024); addr[0] = 42; free(addr); i++; } return (0); }
// Copyright (c) 2011-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_RPCCONSOLE_H #define BITCOIN_QT_RPCCONSOLE_H #include "guiutil.h" #include "peertablemodel.h" #include "n...
// // PPDemoToolBar.h // PPAsyncDrawingKit // // Created by DSKcpp on 2017/2/8. // Copyright © 2017年 DSKcpp. All rights reserved. // #import <UIKit/UIKit.h> @interface PPDemoToolBar : UIView @end
#pragma once #include <System/Memory.h> // Template data type implementation. #define INVALID_TYPE_ID (-1) #define DECLARE_TYPE(T, ID) namespace Data { template<> class CTypeID<T> { public: enum { TypeID = ID }; enum { IsDeclared = true }; }; } #define DEFINE_TYPE(T, DEFAULT) static CTypeImpl<T> DataType_##T;...
// Copyright 2010 Cyrus Najmabadi // // 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 distribut...
/* ------------------------------------------------------------------ * Copyright (C) 1998-2009 PacketVideo * * 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.o...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:41:48 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* MIT License * * Copyright (c) 2016-2020 INRIA, CMU and Microsoft Corporation * * 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...
// (c) 2021 Okawo // This code is licensed under MIT license (see LICENSE for details) #pragma once #ifndef HOBOVR_COMPONENTS_H #define HOBOVR_COMPONENTS_H namespace hobovr { enum ELensMathType { Mt_Invalid = 0, Mt_Default = 1 }; // ext display component keys static const char *const k_pch_ExtDispla...
#include <stddef.h> // size_t #include <stdint.h> // uint*_t #include <string.h> // memmove #include "send_response.h" #include "../constants.h" #include "../globals.h" #include "../sw.h" #include "common/buffer.h" int helper_send_response_pubkey() { uint8_t resp[1 + PUBKEY_LEN] = {0}; size_t offset = 1; ...
/* * ++Copyright++ 1985, 1988, 1993 * - * Copyright (c) 1985, 1988, 1993 * The Regents of the University of California. 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. Redistrib...
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2018 www.open3d.org // // Permissio...
#ifndef IP_LAB1_XBAR_0_SC_H_ #define IP_LAB1_XBAR_0_SC_H_ // (c) Copyright 1995-2021 Xilinx, Inc. All rights reserved. // // This file contains confidential and proprietary information // of Xilinx, Inc. and is protected under U.S. and // international copyright and other intellectual property // laws. // // DISCLAI...
/* * src/interfaces/ecpg/pgtypeslib/timestamp.c */ #include "postgres_fe.h" #include <time.h> #include <float.h> #include <limits.h> #include <math.h> #ifdef __FAST_MATH__ #error -ffast-math is known to break this code #endif #include "extern.h" #include "dt.h" #include "pgtypes_timestamp.h" #include "pgtypes_date...
// // 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 "TAGPBGeneratedMessage.h" @class NSString, TAGPBMutableArray; @interface TAGPBFileOptions : TAGPBGeneratedMessage { } + (id)...
/* * Driver for Xceive XC5000 "QAM/8VSB single chip tuner" * * Copyright (c) 2007 Steven Toth <stoth@linuxtv.org> * * 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 o...
/** * @file * * @brief * * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include "error.h" #ifndef HAVE_KDBCONFIG #include "kdbconfig.h" #endif #include <stdlib.h> // #include <stdio.h> int elektraErrorOpen (Plugin * handle ELEKTRA_UNUSED, Key * parentKey) { KeySet * conf = elekt...
// // PermissionHandlerEnums.h // permission_handler // // Created by Razvan Lung on 15/02/2019. // typedef NS_ENUM(int, PermissionGroup) { PermissionGroupCamera = 0, PermissionGroupPhotos, PermissionGroupStorage, PermissionGroupUnknown, }; typedef NS_ENUM(int, PermissionStatus) { PermissionSta...
#ifndef _OBJECT_FILTER_H_ #define _OBJECT_FILTER_H_ #include <iostream> #include <vector> #include <string> #include <queue> #include <memory> #include <Eigen/Eigen> #include <ros/ros.h> #include <sensor_msgs/PointCloud2.h> #include <geometry_msgs/PoseWithCovariance.h> #include <geometry_msgs/PoseWithCovarianceStamp...
/******************************************************************************* * * Copyright (C) 2017 - 2018 Xilinx, 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 th...
/**************************************************************** * Name in Ting Yin, 918161925 * * Class in CSC 415 * * Date in Jul 6, 2018 * * Description in Writting a simple bash she...
#include <stdio.h> #include <stdlib.h> int main(){ system("clear"); printf("I don't care enough to make an executable program for this, but here's the syntax: \n\n"); printf("nessus -q [-pPS <HOST> <PORT> <USERNAME> <PASSWORD> <targets-file> <result-file>\n"); return(0); }
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights reserved. #ifndef __LBSUB_H__ #defin...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:28:43 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/DeviceMana...
/** * @file list_t.c * @author Matti Eskelinen (matti dot j dot eskelinen at jyu dot fi) * @brief Testing code for list.c * * Copyright (c) 2011, Matti Johannes Eskelinen * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that th...
// online2/online-nnet2-feature-pipeline.h // Copyright 2013-2014 Johns Hopkins University (author: Daniel Povey) // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License...
//////////////////////////////////////////////////////////////////////////////// // / // 2012-2017 (c) Baical / // ...
// Copyright (c) 2016-2021 Duality Blockchain Solutions Developers // Copyright (c) 2014-2021 The Dash Core Developers // Copyright (c) 2009-2021 The Bitcoin Developers // Copyright (c) 2009-2021 Satoshi Nakamoto // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opens...
// // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2010 Alessandro Tasora // Copyright (c) 2013 Project Chrono // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file at the top level of the distribution // and at http://project...
/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of the qmake spec of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** GNU Lesser General Public License Usa...
/** * Copyright 2019-2020 Huawei Technologies Co., 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.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) Zend Technologies Ltd. (http://www.zend.com) | +---------...
#ifndef ZFLYEMQUALITYCONTROLTEST_H #define ZFLYEMQUALITYCONTROLTEST_H #include "ztestheader.h" #include "neutubeconfig.h" #include "flyem/zflyemqualityanalyzer.h" #include "flyem/zintcuboidarray.h" #ifdef _USE_GTEST_ TEST(ZFlyEmQualityAnalyzer, isStitchedOrphanBody) { ZObject3dScan obj; obj.addSegment(0, 1, 3, 3...
// A header file for functions #include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> //#include "./hw9-chrisdavis.c" void DisplayInorder (struct node *head1); // Prototype void DisplayPostorder (struct node *tail1); // Prototype void DisplayTrash (struct node *trashHead1); // Prototype voi...
#include <unico.h> extern int is_modi_unicoc (unicoc*);
/* * Copyright (c) 2018-2019, Nuvoton Technology Corporation * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lic...
// // WexSettingsConfig.h // WexWeiCaiFu // // Created by 星星 on 16/7/25. // Copyright © 2016年 SinaPay. All rights reserved. // #import <Foundation/Foundation.h> @interface WexSettingsConfig : NSObject + (instancetype)shared; + (id)objectForKey:(NSString *)key; + (void)setObject:(id)object forKey:(NSString *)key...
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2016-2020 Authors of Cilium */ #ifndef __LIB_COMMON_H_ #define __LIB_COMMON_H_ #include <bpf/ctx/ctx.h> #include <bpf/api.h> #include <linux/if_ether.h> #include <linux/ipv6.h> #include <linux/in.h> #include "mono.h" /* FIXME: GH-3239 LRU logic is not handlin...
/** * @file manifest.c */ #include "spm.h" #include <fnmatch.h> #include "url.h" /** * Compare `ManifestPackage` packages (lazily) * @param a * @param b * @return 0 = same, !0 = different */ int manifest_package_cmp(const ManifestPackage *a, const ManifestPackage *b) { int result = 0; if (a == NULL || b...
/* Copyright 2020 The OneFlow 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 agre...
/***************************************************************************//** * @file * @brief CMSIS Compatible EFR32MG13P startup file in C. * Should be used with GCC 'GNU Tools ARM Embedded' * @version 5.8.0 ******************************************************************************* * # License *...
// Copyright 2017 The Lynx Authors. All rights reserved. #ifndef LYNX_RENDER_IMPL_COMMAND_COLLECTOR_H_ #define LYNX_RENDER_IMPL_COMMAND_COLLECTOR_H_ #include <queue> #include "base/threading/lock.h" #include "base/scoped_vector.h" #include "base/scoped_ptr.h" namespace lynx { class RenderCommand; class RenderCommand...
/* * Janus Service. Service start script helper * * Copyright (c) 2016-2017 Alexei A. Smekalkine <ikle@ikle.ru> * * SPDX-License-Identifier: BSD-2-Clause */ #include <err.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <unistd.h> #include <signal...
#ifndef __GR_DEBUG__ #define __GR_DEBUG__ #include "stdlib.h" #include "stdint.h" #include "gr551xx.h" #include "gr_config.h" #if GR_DEBUG_CODE > 0u /**************************************************************************** * function & Vars in this file, are used for debug, not used in release code **********...
/** * OEML - REST API * This section will provide necessary information about the `CoinAPI OEML REST API` protocol. This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a> * * The version of the OpenAPI document: v1 * C...
/*====================================================================* * * void reorder (NODE * node); * * nodes.h * * traverse node in preorder; update members index, level and count * so that the tree can be used to represent an array or an outline; * *. Motley Tools by Charles Maier *: ...
// SPDX-License-Identifier: GPL-2.0-only /* * Industrial I/O - generic interrupt based trigger support * * Copyright (c) 2008-2013 Jonathan Cameron */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/slab.h> #include <linux/iio/iio...
/*************************************************************************** * * * Intend C - Embeddable Scripting Language * * * * Copyrig...
// Copyright (C) 2013 Romain Francois // // This file is part of Rcpp. // // Rcpp 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....
// // FunTipCollectionViewMainCell.h // GPUImageDemo // // Created by casa on 5/14/15. // Copyright (c) 2015 alibaba. All rights reserved. // #import <UIKit/UIKit.h> @interface FunTipCollectionViewMainCell : UICollectionViewCell @property (nonatomic, assign) BOOL isAlbum; @property (nonatomic, strong, readonly)...
#ifdef __FLAT__ #include <win32\alphaops.h> #else #error alphaops.h can only be used in a Win32 Application #endif
/*------------------------------------------------------------------------- * * sysv_shmem.c * Implement shared memory using SysV facilities * * These routines represent a fairly thin layer on top of SysV shared * memory functionality. * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group ...
// @ Copyright 2016 Massachusetts Institute of Technology. // // 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. // ...
/* * File: condvar5.c * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom * Copyright(C) 1999,2005 Pthreads-win32 contributors * * Contact Email: rpj@callisto.canberra.edu....
version https://git-lfs.github.com/spec/v1 oid sha256:a0f910a89fb84d121c9dfc90302b5991bbf947895af274663203e493e4e823be size 9319
/* COPYRIGHT 2016 ESRI TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL Unpublished material - all rights reserved under the Copyright Laws of the United States and applicable international laws, treaties, and conventions. For additional information, contact: Environmental Systems Research Institute, Inc. A...
// Copyright (c) 2009-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. #include <string> #include <vector> #include <netaddress.h> #ifndef BITCOIN_NET_PERMISSIONS_H #define BITCOIN_NET_PERMISSION...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ussunu_alma.c :+: :+: :+: */ /* ...
/*BHEADER********************************************************************** * Copyright (c) 2008, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * This file is part of HYPRE. See file COPYRIGHT for details. * * HYPRE is free software; you can redistribute...
/* $OpenBSD: wm8750reg.h,v 1.2 2005/12/31 04:31:27 deraadt Exp $ */ /* * Copyright (c) 2005 Christopher Pascoe <c.pascoe@itee.uq.edu.au> * * 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 pe...
#ifndef KINEMATICS_H #define KINEMATICS_H #include "GlobalArm.h" #include <Arduino.h> boolean g_fServosFree; extern boolean g_fArmActive; ////////////////////////////////////////////////////////////////////////////// // KINEMATICS CONFIG // ////////////////////////////////////////////////////////////////////////...
/* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * (C) Copyright 2006 * Bryan O'Donoghue, bodonoghue@codehermit.ie, CodeHermit * * 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 Softwar...
#ifndef DR_FILE_SYSTEM_H #define DR_FILE_SYSTEM_H #include <FS.h> #include <LittleFS.h> #include "./logger.h" namespace DevRelief { class DRFileBuffer { public: DRFileBuffer(){ m_data = NULL; m_maxLength = 0; m_length = 0; m_logger = new Logger("DRFileBuffer",40); } uint8_...
#pragma once #include "Arc/Renderer/RenderCommand.h" #include "Arc/Renderer/OrthographicCamera.h" #include "Arc/Renderer/Shader.h" namespace ArcEngine { class Renderer { public: static void Init(); static void Shutdown(); static void OnWindowResize(uint32_t width, uint32_t height); static void Begin...
/* * Copyright (c) 2012 Nordic Semiconductor ASA * 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...
/* * net/sched/gact.c Generic actions * * 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. * * copyright Jamal...
/* $Id: //WIFI_SOC/MP/SDK_4_3_0_0/RT288x_SDK/source/linux-2.6.36.x/drivers/isdn/act2000/act2000_isa.c#1 $ * * ISDN lowlevel-module for the IBM ISDN-S0 Active 2000 (ISA-Version). * * Author Fritz Elfert * Copyright by Fritz Elfert <fritz@isdn4linux.de> * * This software may be used and distributed ...
/* Benjamin DELPY `gentilkiwi` http://blog.gentilkiwi.com benjamin@gentilkiwi.com Licence : http://creativecommons.org/licenses/by/3.0/fr/ */ #ifdef LSASS_DECRYPT #include "kuhl_m_sekurlsa_nt63.h" #ifdef _M_IX86 BYTE kuhl_m_sekurlsa_nt63_decryptorCode[] = { 0x8b, 0x44, 0x24, 0x04, // mov eax, dword ptr _lpparam...
/* * Copyright (C) 2012 Marcin Kościelnicki <koriakin@0x04.net> * 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 limitatio...
/** * \file threading.h * * \brief Threading abstraction layer */ /* * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * ...
#ifndef AUDIOLISTENER_H_ #define AUDIOLISTENER_H_ #include "Vector3.h" #include "Transform.h" #include "Camera.h" namespace gameplay { /** * Defines an audio listener in 3D space. * * The audio listener represents where you are listening from. * In a 3D scene this is usually the active camera. * * @see Scene:...
/* * 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...
/* * linux/drivers/mmc/host/tmio_mmc.c * * Copyright (C) 2007 Ian Molton * Copyright (C) 2004 Ian Molton * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Driver for the ...