code
stringlengths
3
10M
language
stringclasses
31 values
module android.java.org.w3c.dom.DOMErrorHandler; public import android.java.org.w3c.dom.DOMErrorHandler_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!DOMErrorHandler; import import1 = android.java.java.lang.Class;
D
# FIXED PROFILES/gattservapp_util.obj: C:/ti/simplelink_cc2640r2_sdk_1_35_00_33/source/ti/ble5stack/host/gattservapp_util.c PROFILES/gattservapp_util.obj: C:/ti/simplelink_cc2640r2_sdk_1_35_00_33/source/ti/ble5stack/common/cc26xx/util.h PROFILES/gattservapp_util.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/in...
D
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Console.build/Objects-normal/x86_64/Console+Print.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/console.git--2431895819212044213/Sources/Console/Terminal/String+ANSI.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/cons...
D
// Generated by gnome-h2d.rb <http://github.com/ddude/gnome.d>. module gio.loadableicon; /* GIO - GLib Input, Output and Streaming Library * * Copyright (C) 2006-2007 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li...
D
instance DIA_Carl_EXIT(C_Info) { npc = VLK_461_Carl; nr = 999; condition = DIA_Carl_EXIT_Condition; information = DIA_Carl_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Carl_EXIT_Condition() { return TRUE; }; func void DIA_Carl_EXIT_Info() { AI_StopProcessInfos(self); }; func void...
D
/* * Copyright 2015-2018 HuntLabs.cn * * 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 la...
D
/** * CBC-MAC * * Copyright: * (C) 1999-2007 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.mac.cbc_mac; import botan.constants; static if (BOTAN_HAS_CBC_MAC): import botan.mac.mac; import botan.block.block_cipher; import bo...
D
/***********************************************************************\ * objbase.d * * * * Windows API header module * * ...
D
module xf.hybrid.widgets.TreeView; private { import xf.hybrid.Common; import xf.hybrid.widgets.HBox; import xf.hybrid.widgets.VBox; import xf.hybrid.widgets.Check; import tango.core.Traits : isStaticArrayType; } template Unstatic(T) { static if (isStaticArrayType!(T)) { alias typeof(T.init)[...
D
something that is required in advance required as a prior condition or course of study
D
module runnable; import std.stdio, std.string, std.conv, core.stdc.stdlib, std.container: Array; void main(string[] args) { string imProg = "I'm learning to programming on "; auto codes = new string[1]; codes[0] = "C"; codes ~= "C++"; codes ~= "D"; codes ~= "Java"; codes ~= "Pearl"; codes...
D
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/TemplateKit.build/Objects-normal/x86_64/TemplateRaw.o : /Users/petercernak/vapor/TILApp/.build/checkouts/template-kit.git-9048208343057795534/Sources/TemplateKit/Data/TemplateData.swift /Users/petercernak/vapor/TILApp/.build/checkouts/templa...
D
instance Mod_1252_RIT_Ritter_NW (Npc_Default) { // ------ NSC ------ name = NAME_Ritter; guild = GIL_PAL; id = 1252; voice = 0; flags = 0; npctype = NPCTYPE_nw_paladin; // ------ Attribute ------ B_SetAttributesToChapter (self, 5); // ------ Kampf-Taktik --...
D
/Users/Avinash/Documents/Code/Guru/Guru/DerivedData/Guru/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bolts-Swift.build/Objects-normal/x86_64/Task+WhenAny.o : /Users/Avinash/Documents/Code/Guru/Guru/Pods/Bolts-Swift/Sources/BoltsSwift/Errors.swift /Users/Avinash/Documents/Code/Guru/Guru/Pods/Bolts-Swift/Sources...
D
module scans; import dfl.all, newscan, fileops, visual, resizer, about, std.file, std.stdio, std.conv, std.datetime, std.range, std.array, std.string, core.memory, std.algorithm : map, joiner; class Scans: dfl.form.Form { // Do not modify or move this block of variables. //~Entice Designer variables begin h...
D
module android.java.java.lang.reflect.ParameterizedType_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.java.lang.refl...
D
producing a sizeable profit
D
/** Copyright: Copyright (c) 2017-2019 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ /// Convertion of function IR to textual representation module ir.dump; import std.stdio; import std.format : formattedWrite; import all; struct IrDumpContext { Compila...
D
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
D
instance NOV_1320_Novize(Npc_Default) { name[0] = NAME_Novize; npcType = npctype_ambient; guild = GIL_NOV; level = 3; voice = 3; id = 1320; attribute[ATR_STRENGTH] = 10; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 76; attribute[ATR_HIT...
D
module rna_transcription; import std.string: tr; import std.regex; string dnaComplement(string nucleotide) { if (matchAll(nucleotide, "[^CGTA]")) throw new Exception("Input contain Invalid nucleotides"); return nucleotide.tr("CGTA", "GCAU"); } unittest { import std.exception : assertThrown; const ...
D
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Vapor.build/Routing/Router+Content.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/vapor/Source...
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
/** * Windows API header module * * Translated from MinGW Windows headers * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC core/sys/windows/_rpcndr.d) */ module core.sys.windows.rpcndr; version (Windows): @system: pragma(lib, "rpcrt4"); /* Translation notes: ...
D
/Users/danielmorales/CSUMB/Potluck/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/RxScrollViewDelegateProxy.o : /Users/danielmorales/CSUMB/Potluck/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/danielmorales/CSUMB/Potluck/Pods/RxCocoa/RxCocoa/Deprecated.swift /Users/danielmorales/CSUMB/Potluck/Po...
D
instance PAL_222_Schiffswache(Npc_Default) { name[0] = NAME_Schiffswache; guild = GIL_PAL; id = 222; voice = 12; flags = NPC_FLAG_IMMORTAL; npcType = NPCTYPE_MAIN; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_1h_Pal_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(s...
D
// *************************** // Erfahrungspunkte // *************************** //******************************************************************************** // ADDON //******************************************************************************** const int XP_STUNTBONUS = 100; const int XP_EX...
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 Entity; private import ImageResource; private import Vector; private import Layer; private import Sofu.Sofu; class Entity { public: this(Rect extent) { _extent = new Rect(extent); } Layer layer() { return _layer; } void setLay...
D
/* * utils.d : Utilities */ module utils; import std.stdio, dfile : Base10; /* * File utilities. */ /** * Read file with a struct or array. * Note: MAKE SURE THE STRUCT IS BYTE-ALIGNED. * Params: * file = Current file * s = Void pointer to the first element * size = Size of the struct * rewind = ...
D
import std.stdio; import std.string : format; int sayHello2 (string str) { writeln ("Hello %s from library 2.".format (str)); return 8; }
D
/Users/vladymyrzgonyk/Develops/rides-ios-sdk/.build/x86_64-apple-macosx/debug/rides_ios_sdkTests.build/rides_ios_sdkTests.swift.o : /Users/vladymyrzgonyk/Develops/rides-ios-sdk/Tests/rides-ios-sdkTests/rides_ios_sdkTests.swift /Users/vladymyrzgonyk/Develops/rides-ios-sdk/Tests/rides-ios-sdkTests/XCTestManifests.swift /...
D
instance VLK_449_Lares_DI(Npc_Default) { name[0] = "Ларес"; guild = GIL_NONE; id = 4490; voice = 9; flags = 0; npcType = NPCTYPE_FRIEND; aivar[93] = TRUE; aivar[AIV_PARTYMEMBER] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IgnoresFakeGuild] = TRUE; aivar[AIV_Ignores...
D
/Users/martyn/Development/AppCoordinatorsLearning/DerivedData/AppCoordinatorsLearning/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SkipUntil.o : /Users/martyn/Development/AppCoordinatorsLearning/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/martyn/Development/AppC...
D
/** * Other global optimizations * * Copyright: Copyright (C) 1986-1998 by Symantec * Copyright (C) 2000-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: Distributed under the Boost Software License, Version 1.0...
D
/******************************************************************************* * Copyright (c) 2007, 2009 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, a...
D
/** Contains mathematical structures and functions, used throughout Denjin. Authors: Simon Peter Campbell, peter@spcampbell.co.uk Copyright: Copyright © 2017, Simon Peter Campbell License: MIT */ module denjin.maths; public import denjin.maths.functions; public import denjin.maths.matrix; public impor...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void get(Args...)(ref Args args) { import std.traits, std.meta, std.typecons; static if (Args.length == 1) { alias Arg = Args[0]; static if (isArray!Arg) { ...
D
cause to have, in the abstract sense or physical sense be the cause or source of transfer possession of something concrete or abstract to somebody convey or reveal information convey, as of a compliment, regards, attention, etc. organize or be responsible for convey or communicate give as a present cause to happen or b...
D
void main(){ import std.stdio, std.string, std.conv, std.algorithm; int n, h, a, b, k; rd(n, h, a, b, k); struct T{long t, f;} import std.math; while(k--){ auto data=new T[](2); rd(data[0].t, data[0].f, data[1].t, data[1].f); data.sort!"a.t==b.t ? a.f<b.f : a.t<b.t"; if(data[0].t==data[1].t){...
D
module android.java.android.view.SurfaceHolder_BadSurfaceTypeException_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
// Written in the D programming language. /++ This module defines functions related to exceptions and general error handling. It also defines functions intended to aid in unit testing. Synopsis of some of std.exception's functions: -------------------- string synopsis() { FILE* f = enf...
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Vapor.build/WebSocket/NIOWebSocketServer.swift.o : /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/FileIO.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/FormDataCoder+...
D
an endorsement made in a passport that allows the bearer to enter the country issuing it provide (a passport) with a visa approve officially
D
/++ $(H1 Math Functionality) $(BOOKTABLE $(H2 ,Math modules), $(TR $(TH Module) $(TH Math kind)) $(T2M common, Common math functions) $(T2M constant, Constants) ) Macros: SUBREF = $(REF_ALTTEXT $(TT $2), $2, mir, math, $1)$(NBSP) T2M=$(TR $(TDNW $(MREF mir,math,$1)) $(TD $+)) T2=$(TR $(TDNW $(LREF $1)) $(TD $+)) +/ mod...
D
/Users/harry/Desktop/sportsUp/Build/Intermediates/sportsUp.build/Debug-iphonesimulator/sportsUp.build/Objects-normal/x86_64/ProfileTableViewController.o : /Users/harry/Desktop/sportsUp/sportsUp/AppDelegate.swift /Users/harry/Desktop/sportsUp/sportsUp/models/EventDetailResponseModel.swift /Users/harry/Desktop/sportsUp/s...
D
instance VLK_487_Buergerin (Npc_Default) { // ------ NSC ------ name = NAME_Buergerin; guild = GIL_VLK; id = 487; voice = 17; flags = 0; npctype = NPCTYPE_AMBIENT; //-----------AIVARS---------------- aivar[AIV_ToughGuy] = TRUE; // ------ Attribute ------ B_SetAttributes...
D
func void startup_global() { Game_InitEngintl(); FIX_VERSION_SAVE = FIX_VERSION_START; }; func void init_global() { Game_InitEngintl(); }; func void startup_testlevel() { }; func void init_sub_testlevel() { }; func void init_testlevel() { b_initmonsterattitudes(); b_initguildattitudes(); b_initnpcglobals();...
D
/Users/davidwg/Work/whackadep/webUI/target/debug/build/log-51ace2b55935722e/build_script_build-51ace2b55935722e: /Users/davidwg/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.13/build.rs /Users/davidwg/Work/whackadep/webUI/target/debug/build/log-51ace2b55935722e/build_script_build-51ace2b55935722e.d: /Users/d...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2018 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
instance NOV_652_ToterNovize(Npc_Default) { name[0] = NAME_ToterNovize; guild = GIL_NOV; id = 652; voice = 10; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,2); fight_tactic = FAI_HUMAN_COWARD; aivar[AIV_MM_RestStart] = TRUE; B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head...
D
class T { this(T t = null) {} // Constructor that will be used for copying. override string toString() { return "I'm the instance of T"; } T duplicate() { return new T(this); } bool custom(char c) { return false; } } class S : T { char[] str; this(S s = null) { super(s); if ...
D
/** * This module provides OS specific helper function for DLL support * * Copyright: Copyright Digital Mars 2010 - 2012. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Rainer Schuetze * Source:...
D
////////////////////////////////////////////////////// // HANDLARZ W OBOZIE MYŚLIWYCH // SPECJALIZACJA: ALCHEMIA ////////////////////////////////////////////////////// instance NON_5602_Stanley (Npc_Default) { //Generated by Gothic NPC Maker //----------Info ogolne---------- name = "Stanley"; Npctype = Npctype_Main;...
D
/** BSON serialization and value handling. Copyright: © 2012 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 vibe.data.bson; public import vibe.data.json; import vibe.core.log; import vibe.data.utils; import std....
D
POL_SPD_KT 0102 3 7e 5 TARG_SPDKT 0102 4 7d 5 REACHINGPC 0102 5 7c 5 MEAS_W/A_@ 0106 5 5a 5 MEAS_W/SKT 0106 6 57 5 TARG_TWA_@ 0106 8 53 5 HEEL_____@ 0107 1 34 5 TRIM_____@ 0107 2 9B 5 YAW_RTE_@S 0112 1 44 5 PTCH_RTE@S 0112 2 9E 5 RO...
D
/** * Global optimizer declarations * * Compiler implementation of the * $(LINK2 https://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1986-1998 by Symantec * Copyright (C) 2000-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digita...
D
module properties; import std.stdio : writeln; // =================================================================== // Summary // =================================================================== /* 1. An @property attribute may be applied to free functions or methods 1. Once an @property function is def...
D
/******************************************************************************* * Copyright (c) 2005, 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
// @@@DEPRECATED_2017-06@@@ /** * $(RED Deprecated. Use $(D core.stdc.stdarg) instead. This module will be * removed in June 2017.) * * C's &lt;stdarg.h&gt; * Authors: Hauke Duden and Walter Bright, Digital Mars, www.digitalmars.com * License: Public Domain * Macros: * WIKI=Phobos/StdCStdarg */ dep...
D
/** * Defines `TemplateDeclaration`, `TemplateInstance` and a few utilities * * This modules holds the two main template types: * `TemplateDeclaration`, which is the user-provided declaration of a template, * and `TemplateInstance`, which is an instance of a `TemplateDeclaration` * with specific arguments. * * ...
D
/** * Attributes to tag D code with to specify what to bind and how. * * License: * * 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...
D
int main() { Print(4, 4*8+1, "hello", true , "cs143\n", 8-3-2); }
D
/Users/admin/Desktop/ShopifyWordSearch/build/ShopifyWordSearch.build/Debug-iphonesimulator/ShopifyWordSearch.build/Objects-normal/x86_64/GridCollectionViewCell.o : /Users/admin/Desktop/ShopifyWordSearch/ShopifyWordSearch/AppDelegate.swift /Users/admin/Desktop/ShopifyWordSearch/ShopifyWordSearch/Model/WordSearch.swift /...
D
import std.container; import std.conv; import std.process; import std.stdio; import std.string; void propagateOnNeighbours(ulong[128][] grid, ulong posX, ulong posY, ulong group) { if (posY != 0 && grid[posX][posY-1] != 0 && grid[posX][posY-1] != group) { grid[posX][posY-1] = group; propagateOnNeig...
D
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/Validation.build/Objects-normal/x86_64/InValidator.o : /Users/brunodaluz/Desktop/project/.build/checkouts/validation.git-4244593134350332866/Sources/Validation/Validatable.swift /Users/brunodaluz/Desktop/project/.build/checkouts/validation.git-42...
D
/* * ti_array_ushort.d * * This module implements the TypeInfo for ushort[] * */ module runtime.typeinfo.ti_array_ushort; import runtime.typeinfo.ti_array; class TypeInfo_At : ArrayInfo!("ushort") { }
D
// Copyright Brian Schott (Hackerpilot) 2012. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) module dparse.astprinter; import std.array; import std.stdio; import std.string; import dparse...
D
# DO NOT DELETE .wscode.f2ef46a2-65b1-11e4-9717-fa358a89beef.myWS/RooCFAuto003Pdf_cxx.so: /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.05/x86_64-slc5-gcc43-opt/root/include/Riostream.h .wscode.f2ef46a2-65b1-11e4-9717-fa358a89beef.myWS/RooCFAuto003Pdf_cxx.so: /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.05/x86_64-slc5-gcc...
D
instance VLK_472_Buergerin(Npc_Default) { name[0] = NAME_Buergerin; guild = GIL_VLK; id = 472; voice = 16; flags = 0; npcType = NPCTYPE_AMBIENT; aivar[AIV_ToughGuy] = TRUE; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; B_CreateAmbientInv(self); EquipItem(self,ItMw_1h_Vlk_Dagger); B_Set...
D
module ud1_arkanoid_d.bonus; struct Bonus { import ud1_arkanoid_d.ball; import ud1_arkanoid_d.bonus_info; import ud1_arkanoid_d.vector2d; import ud1_arkanoid_d.game; import ud1_arkanoid_d.world; Ball ball; alias ball this; this(in Vector pos, in BonusInfo info, BonusType type, Game *game) { rad = info.bon...
D
import smidig.runtime : Engine; import smidig.util : render_string; import std.stdio : writefln; void main() { //track allocs yes import trackallocs; auto tracker = allocsTracker(); Game game; auto result = Game.create(game); final switch (result) with (Game.Error) { case EngineInitFailed: writefln("[Ga...
D
// D import file generated from 'EdrLib.d' module EdrLib; pragma (lib, "gdi32.lib"); pragma (lib, "comdlg32.lib"); import win32.windef; import win32.wingdi; import std.utf : count, toUTFz; auto toUTF16z(S)(S s) { return toUTFz!(const(wchar)*)(s); } export extern (Windows) BOOL EdrCenterText(HDC hdc, PRECT prc, string ...
D
/** * Auto Seeded RNG * * Copyright: * (C) 2008 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.rng.auto_rng; public import botan.rng.rng; import botan.utils.types; final class AutoSeededRNG : RandomNumberGenerator { public: ...
D
/** * Authors: Frank Benoit <keinfarbton@googlemail.com> */ module java.io.FileOutputStream; public import java.io.File; public import java.io.OutputStream; import java.lang; version(Tango){ import TangoFile = tango.io.device.File; } else { // Phobos static import std.stream; } public class FileOutputStre...
D
/** * The vararg module is intended to facilitate vararg manipulation in D. * It should be interface compatible with the C module "stdarg," and the * two modules may share a common implementation if possible (as is done * here). * Copyright: Copyright Digital Mars 2000 - 2009. * License: $(LINK2 http://www.boos...
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
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 317 63 14 16 23 56 -32.5 151 1840 20 20 extrusives, basalts
D
/Users/German/projects/iOS/FunFacts/DerivedData/FunFacts/Build/Intermediates/FunFacts.build/Debug-iphonesimulator/FunFacts.build/Objects-normal/x86_64/AppDelegate.o : /Users/German/projects/iOS/FunFacts/FunFacts/FactBook.swift /Users/German/projects/iOS/FunFacts/FunFacts/ViewController.swift /Users/German/projects/iOS/...
D
/* TEST_OUTPUT: --- fail_compilation/diag_err1.d(21): Error: undefined identifier `x` fail_compilation/diag_err1.d(21): while evaluating pragma(msg, [1, 2, x].length) fail_compilation/diag_err1.d(22): Error: undefined identifier `x` fail_compilation/diag_err1.d(22): Error: undefined identifier `y` fail_compilati...
D
/** * Code generation 3 * * Includes: * - generating a function prolog (pushing return address, loading paramters) * - generating a function epilog (restoring registers, returning) * - generation / peephole optimizations of jump / branch instructions * * Compiler implementation of the * $(LINK2 https://www.dla...
D
/Users/pramonowang/Desktop/anyhour/DerivedData/anyhour/Build/Intermediates/anyhour.build/Debug-iphonesimulator/anyhour.build/Objects-normal/x86_64/ViewController.o : /Users/pramonowang/Desktop/anyhour/anyhour/ViewController.swift /Users/pramonowang/Desktop/anyhour/anyhour/AppDelegate.swift /Applications/Xcode.app/Conte...
D
//Written in the D programming language /++ D header file for Linux extensions to POSIX's time.h. Copyright: Copyright 2014 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) +/ module core.sys.linux.time; public impor...
D
sound recording consisting of a disk with a continuous groove something with a round shape resembling a flat circular plate (computer science) a memory device consisting of a flat disk covered with a magnetic coating on which information is stored a flat circular plate
D
/** Copyright: Copyright (c) 2015-2018 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ module voxelman.movement.plugin; import voxelman.log; import voxelman.math; import pluginlib; import voxelman.core.events; import voxelman.config.configmanager : Config...
D
version(SSL_STAR) : // TODO: ssl sport import core.stdc.errno; import core.stdc.string; import core.thread; import std.string; import std.socket; import std.exception; import std.experimental.logger; import yu.eventloop; import yu.asyncsocket.transport; import yu.asyncsocket.tcpsocket; import yu.exception; import...
D
module krepel.memory.construction; import krepel.memory; import Meta = krepel.meta; private static import std.conv; Type Construct(Type, ArgTypes...)(void[] RawMemory, auto ref ArgTypes Args) if(is(Type == class)) { return std.conv.emplace!Type(RawMemory, Args); } Type* Construct(Type, ArgTypes...)(void[] RawMe...
D
server { listen 80; server_name extract-article; root /usr/share/nginx/html; }
D
/Users/mac/Desktop/IOS_VNM/Assignment_iOS_Team_VNM/build/Assignment.build/Debug-iphonesimulator/Assignment.build/Objects-normal/x86_64/UIWindow+Extension.o : /Users/mac/Desktop/IOS_VNM/Assignment_iOS_Team_VNM/Assignment/Controller/AlarmPIC.swift /Users/mac/Desktop/IOS_VNM/Assignment_iOS_Team_VNM/Assignment/Controller/A...
D
import gfm.opengl, gfm.math; import engine; import quadbuilder_pnt, blocks, sides; /*class CubeGenerator { OpenGL gl; VertexSpecification!VertexPNT spec; ModelSetter setter; this(OpenGL gl, VertexSpecification!VertexPNT spec, ModelSetter modelSetter) { this.gl = gl; this.spec = spec; this.sett...
D
/Users/abyss/Desktop/APerfectServer/.build/debug/PerfectThread.build/Promise.swift.o : /Users/abyss/Desktop/APerfectServer/.build/checkouts/Perfect-Thread.git-6541237758607105655/Sources/Promise.swift /Users/abyss/Desktop/APerfectServer/.build/checkouts/Perfect-Thread.git-6541237758607105655/Sources/ThreadQueue.swift /...
D
/** * Authors: Frank Benoit <keinfarbton@googlemail.com> */ module java.io.BufferedInputStream; import java.io.InputStream; import java.lang.all; public class BufferedInputStream : java.io.InputStream.InputStream { alias read = java.io.InputStream.InputStream.read; private enum int defaultSize = 8192; protecte...
D
import std.stdio, std.container, std.conv, std.string; import src.structure.skiplist; import src.utils.randomgenerator; int main() { writeln("Création SkipList"); tester_add(); //tester_final(); writeln("Fin du programme !"); return 0; } void tester_add() { SkipList!(int) skiplist = new SkipL...
D
module euler.solutions._11; import euler.common.solutions; import euler.common.data; int[][] numbers; mixin prepare_data!(11, { numbers = data_file_as_matrix!int; }); mixin solution!(11, { long max; for (int y = 0; y < 20; y++) { for (int x = 0; x < 17; x++) { foreach (dir; [[0, 1], [1, 0], [1, 1], [-1, ...
D
module dmledit; import dlangui; import dlangui.dialogs.filedlg; import dlangui.dialogs.dialog; import dlangui.dml.dmlhighlight; import dlangui.widgets.metadata; import std.array : replaceFirst; mixin APP_ENTRY_POINT; // action codes enum IDEActions : int { //ProjectOpen = 1010000, FileNew = 1010000, File...
D
/Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/IBDesignables/Intermediates/CoreDataSampleApp.build/Debug-iphonesimulator/CoreDataSampleApp.build/Objects-normal/x86_64/Task+CoreDataProperties.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController.swift /Users/apple-1/...
D
/* TEST_OUTPUT: --- fail_compilation/test18708.d(24): Error: one path skips field `s` fail_compilation/test18708.d(29): Error: one path skips field `s` fail_compilation/test18708.d(34): Error: one path skips field `s` fail_compilation/test18708.d(39): Error: one path skips field `s` --- */ // https://issues.dlang.org/s...
D
/******************************************************************************* * Copyright (c) 2007, 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, a...
D
/Users/chenyihang/Desktop/SWIFT_Learn/SWIFT_RX_RAC_Demo/.build/debug/RxTest.build/Any+Equatable.swift.o : /Users/chenyihang/Desktop/SWIFT_Learn/SWIFT_RX_RAC_Demo/.build/checkouts/RxSwift.git--5214619868639177420/Sources/RxTest/Recorded.swift /Users/chenyihang/Desktop/SWIFT_Learn/SWIFT_RX_RAC_Demo/.build/checkouts/RxSwi...
D
/** * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright */ /* Copyright Digital Mars 2004 - 2009. * Distributed under the Boost Software License, Version 1.0. * (See...
D