code
stringlengths
3
10M
language
stringclasses
31 values
/* DSFML - The Simple and Fast Multimedia Library for D Copyright (c) 2013 - 2015 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. Permission is gran...
D
// Copyright (C) 2018-2019 HuntLabs. All rights reserved. // // 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 require...
D
CHAIN IF ~InParty("P#Kivan") See("P#Kivan") !Dead("P#Kivan") !StateCheck("Tsujath",CD_STATE_NOTVALID) !StateCheck("P#Kivan",CD_STATE_NOTVALID) CombatCounter(0) Global("DeherianaLives","GLOBAL",0) Global("DeherianaDead","GLOBAL",0) Global("G#XB.KoSTsuBanter1","GLOBAL",0)~ THEN BTSUJAT KoSTsuBanter#1.1 @0 /* Kivan, what ...
D
import diet.internal.html : htmlEscape, htmlAttribEscape; import std.format : formattedWrite; #line 1 "layout.dt" import qv.enums; { #line 1 "layout.dt" } _diet_output.put("<!DOCTYPE html><head><!--/ Blobal CSS and JS--><link rel=\"stylesheet\" href=\"/"); #line 6 "layout.dt" _diet_output.htmlAttribEscape(AssetsURL.cs...
D
func void B_LieselMaeh () { AI_Output (self ,other,"DIA_Liesel_15_00"); //Beeee! };
D
/* Copyright (c) 2015-2016 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute...
D
/****************************************************************************** License: Copyright (c) 2007 Jarrett Billingsley 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. Permission is g...
D
module ll.remove.recursive; import ll.node; Node* remove(Node* head, int value) { Node* o; // Precondition. /// <e:pred name="List"><code>head</code>, <e:st n="S"/></e:pred> if (head == null) { // Assert if-condition. /// <e:and> /// <e:pred name="List"><code>head</code>, <e:st n="S"/></e:pred>...
D
import std.stdio, std.array, std.string, std.conv, std.algorithm; import std.typecons, std.range, std.random, std.math, std.container; import std.numeric, std.bigint, core.bitop, core.stdc.string; immutable long MOD = 10^^9 + 7; void main() { auto N = readln.chomp.to!int; auto S = readln.chomp; long ans =...
D
import os.term; import vcpu.core; import vdos.os; import vdos.video; unittest { con_init; vcpu_init; vdos_init; Clear; for (size_t i; i < 80 * 25; ++i) VIDEO[i].attribute = 0x1F; VIDEO[0].ascii = 'H'; VIDEO[1].ascii = 'e'; VIDEO[2].ascii = 'l'; VIDEO[3].ascii = 'l'; VIDEO[4].ascii = 'o'; VIDEO[5].ascii...
D
instance VLK_4143_HaupttorWache(Npc_Default) { name[0] = "Стражник у главных ворот"; guild = GIL_VLK; id = 4143; voice = 13; flags = NPC_FLAG_IMMORTAL; npcType = NPCTYPE_OCMAIN; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Vlk_Sword); EquipItem(self,ItRw_Mil_Cros...
D
module ogre.effects.particleemitter; import std.algorithm; import std.range; //import std.container; import std.conv; import std.string; import ogre.math.vector; import ogre.effects.particlesystem; import ogre.compat; import ogre.general.common; import ogre.math.angles; import ogre.math.maths; import ogre.general.col...
D
/** Manages the Discord websocket client. */ module dscord.gateway.client; import std.stdio, std.uni, std.functional, std.zlib, std.datetime, std.variant, std.format; import vibe.core.core, vibe.inet.url, vibe.http.websockets; import dscord.client, dsc...
D
/Users/wilsonvinson/Documents/GitHub/RUST01/rust01_01/target/debug/deps/cfg_if-4e05ec3f4dc9252e.rmeta: /Users/wilsonvinson/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs /Users/wilsonvinson/Documents/GitHub/RUST01/rust01_01/target/debug/deps/cfg_if-4e05ec3f4dc9252e.d: /Users/wilsonvinson/.car...
D
// ********** // ZS_AutoRest // ********** func void ZS_AutoRest () { B_SetPerception(self); B_FullStop (self); AI_SetWalkmode (self, NPC_WALK); if (Hlp_StrCmp (Npc_GetNearestWP(self), self.wp) == FALSE) { AI_GotoWP (self, self.wp); }; return; }; func void ZS_AutoRest_Loop () { if (Wld_...
D
module android.java.java.net.SocketPermission; public import android.java.java.net.SocketPermission_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!SocketPermission; import import1 = android.java.java.security.PermissionCollection; import import2 = android.java.java.lang.Class;
D
module engine.framework.bt.decorators.inverter; import engine.framework.bt.bt_decorator; class CBTDInverter : CBTDecorator { mixin( TRegisterClass!CBTDInverter ); public: override EBTNodeStatus onProcess() { EBTNodeStatus stat = lchild.process(); if ( stat == EBTNodeStatus.SUCCESS ) { ...
D
module SDL2.syswm; import SDL2.video; import SDL2.version_; import core.sys.windows.windows; extern(C) @nogc nothrow: bool SDL_GetWindowWMInfo(SDL_Window* window, SDL_SysWMinfo * info); alias SDL_SYSWM_TYPE = int; enum { SDL_SYSWM_UNKNOWN, SDL_SYSWM_WINDOWS, SDL_SYSWM_X11, SDL_SYSWM_DIRECTFB, SDL_SYSWM_COCO...
D
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Console.build/Swift3.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/console.git--2431895819212044213/Sources/Console/Swift3.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/co...
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_12_BeT-8276182...
D
/Users/AlexF/doomline/Rust/projects/postgres/target/debug/build/getrandom-3c55fb936fa75801/build_script_build-3c55fb936fa75801: /Users/AlexF/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.2/build.rs /Users/AlexF/doomline/Rust/projects/postgres/target/debug/build/getrandom-3c55fb936fa75801/build_script_b...
D
module java.beans.IntrospectionException; import java.lang; class IntrospectionException : Exception { this(String mess){ super(mess); } }
D
// Copyright Ahmet Sait Koçak 2019. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // https://www.boost.org/LICENSE_1_0.txt) module bindbc.hb.bind.blob; import bindbc.hb.bind.common; extern(C) @nogc nothrow: /* * Note re var...
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
/******************************************************************************* * Copyright (c) 2000, 2003 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, a...
D
/* Copyright (c) 2019-2020 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, ...
D
import vibe.appmain; import vibe.http.proxy; import vibe.http.server; shared static this() { auto settings = new HTTPServerSettings; settings.port = 8080; settings.bindAddresses = ["::1", "127.0.0.1"]; listenHTTPReverseProxy(settings, "www.heise.de", 80); }
D
import scone.keyboard : getInputs, SK, SCK, clearInputs, KeyEvent; import enums; import slump; import flags; import game; import craft_part; import quest; import variables; import entity_living; import entity_animal; import item; import item_stone; import tile_water; import tile_berry; import event; import event_d...
D
module ac.client.gl.glbufferatlas; import bindbc.opengl; import std.container.array; import std.container.rbtree; import std.meta; import std.format; import std.range; import std.string; import std.traits; import ac.client.gl.gltypes; import ac.client.gl.glstate; import ac.client.gl.glresourcemanager; import ac.clien...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1...
D
instance PIR_1368_Addon_Malcom(Npc_Default) { name[0] = "Мальком"; guild = GIL_PIR; id = 1368; voice = 4; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,2); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_Addon_PIR1hAxe); CreateInvItems(self,ItWr_TwoHStonePlate3_Addon,1); B_SetNpcVisu...
D
/** Generic serialization framework. This module provides general means for implementing (de-)serialization with a standardized behavior. Supported_types: The following rules are applied in order when serializing or deserializing a certain type: $(OL $(LI An `enum` type is serialized as its raw value, e...
D
material produced by or used in a reaction involving changes in atoms or molecules relating to or used in chemistry of or made from or using substances produced by or used in reactions involving atomic or molecular changes
D
instance VLK_4106_Dobar(Npc_Default) { name[0] = "Добар"; guild = GIL_MIL; id = 4106; voice = 8; flags = 0; npcType = NPCTYPE_OCMAIN; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Vlk_Axe); B_CreateAmbientInv(self); CreateInvItems(self,ItMi_Nugget,1); B_SetNpcVis...
D
/workspace/Rust/learning/functions_and_loop/loops/target/rls/debug/deps/loops-6106f59a87f9b0c5.rmeta: src/main.rs /workspace/Rust/learning/functions_and_loop/loops/target/rls/debug/deps/loops-6106f59a87f9b0c5.d: src/main.rs src/main.rs:
D
// Written in the D programming language. // // The MIT License (MIT) // // Copyright (c) 2016 Q. F. Schroll module bolpat.staticarray; /// Supplys interpretation of an array literal as a static array without supplying /// the type or length via cast(T[dim]) <literal>. auto makestatic(T, size_t dim)(T[dim] array) {...
D
module grpc.stream.common; import hunt.http.codec.http.frame; import hunt.http.codec.http.model; import hunt.http.codec.http.stream; import grpc.common.byte_buffer; import hunt.collection.BufferUtils; import std.experimental.logger; import grpc.common.queue; import google.rpc.status; import core.time; const ulong DATA...
D
// a button with a label containing markup that can be turned on or off import std.stdio; import gtk.Main; import gtk.MainWindow; import gtk.Label; import gtk.Button; void main(string[] args) { TestRigWindow testRigWindow; Main.init(args); testRigWindow = new TestRigWindow(); Main.run(); } // main() cla...
D
/** * D header file for NetBSD * * TODO check * Authors: Martin Nowak */ module core.sys.netbsd.sys.mman; version (NetBSD): extern (C): nothrow: public import core.sys.posix.sys.mman; import core.sys.netbsd.sys.cdefs; import core.sys.posix.sys.types; static if (__BSD_VISIBLE) { enum INHERIT_SHARE = 0; ...
D
/Users/lucasfarah/Documents/lucasfarah.github.io/.build/x86_64-apple-macosx/debug/Publish.build/API/Location.swift.o : /Users/lucasfarah/Documents/lucasfarah.github.io/.build/checkouts/publish/Sources/Publish/API/PodcastEpisodeMetadata.swift /Users/lucasfarah/Documents/lucasfarah.github.io/.build/checkouts/publish/Sour...
D
/***********************************************************************\ * ddeml.d * * * * Windows API header module * * ...
D
CHAIN IF WEIGHT #-3~ Global("SanAfterJon","GLOBAL",5)~ THEN Bhaal01 AfterJon ~ It is time we meet each other, descendent of Mystra.~ DO~SetGlobal("SanAfterJon","GLOBAL",6)~ ==BSandr~ <CHARNAME> must have taken some of your impression back to Toril when regaining the own soul from Irenicus.~ ==Bhaal01~ You understand mu...
D
module yu.asyncsocket.sslsocket; version (USE_SSL) : import core.stdc.errno; import core.stdc.string; import core.thread; import std.string; import std.socket; import std.exception; import std.experimental.logger; import yu.eventloop; import yu.asyncsocket.transport; import yu.asyncsocket.tcpsocket; import yu.exce...
D
instance DIA_Addon_Matt_EXIT(C_Info) { npc = PIR_1365_Addon_Matt; nr = 999; condition = DIA_Addon_Matt_EXIT_Condition; information = DIA_Addon_Matt_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Matt_EXIT_Condition() { return TRUE; }; func void DIA_Addon_Matt_EXIT_Info() { AI_...
D
/Users/preethamnadig/Documents/Coding/solana/mysolana5/target/release/build/num-traits-7102664737fb47a3/build_script_build-7102664737fb47a3: /Users/preethamnadig/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/build.rs /Users/preethamnadig/Documents/Coding/solana/mysolana5/target/release/build/num-tr...
D
large siphonophore having a bladderlike float and stinging tentacles any of numerous usually marine and free-swimming coelenterates that constitute the sexually reproductive forms of hydrozoans and scyphozoans
D
a Hindu or Buddhist religious leader and spiritual teacher each of the first ten leaders of the Sikh religion a recognized leader in some field or of some movement
D
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/Data/TemplateDataStorage.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/template-kit.git--6129928586187134836/Sources/TemplateKit/Data/TemplateData.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/template...
D
module database.mysql.row; import std.traits; import std.typecons; import database.mysql.exception; import database.mysql.type; public import database.row; import database.util; private uint hashOf(const(char)[] x) { import std.ascii; uint hash = 2166136261u; foreach(i; 0..x.length) hash = (hash ^ cast(uint)(to...
D
/Users/pravalika/Desktop/BlockIT/build/BlockIT.build/Debug-iphonesimulator/BlockIT.build/Objects-normal/x86_64/PersistenceService.o : /Users/pravalika/Desktop/BlockIT/BlockIT/PersistenceService.swift /Users/pravalika/Desktop/BlockIT/BlockIT/SharedFile.swift /Users/pravalika/Desktop/BlockIT/BlockIT/AppDelegate.swift /Us...
D
/****************************************************************************** IDmqNodeRegistry defines public / external methods on a DMQ client's node registry. Instances of this interface can be safely exposed externally to the DMQ client. Copyright: Copyright (c) 2010-2017 dunnhumby Germa...
D
the act of coagulating blood and destroying tissue with a hot iron or caustic agent or by freezing
D
/++ Base64エンコード/デコード Base64のエンコードとデコードを行うサンプルです See_Also: - https://dlang.org/phobos/std_base64.html Source: $(LINK_TO_SRC source/data/_base64_example.d) +/ module data.base64_example; /++ Base64エンコード/デコードを行うサンプルです +/ @safe unittest { import std.base64; immutable ubyte[] decodedData = [0,1,2,3,4,5,6,7];...
D
/* Digital Mars DMDScript source code. * Copyright (c) 2000-2002 by Chromium Communications * D version Copyright (c) 2004-2010 by Digital Mars * 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) * written by Walter ...
D
/Users/student/Documents/Marketplace/DerivedData/Build/Intermediates/Marketplace.build/Debug-iphonesimulator/Marketplace.build/Objects-normal/x86_64/RegisterTableView.o : /Users/student/Documents/Marketplace/Marketplace/CoreDataComponents/Network/Download.swift /Users/student/Documents/Marketplace/Marketplace/CoreDataC...
D
/Users/hdcui/NIZKs-for-AsiaCCS19-and-HSM-CL/bld_sig/target/rls/debug/build/rocket_codegen-e9b15425b76c07b0/build_script_build-e9b15425b76c07b0: /Users/hdcui/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_codegen-0.4.5/build.rs /Users/hdcui/NIZKs-for-AsiaCCS19-and-HSM-CL/bld_sig/target/rls/debug/build/rocket_co...
D
instance VLK_479_Lucy(Npc_Default) { name[0] = "Λώρθ"; guild = GIL_VLK; id = 479; voice = 17; flags = 0; npcType = NPCTYPE_AMBIENT; aivar[AIV_Temper] = TEMPER_ToughGuy; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; B_CreateAmbientInv(self); EquipItem(self,ItMw_1h_Vlk_Dagger); B_SetNpcV...
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_28_BeT-7276627...
D
/home/pangpangguy/Ensimag/ProjetRust/learnrust/guessing_game/target/debug/build/libc-374ad4b1de88110c/build_script_build-374ad4b1de88110c: /home/pangpangguy/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.85/build.rs /home/pangpangguy/Ensimag/ProjetRust/learnrust/guessing_game/target/debug/build/libc-374ad4b1...
D
/** * This module helps to decide whether an appropriate execinfo implementation * is available in the underling C runtime or in an external library. In the * latter case exactly one of the following version identifiers should be * set at the time of building druntime. * * Possible external execinfo version IDs b...
D
//***************************************************************************** // // Misc. loaders // //***************************************************************************** module engine.blob.misc; //----------------------------------------------------------------------------- // SDL (images and fonts) //--...
D
module noted.menubar; import noted.textarea; import gtk.MenuItem; import gtk.MenuBar; import gtk.Menu; import gtk.FileChooserDialog; import gtk.Window; import gtk.c.types: GtkResponseType; import std.stdio: writeln; class NotedMenuBar : MenuBar { public: this() { file = new FileMenuHeader(); ...
D
urequire 'test_helper' class BootstrapHelperTest < ActionView::TestCase end
D
/Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/ReadPermission.o : /Users/zecheng/iosDevelop/secondHand/Pods/FacebookCore/Sources/Core/GraphRequest/GraphRequestProtocol.Bridge.swift /Users/zecheng/iosDevelo...
D
a large indefinite number a large gathering of people the common people generally
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Service.build/Container/BasicSubContainer.swift.o : /Users/work/Projects/Hello/.build/checkouts/service.git--3029908809087319447/Sources/Service/Services/ServiceID.swift /Users/work/Projects/Hello/.build/checkouts/service.git--3029908809087319447/Sources/...
D
struct Foo { import std.array : empty; bool empty() { return true; } } unittest { Foo f; assert(f.empty); }
D
module geometry.GLBuffer; import std.stdio; import derelict.opengl3.gl; class GLBuffer { protected uint id; protected uint type; protected uint storageType; protected ulong elements; public this(uint type) { this.type = type; this.storageType = GL_STATIC_DRAW; glGenBu...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1985-1998 by Symantec * Copyright (C) 2000-2019 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: ...
D
void main() { runSolver(); } void problem() { auto S = scan; auto solve() { return S[$ / 2]; } outputForAtCoder(&solve); } // ---------------------------------------------- import std; T[][] combinations(T)(T[] s, in long m) { if (!m) return [[]]; if (s.empty) return []; return s[1 .. $].combinat...
D
the act of validating the cognitive process of establishing a valid proof
D
/Users/alice/Desktop/BottomUpLearning3/PRIMs_cmd/Build/Intermediates.noindex/PRIMs_cmd.build/Debug/PRIMs_cmd.build/Objects-normal/x86_64/ConflictSetTrace.o : /Users/alice/Desktop/BottomUpLearning3/PRIMs_cmd/PRIMs_cmd/ConsoleIO.swift /Users/alice/Desktop/BottomUpLearning3/PRIMs_cmd/PRIMs_cmd/ConflictSetTrace.swift /User...
D
/* * Copyright (c) 2004-2009 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
/Users/bootcamp/Documents/collab2/DerivedData/goOSC/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Differ.build/Objects-normal/x86_64/NestedBatchUpdate.o : /Users/bootcamp/Documents/collab2/Pods/Differ/Sources/Differ/BatchUpdate.swift /Users/bootcamp/Documents/collab2/P...
D
/Users/user/Documents/システム開発グループ/beacon/testBeacon2/Build/Intermediates/testBeacon2.build/Debug-iphoneos/testBeacon2.build/Objects-normal/armv7/q_and_a.o : /Users/user/Documents/システム開発グループ/beacon/testBeacon2/testBeacon2/ViewController.swift /Users/user/Documents/システム開発グループ/beacon/testBeacon2/testBeacon2/Data.swif...
D
/afs/cern.ch/user/y/ychou/private/monoWZH/CxAODFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/TupleMaker/obj/TupleMakerCINT.o /afs/cern.ch/user/y/ychou/private/monoWZH/CxAODFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/TupleMaker/obj/TupleMakerCINT.d : /afs/cern.ch/user/y/ychou/private/monoWZH/CxAODFramework/TupleMa...
D
// Copyright Steve Teale 2011. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // Written in the D programming language module textsrc; import std.stream; import std.conv; import std.path;...
D
/* TEST_OUTPUT: --- fail_compilation/test17451.d(22): Error: undefined identifier `allocator` fail_compilation/test17451.d(23): Error: `long` has no effect in expression `false` fail_compilation/test17451.d(30): Error: variable test17451.HashMap!(ThreadSlot).HashMap.__lambda2.v size of type ThreadSlot is invalid fail_c...
D
/Users/Fares/Documents/Projects/TransitApp/build/Pods.build/Debug-iphonesimulator/HanekeSwift.build/Objects-normal/x86_64/DiskCache.o : /Users/Fares/Documents/Projects/TransitApp/Pods/HanekeSwift/Haneke/Cache.swift /Users/Fares/Documents/Projects/TransitApp/Pods/HanekeSwift/Haneke/CGSize+Swift.swift /Users/Fares/Docume...
D
/Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/Placeholder.o : /Users/hanykaram/Desktop/MVC/Pods/Kingfisher/Sources/String+MD5.swift /Users/hanykaram/Desktop/MVC/Pods/Kingfisher/Sources/Resource.swift /Users/hanykaram/Desk...
D
instance BDT_1007_Bandit_H(Npc_Default) { name[0] = NAME_Bandit; guild = GIL_BDT; id = 1007; voice = 13; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,3); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Sld_Axe); EquipItem(self,ItRw_Mil_Crossbow); B_CreateAmbientInv(self); B_S...
D
/Users/yamaguchiMacPro/Documents/work/ChousainPlus/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RealmSwift.build/Objects-normal/x86_64/SortDescriptor.o : /Users/yamaguchiMacPro/Documents/work/ChousainPlus/Pods/RealmSwift/RealmSwift/Schema.swift /Users/yamaguchiMacPro/Documents/work/ChousainPlus/Pods/Rea...
D
someone whose age is in the seventies
D
module engine.core.define; /** Engine uses some type overrides and local functions based on this. This mixin should be used in every module */ enum TEngineModuleDefines = q{ private { } };
D
// moveu.d import std.stdio: writeln; import std.process: system; import core.thread: Thread; import std.datetime: dur; string[] getInput(ref TextBool txtboo) { with(txtboo) { lines = [ " Happy", "Birthday", "Luke! :-)" ]; doExecute = true; } // with return txtboo.lines; } struct TextBool { string[] ...
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
/* * 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
/** * Модуль HTML логера * * Copyright: (c) 2015-2017, Milofon Project. * License: Subject to the terms of the BSD license, as written in the included LICENSE.txt file. * Authors: Maksim Galanin */ module dango.system.logging.loggers.html; private { import vibe.core.log; import vibe.core.concurrency: loc...
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 Software, a...
D
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
D
/Users/haruna/Documents/iOSdev/yelpy/Build/Intermediates/Pods.build/Debug-iphonesimulator/SkeletonView.build/Objects-normal/x86_64/SubviewsSkeletonables.o : /Users/haruna/Documents/iOSdev/yelpy/Pods/SkeletonView/Sources/Appearance/SkeletonAppearance.swift /Users/haruna/Documents/iOSdev/yelpy/Pods/SkeletonView/Sources/C...
D
/Users/mizumotoryouhei/Desktop/hello/target/debug/deps/hello-3c39a63cfeea3aa5: src/main.rs /Users/mizumotoryouhei/Desktop/hello/target/debug/deps/hello-3c39a63cfeea3aa5.d: src/main.rs src/main.rs:
D
/home/tfg/Documentos/tfg/by-Example/modulos/modulo_lib/target/debug/deps/modulo_lib-603de6b08b2b08c7.rmeta: src/lib.rs /home/tfg/Documentos/tfg/by-Example/modulos/modulo_lib/target/debug/deps/libmodulo_lib-603de6b08b2b08c7.rlib: src/lib.rs /home/tfg/Documentos/tfg/by-Example/modulos/modulo_lib/target/debug/deps/modul...
D
/* TEST_OUTPUT: --- fail_compilation/diag9880.d(9): Error: template instance foo!string does not match template declaration foo(T)(int) if (is(T == int)) --- */ void foo(T)(int) if (is(T == int)) {} void main() { alias f = foo!string; }
D
/Users/ThiagoBevi/Developer/Teste_iOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ResponseSerialization.o : /Users/ThiagoBevi/Developer/Teste_iOS/Pods/Alamofire/Source/MultipartFormData.swift /Users/ThiagoBevi/Developer/Teste_iOS/Pods/Alamofire/Source/Timeline.swift /Users...
D
/* * Olimex WPC #26 * * Determine whether or not four points lie on a square. * * The program calculates the (squared) distances between all points * and makes a determination based on the distribution of the distances. * * Compiled with DMD32 v2.063.2 on Linux Mint 15 * Note: does not work when compiled with ...
D
module grape.camera; import derelict.opengl3.gl3; import std.math; import std.stdio; import grape.math; import grape.window : WINDOW_WIDTH, WINDOW_HEIGHT; import gl3n.linalg; //I need to move and rotate the camera relative to the direction it is facing. class CameraOld { public : /** * 位置、姿勢の設定 ...
D
/** * Windows API header module * * Translated from MinGW Windows headers * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_wingdi.d) */ module core.sys.windows.wingdi; version (Windows): version (ANSI) {} else version = Unicode; pragma(l...
D
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/AsyncHTTPClient.build/Connection.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/async-http-client/Sources/AsyncHTTPClient/HTTPClient+HTTPCookie.swift /Users/sadikeki...
D
/++ + +/ module dcompress.tar; import dcompress.tar.internal; debug = tar; debug(tar) { import std.stdio; } /// File types supported by tar format. enum FileType : char { regular = '0', regularCompatibility = '\0', // This flag represents a file linked to another file, of any type, // previous...
D