code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
instance TPL_1459_Templer (Npc_Default)
{
//-------- primary data --------
name = Name_MadTemplar;
npctype = NPCTYPE_GUARD;
guild = GIL_UNDEADORC;//dawniej gil_gur, ale teraz guru może być player
level = 50;
voice = 8;
id = 1459;
//-------- abilities --------
attribute[ATR_STRENGTH] = 70;
attribut... | D |
/Users/Dawid/Nauka/Game Dev/Typespeed/target/release/deps/rusttype-5516b0b667ba6f7e.rmeta: /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.5.2/src/lib.rs /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec823/rusttype-0.5.2/src/geometry.rs /Users/Dawid/.cargo/registry/src/github.com-1ecc62... | D |
# FIXED
ROM/rom_init.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/rom/r2/rom_init.c
ROM/rom_init.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/inc/bcomdef.h
ROM/rom_init.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/inc/comdef.h
ROM/rom_init.obj: C:/ti... | D |
/Users/sridattbhamidipati/Desktop/money20202015/build/money20202015.build/Debug-iphonesimulator/money20202015.build/Objects-normal/x86_64/JSONObject.o : /Users/sridattbhamidipati/Desktop/money20202015/money20202015/JSONObject.swift /Users/sridattbhamidipati/Desktop/money20202015/money20202015/DisplayQRViewController.sw... | D |
import std.stdio;
import std.conv;
import std.math;
import std.parallelism;
import core.thread;
import std.range;
import std.string;
void main(string[] args)
{
if (args.length < 2)
{
throw new Exception("need puzzle input");
}
immutable uint input = to!uint(args[1]);
immutable uint present... | D |
instance Mod_7314_Ziel_AW (NPC_DEFAULT)
{
// ------ SC ------
name = "Plattform";
guild = GIL_NONE;
id = 7314;
voice = 0;
level = 0;
Npctype = NPCTYPE_MAIN;
flags = 2;
//***************************************************
bodyStateInterruptableOverride = TRUE;
//***********************************... | D |
version https://git-lfs.github.com/spec/v1
oid sha256:45d61abb465a1c5cef8fc6b231a6df9e6559b1d80add0b81186af6546e60c313
size 5200
| D |
/Users/nolan/Desktop/ZT/HYMusic/MTAVPlayerView/build/MTAVPlayerView.build/Debug-iphoneos/MTAVPlayerView.build/Objects-normal/armv7/MTAVPlayerDownload.o : /Users/nolan/Desktop/ZT/HYMusic/MTAVPlayerView/MTAVPlayerView/MTAVPlayerDownload.swift /Users/nolan/Desktop/ZT/HYMusic/MTAVPlayerView/MTAVPlayerView/MTAVPlayerStorage... | D |
module odyssey.math.quat;
struct Quat {
union {
struct { float x, y, z, w; }
float[4] q;
}
} | D |
/* THIS FILE GENERATED BY bcd.gen */
module bcd.fltk.Fl_Light_Button;
public import bcd.bind;
public import bcd.fltk.Fl_Button;
public import bcd.fltk.Fl_Widget;
public import bcd.fltk.Enumerations;
extern (C) void _BCD_delete_15Fl_Light_Button(void *);
extern (C) int _BCD__ZN15Fl_Light_Button6handleEi(void *This, int)... | D |
// *************************************
// NSC - Wahrnehmungsreichweiten
// *************************************
FUNC VOID InitPerceptions()
{
// Die Reichweite der aktiven Wahrnehmungen
// PERC_ASSESSPLAYER // Spieler wird wahrgenommen
// PERC_ASSESSENEMY // der nächste NSC, zu dem ich Att_Hostile habe, wird wa... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1986-1998 by Symantec
* Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
module thBase.container.vector;
import thBase.metatools;
public import core.stdc.stdlib;
public import core.stdc.string;
import core.allocator;
import std.traits;
import thBase.traits;
/**
* array with dynamic size
*/
final class Vector(T,AT = StdAllocator) {
private:
T[] m_Data;
size_t m_Size;
AT m_allocator;
... | D |
/**
* Generate the object file for function declarations and critical sections.
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1... | D |
module mkk.tools.deploy.site;
/++
Модуль содержит реализациию утилиты для развертывания сайта МКК
Перед использованием нужно установить системные завизимости через mkk.tools.deploy.system_req (достаточно один раз)
+/
import std.getopt;
import std.file: exists, read, write, isFile, mkdirRecurse, remove, copy, symlink, ... | D |
module traditionalmvc.observer;
version(unittest) { import unit_threaded; } else { enum ShouldFail; }
import std.stdio;
/**
* Interfacci implementata da tutti gli osservatori
*/
interface IObserver {
// `update` is better
void notify();
}
/**
* Il modello e' il soggetto e deve mantenere una lista degli osse... | D |
module shape.drawer;
import std.math;
import util.color;
import shape.shape;
public import cairo.Context;
public import cairo.Surface;
import cairo.ImageSurface;
interface Drawer{
void set(Context);
void set_color(Context);
void fill(Context);
void fill_p(Context);
void stroke(... | D |
instance SLD_809_BENNET_LI(Npc_Default)
{
name[0] = "Bennet";
guild = GIL_SLD;
id = 8060;
voice = 6;
flags = 0;
npcType = NPCTYPE_FRIEND;
aivar[93] = TRUE;
aivar[AIV_PARTYMEMBER] = TRUE;
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
B_SetAttributesToChapter(self,3);
fight_tactic = FAI... | D |
// EXTRA_SOURCES: imports/argufile.d
// NOTE: The bug only works when main.d and argufile.d are put in
// separate files and compiled like 'dmd main.d argufile.d'
// Also, I'm sure writefln is causing the crash cause when I
// use printf(), it doesn't cras... | D |
// *************
// SPL_FireWave
// *************
const int SPL_Cost_FireWave = 80;
const int SPL_Damage_FireWave = 300;
INSTANCE Spell_FireWave (C_Spell_Proto)
{
time_per_mana = 0;
damage_per_level = SPL_Damage_FireWave;
targetCollectAlgo = TARGET_COLLECT_NONE; // Opfer werden aber erst durch Kollision m... | D |
module UnrealScript.Engine.ActorFactoryDynamicSM;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.ActorFactory;
import UnrealScript.Engine.Actor;
import UnrealScript.Engine.StaticMesh;
extern(C++) interface ActorFactoryDynamicSM : ActorFactory
{
public extern(D):
private stat... | D |
module android.java.java.util.Map_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import2 = android.java.java.util.Collection_d_interface;
import import5 = android.java.java.util.function_.Function_d_... | D |
module d2d.sprites.glyph;
import gl3n.linalg : vec2;
import d2d.sprites.vertex;
class Glyph {
static private Glyph _freelist;
private Glyph _next;
static public Glyph allocate() {
Glyph g;
if(_freelist) {
g = _freelist;
_freelist = g._next;
}
else {
g = new Glyph();
}
return g;
}
static p... | D |
instance ITAR_PIR_BABE4_DS(C_Item) //Одежда пиратки - DarkSaga I
{
name = "Одежда пиратки"; visual = "ITAR_PIR_L_Addon.3ds"; visual_change = "PIRAT_BABE_ARMOR_V1.ASC";
description = name;
mainflag = ITEM_KAT_ARMOR; flags = 0; wear = WEAR_TORSO; visual_skin = 0; material = MAT_LEATHER;
protection[PROT_EDGE] = 55; ... | D |
/Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/Objects-normal/x86_64/Artwork.o : /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/DerivedSources/CoreMLGenerated/Inceptionv3/Inception... | D |
#!/usr/bin/build -exec
/+
Copyright (c) 2006 Eric Anderton
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,
... | D |
/**
* `charstream.d` provides a character input stream.
*
* Author: H Paterson.
* Copyright: H Paterson, 2020.
* License: BSL-1.0.
*/
import std.stdio;
/**
* Converts a column number (in the source file) into an
* index into the internal streaming buffer.
*
* `bufferIndex` is just a wrapper which deals with... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | D |
instance DIA_Vanja_EXIT(C_Info)
{
npc = VLK_491_Vanja;
nr = 999;
condition = DIA_Vanja_EXIT_Condition;
information = DIA_Vanja_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Vanja_EXIT_Condition()
{
return TRUE;
};
func void DIA_Vanja_EXIT_Info()
{
AI_StopProcessInfos(self);
if(Pe... | D |
instance PAL_2002_Leiche (Npc_Default)
{
// ------ NSC ------
name = "Silvestro";
guild = GIL_NONE;
id = 2002;
voice = 4;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
slf.attribute[ATR_STRENGTH] = 10;
slf.attribute[ATR_DEXTERITY] = 10;
slf.attribute[... | D |
module orelang.operator.AsIVOperator;
import orelang.expression.ImmediateValue,
orelang.operator.IOperator,
orelang.Engine,
orelang.Value;
class AsIVOperator : IOperator {
/**
* call
*/
public Value call(Engine engine, Value[] args) {
return new Value(new ImmediateValue(engine.eval(a... | D |
module arrow.ReadableT;
public import arrow.Buffer;
public import arrow.c.functions;
public import arrow.c.types;
public import glib.ErrorG;
public import glib.GException;
public import gobject.ObjectG;
/** */
public template ReadableT(TStruct)
{
/** Get the main Gtk struct */
public GArrowReadable* getReada... | D |
var int Salandril_ItemsGiven_Chapter_1;
var int Salandril_ItemsGiven_Chapter_2;
var int Salandril_ItemsGiven_Chapter_3;
var int Salandril_ItemsGiven_Chapter_4;
var int Salandril_ItemsGiven_Chapter_5;
func void B_GiveTradeInv_Salandril(var C_Npc slf)
{
if((Kapitel >= 1) && (Salandril_ItemsGiven_Chapter_1 == FALSE))
... | D |
module d.semantic.defaultinitializer;
import d.semantic.semantic;
import d.ir.expression;
import d.ir.symbol;
import d.ir.type;
import d.location;
alias InitBuilder = DefaultInitializerVisitor!(true, false);
alias InstanceBuilder = DefaultInitializerVisitor!(false, false);
alias NewBuilder = DefaultInitializerVisit... | D |
/Users/cloud/Desktop/oneCampusMobileStarter/AbsenceModule/build/AbsenceModule.build/Release-iphoneos/AbsenceModule.build/Objects-normal/armv7s/AbsenceViewCtrl.o : /Users/cloud/Desktop/oneCampusMobileStarter/AbsenceModule/AbsenceModule/AbsenceShell.swift /Users/cloud/Desktop/oneCampusMobileStarter/AbsenceModule/AbsenceM... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/URLEncodedForm.build/Data/URLEncodedFormData.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/url-encoded-form.git--8133570518800567758/Sources/URLEncodedForm/Data/URLEncodedFormData.swift /Users/Khanh/vapor/TILApp/.build/checkouts/url-encoded-form.git... | D |
/*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | D |
uint factorial(in uint n) pure nothrow @nogc
in {
assert(n <= 12);
} body {
uint result = 1;
foreach (immutable i; 1 .. n + 1)
result *= i;
return result;
}
// Computed and printed at compile-time.
pragma(msg, 12.factorial);
void main() {
import std.stdio;
// Computed and printed at r... | D |
instance STRF_1130_Addon_Sklave (Npc_Default)
{
// ------ NSC ------
name = NAME_Addon_Sklave;
guild = GIL_BDT;
id = 1130;
voice = 3;
flags = 0;
npctype = NPCTYPE_BL_AMBIENT;
//aivars
aivar[AIV_NoFightParker] = TRUE;
aivar[AIV_IgnoresArmor] = TRUE;
// ------ Attribute ------
B_S... | D |
// @@@DEPRECATED_2017-06@@@
/* Written by Walter Bright, Christopher E. Miller, and many others.
* www.digitalmars.com
* Placed into public domain.
*/
/++
$(RED Deprecated. Use $(core.sys.posix.pthread) or the appropriate
$(D core.sys.posix.*) modules instead. This module will be removed in
... | D |
/**
A HTTP 1.1/1.0 server implementation.
Copyright: © 2012-2017 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig, Jan Krüger, Ilya Shipunov
*/
module vibe.http.server;
public import vibe.core.net;
public import vibe.http.co... | D |
module std.internal.unicode_norm;
import std.internal.unicode_tables;
package(std):
static if (size_t.sizeof == 8)
{
//1600 bytes
enum nfcQCTrieEntries = TrieEntry!(bool, 8, 5, 8)([0x0, 0x20, 0x60],
[0x100, 0x100, 0x1a00], [0x302020202020100, 0x205020202020204,
0x602020202020202, 0x202... | D |
import std.stdio;
void main(){
@property hello;
}
| D |
$(OBJDIR)/cil.cmi: $(OBJDIR)/pretty.cmi $(OBJDIR)/machdep.cmo
| D |
module dedicatedslave.gui.preferences;
import std.algorithm;
import std.experimental.logger;
import std.path;
import std.range;
import std.string;
import std.uuid;
import gio.Settings : GSettings = Settings;
import glib.Variant : GVariant = Variant;
import dedicatedslave.gui.i18n.l10n;
import dedicatedslave.gui.commo... | D |
/**
* The MIT License (MIT)
*
* Copyright (c) 2015 DNetDev (Richard Andrew Cattermole)
*
* 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 limitat... | D |
module widget.controller.message.detail.index;
package import widget.controller.message.detail.index.index;
| D |
import std.string;
import std.stdio;
import std.algorithm;
import std.conv;
import std.typecons;
void main() {
long[Tuple!(immutable(char), size_t)] dp;
long[char] checks;
auto s = readln.chomp;
auto t = readln.chomp;
foreach(c; s) {
checks[c] = 0;
}
bool check = true;
foreach(c; t) {
if (c !in checks) {
... | D |
/home/helgardf/Documents/Programming/rust/rust_programming_language_exercises/guessing_game/target/debug/deps/rand_isaac-a3231b1b663ed14d.rmeta: /home/helgardf/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_isaac-0.1.1/src/lib.rs /home/helgardf/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_isaac-0.1.1/src/... | D |
Federal prosecutors indicted NFL quarterback Michael Vick and three others on federal interstate dogfighting conspiracy charges connected with alleged operations at his home in Surry County, Virginia.
The charges stem from an April drug search which turned up 66 dogs and dogfighting equipment.
If convicted, the defenda... | D |
an abstract part of something
an artifact that is one of the individual parts of which a composite entity is made up
any of the more than 100 known substances (of which 92 occur naturally) that cannot be separated into simpler substances and that singly or in combination constitute all matter
the most favorable environ... | D |
/*
* This file is part of gtkD.
*
* gtkD 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 your option) any later version.
*
* gtkD is distributed in th... | D |
// Copyright Ferdinand Majerech 2011.
// 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)
/**
* YAML events.
* Code based on PyYAML: http://www.pyyaml.org
*/
module dyaml.event;
import std.... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
/** DGui project file.
Copyright: Trogu Antonio Davide 2011-2013
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Trogu Antonio Davide
*/
module dguihub.menubar;
public import dguihub.core.menu.abstractmenu;
class MenuBar : RootMenu {
public override void create() {
this._handle = C... | D |
// Written in the D programming language.
/**
Allocator that collects useful statistics about allocations, both global and per
calling point. The statistics collected can be configured statically by choosing
combinations of `Options` appropriately.
Source: $(PHOBOSSRC std/experimental/allocator/building_blocks/stats_c... | D |
module android.java.java.lang.annotation.Retention_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.lang.Class_d_interface;
import import0 = android.java.java.lang.annotatio... | D |
# FIXED
port.obj: C:/ti/CC3200SDK_1.2.0/cc3200-sdk/third_party/FreeRTOS/source/portable/CCS/ARM_CM3/port.c
port.obj: C:/ti/CC3200SDK_1.2.0/cc3200-sdk/third_party/FreeRTOS/source/include/FreeRTOS.h
port.obj: C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include/stddef.h
port.obj: C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS... | D |
/**
* Contains classes that define culture-related information.
*
* Copyright: (c) 2009 John Chapman
*
* License: See $(LINK2 ..\..\licence.txt, licence.txt) for use and distribution terms.
*/
module os.win.loc.core;
import os.win.base.core,
os.win.base.native,
os.win.loc.consts;
import os.win.l... | D |
instance Grd_263_Asghan_Exit(C_Info)
{
npc = GRD_263_Asghan;
nr = 999;
condition = Grd_263_Asghan_Exit_Condition;
information = Grd_263_Asghan_Exit_Info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func int Grd_263_Asghan_Exit_Condition()
{
return 1;
};
func void Grd_263_Asghan_Exit_Info()
{... | D |
module android.java.java.lang.Process_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.io.InputStream_d_interface;
import import4 = android.java.java.lang.Class_d_interface;... | D |
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<!-- Mirrored from synchrotheme.com/taso/assets/css/js... | D |
instance Mod_1210_TPL_Templer_MT (Npc_Default)
{
//-------- primary data --------
name = Name_Templer;
Npctype = NpcType_MAIN;
guild = GIL_out;
level = 17;
voice = 0;
id = 1210;
//-------- abilities --------
attribute[ATR_STRENGTH] = 130;
attribute[ATR_DEXTERITY] = 65;
at... | D |
/**
Copyright: Copyright (c) 2015-2016 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.utils.textformatter;
import std.array;
import std.format;
import std.range;
char[4*1024] buf;
Appender!(char[]) app;
static this()
{
app = appender(buf[]... | D |
func void B_MM_AssessQuietSound_Sleep()
{
if(Wld_GetGuildAttitude(self.guild,other.guild) == ATT_HOSTILE)
{
B_MM_AssessEnemy();
};
};
func void ZS_MM_Rtn_Sleep()
{
Npc_PercEnable(self,PERC_ASSESSMAGIC,B_AssessMagic);
Npc_PercEnable(self,PERC_ASSESSDAMAGE,B_MM_AssessDamage);
Npc_PercEnable(self,PERC_ASSESSOTHE... | D |
[Verse 1]
Du bist der Meinung, mein Rap ist zu einfach?
Rap ist zu einfach für mich, aber du scheiterst
Wenn du mal Zeit hast, setz dich hin und übe
Wenn ich mal Zeit hab, komm ich und es setzt Prügel
Ich scheiß auf Regeln, ich mach kein auf Gangbang
Aber auf dem Beat, schlag ich dich um längen, Kind
Es ist besser, bes... | D |
/Users/isabellahochschild/Documents/XCODE/BUDDI/DerivedData/BUDDI/Build/Intermediates.noindex/BUDDI.build/Debug-iphonesimulator/BUDDI.build/Objects-normal/x86_64/AppDelegate.o : /Users/isabellahochschild/Documents/XCODE/BUDDI/BUDDI/ChatMessage.swift /Users/isabellahochschild/Documents/XCODE/BUDDI/BUDDI/SceneDelegate.sw... | D |
/* 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, software
* distributed... | D |
/Users/aayushmaheshwari/Downloads/PinboardManager/build/PinboardManager.build/Debug-iphonesimulator/PinboardManager.build/Objects-normal/x86_64/User.o : /Users/aayushmaheshwari/Downloads/PinboardManager/PinboardManager/model/ProfileImage.swift /Users/aayushmaheshwari/Downloads/PinboardManager/PinboardManager/ViewModel/... | D |
//***********************************************************************
// Info EXIT
//***********************************************************************
INSTANCE DIA_Babo_Kap1_EXIT (C_INFO)
{
npc = NOV_612_Babo;
nr = 999;
condition = DIA_Babo_Kap1_EXIT_Condition;
information = DIA_Babo... | D |
// Written in the D programming language.
/**
Functions for starting and interacting with other processes, and for
working with the current _process' execution environment.
Process_handling:
$(UL $(LI
$(LREF spawnProcess) spawns a new _process, optionally assigning it an
arbitrary set of standard input, outpu... | D |
(Hinduism) an ancient language of India (the language of the Vedas and of Hinduism
| D |
# FIXED
Drivers/UART/UARTCC26XX.obj: C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/tidrivers_cc13xx_cc26xx_2_21_01_01/packages/ti/drivers/uart/UARTCC26XX.c
Drivers/UART/UARTCC26XX.obj: D:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.12.0.LTS/include/stdint.h
Drivers/UART/UARTCC26XX.obj: D:/ti/ccsv8/tools/compiler/ti-cgt-arm... | D |
located in a dismal or remote area
| D |
/*
TEST_OUTPUT:
---
fail_compilation/fail14669.d(11): Error: 'auto' can only be used as part of 'auto ref' for template function parameters
fail_compilation/fail14669.d(16): Error: template instance fail14669.foo1!() error instantiating
fail_compilation/fail14669.d(12): Error: 'auto' can only be used as part of 'auto r... | D |
import io.Console, io.Stdout;
проц main()
{
Квывод ("Квывод: hello world").нс;
Стдвыв("Стдвыв: Отлично").нс;
Стдош("Стдош: Отлично").нс;
Квывод(Кввод.копируйнс());
} | D |
/Users/claytonburrows/Documents/Programing_and_Misc/Rust/covid_tracker/target/debug/deps/unicode_width-98c510447f4b58b8.rmeta: /Users/claytonburrows/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.8/src/lib.rs /Users/claytonburrows/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.8/sr... | D |
instance Mod_1020_KGD_Heidrek_MT (Npc_Default)
{
//-------- primary data --------
name = "Heidrek";
npctype = NPCTYPE_MAIN;
guild = GIL_OUT;
voice = 4;
id = 1020;
//-------- abilities --------
//-------- visuals --------
// animations
Mdl_SetVisual (self,"HUMANS.MDS");
Mdl_ApplyOverlayMds... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* Authors: Stewart Gordon
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_wincrypt.d)
*/
module core.sys.windows.wincrypt;
version (Windows):
@system:
pragma(lib,... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 2009-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
module wx.wxVersion;
public import wx.common;
extern(D) цел визВерсияМайор();
extern(D) цел визВерсияМинор();
extern(D) цел визНомерРелиза();
extern(D) цел визНомерСубРелиза();
extern(D) ткст визВерсияТкст();
extern(D) цел визВерсияБИП();
struct Версия
{
цел майор;
цел минор;
цел номерРелиза;
цел ном... | D |
instance ORG_859_Aidan(Npc_Default)
{
name[0] = "Aidan";
npcType = npctype_main;
guild = GIL_ORG;
level = 15;
voice = 13;
id = 859;
attribute[ATR_STRENGTH] = 60;
attribute[ATR_DEXTERITY] = 60;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 212;
attribute[ATR_HITPOINTS] ... | D |
/*******************************************************************************
Aggregates the data that configures how turtle test runner processes
test cases
Copyright: Copyright (c) 2015-2017 sociomantic labs GmbH. All rights reserved
License: Boost Software License Version 1.0. See LICENSE for d... | D |
import model;
import mat4;
import shader;
/**
* Node within a scene graph.
*/
abstract class Node
{
private:
public:
/**
* Draw this node with the given camera, projection, and transformation
* matrices.
*
* Params:
* cam = Matrix describing the transformation from world coordinates to
* came... | D |
module UnrealScript.Engine.UIManager;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.LocalPlayer;
import UnrealScript.Core.UObject;
extern(C++) interface UIManager : UObject
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static Script... | D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Fluent.build/Join/JoinSupporting.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Model/ID.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/fluent.git-6251908308727715749/Sources/... | D |
/*
Copyright (c) 2017-2018 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
... | D |
<?xml version="1.0" encoding="ASCII" standalone="no"?>
<di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
<pageList>
<availablePage>
<emfPageIdentifier href="VAR_9_banking-5231... | D |
/Users/lizziesiegle/Desktop/server/DerivedData/server/Build/Intermediates/server.build/Debug/KituraNet.build/Objects-normal/x86_64/BufferList.o : /Users/lizziesiegle/Desktop/server/Packages/Kitura-net-1.6.2/Sources/KituraNet/BufferList.swift /Users/lizziesiegle/Desktop/server/Packages/Kitura-net-1.6.2/Sources/KituraNet... | D |
/Users/davidwg/Work/whackadep/webUI/target/debug/build/pear_codegen-813632b3974b1d87/build_script_build-813632b3974b1d87: /Users/davidwg/.cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.1.4/build.rs
/Users/davidwg/Work/whackadep/webUI/target/debug/build/pear_codegen-813632b3974b1d87/build_script_build-81... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto nk = readln.split.to!(int[]);
auto N = nk[0];
auto K = nk[1];
auto bs = new int[][](K*2, K*2);
foreach (_; 0..N) {
auto xyc = readln.split;
auto x = xyc[0].to!in... | D |
/**
* Copyright: Copyright (c) 2011 Nick Sabalausky. All rights reserved.
* Authors: Nick Sabalausky
* Version: Initial created: Jun 1, 2011
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module dvm.sys.Registry;
version (Windows):
import tango.sys.win32.Types;
import tan... | D |
instance SLD_840_Alvares(Npc_Default)
{
name[0] = "Альварес";
guild = GIL_BDT;
id = 840;
voice = 11;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,2);
aivar[AIV_EnemyOverride] = TRUE;
fight_tactic = FAI_HUMAN_NORMAL;
EquipItem(self,ItMw_2h_Sld_Axe);
B_CreateAmbientInv(self);
B_SetNpcVisu... | D |
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | D |
/*_ _alloca.d
* Copyright (C) 1990-2003 by Digital Mars, www.digitalmars.com
* All Rights Reserved
* Written by Walter Bright
*/
module rt.alloca;
/+
#if DOS386
extern size_t _x386_break;
#else
extern size_t _pastdata;
#endif
+/
/*******************************************
* Allocate data from the caller's stac... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Command.build/Utilities/Utilities.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/console/Sources/Command/Command/Command.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/c... | D |
/Users/ken/Developer/Hackathon2016/Chess/DerivedData/Chess/Build/Intermediates/Chess.build/Debug-iphonesimulator/Chess.build/Objects-normal/x86_64/ViewController.o : /Users/ken/Developer/Hackathon2016/Chess/Chess/ViewController.swift /Users/ken/Developer/Hackathon2016/Chess/Chess/AppDelegate.swift /Applications/Xcode.a... | D |
/*
REQUIRED_ARGS: -o-
PERMUTE_ARGS:
TEST_OUTPUT:
---
fail_compilation/fail11484.d(19): Error: cannot cast [nanF] of type float[1] to int
fail_compilation/fail11484.d(20): Error: cannot cast [0] of type int[1] to int
fail_compilation/fail11484.d(21): Error: cannot cast 0 of type int to int[1]
fail_compilation/fail11484.... | D |
/*****************************************************************************
*
* Higgs JavaScript Virtual Machine
*
* This file is part of the Higgs project. The project is distributed at:
* https://github.com/maximecb/Higgs
*
* Copyright (c) 2011-2013, Maxime Chevalier-Boisvert. All rights re... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.