code
stringlengths
3
10M
language
stringclasses
31 values
instance Mod_548_NONE_Canthar_NW (Npc_Default) { // ------ NSC ------ name = "Canthar"; guild = GIL_DMT; id = 548; voice = 9; flags = 2; npctype = NPCTYPE_MAIN; // ------ AIVARS ------ aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IGNORE_M...
D
module CPUblit.composing.screen; import CPUblit.composing.common; /* * CPUblit * Screen-blend compose functions. * Author: Laszlo Szeremi * * Screen-blend functions compose two images together using the following formula: * dest0[rgba] = 1 - (1 - src[rgba]) * (1 - dest[rgba]) * This is translated to the follow...
D
func void B_InitMonsterAttitudes() { B_SetMonsterAttitude(GIL_SEPERATOR_HUM,ATT_NEUTRAL,GIL_MEATBUG); B_SetMonsterAttitude(GIL_SEPERATOR_HUM,ATT_FRIENDLY,GIL_SHEEP); B_SetMonsterAttitude(GIL_SEPERATOR_HUM,ATT_HOSTILE,GIL_GOBBO); B_SetMonsterAttitude(GIL_SEPERATOR_HUM,ATT_HOSTILE,GIL_GOBBO_SKELETON); B_SetMonsterA...
D
module veda.frontend.individual8vjson; import std.conv, std.stdio; import vibe.d; import veda.common.type, veda.onto.onto, veda.onto.individual, veda.onto.resource, veda.onto.lang; static LANG[ string ] Lang; static DataType[ string ] Resource_type; static this() { Lang = [ "NONE":LANG.NONE, "none":L...
D
<?xml version="1.0" encoding="UTF-8"?> <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" xmi:id="_1dMZpAAOEeKpVr_ntT6cLA"> <pageList xmi:id="_1dMZowAOEeKpVr_ntT6cLA"> <availablePage ...
D
module UnrealScript.Engine.MaterialExpressionTerrainLayerCoords; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.MaterialExpression; extern(C++) interface MaterialExpressionTerrainLayerCoords : MaterialExpression { public extern(D): private static __gshared ScriptClass mStaticC...
D
/******************************************************************************* * Copyright (c) 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, and is a...
D
// Entry point for command line (CLI) scanone tool import std.getopt; import std.stdio; import std.conv; import std.exception; import std.file; import std.string; import std.path; import std.algorithm; import std.math; import std.container; import std.typecons; import std.variant; import std.array; import std.range; ...
D
/** Module contains optical flow pyramid implementation. Pyramidal optical flow evaluation in $(BIG DCV) is designed to be a wrapper to actual optical flow algorithm. $(LINK2 #SparesePyramidFlow, Sparse) and $(LINK2 #DensePyramidFlow, dense) optical flow algorithms have a corresponding utility class which will evalu...
D
/Users/2018isabellar/Desktop/Camera/DerivedData/Camera/Build/Intermediates/Camera.build/Debug-iphoneos/Camera.build/Objects-normal/armv7/ViewController.o : /Users/2018isabellar/Desktop/Camera/Camera/ViewController2.swift /Users/2018isabellar/Desktop/Camera/Camera/ViewController1.swift /Users/2018isabellar/Desktop/Camer...
D
import vibe.vibe; import std.stdio; import vibe.core.core; import restapi; import fileinfo; import parseconfig; import utils_string; import args; static string desc = "mirrord is a web server.\nIt can be used to monitor and mirror one or more directories in a decentralized way."; // initialize the map of infomanagers...
D
a gaudy outward display (music) a short lively tune played on brass instruments
D
a state of extreme hunger resulting from lack of essential nutrients over a prolonged period the act of depriving of food or subjecting to famine
D
$NetBSD$ --- runtime/druntime/src/core/stdc/fenv.d.orig 2018-08-23 23:29:55.000000000 +0000 +++ runtime/druntime/src/core/stdc/fenv.d @@ -338,6 +338,12 @@ else version( DragonFlyBSD ) /// enum FE_DFL_ENV = &__fe_dfl_env; } +else version( NetBSD ) +{ + private extern const fenv_t __fe_dfl_env; + /// + ...
D
/** Copyright: Copyright (c) 2015-2018 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ module voxelman.client.plugin; import core.time; import voxelman.log; import voxelman.math; import dlib.math.matrix : Matrix4f; import derelict.enet.enet; import voxelman...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/HTTPResponseCompressor.swift.o : /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPDecoder.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIOHTTP1/H...
D
/Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/debug/Routing.build/RouteBuilder+Grouping.swift.o : /Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/checkouts/routing.git-5366657101075133678/Sources/Routing/Method+Wildcard.swift /Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/checkouts/routing.git-5366...
D
// PERMUTE_ARGS: -inline /* TEST_OUTPUT: --- compilable/interpret3.d(6350): Deprecation: identity comparison of static arrays implicitly coerces them to slices, which are compared by reference --- */ template compiles(int T) { bool compiles = true; } alias TypeTuple(T...) = T; /**********************************...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 321.100006 59.7999992 1.29999995 137.5 65 90 -43.5 146.800003 1350 2.4000001 2.5 0.6 sediments, limestones 177.300003 52.4000015 7.19999981 0 75 80 -9.69999981 119.5 1212 4 7.5999999 1 extrusives, intrusives
D
a white insoluble fibrous protein formed by the action of thrombin on fibrinogen when blood clots
D
module epcompat.initial; // Test with rdmd -m64 -main -unittest -debug -g source\epcompat\initial.d /** Creates a type that is mostly $(PARAM T), only with a different initial value of $(PARAM val). It differs from https://dlang.org/library/std/typecons/typedef.html in that `typedef` takes care to create a new type ...
D
/Users/markmoussa/HackathonProjects/Rhabit/DerivedData/Rhabit/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IChartDataSet.o : /Users/markmoussa/HackathonProjects/Rhabit/Pods/Charts/Charts/Classes/Data/Implementations/Standard/BarChartData.swift /Users/markmoussa/HackathonProjec...
D
/////////////////////////////////////////////////////////////////////// // Info EXIT /////////////////////////////////////////////////////////////////////// instance Info_Edo_Exit (C_INFO) { npc = THF_400_Edo; nr = 999; condition = Info_Edo_Exit_Condition; information = Info_Edo_Exit_Info; important = FAL...
D
/** Types for project descriptions (dub describe). Copyright: © 2015 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.description; import dub.compilers.buildsettings; import dub.dependency; import dub.internal....
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/App.build/boot.swift.o : /Users/work/Projects/Hello/Sources/App/configure.swift /Users/work/Projects/Hello/Sources/App/Models/Todo.swift /Users/work/Projects/Hello/Sources/App/app.swift /Users/work/Projects/Hello/Sources/App/Controllers/TodoController.swi...
D
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Fluent.build/QueryBuilder/QueryBuilder+Decode.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkout...
D
/* Copyright: Marcelo S. N. Mancini (Hipreme|MrcSnm), 2018 - 2021 License: [https://creativecommons.org/licenses/by/4.0/|CC BY-4.0 License]. Authors: Marcelo S. N. Mancini Copyright Marcelo S. N. Mancini 2018 - 2021. Distributed under the CC BY-4.0 License. (See accompanying file LICENSE.txt or copy at ...
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
////////////////////////////////////////// // // Particle-Effects // Instance-Definitions, Engine Presets // Author: Dieter Hildebrandt // // ** DO NOT MODIFY ** // ////////////////////////////////////////// INSTANCE ZBLOOD1 (C_PARTICLEFX) { ppsvalue = 64.; ppscreateem_s = "ZBLOOD1_SPLAT"; dirmod...
D
/** * Skadi.d Web Framework * * util/dynamic - Dynamic class. * * Authors: Faianca * Copyright: Copyright (c) 2015 Faianca * License: MIT License, see LICENSE */ module skadi.utils.dynamic; import std.range : isInputRange, iota; import std.array : empty, front, popFront; template TypeTupleOf(TL...) if (T...
D
/* TEST_OUTPUT: --- fail_compilation/diag9358.d(12): Error: `x` must be of integral or string type, it is a `double` fail_compilation/diag9358.d(14): Error: `case` must be a `string` or an integral constant, not `1.1` fail_compilation/diag9358.d(15): Error: `case` must be a `string` or an integral constant, not `2.1` -...
D
/* TEST_OUTPUT: --- fail_compilation/ice12174.d(12): Error: no property `sum` for type `int[]` fail_compilation/ice12174.d(20): Error: CTFE failed because of previous errors in `this` fail_compilation/ice12174.d(13): called from here: `filter([1, 2, 3])` --- */ void main() { enum foo3 = (int n) => [1,2,3].s...
D
module Pipes; pragma(lib, "gdi32.lib"); import core.memory; import core.runtime; import core.thread; import core.stdc.string; import std.conv; import std.math; import std.range; import std.string; import std.utf; import core.sys.windows.windef; import core.sys.windows.winuser; import core.sys.windows.wingdi; import ...
D
module day1; import std.regex; import std.traits; import std.range; enum numberMatch = ctRegex!(r"[+-][0-9]+"); void day1() { import std.stdio; import std.algorithm; import std.conv; import std.file; auto parsed = readText("input/day1").matchAll(numberMatch) .map!(match=> match.front.to!int) ; writefln("...
D
mksacl (6) --- encode ACL information into a SWT structure 09/04/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n | integer function mksacl (path, pairs, type, sep) | character path (ARB), pairs (ARB), sep (ARB) | integer type ...
D
// ************************************************** // EXIT // ************************************************** var int RodneyHelp; var int weapon_package; // ************************************************** // Was machst du // ************************************************** INSTANCE DIA_PIR_260...
D
/Users/pacmac/Documents/GitHub/Blockchain/substarte_blockchain/substrate-node-template/target/release/build/indexmap-a34a1b958fa59861/build_script_build-a34a1b958fa59861: /Users/pacmac/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.2/build.rs /Users/pacmac/Documents/GitHub/Blockchain/substarte_blockchain...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons; void main() { auto M = readln.split[1].to!long; long[long] HS = [0: 0]; long c; foreach (a; readln.split.to!(long[])) { c = (c + a) % M; if (c in HS) { ++HS[c]; } else { ...
D
/* * hunt-console eases the creation of beautiful and testable command line interfaces. * * Copyright (C) 2018-2019, HuntLabs * * Website: https://www.huntlabs.net * * Licensed under the Apache-2.0 License. * */ module hunt.console.input.ArgvInput; import std.algorithm.searching; import std.string; import s...
D
module ivy.types.data.base_class_node; import ivy.types.data.iface.class_node: IClassNode; class BaseClassNode: IClassNode { import ivy.types.data.iface.range: IvyDataRange; import ivy.types.data: IvyData; import ivy.types.data.exception: NotImplException; import ivy.types.callable_object: CallableObject; protec...
D
/Users/pvdklei/Desktop/Code/create-build/peppaint/target/debug/build/memoffset-2c33ef6b902f624c/build_script_build-2c33ef6b902f624c: /Users/pvdklei/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.6/build.rs /Users/pvdklei/Desktop/Code/create-build/peppaint/target/debug/build/memoffset-2c33ef6b902f624c/bu...
D
// ************ // ZS_Smalltalk_Sumpfmensch02 // ************ const int Smalltalk_Sumpfmensch02Freq = 4; func void ZS_Smalltalk_Sumpfmensch02 () { Perception_Set_Normal(); B_UseHat (self); B_ResetAll (self); if (self.aivar[AIV_Schwierigkeitsgrad] < Mod_Schwierigkeit) || (self.aivar[AIV_Schwierigkeitsgrad]...
D
/Users/deepansh/Desktop/ForexWatchlist/DerivedData/ForexWatchlist/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/VirtualTimeScheduler.o : /Users/deepansh/Desktop/ForexWatchlist/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/deepansh/Desktop/ForexWatchlist/Pods/RxSwif...
D
/home/jawwad-turabi/Desktop/Iot-batch-04/enums/generics/target/debug/deps/generics-85f21bf5e949b80c.rmeta: src/main.rs /home/jawwad-turabi/Desktop/Iot-batch-04/enums/generics/target/debug/deps/generics-85f21bf5e949b80c.d: src/main.rs src/main.rs:
D
/Users/h.arasawa/Library/Developer/Xcode/DerivedData/StopWatchApp-fmhnupczukgitxedioozlvwqokis/Build/Intermediates/StopWatchApp.build/Debug-iphoneos/StopWatchApp.build/Objects-normal/armv7/ViewController.o : /Users/h.arasawa/Desktop/practice_ios/practice/StopWatchApp/StopWatchApp/ViewController.swift /Users/h.arasawa/D...
D
module mazzuma.util; string getTransactionDirection(in string senderPhoneNumber, in string recipientPhoneNumber) { string senderPrefix = getTransactionDirectionPrefix(senderPhoneNumber); string recipientPrefix = getTransactionDirectionPrefix(recipientPhoneNumber); return "r" ~ senderPrefix ~ "t" ~ re...
D
module dparse.lexer; import std.typecons; import std.typetuple; import std.array; import std.algorithm; import std.range; import std.experimental.lexer; import std.traits; import core.cpuid : sse42; version (D_InlineAsm_X86_64) { version (Windows) {} else version = iasm64NotWindows; } /// Operators private en...
D
dependencies: /Users/christianmeyer/Cpp/ch12/P12_5/P12_5/main.cpp \ /Users/christianmeyer/Cpp/ch12/P12_5/P12_5/List.hpp \ /Users/christianmeyer/Cpp/ch12/P12_5/P12_5/Node.hpp \ /Users/christianmeyer/Cpp/ch12/P12_5/P12_5/Iterator.hpp
D
/Users/adityagarg/Code/Mobile-App/IOS/Nutrition/build/Nutrition.build/Debug-iphonesimulator/Nutrition.build/Objects-normal/x86_64/ViewController.o : /Users/adityagarg/Code/Mobile-App/IOS/Nutrition/Nutrition/ViewController.swift /Users/adityagarg/Code/Mobile-App/IOS/Nutrition/Nutrition/FoodItem.swift /Users/adityagarg/C...
D
/* Copyright (C) 2016 Akihiro Shoji <alpha.kai.net at alpha-kai-net.info> */ module HindleyMilnerD.typeinfer; import HindleyMilnerD.util, HindleyMilnerD.term, HindleyMilnerD.type, HindleyMilnerD.subst, HindleyMilnerD.typeschema, HindleyMilnerD.env; import std.array, std.st...
D
import BaseAI, Thief, Trap, ThiefType, TrapType, Tile, structures, util; import std.algorithm, std.array, std.stdio, std.string, std.typecons, std.random, std.container; ///The class implementing gameplay logic. class AI : BaseAI { public: Player me = null; point[] mySpawns, enemySpawns; Thief[] myThie...
D
import core.bitop; import std.algorithm; import std.conv; import std.range; import std.stdio; import std.string; void main () { int tests; readf (" %s", &tests); foreach (test; 0..tests) { int n; readf (" %s ", &n); int [] [] a; foreach (i; 0..n) { a ~= readln.split.map !(to !(int)).array; } auto ...
D
module max_min_sums; import std.stdio, std.algorithm, std.conv, std.array, std.string; void main(string[] args) { int n, k; readf("%d %d\n", &n, &k); auto a = readln.split.map!(to!int); debug { writeln(a); } // TODO: }
D
instance SLD_811_Wolf_DI(Npc_Default) { name[0] = "Wolf"; guild = GIL_SLD; id = 8110; voice = 8; flags = 0; npcType = NPCTYPE_FRIEND; aivar[AIV_PARTYMEMBER] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; B_SetAttributesToChapter(self,4); fight_tactic = FAI_HUMAN_STRONG; EquipIt...
D
// Written in the D programming language. /** * Copyright: Copyright 2012 - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Callum Anderson * Date: June 8, 2012 */ module imaged.image; import std.file, std.math, std.stdio, std.conv, std.path, std.stream; import ...
D
/** * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright */ /* Copyright Digital Mars 2004 - 2009. * Distributed under the Boost Software License, Version 1.0. * (See...
D
// SPDX-License-Identifier: MIT // // Copyright The SCons Foundation /* This program prints a hello world message to the console. */ import std.stdio; void main() { writeln("Hello, World!"); }
D
module armos.audio.recorder; import derelict.openal.al; /++ +/ class Recorder { public{ /// this(uint rate = 44100, uint size = 1024){ DerelictAL.load(); _rate = rate; _size = size; _device = alcCaptureOpenDevice(null, _rate, AL_FORMAT_STEREO16, _size...
D
// PERMUTE_ARGS: import std.stdio; import std.math; /***************************************/ void test1() { creal c = 3.0 + 4.0i; c = sqrt(c); printf("re = %Lg, im = %Lg\n", c.re, c.im); assert(c.re == 2.0); assert(c.im == 1.0); float f = sqrt(25.0f); assert(f == 5.0); double d = sq...
D
/***********************************************************************\ * rpcnsi.d * * * * Windows API header module * * ...
D
module occurrences; import std.stdio; int main(string[] args) { // since unicode characters should be supported, then we'll use a file as the input // we also will allow the user to input multiple strings // we write the result in a file because unicode characters are not supported on the Windows Console ...
D
/Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/build/insightTEK.build/Debug-iphonesimulator/insightTEK.build/Objects-normal/x86_64/HomeViewController.o : /Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/insightTEK/SchoolStore.swift /Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/insightTEK/UserStore.swif...
D
// Copyright © 2012, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). module miners.skin; import std.string : format, find; import uri = std.uri; import charge.charge; import charge.util.png; import miners.options; /** * A threaded TCP connection to the minecra...
D
/******************************************************************************* Base class for asynchronously/selector managed fiber-based client requests Base class for client requests with the following proceudre: 1. Send the server the data required for the request. 2. Receive the status c...
D
(law) someone who owns (is legal possessor of) a business a person who owns something
D
/Users/GMoran/Desktop/ClassicPlayer/DerivedData/ClassicPlayer/Build/Intermediates/ClassicPlayer.build/Debug-iphoneos/ClassicPlayer.build/Objects-normal/arm64/ImageTableCell.o : /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/NowPlayingVC.swift /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/AboutScreenVC.swift /Use...
D
/* 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, execute, and transmit the Soft...
D
func void BS_SHARP_S1 () { if (Npc_IsPlayer(self)) { if(CreationMethod == R_BS) { var float a; Npc_SetAivar(self,AIV_INVINCIBLE,TRUE); a = IntToFloat((R_CreateColdown*2)/7); AI_Wait(hero,a); AI_UseMob (hero, MOBNAME, -1); TRIG_FIRST_SEND = TRUE; Wld_SendTrigger("TIMETRIGGER4"); ...
D
/* * PS3 Media Server, for streaming any medias to your PS3. * Copyright (C) 2008 A.Brochard * * 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; version 2 * of the License only. * * This...
D
/Users/sapientisat/Projects/Supplements/Supplements/XcodeBuild/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/RequestTaskMap.o : /Users/sapientisat/Projects/Supplements/Supplements/Pods/Alamofire/Source/MultipartFormData.swift /Users/sapientisat/Projects/Supplements/Supplem...
D
module UnrealScript.TribesGame.TrProj_ARC8; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrProjectile; extern(C++) interface TrProj_ARC8 : TrProjectile { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticClass...
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Core.build/Process+Execute.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Core/Data+Base64URL.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Core/Nes...
D
const int SPL_COST_FIRERAIN = 60; const int SPL_DAMAGE_FIRERAIN = 300; instance SPELL_FIRERAIN(C_SPELL_PROTO) { time_per_mana = 0; damage_per_level = SPL_DAMAGE_FIRERAIN; damagetype = DAM_MAGIC; targetcollectalgo = TARGET_COLLECT_NONE; }; func int spell_logic_firerain(var int manainvested) { if(self.attribute[...
D
/************************************************************************* * D bindings for ODE * * * * C header port by Daniel "q66" Kolesa <quaker66@gmail.com> * * ...
D
import std; void main() { const width = 25, height = 6; auto layers = File("input.txt", "r").readln.chunks(width * height).array; auto message = (width * height).iota.map!((i) { dchar digit = '2'; foreach (ref layer; layers) { if (digit == '2') digit = layer.front; layer.popFront(); } return digi...
D
/* * Copyright 2015-2018 HuntLabs.cn * * 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...
D
/* * 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 pango.context; import pango.utils; import pango.font; import pango.fontmap; import pango.fontset; import pango.language; import pango.gra...
D
module widget.experiment_widget; import std.conv; import std.datetime; import derelict.sdl2.sdl; static import render_utils; import misc.coords; import actor.cell; import actor.food; import state.state; import state.render_state; import widget.widget; import widget.experiment_render_utils; enum DragState { notDragg...
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
#objdump: -s -r -j .data #name: suffixes .*:.* RELOCATION RECORDS FOR \[.data\]: OFFSET[ ]+TYPE[ ]+VALUE[ ]* 00000002[ ]+r_imm16[ ]+.data[ ]* 00000014[ ]+r_imm16[ ]+.data(\+0x00000016)?[ ]* Contents of section .data: 0000 0a000000 08020802 08020802 f203f203[ ]+................[ ]* 0010 10b010b0 1600[ ...
D
/Users/kendallpfeifer/cmsc388z/assignments/assignment3/rust_find/target/debug/build/num-integer-2c58bd67c110b56f/build_script_build-2c58bd67c110b56f: /Users/kendallpfeifer/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/build.rs /Users/kendallpfeifer/cmsc388z/assignments/assignment3/rust_find/target...
D
/******************************************************************************* * Copyright (c) 2007, 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
/++ This module contains a collection of bit-level operations. Authors: Ilya Yaroshenko, Phobos & LDC Authors (original Phobos unittests, docs, conventions). +/ module mir.bitop; version(LDC) import ldc.intrinsics; version(GNU) import gcc.builtins; import mir.math.common: fastmath; /// Right shift vallue fo...
D
instance DJG_713_Biff(Npc_Default) { name[0] = "Бифф"; guild = GIL_DJG; id = 713; voice = 7; flags = 0; npcType = npctype_main; aivar[96] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IgnoresArmor] = TRUE; B_SetAttributesToChapter(self,6); fight_tactic = FAI_HUMAN_MA...
D
module blockie.model4.M4WorldEditor; import blockie.model; final class M4WorldEditor : WorldEditor { protected: override void generateDistances() { auto addedViews = new DistanceFieldsBiDirChunk(storage, views, 31) .generate() .getAddedViews(); new DistanceFieldsBiDirCell...
D
instance STT_329_Dexter(Npc_Default) { name[0] = "Декстер"; npcType = npctype_main; guild = GIL_STT; level = 7; voice = 10; id = 329; attribute[ATR_STRENGTH] = 30; attribute[ATR_DEXTERITY] = 18; attribute[ATR_MANA_MAX] = 0; attribute[ATR_HITPOINTS_MAX] = 124; attribute[ATR_HITPOINTS] = 124; Mdl_SetVisual(s...
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.opover; import core.std...
D
path=/etc/cron.d mode=750
D
instance Mod_1303_SLD_Organisator_MT (Npc_Default) { //-------- primary data -------- name = Name_Organisator; Npctype = Npctype_mt_soeldner; guild = GIL_mil; level = 15; voice = 0; id = 1303; //-------- abilities -------- B_SetAttributesToChapter (self, 4); EquipItem (se...
D
func void zs_smith_wbench() { Perception_Set_Normal(); B_ResetAll(self); AI_SetWalkMode(self,NPC_WALK); if(Hlp_StrCmp(Npc_GetNearestWP(self),self.wp) == FALSE) { AI_GotoWP(self,self.wp); }; }; func int zs_smith_wbench_loop() { if(!C_BodyStateContains(self,BS_MOBINTERACT_INTERRUPT) && Wld_IsMobAvailable(self,...
D
func void b_enter_psicamp_kapitel_1() { }; var int enterpsicamp_kapitel2; func void b_enter_psicamp_kapitel_2() { if(ENTERPSICAMP_KAPITEL2 == FALSE) { Wld_InsertNpc(SKELETON_WARRIOR_DARK,"FP_ROAM_CAMPGUARD_06"); Wld_InsertNpc(SKELETON_WARRIOR_DARK_SHIELD_MASTER,"FP_ROAM_CAMPGUARD_07"); Wld_InsertNpc(SKELETO...
D
module dwarf2; import llvmfile, quickformat, parseBase; import tools.ctfe: ctTableUnroll; import tools.base: Stuple, stuple, fail, New; import tools.log; // _ATE to prevent collision with AT const string DwarfCodeTable = ` value | TAG | AT | FORM | OP | _ATE ------+----------------+-----...
D
module deimos.openssl.whrlpool; import deimos.openssl._d_util; public import deimos.openssl.e_os2; import core.stdc.config; extern (C): nothrow: enum WHIRLPOOL_DIGEST_LENGTH = (512/8); enum WHIRLPOOL_BBLOCK = 512; enum WHIRLPOOL_COUNTER = (256/8); struct WHIRLPOOL_CTX { union H_ { ubyte c[WHIRLPOOL_DIGEST_LENGT...
D
/* * * AUTO GENERATED! DO NOT EDIT! * */ module bindbc.bgfx.types; public import core.stdc.stdarg : va_list; extern(C) @nogc nothrow: enum uint BGFX_API_VERSION = 108; alias bgfx_view_id_t = ushort; /// Memory release callback. /// Color RGB/alpha/depth write. When it's not specified write will be disabled. ...
D
module tilemap.loader; import std.conv; import std.range; import std.string; import std.array; import std.algorithm; import allegro; import util.jsonizer; import tilemap.tile; import tilemap.tilemap; import tilemap.object; import model.battler; import model.character; import model.item; import graphics.sprite; import ...
D
func int c_refusetalk(var C_NPC slf) { if((Npc_RefuseTalk(slf) == TRUE) && c_npcisgateguard(slf) && (slf.aivar[AIV_GUARDPASSAGE_STATUS] == GP_NONE)) { return TRUE; }; if((slf.aivar[AIV_TALKEDTOPLAYER] == FALSE) && (Npc_GetDistToWP(slf,slf.wp) > 500)) { if(Hlp_GetInstanceID(slf) == Hlp_GetInstanceID(lothar)) ...
D
/Users/oge/Documents/Projects/iossensorapp/SensorApp/build/SensorApp.build/Release-iphoneos/SensorApp.build/Objects-normal/arm64/DeviceSensor.o : /Users/oge/Documents/Projects/iossensorapp/SensorApp/SensorApp/SettingItem.swift /Users/oge/Documents/Projects/iossensorapp/SensorApp/SensorApp/SensorModel.swift /Users/oge/D...
D
a specific instance of feeling hopeful the general feeling that some desire will be fulfilled grounds for feeling hopeful about the future someone (or something) on which expectations are centered United States comedian (born in England) who appeared in films with Bing Crosby (1903-2003) one of the three Christian virt...
D
/** * This module содержит various ткст related functions. * * Compiler implementation of the D programming language * http://dlang.org * * Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved * Authors: Walter Bright, http://www.digitalmars.com * License: $(LINK2 http://www....
D
INSTANCE Info_Mod_Galf_Hi (C_INFO) { npc = Mod_7235_NONE_Galf_NW; nr = 1; condition = Info_Mod_Galf_Hi_Condition; information = Info_Mod_Galf_Hi_Info; permanent = 0; important = 0; description = "Hey. Wer bist du?"; }; FUNC INT Info_Mod_Galf_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Galf_Hi_Info() { ...
D