code
stringlengths
3
10M
language
stringclasses
31 values
/Users/sol369/Desktop/InstaPics/DerivedData/InstaPics/Build/Intermediates/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/ImageTransition.o : /Users/sol369/Desktop/InstaPics/Pods/Kingfisher/Sources/AnimatedImageView.swift /Users/sol369/Desktop/InstaPics/Pods/Kingfisher/Sources/Box.swift /Users/s...
D
func int C_PlayerIsFakeBandit(var C_Npc slf,var C_Npc oth) { var C_Item itm; if(slf.aivar[AIV_IgnoresArmor] == TRUE) { return FALSE; }; if(slf.aivar[AIV_IgnoresFakeGuild] == TRUE) { return FALSE; }; if(slf.guild == GIL_PIR) { return FALSE; }; if(Npc_HasEquippedArmor(oth) == TRUE) { itm = Npc_GetEqu...
D
<?xml version="1.0" encoding="UTF-8"?> <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="01_SourceLeft_CompositeDiagram...
D
/** The exception module defines all system-level exceptions and provides a mechanism to alter system-level error handling. Copyright: Copyright Sean Kelly 2005 - 2013. License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Sean Kelly and $(HTTP jmdavisprog.com, Jonathan M ...
D
module godot.pathfollow; 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.spatial; @GodotBaseClass struct PathFollow { static immutable string _GODOT_internal_name = "PathFollow"; publi...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Routing.build/Utilities/Exports.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/routing/Sources/Routing/Utilities/Deprecated.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/r...
D
// Written in the D programming language. /** This module contains the $(LREF Complex) type, which is used to represent _complex numbers, along with related mathematical operations and functions. $(LREF Complex) will eventually $(LINK2 ../deprecate.html, replace) the built-in types $(D cfloat), $(D cdoubl...
D
// generate html files for every fixed view import std.stdio, std.string, std.conv, std.file; import std.uni : toLower; import std.algorithm, std.array; import std.typecons: No; import std.getopt; const int MAXLEN = 42; bool textmode; struct Desc { string nam; string typ; } struct SToken { int depth; ...
D
/Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphonesimulator/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/x86_64/ChararcterDetailCellViewModel.o : /Users/pavelkurilov/Library/Mobile\ Document...
D
module test.ParserTest; import hunt.markdown.node; import hunt.markdown.parser.InlineParser; import hunt.markdown.parser.InlineParserContext; import hunt.markdown.parser.InlineParserFactory; import hunt.markdown.parser.Parser; import hunt.markdown.parser.block; import hunt.markdown.renderer.html.HtmlRenderer; ...
D
func void b_pointatnpc(var C_NPC slf,var C_NPC oth,var C_NPC targ) { AI_WaitTillEnd(slf,oth); AI_PointAtNpc(slf,targ); b_say(slf,oth,"$THEREHEIS"); AI_StopPointAt(slf); };
D
module godot.core.rect3; import godot.core.defs; import godot.core.vector3; import godot.core.plane; import std.algorithm.mutation : swap; struct Rect3 { @nogc nothrow: Vector3 pos; Vector3 size; bool has_no_area() const { return (size.x<=CMP_EPSILON || size.y<=CMP_EPSILON || size.z<=CMP_EPSILON); } ...
D
[b]什么情况?[/b] 早期硬盘每扇区是512字节,随着硬盘新技术,新标准的出现,固态硬盘(Solid State Disk),大容量硬盘等新技术使用 Advanced Format (高级格式化) 设计标准,其规定每扇区4096字节,出于兼容性等因素考虑,新硬盘用固件对 OS 伪装成512字节。 如果不针对 "4K对齐" 问题进行分区,那么格式化NTFS后会出现NTFS逻辑扇区和硬盘的物理扇区不对齐。如果没有对齐最显著的是后果会造成读写速度低下,对于SSD还会减少寿命。 [b]哪些硬盘需要对齐?[/b] 所有SSD(固态硬盘);2011年1月1日后的机械硬盘,都会遵循先进格式化标准,使用先进格式化标准的硬盘,背面...
D
/home/alansky/Dev/Parity/substrate-node-template/target/debug/build/libp2p-core-41c8b46498681233/build_script_build-41c8b46498681233: /home/alansky/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-core-0.22.1/build.rs /home/alansky/Dev/Parity/substrate-node-template/target/debug/build/libp2p-core-41c8b4649868123...
D
module android.java.android.icu.lang.UCharacter_NumericType_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; @JavaName("UCharacter$NumericType") fin...
D
Long: form Short: F Arg: <name=content> Help: Specify multipart MIME data Protocols: HTTP SMTP IMAP Mutexed: data head upload-file Category: http upload Example: --form "name=curl" --form "file=@loadthis" $URL Added: 5.0 See-also: data form-string form-escape --- For HTTP protocol family, this lets curl emulate a fille...
D
/Users/macosx/Desktop/TestNetWorkLayer/build/Pods.build/Debug-iphonesimulator/Nimble.build/Objects-normal/x86_64/EndWith.o : /Users/macosx/Desktop/TestNetWorkLayer/Pods/Nimble/Sources/Nimble/DSL.swift /Users/macosx/Desktop/TestNetWorkLayer/Pods/Nimble/Sources/Nimble/Matchers/MatcherFunc.swift /Users/macosx/Desktop/Test...
D
module android.java.android.bluetooth.BluetoothProfile_ServiceListener; public import android.java.android.bluetooth.BluetoothProfile_ServiceListener_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!BluetoothProfile_ServiceListener; import import1 = android.java.java.lang.Class;
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
// DerelictCL - a Derelict based dynamic binding for OpenCL // written in the D programming language // // Copyright: MeinMein 2013-2014. // License: Boost License 1.0 // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // Authors: Gerbrand Kamphuis (...
D
module android.java.android.icu.text.Transliterator_Position; public import android.java.android.icu.text.Transliterator_Position_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Transliterator_Position; import import1 = android.java.java.lang.Class;
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Core.build/Dispatch.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/core.git-4369016638413795800/Sources/Core/RFC1123.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/core.git-4369016638413795800/Sources/Core/String+Polymo...
D
import std.stdio; import core.thread; import std.datetime; import std.range; import std.conv; import derelict.sdl2.sdl; import rx; import std.container; import gamepad; import looprunner; import std.exception; version(OSX){ extern(C) int* CGEventCreateKeyboardEvent(int* source, ushort key, bool flag); extern(...
D
/** Common classes for HTTP clients and servers. 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, Jan Krüger */ module vibe.http.common; public import vibe.http.status; import vibe.core.log; import vibe.core.tcp; ...
D
module parser.parser; import std.regex; import std.uni; class Parser { public: static parseSql(string rawSql){ unicode* sql = new unicode(); regex([``]); } }
D
/* * Copyright Andrej Mitrovic 2013 - 2020. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ module dtk.widgets; public { import dtk.widgets.button; import dtk.widgets.checkbut...
D
module UnrealScript.TribesGame.TrPlayerReplicationInfo; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrObject; import UnrealScript.UTGame.UTPlayerReplicationInfo; import UnrealScript.Engine.Actor; import UnrealScript.TribesGame.TrInventoryHelper; import UnrealScript.Engine....
D
module hunt.http.codec.websocket.model.common; final class WebSocketConstants { enum string SEC_WEBSOCKET_EXTENSIONS = "Sec-WebSocket-Extensions"; enum string SEC_WEBSOCKET_PROTOCOL = "Sec-WebSocket-Protocol"; enum string SEC_WEBSOCKET_VERSION = "Sec-WebSocket-Version"; enum int SPEC_VERSION = 13; } ...
D
/** * Compiler implementation of the $(LINK2 http://www.dlang.org, D programming language) * * Copyright: Copyright (c) 1999-2016 by Digital Mars, 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...
D
import gcc.attribute; /* Test all gdc supported attributes. */ @attribute("forceinline") void forceinline() { } @attribute("noinline") void noinline() { } @attribute("flatten") void flatten() { }
D
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
D
import std.algorithm, std.range, std.stdio; int main() { int[] a1=[0,1,2,3,4,5,6,7,8,9]; int[] a2=[6,7,8,9]; immutable pivot = 5; int mysum(int a,int b) pure { if(b<=pivot) return a+b; else return a; } auto result=reduce!(mysum)(chain(a1,a2)); //passing a delegate closur...
D
/** * Handles the creation and life cycle of UI objects and webview textures */ module components.userinterface; import core; import utility.awesomium, components, utility, graphics.graphics; import std.string, gl3n.linalg; /** * User interface objects handle drawing/updating an AwesomiumView over the scr...
D
module UnrealScript.Engine.ActorFactorySkeletalMeshCinematic; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.ActorFactorySkeletalMesh; extern(C++) interface ActorFactorySkeletalMeshCinematic : ActorFactorySkeletalMesh { public extern(D): private static __gshared ScriptClass mS...
D
/** * License: * Copyright Devisualization (Richard Andrew Cattermole) 2014 - 2017. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ module devisualization.bindings.gdk.g...
D
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/Fluent.build/Database/Driver.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/...
D
/* * The MIT License (MIT) * * Copyright (c) 2014 Devisualization (Richard Andrew Cattermole) * * 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 l...
D
INSTANCE Info_Mod_Alwin_Hi (C_INFO) { npc = Mod_560_NONE_Alwin_NW; nr = 1; condition = Info_Mod_Alwin_Hi_Condition; information = Info_Mod_Alwin_Hi_Info; permanent = 0; important = 0; description = "Wer bist du?"; }; FUNC INT Info_Mod_Alwin_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Alwin_Hi_Info() { ...
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
module dtools.util.util; // template constructor (partial) instantiation. auto make(T,T2...)(T2 a){ // __ctor: undocumented feature, we put it here in one place. T b0=void; b0.__ctor!(T2)(a); return b0; /+ this compiled in dmd.2.062, but not in dmd.2.063 auto b=T.__ctor!(T2)(a); return b; // return T.__ct...
D
/** * Defines AST nodes for the parsing stage. * * Copyright: Copyright (C) 1999-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/dlang/dmd/blob/master/src/dmd/astbase.d, _astbase.d) *...
D
/******************************************************************************* * D ncurses panel class wrappers * * Authors: Matthew Soucy, msoucy@csh.rit.edu * Date: Jan 11, 2013 * Version: 0.0.1 */ module metus.dncurses.extras.panel; import metus.dncurses.window; private import ncp = deimos.ncurses.panel; /...
D
module dlangide.ui.wspanel; import dlangui; import dlangide.workspace.workspace; import dlangide.workspace.project; import dlangide.ui.commands; enum ProjectItemType : int { None, SourceFile, SourceFolder, Project, Workspace } interface SourceFileSelectionHandler { bool onSourceFileSelected(P...
D
/Users/deepapatil/Desktop/Heady_Assignment/iOS/Heady/build/Heady.build/Debug-iphonesimulator/Heady.build/Objects-normal/x86_64/ProductCategory+CoreDataProperties.o : /Users/deepapatil/Desktop/Heady_Assignment/iOS/Heady/Heady/Categories/Wireframe/CategoryListWireFrame.swift /Users/deepapatil/Desktop/Heady_Assignment/iOS...
D
# FIXED PROFILES/gatt_uuid.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/host/gatt_uuid.c PROFILES/gatt_uuid.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/comdef.h PROFILES/gatt_uuid.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h PROFILES/gatt_uuid.obj:...
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/pravalika/Desktop/BlockIT/build/BlockIT.build/Debug-iphonesimulator/BlockIT.build/Objects-normal/x86_64/AppDelegate.o : /Users/pravalika/Desktop/BlockIT/BlockIT/SharedFile.swift /Users/pravalika/Desktop/BlockIT/BlockIT/AppDelegate.swift /Users/pravalika/Desktop/BlockIT/BlockIT/MainViewController.swift /Users/pra...
D
module example; import std.conv, std.stdio; import imaged.jpeg, imaged.png, imaged.image; import derelict.opengl.gl; import glui.window, glui.event, glui.truetype, glui.widget.base, glui.widget.tree; int main() { Window("window1", WindowState(0,0,1000,700), Flag!"Cre...
D
func void B_RestartFreeze() { if((Npc_GetLastHitSpellID(self) == SPL_IceCube) || (Npc_GetLastHitSpellID(self) == SPL_IceWave)) { Npc_SetStateTime(self,0); }; }; func void B_StopMagicFreeze() { Npc_PercEnable(self,PERC_ASSESSMAGIC,B_AssessMagic); Npc_ClearAIQueue(self); AI_Standup(self); if(self.guild < GIL_S...
D
/Users/abdirrahman/Desktop/snakegame/target/rls/debug/deps/ordered_float-7da7a5b3e7ed20b9.rmeta: /Users/abdirrahman/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.1.0/src/lib.rs /Users/abdirrahman/Desktop/snakegame/target/rls/debug/deps/ordered_float-7da7a5b3e7ed20b9.d: /Users/abdirrahman/.cargo/regis...
D
module dinu.command.command; import dinu; __gshared: enum Type { none, script, desktop, history, file, directory, output, special, bashCompletion, processInfo } class Command { string name; Type type; string color; string parameter; protected this(){} this(string name){ this.name = name; ...
D
/++ Old version of my http implementation. I no longer work on this, use http2.d instead. +/ deprecated module arsd.http; import std.socket; // FIXME: check Transfer-Encoding: gzip always version(with_openssl) { pragma(lib, "crypto"); pragma(lib, "ssl"); } ubyte[] getBinary(string url, string[string] cookies =...
D
/Users/hazuki/Desktop/13/la/lifeistech/Count/DerivedData/Count/Build/Intermediates.noindex/Count.build/Debug-iphonesimulator/Count.build/Objects-normal/x86_64/ViewController.o : /Users/hazuki/Desktop/13/la/lifeistech/Count/Count/SceneDelegate.swift /Users/hazuki/Desktop/13/la/lifeistech/Count/Count/AppDelegate.swift /U...
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
/home/onki/Downloads/Fraunhofer_work/ruct+c/rustbook/app/target/release/build/syn-c75a48b9789f234e/build_script_build-c75a48b9789f234e: /home/onki/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.40/build.rs /home/onki/Downloads/Fraunhofer_work/ruct+c/rustbook/app/target/release/build/syn-c75a48b9789f234e/build...
D
/Users/harukikondo/git/RustPractice/rustSample/target/debug/build/syn-63cbb18b1f0419a1/build_script_build-63cbb18b1f0419a1: /Users/harukikondo/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.73/build.rs /Users/harukikondo/git/RustPractice/rustSample/target/debug/build/syn-63cbb18b1f0419a1/build_script_build-63...
D
interface IFileGateway { void open(string filename, string mode); bool isOpen(); string getFilename(); void close(); }
D
module imports.diag10089b; void chunks(Source)(Source source, size_t chunkSize) { }
D
module android.java.android.hardware.Sensor; public import android.java.android.hardware.Sensor_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Sensor; import import0 = android.java.java.lang.Class;
D
func void b_interruptmob(var string mobsi) { var int randomize_mob; AI_UseMob(self,mobsi,-1); randomize_mob = Hlp_Random(7); if((randomize_mob == 1) && !c_npcisboss(self)) { AI_PlayAni(self,"T_BORINGKICK"); }; if(randomize_mob == 2) { AI_PlayAni(self,"T_SEARCH"); }; if(randomize_mob == 3) { AI_PlayAni...
D
/******************************************************************//** * \file src/gui/mytimer.d * \brief Definitions of TimedEvent and MyTimer * * <i>Copyright (c) 2012</i> Danny Arends<br> * Last modified May, 2012<br> * First written Dec, 2011<br> * Written in the D Programming Language (http://www.digitalma...
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: $(WEB 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 */ /* Copyright Sean ...
D
/Users/laurin/Documents/School/fbxpollenfallen/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/AxisRendererBase.o : /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/...
D
/** * D header file for NetBSD. * * Copyright: Copyright Martin Nowak 2012. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * * http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/include/dlfcn.h */ module core.sys.netbsd.dlfcn; public import core.sys.posix.dlfcn...
D
// PERMUTE_ARGS: int magicVariable() { if (__ctfe) return 3; version(GNU) { version(X86) asm { "nop"; } else version(X86_64) asm { "nop"; } else static assert(""); } else asm { nop; } return 2; } static assert(magicVariable()==3); void main() { assert(!__ctfe); ...
D
// This source code is in the public domain. // Open a Single File Using a Dialog import std.stdio; import gtk.MainWindow; import gtk.Box; import gtk.Main; import gtk.Menu; import gtk.MenuBar; import gtk.MenuItem; import gtk.Widget; import gdk.Event; import gtk.FileChooserDialog; import gtk.Window; import gtk.Widget...
D
module dsl._; public import dsl.ast._; public import dsl.semantic._; public import dsl.syntax._; public import dsl.utils._;
D
module android.java.java.util.prefs.PreferenceChangeListener; public import android.java.java.util.prefs.PreferenceChangeListener_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!PreferenceChangeListener; import import1 = android.java.java.lang.Class;
D
import std.stdio, std.string, std.process; immutable header=q"EOS # Correlation function parameters ns=202 nmu=100 smax = 202.0 # Tree parameters minPart=500 # Job parameters nworkers=23 # jobs --- D filename R filename prefix [noRR] # prefix the parameters by job (followed by anything --- the code will sort into ...
D
module UnrealScript.TribesGame.TrGame_TrStorm; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrStormCarrierShield; import UnrealScript.Engine.PlayerReplicationInfo; import UnrealScript.TribesGame.TrGame; import UnrealScript.TribesGame.TrStormControlPoint; import UnrealScript...
D
// RUNNABLE_PHOBOS_TEST // import std.math; void foo(T)(T[] b) { b[] = b[] ^^ 4; } void main() { double[] a = [10]; foo(a); assert(a[0] == 10000); }
D
/Users/slitovchenko/Documents/Smack/DerivedData/Smack/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/NetworkReachabilityManager.o : /Users/slitovchenko/Documents/Smack/Pods/Alamofire/Source/MultipartFormData.swift /Users/slitovchenko/Documents/Smack/Pods/Alamofire/Sou...
D
/* * expressionunit.d * * This module parses expressions. * */ module parsing.d.andexprunit; import parsing.parseunit; import parsing.token; import parsing.d.tokens; import parsing.d.nodes; import parsing.d.cmpexprunit; import io.console; import djehuty; class AndExprUnit : ParseUnit { override bool tokenF...
D
/** * Does name mangling for `extern(D)` symbols. * * Specification: $(LINK2 https://dlang.org/spec/abi.html#name_mangling, Name Mangling) * * Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved * Authors: Walter Bright, http://www.digitalmars.com * License: $(LINK2 http://www....
D
/* 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, execute, and transmit the Soft...
D
/** Arbitrary precision arithmetic ('bignum') for processors with no asm support * * All functions operate on arrays of uints, stored LSB first. * If there is a destination array, it will be the first parameter. * Currently, all of these functions are subject to change, and are * intended for internal use only. *...
D
instance Mod_1978_PSITPL_Templer_FI (Npc_Default) { // ------ NSC ------ name = "Fanatischer Templer"; guild = GIL_strf; id = 1978; voice = 0; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_mt_fanatiker; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); ...
D
module euler.solutions.sum_path; import euler.common.solutions; import euler.common.data; long solve_sum_path(int[][] triangle) { auto paths = triangle.back; for (long i = triangle.length - 2; i >= 0; i--) { int[] next_paths; for (int j = 0; j < triangle[i].length; j++) { auto take = paths[j] > paths[j +...
D
/* Copyright (c) 2018 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, execu...
D
#!/usr/bin/env rdmd -I.. import std.stdio; import std.datetime.stopwatch; import std.conv; import std.functional; enum {RIGHT, DOWN} void main(string[] args) { int width = 20, height = 20; ulong pathCount; StopWatch timer; if (args.length > 2) { width = args[1].parse!int(); height = args[2].parse!int...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto kx = readln.split.to!(int[]); auto K = kx[0]; auto X = kx[1]; auto i = X-K+1; int[] r; while (i < X+K) { r ~= i++; } writeln(r.to!(string[]).join(" ")); }
D
module external.libc.stdint; alias int8_t = byte; /// alias int16_t = short; /// alias uint8_t = ubyte; /// alias uint16_t = ushort; /// alias int32_t = int; /// alias uint32_t = uint; /// alias int64_t = long; /// alias uint64_t = ulong; /// alias int_least8_t = byte; /// alias uint_least8_t =...
D
module hunt.framework.http.JsonResponse; // import std.conv; // import std.datetime; // import std.json; // import hunt.logging; // // import hunt.framework.http.cookie; // import hunt.framework.util.String; // import hunt.framework.Version; // import hunt.framework.http.Response; // import hunt.framework.http.Reque...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/App.build/Models/Todo.swift.o : /Users/lb/Documents/Project/LearnVapor/Sources/App/configure.swift /Users/lb/Documents/Project/LearnVapor/Sources/App/Models/Todo.swift /Users/lb/Documents/Project/LearnVapor/Sources/App/app.swift /Users/lb/Docu...
D
module des.mc.calibrate; public import des.mc.calibrate.point; public import des.mc.calibrate.multipoint;
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Node.build/Fuzzy/Dictionary+Convertible.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/node.git-9175390252000121167/Sources/Node/StructuredData/StructuredData.swift /Users/AleixDiaz/Desktop/VaporProject...
D
/Users/sergio.orozco/Documents/RWPickFlavor/DerivedData/RWPickFlavor/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Result.o : /Users/sergio.orozco/Documents/RWPickFlavor/Pods/Alamofire/Source/MultipartFormData.swift /Users/sergio.o...
D
module org.serviio.upnp.service.contentdirectory.command.AbstractListPlaylistsCommand; import java.util.Arrays; import java.util.HashSet; import java.util.List; import java.util.Set; import org.serviio.library.entities.AccessGroup; import org.serviio.library.entities.Playlist; import org.serviio.library.local.service....
D
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/Crypto.build/Random/Hash+Random.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/crypto.git-7980259129511365902/Sources/Crypto/HMAC/HMAC.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/crypto.git-7980259129511365902...
D
import std.stdio; import std.math; import std.conv; import std.algorithm; import sieve; bool isPermutation(int a, int b) { const auto aInit = a; const auto bInit = b; int[] aArray; aArray.length = to!int(floor(log10(a))) + 1; for (int i = 0; i < aArray.length; i++) { aArray[$ - i - 1] = a % 10; a -=...
D
hide under a false appearance put a mask on or cover with a mask make unrecognizable cover with a sauce shield from light having its true character concealed with the intent of misleading having markings suggestive of a mask
D
/Users/sa-ta/Documents/MyRusts/RustVue/serverRust/target/rls/debug/deps/main-48a77b529f47bc1b.rmeta: src/bin/main.rs /Users/sa-ta/Documents/MyRusts/RustVue/serverRust/target/rls/debug/deps/main-48a77b529f47bc1b.d: src/bin/main.rs src/bin/main.rs:
D
module nomads; public import d2d; public import nomads.graphics; public import nomads.logic; public import app;
D
module dgl.ext.EXT_texture_array; import dgl.opengl; import dgl.glext; version( D_Version2 ) { import std.string : containsPattern = count; import std.conv; } else { import tango.text.Util : containsPattern; import tango.stdc.stringz : fromStringz; alias char[] string; } private ushort extensionId__ = 36; alia...
D
--- src/main.d.orig 2020-12-25 15:36:31 UTC +++ src/main.d @@ -23,6 +23,10 @@ version(linux) { const DIR_SEPARATOR = '/'; } +version(FreeBSD) { + const DIR_SEPARATOR = '/'; +} + version(OSX) { const DIR_SEPARATOR = '/'; }
D
instance MIL_329_Miliz(Npc_Default) { name[0] = NAME_Miliz; guild = GIL_MIL; id = 329; voice = 6; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,3); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Mil_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Fac...
D
/* THIS FILE GENERATED BY bcd.gen */ module bcd.fltk.Fl_GIF_Image; public import bcd.bind; public import bcd.fltk.Fl_Pixmap; public import bcd.fltk.Fl_Image; public import bcd.fltk.Enumerations; extern (C) void _BCD_delete_12Fl_GIF_Image(void *); extern (C) void *_BCD_new__ZN12Fl_GIF_ImageC1EPKc(char *); extern (C) voi...
D
/Users/hazuki/Desktop/13/la/lifeistech/MentorsBook/DerivedData/MentorsBook/Build/Intermediates.noindex/MentorsBook.build/Debug-iphonesimulator/MentorsBook.build/Objects-normal/x86_64/SceneDelegate.o : /Users/hazuki/Desktop/13/la/lifeistech/MentorsBook/MentorsBook/SceneDelegate.swift /Users/hazuki/Desktop/13/la/lifeiste...
D
/** Authors: outland.karasu License: BSL-1.0 */ module karasutk.sdl.exception; import std.exception : basicExceptionCtors; import std.string : fromStringz; import std.traits : isPointer; import bindbc.sdl : SDL_GetError; /** Exception for SDL2 errors. */ @safe class SDLException : Exception { /// mixin basi...
D
import colorize; import git.branch; import git.repository; import git.types; import std.stdio; void main() { auto repo = openRepository(".."); repo.iterateBranches(GitBranchType.local, delegate(branch, _) { if (branch.isHead) cwritefln("name: %s".color(fg.green), branch.name); ...
D