text
stringlengths
9
948k
/*************************************************************************** beerxmlreader.h ------------------- XML stream reader for BeerXML ------------------- Copyright 2008, David Johnson All rights reserved. Redistribution and use in source and binary forms, with or without modification, are perm...
/* * 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...
// 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 NET_SPDY_MULTIPLEXED_HTTP_STREAM_H_ #define NET_SPDY_MULTIPLEXED_HTTP_STREAM_H_ #include <memory> #include <vector> #include "net/http/http_stre...
/** * Copyright (c) 2015-present, 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. */ #import <F...
#include <errno.h> #include <stdlib.h> #include <stdio.h> #include <assert.h> #include <string.h> #include "base64.h" #include "serialization.h" /* * SimpleSecureChat Serialization Library. Made with Security in mind. */ byte* memseq(byte* buf,size_t buf_size,byte* byteseq,size_t byteseq_len){ size_t i = 0;size_...
// Copyright (c) 2017 Intel 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 rights // to use, copy, modify, merge, pub...
// // File: detect_lane_data.h // // GPU Coder version : 2.0 // CUDA/C/C++ source code generated on : 15-Dec-2020 12:44:50 // #ifndef DETECT_LANE_DATA_H #define DETECT_LANE_DATA_H // Include Files #include "rtwtypes.h" #include <cstddef> #include <cstdlib> // Variable Declarations extern boolean_T...
// // 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 <objc/NSObject.h> @interface finscbffStockMarketChartFlag : NSObject { } - (id)query:(id)arg1; @end
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:43:06 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/*- * Copyright (c) 1990, 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. Redistributions of source code must retain the above copy...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:46:17 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions * classdump-dyld is licensed under GPLv3, Copyrig...
/* * This software is licensed under the terms of the MIT License. * See COPYING for further information. * --- * Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>. * Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>. */ #include "taisei.h" #include "nonspells.h" #include "../wriggle.h" ...
/** * \file IfxSent_reg.h * \brief * \copyright Copyright (c) 2015 Infineon Technologies AG. All rights reserved. * * Version: TC26XB_UM_V1.2.R0 * Specification: tc26xB_um_v1.2_MCSFR.xml (Revision: UM_V1.2) * MAY BE CHANGED BY USER [yes/no]: No * * IMPORTANT NOTICE * * Use of ...
#include <munit/munit.h> #include <suite.h> #include <tests.h> MunitTest suite_standard_comparison[] = { { "comparison/eq", test_comparison_eq, suite_setup, suite_teardown, MUNIT_TEST_OPTION_NONE, NULL }, { "comparison/ge", test_comparison_ge, suite_setup, suite_teardown, MUNIT_TEST_OPTION_NONE, NULL }, ...
#ifndef GRAPHICSOBJECTPROPERTIES_H #define GRAPHICSOBJECTPROPERTIES_H class GraphicsObjectProperties { public: GraphicsObjectProperties(); }; #endif // GRAPHICSOBJECTPROPERTIES_H
/** * 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...
/* * Copyright (c) 2020-2021 Arm Limited. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 */ #ifndef PROJMGRPARSER_H #define PROJMGRPARSER_H #include <map> #include <string> #include <vector> /** * @brief compiler misc controls * compiler name, * options for assembler, * ...
/* * This is a module which is used for setting the skb->priority field * of an skb for qdisc classification. */ #include <linux/module.h> #include <linux/skbuff.h> #include <linux/ip.h> #include <net/checksum.h> #include <linux/netfilter_ipv4/ip_tables.h> #include <linux/netfilter_ipv4/ipt_CLASSIFY.h> MODULE_AUT...
/* This file is part of the Dynarithmic TWAIN Library (DTWAIN). Copyright (c) 2002-2020 Dynarithmic Software. 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....
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:39:39 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon * classdump-dyld is licensed under GPLv3, Copyright © 2013-201...
#include <stdio.h> #include <stdbool.h> #include "gb.h" typedef uint8_t GB_read_function_t(GB_gameboy_t *gb, uint16_t addr); typedef void GB_write_function_t(GB_gameboy_t *gb, uint16_t addr, uint8_t value); typedef enum { GB_BUS_MAIN, /* In DMG: Cart and RAM. In CGB: Cart only */ GB_BUS_RAM, /* In CGB only. *...
/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <Foundation/Foundation.h> #import "AppKit/AppKit.h" //@class CVDisplayLink; /** * Interface containing the information about ...
// Copyright 2014 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_COMPILER_CODE_GENERATOR_H_ #define V8_COMPILER_CODE_GENERATOR_H_ #include "src/base/optional.h" #include "src/compiler/gap-resolver.h" #incl...
/* * Copyright (c) 2002 Jindrich Makovicka <makovick@gmail.com> * Copyright (c) 2011 Stefano Sabatini * Copyright (c) 2013, 2015 Jean Delvare <jdelvare@suse.com> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lic...
/* * Copyright (c) 2012 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
#ifndef _CORE_SET_H_ #define _CORE_SET_H_ #define G_SET_USER_UNORDER #ifdef G_SET_USER_UNORDER #include "gunorderset.h" template < typename KeyT, typename HashT = GHashF<KeyT>, typename CompareT = GEqualToF<KeyT>> class GSet final : public GUnorderSet<KeyT, HashT, CompareT> {}; #else // !G_SET_USER_UNORDER #includ...
#include <windows.h> #include <stdio.h> #include <tchar.h> #define WINLOGON_KEY_NAME TEXT("Microsoft\\Windows NT\\CurrentVersion\\Winlogon") #define SFP_VALUE_NAME TEXT("SFCDisable") #define SFP_TEMP_KEY_NAME TEXT("SFPLoadedAHiveHere") #define SFP_ENABLED 0 #define SFP_DISABLED_ALWAYS 1 #define SF...
//------------------------------------------------------------------------------ /* This file is part of Beast: https://github.com/vinniefalco/Beast Copyright 2013, Vinnie Falco <vinnie.falco@gmail.com> Permission to use, copy, modify, and/or distribute this software for any purpose with or without f...
// // AppDelegate.h // AutoViewDemo // // Created by njdby on 15/9/25. // Copyright (c) 2015年 njdby. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:35:18 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/PodcastsUI...
// Copyright 2016 Connor Taffe #include "lex.h" int main() { Lexer lexer = (Lexer){.input = "var _h2 = jj; var a = haza;"}; enum { kKeyword, kIdent, kAssign, kExpr, kPostExpr, kTerm, kEof, kSize }; States s[kSize][kSize] = { // keyword -> ident [kKeyword] = {{.name = "kKeyword", ...
// // ABDataSourceController.h // ABDataSourceController // // Created by Alex Bumbu on 10/07/15. // Copyright (c) 2015 Alex Bumbu. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @protocol ABDataSourceController <NSObject, UITableViewDataSource, UITableViewDelegate> @property (...
#ifndef __CLEDS_H #define __CLEDS_H /** \addtogroup AppCoAP \{ \addtogroup cleds \{ */ #include "opencoap.h" //=========================== define ========================================== //=========================== typedef ========================================= //=========================== variables ======...
/** * Copyright 2013, GitHub, Inc * Copyright 2009-2013, Daniel Lemire, Cliff Moon, * David McIntosh, Robert Becho, Google Inc. and Veronika Zenz * * 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 Fou...
/* File: \WACKER\emu\vtutf8ini.c (Created: 2001) * * Copyright 2001 by Hilgraeve Inc. -- Monroe, MI * All rights reserved * * $Revision: 17 $ * $Date: 5/07/02 1:25p $ */ #include <windows.h> #include <mbctype.h> #include <locale.h> #include <stdio.h> #pragma hdrstop //#define DEBUGSTR #include <tdll\stdtyp.h>...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:53:52 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/AppStoreComponents.framework/AppStoreComponents * classdump-dyld is licensed under GPLv3, Copyright ...
inherit "room/room"; reset(arg) { if(arg) return; add_exit("mansion","/wizards/veron/areat/golem/room2.c"); add_exit("plains","outmap: 24 113"); short_desc = "A big mansion"; long_desc = "A huge mansion towers in front of you. It's walls are decorated\n"+ "with small statues and carvings. The mansio...
../../../../../node_modules/react-native/React/Base/RCTBridge+Private.h
/* Software floating-point emulation. Basic one-word fraction declaration and manipulation. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller (davem...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:26:41 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/PhotosUICo...
/* LUFA Library Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:26:24 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/AVConference.framework/AVConference * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/** * @file ano.c * @author Chris Wang (wang20011029@foxmail.com) * @brief Send and Receive data with ano v7 host * @version 1.0 * @date 2021-11-16 * @copyright Copyright (c) 2021 */ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "pid.h" #include "sen...
/**************************************************************************//** * @file system_ARMv8MBL.h * @brief CMSIS Device System Header File for * ARMv8MBL Device * @version V5.3.1 * @date 09. July 2018 ******************************************************************************/ /* ...
//=========================================== // Lumina-DE source code // Copyright (c) 2015, Ken Moore // Available under the 3-clause BSD license // See the LICENSE file for full details //=========================================== #ifndef _LUMINA_SYNTAX_HIGHLIGHER_CPP_H #define _LUMINA_SYNTAX_HIGHLIGHER_CPP_H ...
/* * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/lice...
/**************************************************************************** * * Copyright (c) 2012-2014 PX4 Development Team. 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. Red...
/** ****************************************************************************** * Xenia : Xbox 360 Emulator Research Project * ****************************************************************************** * Copyright 2013 Ben Vanik. All rights reserved. ...
#include "pch-c.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" // 0x00000001 System.Void UnityEngineInternal.Input.NativeUpdateCallback::.ctor(System.Object,System.IntPtr) extern void NativeUpdateCallback__ctor_m04FDCD50564E7535FADAFF34BBA...
/**************************************************************************\ * Copyright (c) Kongsberg Oil & Gas Technologies AS * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * Red...
// Copyright 2017 plutoo #include "types.h" #include "result.h" #include "arm/atomics.h" #include "kernel/ipc.h" #include "services/pm.h" #include "services/sm.h" static Service g_pmdmntSrv, g_pmshellSrv; static u64 g_pmdmntRefCnt, g_pmshellRefCnt; Result pmdmntInitialize(void) { atomicIncrement64(&g_pmdmntRefCnt...
/* * Copyright (C) 2021 Jo-Philipp Wich <jo@mein.io> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND T...
/**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_buttons.c * * 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 regardi...
/* $FreeBSD: releng/11.0/lib/libiconv_modules/GBK2K/citrus_gbk2k.h 219019 2011-02-25 00:04:39Z gabor $ */ /* $NetBSD: citrus_gbk2k.h,v 1.2 2003/06/25 09:51:43 tshiozak Exp $ */ /*- * Copyright (c)2003 Citrus Project, * All rights reserved. * * Redistribution and use in source and binary forms, with or without * m...
/*---------------------------------------------------------------------- * dlep_client_fsm.c -- DLEP Client state machine * * August 2010, Bo Berry * * Copyright (c) 2010 by Cisco Systems, Inc. * All rights reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this...
/* * Copyright (c) 2016, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
#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 MHAuthenticateNumberPadVersionNumber; FOUNDATION_EXPORT const unsigned char MHAuthenticateNumberPad...
/* Module : ScintillaCtrl.h Purpose: Defines the interface for an MFC wrapper class for the Scintilla edit control (www.scintilla.org) Created: PJN / 19-03-2004 Copyright (c) 2004 - 2010 by PJ Naughter. (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. Copyright / Usage Details: You are allowe...
/* ****************************************************************** Huffman decoder, part of New Generation Entropy library Copyright (C) 2013-2016, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without ...
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:04:21 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
// 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 COMPONENTS_NETWORK_HINTS_RENDERER_WEB_PRESCIENT_NETWORKING_IMPL_H_ #define COMPONENTS_NETWORK_HINTS_RENDERER_WEB_PRESCIENT_NETWORKING_IMPL_H_ #in...
/* devcrypto_hash.c * * Copyright (C) 2006-2020 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL 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 you...
// Copyright (c) 2018, The TurtleCoin Developers // Copyright (c) 2018-2019, The Urbancash Developers // // Please see the included LICENSE file for more information. #pragma once #include <GreenWallet/Types.h> char* getCmdOption(char ** begin, char ** end, const std::string & option); bool cmdOptionExists(char** ...
// // FirebaseService.h // FirebaseService // // Created by bumslap on 15/03/2019. // Copyright © 2019 bumslap. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for FirebaseService. FOUNDATION_EXPORT double FirebaseServiceVersionNumber; //! Project version string for FirebaseService. FO...
#include "../../../lvgl.h" #if LV_USE_GRID && LV_BUILD_EXAMPLES /** * Demonstrate RTL direction on grid */ void lv_example_grid_6(void) { static lv_coord_t col_dsc[] = {60, 60, 60, LV_GRID_TEMPLATE_LAST}; static lv_coord_t row_dsc[] = {40, 40, 40, LV_GRID_TEMPLATE_LAST}; /*Create a container with grid*...
/** * @file * * @brief Methods for Key manipulation. * * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) */ #include "kdblogger.h" #ifdef HAVE_KDBCONFIG_H #include "kdbconfig.h" #endif #include <stdio.h> #ifdef HAVE_STDARG_H #include <stdarg.h> #endif #ifdef HAVE_STRING_H #include <stri...
#include <string.h> static const int MOD = 1e9 + 7; int recursive(int *nums, int numsSize, int N, int (*cache)[N + 1]) { if (numsSize <= 2) return 1; int left[N + 1], leftSize = 0, right[N + 1], rightSize = 0; for (int i = 1; i < numsSize; ++i) nums[i] > nums[0] ? (right[rightSize++] = nums[i]) : (left[leftSiz...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:50:25 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage * classdump-dyld is licensed under G...
/* Copyright (c) <2003-2019> <Newton Game Dynamics> * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, * includi...
// C++/WinRT v2.0.190620.2 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef WINRT_Windows_ApplicationModel_DataTransfer_1_H #define WINRT_Windows_ApplicationModel_DataTransfer_1_H #include "winrt/impl/Windows.Foundation.Collections.0.h" #include "winrt/impl/Windo...
/* Copyright ©2008-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #include <string.h> #include "util.h" void uniq(char **toks) { char **p, **q; q = toks; if(*q == nil) return; for(p=q+1; *p; p++) if(strcmp(*q, *p)) *++q = *p; *++q = nil; }
/** ****************************************************************************** * @file es-wifi.c * @author MCD Application Team * @brief This file provides a set of functions to manage the es-wifi module. ****************************************************************************** * @attention ...
/* Copyright (C) 2007-2012 Kern Sibbald You may freely use this code to create your own plugin provided it is to write a plugin for Bareos licensed under AGPLv3 (as Bareos is), and in that case, you may also remove the above Copyright and this notice as well as modify the code in any way. */ #defi...
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2021 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #pragma once #include "td/telegram/BackgroundId.h" #include ...
/****************************************************************************/ /* This module is mostly all new */ /* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp) */ /* Copyright 1996 TakaC Hasegawa. No restrictions are placed on this code, */ /* a...
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the OAI Public Lic...
/* * XOSD * * Copyright (c) 2000 Andre Renaud (andre@ignavus.net) * * 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 ve...
/** * This header file defines storage method of data */ #ifndef STORAGE_H #define STORAGE_H #include "common.h" #include <cassert> #include <cstdio> #include <cstring> #include <vector> #include <map> using std::vector; using std::map; using std::FILE; class IOException:exception{}; struct FieldReturn_t{ void...
#pragma once #include <string> #include <vector> using namespace std; #include "../GeometryLib/vector2d.h" #include "../GeometryLib/vector3d.h" #include "../GeometryLib/quaternion.h" class Bindable { public: virtual void update(double value)= 0; }; template <typename T> class BoundObject: public Bindable { T& m_ob...
// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. #pragma once #include <ctre/Phoenix.h> #include <functional> #include <memory> #include <string> #include <vector> #i...
/* * Copyright (c) 1997 - 2006 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * 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 o...
/** * (C) Copyright 2016-2021 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ /** * object server operations * * This file contains the server API methods and the RPC handlers that are both * related to object. */ #define D_LOGFAC DD_FAC(object) #include <uuid/uuid.h> #include <abt.h> ...
#ifndef CONCURRENCPP_TIMER_QUEUE_H #define CONCURRENCPP_TIMER_QUEUE_H #include "constants.h" #include "timer.h" #include "concurrencpp/errors.h" #include "concurrencpp/utils/bind.h" #include "concurrencpp/threads/thread.h" #include <mutex> #include <memory> #include <chrono> #include <vector> #include <condition_va...
/* * super.c * * PURPOSE * Super block routines for the OSTA-UDF(tm) filesystem. * * DESCRIPTION * OSTA-UDF(tm) = Optical Storage Technology Association * Universal Disk Format. * * This code is based on version 2.00 of the UDF specification, * and revision 3 of the ECMA 167 standard [equivalent to ISO ...
/** * \brief Component description for I2SC * * Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software and any derivatives * exclusively with Microchip products. It is your responsibility to comply with third party license...
/*------------------------------------------------------------------------- * * gistvacuum.c * interface routines for the postgres GiST index access method. * * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * I...
/* Created 19 Nov 2016 by Chris Osborn <fozztexx@fozztexx.com> * http://insentricity.com * * Uses the RMT peripheral on the ESP32 for very accurate timing of * signals sent to the WS2812 LEDs. * * This code is placed in the public domain (or CC0 licensed, at your option). */ #include "ws2812.h" #include <freert...
/* $NetBSD: rtcreg.h,v 1.2 2001/11/17 23:48:15 gmcgarry Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Gregory McGarry. * * Redistribution and use in source and binary forms, with or without *...
#include"ts.h" static void VU_rowview_f( vsip_vview_f *v, vsip_mview_f* m, vsip_index i) { vsip_mattr_f mattr; vsip_vattr_f vattr; vsip_mgetattrib_f(m,&mattr); vattr.offset = mattr.offset + i * mattr.col_stride; vattr.length = mattr.row_length; vattr.stride = mattr.row...
// // Created by agondek on 13/12/15. // #ifndef GUT_MANYCORE_ARCHITECTURES_MCTS_IGAMESTATE_H #define GUT_MANYCORE_ARCHITECTURES_MCTS_IGAMESTATE_H #include "../MctsCommon.h" namespace Mcts { namespace GameStates { class IGameState { public: IGameState(){} ...
/* ********************************************************************************************************* * uC/OS-II * The Real-Time Kernel * * (c) Copyright 1992-2013, Micrium, Weston, FL * ...
// Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef XFA_FWL_CFWL_PUSHBUTTON_H_ #define XFA_FWL_CFWL_PUSHBUTTON_H_ #includ...
/**************************************************************************** Copyright 2011 Jeff Lamarche Copyright 2012 Goffredo Marocchi Copyright 2012 Ricardo Quesada Copyright 2012 cocos2d-x.org Copyright 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charg...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. /** * Why base-58 instead of standard base-64 encoding? * - Don't want 0OIl characte...
// simple.h - written and placed in the public domain by Wei Dai /*! \file Simple non-interface classes derived from classes in cryptlib.h. */ #ifndef CRYPTOPP_SIMPLE_H #define CRYPTOPP_SIMPLE_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) template <class BASE, class ALGORITHM_INFO = BASE> cl...
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2017 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the ...
// Copyright (c) 2011 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 WEBKIT_PLUGINS_PPAPI_NPAPI_GLUE_H_ #define WEBKIT_PLUGINS_PPAPI_NPAPI_GLUE_H_ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_compiler.h :+: :+: :+: ...
/* Copyright 2021 Matthew Reid 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, distribute, sublic...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:24:28 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/Frameworks/Photos.framework/...