code
stringlengths
3
10M
language
stringclasses
31 values
CheckVowel.elf: file format elf32-littleriscv Disassembly of section .text: 01000000 <main>: 1000000: fd010113 addi sp,sp,-48 1000004: 02112623 sw ra,44(sp) 1000008: 00012e23 sw zero,28(sp) 100000c: 00012c23 sw zero,24(sp) 1000010: 010007b7 lui a5,0x1000 1...
D
module dinu.content.executables; import std.process, std.algorithm, std.conv, std.file, std.path, std.string, std.array, std.stdio, dinu.dinu, dinu.util, dinu.content.content, dinu.command, ws.x.desktop, dinu.draw; __gshared: enum ignored = [ "cd", "clear", "." ]; class ExecutablesLoader: ChoiceL...
D
// Written in the D programming language. /** This module implements the formatting functionality for strings and I/O. It's comparable to C99's `vsprintf()` and uses a similar _format encoding scheme. For an introductory look at $(B std._format)'s capabilities and how to use this module see the dedicat...
D
/** * Contains routines for converting JSON values to their string represencation. * * Synopsis: * --- * ... * --- * * Copyright: Copyright 2012 - 2015, Sönke Ludwig. * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sönke Ludwig * Source: $(PHOBOSSRC std/data/json/generat...
D
struct Tuple(T...) { T field; alias field this; } Tuple!(string, string)[] foo() { Tuple!(string, string)[] res; return res; } void main() { foreach (string k2, string v2; foo()) { } }
D
#! /usr/bin/env rdmd static import pqmarkup_lite; import std.algorithm : canFind, filter, startsWith, endsWith; import std.stdio : write, writeln, File; import std.file : read, readText, dirEntries, SpanMode, tempDir; import std.path : buildPath, pathSeparator; import std.typecons : tuple; import core.exception : Range...
D
module cppif; /* * C++ Interface Definition */ extern (C++, class) class BaseClass { ~this(); void test(); } /* * C Linkage functions * for create C++ Class Instance * and release instances */ extern (C) { BaseClass createInstance(); void releaseInstance(BaseClass ptr); } /* * another defini...
D
/Users/Akash/Desktop/Vague/build/Vague.build/Debug-appletvsimulator/VagueTV.build/Objects-normal/x86_64/AppDelegate.o : /Users/Akash/Desktop/Vague/VagueTV/ViewController.swift /Users/Akash/Desktop/Vague/VagueTV/PushupViewController.swift /Users/Akash/Desktop/Vague/iCloudManager.swift /Users/Akash/Desktop/Vague/VagueTV/...
D
module android.java.android.content.IntentSender; public import android.java.android.content.IntentSender_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!IntentSender; import import7 = android.java.java.lang.Class; import import4 = android.java.android.os.UserHandle;
D
import std.conv; struct Properties { int velocityWater; // Movement factor in water int velocityLand; // Movement factor on land int vitalityWater; // Life loss factor in water int vitalityLand; // Life loss factor on land int poisonous; // Damage value in poison damage class int melee; // Damaga value ...
D
import std.stdio, std.string, std.range, std.algorithm; string nth(in uint n) pure { static immutable suffix = "th st nd rd th th th th th th".split; return "%d'%s".format(n, (n % 100 <= 10 || n % 100 > 20) ? suffix[n % 10] : "th"); } void main() { foreach (r; [iota(26), iota(...
D
module android.java.android.webkit.WebMessage_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.lang.Class_d_interface; import import0 = android.java.android.webkit.WebMessag...
D
/Users/shahbazsaleem/Documents/Projects/XMPPFramework/.build/x86_64-apple-macosx/debug/XMPPFrameworkTests.build/XMPPFrameworkTests.swift.o : /Users/shahbazsaleem/Documents/Projects/XMPPFramework/Tests/XMPPFrameworkTests/XMPPFrameworkTests.swift /Users/shahbazsaleem/Documents/Projects/XMPPFramework/Tests/XMPPFrameworkTe...
D
instance vlk_5010_buddler(Npc_Default) { name[0] = NAME_Buddler; npcType = Npctype_MINE_Ambient; guild = GIL_VLK; level = 3; voice = 2; id = 5010; attribute[ATR_STRENGTH] = 30; attribute[ATR_DEXTERITY] = 20; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 118; attribute...
D
import everything; void loadGFXFromDisk(string folderPath, SDL_Renderer* renderer, ref SDL_Texture*[] tArray) { foreach(filePath; dirEntries(folderPath, SpanMode.depth)) { tArray ~= IMG_LoadTexture(renderer, filePath.toStringz()); } } void loadSFXFromDisk(string folderPath, ref Mix_Chunk*[] mArray...
D
module android.java.android.provider.ContactsContract_Contacts_Entity; public import android.java.android.provider.ContactsContract_Contacts_Entity_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!ContactsContract_Contacts_Entity; import import0 = android.java.java.lang.Class;
D
/Users/markmoussa/HackathonProjects/Rhabit/DerivedData/Rhabit/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/RadarChartData.o : /Users/markmoussa/HackathonProjects/Rhabit/Pods/Charts/Charts/Classes/Data/Implementations/Standard/BarChartData.swift /Users/markmoussa/HackathonProje...
D
#!/usr/bin/env dub /+ dub.sdl: name "snippet33" dependency "dwt" path="../../../../../../" libs \ "atk-1.0" \ "cairo" \ "dl" \ "fontconfig" \ "gdk-x11-2.0" \ "gdk_pixbuf-2.0" \ "glib-2.0" \ "gmodule-2.0" \ "gnomeui-2" \ "gnomevfs-2" \ "gobjec...
D
module TemplateDatabase; import utility.TemplateReader; import Connections:Queue; import std.conv:parse; interface DataTemplate { void ParseCommands(ref string[][int] commands); } template TemplateDatabase(T: DataTemplate) { class TemplateDatabase { T[] data; int[string] name_to_index; this(string filename...
D
/home/ray/repos/rust_cookbook/database_sqlite/target/debug/build/libc-9480b8756b896599/build_script_build-9480b8756b896599: /home/ray/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.69/build.rs /home/ray/repos/rust_cookbook/database_sqlite/target/debug/build/libc-9480b8756b896599/build_script_build-9480b8756b...
D
/****************************************************************************** * BEH * * Source Code * * * ...
D
# FIXED HAL/Target/CC2650/Drivers/hal_rtc_wrapper.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/hal/src/target/_common/hal_rtc_wrapper.c HAL/Target/CC2650/Drivers/hal_rtc_wrapper.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/hal/src/target/_common/hal_mcu.h HAL/Target/CC2650...
D
import std.stdio; import std.math; import derelict.sdl2.sdl; import types.world; /+ Handles keyboard keydown events from SDL +/ public void handleKeydown(SDL_Event* event, WorldState world) { switch (event.key.keysym.sym) { case SDLK_q: world.quit = true; return; case SDLK_SPACE: auto curr = wo...
D
/home/sriharikapu/substrate-node-template/target/release/build/httparse-35b212467b6806f9/build_script_build-35b212467b6806f9: /home/sriharikapu/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.3.4/build.rs /home/sriharikapu/substrate-node-template/target/release/build/httparse-35b212467b6806f9/build_script_b...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto abt = readln.split.to!(int[]); auto A = abt[0]; auto B = abt[1]; auto T = abt[2]; writeln(B * (T / A)); }
D
/* * $Id: particle.d,v 1.3 2006/02/22 22:27:47 kenta Exp $ * * Copyright 2006 Kenta Cho. Some rights reserved. */ module abagames.mcd.particle; private import std.math; private import gl3n.linalg; private import abagames.util.actor; private import abagames.util.rand; private import abagames.util.math; private impo...
D
(physics) the process in which there is movement of a substance from an area of high concentration of that substance to an area of lower concentration the spread of social institutions (and myths and skills) from one society to another the property of being diffused or dispersed the act of dispersing or diffusing somet...
D
/* Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, a...
D
module durge.draw.color; import durge.common; struct Color { const static { auto white = Color(0xffffff); auto silver = Color(0xc0c0c0); auto gray = Color(0x808080); auto black = Color(0x000000); auto red = Color(0xff0000); auto lime = Color(0x00f...
D
be successful be in charge of, act on, or dispose of come to terms with watch and direct achieve something by means of trickery or devious methods carry on or function handle effectively
D
/** * Copyright: Copyright (c) 2010-2011 Jacob Carlborg. * Authors: Jacob Carlborg * Version: Initial created: Jun 26, 2010 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module mambo.xml.XmlDocument; import tango.text.xml.DocPrinter; import tango.text.xml.Document; import...
D
/substrate-node-template/target/release/wbuild/target/wasm32-unknown-unknown/release/deps/ref_cast-47649543d9a10daf.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.2/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.2/src/trivial.rs /substrate-node-template/target/...
D
/Users/tristangreeno/rusty/quicksort/target/release/deps/libeither-b82d5b2a3163472f.rlib: /Users/tristangreeno/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.4.0/src/lib.rs /Users/tristangreeno/rusty/quicksort/target/release/deps/either-b82d5b2a3163472f.d: /Users/tristangreeno/.cargo/registry/src/github.com-...
D
// Generated from doc/examples/simple_expression/Expr.g4 by ANTLR 4.8 import antlr.v4.runtime.tree.AbstractParseTreeVisitor; import std.variant : Variant; import ExprVisitor; import ExprParser : ExprParser; /** * This class provides an empty implementation of {@link ExprVisitor}, * which can be extended to create a ...
D
wood of a yew any of numerous evergreen trees or shrubs having red cup-shaped berries and flattened needlelike leaves
D
import std.exception : assumeUnique; import std.conv : text; import std.range : take, chain, drop; import std.string : startsWith, replace; import std.format : formattedWrite, format; import std.uni : asCapitalized; import std.json; import std.getopt; import std.file : readText; import std.path : dirName; import std.st...
D
/Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/.build/debug/Leaf.build/Tag/Models/Else.swift.o : /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Packages/Leaf-1.0.3/Sources/Leaf/Argument.swift /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersA...
D
either of two saclike respiratory organs in the chest of vertebrates
D
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: tensorflow/core/protobuf/tensorflow_server.proto module tensorflow.tensorflow_server; import google.protobuf; import tensorflow.config; import tensorflow.cluster; enum protocVersion = 3012004; class ServerDef { @Proto(1) ClusterDef cluster =...
D
/** Dependency configuration/version resolution algorithm. Copyright: © 2014 rejectedsoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module dub.dependencyresolver; import dub.dependency; import dub.internal.vibecompat.core.log; ...
D
module android.java.android.telephony.euicc.DownloadableSubscription_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.java.lang.Class_d_interface; import import1 = android.java.a...
D
// REQUIRED_ARGS: -unittest // https://issues.dlang.org/show_bug.cgi?id=4375 // disallow dangling else void main() { if (true) { if (false) { assert(1); } else { assert(2); } } if (true) { if (false) assert(7); } else assert(8); if (true) { if (false) ...
D
/* TEST_OUTPUT: --- fail_compilation/diag14818.d(34): Error: none of the overloads of 'func' are callable using argument types (string), candidates are: fail_compilation/diag14818.d(12): diag14818.foo(int _param_0) fail_compilation/diag14818.d(13): diag14818.bar(double _param_0) fail_compilation/diag14818...
D
const int SPL_COST_INSTANTFIREBALL = 10; const int SPL_DAMAGE_INSTANTFIREBALL = 60; instance SPELL_INSTANTFIREBALL(C_SPELL_PROTO) { time_per_mana = 0; damage_per_level = SPL_DAMAGE_INSTANTFIREBALL; damagetype = DAM_MAGIC; }; func int spell_logic_instantfireball(var int manainvested) { if(self.attribute[ATR_MANA...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/HTTP.build/Body/Body+Bytes.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/engine.git--7533756970564908605/Sources/HTTP/Async/Response+Async.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/engine.git--7533756970564908605/...
D
/***********************************************************************\ * ntdef.d * * * * Windows API header module * * ...
D
module nopromote.llvmir; import std.traits; import std.format; import std.conv: to; private pragma(LDC_inline_ir) R inlineIR(string s, R, P...)(P); package: auto opBinaryLLVM(string op, T)(T lhs, T rhs) { enum string OPERATION = (){ static if (isIntegral!T) switch (op) { case "+": return...
D
/** * Hash functions for arbitrary binary data. * * Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved * Authors: Martin Nowak, Walter Bright, https://www.digitalmars.com * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 h...
D
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <ProjectGui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_gui.xsd"> <SchemaVersion>-5.1</SchemaVersion> <Header>### uVision Project, (C) Keil Software</Header> <ViewPool/> <SECTreeCtrl> <View> <W...
D
import hdf5.hdf5; //import hdf5.wrap; //import hdf5.bindings.enums; //import hdf5.bindings.api; import std.stdio; import std.exception; import std.string; import std.conv; import std.traits; import std.file; import std.range; import std.array; /** Written 2014/2015 by Laeeth Isharc Basic conversion of HDF5 types to...
D
module tddjson.value; @safe: struct JSONValue { import std.format : format; enum Type { Null, Boolean, Number, String, Array, Object } private union Value { @(Type.Null) typeof(null) nil; @(Type.Boolean) bool bo...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtDeclarative module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** ...
D
someone (especially a child) who learns (as from a teacher) or takes up knowledge or beliefs works for an expert to learn a trade
D
/Users/jackwong/Desktop/Developer/MercaniStyleSample/Build/Intermediates.noindex/MercaniStyleSample.build/Debug-iphonesimulator/MercaniStyleSample.build/Objects-normal/x86_64/MenuViewController.o : /Users/jackwong/Desktop/Developer/MercaniStyleSample/MercaniStyleSample/UIStoryboard+Instance.swift /Users/jackwong/Deskto...
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_29_BeT-4454512...
D
/Users/tvanbelle/Documents/workspace/iRecorder/build/iRecorder.build/Debug-iphonesimulator/iRecorderTestAppUITests.build/Objects-normal/x86_64/iRecorderTestAppUITests.o : /Users/tvanbelle/Documents/workspace/iRecorder/iRecorderTestAppUITests/MockServer.swift /Users/tvanbelle/Documents/workspace/iRecorder/iRecorderTestA...
D
/* Copyright (c) 2011-2023 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, dist...
D
module android.java.android.provider.Contacts_PeopleColumns; public import android.java.android.provider.Contacts_PeopleColumns_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Contacts_PeopleColumns; import import0 = android.java.java.lang.Class;
D
/***********************************************************************\ * ras.d * * * * Windows API header module * * ...
D
a building or place that provides a particular service or is used for a particular industry skillful performance or ability without difficulty a natural effortlessness something designed and created to serve a particular function and to afford a particular convenience or service a service that an organization or a piec...
D
module token_info; import tok;
D
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Sessions/MemorySessions.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/FormD...
D
Long: form Short: F Arg: <name=content> Help: Specify multipart MIME data Protocols: HTTP SMTP IMAP Mutexed: data head upload --- For HTTP protocol family, this lets curl emulate a filled-in form in which a user has pressed the submit button. This causes curl to POST data using the Content-Type multipart/form-data acco...
D
/* * Hunt - A high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. * * Copyright (C) 2015-2019, HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.framework.config.ApplicationConfig; import hun...
D
// REQUIRED_ARGS: // PERMUTE_ARGS: /***************************************************/ // immutable field /+ TEST_OUTPUT: --- fail_compilation/fail9665a.d(19): Error: immutable field 'v' initialized multiple times --- +/ struct S1A { immutable int v; this(int) { v = 1; v = 2; // multipl...
D
// ******************************** // ZS_Unconscious // -------------- // wird auch vom Spieler ausgeführt // ******************************** func void ZS_Unconscious () { Npc_PercEnable (self, PERC_ASSESSMAGIC , B_AssessMagic ); // EXIT IF... if (C_BodyStateContains(self, BS_SWIM)) || (C_BodyStateCo...
D
/** * Compiler implementation of the D programming language * http://dlang.org * This file is not shared with other compilers which use the DMD front-end. * * Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved * Some portions copyright (c) 1994-1995 by Symantec * ...
D
/** * Image module. * * License: * MIT. See LICENSE for full details. */ module tkd.image.image; /** * Imports. */ import tkd.element.element; /** * The image base class. */ class Image : Element { /** * Construct the image. */ public this() { super(); this._elementId = "image"; this._tk.ev...
D
a Greek sandwich: sliced roast lamb with onion and tomato stuffed into pita bread rotating mechanism in the form of a universally mounted spinning wheel that offers resistance to turns in any direction
D
module android.java.android.media.tv.TvContract_Programs_Genres_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("TvContract$Programs$Genr...
D
/++ SumTypeの例 SumTypeを使用すると、複数の型を複合した型を形成することができます。 タグ付き共用体の1形態です。 See_Also: - https://dlang.org/phobos/std_sumtype.html Macros: TITLE=SumType(タグ付き共用体)の例 +/ module sumtype_example; /++ SumTypeの初期化と値の取り出し方 値の設定はコンストラクタか、代入によって行います。 値の取り出しは、matchテンプレートを使用します。 See_Also: - https://dlang.org/phobos/std_sum...
D
male sheep especially a castrated one
D
/** Any type */ module xlld.any; /// struct Any { import xlld.sdk.xlcall: XLOPER12; /// XLOPER12 _impl; alias _impl this; /// bool opEquals(Any other) @trusted const { import xlld.sdk.xlcall: XlType; import xlld.conv.from: fromXlOper; switch(_impl.xltype) { ...
D
a natural body passageway
D
module UnrealScript.Core.Field; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Core.UObject; extern(C++) interface Field : UObject { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticClass() { mixin(MGSCC("Class Core.Field...
D
import std.stdio, std.string, std.array, std.conv, std.algorithm, std.functional; void main() { }
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Debug.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/babaiholdings/Documents/Alche...
D
module hyd.animation; extern (C) nothrow { struct hyd_anim { char *name; void **frames; uint num_frames; uint curr_frame; ubyte repeat; uint delay; uint last_time; uint start_frame; } void *hyd_anim_get_next(hyd_anim *anim); void *hyd_anim_get_prev(hyd_anim *anim); }
D
/Users/lee_bennett/Desktop/MadeSimple/Playground/Maps/Build/Intermediates/Maps.build/Debug-iphonesimulator/Maps.build/Objects-normal/x86_64/AppDelegate.o : /Users/lee_bennett/Desktop/MadeSimple/Playground/Maps/Maps/SceneDelegate.swift /Users/lee_bennett/Desktop/MadeSimple/Playground/Maps/Maps/AppDelegate.swift /Users/l...
D
/* D port of gsl_rng.h The original copyright notice is listed. I haven't tried to completely port the entire API, eg. file handling is commented out. */ /* rng/gsl_rng.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004, 2007 James Theiler, Brian Gough * * This program is free software; you can redistrib...
D
(botany) the whorl of sepals of a flower collectively forming the outer floral envelope or layer of the perianth enclosing and supporting the developing bud
D
/** * Space bug enemy entity */ module game.entity.SpaceBug; import game.entity.model.AnimatedEntity; import game.entity.model.Direction; import game.entity.model.Entity; import game.world.World; import game.SoundLib; /** * Space bug entity class */ public class SpaceBug : AnimatedEntity { /** * The pa...
D
module pegged.examples.peggedgrammar; import pegged.grammar; enum PEGGEDgrammar = ` # This is the PEG extended grammar used by Pegged Pegged: # Syntactic rules: Grammar <- Spacing GrammarName Definition+ :eoi Definition <- LhsName Arrow Expression Expression <- :OR? Sequence (:OR Sequence)* Sequ...
D
instance PIR_1394_Addon_InExtremo_YellowPfeiffer(Npc_Default) { name[0] = "Yellow Pfeiffer"; npcType = npctype_main; guild = GIL_NONE; level = 4; flags = 0; voice = 9; id = 1394; flags = NPC_FLAG_IMMORTAL; attribute[ATR_STRENGTH] = 20; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[A...
D
// BulletD - a D binding for the Bullet Physics engine // written in the D programming language // // Copyright: Ben Merritt 2012 - 2013, // MeinMein 2013 - 2014. // License: Boost License 1.0 // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.tx...
D
module tile.draw; /* This belonged to Level originally. But it's useful everywhere, so it is * a global function now. This centralizes knowledge about TerOcc and Torbit. * TerOcc doesn't need to know about Torbit. */ import basics.alleg5; // blender import graphic.torbit; import hardware.tharsis; import tile.occur...
D
/* * entry.d * * The entry point to an app. * */ import user.syscall; // Will be linked to the user's main function int main(char[][]); extern(C) ubyte _bss; extern(C) ubyte _ebss; extern(C) ubyte _edata; extern(C) ubyte _end; extern(C) void _start() { // Zero the bss asm { pushq 0; } ubyte* startBSS ...
D
module graphviz_wrap.dot; import graphviz_wrap.lang; import graphviz_wrap.files; /// Main construction mechanism for Dot files abstract class Dot : File { protected: string _head; string _edge; string _edge_plain; string _comment = "// %s"; string _subgraph = "subgraph %s{"; string _node = "\t%s%s...
D
# FIXED HAL/Target/CC2650/_common/mb_patch.obj: C:/ti/simplelink_cc13x0_sdk_1_50_00_08/source/ti/blestack/hal/src/target/_common/cc26xx/mb_patch.c HAL/Target/CC2650/_common/mb_patch.obj: C:/ti/simplelink_cc13x0_sdk_1_50_00_08/source/ti/blestack/hal/src/target/_common/hal_mcu.h HAL/Target/CC2650/_common/mb_patch.obj: C...
D
/Users/sethsaps/Desktop/tutorial/visitation-app/DerivedData/visitation-app/Build/Intermediates.noindex/visitation-app.build/Debug-iphonesimulator/visitation-app.build/Objects-normal/x86_64/ViewController.o : /Users/sethsaps/Desktop/tutorial/visitation-app/visitation-app/AppDelegate.swift /Users/sethsaps/Desktop/tutoria...
D
// Name collsion module test58_import2; int importedFunction() { return 42; }
D
module Windows.UI.Xaml.Resources; import dwinrt; @uuid("511a84ab-4a88-419f-852e-54083b90b078") @WinrtFactory("Windows.UI.Xaml.Resources.CustomXamlResourceLoader") interface ICustomXamlResourceLoader : IInspectable { } @uuid("5bfd7e49-7886-44f3-8ed3-6fec0463ed69") @WinrtFactory("Windows.UI.Xaml.Resources.CustomXamlRe...
D
/* Converted to D from squirrel.h by htod */ module squirrel.squirrel; /* Copyright (c) 2003-2008 Alberto Demichelis This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted t...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE 273 54 4 0 46 48 -33.5 151.300003 1769 6 6 intrusives, basalt 320 63 9 15.5 34 65 -38 145.5 1854 16 16 extrusives 314 70 6 132 48 50 -33.2999992 151.199997 1844 9 10 intrusives, basalt 302.700012 66.8000031 6.80000019 35 34 65 -38 145.5 1819 10.800...
D
instance VLK_4141_Waffenknecht (Npc_Default) { // ------ NSC ------ name = NAME_WAFFENKNECHT; guild = GIL_MIL; id = 4141; voice = 6; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_OCAMBIENT; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); //setz...
D
/Users/john/Projects/RangeTree/DerivedData/RangeTree/Build/Intermediates/RangeTree.build/Debug-iphonesimulator/RangeTree.build/Objects-normal/x86_64/RangeTree.o : /Users/john/Projects/RangeTree/RangeTree/RangeTree.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphones...
D
import std.conv; import std.exception; import std.stdio; import datafile; enum OmfRecordType { INVALID, THEADR, // Translator Header Record LHEADR, // Library Module Header Record COMENT, // Comment Record (Including all comment class extensions) MODEND16, // Module End Record MODEND32, // Mo...
D
/* * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ module glib.gtrashstack; // #include <glib/gutils.h> // // G_BEGIN_DECLS // // typedef struct _GTrashStack GTrashStack; // struct _GTrashStack ...
D
module tofuEngine.components.mesh_component; import tofuEngine; import graphics.render.meshBatcher; import math.matrix; import graphics.color; mixin registerComponent!MeshComponent; class MeshComponent : Component { private MeshInstanceRef instance; GUID mesh; GUID texture; vec3 location; Quaternion rotation; ...
D
/Users/MohamedNawar/Desktop/Task/build/Pods.build/Debug-iphonesimulator/CryptoSwift.build/Objects-normal/x86_64/Array+Foundation.o : /Users/MohamedNawar/Desktop/Task/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift /Users/MohamedNawar/Desktop/Task/Pods/CryptoSwift/Sources/CryptoSwift/SHA1.swift /Users/MohamedNawar/D...
D