code
stringlengths
3
10M
language
stringclasses
31 values
/** * The entry point for CTFE. * * Specification: ($LINK2 https://dlang.org/spec/function.html#interpretation, Compile Time Function Execution (CTFE)) * * Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * L...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010-2011 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICE...
D
#!/usr/bin/env dmd -run import std.stdio; import std.conv; void parse(string source){ const ulong len = source.length; byte[30000] bytes; int ptr; int depth=-1; bytes=0; for(int i=0;i<len;++i){ switch(source[i]){ case '>': ++ptr; break; case '<': --ptr; brea...
D
a sudden muscle spasm make an uncontrolled, short, jerky motion move with abrupt, seemingly uncontrolled motions toss with a sharp movement so as to cause to turn over in the air squeeze tightly between the fingers move or pull with a sudden motion
D
# FIXED third_party/uip-1.0/uip/uip.obj: C:/ti/TivaWare_C_Series-2.1.4.178/third_party/uip-1.0/uip/uip.c third_party/uip-1.0/uip/uip.obj: C:/ti/ti-cgt-arm_16.9.4.LTS/include/stdint.h third_party/uip-1.0/uip/uip.obj: C:/ti/TivaWare_C_Series-2.1.4.178/utils/uartstdio.h third_party/uip-1.0/uip/uip.obj: C:/ti/ti-cgt-arm_1...
D
/**************************************************************************************** * Copyright: Copyright (C) 2009-2010 Ulrik Mikaelsson. All rights reserved * * License: * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
D
module obsobject; import std.string; import std.conv; import std.stdio; import std.range.primitives; static RBoolean _true, _false; static OBSObject[string] objectProperties, stringProperties, numberProperties, arrayProperties; static this() { _true = new RBoolean(true); _false = new RBoolean(false); ...
D
/Users/student/VGLogger/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/SQLite.swift.build/Objects-normal/x86_64/Schema.o : /Users/student/VGLogger/Pods/SQLite.swift/Sources/SQLite/Extensions/FTS4.swift /Users/student/VGLogger/Pods/SQLite.swift/Sources/SQLite/Extensions/FTS5.swift /Users/student/VGLogg...
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 (c) 2000, 2009 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
/* 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
module UnrealScript.Engine.SeqAct_MultiplyFloat; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.SeqAct_SetSequenceVariable; extern(C++) interface SeqAct_MultiplyFloat : SeqAct_SetSequenceVariable { public extern(D): private static __gshared ScriptClass mStaticClass; @propert...
D
/Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/.build/debug/Turnstile.build/Realm/Account.swift.o : /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/Packages/Turnstile-1.0.3/Sources/Turnstile/TurnstileError.swift /Users/KyleBlazier/Documents/Development/Xcod...
D
/root/Bureau/cours/Avance/rustlings/target/rls/debug/deps/number_prefix-778225b4df2afe4a.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/number_prefix-0.2.8/src/lib.rs /root/Bureau/cours/Avance/rustlings/target/rls/debug/deps/number_prefix-778225b4df2afe4a.d: /root/.cargo/registry/src/github.com-1ecc6299d...
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
INSTANCE Info_Mod_Buster_Hi (C_INFO) { npc = Mod_780_SLD_Buster_MT; nr = 1; condition = Info_Mod_Buster_Hi_Condition; information = Info_Mod_Buster_Hi_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Buster_Hi_Condition() { if (Npc_GetTalentSkill (hero, NPC_TALENT_ACROBAT) == FALSE) { return 1; };...
D
/Users/horkimlong/Desktop/Weather/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RealmSwift.build/Objects-normal/x86_64/Optional.o : /Users/horkimlong/Desktop/Weather/Pods/RealmSwift/RealmSwift/Schema.swift /Users/horkimlong/Desktop/Weather/Pods/RealmSwift/RealmSwift/ObjectSchema.swift /Users/horkimlong/D...
D
module dfl.internal.clib; import core.stdc.stdlib; import core.stdc.string; import core.stdc.stdint; // Mostly the same as the C interface. import core.stdc.stdio; alias core.stdc.stdio.printf cprintf;
D
private void exit(int code) { import std.c.stdlib; std.c.stdlib.exit(code); } alias extern (C) DWORD function(size_t argc, wchar** argv, DWORD with_console) proc_RunMain; import core.sys.windows.windows; import core.sys.windows.winbase; import std.conv; import std.stdio; import std.utf; int main(string[] args) {...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010-2011 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICE...
D
INSTANCE Monster_11046_Schrat_EIS (Npc_Default) { // ------ NSC ------ name = "DΓ€monenschrat"; guild = GIL_OUT; id = 11046; voice = 20; flags = 0; npctype = NPCTYPE_MAIN; level = 40; // ------ Attribute ------ attribute[ATR_HITPOINTS_MAX] = 500; attribute[ATR_HITPOINTS] = ...
D
module ogre.rendersystem.windoweventutilities; import ogre.rendersystem.renderwindow; /** \addtogroup Core * @{ */ /** \addtogroup RenderSystem * @{ */ /** @remarks Callback class used to send out window events to client app */ interface WindowEventListener { /** @remarks Window has moved po...
D
/******************************************************************************* D language bindings for libsodium's crypto_core_salsa20.h License: ISC (see LICENSE.txt) *******************************************************************************/ module libsodium.crypto_core_salsa20; @nogc nothrow: im...
D
/Users/bako/FlutterProject/binary_contact/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o : /Users/bako/FlutterProject/binary_contact/ios/Runner/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x8...
D
module tocbuilder; import std.algorithm; import std.stdio; struct TocItem { string name; string url; TocItem[] items; void write(File output, size_t indent = 0) { bool hasChildren = items.length != 0; foreach (i; 0 .. indent) output.write(" "); if (url !is null) output.writeln(`<li><a target="docf...
D
ο»Ώ module std.bitarray; private import std.intrinsic; extern(D) struct ΠœΠ°ΡΡΠΈΠ²Π‘ΠΈΡ‚ { Π±Ρ†Π΅Π» *ΡƒΠΊΠ·(); Ρ‚_ΠΌΠ΅Ρ€Π° Ρ€Π°Π·ΠΌ(); Ρ‚_ΠΌΠ΅Ρ€Π° dim(); Ρ‚_ΠΌΠ΅Ρ€Π° Π΄Π»ΠΈΠ½Π°(); Ρ‚_ΠΌΠ΅Ρ€Π° length(); ΠΏΡ€ΠΎΡ† Π΄Π»ΠΈΠ½Π°(Ρ‚_ΠΌΠ΅Ρ€Π° Π½ΠΎΠ²Π΄Π»ΠΈΠ½); ΠΏΡ€ΠΎΡ† length(Ρ‚_ΠΌΠ΅Ρ€Π° Π½ΠΎΠ²Π΄Π»ΠΈΠ½); Π±ΡƒΠ» opIndex(Ρ‚_ΠΌΠ΅Ρ€Π° i); Π±ΡƒΠ» opIndexAssign(Π±ΡƒΠ» b, Ρ‚_ΠΌΠ΅Ρ€Π° i); ΠœΠ°ΡΡΠΈΠ²Π‘ΠΈΡ‚ Π΄ΡƒΠ±Π»...
D
void main(){ int x = 222228298292; // error auto y = 1<<(32+(x&1)); // error //pragma(__range,1L<=1L+(1&x)); pragma(__range,((x&7)+23)&((x&6)+10)); pragma(__range,((x&252)^2)+1); ubyte z = ((x&252)^2)+1; //pragma(msg, 1<<32); //pragma(__range, 1<<32); }
D
module dcgen.defines; import tango.text.xml.Document; import tango.io.Stdout; alias Document!(char) Doc; alias Doc.Node Node; const overrideAttribute = `gccxml(override)`; const inheritAttribute = `gccxml(inherit)`; enum Language { CPP, C, D } struct Config { char[] input_filepath; Language mode; char[] ...
D
module nucleotide_count; import std.string; import std.array; import std.algorithm.sorting : sort; import std.algorithm.comparison : equal; import std.algorithm.searching; class Counter { string dna; static immutable nucleotidesKnown = ['A', 'T', 'C', 'G']; this(string dna) { foreach (nucleot...
D
module UnrealScript.UTGame.UTDefensePoint; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.UDKBase.UDKGameObjective; import UnrealScript.Engine.Controller; import UnrealScript.Engine.Texture2D; import UnrealScript.Engine.Actor; import UnrealScript.UDKBase.UDKScriptedNavigationPoint; imp...
D
/Users/nazarkovalik/Downloads/MouseHunter/MouseHunter/DerivedData/SpanchBob/Build/Intermediates.noindex/Catch\ the\ jellyfish.build/Debug-iphonesimulator/SpanchBob.build/Objects-normal/x86_64/AppDelegate.o : /Users/nazarkovalik/Downloads/MouseHunter/MouseHunter/SpanchBob/Mouse.swift /Users/nazarkovalik/Downloads/MouseH...
D
//---------------------------------------------------------------------- // Info EXIT //---------------------------------------------------------------------- INSTANCE DIA_Addon_BDT_10025_Wache_EXIT (C_INFO) { npc = BDT_10025_Addon_Wache; nr = 999; condition = DIA_Addon_10025_Wache_EXIT_Conditi...
D
module deimos.cef1.ookie; // Copyright (c) 2012 Marshall A. Greenblatt. 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 copyrig...
D
/* * TEST_OUTPUT: --- fail_compilation/test15704.d(15): Error: cannot copy `void[]` to `void[]` in `@safe` code --- */ // https://issues.dlang.org/show_bug.cgi?id=15704 void main() @safe { Object[] objs = [ new Object() ]; void[] arr1 = objs; void[] arr2 = [ 123, 345, 567 ]; arr1[] = arr2[]; // ov...
D
INSTANCE Info_Mod_Brandon_Hi (C_INFO) { npc = Mod_931_PIR_Brandon_AW; nr = 1; condition = Info_Mod_Brandon_Hi_Condition; information = Info_Mod_Brandon_Hi_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Brandon_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Brandon_Hi_Info() { AI_Output(self, her...
D
module routers.router; import std.algorithm : skipOver; import std.string : indexOf, strip; import std.format : format; import routers : RequestHandler, RequestHandlerDelegate, DelegateRequestHandler; import http : HttpStatus, Method, Methods, text, Request, Response; private struct RoutingTree { private RoutingT...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/HTTP.build/Responder/HTTPClientProtocolUpgrader.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/panartem/Developer/Study/Microservi...
D
module android.java.java.util.Set_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.util.Collection_d_interface; import import4 = android.java.java.util.function_.Predicate_d...
D
/** * Provides an AST printer for debugging. * * Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https:/...
D
/+++++++++++++++++++++++++++++ + This module defines algorithm 'buffer' +/ module rx.algorithm.buffer; import rx.disposable; import rx.observable; import rx.observer; import std.range : put; class BufferedObserver(E, TObserver) { this(TObserver observer, Disposable disposable, size_t size) { assert...
D
module android.java.java.text.AttributedCharacterIterator_Attribute_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; @JavaName("AttributedCharacterI...
D
instance DIA_Gaan_EXIT(DIA_Proto_End) { npc = BAU_961_Gaan; }; ///////////////////////////// Π’ΠΠ›Π‘Π˜Π /////////////////////////////// //----------------------------------------- instance DIA_Gaan_Talbin_WhyDontBelieve(C_INFO) { npc = BAU_961_Gaan; nr = 1; condition = DIA_Gaan_Talbin_WhyDontBelieve_cond; informati...
D
module godot.packeddatacontainer; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.object; import godot.classdb; import godot.resource; @GodotBaseClass struct PackedDataContainer { static immutable string _GODOT_internal_name = ...
D
/Users/aznhu/Desktop/Bizintu/Build/Intermediates/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/UserProfile.FetchResult.o : /Users/aznhu/Desktop/Bizintu/Pods/FacebookCore/Sources/Core/GraphRequest/GraphRequestProtocol.Bridge.swift /Users/aznhu/Desktop/Bizintu/Pods/FacebookCore/Sources/Core/Us...
D
module mscorlib.System.Text; import mscorlib.System : __DotNet__Attribute, __DotNet__AttributeStruct, SerializableAttribute, __DotNet__Object, NonSerializedAttribute, ArgumentException, String, ICloneable, ThreadStaticAttribute; import mscorlib.System.Runtime.InteropServices : C...
D
module ggplotd.aes; import std.range : front, popFront, empty; version (unittest) { import dunit.toolkit; } import std.typecons : Tuple, Typedef; /** Number of pixels Mainly used to differentiate between drawing in plot coordinates or in pixel based coordinates. */ struct Pixel { /// Number of pixels...
D
/Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/DerivedData/mealify/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionManager.o : /Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/Pods/Alamofire/Source/MultipartFormData.swift /Users/justinlew...
D
instance BDT_1072_Addon_Logan(Npc_Default) { name[0] = "Π›ΠΎΠ³Π°Π½"; guild = GIL_BDT; id = 1072; voice = 10; flags = 0; npcType = npctype_main; aivar[93] = TRUE; aivar[AIV_NewsOverride] = TRUE; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Sld_Sword_New); EquipItem(se...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/Vapor.build/Content/HTTPMessageContainer.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/panartem/Developer/Study/Microservices-va...
D
/* TEST_OUTPUT: --- fail_compilation/fail1900.d(26): Error: template `fail1900.Mix1a!().Foo` matches more than one template declaration: fail_compilation/fail1900.d(13): `Foo(ubyte x)` and fail_compilation/fail1900.d(14): `Foo(byte x)` --- */ template Mix1a() { template Foo(ubyte x) {} template Foo(byt...
D
//@DLL dsyntax //@import c:\D\libs //@release ///@ldc //ezzel forditva accesviolazik a delphiben. //@single module dsyntax_dll; //D language syntax highlighter dll import hetlib.utils, buildsys, tokenizer, core.sys.windows.windows, core.sys.windows.dll; __gshared HINSTANCE g_hInst; extern (Windows) BOOL DllMai...
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
// File generated by idl2d from // ../DeckLinkAPIModes.idl module decklink4d.bmd.decklinkapimodes; import decklink4d.port; import decklink4d.bmd.decklinkapitypes; /* -LICENSE-START- ** Copyright (c) 2013 Blackmagic Design ** ** Permission is hereby granted, free of charge, to any person or organization ** obtaining...
D
import std.stdio; int main(string[] argv) { writeln("Hello D-World!"); return 0; }
D
instance VLK_563_Buddler(Npc_Default) { name[0] = NAME_Buddler; npcType = Npctype_MINE_Ambient; guild = GIL_VLK; level = 4; voice = 3; id = 563; attribute[ATR_STRENGTH] = 20; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 88; attribute[AT...
D
/Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/Nimble.build/Objects-normal/x86_64/Stringers.o : /Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Pods/Nimble/Sources/Nimble/DSL.swift /Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Pods/Nimble/Sources...
D
/** * Parser class used for parsing. * see https://en.wikipedia.org/wiki/Parsing /+ ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― +/ * This script is part of the open-source Deu (http://www.github.com/deu-lang) * Licensed under the BSL License (https://github.com/deu-lang...
D
#source: ifunc-19b.s #source: ifunc-19a.s #target: [check_shared_lib_support] #ld: -shared -z nocombreloc #readelf: -r --wide Relocation section '.rela.ifunc' at .* [ ]+Offset[ ]+Info[ ]+Type[ ]+.* [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_AARCH64_IRELATIVE[ ]+[0-9a-f]* Relocation section '.rela.plt' at .* [ ]+Offset[ ]+Info[ ]+Ty...
D
/Users/subhrabasu/reactNative/ios/build/NissanX/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/OktaOidc.build/Objects-normal/x86_64/OktaOidcRestApi.o : /Users/subhrabasu/reactNative/ios/Pods/OktaOidc/Okta/OktaOidc/OIDAuthorizationService+Okta.swift /Users/subhrabasu/reactNative/ios/Pods/OktaOidc/Okta/Okta...
D
# FIXED HAL/Target/CC2650/Drivers/hal_rtc_wrapper.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_rtc_wrapper.c HAL/Target/CC2650/Drivers/hal_rtc_wrapper.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_mcu.h HAL/Target/CC2650/Drivers/hal_rtc_wrapper...
D
/Users/apple/DailySchedule/step2/os/target/rls/debug/deps/unicode_xid-899c582110bef5e7.rmeta: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/unicode-xid-0.2.1/src/lib.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/unicode-xid-0.2.1/src/tables.rs /Users/apple/DailySchedu...
D
module BuildSlave.Config; import std.stdio; import std.file; import std.path; import std.array; import std.string; import std.algorithm; import std.conv; import std.exception; class Config { shared static private string[string] variables; static private string[] modifiedVariables; private string c...
D
/Users/apple/Developer/Circle/build/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintRelation.o : /Users/apple/Developer/Circle/Pods/SnapKit/Source/Constraint.swift /Users/apple/Developer/Circle/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/apple/Developer/Circle/Pods/SnapKit/Sourc...
D
a sustained bass note a lever that is operated with the foot ride a bicycle operate the pedals on a keyboard instrument of or relating to the feet
D
import std.stdio, std.string, std.file, std.stream, std.c.stdlib, std.conv, std.regexp; // Version of the utility. const char[] _version = "0.3"; /* OPCODES: 000 - PUSH_INT <INT:INT>? 003 - PUSH_STRING <STR:STR> 03F - STACK_SIZE <INT:???> 07F - SCRIPT_LINE <STR:FILE> <INT:LINE> 0F0 - CALL_SCRIPT 140 - PUT_TEXT tex...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/AlchemintProject.build/Debug-iphonesimulator/AlchemintProject.build/Objects-normal/x86_64/ContractResult.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/AlchemintProject/Sources/External/NeoSwift/Crypto...
D
instance GRD_287_Gardist (Npc_Default) { //-------- primary data -------- name = NAME_Gardist; guild = GIL_GRD; npctype = npctype_guard; level = 20; voice = 13; id = 287; //-------- abilities -------- attribute[ATR_STRENGTH] = 48; attribute[ATR_DEXTERITY] = 35; attribute[ATR_MANA_MAX] = 0...
D
module project.algo.simulator; public import project.algo.simulator.simulator; public import project.algo.simulator.exceptions;
D
module core.utils; import std.array; import std.algorithm; string getPathName(string path) { auto pathSplit = split(path, "\\"); if (canFind(pathSplit[pathSplit.length - 1], ".")) { auto fName = pathSplit[pathSplit.length - 1]; auto nPath = path[0 .. (path.length - (fName.length)) - 1]; return stripRight(nPat...
D
ZSYRFS (F07NVF) Example Program Data 4 2 :Values of N and NRHS 'L' :Value of UPLO (-0.39,-0.71) ( 5.14,-0.64) ( 8.86, 1.81) (-7.86,-2.96) (-3.52, 0.58) (-2.83,-0.03) ( 3.80, 0.92) ( 5.32,-1.59) (-1.54,-2.86) ...
D
////////////////////////////////////////////////////////////////////////// // ZS_Stay // ======= // Der NSC steht bei diesem Tagesablauf-Zustand FEST auf seinem WP ////////////////////////////////////////////////////////////////////////// func void ZS_Stay () { //PrintDebugNpc (PD_TA_FRAME, "ZS_Stay"); //-------...
D
<?xml version="1.0" encoding="UTF-8"?> <di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi"> <pageList> <availablePage> <emfPageIdentifier href="AWSWebApplicationHostingTemplate.n...
D
/Users/Rens/Development/RecoveryJournal/Build/Intermediates/RecoveryJournal.build/Debug/Async.build/Objects-normal/x86_64/DispatchEventSource.o : /Users/Rens/Development/RecoveryJournal/.build/checkouts/async.git-2335297525913451934/Sources/Async/Socket/SocketSource.swift /Users/Rens/Development/RecoveryJournal/.build/...
D
import std.stdio; import service.db; import service.queue; import pubg.request; void main() { writeln("starting streamstats service..."); setAPIKey("eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZDUzNTMzMC0zMmYxLTAxMzYtODI3Ny0wOWZlNWVjZTk5YjYiLCJpc3MiOiJnYW1lbG9ja2VyIiwiaWF0IjoxNTI1NTY2MzEyLCJwdWIiOiJibHVlaG9sZSI...
D
module hunt.proton.message.Message; import std.stdio; import hunt.proton.amqp.messaging.ApplicationProperties; import hunt.proton.amqp.messaging.DeliveryAnnotations; import hunt.proton.amqp.messaging.Footer; import hunt.proton.amqp.messaging.Header; import hunt.proton.amqp.messaging.MessageAnnotations; import hunt.pr...
D
import std.stdio; import dlangui.platforms.console.dconsole; //version = DCONSOLE_TEST; version (DCONSOLE_TEST) { int main(string[] argv) { import dlangui.core.logger; import dlangui.core.events; import std.utf; Log.setFileLogger(new File("dconsole.log", "w")); Log.setLogLevel(LogLevel.Trace); writ...
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
/******************************************************************************* Protocol base for DHT `GetAllKeys` request Copyright: Copyright (c) 2015-2017 dunnhumby Germany GmbH. All rights reserved. License: Boost Software License Version 1.0. See LICENSE.txt for details. **********...
D
/******************************************************************************* * Copyright (c) 2000, 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
<?xml version="1.0" encoding="ASCII"?> <di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi"> <pageList> <availablePage> <emfPageIdentifier href="agm.notation#_dyB3sBSmEeOYorUb5NKq...
D
/* * hunt-console eases the creation of beautiful and testable command line interfaces. * * Copyright (C) 2018-2019, HuntLabs * * Website: https://www.huntlabs.net * * Licensed under the Apache-2.0 License. * */ module hunt.console.question.Validator; public interface Validator { }
D
// URL: https://yukicoder.me/problems/no/786 import std.algorithm, std.container, std.math, std.range, std.typecons, std.string; version(unittest) {} else void main() { int n; io.getV(n); auto dp = new long[](n+1); dp[0] = 1; dp[1] = 1; foreach (i; 2..n+1) dp[i] = dp[i-1]+dp[i-2]; io.put(dp[n]); } au...
D
module mahjong.graphics.drawing.ingame; import std.algorithm; import std.conv; import std.experimental.logger; import std.range; import std.uuid; import dsfml.graphics; import mahjong.domain.ingame; import mahjong.domain.wrappers; import mahjong.graphics.conv; import mahjong.graphics.coords; import mahjong.graphics.dr...
D
/Users/thendral/POC/vapor/Friends/.build/debug/Console.build/Stream/Pipe+Stream.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/thendral/POC/vapor/Friends/Packages/Console-1.0.2/Sources/Console/Command/Argument.swift /Users/thendral/POC/vapor/Friends/Packages/Cons...
D
module proc.sim.multiple; import proc.sim.simulator; import proc.sim.simulation; import proc.sim.pathFinder; import proc.businessProcess; import util; import std.typecons; import std.range; import std.algorithm; class MultiSimulator { // simulates BusinessProcess $p $count times from $startID to $endID, all with r...
D
module cerealed.range; import std.range; template isCerealiserRange(R) { enum isCerealiserRange = isOutputRange!(R, ubyte) && is(typeof(() { auto r = R(); r.clear(); const(ubyte)[] d = r.data; })); } struct DynamicArrayRange { void put(in ubyte val) nothrow @safe { _bytes ~= val; } ...
D
// This file is just a placeholder, please use the libgit2 package directly instead module git.c.ignore; public import deimos.git2.ignore; pragma(msg, "Deprecated import git.c.ignore used. Please import deimos.git2.ignore instead.");
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
// Written in the D programming language. /** Networking client functionality as provided by $(WEB _curl.haxx.se/libcurl, libcurl). The libcurl library must be installed on the system in order to use this module. $(SCRIPT inhibitQuickIndex = 1;) $(DIVC quickindex, $(BOOKTABLE , $(TR $(TH Category) $(TH Functions) ) ...
D
/** * /dev/random EntropySource * * Copyright: * (C) 1999-2009 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.entropy.dev_random; version(Posix): import botan.constants; static if (BOTAN_HAS_ENTROPY_SRC_DEV_RANDOM): import b...
D
module xf.nucleus.Defs; private { import xf.Common; import xf.gfx.Defs; } private struct _Id(store) { typedef store Type; Type value = Type.max; const _Id invalid = { value : Type.max }; bool isValid() { return value != Type.max; } } // TODO: use the _Id template typedef u32 RenderableId; typedef u32 ...
D
void main(){ import std.stdio, std.string, std.conv, std.algorithm; int n; rd(n); auto tree=new tree(n); foreach(_; 0..(n-1)){ int a, b; rd(a, b); tree.addEdge(a-1, b-1); } tree.init; int q; rd(q); while(q--){ int a, b; rd(a, b); a--; b--; int lca=tree.getLca(a, b); writeln((tre...
D
import dcomplib, std.string, std.stream, std.stdio; struct entry { uint type; uint pos; } int main() { ubyte[] data; entry[] entries; uint count; File f = new File("i_c09.d"); f.read(count); entries.length = count + 1; for (int n = 0; n < count; n++) { f.read(entries[n].type); f.rea...
D
an ache localized in the middle or inner ear
D
import std.stdio; import mapa.coordenada; import mapa.mapa; import jugador.jugador; import std.container : DList; import jugador.delivery; int main() { Mapa mapa=new Mapa(); Jugador jugador= new Jugador(mapa); Delivery delivery = new Delivery(mapa); mapa.imprimir(); //----prueba para el jugador.mov...
D
a fact about some part (as opposed to general a medicine that has a mitigating effect on a specific disease
D
the act of indulging or gratifying a desire give free rein to yield (to enjoy to excess treat with excessive indulgence
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto nk = readln.split.to!(long[]); auto N = nk[0].to!int; auto K = nk[1]; auto AS = readln.split.to!(int[]); if (N == 1) { writeln(K%2 == 0 ? "" : AS[0].to!string); ...
D
/Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/DerivedData/mealify/Build/Intermediates.noindex/mealify.build/Debug-iphonesimulator/mealify.build/Objects-normal/x86_64/AppDelegate.o : /Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/mealify/Other\ Files/AppDelegate.swift /Users/justinlew/Document...
D
module evael.renderer.pipeline; import evael.renderer.enums; import evael.renderer.shader; import evael.renderer.texture; import evael.renderer.blend_state; import evael.renderer.depth_state; import evael.renderer.resources; import evael.renderer.graphics_buffer; import evael.lib.memory; import evael.lib.containers; ...
D