code
stringlengths
3
10M
language
stringclasses
31 values
module java.util.StringTokenizer; import java.lang.all; class StringTokenizer { this(String) { implMissing(__FILE__, __LINE__); } this(String, String) { implMissing(__FILE__, __LINE__); } this(String, String, bool) { implMissing(__FILE__, __LINE__); } bool hasMoreTokens() { implMissing(__FILE__, __...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto K = readln.chomp.to!int; long[] rnrn; void make(int i, long n, long l) { rnrn ~= n; if (i == 10) return; foreach (m; max(0, l-1)..min(10, l+2)) { mak...
D
/** * Instruction tables for inline assembler. * * Copyright: Copyright (C) 1985-1998 by Symantec * Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dla...
D
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/PathIndexable.build/PathIndexable+Subscripting.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/node.git-9175390252000121167/Sources/PathIndexable/PathIndexable.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/node.g...
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
/Users/mc110/Documents/Git/MyDemo/Mooc/AnimationSample/AnimationPosition/Build/Intermediates/AnimationSample.build/Debug-iphonesimulator/AnimationSample.build/Objects-normal/x86_64/LoginViewController.o : /Users/mc110/Documents/Git/MyDemo/Mooc/AnimationSample/AnimationPosition/AnimationPosition/PositionViewController.s...
D
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/Node.build/Convertibles/SchemaWrapper+Convertible.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/node.git-9175390252000121167/Sources/Node/StructuredData/StructuredData.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checko...
D
instance DIA_Addon_Myxir_CITY_EXIT(C_Info) { npc = KDW_140300_Addon_Myxir_CITY; nr = 999; condition = DIA_Addon_Myxir_CITY_EXIT_Condition; information = DIA_Addon_Myxir_CITY_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Myxir_CITY_EXIT_Condition() { return TRUE; }; func void D...
D
// Written in the D programming language /** * MACROS: * GRAMMAR = <pre class="grammar">$0</pre> * RULEDEF = $(B $(DDOC_ANCHOR $0) $0) * RULE = $(LINK2 #$0, $0) * LITERAL = $(D_STRING $(I $0)) */ module std.d.parser; import std.d.lexer; import std.d.ast; import std.allocator; import std.conv; import std.algori...
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.amqp.messaging.Terminus; import hunt.collection.HashMap; import hunt.collection.Map;...
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ /* ...
D
/** * Copyright © DiamondMVC 2019 * License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE) * Author: Jacob Jensen (bausshf) */ module diamond.templates; public { import diamond.templates.grammar; import diamond.templates.contentmode; import diamond.templates.characterincludemode; import diamo...
D
module dmagick.c.locale; import core.stdc.stdio; import core.vararg; import dmagick.c.exception; import dmagick.c.hashmap; import dmagick.c.magickType; import dmagick.c.magickVersion; alias ptrdiff_t ssize_t; extern(C) { struct LocaleInfo { char* path, tag, message; MagickBoolea...
D
module dqt.qtgui; public import dqt.qwidget; public import dqt.qframe; public import dqt.qgridlayout; public import dqt.qlabel; public import dqt.qpushbutton; public import dqt.qmainwindow;
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * This module contains the `Id` struct with a list of predefined symbols the * compiler knows about. * * Copyright: Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 h...
D
module testxxx8; import core.vararg; extern(C) { int atoi(const char*); int printf(const char*, ...); size_t strlen(const char*); version(Windows) { int _snprintf(char*, size_t, const char*, ...); alias _snprintf snprintf; } else int snprintf(char*, size_t, const c...
D
module UnrealScript.UnrealEd.InterpTrackToggleHelper; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.UnrealEd.InterpTrackHelper; extern(C++) interface InterpTrackToggleHelper : InterpTrackHelper { public extern(D): private static __gshared ScriptClass mStaticClass; @property final ...
D
/Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/derived_data/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Do.o : /Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/nalousnguyen/Documents/FinalS...
D
var int TOPIC_End_CavalornTheHut; var int TOPIC_End_RangerHelpKDF; var int TOPIC_End_RangerHelpSLD; var int TOPIC_END_Joe; var int TOPIC_End_Lance; var int TOPIC_END_CanyonOrcs; var int TOPIC_END_Klaue; var int TOPIC_END_Flut; var int TOPIC_END_BaltramSkipTrade; var int TOPIC_END_Lucia; var int TOPIC_END_AkilsSLDStill...
D
/Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Merge.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/RxSwift/Obse...
D
/******************************************************************************* Protocol base for DLS `GetNumConnections` request Copyright: Copyright (c) 2015-2017 dunnhumby Germany GmbH. All rights reserved. License: Boost Software License Version 1.0. See LICENSE.txt for details. ***...
D
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. SPDX-License-Identifier: curl Long: socks5 Arg: <host[:port]> Help: SOCKS5 proxy on given host + port Added: 7.18.0 Category: proxy Example: --socks5 proxy.example:7000 $URL See-also: socks5-hostname socks4a Multi: single --- Use the specified SOCK...
D
platform/android/Rhodes/jni/src/signature.cpp /home/ubuntu/.rvm/gems/ruby-1.9.2-p290@rhodes/gems/rhodes-3.0.2/platform/android/Rhodes/jni/src/../include/rhodes/JNIRhodes.h /home/ubuntu/Public/lib/android/android-ndk/sources/cxx-stl/stlport/stlport/assert.h /home/ubuntu/Public/lib/android/android-ndk/sources/cxx-s...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/HTTP.build/Message/MediaTypePreference.swift.o : /Users/mu/Hello/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/mu/Hello/.build/checkouts/http/Sources/HTTP/Message/URL+HTTP.swift /Users/mu/Hello/.build/checkouts/http/Sources/HTTP/Utilities/HTTPHeaders+...
D
instance VLK_512_BUDDLER(NPC_DEFAULT) { name[0] = NAME_BUDDLER; npctype = NPCTYPE_AMBIENT; guild = GIL_VLK; level = 2; voice = 3; id = 512; attribute[ATR_STRENGTH] = 13; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 64; attribute[ATR_HIT...
D
# FIXED atan2PU.obj: C:/Users/a0272561/Repositories/cs30_controlsuite/libs/math/CLAmath/CLAMATH_VERSION/examples/2837x_atan2PU/cpu01/atan2PU.cla atan2PU.obj: C:/Users/a0272561/Repositories/cs30_controlsuite/libs/math/CLAmath/CLAMATH_VERSION/include/CLAMath.h atan2PU.obj: C:/Users/a0272561/Repositories/cs30_controlsuit...
D
/Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim-ddywkabefydtlkfvshlbygjxqcua/Build/Intermediates.noindex/SiberSuclarTanitim.build/Debug-iphonesimulator/SiberSuclarTanitim.build/Objects-normal/x86_64/DuyuruPopUpViewController.o : /Users/alimurat_mac/Desktop/Tanitim_calisma/S...
D
module org.serviio.licensing.all; public import org.serviio.licensing.BundledLicenseProvider; public import org.serviio.licensing.CustomerLicenseProvider; public import org.serviio.licensing.InvalidLicenseException; public import org.serviio.licensing.LicenseProperties; public import org.serviio.licensing.LicenseProvi...
D
/******************************************************************************* Options module. Copyright: Copyright (c) 2017 dunnhumby Germany GmbH. All rights reserved. License: Boost Software License Version 1.0. See LICENSE.txt for details. ******************************************...
D
convert code into ordinary language read with difficulty
D
module ppl.Position; import ppl.internal; struct Position { int line; int column; bool isValid() { return this != INVALID_POSITION; } bool isInvalid() { return !isValid(); } void set(int line, int column) { this.line = line; this.column = column; } ...
D
a feeling of intense anger state of violent mental agitation the property of being wild or turbulent (classical mythology) the hideous snake-haired monsters (usually three in number) who pursued unpunished criminals
D
/** Generator for VisualD project files Copyright: © 2012-2013 Matthias Dondorff License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Matthias Dondorff */ module dub.generators.visuald; import dub.compilers.compiler; import dub.generators.generator; import dub.in...
D
/Users/laurin/Documents/School/fbxpollenfallen/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ZoomViewJob.o : /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Sourc...
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
/* TEST_OUTPUT: --- fail_compilation/ice11726.d(16): Error: undefined identifier 'x' --- */ struct S { auto opDispatch(string fn, Args...)(Args args) { } } void main() { S().reserve(x.foo()); }
D
instance BDT_6113_HANSBAND_01(Npc_Default) { name[0] = NAME_Bandit; guild = GIL_BDT; id = 6113; voice = 10; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_2h_Sld_Axe); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_F...
D
/******************************************************************************* Entry point for the Agora node Each node is a Vibe.d server application. On startup, it tries to connect with a range of known hosts to join the quorum. It then starts to listen for requests, using a REST interface. ...
D
module wx.VScroll; public import wx.common; public import wx.Panel; public import wx.SizeEvent; //----------------------------------------------------------------------------- //! \cond EXTERN extern (C) { alias int function(VScrolledWindow obj, int n) Virtual_IntInt; } static extern (C) IntPtr wxVScrolledWindow...
D
instance DIA_Addon_Skip_NW_EXIT(C_Info) { npc = PIR_1301_Addon_Skip_NW; nr = 999; condition = DIA_Addon_Skip_NW_EXIT_Condition; information = DIA_Addon_Skip_NW_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Skip_NW_EXIT_Condition() { return TRUE; }; func void DIA_Addon_Skip_NW_...
D
import std.stdio, std.conv, std.array, std.string; import std.algorithm; import std.container; import std.range; class Nodes(T) { class Node { public int id; public Node[] friends; public T content; alias content this; this(int id) { this.id = id; } } public int origin; public...
D
function sirData(){this.insertDataURL="js.sddan.com/ID.d?";this.searchKeywords='';this.keywords='';this.partnerID=0;this.siteID=0;this.subID=0;this.requestID='';this.userID='';this.country='';this.getParams={};this.userCat={};this.userIteratorFunc=[];this.customVar={};this.cookieData={};this.hashList={};this.service=''...
D
module neton.client.config; public import neton.client.config.ConfigService;
D
module engine.thirdparty.x11.Xutil; import core.stdc.config; import engine.thirdparty.x11.Xlib; import engine.thirdparty.x11.X; import engine.thirdparty.x11.Xregion; import engine.thirdparty.x11.Xresource : XrmStringToQuark; import engine.thirdparty.x11.keysym; extern (C) nothrow: /* * Bitmask returned by XParseGeo...
D
/Users/oksanka/Documents/Projects/CoreDataToDo/DerivedData/Build/Intermediates.noindex/Previews/CoreDataToDo/Intermediates.noindex/CoreDataToDo.build/Debug-iphonesimulator/CoreDataToDo.build/Objects-normal/x86_64/ContentView.o : /Users/oksanka/Documents/Projects/CoreDataToDo/CoreDataToDo/SceneDelegate.swift /Users/oksa...
D
/Users/jackwong/Desktop/Developer/CollectionCellReorder/Build/Intermediates.noindex/CollectionCellReorder.build/Debug-iphoneos/CollectionCellReorder.build/Objects-normal/arm64/CustomCell.o : /Users/jackwong/Desktop/Developer/CollectionCellReorder/CollectionCellReorder/AppDelegate.swift /Users/jackwong/Desktop/Developer...
D
module miao.common.check; @safe: import std.range; import std.traits; template isValidParam(PatRange, CorpusRange) { enum bool isValidParam = __traits(compiles, { alias T1 = ElementType!PatRange; alias T2 = ElementType!CorpusRange; static assert(is(typeof(T1.init == T2.init))); P...
D
/Users/devmenon/Desktop/rust projects/rust-cli-spotify/target/rls/debug/deps/rust_cli_spotify-c840b9395a9f7fa5.rmeta: src/main.rs /Users/devmenon/Desktop/rust projects/rust-cli-spotify/target/rls/debug/deps/rust_cli_spotify-c840b9395a9f7fa5.d: src/main.rs src/main.rs:
D
// URL: https://atcoder.jp/contests/abc061/tasks/abc061_b import std.algorithm, std.container, std.conv, std.math, std.range, std.typecons, std.stdio, std.string; auto rdsp(){return readln.splitter;} void pick(R,T)(ref R r,ref T t){t=r.front.to!T;r.popFront;} void pickV(R,T...)(ref R r,ref T t){foreach(ref v;t)pick(r...
D
T[][] warshall_floyd(T, T inf)(const T[][] graph) { import std.conv : to; int n = graph.length.to!int; auto dist = new T[][](n, n); foreach (i; 0..n) foreach (j; 0..n) dist[i][j] = graph[i][j]; foreach (i; 0..n) foreach (j; 0..n) foreach (k; 0..n) if (dist[j][i]...
D
module parser.expr; import sdpc; import ast.expr; import parser.atom, parser.utils; import utils; import std.conv: to; import std.stdio; @safe : auto parse_range(Stream i) { auto r = seq!( parse_expr, discard!(token_ws!".."), parse_expr )(i); r.r.name = "range"; if (!r.ok) return err_result!Range(r.r); ret...
D
/Users/bilgihankose/Dev/Appbrewery/Quizzler/build/Quizzler.build/Debug-iphonesimulator/Quizzler.build/Objects-normal/x86_64/SceneDelegate.o : /Users/bilgihankose/Dev/Appbrewery/Quizzler/Quizzler/SceneDelegate.swift /Users/bilgihankose/Dev/Appbrewery/Quizzler/Quizzler/AppDelegate.swift /Users/bilgihankose/Dev/Appbrewery...
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
/** * Compiler implementation of the D programming language * http://dlang.org * * Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved * Authors: Walter Bright, http://www.digitalmars.com * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: ...
D
//----------------------------------------------------------------------------- // wxD - DC.d // (C) 2005 bero <berobero@users.sourceforge.net> // based on // wx.NET - DC.cs // /// The wxDC wrapper class. // // Written by Jason Perkins (jason@379.com) // (C) 2003 by 379, Inc. // Licensed under the wxWidgets license, se...
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_5_banking-1611...
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Debugging.build/Debuggable.swift.o : /Users/nice/HelloWord/.build/checkouts/core.git--3062928766978654394/Sources/Debugging/Debuggable.swift /Users/nice/HelloWord/.build/checkouts/core.git--3062928766978654394/Sources/Debugging/SourceLocation.swift /Users/nice...
D
/** * `matrix.d` provides a matrix class. * * The `Matrix` class is used to implement most * mathematical operations on vertices. * * Author: H Paterson. * Date: 01/02/2020. * Licence: Boost Software Licence 1.0. */ module matrix; /** * The `Matrix` struct templates generates an *rows* by * *columns* * ...
D
/* * Hunt - a framework for web and console application based on Collie using Dlang development * * Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd * * Developer: putao's Dlang team * * Licensed under the BSD License. * */ module hunt.cache; public import hunt.cache.base; public import hunt.cach...
D
/+ Copyright (c) 2005-2007 J Duncan, Eric Anderton 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, ...
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 distribut...
D
/Users/andygillette/agillette/rust-book/hello_cargo/target/debug/deps/hello_cargo-1aa3789bab95006d.rmeta: src/main.rs /Users/andygillette/agillette/rust-book/hello_cargo/target/debug/deps/hello_cargo-1aa3789bab95006d.d: src/main.rs src/main.rs:
D
/home/uzair/iot_folder/chapter5/Struct1/target/debug/deps/Struct1-19a7839f37b6acb7.rmeta: src/main.rs /home/uzair/iot_folder/chapter5/Struct1/target/debug/deps/Struct1-19a7839f37b6acb7.d: src/main.rs src/main.rs:
D
module witchcraft.interfaces; import witchcraft; abstract class InterfaceType : Aggregate { final override const(Constructor)[] getConstructors() const { return [ ]; } /++ + Checks if this type is an interface. For children of `Interfalse`, this + always returns `true`. + ...
D
// REQUIRED_ARGS: module test42; import std.stdio; import std.c.stdio; import std.string; /***************************************************/ class Foo { template myCast(T) { T myCast(U)(U val) { return cast(T) val; } } } void test1() { Foo foo = new Foo; int i = foo.myCas...
D
module UnrealScript.TribesGame.TrEffect_LightRegenBuff; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrEffect_RegenBuff; extern(C++) interface TrEffect_LightRegenBuff : TrEffect_RegenBuff { public extern(D): private static __gshared ScriptClass mStaticClass; @property ...
D
module android.java.android.net.wifi.hotspot2.pps.Credential; public import android.java.android.net.wifi.hotspot2.pps.Credential_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Credential; import import7 = android.java.java.lang.Class;
D
import core.stdc.stdio : fprintf, printf, stderr; void test(string comp = "==", A, B)(A a, B b, string msg, size_t line = __LINE__) { test(assert(mixin("a " ~ comp ~ " b")), msg, line); } void test(T)(lazy T dg, string msg, size_t line = __LINE__) { int ret = () { import core.exception : AssertError; ...
D
module UnrealScript.TribesGame.GFxTrScene_Friends; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.GFxTrScene; extern(C++) interface GFxTrScene_Friends : GFxTrScene { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass S...
D
import std.stdio; import std.string; import std.conv; import std.algorithm; import std.range; import std.traits; import std.math; import std.conv; import std.typecons; import std.uni; import std.ascii; import std.bitmanip; import core.bitop; /* 1: 10 3 2 6 7 ==> 4 8 */ void main() { auto L = ri; auto n = ri; ...
D
module UnrealScript.TribesGame.GFxTrPage_ServerSpawn; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.GFxTrAction; import UnrealScript.TribesGame.GFxTrPage; import UnrealScript.GFxUI.GFxObject; extern(C++) interface GFxTrPage_ServerSpawn : GFxTrPage { public extern(D): pr...
D
/+ Copyright (c) 2016 Robert F. Rau II +/ module ebb.flux; import std.algorithm; import std.math : abs, fmax, sqrt; import std.meta : aliasSeqOf; import numd.linearalgebra.matrix; import ebb.euler; alias fluxList = aliasSeqOf!(["rusanovFlux", "roeFlux"]); /++ Examples: auto fL = convectiveFlux!dims(pL, uL, vL, r...
D
module dcv.features.corner.fast.fast_11; /* Authors: Edward Rosten Copyright: Copyright (c) 2006, 2008 Edward Rosten, All rights reserved. Additional notice: Module integrates FAST implementation present in the Edward Rosten's github repository: https://github.com/edrosten/fast-C-src */ import core.stdc.stdlib : mal...
D
expect, believe, or suppose put forward, of a guess, in spite of possible refutation judge tentatively or form an estimate of (quantities or time guess correctly
D
/******************************************************************************* DLS Node Connection Handler copyright: Copyright (c) 2014-2017 dunnhumby Germany GmbH. All rights reserved License: Boost Software License Version 1.0. See LICENSE.txt for details. **************************...
D
/Users/gabivlj/programming/Java/FTPsimulation/user_manage/target/release/deps/itoa-b7823a1f2fcee8c6.rmeta: /Users/gabivlj/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.7/src/lib.rs /Users/gabivlj/programming/Java/FTPsimulation/user_manage/target/release/deps/libitoa-b7823a1f2fcee8c6.rlib: /Users/gabivlj/.ca...
D
.hd open "open a file" 02/28/83 file_des function open (path, mode[, typ[, limit]]) character path (ARB) integer mode, typ, limit .sp Library: vswtlb (standard Subsystem library) .fs 'Open' is the primary means of opening files for reading, writing, etc. The first argument is the pathname of the file to be opened; it ...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void main() { auto np = readln.split.to!(long[]); auto N = np[0]; auto P = np[1]; auto S = readln.chomp; if (P == 2 || P == 5) { long r; foreach (i, c; S...
D
func void b_story_findxardas() { Log_CreateTopic(CH4_FINDXARDAS,LOG_MISSION); Log_SetTopicStatus(CH4_FINDXARDAS,LOG_RUNNING); b_logentry(CH4_FINDXARDAS,"После убийства магов Круга Огня остался еще один способ взорвать рудную гору. Сатурас сказал, что Барьер создавали тринадцать магов, а не двенадцать, как все думал...
D
any of numerous long-tailed American finches
D
/* TEST_OUTPUT: --- fail_compilation/ice12501.d(29): Error: function ice12501.foo (int value) is not callable using argument types (int, int) fail_compilation/ice12501.d(29): Error: function ice12501.foo (int value) is not callable using argument types (int, int) fail_compilation/ice12501.d(43): Error: template instanc...
D
# FIXED cli_uart/cli_uart.obj: C:/ti/CC3100SDK_1.2.0/cc3100-sdk/platform/tiva-c-launchpad/cli_uart.c cli_uart/cli_uart.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/string.h cli_uart/cli_uart.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/linkage.h cli_uart/cli_uart.obj: C:/ti/ccsv7...
D
/home/xearch/Desktop/rust_proj/covweed/target/rls/debug/deps/structopt-8f69952bab963b4e.rmeta: /home/xearch/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.3.23/src/lib.rs /home/xearch/Desktop/rust_proj/covweed/target/rls/debug/deps/structopt-8f69952bab963b4e.d: /home/xearch/.cargo/registry/src/github.com-...
D
/* TEST_OUTPUT: --- fail_compilation/parse13361.d(11): Error: empty attribute list is not allowed fail_compilation/parse13361.d(14): Error: empty attribute list is not allowed fail_compilation/parse13361.d(14): Deprecation: use @(attributes) instead of [attributes] --- */ struct A { @() int b; [] // depreca...
D
/** Implements cryptographically secure random number generators. Copyright: © 2013 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Ilya Shipunov */ module vibe.crypto.cryptorand; import std.conv : text; import std.digest.sha; import vi...
D
/** * обвязка к lmdb */ module bind.lmdb_header; import core.sys.posix.sys.stat; nothrow extern(C) { version (Posix) { alias mode_t mdb_mode_t; alias int mdb_filehandle_t; } version (Windows) { alias int mdb_mode_t; alias void *mdb_filehandle_t; } alias void MDB_env; alias void MDB_txn; alias ...
D
/** * Read a file from disk and store it in memory. * * Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * 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/file_manager.d, _file_man...
D
module pixelperfectengine.system.systemutility; /* * Copyright (C) 2015-2017, by Laszlo Szeremi under the Boost license. * * Pixel Perfect Engine, system.systemUtility module */ public immutable dstring engineVer = "0.10.0"; ///Defines engine version public immutable dstring sdlVer = "2.0.5"; ///Defines SDL versi...
D
import constants; import std.stdio; void log(T...)(T args) { writeln(`Logger says... `, myconst, " ", args); }
D
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintMultiplierTarget.o : /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDSL.sw...
D
module android.java.android.nfc.NfcAdapter_CreateNdefMessageCallback_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.java.lang.Class_d_interface; import import0 = android.java.a...
D
/Users/apple/Developer/TestAutoLayout/build/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintDescription.o : /Users/apple/Developer/TestAutoLayout/Pods/SnapKit/Source/Constraint.swift /Users/apple/Developer/TestAutoLayout/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/apple/Develope...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved // // 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...
D
pasta in strings thinner than spaghetti
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.333333333 sediments, redbeds 219.300003 68.9000015 2.79999995 90.9000015 15 60 64.5 -128.5 343 5.5999999 5.5999999 0.333333333 sediments, redbeds 256.399994 77.0999985 13 0 2 ...
D
void main() { auto f = (int i) {}; static assert(is(typeof(f) == function)); }
D
instance DIA_ADDON_INEXTREMO_ANNOUNCER_EXIT(C_Info) { npc = pir_1398_addon_inextremo_announcer; nr = 999; condition = dia_addon_inextremo_announcer_exit_condition; information = dia_addon_inextremo_announcer_exit_info; permanent = TRUE; description = Dialog_Ende; }; func int dia_addon_inextremo_announcer_exit...
D
/+ Translation of "pgmarkup_lite1.nim" Version using dchar as Runes. +/ import std.utf : byDchar; import std.array : array; import std.range : iota, retro, repeat, drop; import std.stdio : File; import std.algorithm : count, countUntil, remove, canFind, min, max, startsWith; import std.typecons : tuple; import std....
D
/******************************************************************************* Dht channel mirror helper. Abstract helper class to receive a copy of all records in a dht channel as they are updated. Usage example below. Copyright: Copyright (c) 2011-2017 dunnhumby Germany GmbH. All rig...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; alias AB = Tuple!(long, "a", long, "b", int, "idx"); AB[10^^5] ABS_A, ABS_B; bool[10^^5] MEMO; void main() { auto N = readln.chomp.to!int; foreach (i; 0..N) { auto ab = readln.split.to!(long[]); ...
D