code
stringlengths
3
10M
language
stringclasses
31 values
/** * Convert to Intermediate Representation (IR) for the back-end. * * 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) * Sourc...
D
instance DIA_DMT_1201_Dementor_EXIT(C_Info) { npc = DMT_1201_Dementor; nr = 999; condition = DIA_DMT_1201_Dementor_EXIT_Condition; information = DIA_DMT_1201_Dementor_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_DMT_1201_Dementor_EXIT_Condition() { return TRUE; }; func void DIA_DMT...
D
module proc.mod.assignMod; import proc.mod.modification; import proc.businessProcess; import proc.sim.simulation; import std.algorithm.iteration; class AssignMod : Modification { // part will be assigned to each of funcs this(ulong agentID, ulong[] funcIDs) { agentID_ = agentID; funcIDs_ = funcIDs.dup; ...
D
/// rpc using a simple tcp based protocol /// /// author: fawzi // // Copyright 2008-2010 the blip developer group // // 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.a...
D
module des.mc.calibrate.filter; import des.mc.calibrate.util; class FilterBuffer(T) if( is( typeof( (T[]).init.expected ) == T ) && is( typeof( T[].init.variance(T.init) ) == T ) ) { private: size_t max_length; size_t current_index = 0; T[] data; public: this( size_t maxLen ) { asser...
D
module stm32.stm32; import core.bitop: volatileLoad, volatileStore; import std.meta; import std.traits; extern(C): @nogc: nothrow: pragma(LDC_no_moduleinfo); alias word = uint; struct _SysTick { word CTRL, LOAD, VAL; } struct _RCC { word CR, CFGR, CIR, APB2STR, APB1STR, AHBENR, APB2ENR, A...
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
module dcv.imgproc.imgmanip; /** * Image manipulation module. * * v0.1 norm: * resize (done, not tested) * scale (done, not tested) * transform!affine,perspective * remap (pixel-wise displacement) * split (split multichannel image to single channels) * merge (merge multiple channels to one image) * channel...
D
/Users/apple-1/Downloads/Demos-master/AdaptiveUITextView/Build/Intermediates/AdaptiveUITextView.build/Debug-iphonesimulator/AdaptiveUITextView.build/Objects-normal/x86_64/AppDelegate.o : /Users/apple-1/Downloads/Demos-master/AdaptiveUITextView/AdaptiveUITextView/ViewController.swift /Users/apple-1/Downloads/Demos-maste...
D
module mach.sdl.input.event.mixins; /// This module defines mixin templates used by the various event types. private: // public: template EventMixinAttribute(T){ import derelict.sdl2.types; static if(is(T == SDL_CommonEvent)) enum EventMixinAttribute = `common`; else static if(is(T == SDL_WindowEvent...
D
/* crypto/evp/evp.h */ /* 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 library is free for commercial and non-comm...
D
module polyplex.core.input; public import polyplex.core.input.keyboard; public import polyplex.core.input.mouse; public import polyplex.core.input.controller; public import polyplex.core.input.touch; import derelict.sdl2.sdl; import std.stdio; enum InputType { Controller, Touch, Keyboard, Mouse } public class Inp...
D
/** * International System of Units (SI) units and prefixes for use with * $(D std.units). * * The definitions have been taken from the NIST Special Publication 330, * $(WEB http://physics.nist.gov/Pubs/SP330/sp330.pdf, The International * System of Units), 2008 edition. * * Todo: $(UL * $(LI Do something abo...
D
/*============================================================================= spiritd - Copyright (c) 2009 s.d.hammett a D2 parser library ported from boost::spirit 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....
D
// Compiler implementation of the D programming language // Copyright (c) 1999-2016 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt module ddmd.dscope; import core.std...
D
/Users/haruna/Documents/iOSdev/Tumblr_1/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ParameterEncoding.o : /Users/haruna/Documents/iOSdev/Tumblr_1/Pods/Alamofire/Source/MultipartFormData.swift /Users/haruna/Documents/iOSdev/Tumblr_1/Pods/Alamofire/Source/Timeline.swift /Use...
D
the stage of a theater the boarding that surrounds an ice hockey rink a committee having supervisory powers a stout length of sawn timber a flat piece of material designed for a special purpose food or meals in general a vertical surface on which information can be displayed to public view a table at which meals are se...
D
/* Copyright (c) 2017-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, distribute, ...
D
/* REQUIRED_ARGS: -betterC */ // https://issues.dlang.org/show_bug.cgi?id=19268 mixin(`void foo(){}`.idup);
D
/** Whirlpool hashing algorithm implementation. This module conforms to the APIs defined in std.digest. Based on the original Whirlpool implementation by Paulo S.L.M. Barreto and Vincent Rijmen. */ module nxt.digestx.whirlpool; public import std.digest; import std.range; /** * Template API Whirlpool implement...
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/DatabaseKit.build/Database/Database.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/database-kit/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/c...
D
of or relating to a paramagnet
D
//#fileifdef MC152 /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package stanhebben.minetweaker.mods.ic2.actions; import ic2.api.recipe.Recipes; import net.minecraft.item.ItemStack; import stanhebben.minetweaker.api.IUndoableAction; /** * * @author Stanneke */ ...
D
version https://git-lfs.github.com/spec/v1 oid sha256:86b3da6e5476e5f713e78027a7f557db3e49f789d9e661926831f6e0a42b00af size 300
D
/* * Copyright (c) 2004-2015 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, this li...
D
instance Grd_612_Gardist (Npc_Default) { //-------- primary data -------- name = "Pinto"; npctype = npctype_guard; guild = GIL_GRD; level = 25; voice = 6; id = 612; //-------- abilities -------- attribute[ATR_STRENGTH] = 80; attribute[ATR_DEXTERITY] = 120; attribute[ATR_MANA_MAX] = 0; at...
D
import std.exception : assumeUnique; import std.conv : text; import std.range : take, chain, drop; import std.string : startsWith, replace; import std.format : formattedWrite, format; import std.uni : asCapitalized; import std.json; import std.getopt; import std.file : readText; import std.stdio; bool keepDeco = false...
D
/* * Copyright 2013 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 applica...
D
the basic unit of length adopted under the Systeme International d'Unites (approximately 1.094 yards) concentration measured by the number of moles of solute per liter of solution the cardinal number that is the product of 10 and 100 a unit of information equal to 1000 kilobytes or 10^6 (1,000,000) bytes a unit of info...
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 setlattice; import std.algorithm : canFind; import std.stdio; import std.conv : to; import std.string : split; import core.stdc.stdlib : exit; import main; import setpins; //-------------------------------------------------------------------// /** * Macro information struct for a lattice. * used in reader.d...
D
module hunt.sql.dialect.postgresql.visitor; public import hunt.sql.dialect.postgresql.visitor.PGASTVisitorAdapter; public import hunt.sql.dialect.postgresql.visitor.PGASTVisitor; public import hunt.sql.dialect.postgresql.visitor.PGEvalVisitor; public import hunt.sql.dialect.postgresql.visitor.PGExportParameterVis...
D
// Copyright Ferdinand Majerech 2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) /// Functionality that may sometimes be needed but allows unsafe or unstandard behavior, and should onl...
D
/Users/radibarq/developer/Chottky/build/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/AppEventParameterName.o : /Users/radibarq/developer/Chottky/Pods/FacebookCore/Sources/Core/GraphRequest/GraphRequestProtocol.Bridge.swift /Users/radibarq/developer/Chottky/Pods/FacebookCore/Sources/Core/Gra...
D
// https://dpaste.dzfl.pl/7a77355acaec // Search for: FIXME: leaks if multithreaded gc // https://freedesktop.org/wiki/Specifications/XDND/ // https://docs.microsoft.com/en-us/windows/win32/dataxchg/html-clipboard-format // https://www.x.org/releases/X11R7.7/doc/libXext/dbelib.html // https://www.x.org/releases/X11...
D
module org.serviio.ui.resources.ApplicationResource; import org.restlet.resource.Get; import org.serviio.ui.representation.ApplicationRepresentation; public abstract interface ApplicationResource { //@Get("xml|json") public abstract ApplicationRepresentation load(); } /* Location: D:\Program Files\...
D
module hunt.http.codec.http.hpack.HpackContext; // import hunt.http.codec.http.model; import hunt.http.HttpField; import hunt.http.HttpHeader; import hunt.http.HttpMethod; import hunt.http.codec.http.model.StaticTableHttpField; import hunt.http.codec.http.hpack.Huffman; import hunt.http.codec.http.hpack.NBitInteger;...
D
constituting or relating to a tail resembling a tail situated in or directed toward the part of the body from which the tail arises toward the posterior end of the body
D
# FIXED OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/ble5stack/osal/src/common/osal_memory_icall.c OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/ble5stack/osal/src/inc/comdef.h OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source...
D
// Copyright Ferdinand Majerech 2010 - 2011. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) ///In game HUD. module pong.hud; @safe import std.algorithm; import std.conv; import pong.pla...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/NIO.build/LinuxCPUSet.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/swift-nio/Sources/NIO/NonBlocki...
D
/Users/doki/Desktop/code12/FabriclogPoint/Build/Intermediates/FabricPoint.build/Debug-iphoneos/FabricPoint.build/Objects-normal/arm64/CameraViewController.o : /Users/doki/Desktop/code12/FabriclogPoint/FabricPoint/AppDelegate.swift /Users/doki/Desktop/code12/FabriclogPoint/FabricPoint/ViewController.swift /Users/doki/De...
D
module imports.test48a; struct S { int a = 1; int b = 2; private: int c = 3; }
D
import std.stdio; import std.conv; import std.algorithm; import std.range; import std.format; import std.string; void main(string[] args) { string[][string] inc; foreach (line; stdin.byLine) { string o1, o2; line.formattedRead!"%s)%s"(o1, o2); auto p = o1 in inc; if (p) ...
D
instance Mod_1767_PAL_Paladin_PAT (Npc_Default) { // ------ NSC ------ name = NAME_Paladin; guild = GIL_pal; id = 1767; voice = 0; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_pat_Paladin_mauer; // ------ Attribute ------ B_SetAttributesToChapter (self, 5); ...
D
/** * Log4D - industrial strength logging for D. * * Version: $Id$ * * Author: Kevin Lamonte, <a href="mailto:kevin.lamonte@gmail.com">kevin.lamonte@gmail.com</a> * * License: Boost1.0 * * Copyright (C) 2014 Kevin Lamonte * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is h...
D
/******************************************************************************* * Copyright (c) 2000, 2003 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
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. SPDX-License-Identifier: curl Long: http0.9 Tags: Versions Protocols: HTTP Help: Allow HTTP 0.9 responses Category: http Example: --http0.9 $URL Added: 7.64.0 See-also: http1.1 http2 http3 Multi: boolean --- Tells curl to be fine with HTTP version 0.9 response....
D
module mach.sdl.graphics; public: import mach.sdl.graphics.color; import mach.sdl.graphics.displaymode; import mach.sdl.graphics.mask; import mach.sdl.graphics.pixelformat; import mach.sdl.graphics.primitives; import mach.sdl.graphics.surface; import mach.sdl.graphics.texture; import mach.sdl.graphics.ttf; import mac...
D
// Written in the D programming language. /** * Elementary mathematical functions * * Contains the elementary mathematical functions (powers, roots, * and trigonometric functions), and low-level floating-point operations. * Mathematical special functions are available in std.mathspecial. * * The functionality c...
D
module android.java.android.print.PrintAttributes_MediaSize_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.android.print.PrintAttributes_MediaSize_d_interface; import import2 =...
D
instance VLK_481_Buerger(Npc_Default) { name[0] = NAME_Buerger; guild = GIL_VLK; id = 481; voice = 6; flags = 0; npcType = NPCTYPE_AMBIENT; aivar[AIV_ToughGuy] = TRUE; B_SetAttributesToChapter(self,1); level = 1; fight_tactic = FAI_HUMAN_COWARD; aivar[AIV_MM_RestStart] = TRUE; EquipItem(self,ItMw_1h_Vlk_Da...
D
module hunt.wechat.bean.datacube.article.Usershare; class Usershare { private string ref_date; private Integer ref_hour; private Integer share_scene; private Integer share_count; private Integer share_user; public string getRef_date() { return ref_date; } public void setRef_date(stri...
D
module org.serviio.external.io.OutputTextReader; import java.lang.String; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.List; im...
D
/home/hedayat/holo/tutorial/art_game/zomes/game/code/target/rls/debug/deps/fake_simd-b1149a7ef0b1fdfe.rmeta: /home/hedayat/.cargo/registry/src/github.com-1ecc6299db9ec823/fake-simd-0.1.2/src/lib.rs /home/hedayat/holo/tutorial/art_game/zomes/game/code/target/rls/debug/deps/fake_simd-b1149a7ef0b1fdfe.d: /home/hedayat/.c...
D
class A { string f() { return 123; } } int main() { A a; a = new A; Print("Hiii"); Print(a.f()); }
D
/** Authors: Lars Tandle Kyllingstad Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved. License: Boost License 1.0 */ module scid.ports.quadpack.qawf; import std.conv; import scid.ports.quadpack.qawfe; version(unittest) { import std.math; import scid.core.testing; } //...
D
// Copyright © 2010-2011, Bernard Helyer. All rights reserved. // Copyright © 2012, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/volt/license.d (BOOST ver. 1.0). module volt.token.token; import volt.token.location; /* If you're adding a new token, be sure to update: * - the tokenToStrin...
D
/Users/angelo/Developer/DroppedBits/DangerTest/.build/x86_64-apple-macosx/debug/MarathonCore.build/Create.swift.o : /Users/angelo/Developer/DroppedBits/DangerTest/.build/checkouts/Marathon/Sources/MarathonCore/Add.swift /Users/angelo/Developer/DroppedBits/DangerTest/.build/checkouts/Marathon/Sources/MarathonCore/Comman...
D
// for optional dependency // for VT on Windows P s = 1 8 → Report the size of the text area in characters as CSI 8 ; height ; width t // could be used to have the TE volunteer the size /++ Module for interacting with the user's terminal, including color output, cursor manipulation, and full-featured real-time mouse a...
D
/Users/kamil.pyc/Documents/testFastlane/FastlaneTest/build/Build/Intermediates/CodeCoverage/Intermediates/FastlaneTest.build/Debug-iphonesimulator/FastlaneTestUITests.build/Objects-normal/x86_64/FastlaneTestUITests.o : /Users/kamil.pyc/Documents/testFastlane/FastlaneTest/FastlaneTestUITests/FastlaneTestUITests.swift /A...
D
// { dg-additional-options "-mavx2" { target avx2_runtime } } // { dg-do run { target { avx2_runtime || vect_sizes_32B_16B } } } // { dg-skip-if "needs gcc/config.d" { ! d_runtime } } import core.simd; void test6a() { // stack occasionally misaligned float f = 0; long4 v; assert((cast(size_t)&v) % 32 =...
D
/+ + Copyright 2022 – 2023 Aya Partridge + Copyright 2018 - 2022 Michael D. Parker + Distributed under the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or copy at + http://www.boost.org/LICENSE_1_0.txt) +/ module sdl.cpuinfo; import bindbc.sdl.config; ...
D
/* -*- D -*- * * Execution flow trace with arguments * * Activate tracing between * ::nsf::configure dtrace on * and * ::nsf::configure dtrace off * * Since this D script accesses the C data structures it is sensitive * to the representation sizes of the data structures (e.g. pointers). * Make sure to...
D
/* This module contains implementations for vectors and matrices an altered version from my glmsolverd package */ module arrays; import std.conv: to; import std.format: format; import std.traits: isFloatingPoint, isIntegral, isNumeric; import std.algorithm: min, max; import std.math: modf; import core.memory: GC; i...
D
/** * Wrap Length module. * * License: * MIT. See LICENSE for full details. */ module tkd.widget.common.wraplength; /** * These are common commands that apply to all widgets that have them injected. */ mixin template WrapLength() { /** * Specifies the maximum line length (in pixels). If this option is le...
D
/***************************************************************************** * * Higgs JavaScript Virtual Machine * * This file is part of the Higgs project. The project is distributed at: * https://github.com/maximecb/Higgs * * Copyright (c) 2011-2014, Maxime Chevalier-Boisvert. All rights re...
D
module secured.openssl; import deimos.openssl.evp; import core.stdc.stdint; private: enum int EVP_PKEY_ALG_CTRL = 0x1000; enum int EVP_PKEY_CTRL_HKDF_MD = (EVP_PKEY_ALG_CTRL + 3); enum int EVP_PKEY_CTRL_HKDF_SALT = (EVP_PKEY_ALG_CTRL + 4); enum int EVP_PKEY_CTRL_HKDF_KEY = (EVP_PKEY_ALG_CTRL + 5); enum int EVP_PKEY_...
D
module game.weapon; import dlib.core.memory; import dlib.math.vector; import dlib.math.matrix; import dlib.math.transformation; import dlib.geometry.aabb; import dgl.core.api; import dgl.core.event; import dgl.core.interfaces; import dgl.graphics.entity; import game.fpcamera; class Weapon: Entity, Modifier { F...
D
/Users/Mandy_Cho/Documents/getS(ch)wifty/Storm/DerivedData/Storm/Build/Intermediates/Storm.build/Debug-iphonesimulator/Storm.build/Objects-normal/x86_64/AppDelegate.o : /Users/Mandy_Cho/Documents/getS(ch)wifty/Storm/Storm/DetailViewController.swift /Users/Mandy_Cho/Documents/getS(ch)wifty/Storm/Storm/MasterViewControll...
D
func void B_StopMagicFlee() //испр. - int на void { // отключить особое восприятие повреждения Npc_PercDisable(self,PERC_ASSESSDAMAGE); // начать убегать Npc_SetTarget(self,other); AI_StartState(self,ZS_Flee,0,""); }; func void B_AssessDamage_MagicFlee() { B_OnDamage(); // сообщить всем о драке Npc_SendPassiv...
D
# FIXED third_party/lwip-1.4.1/apps/httpserver_raw/httpd.obj: C:/ti/TivaWare_C_Series-2.1.4.178/third_party/lwip-1.4.1/apps/httpserver_raw/httpd.c third_party/lwip-1.4.1/apps/httpserver_raw/httpd.obj: C:/ti/TivaWare_C_Series-2.1.4.178/third_party/lwip-1.4.1/src/include/lwip/opt.h third_party/lwip-1.4.1/apps/httpse...
D
module render_utils; import std.conv; import std.stdio; import gfm.math.vector; import derelict.sdl2.sdl; import derelict.sdl2.ttf; import misc.rect; import misc.coords; import state.render_state; const auto BLACK = SDL_Color(0, 0, 0, 0); const auto WHITE = SDL_Color(0xff, 0xff, 0xff, 0xff); void setRenderDrawColor...
D
instance VLK_406_Herold(Npc_Default) { name[0] = "Herold"; guild = GIL_VLK; id = 406; voice = 4; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,2); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Vlk_Dagger); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Face_N...
D
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Fluent.build/Query/QuerySupporting.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Model/ID.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/fluent.git...
D
/** * Read a file from disk and store it in memory. * * Copyright: Copyright (C) 1999-2023 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: $(LINK2 https://git...
D
// REQUIRED_ARGS: -unittest module issue19925; unittest { with (S) { a(); // Compiles! b(); // Fails! } } struct S { static void a() {} static void opDispatch(string name)() {} }
D
/** * Contains traits for runtime internal usage. * * Copyright: Copyright Digital Mars 2014 -. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * Source: $(DRUNTIMESRC core/internal/_traits.d) */ module core.internal.traits; alias AliasSeq(TList...) = TList; tem...
D
// Written in the D programming language /** * Compress/decompress data using the $(LINK2 http://www._zlib.net, zlib library). * * References: * $(LINK2 http://en.wikipedia.org/wiki/Zlib, Wikipedia) * License: * Public Domain * * Macros: * WIKI = Phobos/StdZlib */ module std.zlib; //debug=zlib; // uncomm...
D
/Users/sakaguchishinichi/notification/PandaNotif/Build/Intermediates/PandaNotif.build/Debug-iphonesimulator/PandaNotif.build/Objects-normal/x86_64/SoundTableViewController.o : /Users/sakaguchishinichi/notification/PandaNotif/PandaNotif/EditTableViewController.swift /Users/sakaguchishinichi/notification/PandaNotif/Panda...
D
module voxelman.entity.plugininfo; enum id = "voxelman.entity"; enum semver = "0.5.0"; enum deps = []; enum clientdeps = []; enum serverdeps = [];
D
/******************************************************************************* * Copyright (c) 2000, 2007 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
module sidal.parser; import std.algorithm; import std.range : ElementType, isInputRange; import std.stdio : File; enum SourceType { file, string, generic } struct GenericSource { alias Empty = bool function(void*) nothrow @nogc; alias Fill = Throwable function(ref GenericSource, void*, ref char[]) nothrow @nog...
D
* * 0 2 1 *
D
get or gather together call for and obtain payment of assemble or get together get or bring together gather or collect brought together in one place in full control of your faculties
D
private { alias ushort Base; alias Base[] Genome; alias void function() Behavior; @safe Genome mutate(const Genome genome) { return genome.dup; } Behavior compileGenome(const Genome genome) { return null; } } class Organism { const Behavior behavior; this(...
D
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Service.build/Environment/Environment.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/service.git--3029908809087319447/Sources/Service/Services/ServiceID.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/service.git--30299088...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/DatabaseKit.build/Connection/DatabaseStringFindable.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/database-kit/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/Jorge/Desktop/Projects/Web/Swift/ki...
D
import std.stdio; void printTuple(T...)() if(T.length != 0) { foreach(i, _; T) writeln(T[i].stringof); } void printThreeValues(int a, string b, double c) { writefln("%s, %s, %s", a, b, c); } struct UnpackMe { int meaningOfLife; string meaningOfFood; double lifeOf; } voi...
D
#!/usr/bin/rdmd import std.stdio, std.string, std.algorithm; void main() { size_t[string] dictionary; foreach (line; stdin.byLine()) { // Break sentence into words // Add each word in the sentence to the vocabulary foreach (word; splitter(strip(line))) { if (word in diction...
D
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Command.build/Objects-normal/x86_64/CommandOption.o : /Users/petercernak/vapor/TILApp/.build/checkouts/console.git-5752444009020230057/Sources/Command/Command/Command.swift /Users/petercernak/vapor/TILApp/.build/checkouts/console.git-5752444...
D
/* * Finds the smallest cropped sub-matrix that contains all the 1s from a larger matrix. * Copyright 2012 James Otten <james_otten@lavabit.com> */ import std.stdio; immutable HEIGHT = 11; immutable LENGTH = 16; int input[HEIGHT][LENGTH] = [[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], [0,...
D
/home/sky/Workshop/solana-app/target/release/build/anyhow-e705641556862b76/build_script_build-e705641556862b76: /home/sky/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.44/build.rs /home/sky/Workshop/solana-app/target/release/build/anyhow-e705641556862b76/build_script_build-e705641556862b76.d: /home/sky/.c...
D
/// Generate by tools module org.apache.http.protocol.ResponseConnControl; import java.lang.exceptions; public class ResponseConnControl { public this() { implMissing(); } }
D
(plural) the lay members of a male religious order a male with the same parents as someone else a male person who is a fellow member (of a fraternity or religion or other group a close friend who accompanies his buddies in their activities used as a term of address for those male persons engaged in the same movement (R...
D
import derelict.sdl2.sdl; import cosmos.exception; import cosmos.window; import cosmos.canvas; import cosmos.face; import cosmos.board; import cosmos.resources; import cosmos.game; import std.stdio; @property auto toMessage(in SDL_Event ev) in { assert(ev.type == SDL_KEYDOWN || ev.type == SDL_KEYUP); ...
D
/// Generate by tools module org.apache.commons.imaging.common.bytesource.ByteSourceArray; import java.lang.exceptions; public class ByteSourceArray { public this() { implMissing(); } }
D
/* * Copyright 2016-2018 Philip Pavlick * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License, excepting that * Derivative Works are not required to carry prominent notices in changed * files. You may obtain a copy of the License at ...
D
module requests.utils; import std.range; import std.string; import std.datetime; import std.algorithm.sorting; import std.experimental.logger; import std.typecons; import std.algorithm; import std.conv; //import requests.streams; __gshared immutable short[string] standard_ports; shared static this() { standard_p...
D
module noded.node; import rx; import noded.port; /// struct ChangeValueEvent { public{ Node[] affectedNodes; }//public private{ }//private }//struct ChangeValueEvent struct ChangeStructEvent{ public{ Node[] affectedNodes; }//public private{ }//private }//struct Chang...
D