text
stringlengths
9
948k
#include <stdio.h> #include <stdlib.h> #include <locale.h> #include <string.h> #include <conio.h> #include <stdbool.h> typedef struct node{ int freq; char word[30]; struct node *next; }n; n* start = NULL; n* temp = NULL; int count = 0; void addToEnd(char *a){ n *node = (n*)malloc(sizeof(n)); s...
// This file is a part of Julia. License is MIT: https://julialang.org/license /* Defining and adding methods */ #include <stdlib.h> #include <string.h> #include <stdarg.h> #include "julia.h" #include "julia_internal.h" #include "julia_assert.h" #ifdef __cplusplus extern "C" { #endif extern jl_value_t *jl_builtin...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifdef __cplusplus #include <cstdlib> #include <cstddef> #include <cstdbool> #else #include <stdlib.h> #include <stddef.h> #include <stdbool.h> #endif void* my_gballoc...
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
#include "z3D/z3D.h" #include "entrance.h" #include "settings.h" #include "string.h" #include "item_override.h" typedef void (*SetNextEntrance_proc)(struct GlobalContext* globalCtx, s16 entranceIndex, u32 sceneLoadFlag, u32 transition); #define SetNextEntrance_addr 0x3716F0 #define SetNextEntrance ((SetNextEntrance_pr...
/** * Licensed to Green Energy Corp (www.greenenergycorp.com) under one or * more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Green Energy Corp licenses this file to you under the Apache License, * Version 2.0 (the "Li...
/** * 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...
#ifndef CTRL_H #define CTRL_H /* * controller declarations */ struct web_ctrl_t; struct web_ctrl_inst_t; struct web_ctrl_t *web_ctrl_new(struct web_serv_t *serv, const char *id); char *web_ctrl_make(struct ml_value_t **ret, struct ml_value_t *value, struct ml_env_t *env); void web_ctrl_delete(struct web_ctrl_t *ctr...
// Copyright 2018 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 BASE_TASK_SEQUENCE_MANAGER_TASK_QUEUE_H_ #define BASE_TASK_SEQUENCE_MANAGER_TASK_QUEUE_H_ #include <memory> #include "base/memory/weak_ptr.h" #i...
//***************************************************************************** // // uart.c - Driver for the UART. // // Copyright (c) 2005-2012 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Redistribution and use in source and binary forms, with or without // modificat...
#include <std.h> inherit MONSTER; #include "../ogres.h" void create() { object ob; ::create(); set_name("ogre warrior"); set_id( ({"ogre", "ogre warrior", "warrior", "Ogre Warrior", "cavemon"}) ); set_short("%^RESET%^%^ORANGE%^O%^RESET%^%^WHITE%^"+ "g%^RESET%^%^ORANGE%^re Warri%^RESET%^%^WHITE%^o%^...
// Copyright (c) 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. // This file defines some bit utilities. #ifndef BASE_BITS_H_ #define BASE_BITS_H_ #include <limits.h> #include <stddef.h> #include <stdint.h> #inc...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:44:45 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/SecurityFoundation.framework/SecurityFoundation * classdump-dyld is licensed under GPLv3, Copyright © ...
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: sockechoserver.h Abstract: Header file for the socket server module of the socketecho application Environment: User mode only --*/ #pragma once #define MAX_CONNECTIONS 5 #define DEFAULT_PORT_ADDRESS ...
/* Copyright 2017 Google Inc. 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 agreed to in ...
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles Modified: 2000 AlansFixes **********/ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" #include "vsrcdefs.h" #include "ngspice/trandefs.h" #include "ngspice/sperror.h" #include "ngspice/suf...
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2022 // // 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/utils/port/config.h" #include "td...
/**************************************************************************** ** ** Copyright (C) 2017 QNX Software Systems. All rights reserved. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid comme...
// 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. // Defines the public interface of the disk cache. For more details see // http://dev.chromium.org/developers/design-documents/network-stack/disk-cach...
// ========================================================================== // SeqAn - The Library for Sequence Analysis // ========================================================================== // Copyright (c) 2006-2016, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and us...
#include <GL/glut.h> void create_fencesheets(GLfloat height, GLuint texture_id);
/// \file /// Header for TSO memory model #ifndef ILANG_MCM_TSO_MANUAL_H__ #define ILANG_MCM_TSO_MANUAL_H__ #include "ilang/mcm/memory_model.h" namespace ilang { /// \brief Class of TSO trace step class TsoTraceStep : public TraceStep { public: /// Type of trace step pointer typedef std::shared_ptr<TraceStep> T...
/*- * Copyright (c) 2009-2010 * Swinburne University of Technology, Melbourne, Australia * Copyright (c) 2010 Lawrence Stewart <lstewart@freebsd.org> * Copyright (c) 2010-2011 The FreeBSD Foundation * All rights reserved. * * This software was developed at the Centre for Advanced Internet * Architectures, Swinb...
/* Copyright (c) 2009-2019 Arm Limited * 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/licenses/LICENSE-2.0 * * Unless...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "MMObject.h" @interface WAReportUtil : MMObject { } + (unsigned int)publicLibVersion; + (unsigned long long)conventDebugModeType2ReportAppState:(unsigned long long)arg1; +...
// 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. #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_DISABLED_UI_H_ #define CHROME_BROWSER_EXTENSIONS_EXTENSION_DISABLED_UI_H_ class Browser; class ExtensionS...
#ifndef INVOKE_H #define INVOKE_H #include <stdbool.h> #include "flags.h" bool invoke_lexer_parser(char* filename); struct AST* invoke_ast_reader(struct Flags* flags); #endif
/******************************************************************************** * main2-2.c * * Το πρόγραμμα αυτό παίζει τον ρόλο ενός αρθρώματος υψηλού επιπέδου eνός ΣΔΒΔ * * το οποίο καλεί συναρτήσεις από το επίπεδο που ασχολείται με τα b+-δένδ...
/*************************************************************************** copyright : (C) 2002-2008 by Stefano Barbato email : stefano@codesink.org $Id: mailboxlist.h,v 1.12 2008-10-07 11:06:27 tat Exp $ *************************************************************************...
/**************************************************************** The author of this software is David M. Gay. Copyright (C) 1998, 2000 by Lucent Technologies All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro...
//***************************************************************************** // // usblib.h - Main header file for the USB Library. // // Copyright (c) 2008-2020 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this software for use solely...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <ABI36_0_0React/ABI36_0_0RCTInvalidating.h> #import <ABI36_0_0React/ABI36_0_0RCTURLRequestHandler.h> /** * This is the d...
#pragma once #include "typedef.h" #ifdef _WIN32 #define NEKOFS_API __declspec(dllexport) #else #define NEKOFS_API extern __attribute__ ((visibility ("default"))) #endif // _WIN32 #ifdef __cplusplus extern "C" { #endif // __cplusplus NEKOFS_API void nekofs_SetLogDelegate(logdelegate* delegate); NEKOFS_AP...
/* Copyright (c) 2010, Matthieu Labas 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 the f...
/* * Copyright (c) 2014-2020 Yubico AB * 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 ...
/*========================================================================= Program: GDCM (Grassroots DICOM). A DICOM library Copyright (c) 2006-2011 Mathieu Malaterre All rights reserved. See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details. This software is distributed WITHOUT A...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/labuser/Desktop/openairinterface5g_f1ap/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/labuser/D...
/* Fontname: -FreeType-Old Standard TT-Bold-R-Normal--34-340-72-72-P-184-ISO10646-1 Copyright: Copyright (C) 2006-2008 Alexey Kryukov <alexios@thessalonica.org.ru> Glyphs: 18/1376 BBX Build Mode: 0 */ const uint8_t u8g2_font_osb26_tn[678] U8G2_FONT_SECTION("u8g2_font_osb26_tn") = "\22\0\4\4\5\6\4\5\6\36!\0\3...
/* Copyright (c) 2018, Muh-Tarng Lin. 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 the fo...
/** * Copyright 2019 Comcast Cable Communications Management, LLC * * 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 b...
/* * ngx_tcp_package.c * * Created on: Dec 11, 2012 * Author: chenhl */ #include <ngx_tcp_package.h> #define TAG_TYPE_BITS 3 #define TAG_TYPE_MASK ((1 << TAG_TYPE_BITS) - 1) #define ngx_tcp_get_tag_wire_type(tag) (tag & TAG_TYPE_MASK) #define ngx_tcp_get_tag_field_number(tag) (tag >> TAG_TYPE_BITS) void ...
// C++/WinRT v2.0.201201.7 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #ifndef WINRT_Windows_Graphics_Printing_H #define WINRT_Windows_Graphics_Printing_H #include "winrt/base.h" static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.201201.7"), "Mismatched C++/W...
/* Base configuration file for all FreeBSD targets. Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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 ver...
/* * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2022-03-16 tyx first implementation */ #include "cb_string.h" long cb_strcmp(const char* s1, const char* s2) { long r = 0; while ((r = *s1 - *s2++) == 0 && *s1++); return r; }
#pragma once #include <string> #include <stb_image.h> #ifndef NOMINMAX # define NOMINMAX #endif #include <glm/glm.hpp> #include "easylogging++.h" #include "../Constants.h" #include "IndexedMesh.h" using std::max; using std::min; using std::string; using std::runtime_error; using glm::cross; using glm::normalize;...
/* Copyright (c) 2007 Cyrus Daboo. 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 re...
/* / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (C)2013 Semtech Description: Bleeper board GPIO driver implementation License: Revised BSD Li...
/* * Copyright 2017-2020 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "fsl_flexspi_nor_boot.h" /* Component ID definition, used by tools. */ #ifndef FSL_COMPONENT_ID #define FSL_COMPONENT_ID "platform.drivers.xip_device" #endif #if defined(XIP_BOOT_HEADER_ENABLE) && (XIP_BOOT...
//------------------------------------------------------------------------------ // GB_AxB: hard-coded functions for semiring: C<M>=A*B or A'*B //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-Licen...
#pragma once #include "Common.h" #include "UnitData.h" #include "BaseLocation.h" #pragma warning( push ) #pragma warning( disable : 4100) #include "../../SparCraft/source/SparCraft.h" #pragma warning( pop ) namespace UAlbertaBot { struct BaseInfo; typedef std::vector<BaseInfo> BaseInfoVector; class UnitInfoManager ...
/* Siconos is a program dedicated to modeling, simulation and control * of non smooth dynamical systems. * * Copyright 2016 INRIA. * * 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 * *...
// SPDX-License-Identifier: BSD-2-Clause /* Copyright (C) 2021 Intel Corporation. */ #include <memkind/internal/memkind_memtier.h> #include <memkind/internal/memkind_arena.h> #include <memkind/internal/memkind_log.h> #include "config.h" #include <assert.h> #include <math.h> #include <stdio.h> #include <string.h> #i...
#pragma once #include"RxObserver/IncludeExtLibs.h" #include "RxObserver/SubjectStrategy.h" #include "RxObserver/Subscription.h" #include "RxObserver/SubjectPolicy.h" #include "RxObserver/SubjectId.h" #include"RxObserver/Export.h" namespace BaseLib { namespace Concurrent { namespace details { // ---------------------...
/**************************************************************************************************************************** cdecoder.c - c source to a base64 decoding algorithm implementation EthernetWebServer is a library for the Ethernet shields to run WebServer Based on and modified from ESP8266 https:/...
/* * FreeRTOS V202111.00 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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 ...
/*------------------------------------------------------------------ * safe_str_constraint.c * * October 2008, Bo Berry * 2012, Jonathan Toppins <jtoppins@users.sourceforge.net> * * Copyright (c) 2008, 2009, 2012 Cisco Systems * All rights reserved. * * Permission is hereby granted, free of charge, to any pers...
#ifndef FWD_TYPELIST_MAX_H #define FWD_TYPELIST_MAX_H #include "TypeList.h" #include "TypeSet.h" namespace aether { struct max_t { template <typename Max> constexpr Max impl(Max, TypeList<>) const; template <typename Max, typename A, typename... As, EnableIf<less_than(A{}, Max{})> = 0> constexpr auto impl(M...
/* Standard includes */ #include "stdlib.h" #include "stdio.h" #include <sys/asoundlib.h> #include <linux/asoundid.h> /* snd includes */ #include "snd.h" typedef struct { int portfd; snd_pcm_t *sound_handle; } descr_t, *descr_type; const char* snd_card_type_name (unsigned int card_type) { switch (card_t...
/******************************************************************************* * * (C) COPYRIGHT AUTHORS, 2019 - 2020 * * TITLE: PLUGINMNGR.H * * VERSION: 1.83 * * DATE: 24 Dec 2019 * * Common header file for the plugin manager. * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY ...
/* * Copyright © 2018, VideoLAN and dav1d authors * Copyright © 2018, Two Orioles, LLC * 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...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import "CDXPCService.h" @class NSString; __attribute__((visibility("hidden"))) @interface CDNamedXPCService : CDXPCService { NSString *_xpcS...
// 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. #ifndef CHROME_BROWSER_UI_WEBUI_PREDICTORS_PREDICTORS_HANDLER_H_ #define CHROME_BROWSER_UI_WEBUI_PREDICTORS_PREDICTORS_HANDLER_H_ #include "base/comp...
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> 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 ...
#include <stdio.h> int main() { for (float y = 1.5f; y > -1.5f; y -= 0.1f) { for (float x = -1.5f; x < 1.5f; x += 0.05f) { float a = x * x + y * y - 1; putchar(a * a * a - x * x * y * y * y <= 0.0f ? '*' : ' '); } putchar('\n'); } }
// // AppDelegate.h // FFHeros // // Created by ZhuDelun on 2018/5/15. // Copyright © 2018 ZhuDelun. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/* * Copyright 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" f...
#pragma once class Noncopyable { public: Noncopyable() = default; virtual ~Noncopyable() = default; Noncopyable(const Noncopyable&) = delete; Noncopyable& operator=(const Noncopyable&) = delete; };
/* * Copyright 2021 WolkAbout Technology s.r.o. * * 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 ...
#pragma once /** @file * @brief Generic malloc-like allocation routines */ /** Zero out allocated memory during allocation */ #define KALLOC_ZERO 1 /** Allocate sz bytes of memory, aligned on (at minimum) 8 bytes. * @param sz Number of bytes to allocate. * @param flags Flags, bitwise or of KALLOC_*. * @return Ne...
#pragma once #include "HShaderBase.h" #include "HShadowDepthShader.h" struct DDirLightLocations { int32 Direction = -1; int32 Color = -1; }; struct DPointLightLocations { int32 Position = -1; int32 Color = -1; }; struct DSpotLightLocations { int32 Position = -1; int32 Direction = -1; int32 Color = -1; in...
/* $OpenBSD: ts_err.c,v 1.4 2014/07/10 22:45:58 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
/* * linux/lib/string.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * stupid library routines.. The optimized versions should generally be found * as inline code in <asm-xx/string.h> * * These are buggy as well.. * * * Fri Jun 25 1999, Ingo Oeser <ioe@informatik.tu-chemnitz.de> * - Added strsep() ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:41:54 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /usr/lib/libMobileGestaltExtensions.dylib * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ @protocol...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:54:52 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ...
// // 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" @interface UMOpenUDID : NSObject { } + (void)setOptOut:(_Bool)arg1; + (id)valueWithError:(id *)arg1; + (id)value; + (id)_generateFreshOpenUDID; + (id)_getDict...
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2018 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <SetupAssistantUI/BFFSplashController.h> @interface BuddyMigrationLockscreenFinishedController : BFFSplashController { } - (_Bool)_canSho...
// File created with /daemon/persistent_room_d.c #include <std.h> inherit ROOM; void create() { ::create(); set_name("masq_t43"); set_property("indoors",1); set_property("light",1); set_property("no teleport",1); set_terrain("wood building"); set_travel("slick floor"); set_climate("tem...
#pragma once #ifdef NOVA_PLATFORM_WINDOWS #ifdef NOVA_BUILD_DLL #define NOVA_API __declspec(dllexport) #else #define NOVA_API __declspec(dllimport) #endif // NOVA_BUILD_DLL #endif // NOVA_PLATFORM_WINDOWS #define BIT(x) (1 << x) #ifdef NOVA_ENABLE_ASSERTS #define NOVA_ASSERT(x, ...) { if(!(x)) { NOVA_...
/** ****************************************************************************** * @file stm32l4xx_hal_can.h * @author MCD Application Team * @version V1.7.1 * @date 21-April-2017 * @brief Header file of CAN HAL module. ***************************************************************************...
/** @file A brief file description @section license License 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 und...
/** * @file Repository * Repository class declaration * * 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...
// // LDRemoteCommandResultHandler.h // NeteaseLottery // // Created by david on 16/4/28. // Copyright © 2016年 netease. All rights reserved. // #import <Foundation/Foundation.h> typedef void (^CompletedBlock)(BOOL result,NSDictionary *response,NSError *error); @interface LDRemoteCommandResultHandler : NSObject ...
// // NSString+ZZDate.h // ZZHandyCategory // // Created by donews on 2018/7/20. // Copyright © 2018年 donews. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (CTDate) /** RFC3339时间格式创建NSDate */ - (NSDate *)ct_dateFromRFC3339; /**字符串时间戳转date*/ -(NSDate *)ct_dateFromTimeInterval; /** ...
/* $License: Copyright (C) 2010 InvenSense Corporation, All Rights Reserved. $ */ /******************************************************************************* * $Id: $ *******************************************************************************/ /** * @defgroup MSP430_System_Layer MSP430 System Layer...
// RenderDevice.h: the class for Direct3D 12 renderer #pragma once // Windows #include <Windows.h> // Engine #include <DECore/DECore.h> #include <DERendering/DataType/GraphicsNativeType.h> #include <DERendering/DataType/GraphicsResourceType.h> #include <DERendering/DataType/GraphicsViewType.h> #include <DERendering/De...
/* * Copyright (C) 2015-2017 Alibaba Group Holding Limited */ #ifndef AOS_KERNEL_H #define AOS_KERNEL_H #include <stddef.h> #include <sys/types.h> #ifdef __cplusplus extern "C" { #endif #define AOS_WAIT_FOREVER 0xffffffffu #define AOS_DEFAULT_APP_PRI 32 typedef struct { void *hdl; } aos_hdl_t; typedef ao...
//===- FieldRef.h - Field References ---------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
/**************************************************************************** * arch/arm/src/cxd56xx/cxd56_emmc.h * * 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...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:41:55 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing * classdump-dyld is licensed under GPLv3, Copyright © 2013...
/* Copyright (c) 2005-2020 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...
/* * FreeRTOS V202111.00 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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 ...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isdigit.c :+: :+: :+: ...
/******************************************************************************* Copyright (C) 2018 Marvell International Ltd. Marvell BSD License Option If you received this File from Marvell, you may opt to use, redistribute and/or modify this File under the following licensing terms. Redistribution and use in sour...
/* OpenGL loader generated by glad 0.1.33 on Sat Jul 4 18:25:58 2020. Language/Generator: C/C++ Debug Specification: gl APIs: gl=3.3 Profile: core Extensions: GL_EXT_debug_label, GL_EXT_debug_marker, GL_KHR_debug Loader: True Local files: False Omit khrplat...
/*! \file gd32f4xx_pmu.c \brief PMU driver \version 2016-08-15, V1.0.0, firmware for GD32F4xx \version 2018-12-12, V2.0.0, firmware for GD32F4xx \version 2020-09-30, V2.1.0, firmware for GD32F4xx */ /* Copyright (c) 2020, GigaDevice Semiconductor Inc. Redistribution and use in source...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Jun 10 2020 10:03:13). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> @interface MTWeakReference : NSObject { id _object; // 8 = 0x8 } - (void).cxx_destruct; // IMP=0x00000001001a4b60 @...
#include <stdlib.h> #include <stdio.h> #include <wiringPi.h> #include <piGlow.h> #include <string.h> #include <errno.h> #include "libcommon.h" #include "piglowtranslationtable.h" typedef struct FlowContainer { byte cells[LEDCount]; } FlowContainer; /* inefficient but who cares */ void setup(FlowContainer* contai...
#include <stdio.h> int card_convr(unsigned x, int n, char d[]) { char dchar[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; int digits = 0; if (x == 0) d[digits++] = dchar[0]; else while (x) { d[digits++] = dchar[x % n]; x /= n; } return digits; } int main(void) { int i; unsigned no; int cd; int dno;...