code
stringlengths
3
10M
language
stringclasses
31 values
module dminers; import std.stdio; import derelict.sdl2.sdl; import derelict.sdl2.image; struct Game { private static bool[] keys = new bool[65536]; private static int xMouse, yMouse, mouseButton; enum GameState { Stopped, Started, Quitting, }; GameState gameState; void start() { gameState = G...
D
module battle.state.battleover; import std.typecons; import dau.all; import model.all; import title.title; import battle.battle; import gui.battleover; import battle.system.all; /// player may choose to end turn class BattleOver : State!Battle { this(Flag!"Victory" victory) { _victory = victory; } override...
D
/Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphonesimulator/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/x86_64/Alert.o : /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/Te...
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.stdio; immutable int MOD = 10^^9+7; immutable int MAX = 401; void main() { auto s = readln.split.map!(to!int); auto N = ...
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/jonb/Documents/GitHub/rustapps/twitterplotter/target/debug/deps/rand_hc-cd225f050b5b923b.rmeta: /Users/jonb/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0/src/lib.rs /Users/jonb/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0/src/hc128.rs /Users/jonb/Documents/GitHub/rustapps/twitte...
D
/* * gravity.d * * This file holds bindings to pango's pango-gravity.h. The original * copyright is displayed below, but does not pertain to this file. * * Author: Dave Wilkinson * */ module binding.pango.gravity; /* Pango * pango-gravity.h: Gravity routines * * Copyright (C) 2006, 2007 Red Hat Software *...
D
/Users/dimdew/CLionProjects/talent_plan_kv/simple_kv/target/release/deps/strsim-7154edeaf70fb41d.rmeta: /Users/dimdew/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/src/lib.rs /Users/dimdew/CLionProjects/talent_plan_kv/simple_kv/target/release/deps/libstrsim-7154edeaf70fb41d.rlib: /Users/dimdew/.cargo/re...
D
class c{ void f(int a,int b){ Print(a,b); } void g(int a,int b){ Print(a); Print(b); } } class d extends c{ void f(int a,int b){ Print(a); Print(2.3); Print(b); } } int main(){ c obj; obj=new d; obj.f(5,4); }
D
instance GUR_1204_BaalNamib(Npc_Default) { name[0] = "Baal Namib"; npcType = npctype_main; guild = GIL_GUR; level = 29; flags = NPC_FLAG_IMMORTAL; voice = 2; id = 1204; attribute[ATR_STRENGTH] = 70; attribute[ATR_DEXTERITY] = 55; attribute[ATR_MANA_MAX] = 50; attribute[ATR_MANA] = 50; attribute[ATR_HITPOIN...
D
/** * Takes a token stream from the lexer, and parses it into an abstract syntax tree. * * Specification: $(LINK2 https://dlang.org/spec/grammar.html, D Grammar) * * Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bri...
D
/* This is free and unencumbered software released into the public domain. */ module drylib; import std.bigint : BigInt; //////////////////////////////////////////////////////////////////////////////// // Type Definitions // Boolean (true or false) alias Bool = bool; // Character alias Char = dchar; // Complex nu...
D
module dub.version_; enum dubVersion = "v1.23.0";
D
/Users/michael/Desktop/Buildcoin/ChartTest/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ChartHighlighter.o : /Users/michael/Desktop/Buildcoin/ChartTest/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/michael/Desktop/Buildcoin/ChartTest/Pods/Charts/Source/Chart...
D
instance Mod_7263_PSINOV_Novize_OGY (Npc_Default) { //-------- primary data -------- name = Name_Novize; Npctype = Npctype_mt_sumpfnovize; guild = GIL_out; level = 9; voice = 0; id = 7263; //-------- abilities -------- attribute[ATR_STRENGTH] = 15; attribute[ATR_DEXTERITY] = 15; att...
D
/* Copyright (c) 2015, Dennis Meuwissen All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of ...
D
module ae.utils.meta_x; // Based on idea from Timon Gehr. // http://forum.dlang.org/post/jdiu5s$13bo$1@digitalmars.com template X(string x) { enum X = xImpl(x); } private string xImpl(string x) { string r; for (size_t i=0; i<x.length; i++) if (x[i]=='@' && x[i+1]=='(') { auto j = i+2; ...
D
/***************************************************************************** * * Higgs JavaScript Virtual Machine * * This file is part of the Higgs project. The project is distributed at: * https://github.com/maximecb/Higgs * * Copyright (c) 2012-2014, Maxime Chevalier-Boisvert. All rights re...
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
instance Mod_7628_BUD_Sterling_VM (Npc_Default) { //-------- primary data -------- name = "Sterling"; npctype = npctype_MAIN; guild = GIL_out; level = 2; voice = 0; id = 7628; //-------- abilities -------- B_SetAttributesToChapter (self, 2); //-------- visuals ----...
D
instance STRF_1103_Straefling(Npc_Default) { name[0] = NAME_Straefling; guild = GIL_STRF; id = 1103; voice = 13; flags = 0; npcType = NPCTYPE_OCAMBIENT; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; // EquipItem(self,ItMw_2H_Axe_L_01); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/Service.build/Services/TypeServiceFactory.swift.o : /Users/mu/Hello/.build/checkouts/service/Sources/Service/Services/ServiceID.swift /Users/mu/Hello/.build/checkouts/service/Sources/Service/Utilities/Deprecated.swift /Users/mu/Hello/.build/checkouts/service/Sources/Serv...
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_6_banking-1113...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE 283.600006 83.1999969 4.4000001 84.1999969 2 4 -38 142.5 140 6.19999981 6.19999981 sediments, limestone, extrusives 21.8999996 87.1999969 3.5 52 0 4 -37 143.399994 9069 4.4000001 4.4000001 extrusives, basalts 52 88 1.89999998 323 0 1 -38 140.699997...
D
// Tests regarding src/dmd/blockexit.d // // See ../../README.md for information about DMD unit tests. module semantic.control_flow; import dmd.blockexit : BE; import dmd.func : FuncDeclaration; import dmd.statement : Statement; import dmd.visitor : Visitor; import support; //=======================================...
D
//Автор Кристофер Миллер. Переработано для Динрус Виталием Кулич. //Библиотека визуальных конпонентов VIZ (первоначально DFL). module viz.drawing; private import viz.x.dlib; private import viz.x.winapi, viz.base, viz.x.utf, viz.x.com, viz.x.wincom; /// X and Y coordinate. struct Точка // docmain {...
D
@property bool isFunctionType() { with (CXTypeKind) return kind == CXType_FunctionNoProto || kind == CXType_FunctionProto || func.resultType.isValid; } @property bool isFunctionPointerType() { with (CXTypeKind) return kind == CXType_Pointer && pointeeType.isFunctionType;...
D
/** Copyright: Copyright (c) 2017-2018 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ module voxelman.container.gapbuffer; import std.algorithm : max, equal; import std.math : abs; import std.stdio; import std.experimental.allocator.gc_allocator; alias alloc...
D
// float module std.typeinfo.ti_float; private import std.math; class TypeInfo_f : TypeInfo { char[] toString() { return "float"; } hash_t getHash(void *p) { return *cast(uint *)p; } static int _equals(float f1, float f2) { return f1 == f2 || (isnan(f1) && isnan(f2))...
D
import std.algorithm; import std.array; import std.conv; import std.math; import std.numeric; import std.stdio; import std.string; void main() { string s = readln.chomp; string t = readln.chomp; for (long diff = 0; diff < s.length; ++diff) { char[] n; n.length = s.length; for (l...
D
import std.random; import colors; struct Coordinate { int x; int y; } enum Direction : Coordinate { DOWN = Coordinate(0, 1), UP = Coordinate(0, -1), LEFT = Coordinate(-1, 0), RIGHT = Coordinate(1, 0), NONE = Coordinate(0, 0) } class Snake { private int x_max; private int y_max; ...
D
/* * Copyright (c) 2006-2007 Erin Catto http://www.gphysics.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 granted to anyone to use this software for any purpose, ...
D
instance DIA_Addon_Emilio_EXIT(C_Info) { npc = BDT_10015_Addon_Emilio; nr = 999; condition = DIA_Addon_Emilio_EXIT_Condition; information = DIA_Addon_Emilio_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Emilio_EXIT_Condition() { return TRUE; }; func void DIA_Addon_Emilio_EXIT_...
D
// URL: https://atcoder.jp/contests/abc060/tasks/arc073_a import std.algorithm, std.container, std.conv, std.math, std.range, std.typecons, std.stdio, std.string; auto rdsp(){return readln.splitter;} void pick(R,T)(ref R r,ref T t){t=r.front.to!T;r.popFront;} void pickV(R,T...)(ref R r,ref T t){foreach(ref v;t)pick(r...
D
/* * Copyright (c) 2006-2012 Erin Catto http://www.box2d.org * * 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 granted to anyone to use this software for any purpos...
D
module UnrealScript.UTGame.UTDmgType_VehicleExplosion; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.UTGame.UTDmgType_Burning; extern(C++) interface UTDmgType_VehicleExplosion : UTDmgType_Burning { public extern(D): private static __gshared ScriptClass mStaticClass; @property fina...
D
// Copyright Gushcha Anton 2012. // 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) /// Модуль для безопасного ведения логов /** * @file log.d Модуль безопасного ведения логов. Позволяет в...
D
//Process a config file from monkeynews.json file module configjson; import std.json; ///Generic settings seperated from the benchmark specific configuration struct for reuse. struct GenericSettings { //This does not use bitflags currently because it's not important and going to be CTFE'd ///How many iteration...
D
/* * Entity - Entity is an object-relational mapping tool for the D programming language. Referring to the design idea of JPA. * * Copyright (C) 2015-2018 Shanghai Putao Technology Co., Ltd * * Developer: HuntLabs.cn * * Licensed under the Apache-2.0 License. * */ module entity.criteria.Join; import entity...
D
module model.building_properties; import stream; import std.conv; import std.typecons : Nullable; import model.building_type; import model.resource; /// Building properties struct BuildingProperties { /// Building type that this building can be upgraded from Nullable!(model.BuildingType) baseBuilding; ///...
D
a male religious living in a cloister and devoting himself to contemplation and prayer and work of communal life sequestered from the world under religious vows
D
// Written in the D programming language. /** * Information about the target operating system, environment, and CPU. * * Copyright: Copyright The D Language Foundation 2000 - 2011 * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: $(HTTP digitalmars.com, Walter Bright) and ...
D
/home/ubuntu/substrate-node-template/target/release/wbuild-runner/node-template-runtime6620869906145500559/target/x86_64-unknown-linux-gnu/release/deps/rand_chacha-0a30b1a3fae7f07c.rmeta: /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.0/src/lib.rs /home/ubuntu/.cargo/registry/src/github.co...
D
; Copyright (C) 2016 The Android Open Source Project ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law ...
D
/* * Hunt - A refined core library for D programming language. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.event.selector.Epoll; // dfmt off version(HAVE_EPOLL): // dfmt on import std.exception; import std.socket; i...
D
/* Copyright © 2020, Inochi2D Project Distributed under the 2-Clause BSD License, see LICENSE file. Authors: Luna Nielsen */ module creator.utils.repair; import inochi2d; private { } /** Attempts to repair a corrupt puppet */ void incAttemptRepairPuppet(Puppet p) { // Attempt to repair node ...
D
void main() { runSolver(); } void problem() { auto QN = scan!long; auto Q = scan!long(2 * QN).chunks(2).array; auto solve() { enum long N = 2L^^20; auto arr = new long[](N); arr[] = -1; auto uf = UnionFind(N); foreach(q; Q) { const t = q[0]; const x = q[1]; const h = x % N...
D
module UnrealScript.TribesGame.TrSeqAct_AIStopSkiing; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.SequenceAction; extern(C++) interface TrSeqAct_AIStopSkiing : SequenceAction { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static Scr...
D
var int Daniel_ItemsGiven_Chapter_1; var int Daniel_ItemsGiven_Chapter_2; var int Daniel_ItemsGiven_Chapter_3; var int Daniel_ItemsGiven_Chapter_4; var int Daniel_ItemsGiven_Chapter_5; FUNC VOID B_GiveTradeInv_Mod_Daniel_REL (var C_NPC slf) { if (Npc_HasItems(slf, ItMi_Flask) < 10) { CreateInvItems(slf, ItMi_Flask,...
D
module UnrealScript.Engine.K2Input_Float; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.K2Input; extern(C++) interface K2Input_Float : K2Input { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticClass() { mixin(MGS...
D
// Copyright Brian Schott (Hackerpilot) 2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) module dscanner.analysis.objectconst; import std.stdio; import std.regex; import dparse.ast; im...
D
/** * Benchmark ptr hashing. * * Copyright: Copyright Martin Nowak 2011 - 2015. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Authors: Martin Nowak */ import std.random; void main(string[] args) { auto rnd = Xorshift32(33); int[int* ] aa; auto keys = new int*[](3...
D
/Users/benjohnson/Desktop/swift-opencl/build/swift-opencl.build/Debug/swift-opencl.build/Objects-normal/x86_64/CLEvent.o : /Users/benjohnson/Desktop/swift-opencl/Sources/CLBuffer.swift /Users/benjohnson/Desktop/swift-opencl/Sources/CLCommandQueue.swift /Users/benjohnson/Desktop/swift-opencl/Sources/CLContext.swift /Use...
D
// REQUIRED_ARGS: -d // Test cases using deprecated features module deprecate1; import core.stdc.stdio : printf; import std.traits; import std.math : isNaN; /************************************** volatile **************************************/ void test5a(int *j) { int i; volatile i = *j; ...
D
module decisionmakers.changepassword; import std.exception; import std.stdio; import vibe.vibe; import validators.all; import command.decisionmakerinterface; import command.all; import commands.changepassword; import helpers.testhelper; struct ChangePasswordFacts { bool userLoggedIn; bool repeatedPasswordMat...
D
module file.replay.playerio; /* * Player and handicap serialization to/from text files. * See net.handicap for serialization to/from binary network packages. */ import std.algorithm; import std.conv; import std.string; import enumap; static import basics.globals; import file.io; import net.handicap; import net.p...
D
a treatise advancing a new point of view resulting from research
D
instance GUR_1209_BaalOrun(Npc_Default) { name[0] = "Baal Orun"; npcType = npctype_main; guild = GIL_GUR; level = 28; flags = NPC_FLAG_IMMORTAL; voice = 12; id = 1209; attribute[ATR_STRENGTH] = 70; attribute[ATR_DEXTERITY] = 50; attribute[ATR_MANA_MAX] = 60; attribute[ATR_MANA] = 60; attribute[ATR_HITPOINTS...
D
/Users/DanielChang/Documents/Vapor/Hello/.build/debug/Leaf.build/Leaf.swift.o : /Users/DanielChang/Documents/Vapor/Hello/Packages/Leaf-1.0.6/Sources/Leaf/Argument.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Leaf-1.0.6/Sources/Leaf/Byte+Leaf.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Leaf-1.0.6/...
D
module mysql.exception; class MySQLException : Exception { this(string msg, string file = __FILE__, size_t line = __LINE__) pure { super(msg, file, line); } } class MySQLConnectionException: MySQLException { this(string msg, string file = __FILE__, size_t line = __LINE__) pure { super(msg, file, line); } } ...
D
// idt.d - all the idt goodness you can handle module kernel.idt; import kernel.vga; static import gdt = kernel.gdt; import kernel.core.util; import kernel.mem.vmem; alias gdt.IntGateDesc64 IDTEntry; public align(1) struct IDTPtr { ushort limit; ulong base; } public extern(C) IDTPtr idtp; ...
D
// This is a runnable test as we are testing a linker error // https://issues.dlang.org/show_bug.cgi?id=18973 struct X { @disable size_t toHash() const; @disable string toString() const; @disable bool opEquals(const ref X) const; @disable int opCmp(const ref X) const; } // https://issues.dlang.org/sho...
D
module kerisy.file.Exceptions; import std.format; class FileException : Exception { this(string message, string file = __FILE__, size_t line = __LINE__) { super(message, file, line); } } class AccessDeniedException : Exception { this(string path, string file = __FILE__, size_t line = __LINE__...
D
instance Info_Renyu_EXIT(C_Info) { npc = Org_860_Renyu; nr = 999; condition = Info_Renyu_EXIT_Condition; information = Info_Renyu_EXIT_Info; permanent = 1; description = DIALOG_ENDE; }; func int Info_Renyu_EXIT_Condition() { return 1; }; func void Info_Renyu_EXIT_Info() { AI_StopProcessInfos(self); }; ins...
D
/** * Быстрый поиск в именах файлов Win 32/64, Linux 32/64 * * MGW 26.04.2014 18:56:44 + ревизия 29.07.17 * */ import std.file; import std.stdio; import std.path; import asc1251; string[] dirs; // Список точек входа для индексации string nameFileIndex; // Имя файла индекса size_t[100...
D
/home/tanveerahmed/Desktop/IOT-Development/Rust_Codes/closures_threads/target/debug/deps/closures_threads-4df1552b6ca8278f: src/main.rs /home/tanveerahmed/Desktop/IOT-Development/Rust_Codes/closures_threads/target/debug/deps/closures_threads-4df1552b6ca8278f.d: src/main.rs src/main.rs:
D
module multiboot; import ldc.attributes; /// struct MultibootTagIterator { nothrow: @nogc: void* currentTag; uint remainingLen; multiboot_tag* front() { return cast(multiboot_tag*) currentTag; } void popFront() { if (remainingLen <= 0) return; int skip = (front().size + 7) & (~7); currentTag += sk...
D
instance ORC_8564_VANHAN(C_Npc) { name[0] = "Призрак орка-шамана"; guild = GIL_ORC; aivar[AIV_MM_REAL_ID] = ID_ORCSHAMAN; voice = 18; id = 8564; level = 150; flags = ORCTEMPLENPCFLAGS; attribute[ATR_STRENGTH] = 150; attribute[ATR_DEXTERITY] = 450; attribute[ATR_HITPOINTS_MAX] = 3000; attribute[ATR_HITPOINTS...
D
/Users/mehulghoderao/Documents/Miscelleneous/Rust/Example/target/debug/deps/Example-faa3366532de02b2.rmeta: src/main.rs /Users/mehulghoderao/Documents/Miscelleneous/Rust/Example/target/debug/deps/Example-faa3366532de02b2.d: src/main.rs src/main.rs:
D
// Copyright Ferdinand Majerech 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) module dyaml.escapes; package: ///Translation table from YAML escapes to dchars. immutable dchar[dc...
D
module owlchain.xdr.manageDataResult; import owlchain.xdr.type; import owlchain.xdr.manageDataResultCode; import owlchain.xdr.xdrDataInputStream; import owlchain.xdr.xdrDataOutputStream; struct ManageDataResult { ManageDataResultCode code; static void encode(XdrDataOutputStream stream, ref const ManageDataR...
D
/Users/Zhongli/Desktop/NewsDemo/DerivedData/NewsDemo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/TaskDelegate.o : /Users/Zhongli/Desktop/NewsDemo/Pods/Alamofire/Source/MultipartFormData.swift /Users/Zhongli/Desktop/NewsDemo/Pods/Alamofire/Source/Timeline.swift /Use...
D
/Users/rafaelcunhadeoliveira/Documents/Forecast_Test/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/RetryPolicy.o : /Users/rafaelcunhadeoliveira/Documents/Forecast_Test/Pods/Alamofire/Source/MultipartFormData.swift /Users/rafaelcunhadeoliveira/Documents/Forecast_Test/Pods/Alamofire/Source/...
D
/Users/hernaniruegasvillarreal/Downloads/9.07/Build/Intermediates/Flappy\ Bird.build/Debug-iphonesimulator/Flappy\ Bird.build/Objects-normal/x86_64/GameScene.o : /Users/hernaniruegasvillarreal/Downloads/9.07/Flappy\ Bird/GameScene.swift /Users/hernaniruegasvillarreal/Downloads/9.07/Flappy\ Bird/GameViewController.swift...
D
module hunt.framework.config.AuthUserConfig; import hunt.framework.Init; import std.algorithm; import std.array; import std.conv; import std.file; import std.path; import std.stdio; import std.range; import std.string; import hunt.logging; /** * Convert the permission format from Hunt to Shiro, which means that ...
D
module math.linear.quaternion; import std.math; import core.internal.traits : Unconst; ////import std.traits : Unconst; import std.traits; import math.linear.vector; import math.linear.axis_rot; public import math.linear._qv; public import math.linear._qa; alias opBinaryImpl = math.linear._qv.opBinaryImpl; // TODO:...
D
instance Mod_1447_BUD_Buddler_MT (Npc_Default) { //-------- primary data -------- name = Name_Buddler; npctype = npctype_mt_buddler; guild = GIL_out; level = 2; voice = 0; id = 1447; //-------- abilities -------- B_SetAttributesToChapter (self, 1); //-------- visua...
D
/** * D header file for C99. * * $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_wchar.h.html, _wchar.h) * * 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 accompan...
D
/Users/oishikdas/projects/rust/password_manager_rust/target/debug/deps/cpuid_bool-6f0b39c1373bf24a.rmeta: /Users/oishikdas/.cargo/registry/src/github.com-1ecc6299db9ec823/cpuid-bool-0.1.2/src/lib.rs /Users/oishikdas/projects/rust/password_manager_rust/target/debug/deps/libcpuid_bool-6f0b39c1373bf24a.rlib: /Users/oishi...
D
module UnrealScript.TribesGame.GFxTrPage_TrainVideo; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.GFxTrAction; import UnrealScript.TribesGame.GFxTrPage; import UnrealScript.GFxUI.GFxObject; extern(C++) interface GFxTrPage_TrainVideo : GFxTrPage { public extern(D): priv...
D
IL JL;
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
module sdfs.client.app; import std.stdio : writeln, writefln; import std.path; import std.file; import buffer.rpc.client; import appbase.utils; import sdfs.client.configuration; extern (C) short upload(const string trackerHost, const ushort trackerPort, const ushort messageMagic, const scope void[] content, ref...
D
import std.stdio; import std.conv : to; import std.file; import procon28.decoder; import procon28.encoder; import procon28.geometry; import std.algorithm.searching; import std.algorithm.iteration; void main(string[] args) { auto output = args[1].readText.decode_output; auto piece = args[2].readText.decode_piece; a...
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_6_BeT-55176341...
D
instance Mod_7015_HS_Bauer_REL (Npc_Default) { // ------ NSC ------ name = "Bauer"; guild = GIL_OUT; id = 7015; voice = 5; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); //setzt Attri...
D
a large number or amount
D
import std.stdio; void main() { auto Δ = 1; Δ++; writeln(Δ); }
D
/* Copyright (c) 2012 Ola Østtveit 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, publish, distribut...
D
module mordor.common.streams.notify; public import mordor.common.streams.filter; class NotifyStream : FilterStream { this(Stream parent, bool ownsParent = true) { super(parent, ownsParent); } void delegate() notifyOnClose() { return _closeDg; } void notifyOnClose(void delegate() dg) {...
D
/** This module contains the core functionality of the vibe.d framework. Copyright: © 2012-2017 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 vibe.core.core; public import vibe.core.task; import eventcore.core;...
D
module android.java.android.renderscript.AllocationAdapter; public import android.java.android.renderscript.AllocationAdapter_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!AllocationAdapter; import import11 = android.java.android.view.Surface; import import5 = android.java.android.renderscri...
D
/home/thinkpad/Dropbox/Tests/rust/pomodoro/target/debug/build/rand-969b32ce38387445/build_script_build-969b32ce38387445: /home/thinkpad/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5/build.rs /home/thinkpad/Dropbox/Tests/rust/pomodoro/target/debug/build/rand-969b32ce38387445/build_script_build-969b32ce3838...
D
/* TEST_OUTPUT: --- fail_compilation/fail161.d(15): Error: template instance MetaString!"2 == 1" does not match template declaration MetaString(String) --- */ template MetaString(String) { alias String Value; } void main() { alias MetaString!("2 == 1") S; assert(mixin(S.Value)); }
D
/Users/zhumatthew/Desktop/finalProject/Build/Intermediates/FinalProject.build/Debug-iphonesimulator/CoreDataService.build/Objects-normal/x86_64/NSEntityDescription_Service.o : /Users/zhumatthew/Desktop/finalProject/CoreDataService/Source/Extension/NSEntityDescription_Service.swift /Users/zhumatthew/Desktop/finalProject...
D
a hard lump produced by the concretion of mineral salts an incrustation that forms on the teeth and gums the branch of mathematics that is concerned with limits and with the differentiation and integration of functions
D
/Users/sameersiddiqui/Projects/HafsaInspectorApp/Build/Intermediates/Pods.build/Debug-iphonesimulator/Material.build/Objects-normal/x86_64/Material+UIImage+Blank.o : /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/Sources/iOS/BarView.swift /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/So...
D
/* TEST_OUTPUT: --- fail_compilation/fail19744.d(8): Error: Top-level function `test` has no `this` to which `return` can apply --- */ int* test(return scope int* n) return { return n; }
D
/home/jinx/src/rustPrograms/closurePractice/target/debug/deps/closurePractice-7c5b1717fc2999bf: src/main.rs /home/jinx/src/rustPrograms/closurePractice/target/debug/deps/closurePractice-7c5b1717fc2999bf.d: src/main.rs src/main.rs:
D
/***********************************************************************\ * objidl.d * * * * Windows API header module * * ...
D