code
stringlengths
3
10M
language
stringclasses
31 values
/Users/zyang/SNGithub/Cosmos/Build/Intermediates/Cosmos.build/Debug-iphonesimulator/Cosmos.build/Objects-normal/x86_64/Checkerboard.o : /Users/zyang/SNGithub/Cosmos/Cosmos/Curve.swift /Users/zyang/SNGithub/Cosmos/Cosmos/Shape+Creation.swift /Users/zyang/SNGithub/Cosmos/Cosmos/Wedge.swift /Users/zyang/SNGithub/Cosmos/Co...
D
/************************************************************************* ** Orc WARRIOR Prototype ** *************************************************************************/ PROTOTYPE Mst_Default_Draconian(C_Npc) { name = "Jaszczuroczłek myśliwy"; guild = GIL_WARAN;//Attacks orcs, meet ...
D
/home/aman/assign1_12/target/debug/assign1_12: /home/aman/assign1_12/src/main.rs
D
/Users/kareemismail/XCodeProjects/FM2Apps/Movie/build/Pods.build/Debug-iphonesimulator/AlamofireImage.build/Objects-normal/x86_64/ImageCache.o : /Users/kareemismail/XCodeProjects/FM2Apps/Movie/Pods/AlamofireImage/Source/Image.swift /Users/kareemismail/XCodeProjects/FM2Apps/Movie/Pods/AlamofireImage/Source/UIImage+Alamo...
D
/Users/dali/Documents/GitHub/rustlings/target/release/deps/unicode_xid-aeb3375649b55fef.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/unicode-xid-0.2.2/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/unicode-xid-0.2.2/src/tables.rs /Users/dali/Documents/Git...
D
import std.random; import fast_math; import vector; import constants; Mt19937 rng; void seedRng() { rng.seed(unpredictableSeed); } /// Generates a uniform random value between 0 and 1.0 @nogc float uniform_rng() { float val = (float(rng.front) * (1.0f / (uint.max))); rng.popFront(); return val; } @...
D
/home/smith/project/document_image/target/release/deps/libtime_macros_impl-8ac1569a4260836c.so: /home/smith/.cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-impl-0.1.1/src/lib.rs /home/smith/.cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-impl-0.1.1/src/date.rs /home/smith/.cargo/registry/src/git...
D
module ogre.sharedptr; import core.memory; import core.sync.mutex; debug import std.stdio; import std.traits; import ogre.resources.resource; import ogre.compat; import core.memory, core.stdc.stdlib; import std.algorithm, std.conv, std.exception, std.string: indexOf; ///Something: https://github.com/Trass3r/cl4d/blob...
D
/* * Hunt - A high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. * * Copyright (C) 2015-2019, HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.framework.Simplify; public import hunt.framewor...
D
import std.algorithm; enum E { a, b } void main() { auto a = new E[100]; sort(a); }
D
/Users/KaviyaPrarthana/Desktop/CoyoteSwift/DerivedData/CoyoteSwift/Build/Intermediates.noindex/CoyoteSwift.build/Debug-iphonesimulator/CoyoteSwift.build/Objects-normal/x86_64/AppDelegate.o : /Users/KaviyaPrarthana/Desktop/CoyoteSwift/CoyoteSwift/AppDelegate.swift /Users/KaviyaPrarthana/Desktop/CoyoteSwift/DerivedData/C...
D
/Users/susana/Documents/Git/TrackerGPS/TrackerGPS/build/Pods.build/Debug-iphonesimulator/Eureka.build/Objects-normal/x86_64/Protocols.o : /Users/susana/Documents/Git/TrackerGPS/TrackerGPS/Pods/Eureka/Source/Validations/RuleURL.swift /Users/susana/Documents/Git/TrackerGPS/TrackerGPS/Pods/Eureka/Source/Validations/RuleRe...
D
module boardbuilder.board; import dsfml.graphics; public import robo_race.grid; alias Board = TileGrid!false;
D
/* * emmintrin.h style functions * (C) 2014-2015 Etienne Cimon * * License: * Released under the MIT license */ module botan.utils.simd.emmintrin; import botan.constants; static if (BOTAN_HAS_SIMD_SSE2): version(D_InlineAsm_X86) { version(Windows) { pragma(msg, "Error: Loaded SIMD SSE2 in a x86 build! Use --config...
D
module process; import virtmemory; enum Status { RUNNING, READY, SLEEPING, WAITING, RECEIVE, SUSPENDED } enum ProcessTypes { KERNELTHREAD, USERPROCESS, } __gshared uint nextPid = 0; struct Process { uint pid; uint priority; uint status; bool isKern...
D
/++ This is an html DOM implementation, started with cloning what the browser offers in Javascript, but going well beyond it in convenience. If you can do it in Javascript, you can probably do it with this module, and much more. --- import arsd.dom; void main() { auto document = new Document("<html><p>para...
D
/** * This module implements the runtime-part of LDC exceptions * on Windows, based on the MSVC++ runtime. */ module ldc.eh_msvc; version (CRuntime_Microsoft): import core.sys.windows.windows; import core.exception : onOutOfMemoryError, OutOfMemoryError; import core.internal.container.common : xmalloc; import core...
D
module perfontain.camera; import std.stdio, std.array, std.algorithm, perfontain, perfontain.misc, perfontain.math.matrix, perfontain.signals, perfontain.misc.rc; abstract class CameraBase : RCounted { @property { bool cursor() { return true; } Vector3 pos() { return _pos; } void pos(/*ref ...
D
var int LokiAnsewrOne; var int LokiAnsewrTwo; var int LokiAnsewrThree; instance DIA_SEK_8049_LOKI_EXIT(C_Info) { npc = SEK_8049_LOKI; nr = 999; condition = dia_SEK_8049_LOKI_exit_condition; information = dia_SEK_8049_LOKI_exit_info; permanent = TRUE; description = Dialog_Ende; }; func int dia_SEK_8049_LOKI_exit...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/NIO.build/ByteBuffer-aux.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/check...
D
// from ng learn // don't know the point, think it doesn't work // arrays are different than in the C language import std.stdio; void main() { auto a = [1,2,3]; auto pa = a.ptr; writeln((*pa)); writeln((*pa)+1); writeln((*pa)+2); writeln( arr.ptr[3] ); // no bounds check }
D
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/TurnstileWeb.build/Protocols/OAuth/OAuthDelegator.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Turnstile-1.0.6/Sources/TurnstileWeb/URLSession+Turnstile.swift /Users/okasho/serverProject/tryswift...
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.irstate; import ddmd.ar...
D
module sceneparser.shapes.Sphere; import sceneparser.shapes.Shape; import raytracer.Colors; import raytracer.Materials; import raytracer.MathShapes; import raytracer.RTObject; import raytracer.Textures; import raytracer.Vector; import sceneparser.general.Context; import sceneparser.general.Expression; impor...
D
instance KDW_140300_Addon_Myxir_CITY(Npc_Default) { name[0] = "Myxir"; guild = GIL_KDW; id = 140300; voice = 12; flags = NPC_FLAG_IMMORTAL; npcType = npctype_main; aivar[AIV_MagicUser] = MAGIC_ALWAYS; aivar[AIV_IgnoresFakeGuild] = TRUE; aivar[AIV_IgnoresArmor] = TRUE; B_SetAttributesToChapter(self,5); fight...
D
// URL: https://yukicoder.me/problems/no/762 import std.algorithm, std.array, std.container, std.math, std.range, std.typecons, std.string; version(unittest) {} else void main() { int N, M; io.getV(N, M); string S; io.getV(S); auto g = Graph(N); foreach (_; 0..M) { int u, v; io.getV(u, v); --u; --v; ...
D
/* * Collie - An asynchronous event-driven network framework using Dlang development * * Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd * * Developer: putao's Dlang team * * Licensed under the Apache-2.0 License. * */ module collie.utils.bytes; import core.stdc.string; import std.traits; import...
D
/home/calebwin/Projects/emu/examples/add/target/debug/deps/libnum-05b0e455b01c624b.rlib: /home/calebwin/.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.42/src/lib.rs /home/calebwin/Projects/emu/examples/add/target/debug/deps/num-05b0e455b01c624b.d: /home/calebwin/.cargo/registry/src/github.com-1ecc6299db9ec823...
D
/Users/hanykaram/Desktop/MVP/DerivedData/MVP/Build/Intermediates.noindex/SwiftMigration/MVP/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/String+MD5.o : /Users/hanykaram/Desktop/MVP/Pods/Kingfisher/Sources/String+MD5.swift /Users/hanykaram/Desktop/MVP/Pods/Kingfisher/Sour...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto DP1 = new int[](10^^6+1); auto DP2 = new int[](10^^6+1); foreach (x; 1..10^^6+1) { auto r = int.max/3, s = int.max/3; foreach (n; 1..181) { auto d = n*(n+1)...
D
/Users/sergiysobol/Projects/MovieDatabase/build/Pods.build/Debug-iphonesimulator/netfox.build/Objects-normal/x86_64/NFXProtocol.o : /Users/sergiysobol/Projects/MovieDatabase/Pods/netfox/netfox/iOS/NFXListCell_iOS.swift /Users/sergiysobol/Projects/MovieDatabase/Pods/netfox/netfox/iOS/NFXInfoController_iOS.swift /Users/s...
D
# FIXED network_common.obj: C:/ti/CC3200SDK_1.3.0/cc3200-sdk/example/common/network_common.c network_common.obj: C:/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/include/stdlib.h network_common.obj: C:/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/include/_ti_config.h network_common.obj: C:/ti/ccs901/...
D
# FIXED epwm_trip_zone.obj: C:/ti/controlSUITE/device_support/F2837xD/v210/F2837xD_examples_Cpu1/epwm_trip_zone/cpu01/epwm_trip_zone.c epwm_trip_zone.obj: C:/ti/controlSUITE/device_support/F2837xD/v210/F2837xD_common/include/F28x_Project.h epwm_trip_zone.obj: C:/ti/controlSUITE/device_support/F2837xD/v210/F2837xD_comm...
D
/Users/akamatechayapiwat/Desktop/SwiftProject/ToDoEasy/build/ToDoEasy.build/Debug-iphonesimulator/ToDoEasy.build/Objects-normal/x86_64/DataModel+CoreDataModel.o : /Users/akamatechayapiwat/Desktop/SwiftProject/ToDoEasy/ToDoEasy/ViewController/CategoryTableVC.swift /Users/akamatechayapiwat/Desktop/SwiftProject/ToDoEasy/T...
D
/** * Poodinis Dependency Injection Framework * Copyright 2014-2019 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ import poodinis; class Violin { } interface InstrumentPlayer { } class ViolinPlaye...
D
/* Copyright (c) 2013-2019 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, dist...
D
instance Mod_1599_SLD_Soeldner_FM (Npc_Default) { //-------- primary data -------- name = NAME_soeldner; guild = GIL_mil; npctype = npctype_fm_soeldner; level = 30; voice = 5; id = 1599; //-------- abilities -------- B_SetAttributesToChapter (self, 4); EquipItem (self, ItMw_GrobesKurzschwert)...
D
/* * DSFML - The Simple and Fast Multimedia Library for D * * Copyright (c) 2013 - 2017 Jeremy DeHaan (dehaan.jeremiah@gmail.com) * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from the * use of this software. ...
D
module b; void bfun() { }
D
/Users/krlklim/itechart/green_minsk/GreenBel/build/GreenBel.build/Debug-iphonesimulator/GreenBel.build/Objects-normal/x86_64/AppDelegate.o : /Users/krlklim/itechart/green_minsk/GreenBel/GreenBel/AppDelegate.swift /Users/krlklim/itechart/green_minsk/GreenBel/GreenBel/ViewController.swift /Applications/Xcode.app/Contents...
D
module engine.server; public import engine.server.world; public import engine.server.generators; public import engine.server.tiles;
D
/** * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: Jan 1, 2012 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module clang.Cursor; import std.array : appender, Appender; import std.conv : to; impor...
D
/// Random utilities. /// Copyright: dd86k <dd@dax.moe> /// License: MIT /// Authors: $(LINK2 github.com/dd86k, dd86k) module utils; private enum : float { // SI (base-10) SI = 1000, /// SI base kB = SI, /// Represents one KiloByte MB = kB * SI, /// Represents one MegaByte GB = MB * SI, /// Represents...
D
instance Mod_1184_MIL_Miliz_NW (Npc_Default) { // ------ NSC ------ name = Name_Miliz; guild = GIL_pal; id = 1184; voice = 0; flags = 0; npctype = NPCTYPE_nw_miliz; // ------ Attribute ------ B_SetAttributesToChapter (self, 3); // ------ Kampf-Taktik -----...
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
capable of being apprehended or understood well articulated or enunciated, and loud enough to be heard distinctly
D
/** This module is a submodule of $(MREF 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: $(SCRIPT inhibitQuickIndex = 1;) $(BOOKTABLE , $(TR $(TD $(LREF isInputRange)) $(TD Tests if something is a...
D
/** * * Copyright: Copyright Digital Mars 2011 - 2012. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * Source: $(DRUNTIMESRC rt/tlsgc.d) */ /* Copyright Digital Mars 2011. * Distributed under the Boost Software License, Version 1.0. * (Se...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 322.100006 68 3.70000005 44.7999992 80 100 -36.4000015 149.899994 5723 6.0999999 6.0999999 0.6 sediments, redbeds 340 40 5 0 80 100 -33.7999992 150.699997 1768 10 10 0.6 intrusives 325 55 5 0 80 100 -33.9000015 151.300003 1766 10 10 0.6 intrusiv...
D
/** * This module contains all functions related to an object's lifetime: * allocation, resizing, deallocation, and finalization. * * Copyright: Copyright Digital Mars 2000 - 2012. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompa...
D
a male massager
D
module project.gui.windows.holders; public import project.gui.windows.holders.result; public import project.gui.windows.holders.text;
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
// PERMUTE_ARGS: -unittest -O -release -inline -fPIC -g import std.stdio; import core.stdc.stdio; /******************************************/ struct S { int opStar() { return 7; } } void test1() { S s; printf("%d\n", *s); assert(*s == 7); } /******************************************/ void test2...
D
import std.file; import std.stdio; import std.socket; import lightcrafter.constants; /** * A class that interfaces with the lightcrafter */ class Projector { private Socket socket; /** * Create a new Projector * * address = the address of the lightcrafter, defaults to 192.168.1.100 (the * ha...
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: WIKI = Phobos/StdNumeric Author: $(WEB erdani.org, Andrei Alexandrescu) */ /...
D
// EXTRA_SOURCES: imports/fail2962a.d // comment 6 /* TEST_OUTPUT: --- fail_compilation/fail2962.d(14): Error: variable `y` cannot be read at compile time fail_compilation/fail2962.d(14): while looking for match for `baz6!(int, y)` fail_compilation/fail2962.d(22): Error: template instance fail2962.bar6!int erro...
D
module vpe.raw.gl; import vpe.internal; template aliasPlain(names...) { static if (names.length > 0) { mixin(`alias gl.` ~ names[0] ~ " " ~ names[0] ~ ";"); mixin aliasPlain!(names[1..$]); } } mixin aliasPlain!( "GLenum", "GLuint", "GLint", "GL_TRUE", "GL_FALSE", "GL_SCISSOR_TEST", "GL_BLEND", "GL_SRC_...
D
import std.stdio; import std.net.curl; import std.json; import std.algorithm; import std.file; import std.string; import std.array; import std.conv; import std.range; import std.exception; struct GitHub { HTTP client; this(string token) { client = HTTP(); client.addRequestHeader("User-Agen...
D
module processors.ecs; import std.traits; import std.path; import std.string; import std.uni; import std.conv; import std.container.array; import dapt.processor; import dapt.emitter; import dapt.eclass; import dapt.func; import dapt.type; import components; struct Data { Processor processor; EClass.Builder ...
D
/Users/hiro/Desktop/SwiftPractic/build/SwiftPractic.build/Debug-iphonesimulator/SwiftPractic.build/Objects-normal/x86_64/AppDelegate.o : /Users/hiro/Desktop/SwiftPractic/SwiftPractic/AppDelegate.swift /Users/hiro/Desktop/SwiftPractic/SwiftPractic/Common.swift /Users/hiro/Desktop/SwiftPractic/SwiftPractic/podLibControll...
D
/Users/radibarq/Downloads/starter/ARniegeddon/build/ARniegeddon.build/Debug-iphonesimulator/ARniegeddon.build/Objects-normal/x86_64/Types.o : /Users/radibarq/Downloads/starter/ARniegeddon/ARniegeddon/GameScene.swift /Users/radibarq/Downloads/starter/ARniegeddon/ARniegeddon/AppDelegate.swift /Users/radibarq/Downloads/st...
D
<ion-view view-title="预约" hide-back-button="true" class="product-order-page"> <ion-nav-buttons> <button class="button back-button" ng-click="vm.onBack()"> <i class="icon ion-back"></i> </button> </ion-nav-buttons> <form class="m-form" name="form" novalidate> <i...
D
/Users/tipaul/Sites/PlatypusAgency/XebiaFormation/bot/.build/debug/Fluent.build/Query/Join.swift.o : /Users/tipaul/Sites/PlatypusAgency/XebiaFormation/bot/Packages/Fluent-1.3.3/Sources/Fluent/Database/Database.swift /Users/tipaul/Sites/PlatypusAgency/XebiaFormation/bot/Packages/Fluent-1.3.3/Sources/Fluent/Database/Driv...
D
module godot.streampeer; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.object; import godot.reference; @GodotBaseClass struct StreamPeer { static immutable string _GODOT_internal_name = "StreamPeer"; public: union { godot_ob...
D
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response.o : /Users/yq/Project/Swift/SwiftGroup/Pods/Alamofire/Source/MultipartFormData.swift /Users/yq/Project/Swift/SwiftGroup/Pods/Alamofire/Source/Timeline.swift /Users/yq/Project/Sw...
D
void main() { auto t = rs.to!(dchar[]); t.map!(v => v == '?' ? 'D' : v).array.writeln; } // =================================== import std.stdio; import std.string; import std.functional; import std.algorithm; import std.range; import std.traits; import std.math; import std.container; import std.bigint; import std....
D
module ggplotd.ggplotd; import cconfig = cairo.c.config; import cpdf = cairo.pdf; import csvg = cairo.svg; import cairo = cairo; import ggplotd.colour; import ggplotd.geom : Geom; import ggplotd.bounds : Bounds; import ggplotd.colourspace : RGBA; version (unittest) { import dunit.toolkit; } /// delegate that ta...
D
unittest { { { foreach (abcde, def; abcdef.map!(battlecruiser => battlecruiser[123 .. 1231231]).filter!(bravo => charlie[10] > 90000).sum()) { } abcdeabcdeabcde(12341234).abcdeabcdeabcde(12341234).abcdeabcdeabcde(12341234).abcdeabcdeabcde(12341234).abcdeabcdeabcde(12341234); } } }
D
const int SPL_COST_ChargeFireball = 160; const int STEP_ChargeFireball = 40; const int SPL_Damage_ChargeFireball = 90; instance Spell_ChargeFireball(C_Spell_Proto) { time_per_mana = 30; damage_per_level = SPL_Damage_ChargeFireball; damagetype = DAM_FIRE; canTurnDuringInvest = TRUE; }; func int Spell_Logic_Charg...
D
module android.java.java.text.CollationKey; public import android.java.java.text.CollationKey_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!CollationKey; import import1 = android.java.java.lang.Class;
D
// Written by Christopher E. Miller // See the included license.txt for copyright and license details. module dfl.combobox; import core.sys.windows.windows; import dfl.application; import dfl.base; import dfl.collections; import dfl.control; import dfl.drawing; import dfl.event; import dfl.exception; import dfl.inte...
D
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/UIDatePicker+Rx.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxCocoa/RxCocoa/Deprecated.swift /User...
D
/Users/sjwu/video/HouseHold/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Just.o : /Users/sjwu/video/HouseHold/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/sjwu/video/HouseHold/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/sjwu/video/HouseHold/Pods/RxSwift/RxS...
D
/* PERMUTE_ARGS: REQUIRED_ARGS: -o- -Xf=${RESULTS_DIR}/compilable/json2.out -Xi=compilerInfo -Xi=buildInfo -Xi=modules -Xi=semantics POST_SCRIPT: compilable/extra-files/json-postscript.sh */ import json;
D
/******************************************************************************* * Copyright (c) 2000, 2006 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
func void ZS_MM_AllScheduler() { self.aivar[AIV_MM_PRIORITY] = PRIO_EAT; if((self.guild == GIL_Stoneguardian) && (RavenIsDead == TRUE)) { B_KillNpc(self); }; if(Wld_IsTime(self.aivar[AIV_MM_SleepStart],0,self.aivar[AIV_MM_SleepEnd],0) || (self.aivar[AIV_MM_SleepStart] == OnlyRoutine)) { AI_StartState(self,ZS...
D
/Users/Aren/Downloads/Places/DerivedData/Places/Build/Intermediates.noindex/Places.build/Debug-iphoneos/Places.build/Objects-normal/armv7/ARTrackingManager.o : /Users/Aren/Downloads/Places/Places/Place.swift /Users/Aren/Downloads/Places/Places/AppDelegate.swift /Users/Aren/Downloads/Places/Places/HDAugmentedReality/Cla...
D
instance PC_ThiefOW(Npc_Default) { name[0] = "Диего"; guild = GIL_NONE; id = 1; voice = 11; flags = 0; npcType = NPCTYPE_FRIEND; aivar[93] = TRUE; aivar[AIV_FollowDist] = 300; aivar[AIV_IgnoresArmor] = TRUE; B_SetAttributesToChapter(self,4); level = 1; attribute[ATR_STRENGTH] = 70; attribute[ATR_DEXTERITY...
D
instance Mod_1016_KGD_Hymir_MT (Npc_Default) { //-------- primary data -------- name = "Hymir"; npctype = NPCTYPE_MAIN; guild = GIL_OUT; voice = 8; id = 1016; //-------- abilities -------- //-------- visuals -------- // animations Mdl_SetVisual (self,"HUMANS.MDS"); Mdl_ApplyOverlayMds (se...
D
/*** * D compatible types that correspond to various basic types in associated * C and C++ compilers. * * 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 accompanying file LICENSE) * Authors...
D
/Users/maxe/Documents/IOS\ BOOTCAMP/1/SmackAppMax/Jenkins/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Starscream.build/Objects-normal/x86_64/SSLClientCertificate.o : /Users/maxe/Documents/IOS\ BOOTCAMP/1/SmackAppMax/Pods/Starscream/Sources/Starscream/SSLClientCertificate.swift /Users/maxe/Documen...
D
module smidig.net; //TODO maybe remove this? struct NetVar(T) { alias variable this; bool changed = false; union { T variable; ubyte[T.sizeof] bytes; } this(T var) { this.variable = var; } //this T opUnary(string op)() if (s == "++" || s == "--") { changed = true; mixin("return " ~ op ~ " variabl...
D
/Users/Lorenzo/Desktop/EO18_2/Build/Intermediates/Pods.build/Debug-iphonesimulator/MapboxDirections.swift.build/Objects-normal/x86_64/MBWaypoint.o : /Users/Lorenzo/Desktop/EO18_2/Pods/MapboxDirections.swift/MapboxDirections/MBComponentRepresentable.swift /Users/Lorenzo/Desktop/EO18_2/Pods/MapboxDirections.swift/MapboxD...
D
func int B_GetTotalPetzCounter(var C_Npc slf) { if(C_NpcBelongsToOldCamp(slf)) { return PETZCOUNTER_OldCamp_Murder + PETZCOUNTER_OldCamp_Theft + PETZCOUNTER_OldCamp_Attack + PETZCOUNTER_OldCamp_Sheepkiller; }; if(C_NpcBelongsToCity(slf)) { return PETZCOUNTER_City_Murder + PETZCOUNTER_City_Theft + PETZCOUNTER_...
D
/** Copyright: Copyright (c) 2013-2018 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ /// Rewrite of Jukka Jylanki's RectangleBinPacker module voxelman.geometry.rectbinpacker; import voxelman.math; struct Node { irect rect; Node* left, right; } struct R...
D
/** * Forms the symbols available to all D programs. Includes Object, which is * the root of the class object hierarchy. This module is implicitly * imported. * * Copyright: Copyright Digital Mars 2000 - 2011. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sea...
D
//Written in the D programming language /++ D header file for Linux's extensions to POSIX's netinet/in.h. Copyright: Copyright 2017 - License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) +/ module core.sys.linux.netinet.in_; import...
D
the act of inspecting or verifying the latest time for vacating a hotel room a counter in a supermarket where you pay for your purchases
D
//#working import std.stdio, std.conv; struct List(T) { struct Item { T item; Item* next, prev; this(T item) { this.item = item; } string toString() { return item.to!string; } } Item* head, tail; this(T[] items...) { add(items); } void add(T[] items...) { foreach(item; items) ad...
D
instance Mod_585_RIT_Ingmar_NW (Npc_Default) { // ------ NSC ------ name = "Ingmar"; guild = GIL_PAL; id = 585; voice = 0; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 5); // ------ Kampf-Taktik ------ fight...
D
/** Validate and parse config files. Copyright: © 2019 Arne Ludwig <arne.ludwig@posteo.de> License: Subject to the terms of the MIT license, as written in the included LICENSE file. Authors: Arne Ludwig <arne.ludwig@posteo.de> */ module darg_plus.validators; import darg_plus.exception : ...
D
/++ dub.sdl: name "test" dependency "eventcore" path=".." +/ module test; import eventcore.core; import core.time : Duration, MonoTime, msecs; import std.stdio : writefln; MonoTime s_startTime; int s_cnt = 0; bool s_done; void main() { s_startTime = MonoTime.currTime(); auto tm = eventDriver.timers.create(); e...
D
/** * Parse command line arguments from response files. * * This file is not shared with other compilers which use the DMD front-end. * * Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved * Some portions copyright (c) 1994-1995 by Symantec * Authors: $(LINK2 ...
D
module hunt.trace.Span; import hunt.trace.Endpoint; import hunt.trace.Annotation; import hunt.trace.Utils; import std.json; import hunt.util.Serialize; class Span { /// 16bytes string traceId; string name; @IGNORE string parentId; /// 8bytes string id; string kind; long timest...
D
module requests; public import requests.http; public import requests.ftp; public import requests.streams; public import requests.base; public import requests.uri; public import requests.request; public import requests.pool; import std.datetime; import std.conv; import std.experimental.logger; import requests.utils; ...
D
/users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/SwiftUtilities/Build/Intermediates/SwiftUtilities.build/Debug-iphoneos/SwiftUtilities_iOS.build/Objects-normal/arm64/AStarSearch.o : /users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/SwiftUtilities/Source/Version.swift /users/tommy-b-10/Desktop/SidePilot...
D
// *********** // SPL_Swarm K4 // *********** const int SPL_Cost_Swarm = 20; const int SPL_Swarm_Damage = 80; const int SPL_TIME_Swarm = 6; instance Spell_Swarm (C_Spell_Proto) { time_per_mana = 0; //Wert wird nicht gebraucht - Spell wirkt INSTANT targetCollectAlgo = TARGET_COLLECT_FOCUS; }; func ...
D
module android.java.android.database.CrossProcessCursor_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.android.database.CursorWindow_d_interface; import import3 = android.java....
D
module presenters; public { import presenters.server; import presenters.booking; }
D