text stringlengths 9 948k |
|---|
// Copyright 2016-2021 Scarlet-Renderer / Red-Scarlet. All rights reserved.
// RendererContext.h 10/05/2021 - Functional Class.
#pragma once
#include <ScarletInterface.h>
#include <Core/InterfaceEntrypoint.h>
#include "Graphics/RenderCommand.h"
#include "Graphics/Shader.h"
#include "Graphics/VertexBuffer.h"
#include ... |
#ifndef EXECUTOR_H
#define EXECUTOR_H
#include "system.h"
#include <istream>
#include <ostream>
#include <sstream>
class Executor {
private:
System * system;
std::stringstream ss;
bool quit = false;
public:
Executor(System &system);
void start(std::istream &in, std::ostream &out);
std::string proces... |
/* Public domain */
#ifndef _AGAR_WIDGET_TREETBL_H_
#define _AGAR_WIDGET_TREETBL_H_
#include <agar/gui/label.h>
#include <agar/gui/scrollbar.h>
#include <agar/gui/begin.h>
#define AG_TREETBL_LABEL_MAX AG_LABEL_MAX
struct ag_treetbl;
typedef char *(*AG_TreetblDataFn)(struct ag_treetbl *, int, int);
typedef int (*A... |
/**
* @file CommunicationManager.h
*
* @section LICENSE
*
* The MIT License
*
* @copyright 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 ... |
//
// YCFirstTime.h
// YU - YUPPIU
//
// Created by Fabio Knoedt on 28/08/14.
// Copyright (c) 2014 Fabio Knoedt. All rights reserved.
//
#import <Foundation/Foundation.h>
/*!
* A lightweight library to execute Objective-C codes only once in app life or version life. Execute code/blocks only for the first time ... |
/******************************************************************************
Copyright (c) 2012
Lantiq Deutschland GmbH
For licensing information, see the file 'LICENSE' in the root folder of
this software module.
*************************************... |
//
// BFDataModel.h
// BFUIDemo
//
// Created by 刘玲 on 2018/9/20.
// Copyright © 2018年 BFAlex. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface BFDataModel : NSObject
+ (instancetype)model;
@end |
/*
* DS1339 Timekeeper (on I2C)
*/
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "../port/error.h"
#include "io.h"
typedef struct Rtc Rtc;
typedef struct Rtcreg Rtcreg;
struct Rtc
{
int sec;
int min;
int hour;
int wday;
int mday;
int mon;
int year;
};
... |
/* Convert a wide character using a case mapping.
Copyright (C) 2011-2012 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2011.
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 Sof... |
// ignore: Mutable global variables not supported.
// Compiler:
// Run-time:
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <yk_testing.h>
int global_int = 12;
__attribute__((noinline)) int foo(int num) {
global_int = num;
return global_int;
}
int main(int argc, char **a... |
/*********************************************************************
This file is part of the VersyPDF project.
Copyright (C) 2005 - 2016 Sybrex Systems Ltd. All rights reserved.
Authors: Vadzim Shakun , et al.
VersyPDF is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero Ge... |
/**
* @file tmatrix_vec.c
* @author Stanislav Mikhel
* @date 2020
* @brief Vector specific operations.
*/
#include <stdlib.h>
#include <math.h>
#include "tmatrix_vec.h"
#include "tmatrix_priv.h"
tmSize vec_len(tMat *m)
{
if(m) {
if(m->cols == 1) {
return m->rows;
} else if(m->rows == 1) {
r... |
/* CFileDlgFolderSelect.h v1 8/6/2009
* ALL RIGHTS RESERVED. RYUTA MIZUTANI.
*/
#if !defined( _CFILEDLGFOLDERSELECT_H_ )
#define _CFILEDLGFOLDERSELECT_H_
class CFileDlgFolderSelect : public CFileDialog
{
public:
CFileDlgFolderSelect(BOOL bOpenFileDialog, LPCTSTR lpszDefExt = NULL,
LPCTSTR lpszFileName = NULL, DW... |
/*
Original code by Ben Croston modified for Ruby by Nick Lowery
(github.com/clockvapor)
Copyright (c) 2014-2016 Nick Lowery
Copyright (c) 2013-2016 Ben Croston
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... |
/**
* 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 VIEWCHAR_H
#define VIEWCHAR_H
void init_char_table(char_set_type set);
dungeon_char_type get_feature_dchar(dungeon_feature_type feat);
char32_t dchar_glyph(dungeon_char_type dchar);
string stringize_glyph(char32_t glyph);
dungeon_char_type dchar_by_name(const string &name);
#endif |
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200921.6
#ifndef WINRT_Windows_Security_Authorization_AppCapabilityAccess_0_H
#define WINRT_Windows_Security_Authorization_AppCapabilityAccess_0_H
WINRT_EXPORT namespace winrt::Windows::Foundation
{
struct EventRegistrationToken;
templ... |
/*
* Copyright (c) 2015, Swedish Institute of Computer Science.
* 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
* n... |
// test doubly linked list
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <assert.h>
#include "test_dll.h"
#include "dll.h"
int main()
{
test_dll_print();
test_dll_create_node();
test_dll_prepend_to_nonempty_list();
test_dll_prepend_to_empty_list();
test... |
/*
* Copyright 2007 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 a... |
// 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 <wpi/SmallVector.h>
/** WPILib FileSystem namespace */
namespace frc::filesystem {
/**
* Obtai... |
/**
******************************************************************************
* @file stm32f4xx_hal_cryp_ex.c
* @author MCD Application Team
* @version V1.1.0
* @date 19-June-2014
* @brief Extended CRYP HAL module driver
* This file provides firmware functions to manage the followin... |
/* copyright (c) 1996, 1997, 1998, 1999 William R. Pearson and the
U. of Virginia */
/* $Name: fa_34_26_5 $ - $Id: nrand.c,v 1.2 2005/09/23 16:27:25 wrp Exp $ */
#include <stdlib.h>
#include <time.h>
int
irand(int n) /* initialize random number generator */
{
if (n == 0) {
n = time(NULL);
n = n % 16381... |
/****************************************************************************
* Copyright (C) 2021 by NQMCyber Ltd *
* *
* This file is part of EDGESec. *
* ... |
/*
* || ____ _ __
* +------+ / __ )(_) /_______________ _____ ___
* | 0xBC | / __ / / __/ ___/ ___/ __ `/_ / / _ \
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* Crazyflie control firmware
*
* Copyright (C) 2011-2012 Bit... |
// 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 CHROME_BROWSER_UPGRADE_DETECTOR_H_
#define CHROME_BROWSER_UPGRADE_DETECTOR_H_
#include "base/timer/timer.h"
#include "chrome/browser/chrome_n... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
/**
* Server/client environment: argument handling, config file parsing,
* logg... |
//%includeGuardStart {
#ifndef MUSHMESHLIBRARYSTANDARD_H
#define MUSHMESHLIBRARYSTANDARD_H
//%includeGuardStart } BO73H62/Cu9evAzBLHqM0w
//%Header {
/*****************************************************************************
*
* File: src/MushMeshLibrary/MushMeshLibraryStandard.h
*
* Copyright: Andy Southgate 20... |
#ifndef main_h__
#define main_h__
#endif // main_h__ |
/*
* Copyright 2003-2011 NetLogic Microsystems, Inc. (NetLogic). All rights
* reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main ... |
// C++/WinRT v1.0.180227.3
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "winrt/impl/Windows.Graphics.Imaging.1.h"
#include "winrt/impl/Windows.Media.1.h"
#include "winrt/impl/Windows.Media.FaceAnalysis.1.h"
WINRT_EXPORT namespace winrt::Window... |
#ifndef BEAST_ASIO_IO_LATENCY_PROBE_H_INCLUDED
#define BEAST_ASIO_IO_LATENCY_PROBE_H_INCLUDED
#include <boost/asio/basic_waitable_timer.hpp>
#include <boost/asio/io_service.hpp>
#include <boost/config.hpp>
#include <chrono>
#include <condition_variable>
#include <mutex>
#include <stdexcept>
namespace beast {
templa... |
#ifndef __SORT_QUICK_SORT_H_
#define __SORT_QUICK_SORT_H_
#include <tgstk_comms.h>
#include <sorts/sort_comms.h>
class SortQuickObject : public SortObject
{
public:
TGSTK_EXPORT SortQuickObject(SortVTable & vTable);
private:
int _sort(void * objs, int elemSize, int size, SortType type, int begin, int end, voi... |
#ifndef CPPSIMPLEWEBEXAMPLES_RESPONSES_H
#define CPPSIMPLEWEBEXAMPLES_RESPONSES_H
#include <iostream>
#include "../simple_web/server_classes.hpp"
#include "../simple_web/status_code.hpp"
namespace responses {
void generate_response(SimpleWeb::ServerBase<SimpleWeb::HTTP>::Response &response, const SimpleWeb::Statu... |
/* Copyright © 2017 Apple Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
*/
#ifndef mps_lstm_helper_h
#define mps_lstm_helper_h
#import <MetalPerformanceShaders/MetalPerforman... |
/*
Copyright (c) 2012-2015, Coherent Labs AD
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the fo... |
//
// CEIMissionsViewController.h
// ReachOut
//
// Created by Jason Smith on 11.06.2014.
// Copyright (c) 2014 CEIGON. All rights reserved.
//
#import "CEIBaseViewController.h"
@class PFUser;
@interface CEIMissionsViewController : CEIBaseViewController
@property (nonatomic, strong) PFUser *user;
@property (non... |
//
// 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>
#import "MPBadgeViewDelegate-Protocol.h"
@class NSMutableArray, NSMutableDictionary, NSRecursiveLock, NSStr... |
// hongbao.c 紅包
#include <ansi.h>
inherit ITEM;
void create()
{
set_name(HIR"紅包"NOR, ({ "red bag", "hong bao", "bao" }));
set_weight(500);
set_max_encumbrance(1000);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "個");
... |
/*
* Copyright (c) 2018-2020 Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
*
* 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... |
// Copyright 2020 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.
/**
* This file provides additional API on top of the default one for making
* API calls, which come from embedder C++ functions. The functions are be... |
/*
Copyright 2018 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 law or agreed to in writing, ... |
//
// TestViewController.h
// UINavigationController+SmartPush
//
// Created by xia on 2018/9/1.
// Copyright © 2018年 xgf. All rights reserved.
//
#import "BaseViewController.h"
@interface TestViewController : BaseViewController
@end |
/*
Copyright 2018 <Pierre Constantineau>
3-Clause BSD License
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the follow... |
/// @file
/// @brief Contains xtd::forms::content_alignment enum class.
/// @copyright Copyright (c) 2022 Gammasoft. All rights reserved.
#pragma once
#include <xtd/ustring.h>
/// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
namespace xtd {
/// @brief The xtd::f... |
/* CAN Network Master Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
/*
* The fol... |
//
// 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 "MMObject.h"
@class NSString;
@interface WCGiftCardData : MMObject
{
_Bool _needJump;
unsigned int _picDataLength;
... |
////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except... |
//
// BWSelectableToolbar.h
// BWToolkit
//
// Created by Brandon Walkin (www.brandonwalkin.com)
// All code is provided under the New BSD license.
//
#import <Cocoa/Cocoa.h>
@class BWSelectableToolbarHelper;
@interface BWSelectableToolbar : NSToolbar
{
BWSelectableToolbarHelper *helper;
NSMutableArray *itemI... |
/*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... |
// SPDX-License-Identifier: GPL-2.0-only
/*
* linux/kernel/reboot.c
*
* Copyright (C) 2013 Linus Torvalds
*/
#define pr_fmt(fmt) "reboot: " fmt
#include <linux/atomic.h>
#include <linux/ctype.h>
#include <linux/export.h>
#include <linux/kexec.h>
#include <linux/kmod.h>
#include <linux/kmsg_dump.h>
#include <li... |
/*
Generated by cib for ABI compatibility and stability.
*/
#pragma once
#include "__zz_cib_Module-decl.h"
#include <cstdint>
#include <type_traits>
namespace __zz_cib_ {
extern "C" struct __zz_cib_AbiException
{
using __zz_cib_AbiExceptionDestructor = void(__zz_cib_decl*)(struct __zz_cib_AbiException*);
... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:24:06 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/PhotoLibra... |
/*-
* Copyright (c) 1999 Michael Smith <msmith@freebsd.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notic... |
/* $OpenBSD$ */
/*
* Copyright (c) 2012 George Nachman <tmux@georgester.com>
*
* 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 permission notice appear in all copies.
*
* THE SOFTWARE IS ... |
//
// SFWWaterflowLayout.h
// 3.瀑布流
//
// Created by 沈方武 on 15/8/22.
// Copyright (c) 2015年 沈方武. All rights reserved.
//
#import <UIKit/UIKit.h>
@class SFWWaterflowLayout;
@protocol SFWWaterflowLayoutDelegate <NSObject>
//必定实现
@required
/**cell的高度*/
-(CGFloat)WaterflowLayout:(SFWWaterflowLayout *)layout heightFo... |
/*
* Support eMMa-PrP through mem2mem framework.
*
* eMMa-PrP is a piece of HW that allows fetching buffers
* from one memory location and do several operations on
* them such as scaling or format conversion giving, as a result
* a new processed buffer in another memory location.
*
* Based on mem2mem_testdev.c ... |
/****************************************************************************
* drivers/wireless/ieee80211/bcmf_sdio.c
*
* Copyright (C) 2017-2018 Gregory Nutt. All rights reserved.
* Author: Simon Piriou <spiriou31@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modificat... |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* SMP support for ppc.
*
* Written by Cort Dougan (cort@cs.nmt.edu) borrowing a great
* deal of code from the sparc and intel versions.
*
* Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu>
*
* PowerPC-64 Support added by Dave Engebretsen, Peter Bergner, and
* Mik... |
// 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.
#ifndef BITCOIN_CLIENTVERSION_H
#define BITCOIN_CLIENTVERSION_H
#if defined(HAVE_CONFIG_H)
#include "config/lightpaycoin-config.h... |
/**
******************************************************************************
* @file HAL/HAL_TimeBase_RTC_ALARM/Src/stm32f1xx_it.c
* @author MCD Application Team
* @version V1.5.0
* @date 14-April-2017
* @brief Interrupt Service Routines.
***************************************************... |
#include <uapi/linux/bpf.h>
#include <bpf_helpers.h>
SEC("prog")
int xdp_main(struct xdp_md* ctx) {
return XDP_PASS;
}
char _license[] SEC("license") = "GPL"; |
/*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "fixed_grammar.asn"
* `asn1c -gen-PER`
*/
#include "PollByte-r14.h"
int
PollByte_r14_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_constraint_failed_f *ctfailcb, void *app_key) ... |
/*
Copyright (C) <2018-2019> <Tankut Zeytinoğlu>
You can find the text of zlib license in the root folder.
*/
#ifndef IO_BASIC_LIBRARIES_H
#define IO_BASIC_LIBRARIES_H
#include <stdio.h>
#include<glad/glad.h>
#include <SDL.h>
#include <SDL_image.h>
#include <stdlib.h>
#include <time.h>
/*general*/
typedef uint8_t... |
/*
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (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/l... |
//unpatchedBranch.c - If statements do not accurately reflect print statements.
#include <stdio.h>
#include <stdlib.h>
//Program takes in no input. We will rely output from printf to "evaluate" this file
int main() {
int original = 0;
if(original < 1){
printf("Entered first if statement, condition was... |
int corr_forward_cuda(THCudaTensor *bot0, THCudaTensor *bot1, THCudaTensor *rbot1, THCudaTensor *rbot2, THCudaTensor *output,
int max_displacement, int kernel_size, int pad, int stride_1, int stride_2, int corr_type, int do_abs,
int kernel_radius, int border_size, int neighborhood_grid_radius, int neighb... |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017 Beckhoff Automation GmbH & Co. KG
* Patrick Bruenn <p.bruenn@beckhoff.com>
*/
#include <common.h>
#include <init.h>
#include <asm/global_data.h>
DECLARE_GLOBAL_DATA_PTR;
phys_size_t get_effective_memsize(void)
{
/*
* WARNING: We must override get_ef... |
#include <windows.h>
#include <wchar.h>
int
main()
{
HANDLE console;
CONSOLE_SCREEN_BUFFER_INFO info;
short rows;
short columns;
/* Create a handle to the console screen. */
console = CreateFileW(L"CONOUT$", GENERIC_READ | GENERIC_WRITE,
FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING,
0, NULL)... |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_POLICY_BROWSER_POLICY_CONNECTOR_CHROMEOS_H_
#define CHROME_BROWSER_CHROMEOS_POLICY_BROWSER_POLICY_CONNECTOR_CHROMEOS_H_
#... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:23:50 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/PhotosForm... |
/*
* Code for replacing ftrace calls with jumps.
*
* Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
*
* Thanks goes to Ingo Molnar, for suggesting the idea.
* Mathieu Desnoyers, for suggesting postponing the modifications.
* Arjan van de Ven, for keeping me straight, and explaining to me
* the dan... |
#define MAX_ERRNO 4095
#define unlikely(x) (!!(x))
#define IS_ERR_VALUE(x) unlikely((x) >= (unsigned long)-MAX_ERRNO)
struct request {
int result;
int status;
};
void printk(const char *fmt, ...) {}
static inline void *ERR_PTR(long error) {
return (void *) error;
}
void foo(struct request* t) {
ret... |
#ifndef LISTA_H_INCLUDED
#define LISTA_H_INCLUDED
#include "Nodo.h"
class Lista{
private:
Nodo *Primero;
Nodo *Ultimo;
bool ListaVacia(){
return (this->Primero == NULL);
}
public:
Lista(){
this->Primero = NULL;
this->Ultimo = NULL;
}
void Insertar(int v){
Nodo... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
#include <aws/application-insights/model/LogPattern.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility... |
/* Copyright (c) 2017, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#include "or.h"
#include "crypto_rand.h"
#include "address_set.h"
#include "microdesc.h"
#include "networkstatus.h"
#include "nodelist.h"
#include "routerlist.h"
#include "torcert.h"
#include "test.h"
static networkstatus_t *... |
#pragma once
// Some common types that must be in their own header so they can be used by the
// CUDA compiler (C++11 features not currently supported).
namespace NEAT {
typedef double real_t;
typedef unsigned char uchar;
typedef unsigned short ushort;
#define NODES_MAX USHRT_MAX
#define LINKS_M... |
// KRATOS ___ ___ _ ___ __ ___ ___ ___ ___
// / __/ _ \| \| \ \ / /__| \_ _| __| __|
// | (_| (_) | .` |\ V /___| |) | || _|| _|
// \___\___/|_|\_| \_/ |___/___|_| |_| APPLICATION
//
// License: BSD License
// Kratos default license: kratos/license.txt
//
// Main aut... |
#pragma once
#include "il2cpp-config.h"
#include <string>
#include "StringView.h"
namespace il2cpp
{
namespace utils
{
namespace PathUtils
{
std::string BasenameNoExtension(const std::string& path);
std::string PathNoExtension(const std::string& path);
template<typename CharType>
std::basic_string<Ch... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/ec2/EC2_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/ec2/model/TransitGatewayAttachmentResou... |
//
// PythonAPI.h
// Perfect-Python
//
// Created by Rockford Wei on 2017-08-18.
// Copyright © 2017 PerfectlySoft. All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This source file is part of the Perfect.org open source project
//
// Copyright (c) 2017 ... |
/* PlayerDecor.h
*
* Copyright (C) 2013 Michael Imamura
*
* 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 applica... |
//===-- llvm/Support/Compiler.h - Compiler abstraction support --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
#ifndef _LU_H_
#define _LU_H_
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../../Matrices/matrix.h"
/**
* @brief
*
* @param mat
* @param L
* @param U
*/
void
luDecomposition(matrix *mat, matrix **L, matrix **U);
#endif // _LU_H_ |
// -*- coding: utf-8 -*-
// Copyright (C) 2006-2011 Rosen Diankov <rosen.diankov@gmail.com>, Dmitry Berenson
//
// This file is part of OpenRAVE.
// OpenRAVE 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 Founda... |
/*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this list... |
// Copyright (c) 2016 Marshall A. Greenblatt. 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 ... |
//
// NBDirectionGestureRecognizer.h
// NBKit
//
// Created by Nathan Borror on 2/19/13.
// Copyright (c) 2013 Nathan Borror. All rights reserved.
//
@import Foundation;
@import UIKit.UIGestureRecognizerSubclass;
typedef enum {
NBDirectionPanGestureRecognizerVertical,
NBDirectionPanGestureRecognizerHorizontal... |
/*****************************************************************************
*
* \file
*
* \brief Power operator for the AVR32 UC3.
*
* Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may ... |
/* Copyright (C) 2018 Yosshin(@yosshin4004) */
#ifndef _GL3W_WORK_AROUND_H_
#define _GL3W_WORK_AROUND_H_
bool CallGl3wInit();
#endif |
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200615.7
#ifndef WINRT_Windows_Devices_PointOfService_Provider_0_H
#define WINRT_Windows_Devices_PointOfService_Provider_0_H
WINRT_EXPORT namespace winrt::Windows::Devices::PointOfService
{
struct BarcodeScannerReport;
struct BarcodeSy... |
#pragma once
#include <cstdint>
#include <memory>
#include <string>
#include <unordered_map>
#include "envoy/api/api.h"
#include "envoy/common/exception.h"
#include "envoy/config/bootstrap/v3/bootstrap.pb.h"
#include "envoy/config/core/v3/config_source.pb.h"
#include "envoy/config/subscription.h"
#include "envoy/init... |
//========= Copyright � 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose:
//
//=============================================================================
#ifndef STEAMCLIENTPUBLIC_H
#define STEAMCLIENTPUBLIC_H
#ifdef _WIN32
#pragma once
#endif
//lint -save -e1931 -e1927 -e1924 -e613 -e726
// T... |
/*
* MxPEG decoder
* Copyright (c) 2011 Anatoly Nenashev
*
* This file is part of FFmpeg.
*
* FFmpeg 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 ... |
//
// LGAlertViewHelper.h
// LGAlertView
//
//
//
#import <UIKit/UIKit.h>
@class LGAlertView;
#pragma mark - Constants
extern CGFloat const LGAlertViewPaddingWidth;
extern CGFloat const LGAlertViewPaddingHeight;
extern CGFloat const LGAlertViewButtonImageOffsetFromTitle;
#pragma mark - Interface
@interface LG... |
//
// Copyright 2021 The Project Oak Authors
//
// 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 o... |
/*
* Copyright (c) 2017 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... |
#pragma once
#include "UIElement.h"
#include <functional>
namespace Ahwassa {
class FileDropper : public UIElement {
public:
FileDropper(std::function<void(const std::string& path)>);
bool dropEvent(const std::string filePath) override;
private:
std::function<void(const std::string& path)> _callback... |
/**
* Copyright (c) 2016 - 2018 Nordic Semiconductor ASA and Luxoft Global Operations Gmbh.
*
* 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 m... |
// Copyright (c) 2003-2020 Xsens Technologies B.V. or subsidiaries worldwide.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.