code
stringlengths
3
10M
language
stringclasses
31 values
<?xml version="1.0" encoding="ASCII"?> <di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi"> <pageList> <availablePage> <emfPageIdentifier href="random_test_arch.notation#_YSPzUHT...
D
// AndroidPush project // Copyright 2012 Philippe Quesnel // Licensed under the Academic Free License version 3.0 module main; import std.stdio; import std.conv; import std.file; import std.exception; import std.variant; import std.algorithm; import json; // probs w. std.json w. GDCm, use a local modif of it!! clas...
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; immutable long MOD = 10^^9 + 7; immutable long INF = 1L << 59; void main() { auto s = readln.split.map!(to!int); auto...
D
module ui.compute.width; import ui; void compute_width( Element* element ) { with ( element ) switch ( width.type ) { case CSSValueType.Pos: computed.width = width.pos; break; case CSSValueType.Length: computed.width = width.length.toPixels; ...
D
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/NIOTransportServices.build/TCPOptions+SocketChannelOption.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/swift-nio-transport-services/Sources/NIOTransportServices/St...
D
var int ATR_Training[ATR_INDEX_MAX]; var int ATR_TempBonus[ATR_INDEX_MAX]; var int ATR_PermBonus[ATR_INDEX_MAX]; // teacher over limiting depends on (training / equipment / permanent bonuses) var int ATR_TeachLimitFlags_TS_Training; var int ATR_TeachLimitFlags_TS_TempBonus; var int ATR_TeachLimitFlags_TS_Perm...
D
instance DIA_Garvell_EXIT(C_Info) { npc = VLK_441_Garvell; nr = 999; condition = DIA_Garvell_EXIT_Condition; information = DIA_Garvell_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Garvell_EXIT_Condition() { return TRUE; }; func void DIA_Garvell_EXIT_Info() { AI_StopProcessInfos(se...
D
// Copyright 2005 Google Inc. 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/LICENSE-2.0 // // Unless required by applicable...
D
module diagnostic; import core.time : Duration; import std.experimental.allocator; import std.experimental.memory.managed; import cf.spew.instance; import cf.spew.events.defs; import cf.spew.event_loop.defs; int main() { version(all) { import std.stdio; writeln("Hello there!"); writeln("Now le...
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_14_agm-9429368...
D
/Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/McPicker.build/Objects-normal/x86_64/McPicker.o : /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/McPicker/McPicker/Classes/McTextField.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/McPicker/McPicker/C...
D
an extemporaneous speech or remark a short musical passage that seems to have been made spontaneously without advance preparation with little or no preparation or forethought without advance preparation
D
instance Mod_7434_DMT_Suchender_MT (Npc_Default) { //-------- primary data -------- name = "Suchender"; npctype = npctype_main; guild = GIL_DMT; level = 10; voice = 0; id = 7434; flags = 2; //-------- abilities -------- attribute[ATR_STRENGTH] = 30; attribute[ATR_DEXTERITY] = 15; attribut...
D
/Users/leikezhu/Documents/git/swiftToObjectDemo/Build/Intermediates/swiftToObjectDemo.build/Debug-iphonesimulator/swiftToObjectDemo.build/Objects-normal/x86_64/ViewController.o : /Users/leikezhu/Documents/git/swiftToObjectDemo/swiftToObjectDemo/Act.swift /Users/leikezhu/Documents/git/swiftToObjectDemo/swiftToObjectDemo...
D
/Users/praveen/Desktop/WorkSpace/Flutter/counter_app/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o : /Users/praveen/Desktop/WorkSpace/Flutter/counter_app/macos/Runner/AppDelegate.swift /Users/praveen/Desktop/WorkSpace/Flutter/counter_app/macos/...
D
//#auto ref not needed import std.stdio; auto ref square(T)(auto ref T x) { return x * x; } //#auto ref not needed void main() { // auto ref is for being able to change a variable while still being able to put in magic numbers etc too. int y = 10; 3.square; // => 9 y.square; // => 100 writeln("3 * 3 = ", 3.sq...
D
/* Copyright: Marcelo S. N. Mancini (Hipreme|MrcSnm), 2018 - 2021 License: [https://creativecommons.org/licenses/by/4.0/|CC BY-4.0 License]. Authors: Marcelo S. N. Mancini Copyright Marcelo S. N. Mancini 2018 - 2021. Distributed under the CC BY-4.0 License. (See accompanying file LICENSE.txt or copy at ...
D
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/GraphQL.build/Utilities/ValueFromAST.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/GraphQL/Sources/GraphQL/GraphQL.swift /Users/sadikekinozbay/Documents/TUM/WS-2/Sw...
D
/Users/yongsangho/Desktop/Dev/carTalkProj/Project_CarTalk/carTalk/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SwiftSoup.build/Objects-normal/x86_64/TextNode.o : /Users/yongsangho/Desktop/Dev/carTalkProj/Project_CarTalk/carTalk/Pods/SwiftSoup/Sources/Node.swift /Users/yongsangho/Desktop/Dev/carTalkProj/...
D
/* * Copyright (c) 1995, 1999 * Berkeley Software Design, Inc. 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 * not...
D
# FIXED proj_lab05d.obj: C:/ti/motorware/motorware_1_01_00_18/sw/solutions/instaspin_motion/src/proj_lab05d.c proj_lab05d.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include/math.h proj_lab05d.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include/linkage.h proj_lab05d.obj: C:/ti/ccsv7/tools/compi...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; /// struct PriorityQueue(alias _fun, T) { import std.functional : binaryFun; import std.algorithm : swap; alias fun = binaryFun!_fun; /// this(T[] ts) { foreach (t; ts) enqueue(t); } ...
D
/** * Copyright © DiamondMVC 2018 * License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE) * Author: Jacob Jensen (bausshf) */ module diamond.init.web; import diamond.core.apptype; static if (isWeb) { import diamond.core; import diamond.http; import diamond.errors; import diamond.authenticat...
D
module android.java.android.provider.MediaStore_Audio; public import android.java.android.provider.MediaStore_Audio_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!MediaStore_Audio; import import0 = android.java.java.lang.Class;
D
module vectorAdd; import opencl.all; import std.stdio; void main(string[] args) { try { auto platforms = CLHost.getPlatforms(); if (platforms.length < 1) { writeln("No platforms available."); return; } auto platform = platforms[0]; writefln("%s\n\t%s\n\t%s\n\t%s\n\t%s", platform.name, platfor...
D
/home/gabriel-gatti/Documents/RustStudyCase/rustlings/target/debug/deps/bitflags-9b83afd4b2b281df.rmeta: /home/gabriel-gatti/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs /home/gabriel-gatti/Documents/RustStudyCase/rustlings/target/debug/deps/bitflags-9b83afd4b2b281df.d: /home/gabriel-gatti...
D
module android.java.android.text.PrecomputedText_Params; public import android.java.android.text.PrecomputedText_Params_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!PrecomputedText_Params; import import0 = android.java.android.text.TextPaint; import import1 = android.java.android.text.TextD...
D
a punctuation mark (-) used between parts of a compound word or between the syllables of a word when the word is divided at the end of a line of text divide or connect with a hyphen
D
/** C++ template translations */ module dpp.translation.template_; import dpp.from; string templateParamList(R)(R range) { import std.array: join; return `(` ~ () @trusted { return range.join(", "); }() ~ `)`; } string templateSpelling(R)(in from!"clang".Cursor cursor, R range) { return cursor.spel...
D
module nxt.concatenation; /** Sum of the lengths of the static arrays 'A'. */ template sumOfLengths(A...) if (A.length) { static if (A.length == 1) { static if (isType!(A[0])) { static if (__traits(isStaticArray, A[0])) enum sumOfLengths = A[0].length; e...
D
/* Written by Walter Bright, Christopher E. Miller, and many others. * http://www.digitalmars.com/d/ * Placed into public domain. * Linux(R) is the registered trademark of Linus Torvalds in the U.S. and other * countries. */ module std.c.linux.linux; deprecated("Use core.sys.linux.linux instead"): public impor...
D
module android.java.android.text.style.ClickableSpan; public import android.java.android.text.style.ClickableSpan_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!ClickableSpan; import import2 = android.java.android.text.style.CharacterStyle; import import3 = android.java.java.lang.Class;
D
/******************************************************************************* D language bindings for libsodium's crypto_shorthash.h License: ISC (see LICENSE.txt) *******************************************************************************/ module libsodium.crypto_shorthash; @nogc nothrow: import l...
D
module mylib.ssm; import std.stdio; import std.conv; import mylib.yaml; enum NodeType{ SCALAR, SEQUENCE, MAPPING} /// Scalar and Sequence and Mapping template Ssm(T){ version(none) Node yamlNodeToSsm(YamlNode yn, T delegate(YamlNode) fun){ final switch(yn.type){ case mylib.yaml.NodeType.SC...
D
/Users/radibarq/developer/NasaInArabic/build/Pods.build/Debug-iphonesimulator/Cards.build/Objects-normal/x86_64/Animator.o : /Users/radibarq/developer/NasaInArabic/Pods/Cards/Cards/Sources/Card.swift /Users/radibarq/developer/NasaInArabic/Pods/Cards/Cards/Sources/CardArticle.swift /Users/radibarq/developer/NasaInArabic...
D
instance Mod_6005_PAL_Hagen_GDG (Npc_Default) { // ------ NSC ------ name = "Lord Hagen"; guild = GIL_OUT; id = 6005; voice = 4; flags = 0; //Joly: NPC_FLAG_IMMORTAL npctype = NPCTYPE_MAIN; // ------ AIVARS ------ aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride]...
D
# FIXED Drivers/SPI/SPI.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/SPI.c Drivers/SPI/SPI.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/SPI.h Drivers/SPI/SPI.obj: D:/CCS7.0/ccsv7/tools/compiler/t...
D
instance VLK_535_Buddler(Npc_Default) { name[0] = NAME_Buddler; npcType = npctype_ambient; guild = GIL_VLK; level = 3; voice = 3; id = 535; attribute[ATR_STRENGTH] = 25; attribute[ATR_DEXTERITY] = 20; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 94; attribute[ATR_HITP...
D
module window.mouse; import derelict.glfw3.glfw3; import math.vector; import window.window; import std.datetime; struct MouseButtonState { float2 lastUp, lastDown; bool isDown; } enum MouseButton { left = GLFW_MOUSE_BUTTON_1, rigth = GLFW_MOUSE_BUTTON_2, middle = GLFW_MOUSE_BUTTON_3, x0 = GLFW_MOU...
D
instance STT_5027_BRAGO(Npc_Default) { name[0] = "Brago"; npcType = npctype_main; guild = GIL_STT; level = 7; voice = 12; id = 5027; attribute[ATR_STRENGTH] = 30; attribute[ATR_DEXTERITY] = 45; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 154; attribute[ATR_HITPOINTS]...
D
// 76 // Compiling leads to "Assertion failure: 's->parent' on line 1694 in file // 'template.c'" struct S { template T() { void x(int i) { } } } class C(P) { mixin P!().T!(); } int main(char[][] args) { au...
D
import std.stdio; import std.file; import std.array; import std.conv; import std.algorithm; import std.typecons; immutable int size = 80; Tuple!(int, int)[] Neighbors(Tuple!(int, int) pos) { Tuple!(int, int)[] temp; Tuple!(int, int)[] result; temp ~= tuple(pos[0], pos[1] + 1); temp ~= tuple(pos[0] + 1, pos[1]...
D
// This source code is in the public domain. /* Diagram: MyMenuBar FileMenuHeader FileMenu KeepCheckMenuItem */ import std.stdio; import gtk.MainWindow; import gtk.Box; import gtk.Main; import gtk.Menu; import gtk.MenuBar; import gtk.MenuItem; import gtk.CheckMenuItem; import gtk.Widget; import gdk....
D
module lm.languagemodel; interface Bigram { void update(T)(T current, T next); T dump(T)(); } interface WordFrequency { void update(string[] sentence); T dump(T)(); } interface BigramBuilder { void update(T)(T words); Bigram build(); }
D
module tpool.stream.rstream_implementations; import tpool.stream.rstream; import std.stdio; import std.socket; ///a rstream that reads from memory struct MemRStream { import core.stdc.string; const(void)[] arr; size_t readFill(void[] buf) out(_outLength) { assert(_outLength <= buf.length); } body { if (buf...
D
module wx.ScrolledWindow; public import wx.common; public import wx.Panel; //! \cond EXTERN static extern (C) IntPtr wxScrollWnd_ctor(IntPtr parent, int id, inout Point pos, inout Size size, uint style, string name); static extern (C) void wxScrollWnd_PrepareDC(IntPtr self, IntPtr dc); static extern (C) void...
D
/Users/chris/Documents/rust/wildfire/target/debug/deps/cfg_if-97c7538b5aa45476.rmeta: /Users/chris/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs /Users/chris/Documents/rust/wildfire/target/debug/deps/libcfg_if-97c7538b5aa45476.rlib: /Users/chris/.cargo/registry/src/github.com-1ecc6299db9ec82...
D
module android.java.android.security.ConfirmationCallback; public import android.java.android.security.ConfirmationCallback_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!ConfirmationCallback; import import1 = android.java.java.lang.Class;
D
a fight with bare fists fighting with the fists
D
module widget.controller.page; package import widget.controller.page.page; package import widget.controller.page.index.index; package import widget.controller.page.list.list;
D
instance ORG_891_Organisator(Npc_Default) { name[0] = NAME_Organisator; npcType = Npctype_MINE_Ambient; guild = GIL_ORG; level = 8; voice = 13; id = 891; attribute[ATR_STRENGTH] = 40; attribute[ATR_DEXTERITY] = 40; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 166; att...
D
module dark.engine; import std.stdio; import std.format; import std.experimental.logger; import bindbc.opengl; import bindbc.glfw; import dark.core; import dark.graphics; import dark.audio; import dark.input; struct Config { int glMinVersion = 3; int glMajVersion = 3; int windowWidth = 1280;; int windowHeight ...
D
module setup; import config; import serverd; import utils; import www; import core.stdc.string : strlen; import std.algorithm; import std.conv; import std.range; import std.stdio; import std.string; extern(C) { extern __gshared const(char)** environ; } bool split_keyvalue(string str, ref string key, ref string...
D
module dart.tools; import dart.api; import std.stdint; private struct _Dart_BreakPoint{} private struct _Dart_StackTrace{} private struct _Dart_ActivationFrame{} alias BreakPoint = _Dart_BreakPoint*; alias StrackTrace = _Dart_StackTrace*; alias ActivationFrame = _Dart_ActivationFrame*; alias IsolateId ...
D
/** * Break down a D type into basic (register) types for the 32-bit x86 ABI. * * Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0...
D
module godot.convexpolygonshape; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.d.bind; import godot.object; import godot.classdb; import godot.shape; @GodotBaseClass struct ConvexPolygonShape { static immutable string _GODOT_...
D
static assert(!__traits(isSame, (i){ return i,x.value; }, a => a.value)); static assert(!__traits(isSame, i => x[i].value, a => a.value)); static assert(!__traits(isSame, i => [i].value, a => a.value)); static assert(__traits(isSame, i => i.value, a => a.value));
D
import std.format : format; import std.exception : enforce; enum CommandVerbs { /// Attempts to load DIP source, convert it to markdown and write /// result to disk in a current folder. Example: /// dwikiquery fetch --id 42 fetch } void main(string[] args) { { import std.process; e...
D
// PERMUTE_ARGS: // EXTRA_SOURCES: imports/mangle10077.d /* TEST_OUTPUT: --- _D7imports10testmangle12detectMangleFPSQBlQBg6DetectZQq _D7imports10testmangle__T10DetectTmplTiZQpFNaNbNiNfZv true false --- */ import imports.testmangle; /***************************************************/ // https://issues.dlang.org/show...
D
//********************************************************************************************************// // 3 SKLAVEN MÜSST IHR SEIN...DIE ORKSKLAVEN IN DER ALTEN MINE //*********************************************************************************************************// instance Orc_2001_Sklave(Npc_Default) ...
D
/Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/LayoutConstraint.o : /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/SnapKit...
D
# FIXED driverlib/onewire.obj: C:/ti/TivaWare_C_Series-2.1.4.178/driverlib/onewire.c driverlib/onewire.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdint.h driverlib/onewire.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdbool.h driverlib/onewire.obj: C:/ti/TivaWare_C_Series-2.1.4.17...
D
instance NOV_1332_BaalKagan(Npc_Default) { name[0] = "Baal Kagan"; npcType = npctype_main; guild = GIL_NOV; level = 9; voice = 13; id = 1332; attribute[ATR_STRENGTH] = 15; attribute[ATR_DEXTERITY] = 15; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 148; attribute[ATR_...
D
/home/robin/substrate-node-template/target/release/wbuild-runner/node-template-runtime13111739381551393333/target/x86_64-unknown-linux-gnu/release/deps/cfg_if-ecf8fad8fb8ad987.rmeta: /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs /home/robin/substrate-node-template/target/release/...
D
// **************************** // Nahkampf - AI Monster Strong (26) // **************************** /* CONST INT MOVE_RUN = 1; // Gegner in meinem Fokus + steht wer dazwischen? (G) CONST INT MOVE_JUMPBACK = 3; // löst t_ParadeJumpB aus (Attacke wird nur pariert, wenn man schnell genug aus der W-Reichweite kommt!...
D
// https://issues.dlang.org/show_bug.cgi?id=23532 // DISABLED: win32 win64 struct _Complex(T) { T re; T im; static @property epsilon()() { return _Complex(T.epsilon, T.epsilon); } static @property infinity()() { return _Complex(T.infinity, T.infinity); } static @property max()() { return...
D
/Users/augustomachado/github/rust_snake_game/snake_game/target/rls/debug/build/num-integer-9b5ab743efeaac93/build_script_build-9b5ab743efeaac93: /Users/augustomachado/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.44/build.rs /Users/augustomachado/github/rust_snake_game/snake_game/target/rls/debug/bui...
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
/Users/kareemismail/XCodeProjects/FM2Apps/Movie/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/TaskDelegate.o : /Users/kareemismail/XCodeProjects/FM2Apps/Movie/Pods/Alamofire/Source/MultipartFormData.swift /Users/kareemismail/XCodeProjects/FM2Apps/Movie/Pods/Alamofire/Source/Timeline.swift...
D
import std.stdio, std.math, std.range, std.algorithm; auto nthRoots(in int n) /*pure nothrow*/ { return iota(n).map!(k => expi(PI * 2 * (k + 1) / n))(); } void main() { foreach (i; 1 .. 6) writefln("#%d: [%(%5.2f, %)]", i, nthRoots(i)); }
D
module Game; private import Scene; private import derelict.sdl.sdl; private import IntroScene; private import MainMenu; private import Vector; private import Graphics; private import ImageResource; private import SofuResource; private import Image; class Game { public: this() { pushScene(new MainMenu(this...
D
/home/kaprests/Documents/ntnu/numfys/rust-testing/testing/target/debug/deps/rawpointer-8560b00cf49b139b.rmeta: /home/kaprests/.cargo/registry/src/github.com-1ecc6299db9ec823/rawpointer-0.2.1/src/lib.rs /home/kaprests/Documents/ntnu/numfys/rust-testing/testing/target/debug/deps/librawpointer-8560b00cf49b139b.rlib: /hom...
D
/** * DDBC - D DataBase Connector - abstraction layer for RDBMS access, with interface similar to JDBC. * * Source file ddbc/drivers/pgsqlddbc.d. * * DDBC library attempts to provide implementation independent interface to different databases. * * Set of supported RDBMSs can be extended by writing Drivers for...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1...
D
import std.stdio; void main() { float a = 1; writeln(++a); writeln(++(++a)); writeln((++a)++); ++a = 12; cfloat c = 1 + 1i; writeln(++c); writeln((++c)++); }
D
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ReplaySubject.o : /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/Leex/TableView_Test2...
D
module pshared.packets.shop; import pnet.packet; enum ShopAction : ushort { display, buy, sell } /// 3401 final class ShopRequest : Packet { public: final: ShopAction action; ulong shopItemId; ulong amount; this(ubyte[] buffer) { super(buffer); action = (read!ushort).qcast!ShopAction; ...
D
module mci.vm.memory.prettyprint; import std.ascii, std.conv, mci.core.common, mci.core.container, mci.core.memory, mci.core.utilities, mci.core.typing.core, mci.core.typing.types, mci.vm.memory.base, mci.vm.memory.layout; private final class PrettyPrinte...
D
module aura.graph.mongodb.adapter; public import aura.data.bson; import aura.graph.core.model; import aura.graph.core.adapter; import vibe.db.mongo.mongo; import vibe.core.log; import std.typecons; class GraphMongoAdapter(M ...) : GraphAdapter!(M) { static Bson serialize(M : GraphStateInterface)(const M model) {...
D
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/Objects-normal/x86_64/UIUserInterfaceSizeClassExtensions.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockSwipe.swift /Users/sunchuyue/...
D
/** * This module defines a NumberWindow type, for making an easy window for * picking numbers. */ module pebble.number_window; @nogc: nothrow: import pebble.window; /// A ready-made Window prompting the user to pick a number. struct NumberWindow {} /// Function signature for NumberWindow callbacks. alias extern...
D
static int nasty; int impure_evil_function(int x) { nasty++; return nasty; } pure int foo(int x) { int function(int) a = &impure_evil_function; return a(x); }
D
// Generated from Expr.g4 by ANTLR 4.7.2 import antlr.v4.runtime.tree.ParseTreeListener; import ExprParser : ExprParser; /** * This interface defines a complete listener for a parse tree produced by * {@link ExprParser}. */ public interface ExprListener : ParseTreeListener { /** * Enter a parse tree produced by ...
D
/* * Copyright (c) 2017-2019 sel-project * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, pu...
D
/Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/.build/debug/Leaf.build/Tag/BasicTag.swift.o : /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Packages/Leaf-1.0.3/Sources/Leaf/Argument.swift /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/...
D
/mnt/e/myrcore/lab_code/lab6_code/os/target/debug/build/rustversion-9bdd58d973896774/build_script_build-9bdd58d973896774: /home/xushanpu123/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustversion-1.0.3/build/build.rs /home/xushanpu123/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustversion-1.0...
D
/** * The thread module provides support for thread creation and management. * * Copyright: Copyright Sean Kelly 2005 - 2012. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Sean Kelly, Walter Br...
D
module witchcraft.mixins.classes; mixin template WitchcraftClass() { import witchcraft; import std.meta; import std.traits; static class ClassMixin(T) : Class if(is(T == class)) { this() { foreach(name; FieldNameTuple!T) { _fields[name]...
D
/Users/hasan/PycharmProjects/Rust/rust-cli/read-word/target/debug/build/memchr-1c1ca660c9b90c9b/build_script_build-1c1ca660c9b90c9b: /Users/hasan/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/build.rs /Users/hasan/PycharmProjects/Rust/rust-cli/read-word/target/debug/build/memchr-1c1ca660c9b90c9b/build_s...
D
/Users/trevorschirra/Documents/GitHub/rosetta-code-contributions/rust_kronecker_product/target/debug/deps/rust_kronecker_product-b83425a1f7e06a4a.rmeta: src/main.rs /Users/trevorschirra/Documents/GitHub/rosetta-code-contributions/rust_kronecker_product/target/debug/deps/rust_kronecker_product-b83425a1f7e06a4a.d: src/m...
D
module model; import std.random : uniform; /// Cell codes enum : int { WALL = -1, EMPTY = 0, FIGURE1, FIGURE2, FIGURE3, FIGURE4, FIGURE5, FIGURE6, FIGURE7, } /// Orientations enum : int { ORIENTATION0, ORIENTATION90, ORIENTATION180, ORIENTATION270 } /// Cell offs...
D
/** A very abbreviated Xml tree, with array of Item instead of links. DOM features: NodeType in base class Item. Authors: Michael Rynn */ module xml.dom.arrayt; import xml.util.buffer; import xml.util.print; import std.string, std.conv, std.exception, std.stdio; import std.variant; version(GC_STATS) import util.g...
D
// ************************************************************ // TRADERS OUTWORLD // ************************************************************ // //-Rodney //-Riordian //-Wilk //-Karczmarz z Orlego Gniazda (EN) // // ************************************************************ // RODNEY // ********...
D
/Users/Derek-Nox/NetBeansProjects/Udacity/MemeMe2-0/Build/Intermediates/MemeMe2-0.build/Debug-iphonesimulator/MemeMe2-0.build/Objects-normal/x86_64/MemeTableCell.o : /Users/Derek-Nox/NetBeansProjects/Udacity/MemeMe2-0/MemeMe2-0/AppDelegate.swift /Users/Derek-Nox/NetBeansProjects/Udacity/MemeMe2-0/MemeMe2-0/MemeTableCel...
D
// PERMUTE_ARGS: -inline template compiles(int T) { bool compiles = true; } alias TypeTuple(T...) = T; /************************************************** 3901 Arbitrary struct assignment, ref return **************************************************/ struct ArrayRet { int x; } int arrayRetTest(int z)...
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, an...
D
/* Copyright (c) 2014 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, exec...
D
/** * Container for configuration data * * Copyright: © 2014 onyx * License: MIT license. License terms written in licence.txt file * * Authors: Oleg Nykytenko (onyx), onyx.itdevelopment@gmail.com * * Version: 1.xx * * Date: 11.02.2014 * * * * * Examples: * ----------------------------------------------...
D
/******************************************************************************* Internal implementation of the client's DoublePut request. Copyright: Copyright (c) 2017 dunnhumby Germany GmbH. All rights reserved License: Boost Software License Version 1.0. See LICENSE.txt for details. ...
D
# FIXED Comun/common/F2837xD_sci_io.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/Comun/common/F2837xD_sci_io.c Comun/common/F2837xD_sci_io.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/ti-cgt-c2000_16.9.6.LTS/include/stdio.h Comun/common/F2837xD_sci_io.obj: C:/Users/dagaro/workspace/...
D