code
stringlengths
3
10M
language
stringclasses
31 values
/Users/fengshaohui/Desktop/swift/iOS/BasedLearningDemo/Build/Intermediates/BasedLearningDemo.build/Debug-iphonesimulator/BasedLearningDemo.build/Objects-normal/x86_64/AppDelegate.o : /Users/fengshaohui/Desktop/swift/iOS/BasedLearningDemo/BasedLearningDemo/FengTextViewViewController.swift /Users/fengshaohui/Desktop/swif...
D
/Users/apple-1/Downloads/HouseKeeping/Build/Intermediates/Pods.build/Debug-iphonesimulator/SwiftyJSON.build/Objects-normal/x86_64/SwiftyJSON.o : /Users/apple-1/Downloads/HouseKeeping/Pods/SwiftyJSON/Source/SwiftyJSON.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/ipho...
D
module az.gui; public import az.gui.render; public import az.gui.view; public import az.gui.views; public import az.gui.action; public import az.gui.actiongroup; public import az.gui.layout;
D
INSTANCE Info_Mod_Samuel_Hi (C_INFO) { npc = Mod_940_PIR_Samuel_AW; nr = 1; condition = Info_Mod_Samuel_Hi_Condition; information = Info_Mod_Samuel_Hi_Info; permanent = 0; important = 0; description = "Wer bist du?"; }; FUNC INT Info_Mod_Samuel_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Samuel_Hi_Info...
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
# FIXED third_party/exosite/exosite_meta.obj: C:/ti/TivaWare_C_Series-2.1.4.178/third_party/exosite/exosite_meta.c third_party/exosite/exosite_meta.obj: C:/ti/TivaWare_C_Series-2.1.4.178/third_party/exosite/exosite_meta.h third_party/exosite/exosite_meta.obj: C:/ti/TivaWare_C_Series-2.1.4.178/examples/boards/ek-tm...
D
module abagames.util.gl; import std.stdio; version(BindBC) { import bindbc.opengl; } import abagames.util.conv; import abagames.util.math; import abagames.util.vector; static class GL { alias Matrix = float[16]; static const Matrix Identity = [ 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, ];...
D
/home/ukasha/Desktop/Quarter-1_3.30-6.30/week_10_29th-September,2019/part4/target/debug/part4: /home/ukasha/Desktop/Quarter-1_3.30-6.30/week_10_29th-September,2019/part4/src/main.rs
D
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/SMTP.build/Objects-normal/x86_64/NSUUID+SMTPMessageID.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/engine.git-3311994267206676365/Sources/SMTP/Utility/NSUUID+SMTPMessageID.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkou...
D
module physics.model; /* * Everything from the physics collected in one class, according to MVC. * * Does not manage the replay. Whenever you want to advance physics, cut off * from the replay the correct hunk, and feed it one-by-one to the model. * * To do automated replay checking, don't use a model directly! ...
D
the process whereby a person concentrates on some features of the environment to the (relative) exclusion of others the act of being present (at a meeting or event etc.) be present at (meetings, church services, university), etc. take charge of or deal with to accompany as a circumstance or follow as a result work for ...
D
/* Copyright (c) 2019-2020 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
process or manner of functioning or operating perform as expected when applied serve a purpose, role, or function perform duties attached to a particular office or place or function performing or able to perform its regular function
D
instance DIA_Peck_EXIT(C_Info) { npc = MIL_324_Peck; nr = 999; condition = DIA_Peck_EXIT_Condition; information = DIA_Peck_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Peck_EXIT_Condition() { return TRUE; }; func void DIA_Peck_EXIT_Info() { AI_StopProcessInfos(self); }; instance...
D
/home/raab/ESGI/PSR-Rust/Projet/Rust_projet_PPM/use_ppm_library/target/debug/deps/cty-7a721b14473f303a.rmeta: /home/raab/.cargo/registry/src/github.com-1ecc6299db9ec823/cty-0.2.1/src/lib.rs /home/raab/ESGI/PSR-Rust/Projet/Rust_projet_PPM/use_ppm_library/target/debug/deps/cty-7a721b14473f303a.d: /home/raab/.cargo/regis...
D
import LD32; void main() { new LD32().run(); }
D
module storage; /// Large array storage. static struct Large(E, bool useGCallocation) { E* ptr; size_t length; static if (useGCallocation) { import core.memory : GC; } else { import core.memory : malloc = pureMalloc, realloc = pureRealloc; } pure nothrow: stat...
D
/*************************************************** CHAPTER 2 ITEMS ***************************************************/ //Items by Sher INSTANCE ItMw_2h_Post (WeaponsMelee) { name = "Mary"; mainflag = ITEM_KAT_NF; flags = ITEM_2HD_SWD|ITEM_MULTI; material = MAT_METAL; value = 1000; ...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto n = readln.chomp.to!int; auto as = readln.split.to!(int[]); sort(as); int i, j = n-1, min_a = int.max, max_a = int.min; while (i < j) { auto s = as[i++] + as[j--]; ...
D
void main() { char[] bug = "Crash"; foreach(char ; bug){} }
D
/** Part of std.xmlp package reimplementation of std.xml (cf.) DOM interface implementation for node base types. Authors: Michael Rynn Licence: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. Distributed under the Boost Software License, Version 1.0. Classes to recode input into a dchar buf...
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
/mnt/c/Users/User/documents/cctime/leapyear/target/debug/deps/leapyear-581c6363b9f85db1: src/main.rs /mnt/c/Users/User/documents/cctime/leapyear/target/debug/deps/leapyear-581c6363b9f85db1.d: src/main.rs src/main.rs:
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
module sendero.time.LocalTime; import tango.time.Time; public import sendero.time.TimeZone; struct LocalTime { public Time utc; public TimeZone zone; Time local() { return zone.toLocal(utc); } void local(Time local) { utc = local - zone.getOffsetViaLocal(local); } alias local time; TimeSpan offse...
D
# FIXED UFCharger/F2837xD/Comun/common/F2837xD_PieVect.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/Comun/common/F2837xD_PieVect.c UFCharger/F2837xD/Comun/common/F2837xD_PieVect.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/F2837xD_headers/include/F2837xD_device.h UFCharger/F2837xD/C...
D
module EncoShared.Network.ArrayPackets; import std.bitmanip; import EncoShared; /// Length prefixed array packet template with constant length and length >= 2 elements with maximum length ushort.max mixin template CommonArrayPacket(ElemType, ushort defaultPacketId) { static assert(ElemType.sizeof >= 2, "ElemType.si...
D
module dwig.nodes.text; import dwig.node; class TextNode : BaseNode { this(string data,size_t lineno) { super(null, ["data" : data], lineno); } }
D
// Written in the D programming language. /** This module contains common Plaform definitions. Platform is abstraction layer for application. Synopsis: ---- import dlangui.platforms.common.platform; ---- Copyright: Vadim Lopatin, 2014 License: Boost License 1.0 Authors: Vadim Lopatin, coolreader.org@gmail.co...
D
/Users/jaylee/Workspace/LiquidFloatingActionButton/.build/x86_64-apple-macosx/debug/LiquidFloatingActionButton.build/Classes/LiquittableCircle.swift.o : /Users/jaylee/Workspace/LiquidFloatingActionButton/Sources/LiquidFloatingActionButton/Classes/LiquittableCircle.swift /Users/jaylee/Workspace/LiquidFloatingActionButto...
D
/** * Copyright: Enalye * License: Zlib * Authors: Enalye */ module scripthandler; import std.stdio, core.thread; import grimoire; final class ScriptHandler { private final class TimeoutThread: Thread { private { __gshared ScriptHandler _script; } shared bool isRunning = t...
D
/Users/yuxiangtang1/Desktop/MineSweeper/build/MineSweeper.build/Debug-iphonesimulator/MineSweeper.build/Objects-normal/x86_64/MSMineData.o : /Users/yuxiangtang1/Desktop/MineSweeper/MineSweeper/ViewController.swift /Users/yuxiangtang1/Desktop/MineSweeper/MineSweeper/MSCollectionViewCell.swift /Users/yuxiangtang1/Desktop...
D
a member of the Algonquian people formerly living along the Tennessee river the Algonquian language spoken by the Shawnee
D
instance BAU_961_Gaan (Npc_Default) { // ------ NSC ------ name = "Gaan"; guild = GIL_NONE; id = 961; voice = 3; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; aivar[AIV_NPCIsRanger] = TRUE; // ------ Attribute ------ B_SetAttributesToChapter (self, 2); ...
D
// This file is just a placeholder, please use the libgit2 package directly instead module git.c.refspec; public import deimos.git2.refspec; pragma(msg, "Deprecated import git.c.refspec used. Please import deimos.git2.refspec instead.");
D
module android.java.android.database.sqlite.SQLiteOutOfMemoryException_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.io.PrintStream_d_interface; import import4 = android....
D
instance VLK_460_Buerger (Npc_Default) { // ------ NSC ------ name = NAME_BUERGER; guild = GIL_VLK; id = 460; voice = 8; flags = 0; npctype = NPCTYPE_AMBIENT; //-----------AIVARS---------------- aivar[AIV_ToughGuy] = TRUE; // ------ Attribute ------ B_SetAttributesToCha...
D
func void ZS_GuardPassage() { PrintDebugNpc(PD_TA_FRAME,"ZS_GuardPassage"); GuardPerception(); Npc_PercEnable(self,PERC_ASSESSPLAYER,B_AssessSC); Npc_PercEnable(self,PERC_ASSESSQUIETSOUND,B_AssessSC); Npc_PercDisable(self,PERC_OBSERVEINTRUDER); AI_Standup(self); AI_SetWalkMode(self,NPC_WALK); AI_GotoWP(self,sel...
D
# FIXED pwm.obj: C:/ti/motorware/motorware_1_01_00_17/sw/drivers/pwm/src/32b/f28x/f2802x/pwm.c pwm.obj: C:/ti/motorware/motorware_1_01_00_17/sw/drivers/pwm/src/32b/f28x/f2802x/pwm.h pwm.obj: C:/ti/motorware/motorware_1_01_00_17/sw/modules/types/src/types.h pwm.obj: C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/include/...
D
/** * * THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU ata5790 WITH ARCHITECTURE avr5 * */ module avr.specs.specs_ata5790; enum __AVR_ARCH__ = 5; enum __AVR_ASM_ONLY__ = false; enum __AVR_ENHANCED__ = true; enum __AVR_HAVE_MUL__ = true; enum __AVR_HAVE_JMP_CALL__ = true; enum __AVR_MEGA__ = true; enum __...
D
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Console.build/Objects-normal/x86_64/Argument.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/console.git--2431895819212044213/Sources/Console/Terminal/String+ANSI.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/console.g...
D
/***********************************\ ADRESSEN DER ENGINECALLS \***********************************/ //======================================== // Talents Aivar field //======================================== const int AIV_TALENT_INDEX = 89; //======================================== // Alle (?) genutzen Engine...
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_10_BeT-3619791...
D
module UnrealScript.Engine.MaterialExpressionTerrainLayerWeight; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Core.UObject; import UnrealScript.Engine.MaterialExpression; extern(C++) interface MaterialExpressionTerrainLayerWeight : MaterialExpression { public extern(D): private st...
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
/Users/sergiysobol/Projects/MovieDatabase/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/EventMonitor.o : /Users/sergiysobol/Projects/MovieDatabase/Pods/Alamofire/Source/MultipartFormData.swift /Users/sergiysobol/Projects/MovieDatabase/Pods/Alamofire/Source/MultipartUpload.swift /Users/ser...
D
/Users/hernaniruegasvillarreal/Documents/github/swift/Timers-Tables-PermanentStorage-WebContent/tableView/Build/Intermediates/tableView.build/Debug-iphonesimulator/tableView.build/Objects-normal/x86_64/AppDelegate.o : /Users/hernaniruegasvillarreal/Documents/github/swift/Timers-Tables-PermanentStorage-WebContent/tableV...
D
# FIXED HVACI_Sensorless-DevInit_F2833x.obj: ../HVACI_Sensorless-DevInit_F2833x.c HVACI_Sensorless-DevInit_F2833x.obj: C:/ti/controlSUITE/development_kits/~SupportFiles/F2833x_headers/PeripheralHeaderIncludes.h HVACI_Sensorless-DevInit_F2833x.obj: C:/ti/controlSUITE/device_support/f2833x/v140/DSP2833x_headers/include/...
D
/** * Defines the bulk of the classes which represent the AST at the expression level. * * Specification: ($LINK2 https://dlang.org/spec/expression.html, Expressions) * * Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walt...
D
# FIXED OSAL/osal_cbtimer.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/common/osal_cbtimer.c OSAL/osal_cbtimer.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/inc/osal.h OSAL/osal_cbtimer.obj: C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include/limits.h...
D
a basic generalization that is accepted as true and that can be used as a basis for reasoning or conduct a rule or standard especially of good behavior a basic truth or law or assumption a rule or law concerning a natural phenomenon or the function of a complex system rule of personal conduct (law) an explanation of th...
D
/*#D*/ // Copyright 2012-2013, Bernard Helyer. // SPDX-License-Identifier: BSL-1.0 module volt.lowerer.typeidreplacer; import watt.text.format : format; import ir = volta.ir; import volta.util.util; import volt.exceptions; import volt.interfaces; import volta.visitor.visitor; import volt.semantic.mangle; import vol...
D
// D import file generated from 'src/librabbitmq_client.d' private { import tango.io.Stdout; } private { import tango.stdc.string; } private { import tango.net.device.Socket; } private { import tango.stdc.stringz; } private { import tango.stdc.stdio; } private { import mom_client; } privat...
D
/root/pkg/portex_pkg/simulation/service/target/release/deps/c2_chacha-918a31f67b6b8407.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/c2-chacha-0.2.3/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/c2-chacha-0.2.3/src/guts.rs /root/pkg/portex_pkg/simulation/service/target/release/deps/li...
D
//***************************************************************************** // // Sketching plugging LUA to game engine. // //***************************************************************************** import engine; import engine.util.lua: Lua; //****************************************************************...
D
/home/ankit/pandora/substrate-node-template/target/release/deps/subtle-3518910b8651a592.rmeta: /home/ankit/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.0/src/lib.rs /home/ankit/pandora/substrate-node-template/target/release/deps/libsubtle-3518910b8651a592.rlib: /home/ankit/.cargo/registry/src/github.com-...
D
int* p; int[3] s; int[] a; p.length; // error, length not known for pointer s.length; // compile time constant 3 a.length; // runtime value p.dup; // error, length not known s.dup; // creates an array of 3 elements, copies // elements s into it a.dup; // creates an array of a.length elements, copie...
D
module dcompute.driver.ocl.raw120; public import dcompute.driver.ocl.raw120.types; public import dcompute.driver.ocl.raw120.functions; public import dcompute.driver.ocl.raw120.enums; public import derelict.opencl.cl;
D
any cold-blooded vertebrate of the class Reptilia including tortoises, turtles, snakes, lizards, alligators, crocodiles, and extinct forms of or relating to the class Reptilia
D
module http_server; import std.stdio; import lifx_gateway; import vibe.vibe; class HTTPServer { public this() { m_gateway = new LIFXGateway(); auto settings = new HTTPServerSettings; settings.port = 8080; auto router = new URLRouter; router.get("/socket", handleWebSockets(&handleConn)); router.get("/"...
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
func void ZS_ClearRoom () { PrintDebugNpc (PD_ZS_FRAME, "ZS_ClearRoom" ); Npc_PercEnable (self, PERC_ASSESSDAMAGE , ZS_ReactToDamage ); Npc_PercEnable (self, PERC_ASSESSMAGIC , B_AssessMagic ); Npc_PercEnable (self, PERC_ASSESSENTERROOM , B_ClearRoomEnterRoom); Npc_PercEnable (self, PE...
D
/** ... Copyright: © 2012 Matthias Dondorff License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Matthias Dondorff */ module dub.internal.utils; import dub.internal.vibecompat.core.file; import dub.internal.vibecompat.core.log; import dub.internal.vibecompat.data...
D
module si_tm2; import si; import std.stream; import std.stdio; import std.intrinsic; import std.path; import std.file; import std.process; align(1) struct TIM2Header { char[4] FileId = "TIM2"; // ID of the File (must be 'T', 'I', 'M' and '2') ubyte FormatVersion; // Version number of the format ...
D
instance NOV_1354_Novize(Npc_Default) { name[0] = NAME_Novize; npcType = npctype_ambient; guild = GIL_NOV; level = 3; flags = 0; voice = 5; id = 1354; attribute[ATR_STRENGTH] = 20; attribute[ATR_DEXTERITY] = 20; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 106; attri...
D
/* * This file has been automatically generated by Soupply and released under the MIT license. */ module soupply.java316; public import soupply.java316.packet; public import soupply.java316.types; public import soupply.java316.protocol; public import soupply.java316.metadata;
D
instance PIR_1320_Addon_Greg (Npc_Default) { // ------ NSC ------ name = "Greg"; guild = GIL_PIR; id = 1320; voice = 1; flags = NPC_FLAG_IMMORTAL; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 5); //setzt Attribute und LEVE...
D
module foobar; import std.stdio; void main(string[] args) { foreach(a; args) { writeln(a); } immutable(char)[] s = "asd"; }
D
feel admiration for look at with admiration
D
deprecated("Using hunt.http.HttpField instead.") module hunt.http.codec.http.model.HttpField; public import hunt.http.HttpField;
D
module dpromise.internal.libuv; import deimos.libuv.uv; package(dpromise): package(dpromise) { uv_loop_t* localLoop; } static this() { localLoop = castMalloc!(uv_loop_t); uv_loop_init(localLoop); } static ~this() { uv_loop_close(localLoop); } @nogc nothrow T* castMalloc(T)() { import core.stdc.stdlib :...
D
/Users/sleira/Personal/Projects/rust-coding-dojo/get-started/hello-rust/target/release/deps/atty-51b65cf5314b55c2.rmeta: /Users/sleira/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs /Users/sleira/Personal/Projects/rust-coding-dojo/get-started/hello-rust/target/release/deps/libatty-51b65cf5314b5...
D
/Users/K/study/rust/rust_web_programming/timer/target/debug/build/syn-1a2a23c0007da50e/build_script_build-1a2a23c0007da50e: /Users/K/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/build.rs /Users/K/study/rust/rust_web_programming/timer/target/debug/build/syn-1a2a23c0007da50e/build_script_build-1a2a23c0007d...
D
/** * * THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU atmega48pb WITH ARCHITECTURE avr4 * */ module avr.specs.specs_atmega48pb; enum __AVR_ARCH__ = 4; enum __AVR_ASM_ONLY__ = false; enum __AVR_ENHANCED__ = true; enum __AVR_HAVE_MUL__ = true; enum __AVR_HAVE_JMP_CALL__ = false; enum __AVR_MEGA__ = false;...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved // // 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...
D
instance DJG_705_ANGAR_DI(NPC_DEFAULT) { name[0] = "Ангар"; guild = GIL_DJG; id = 70500; voice = 4; flags = 0; npctype = NPCTYPE_FRIEND; aivar[AIV_PARTYMEMBER] = TRUE; b_setattributestochapter(self,6); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,itmw_2h_sld_sword); CreateInvItems(self,itpo_health_02,6);...
D
// ************ // SPL_FireBolt // ************ const int SPL_Cost_Firebolt = 2; const int SPL_Damage_Firebolt = 25; INSTANCE Spell_Firebolt (C_Spell_Proto) { time_per_mana = 0; damage_per_level = SPL_Damage_Firebolt; damageType = DAM_MAGIC; }; func int Spell_Logic_Firebolt (var int manaInvested) { if (...
D
module pixelperfectengine.map.mapformat; /* * Copyright (C) 2015-2019, by Laszlo Szeremi under the Boost license. * * Pixel Perfect Engine, map.mapformat module */ import sdlang; import pixelperfectengine.graphics.layers; import pixelperfectengine.graphics.raster : PaletteContainer; import std.stdio; import std.ex...
D
/++ The Note plugin allows for storing notes to offline users, to be replayed when they next join the channel. If a note is left in a channel, it is stored as a note under that channel and will be played back when the user joins (or optionally shows activity) there. If a note is left in a private m...
D
/******************************************************************************* copyright: Copyright (c) 2008 Kris Bell. Все права защищены license: BSD стиль: $(LICENSE) version: Apr 2008: Initial release authors: Kris Since: 0...
D
/* * hunt-amqp: AMQP library for D programming language, based on hunt-net. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net * * Licensed under the Apache-2.0 License. * */ module hunt.amqp.streams.impl.TrackerImpl; import hunt.proton.amqp.messaging.Accepted; import hunt.proton.amqp....
D
//Written in the D programming language /* * Radio group widget. * * Copyright 2013 Jaypha * * Distributed under the Boost Software License, Version 1.0. * (See http://www.boost.org/LICENSE_1_0.txt) * * Authors: Jason den Dulk */ module jaypha.spinna.pagebuilder.widgets.radiogroup; public import jaypha.spinn...
D
module directx.com; public import directx.win32; public import core.sys.windows.com; alias const(GUID)* REFGUID, REFIID, REFCLSID, REFFMTID; mixin( uuid!(IUnknown, "00000000-0000-0000-C000-000000000046")); mixin( uuid!(IClassFactory,"00000001-0000-0000-C000-000000000046")); template uuid(T, const char[] g) { co...
D
/home/ubuntu/substrate-node-template/target/release/deps/libp2p_mplex-62347081da3827dd.rmeta: /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-mplex-0.22.0/src/lib.rs /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-mplex-0.22.0/src/codec.rs /home/ubuntu/substrate-node-template/ta...
D
/home/isaiah/workspaces/rust-workspace/guessing_game/target/debug/deps/rand_core-86af4b57df6901ac.rmeta: /home/isaiah/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.3.1/src/lib.rs /home/isaiah/workspaces/rust-workspace/guessing_game/target/debug/deps/librand_core-86af4b57df6901ac.rlib: /home/isaiah/.cargo...
D
instance CS_ESKORTE4(NPC_DEFAULT) { name[0] = "Эскорт4"; slot = "guard"; guild = GIL_GRD; level = 5; flags = 0; voice = 11; id = 3028; attribute[ATR_STRENGTH] = 13; attribute[ATR_DEXTERITY] = 9; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 26; attribute[ATR_HITPOINT...
D
var int Elena_ItemsGiven_Chapter_1; var int Elena_ItemsGiven_Chapter_2; var int Elena_ItemsGiven_Chapter_3; var int Elena_ItemsGiven_Chapter_4; var int Elena_ItemsGiven_Chapter_5; var int Elena_ItemsGiven_JoinGuild; func void B_GiveTradeInv_Elena(var C_Npc slf) { if((Kapitel >= 1) && (Elena_ItemsGiven_Chapter_1 == F...
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
import std.concurrency, std.stdio, core.thread, core.time; void handle_string(string s) { writeln( "catch!; ", s ); } void receiver() { for ( bool running = true; running; ) { auto worked = receiveTimeout( dur!"msecs"(500), &handle_string, (int x) { writeln( "catch!: ", x ); }, (int i,...
D
/** This module contains the engine behind Pegged, the expression templates building blocks to create a top-down recursive-descent parser. The terminals and non-terminals described here are meant to be used inside a Pegged grammar. As such, they are a bit less user-friendly than what's output by pegged.grammar. For ex...
D
/** * @file qtm.h * @brief QTM service. */ module ctru.services.qtm; import ctru.types; extern (C): nothrow: @nogc: //See also: http://3dbrew.org/wiki/QTM_Services /// Head tracking coordinate pair. struct QTM_HeadTrackingInfoCoord { float x; ///< X coordinate. float y; ///< Y coordinate. } /// Head tr...
D
/Users/huhuegg/Desktop/Source/VaporServer/XProject/.build/debug/Core.build/DispatchTime+Utilities.swift.o : /Users/huhuegg/Desktop/Source/VaporServer/XProject/.build/checkouts/core.git-9210800844849382486/Sources/Core/RFC1123.swift /Users/huhuegg/Desktop/Source/VaporServer/XProject/.build/checkouts/core.git-92108008448...
D
module clients.feedsclient; import std.utf; import std.conv; import requests; import asdf; import models; import clients.baseclient; class FeedsClient: BaseClient { this(string baseUrl) { super(baseUrl); } public Page favorites(uint offset = 0, uint limit = 30) { return get(api ~ "/feeds/...
D
(computer science) a code for information exchange between computers made by different companies
D
module sdl2d.touch; import sdl2d.stdinc; //#include "SDL_error.h" import sdl2d.video; alias Sint64 SDL_TouchID; alias Sint64 SDL_FingerID; extern(C) struct SDL_Finger { SDL_FingerID id; Uint16 x; Uint16 y; Uint16 pressure; Uint16 xdelta; Uint16 ydelta; Uint16 last_x, last_y,last_pressure; /* the last r...
D
.source T_if_ltz_4.java .class public dot.junit.opcodes.if_ltz.d.T_if_ltz_4 .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(D)I .limit regs 6 if-ltz v4, Label9 const/16 v4, 1234 ...
D
/** * Loop on exceptions and continue whenever possible. * * Authors: dd86k <dd@dax.moe> * Copyright: © dd86k <dd@dax.moe> * License: BSD-3-Clause */ module ui.loop; import core.stdc.string : memcpy; import adbg.include.c.stdio; import adbg.v1.debugger; import adbg.v1.disassembler; import adbg.error; import comm...
D
func void B_MalcomExident() { if(Malcom_Accident == FALSE) { if(!Npc_IsDead(Malcom)) { AI_Teleport(Malcom,"ADW_PIRATECAMP_SECRETCAVE_02"); CreateInvItems(Malcom,ItWr_TwoHStonePlate3_Addon,1); B_StartOtherRoutine(Malcom,"Start"); Npc_ChangeAttribute(Malcom,ATR_HITPOINTS,-Malcom.attribute[ATR_HITPOINT...
D
/* Copyright (c) 1996 Blake McBride All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and th...
D
import std.stdio, std.algorithm, std.range; /******************************************************************************* * tail -n 5相当の動作を行うプログラム。ワンライナー版 */ void main() { // (c) @mono_shoo writeln(stdin.byLine().map!(a=>a.idup).array.retro.take(5).retro.join("\n")); // USCFなメソッドチェインを行なってワンライナーを書く // byLineがバッ...
D