code
stringlengths
3
10M
language
stringclasses
31 values
/******************************************************************************* * 参照カウンタ */ module voile.refcnt; import std.traits; import std.functional: toDelegate; import voile.handler: DelegateTypeOf; /******************************************************************************* * アロケータ * * CountedDat...
D
instance Mod_1019_KGD_Bamrad_MT (Npc_Default) { //-------- primary data -------- name = "Bramrad"; npctype = NPCTYPE_MAIN; guild = GIL_OUT; voice = 0; id = 1019; //-------- abilities -------- //-------- visuals -------- // animations Mdl_SetVisual (self,"HUMANS.MDS"); Mdl_ApplyOverlayMds (...
D
instance BAU_969_Bauer (Npc_Default) { // ------ NSC ------ name = NAME_BAUER; guild = GIL_OUT; id = 969; voice = 7; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_AMBIENT; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); //setzt Attribu...
D
/** * OCSP * * Copyright: * (C) 2012 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.cert.x509.ocsp; import botan.constants; static if (BOTAN_HAS_X509_CERTIFICATES): public import botan.cert.x509.cert_status; public import bo...
D
import core.sys.linux.epoll; import std.exception; import std.socket; import std.stdio; void main() { auto listener = new TcpSocket; scope (exit) listener.close; auto address = new InternetAddress("127.0.0.1", 10000); listener.bind(address); listener.listen(1024); int epfd = epoll_create1(0); ...
D
module util.allocate; public import std.experimental.allocator; public import std.experimental.allocator.building_blocks; public import std.experimental.allocator.typed; alias rtmAllocator = Mallocator;
D
switch (a car's headlights) from a higher to a lower beam become dim or lusterless make dim or lusterless make dim by comparison or conceal become vague or indistinct lacking in light lacking clarity or distinctness made dim or less bright offering little or no hope slow to learn or understand
D
module sleekui.dwt.util.PropertyResourceBundle; import dwt.dwthelper.ResourceBundle; import dwt.dwthelper.utils : ImportData, MissingResourceException; class PropertyResourceBundle { alias get opCall; protected ResourceBundle bundle; package this(void[] data, char[] name = "") { this(ImportDa...
D
import std.stdio; import std.string; import std.range; import std.algorithm; void main() { auto s = readln.chomp.retro.array; auto cands = ["dream", "dreamer", "erase", "eraser"].map!(s => s.retro.array).array; int idx = 0; while(true) { bool succ; if (idx >= s.length-1) break; foreach(cand; cands) { if (...
D
instance TPL_1450_Templer(Npc_Default) { name[0] = NAME_MadTemplar2; npcType = npctype_guard; guild = GIL_GUR; level = 100; voice = 8; id = 1450; attribute[ATR_STRENGTH] = 70; attribute[ATR_DEXTERITY] = 65; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 250; attribute[...
D
// Written in the D programming language. /** JavaScript Object Notation Copyright: Copyright Jeremie Pelletier 2008 - 2009. License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jeremie Pelletier, David Herberth References: $(LINK http://json.org/), $(LINK http://seriot.ch/parsing_json.html...
D
/** * All file formats * * License: * Copyright Devisualization (Richard Andrew Cattermole) 2014 - 2017. * 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 devisu...
D
worn or faded from being on display in a store repeated too often
D
a drug that causes contraction of body tissues and canals sour or bitter in taste tending to draw together or constrict soft organic tissue
D
put in motion or move to act give an incentive for action
D
import provider; struct LuaEntry{ string name; string fullName; string shortcut; ubyte[] customData; } struct Entry{ LuaEntry luaEntry; alias luaEntry this;//make luaEntry members directly accessible Provider provider; }
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
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Service.build/Container/Container.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/service.git--3029908809087319447/Sources/Service/Services/ServiceID.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/service.git--302990880908...
D
instance Mod_1604_SLD_Soeldner_FM (Npc_Default) { //-------- primary data -------- name = NAME_soeldner; guild = GIL_mil; npctype = npctype_fm_soeldner; level = 20; voice = 0; id = 1604; //-------- abilities -------- B_SetAttributesToChapter (self, 4); EquipItem (self, ItMw_GrobesKurzschwert...
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
/******************************************************************************* * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
module helix.h_helix; struct user{ int id; string login; }
D
/******************************************************************************* * Copyright (c) 2000, 2009 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 for space and dimension manipulation. * * Authors: * Jacob Jensen * License: * https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE */ module poison.ui.space; import poison.core : Point, Size, Edge, Location, EventObserver, ChangeEventArgs; /// A wrapper around a space. class Space : EventOb...
D
/** This module implements a $(LINK2 http://dlang.org/template-mixin.html, template mixin) containing a program to search a list of directories for all .d files therein, then writes a D program to run all unit tests in those files using unit_threaded. The program implemented by this mixin only writes out a D file that ...
D
module picodon; public import picodon.platform; public import picodon.interpreter; public import picodon.include; public import picodon.parse;
D
# FIXED Application/SensorTag.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Projects/ble/SensorTag/CC26xx/Source/Application/SensorTag.c Application/SensorTag.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include/string.h Application/SensorTag.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include/linkage.h ...
D
/******************************************************************************* copyright: Copyright (c) 2004 Kris Bell. All rights reserved license: BSD style: $(LICENSE) version: Initial release: Aug 2006 author: Kris ********************************...
D
module nxt.typedoc; /** Returns: Documentation String for Enumeration Type $(D EnumType). */ string enumDoc(EnumType, string separator = `|`)() @safe pure nothrow { /* import std.traits: EnumMembers; */ /* return EnumMembers!EnumType.join(separator); */ /* auto subsSortingNames = EnumMembers!EnumType; */ ...
D
// Written in the D programming language /++ This implements a DOM for representing an XML 1.0 document. $(LREF parseDOM) uses an $(REF EntityRange, dxml, parser) to parse the document, and $(LREF DOMEntity) recursively represents the DOM tree. See the documentation for $(MREF dxml, parser) and $(...
D
/* * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved. * * 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...
D
/** * Copyright: Mike Wey 2011 * License: zlib (See accompanying LICENSE file) * Authors: Mike Wey */ module dmagick.Geometry; import std.conv; import std.ascii; import std.string; import dmagick.c.geometry; import dmagick.c.magickString; import dmagick.c.magickType; alias ptrdiff_t ssize_t; /** * Geometr...
D
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/SMTP.build/Email/Address/EmailAddressRepresentable.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/engine.git-3311994267206676365/Sources/SMTP/Utility/NSUUID+SMTPMessageID.swift /Users/AleixDiaz/Docume...
D
/****************************************************************************** This module contains the parser part of the compiler. This uses a lexer to get a stream of tokens, and parses the tokens into an AST. License: Copyright (c) 2008 Jarrett Billingsley This software is provided 'as-is', without any express ...
D
void main() { auto ip = readAs!(int[]), N = ip[0], K = ip[1]; auto V = readAs!(int[]); } // =================================== import std.stdio; import std.string; import std.functional; import std.algorithm; import std.range; import std.traits; import std.math; import std.container; import std.bigint; import std....
D
/** Arbitrary-precision ('bignum') arithmetic * * Performance is optimized for numbers below ~1000 decimal digits. * For X86 machines, highly optimised assembly routines are used. * * The following algorithms are currently implemented: * $(UL * $(LI Karatsuba multiplication) * $(LI Squaring is optimized indepen...
D
/** * Compiler implementation of the D programming language * http://dlang.org * * Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved * Authors: Walter Bright, http://www.digitalmars.com * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: ...
D
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxDataSources.build/Objects-normal/x86_64/RxTableViewSectionedAnimatedDataSource.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/RxDataSources/Sources/RxDataSources/Deprecated.swift /Users/...
D
class Outer { int m; class Inner { int foo() { return m; // Ok to access member of Outer } } } void func() { int m; class Inner { int foo() { return m; // Ok to access local variable m of func() } } } class Out...
D
/** * C preprocessor * Copyright: 2013 by Digital Mars * License: $(LINK2 http://boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ module cmdline; import main; import std.stdio; import std.range; import std.path; import std.array; import std.algorithm; import core.stdc.stdlib; /*****...
D
/** Convenience wrappers for executing subprocesses. Copyright: © 2019 Arne Ludwig <arne.ludwig@posteo.de> License: Subject to the terms of the MIT license, as written in the included LICENSE file. Authors: Arne Ludwig <arne.ludwig@posteo.de> */ module dalicious.process; import std.algor...
D
module ext.opengl.gl_1_3; import std.c.stdio, std.c.stdarg; import ext.opengl.gl_1_0, ext.opengl.gl_1_1, ext.opengl.gl_1_2; enum : GLenum{ GL_TEXTURE0 = 0x84C0, GL_TEXTURE1 = 0x84C1, GL_TEXTURE2 = 0x84C2, GL_TEXTURE3 = 0x84C3, GL_TE...
D
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/SQL.build/SQLDropTableBuilder.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/sql.git-2678105727451989607/Sources/SQL/SQLBind.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/sql.git-2678105727451989607/Sources/SQL/SQLJoinMe...
D
/******************************************************************************* * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
/Users/DboyLiao/Works/Projects/lipsync_tools/mobile/NumSwift/NumSwift/DerivedData/NumSwift/Build/Intermediates/NumSwift.build/Debug-iphoneos/NumSwift.build/Objects-normal/armv7/Exponential.o : /Users/DboyLiao/Works/Projects/lipsync_tools/mobile/NumSwift/NumSwift/Source/Trigonometry.swift /Users/DboyLiao/Works/Projects/...
D
prototype Mst_Default_OrcBiter(C_Npc) { name[0] = "Орочий кусач"; guild = GIL_WOLF; aivar[AIV_MM_REAL_ID] = ID_OrcBiter; level = 9; attribute[ATR_STRENGTH] = 90; attribute[ATR_DEXTERITY] = 140; attribute[ATR_HITPOINTS_MAX] = 250; attribute[ATR_HITPOINTS] = 250; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA...
D
//###################################################### // // Dokumentation zum Skriptpaket "Ikarus" // Autor : Sektenspinner // Version : 1.1.4 // //###################################################### /* Inhalt I. ) Abgrenzung II. ) Voraussetzungen / Setup ...
D
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Fluent.build/QueryBuilder/QueryBuilder+Run.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Model/ID.swift /Users/Khanh/vapor/TILApp/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Schema/Sch...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/TemplateKit.build/Tag/Uppercase.swift.o : /Users/mu/Hello/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/mu/Hello/.build/checkouts/template-kit/Sources/TemplateKit/AST/TemplateEmbed.swift /Users/mu/Hello/.build/checkouts/template-kit/Sou...
D
module libos.libconsole; import user.syscall; import user.console; struct Console { static: enum Color : ubyte { Black = 0x00, Blue = 0x01, Green = 0x02, Cyan = 0x03, Red = 0x04, Magenta = 0x05, Yellow = 0x06, LightGray = 0x07, Gray = 0x08, LightBlue = 0x09, LightGreen = 0x...
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) ///Allows an entity to damage other entities at collision. module component.warheadcomponent; import...
D
module ecs.exceptions.component.componentDoesNotExistException; import ecs.exceptions.ecsException; import std.conv : to; class ComponentDoesNotExistException : ECS_Exception { public this(string message, string hint) { super(message ~ "\nThe component does not exist! Is it initialized?", hint); } }
D
module android.java.javax.microedition.khronos.opengles.GL10Ext_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.lang.Class_d_interface; import import0 = android.java.java.n...
D
/Users/GMoran/Desktop/ClassicPlayer/DerivedData/ClassicPlayer/Build/Intermediates/ClassicPlayer.build/Debug-iphonesimulator/ClassicPlayer.build/Objects-normal/i386/AppDelegate.o : /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/NowPlayingVC.swift /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/AboutScreenVC.swift /...
D
// Copyright 2019 Tero Hänninen. All rights reserved. // SPDX-License-Identifier: BSD-2-Clause module engine.thirdparty.imagefmt.jpeg; import std.math : ceil; import engine.thirdparty.imagefmt; @nogc nothrow package: struct JPEGDecoder { Reader* rc; ubyte[64][4] qtables; HuffTab[2] ac_tables; HuffTa...
D
/+ + Copyright 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 bindbc.glfw.bindstatic; import bindbc.glfw...
D
// PERMUTE_ARGS: -w extern(C) int printf(const char*, ...); int testswitch(string h) { int x; switch (h) { case "abc": printf("abc\n"); x = 4; break; case "foo": printf("foo\n"); x = 1; break; case "bar": ...
D
// @expect error import smack; int cap(int x) { int y = x; if (10 < x) { y = 10; } return y; } void main() { __VERIFIER_assert(cap(2) == 2); __VERIFIER_assert(cap(15) == 10); int x = __VERIFIER_nondet_int(); __VERIFIER_assert(cap(x) > 10); }
D
func void B_GiveDeathInv(var C_Npc slf) { if(slf.aivar[AIV_DeathInvGiven] == TRUE) { return; }; if(PLAYER_TALENT_TAKEANIMALTROPHY[TROPHY_Teeth] == TRUE) { if((slf.aivar[AIV_MM_REAL_ID] == ID_WOLF) && (slf.protection[PROT_POINT] != IMMUNE)) { CreateInvItems(slf,ItAt_Teeth,2); }; if(slf.aivar[AIV_MM_RE...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto nm = readln.split.to!(int[]); auto N = nm[0]; long M = nm[1]; long[] PS = [0]; foreach (_; 0..N) PS ~= readln.chomp.to!long; long[] QS; foreach (i; 0..N+1) { fo...
D
struct A { int x; } struct B { A a, b; } static assert(B(A(1), A(1)) != B(A(1), A(2))); // Works struct C { A a, b; alias a this; } static assert(C(A(1), A(1)) != C(A(1), A(2))); // Fails!
D
func void zs_dead() { printdebugnpc(PD_ZS_FRAME,"ZS_Dead"); printglobals(PD_ZS_CHECK); c_zsinit(); self.aivar[AIV_PLUNDERED] = FALSE; if(self.id == 251 && PLAYERINARENA == TRUE) { PLAYERINARENA = FALSE; Wld_SendTrigger("OC_ARENA_GATE"); b_exchangeroutine(tpl_1422_gorhanis,"START"); b_exchangeroutin...
D
import std.stdio, std.concurrency; //version = compileFail; void fun(string str) { writeln(str); } version( compileFail ) void fun2(char[] str) { writeln(str); } void fun3(int i) { writeln(i); } void main() { string str1 = "foo"; // string is an alias for immutable(char)[]. version( compileFail )...
D
module android.java.java.lang.Long; public import android.java.java.lang.Long_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Long; import import0 = android.java.java.lang.Long; import import1 = android.java.java.lang.Class;
D
instance Org_804_Organisator_Exit(C_Info) { npc = ORG_804_Organisator; nr = 999; condition = Org_804_Organisator_Exit_Condition; information = Org_804_Organisator_Exit_Info; permanent = 1; description = DIALOG_ENDE; }; func int Org_804_Organisator_Exit_Condition() { if(Npc_KnowsInfo(hero,Org_804_Organisator_T...
D
// Copyright Ferdinand Majerech 2013-2014. // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt) // (See accompanying file LICENSE_1_0.txt or copy at module tharsis.entity.entitymanager; import std.algorithm; import std.array; import std.conv; imp...
D
/Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/ESPullToRefresh.build/Objects-normal/x86_64/ES.o : /Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Pods/ESPullToRefresh/Sources/ES.swift /Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Pods/ESPullToRefresh/Sources/ESPullToRefres...
D
/** * Open-Addressed Hash Set * Copyright: © 2015 Economic Modeling Specialists, Intl. * Authors: Brian Schott * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) */ module containers.openhashset; private import containers.internal.hash : generateHash; private import containers.internal.no...
D
ZHBTRD (F08HSF) Example Program Data 4 2 :Values of N and KD 'L' :Value of UPLO (-3.13, 0.00) ( 1.94,-2.10) (-3.40, 0.25) ( 1.94, 2.10) (-1.91, 0.00) (-0.82,-0.89) (-0.67, 0.34) (-3.40,-0.25) (-0.82, 0.89) (...
D
module android.java.android.gesture.GesturePoint_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; final class GesturePoint : IJavaObject { static i...
D
import connection; import message.constants; import builder; import std.signals; import std.stdio; class Emitter { mixin Signal!(string); } class Observer { // our slot void watch(string msg) { writeln("Received event " ~ msg); } } class EventHandler { private Emitter emitter; priv...
D
/******************************************************************************* * Copyright (c) 2004, 2006 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/nabil/Downloads/AlbumsMnager/Build/Intermediates/Pods.build/Debug-iphonesimulator/GBHFacebookImagePicker.build/Objects-normal/x86_64/GBHAlbumTableViewCell.o : /Users/nabil/Downloads/AlbumsMnager/Pods/GBHFacebookImagePicker/GBHFacebookImagePicker/Classes/Model/GBHFacebookImage.swift /Users/nabil/Downloads/AlbumsM...
D
module android.java.android.provider.CalendarContract; public import android.java.android.provider.CalendarContract_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!CalendarContract; import import1 = android.java.java.lang.Class;
D
/* Copyright (C) 2002 Paul Davis Copyright (C) 2003 Jack O'Quin This program 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) a...
D
# FIXED TOOLS/onboard.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/common/cc26xx/onboard.c TOOLS/onboard.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/inc/bcomdef.h TOOLS/onboard.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/inc/comdef.h TOOLS/onboard....
D
<?xml version="1.0" encoding="UTF-8"?> <di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmi:id="_m7U-QTqWEeWV7JtbNtoLYQ"> <pageList xmi:id="_m7U-QjqWEeWV7JtbNtoLYQ"> <availablePa...
D
/*#D*/ // Copyright © 2015-2017, Bernard Helyer. // Copyright © 2016-2017, Jakob Bornecrantz. // See copyright notice in src/volt/license.d (BOOST ver. 1.0). /*! * Module containing the @ref ScopeReplacer class. * * @ingroup passPost */ module volta.postparse.scopereplacer; import watt.text.format : format; impor...
D
/home/javed/Documents/Projects/RustRepo/ultimate_rust_crash_course/exercise/z_final_project/target/rls/debug/build/rayon-core-1ddbc500769b7e57/build_script_build-1ddbc500769b7e57: /home/javed/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.0/build.rs /home/javed/Documents/Projects/RustRepo/ultimate_rust...
D
// Copyright Ahmet Sait Koçak 2020. // 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.bind.font; import bindbc.hb.config; import bindbc.hb.bind.common; import bindbc.hb.bi...
D
import std.stdio; import std.typetuple; /// Native and external functions with the same signature. /// ...except they don't, because "extern (C)" is apparently enough to make it /// its own type! extern (C) float doThing(int x); extern (C) void glClear(uint mask); extern (C) void noArgs(); float doThingNative(int ...
D
import std; /// struct PackageInfo { /// string name; /// string[] exceptArch; } /// struct Defines { static: /// ドキュメントジェネレータを指定します。 /// gendocのバージョンが更新されたら変更してください。 immutable documentGenerator = "gendoc@0.0.6"; /// テスト対象にするサブパッケージを指定します。 /// サブパッケージが追加されたらここにも追...
D
/* * Copyright 2015-2018 HuntLabs.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
D
/Users/parkingsq1/Documents/PushPill/PushPillClient/DerivedData/PushPill/Build/Intermediates/IBDesignables/Intermediates/Pods.build/Debug-iphonesimulator/Spring.build/Objects-normal/x86_64/Spring.o : /Users/parkingsq1/Documents/PushPill/PushPillClient/Pods/Spring/Spring/AsyncButton.swift /Users/parkingsq1/Documents/Pus...
D
/* * Copyright Andrej Mitrovic 2013. * 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 dtk.tests.text; version(unittest): version(DTK_UNITTEST): import dtk; import dtk.impor...
D
/home/gui/Projects/rustLearning/target/rls/debug/deps/matches-b54f6ec777068fbe.rmeta: /home/gui/.asdf/installs/rust/1.48.0/registry/src/github.com-1ecc6299db9ec823/matches-0.1.8/lib.rs /home/gui/Projects/rustLearning/target/rls/debug/deps/matches-b54f6ec777068fbe.d: /home/gui/.asdf/installs/rust/1.48.0/registry/src/gi...
D
/** * Defines declarations of various attributes. * * The term 'attribute' refers to things that can apply to a larger scope than a single declaration. * Among them are: * - Alignment (`align(8)`) * - User defined attributes (`@UDA`) * - Function Attributes (`@safe`) * - Storage classes (`static`, `__gshared`) ...
D
# Disease-Identification #Unzip the file #install prolog #compile the code #consult the code #write yes if true #write no if false
D
module UnrealScript.Engine.LandscapeHeightfieldCollisionComponent; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Core.UObject; import UnrealScript.Engine.PrimitiveComponent; import UnrealScript.Engine.PhysicalMaterial; extern(C++) interface LandscapeHeightfieldCollisionComponent : Pri...
D
someone who walks at a leisurely pace
D
module asn1.parser; public import asn1.parser.defs; public import asn1.parser.handler;
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1...
D
/* 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, execute, and transmit the Soft...
D
/home/naufil/Desktop/rust/3june/todocopy/target/rls/debug/deps/write_task-425b80134787bc86.rmeta: src/bin/write_task.rs /home/naufil/Desktop/rust/3june/todocopy/target/rls/debug/deps/write_task-425b80134787bc86.d: src/bin/write_task.rs src/bin/write_task.rs:
D
/******************************************************************************* * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
/** * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: Jan 9, 2011 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module dvm.dvm.ShellScript; import std.conv : text; import std.exception : assumeUnique...
D
module dcltk.initialize; import derelict.opencl.cl; import dcltk.error : OpenClException; import dcltk.platform : getPlatformIds, getPlatformCLVersion; import std.algorithm : map, maxElement; /** * load highest OpenCL libraries. * * Returns: * loaded platform ID. */ cl_platform_id loadOpenCl() { Der...
D
module ppl2.resolve.resolve_is; import ppl2.internal; final class IsResolver { private: Module module_; ModuleResolver resolver; public: this(ModuleResolver resolver, Module module_) { this.resolver = resolver; this.module_ = module_; } void resolve(Is n) { auto leftType ...
D
module scone.frame; import scone.core; import scone.window; import scone.utility; import scone.color; import std.algorithm; import std.array; import std.conv; import std.format; import std.stdio; import std.string; import std.traits; import std.uni; /** * Writable area */ class Frame { alias width = w; ali...
D
module android.java.java.nio.file.ClosedWatchServiceException; public import android.java.java.nio.file.ClosedWatchServiceException_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!ClosedWatchServiceException; import import4 = android.java.java.lang.Class; import import3 = android.java.java.lan...
D