code
stringlengths
3
10M
language
stringclasses
31 values
module net.pms.external.AdditionalResourceFolderListener; import net.pms.dlna.DLNAResource; /** * Classes implementing this interface and packaged as pms plugins will add a * single folder to every existing folder */ public interface AdditionalResourceFolderListener : ExternalListener { /** * Allows to add a vi...
D
module aoc2018.day10; import arsd.png; import std.algorithm; import std.conv: to; import std.math: abs; import std.range; import std.regex; import std.string; import std.typecons; auto reg = regex(r"position=<([\s-]\d+), ([\s-]\d+)> velocity=<([\s-]\d+), ([\s-]\d+)>"); void generateImage(Tuple!(int,int)[] points) {...
D
// XML Tree Model // Copyright (c) 2009-2010 Michel Fortin // // Distributed under the Boost Software License, version 1.0. // See accompanying file. /** * This XML API contains an object model to manipulate XML trees. * * Copyright: 2009-2010, Michel Fortin */ module mfr.xml; import mfr.xmltok; import st...
D
module bindbc.jsl.dynload; version(BindJSL_Static) { } else { import bindbc.loader; import bindbc.jsl.joyshocklibrary; /** * Used as a return value by the loader. * Currently doesn't support version checking. */ enum JSLSupport { noLibrary, badLibrary, loadedV1_1, loadedV2_0, } private { SharedLi...
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
/** This package and its modules provide high-level rules for building software written in C, C++ and D. For obtaining object files from any of these, please consult targetsFromSourceFiles in common.d. For D-specific rules, consult d.d. For dub, dub.d. */ module reggae.rules; public import reggae.core.rules; ve...
D
/** This module is a submodule of $(MREF std, range). It provides basic range functionality by defining several templates for testing whether a given object is a _range, and what kind of _range it is: $(SCRIPT inhibitQuickIndex = 1;) $(BOOKTABLE , $(TR $(TD $(LREF isInputRange)) $(TD Tests if something is...
D
instance TPL_1400_GorNaBar(Npc_Default) { name[0] = "Ãîð Íà Áàð"; npcType = npctype_main; guild = GIL_TPL; level = 17; flags = 0; voice = 9; id = 1400; attribute[ATR_STRENGTH] = 85; attribute[ATR_DEXTERITY] = 65; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 244; att...
D
/* * Copyright (c) 2004-2009 Derelict Developers * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice...
D
/* This file is automatically generated. Do not edit */ const int G1CP_Version = 1*10000+0*100+0;
D
instance DIA_Fernando_EXIT(C_Info) { npc = VLK_405_Fernando; nr = 999; condition = DIA_Fernando_EXIT_Condition; information = DIA_Fernando_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Fernando_EXIT_Condition() { return TRUE; }; func void DIA_Fernando_EXIT_Info() { B_NpcClearObsess...
D
import std.stdio; int main(){ int arrNumbers[] = [1,2,3]; int max = arrNumbers[0]; for(int x = 0; x < arrNumbers.length; x++){ if(arrNumbers[x] > max){ max = arrNumbers[x]; } } writeln("Largest Number: ", max); return 0; }
D
/Users/admin/Desktop/Jenkins/workspace/iOS_objC_demo-2/build/Build/Intermediates/MixedLanugageExample.build/Debug-iphonesimulator/MixedLanugageExample.build/Objects-normal/x86_64/ComponentSwift.o : /Users/admin/Desktop/Jenkins/workspace/iOS_objC_demo-2/MixedLanugageExample/LabelSwift.swift /Users/admin/Desktop/Jenkins/...
D
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Content/Content.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/vapor.git-5...
D
/Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphoneos/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/arm64/AppDelegate.o : /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/Test...
D
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/Leaf.build/Objects-normal/x86_64/Node+Rendered.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Leaf-1.0.0/Sources/Leaf/Argument.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Leaf-1.0.0/Sources/Leaf/Byte+Leaf.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Lea...
D
module kernel.dev.keyboard; import kernel.dev.ioapic; void kbd_init() { IOAPIC.setRedirectionTableEntry(1, 1, IOAPICInterruptType.Unmasked, IOAPICTriggerMode.EdgeTriggered, IOAPICInputPinPolarity.HighActive, IOAPICDestinationMode.Physical, IOAPICDeliveryMode.LowestPriority, ...
D
/+ The MIT License (MIT) Copyright (c) <2013> <Oleg Butko (deviator), Anton Akzhigitov (Akzwar)> 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
instance PAL_208_Paladin(Npc_Default) { name[0] = NAME_Ritter; guild = GIL_PAL; id = 208; voice = 4; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,4); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_2h_Pal_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Bald",...
D
// REQUIRED_ARGS: -o- // PERMUTE_ARGS: /* TEST_OUTPUT: --- fail_compilation/imports/diag9210b.d(6): Error: undefined identifier A, did you mean interface B? --- */ import imports.diag9210b; interface A {}
D
INSTANCE Info_Mod_Marcus_UntoteOrks (C_INFO) { npc = Mod_7752_OUT_Marcus_EIS; nr = 1; condition = Info_Mod_Marcus_UntoteOrks_Condition; information = Info_Mod_Marcus_UntoteOrks_Info; permanent = 0; important = 0; description = "Du sollst mich zu Melchior bringen."; }; FUNC INT Info_Mod_Marcus_UntoteOrks_Condi...
D
/** * Do mangling for C++ linkage for Digital Mars C++ and Microsoft Visual C++. * * Copyright: Copyright (C) 1999-2021 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
module UnrealScript.Engine.ParticleModuleLocation_Seeded; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.ParticleModule; import UnrealScript.Engine.ParticleModuleLocation; extern(C++) interface ParticleModuleLocation_Seeded : ParticleModuleLocation { public extern(D): private...
D
//poprawione i sprawdzone - Nocturn // ***************************** // EXIT // ***************************** instance DIA_TPL_1402_GorNaToth_Exit (C_INFO) { npc = TPL_1402_GorNaToth; nr = 999; condition = DIA_TPL_1402_GorNaToth_Exit_Condition; information = DIA_TPL_1402_GorNaToth_Exit_Info; permanent =...
D
#!/usr/bin/env dub /+ dub.sdl: name "test_snippets" +/ import std.algorithm; import std.array; import std.exception; import std.file; import std.getopt; import std.path; import std.process; import std.stdio; import std.range; enum Arch { x86, x86_64 } version (X86) enum defaultArch = Arch.x86; else ver...
D
woolly usually horned ruminant mammal related to the goat a timid defenseless simpleton who is readily preyed upon a docile and vulnerable person who would rather follow than make an independent decision
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"> <pageList> <availablePage> <emfPageIdentifier href="hotel.profile.notation#_lwUEkBLnEe...
D
the organization that is the governing authority of a political unit (medicine) a systematic plan for therapy (often including diet)
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_6_banking-9876...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Node.build/Accessors/Setters.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-307841288625684...
D
// Written in the D programming language. /* * This module is just for making std.socket work under FreeBSD, and these * definitions should actually be in druntime. (core.sys.posix.netdb or sth) */ module std.c.freebsd.socket; import core.sys.posix.sys.socket; extern(C): enum // <sys/socket.h> __BSD_VISIBLE { ...
D
/** * Copyright: Copyright (C) 2007-2008 Aaron Craelius. All rights reserved. * Authors: Aaron Craelius */ module sendero.util.CachedBuffer; import sendero.util.BufferPool; class CachedBuffer(size_t size = ushort.max) : OutputStream { static this() { bufferPool = new ConnectionPool!(void[], BufferProvider...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE 264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 extrusives, intrusives 349.5 78.1999969 4.69999981 999.900024 5 35 -36.0999985 149.100006 1153 6.0999999 7.5999999 sediments, weathered volcanics 320 63 9 15.5 34 65 -38 145....
D
/Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/.build/debug/Fluent.build/Query/Query.swift.o : /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/Packages/Fluent-1.3.3/Sources/Fluent/Database/Database.swift /Users/KyleBlazier/Documents/Development/Xcode/Server...
D
module hunt.router.define; public import std.experimental.logger; // defualt route group name enum DEFUALT_ROUTE_GROUP = "default"; // support methods enum HTTP_METHOS { GET = 1, POST, PUT, DELETE }
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) 2012-2015, Maxime Chevalier-Boisvert. All rights re...
D
// Written in the D programming language. /** This is a submodule of $(LINK2 std_algorithm.html, std.algorithm). It contains generic _comparison algorithms. $(BOOKTABLE Cheat Sheet, $(TR $(TH Function Name) $(TH Description)) $(T2 among, Checks if a value is among a set of values, e.g. $(D if (v.amon...
D
/Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/.build/debug/Leaf.build/Node+Rendered.swift.o : /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Packages/Leaf-1.0.3/Sources/Leaf/Argument.swift /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI...
D
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/Routing.build/Routing/TrieRouter.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/routing/Sources/Routing/Utilities/Deprecated.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/routing/Sources/Routing/Routing/Rout...
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/angelasmith/Desktop/SourceTree/Develop2/FareDeal/Build/Intermediates/IBDesignables/Intermediates/FareDeal.build/Debug-iphonesimulator/FareDeal.build/Objects-normal/x86_64/DealsCell.o : /Users/angelasmith/Desktop/SourceTree/Develop2/FareDeal/FareDeal/RestaurantDealsVC.swift /Users/angelasmith/Desktop/SourceTree/D...
D
a unit of information equal to 1000 megabytes or 10^9 (1,000,000,000) bytes a unit of information equal to 1024 mebibytes or 2^30 (1,073,741,824) bytes
D
/Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/build/Pods.build/Debug-iphonesimulator/Differentiator.build/Objects-normal/x86_64/AnimatableSectionModelType.o : /Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/Pods/Differentiator/Sources/Diffe...
D
/* This file is part of Sambamba. Copyright (C) 2017 Pjotr Prins <pjotr.prins@thebird.nl> Sambamba 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; either version 2 of the License, or (at y...
D
instance DIA_Jorgen_KAP3_EXIT(C_Info) { npc = VLK_4250_Jorgen; nr = 999; condition = DIA_Jorgen_KAP3_EXIT_Condition; information = DIA_Jorgen_KAP3_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Jorgen_KAP3_EXIT_Condition() { if(Kapitel == 3) { return TRUE; }; }; func void DIA_Jor...
D
module deadcode.gui.keycode; import std.string; // Directly mapped from SDL keymod enum KeyMod { none = 0x0000, leftShift = 0x0001, rightShift = 0x0002, leftCTRL = 0x0040, rightCTRL = 0x0080, leftALT = 0x0100, rightALT = 0x0200, leftGUI = 0x0400, rightGUI = 0x0800, num = 0x1000, caps = 0x...
D
module extensions.dub; import core.time; import extensions; import math; import gui.layout.constraintlayout; import std.algorithm; import std.concurrency; import std.file; import std.json; import std.string; import std.path; import std.process; import std.range; import std.regex; import std.stdio; import std.c.wind...
D
module DryECS.dllmain; import core.sys.windows.windows; import core.sys.windows.dll; import std.stdio;
D
/** * Shell to IRC (daemon). * * This program listen on selected port and wait for commands. Every command is * send to IRC. * * Command format: * for msg\n * * 'for' could be channel name, or IRC username. * 'msg' ends with \n * * * Author: Bystroushaak (bystrousak@kitakitsune.org) * Versi...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/DatabaseKit.build/Database/DatabaseQueryable.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/database-kit/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/panartem/Developer/S...
D
alias R = int[]; auto t(R)(R r) { import std.range; auto sum = 0; for (; !r.empty; r.popFront()) { sum += r.front; } return sum; }
D
module lzbacon.exceptions; import std.conv; /** * All exceptions in the package derived from this */ public class LZHAMException : Exception{ this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable nextInChain = null){ super(msg, file, line, nextInChain); } } public class BadZLIBHeaderExcept...
D
explosive powder (nitroglycerin and guncotton and petrolatum) dissolved in acetone and dried and extruded in brown cords
D
/***********************************************************************\ * ddeml.d * * * * Windows API header module * * ...
D
module android.java.android.media.Ringtone; public import android.java.android.media.Ringtone_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Ringtone; import import2 = android.java.java.lang.Class;
D
func void ZS_Charlotte_Dance() { PrintDebugNpc(PD_TA_FRAME,"ZS_Charlotte_Dance"); AI_SetWalkMode(self,NPC_RUN); AI_GotoWP(self,self.wp); AI_AlignToWP(self); }; func void ZS_Charlotte_Dance_Loop() { var int danceStyle; PrintDebugNpc(PD_TA_LOOP,"ZS_Charlotte_Dance_Loop"); danceStyle = Hlp_Random(9); if(danceStyl...
D
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
/Users/patricerapaport/Desktop/swift/PRMacControls/Build/Intermediates.noindex/SwiftMigration/PRMacControls/Intermediates.noindex/PRMacControls.build/Debug/PRMacControls.build/Objects-normal/x86_64/listController.o : /Users/patricerapaport/Desktop/swift/PRMacControls/PRMacControls/controles/myControlDoc.swift /Users/pa...
D
int f(int i) { if (i == 0) return 1; return i * f(i - ); } pragma(msg, f(5) == 120);
D
const int SPL_Cost_Sleep = 30; const int SPL_TIME_Sleep = 30; instance Spell_Sleep(C_Spell_Proto) { time_per_mana = 0; spellType = SPELL_NEUTRAL; targetCollectAlgo = TARGET_COLLECT_FOCUS; targetCollectRange = 1000; }; func int Spell_Logic_Sleep(var int manaInvested) { if((Npc_GetActiveSpellIsScroll(self) && (...
D
import std.stdio; import Person; import std.format; import Box ; import DatabaseExample; import MysqlExample; import InterfaceExample; import ComplexNumber; import EnumExample; import OperatorsExample; import LoopExample; import DecisionMakingExample; import FunctionsExample; import CharactersExample; import StringsExa...
D
/Users/andres/Documents/Rust/friable/friable/target/debug/deps/friable-094c092c9b9cac38.rmeta: src/lib.rs /Users/andres/Documents/Rust/friable/friable/target/debug/deps/libfriable-094c092c9b9cac38.rlib: src/lib.rs /Users/andres/Documents/Rust/friable/friable/target/debug/deps/friable-094c092c9b9cac38.d: src/lib.rs s...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2020 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
import common; struct KDTree(size_t Dim) { alias PT = Point!Dim; class Node(size_t splitDim) { enum currLevel = splitDim; enum nextLevel = (splitDim + 1) % Dim; Node!nextLevel left, right; PT splitPT; this(PT[] points) { points.medianByDimension!currLevel...
D
module android.java.javax.net.ssl.SSLSocketFactory_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.java.net.InetAddress_d_interface; import import3 = android.java.java.lang.Clas...
D
p sp-255630676 1024 2048 a 1 2 3378 29 a 1024 1 2288 16 a 2 3 7440 16 a 3 4 5541 13 a 4 5 7061 18 a 5 6 8363 7 a 6 7 4030 8 a 7 8 1643 19 a 8 9 4806 5 a 9 10 9507 11 a 10 11 3007 3 a 11 12 1932 10 a 12 13 378 30 a 13 14 958 3 a 14 15 8300 28 a 15 16 38 1 a 16 17 1050 16 a 17 18 7976 9 a 18 19 3016 12 a 19 20 277 20 a 2...
D
func void ZS_Ghost() { Npc_PercEnable(self,PERC_ASSESSDAMAGE,B_AssessDamage); B_ResetAll(self); Npc_SetPercTime(self,0.1); AI_Standup(self); AI_SetWalkMode(self,NPC_WALK); AI_GotoWP(self,self.wp); AI_AlignToWP(self); }; func int ZS_Ghost_Loop() { if(Npc_GetStateTime(self) >= 5) { if(Npc_GetDistToNpc(self,h...
D
import vibe.d; final class WebChat { private Room[string] m_rooms; // GET / void get() { render!"index.dt"; } // GET // usa id e name del form void getRoom(string id, string name) { string[] messages = getOrCreateRoom(id).messages; render!("room.dt", id, name, messages); } ...
D
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Deprecated.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/Khanh/vapor/TILApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Content/FormDataCoder+HTTP...
D
module graphics.components.NotificationPanel; import d2d; import graphics; import logic; /** * A component which displays various notifications to the user */ class NotificationPanel : Component { iRectangle _location; ///The location of the panel string _notification; ///The notification to display on the...
D
/+ + Copyright (c) Charles Petzold, 1998. + Ported to the D Programming Language by Andrej Mitrovic, 2011. +/ module RandRect; import core.runtime; import core.thread; import std.string; import std.utf; auto toUTF16z(S)(S s) { return toUTFz!(const(wchar)*)(s); } import std.math; import std.random; pragma(lib...
D
/Users/thendral/POC/vapor/Friends/.build/debug/Core.build/Lock.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/thendral/POC/vapor/Friends/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/thendral/POC/vapor/Friends/Packages/Core-1.1.1/Sources/Core/Box.swift /Users...
D
/Users/Vidyadhar/Desktop/Github/WeatherApp-iOS-Swift/WeatherAppDemo/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/DispatchQueue+Alamofire.o : /Users/Vidyadhar/Desktop/Github/WeatherApp-iOS-Swift/WeatherAppDemo/Pods/Alamofire/Source/MultipartFormData.swift /Users/Vidyadhar/Desktop/Github/W...
D
/** * Contains the external GC interface. * * Copyright: Copyright Digital Mars 2005 - 2016. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly */ /* Copyright Digital Mars 2005 - 2016. * Distributed under the Boost Software License, Version 1....
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/lindentree/Projects/true_neutral/contract/target/release/build/serde-b60c66216851a45c/build_script_build-b60c66216851a45c: /Users/lindentree/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.101/build.rs /Users/lindentree/Projects/true_neutral/contract/target/release/build/serde-b60c66216851a45c/build_s...
D
instance Mod_7336_HS_Passantin_REL (Npc_Default) { // ------ NSC ------ name = "Passantin"; guild = GIL_OUT; id = 7336; voice = 19; flags = 0; npctype = NPCTYPE_MAIN; //----------AIVARS-------------- aivar[AIV_DropDeadAndKill] = TRUE; aivar[AIV_EnemyOverride] = TRUE; // -...
D
module Palaio.Board.Field; import Palaio.Utilities.Vector; /// Enum type representing state of a field e.g. if it's empty or occupied by a pawn. /// Allowed values: FieldState.Empty, FieldState.Green, FieldState.Yellow, FieldState.Block. enum FieldState { Empty, Green, Yellow, Block } /// Class representing the ...
D
module test16709a; public import imports.test16709b:to;
D
import core.sys.windows.windows; import core.sys.windows.com; import core.sys.windows.oaidl; public import core.stdc.string; import core.atomic; pragma(lib, "advapi32"); pragma(lib, "ole32"); pragma(lib, "uuid"); /* Attributes that help with automation */ static immutable struct ComGuid { GUID guid; } bool hasGu...
D
/* Copyright (c) 2013-2015 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
a very small spot (nontechnical usage) a tiny piece of anything a slight but appreciable amount produce specks in or on
D
/Users/rafaelcunhadeoliveira/Documents/Forecast_Test/build/Forecast_Test.build/Debug-iphonesimulator/Forecast_Test.build/Objects-normal/x86_64/Weather.o : /Users/rafaelcunhadeoliveira/Documents/Forecast_Test/Forecast_Test/Controller/Service/ServiceRequest\ .swift /Users/rafaelcunhadeoliveira/Documents/Forecast_Test/For...
D
import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.util.Arrays; import java.util.InputMismatchException; import java.util.StringTokenizer; public class Main { static int[][] dp; static int solve(int[][] manage, int node, int parentValue) { if (dp[n...
D
/Users/yermakovanton/Desktop/privatNbyTest/DerivedData/privatNbyTest/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionStateProvider.o : /Users/yermakovanton/Desktop/privatNbyTest/Pods/Alamofire/Source/MultipartFormData.swift /Users/yermakovanton/Desktop/privatNby...
D
define ternary \? \: { var $ }
D
.build_1i1o2_lin33_48k_xscopectl_farenddsp/_l_dsp/src/dsp_logistics.s.d .build_1i1o2_lin33_48k_xscopectl_farenddsp/_l_dsp/src/dsp_logistics.s.o .build_1i1o2_lin33_48k_xscopectl_farenddsp/_l_dsp/src/dsp_logistics.S.pca.xml: C:/Users/user/workspace/lib_dsp/src/dsp_logistics.S
D
(of a new kind or fashion) gratuitously new
D
module vertex_data; import bindbc.opengl; import gl3n.linalg; void initializeCubeJustPositions(ref GLfloat[] verts) { // Set up vertex data (and buffer(s)) and attribute pointers GLfloat[] vertices = [ // Positions // Used by projects: -0.5f, -0.5f, -0.5f...
D
// Compiler implementation of the D programming language // Copyright (c) 1999-2015 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.func; import core.stdc....
D
the perception that something has occurred or some state exists the act of detecting something the detection that a signal is being received a police investigation to determine the perpetrator
D
(Greek mythology) a woman who was turned into a kingfisher a large kingfisher widely distributed in warmer parts of the Old World a mythical bird said to breed at the time of the winter solstice in a nest floating on the sea and to have the power of calming the winds and waves idyllically calm and peaceful marked by pe...
D
/** * Provides a D implementation of the standard C function `strtold` (String to long double). * * Copyright: Copyright (C) 1985-1998 by Symantec * Copyright (C) 2000-2022 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License...
D
/Users/danielmorales/CSUMB/Potluck/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/RxSearchControllerDelegateProxy.o : /Users/danielmorales/CSUMB/Potluck/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/danielmorales/CSUMB/Potluck/Pods/RxCocoa/RxCocoa/Deprecated.swift /Users/danielmorales/CSUMB/Potl...
D
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/rustc_serialize-ba047430dd5c550a.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc-serialize-0.3.24/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc-serialize-0.3.24/src/seria...
D
/******************************************************************************* Simple test for the example client and node. Connects and runs two requests. Copyright: Copyright (c) 2017 sociomantic labs GmbH. All rights reserved License: Boost Software License Version 1.0. See LICENSE_B...
D
module ui.compute.display; import ui; void compute_display( Element* element ) { with ( element ) switch ( display.type ) { case CSSValueType.Display: computed.display = display.display; break; case CSSValueType.Auto: break; default: } }
D
/Users/kubat/Documents/Tutorials/FRCTutorial/Build/Intermediates/FRCTutorial.build/Debug-iphonesimulator/FRCTutorial.build/Objects-normal/x86_64/AppDelegate.o : /Users/kubat/Documents/Tutorials/FRCTutorial/FRCTutorial/ViewController.swift /Users/kubat/Documents/Tutorials/FRCTutorial/FRCTutorial/AppDelegate.swift /Users...
D
module handlers.models; import std.stdio, std.file, std.path, std.algorithm, std.traits, std.array, std.conv, std.string, consoled, imageformats; import app, decoder, formats.pointertable, formats.relocationtable, formats.sna, formats.cnt, formats.gf, global, utils, structures.superobject; mixin registerHandlers; /...
D
module android.java.android.accessibilityservice.AccessibilityServiceInfo_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.lang.CharSequence_d_interface; import import4 = an...
D