code
stringlengths
3
10M
language
stringclasses
31 values
module CPUblit.colorlookup; /** * CPUblit * Color look-up and planar to chunky (coming soon) conversion functions. */ public import CPUblit.colorspaces; import bitleveld.datatypes; /** * Converts an indexed image of type T (eg. ubyte, ushort) into an unindexed type of U (eg. Pixel16Bit, Pixel32Bit). */ public vo...
D
template TT(T...) { alias T TT; } void TestOpAssign(Tx, Ux, ops)() { foreach(T; Tx.x) foreach(U; Ux.x) foreach(op; ops.x) { T a = cast(T)1; mixin("a " ~ op ~ " cast(U)1;"); } } void TestOpAssignAssign(Tx, Ux, ops)() { foreach(T; Tx.x) foreach(U; Ux.x) foreach(op; ops.x...
D
/++ Generic interface for RDBMS access. Use with one of the implementations in [arsd.mysql], [arsd.sqlite], [arsd.postgres], or [arsd.mssql]. I'm sorry the docs are not good, but a little bit goes a long way: --- auto db = new Sqlite("file.db"); // see the implementations for constructors // then the interface, fo...
D
someone who owns a home
D
/Users/Avinash/Documents/Code/Poochie/Poochie/DerivedData/Poochie/Build/Intermediates/Pods.build/Debug-iphonesimulator/EPDeckView.build/Objects-normal/x86_64/EPDeckView.o : /Users/Avinash/Documents/Code/Poochie/Poochie/Pods/EPDeckView/Pod/Classes/EPCardView.swift /Users/Avinash/Documents/Code/Poochie/Poochie/Pods/EPDec...
D
module ogregl.compat; import ogre.compat; import std.conv: to; import derelict.opengl3.gl; //No nVidia or ATI specific bits right now if ever enum { NV_fragment_program = false, NV_fragment_program_option = false, NV_occlusion_query = false, NV_register_combiners = false, NV_texture_compression_vt...
D
func void B_KommMit() { AI_Output(other,self,"DIA_AkilsSchaf_KommMit_15_00"); //Come with me! }; func void b_biff_verarschen() { AI_Output(self,other,"DIA_Biff_ARBEITEN_lebenlassen_07_01"); //I don't need you to make a fool out of myself. }; func void B_BiffsAnteil_Berechnung() { var int momentanKohle; var int U...
D
instance VLK_471_Edda(Npc_Default) { name[0] = "Edda"; guild = GIL_VLK; id = 471; voice = 17; flags = 0; npcType = npctype_main; aivar[AIV_ToughGuy] = TRUE; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; B_CreateAmbientInv(self); EquipItem(self,ItMw_1h_Vlk_Dagger); B_SetNpcVisual(self,F...
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
instance DIA_SHRAT_EXIT(C_Info) { npc = sek_8047_shrat; nr = 999; condition = dia_shrat_exit_condition; information = dia_shrat_exit_info; permanent = TRUE; description = Dialog_Ende; }; func int dia_shrat_exit_condition() { return TRUE; }; func void dia_shrat_exit_info() { AI_StopProcessInfos(self); }; i...
D
void main() { auto ip = readAs!(long[]), N = ip[0], M = ip[1], K = ip[2]; auto com = new COM(N+1, 998244353); long res; long col = M; foreach_reverse(i; 0..N) { long now = col; now *= com.nCr(N-1, i); if(i <= K) res += now; col *= M-1; col %= 998244353; res %= 998244353; } res.writeln; } /* * Onl...
D
module jamc.client.graphics; import std.conv; import std.exception; import std.stdio; import std.typetuple; import jamc.api.eventTypes; import jamc.api.game; import jamc.api.graphics; import jamc.util.vector; import jamc.util.gpu.gl; import derelict.sdl2.sdl; import derelict.opengl3.gl; class ClientGraphicsMgr : I...
D
/** * D header file for C99. * * Copyright: Public Domain * License: Public Domain * Authors: Sean Kelly * Standards: ISO/IEC 9899:1999 (E) */ module core.stdc.string; private import core.stdc.stddef; // for size_t extern (C): void* memchr(in void* s, int c, size_t n); int memcmp(in void* s1, in void* s...
D
import std.stdio, std.string, std.array, std.algorithm, std.conv, std.typecons, std.numeric, std.math; void main() { auto N = readln.chomp.to!int; long[] HS, SS; foreach (_; 0..N) { auto hs = readln.split.to!(long[]); HS ~= hs[0]; SS ~= hs[1]; } long l, r = long.max/2; ...
D
/home/sriharikapu/substrate-node-template/target/release/deps/tempfile-8b362b18f1aa50b2.rmeta: /home/sriharikapu/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/lib.rs /home/sriharikapu/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.1.0/src/dir.rs /home/sriharikapu/.cargo/registry/src/git...
D
import structures; extern (C): int playerGetId(_Player*); char* playerGetPlayerName(_Player*); float playerGetTime(_Player*); int playerGetScarabs(_Player*); int playerGetRoundsWon(_Player*); int playerGetSarcophagiCaptured(_Player*); int mappableGetId(_Mappable*); int mappableGetX(_Mappable*); int mappableGetY(_Map...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** License...
D
/Users/admin/Desktop/Day06/DemoClass/DerivedData/DemoClass/Build/Intermediates/DemoClass.build/Debug-iphonesimulator/DemoClassTests.build/Objects-normal/x86_64/DemoClassTests.o : /Users/admin/Desktop/Day06/DemoClass/DemoClassTests/DemoClassTests.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.x...
D
// Copyright © 2012, Bernard Helyer. All rights reserved. // See copyright notice in src/volt/license.d (BOOST ver. 1.0). module volt.parser.intir; import volt.ir.base; import volt.ir.type; import volt.ir.declaration; import volt.ir.expression; /* * This file contains an internal pre IR (AST) representation of IR ...
D
module kernel.core.util; /** This method checks to see if the value stored in the bit number declared by the input variable "bit" in the flag declared by the input variable "flags" is set. Returns a 1 if it is set, returns a 0 if it is not set. Params: flags = The flags from the multiboot header the kernel wishes t...
D
struct AGH{ void foo(){ bool[][] delegate(bool[][] delegate(int) dg)immutable nothrow pure @safe a; bool[][] delegate(bool[][] delegate(int)) b=a; } auto fooa = [(int x)=>x,x=>x]; // ok auto foob = [x=>x,(int x)=>x]; // ok auto fooc = [x=>x]; // error void food(T)(T arg){} // ok void main(){ food(x=>x); /...
D
jQuery(document).ready(function(e){function t(e,t,n){var i=d(e.eventsWrapper),r=Number(e.timelineWrapper.css("width").replace("px",""));"next"==n?a(e,i-r+x,r-t):a(e,i+r-x)}function n(e,t,n){var i=e.eventsContent.find(".selected");if(("next"==n?i.next():i.prev()).length>0){var a=e.eventsWrapper.find(".selected"),s="next...
D
module examples.ex_multiple_qtl_plots; import std.stdio, std.string, std.conv, std.math, std.file; import gnuplot.gnuaux, gnuplot.data, gnuplot.output, gnuplot.plot; void ex_multiple_qtl_plots(){ float[][] datamatrix = parseCSV!float("data/example/qtls.txt"); auto gnudata = new GNUdata!float(datamatrix); // Sel...
D
/******************************************************************************* * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, a...
D
module godot.splitcontainer.all; public import godot.splitcontainer, godot.hsplitcontainer, godot.vsplitcontainer;
D
/Users/zyang/SNGithub/Cosmos/Build/Intermediates/Cosmos.build/Debug-iphonesimulator/Cosmos.build/Objects-normal/x86_64/View+Shadow.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/Cos...
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
/* * 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
/* * gdipluscachedbitmap.d * * This module implements GdiPlusCachedBitmap.h for D. The original * copyright info is given below. * * Author: Dave Wilkinson * Originated: November 25th, 2009 * */ module binding.win32.gdipluscachedbitmap; import binding.win32.windef; import binding.win32.winbase; import bindin...
D
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/Console.build/Objects-normal/x86_64/ActivityIndicatorRenderer.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/console.git--2038011266701773803/Sources/Console/Terminal/ANSI.swift /Users/phungdu/Documents/code/vapor/TILApp/...
D
module and.util; alias void delegate ( uint currentEpoch, real currentError, real deltaError, real largestError, real deltaLargestError ) trainingProgressCallback; int nodeWinner( real [] ins ) { int n = 0; real temp = real.infinity * -1; for ( int i = 0 ; i < ins.length; i++ ) { if ( ins[i] > temp )...
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, an...
D
/Users/abdulbasitajeigbe/cs181g/tictactoe/target/debug/build/ryu-2f42ed81466b0fa0/build_script_build-2f42ed81466b0fa0: /Users/abdulbasitajeigbe/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/build.rs /Users/abdulbasitajeigbe/cs181g/tictactoe/target/debug/build/ryu-2f42ed81466b0fa0/build_script_build-2f42ed8...
D
// dear imgui, v1.83 // (tables and columns code) module d_imgui.imgui_tables; /* Index of this file: // [SECTION] Commentary // [SECTION] Header mess // [SECTION] Tables: Main code // [SECTION] Tables: Simple accessors // [SECTION] Tables: Row changes // [SECTION] Tables: Columns changes // [SECTION] Tables: Column...
D
/Users/bernardo.tolosa/Documents/workspace/iosworks/basicmvvm/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ConnectableObservableType.o : /Users/bernardo.tolosa/Documents/workspace/iosworks/basicmvvm/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bernardo.tolosa/Documents/w...
D
/Users/antonimuller/WebstormProjects/WebAssemblyPerformance/hashAlgorithm/target/release/build/generic-array-b064c1f96a7e9c28/build_script_build-b064c1f96a7e9c28: /Users/antonimuller/.cargo/registry/src/github.com-1ecc6299db9ec823/generic-array-0.14.4/build.rs /Users/antonimuller/WebstormProjects/WebAssemblyPerformanc...
D
import core.stdc.errno; import core.atomic; import core.thread; import std.stdio; import std.conv; import std.socket; import std.bitmanip; void main(string[] argv) { ubyte[] data = new ubyte[10000]; data[0] = 1; data[$ - 1] = 2; for (int i = 0; i < 10; i++) { new Thread( { ...
D
module menu.browser.replay; /* * This must be refactored: Even though we inherit * from BrowserCalledFromMainMenu, we may not implement levelRecent() inout * despite the base class's promise. Reason: _matcher requires mutability. * For now, we have assert(false) in levelRecent() and thus violate OO. * See comment...
D
/** * * THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU atmega64hve2 WITH ARCHITECTURE avr5 * */ module avr.specs.specs_atmega64hve2; 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__ = tru...
D
import std.stdio; import neuro.d; import std.random; void main() { auto f = new Fabric(); Neuron n; for (int i = 0; i < 10; i++) { n = new Neuron(i, uniform(0.0f, 3.3f)); f.attach(n); } f.shuffle(1.0f); f.printDebug(); }
D
import std.stdio, std.array, std.string, std.conv, std.algorithm; import std.typecons, std.range, std.random, std.math, std.container; import std.numeric, std.bigint, core.bitop, std.bitmanip; void main() { immutable long MOD = 10^^9 + 7; auto s = readln.split.map!(to!int); auto N = s[0]; auto M =...
D
import misc; import std.math; // TODO look up vector ops in D class DVec : Vector { double[] vals; this(ulong dimension) { //this.vals = double[]; // this.vals = double[]; this.vals.length = dimension; } // ~this() { // delete vals; // } double get(uint index) { assert(index >= 0 && index < vals.le...
D
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/debug/build/parking_lot-b37cffebe5dd7bb8/build_script_build-b37cffebe5dd7bb8: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/parking_lot-0.9.0/build.rs /Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/debug/bui...
D
module UnrealScript.TribesGame.GFxTrPage_RotationType; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.GFxTrPage; import UnrealScript.GFxUI.GFxObject; extern(C++) interface GFxTrPage_RotationType : GFxTrPage { public extern(D): private static __gshared ScriptClass mStaticC...
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 main; import std.algorithm; import std.array; import std.conv; import std.file; import s...
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/linjianguo/Desktop/ReactiveCoCoDemo/DerivedData/ReactiveCoCoDemo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactiveCocoa.build/Objects-normal/x86_64/UIPickerView.o : /Users/linjianguo/Desktop/ReactiveCoCoDemo/Pods/ReactiveCocoa/ReactiveCocoa/UIKit/UITextField.swift /Users/linjianguo/Desktop/Re...
D
import std.getopt; import std.stdio; import Server; import Client; void main(string[] args) { bool server, client; string ip = "127.0.0.1"; ushort port = 2060; auto help = getopt(args, "server|s", &server, "client|c", &client, "ip|i", &ip, "port|p", &port); if (help.helpWanted) { defaultGetoptPrinter("Packe...
D
noisy confusion and turbulence a swaggering show of courage a violent gusty wind vain and empty boasting blow hard show off act in an arrogant, overly self-assured, or conceited manner
D
instance BAU_938_Bauer(Npc_Default) { name[0] = NAME_Bauer; guild = GIL_BAU; id = 938; voice = 7; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,1); aivar[AIV_MM_RestStart] = TRUE; level = 1; B_GiveNpcTalents(self); B_SetFightSkills(self,15); fight_tactic = FAI_HUMAN_COWARD; EquipItem...
D
/** Authors: thepumpkin1979, johan@firebase.co */ module duv.core; import duv.c; import core.thread; debug { import std.stdio; } private { static DuvLoop _defaultLoop; struct DUVError { uv_err_t err; string errorMessage; public @property bool ok() { return this.err.code == 0; } } Th...
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
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Core.build/String.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/core.git-9210800844849382486/Sources/Core/RFC1123.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/core.git-92108...
D
// Written in the D programming language. /** * $(RED Warning: This module is considered out-dated and not up to Phobos' * current standards. It will remain until we have a suitable replacement, * but be aware that it will not remain long term.) * * The std.cstream module bridges core.stdc.stdio (or s...
D
in an absurd manner or to an absurd degree
D
act in disregard of laws, rules, contracts, or promises spread over land, especially along a subsiding shoreline commit a sin pass beyond (limits or boundaries)
D
/***********************************************************************\ * snmp.d * * * * Windows API header module * * ...
D
# FIXED pru.obj: C:/team5demoday/mylabs/final_v1/src/pru.c pru.obj: C:/team5demoday/_shared/bsl/inc/evmomapl138.h pru.obj: C:/CCStudio_v7/ccsv7/tools/compiler/c6000_7.4.22/include/stdint.h pru.obj: C:/team5demoday/_shared/bsl/inc/evmomapl138_sysconfig.h pru.obj: C:/team5demoday/_shared/bsl/inc/evmomapl138_psc.h pru.ob...
D
module hashset; import std.experimental.logger; import std.stdio; import std.string; T nextPOT(T)(T x) { --x; x |= x >> 1; x |= x >> 2; x |= x >> 4; static if (T.sizeof >= 16) x |= x >> 8; static if (T.sizeof >= 32) x |= x >> 16; static if (T.sizeof >= 64) x |= x >> 32; ++x; return x; } struct HashSet(Key...
D
var int Fisk_ItemsGiven_Chapter_1; var int Fisk_ItemsGiven_Chapter_2; var int Fisk_ItemsGiven_Chapter_3; var int Fisk_ItemsGiven_Chapter_4; var int Fisk_ItemsGiven_Chapter_5; FUNC VOID B_GiveTradeInv_Mod_Fisk_MT (var C_NPC slf) { if ((Kapitel >= 1) && (Fisk_ItemsGiven_Chapter_1 == FALSE)) { CreateInvItems (slf, I...
D
/home/xavi_nadal/Projects/algorithms_and_complexity_challenge/alignment_rust/target/rls/debug/deps/alignment_rust-a0a169c1b26de812.rmeta: src/lib.rs /home/xavi_nadal/Projects/algorithms_and_complexity_challenge/alignment_rust/target/rls/debug/deps/alignment_rust-a0a169c1b26de812.d: src/lib.rs src/lib.rs:
D
/Users/sinakhanjani/vapor/app/build/app.build/Debug/Kanna.build/Objects-normal/x86_64/libxmlHTMLNode.o : /Users/sinakhanjani/vapor/app/.build/checkouts/Kanna/Sources/Kanna/CSS.swift /Users/sinakhanjani/vapor/app/.build/checkouts/Kanna/Sources/Kanna/Kanna.swift /Users/sinakhanjani/vapor/app/.build/checkouts/Kanna/Source...
D
int main() { double a; double b; a = b = 1.2; Print(a); Print(b); }
D
module vksdk.objects.base.Country; import vibe.data.json; /** * Country object */ class Country { /** * Country ID */ @name("id") private int id; /** * Country title */ @name("title") private string title; int getId() { return id; } string getTitle...
D
a person who jumps an athlete who competes at jumping a crocheted or knitted garment covering the upper part of the body a coverall worn by children a small connector used to make temporary electrical connections a loose jacket or blouse worn by workmen a sleeveless dress resembling an apron (basketball) a player relea...
D
/* REQUIRED_ARGS: TEST_OUTPUT: --- fail_compilation/test20809.d(114): Error: returning `this.a` escapes a reference to parameter `this` fail_compilation/test20809.d(112): perhaps annotate the function with `return` --- */ // https://issues.dlang.org/show_bug.cgi?id=20809 #line 100 @safe: struct S { @saf...
D
/Users/davidwg/Work/whackadep/webUI/target/debug/build/httparse-845727734b5506ca/build_script_build-845727734b5506ca: /Users/davidwg/.cargo/registry/src/github.com-1ecc6299db9ec823/httparse-1.3.4/build.rs /Users/davidwg/Work/whackadep/webUI/target/debug/build/httparse-845727734b5506ca/build_script_build-845727734b5506...
D
import mdns; import messages; import prefs; import rendering; import std.algorithm; import std.concurrency; import std.experimental.logger; import std.process; import std.stdio; import std.string; import std.range; import optional; import beebotte; import dotstar; auto routes(immutable(Prefs) prefs, Tid renderer) { ...
D
module tests.fail.normal; import unit_threaded; @("wrong.0") unittest { shouldBeTrue(5 == 3); shouldBeFalse(5 == 5); 5.shouldEqual(5); 5.shouldNotEqual(3); 5.shouldEqual(3); } @("wrong.1") unittest { shouldBeTrue(false); } @("right") unittest { shouldBeTrue(true); } @("true") unitte...
D
/* * ti_real.d * * This module implements the TypeInfo for the real type. * * License: Public Domain * */ module mindrt.typeinfo.ti_real; import mindrt.util; class TypeInfo_e : TypeInfo { char[] toString() { return "real"; } hash_t getHash(void *p) { return (cast(uint *)p)[0] + (cast(uin...
D
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, a...
D
instance DIA_Gomez_Exit(C_Info) { npc = EBR_100_Gomez; nr = 999; condition = DIA_Gomez_Exit_Condition; information = DIA_Gomez_Exit_Info; permanent = 1; description = DIALOG_ENDE; }; func int DIA_Gomez_Exit_Condition() { return 1; }; func void DIA_Gomez_Exit_Info() { AI_StopProcessInfos(self); }; instance...
D
func Main() { (42).Foo := 42; // error, }
D
instance Mod_1960_VMG_Thorge_TUG (Npc_Default) { // ------ NSC ------ name = "Thorge"; guild = GIL_out; id = 1960; voice = 13; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; aivar[AIV_Partymember] = TRUE; // ------ Attribute ------ B_SetAttributesToChapter (se...
D
import std.stdio; import std.string; import std.array; string card, next, tmp, s; string[] queue; int pos; int[string] memo; int[4] d = [-1, 1, 4, -4]; void main(){ card = "01234567"; queue ~= card; memo[card] = 0; solve(); while (s = chomp(readln()), s) { s = replace(s, " ", ""); writeln(memo[s]); } } vo...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010-2011 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_...
D
the cardinal number that is the product of ten and nine being ten more than eighty
D
/* TEST_OUTPUT: --- fail_compilation/fail167.d(12): Error: cannot modify const expression *p --- */ void main() { int x; const(int)* p = &x; *p = 3; }
D
// Copyright (c) 1999-2011 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com import std.c.stdio; version (D_PIC) { int main() { return 0; } } else version (D_InlineAsm_X86_64) { struct M128 { int a,b,c,d; }; struct M64 { int a,b; }; /+ __gshared byte b; __gshared s...
D
module b; void test() { }
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.engine.impl.TransportLink; import hunt.proton.amqp.UnsignedInteger; import hunt.prot...
D
/Users/bilalshahid/Developer/Qaida/build/Qaida.build/Debug-iphonesimulator/Qaida.build/Objects-normal/x86_64/QaidaViewController.o : /Users/bilalshahid/Developer/Qaida/Qaida/AppDelegate.swift /Users/bilalshahid/Developer/Qaida/Qaida/Lessons/lessonsCell.swift /Users/bilalshahid/Developer/Qaida/Qaida/Takhti/GridViewCell....
D
/* TEST_OUTPUT: --- fail_compilation/fail2350.d(8): Error: function `fail2350.test2350` naked assembly functions with contracts are not supported --- */ void test2350() in { } body { asm { naked; } }
D
/** * Handles target-specific parameters * * In order to allow for cross compilation, when the compiler produces a binary * for a different platform than it is running on, target information needs * to be abstracted. This is done in this module, primarily through `Target`. * * Note: * While DMD itself does not ...
D
/// module nanogui.button; /* NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>. The widget drawing code is based on the NanoVG demo application by Mikko Mononen. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE.txt file. */...
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
/** * Context speciailization support. * * Copyright: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: $(LINK2 http://cattermole.co.nz, Richard Andrew Cattermole) */ module std.experimental.ui.context_features; public import std.experimental.ui.context_features.vram;
D
// ************************************************************ // EXIT // ************************************************************ INSTANCE DIA_Maria_EXIT (C_INFO) { npc = BAU_910_Maria; nr = 999; condition = DIA_Maria_EXIT_Condition; information = DIA_Maria_EXIT_Info; permanent ...
D
mechanical device that attaches to a garden hose for watering lawn or garden
D
/* * Brew Library by erik wikforss */ module brew.gio; import brew.gstr; import gio.File; import gtkc.gio; alias gio.File.File GioFile; /** * Gets the base name (the last component of the path) for a given GFile. * If called for the top level of a system (such as the filesystem root * or a uri like s...
D
module stdext.ddocmacros; import std.traits; import std.range; import std.ascii; import std.string; // version = LOG; version(LOG) import std.stdio; C[][] ddocArgs(C,S)(ref S src) { C[][] args; C[] arg; if(!src.empty && src.front.isWhite) src.popFront; int parens = 0; while(!src.empty) ...
D
module ppl.resolve.ResolveAssert; import ppl.internal; final class ResolveAssert { private: Module module_; ResolveModule resolver; FoldUnreferenced foldUnreferenced; public: this(ResolveModule resolver) { this.resolver = resolver; this.module_ = resolver.module_; ...
D
// Compiler implementation of the D programming language // Copyright (c) 1999-2015 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt module ddmd.dinifile; import core.s...
D
/Users/kk/Desktop/ACC/DerivedData/ACC/Build/Intermediates/ACC.build/Debug-iphoneos/ACC.build/Objects-normal/armv7/Gyroscop.o : /Users/kk/Desktop/ACC/ACC/Accelerometer.swift /Users/kk/Desktop/ACC/ACC/ViewController.swift /Users/kk/Desktop/ACC/ACC/Gyroscop.swift /Users/kk/Desktop/ACC/ACC/AppDelegate.swift /Applications/X...
D
/** * A library bitfields utility * * Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved * Authors: Dennis Korpel * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/common/bi...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/App.build/boot.swift.o : /Users/lb/Documents/Project/LearnVapor/Sources/App/configure.swift /Users/lb/Documents/Project/LearnVapor/Sources/App/Models/Todo.swift /Users/lb/Documents/Project/LearnVapor/Sources/App/app.swift /Users/lb/Documents/P...
D
struct Item { string name; int weight, value; } immutable Item[] items = [ {"apple", 39, 40}, {"banana", 27, 60}, {"beer", 52, 10}, {"book", 30, 10}, {"camera", 32, 30}, {"cheese", 23, 30}, {"compass", 13, 35}, {"glucose", 15, 60}, {"map", ...
D
/home/zbf/workspace/git/RTAP/target/debug/deps/uuid-a575efa99d8f95e3.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/uuid-0.7.4/src/lib.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/uuid-0.7.4/src/adapter/mod.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0c...
D
# FIXED source/NFC-A.obj: ../source/NFC-A.c source/NFC-A.obj: C:/ti/ccsv7/ccs_base/msp430/include/msp430.h source/NFC-A.obj: C:/ti/ccsv7/ccs_base/msp430/include/msp430fr5994.h source/NFC-A.obj: C:/ti/ccsv7/ccs_base/msp430/include/in430.h source/NFC-A.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.4.LTS/include/int...
D
instance DIA_MELVIN_EXIT(C_INFO) { npc = vlk_582_melvin; nr = 999; condition = dia_melvin_exit_condition; information = dia_melvin_exit_info; permanent = 1; description = DIALOG_ENDE; }; func int dia_melvin_exit_condition() { return 1; }; func void dia_melvin_exit_info() { AI_StopProcessInfos(self); }; in...
D