code
stringlengths
3
10M
language
stringclasses
31 values
/** * Routines to handle elems. * * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1985-1998 by Symantec * Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars....
D
module windows.cloudfilters; public import system; public import windows.com; public import windows.filesystem; public import windows.systemservices; extern(Windows): struct CF_CONNECTION_KEY__ { long Internal; } struct CF_FS_METADATA { FILE_BASIC_INFO BasicInfo; LARGE_INTEGER FileSize; } enum CF_PLACE...
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) 2015 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 app...
D
instance PAL_216_Cedric(Npc_Default) { name[0] = "Седрик"; guild = GIL_PAL; id = 216; voice = 12; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_1h_Pal_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Fighter",Fac...
D
module chipmunk.cpPinJoint; import chipmunk.chipmunk_types; import chipmunk.chipmunk_structs; extern (C): cpBool cpConstraintIsPinJoint (const(cpConstraint)* constraint); cpPinJoint* cpPinJointAlloc (); cpPinJoint* cpPinJointInit (cpPinJoint* joint, cpBody* a, cpBody* b, cpVect anchorA, cpVect anchorB); cpConstraint...
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 core/sys/windows/_subauth.d) */ module core.sys.windows.subauth; version (Windows): import core.sys.windows.ntdef, core.sys.w...
D
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Routing/Router+Content.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/vapor.git-5492988889259800272/S...
D
someone who samples food or drink for its quality
D
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
D
Dear Sir assembly man boy businessman cable foreman cable man career girl central office repairman chairmen communication man corporate wife corporate wives craftsman crossbar frame wireman draftsman equipment installer serviceman facilityman fathering forefathers foreman fram...
D
alias ruby="docker run --rm=true -it -v ${PWD}:/home/user -w /home/user stephane/webdev-tools ruby" alias sass="docker run --rm=true -it -v ${PWD}:/home/user stephane/webdev-tools sass" alias gulp="docker run --rm=true -it -v ${PWD}:/home/user stephane/webdev-tools gulp" alias grunt="docker run --rm=true -it -v ${PWD}:...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtLocation module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Lic...
D
import std.traits; void showFunctionDetails(alias func)() { import std.stdio; writeln(" Name: ", __traits(identifier, func)); writeln(" Returns: ", ReturnType!func.stringof); writeln(" Arguments: ", ParameterTypeTuple!func.stringof); writeln(" Arg names: ", ParameterIdentifier...
D
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Node.build/StructuredDataWrapper/StructuredDataWrapper+Equatable.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/node.git-9175390252000121167/Sources/Node/StructuredData/StructuredData.swift /Users/Ale...
D
/* * Copyright (c) 2007-2013 Scott Lembcke and Howling Moon Software * * 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 ...
D
/Users/dali/Desktop/Git/rustlings/target/debug/build/libc-9ca272cd4c6086f0/build_script_build-9ca272cd4c6086f0: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.93/build.rs /Users/dali/Desktop/Git/rustlings/target/debug/build/libc-9ca272cd4c6086f0/build_script_build-9ca272cd4c6086f0.d: /Us...
D
/****************************************************************************** Custom dparse visitor class iterates resulting AST and creates mappings between language constructs that need to be converted and token indexes in the original lexed array. Copyright: Copyright (c) 2016 Sociomantic Labs. A...
D
/** * Semantic analysis for D types. * * 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://github....
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/MySQL.build/Context.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/mysql.git-1890032512239690518/Sources/MySQL/Field/Field.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/mysql....
D
instance Mod_13020_SP_Seelenpeiniger_NW (Npc_Default) { //-------- primary data -------- name = "Seelenpeiniger"; npctype = npctype_main; guild = GIL_DMT; level = 25; voice = 0; id = 13020; flags = NPC_FLAG_GHOST; //-------- abilities -------- attribute[ATR_STRENGTH] = 100; attribut...
D
module photon; import core.thread; version(Windows) public import photon.windows.core; else version(linux) public import photon.linux.core; else version(freeBSD) public import photon.freebsd.core; else version(OSX) public import photon.macos.core; else static assert(false, "Target OS not supported by Photon yet!"); v...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/AlchemintProject.build/Debug-iphonesimulator/AlchemintProject.build/Objects-normal/x86_64/TaskForGCD.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/AlchemintProject/Sources/External/NeoSwift/Crypto/RIP...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/Async.build/QueueHandler.swift.o : /Users/mu/Hello/.build/checkouts/core/Sources/Async/Async+NIO.swift /Users/mu/Hello/.build/checkouts/core/Sources/Async/Future+Variadic.swift /Users/mu/Hello/.build/checkouts/core/Sources/Async/Deprecated.swift /Users/mu/Hello/.build/ch...
D
/Users/thendral/POC/vapor/Friends/.build/debug/Console.build/Console/Style/ConsoleStyle.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/Packa...
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ /* Copyright Sean Kelly 20...
D
module game.arena; import engine.engine : GameScene; class Arena : GameScene { import allegro5.allegro : ALLEGRO_BITMAP, al_load_bitmap, al_draw_bitmap, al_destroy_bitmap; import game.utility : Framerate; import game.player : Player; private { ALLEGRO_BITMAP *_background; } this(i...
D
/home/user/Momir.Milutinovic/PerfectTemplate/.build/x86_64-unknown-linux/debug/PerfectHTTP.build/MimeType.swift.o : /home/user/Momir.Milutinovic/PerfectTemplate/.build/checkouts/Perfect-HTTP.git--2804952654501611945/Sources/PerfectHTTP/HTTPMethod.swift /home/user/Momir.Milutinovic/PerfectTemplate/.build/checkouts/Perfe...
D
instance CH(Npc_Default) { name[0] = "CharacterHelper"; npcType = npctype_main; guild = GIL_None; level = 10; voice = 15; id = 0; Mdl_SetVisual(self,"HUMANS.MDS"); Mdl_SetVisualBody(self,"hum_body_Naked0",4,1,"Hum_Head_Pony",9,0,-1); start_aistate = ZS_CH_Hangaround; }; func void ZS_CH_Hangaround() { PrintDe...
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/_tlhelp32.d) */ module core.sys.windows.tlhelp32; version (Windows): pragma(lib, "kernel32"); version (ANSI) {} els...
D
module gl.geom._2d.sprite; import gl.all; /** This class is designed to be used with the SpriteRenderer which uses a single texture. This means that all sprites rendered by it need to use the same texture. eg. new SpriteRenderer(gl).withSprites(sprites).render(); */ final class BitmapSprite : Sprite { Vector4 uv ...
D
////////////////////////////////////////////////////////////////////////// // ZS_ObserveIntruder // ================== // Wird von: // // - B_ObserveIntruder (Eindringling ist neutral/angry Mensch) // - ZS_AssessQuietSound // - B_AssessSc, wenn der wahrnehmende Nsc sich in Wachzuständen befindet // (ZS_GuardWP oder ZS...
D
//********************************************************************* // Info EXIT //********************************************************************* INSTANCE DIA_Kurgan_EXIT (C_INFO) { npc = DJG_708_Kurgan; nr = 999; condition = DIA_Kurgan_EXIT_Condition; information = DIA_Kurgan_EXIT...
D
<!DOCTYPE html> <html> <!-- Mirrored from www.cognitiveclouds.com/img/h/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
// Copyright © 2011, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). module miners.lua.state; import charge.charge; public import lib.lua.lua; public import lib.lua.lauxlib; static import lib.lua.state; static import charge.game.lua; alias lib.lua.state.ObjectWr...
D
instance BDT_10310_Addon_RangerBandit_M(Npc_Default) { name[0] = NAME_Bandit; guild = GIL_BDT; id = 10310; voice = 1; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_NORMAL; EquipItem(self,ItMw_1h_Vlk_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE...
D
instance BAU_920_Bauer(Npc_Default) { name[0] = NAME_Bauer; npcType = npctype_ambient; guild = GIL_BAU; level = 2; voice = 2; id = 920; attribute[ATR_STRENGTH] = 25; attribute[ATR_DEXTERITY] = 25; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 106; attribute[ATR_HITPOIN...
D
module org.eclipse.swt.internal.mozilla.nsICategoryManager; import org.eclipse.swt.internal.mozilla.Common; import org.eclipse.swt.internal.mozilla.nsID; import org.eclipse.swt.internal.mozilla.nsISupports; import org.eclipse.swt.internal.mozilla.nsISimpleEnumerator; const char[] NS_ICATEGORYMANAGER_IID_STR = "3275b2...
D
/Users/Home/Desktop/iOS/TrueGrowthSF2/DerivedData/TrueGrowthSF2/Build/Intermediates.noindex/TrueGrowthSF2.build/Debug-iphonesimulator/TrueGrowthSF2.build/Objects-normal/x86_64/AppDelegate.o : /Users/Home/Desktop/iOS/TrueGrowthSF2/TrueGrowthSF2/View/CurrencyTextField.swift /Users/Home/Desktop/iOS/TrueGrowthSF2/TrueGrowt...
D
import std.range; import std.algorithm; pragma(msg, 2.iota(1000).map!reciprocal.reduce!max); auto reciprocal(int d) { import std.typecons; import std.conv; int[int][int] dat; int num = 10; int dept = 1; int len = 0; string rep = "0."; for (;;) { int e = num / d; num -= e * d; if (!num) { ...
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
// Written in the D programming language. /** This module implements window frame widget. Synopsis: ---- import dlangui.widgets.docks; ---- Copyright: Vadim Lopatin, 2015 License: Boost License 1.0 Authors: Vadim Lopatin, coolreader.org@gmail.com */ module dlangui.widgets.winframe; import dlangui.widgets.la...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo...
D
module test34; import std.stdio; import std.string; import std.format; import core.exception; /************************************************/ class Foo {} class Bar {} void test1() { TypeInfo ti_foo = typeid(Foo); TypeInfo ti_bar = typeid(Bar); auto hfoo = ti_foo.toHash(); auto hbar = ti_bar.t...
D
/Users/chervjay/Documents/GitHub/sanctum/target/debug/deps/unic_langid_impl-5e4e443c16f317e0.rmeta: /Users/chervjay/.cargo/registry/src/github.com-1ecc6299db9ec823/unic-langid-impl-0.6.2/src/lib.rs /Users/chervjay/.cargo/registry/src/github.com-1ecc6299db9ec823/unic-langid-impl-0.6.2/src/errors.rs /Users/chervjay/.carg...
D
/** * HashTab container for internal usage. * * Copyright: Copyright Martin Nowak 2013. * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ module rt.util.container.hashtab; import rt.util.container.array; static import common = rt.util.container.common; struct Has...
D
/* * KISS - A refined core library for dlang * * Copyright (C) 2015-2017 Shanghai Putao Technology Co., Ltd * * Developer: HuntLabs * * Licensed under the Apache-2.0 License. * */ module kiss.aio.SocketChannel; import kiss.aio.ChannelBase; import kiss.aio.SelectionKey; import std.socket; import std.conv; ...
D
module android.java.android.se.omapi.Channel; public import android.java.android.se.omapi.Channel_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Channel; import import0 = android.java.android.se.omapi.Session; import import1 = android.java.java.lang.Class;
D
module entities.entity; import std.exception; import std.stdio; import std.math; import clan; import clans; import changes.changelist; import entitytypemanager; import light; import cgy.util.pos; import cgy.stolen.aabbox3d; import cgy.util.memory; import cgy.util.util; import worldstate.worldstate; import changes.wo...
D
instance PAL_217_Marcos(Npc_Default) { name[0] = "Маркос"; guild = GIL_PAL; id = 217; voice = 4; flags = NPC_FLAG_IMMORTAL; npcType = NPCTYPE_OCMAIN; aivar[AIV_ToughGuy] = TRUE; B_SetAttributesToChapter(self,4); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Pal_Sword); EquipItem(self,ItRw_Mil_Cros...
D
an average of n numbers computed by adding some function of the numbers and dividing by some function of n mean or intend to express or convey have as a logical consequence denote or connote have in mind as a purpose have a specified degree of importance intend to refer to destine or designate for a certain purpose app...
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_10_MobileMedia...
D
/** * BMI2 intrinsics. * https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#othertechs=BMI2 * * Copyright: Copyright Johan Engelen 2021. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) */ module inteli.bmi2intrin; import inteli.internals; nothrow @nogc pu...
D
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Leaf.build/Tag/TagTemplate.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Leaf-1.0.6/Sources/Leaf/Argument.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Leaf-1.0.6/Sources/Leaf/Byte+Leaf.swift /Users/okas...
D
instance Mod_7455_TPL_Angar_IR (Npc_Default) { // ------ NSC ------ name = "Cor Angar"; guild = GIL_OUT; id = 7455; voice = 4; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; // ------ AIVARS ------ aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aiv...
D
import std.stdio; import std.algorithm; const int N = 101; int[N][N] cost; int[N] minCost, used; void main(){ int n, m, a, b, c, ans; while (readf("%d %d\n", &n, &m), n || m) { minCost[] = int.max; used[] = false; foreach (i; 0..n) cost[i][] = int.max; foreach (i; 0..m) { readf("%d %d %d\n", &a, &b, &c)...
D
import vibe.vibe; import customers; void main() { auto settings = new HTTPServerSettings; settings.port = 3000; settings.bindAddresses = ["::1", "127.0.0.1"]; // Enables sessions which are stored in memory // RedisSessionStore can also be used when connected with a Redis database. // Additional Session Stores: ...
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 ...
D
/** * Do mangling for C++ linkage for Digital Mars C++ and Microsoft Visual C++. * * Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * Authors: Walter Bright, https://www.digitalmars.com * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: ...
D
/Users/GroverDover/UIowa/TigerHacks18/SplitNote/build/SplitNote.build/Debug-iphonesimulator/SplitNote.build/Objects-normal/x86_64/folderCell.o : /Users/GroverDover/UIowa/TigerHacks18/SplitNote/SplitNote/AppDelegate.swift /Users/GroverDover/UIowa/TigerHacks18/SplitNote/SplitNote/View/noteCell.swift /Users/GroverDover/UI...
D
/Users/doriankinoocrutcher/Documents/blockheads/blockbop/blockbop/contract/target/debug/build/serde-0714fea58288a33b/build_script_build-0714fea58288a33b: /Users/doriankinoocrutcher/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.114/build.rs /Users/doriankinoocrutcher/Documents/blockheads/blockbop/blockbop/c...
D
/Users/joshblatt/Projects/learning-casper/task1/contract/target/release/deps/libthiserror_impl-4a7120eec40e42e3.dylib: /Users/joshblatt/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.29/src/lib.rs /Users/joshblatt/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.29/src/ast.rs /User...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 319.0394 53.3918382 6 27.5 25 65 -35.5999985 137.5 1874 6.04980415 30.7349977 0.835270211 sediments 313.558202 63.5185019 11 7 25 65 -41.0999985 146.100006 1871 12.6303461 38.8518699 0.546074427 sediments, sandstone 273 54 4 0 46 48 -33.5 151.30...
D
/Users/laurin/Documents/School/fbxpollenfallen/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LegendEntry.o : /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Sourc...
D
void func1(real value = 103500.0L); void func2(real value = 520199.0F); void func3(real value = 970000.0); void func4(real value = 102450.0F); void func5(real value = 412502.0L); int main();
D
/// module nanogui.label; /* nanogui/label.h -- Text label with an arbitrary font, color, and size NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>. The widget drawing code is based on the NanoVG demo application by Mikko Mononen. All rights reserved. Use of this source code is governed by a BSD-st...
D
// ************************************************************************* // EXIT // ************************************************************************* INSTANCE DIA_SLD_7_EXIT(C_INFO) { nr = 999; condition = DIA_SLD_7_EXIT_Condition; information = DIA_SLD_7_EXIT_Info; permanent = TRUE; descrip...
D
import std.stdio, std.variant, std.conv; struct Dyn { Variant[string] data; alias data this; } void main(string[] args) { Dyn d; const attribute_name = text("attribute_", args.length); d[attribute_name] = "something"; writeln(d[attribute_name]); }
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="model.notation#_XSuDIInuEeGxdc...
D
/******************************************************************************* TODO source code analyzer for Coedit projects/files ## Format: `` // TODO [fields] : text `` - TODO/FIXME: used to detect that the comment is a "TODO" comment. The keyword is not case sensitive. - fields: an optional list of property...
D
the act of caressing with the lips (or an instance thereof) touch with the lips or press the lips (against someone's mouth or other body part) as an expression of love, greeting, etc. send or move around by bus ride in a bus remove used dishes from the table in restaurants
D
either of two or more related or complementary variables mutually related expressing a reciprocal or complementary relation
D
module tpl.handles; /// Класс-основа для всех типов указателей template МиксинХэндл() { public: alias typeof(*this) Сам; static Сам opCall(цел _инд=-1) { Сам M; with(M) { инд_=_инд; } return M; } /// Получить соответствующи...
D
/** * Exception handling support for Dwarf-style portable exceptions. * * Copyright: Copyright (c) 2015-2016 by D Language Foundation * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Walter Bright *...
D
/** * D header file for NetBSD. * * Copyright: Copyright Martin Nowak 2012. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * * http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/include/dlfcn.h */ module core.sys.netbsd.dlfcn; public import core.sys.posix.dlfcn...
D
module dcode.timetracker; import std.stdio, std.file, std.conv, std.string, std.random; import core.memory; struct TimeTracker{ private: int[] mytime = [0,0,0,1,1,1]; public: void load(string filename = "ST.save"){ if(!exists(filename)){ writefln("Server time not found: '%s'",filename); ...
D
// network driver module NetworkManager; import lib.Params; import lib.client.NetClientManager; import lib.server.NetServerManager; import tango.net.Socket; import tango.io.Stdout; import tango.core.Thread; int main(char[][] args) { if (args.length < 2) { Stdout.formatln("usage: {} <server or client>", args[0]);...
D
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Leaf.build/Tag/Models/Embed.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Leaf-1.0.6/Sources/Leaf/Argument.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Leaf-1.0.6/Sources/Leaf/Byte+Leaf.swift /Users/oka...
D
int codingdojo(int a){ return a; } unittest { assert(codingdojo(1) == 1); } unittest { assert(codingdojo(2) == 2); }
D
module artemisd.systems.delayedentityprocessingsystem; import artemisd.aspect; import artemisd.entity; import artemisd.entitysystem; import artemisd.utils.type; import artemisd.utils.bag; abstract class DelayedEntityProcessingSystem : EntitySystem { mixin TypeDecl; private float delay; private bool runn...
D
/* TEST_OUTPUT: --- fail_compilation/test20383.d(11): Error: invalid array operation `cast(int[])data[] & [42]` (possible missing []) --- */ // https://issues.dlang.org/show_bug.cgi?id=20383 ubyte[1] ice(ubyte[1] data) { ubyte[1] result = data[] & [42]; return result; }
D
module text; import std.stdio; import std.math; import sgogl; /* Transforms character code c to an index to be used to get a particular gylph subimage in a bitmap font sheet */ uint character_to_image_index(string checks = "careful")(char c){ static if(checks == "careful"){ uint ret = c - 32; if(ret < ...
D
/* * Copyright 2015-2018 HuntLabs.cn * * 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 la...
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="model.notation#_kUir8LQnEeOULris00...
D
module hunt.net; public import hunt.net.AbstractConnection; public import hunt.net.AsyncResult; public import hunt.net.Connection; public import hunt.net.EventLoopPool; public import hunt.net.KeyCertOptions; public import hunt.net.NetUtil; public import hunt.net.NetClient; public import hunt.net.NetClientImpl; public ...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2020 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
module isomer.sprites.zsprite; import dsfml.graphics; import std.conv; import dsfml.graphics.renderwindow; /** abstract definition of a sprite, should be able to be drawn on top of the background layer, react to events and trigger events for other objects */ abstract class ZSprite { protected Vector2f _position...
D
import mir.ion; import std.algorithm; import std.conv; import std.datetime; import std.file; static import std.stdio; immutable folder = "testdata/"; immutable files = [ "apache_builds.json", "github_events.json", "instruments.json", "mesh.json", "mesh.pretty.json", "nested.json", "svg_m...
D
func int C_NpcHasAttackReasonToKill(var C_Npc slf) { if((slf.aivar[AIV_ATTACKREASON] == AR_KILL) || (slf.aivar[AIV_ATTACKREASON] == AR_GuildEnemy) || (slf.aivar[AIV_ATTACKREASON] == AR_HumanMurderedHuman) || (slf.aivar[AIV_ATTACKREASON] == AR_GuardStopsIntruder) || (slf.aivar[AIV_ATTACKREASON] == AR_GuardCalledToKill...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (c) 1999-2017 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
/******************************************************************************* * Copyright (c) 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, and is a...
D
/* PERMUTE_ARGS: REQUIRED_ARGS: -transition=safe TEST_OUTPUT: --- fail_compilation/test16589.d(26): Error: escaping reference to local variable this fail_compilation/test16589.d(31): Error: escaping reference to local variable this fail_compilation/test16589.d(37): Error: escaping reference to local variable s fail_com...
D
/*- * Copyright (c) 2009-2010 Doug Rabson * 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 co...
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
/home/raz/code_projects/rust_projects/rust_projects1/gas_rust_cursive_1/target/release/build/num-integer-c873a39c6b077e68/build_script_build-c873a39c6b077e68: /home/raz/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.39/build.rs /home/raz/code_projects/rust_projects/rust_projects1/gas_rust_cursive_1/ta...
D
an attack by a defending force against an attacking enemy force in order to regain lost ground or cut off enemy advance units etc. (chess) an attack that is intended to counter the opponent's advantage in another part of the board make a counterattack
D
// URL: https://yukicoder.me/problems/no/747 import std.algorithm, std.array, std.container, std.math, std.range, std.typecons, std.string; version(unittest) {} else void main() { string ns; io.getV(ns); string ks; io.getV(ks); auto N = ns.map!(c => cast(int)(c-'0')).array; auto K = ks.map!(c => cast(int)(c-...
D
/* * Copyright Lodovico Giaretta 2016 - . * 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) */ /++ + This module implements components to put XML data in `OutputRange`s +/ module std.e...
D
/Users/gupi/Documents/Development_Resources/AnnotationClustering/build/AnnotationClustering.build/Release-iphoneos/AnnotationClustering.build/Objects-normal/armv7/QuadTreeNode.o : /Users/gupi/Documents/Development_Resources/AnnotationClustering/AnnotationClustering/Code/AnnotationClusterView.swift /Users/gupi/Documents...
D
/home/deeptuuk/rust/异步学习/dproxy/target/debug/deps/tokio-0a8702800ad4e876.rmeta: /home/deeptuuk/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.15/src/lib.rs /home/deeptuuk/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.15/src/macros/mod.rs /home/deeptuuk/.cargo/registry/src/mirror...
D