code
stringlengths
3
10M
language
stringclasses
31 values
void main() { runSolver(); } void problem() { auto N = scan!int; auto A = scan!int(N); auto solve() { MInt9 ans; foreach(n; 1..N + 1) { const mod = n; auto dp = new MInt9[][](n + 1, mod); dp[0][0] = 1; foreach(i, a; A) { foreach_reverse(added; 0..n) { fore...
D
module vips.base; package import vips.image; package import vips.option; package import vips.types; class VipsException : Exception { public: this(string message, string file = __FILE__, size_t line = __LINE__, Throwable next = null) { import vips.bindings : vips_error_buffer, ...
D
// Based on DirectX 12 from Windows 10 kit 10.0.17134.0 module directx.d3d12shader; version (Windows) { version = D3D12ShaderEnable; } else { static assert( false, "D3D12 is only enabled for Windows." ); } version( D3D12ShaderEnable ): @system: extern( C ): import combindings; import directx.d3dcommon; enum D3D12_...
D
INSTANCE Info_Mod_Argez_XW_Vorsicht (C_INFO) { npc = PC_Friend_XW; nr = 1; condition = Info_Mod_Argez_XW_Vorsicht_Condition; information = Info_Mod_Argez_XW_Vorsicht_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Argez_XW_Vorsicht_Condition() { return 1; }; FUNC VOID Info_Mod_Argez_XW_Vorsicht_Info...
D
/Users/hernaniruegasvillarreal/Downloads/9.06/Build/Intermediates/Flappy\ Bird.build/Debug-iphonesimulator/Flappy\ Bird.build/Objects-normal/x86_64/GameScene.o : /Users/hernaniruegasvillarreal/Downloads/9.06/Flappy\ Bird/GameScene.swift /Users/hernaniruegasvillarreal/Downloads/9.06/Flappy\ Bird/GameViewController.swift...
D
/home/ra0x1duk3/security/hack-the-box/tools/perceptio/target/debug/deps/smallvec-4c7aa5b72e35eef5.rmeta: /home/ra0x1duk3/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.6.1/src/lib.rs /home/ra0x1duk3/security/hack-the-box/tools/perceptio/target/debug/deps/smallvec-4c7aa5b72e35eef5.d: /home/ra0x1duk3/.cargo/...
D
/+ Copyright (c) 2005-2007 J Duncan, 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, ...
D
module colorcircle; import std.math; import std.stdio; import dlangui; import dlib.image : hsv; @safe /// Params: /// /// y = y coordinate of point /// x = x coordinate of point /// /// Returns: angle in degrees [0; 360) clock-wise from Y axis /// double atan2InDegrees(double y, double x) pure nothrow @nogc { ...
D
module dpk.pkgdesc; import std.conv, std.file, std.path, std.stdio, std.string; import dpk.config, dpk.ctx, dpk.install, dpk.util; PkgDesc loadPkgDesc(Ctx ctx, string pkgbasename) { auto descpath = installPath(ctx, dpk.install.confdir, pkgbasename); if (!std.file.exists(descpath) || !std.file.isFile(descpath)) { ...
D
module build.tools; abstract class Tool { }
D
/** * Authors: The D DBI project * * Version: 0.2.5 * * Copyright: BSD license */ module dbi.pg.PgError; private import dbi.ErrorCode; /** * Convert a PostgreSQL _error code to an КодОшибки. * * Params: * ошибка = The PostgreSQL _error code. * * Returns: * The КодОшибки representing ош...
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ /* C...
D
module UnrealScript.TribesGame.TrCallIn_SupportItemPlatform; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.Actor; import UnrealScript.TribesGame.TrGameObjective; extern(C++) interface TrCallIn_SupportItemPlatform : Actor { public extern(D): private static __gshared ScriptCla...
D
// Written in the D programming language. /** This module defines generic containers. Construction: To implement the different containers both struct and class based approaches have been used. $(XREF_PACK _container,util,make) allows for uniform construction with either approach. --- import std.container; // Constr...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.t...
D
/** * Binding for libunwind/libgc's `unwind.h` * * Those bindings expose the `_Unwind_*` symbols used by druntime * to do exception handling. * * See_Also: * Itanium C++ ABI: Exception Handling ($Revision: 1.22 $) * Source: $(DRUNTIMESRC core/internal/backtrace/_unwind.d) */ module core.internal.backtrace...
D
/Volumes/new/mobile/Rocket.Chat.ReactNative/ios/build/RocketChatRN/Build/Intermediates.noindex/RocketChatRN.build/Debug-iphonesimulator/RocketChatRN.build/Objects-normal/x86_64/Watermelon.o : /Volumes/new/mobile/Rocket.Chat.ReactNative/ios/Watermelon.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimu...
D
module UnrealScript.Engine.InterpTrackInstHeadTracking; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.SkelControlLookAt; import UnrealScript.Engine.InterpTrackInst; import UnrealScript.Engine.Actor; import UnrealScript.Engine.InterpTrackHeadTracking; extern(C++) interface Inte...
D
module routers; public import routers.router; import http : Request, Response; shared interface RequestHandler { void handleRequest(Request, Response); } alias RequestHandlerDelegate = void delegate(Request, Response); class DelegateRequestHandler : RequestHandler { private RequestHandlerDelegate _delegate...
D
instance PIR_1395_Addon_InExtremo_Lutter(Npc_Default) { name[0] = "Ëþòòåð"; npcType = npctype_main; guild = GIL_NONE; level = 4; voice = 7; id = 1395; flags = NPC_FLAG_IMMORTAL; attribute[ATR_STRENGTH] = 20; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_...
D
/home/zbf/workspace/git/RTAP/target/debug/deps/libc-5241e4d83436d463.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.65/src/lib.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.65/src/macros.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06...
D
// REQUIRED_ARGS: -transition=checkimports -transition=import /* TEST_OUTPUT: --- fail_compilation/checkimports1c.d(16): Deprecation: local import search method found struct `imports.diag12598a.lines` instead of variable `checkimports1c.C.lines` fail_compilation/checkimports1c.d(16): Error: `lines` is a `struct` defini...
D
/Users/waqar/Exercism/rust/snake_game/target/rls/debug/build/num-traits-c708b3fe2ac7fb86/build_script_build-c708b3fe2ac7fb86: /Users/waqar/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/build.rs /Users/waqar/Exercism/rust/snake_game/target/rls/debug/build/num-traits-c708b3fe2ac7fb86/build_script_bui...
D
// hello.d // Hello world! int main(char[][] args) { printf("hello world\n"); printf("args.length = %d\n", args.length); for (int i = 0; i < args.length; i++) printf("args[%d] = '%s'\n", i, (char *)args[i]); return 0; }
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="_pRWYsA_YEeqjDam8EyRRugdcb5455...
D
module IO.Block; import GBAUtils.DataStore; import GBAUtils.GBARom; import IO.Tile; public class Block { public Tile[2][2] tilesThirdLayer; public Tile[2][2] tilesForeground; public Tile[2][2] tilesBackground; public uint blockID; public uint backgroundMetaData; private GBARom rom; public this(int blockID, ...
D
/Users/ryosukesatoh/Projects/rust-play/yew-app/target/debug/deps/libthiserror_impl-8641e978d7ac8493.dylib: /Users/ryosukesatoh/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/lib.rs /Users/ryosukesatoh/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/ast.rs /Users/ryos...
D
instance VLK_435_Nadja(Npc_Default) { name[0] = "Nadja"; guild = GIL_VLK; id = 435; voice = 16; flags = NPC_FLAG_IMMORTAL; npcType = npctype_main; aivar[AIV_ToughGuy] = TRUE; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,itmi_nadjawig); B_CreateAmbientInv(self); B_SetNpc...
D
// Written in D programming language /** * Part of asynchronous pool realization. * * Copyright: © 2014 DSoftOut * License: Subject to the terms of the MIT license, as written in the included LICENSE file. * Authors: NCrashed <ncrashed@gmail.com> */ module pgator.db.async.transaction; import std.conv; ...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/Console.build/Clear/ConsoleClear.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/console/Sources/Console/Terminal/ANSI.swift /Users/panartem/Developer/Study/Microservices-vapor/TIL...
D
module UnrealScript.Engine.SeqAct_ForceFeedback; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.ForceFeedbackWaveform; import UnrealScript.Engine.SequenceAction; extern(C++) interface SeqAct_ForceFeedback : SequenceAction { public extern(D): private static __gshared ScriptCla...
D
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Async.build/Future+Variadic.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/core/Sources/Async/Async+NIO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/core/Sources/Async...
D
/run/media/andreby/Docs/GithubCodes/learn_rust/actix-demo/target/debug/deps/tokio_signal-eef7d03a5e279c8d.rmeta: /run/media/andreby/Docs/GithubCodes/learn_rust/actix-demo/~/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-signal-0.2.7/src/lib.rs /run/media/andreby/Docs/GithubCodes/learn_rust/actix-demo/~/.cargo/re...
D
module tests.it.buildgen.automatic_dependency; import tests.it.buildgen; import reggae.path: buildPath; version(DigitalMars): static foreach (backend; ["ninja", "make", "tup", "binary"]) @("C++ dependencies get automatically computed with objectFile (" ~ backend ~ ")") @Tags(backend) unittest { ...
D
module deadcode.gui.controls.scrollview; import deadcode.edit.bufferview; import deadcode.gui.event : MouseWheelEvent, EventUsed; import deadcode.gui.widget; import deadcode.gui.widgetfeatures; import deadcode.math; class ScrollView : Widget { private { Widget _scrollArea; Vec2f _scrollOffset = V...
D
/** * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright */ /* Copyright Digital Mars 2004 - 2009. * Distributed under the Boost Software License, Version 1.0. * (See...
D
/Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/ImageFormat.o : /Users/ozgun/Desktop/IOSCase/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/ozgun/Desktop/IOSCase/Pods/Kingfisher/Sources/General/Deprecated.swift /Users/ozgun/Desktop/IOSCase/Pods/Kingfis...
D
/substrate-node-template/target/debug/deps/impl_codec-1f6b3a13543b07f0.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/impl-codec-0.4.2/src/lib.rs /substrate-node-template/target/debug/deps/impl_codec-1f6b3a13543b07f0.d: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/impl-codec-0.4.2/src/lib.rs /r...
D
// ARG_SETS: -i=, // ARG_SETS: -i=imports.pkgmod313, // ARG_SETS: -i=,imports.pkgmod313 // ARG_SETS: -i=imports.pkgmod313,-imports.pkgmod313.mod // ARG_SETS: -i=imports.pkgmod313.package,-imports.pkgmod313.mod // REQUIRED_ARGS: -Icompilable // PERMUTE_ARGS: // LINK: /* Can't really check for the missing function bar he...
D
/* This file is part of BioD. Copyright (C) 2012-2013 Artem Tarasov <lomereiter@gmail.com> 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 wit...
D
/******************************************************************************* Implementation of DLS 'Put' request copyright: Copyright (c) 2011-2017 sociomantic labs GmbH. All rights reserved License: Boost Software License Version 1.0. See LICENSE.txt for details. *******************...
D
module carbon.simd; import std.stdio; import core.simd; import carbon.math; import std.math; version(D_SIMD): /** */ float dotProduct(in Vector!(float[4])[] a, in Vector!(float[4])[] b) pure nothrow @trusted @nogc in{ assert(a.length == b.length); } do{ alias V = Vector!(float[4]); V sum; sum = 0; ...
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_2_MobileMedia-...
D
instance DIA_Babo_Kap1_EXIT(C_Info) { npc = NOV_612_Babo; nr = 999; condition = DIA_Babo_Kap1_EXIT_Condition; information = DIA_Babo_Kap1_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Babo_Kap1_EXIT_Condition() { if(Kapitel == 1) { return TRUE; }; }; func void DIA_Babo_Kap1_EXIT...
D
module luad.state; import std.array, std.range; import std.string : toStringz; import std.typecons : isTuple; import luad.c.all; import luad.stack; import luad.conversions.classes; import luad.base, luad.table, luad.lfunction, luad.dynamic, luad.error; /// Specify error handling scheme for $(MREF LuaState.doString...
D
instance MENU_OPT_AUDIO(C_MENU_DEF) { items[0] = "MENUITEM_AUDIO_HEADLINE"; items[1] = "MENUITEM_AUDIO_SFXVOL"; items[2] = "MENUITEM_AUDIO_SFXVOL_SLIDER"; items[3] = "MENUITEM_AUDIO_MUSICVOL"; items[4] = "MENUITEM_AUDIO_MUSICVOL_SLIDER"; items[5] = "MENUITEM_AUDIO_MUSIC"; items[6] = "MENUITEM_AUDIO_MUSIC_CHOICE...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.t...
D
// Written in the D programming language. /** This module implements the formatting functionality for strings and I/O. It's comparable to C99's $(D vsprintf()) and uses a similar format encoding scheme. Macros: WIKI = Phobos/StdFormat Copyright: Copyright Digital Mars 2000-. License: $(WEB boost.o...
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_17_agm-1161794...
D
# FIXED F2837xS_Adc.obj: C:/ayush2_nigam4/repo/trunk/lab2switchchecker/v140/F2837xS_common/source/F2837xS_Adc.c F2837xS_Adc.obj: C:/ayush2_nigam4/repo/trunk/lab2switchchecker/v140/F2837xS_headers/include/F2837xS_device.h F2837xS_Adc.obj: C:/CCStudio_v8/ccsv8/tools/compiler/ti-cgt-c2000_17.6.0.STS/include/assert.h F283...
D
512 sergei_eisenstein 1 edwin_s_porter 15 dw_griffith 2075 leni_riefenstahl 542 rupert_julian 1570 wesley_ruggles 2595 cecil_b_demille 2084 george_stevens 860 roland_west 1585 michael_curtiz 563 clyde_bruckman 1598 rouben_mamoulian 2099 1028179-william_a_seiter 583 bonnie_hill 1463 frank_r_strayer 1613 jean_vigo 2126 s...
D
module graphic.gadget.goal; import std.algorithm; // max import std.math; import basics.globals; // fileImageMouse import basics.help; // len import basics.topology; import graphic.cutbit; import graphic.gadget; import graphic.internal; import graphic.torbit; import net.ac; import net.style; import net.repdata; impor...
D
module tdd.c.td_json_client; extern(C) { void *td_json_client_create(); void td_json_client_send(void *client, const(char*) request); const(char*) td_json_client_receive(void *client, double timeout); const(char*) td_json_client_execute(void *client, const(char*) request); void td_json_client_destr...
D
/Users/shahid/Desktop/Projects/Swift2/Raywenderlich/RayCore/FlickrSwift/DerivedData/FlickrSwift/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Download.o : /Users/shahid/Desktop/Projects/Swift2/Raywenderlich/RayCore/FlickrSwift/Pods/Alamofire/Source/Alamofire.swift /Users/sha...
D
/** Compile with version=sqlite_extended_metadata_available if your sqlite is compiled with the SQLITE_ENABLE_COLUMN_METADATA C-preprocessor symbol. If you enable that, you get the ability to use the queryDataObject() function with sqlite. (You can still use DataObjects, but you'll have to set up the mappings ...
D
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Core.build/DataFile.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/core.git-9210800844849382486/Sources/Core/RFC1123.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/core.git-...
D
module dwt.internal.mozilla.nsIIOService; import dwt.internal.mozilla.Common; import dwt.internal.mozilla.nsID; import dwt.internal.mozilla.nsISupports; import dwt.internal.mozilla.nsIProtocolHandler; import dwt.internal.mozilla.nsIChannel; import dwt.internal.mozilla.nsIURI; import dwt.internal.mozilla.nsIFile; im...
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_5_MobileMedia-...
D
a seat for the rider of a horse or camel a pass or ridge that slopes gently between two peaks (is shaped like a saddle) cut of meat (especially mutton or lamb) consisting of part of the backbone and both loins a piece of leather across the instep of a shoe a seat for the rider of a bicycle posterior part of the back of...
D
instance Bdt_1014_Bandit_L(Npc_Default) { name[0] = "Brago"; guild = GIL_BDT; id = 1014; voice = 6; flags = 0; npcType = npctype_main; aivar[AIV_EnemyOverride] = TRUE; B_SetAttributesToChapter(self,2); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_1h_Sld_Axe); CreateInvItems(self,ItRw_Bolt,5); Creat...
D
module creator.utils.link; import std.process; void openLink(string link) { version(Windows) { spawnShell("start "~link); } version(OSX) { spawnShell("open "~link); } version(Posix) { spawnShell("xdf-open "~link); } }
D
module tests.ut.types; import reggae.types; import unit_threaded; @("CompilerFlags") @safe pure unittest { static immutable expected = ["-g", "-debug"]; CompilerFlags("-g -debug").value.should == expected; CompilerFlags(["-g", "-debug"]).value.should == expected; CompilerFlags("-g", "-debug").value....
D
/***********************************************************************\ * dxerr9.d * * * * Windows API header module * * ...
D
/Volumes/Samsung_T5/GeekSalon/GeekSalon_iOS/GoogleMap/DerivedData/GoogleMap/Build/Intermediates.noindex/GoogleMap.build/Debug-iphonesimulator/GoogleMap.build/Objects-normal/x86_64/AppDelegate.o : /Volumes/Samsung_T5/GeekSalon/GeekSalon_iOS/GoogleMap/GoogleMap/SceneDelegate.swift /Volumes/Samsung_T5/GeekSalon/GeekSalon_...
D
/** Copyright by The HDF Group. * Copyright by the Board of Trustees of the University of Illinois. * All rights reserved. * * Th...
D
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Service.build/Utilities/Deprecated.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/service.git--3029908809087319447/Sources/Service/Services/ServiceID.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkou...
D
instance SEK_8047_SHRAT(Npc_Default) { name[0] = "Шрэт"; guild = GIL_SEK; id = 8047; voice = 13; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,4); level = 1; fight_tactic = FAI_HUMAN_NORMAL; EquipItem(self,ItMw_Spicker); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Psioni...
D
/* * Copyright (C) 2017 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
GRAPHITEWEB_OPTS="wsgi --workers=4 --bind=127.0.0.1:8080 --log-file=/var/log/graphite-web.log --preload --pythonpath=/opt/graphite/webapp/graphite" GRAPHITEWEB_ENV="env PYTHONPATH=/opt/graphite/webapp"
D
module hunt.http.server.HttpServerConnection; import hunt.http.HttpConnection; import hunt.http.codec.http.stream.HttpTunnelConnection; import hunt.concurrency.Promise; import hunt.concurrency.FuturePromise; /** */ interface HttpServerConnection : HttpConnection { void upgradeHttpTunnel(Promise!HttpTunnelConnec...
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Authentication.build/Persist/SessionAuthenticatable.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/auth/Sources/Authentication/AuthenticationCache.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServe...
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
/******************************************************************************* Copyright: Copyright (C) 2008 Kris Bell. Все права защищены. License: BSD стиль: $(LICENSE) version: Aug 2008: Initial release Authors: Kris *******************************************...
D
/** * D header file for C99. * * $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_fenv.h.html, _fenv.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 accompanyi...
D
module mci.tester.common; import core.exception, std.exception, std.variant, mci.core.common; version (unittest) { private class A { } private class B : A { } private class C : B { } } unittest { auto b = new B(); bool isB; match(b, (B b) => isB...
D
/Users/thendral/POC/vapor/Friends/.build/debug/libc.build/libc.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Core-1.1.1/Sources/libc/libc.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/T...
D
module wiz.sym.bankdef; import wiz.lib; import wiz.sym.lib; class BankDef : Definition { compile.Bank bank; this(ast.Node decl) { super(decl); } }
D
// Copyright Ferdinand Majerech 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) //Runtime type information utilities. module util.typeinfo; ///Is type a class? bool isClass(TypeInf...
D
import std.stdio; import std.json; import std.csv; import std.conv; import std.array; import std.algorithm.searching; import std.string; void main() { // Ask for a file writeln("Give me a file to read:"); string fileStr = readln().strip; // Open given file, read it into a string auto dataFile = File(fileStr,...
D
/** * Takes a token stream from the lexer, and parses it into an abstract syntax tree. * * Specification: C11 * * Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boost.org/...
D
var int enter_oldworld_firsttime_trigger_onetime; func void enter_oldworld_firsttime_trigger() { if(enter_oldworld_firsttime_trigger_onetime == FALSE) { B_KillNpc(Bruder); B_KillNpc(VLK_Leiche3); B_KillNpc(VLK_Leiche2); B_KillNpc(STRF_Leiche1); B_KillNpc(STRF_Leiche2); B_KillNpc(STRF_Leiche3); B_KillN...
D
module owlchain.api.app; import vibe.d; import vibe.utils.array; final class ApiService { @path("/") void getIndex(string _error = null){ //render!("index.dt"); } } shared static this() { auto router = new URLRouter; router.registerWebInterface(new ApiService); auto settings = new HTTPServerSettings; setti...
D
/** SSL/TLS stream implementation SSLStream can be used to implement SSL/TLS communication on top of a TCP connection. The SSLContextKind of an SSLStream determines if the SSL tunnel is established actively (client) or passively (server). Copyright: © 2012-2014 RejectedSoftware e.K. License: Subject to the ter...
D
# FIXED 320c66x_le/bsp-evmc6678/hwif/srio-320c66x/bspsrio_320c66x.obj: ../320c66x_le/bsp-evmc6678/hwif/srio-320c66x/bspsrio_320c66x.c 320c66x_le/bsp-evmc6678/hwif/srio-320c66x/bspsrio_320c66x.obj: ../320c66x_le/bsp-evmc6678/hwif/srio-320c66x/srio.h 320c66x_le/bsp-evmc6678/hwif/srio-320c66x/bspsrio_320c66x.obj: C:/ti/c...
D
/Users/adityagarg/Code/Mobile-App/IOS/ArtOfLiving/build/SudarshanKriya.build/Debug-iphonesimulator/SudarshanKriya.build/Objects-normal/x86_64/BhastrikaViewController.o : /Users/adityagarg/Code/Mobile-App/IOS/ArtOfLiving/SnapchatCamera/AumViewController.swift /Users/adityagarg/Code/Mobile-App/IOS/ArtOfLiving/SnapchatCam...
D
module zug.graph;
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, std.bitmanip; immutable long INF = 1L << 59; void main() { auto s = readln.split.map!(to!int); auto D = s[0]; auto G = s[1].to!...
D
import std.stdio; import yitter; import GenTest; import core.thread; import std.conv; import std.datetime; import std.stdio; /** * 测试结果: * (1):1W并发,方法 1只要 1ms.而方法 2 要 180ms。 * (2):5W并发,方法 1只要 3ms.而方法 2 要 900ms。 * [不同CPU可能结果有差异,但相对大小不变] * 默认配置下,最佳性能是5W/s-8W/s */ enum int genIdCount = 50000; //1-漂移算法,2-传统算法 en...
D
/* * #157 Potion of Velocity has wrong ore value * * The value of the item "ItFo_Potion_Haste_02" is inspected programmatically. * * Expected behavior: The item will have the correct value. */ func int G1CP_Test_157() { // Check if item exists var int symbId; symbId = MEM_GetSymbolIndex("ItFo_Potion_Haste...
D
/Users/Dawid/Nauka/Game Dev/Typespeed/target/debug/build/typenum-6fe87b1d2e501b0e/build_script_main-6fe87b1d2e501b0e: /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/main.rs /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/op.rs /Users/Dawid/Nauka/Game...
D
/Users/MohamedNawar/Desktop/Task/build/Pods.build/Debug-iphonesimulator/CryptoSwift.build/Objects-normal/x86_64/Authenticator.o : /Users/MohamedNawar/Desktop/Task/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift /Users/MohamedNawar/Desktop/Task/Pods/CryptoSwift/Sources/CryptoSwift/SHA1.swift /Users/MohamedNawar/Desk...
D
module image_display; import std.stdio; import std.math; import std.datetime; import glib.Timeout; import cairo.Context; import cairo.Surface; import cairo.ImageSurface; import gtk.Widget; import gtk.DrawingArea; import std.datetime; class ImageDisplay : DrawingArea { public: this(ImageSurface surface, void dele...
D
import dsfml.graphics; import dsfml.window; import dsfml.system; import std.conv : to; import std.random : Random, unpredictableSeed, uniform; import std.stdio : writeln; import std.datetime : Duration; import population; class Game { RenderWindow window; Vector2i size; ContextSettings *options; Color color; ...
D
/// Vulkan implementation of GrAAL module gfx.vulkan; import gfx.bindings.vulkan; import gfx.core.log : LogTag; import gfx.graal; enum gfxVkLogMask = 0x2000_0000; package(gfx) immutable gfxVkLog = LogTag("GFX-VK", gfxVkLogMask); // some standard layers immutable lunarGValidationLayers = [ "VK_LAYER_LUNARG_core_...
D
pleasing by delicacy or grace (used ironically) unexpectedly bad to a moderately sufficient extent or degree
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
// Written in the D programming language. /** This module is a port of a growing fragment of the $(D_PARAM functional) header in Alexander Stepanov's $(LINK2 http://sgi.com/tech/stl, Standard Template Library). Macros: WIKI = Phobos/StdFunctional Author: Andrei Alexandrescu */ /* * Copyr...
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
/Users/Mac/Documents/jose/repositorios/RustProjects/rust-first-contract/target/rls/debug/build/num-traits-a20fd11cac21b7b5/build_script_build-a20fd11cac21b7b5: /Users/Mac/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/build.rs /Users/Mac/Documents/jose/repositorios/RustProjects/rust-first-contract/t...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void get(Args...)(ref Args args) { import std.traits, std.meta, std.typecons; static if (Args.length == 1) { alias Arg = Args[0]; static if (isArray!Arg) { ...
D