code
stringlengths
3
10M
language
stringclasses
31 values
/******************************************************************************* Definitions for client request handlers. Request handler functions are the functions which define the client-side logic to handle each request type. The "context" of such functions is: 1. A means of accessing one or m...
D
import std.stdio; import kanity.core; import std.json; void main(){ auto configFileName = "kanityconfig.json"; auto logFileName = "kanitylog.log"; JSONValue root = parseJSON(import("kanitybuild.json")); if("configFileName" in root.object){ auto obj = root.object["configFileName"]; configFileName = obj.str; } ...
D
# DO NOT DELETE ./Plot-AM-MTR2j-07Sep_Susy-5-auto_C.so: /home/andrea/root/include/TString.h ./Plot-AM-MTR2j-07Sep_Susy-5-auto_C.so: /home/andrea/root/include/Riosfwd.h ./Plot-AM-MTR2j-07Sep_Susy-5-auto_C.so: /home/andrea/root/include/TMathBase.h ./Plot-AM-MTR2j-07Sep_Susy-5-auto_C.so: /home/andrea/root/include/Rtypes...
D
module sb.events.events; public import sb.events.window_events; public import sb.events.input_events; public import sb.events.internal_events; public import std.variant: Algebraic, visit; alias SbEvent = Algebraic!( SbWindowResizeEvent, SbWindowRescaleEvent, SbWindowFocusChangeEvent, SbWindowMouseoverEvent, Sb...
D
the ability to think and act independently the quality of being new and original (not derived from something else)
D
/* TEST_OUTPUT: --- fail_compilation/diag12640.d(14): Error: undefined identifier asdf fail_compilation/diag12640.d(23): Error: undefined identifier asdf --- */ void main() { switch (1) { case 0: asdf; break; default: } switch (1) { default: ...
D
/Users/timothelaude/Documents/palindromenew/target/rls/debug/build/native-tls-2ceca32b211b02b9/build_script_build-2ceca32b211b02b9: /Users/timothelaude/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.4/build.rs /Users/timothelaude/Documents/palindromenew/target/rls/debug/build/native-tls-2ceca32b211b02b...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Leaf.build/Tag/Models/Embed.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Embed.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/check...
D
a roadside cafe especially for lorry drivers an arm exercise performed by pulling yourself up on a horizontal bar until your chin is level with the bar come to a halt after driving somewhere straighten oneself cause (a vehicle) to stop remove, usually with some force or effort
D
/***********************************************************************\ * winperf.d * * * * Windows API header module * * ...
D
module gtkD.gda.Command; public import gtkD.gdac.gdatypes; private import gtkD.gdac.gda; private import gtkD.glib.ConstructionException; private import gtkD.glib.Str; private import gtkD.gda.Transaction; /** * Description * The GdaCommand structure holds data needed to issue a command to the * providers. ...
D
module evael.physics.physics_2d.physics_world; // import chipmunk; /* * PhysicsWorld2D. * Chipmunk 2d based. */ class PhysicsWorld2D { }
D
module android.java.dalvik.annotation.TestTargetClass; public import android.java.dalvik.annotation.TestTargetClass_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!TestTargetClass; import import0 = android.java.java.lang.Class;
D
/Users/smartex/Desktop/SMVideoCall/derived_data/Build/Intermediates.noindex/SMVideoCall.build/Debug-iphonesimulator/SMVideoCall.build/Objects-normal/x86_64/VideoCallResultDelegate.o : /Users/smartex/Desktop/SMVideoCall/SMVideoCall/VideoCallResultDelegate.swift /Users/smartex/Desktop/SMVideoCall/SMVideoCall/VideoCallVie...
D
module number; import std.algorithm : min; import std.string : munch; enum DefaultBitSize = 128; enum NumberType : ubyte { bin = 2, dec = 10, hex = 16 } alias Number = NumberImpl!(DefaultBitSize); struct NumberImpl(int BitSize) { enum DecSize = BitSize / 2; alias num_t = ubyte[BitSize]; num_t value; this(in ...
D
module vanillamock.command; interface ExampleCommand { void doSomething(bool foo, int bar); } class ActualCommand : ExampleCommand { void doSomething(bool foo, int bar) { // Do something. } }
D
/* TEST_OUTPUT: --- fail_compilation/fail7178.d(10): Error: undefined identifier `contents` in module `fail7178` fail_compilation/fail7178.d(12): Error: mixin `fail7178.populate!int` error instantiating --- */ template populate(overloads...) { mixin populate!(.contents); } public mixin populate!int;
D
instance Mod_7549_OUT_Wache_DT (Npc_Default) { // ------ NSC ------ name = "Wache"; guild = GIL_STRF; id = 7549; voice = 0; flags = 0; npctype = NPCTYPE_AMBIENT; // ------ Attribute ------ B_SetAttributesToChapter (self, 5); // ------ Kampf-Taktik ------ fi...
D
import std.stdio, std.array, std.string, std.conv, std.algorithm; import std.typecons, std.range, std.random, std.math, std.container; import std.numeric, std.bigint, core.bitop; void main() { auto N = readln.chomp.to!int; auto edges = new bool[][](26, 26); foreach (i; 0..N) { auto s = readln...
D
import vibe.core.core; import vibe.db.mongo.mongo; import vibe.http.router; import vibe.http.server; import vibe.web.web; import mir.random : unpredictableSeedOf; import mir.random.variable : UniformVariable; import mir.random.engine.xorshift : Xorshift; import std.conv : ConvException, to; import std.array; enum wo...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 303.5 77.1999969 2.79999995 89.6999969 10 14 -38.7000008 143.100006 139 4.19999981 4.19999981 0.741364334 sediments, limestone 289.600006 75.1999969 1.79999995 73.1999969 11 19 -31.6000004 145.600006 9338 2.5 2.5 0.558912929 sediments, saprolite...
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_1_0.txt or copy at http://www.boost.org/LICENSE_1...
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
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/Validation.build/Objects-normal/x86_64/AndValidator.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/validation.git-4974132509114077291/Sources/Validation/Validatable.swift /Users/phungdu/Documents/code/vapor/TILApp/.build/...
D
/***********************************************************************\ * d3dx10math.d * * * * Windows API header module * * ...
D
module Palaio.Config; /// Width of the screen. const int WIDTH = 800; /// Height of the screen. const int HEIGHT = 600; /// Title of the main window. const string WINDOWTITLE = "Palaio"; /// Filename of log file. const string LOGFILE = "log.txt"; /// Font used throughout the game. const string FONT = "gfx/OpenSans...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtPositioning module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** ...
D
/* * Collie - An asynchronous event-driven network framework using Dlang development * * Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd * * Developer: putao's Dlang team * * Licensed under the Apache-2.0 License. * */ module collie.socket.common; //import core.memory; public import std.experime...
D
/Users/MohamedNawar/Desktop/appointment/build/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/AuthenticationChallengeResponsable.o : /Users/MohamedNawar/Desktop/appointment/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/MohamedNawar/Desktop/appointment/Pods/Kingfisher/Sources/General/De...
D
/* * Client for IRBIS64 library system. * Alexey Mironov, 2019. * MIT License. */ module irbis.utils; import std.algorithm: canFind, remove; import std.array; import std.bitmanip; import std.conv; import std.encoding: transcode, Windows1251String; import std.random: uniform; import std.socket; import std.stdio; i...
D
/** URL-encoding implementation Copyright: © 2012 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Jan Krüger, Sönke Ludwig */ module vibe.textfilter.urlencode; import vibe.utils.string; import std.algorithm; import std.array; import st...
D
/Users/admin/Projects/CanidateProject/DerivedData/CanidateProject/Build/Intermediates/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/ImageProcessor.o : /Users/admin/Projects/CanidateProject/Pods/Kingfisher/Sources/String+MD5.swift /Users/admin/Projects/CanidateProject/Pods/Kingfisher/Sources/Re...
D
module android.java.android.hardware.camera2.DngCreator_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import3 = android.java.android.graphics.Bitmap_d_interface; import import0 = android.java.androi...
D
import std.stdio, std.algorithm, std.range, std.traits; struct Fiblike(T) { T[] tail; int opApply(int delegate(immutable ref T) dg) { int result, pos; foreach (immutable x; tail) { result = dg(x); if (result) return result; } foreach (imm...
D
instance Mod_1364_PSINOV_Novize_MT (Npc_Default) { //-------- primary data -------- name = Name_Novize; Npctype = Npctype_mt_sumpfnovize; guild = GIL_out; level = 9; voice = 0; id = 1364; //-------- abilities -------- attribute[ATR_STRENGTH] = 15; attribute[ATR_DEXTERITY] = 15; a...
D
instance BAU_912_Jeremiah(Npc_Default) { name[0] = "Jeremiáš"; npcType = npctype_main; guild = GIL_BAU; level = 7; voice = 4; id = 912; attribute[ATR_STRENGTH] = 35; attribute[ATR_DEXTERITY] = 13; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 124; attribute[ATR_HITPOI...
D
/* Written in the D programming language. For git maintenance (ensure at least one congruent line with originating C header): #define crypto_pwhash_H */ module deimos.sodium.crypto_pwhash; import deimos.sodium.crypto_pwhash_argon2i : crypto_pwhash_argon2i_ALG_ARGON2I13; import deimos.sodium.crypto_pwhash_argon2id: c...
D
// Copyright © 2011, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). /** * Source file for Point3d. */ module charge.math.point3d; import std.math : floor; import std.string : string, format; import charge.math.vector3d; /** * Point in 3D space. * * @ingrou...
D
// this module defines a message you can shoot over the socket to a detachable emulator module arsd.detachableterminalemulatormessage; string socketFileName(string sessionName) { import std.algorithm; if(endsWith(sessionName, ".socket")) sessionName = sessionName[0 .. $ - ".socket".length]; return socketDirectory...
D
/* $OpenBSD: srtp.h,v 1.6 2015/09/01 15:18:23 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This libra...
D
/** * Constants and data structures specific to the x86 platform. * * Copyright: Copyright (C) 1985-1998 by Symantec * Copyright (C) 2000-2022 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boos...
D
/Users/ming/Desktop/PerfectTemplate/.build/x86_64-apple-macosx/debug/PerfectCRUD.build/Expression/Comparison.swift.o : /Users/ming/Desktop/PerfectTemplate/.build/checkouts/Perfect-CRUD/Sources/PerfectCRUD/PerfectCRUD.swift /Users/ming/Desktop/PerfectTemplate/.build/checkouts/Perfect-CRUD/Sources/PerfectCRUD/Expression/...
D
/Users/victornascimento/Documents/Projects/Rust/pong_with_rust/pong_with_rust/target/debug/deps/ordered_float-e2f1648dae46468f.rmeta: /Users/victornascimento/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.1.1/src/lib.rs /Users/victornascimento/Documents/Projects/Rust/pong_with_rust/pong_with_rust/targ...
D
/* * Copyright (c) 2004-2009 Derelict Developers * 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 copyright * notice...
D
module iminilog; import core.stdc.stdarg; extern (C++) { //////////////////////////////////////////////////////////////////////////// interface IMiniLog { enum ELogType { eMessage, eWarning, eError, eAlways, eWarningAlways, eErrorAlways, eInput, }; //! you only have to implement this ...
D
import std.stdio; import std.string; import std.algorithm; import std.range; import multi_index; int[] array(Range)(Range r) if(isImplicitlyConvertible!(ElementType!Range, int)){ int[] arr; foreach(e; r) arr ~= e; return arr; } class MyRecord{ static MyRecord Duh(int i) { return new MyRecord(i...
D
module python.conv.d_to_python; import python.raw: PyObject; import python.type: isUserAggregate, isTuple, isNonRangeUDT; import std.traits: Unqual, isIntegral, isFloatingPoint, isAggregateType, isArray, isStaticArray, isAssociativeArray, isPointer, PointerTarget, isSomeChar, isCallable; import std.range: isInput...
D
/* Copyright (c) 1996 Blake McBride 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 conditions and th...
D
/// D language bindings for libsodium /// /// License: ISC (see LICENSE.txt) module libsodium; public import libsodium.core; public import libsodium.crypto_aead_aes256gcm; public import libsodium.crypto_aead_chacha20poly1305; public import libsodium.crypto_aead_xchacha20poly1305; public import libsodium.crypto_auth; p...
D
/Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/DerivedData/CryptoLive/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LineChartRenderer.o : /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/Jaskeerat/Desktop/C...
D
INSTANCE Info_Mod_Granmar_Hi (C_INFO) { npc = Mod_1017_KGD_Granmar_MT; nr = 1; condition = Info_Mod_Granmar_Hi_Condition; information = Info_Mod_Granmar_Hi_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Granmar_Hi_Condition() { if (Wld_IsTime(08,00,20,00)) { return 1; }; }; FUNC VOID Info_Mod_G...
D
module casing; import std.traits : isSomeString; version(unittest) { import std.algorithm : equal; } /** Convert string $(S s) to lower-case. * * String must contain ASCII characters only. */ auto toLowerASCII(S)(S s) if (isSomeString!S) { import std.algorithm.iteration : map; import std.ascii : toLow...
D
INSTANCE Info_Mod_Lehmar_Hi (C_INFO) { npc = Mod_537_NONE_Lehmar_NW; nr = 1; condition = Info_Mod_Lehmar_Hi_Condition; information = Info_Mod_Lehmar_Hi_Info; permanent = 0; important = 0; description = "Wer bist du?"; }; FUNC INT Info_Mod_Lehmar_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Lehmar_Hi_Inf...
D
module android.java.android.view.InflateException_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.io.PrintStream_d_interface; import import4 = android.java.java.lang.Class_...
D
module utils.DatabaseConnection; import mysql; import std.stdio; import std.array; import entities.BaseEntity; import vibe.core.connectionpool; import config.Config; import std.stdio; class EntityManager { LockedConnection!Connection connection; this(LockedConnection!Connection connection) { thi...
D
module xf.mem.OSHeap; private { import xf.mem.Common; struct winapi { import xf.platform.win32.winbase; import xf.platform.win32.windef; import xf.platform.win32.winnt; } static import tango.core.Exception; //import tango.util.log.Trace; } struct OSHeap { private template RefType(T...
D
prototype Mst_Addon_Stoneguardian(C_Npc) { name[0] = "Каменный часовой"; guild = GIL_Stoneguardian; aivar[AIV_MM_REAL_ID] = ID_Stoneguardian; level = 18; bodyStateInterruptableOverride = TRUE; B_DS_SetMst_Attribute(cMst_Addon_Stoneguardian); protection[PROT_BLUNT] = 60; protection[PROT_EDGE] = 100; protection...
D
module g_action; import std.file; import std.path; class Action { private this() {} private void delegate() d_run; public void run() { d_run(); } private void delegate() d_unrun; public void unrun() { d_unrun(); } private Action revert() { void delegate() tmp = this.d_run; this.d_run = this...
D
/Users/KAB/Desktop/Development/ICE/Build/Intermediates/ICE.build/Debug-iphonesimulator/ICE.build/Objects-normal/x86_64/ICEAllergy.o : /Users/KAB/Desktop/Development/ICE/ICE/ICEFilesCollectionViewController.swift /Users/KAB/Desktop/Development/ICE/ICE/ICEFileCell.swift /Users/KAB/Desktop/Development/ICE/ICE/ICEFoldersCo...
D
/Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SubscribeOn.o : /Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bill/...
D
(Judeo-Christian and Islamic religions) chief spirit of evil and adversary of God a planet (usually Venus) seen just before sunrise in the eastern sky lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical
D
/Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/StartWith.o : /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/Pods/RxSwift/RxSwift/Observab...
D
INSTANCE Info_Mod_Hexenqueen_Hi (C_INFO) { npc = Mod_1859_HEX_Hexenqueen_PAT; nr = 1; condition = Info_Mod_Hexenqueen_Hi_Condition; information = Info_Mod_Hexenqueen_Hi_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Hexenqueen_Hi_Condition() { if (Npc_KnowsInfo(hero, Info_Mod_Aaron_Fake_DoorIn)) { ...
D
being the sex (of plant or animal) that produces gametes (spermatozoa) that perform the fertilizing function in generation characteristic of a man for or pertaining to or composed of men or boys
D
/** Copyright: Copyright (c) 2016-2017 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ module voxelman.world.blockentity.blockentityaccess; import voxelman.log; import std.string; import voxelman.math; import voxelman.geometry.box; import voxelman.core.config...
D
module godot.omnilight; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.d.bind; import godot.object; import godot.classdb; import godot.light; @GodotBaseClass struct OmniLight { static immutable string _GODOT_internal_name = "O...
D
/////////////////////////////////////////////////////////////////////// // Info EXIT /////////////////////////////////////////////////////////////////////// INSTANCE MIL_100_Halvor_EXIT (C_INFO) { npc = MIL_100_Halvor; nr = 999; condition = MIL_100_Halvor_EXIT_Condition; information = MIL_100_H...
D
/* * GC to PC Chao Converter v1.1 * by TheGag96, 2015-07-27 * * License: Do whatever you want with it. */ import std.stdio, std.file, std.algorithm, std.string, std.array; void main(string[] args) { //welcome std.stdio.write("=== GC to PC Chao Converter v1.1 by TheGag96 ===\n\n"); //convert each ....
D
module mach.meta.varselect; private: /++ Docs: mach.meta.varselect The `varselect` function accepts a number as a template argument and at least one runtime argument. It returns the argument at the zero-based index indicated by its template argument. Because the arguments are lazily-evaluated, only the selected argu...
D
// Written in the D programming language. module wrapper.sodium.crypto_aead_chacha20poly1305; import wrapper.sodium.core; // assure sodium got initialized public import deimos.sodium.crypto_aead_chacha20poly1305 : crypto_aead_chacha20poly1305_ietf_KEYBYTES, crypt...
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
module mach.types.tuple; private: import mach.meta : Any, All; import mach.types.types : Types, isTypes; import mach.traits : AsUnaryOp, isUnaryOpPlural, AsBinaryOp, isBinaryOpPlural; import mach.traits : canCastPlural, canHash, hash, isTemplateOf, isCallable; /++ Docs This module implements a tuple type which serv...
D
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
D
/Users/student/VGLogger/DerivedData/Build/Intermediates/VGLogger.build/Debug-iphonesimulator/VGLogger.build/Objects-normal/x86_64/AppDelegate.o : /Users/student/VGLogger/VGLogger/Download.swift /Users/student/VGLogger/VGLogger/Models/BarCodeDataSource.swift /Users/student/VGLogger/VGLogger/Models/VideoGameDataSource.sw...
D
module dgl.ext.NV_fragment_program4; import dgl.opengl; import dgl.glext; version( D_Version2 ) { import std.string : containsPattern = count; import std.conv; } else { import tango.text.Util : containsPattern; import tango.stdc.stringz : fromStringz; alias char[] string; } private ushort extensionId__ = 78; a...
D
/Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Single.o : /Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bill/Docum...
D
// PERMUTE_ARGS: // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- // TEST_OUTPUT_FILE: extra-files/ddoc_markdown_headings.html // OUTPUT_FILES: ${RESULTS_DIR}/compilable/ddoc_markdown_headings.html /++ # ATX-Style Headings # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ### headings ## with initial # spaces ...
D
/Users/anton/Developer/BellmanBindings-iOS/cargo/target/release/build/num-bigint-c09b2ca4914062ef/build_script_build-c09b2ca4914062ef: /Users/anton/.cargo/registry/src/github.com-1ecc6299db9ec823/num-bigint-0.2.2/build.rs /Users/anton/Developer/BellmanBindings-iOS/cargo/target/release/build/num-bigint-c09b2ca4914062ef...
D
module pegged.examples.csv; import pegged.grammar; version(unittest) { import std.stdio; } mixin(grammar(` CSV: CsvFile <- Line* LastLine Line <- :S* Item (:Sep Item)* :endOfLine LastLine <- :S* Item (:Sep Item)* eoi Item <- SimpleField / QuotedField ...
D
module dlangide.ui.dsourceedit; import dlangui.core.logger; import dlangui.core.signals; import dlangui.graphics.drawbuf; import dlangui.widgets.editors; import dlangui.widgets.srcedit; import dlangui.widgets.menu; import dlangui.widgets.popup; import ddc.lexer.textsource; import ddc.lexer.exceptions; import ddc.lexe...
D
module winmain; //https://github.com/smjgordon/bindings.git //put win32 bindings in ...\dmd2\src\druntime\import\win32 import core.runtime; import core.sys.windows.windows; import core.sys.windows.commctrl; import std.string; import std.utf; import std.stdio; import file_pane; import window_anchor; import windows_etc...
D
/** Internal module with common functionality for REST interface generators. Copyright: © 2015 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.web.internal.rest.common; import vibe.web.rest; /** Provides a...
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 under t...
D
import vibe.core.core; import vibe.core.log; import vibe.inet.url; import vibe.http.server; import vibe.http.websockets; shared static this() { auto settings = new HTTPServerSettings; // 10k + issue number -> Avoid bind errors settings.port = 11332; settings.bindAddresses = ["::1", "127.0.0.1"]; listenHTTP(settin...
D
/Users/yermakovanton/Desktop/privatNbyTest/DerivedData/privatNbyTest/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ParameterEncoding.o : /Users/yermakovanton/Desktop/privatNbyTest/Pods/Alamofire/Source/MultipartFormData.swift /Users/yermakovanton/Desktop/privatNbyTes...
D
module LD.Font; import D2D; import LD.Rect; import LD.TextureManager; import std.file; struct CharInfo { char id; int x, y, width, height; int xoffset, yoffset; int xadvance; int textureN; } struct Kerning { char first; char second; byte amount; } struct FontInfo { int width, height; int lineH...
D
//**************************** // EVT_SCOPENSLASTDOOR_FUNC (letzte Tür vor dem Untoten Drachen!!!!!!!) //**************************** func void EVT_SCOPENSLASTDOOR_FUNC () { };
D
module example.ex05; // Generic Vec2 variant struct Vec2(T) { T x; T y; Vec2!T opBinary(string op)(const Vec2!T rhs) const if (op == "+" || op == "-") { Vec2!T res; res.x = mixin("x " ~ op ~ " rhs.x"); res.y = mixin("y " ~ op ~ " rhs.y"); return res; } } //...
D
int f(int i) { if (i == 0) return 1; return i * f(i - 1); } pragma(msg, f== 120);
D
/Users/sharmpi/Documents/Piyush\ Data/Desktop\ Items/Swift/Demos/UnitTestingDemo/Build/Intermediates/UnitTestingDemo.build/Debug-iphonesimulator/UnitTestingDemo.build/Objects-normal/x86_64/AppDelegate.o : /Users/sharmpi/Documents/Piyush\ Data/Desktop\ Items/Swift/Demos/UnitTestingDemo/UnitTestingDemo/ViewController.swi...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Core.build/LosslessDataConvertible.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/core/Sources/Core/Data+Base64URL.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/core/Sourc...
D
module allegro5.allegro_image; version(ALLEGRO_NO_PRAGMA_LIB) {} else { pragma(lib, "allegro_image"); } import allegro5.allegro; nothrow @nogc extern (C) { bool al_init_image_addon(); void al_shutdown_image_addon(); uint al_get_allegro_image_version(); }
D
/******************************************************************************* Request event dispatcher for use with multi-fiber requests. Three types of events are handled: 1. "Signals" (ubyte codes) sent between fibers. 2. Messages received over the connection. 3. Connection readin...
D
convey, draw off, or empty by or as if by a siphon move a liquid from one container into another by means of a siphon or a siphoning action
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/SchemaBuilder+Order.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/fluent-mysql/Sources/FluentMySQL/FluentMySQLSchema.swift /Users/panartem/Developer/Study...
D
/Users/piaojin/Desktop/PiaojinSwiftServer/.build/debug/PerfectThread.build/Threading.swift.o : /Users/piaojin/Desktop/PiaojinSwiftServer/.build/checkouts/Perfect-Thread.git-6541237758607105655/Sources/Promise.swift /Users/piaojin/Desktop/PiaojinSwiftServer/.build/checkouts/Perfect-Thread.git-6541237758607105655/Sources...
D
module dcore; public import config; public import log; public import docman; public import project; //public import symbols; public import search; public import shellfilter; public import ddocconvert; public import debugger; CONFIG Config; LOG Log; DOCMAN DocMan; PROJECT Project; //SYMBOLS ...
D
module debugs; public import std.string : format; public import std.conv : to; import std.stdio : writefln; import std.stdio : write; import std.conv; import std.string : repeat; import std.traits : ParameterTypeTuple; void debugout(T...)(T args) if( (T.length==1 || T.length>=3) && is(T[0] : string) ){ writefln(a...
D
module workspaced.com.dcdext; import dparse.ast; import dparse.lexer; import dparse.parser; import dparse.rollback_allocator; import core.thread; import std.algorithm; import std.array; import std.ascii; import std.conv; import std.file; import std.functional; import std.json; import std.meta; import std.range; impo...
D
/***********************************************************************\ * nddeapi.d * * * * Windows API header module * * ...
D