text stringlengths 9 948k |
|---|
// File Automatically generated by eLiSe
#include "StdAfx.h"
class cEqAppui_TerFix_M2CFour15x2: public cElCompiledFonc
{
public :
cEqAppui_TerFix_M2CFour15x2();
void ComputeVal();
void ComputeValDeriv();
void ComputeValDerivHessian();
double * AdrVarLocFromString(const std::string &)... |
//
// QMShareRouterViewController.h
// Q-municate
//
// Created by Vitaliy Gurkovsky on 11/4/17.
// Copyright © 2017 Quickblox. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface QMShareRootViewController : UIViewController
@end |
/* date:28.09. 2019 */
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "draw.h"
static long pow(a, b) {
return(b == 1? a : a * pow(a, b - 1));
}
void
drawf(uint8_t r, uint8_t c, const char *format, ...)
{
va_list args; va_start(args, format);
char int... |
#pragma once
#include <iostream>
#include <array>
#include <vector>
#include <functional>
#include <cstring>
#include <string>
#include <cmath>
#include "os_python.h"
#include "PConv.h"
#include "pymol/type_traits.h"
#include "pymol/algorithm.h"
#include <catch2/catch.hpp>
namespace pymol {
namespace test {
// Check... |
/*------------------------------------------------------------------------------------------------------------------------------
*
* ImageCapture/ICACamera.h
*
* Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
*
* For bug reports, consult the following page onthe World Wide Web:
* http://de... |
#ifndef CONFIG_HANDLERS_FUNCTORS_H
#define CONFIG_HANDLERS_FUNCTORS_H
/**
* @file Functors.h
* @author William Otte <wotte@dre.vanderbilt.edu>
*
* Functors useful in the config handlers
*/
#include <iterator>
#include "tao/Basic_Types.h" // For CORBA::ULong
#include "tao/StringSeqC.h"
#include "ace/XML_Utils/XM... |
// 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... |
/*
* Copyright 2020 Weibo 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 i... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "QZBaseOperation.h"
@interface QZBaseOperation (SendBox)
- (void)configJobStateBaseOnNetworkCondiction;
- (_Bool)failImmediatelyIfNeeded;
- (_Bool)failed;
- (id)operationDe... |
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software program in whole or part. Users
* may copy or modify Sun RPC without charge, but are not authorized
* to license or distribute it to an... |
#ifndef ACCESSORY_H
#define ACCESSORY_H
#include <memory>
#include <string>
#include "Item.h"
#include "Metallic.h"
// All accessories are metal, unlike trinkets which have no metal.
class AccessoryArtifactData;
enum class AccessoryType;
class Accessory : public Item, public Metallic
{
private:
AccessoryType acc... |
//
// AppDelegate.h
// TTMain
//
// Created by Tofu on 2017/3/28.
// Copyright © 2017年 Tofu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end |
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <bits/stdint.h>
#include <bits/wchar.h>
#ifndef PAGE_SIZE
# define PAGE_SIZE 4096
#endif
#define HOST_NAME_MAX 64
#define PATH_MAX 4096
#if !defined MAXPATHLEN && defined PAT... |
#include <stdlib.h>
#include <stdio.h>
#include <la/stringarray.h>
int main() {
char *arg;
stringarray_t *v;
v = stringarray_init();
/* create array from string */
stringarray_loadFromString(v, "arg1 arg3", ' ');
/* show size of array */
printf ( "SIZE: %ld\n", (long int)stringarray_getSize(v) );
/* show se... |
/*
* Copyright 2020-2021 Hewlett Packard Enterprise Development LP
* Copyright 2004-2019 Cray Inc.
* Other additional copyright holders may be indicated within.
*
* The entirety of this work is licensed under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance wit... |
// Copyright 2017 Google 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 in ... |
/*
* Copyright (c) 2009-2016, Salvatore Sanfilippo <antirez at gmail dot com>
* 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 co... |
// Copyright (c) 2017-2020 The Merit Foundation
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MERIT_POG3_CGS_H
#define MERIT_POG3_CGS_H
#include "primitives/referral.h"
#include "consensus/params.h"
#include "ctpl/ctp... |
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#include "common.h"
#include "types.h"
#include "modules.h"
#include "bitops.h"
#include "convert.h"
#include "shared.h"
static const u32 ATTACK_EXEC = ATTACK_EXEC_OUTSIDE_KERNEL;
static const u32 DGST_POS0 = 14;
static const u32 DGST_PO... |
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* o... |
#include <ansi.h>
#include <combat.h>
#define LUO "「" HIW "落雷式" NOR "」"
inherit F_SSERVER;
int perform(object me, object target)
{
int damage;
string msg, wn;
object weapon;
int ap, dp;
me = this_player();
if (userp(me) && ! me->query("can_perform/zilei-jian/luo"))... |
/**
* @file joypad.c
* @author Christopher Bonhage (me@christopherbonhage.com)
* @brief Joypad Subsystem
* @ingroup joypad
*/
#include <assert.h>
#include <stdint.h>
#include <string.h>
#include <libdragon.h>
#include "joybus_commands.h"
#include "joybus_n64_accessory.h"
#include "joypad_accessory.h"
#include "j... |
/*****************************************************************************
*
* PROJECT: Task Control Management.
*
* (c) Copyright 2001 Reid Simmons. All rights reserved.
*
* FILE: ThreadManager.h
*
* ABSTRACT: The threading subsystem.
* Used only when THREADED is defined.
*
* $Source: /afs/c... |
/*
Copyright (c) 2013, Broadcom Europe Ltd
Copyright (c) 2013, Tim Gover
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,... |
/*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... |
#include <napi.h>
namespace nwinuser
{
Napi::Boolean Wrap_ClipCursor(const Napi::CallbackInfo &info);
Napi::Number Wrap_FindWindowA(const Napi::CallbackInfo &info);
Napi::Number Wrap_FindWindowExA(const Napi::CallbackInfo &info);
Napi::Boolean Wrap_PostMessageA(const Napi::CallbackInfo &info);
Napi::Boolean ... |
#ifndef AUDIOPLAYER_LINUX_H
#define AUDIOPLAYER_LINUX_H
#include "audioplayer.h"
#include <alsa/asoundlib.h>
#include <linux/soundcard.h>
#include <atomic>
#include <thread>
#include <vector>
#include "../coreutils/file.h"
#include "../coreutils/log.h"
class InternalPlayer
{
public:
InternalPlayer(int hz = 441... |
/***********************************************************************
* Software License Agreement (BSD License)
*
* Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved.
* Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved.
*
* THE BSD LICENSE
*
* Redistribution an... |
/**
* || ____ _ __
* +------+ / __ )(_) /_______________ _____ ___
* | 0xBC | / __ / / __/ ___/ ___/ __ `/_ / / _ \
* +------+ / /_/ / / /_/ /__/ / / /_/ / / /_/ __/
* || || /_____/_/\__/\___/_/ \__,_/ /___/\___/
*
* Crazyflie control firmware
*
* Copyright (C) 2016 Bitcraz... |
#include <algorithm>
#include <assert.h>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
using namespace std;
#ifndef H_PROG8
#define H_PROG8
// data files
//#define D1 "/home/cs340/progs/17f/p8/prog8.d1"
//#define D2 "/home/cs340/progs/17f/p8/prog8.d2"
//#define D3 "/home/cs340/progs/17f/... |
/**
* @file strstr.c
* @provides strstr.
*
* $Id: strstr.c 2020 2009-08-13 17:50:08Z mschul $
*/
/* Embedded Xinu, Copyright (C) 2009. All rights reserved. */
/**
* Returns a pointer to the location in a string at which a particular
* string appears.
* @param cs string to search
* @param ct string to locate
... |
/*
* Copyright © 2012 Intel Corporation
* Copyright © 2013 Vasily Khoruzhick <anarsoul@gmail.com>
* Copyright © 2015 Collabora, Ltd.
*
* 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 w... |
/***********************************************************************
* Copyright (c) 2016 Andrew Poelstra *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
***************************... |
/****************************************************************************
****************************************************************************
**
** COMPONENT: ENET SW - RSN 802.11i
**
** MODULE: $File: //bwp/enet/demo153_sw/develop/src/shared/mhi_ieee_address.h $
**
** DESCRIPTION: Public i... |
#include <ansi.h>
#include <armor.h>
inherit CLOTH;
void create()
{
set_name(NOR + CYN "软猬甲" NOR, ({ "ruanwei jia", "ruanwei", "jia" }));
set_weight(8000);
if (clonep())
destruct(this_object());
else {
set("unit", "件");
set("long", NOR + ... |
/** @file
Copyright (C) 2018, vit9696. All rights reserved.
Copyright (C) 2020, PMheart. All rights reserved.
All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full te... |
/**
***********************************************************************************************************************
* Copyright (c) 2020, China Mobile Communications Group Co.,Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the ... |
#ifndef VERTEX_H
#define VERTEX_H
//Represents a single point in the scene.
struct Vertex
{
int x, y;
Vertex() { }
Vertex(int x, int y)
{
this->x = x;
this->y = y;
}
static Vertex Add(Vertex v1, Vertex v2)
{
return Vertex(v2.x + v1.x, v2.y + v1.y);
}
static Vertex Sub(Ver... |
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not... |
#ifndef MJSHANTEN_H_INCLUDED
#define MJSHANTEN_H_INCLUDED
#include "mj_types.h"
#include <stdint.h>
/* 通常手の向聴数計算にテーブルを使うか? */
#define MJSHANTEN_USE_TABLE
/* 有効牌計算結果型 */
typedef enum MJEffectiveTileApiResultTag {
MJEFFECTIVETILE_APIRESULT_OK = 0, /* 成功 */
MJEFFECTIVETILE_APIRESULT_INVALID_ARGUMENT, ... |
#ifndef OPENAL_SOUND_H
#define OPENAL_SOUND_H
#include "ISound.h"
#include "openal_stuff.h"
class OpenALSoundSystem;
class OpenALSound : public virtual ISound
{
f32 volume;
// this "separate" volume is used by OpenALSoundSystem to provide separate volume
// settings for 2D and 3D sounds. So it is used as a mult... |
//
// UIImagePickerController+YC.h
// YCSchool
//
// Created by gmall on 16/5/18.
// Copyright © 2016年 yanglinxia. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImagePickerController (YC)
@property (nonatomic) NSInteger yc_integerIdentifier;
@end |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "ec2.h"
#include "mp_gf2m.h"
#include "mp_gf2m-priv.h"
#include "mpi.h"
#include "mpi-priv.h"
#include <s... |
#pragma once
#include "../../Core/Types.h"
namespace Dibella {
class Ray {
public:
Ray(const Point3f &o, const Vector3f &d);
Ray(const Vector4f &o, const Vector4f &d);
// Return a copy of this ray that has been transformed
// by the input transformation matrix.
Ray GetTransformedCopy(const Matrix4f &T) c... |
// SPDX-License-Identifier: GPL-2.0
#include <inttypes.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <linux/compiler.h>
#include "../util/callchain.h"
#include "../util/debug.h"
#include "../util/hist.h"
#include "../util/sort.h"
#include "../util/evsel.h"
#include "../util/evlist.h"
#include "... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void insertion(int *t){
int v[*t]; //CRIA O VETOR.
for(int i=0;i<*t;i++){ //ATRIBUINDO VALORES AO VETOR.
scanf("%i",&v[i]);
}
printf("Antes:\n");
for(int i=0;i<*t;i++){ //IMPRIME VETOR SEM ESTÁ ORDENADO.
printf("%i ",v[i]);
}
printf("\n");
//ORDEN... |
#ifndef PROJECT_HEADER_testComponent885_9_H
#define PROJECT_HEADER_testComponent885_9_H
int testComponent885_9();
#endif // PROJECT_HEADER_testComponent885_9_H |
#ifndef __HUD_H__
#define __HUD_H_
/**
* @brief Initialize the HUD. Must be run before using any other HUD elements
*/
void hud_init();
/**
* @brief Draw the HUD.
* @param comboCounter NULL if not applicable, otherwise a pointer to an integer for the combo counter
*/
void hud_draw(int* comboCounter);
/**
* @br... |
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sodium.h>
#define CIPHER_ABYTES crypto_secretstream_xchacha20poly1305_ABYTES
#define CIPHER_HEADERBYTES crypto_secretstream_xchacha20poly1305_... |
// Copyright 2011 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_HEAP_SPACES_INL_H_
#define V8_HEAP_SPACES_INL_H_
#include "src/heap/spaces.h"
#include "src/heap-profiler.h"
#include "src/isolate.h"
#inclu... |
//
// TTLPopUpInfoViewController.h
// TapTalkLive
//
// Created by Dominic Vedericho on 18/01/20.
// Copyright © 2020 taptalk.io. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "TTLPopUpInfoView.h"
typedef NS_ENUM(NSInteger, TTLPopUpInfoViewControllerType) {
TTLPopUpInfoViewControllerTypeErrorMessage... |
#ifdef AMS_ENCRYPT_PACKAGE
-----BEGIN ENCRYPTED FILE v0.6-----
9S04Fc0roaJnwZGP6OG7EDBImvEWKQdoMQNOXjk4ZvxTSJPk3yRkrUfzmivV40+I
O5vHVn/TuiHbeSlU7Ltzuziq3KyX1LWuZApe52bi2PBSMyKEJEZhUPasHroCIsqW
GWwXE9sekcKwRacH3ZtSOSjmkGyXs3zK5pFuSKjg9mpYnQGhMrSGrQj+4QjmIWGy
DAIoMVKiPiptm/ExwDFcvwkxNrDN2522SwH1gjGC9vMkQjid6dEQEIBAhflBrb... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:49:54 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, ... |
int topLevel1, topLevel2;
int x = 1;
void fun(void) {
int fun1, fun2;
int y = 2;
extern int x;
void some_fun();
typedef int my_int;
int z;
int i1a[sizeof(struct S1 { int i; })] = { ({ int x = 3; int y = 4; 5; }) }, i1b;
extern int i2a[sizeof(struct S2 { int i; })], i2b;
int nest... |
//
// JZWeakProxy.h
//
// Created by Code_浅蓝 on 2019/5/21.
// Copyright © 2019年 Inkwell. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface JZWeakProxy : NSProxy
/**
用在NSTimer时, Must 注销NSTimer
@param target 目前
@return JZWeakProxy实例
*/
- (instancetype)initWithTarget:(id)target;
+ (instancetyp... |
/*
* composite.c - infrastructure for Composite USB Gadgets
*
* Copyright (C) 2006-2008 David Brownell
*
* 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, o... |
// ----------------------------------------------------------
/*!
\headerfile ATests
\title
\brief Template file wizard/classes/cpp/file.h
\list
\li @notice Template file classes/file.h
\li @copyright Arboreus (http://arboreus.systems)
\li @author Alexandr Kirilov (http://alexandr.kirilov.me)
\li @created 08/0... |
//
// Created by Никита on 10/12/2018.
//
#ifndef INC_4_PROCESSOR_CODETOBYTE_H
#define INC_4_PROCESSOR_CODETOBYTE_H
#pragma once
#include "../Commands/GlobalVariables.h"
#include "../TextClass/TextClass.h"
#include <iostream>
const std::string dir_path = "../Samples/";
std::string MySubStr(size_t l, size_t r, std... |
/*
* Copyright (c) 2015 Juniper Networks, Inc. All rights reserved.
*/
#ifndef SRC_VNSW_AGENT_VROUTER_KSYNC_KSYNC_MEMORY_H_
#define SRC_VNSW_AGENT_VROUTER_KSYNC_KSYNC_MEMORY_H_
/*
* Module responsible to manage the VRouter memory mapped to agent
*/
#include <list>
#include <net/address.h>
struct nl_client;
class ... |
/* Simple firmware for a ESP32 displaying a static image on an EPaper Screen.
*
* Write an image into a header file using a 3...2...1...0 format per pixel,
* for 4 bits color (16 colors - well, greys.) MSB first. At 80 MHz, screen
* clears execute in 1.075 seconds and images are drawn in 1.531 seconds.
*/
#inclu... |
#include <stdint.h>
#include <stddef.h>
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef BAREMETAL
#include <sys/mman.h>
#endif
#include "include/gemmini_testutils.h"
#ifndef BAREMETAL
#define BATCH_SIZE 4
#define IN_DIM 224
#define IN_CHANNELS 3
#define OUT_CHANNELS 17
#define KERNEL_DIM 3
#define ... |
/***********************************************************************************************************************
**
** Copyright (c) 2011, 2015 ETH Zurich
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
** following c... |
// dlldatax.h
// (c) 2011-2020, Charles Lechasseur
//
// 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, ... |
#include "widget_list.h"
#include <stdint.h>
#include "simplechart.h"
#include "spectrogram.h"
CSimpleChart acc_charts[3];
CSimpleChart gyro_charts[3];
CSimpleChart mag_charts[3];
CSimpleChart ecg_charts[8];
CSimpleChart stress_charts[8];
CSimpleChart stress_hist[8];
SSpectrogramView emg_c;
SSpectrogramView *emg_ch... |
/*
* Copyright (c) 2013 EMC Corp.
* Copyright (c) 2011 Jeffrey Roberson <jeff@freebsd.org>
* Copyright (c) 2008 Mayur Shardul <mayur.shardul@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condition... |
#ifndef NODE_LLVM_H
#define NODE_LLVM_H
#include "nan.h"
#include <sstream>
#include <string>
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Verifier.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/IRBuilder.h"
#inc... |
//
// DGConfiguration.h
// Debugo
//
// GitHub https://github.com/ripperhe/Debugo
// Created by ripper on 2018/9/1.
// Copyright © 2018年 ripper. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "DGActionPlugin.h"
#import "DGFilePlugin.h"
#import "DGAppInfoPlugin.h"
#import "DGAccountPlugin.h"
#i... |
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* Copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2009 Oak Ridge National Labs. All rights reserved.
* Copyright (c) ... |
//
// 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 "PBGeneratedMessage.h"
@class BaseRequest, NSString;
@interface GameCheckReq : PBGeneratedMessage
{
unsigned int hasBaseR... |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid commerc... |
#include <std.h>
#include "../tharis.h"
inherit BARKEEP;
// Based on old Tharis City Buildings, Mobs, etc.
// Tharis City Remodle - Created by LoKi in 2009.
// Fattened Dwarf Remodle - Created in February 2009 by Ari
void create(){
::create();
set_property("no bump",1);
set_name("gralesh");
set_id(({"g... |
/*******************************************************************
* This file is part of the Emulex Linux Device Driver for *
* Fibre Channel Host Bus Adapters. *
* Copyright (C) 2009-2012 Emulex. All rights reserved. *
* EMULEX and SLI are trademarks of Emulex. ... |
/*
Description: snprintf with correct bounds safely copies a string into a stack buffer.
Keywords: Port C Size0 Complex0 BufferOverflow Stack Sprintf BadBound
ValidArg: "a"*30
ValidArg: "a"*100
Copyright 2005 Fortify Software.
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modif... |
/* minGeneInfo.h was originally generated by the autoSql program, which also
* generated minGeneInfo.c and minGeneInfo.sql. This header links the database and
* the RAM representation of objects. */
/* Copyright (C) 2005 The Regents of the University of California
* See README in this or parent directory for lic... |
//
// 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 "PBLayoutElement-Protocol.h"
@class PBSceneHandle;
@protocol PBSceneLayoutElement <PBLayoutElement>
@property(readonly, nonatomic, getter... |
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* I2C port module for ISH */
#include "common.h"
#include "console.h"
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
#include "registers.h... |
/****************************************************************************
* boards/arm/stm32/stm3240g-eval/src/stm32_lcd.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
* Diego Sanchez <dsanchez@nx-engineering.com>
*
* Redistribution and us... |
/*!
* ies.c - ies for mako
* Copyright (c) 2020, Christopher Jeffrey (MIT License).
* https://github.com/chjj/mako
*/
#ifndef BTC_IES_H
#define BTC_IES_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stddef.h>
#include <stdint.h>
#include "../common.h"
/*
* Macros
*/
#define BTC_SECRETBOX_SEAL_SIZE(len) (... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:17:16 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/ClockKi... |
#undef FILL
#undef COMPARE
#define RFILLS(input,val) input->f_string = (val)
#define RFILLB(input,val) input->f_bytes.nbytes = strlen(val); input->f_bytes.bytes = (uint8_t*)(val)
#define RCOMPARES(input,output) if(strcmp(input->f_string,output->f_string)!=0) return n_string
#define RCOMPAREB(input,output) {\
if(in... |
/*
liblinphone_tester - liblinphone test suite
Copyright (C) 2013 Belledonne Communications SARL
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 op... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:09:41 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/Symptoms.f... |
/**
******************************************************************************
* @file FatFs/FatFs_uSD/Src/stm32f7xx_it.c
* @author MCD Application Team
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler and
* peripherals interrupt... |
/*
* Copyright 1999-2014 University of Chicago
*
* 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... |
// Equihash solver
// Copyright (c) 2016 John Tromp, The Zcash developers
// Fix N, K, such that n = N/(k+1) is integer
// Fix M = 2^{n+1} hashes each of length N bits,
// H_0, ... , H_{M-1}, generated from (n+1)-bit indices.
// Problem: find binary tree on 2^K distinct indices,
// for which the exclusive-or of leaf h... |
/*
* $Id: screen.h,v 1.4 2003/04/26 03:24:16 kenta Exp $
*
* Copyright 2003 Kenta Cho. All rights reserved.
*/
/**
* Opengl screen functions header file.
*
* @version $Revision: 1.4 $
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <GL/gl.h>
#include <GL/glu.h>
#inclu... |
/* Copyright (c) 2019-2021 Grant Hadlich
*
* 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, publi... |
//===--- DiagnosticEngine.h - Diagnostic Display Engine ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
/*
* Recursive Merge algorithm stolen from git-merge-recursive.py by
* Fredrik Kuivinen.
* The thieves were Alex Riesen and Johannes Schindelin, in June/July 2006
*/
#include "cache.h"
#include "merge-recursive.h"
#include "advice.h"
#include "alloc.h"
#include "attr.h"
#include "blob.h"
#include "builtin.h"
#incl... |
/*
* Copyright 2019-2020 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 ... |
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* o... |
/* --------------------------------------------------------------------------------
#
# Printing.h
#
# Project : Win64API
# author : dwaddell
# 3/15/2021
#
# --------------------------------------------------------------------------------*/
#include "Defines.h"
#include "windows.h"
#pragma once
void sys_GetDefPrinte... |
/*--------------------------------------------------------------------------
File : prbs.c
Author : Hoang Nguyen Hoan Aug. 31, 2016
Desc : Pseudorandom binary sequence generator
Copyright (c) 2016, I-SYST, all rights reserved
Permission to use, copy, modify, and distribute this software for any purpose... |
/*
is::Engine (Infinity Solutions Engine)
Copyright (C) 2018-2022 Is Daouda <isdaouda.n@gmail.com>
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... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* vectors2.c :+: :+: :+: ... |
/*
* I2C driver for Marvell 88PM80x
*
* Copyright (C) 2012 Marvell International Ltd.
* Haojian Zhuang <haojian.zhuang@marvell.com>
* Joseph(Yossi) Hanin <yhanin@marvell.com>
* Qiao Zhou <zhouqiao@marvell.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the ... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:35:21 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/Frameworks/Vision.framework/V... |
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <inttypes.h>
#include "glib_indirect.h"
enum { EVENT_BEGINS_SHIFT, EVENT_FALLS_ASLEEP, EVENT_WAKES_UP };
static const size_t MAXIMUM_LINE_LENGTH = 50;
static const uint8_t MINUTES_IN_HOUR = 60;
struct guard_event {
char str[M... |
//
// OperationSub.h
// DesignPatterns
//
// Created by leichunfeng on 14-10-19.
// Copyright (c) 2014年 zdnst. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "Operation.h"
/// 减法类
@interface OperationSub : Operation
@end |
/** \file MapFile_Lex.h
* \brief Contains all the functions for generating a lexeme list from the source text
*/
#pragma once
#include "MapFile_System.h"
#include "framework.h"
#include "MapFile_List.h"
#ifdef __cplusplus
CONSTEXPR uint32_t MF_LEX_ERR = 0x01000000;
#else
#define MF_LEX_ERR (0x01000000)
#endi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.