code
stringlengths
3
10M
language
stringclasses
31 values
var int bennet_di_itemsgiven; func void B_GiveTradeInv_Bennet_DI(var C_Npc slf) { if(bennet_di_itemsgiven == FALSE) { CreateInvItems(slf,ItMi_Gold,700); CreateInvItems(slf,itmi_steelbar,7); CreateInvItems(slf,itmi_leather,5); CreateInvItems(slf,itmi_textile,4); CreateInvItems(slf,ItRw_Arrow,140); Create...
D
module android.java.android.media.DrmInitData_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.util.UUID_d_interface; import import2 = android.java.java.lang.Class_d_interfa...
D
E: c63, c22, c57, c65, c0, c62, c5, c46, c47, c61, c3, c26, c42, c24, c18, c67, c23, c4, c55, c39, c16, c53, c34, c40, c21, c35. p5(E,E) c63,c22 c61,c57 c3,c5 c24,c42 . p8(E,E) c57,c65 c0,c62 c5,c62 c22,c46 c22,c47 c5,c26 c42,c24 c42,c26 c67,c46 c5,c24 c57,c24 c5,c46 c57,c26 c42,c62 c57,c62 c0,c47 c42,c65 c67,c26 c57,...
D
module socket.network; import std.stdio; import std.string; import std.socket; class Network{ private: ushort port; Socket socket; Socket client; public: this(ushort port = 8787){ this.port = port; socket = new TcpSocket(); socket.setOption(SocketOptionLevel.SOCKET, SocketOption.REUSEADDR, true...
D
// This code has been mechanically translated from the original FORTRAN // code at http://netlib.org/quadpack. /** Authors: Lars Tandle Kyllingstad Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved. License: Boost License 1.0 */ module scid.ports.quadpack.qags; import std.conv; i...
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/SQLite.build/SQL/SQLiteFunction.swift.o : /Users/nice/HelloWord/.build/checkouts/sqlite.git--4454338443970141452/Sources/SQLite/Row/SQLiteData.swift /Users/nice/HelloWord/.build/checkouts/sqlite.git--4454338443970141452/Sources/SQLite/SQL/SQLiteGeneric.swift /...
D
/* THIS FILE GENERATED BY bcd.gen */ module bcd.fltk2.LabelType; align(4): public import bcd.bind; public import bcd.fltk2.FL_API; public import bcd.fltk2.Rectangle; public import bcd.fltk2.Flags; extern (C) void _BCD_delete_N4fltk13EngravedLabelE(void *); extern (C) void _BCD__ZNK4fltk13EngravedLabel4drawEPKcRKNS_9Rec...
D
module common; void printChildren(T)(auto ref T cursorOrTU) { import clang: TranslationUnit, Cursor; import std.traits: Unqual; static if(is(Unqual!T == TranslationUnit) || is(Unqual!T == Cursor)) { import unit_threaded.io: writelnUt; import std.algorithm: map; import std.array: ...
D
import std.stdio; import std.array; import std.string; import std.conv; import std.algorithm; import std.typecons; import std.range; void main() { string[] input = readln().split; int N = input[0].to!int(); int M = input[1].to!int(); Tuple!(int, int, int)[] iis = new Tuple!(int, int, int)[M]; for (int i = 0;...
D
/home/cypher/Desktop/solana_NFT/smart_contracts/nft-vault/target/rls/debug/deps/constant_time_eq-336b298ec9b56704.rmeta: /home/cypher/.cargo/registry/src/github.com-1ecc6299db9ec823/constant_time_eq-0.1.5/src/lib.rs /home/cypher/Desktop/solana_NFT/smart_contracts/nft-vault/target/rls/debug/deps/constant_time_eq-336b29...
D
/+ + ┌==============================┐ + │ AUTO GENERATED! DO NOT EDIT! │ + └==============================┘ +/ module bgfx; import bindbc.bgfx.config; import bindbc.common.types: va_list; static import bgfx.fakeenum; enum uint apiVersion = 121; alias ViewID = ushort; deprecated("Please use `ViewID` instead.") alias...
D
/Users/zyang/SNGithub/Cosmos/Build/Intermediates/Cosmos.build/Debug-iphonesimulator/Cosmos.build/Objects-normal/x86_64/Movie.o : /Users/zyang/SNGithub/Cosmos/Cosmos/Curve.swift /Users/zyang/SNGithub/Cosmos/Cosmos/Shape+Creation.swift /Users/zyang/SNGithub/Cosmos/Cosmos/Wedge.swift /Users/zyang/SNGithub/Cosmos/Cosmos/Im...
D
Long: location Short: L Help: Follow redirects Protocols: HTTP Category: http --- If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place. If used together with --include or ...
D
instance ORG_819_Drax(Npc_Default) { name[0] = "Drax"; npcType = npctype_main; guild = GIL_ORG; level = 3; voice = 6; id = 819; attribute[ATR_STRENGTH] = 30; attribute[ATR_DEXTERITY] = 30; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 136; attribute[ATR_HITPOINTS] = 1...
D
<?xml version="1.0" encoding="ASCII"?> <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="MVC.notation#_Ry90kLZBEeWZwYkJ7VRa...
D
module sceneparser.shapes.Cube; import raytracer.Colors; import raytracer.Materials; import raytracer.Math; import raytracer.MathShapes; import raytracer.RTObject; import raytracer.Vector; import sceneparser.general.Context; import sceneparser.general.Expression; import sceneparser.general.ParameterList; im...
D
module mach.io.stream.asarray; private: import mach.traits : hasNumericLength; import mach.text : text; import mach.io.stream.exceptions; import mach.io.stream.io; import mach.io.stream.templates; public: /// Get the contents of a stream as an array. auto asarray(Element = char, Stream)(auto ref Stream source) if...
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_17_BeT-9166248...
D
module ogre.materials._package; /** \addtogroup Core * @{ */ /** \addtogroup Materials * @{ */ public { import ogre.materials.autoparamdatasource; import ogre.materials.gpuprogram; import ogre.materials.material; import ogre.materials.materialmanager; import ogre.materials.pass; import ogre....
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_MobileMedia-...
D
/*************************************************************************/ /* godot.core.string */ /*************************************************************************/ /* This file is part of: */ /* ...
D
/* THIS FILE GENERATED BY bcd.gen */ module bcd.fltk2.utf; align(4): public import bcd.bind; public import bcd.fltk2.FL_API; alias int function(void *, void *) _BCD_func__426;
D
module android.java.android.provider.ContactsContract_Contacts_Entity_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; @JavaName("ContactsContract$C...
D
instance Mod_971_RIT_Fajeth_NW (Npc_Default) { // ------ NSC ------ name = "Fajeth"; guild = GIL_PAL; id = 971; voice = 12; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); //setzt Attr...
D
/Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/debug/Configs.build/Node+Merge.swift.o : /Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/checkouts/vapor.git-5492988889259800272/Sources/Configs/Source.swift /Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/checkouts/vapor.git-5492988889259800272/Sources/...
D
/* TEST_OUTPUT: --- fail_compilation/staticassertargsfail.d(10): Error: incompatible types for `('x') : (new Object)`: `char` and `object.Object` fail_compilation/staticassertargsfail.d(10): while evaluating `static assert` argument `['x', new Object] ~ ""` --- */ static assert(0, "abc", ['x', new Object] ~ ""...
D
/Users/trietnguyen/Documents/Blockchain Development/NEAR OCT/minhtam/Simple_DAO/simple_dao/contract/target/debug/build/generic-array-73f850477afb8b54/build_script_build-73f850477afb8b54: /Users/trietnguyen/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.4/build.rs /Users/trietnguyen/Documents/Blockc...
D
FUNC VOID B_EXPVerteiler (var C_NPC opfer, var C_NPC taeter) { if (!Hlp_IsValidNpc(taeter)) { return; }; if (Hlp_GetInstanceID(opfer) == Hlp_GetInstanceID(Lich_11008_NW)) && (Mod_NL_HasKamm < 2) { return; }; if (C_NpcIsHero(taeter)) { if (opfer.aivar[AIV_MM_REAL_ID] == ID_UNDEADORCWARRIOR) { if (Hlp_...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** ...
D
/** * This module implements custom assertions via $(D shouldXXX) functions * that throw exceptions containing information about why the assertion * failed. */ module unit_threaded.assertions; import unit_threaded.exception: fail, UnitTestException; import std.traits; // too many to list import std.range; // also...
D
module dbi.Statement; private import stdrus, text.Util; private import dbi.DataBase, dbi.DBIException, dbi.Result; /** * Подготавливает инструкцию на SQL. * * Bugs: * Инструкция сохраняется, не не подготавливается. * * Эта версия индекса игнорирует свой первый параметр. * * Обе формы связки нельзя...
D
/****************************************************************************** This holds miscellaneous functionality used in the internal library and also as part of the extended API. There are no public functions in here. License: Copyright (c) 2008 Jarrett Billingsley This software is provided 'as-is', w...
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Core.build/String+Utilities.swift.o : /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/Data+Base64URL.swift /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/NestedData.swift /Users/...
D
.source T_shl_int_5.java .class public dot.junit.opcodes.shl_int.d.T_shl_int_5 .super java/lang/Object .method public <init>()V .limit regs 1 invoke-direct {v0}, java/lang/Object/<init>()V return-void .end method .method public run(II)I .limit regs 8 shl-int v0, v5, v7 return v0 .end me...
D
//1 CHAIN IF ~InParty("rh#Isra2") See("rh#Isra2") !StateCheck("YxYve",CD_STATE_NOTVALID) !StateCheck("rh#Isra2",CD_STATE_NOTVALID) CombatCounter(0) !See([ENEMY]) Global("G#XB.IsraYvetteToBBanter1","GLOBAL",0)~ THEN YxYv25B IsraYvetteToBBanter#1.1 @0 /* Do you still believe that love can conquer everything, Lady Isra? ...
D
/Users/eligitelman/Documents/GitHub/crushd/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapTimer.build/Objects-normal/x86_64/SnapTimerCircleLayer.o : /Users/eligitelman/Documents/GitHub/crushd/Pods/SnapTimer/SnapTimer/SnapTimerCircleLayer.swift /Users/eligitelman/Documents/GitHub/crushd/Pods/SnapTimer/...
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_7_BeT-78814633...
D
/+ + Copyright (c) Charles Petzold, 1998. + Ported to the D Programming Language by Andrej Mitrovic, 2011. +/ module name; import core.memory; import core.runtime; import core.thread; import std.algorithm : max, min; import std.conv; import std.math; import std.range; import std.string; import std.utf; pragma(lib...
D
module routeguide.route_guiderpc; // Generated by the gRPC dlang plugin. // If you make any local change, they will be lost. import routeguide.route_guide; import std.array; import grpc; import google.protobuf; import hunt.logging; import core.thread; class RouteGuideClient { this(Channel channel) { ...
D
in a spontaneous manner without advance preparation
D
a state of lawlessness and disorder (usually resulting from a failure of government) illegality as a consequence of unlawful acts
D
/Users/kelvintan/Desktop/VIPER/Build/Intermediates.noindex/VIPER.build/Debug-iphonesimulator/VIPER.build/Objects-normal/x86_64/SceneDelegate.o : /Users/kelvintan/Desktop/VIPER/VIPER/SceneDelegate.swift /Users/kelvintan/Desktop/VIPER/VIPER/AppDelegate.swift /Users/kelvintan/Desktop/VIPER/VIPER/View/Cells/HomeTableViewCe...
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
; 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
/** Enum translation */ module dpp.cursor.enum_; import dpp.from; string[] translateEnumConstant(in from!"clang".Cursor cursor, ref from!"dpp.runtime.context".Context context) @safe pure { import clang: Cursor; import std.conv: text; assert(cursor.kind == Cursor.Kin...
D
module served.commands.file_search; import served.extension; import served.types; import served.filereader; import workspaced.api; import workspaced.coms; import std.algorithm : sort, uniq, startsWith, endsWith; import std.path : isAbsolute, buildPath, buildNormalizedPath, stripExtension, baseName; import std.string...
D
module android.java.android.media.AudioPlaybackCaptureConfiguration_Builder_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.android.media.AudioPlaybackCaptureConfiguration_d_int...
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]; auto M = nm[1]; writeln(N / (M + 1)); }
D
/Users/apple-1/Downloads/HouseKeeping/Build/Intermediates/HouseKeeping.build/Debug-iphonesimulator/HouseKeeping.build/Objects-normal/x86_64/viewCompletedChecklist.o : /Users/apple-1/Downloads/HouseKeeping/HouseKeeping/DetailsPending.swift /Users/apple-1/Downloads/HouseKeeping/HouseKeeping/tblAssignTasksPending.swift /U...
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
module game.multiproxy; import base.gameobject, base.renderproxy; /** * A basic multiplexer proxy. Allows a game object to have multiple render * proxies attached to it. * * FIXME: Even this simple render proxy causes all sorts of seg faults. * Something is really wrong here. This proxy can not be used safely r...
D
// Written by Christopher E. Miller // See the included license.txt for copyright and license details. module dfl.drawing; import core.sys.windows.windows; import core.sys.windows.com; import core.sys.windows.ocidl; import core.sys.windows.objfwd; import core.sys.windows.objidl; // IStream import core.sys.windows.ole...
D
const int LP_PER_LEVEL = 10; const int HP_PER_LEVEL = 12; const int XP_PER_LEVEL_UNCONSCIOUS = 5; const int XP_PER_LEVEL_DEAD = 10; func void B_GiveXP(var int add_xp) { var string msg; PrintDebugNpc(PD_ZS_FRAME,"B_GiveXP"); if(hero.level == 0) { hero.exp_next = 500; }; hero.exp = hero.exp + add_xp; msg = NAM...
D
/home/tyler/Documents/AdventOfCode/Rust/day_9_1/target/debug/deps/day_9_1-a9c2e1954ce34b92: src/main.rs /home/tyler/Documents/AdventOfCode/Rust/day_9_1/target/debug/deps/day_9_1-a9c2e1954ce34b92.d: src/main.rs src/main.rs:
D
/home/amplifix/projects/rust/hello_cargo/target/debug/deps/hello_cargo-387fde5a1b5926bf: src/main.rs /home/amplifix/projects/rust/hello_cargo/target/debug/deps/hello_cargo-387fde5a1b5926bf.d: src/main.rs src/main.rs:
D
/* REQUIRED_ARGS: -preview=dip1000 TEST_OUTPUT: --- fail_compilation/test22910.d(17): Error: returning `&this.val` escapes a reference to parameter `this` fail_compilation/test22910.d(15): perhaps change the `return scope` into `scope return` --- */ @safe: struct S { int val; int* ptr; int* retSco...
D
instance Mod_1721_KDS_SchwarzerMagier_PAT (Npc_Default) { //-------- primary data -------- name = Name_SchwarzerMagier; npctype = npctype_PAT_SchwarzerMagier; guild = GIL_KDF; level = 5; voice = 3; id = 1721; //-------- abilities -------- B_SetAttributesToChapte...
D
module directx.d3d11_1; /*------------------------------------------------------------------------------------- * * Copyright (c) Microsoft Corporation * *-------------------------------------------------------------------------------------*/ import directx.dxgi1_2; import directx.d3dcommon; import directx.d3d11; ...
D
// Written in the D programming language. /** This module contains declaration of tabbed view controls. TabItemWidget - single tab header in tab control TabWidget TabHost TabControl Synopsis: ---- import dlangui.widgets.tabs; ---- Copyright: Vadim Lopatin, 2014 License: Boost License 1.0 Authors: Vadim Lopat...
D
/Users/rrunfa/Desktop/RxIssuesSample/.build/x86_64-apple-macosx10.10/debug/Moya.build/Response.swift.o : /Users/rrunfa/Desktop/RxIssuesSample/.build/checkouts/Moya.git--5230867493987625585/Sources/Moya/MultipartFormData.swift /Users/rrunfa/Desktop/RxIssuesSample/.build/checkouts/Moya.git--5230867493987625585/Sources/Mo...
D
*PADS-LIBRARY-PCB-DECALS-V9* BGA312C113P42X31_4900X3600X340 I 0 0 0 2 9 0 292 292 0 -977.52 720.79 0 0 70.22 7.022 1 0 106 "Default Font" REF-DES -977.06 -799.41 0 0 70.19 7.019 1 0 107 "Default Font" PART-TYPE OPEN 2 5 26 -1 -964.57 708.66 -964.57 -708.66 OPEN 2 5 26 -1 -964.57 -708.66 964.57 -708.66 OPEN 2 5 26 -1 ...
D
/******************************************************************************* copyright: Copyright (c) 2005 Kris. все rights reserved license: BSD стиль: $(LICENSE) version: Initial release: 2005 author: Kris, Keinfarbton Модуль предо...
D
# FIXED ICall/icall.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall.c ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi.h ICall/icall.obj: C:/ti/xdctools_3_32_00_06_core/packages/xdc/std.h ICall/icall.obj: C:/ti/ccsv7/tools/compiler...
D
module EditScene; import Scene; private import Sofu.Sofu; private import Layer; private import Brick; private import SofuResource; private import ImageResource; private import Image; private import std.stream; private import derelict.sdl.sdl; private import GameScene; private import Vector; private import Game; privat...
D
see with attention under a moral obligation to someone
D
/** Uses libasync Copyright: © 2014 RejectedSoftware e.K., GlobecSys Inc Authors: Sönke Ludwig, Etienne Cimon License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. */ module vibe.core.drivers.libasync; version(VibeLibasyncDriver): import vibe.core.core; import vibe.core.d...
D
import eventcore.core; import eventcore.internal.utils; import std.functional : toDelegate; import std.socket : InternetAddress; import std.exception : enforce; void main() { print("Starting up..."); auto addr = new InternetAddress("127.0.0.1", 8080); auto listener = eventDriver.listenStream(addr, toDelegate(&onCl...
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
import std.stdio; template Tuple(A...) { alias A Tuple; } template eval(A...) { const typeof(A[0]) eval = A[0]; } /************************************************/ int Foo1(int i) { if (i == 0) return 1; else return i * Foo1(i - 1); } void test1() { static int f = Foo1(5); ...
D
//////////////////////////////////////////////////////////// // // SFML - Simple and Fast Multimedia Library // Copyright (C) 2007-2012 Laurent Gomila (laurent.gom@gmail.com) // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages ...
D
/Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/.build/debug/Leaf.build/Byte+Leaf.swift.o : /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Packages/Leaf-1.0.3/Sources/Leaf/Argument.swift /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Pac...
D
/* * Copyright 2019 Google LLC * Copyright 2019 Mellanox Technologies Ltd * Copyright 2022 Coverify Systems Technology * * 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:/...
D
/Users/kirstenrichard/Desktop/substrate-moloch-dao/target/release/wbuild/target/release/deps/nodrop-b19c71fb354be1b2.rmeta: /Users/kirstenrichard/.cargo/registry/src/github.com-1ecc6299db9ec823/nodrop-0.1.14/src/lib.rs /Users/kirstenrichard/Desktop/substrate-moloch-dao/target/release/wbuild/target/release/deps/libnodr...
D
/Users/buhi/Documents/js_projects/buhichan.github.io/src/routes/demos/114514/target/release/build/syn-e98e458b20b19ae1/build_script_build-e98e458b20b19ae1: /Users/buhi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.16/build.rs /Users/buhi/Documents/js_projects/buhichan.github.io/src/routes/demos/114514/target...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; struct PriorityQueue(alias _fun, T) { import std.functional : binaryFun; import std.algorithm : swap; alias fun = binaryFun!_fun; /// this(T[] ts) { foreach (t; ts) enqueue(t); } ...
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_8_BeT-47917281...
D
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/Runtime.build/Utilities/String+Extensions.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/Runtime/Sources/Runtime/Metadata/Metadata.swift /Users/sadikekinozbay/Docume...
D
module UnrealScript.Engine.ParticleModuleMeshRotationRate; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.ParticleModuleRotationRateBase; import UnrealScript.Core.DistributionVector; extern(C++) interface ParticleModuleMeshRotationRate : ParticleModuleRotationRateBase { public ...
D
/////////////////////////////////////////////////////////////////////// // Info EXIT /////////////////////////////////////////////////////////////////////// INSTANCE DIA_Lee_DI_EXIT (C_INFO) { npc = SLD_800_Lee_DI; nr = 999; condition = DIA_Lee_DI_EXIT_Condition; information = DIA_Lee_DI_EXIT_...
D
//Written in the D programming language /* Regular expression pattern parser. */ module std.regex.internal.parser; import std.regex.internal.ir; import std.range.primitives, std.uni, std.meta, std.traits, std.typecons, std.exception; static import std.ascii; // package relevant info from parser into a regex o...
D
// Written in the D programming language. /** * This test program pulls in all the library modules in order to run the unit * tests on them. Then, it prints out the arguments passed to main(). * * Copyright: Copyright Digital Mars 2000 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Lic...
D
// --------------------------------------------------------- // NPC 'PAL_1030_Auxiliary' // --------------------------------------------------------- instance PAL_1030_Auxiliary (C_NPC) { //-------- primary data -------- name = Name_Auxiliary; guild = GIL_PALADIN; npctype = NPCTYPE_GUAR...
D
int main() { double d1; double d2; int i1; int i2; bool b1; bool b2; double rd; int ri; ri = -2; rd = -3.0; d1 = 1.5741691; d2 = -0.1245714; i1 = ReadInteger(); i2 = ReadInteger(); ri = ri + (i1 % i2) * (i2 % i1); rd = rd + itod((i1 * i2) % (btoi(i1 ==...
D
/Users/ryanstenberg/Desktop/School/CS\ M117/m117/CS_M117/DerivedData/CS_M117/Build/Intermediates/CS_M117.build/Debug-iphonesimulator/CS_M117.build/Objects-normal/x86_64/InitialViewController.o : /Users/ryanstenberg/Desktop/School/CS\ M117/m117/CS_M117/CS_M117/AppDelegate.swift /Users/ryanstenberg/Desktop/School/CS\ M11...
D
module cp.session; import cp.base.logging; interface IfSession { @property IfLogger logger(); } class Session : IfSession { private IfLogger _logger; this() { _logger = new Logger(); } @property IfLogger logger() { return _logger; } }
D
/++ tagsnatcher.d Author: Samuel Vargas This module is responsible for parsing the SDLang file via recursive descent and placing desired Tags into several Array containers (aka ArrayList) +/ module tagsnatcher; import std.container, std.experimental.logger, global, sdlang; class TagSnatcher { pri...
D
module dwt.internal.mozilla.nsIDOMText; import dwt.internal.mozilla.Common; import dwt.internal.mozilla.nsID; import dwt.internal.mozilla.nsIDOMCharacterData; const char[] NS_IDOMTEXT_IID_STR = "a6cf9082-15b3-11d2-932e-00805f8add32"; const nsIID NS_IDOMTEXT_IID= {0xa6cf9082, 0x15b3, 0x11d2, [ 0x93, 0x2e, 0x00...
D
/Users/motoharu/Documents/work/twi/Build/Intermediates/twi.build/Debug-iphonesimulator/twi.build/Objects-normal/x86_64/AppDelegate.o : /Users/motoharu/Documents/work/twi/twi/ViewController.swift /Users/motoharu/Documents/work/twi/twi/AppDelegate.swift /Users/motoharu/Documents/work/twi/twi/Status.swift /Applications/Xc...
D
// Copyright © 2011, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). module charge.math.matrix3x3d; import charge.math.vector3d; import charge.math.point3d; import charge.math.quatd; struct Matrix3x3d { public: union { double[3][3] m; struct { double a, b...
D
/* $OpenBSD: x509.h,v 1.94 2023/03/10 16:43:02 tb Exp $ */ /* 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...
D
// Written in the D programming language. /** A one-stop shop for converting values from one type to another. Copyright: Copyright Digital Mars 2007-. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(WEB digitalmars.com, Walter Bright), $(WEB erdani.org, Andrei Alexandrescu), ...
D
module android.java.java.lang.InternalError; public import android.java.java.lang.InternalError_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!InternalError; import import4 = android.java.java.lang.Class; import import3 = android.java.java.lang.StackTraceElement;
D
/* * hunt-proton: AMQP Protocol library for D programming language. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.proton.codec.transaction.TransactionalStateType; import hunt.collection.AbstractList; imp...
D
import std.array : appender; import std.process : executeShell; import std.file : isFile, isDir, dirEntries, SpanMode, exists, read, rename; import std.regex : regex, replaceAll; import std.path : extension, buildPath, filenameCmp, dirName, setExtension; import std.stdio : writeln; import ...
D
#!/usr/bin/rdmd /** * License: Boost 1.0 * * Copyright (c) 2009-2010 Eric Poggel, Changes 2011-2012 Ferdinand Majerech * * 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 restr...
D
a distinct feature or element in a problem a characteristic to be considered the visual percept of a region the beginning or duration or completion or repetition of the action of a verb the feelings expressed on a person's face
D
/Users/svitlana/CocoaPods/ASAutoResizingTextView/Example/build/Pods.build/Debug-iphonesimulator/ASAutoResizingTextView.build/Objects-normal/x86_64/ASAutoResizingTextView.o : /Users/svitlana/CocoaPods/ASAutoResizingTextView/Pod/Classes/ASAutoResizingTextView.swift /Applications/Xcode.app/Contents/Developer/Toolchains/Xc...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Node.build/Convertibles/Integer+Convertible.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/node.git-9175390252000121167/Sources/Node/StructuredData/StructuredData.swift /Users/AleixDiaz/Desktop/VaporPro...
D
module vulkan.imgui.imgui_memory_editor; import vulkan.all; /** * D lang conversion (with changes and removals) of the following ImGui utility: * * https://github.com/ocornut/imgui_club/blob/master/imgui_memory_editor/imgui_memory_editor.h */ // Mini memory editor for Dear ImGui (to embed in your game/tools) // ...
D
/** DGui project file. Copyright: Trogu Antonio Davide 2011-2013 License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Trogu Antonio Davide */ module dgui.label; import std.string; import dgui.core.controls.control; enum LabelDrawMode: ubyte { normal = 0, ownerDraw = 1, } class Label: Control...
D