code
stringlengths
3
10M
language
stringclasses
31 values
module tangled.http; import tango.core.Exception; import tango.io.Buffer; import tango.io.Console; import tango.math.Math; import tango.net.SocketConduit; import tango.net.http.HttpClient; import tango.net.Uri; import tango.text.Ascii; import tango.text.convert.Layout; import tango.text.stream.LineIterator; import tx...
D
/* long4fpon.d ** modifed from long4.d. Keep fix pt on when dots appear on dotsrt task. For Ava's use ** modified from long2.d to add color cues for asymmetric reward trials ** 04-19-2012 added option (by setting color_cue to 2) to signal block change with color cues in the first trial after block change ** ** ** ...
D
/Users/ataiakishev/Desktop/MyPlaces/DerivedData/MyPlaces/Build/Intermediates.noindex/MyPlaces.build/Debug-iphonesimulator/MyPlaces.build/Objects-normal/x86_64/AppDelegate.o : /Users/ataiakishev/Desktop/MyPlaces/MyPlaces/CurrentLocationVC.swift /Users/ataiakishev/Desktop/MyPlaces/MyPlaces/SceneDelegate.swift /Users/atai...
D
// Generated by gnome-h2d.rb <http://github.com/ddude/gnome.d>. module gio.unionvolumemonitor; /* GIO - GLib Input, Output and Streaming Library * * Copyright (C) 2006-2007 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public...
D
module dnes.controller.controller; import bindbc.sdl; import dnes.ppu; /** * Class representing a standard, official controller */ class Controller { public: /** * Constructor */ nothrow @safe @nogc this() { _current = 0; } /** * Called when the controller strobe registe...
D
/++ + テンプレートメタプログラミングの要素をつめあわせたモジュールです。 +/ module mydutil.util.templates; import std.typetuple; import std.traits : Unqual; ///funをカリー化して、指定された値に第(idx+1)引数を束縛する関数にします。 template curryIdx(alias fun, alias value, int idx = 0){ static if(isSomeFunction!(fun)){ ReturnType!fun curryIdx(ParameterTypeTu...
D
// Copyright Ahmet Sait Koçak 2019. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // https://www.boost.org/LICENSE_1_0.txt) module bindbc.hb.dynload; version(BindHB_Static) {} else: import bindbc.loader; import bindbc.hb.confi...
D
module daemon_fg; import core.sys.posix.signal; import core.thread; import core.time; import std.array; import std.conv; import std.datetime; import std.experimental.logger; import std.file; import std.getopt; import std.path; import std.process; import std.stdio; int watchedPid; int main(string[] args) { str...
D
/** Pattern based URL router. Copyright: © 2012-2014 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.http.router; public import vibe.http.server; import vibe.core.log; import std.functional; version (VibeO...
D
/* * #200 Text of Improved Ore Armor too long (DE) */ func int G1CP_200_DE_ImprovedOreArmorText() { var int symbId; symbId = MEM_GetSymbolIndex("ORE_ARMOR_H"); const string needle = "Stone der Schmied hat diese antike Rüstung noch verbessern können!"; const string replace = "Stone der Schmied hat sie noc...
D
/Users/Juli/Documents/Swift/FoodTracker/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/FoodTracker.build/Debug-iphonesimulator/FoodTracker.build/Objects-normal/x86_64/AppDelegate.o : /Users/Juli/Documents/Swift/FoodTracker/FoodTracker/AppDelegate.swift /Users/Juli/Documents/Swift/FoodTracker/FoodTracke...
D
/* Copyright (c) 2011-2019 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, dist...
D
where you live at a particular time housing that someone is living in the country or state or city where you live (baseball) base consisting of a rubber slab where the batter stands the place where you are stationed and from which missions start and end place where something began and flourished an environment offering...
D
module app.views.prototype; class AppViewPrototype{ string value = ""; this(){} string csv(){ return this.value; } string html(){ return this.value; } string json(){ return this.value; } string text(){ return this.value; } string xml(){ return this.value; } }
D
module optional.optionalref; package struct OptionalRef(T) { import optional: Optional; private union Data { Optional!T* ptr; Optional!T val; } private Data data; private bool isVal; @disable this(); this(Optional!T* ptr) { data.ptr = ptr; isVal = false; ...
D
func void ZS_Attack() { PrintDebugNpc(PD_ZS_FRAME,"ZS_Attack"); C_ZSInit(); PrintGlobals(PD_ZS_FRAME); Npc_PercEnable(self,PERC_ASSESSMURDER,B_CombatAssessMurder); Npc_PercEnable(self,PERC_ASSESSDEFEAT,B_CombatAssessDefeat); Npc_PercEnable(self,PERC_ASSESSDAMAGE,B_CombatReactToDamage); Npc_PercEnable(self,PERC_A...
D
/Users/Deepak/Desktop/OptileCodeChallenge/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/AnimatedMoveViewJob.o : /Users/Deepak/Desktop/OptileCodeChallenge/Pods/Charts/Charts/Classes/Jobs/AnimatedMoveViewJob.swift /Users/Deepak/Desktop/OptileCodeChallenge/Pods/Charts/Charts/Class...
D
; Copyright (C) 2008 The Android Open Source Project ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law ...
D
/** * This module describes the _digest APIs used in Phobos. All digests follow * these APIs. Additionally, this module contains useful helper methods which * can be used with every _digest type. * $(SCRIPT inhibitQuickIndex = 1;) $(DIVC quickindex, $(BOOKTABLE , $(TR $(TH Category) $(TH Functions) ) $(TR $(TDNW T...
D
/* Copyright (c) 2014-2020 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute...
D
module game.gamemanager; import core.rand; import core.logger; import derelict.opengl.gl; import derelict.sdl.sdl; import de.config; import de.gamemanager; import de.sound; import de.texture; import de.feedback; import de.math; import de.shader; import de.resourcecache; import game.levelmanager; i...
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) ///ICE-specific YAML utilities. module util.yaml; import std.algorithm; import std.conv; import std....
D
/+ + Copyright (c) Charles Petzold, 1998. + Ported to the D Programming Language by Andrej Mitrovic, 2011. +/ module DibFile; import core.memory; import std.utf; pragma(lib, "comdlg32.lib"); import core.sys.windows.windef; import core.sys.windows.winuser; import core.sys.windows.wingdi; import core.sys.windows.wi...
D
// Written in the D programming language. /++ Encode and decode UTF-8, UTF-16 and UTF-32 strings. UTF character support is restricted to $(D '\u0000' &lt;= character &lt;= '\U0010FFFF'). $(SCRIPT inhibitQuickIndex = 1;) $(BOOKTABLE, $(TR $(TH Category) $(TH Functions)) $(TR $(TD Decode) $(TD $(LREF d...
D
// ************************************************************ // EXIT // ************************************************************ INSTANCE DIA_Lares_DI_EXIT(C_INFO) { npc = VLK_449_Lares_DI; nr = 999; condition = DIA_Lares_DI_EXIT_Condition; information = DIA_Lares_DI_EXIT_Info; permanent =...
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 distributed in th...
D
/Users/Gilgamesh/Documents/GitHub/LecNotes/Monochrome21/Build/Monochrome21.build/Debug-iphoneos/Monochrome21.build/Objects-normal/armv7/fromLeftToRightSwipe.o : /Users/Gilgamesh/Documents/GitHub/LecNotes/Monochrome21/Monochrome21/fromLeftToRightSwipe.swift /Users/Gilgamesh/Documents/GitHub/LecNotes/Monochrome21/Monochr...
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
/Users/wasim/Downloads/AboutCanadaPoc/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Validation.o : /Users/wasim/Downloads/AboutCanadaPoc/Pods/Alamofire/Source/MultipartFormData.swift /Users/wasim/Downloads/AboutCanadaPoc/Pods/Alamofire/Source/Timeline.swift /Users/wasim/Downloads/AboutCan...
D
/** libevent based driver Copyright: © 2012 RejectedSoftware e.K. Authors: Sönke Ludwig License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. */ module vibe.core.drivers.libevent2_tcp; version(VibeLibeventDriver) { public import vibe.core.core; import vibe.core.log; impo...
D
instance VLK_557_Buddler(Npc_Default) { name[0] = NAME_Buddler; npcType = npctype_ambient; guild = GIL_VLK; level = 3; voice = 1; id = 557; attribute[ATR_STRENGTH] = 15; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 76; attribute[ATR_HIT...
D
/** * PostgreSQL time types binary format. * * Copyright: © 2014 DSoftOut * Authors: NCrashed <ncrashed@gmail.com> */ module dpq2.conv.time; @safe: import dpq2.result; import dpq2.oids; import dpq2.conv.to_d_types: throwTypeComplaint; import dpq2.exception; import std.datetime; import std.bitmanip: bigEndi...
D
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Map.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxSwift/RxSwift/Observables/SingleAsync.sw...
D
/root/Documents/Github/Rust/Mouse-and-Key/target/debug/build/rand_pcg-346ae0b0ecd3661f/build_script_build-346ae0b0ecd3661f: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/build.rs /root/Documents/Github/Rust/Mouse-and-Key/target/debug/build/rand_pcg-346ae0b0ecd3661f/build_script_build-346ae0b0ecd...
D
/Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/.build/debug/URI.build/Parser/Parser+SubComponents.swift.o : /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/Packages/Engine-1.3.6/Sources/URI/PercentDecoding.swift /Users/KyleBlazier/Documents/Development/Xcod...
D
instance Tpl_1463_Templer(Npc_Default) { name[0] = NAME_Templer; npcType = npctype_guard; guild = GIL_TPL; level = 17; flags = 0; voice = 13; id = 1463; attribute[ATR_STRENGTH] = 55; attribute[ATR_DEXTERITY] = 55; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 5; attri...
D
/** * D header file for C99. * * $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stdlib.h.html, _stdlib.h) * * Copyright: Copyright Sean Kelly 2005 - 2014. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accomp...
D
Michael Scanlon pleaded guilty to conspiring to bribe public officials and agreed to pay back over $19 million to Indian tribal clients. His possible 5-year prison sentence could be reduced should he cooperate with prosecutors. Abramoff pleaded guilty to federal conspiracy, fraud and tax evasion charges and agreed to c...
D
module directx.dxgimessages; /* * Copyright (C) Microsoft Corporation. All Rights Reserved. * * File: DXGIMessages.h * Content: DXGI Debug Message Enumeration */ version(Windows): alias uint DXGI_Message_Id; enum : DXGI_Message_Id { DXGI_MSG_IDXGISwapChain_CreationOrResizeBuffers_InvalidOutputWindow = 0, ...
D
module ctru.util; public import ctru.util.decompress; public import ctru.util.rbtree; public import ctru.util.utf;
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
func void zs_position() { printdebugnpc(PD_ZS_FRAME,"ZS_Position"); c_zsinit(); Npc_SetPercTime(self,1); Npc_PercEnable(self,PERC_ASSESSDAMAGE,b_friendlyattack); Npc_PercEnable(self,PERC_ASSESSMAGIC,b_assessmagic); Npc_PercEnable(self,PERC_ASSESSCASTER,b_assesscaster); Npc_PercEnable(self,PERC_ASSESSTHREAT,b_as...
D
Long: happy-eyeballs-timeout-ms Arg: <milliseconds> Help: Time for IPv6 before trying IPv4 Added: 7.59.0 Category: connection --- Happy eyeballs is an algorithm that attempts to connect to both IPv4 and IPv6 addresses for dual-stack hosts, preferring IPv6 first for the number of milliseconds. If the IPv6 address cannot...
D
module ThemedSimpleWakeUp; // Same as ThemedWakeUp, except it uses a precompiled manifest file. import core.memory; import core.runtime; import core.thread; import std.conv; import std.math; import std.range; import std.string; import std.utf; auto toUTF16z(S)(S s) { return toUTFz!(const(wchar)*)(s); } pragma(l...
D
/** * Copyright: Fynn Schröder, 2019 * Author: Fynn Schröder * License: MIT */ module seqtagsim.reader; public import seqtagsim.reader.reader;
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.bigint, std.container; alias Path = Tuple!(int, "to", long, "yen", long, "snook"); alias Route = Tuple!(long, "cost", int, "exchange"); Path[][10^^5] GR; long[10^^5] S_MIN, T_MIN; Route[10^^5] SUM_MIN; void main() { aut...
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"); you ma...
D
; Copyright (C) 2008 The Android Open Source Project ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law ...
D
/** This module implements a red-black tree container. This module is a submodule of $(MREF std, container). Source: $(PHOBOSSRC std/container/_rbtree.d) Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code copyright 2010- Andrei Alexandrescu. All rights reserved by the respective h...
D
module elasticsearch.domain.action.response.document.del; import vibe.data.json; import elasticsearch.domain.action.response.base; import elasticsearch.domain.action.request.document.del; struct DeleteResult { @name("_index") string index; @name("_type") string type; @name("_id") string id;...
D
instance VLK_529_Buddler(Npc_Default) { name[0] = NAME_Buddler; npcType = npctype_ambient; guild = GIL_VLK; level = 2; voice = 2; id = 529; attribute[ATR_STRENGTH] = 13; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 64; attribute[ATR_HIT...
D
/* Converted to D from src\resource\resource.h by htod */ module resource; //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by resource.rc // //C #define IDD_MAIN_DLG 9 //C #define IDR_MAIN_MENU 103 const IDD_MAIN_DLG = 9; //C #define IDD_FIL...
D
void main() { problem(); } void problem() { const H = MInt1(scan!long); const W = MInt1(scan!long); const MAP = H.v.iota.map!(_ => scan.map!(c => c == '.').array).array; void solve() { alias GridMint = GridValue!MInt1; alias ZP = GridPoint.ZERO; auto dp = GridMint(W, H, MInt1(0)); auto dpX =...
D
const int a = b; const int b = .a; void main(){}
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
instance DIA_Sonja_EXIT(C_Info) { npc = VLK_436_Sonja; nr = 999; condition = DIA_Sonja_EXIT_Condition; information = DIA_Sonja_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Sonja_EXIT_Condition() { return TRUE; }; func void DIA_Sonja_EXIT_Info() { AI_StopProcessInfos(self); }; in...
D
// Written by Christopher E. Miller // See the included license.txt for copyright and license details. /// module os.win.gui.timer; private import os.win.gui.x.winapi, os.win.gui.event, os.win.gui.base, os.win.gui.application; /// class Timer // docmain { //EventHandler tick; Event!(Timer, EventAr...
D
/Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/derived_data/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/MainScheduler.o : /Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/nalousnguyen/Docum...
D
module dllvm.bitwriter; // Source: https://llvm.org/doxygen/group__LLVMCBitWriter.html import dllvm.ctypes; extern(C) { /++ + Writes a module to the specified path + + Returns: 0 on success +/ int LLVMWriteBitcodeToFile(LLVMModuleRef mod, const(char*) path); /++ + Writes a modul...
D
module editor.gui.browter; import std.algorithm; import std.conv; import std.range; import std.string : representation; import optional; import basics.help : len; import basics.globals; import glo = file.option.allopts; import file.option.useropt; import file.language; import gui; import gui.picker; import hardware....
D
/Users/Zhongli/Desktop/NewsDemo/DerivedData/NewsDemo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/LayoutConstraint.o : /Users/Zhongli/Desktop/NewsDemo/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/Zhongli/Desktop/NewsDemo/Pods/SnapKit/Source/ConstraintDSL....
D
module test_allocator; // tracks allocations and throws in the destructor if there is a memory leak // it also throws when there is an attempt to deallocate memory that wasn't // allocated struct TestAllocator { import std.experimental.allocator.common: platformAlignment; import std.experimental.allocator.mal...
D
/** * Windows API header module * * Translated from MinGW API for MS-Windows 3.10 * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_basetyps.d) */ module core.sys.windows.basetyps; version (Windows): @system: import core.sys.windows.winde...
D
/*#D*/ // Copyright © 2015, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/volt/license.d (BOOST ver. 1.0). module volt.parser.errors; import watt.text.format : format; import volta.ir.location : Location; import volta.ir.token : Token, TokenType, tokenToString; import volta.ir.base : NodeTyp...
D
/* This file is part of BioD. Copyright (C) 2013-2016 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
/** Contains the automatic differentiation framework. Authors: Henry Gouk */ module dopt.core.grads; import std.exception; import dopt.core.grads.basic; import dopt.core.grads.math; import dopt.core.grads.nnet; import dopt.core.ops; import dopt.core.types; alias Gradient = Operation[] delegate(Operation op,...
D
instance DIA_PEDRO_EXIT(C_INFO) { npc = nov_600_pedro; nr = 999; condition = dia_pedro_exit_condition; information = dia_pedro_exit_info; permanent = TRUE; description = DIALOG_ENDE; }; func int dia_pedro_exit_condition() { return TRUE; }; func void dia_pedro_exit_info() { AI_StopProcessInfos(self); }; in...
D
version (Parent) {} else static assert(0, "Expected Parent to be set"); // local version (Daughter) {} else static assert(0, "Expected Daughter to not be set"); // via dependency version (Son) {} else static assert(0, "Expected Son to not be set"); // via dependency version (Diamond) static assert(0, "Expected Diamond ...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/SMTP.build/Client/SMTPAuthMethod.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/engine.git-3311994267206676365/Sources/SMTP/Utility/NSUUID+SMTPMessageID.swift /Users/AleixDiaz/Desktop/VaporProject/LaSal...
D
Cherokee who created a notation for writing the Cherokee language (1770-1843)
D
# FIXED Startup/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_35_00_33/source/ti/ble5stack/icall/stack/ble_user_config.c Startup/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_35_00_33/source/ti/ble5stack/hal/src/target/_common/hal_types.h Startup/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_35_00...
D
import os.win.io.fs; import std.io; import std.intrinsic; void main(){ uint v; int x; v = 0x21; x = bsf(v); writefln("bsf(x%x) = %d", v, x); x = bsr(v); writefln("bsr(x%x) = %d", v, x); writefln("Local logical drives are: %s", logicalDrives()); writefln("Directory <...
D
xm5-01_03_00_000_rev_a\i2c.o: ../Src/i2c.c xm5-01_03_00_000_rev_a\i2c.o: ../Inc/i2c.h xm5-01_03_00_000_rev_a\i2c.o: ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h xm5-01_03_00_000_rev_a\i2c.o: ../Inc/stm32f4xx_hal_conf.h xm5-01_03_00_000_rev_a\i2c.o: ../Inc/main.h xm5-01_03_00_000_rev_a\i2c.o: ../Drivers/STM3...
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
struct Zero { int x; } void testZero() { auto zeroInit = __traits(initSymbol, Zero); static assert(is(typeof(zeroInit) == const(void[]))); assert(zeroInit.ptr is null); assert(zeroInit.length == Zero.sizeof); } struct NonZero { long x = 1; } void testNonZero() { auto nonZeroInit = __trai...
D
/* * Copyright (c) 2012-2019 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ module antlr.v4.runtime.misc.DoubleKeyMap; import std.typecons; /** * Sometimes we need to map a key to a value but ...
D
module game.core.active; /* calcActive evals the input and queues things to be sent through the net. * Game.calc() should afterwards calc the network, that flushes the network. */ import optional; import opt = file.option.allopts; import file.replay; import game.core.assignee; import game.core.game; import hardwar...
D
module knightstour.SVGMaker; /// SVG Image Maker derived from Ilmari Karonen's Perl script /// http://en.wikipedia.org/wiki/User:Ilmari_Karonen/chesstour-svg.pl import tango.core.Array; import tango.io.Stdout; import Integer = tango.text.convert.Integer; import Float = tango.text.convert.Float; import tx...
D
func void makerune_s1() { var C_Npc her; her = Hlp_GetNpc(PC_Hero); if(Hlp_GetInstanceID(self) == Hlp_GetInstanceID(her)) { self.aivar[AIV_INVINCIBLE] = TRUE; PLAYER_MOBSI_PRODUCTION = MOBSI_MakeRune; AI_ProcessInfos(her); }; }; instance PC_MakeRune_End(C_Info) { npc = PC_Hero; nr = 999; condition = PC...
D
/** DGui project file. Copyright: Trogu Antonio Davide 2011-2013 License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Trogu Antonio Davide */ module splitter; import std.string; import dgui.all; import dgui.layout.gridpanel; class MainForm: Form { private GridPanel _gridPanel; private Collect...
D
/Users/laurin/Documents/School/fbxpollenfallen/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IBubbleChartDataSet.o : /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/laurin/Documents/School/fbxpollenfallen/Pods/Char...
D
instance Tpl_1437_Templer_Exit(C_Info) { npc = TPL_1437_Templer; nr = 999; condition = Tpl_1437_Templer_Exit_Condition; information = Tpl_1437_Templer_Exit_Info; important = 0; permanent = 1; description = DIALOG_ENDE; }; func int Tpl_1437_Templer_Exit_Condition() { return TRUE; }; func void Tpl_1437_Temple...
D
/Users/waqar/Exercism/rust/snake_game/target/debug/deps/float-98ee75bf7114787a.rmeta: /Users/waqar/.cargo/registry/src/github.com-1ecc6299db9ec823/piston-float-1.0.0/src/lib.rs /Users/waqar/Exercism/rust/snake_game/target/debug/deps/libfloat-98ee75bf7114787a.rlib: /Users/waqar/.cargo/registry/src/github.com-1ecc6299db...
D
/Users/danielfurnivall/projects/pomodoro/target/debug/deps/glob-fc4fb76425fc757b.rmeta: /Users/danielfurnivall/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/src/lib.rs /Users/danielfurnivall/projects/pomodoro/target/debug/deps/libglob-fc4fb76425fc757b.rlib: /Users/danielfurnivall/.cargo/registry/src/githu...
D
module during.tests.poll; import during; import during.tests.base; import core.sys.linux.errno; import core.sys.linux.sys.eventfd; import core.sys.posix.unistd; import std.algorithm : among; @("poll add/remove") unittest { if (!checkKernelVersion(5, 1)) return; Uring io; long res = io.setup(); ...
D
spherical in shape (of sounds) full and rich excessively fat
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 components.relation; import entity; interface Relation { void updateValues(Entity target); }
D
/* GML runner * coded by Ketmar // Invisible Vector <ketmar@ketmar.no-ip.org> * Understanding is not required. Only obedience. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 3 o...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Crypto.build/Cipher/AuthenticatedCipher.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/crypto.git--6549914863907898371/Sources/Crypto/Utilities/Base32.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/crypto.git-...
D
/home/mcrae/Code/AdventOfCode2019/day3/target/release/deps/day3-cb8e09db2b3772a9: src/main.rs /home/mcrae/Code/AdventOfCode2019/day3/target/release/deps/day3-cb8e09db2b3772a9.d: src/main.rs src/main.rs:
D
/Users/admin/Desktop/ShopifyMatchingGame/build/ShopifyMatchingGame.build/Debug-iphonesimulator/ShopifyMatchingGame.build/Objects-normal/x86_64/CollectionViewCell.o : /Users/admin/Desktop/ShopifyMatchingGame/ShopifyMatchingGame/Response.swift /Users/admin/Desktop/ShopifyMatchingGame/ShopifyMatchingGame/AppDelegate.swift...
D
/Users/ken/Developer/Hackathon2016/Chess/DerivedData/Chess/Build/Intermediates/Crox.build/Debug-iphonesimulator/Crox.build/Objects-normal/x86_64/Board.o : /Users/ken/Developer/Hackathon2016/Chess/Chess/ChessViewController.swift /Users/ken/Developer/Hackathon2016/Chess/Chess/MenuViewController.swift /Users/ken/Developer...
D
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/TemplateKit.build/Objects-normal/x86_64/TemplateCustom.o : /Users/brunodaluz/Desktop/project/.build/checkouts/template-kit.git-4631460999338977621/Sources/TemplateKit/Data/TemplateData.swift /Users/brunodaluz/Desktop/project/.build/checkouts/temp...
D
/Users/ins/Documents/Code/rust-study/todo-cli/target/rls/debug/build/serde-cdd7369aced3c253/build_script_build-cdd7369aced3c253: /Users/ins/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/serde-1.0.125/build.rs /Users/ins/Documents/Code/rust-study/todo-cli/target/rls/debug/build/serde-cdd7369aced3c253/build_s...
D
Partly prompted by California's zero emission standards, practically every American and European car manufacturer was involved in researching and designing electric cars in the early 1990s. Electric cars were considered to have the advantage of reducing air pollution and reducing noise. The concept had been around for ...
D
import std.stdio, std.typecons; int zeckendorf(in int n) pure nothrow { Tuple!(int,"remaining", int,"set") zr(in int fib0, in int fib1, in int n, in uint bit) pure nothrow { if (fib1 > n) return typeof(return)(n, 0); auto rs = zr(fib1, fib0 + fib1, n, bit + 1); if (fib1 <=...
D
import libzfs; import std.stdio; import std.string; import std.exception:enforce; enum Pool = "tank"; void main(string[] args) { auto zfs = libzfs_init(); enforce(zfs !is null,"unable to initialise ZFS library"); auto pool = zpool_open_canfail(zfs, Pool.ptr); enforce(pool !is null,"pool "~ Pool ~ "not...
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
/* * #2 NPCs don't use doors properly */ func int G1CP_002_NpcMoveDoor() { if (MEM_GetSymbolIndex("B_MoveMob") != -1) { HookDaedalusFuncS("B_MoveMob", "G1CP_002_NpcMoveDoor_Hook"); return TRUE; } else { return FALSE; }; }; /* * This function intercepts the NPC state to introduce ...
D