code
stringlengths
3
10M
language
stringclasses
31 values
import std.algorithm; import std.array; import std.conv; import std.exception; import std.file; import std.range; import std.stdio; //import Statement : NestedEntity, Statement, FunctionStatement, readStatements, writeStatements, merge; import Statement : readStatements, writeStatements, merge; import Generate : crea...
D
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/SMTP.build/Objects-normal/x86_64/SMTPGreeting.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/engine.git-3311994267206676365/Sources/SMTP/Utility/NSUUID+SMTPMessageID.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/engin...
D
instance Mod_1075_VLK_Buergerin_NW (Npc_Default) { // ------ NSC ------ name = Name_Buergerin; guild = GIL_PAL; id = 1075; voice = 17; flags = 0; npctype = NPCTYPE_AMBIENT; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); // ------ Kampf-Takti...
D
/** * Semantic analysis of expressions. * * Specification: ($LINK2 https://dlang.org/spec/expression.html, Expressions) * * 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....
D
/* * region.d * * This module implements the platform specifics for the Region class. * * Author: Dave Wilkinson * Originated: July 25th, 2009 * */ module platform.vars.region; struct RegionPlatformVars { }
D
import std.algorithm, std.range; pragma(msg, problem_1()); int problem_1() { return iota(1, 1000).filter!"(!(a%3) || !(a%5))".reduce!"a+b"; }
D
/******************************************************************************* * Copyright (c) 2000, 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
// ************************************************************ // EXIT // ************************************************************ INSTANCE DIA_Thekla_EXIT (C_INFO) { npc = BAU_913_Thekla; nr = 999; condition = DIA_Thekla_EXIT_Condition; information = DIA_Thekla_EXIT_Info; perm...
D
/** * D header file for C99. * * $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_string.h.html, _string.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). * (Se...
D
const int SPL_Cost_Waterfist = 17; const int SPL_DAMAGE_Waterfist = 125; instance Spell_Waterfist(C_Spell_Proto) { time_per_mana = 0; damage_per_level = SPL_DAMAGE_Waterfist; damagetype = DAM_MAGIC; }; func int Spell_Logic_Waterfist(var int manaInvested) { if(Npc_GetActiveSpellIsScroll(self) && (self.attribute[...
D
// Copyright Brian Schott 2015. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) module dfmt.formatter; import dparse.lexer; import dparse.parser; import dparse.rollback_allocator; import dfmt.c...
D
{% if helpers.exists('OPNsense.IDS.general') and OPNsense.IDS.general.enabled|default("0") == "1" %} suricata_enable="YES" {% if OPNsense.IDS.general.ips|default("0") == "1" %} # IPS mode, switch to netmap {% for intfName in OPNsense.IDS.general.interfaces.split(',') %} {% if loop.index == 1 %} suricata_startup_fla...
D
// Written in the D programming language. /++ This module defines functions related to exceptions and general error handling. It also defines functions intended to aid in unit testing. Synopsis of some of std.exception's functions: -------------------- string synopsis() { FILE* f = enf...
D
/* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) an...
D
/++ 文字列操作についてまとめます。 TODO: 置換(replace), 削除(remove), 分割(split) +/ module string_example; /++ 文字列の連結 事前に長さの分からない文字列を構築する場合、`std.array` の `appender` を使います。 `appender` : https://dlang.org/phobos/std_array.html#appender +/ unittest { assert("ABC" ~ "DEF" == "ABCDEF"); // 多くの文字を連結するときはappenderを使います import s...
D
const int Value_TrollTooth = 300; instance ItAt_TrollTooth(C_Item) { name = "Troll tusk"; mainflag = ITEM_KAT_NONE; flags = ITEM_MULTI; value = Value_TrollTooth; visual = "ItAt_TrollTooth.3DS"; material = MAT_LEATHER; description = name; text[0] = ""; text[1] = ""; text[2] = ""; text[3] = ""; text[5] = NA...
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Vapor.build/Response/ApplicationResponder.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/va...
D
a person who is stranded (as on an island a dark purplish-red to dark brownish-red color an exploding firework used as a warning signal leave stranded or isolated with little hope of rescue leave stranded on a desert island without resources of dark brownish to purplish red
D
import accessors; void main() { } // Issue #11: https://github.com/funkwerk/accessors/issues/11 @nogc nothrow pure @safe unittest { import PersonId : AnotherPersonId = PersonId; class PersonId { } class Foo { @ConstRead private AnotherPersonId anotherPersonId_; @Read...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void get(Args...)(ref Args args) { import std.traits, std.meta, std.typecons; static if (Args.length == 1) { alias Arg = Args[0]; static if (isArray!Arg) { ...
D
/Users/Matt/iOS/RoadInfo/DerivedData/RoadInfo/Build/Intermediates/RoadInfo.build/Debug-iphonesimulator/RoadInfo.build/Objects-normal/x86_64/URLConnection.o : /Users/Matt/iOS/RoadInfo/RoadInfo/ChristchurchEvent.swift /Users/Matt/iOS/RoadInfo/RoadInfo/URLConnection.swift /Users/Matt/iOS/RoadInfo/RoadInfo/EventViewControl...
D
instance PAL_262_Wache(Npc_Default) { name[0] = NAME_Wache; guild = GIL_PAL; id = 262; voice = 10; flags = 0; npcType = NPCTYPE_OCMAIN; B_SetAttributesToChapter(self,4); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Pal_Sword); EquipItem(self,ItRw_Mil_Crossbow); B_CreateAmbientInv(self); B_SetNpc...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Core.build/DataFile.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/core.git-4369016638413795800/Sources/Core/RFC1123.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/core.git-4369016638413795800/Sources/Core/String+Polymo...
D
module foo.bar; import core.vararg; import std.stdio; pragma (lib, "test"); pragma (msg, "Hello World"); static assert(true, "message"); alias mydbl = double; alias fl = function () in { } do { } ; int testmain(); struct S { int m; int n; } template Foo(T, int V) { void foo(...) { static if (is(Object _ : X!TL, a...
D
import std.random; import globals; int isNull(T)(T[] arr) { foreach (i; 0 .. arr.length) { if (arr[i] !is null) return 0; } return 1; } class Cell { Vector2f pos; //Top, left, bottom, right RectangleShape[4] sides; bool[4] shown = [true, true, true, true]; bool visited = false; RectangleShape visitedRe...
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
// Copyright Ferdinand Majerech 2010 - 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) ///Keyboard/mouse key related enums. module platform.key; ///Possible key event states. enum ...
D
/Users/GMoran/Desktop/ClassicPlayer/DerivedData/ClassicPlayer/Build/Intermediates/IBDesignables/Intermediates/ClassicPlayer.build/Debug-iphonesimulator/ClassicPlayer.build/Objects-normal/x86_64/PlaylistsMenuVC.o : /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/NowPlayingVC.swift /Users/GMoran/Desktop/ClassicPlayer/C...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo...
D
give personal assurance give surety or assume responsibility summon (a vouchee) into court to warrant or defend a title give supporting evidence
D
//***************************************************************************** // // Dungeon: class to load & play a dungeon. This might have lots to // share with other dungeon-based games (e.g. guerrilla project). // //***************************************************************************** module src.dungeon;...
D
func void b_assignschiffswachenguard(var C_NPC schiffswache) { if((MIS_SHIPISFREE == TRUE) || (MIS_SCVISITSHIP == LOG_RUNNING)) { if(schiffswache.voice == 4) { AI_Output(self,other,"DIA_Pal_Schiffswache_Ambient_04_00"); //Мы следим за тобой. Помни об этом. }; if(schiffswache.voice == 9) { AI_Output(s...
D
module main.d; import stackpletron; void main() { auto machine = Stackpletron(); machine.loadCode(); machine.run(); }
D
module common.pdh; /** * Performance Data Helper. * * Example counters: * \Processor(0)\% Processor Time * \Processor(1)\% Processor Time * \Processor(_Total)\% Processor Time * \PETE-DESKTOP\Process(bin-test)\Thread Count * \Process(bin-test)\IO Read Bytes/sec * \Process(bin-test)\IO Write Bytes/sec */ impo...
D
module ui.walkindeep; import ui.element : Node; import ui.element : Element; void walkInDeep( FUNC )( Element* root, FUNC callback ) { // documnent // body // e1 // e2 // e3 // e4 // e5 // body, e1, e2, e3, e4, e5 foreach ( node; root.children ) { ...
D
// Copyright 2016 Google Inc. 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/LICENSE-2.0 // // Unless required by applicable...
D
/*#D*/ // Copyright © 2012-2017, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/volt/license.d (BOOST ver. 1.0). /*! * Code for generating constant expresions. * * @ingroup backend llvmbackend */ module volt.llvm.constant; import watt.text.format : format; import volt.errors; import volt....
D
module arrow.FileOutputStream; private import arrow.OutputStream; private import arrow.c.functions; public import arrow.c.types; private import glib.ConstructionException; private import glib.ErrorG; private import glib.GException; private import glib.Str; private import gobject.ObjectG; /** * It wraps `arrow::io:...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void get(Args...)(ref Args args) { import std.traits, std.meta, std.typecons; static if (Args.length == 1) { alias Arg = Args[0]; static if (isArray!Arg) { ...
D
/* * Copyright (c) 2012-2020 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.BitSet; import std.algorithm; import std.bitmanip; import std.conv; import std.format : f...
D
module org.eclipse.swt.internal.mozilla.nsIDOMDocument; import java.lang.all; import org.eclipse.swt.internal.mozilla.Common; import org.eclipse.swt.internal.mozilla.nsID; import org.eclipse.swt.internal.mozilla.nsIDOMNode; import org.eclipse.swt.internal.mozilla.nsStringAPI; import org.eclipse.swt.internal.mozilla....
D
module android.java.android.net.wifi.aware.PeerHandle_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 PeerHandle : IJavaObject { stati...
D
/** * Common file format definitions * * 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) */...
D
class C { void f() { if (true) { f( array.map!(a => a.prop) .array .to!string, __FILE__, __LINE__); g( map && map, __FILE__, ...
D
module UnrealScript.Engine.TextureMovie; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Core.UObject; import UnrealScript.Engine.CodecMovie; import UnrealScript.Engine.Texture; extern(C++) interface TextureMovie : Texture { public extern(D): private static __gshared ScriptClass mSt...
D
/Users/hannh/Documents/MyGitHub/ChartsTest2/Build/Intermediates/Charts.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IPieChartDataSet.o : /Users/hannh/Documents/MyGitHub/ChartsTest2/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/hannh/Documents/MyGitHub/ChartsTest2/Charts/Sou...
D
instance BDT_1098_Addon_Snaf (Npc_Default) { // ------ NSC ------ name = "Snaf"; guild = GIL_BDT; id = 1098; voice = 1; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); // ------ Kampf-Taktik ------ fight_tactic = FAI_HUMAN_NORMAL; //...
D
module android.java.android.hardware.SensorEventCallback_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.android.hardware.SensorEvent_d_interface; import import1 = android.java....
D
/** Command-line options */ module dpp.runtime.options; @safe: version(Windows) enum exeExtension = ".exe"; else enum exeExtension = ""; struct Options { enum usage = "Usage: d++ [options] [D compiler options] <filename.dpp> [D compiler args]"; string[] dppFileNames; int indentation; b...
D
func void ZS_AidanUEq () { //PrintDebugNpc (PD_ZS_FRAME,"ZS_AidanEq"); B_SetPerception (self); AI_SetWalkmode (self,NPC_WALK); AI_GotoWP (self, self.wp); AI_AlignToWP (self); Mdl_SetVisualBody (self,"hum_body_Naked0",0, 2,"Hum_Head_Fighter", 9, 1, ORG_ARMOR_M); EquipItem (self, ItMw_1H_Mace_05); Npc_R...
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_12_agm-6199817...
D
/Users/ramzy/Desktop/swift/Netflix_Roulette_Repo_V1_Final/netflix-roulette/DerivedData/NetflixRoulette/Build/Intermediates.noindex/NetflixRoulette.build/Debug-iphonesimulator/NetflixRoulette.build/Objects-normal/x86_64/FavsMovieServices.o : /Users/ramzy/Desktop/swift/Netflix_Roulette_Repo_V1_Final/netflix-roulette/Netf...
D
/// module nanogui.window; /* nanogui/window.d -- Top-level window widget NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>. The widget drawing code is based on the NanoVG demo application by Mikko Mononen. All rights reserved. Use of this source code is governed by a BSD-style license that can be f...
D
# FIXED DSPLIB/DSPF_sp_vecmul.obj: C:/ti/dsplib_c674x_3_4_0_0/packages/ti/dsplib/src/DSPF_sp_vecmul/c674/DSPF_sp_vecmul.c DSPLIB/DSPF_sp_vecmul.obj: C:/ti/dsplib_c674x_3_4_0_0/packages/ti/dsplib/src/DSPF_sp_vecmul/c674/DSPF_sp_vecmul.h C:/ti/dsplib_c674x_3_4_0_0/packages/ti/dsplib/src/DSPF_sp_vecmul/c674/DSPF_sp_vecm...
D
module units.wolf; import std.math; import std.exception; import std.stdio; import std.string; import allegro5.allegro; import allegro5.allegro_primitives; import general; import units.unit; import world; class Wolf: Unit { mixin UnitBoilerplate !("data/wolf.png"); immutable static double VISION_LIGHT = 80.0; i...
D
/* * $Id: LetterRender.d,v 1.3 2004/01/01 11:26:42 kenta Exp $ * * Copyright 2003 Kenta Cho. All rights reserved. */ module abagames.p47.LetterRender; private: import opengl; import abagames.util.sdl.Screen3D; import abagames.p47.P47Screen; /** * Letters' renderer. */ public class LetterRender { public: stat...
D
/home/deeptuuk/rust/异步学习/dproxy/target/debug/deps/net2-3e4ea9bbb8adbf51.rmeta: /home/deeptuuk/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/net2-0.2.33/src/lib.rs /home/deeptuuk/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/net2-0.2.33/src/tcp.rs /home/deeptuuk/.cargo/registry/src/mirrors.ustc.edu...
D
module org.serviio.upnp.webserver.UPnPIconRequestHandler; import java.lang.String; import java.io.IOException; import java.net.URISyntaxException; import java.util.HashMap; import java.util.Map; import org.apache.http.HttpException; import org.apache.http.HttpRequest; import org.apache.http.HttpResponse; import org.ap...
D
void main() { alias AA = int[string]; // aa is not ref static void test(AA aa) { aa[""] = 0; } auto aa = new AA(); auto ab = new int[string]; auto ac = new typeof(aa); test(aa); test(ab); test(ac); assert(aa.length); assert(ab.length); assert(ac.length); ...
D
import std.stdio; import mir.ndslice; void main() { const matrix = slice!int(2, 2); assert(matrix == [[0, 0], [0, 0]]); writeln(matrix[]); }
D
/* * hunt-time: A time library for D programming language. * * Copyright (C) 2015-2018 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.time.Duration; import hunt.time.Constants; import hunt.time.Ser; import hunt.stream.DataInput; i...
D
// EXTRA_FILES: imports/ice11513x.d /* TEST_OUTPUT: --- fail_compilation/imports/ice11513x.d(1): Error: package name 'ice11513a' conflicts with usage as a module name in file fail_compilation/ice11513a.d --- */ module ice11513a; import imports.ice11513x;
D
module Level; static import std.stdio; import std.stdio; import std.random: uniform; import Mesh; import Player; import Renderer; import Texture; import Vec3; public struct Meshes { Mesh.Mesh sword; Mesh.Mesh health; Mesh.Mesh monster1; Mesh.Mesh stairway; } public struct Textures { Texture.Textur...
D
//Sarah ranger CHAIN IF WEIGHT #-2~Global("SanSarahR","GLOBAL",1)~THEN K#SarahB Forestlove1 @0 DO~SetGlobal("SanSarahR","GLOBAL",2) RealSetGlobalTimer("SanSarT","LOCALS",1800)~ ==BSandr@1 =@2 ==K#SarahB@3 ==BSandr@4 ==K#SarahB@5 ==BSandr@6 ==K#SarahB@7 ==BSandr@8EXIT CHAIN IF WEIGHT #-2~Global("SanSarahR","GLOBAL",3)...
D
/* * file.d * * This module has the structure that is kept with a File class for Windows. * * Author: Dave Wilkinson * Originated: July 22th, 2009 * */ module platform.vars.file; import platform.win.common; struct FilePlatformVars { HANDLE f; }
D
# FIXED Startup/OSAL_ICallBle.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/SensorTag/CC26xx/Source/Stack/OSAL_ICallBle.c Startup/OSAL_ICallBle.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/icall/include/ICall.h Startup/OSAL_ICallBle.obj: C:/ti/ccsv6/to...
D
/** * Copyright © DiamondMVC 2018 * License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE) * Author: Jacob Jensen (bausshf) */ module diamond.errors.checks; import diamond.errors.exceptions : EnforceException; /** * Enforces the value of an input to be defined. * Params: * value = The value of ...
D
.\" $Header: XLookStr.d,v 1.1 87/08/27 14:23:42 mento Exp $ The .PN XLookupString function is a convenience routine that can be used to map a key event to an ASCII string, using the modifier bits in the key event to deal with shift, lock, and control.
D
module startup; version(GNU) { static import gcc.attribute; // we need this to get the section, weak and alias attributes void wfi(){ version(ALLOW_WFI){ asm{ "wfi"; } } } } else version(LDC) { import ldc.llvmasm; void wfi(){ version(ALLOW_WFI){ __asm("wfi"); } } } import core.stdc.config; // we need th...
D
/Users/shimmennobuyoshi/Desktop/OnTheMap/Build/Intermediates/OnTheMap.build/Debug-iphonesimulator/OnTheMap.build/Objects-normal/x86_64/UdacityAnnotation.o : /Users/shimmennobuyoshi/Desktop/OnTheMap/OnTheMap/UdacityAnnotation.swift /Users/shimmennobuyoshi/Desktop/OnTheMap/OnTheMap/UIColorExtension.swift /Users/shimmenno...
D
relating to or concerned with the formation of admissible words in a language pertaining to geological structure relating to or concerned with the morphology of plants and animals
D
import std.stdio; import std.range; import std.conv; import core.stdc.stdlib; import lib.funcs; import thing; import parser; import vector; import intern; Vector!Node todo; Vector!Value stack; Vector!(Value[Intern]) locals; static this() { Value[Intern] base; void first(string k, Value v) { base[I...
D
module android.java.android.view.View_OnLongClickListener_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.android.view.View_d_interface; import import1 = android.java.java.lang....
D
# FIXED Startup/icall_startup.obj: C:/ti/simplelink_cc26x2_sdk_2_30_00_34/source/ti/ble5stack/common/cc26xx/icall_startup.c Startup/icall_startup.obj: C:/ti/simplelink_cc26x2_sdk_2_30_00_34/source/ti/ble5stack/hal/src/target/_common/hal_types.h Startup/icall_startup.obj: C:/ti/simplelink_cc26x2_sdk_2_30_00_34/sour...
D
# FIXED Profiles/gatt_uuid.obj: D:/ti/simplelink_cc13x2_26x2_sdk_4_40_04_04/source/ti/ble5stack/host/gatt_uuid.c Profiles/gatt_uuid.obj: D:/ti/simplelink_cc13x2_26x2_sdk_4_40_04_04/source/ti/ble5stack/osal/src/inc/comdef.h Profiles/gatt_uuid.obj: D:/ti/simplelink_cc13x2_26x2_sdk_4_40_04_04/source/ti/ble5stack/hal/...
D
instance Mod_965_STT_Snaf_MT (Npc_Default) { // ------ NSC ------ name = "Snaf"; guild = GIL_OUT; id = 965; voice = 6; flags = 0; npctype = NPCTYPE_main; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); // ------ Kampf-Taktik ------ fight_tactic = FAI_HUMAN_NORMAL; // -...
D
// Cairo: Draw and Save a JPeg import std.stdio; import std.conv; import gtk.MainWindow; import gtk.Main; import gtk.Box; import gtk.Widget; import cairo.Context; import gtk.DrawingArea; import gdk.Pixbuf; import gdkpixbuf.Pixbuf; // so we can see which file options exist void main(string[] args) { TestRigWindow te...
D
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/TemplateKit.build/Objects-normal/x86_64/Print.o : /Users/brunodaluz/Desktop/project/.build/checkouts/template-kit.git-4631460999338977621/Sources/TemplateKit/Data/TemplateData.swift /Users/brunodaluz/Desktop/project/.build/checkouts/template-kit....
D
module smw.entity; public import smw.entity.goomba; public import smw.entity.mario; public import smw.entity.entity; public import smw.entity.enemy; public import smw.entity.mushroom;
D
module android.java.android.provider.Contacts_Intents_Insert; public import android.java.android.provider.Contacts_Intents_Insert_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Contacts_Intents_Insert; import import0 = android.java.java.lang.Class;
D
/* * console.d * * This file implements the Console interfaces for the Linux system. * * Author: Dave Wilkinson * */ module scaffold.console; import djehuty; import platform.unix.common; import platform.unix.main; import platform.application; import synch.thread; import cui.application; import cui.window; ...
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/Data/URLEncodedFormParser.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/url-encoded-form/Sources/URLEncodedForm/Data/URLEncodedFormData.swift /Users/weirujian/Desktop/WeiRuJian/Vapo...
D
/work/02138/siddarth/CHOMBO/EBAMRRANS/lib/src/EBAMRTimeDependent/../../libebamrtimedependent2d.Linux.mpicxx.ifort.DEBUG.MPI.a(EBPatchGodunov.o) d/2d.Linux.mpicxx.ifort.DEBUG.MPI/EBPatchGodunov.d : /work/02138/siddarth/CHOMBO/EBAMRRANS/lib/src/EBAMRTimeDependent/../../src/EBTools/BaseEBCellFAB.H /work/02138/siddarth/CHO...
D
/* * Copyright (c) 2004-2008 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
/Users/kirstenrichard/Desktop/substrate-moloch-dao/target/release/deps/nodrop-8f2a0460c08e3b9f.rmeta: /Users/kirstenrichard/.cargo/registry/src/github.com-1ecc6299db9ec823/nodrop-0.1.14/src/lib.rs /Users/kirstenrichard/Desktop/substrate-moloch-dao/target/release/deps/libnodrop-8f2a0460c08e3b9f.rlib: /Users/kirstenrich...
D
/Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/build/ScriptKitCommandline.build/Debug/scriptkit.build/Objects-normal/x86_64/PersonScriptable.o : /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JSON.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommand...
D
followers of an exclusive system of religious beliefs and practices an interest followed with exaggerated zeal followers of an unorthodox, extremist, or false religion or sect who often live outside of conventional society under the direction of a charismatic leader a religion or sect that is generally considered to be...
D
module blockie.generate.diamondsquare; import blockie.generate.all; import core.bitop : popcnt; /** * Size needs to be (2^^n)-1 eg. 129 or 513 * * * */ final class DiamondSquare { private: uint size; uint featureSize; float scale; float[] heights; Mt19937 gen; public: this(uint size, flo...
D
/Users/smailov/NFT/newtry/create-near-app/smailov/contract/target/release/build/wee_alloc-bfbb50b9833bcb0b/build_script_build-bfbb50b9833bcb0b: /Users/smailov/.cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.5/build.rs /Users/smailov/NFT/newtry/create-near-app/smailov/contract/target/release/build/wee_all...
D
/** Module implements on-screen image plotting utilities. DCV offers simple interface to show an image on screen: ---- Image image = imread("image.png"); // Simply, show the image image.imshow(); // Optionally, show the image on the figure with given title: image.imshow("Some Image"); // ... or do some processing,...
D
/Users/Swarup/Apps/XCode/ios/Giffer/build/Giffer.build/Debug-iphonesimulator/Giffer.build/Objects-normal/x86_64/GifImageView.o : /Users/Swarup/Apps/XCode/ios/Giffer/Giffer/AppScheme.swift /Users/Swarup/Apps/XCode/ios/Giffer/Giffer/AppDelegate.swift /Users/Swarup/Apps/XCode/ios/Giffer/Giffer/extensions/String+Size.swift...
D
instance DIA_Addon_WispDetector_EXIT(C_Info) { npc = Wisp_Detector; nr = 999; condition = DIA_Addon_WispDetector_EXIT_Condition; information = DIA_Addon_WispDetector_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_WispDetector_EXIT_Condition() { return TRUE; }; func void DIA_Addon...
D
a hired hand on a farm
D
instance DIA_Addon_Elvrich_EXIT(C_Info) { npc = VLK_4302_Addon_Elvrich; nr = 999; condition = DIA_Addon_Elvrich_EXIT_Condition; information = DIA_Addon_Elvrich_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Elvrich_EXIT_Condition() { return TRUE; }; func void DIA_Addon_Elvrich_...
D
instance Pal_207_Girion_DI(Npc_Default) { name[0] = "Гирион"; guild = GIL_PAL; id = 2070; voice = 8; flags = 0; npcType = NPCTYPE_FRIEND; B_SetAttributesToChapter(self,4); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_1h_Pal_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Pony",F...
D
import std.math, std.traits; CommonType!(T1, T2, T3)[] naiveQR(T1, T2, T3) (in T1 a, in T2 b, in T3 c) pure nothrow if (isFloatingPoint!T1) { alias typeof(typeof(return)[0]) ReturnT; if (a == 0) return [cast(ReturnT)c / b]; // it's a linear function immutable Return...
D
a claim of rights
D
.build_1i1o2_lin33_48k_usbctl_farenddsp/_l_dsp/src/dsp_tables.c.d .build_1i1o2_lin33_48k_usbctl_farenddsp/_l_dsp/src/dsp_tables.c.o .build_1i1o2_lin33_48k_usbctl_farenddsp/_l_dsp/src/dsp_tables.c.pca.xml: C:/Users/user/workspace/lib_dsp/src/dsp_tables.c
D
import core.sys.windows.windows; import std.algorithm : remove; import value : Value; import tools : Writeln; import tools : Writefln; import tools : GET_X_LPARAM; import tools : GET_Y_LPARAM; import event : Event; import event : EventType; import eventtarget : ...
D
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/HTTPPipelineSetup.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkou...
D