code
stringlengths
3
10M
language
stringclasses
31 values
instance Mil_336_Rick(Npc_Default) { name[0] = "Rick"; guild = GIL_NONE; id = 336; voice = 10; flags = 0; npcType = npctype_main; aivar[AIV_DropDeadAndKill] = TRUE; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Mil_Sword); B_CreateAmbientInv(self); B_SetNpcVisual...
D
/* Copyright (c) 1996 Blake McBride All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and th...
D
instance GRD_233_Bloodwyn(Npc_Default) { name[0] = "Bloodwyn"; npcType = npctype_main; guild = GIL_GRD; level = 15; voice = 8; id = 233; attribute[ATR_STRENGTH] = 80; attribute[ATR_DEXTERITY] = 60; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 190; attribute[ATR_HITPOI...
D
void doStuff(T)() @safe if (isNumeric!T) { }
D
#!/usr/bin/env rdmd /* * Footer generator for the specification pages. * This script can be used to update the nav footers. * * Copyright (C) 2017 by D Language Foundation * * Author: Sebastian Wilzbach * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt o...
D
import std.stdio; class C { long v = 10; long get(){ return v; } void set(long n){ v = n; } } struct A { private C c; this(C _) { c = _; writefln("&_ = %08X", cast(void*)&_); writefln("&this = %08X", cast(int)&address_test); } alias c this; } void main() { auto a = A(new C()); int[10] arr; writefl...
D
/** Functions and structures for dealing with threads and concurrent access. This module is modeled after std.concurrency, but provides a fiber-aware alternative to it. All blocking operations will yield the calling fiber instead of blocking it. Copyright: © 2013 RejectedSoftware e.K. License: Subject to the ter...
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_3_BeT-61627527...
D
/home/jackycck/SwiftDev7/.build/debug/SwiftGtk.build/ButtonBox.swift.o : /home/jackycck/SwiftDev7/.build/checkouts/SwiftGtk-9216020197532268736/Sources/Grid.swift /home/jackycck/SwiftDev7/.build/checkouts/SwiftGtk-9216020197532268736/Sources/Image.swift /home/jackycck/SwiftDev7/.build/checkouts/SwiftGtk-921602019753226...
D
/* * Copyright (c) 2007-2013 Scott Lembcke and Howling Moon Software * * 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 ...
D
/Users/blaketsuzaki/Development/ClassicKit/Browser/Build/Intermediates/IBDesignables/Intermediates.noindex/Browser.build/Debug-iphonesimulator/Browser.build/Objects-normal/x86_64/ViewController.o : /Users/blaketsuzaki/Development/ClassicKit/Components/CKTextField.swift /Users/blaketsuzaki/Development/ClassicKit/Browser...
D
/Users/tinh/Projects/Furniture-App-UI-2-Flutter/ios/build/Pods.build/Debug-iphonesimulator/flutter_inappwebview.build/Objects-normal/x86_64/WindowIdJS.o : /Users/tinh/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Types/Size2D.swift /Users/tinh/Documents/flutter/.pub-cache/h...
D
a police investigation to determine the perpetrator watch, observe, or inquire secretly
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 glib; public import glib.garray; public import glib.gasyncqueue; public import glib.gatomic; public import glib.gbacktrace; public import...
D
{ depfiles_gcc = "build/.objs/cstructures/linux/x86_64/release/src/tools_avltree.c.o: src/tools_avltree.c include/tools_avltree.h\ ", files = { "src/tools_avltree.c" }, values = { "/usr/bin/gcc", { "-m64", "-fvisibility=hidden", "-O3", ...
D
/home/zbf/workspace/git/RTAP/target/debug/deps/bufstream-ba4c24e2b46e843a.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/bufstream-0.1.4/src/lib.rs /home/zbf/workspace/git/RTAP/target/debug/deps/libbufstream-ba4c24e2b46e843a.rlib: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06...
D
/Users/andrewwerner/Projects/rust_learning/enums/target/debug/deps/enums-8e550281d412b2b7.rmeta: src/main.rs /Users/andrewwerner/Projects/rust_learning/enums/target/debug/deps/enums-8e550281d412b2b7.d: src/main.rs src/main.rs:
D
a long depression in the surface of the land that usually contains a river
D
/************************************************************************** ВОСПРИЯТИЕ ТИХОГО ЗВУКА Персонаж self (я) услышал шаги other (он). Реакция только на ГГ. B_AssessQuietSound() вызывается для только обработки восприятия PERC_ASSESSQUIETSOUND. Вызывает обработку восприятия входа в помещение. О...
D
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Validation.build/Validators/NotValidator.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/validation/Sources/Validation/Validatable.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/v...
D
/******************************************************************************* Server config class for use with ocean.util.config.ClassFiller. copyright: Copyright (c) 2012-2017 dunnhumby Germany GmbH. All rights reserved License: Boost Software License Version 1.0. See LICENSE.txt for ...
D
module mach.collect.readme; private: version(unittest){ import mach.collect; import mach.range.compare : equals; } /++ md # mach.collect This package provides some collection types. All collections in this package are either valid as ranges, or are themselves ranges. ## mach.collect.hashmap Defines a de...
D
module aura.util.inflections.Inflector; import std.regex; import std.array; import std.algorithm; import std.uni; interface InflectionInterface { string inflect(const string input); bool matches(const string input) const; } class InflectionRule(string expression, string format, string matchOptions = "") : Inflect...
D
/Volumes/T7/rust/author/manning/prod/chapter8/ezytutors/tutor-web-app-ssr/target/rls/debug/deps/brotli_sys-7be7a104b2252b2e.rmeta: /Users/prabhueshwarla/.cargo/registry/src/github.com-1ecc6299db9ec823/brotli-sys-0.3.2/src/lib.rs /Volumes/T7/rust/author/manning/prod/chapter8/ezytutors/tutor-web-app-ssr/target/rls/debug...
D
a show or display a show of military force or preparedness a public display of group feelings (usually of a political nature proof by a process of argument or a series of proposition proving an asserted conclusion a visual presentation showing how something works
D
// NOTE: How to make this package architecture better?? module logic; import std.typecons; import gui:_CheckRunner, _InitChW; import std.process, std.regex; import std.file:exists; // ====== // LogicList base logic // ====== interface CheckLogic { public static _InitChW getInitInfo(); } interface CheckLogicNoS...
D
/* Converted to D from gsl_block_long_double.h by htod * and edited by daniel truemper <truemped.dsource <with> hence22.org> */ module auxc.gsl.gsl_block_long_double; /* block/gsl_block_long_double.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; yo...
D
module d.object; import d.ir.symbol; import d.context.location; import d.context.name; final class ObjectReference { private Module object; this(Module object) { this.object = object; } auto getSizeT() { return cast(TypeAlias) object.resolve( Location.init, BuiltinName!"size_t", ); } private ...
D
module gamesim; import tango.math.Math; import tango.time.Clock : Clock; import simulation : Simulation, Ent; import network : Buffer; import glutil : BlendFunc, Blend, Wrap, Image2D, RGBA, GLProgram, GLTexture2D, glState; import util : itoa, MatrixFixed, Vec2D, GameRand, Queue, open_text, Vec3D; import engine : MMHI...
D
module UnrealScript.TribesGame.TrProj_LightTurret; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrProjectile; extern(C++) interface TrProj_LightTurret : TrProjectile { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptCla...
D
/* TEST_OUTPUT: --- fail_compilation/fail289.d(12): Error: cannot cast from function pointer to delegate --- */ alias void delegate() Dg; void fun() {} void gun() { Dg d = cast(void delegate())&fun; }
D
module java.lang.Long; import java.lang.util; import java.lang.exceptions; import java.lang.Number; import java.lang.Character; import java.lang.Class; import java.lang.String; version(Tango){ static import tango.text.convert.Integer; } else { // Phobos static import std.conv; static import s...
D
// **************************** // Nahkampf - AI Swampshark (19) // **************************** /* CONST INT MOVE_RUN = 1; // Gegner in meinem Fokus + steht wer dazwischen? (G) CONST INT MOVE_JUMPBACK = 3; // löst t_ParadeJumpB aus (Attacke wird nur pariert, wenn man schnell genug aus der W-Reichweite kommt! CON...
D
/Users/harry/Desktop/sportsUp/Build/Intermediates/sportsUp.build/Debug-iphonesimulator/sportsUp.build/Objects-normal/x86_64/File.o : /Users/harry/Desktop/sportsUp/sportsUp/tools/File.swift /Users/harry/Desktop/sportsUp/sportsUp/AppDelegate.swift /Users/harry/Desktop/sportsUp/sportsUp/models/EventDetailResponseModel.swi...
D
/Users/joshblatt/Projects/learning-casper/erc20/erc20_token/target/release/deps/libdatasize_derive-a6d9196b337984b7.dylib: /Users/joshblatt/.cargo/registry/src/github.com-1ecc6299db9ec823/datasize_derive-0.2.9/src/lib.rs /Users/joshblatt/Projects/learning-casper/erc20/erc20_token/target/release/deps/datasize_derive-a6...
D
Name{number} advzip - AdvanceCOMP ZIP Compression Utility Synopsis :advzip [-a, --add] [-x, --extract] [-l, --list] : [-z, --recompress] [-t, --test] [-0, --shrink-store] : [-1, --shrink-fast] [-2, --shrink-normal] [-3, --shrink-extra] : [-4, --shrink-insane] [-i, --iter N] : [-k, --keep-file-time] [-p, --pedant...
D
import std.stdio; import event; class EventReceiver { alias void delegate(Event) DgType; // Maps eventIDs to an array of all delegates that use that event private DgType[][long] receiverList; public bool CanHandle(const Event e) { return true; // stub function, temporary } public...
D
predict or reveal through, or as if through, divine inspiration deliver a sermon
D
/** This module is a submodule of $(LINK2 std_range.html, std.range). It provides basic range functionality by defining several templates for testing whether a given object is a _range, and what kind of _range it is: $(BOOKTABLE , $(TR $(TD $(D $(LREF isInputRange))) $(TD Tests if something is an $(I inpu...
D
class A { void fun(int) {} } class B : A { void fun(int x) in { assert(x > 0); } body {} }
D
module gfm.sdl2.window; import std.string; import bindbc.sdl; import std.experimental.logger; import gfm.sdl2.sdl, gfm.sdl2.surface, gfm.sdl2.mouse, gfm.sdl2.keyboard; /// SDL Window wrapper. /// There is two ways to receive events, either by polling a SDL2 object, /// or by overriding the ev...
D
module entity.muitlquery; import std.typetuple; import std.typecons; import entity.database; import entity.query; class MuitlQuery(T,V) if(is(T == class) || is(T == struct) || is(V == class) || is(V == struct)) { alias Iterator = MuitlQueryIterator!(T,V); alias TQuery = Query!(T); alias VQuery = Query!(V); thi...
D
module game.panel.nuke; import basics.alleg5; import basics.globals; import basics.user; import graphic.internal; import gui; class NukeButton : BitmapButton { private: bool _doubleclicked; typeof(timerTicks) _lastExecute; public: this(Geom g) { immutable bool wide = g.ylg < 20f + 1f; ...
D
module sqlist.statement; import std.typecons : Tuple; import std.variant : Variant; import sqlist; /** * An alias for the output type used by the toSQL() functions. */ alias SQLOutput = Tuple!(Variant[], "data", string, "sql"); interface Statement : SQLGenerator { /** * Returns the name of the primary tab...
D
/Users/ohs80340/rustWork/rust_tate/target/rls/debug/deps/cfg_if-2fad831a47772a4b.rmeta: /Users/ohs80340/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs /Users/ohs80340/rustWork/rust_tate/target/rls/debug/deps/cfg_if-2fad831a47772a4b.d: /Users/ohs80340/.cargo/registry/src/github.com-1ecc6299db9...
D
of or relating to or constituting the vitreous humor of the eye relating to or resembling or derived from or containing glass (of ceramics) having the surface made shiny and nonporous by fusing a vitreous solution to it
D
instance VLK_986_VIPER(Npc_Default) { name[0] = "Viper"; guild = GIL_VLK; id = 986; voice = 13; flags = 0; npcType = npctype_main; aivar[AIV_ToughGuy] = TRUE; B_SetAttributesToChapter(self,3); aivar[AIV_MM_RestStart] = TRUE; fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ITMW_1H_G4_AXESMALL_01); B_CreateA...
D
instance DIA_CORD_EXIT(C_INFO) { npc = sld_805_cord; nr = 999; condition = dia_cord_exit_condition; information = dia_cord_exit_info; permanent = TRUE; description = DIALOG_ENDE; }; func int dia_cord_exit_condition() { return TRUE; }; func void dia_cord_exit_info() { AI_StopProcessInfos(self); }; instance...
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
func int oCMob_GetModel (var int mobPtr) { //0x0067AD00 public: virtual class zCModel * __thiscall oCMOB::GetModel(void) const int oCMOB__GetModel_G1 = 6794496; //0x0071BEE0 public: virtual class zCModel * __thiscall oCMOB::GetModel(void) const int oCMOB__GetModel_G2 = 7454432; if (!mobPtr) { return 0; }; co...
D
; Copyright (C) 2008 The Android Open Source Project ; ; 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 ...
D
/******************************************************************************* copyright: Copyright (c) 2004 Kris Bell. все rights reserved license: BSD стиль: $(LICENSE) version: Initial release: October 2004 version: Feb 20th 2005 - Asm version ...
D
/*************************************************************************/ /* godot.core.string */ /*************************************************************************/ /* This file is part of: */ /* ...
D
module android.java.javax.microedition.khronos.opengles.GL10_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.nio.Buffer_d_interface; import import3 = android.java.java.lang...
D
module sceneparser.expressions.ComparisonExpression; import sceneparser.expressions.BooleanExpression; import sceneparser.general.Context; import sceneparser.general.Expression; import sceneparser.general.Value; import Float = tango.text.convert.Float; class ComparisonExpression: BooleanExpression { Exp...
D
//import iteration = std.algorithm.iteration; import std.functional; import std.container; import std.random; import std.range; import std.math; import util; import ser; import term; import game; import tile; import tile_defs; import actor; import item; class Map { mixin (serializable); @noser Game game; Array!Poi...
D
instance NOV_1358_Harlok(Npc_Default) { name[0] = "Харлок"; npcType = npctype_main; guild = GIL_None; level = 3; voice = 1; id = 1358; attribute[ATR_STRENGTH] = 10; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 7; attribute[ATR_MANA] = 7; attribute[ATR_HITPOINTS_MAX] = 76; attribute[ATR_HITPOINT...
D
// ************************************************** var int Mud_Nerve; const int NerveSec = 30; var int Mud_NerveRealized; // ************************************************** // ************************************************** // EXIT // ************************************************** INSTANCE DIA_Mu...
D
/** This module includes functions to work with HTML and CSS in a more specialized manner than [arsd.dom]. Most of this is obsolete from my really old D web stuff, but there's still some useful stuff. View source before you decide to use it, as the implementations may suck more than you want to use. It publically im...
D
import hidden; void main() { }
D
/Users/mprechner/vapor-demo/HelloWorld/.build/debug/Leaf.build/Tag/Models/Index.swift.o : /Users/mprechner/vapor-demo/HelloWorld/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Argument.swift /Users/mprechner/vapor-demo/HelloWorld/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Byte+Leaf.swift /Us...
D
module grpc.server.builder; import interop.headers; import grpc.server; import core.lifetime; class ServerBuilder { private { ushort _port; int _maxInboundMeta; int _maxInboundMessage; long _timeout; bool _useTLS; string _tlsChain; string _tlsKey; Ser...
D
/* * Copyright (C) 2017 The Android Open Source Project * * 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 app...
D
import std.stdio; import std.string; import semver; import gameboy.cartridge; import gameboy.window; import gameboy.gameboy; import sdl2.render; Gameboy emulator; int main(string[] argv) { // Print version print_version (); // Check argument bounds if (argv.length < 2) { print_usage ("Too f...
D
// Copyright © 2012, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). /** * Source file for MenuRunner. */ module charge.game.menu; static import charge.sys.logger; static import charge.sys.resource; import charge.core; import charge.gfx.draw : Draw; import charg...
D
/*var int hero_1h_max_bonus; func void Equip_1H_01() { if(Npc_IsPlayer(self) && (self.HitChance[NPC_TALENT_1H] < 100)) { if((self.HitChance[NPC_TALENT_1H] + Waffenbonus_01) > 100) { hero_1h_max_bonus = 100 - self.HitChance[NPC_TALENT_1H]; B_AddFightSkill(self,NPC_TALENT_1H,hero_1h_max_bonus); ...
D
var int HERO_1hst2_OverlayOn; const int HERO_DelayedFarOverlay = 0; func void B_SetSkillOverlay(var c_NPC slf) { if (slf.guild > GIL_SEPERATOR_HUM) { return; }; if (Npc_IsInFightMode(slf,FMODE_FAR)) { HERO_DelayedFarOverlay = TRUE; } else { var int sk; sk = Npc_GetTalentSkill(slf,NPC_TALENT_1H); if ((sk =...
D
/Users/lincolnnguyen/Desktop/flixter/DerivedData/flixter/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionDelegate.o : /Users/lincolnnguyen/Desktop/flixter/Pods/Alamofire/Source/MultipartFormData.swift /Users/lincolnnguyen/Desk...
D
import vibe.core.core; import vibe.core.log; import vibe.core.net; import vibe.core.stream; import std.exception : enforce; import std.functional : toDelegate; import std.range.primitives : isOutputRange; void main() { void staticAnswer(TCPConnection conn) nothrow @safe { try { while (!conn.empty) { while...
D
/Users/apple/rust_workspace/jacobdenver007/ckb-contracts/sign/contracts/sign/target/rls/debug/build/ckb-std-0723868c9b0c4754/build_script_build-0723868c9b0c4754: /Users/apple/.cargo/registry/src/github.com-1ecc6299db9ec823/ckb-std-0.4.1/build.rs /Users/apple/rust_workspace/jacobdenver007/ckb-contracts/sign/contracts/s...
D
the act of sexual procreation between a man and a woman
D
structure built of stone or brick by a mason Freemasons collectively the craft of a mason
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright (C) 2018-2019 by The D Language Foundation, All Rights Reserved * Authors: Iain Buclaw * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK...
D
/Users/Amna/Desktop/Code with seperate Target/WhatCanISee/fov/target/debug/deps/unicode_xid-1aa3ad15b1990815.rmeta: /Users/Amna/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs /Users/Amna/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/tables.rs /Users/Amna/Desktop/Co...
D
(of persons or their actions) able or disposed to inflict pain or suffering having the nature of vice bringing or deserving severe rebuke or censure marked by deep ill will
D
/******************************************************************************* * Copyright (c) 2006, 2007 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
/Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IBarLineScatterCandleBubbleChartDataSet.o : /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/S...
D
module adbg.include.capstone.m68k; extern (C): /* Capstone Disassembly Engine */ /* By Daniel Collin <daniel@collin.com>, 2015-2016 */ enum M68K_OPERAND_COUNT = 4; /// M68K registers and special registers enum m68k_reg { M68K_REG_INVALID = 0, M68K_REG_D0 = 1, M68K_REG_D1 = 2, M68K_REG_D2 = 3, M...
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
/** * Defines the bulk of the classes which represent the AST at the expression level. * * Specification: ($LINK2 https://dlang.org/spec/expression.html, Expressions) * * Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com...
D
/Users/lucasfarah/Documents/lucasfarah.github.io/.build/x86_64-apple-macosx/debug/Ink.build/API/MarkdownParser.swift.o : /Users/lucasfarah/Documents/lucasfarah.github.io/.build/checkouts/ink/Sources/Ink/Internal/HTML.swift /Users/lucasfarah/Documents/lucasfarah.github.io/.build/checkouts/ink/Sources/Ink/Internal/URL.sw...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 225.800003 43.9000015 7.5999999 145.5 71 89 -9.69999981 119.599998 7799 4.9000001 8.69999981 0.333333333 sediments 219.300003 -4.19999981 9.39999962 22.3999996 56 65 -10 121 7800 4.9000001 9.60000038 0.222222222 extrusives, basalts, andesites 32...
D
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/Fluent.build/Objects-normal/x86_64/SoftDeletable.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/fluent.git-3791725753316239953/Sources/Fluent/Model/ID.swift /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/flue...
D
module android.java.android.content.Context; public import android.java.android.content.Context_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Context; import import17 = android.java.java.io.FileInputStream; import import8 = android.java.java.lang.CharSequence; import import18 = android.java....
D
module android.java.java.time.temporal.TemporalAccessor_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.java.time.temporal.TemporalQuery_d_interface; import import3 = android.ja...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { writeln(readln.chomp[0..$-4], "2015"); }
D
module org.serviio.i18n; public import org.serviio.i18n.GetLocalizationMessageBundleControl; public import org.serviio.i18n.Language;
D
module purr.bc.iterator; import std.conv; import purr.io; import purr.bytecode; class OpcodeIterator { Function func; size_t bytepos = 0; this() {} void walk(Function funcArg) { Function last = func; func = funcArg; enter(func); scope(exit) { exit(func...
D
module tym; public import tym.core; public import tym.api; public import tym.implementation; public import tym.settings;
D
/* Z-LOCK 'EFFCTE' 'effect.d' 2004/03/31 jumpei isshiki */ private import std.stdio; private import std.math; private import std.string; private import SDL; private import opengl; private import util_sdl; private import task; private import main; private import bg; private import ship; float fade_r = 0.0f; floa...
D
# FIXED user_CRSRobot.obj: C:/tfu3_jchen237/Repo/trunk/CRSRobot/src/user_CRSRobot.c user_CRSRobot.obj: C:/CCStudio_v8/bios_5_42_02_10/packages/ti/bios/include/tistdtypes.h user_CRSRobot.obj: C:/tfu3_jchen237/Repo/trunk/CRSRobot/include/coecsl.h user_CRSRobot.obj: C:/CCStudio_v8/bios_5_42_02_10/packages/ti/bios/in...
D
/** * Copyright © Underground Rekordz 2019 * License: MIT (https://github.com/UndergroundRekordz/Musicpulator/blob/master/LICENSE) * Author: Jacob Jensen (bausshf) */ module musicpulator.songtrack; import std.string : format; import std.conv : to; import musicpulator.songautomation; import musicpulator.songchord; imp...
D
/home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/ElectronPhotonFourMomentumCorrection/obj/testLinearity4Bins.o /home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/ElectronPhotonFourMomentumCorrection/obj/testLinearity4Bins.d : /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisB...
D
/* * Copyright (c) 2012-2019 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ module antlr.v4.runtime.BufferedTokenStream; import antlr.v4.runtime.IllegalStateException; import antlr.v4.runtime.Le...
D
/Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ChartViewBase.o : /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /U...
D
informal terms for a difficult situation something craved, especially an intravenous injection of a narcotic drug the act of putting something in working order again an exemption granted after influence (e.g., money) is brought to bear a determination of the place where something is restore by replacing a part or putti...
D
import std.stdio; void main() { writeln("foo"); writeln( /*canttouchthis*/ "bar"); }
D
/Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/x86_64-apple-macosx/debug/Kitura.build/RouterResponse.swift.o : /Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/checkouts/Kitura.git--2811809642908056391/Sources/Kitura/Kitura.swift /Users/patbutler/Developer/Server/Kitura/EmojiJourna...
D
/* * Copyright (C) 2016 The Android Open Source Project * * 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 app...
D
/** * D header file for interaction with C++ std::vector. * * Copyright: Copyright (c) 2018 D Language Foundation * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Guillaume Chatelet * M...
D