code
stringlengths
3
10M
language
stringclasses
31 values
import pegged.grammar; import pegged.cutter; import std.conv; // バージョン3で追加 import std.stdio; enum Lang1Grammar = ` Lang1: # Entry Point _TopLevel < _EvalUnit+ eoi # バージョン4で変更 # Keyword List Keywords < "dump" / "var" # Grammars DumpStatement < "dump" ";" _EvalUnit < VarDeclaration / DumpStateme...
D
/********************************************************* Copyright: (C) 2008 by Steven Schveighoffer. All rights reserved License: $(LICENSE) **********************************************************/ module col.Link; private import col.DefaultAllocator; /** * Linked-list узел t...
D
module hunt.database.driver.postgresql.data.Path; import hunt.database.driver.postgresql.data.Point; import hunt.collection.ArrayList; import hunt.collection.List; import hunt.util.StringBuilder; /** * Path data type in Postgres represented by lists of connected points. * Paths can be open, where the first and las...
D
/Users/voidet/Desktop/iOS/REABot/Build/Intermediates/Snappy.build/Debug-iphoneos/Snappy.build/Objects-normal/armv7/ConstraintItem.o : /Users/voidet/Desktop/iOS/REABot/Snappy/EdgeInsets.swift /Users/voidet/Desktop/iOS/REABot/Snappy/ConstraintRelation.swift /Users/voidet/Desktop/iOS/REABot/Snappy/ConstraintAttributes.swi...
D
// The contents of a token string must be valid code fragments. auto str = q{int i = 5;}; // The contents here isn't a legal token in D, so it's an error: auto illegal = q{@?};
D
module kontainer.linkedlist.node; struct Node(T) { Node* prevNode; Node* nextNode; private T _value; @property T value() { return _value; } @property void value(T val) { _value = val; } alias this value; }
D
module cassandra.schema; import cassandra.cql; import cassandra.keyspace; import cassandra.internal.utils; struct CassandraSchema { private { CassandraKeyspace keyspace_; string name_; } this(CassandraKeyspace keyspace, string schema_name) { enforceValidIdentifier(schema_name); keyspace_ = keyspace; n...
D
/afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/BosonTaggerXAOD/obj/WTagger.o /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/BosonTaggerXAOD/obj/WTagger.d : /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/BosonTagger...
D
food mixtures either arranged on a plate or tossed and served with a moist dressing
D
module engine.thirdparty.x11.Xmd; //~ import std.string; import std.conv; import core.stdc.config; import engine.thirdparty.x11.Xtos; extern (C) nothrow: /* * Xmd.d: MACHINE DEPENDENT DECLARATIONS. */ /* * Special per-machine configuration flags. */ version( X86_64 ){ enum bool LONG64 = true; /* 32/64-bit a...
D
import std.stdio; import std.file; import std.algorithm; import std.ascii; import std.array; import std.typecons; import std.conv; import std.range; import std.regex; import std.uni; import std.string; void main() { auto answers = readText("input.txt") .split(newline ~ newline) .ma...
D
/Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/MainScheduler.o : /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSw...
D
/// Generate by tools module org.apache.sanselan.common.byteSources.ByteSourceFile; import java.lang.exceptions; public class ByteSourceFile { public this() { implMissing(); } }
D
void main() { import std.stdio, std.string, std.conv, std.algorithm; int n, m; rd(n, m); int[] a; for (int i = 2; i * i <= m; i++) { if (m % i == 0) { int cnt = 0; while (m % i == 0) { cnt++; m /= i; } a ~= cnt; } } if (m > 1) { a ~= 1; } const lo...
D
a series of waves in the hair made by applying heat and chemicals continuing or enduring without marked change in status or condition or place not capable of being reversed or returned to the original condition
D
/Users/edward.wangcrypto.com/study/substrate_lesson_homework_template/node-template-benchmark/target/release/build/crossbeam-epoch-108b02414aae703d/build_script_build-108b02414aae703d: /Users/edward.wangcrypto.com/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.5/build.rs /Users/edward.wangcrypto.co...
D
/** This module contains methods for initialising the parameters of neural networks. Several of the methods implemented in this module rely on $(D fan_in) and $(D fan_out) values. These are calculated differently depending on the rank of the parameter. For rank-2 tensors, $(D fan_in =...
D
module android.java.java.text.Normalizer_Form_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.text.Normalizer_Form_d_interface; import import2 = android.java.java.lang.Clas...
D
/* * This file is part of gtkD. * * gtkD is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * gtkD is distributed in th...
D
/home/ukasha/Desktop/PIAIC-IoT-Repos/Quarter-1_3.30-6.30/Class_Codes/week_15_3rd-November,2019/part1/target/debug/deps/part1-2e45fa2b8d5bba80: src/main.rs /home/ukasha/Desktop/PIAIC-IoT-Repos/Quarter-1_3.30-6.30/Class_Codes/week_15_3rd-November,2019/part1/target/debug/deps/part1-2e45fa2b8d5bba80.d: src/main.rs src/ma...
D
module ogre.rendersystem.windows.windoweventutilities; import ogre.compat; import ogre.rendersystem.renderwindow; import ogre.rendersystem.windoweventutilities; /** \addtogroup Core * @{ */ /** \addtogroup RenderSystem * @{ */ version(Windows) { import ogre.bindings.mini_win32; /** @remarks ...
D
/Users/keynote/Documents/iOS/Swift/SwiftServer/PerfertlyServer/.build/debug/PerfectLib.build/Dir.swift.o : /Users/keynote/Documents/iOS/Swift/SwiftServer/PerfertlyServer/Packages/PerfectLib-2.0.5/Sources/PerfectLib/Bytes.swift /Users/keynote/Documents/iOS/Swift/SwiftServer/PerfertlyServer/Packages/PerfectLib-2.0.5/Sour...
D
instance Mod_7349_OUT_Buerger_REL (Npc_Default) { // ------ NSC ------ name = "Bürger"; guild = GIL_OUT; id = 7349; voice = 1; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_REL_BUERGER; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); //...
D
/Users/river/Desktop/2019_ios_hw6/build/2019_ios_hw6.build/Debug-iphonesimulator/2019_ios_hw6.build/Objects-normal/x86_64/AppDelegate.o : /Users/river/Desktop/2019_ios_hw6/2019_ios_hw6/AppDelegate.swift /Users/river/Desktop/2019_ios_hw6/2019_ios_hw6/RenderArg.swift /Users/river/Desktop/2019_ios_hw6/2019_ios_hw6/ViewCon...
D
/Users/student2018/Desktop/SwiftProjects/TrafficSim/RoadMapProcessing/TrafficSim-hapkpqbqloshewgqirzmxswpwkvb/Build/Intermediates.noindex/TrafficSim.build/Debug/TrafficSim.build/Objects-normal/x86_64/RoadMapHandler.o : /Users/student2018/Desktop/SwiftProjects/TrafficSim/TrafficSim/GameScene.swift /Users/student2018/Des...
D
module minexewgames.ntile.WorldGeom; import minexewgames.di; import minexewgames.engine; import minexewgames.ntile.Resources; import minexewgames.ntile.WorldBlocks; import minexewgames.n3d2; import std.c.string; import std.stdio; enum VERTICES_IN_BLOCK = BLOCK_WIDTH * BLOCK_HEIGHT * 18; struct WorldVertex { @...
D
// ************************************************************ // EXIT // ************************************************************ instance Info_GRD_276_Exit(C_INFO) { npc = GRD_276_Brueckenwache; nr = 999; condition = Info_GRD_276_Exit_Condition; information = Info_GRD_276_Exit_Info; permanent = 1; ...
D
/Users/safiqulislam/Desktop/SDK/AQDEMO/DerivedData/AQDEMO/Build/Intermediates.noindex/AQDEMO.build/Debug-iphonesimulator/AQDEMO.build/Objects-normal/x86_64/SocketStringReader.o : /Users/safiqulislam/Desktop/SDK/AQDEMO/AQDEMO/SocketIO/Engine/SocketEngineSpec.swift /Users/safiqulislam/Desktop/SDK/AQDEMO/AQDEMO/SocketIO/M...
D
module hunt.http.client.CookieStore; import hunt.http.Cookie; import hunt.net.util.HttpURI; /** * A CookieStore object represents a storage for cookie. Can store and retrieve * cookies. * * <p>{@link CookieManager} will call {@code CookieStore.add} to save cookies * for every incoming HTTP response, and call {@...
D
/* * attributes.d * * This file holds bindings to pango's pango-attributes.h. The original copyright * is displayed below, but does not pertain to this file. * * Author: Dave Wilkinson * */ module binding.pango.attributes; /* Pango * pango-attributes.h: Attributed text * * Copyright (C) 2000 Red Hat Softwa...
D
/**********************************************************\ | | | hprose | | | | Official WebSite: http://www.hprose.com/ | | ...
D
header htdef - hash trees type htTnod is Pnam : * char ; name string Psym : * void ; symbol Vhsh : int ; hash value Plft : * htTnod ; left branch Prgt : * htTnod ; right branch end ht_ini : (void) int ht_nam : (*htTnod) * char ; get node name ht_sym : (*htTnod) * void ; get node symbol ht_set...
D
/mnt/e/myrcore/lab_code/lab4_code1/os/target/debug/deps/semver_parser-9e846b437b1ac09f.rmeta: /home/xushanpu123/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/semver-parser-0.7.0/src/lib.rs /home/xushanpu123/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/semver-parser-0.7.0/src/version.rs /home/xush...
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
/* * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy * of the License at * * http://www.apache.org/licenses/LICEN...
D
module UnrealScript.UTGame.GFxUIView; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.LocalPlayer; import UnrealScript.UDKBase.UDKPlayerController; import UnrealScript.GFxUI.GFxObject; extern(C++) interface GFxUIView : GFxObject { public extern(D): private static __gshared Sc...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 298.700012 68.4000015 2.9000001 130.600006 23 28 -38.4000015 144.300003 138 4.80000019 4.80000019 0.790742332 sediments, limestone 260 78 9 25 22 25 -27 152.199997 1858 8 12 0.917635106 extrusives, intrusives 294.799988 74.1999969 3.0999999 38.2...
D
instance Mil_310_Stadtwache (Npc_Default) { // ------ NSC ------ name = NAME_Stadtwache; guild = GIL_MIL; id = 310; voice = 7; flags = NPC_FLAG_IMMORTAL; npctype = NPCTYPE_MAIN; // ------ Aivars ------ aivar[AIV_NewsOverride] = TRUE; // ------ Attribute ------ B_SetAttr...
D
/Users/thendral/POC/vapor/Friends/.build/debug/JSON.build/JSON+Bytes.swift.o : /Users/thendral/POC/vapor/Friends/Packages/JSON-1.0.6/Sources/JSON/File.swift /Users/thendral/POC/vapor/Friends/Packages/JSON-1.0.6/Sources/JSON/JSON+Bytes.swift /Users/thendral/POC/vapor/Friends/Packages/JSON-1.0.6/Sources/JSON/JSON+Equatab...
D
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Fluent.build/Objects-normal/x86_64/AnyModel.o : /Users/petercernak/vapor/TILApp/.build/checkouts/fluent.git-8387737201324173519/Sources/Fluent/Model/ID.swift /Users/petercernak/vapor/TILApp/.build/checkouts/fluent.git-8387737201324173519/Sou...
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/zwelithinimathebula/Documents/Project/Yookos/build/Yookos.build/Release-iphoneos/Yookos.build/Objects-normal/armv7/HelpCentre.o : /Users/zwelithinimathebula/Documents/Project/Yookos/Yookos/ViewController.swift /Users/zwelithinimathebula/Documents/Project/Yookos/Yookos/ExtentionsMethods.swift /Users/zwelithinimat...
D
/Users/dudo/Documents/code/dichroic_mirror/rusty_mirror/target/debug/deps/rand_xorshift-757a410b5db19bf2.rmeta: /Users/dudo/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_xorshift-0.1.1/src/lib.rs /Users/dudo/Documents/code/dichroic_mirror/rusty_mirror/target/debug/deps/librand_xorshift-757a410b5db19bf2.rlib: /U...
D
instance STT_301_IAN_Exit(C_Info) { npc = STT_301_Ian; nr = 999; condition = STT_301_IAN_Exit_Condition; information = STT_301_IAN_Exit_Info; important = 0; permanent = 1; description = DIALOG_ENDE; }; func int STT_301_IAN_Exit_Condition() { return 1; }; func void STT_301_IAN_Exit_Info() { AI_Output(other,...
D
/Users/Lavanya/Desktop/AlbumsApp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response.o : /Users/Lavanya/Desktop/AlbumsApp/Pods/Alamofire/Source/MultipartFormData.swift /Users/Lavanya/Desktop/AlbumsApp/Pods/Alamofire/Source/MultipartUpload.swift /Users/Lavanya/Desk...
D
/Users/ubaid/Desktop/EmergencyCall/DerivedData/EmergencyCall/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CountryPickerView.build/Objects-normal/x86_64/NibView.o : /Users/ubaid/Desktop/EmergencyCall/Pods/CountryPickerView/CountryPickerView/Delegate+DataSource.swift /Users/ubaid/Desktop/EmergencyCall/Pod...
D
/* Copyright (c) 2021-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, distribute, ...
D
module dtrl.commands; import bindbc.opengl; import neobc.assertion; enum GlCommand { DrawArrays, DrawElements, BindVertexArray, Uniform1i, UseProgram, Size, Unknown }; immutable size_t GlCommandSize = cast(size_t)GlCommand.Size; immutable size_t[GlCommandSize] GlCommandByteSize = [ DrawArrayInfo.size...
D
/** * The semaphore module provides a general use semaphore for synchronization. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Authors: Sean Kelly * Source: $(DRUNTIMESRC core/sync/_semaphore.d) */ /* Copyright Sean...
D
C C *** DCLAR3 *** C C PASSWORDS --- C INTEGER RPW1(Z) INTEGER RPW2(Z) INTEGER MPW1(Z) INTEGER MPW2(Z)
D
module grammar.variable; import compiler.source; import compiler.util; import grammar.lex; import grammar.qualified; // 6 Variable Designator //variable_designator : // entire_designator | indexed_designator | selected_designator | // dereferenced_designator // ; public bool parseVariableDesignator(Source source)...
D
module dwt.internal.mozilla.nsIRequestObserver; import dwt.internal.mozilla.Common; import dwt.internal.mozilla.nsID; import dwt.internal.mozilla.nsISupports; import dwt.internal.mozilla.nsIRequest; const char[] NS_IREQUESTOBSERVER_IID_STR = "fd91e2e0-1481-11d3-9333-00104ba0fd40"; const nsIID NS_IREQUESTOBSERVER_I...
D
module ogre.math.polygon; import ogre.math.vector; import ogre.math.maths; import ogre.compat; import std.math; /** \addtogroup Core * @{ */ /** \addtogroup Math * @{ */ /** The class represents a polygon in 3D space. @remarks It is made up of 3 or more vertices in a single plane, listed ...
D
instance Mod_1751_KDF_Magier_PAT (Npc_Default) { // ------ NSC ------ name = NAME_ordenspriester; guild = GIL_vlk; id = 1751; voice = 0; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_pat_ordenspriester_mauer; // ------ Attribute ------ B_SetAttributesToChapter (self, ...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2019 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
/// module dpq.serialisers.scalar; import dpq.serialisation; import dpq.value : Type; import dpq.connection : Connection; import libpq.libpq; import std.bitmanip : nativeToBigEndian, read; import std.string : format; import std.typecons : Nullable; struct ScalarSerialiser { static bool isSupportedType(T)() { re...
D
module dlangui.graphics.scene.objimport; public import dlangui.core.config; static if (ENABLE_OPENGL): static if (BACKEND_GUI): import dlangui.core.logger; import dlangui.core.math3d; import dlangui.dml.tokenizer; import dlangui.graphics.scene.mesh; struct ObjModelImport { alias FaceIndex = int[3]; private ...
D
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Vapor.build/Objects-normal/x86_64/Droplet+Run.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/JSON/HTTP/Message+JSON.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/vapor.git-5...
D
module cellular.palette; import std.stdio; import std.algorithm; import std.math; import std.conv; import std.range; import std.string; import std.utf; import derelict.sdl2.sdl; import derelict.sdl2.image; import derelict.sdl2.mixer; import derelict.sdl2.ttf; import derelict.sdl2.net; public struct Event { int type;...
D
instance NONE_106_RODRIGUEZ(Npc_Default) { name[0] = "Rodriguez"; guild = GIL_NONE; id = 106; voice = 11; flags = NPC_FLAG_GHOST | NPC_FLAG_IMMORTAL; npcType = NPCTYPE_FRIEND; aivar[AIV_MM_RestEnd] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IGNORE_Murder] = TRUE; a...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto nk = readln.split.to!(int[]); auto K = nk[1]-1; auto S = readln.chomp.to!(char[]); if (S[K] == 'A') { S[K] = 'a'; } else if (S[K] == 'B') { S[K] = 'b'; } els...
D
#include "frm-common.h" #include <string.h> #include <stdlib.h> #define DEST_CHARSET "iso-8859-1" /* get part of the from field to display */ void get_from_value(struct mailimf_single_fields * fields, char ** from, int * is_addr) { struct mailimf_mailbox * mb; if (fields->fld_from == NULL) { * from =...
D
/******************************************************************//** * \file src/gui/widgets/textinput.d * \brief 2D widget for text input definition * * <i>Copyright (c) 2012</i> Danny Arends<br> * Last modified Mar, 2012<br> * First written Dec, 2012<br> * Written in the D Programming Language (http://www.d...
D
module editor.draw; import std.algorithm; import std.string; import basics.alleg5; import basics.help; import editor.editor; import editor.hover; import file.language; import graphic.color; import graphic.cutbit; import gui.context; // draw text to screen import graphic.torbit; import hardware.display; import hardwar...
D
/******************************************************************************* * Copyright (c) 2000, 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
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Server/AsyncServerWorker.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/engine.git-331199...
D
/* * DSFML - The Simple and Fast Multimedia Library for D * * Copyright (c) 2013 - 2018 Jeremy DeHaan (dehaan.jeremiah@gmail.com) * * 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. ...
D
func void b_orc_assesssomethingevil() { var int att; printdebugnpc(PD_ORC_FRAME,"B_Orc_AssessSomethingEvil"); Npc_PercDisable(self,PERC_ASSESSTHREAT); if(other.guild < GIL_SEPERATOR_ORC) { printdebugnpc(PD_ORC_FRAME,"B_Orc_AssessSomethingEvil: other ist Nicht-Ork"); att = Npc_GetPermAttitude(self,other); if...
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
/home/yoshizaki/learn/rust-tutorial/variables/target/debug/deps/variables-3b736149aabe80bf: src/main.rs /home/yoshizaki/learn/rust-tutorial/variables/target/debug/deps/variables-3b736149aabe80bf.d: src/main.rs src/main.rs:
D
/* * Hunt - A redis client library for D programming language. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.redis.BinaryRedis; import hunt.redis.BinaryRedisPubSub; import hunt.redis.BitOP; import hunt.redis.BitPosPara...
D
/Users/ohs80340/rustWork/rust_tate/target/debug/deps/cfg_if-4c840386b43c02da.rmeta: /Users/ohs80340/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs /Users/ohs80340/rustWork/rust_tate/target/debug/deps/libcfg_if-4c840386b43c02da.rlib: /Users/ohs80340/.cargo/registry/src/github.com-1ecc6299db9ec8...
D
module dcrypt.ecc.curved25519.groupElement; public import dcrypt.ecc.curved25519.fieldElement; import dcrypt.ecc.curved25519.base; @safe nothrow @nogc: /** ge means group element. Here the group is the set of pairs (x,y) of field elements (see fe.h) satisfying -x^2 + y^2 = 1 + d x^2y^2 where d = -121665/121666...
D
/Users/thendral/POC/vapor/Friends/.build/debug/Console.build/Console/Console.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/thendral/POC/vapor/Friends/Packages/Console-1.0.2/Sources/Console/Command/Argument.swift /Users/thendral/POC/vapor/Friends/Packages/Console...
D
module xf.input.writer.Win32; private { import xf.input.Input; import xf.input.KeySym; import tango.stdc.ctype; import tango.util.log.Trace; import xf.platform.win32.wingdi; import xf.platform.win32.winuser; import xf.platform.win32.windef; import xf.platform.win32.winbase; } private...
D
var string HPSTRING; var string HPSTRING2; var string statstring; var string statstring2; var string statstring3; var string statstring4; var string statstring5; var string statstring6; var string statstring7; var int D_CAN_AGGRO; var int D_CAN_DEF; var int D_CAN_PASS; var int D_CAN_ABL; var int D_CAN_SUCH; //DOGS ...
D
module android.java.android.icu.util.IllformedLocaleException_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.java.java...
D
/home/ukasha/Desktop/PIAIC-IoT-Repos/Quarter-1_3.30-6.30/Class_Tasks/Task_27-10-2019/task5/target/debug/deps/task5-b7a5e507c9b7ed72: src/main.rs /home/ukasha/Desktop/PIAIC-IoT-Repos/Quarter-1_3.30-6.30/Class_Tasks/Task_27-10-2019/task5/target/debug/deps/task5-b7a5e507c9b7ed72.d: src/main.rs src/main.rs:
D
/* TEST_OUTPUT: --- fail_compilation/fail310.d(10): Error: undefined identifier 'Foo', did you mean function 'foo'? fail_compilation/fail310.d(14): Error: template instance fail310.foo!(1, 2) error instantiating fail_compilation/fail310.d(14): while evaluating: static assert(foo!(1, 2)()) --- */ Foo foo(A...)()...
D
// Copyright (c) 2004-2012 Sergey Lyubka // // 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, pub...
D
module routeguide.route_guiderpc; // Generated by the gRPC dlang plugin. import routeguide.route_guide; import std.array; import grpc; import google.protobuf; import hunt.logging; import core.thread; class RouteGuideClient { this(Channel channel) { _channel = channel; } Feature GetFeature( Point request)...
D
/* * #147 Spelling - Crawler Plate Armor (DE) * * The name of the item "CRW_ARMOR_H" is inspected programmatically. * * Expected behavior: The armor will have the correct name (checked for German localization only). */ func int G1CP_Test_147() { // Check language first if (G1CP_Lang != G1CP_Lang_DE) { ...
D
/** A simple HTTP/1.1 client implementation. Copyright: © 2012-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, Jan Krüger */ module vibe.http.client; public import vibe.core.net; public import vibe.http.common; public...
D
module collision.collision; import collision; import collision.spatial_hash; import gfm.math; import dioni.opaque; enum hb_threshold = 15; struct SimpleHBP { Hitbox hb; dioniParticle* p; box2f aabb; } class CollisionRangeS : CollisionRange{ private { CollisionTarget ct; ulong index; box2f[] aabb; const(Hitb...
D
instance VLK_4250_Jorgen_DI(Npc_Default) { name[0] = "Йорген"; guild = GIL_NONE; id = 42500; voice = 7; flags = NPC_FLAG_IMMORTAL; npcType = npctype_main; aivar[AIV_PARTYMEMBER] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; B_SetAttributesToChapter(self,5); fight_tactic = FAI_H...
D
/** * This is a driver script that runs the benchmarks. * * Copyright: Copyright David Simcha 2011 - 2011. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Authors: David Simcha */ /* Copyright David Simcha 2011 - 2011. * Distributed under the Boost Software License, Ve...
D
# FIXED F2837xD_Ipc.obj: C:/git/MIT-Pico-Grid/Project/New_MG/Firmware/Two_Inverter/CPU1/F2837xD_common/source/F2837xD_Ipc.c F2837xD_Ipc.obj: C:/Users/HILING/Kirtley_picogrid/Software/blinky_mutant_v8/F2837xD_headers/include/F2837xD_device.h F2837xD_Ipc.obj: C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/include/assert.h...
D
/** * For any future extension of the keysyms with characters already * found in ISO 10646 / Unicode, the following algorithm shall be * used. The new keysym code position will simply be the character's * Unicode number plus 0x01000000. The keysym values in the range * 0x01000100 to 0x0110ffff are reserved to rep...
D
rapid and indistinct speech talk in a noisy, excited, or declamatory manner
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_25_MobileMedia...
D
/******** * Highlight testing module. * * Do not attempt to run this! ***********/ module highlighttest; import X = null; /++ Pragma directives. DDoc + DDoc embedded items. Special Tokens. + + --- + // comment + #line 12 "hightlighttest.d" /* block comment */ + #line __LINE__ __FILE__ /++ embedded block comment +/ + +...
D
module luautils.luafunc; import std.string; import std.typecons; import liblua; import luamacros; import luautils.luastack; alias LuaFunc = int delegate(lua_State*) @system; /// 汎用Closure。upvalue#1 から LuaFunc を得て実行する /// 状態は、LuaFuncに埋めてある。 extern (C) int LuaFuncClosure(lua_State* L) { try { ...
D
/** * Copyright: Copyright (c) 2009 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: Jan 16, 2009 * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style) * */ module dwt.widgets.all; public: import dwt.widgets.Button; import dwt.widgets.EventTable;...
D
// WORK IN PROGRESS /++ An add-on for simpledisplay.d, joystick.d, and simpleaudio.d that includes helper functions for writing games (and perhaps other multimedia programs). Usage example: --- final class MyGame : GameHelperBase { /// Called when it is time to redraw the frame /// it will try for a partic...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 238 77 6 77 15 60 64.5999985 -127.900002 1745 11.6000004 11.8000002 0.2 sediments, redbeds 4.5 80.5 11.8999996 29 8 9 35.7000008 -106.5 304 14.1999998 14.1999998 1 extrusives, basalts, rhyolites 151.699997 80.8000031 5.19999981 18.2000008 21 26 ...
D
module dpk.ctx; import std.algorithm, std.array, std.bitmanip, std.conv, std.functional, std.path, std.process; import dpk.config, dpk.dflags, dpk.pkgdesc, dpk.util; class Ctx { string[] _cmdargs; string[] _defaultargs; string _prefix; string[] _installedPkgs; Section _dpkcfg; PkgDesc _pkgdesc; DFlags _...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/DatabaseKit.build/Connection/Container+NewConnection.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/database-kit/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/Jorge/Desktop/Projects/Web/Swift/k...
D
/******************************************************************************* Shows how to create a basic socket client, and how to converse with a remote server. The server must be running for this to succeed *******************************************************************************/ ...
D
INSTANCE Info_Mod_Cipher_Hi (C_INFO) { npc = Mod_781_SLD_Cipher_MT; nr = 1; condition = Info_Mod_Cipher_Hi_Condition; information = Info_Mod_Cipher_Hi_Info; permanent = 0; important = 0; description = "Hallo."; }; FUNC INT Info_Mod_Cipher_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Cipher_Hi_Info() { ...
D
/Users/sara/Developer/CDSwiftAST/.build/x86_64-apple-macosx10.10/debug/Lexer.build/Lexer+NumericLiteral.swift.o : /Users/sara/Developer/CDSwiftAST/.build/checkouts/swift-ast.git-8063689949984878003/Sources/Lexer/TokenKind+Equatable.swift /Users/sara/Developer/CDSwiftAST/.build/checkouts/swift-ast.git-806368994998487800...
D