code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
instance NONE_100_Xardas(Npc_Default)
{
name[0] = "Xardas";
guild = GIL_NONE;
id = 100;
voice = 14;
flags = 0;
npcType = NPCTYPE_FRIEND;
bodyStateInterruptableOverride = TRUE;
aivar[AIV_MM_RestEnd] = TRUE;
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
aivar[AIV_IGNORE_Murder] = TRUE;
... | D |
having only one spouse at a time
| D |
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stddef.h.html, _stddef.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accomp... | 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 |
module app;
import declui;
private class EmptyWindow : Component!"emptywindow"
{
}
void main(string[] args)
{
dui.run(args, new EmptyWindow);
}
| D |
module hxi.serial;
import kstdlib;
import asmutils;
///
__gshared SerialPort debugPort_;
///
ref SerialPort debugPort() @trusted nothrow @nogc
{
return debugPort_;
}
struct SerialPort
{
/// IO Port
ushort port;
nothrow:
@nogc:
void initialize() @trusted
{
outb(cast(ushort)(port + 1), cast(ubyte) 0x00); // D... | D |
/Users/Dawid/Nauka/Game Dev/Typespeed/target/release/deps/block-cbd047179b5e12a4.rmeta: /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec823/block-0.1.6/src/lib.rs
/Users/Dawid/Nauka/Game Dev/Typespeed/target/release/deps/libblock-cbd047179b5e12a4.rlib: /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec... | D |
prototype Mst_Default_Scavenger(C_Npc)
{
name[0] = "Scavenger";
guild = GIL_SCAVENGER;
aivar[AIV_MM_REAL_ID] = ID_SCAVENGER;
level = 7;
attribute[ATR_STRENGTH] = 35;
attribute[ATR_DEXTERITY] = 35;
attribute[ATR_HITPOINTS_MAX] = 70;
attribute[ATR_HITPOINTS] = 70;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MAN... | D |
module claro.graphics.widgets.workspace;
import std.stdio;
private import claro.graphics.widget;
private import claro.graphics.image;
extern (C) {
object_t *workspace_widget_create( object_t *parent, bounds_t *bounds, int flags );
void workspace_set_active( object_t *workspace, object_t *child );
object_t *work... | D |
module app;
import pegged.grammar;
import std.stdio;
void main(string[] args) {
if (args.length != 3) {
writeln("Parser generator generator needs [moduleName] and [file] as arguments.");
}
string modName = args[1];
string file = args[2];
asModule(modName, file, import("yarn.peg"), import("... | D |
in a hierarchical manner
| D |
// Copyright Brian Schott (Hackerpilot) 2014-2015.
// 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)
module dscanner.analysis.unused;
import dparse.ast;
import dparse.lexer;
import dscanner.an... | D |
/Users/ohs80340/rustWork/rust_tate/target/debug/build/typenum-5b5aa8b0a8810d01/build_script_main-5b5aa8b0a8810d01: /Users/ohs80340/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.12.0/build/main.rs /Users/ohs80340/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.12.0/build/op.rs /Users/ohs80340/.carg... | D |
module ConditionalCompilationExample;
import std.stdio;
import std.conv;
import std.format;
class ConditionalCompilationExample {
public:
void example1() {
// /usr/bin/dub run --build-mode separate --force --debug=1 --> here debug 1
// /usr/bin/dub run --build-mode separate --force --debug=2 --> here debu... | D |
const string s = q"Q
import std.stdio;
void main() {
writef(`const string s = q"Q
%sQ";
mixin(s);
`, s);
}
Q";
mixin(s);
| D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/ByteBuffer-foundation.swift.o : /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Objecti... | 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 distribut... | D |
/run/media/andreby/Docs/GithubCodes/learn_rust/actix-demo/target/debug/deps/tokio_sync-53a738c0d3521454.rmeta: /run/media/andreby/Docs/GithubCodes/learn_rust/actix-demo/~/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-sync-0.1.7/src/lib.rs /run/media/andreby/Docs/GithubCodes/learn_rust/actix-demo/~/.cargo/regist... | D |
/Users/franciscocarodiaz/Projects/Kyperion/iOs/kyperion/DerivedData/kyperion/Build/Intermediates/IBDesignables/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ServerTrustPolicy.o : /Users/franciscocarodiaz/Projects/Kyperion/iOs/kyperion/Pods/Alamofire/Source/Alamofire.swift /Users/f... | D |
/home/zbf/workspace/git/RTAP/target/debug/deps/mongodb-f9f2e4abe32d4d5d.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/mongodb-0.3.12/src/lib.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/mongodb-0.3.12/src/db/mod.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61... | D |
module bgui.controls.imagebutton;
import dsfml.graphics : RenderWindow;
import dsfml.window : Mouse;
import bgui.control;
import bgui.events;
import bgui.point;
import bgui.controls.image;
/**
* An image button control.
*/
class ImageButton : Image {
private:
/**
* Boolean determining whether the button is presse... | D |
// Compiler implementation of the D programming language
// Copyright (c) 1999-2015 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
module ddmd.nspace;
import ddmd.agg... | D |
// Written in the D programming language.
/**
* Implements functionality to read ini files from a input range of $(D dchar).
*
* Copyright: Copyright Jonathan MERCIER 2012-.
*
* License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
*
* Authors: Jonathan MERCIER aka bioinfornatics
*
* Source: $(PHO... | D |
instance BDT_10305_Addon_RangerBandit_L(Npc_Default)
{
name[0] = NAME_Bandit;
guild = GIL_BDT;
id = 10305;
voice = 13;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Vlk_Sword);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MAL... | D |
module voxd.utils;
import std.file,
std.range,
std.traits,
std.string,
std.format;
struct VoxColor
{
ubyte r, g, b, a;
this(ubyte r_, ubyte g_, ubyte b, ubyte a_)
{
r = r_;
r = g;
r = b;
r = a;
}
this(uint value)
{
a = (valu... | D |
/**
This is a submodule of $(LINK2 std_experimental_ndslice.html, std.experimental.ndslice).
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Ilya Yaroshenko
Source: $(PHOBOSSRC std/_experimental/_ndslice/_slice.d)
Macros:
SUBMODULE = $(LINK2 std_experimental_ndslice_$1.html, std.ex... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/rCore_Labs/Lab5/os/target/rls/debug/deps/memchr-e590dcf63396e47d.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/memchr-2.3.3/src/lib.rs /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/memchr-2.3.3/src/fallback.rs /home/hustcc... | D |
/Users/Laird/Code/Projects/AllergyAlert/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ServerTrustPolicy.o : /Users/Laird/Code/Projects/AllergyAlert/Pods/Alamofire/Source/AFError.swift /Users/Laird/Code/Projects/AllergyAlert/Pods/Alamofire/Source/Alamofire.swift /Users/Laird/Code/Projects/... | D |
/*
* Copyright (c) 2004-2008 Derelict Developers
* 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 li... | D |
void main (string [] args) {
import espukiide.gui : GUI;
GUI.start (args);
}
| D |
module chisel.core.types;
alias int Index;
struct Range {
Index location;
Index length;
static Range opCall( Index location, Index length ) {
Range r;
r.location = location;
r.length = length;
return r;
}
int opApply( int delegate(inout int) del ) {
int ret;
for ( int i = location; i < l... | D |
/*
* Copyright (C) 2019, HuntLabs
*
* 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... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010-2011 by Rainer Schuetze, All Rights Reserved
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_... | D |
/*
* 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 3
* of the License, or (at your option) any later version, with
* some exceptions, please read the COPYING file.
*
* gtkD ... | D |
/Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Core.build/RFC1123.swift.o : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/okasho/... | D |
prototype Mst_Default_Pyranha(C_Npc)
{
name[0] = "Пиранья";
guild = GIL_DS_PIRANHA;
aivar[AIV_MM_REAL_ID] = ID_PIRANHA;
level = 7;
B_DS_SetMst_Attribute(cMst_Default_Pyranha);
protection[PROT_BLUNT] = 35;
protection[PROT_EDGE] = 35;
protection[PROT_POINT] = -1;
protection[PROT_FIRE] = -1;
protectio... | D |
// Written in the D programming language.
module windows.wpfbitmapeffects;
public import windows.core;
public import windows.automation : BSTR;
public import windows.com : HRESULT, IUnknown;
public import windows.windowsimagingcomponent : IWICBitmapSource;
extern(Windows) @nogc nothrow:
// Structs
///Describes t... | D |
module bitarray;
@safe:
/** Array of bits.
*
* Like `std.bitmanip.BitArray` but @safe pure nothrow @nogc.
*/
struct BitArray(alias Allocator = null) // TODO use Allocator
{
import core.memory : pureMalloc, pureCalloc, pureFree;
import core.bitop : bt, bts, btr;
pragma(inline, true)
@safe pure noth... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Validation.build/Validators/NilValidator.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/validation.git--4403154650041669468/Sources/Validation/Validatable.swift /Users/user/Documents/RiseTimeAssets/server/.build/ch... | D |
// Written in the D programming language.
/**
This module is a port of a growing fragment of the $(D_PARAM numeric)
header in Alexander Stepanov's $(LINK2 http://sgi.com/tech/stl,
Standard Template Library), with a few additions.
Macros:
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
License: $(HTTP www.boos... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/DatabaseKit.build/Log/PrintLogHandler.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/database-kit/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.bu... | D |
// *************************************************************************
// EXIT
// *************************************************************************
instance DIA_STRF_1_EXIT(C_INFO)
{
nr = 999;
condition = DIA_STRF_1_EXIT_Condition;
information = DIA_STRF_1_EXIT_Info;
permanent = TRUE;
desc... | D |
virtual.cmi : \
closure.cmi \
asm.cmi
| D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Async.build/AsyncError.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/core.git-9210800844849382486/Sources/Async/Async+NIO.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/core.git-9210800844849382486/Sources/Async/Future+V... | D |
import std.stdio;
import std.file;
import std.datetime;
import std.parallelism;
import std.functional;
import std.conv;
import std.string;
import std.algorithm;
import std.range;
int main(string[] args)
{
if(args.length < 2)
{
writeln("Usage : ", args[0], " <word>");
return 0;
}
immutable lines = "enable1.txt"... | D |
func void G_PickLock(var int bSuccess,var int bBrokenOpen)
{
var int rnd;
if(bSuccess)
{
if(bBrokenOpen)
{
Snd_Play3d(self,"PICKLOCK_UNLOCK");
Print(PRINT_PICKLOCK_UNLOCK);
}
else
{
Snd_Play3d(self,"PICKLOCK_SUCCESS");
Print(PRINT_PICKLOCK_SUCCESS);
};
}
else if(bBrokenOpen)
{
Snd_Play3... | D |
the wood of trees cut and prepared for use as building material
a beam made of wood
a post made of wood
land that is covered with trees and shrubs
(music) the distinctive property of a complex sound (a voice or noise or musical sound
| D |
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/Pipeline/ASTCache.swift.o : /Users/nice/HelloWord/.build/checkouts/template-kit.git--8055025670042454083/Sources/TemplateKit/Data/TemplateData.swift /Users/nice/HelloWord/.build/checkouts/template-kit.git--8055025670042454083/Sources/Template... | 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 |
var int Constantino_ItemsGiven_Chapter_1;
var int Constantino_ItemsGiven_Chapter_2;
var int Constantino_ItemsGiven_Chapter_3;
var int Constantino_ItemsGiven_Chapter_4;
var int Constantino_ItemsGiven_Chapter_5;
func void B_GiveTradeInv_Constantino(var C_Npc slf)
{
if((Kapitel >= 1) && (Constantino_ItemsGiven_Chapter_... | D |
//***************************
// Shadowbeast Prototype
//***************************
PROTOTYPE Mst_Default_Shadowbeast(C_Npc)
{
//----- Monster ----
name = "Schattenläufer";
guild = GIL_SHADOWBEAST;
aivar[AIV_MM_REAL_ID] = ID_SHADOWBEAST;
level = 30;
//----- Attribute ----
attribute [... | D |
/Users/tagline13/Downloads/lottawins-Doron\ 2/build/Pods.build/Debug-iphonesimulator/KWVerificationCodeView.build/Objects-normal/x86_64/KWVerificationCodeView-58178cdf2a75895678d3f464aa1de3bfbaa02e08e8584e77582a4c6cab5b24e7.o : /Users/tagline13/Downloads/lottawins-Doron\ 2/Pods/KWVerificationCodeView/KWVerificationCode... | D |
//This should be the return type for all errors
module kernel.error;
enum ErrorVal {
Success = 0,
Fail,
NoSpace,
BadInputs,
PageMapError,
CannotFindMPFloatingPointerStructure
}
| D |
<?xml version="1.0" encoding="ASCII"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="_ClBHsF0kEem7yKe9qSXl1Q1b21539... | D |
/**
* D header file for the io_uring interface.
* Available since Linux 5.1
*
* Copyright: Copyright Jens Axboe 2019,
* Copyright Christoph Hellwig 2019.
* License : $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors : Luís Ferreira
*/
module core.sys.linux.io_uring;
version ... | D |
/Users/thomaslacan/git/MyJogs-vapor/.build/x86_64-apple-macosx10.10/debug/Service.build/Utilities/Exports.swift.o : /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/service.git-3263332778848588464/Sources/Service/Services/ServiceID.swift /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/service.git-3263332778848... | D |
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Multipart.build/MultipartSerializer.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/multipart/Sources/Multipart/MultipartPartConvertible.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/check... | D |
module minilang.transform;
import std.meta : AliasSeq, DerivedToFront, NoDuplicates;
import std.traits : BaseClassesTuple, ReturnType;
import std.format : format;
import minilang.ast;
import minilang.util;
public alias transform = AutoDispatch!(
NameExpr,
StringExpr, IntExpr, FloatExpr,
NegateExpr,
A... | D |
/Users/asishtom/rust_expriments/guessing_game/target/debug/libguessing_game-2ef40a36a951712c.rmeta: /Users/asishtom/rust_expriments/guessing_game/src/main.rs
| D |
E: c159, c156, c197, c49, c132, c215, c38, c79, c128, c240, c6, c70, c224, c232, c150, c178, c230, c50, c85, c205, c242, c223, c172, c196, c41, c119, c190, c238, c60, c23, c204, c36, c9, c162, c236, c34, c35, c14, c68, c72, c231, c177, c125, c181, c221, c185, c217, c233, c112, c55, c216, c120, c90, c26, c173, c250, c5.... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Request/HTTPMethod+String.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/Khanh/vapor/TILApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Content/For... | D |
module game.gapi.commands.jump;
import game.gapi.components.controller;
class CJumpCommand : CCharacterControllerCommand {
public:
override void execute() {
character.movement.jump();
}
}
| D |
/Users/Natalia/FunChatik/Jenkins/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/Objects-normal/x86_64/SocketParsable.o : /Users/Natalia/FunChatik/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineSpec.swift /Users/Natalia/FunChatik/Pods/Socket.IO-Client-Swif... | D |
/Users/Bamz/Developer/FaceIt/Build/Intermediates/FaceIt.build/Debug-iphonesimulator/FaceIt.build/Objects-normal/x86_64/FaceViewController.o : /Users/Bamz/Developer/FaceIt/FaceIt/AppDelegate.swift /Users/Bamz/Developer/FaceIt/FaceIt/FacialExpression.swift /Users/Bamz/Developer/FaceIt/FaceIt/FaceViewController.swift /Use... | D |
module app;
import std.algorithm;
import std.array;
import std.datetime;
import std.exception;
import std.file;
import std.format;
import std.getopt;
import std.parallelism;
import std.path;
import std.process;
import std.range;
import std.stdio;
import std.string;
import tuthpc.taskqueue;
bool flagDryRun = false; ... | D |
module armos.audio.spectrum;
/++
+/
struct Spectrum(T){
public{
T samplingRate;
T[] powers;
T[] phases;
T[] frequencyRange;
T power(in T frequency){
//TODO
return 0;
}
}//public
private{
}//private
}//struct Spectrum
| D |
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ScheduledItem.o : /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/Leex/TableView_Test2... | D |
/Users/shawngong/Centa/.build/debug/Console.build/Command/Command+Print.swift.o : /Users/shawngong/Centa/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/shawngong/Centa/Packages/Console-1.0.2/Sources/Console/Command/Argument.swift /Users/shawngong/Centa/Packages/Console-1.0.2/Sources/Console/Command/Command... | D |
// REQUIRED_ARGS: -main
class A()
{
static struct S { A a; }
}
enum e = is(A!());
| D |
module content.textureatlas;
import content.common, content.reloading;
import util.strings;
import graphics.texture;
import derelict.freeimage.freeimage;
import graphics.enums;
import std.traits;
import util.hash;
import std.algorithm;
import logging;
import graphics.textureatlas;
import collections.table;
private Lo... | D |
/Users/thendral/POC/vapor/Friends/.build/debug/FluentPostgreSQL.build/PostgreSQLDriver.swift.o : /Users/thendral/POC/vapor/Friends/Packages/FluentPostgreSQL-1.0.5/Sources/FluentPostgreSQL/PostgreSQLDriver.swift /Users/thendral/POC/vapor/Friends/Packages/FluentPostgreSQL-1.0.5/Sources/FluentPostgreSQL/PostgreSQLSerializ... | D |
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/HTTPEncoder.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/sadikekinozbay/Documents/TUM/WS-2... | D |
func int B_GhostSpecialDamage (var C_NPC oth, var C_NPC slf) //other ist angreifer, slf ist victim
{
return FALSE;
};
| D |
019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 2019
Wed Feb 13 09:35:41 PST 20... | D |
instance VLK_564_Jesse (Npc_Default)
{
//-------- primary data --------
name = "Jesse";
npctype = npctype_ambient;
guild = GIL_SLV;
level = 4;
voice = 3;
id = 564;
//-------- abilities --------
attribute[ATR_STRENGTH] = 120;
attribute[ATR_DEXTERITY] = 10;
... | D |
// Written in the D programming language
module runtime.core.asserterror;
static import runtime.system.system;
class AssertError : Error
{
uint linnum;
char[] filename;
this(char[] filename, uint linnum)
{
this(filename, linnum, null);
}
this(char[] filename, uint linnum, char[] msg)
{... | D |
#objdump: -dw
#name: 32-bit SNP insn
.*: +file format .*
Disassembly of section \.text:
0+ <att>:
[ ]*[a-f0-9]+:[ ]+f2 0f 01 ff[ ]+pvalidate[ ]*
[ ]*[a-f0-9]+:[ ]+f2 0f 01 ff[ ]+pvalidate[ ]*
[ ]*[a-f0-9]+:[ ]+67 f2 0f 01 ff[ ]+addr16 pvalidate[ ]*
[0-9a-f]+ <intel>:
[ ]*[a-f0-9]+:[ ]+f2 0f 01 ff[ ]... | D |
///////////////////////////////////////////////////////////////////////
// Info EXIT
///////////////////////////////////////////////////////////////////////
INSTANCE DIA_Rick_EXIT (C_INFO)
{
npc = Mil_336_Rick;
nr = 999;
condition = DIA_Rick_EXIT_Condition;
information = DIA_Rick_EXIT_Info;
p... | D |
/Users/lidiomarfernandomachado/dev/swift/f1Project/DerivedData/f1Project/Build/Intermediates.noindex/f1Project.build/Debug-iphonesimulator/f1Project.build/Objects-normal/x86_64/MRData.o : /Users/lidiomarfernandomachado/dev/swift/f1Project/f1Project/Models/MRData.swift /Users/lidiomarfernandomachado/dev/swift/f1Project/... | D |
a line that suspends the harness from the canopy of a parachute
(nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind
burial garment in which a corpse is wrapped
cover as if with a shroud
form a cover like a shroud
wrap in a shroud
| D |
/**
* Contains functions for serializing JSON data.
*
* Authors: <a href="https://github.com/rcorre">rcorre</a>
* License: <a href="http://opensource.org/licenses/MIT">MIT</a>
* Copyright: Copyright © 2015, rcorre
* Date: 3/23/15
*/
module jsonizer.tojson;
import std.json;
import std.traits;
import std.c... | D |
/++++
debugLog.d
#License
Copyright (c) 2014- Seiji Fujita
Distributed under the Boost Software License, Version 1.0.
++++/
//module debuglog;
module derelict.util.debuglog;
import std.stdio;
import core.vararg;
import std.ascii: isPrintable;
import std.string: format, lastIndexOf;
import std.file: append;
import... | D |
// *********************************************************************
// game options menu
// *********************************************************************
INSTANCE MENU_OPT_GAME(C_MENU_DEF)
{
backpic = MENU_BACK_PIC;
items[0] = "MENUITEM_GAME_HEADLINE";
items[1] = "MENUITEM_GAME_SUB_TITLES";... | D |
/**
File handling.
Copyright: © 2012 rejectedsoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module dub.internal.vibecompat.core.file;
public import dub.internal.vibecompat.inet.url;
import dub.internal.vibecompat.core.log;
im... | D |
INSTANCE Info_Mod_HSBauer_01_Hi (C_INFO)
{
npc = Mod_7015_HS_Bauer_REL;
nr = 1;
condition = Info_Mod_HSBauer_01_Hi_Condition;
information = Info_Mod_HSBauer_01_Hi_Info;
permanent = 1;
important = 0;
description = "Was baut ihr da an?";
};
FUNC INT Info_Mod_HSBauer_01_Hi_Condition()
{
return 1;
};
FUNC VOID ... | D |
module org.serviio.ui.representation.ReferenceDataRepresentation;
import java.lang.String;
import java.util.ArrayList;
import java.util.List;
import org.serviio.ui.representation.DataValue;
public class ReferenceDataRepresentation
{
private List!(DataValue) values = new ArrayList!(DataValue)();
public this()... | D |
module roman;
/**
* Converts a roman number to an integer.
* Returns: the number as integer or 0 on invalid numbers.
*/
uint fromRoman(string str) pure nothrow @safe @nogc {
if(str.length) {
immutable two = str.length > 1;
if(str[0] == 'M') return 1000 + str[1..$].fromRoman;
else if(two && str[0..2] == "CM"... | D |
module glad.gl.gl;
public import glad.gl.types;
public import glad.gl.funcs :
glCopyTexImage1D, glVertexArrayElementBuffer, glStencilMaskSeparate, glTextureStorage3DMultisample, glTextureParameterfv,
glMinSampleShading, glVertex2fv, glIndexi, glFramebufferRenderbuffer, glCompressedTexSubImage3D,
glEvalCoord2d, glEv... | D |
/Users/alibagheri/Desktop/ultimate_rust_crash_course/exercise/h_closures_threads/target/debug/deps/cfg_if-da319e21b66a32e0.rmeta: /Users/alibagheri/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs
/Users/alibagheri/Desktop/ultimate_rust_crash_course/exercise/h_closures_threads/target/debug/deps... | D |
instance KDF_404_Xardas (Npc_Default)
{
//-------- primary data --------
name = "Xardas";
npctype = NPCTYPE_FRIEND;
guild = GIL_NONE;
level = 30;
voice = 14;
id = 404;
flags = NPC_FLAG_IMMORTAL;
//-------- abilities --------
attribute[ATR_STRENGTH] = 55;
attribute[ATR_DEXTERITY]... | D |
instance Mod_7309_UntoterKrieger_AW (Npc_Default)
{
//-------- primary data --------
name = "Untoter Krieger";
Npctype = Npctype_main;
guild = GIL_STRF;
level = 40;
voice = 0;
id = 7309;
//-------- abilities --------
B_SetAttributesToChapter (self, 4);
EquipItem (self, ItMw_1h_Nov_Ma... | D |
/**
* Symbol definitions
*/
module exlang.symtab.symbol;
/**
* Symbol base class
*/
abstract class Symbol
{
/**
* The identifier
*/
string ident;
/**
* Constructor
*
* Params:
* ident = The identifier
*/
this ( string ident )
{
this.ident = i... | D |
/**
* An expandable buffer in which you can write text or binary data.
*
* Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
* Authors: Walter Bright, http://www.digitalmars.com
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 ... | D |
/Users/MichaelVieth/Documents/iOS/SplitFun/SplitFun/DerivedData/SplitFun/Build/Intermediates/SplitFun.build/Debug-iphonesimulator/SplitFunTests.build/Objects-normal/x86_64/SplitFunTests.o : /Users/MichaelVieth/Documents/iOS/SplitFun/SplitFun/SplitFunTests/SplitFunTests.swift /Applications/Xcode.app/Contents/Developer/T... | D |
module dsl.ast.GlobLambda;
import dsl.ast._;
import dsl.syntax._;
import std.outbuffer, std.container;
class GlobLambda : Declaration {
protected Word _begin;
protected Word _end;
protected Array!Var _vars;
protected Block _block;
protected Expression _expression;
this (Word begin) {
t... | D |
module android.java.android.content.SyncRequest;
public import android.java.android.content.SyncRequest_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!SyncRequest;
import import1 = android.java.java.lang.Class;
| D |
/* -------------------- CZ CHANGELOG -------------------- */
/*
v1.01:
func int DIA_Parlan_TEACH_MANA_Condition - upraveny podmínky dialogu
(3x) CanLearnMagicCircleNext_ABCZ - upraveny podmínky učení se magických kruhů (na žádost hráčů)
func int dia_parlan_pickpocket_condition - upraveny podmínky krádeže
*/
var ... | D |
void main() { runSolver(); }
void problem() {
auto N = scan!long;
auto P = scan!long(N * 2 - 2).chunks(2);
auto solve() {
auto g = new long[][](N, 0);
foreach(p; P) {
p[0]--; p[1]--;
g[p[0]] ~= p[1];
g[p[1]] ~= p[0];
}
auto treeSizes = new long[](N);
{
auto tourIn =... | D |
/Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Fluent.build/Memory/Memory+Sort.swift.o : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Fluent-1.4.1/Sources/Fluent... | D |
instance Fakescroll(C_Item)
{
name = NAME_Letter;
mainflag = ITEM_KAT_DOCS;
flags = ITEM_MISSION;
/* hp = 5;
hp_max = 5;
weight = 1; */
value = 0;
// visual = "Fakescroll.3ds";
visual = "ItWr_Scroll_01.3ds";
material = MAT_LEATHER;
scemeName = "MAPSEALED";
description = name;
// text[5] = NAME_Value;
// cou... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.