code
stringlengths
3
10M
language
stringclasses
31 values
/Users/mizhemin/Code/Others/FlappyBird/mizhemin-Flappy-Bird/FlappyBird-Start/Build/Intermediates/FlappyBird.build/Debug-iphonesimulator/FlappyBird.build/Objects-normal/x86_64/SKTEffects.o : /Users/mizhemin/Code/Others/FlappyBird/mizhemin-Flappy-Bird/FlappyBird-Start/FlappyBird/GameScene.swift /Users/mizhemin/Code/Other...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Sockets.build/TCP/TCPSocket.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/sockets.git-972942978533733666/Sources/Sockets/Address/Address+C.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build...
D
module deimos.cairo.xcb; /* cairo - a vector graphics library with display and print output * * Copyright © 2002 University of Southern California * Copyright © 2009 Intel Corporation * * This library is free software; you can redistribute it and/or * modify it either under the terms of the GNU Lesser General Pub...
D
//---------------------------------------------------------------------- // Copyright 2012-2019 Coverify Systems Technology // Copyright 2007-2014 Mentor Graphics Corporation // Copyright 2014 Semifore // Copyright 2010-2014 Synopsys, Inc. // Copyright 2007-2018 Cadence Design Systems, Inc. // Copyright 2010-2012 AMD /...
D
/* TEST_OUTPUT: --- fail_compilation/fail9537.d(26): Error: `foo(tuple(1, 2))` is not an lvalue and cannot be modified --- */ struct Tuple(T...) { T field; alias field this; } Tuple!T tuple(T...)(T args) { return Tuple!T(args); } auto ref foo(T)(auto ref T t) { return t[0]; // t[0] is deduced to n...
D
// Copyright © 2011, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). module charge.sys.resource; import std.string : format; import charge.sys.logger; abstract class Resource { private: Pool pool; uint refcount; string name; string uri; public: static voi...
D
// Written in the D programming language module dparse.parser; import dparse.lexer; import dparse.ast; import dparse.rollback_allocator; import dparse.stack_buffer; import stdx.allocator.mallocator; import stdx.allocator; import std.conv; import std.algorithm; import std.array; import std.string : format; // Uncomme...
D
import player; class World { Player p1 = new Player; Player p2 = new Player; auto arena_rad = .9; const auto G = .00003; // Gravitational constant bool outOfBounds(Player guy) { return (arena_rad - guy.r) * (arena_rad - guy.r) < (guy.x*guy.x + guy.y*guy.y); } this() { p1...
D
struct S { this(this) { } ~this() { } } struct S2 { S s; } const S globalS; // ok const S2 globalS2; // ok void f() { const S localS; // ok const S2 localS2; // ok } struct S3 // or class, or union { const S s; } // any qualifier causes errors
D
instance DIA_AmbientDementorFriendly_EXIT(C_Info) { nr = 999; condition = DIA_AmbientDementorFriendly_EXIT_Condition; information = DIA_AmbientDementorFriendly_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_AmbientDementorFriendly_EXIT_Condition() { return TRUE; }; func void DIA_Ambient...
D
module org.restlet.engine.application; public import org.restlet.engine.application.Encoder;
D
/Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintConfig.o : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/Pods/SnapKit/Source/Constraint.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/Pods/SnapKit/Source/Con...
D
/Users/matsumur/Dropbox/Working/tekupico7(acm)/DerivedData/てくPico/Build/Intermediates/てくPico.build/Debug-iphoneos/てくPico.build/Objects-normal/armv7/ThirdViewContoroller.o : /Users/matsumur/Dropbox/Working/tekupico7(acm)/wakapeko/AppDelegate.swift /Users/matsumur/Dropbox/Working/tekupico7(acm)/wakapeko/TutorialViewContr...
D
import std.stdio; import std.exception; import std.process; import std.file; import core.thread; import core.time; enum testNumber = 1; void customShell(string command, lazy string error) { auto res = executeShell(command); if(res.status != 0) throw new Exception(error ~ " " ~ res.output); } void checkOutpu...
D
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/SafetyDrive.build/Debug-iphoneos/SaftyDrive.build/Objects-normal/arm64/MKTableViewCell.o : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyD...
D
module ppl.resolve.ResolveCalloc; import ppl.internal; final class ResolveCalloc { private: Module module_; ResolveModule resolver; ResolveAlias aliasResolver; FoldUnreferenced foldUnreferenced; public: this(ResolveModule resolver) { this.resolver = resolver; this.module_ ...
D
module image.scaling.nearest_neighbour; import image.view; pure: @safe: nothrow: auto nearest_neighbour(V)(V src, size_t new_w, size_t new_h) if (isWritableView!V && is(typeof(V(1, 1)))) { auto w_ratio = (src.w << 16) / new_w + 1; auto h_ratio = (src.h << 16) / new_h + 1; size_t pw, ph; auto ds...
D
module openclD.compose.Lambda; import std.traits; template Lambda (alias Fun, string fun) { static string toString () { return fun; } static auto call (T ...) (T values) { static if (is (ReturnType!(Fun) == void)) { Fun (values); } else { return Fun (values); } } }
D
module rdf; import std.traits: isSomeString, isNarrowString; import std.range : empty, hasSlicing, hasLength; import std.string: indexOf, lastIndexOf; import std.stdio: File; import std.algorithm.searching: startsWith, endsWith, findSplit; enum SubjectType { URI, undecodedURI, blankNode } enum ObjectType { URI, undec...
D
/work/02138/siddarth/CHOMBO/EBAMRRANS/lib/src/Workshop/../../libworkshop2d.Linux.mpicxx.ifort.DEBUG.MPI.a(DataFileIF.o) d/2d.Linux.mpicxx.ifort.DEBUG.MPI/DataFileIF.d : /work/02138/siddarth/CHOMBO/EBAMRRANS/lib/src/Workshop/../../src/EBTools/BaseIVFAB.H /work/02138/siddarth/CHOMBO/EBAMRRANS/lib/src/Workshop/../../libwo...
D
/Users/sraj/Desktop/Projects/WoiGitTest/DerivedData/WoiGitTest/Build/Intermediates/WoiGitTest.build/Debug-iphonesimulator/WoiGitTest.build/Objects-normal/x86_64/FirstView.o : /Users/sraj/Desktop/Projects/WoiGitTest/WoiGitTest/ViewController.swift /Users/sraj/Desktop/Projects/WoiGitTest/WoiGitTest/FirstView.swift /Users...
D
/* DSFML - The Simple and Fast Multimedia Library for D Copyright (c) 2013 - 2015 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. Permission is gran...
D
/** Wrapper streams which count the number of bytes or limit the stream based on the number of transferred bytes. Copyright: © 2012 Sönke Ludwig License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module vibe.stream.counting; public import vibe....
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, core.stdc.string; alias Tuple!(int, "x", int, "y", int, "c") Crystal; void main() { auto s = readln.split.map!(to!int); auto Gx = s...
D
module dmledit; import dlangui; import dlangui.dialogs.filedlg; import dlangui.dialogs.dialog; import dlangui.dml.dmlhighlight; import std.array : replaceFirst; mixin APP_ENTRY_POINT; // action codes enum IDEActions : int { //ProjectOpen = 1010000, FileNew = 1010000, FileOpen, FileSave, FileSaveA...
D
/** * Takes a token stream from the lexer, and parses it into an abstract syntax tree. * * Specification: C11 * * Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LI...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 273 54 4 0 46 48 -33.5 151.300003 1769 6 6 1 intrusives, basalt 298.700012 68.4000015 2.9000001 130.600006 23 28 -38.4000015 144.300003 138 4.80000019 4.80000019 0.8 sediments, limestone 292.5 65.5 1.60000002 262.700012 34 39 -38.7999992 143.399...
D
module common.bool3; import common.all; /** * bool3 b = true * bool3 b = bool3.unknown; * * b.setTrue * b.isTrue * */ final struct bool3 { private: enum : int { UNKNOWN = -1, FALSE = 0, TRUE = 1 } int value = UNKNOWN; nothrow: pragma(inline,true): this(int v) { v...
D
module gfm.image.plane; // A Plane is a triplet of (base address + dimension + stride) // Simplest image import std.c.string, std.math; import gfm.math.smallvector; import gfm.image.image; import gfm.common.alignedbuffer; struct Plane(T) { nothrow: public { alias T element_t; this(T* data, ...
D
// AUTOGENERATED BY GITVER, DO NOT MODIFY module inochi2d.ver; /** Inochi2D Version, autogenerated with gitver */ enum IN_VERSION = "v0.9.0"; // trans rights
D
/Users/Ronish/IdeaProjects/Trekr/Build/Intermediates/Previews/Trekr/Intermediates.noindex/Trekr.build/Debug-iphonesimulator/Trekr.build/Objects-normal/x86_64/Location.o : /Users/Ronish/IdeaProjects/Trekr/Trekr/Location.swift /Users/Ronish/IdeaProjects/Trekr/Trekr/Tip.swift /Users/Ronish/IdeaProjects/Trekr/Trekr/TrekrAp...
D
/* TEST_OUTPUT: --- fail_compilation/diag9679.d(11): Error: variable diag9679.main.n only parameters or foreach declarations can be ref fail_compilation/diag9679.d(12): Error: variable diag9679.main.n storage class `auto` has no effect if type is not inferred, did you mean `scope`? --- */ void main() { if (ref n =...
D
module world; float worldFunc() { return 1.0; }
D
/** * Handles operator overloading. * * Specification: $(LINK2 https://dlang.org/spec/operatoroverloading.html, Operator Overloading) * * Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK...
D
import dnats.dnatsclient; import core.thread; import core.atomic; import std.stdio; import std.conv : to; import std.datetime.stopwatch; immutable uint messagesCount = 100000; int main() { auto clientAThread = new Thread({ auto client = new NATSClient(); // Connect with default settings: ...
D
instance MENU_MAIN(C_MENU_DEF) { backpic = MENU_BACK_PIC; musictheme = "SYS_Menu"; items[0] = "MENUITEM_MAIN_HEADLINE"; items[1] = "MENUITEM_MAIN_NEWGAME"; items[2] = "MENUITEM_MAIN_SAVEGAME_LOAD"; items[3] = "MENUITEM_MAIN_SAVEGAME_SAVE"; items[4] = "MENUITEM_MAIN_RESUME"; items[5] = "MENUITEM_MAIN_OPTIONS"; ...
D
module avr.util.delay; // version = AvrLibcDelay; /* Copyright (c) 2002, Marek Michalkiewicz Copyright (c) 2007 Joerg Wunsch All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistribu...
D
module graphic.graphic; /* A simple graphic object, i.e., an instance of Cutbit that is drawn to * a certain position on a torbit. This is not about graphic sets from L1, * ONML etc., see level/gra_set.h for that. */ import std.conv; // rounding/chopping double to int import std.math; import std.string : format; /...
D
/Users/kimhyewon/Documents/Server/tennis/build/tennis.build/Debug/Leaf.build/Objects-normal/x86_64/Link.o : /Users/kimhyewon/Documents/Server/tennis/Packages/Leaf-1.0.3/Sources/Leaf/Argument.swift /Users/kimhyewon/Documents/Server/tennis/Packages/Leaf-1.0.3/Sources/Leaf/Byte+Leaf.swift /Users/kimhyewon/Documents/Server...
D
/Users/yinheng/Desktop/code/node/rs/demo/target/debug/build/proc-macro-error-1b50383bbefc2953/build_script_build-1b50383bbefc2953: /Users/yinheng/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs /Users/yinheng/Desktop/code/node/rs/demo/target/debug/build/proc-macro-error-1b50383bbefc2953...
D
module combindings.comptr; import combindings.glue; import core.sys.windows.windows; // Similar implementation to WRL ComPtr // https://docs.microsoft.com/en-us/cpp/cppcx/wrl/comptr-class?view=vs-2019 struct ComPtr( T : IUnknown, bool bStrong = true ) { alias InterfaceType = T; enum StrongRef = bStrong; ~this() ...
D
// Written in the D programming language. /** This module provides logging utilities. Use Log class static methods. Synopsis: ---- import dlangui.core.logger; // setup: // use stderror for logging setStderrLogger(); // set log level setLogLevel(LogLeve.Debug); // usage: // log debug message Log.d("mouse clicked...
D
module danode.serverconfig; import std.stdio : writeln, writefln; import std.string : chomp, format, split, strip, toLower, join, indexOf; import danode.filesystem : FileInfo; struct ServerConfig { string[string] data; this(FileInfo file, string def = "no") { string[] elements; foreach(line; split(file....
D
/* REQUIRED_ARGS: -wi TEST_OUTPUT: --- fail_compilation/cerrors.d(11): Error: C preprocessor directive `#if` is not supported, use `version` or `static if` fail_compilation/cerrors.d(11): Error: declaration expected, not `#` fail_compilation/cerrors.d(15): Warning: C preprocessor directive `#endif` is not supported fai...
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Utilities/FileIO.swift.o : /Users/work/Projects/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/work/Projects/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Content/FormDataC...
D
a member of any of about two dozen Native American peoples called `Pueblos' by the Spanish because they live in pueblos (villages built of adobe and rock) a city in Colorado to the south of Colorado Springs a communal village built by Indians in the southwestern United States
D
func void B_MM_AssessWarn() { if((self.aivar[AIV_MM_REAL_ID] == ID_ORCBF) && (ALLBIGFIGHTERSORC < 70)) { return; }; if(self.guild > GIL_SEPERATOR_ORC) { if(Npc_IsInState(self,ZS_MM_Attack)) { return; }; if(Wld_GetGuildAttitude(self.guild,other.guild) == ATT_FRIENDLY) { Npc_ClearAIQueue(self); ...
D
/Users/jorisw/Documents/XCode/SnapchatClone/Build/Intermediates/SnapchatClone.build/Debug-iphoneos/SnapchatClone.build/Objects-normal/arm64/AddImageViewController.o : /Users/jorisw/Documents/XCode/SnapchatClone/SnapchatClone/AppDelegate.swift /Users/jorisw/Documents/XCode/SnapchatClone/SnapchatClone/AddImageViewControl...
D
module startup; version(GNU) { static import gcc.attribute; // we need this to get the section, weak and alias attributes void wfi(){ version(ALLOW_WFI){ asm{ "wfi"; } } } } else version(LDC) { import ldc.llvmasm; void wfi(){ version(ALLOW_WFI){ __asm("wfi"); } } } import core.stdc.config; // we need th...
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
module database.misc; import std.json; import std.traits, std.conv, std.format, std.array; import fullMessage, contactsList; public import database.sql : DbInt; struct AtTimestamp(T) { SignalTime ts; T val; void update(SignalTime newTs, T newVal) { if (newTs < ts) return; val = newVal; ...
D
/** なんちゃってXMLパーサ。CTFEコンパチ。 * Version: 0.0003(dmd2.069)(dmd2.070.0) * Date: 2016-Jan-21 23:46:06 * Authors: KUMA * License: CC0 */ /** Bugs: CTFE時には、Ns.uri 及び Ns.ns はnull。 これは CTFE 時に toHash/toEquals が呼び出されないから。 dmd2.068.2 $(OL $(LI std.typecos.Rebindable doesn't work at CTFE.) $(LI An AA do...
D
/home/juliobrz/Git/PixelCanvas/.build/x86_64-unknown-linux/debug/Async.build/Future+Transform.swift.o : /home/juliobrz/Git/PixelCanvas/.build/checkouts/core/Sources/Async/Async+NIO.swift /home/juliobrz/Git/PixelCanvas/.build/checkouts/core/Sources/Async/Future+Variadic.swift /home/juliobrz/Git/PixelCanvas/.build/checko...
D
module symlist; import std.stdio, std.array, std.traits, std.conv, std.json, std.format, std.algorithm; import iz.memory; import dparse.lexer, dparse.ast, dparse.parser; import common; private __gshared bool deep = void; /** * Serializes the symbols in the standard output */ void listSymbols(co...
D
module arcana.grammar.ast.relational_node; import arcana.grammar.token; import arcana.grammar.ast.binary_node; import arcana.grammar.ast.expression_node; class RelationalNode : BinaryNode { this(ExpressionNode left, Token operator, ExpressionNode right) { super(left, operator, right); } }
D
/Users/florin-alexandru/Documents/ioscourse/poloniex/DerivedData/poloniex/Build/Intermediates/poloniex.build/Debug-iphonesimulator/poloniex.build/Objects-normal/x86_64/CoinPairs.o : /Users/florin-alexandru/Documents/ioscourse/poloniex/poloniex/TickerDetail.swift /Users/florin-alexandru/Documents/ioscourse/poloniex/polo...
D
/Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Build/Intermediates/Charts.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/Transformer.o : /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/endotsuyoshi/Documents/ios/shoanaori...
D
/******************************************************************************* Stats corresponding to validators Copyright: Copyright (c) 2019-2021 BOSAGORA Foundation All rights reserved. License: MIT License. See LICENSE for details. ******************************************...
D
module kgl3n.intersect; import kgl3n.aabb; import kgl3n.frustum; import kgl3n.linearcomponent; import kgl3n.math : abs; import kgl3n.vector; import std.algorithm.comparison : min, max; bool testIntersection(in Line line, in AABB aabb) { auto nInv = 1 / line.d; auto t1 = (aabb.min - line.p) * nInv; auto t2 = (aa...
D
/** * Implementation of support routines for synchronized blocks. * * Copyright: Copyright Digital Mars 2000 - 2011. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright, Sean Kelly */ /* Copyright Digital Mars 2000 - 2011. * Distributed under th...
D
module android.java.java.security.spec.AlgorithmParameterSpec_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; final class AlgorithmParameterSpec : ...
D
private import std.stdio; private import std.string; private import Quest; private import extent.ExtentResolver; private import force_resolver.ForceResolver; private import std.algorithm; import common; void main(string[] args) { auto q = new Quest( //["1", "2", "2", "1"], //["1", "2", "2", "1"], ...
D
# FIXED socket.obj: C:/Users/dwsch/code/Embedded/Help/CC3100/simplelink/source/socket.c socket.obj: C:/Users/dwsch/code/Embedded/Help/CC3100/simplelink/source/datatypes.h socket.obj: C:/Users/dwsch/workspace_v7/CC3100/simplelink/include/simplelink.h socket.obj: C:/Users/dwsch/workspace_v7/cc3100/platform/ek-tm4c123gxl...
D
var items_list = List(10,9,0,29,1); var min = find_min(items_list){ var min = 0; for(var i = 1;i<items_list.len();i++){ if(items_list(i)<min){ min = items_list(i); } } return min; } print("minimum value is: "+min(items_list)); ```bash minimum value is: 0 ```
D
/Users/hiro/Desktop/SwiftPractic/build/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/FormatIndicatedCacheSerializer.o : /Users/hiro/Desktop/SwiftPractic/Pods/Kingfisher/Sources/String+MD5.swift /Users/hiro/Desktop/SwiftPractic/Pods/Kingfisher/Sources/Resource.swift /Users/hiro/Desktop/SwiftPra...
D
/home/tim/src/solana/solana-name-server/src/target/bpfel-unknown-unknown/release/deps/lazy_static-8c71b2621f26b8b5.rmeta: /home/tim/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs /home/tim/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs /home/tim/src/s...
D
module bindbc.imgui.bind.imgui; import core.stdc.stdio; import core.stdc.stdarg; import bindbc.sdl; import bindbc.glfw; alias ImGuiTreeNodeFlags = int; struct ImGuiDockRequest; alias ImU32 = uint; alias ImGuiNavDirSourceFlags = int; alias ImGuiDockNodeFlags = int; alias ImGuiSizeCallback = void function(ImGuiSizeC...
D
instance PAL_231_Ritter(Npc_Default) { name[0] = NAME_Ritter; guild = GIL_PAL; id = 231; voice = 12; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_1h_Pal_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Fighte...
D
/** * Utility to visit every variable in an expression. * * 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) * Source: $(LI...
D
/Users/thendral/POC/vapor/Friends/.build/debug/Socks.build/UDPClient.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Socks-1.2.5/Sources/Socks/Socks.swift /Users/thendral/POC/vapor/Friends/Packages/Socks-1.2.5/Sources/Socks/SynchronousTCPServer.swift /Users/thendral/POC/vapor/Friends/Packages/Socks-1.2.5/Sources/S...
D
/Users/a43696467/Documents/guide/swift3Test/Build/Intermediates/swift3Test.build/Debug-iphonesimulator/swift3Test.build/Objects-normal/x86_64/BaseRequest.o : /Users/a43696467/Documents/guide/swift3Test/swift3Test/base/BaseRequest.swift /Users/a43696467/Documents/guide/swift3Test/swift3Test/home/selectBusiness/selectBus...
D
opt -l ttl VSBChip.d - VSB chip definitions ******************** * Definitions for the MVSB2400 VSB bus master/slave interface chip. * * Edition History * * Ed. Date. Reason. Who. * -- -------- ----------------------------------------------- --- * 01 90/01/12 ...
D
import std.stdio; // Test function inlining debug = NRVO; /************************************/ int foo(int i) { return i; } int bar() { return foo(3) + 4; } void test1() { printf("%d\n", bar()); assert(bar() == 7); } /************************************/ struct Foo2 { int a,b,c,e,f,g; }...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/Utilities/FileIO.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/panartem/Developer/Study/Microservices-vapor/TI...
D
void main() { runSolver(); } void problem() { auto N = scan!long; alias Skill = Tuple!(long, "time", long[], "preSkills"); Skill[] S; foreach(i; 0..N) { auto t = scan!long; auto k = scan!long; S ~= Skill(t, scan!long(k).map!"a - 1".array); } auto solve() { bool[long] listed; bool[long...
D
/** * Copyright: (c) 2009 John Chapman * * License: See $(LINK2 ..\..\licence.txt, licence.txt) for use and distribution terms. */ module os.win.base.native; import os.win.base.core, std.traits, std.typetuple; import std.utf : toUTF8, toUTF16z; import std.string : toStringz; import os.windows : ...
D
/Users/sjwu/video/HouseHold/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/First.o : /Users/sjwu/video/HouseHold/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/sjwu/video/HouseHold/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/sjwu/video/HouseHold/Pods/RxSwift/Rx...
D
/** Stuff with dependencies. 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, Sönke Ludwig */ module dub.dependency; import dub.internal.utils; import dub.internal.vibecompat.core.log; import dub.int...
D
/* Converted to D from gsl_vector_uchar.h by htod * and edited by daniel truemper <truemped.dsource <with> hence22.org> */ module auxc.gsl.gsl_vector_uchar; /* vector/gsl_vector_uchar.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistri...
D
module bt.toolbox.timeinterval; import std.algorithm; struct TimeInterval { long begin; long end; } long length(TimeInterval a) { return a.end - a.begin; } bool intersects(TimeInterval a, TimeInterval b) { return a.begin < b.end && a.end > b.begin; } TimeInterval intersection(TimeInterval a, TimeInterval b) ...
D
#!/bin/rdmd module repo_pull; import std.stdio; import std.conv; import std.process; import std.algorithm; import std.regex; import std.experimental.logger; import std.experimental.typecons : Final, makeFinal; import std.getopt : getopt, defaultGetoptPrinter, GetoptResult; import std.ascii : letters; import std.path : ...
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. * * template parsing is based on dymk/temple source from https://github.com/dymk...
D
; Copyright (C) 2008 The Android Open Source Project ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law ...
D
module godot.editorfiledialog; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.object; import godot.classdb; import godot.confirmationdialog; import godot.vboxcontainer; @GodotBaseClass struct EditorFileDialog { static immutabl...
D
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/AST/TemplateDataContext.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/template-kit.git--6129928586187134836/Sources/TemplateKit/Data/TemplateData.swift /Users/user/Documents/RiseTimeAssets/server...
D
/home/raz/code_projects/rust_projects/rust_projects1/gas_rust_cursive_1/target/debug/build/parking_lot_core-b2dde77b8e250b99/build_script_build-b2dde77b8e250b99: /home/raz/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.3.1/build.rs /home/raz/code_projects/rust_projects/rust_projects1/gas_rust_cursi...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto nd = readln.split.to!(int[]); auto N = nd[0]; auto D = nd[1]; auto RS = readln.split.to!(int[]); sort(RS); int j = 1; long r; foreach (i; 0..N) { while (j < ...
D
module com.cterm2.tpeg.tableStructure; import std.stdio, std.conv, std.range, std.array, std.algorithm; class TableActionBase { // require deep-copyable public abstract @property TableActionBase dup(); } class ShiftAction : TableActionBase { size_t stateNum; public @property state(){ return this.stateNum; } pub...
D
/Users/doki/Desktop/code12/FabriclogPoint/Build/Intermediates/FabricPoint.build/Debug-iphoneos/FabricPoint.build/Objects-normal/arm64/AppDelegate.o : /Users/doki/Desktop/code12/FabriclogPoint/FabricPoint/AppDelegate.swift /Users/doki/Desktop/code12/FabriclogPoint/FabricPoint/ViewController.swift /Users/doki/Desktop/cod...
D
#!/usr/bin/env rdmd /* 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) */ import std.stdio; import std.getopt; import std.algorithm; import std.regex; import std.uri; import std.process; int main(str...
D
/* * Hunt - A refined core library for D programming language. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.math.BigInteger; import hunt.Double; import hunt.Float; import hunt.Integer; import hunt.Long; import hunt.Num...
D
/* Copyright (c) 2011-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, dist...
D
/Users/Salgara/Desktop/IOS/CurrencyApp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Unbox.build/Objects-normal/x86_64/Typealiases.o : /Users/Salgara/Desktop/IOS/CurrencyApp/Pods/Unbox/Sources/UnboxPathNode.swift /Users/Salgara/Desktop/IOS/CurrencyApp/Pods/Unbox/Sources/Unboxable.swift /Users/Salgara/Des...
D
struct struct_tag {} enum enum_tag; struct A { // types or values can be used as User Defined Attributes (UDA) int not_tagged; @struct_tag int tagged; @("value_tag") int also_tagged; @enum_tag int another_tagged; } void main() { // import anything, anywhere import std.stdio; // stanar...
D
/Users/xiaohongwei/projects/for_offer/target/debug/deps/lazy_static-2e637c6baaf04a69.rmeta: /Users/xiaohongwei/.cargo/registry/src/mirrors.ustc.edu.cn-b63e9dae659fc205/lazy_static-1.4.0/src/lib.rs /Users/xiaohongwei/.cargo/registry/src/mirrors.ustc.edu.cn-b63e9dae659fc205/lazy_static-1.4.0/src/inline_lazy.rs /Users/xi...
D
document giving the tax collector information about the taxpayer's tax liability a coming to or returning home the occurrence of a change in direction back in the opposite direction getting something back again the act of going back to a prior location the income or profit arising from such transactions as the sale of ...
D
module gfm.opengl.shader; import std.string, std.conv, std.experimental.logger; import bindbc.opengl; import gfm.opengl.opengl; /// OpenGL Shader wrapper. final class GLShader { public { /// Creates a shader devoid of source code. /// Throws: $(D OpenGLException) on error. ...
D
/** * Implement CTFE for intrinsic (builtin) functions. * * Currently includes functions from `std.math`, `core.math` and `core.bitop`. * * Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LI...
D
/* THIS FILE GENERATED BY bcd.gen */ module sys.x11.xrender; import sys.x11.xlib; extern(C): align(4): const int PictStandardARGB32 = 0; const int PictStandardRGB24 = 1; const int PictStandardA8 = 2; const int PictStandardA4 = 3; const int PictStandardA1 = 4; const int PictStandardNUM = 5; alias _XConicalGradient XConi...
D
/* Copyright (c) 2013-2015 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