code
stringlengths
3
10M
language
stringclasses
31 values
INSTANCE Info_Mod_Mario_Hi (C_INFO) { npc = Mod_595_MIL_Mario_NW; nr = 1; condition = Info_Mod_Mario_Hi_Condition; information = Info_Mod_Mario_Hi_Info; permanent = 0; important = 0; description = "Was machst du hier so allein?"; }; FUNC INT Info_Mod_Mario_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Ma...
D
/Users/bernardo.tolosa/Documents/workspace/iosworks/basicmvvm/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ScheduledDisposable.o : /Users/bernardo.tolosa/Documents/workspace/iosworks/basicmvvm/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bernardo.tolosa/Documents/workspa...
D
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/Debugging.build/Objects-normal/x86_64/Debuggable.o : /Users/brunodaluz/Desktop/project/.build/checkouts/core.git-3993699855654508100/Sources/Debugging/Debuggable.swift /Users/brunodaluz/Desktop/project/.build/checkouts/core.git-399369985565450810...
D
import fixed.uint128; import g = fixed.internal.uint128gen; version (D_InlineAsm_X86) { import a = fixed.internal.uint128x8632; } else version (D_InlineAsm_X86_64) { import a = fixed.internal.uint128x8664; } else { import a = fixed.internal.uint128gen; } uint128[1000] ag, aa; import std.random; static ...
D
INSTANCE Info_Mod_Thorge_TUG_AtDorf (C_INFO) { npc = Mod_1960_VMG_Thorge_TUG; nr = 1; condition = Info_Mod_Thorge_TUG_AtDorf_Condition; information = Info_Mod_Thorge_TUG_AtDorf_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Thorge_TUG_AtDorf_Condition() { if (Npc_KnowsInfo(hero, Info_Mod_Thorge_Komm...
D
<!DOCTYPE html> <html> <!-- Mirrored from www.cognitiveclouds.com/fonts/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/fa...
D
// Written in the D programming language. /** This module contains common Dialog implementation. Synopsis: ---- import dlangui.dialogs.msgbox; // show message box with single Ok button window.showMessageBox(UIString("Dialog title"d), UIString("Some message"d)); // show message box with OK and CANCEL buttons, canc...
D
/******************************************************************************* * Copyright (c) 2004, 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
module libressl.compat.arpa; public import libressl.compat.arpa.inet; public import libressl.compat.arpa.nameser;
D
module engine.core.hal.system; public: import engine.core.hal.system.system_info;
D
func void EVT_MATTEO_GUARD_FUNC() { var C_Npc matteoGuard; matteoGuard = Hlp_GetNpc(Mil_325_Miliz); matteoGuard.senses = matteoGuard.senses | SENSE_SMELL; };
D
module UnrealScript.TribesGame.TrDataStore_OnlineGameSearch; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.UIDataStore_OnlineGameSearch; import UnrealScript.UDKBase.UDKUIDataProvider_ServerDetails; extern(C++) interface TrDataStore_OnlineGameSearch : UIDataStore_OnlineGameSearch...
D
/Users/taharahiroki/namahage_swap/secret_contracts/lottery/target/release/deps/heapsize-146a74f064fb5ea3.rmeta: /Users/taharahiroki/.cargo/registry/src/github.com-1ecc6299db9ec823/heapsize-0.4.2/src/lib.rs /Users/taharahiroki/namahage_swap/secret_contracts/lottery/target/release/deps/libheapsize-146a74f064fb5ea3.rlib:...
D
/+ Copyright (c) 2007 Eric Anderton 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 use, copy, modify...
D
module android.java.android.R_animator; public import android.java.android.R_animator_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!R_animator; import import0 = android.java.java.lang.Class;
D
instance Mod_7192_VLK_Buergerin_NW (Npc_Default) { // ------ NSC ------ name = "aufgebrachte Frau"; guild = GIL_PAL; id = 7192; voice = 19; flags = 0; npctype = NPCTYPE_MAIN; //-----------AIVARS---------------- aivar[AIV_ToughGuy] = TRUE; // ------ Attribute ------ B_SetA...
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
/******************************************************************************* @file IPickle.d Copyright (c) 2004 Kris Bell This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for damages ...
D
import pl0_extended_ast; import pl0_extended_lexer; import pl0_extended_token; import pl0_extended_parser; import pl0_extended_printer; import pl0_extended_analyzer; import std.algorithm; import std.array; import pl0_testsource; import optimizer; import codeGen; import sdc.terminal; // import ddmd.ctfe.bc; static ...
D
// Written in the D programming language. /** * Convert Win32 error code to string. * * Copyright: Copyright The D Language Foundation" 2006 - 2013. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: $(HTTP digitalmars.com, Walter Bright) * Credits: Based on code written by Reg...
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
module psql.exceptions; class ProtocolException : Exception { @safe pure nothrow this(string message, string file = __FILE__, size_t line = __LINE__, Throwable next = null) { super(message, file, line, next); } } class UnhandledMessageException : ProtocolException { @safe pure nothrow this(string mess...
D
/******************************************************************************* * Copyright (c) 2006, 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
/Users/dunjamaksimovic/Documents/FirebaseNotifier/build/Pods.build/Debug-iphonesimulator/XMLCoder.build/Objects-normal/x86_64/XMLKey.o : /Users/dunjamaksimovic/Documents/FirebaseNotifier/Pods/XMLCoder/Sources/XMLCoder/Auxiliaries/KeyedStorage.swift /Users/dunjamaksimovic/Documents/FirebaseNotifier/Pods/XMLCoder/Sources...
D
// REQUIRED_ARGS: -w /* TEST_OUTPUT: --- fail_compilation/warn13679.d(13): Warning: cannot use `foreach_reverse` with an associative array --- */ void main() { int[int] aa; foreach_reverse(k, v; aa) {} }
D
module thBase.metainfo; import std.traits; struct MetaAttribute {} alias MetaAttribute XmlIgnoreAll; alias MetaAttribute XmlIgnore; alias MetaAttribute XmlSerialize; alias MetaAttribute XmlOptional; template isMetaAttribute(T) { static if(is(T == MetaAttribute)) enum bool isMetaAttribute = true; else enu...
D
/** * D header file for GNU/Linux * * $(LINK2 http://sourceware.org/git/?p=glibc.git;a=blob;f=dlfcn/dlfcn.h, glibc dlfcn/dlfcn.h) */ module core.sys.linux.dlfcn; version (linux): extern (C): nothrow: @nogc: @system: version (ARM) version = ARM_Any; version (AArch64) version = ARM_Any; version (HPPA) versio...
D
// PERMUTE_ARGS: -g // EXTRA_CPP_SOURCES: cppb.cpp import core.stdc.stdio; import core.stdc.stdarg; import core.stdc.config; extern (C++) int foob(int i, int j, int k); class C { extern (C++) int bar(int i, int j, int k) { printf("this = %p\n", this); printf("i = %d\n", i); pr...
D
/Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/HandyJSON.build/Objects-normal/x86_64/URLTransform.o : /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/Metadata.swift /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/CBridg...
D
/Users/rathana/Desktop/24.06.2019/VSMS-usah/VSMS-Develope-Developer/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Timeline.o : /Users/rathana/Desktop/24.06.2019/VSMS-usah/VSMS-Develope-Developer/Pods/Alamofire/Source/MultipartFormData.swift /Users/rathana/Desktop/24.06.2019/VSMS-usah/VSMS...
D
/Users/sa-ta/Documents/MyRusts/RustVue/serverRust/target/debug/deps/cpuid_bool-7a89a4b591c94a42.rmeta: /Users/sa-ta/.cargo/registry/src/github.com-1ecc6299db9ec823/cpuid-bool-0.1.2/src/lib.rs /Users/sa-ta/Documents/MyRusts/RustVue/serverRust/target/debug/deps/libcpuid_bool-7a89a4b591c94a42.rlib: /Users/sa-ta/.cargo/re...
D
instance BDT_1090_Addon_Raven (Npc_Default) { // ------ NSC ------ name = "Kruk"; guild = GIL_BDT; id = 1090; voice = 10; flags = 0; npctype = NPCTYPE_MAIN; level = 50; attribute[ATR_STRENGTH] = 50; //+50 Waffe attribute[ATR_DEXTERITY] = 50; attribute[ATR_MANA_MAX] = 100; attribut...
D
import std.stdio; void main() { writefln('How do you use D'); writefln('people.d'); }
D
module dub.packagesuppliers.fallback; import dub.packagesuppliers.packagesupplier; import std.typecons : AutoImplement; package abstract class AbstractFallbackPackageSupplier : PackageSupplier { protected PackageSupplier m_default; protected PackageSupplier[] m_fallbacks; this(PackageSupplier default_, PackageSup...
D
/Users/Salgara/Desktop/IOS/CurrencyApp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/CombineLatest.o : /Users/Salgara/Desktop/IOS/CurrencyApp/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Salgara/Desktop/IOS/CurrencyApp/Pods/RxSwift/RxSwift/Observables/SingleAsync....
D
/** Compute erfcx(x) = exp(x^2) erfc(x) function, for real x, using a novel algorithm that is much faster than DERFC of SLATEC. This function is used in the computation of Faddeeva, Dawson, and other complex error functions. Copyright: © 2012 Massachusetts Institute of Technology, © 2013 Forschungszentrum ...
D
/* * This file generated automatically from shm.xml by d_client.py. * Edit at your peril. */ /** * @defgroup XCB_Shm_API XCB Shm API * @brief Shm XCB Protocol Implementation. * @{ **/ module interim.xcb.shm; import interim.xcb.xcb; import interim.xcb.xproto; const int XCB_SHM_MAJOR_VERSION = 1; const int XCB...
D
module d.rt.thread; extern(C) void __sd_thread_init() { _tl_gc_set_stack_bottom(getStackBottom()); registerTlsSegments(); } private: version(linux) { void* getStackBottom() { pthread_attr_t attr; void* addr; size_t size; if (pthread_getattr_np(pthread_self(), &attr)) { import core.stdc.stdlib, core.st...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.158730159 extrusives, intrusives 275.5 71.0999985 3.5 45.5 33 36 -31.7000008 150.199997 1891 4.80000019 4.80000019 0.666666667 extrusives 272.399994 68.9000015 0 0 25 35...
D
#!/usr/bin/env rdmd /** DMD testsuite runner Usage: ./run.d <test-file>... Example: ./run.d runnable/template2962.d fail_compilation/fail282.d See the README.md for all available test targets */ import std.algorithm, std.conv, std.datetime, std.exception, std.file, std.format, std.getopt, std.parallelism...
D
instance DIA_Addon_Tom_EXIT(C_Info) { npc = BDT_1080_Addon_Tom; nr = 999; condition = DIA_Addon_Tom_EXIT_Condition; information = DIA_Addon_Tom_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Tom_EXIT_Condition() { return TRUE; }; func void DIA_Addon_Tom_EXIT_Info() { AI_StopPr...
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
/home/jean/Desktop/udemy-courses/rust-learning/section7/guess/target/debug/deps/guess-481ae46a6810a9b2: src/main.rs /home/jean/Desktop/udemy-courses/rust-learning/section7/guess/target/debug/deps/guess-481ae46a6810a9b2.d: src/main.rs src/main.rs:
D
/* # What Is This: programming samples # Author: Makoto Takeshita <takeshita.sample@gmail.com> # URL: http://simplesandsamples.com # Version: UNBORN # # Usage: # 1. git clone https://github.com/takeshitamakoto/sss.git # 2. change the directory name to easy-to-use name. (e.g. sss -> sample) # 3. open sss/src/filenam...
D
module test.http; import java.io.IOException; import java.nio.charset.StandardCharsets; import hunt.concurrency.ExecutionException; import hunt.http.client.ClientHttpHandler; import hunt.http.client.HttpClient; import hunt.http.client.HttpClientConnection; import hunt.http.codec.http.model.HostPortHttpField; import...
D
module day2; import std.traits; import std.range; /* abcdef contains no letters that appear exactly two or three times. bababc contains two a and three b, so it counts for both. abbcde contains two b, but no letter appears exactly three times. abcccd contains three c, but no letter appears exactly two times. aabcdd co...
D
/home/will/repos/molten/testing/target/debug/build/syn-8cc7549b3b7c019e/build_script_build-8cc7549b3b7c019e: /home/will/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.5/build.rs /home/will/repos/molten/testing/target/debug/build/syn-8cc7549b3b7c019e/build_script_build-8cc7549b3b7c019e.d: /home/will/.cargo/reg...
D
/* -------------------- CZ CHANGELOG -------------------- */ /* v1.00: func int B_CheckRuneSkill - upraveny výpisy (24x) - upraveny výpisy (PRINT_ProdItemsMissing -> PRINT_ProdItemsMissingCZMateh) */ var int CountRunesOverallBonus; var int CountRunesOverallBonusDay; var int OverallBonusRunes; func void B_RaiseI...
D
// ********************* // Miecz_Sing // ********************* var int MieczSingVerse; func void ZS_Miecz_Sing() { Perception_Set_Normal(); Npc_PercDisable (self, PERC_ASSESSQUIETSOUND ); //sonst werden OUs abgebrochen - Grund: unbekannt B_ResetAll (self); AI_SetWalkmode (self, NPC_WALK); AI_GotoWP...
D
//---------------------------------------------------------------------- // Copyright 2007-2011 Mentor Graphics Corporation // Copyright 2007-2011 Cadence Design Systems, Inc. // Copyright 2010-2011 Synopsys, Inc. // Copyright 2014 Coverify Systems Technology // All Rights Reserved Worldwide // // Licensed ...
D
scopy (2) --- copy one string to another 02/25/83 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function scopy (from, i, to, j) character from (ARB), to (ARB) integer i, j Library: vswtlb...
D
module xlld; public import xlld.xlcall; public import xlld.framework; public import xlld.worksheet; public import xlld.traits; public import xlld.wrap; public import xlld.xlf; public import xlld.any; public import xlld.memorymanager: allocatorContext; version(unittest) public import xlld.test_util;
D
/Users/DboyLiao/Works/Projects/lipsync_tools/mobile/NumSwift/NumSwift/DerivedData/NumSwift/Build/Intermediates/NumSwift.build/Debug-iphoneos/NumSwift.build/Objects-normal/arm64/Utilities.o : /Users/DboyLiao/Works/Projects/lipsync_tools/mobile/NumSwift/NumSwift/Source/Trigonometry.swift /Users/DboyLiao/Works/Projects/li...
D
/home/cyobero/rust/examples/cookies/target/debug/build/rocket_codegen-b52048b45bf0a5b3/build_script_build-b52048b45bf0a5b3: /home/cyobero/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_codegen-0.4.2/build.rs /home/cyobero/rust/examples/cookies/target/debug/build/rocket_codegen-b52048b45bf0a5b3/build_script_bui...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2018 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
spread by opening the leaves of cast off in scales, laminae, or splinters remove the surface, in scales or laminae come off in a very thin piece grow by producing or unfolding leaves
D
module gds.store; import std.datetime : Date, DateTime; alias SlotId = string; struct Store { string name; ShippingSlot[] shippingSlots; } struct ShippingSlot { SlotId id; string price; Date date; string hours; DateTime cutOffDate; bool isExpressSlot; bool isSpecial; stat...
D
import std.stdio; import mir.internal.utility; import mir.ndslice.internal; import mir.ndslice.concatenation; import mir.primitives; import mir.ndslice.iterator; import mir.ndslice.field; import mir.utility; int main() { import mir.ndslice; auto matrix = slice!double(3, 4); matrix[] = 0; matrix[0..2,...
D
module uml; import model; import std.algorithm; import std.range; import std.stdio; import std.typecons; version (unittest) import unit_threaded; Dependency[] read(R)(R input) { import std.array : appender; auto output = appender!(Dependency[]); read(input, output); return output.data; } private vo...
D
the doctrine that formal structure rather than content is what should be represented (philosophy) the philosophical theory that formal (logical or mathematical) statements have no meaning but that its symbols (regarded as physical entities) exhibit a form that has useful applications the practice of scrupulous adherenc...
D
instance DIA_Raven_Exit(C_Info) { npc = EBR_105_Raven; nr = 999; condition = DIA_Raven_Exit_Condition; information = DIA_Raven_Exit_Info; permanent = 1; description = DIALOG_ENDE; }; func int DIA_Raven_Exit_Condition() { return 1; }; func void DIA_Raven_Exit_Info() { AI_StopProcessInfos(self); }; instance DI...
D
/Users/ryosukesatoh/Projects/rust-play/discord-helper/target/rls/debug/build/httparse-b074925b6b477adb/build_script_build-b074925b6b477adb: /Users/ryosukesatoh/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.4.1/build.rs /Users/ryosukesatoh/Projects/rust-play/discord-helper/target/rls/debug/build/httparse-b...
D
module dhdf5; public import dhdf5.dataset; public import dhdf5.dataspec; public import dhdf5.file;
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Core.build/HeaderValue.swift.o : /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/Data+Base64URL.swift /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/NestedData.swift /Users/work/...
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_27_BeT-2268321...
D
: C B L A S _ C T R M V EXAMPLE PROGRAM DATA 4 :Values of N 1 :Values of INCX 121 111 131 101 :Values of UPLO, TRANS, DIAG, ORDER (1.0, 1.0) (2.0, 1.0) (3.0, 1.0) ( 4.0, 1.0) :Values of vector Y (1.0, 1.0) (2.0, 1.0) (3.0, 1.0) ( 4.0, 1.0) (5.0, 1.0) (6.0, 1.0) (...
D
a man who has recently been married a man participant in his own marriage ceremony
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ /* Copyright Sean Kelly 2005 - 2009. ...
D
/Users/laurin/Documents/School/fbxpollenfallen/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ICandleChartDataSet.o : /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/laurin/Documents/School/fbxpollenfallen/Pods/Char...
D
/Users/parkingsq1/Documents/PushPill/PushPillClient/DerivedData/PushPill/Build/Intermediates/IBDesignables/Intermediates/Pods.build/Debug-iphonesimulator/Spring.build/Objects-normal/x86_64/AsyncImageView.o : /Users/parkingsq1/Documents/PushPill/PushPillClient/Pods/Spring/Spring/AsyncButton.swift /Users/parkingsq1/Docum...
D
/******************************************************************************* Command line interaction helper Copyright: Copyright (c) 2017 dunnhumby Germany GmbH. All rights reserved. License: Boost Software License Version 1.0. See LICENSE.txt for details. **************************...
D
the form of a word that is used to denote more than one composed of more than one member, set, or kind grammatical number category referring to two or more items or units
D
/* * Copyright (c) 2017-2018 sel-project * * 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 use, copy, modify, merge, pu...
D
curved like a sickle
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.bigint; void main() { int mousho, manats, nats, nettaiya, fuyubi, mafuyubi; auto N = readln.chomp.to!int; foreach (_; 0..N) { auto mm = readln.split.to!(double[]); auto M = mm[0]; ...
D
/** Build settings definitions. Copyright: © 2013-2014 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.compilers.buildsettings; import dub.internal.vibecompat.inet.path; import std.array : array; import std.a...
D
/// Generate by tools module org.apache.http.impl.DefaultHttpResponseFactory; import java.lang.exceptions; public class DefaultHttpResponseFactory { public this() { implMissing(); } }
D
49300,0.386298
D
module tests.it.buildgen.export_; import tests.it.buildgen; import tests.utils; import std.conv; static foreach (backend; ["ninja", "make", "tup"]) @("Export build system (" ~ backend ~ ")") @Tags(backend) unittest { auto options = testOptions(["--export", projectPath("export_proj")]); e...
D
/Users/reKlanirs/Documents/workspace/Github/UT/build/UT.build/Debug-iphonesimulator/UT.build/Objects-normal/x86_64/ViewController.o : /Users/reKlanirs/Documents/workspace/Github/UT/UT/ViewController.swift /Users/reKlanirs/Documents/workspace/Github/UT/UT/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Tool...
D
module UnrealScript.GameFramework.SeqEvent_MobileLook; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.GameFramework.SeqEvent_MobileZoneBase; extern(C++) interface SeqEvent_MobileLook : SeqEvent_MobileZoneBase { public extern(D): private static __gshared ScriptClass mStaticClass; @p...
D
module hunt.http.routing.handler.LocalHttpSessionHandler; import hunt.http.routing.RoutingContext; import hunt.http.routing.impl.HttpSessionHandlerImpl; import hunt.http.routing.impl.RoutingContextImpl; import hunt.http.server.HttpServerOptions; import hunt.http.server.HttpSession; import hunt.http.server.LocalSessio...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/SQL.build/SQLColumnDefinition.swift.o : /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLJoinMethod.swift /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLTable.swift /Users/mu/Hello/.build/checkouts/sq...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/Vapor.build/Server/Server.swift.o : /Users/mu/Hello/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/mu/Hello/.build/checkouts/vapor/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users/mu/Hello/.build/checkouts/vapor/Sources/Vapor/Sessions/SessionData...
D
/Users/danw/dev/Primes/.build/x86_64-apple-macosx/debug/EnumProperties.build/EnumPropertyRewriter.swift.o : /Users/danw/dev/Primes/.build/checkouts/swift-enum-properties/Sources/EnumProperties/EnumPropertyRewriter.swift /Users/danw/dev/Primes/.build/checkouts/swift-enum-properties/Sources/EnumProperties/MakeEnumPropert...
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
/** Common classes for HTTP clients and servers. Copyright: © 2012-2015 Sönke Ludwig License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig, Jan Krüger */ module vibe.http.common; public import vibe.http.status; import vibe.core.log; import vibe.core....
D
/Users/ryanfriedman/Desktop/Projects/iOS/GameOfLife/RelativeDerivedData/GameOfLife/Build/Intermediates/GameOfLife.build/Debug-iphonesimulator/GameOfLife.build/Objects-normal/x86_64/ViewController.o : /Users/ryanfriedman/Desktop/Projects/iOS/GameOfLife/GameOfLife/ViewController.swift /Users/ryanfriedman/Desktop/Projects...
D
// Org from bearophile ng d.D - 3 Mar 2011 2:58pm import std.stdio; struct Foo { int x; auto opBinary(string op:"*")(Foo other) { Foo result = Foo(x * other.x); return result; } auto opAssign(Foo other) { //assert(other.x >= 0); writeln("In here!"); x = other.x; return ...
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; void main() { auto s = readln.split.map!(to!int); auto N = s[0]; auto M = s[1]; auto X = M.iota.map!(_ => readln.chomp.to!i...
D
/Users/yermakovanton/Desktop/privatNbyTest/DerivedData/privatNbyTest/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/DispatchQueue+Alamofire.o : /Users/yermakovanton/Desktop/privatNbyTest/Pods/Alamofire/Source/MultipartFormData.swift /Users/yermakovanton/Desktop/privat...
D
/** * Contains the implementation for object monitors. * * Copyright: Copyright Digital Mars 2000 - 2011. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright, Sean Kelly */ /* Copyright Digital Mars 2000 - 2011. * Distributed under the Boost Sof...
D
/Users/angelc/projects/sleepcoacher/TESTING/DerivedData/sleepcoacher/Build/Intermediates.noindex/sleepcoacher.build/Debug-iphonesimulator/sleepcoacher.build/Objects-normal/x86_64/SleepFlowOneViewController.o : /Users/angelc/projects/sleepcoacher/TESTING/sleepcoacher/AppDelegate.swift /Users/angelc/projects/sleepcoacher...
D
module com; public import tpl.com, sys.com, sys.COM.shell32; бул КОМАктивен; extern(C) extern бул комАктивен(бул данет = нет); static this() { if(!комАктивен) { откройКОМ(); комАктивен(да); КОМАктивен = да; } } static ~this() { if(!комАктивен) { ...
D
module game.core.game; /* Game is the gameplay part of the program: The part of the program that has * a skill panel at the bottom, a level map above, and occasionally dialogs. * * Game contains a Nurse. Game also contains UI to affect the nurse. * * Nurse contains states of physics. One of these states is in a M...
D
module netslash.core.armors.leatherarmor; import std.json; import netslash.core.armor; class LeatherArmor : Armor { public this() { super( "LeatherArmor", "A basic set of armor that provides minimal protection", 20, 'L', 1 ); } public string serialize() { auto json = super.serialize( "Leath...
D
var int Diego_DI_ItemsGiven; func void B_GiveTradeInv_Diego_DI(var C_Npc slf) { if(Diego_DI_ItemsGiven == FALSE) { CreateInvItems(slf,ItRw_Arrow,150); CreateInvItems(slf,ItRw_Bolt,120); CreateInvItems(slf,ItKe_Lockpick,20); /*CreateInvItems(slf,ItRw_Bow_L_01,1); if(Bennet_IsOnBoard != LOG_SUCCE...
D
module main; import dlangui.all; import std.stdio; import std.conv; mixin APP_ENTRY_POINT; Widget createEditorSettingsControl(EditWidgetBase editor) { HorizontalLayout res = new HorizontalLayout("editor_options"); res.addChild((new CheckBox("wantTabs", "wantTabs"d)).checked(editor.wantTabs).addOnCheckChange...
D
/Users/wq/rust/myrust/game_proj/target/debug/deps/librand-fcf436516de24af4.rlib: /Users/wq/.cargo/registry/src/mirrors.ustc.edu.cn-b63e9dae659fc205/rand-0.4.2/src/lib.rs /Users/wq/.cargo/registry/src/mirrors.ustc.edu.cn-b63e9dae659fc205/rand-0.4.2/src/distributions/mod.rs /Users/wq/.cargo/registry/src/mirrors.ustc.edu....
D
instance SLD_727_Soeldner(Npc_Default) { name[0] = NAME_Soeldner; npcType = npctype_guard; guild = GIL_SLD; level = 16; voice = 8; id = 727; attribute[ATR_STRENGTH] = 85; attribute[ATR_DEXTERITY] = 65; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 262; attribute[ATR_HI...
D