code
stringlengths
3
10M
language
stringclasses
31 values
module coral.util.threads.filewatcher; import coral.util.app.threads; import core.time; import std.concurrency; import fswatch; import std.stdio; package class DirectoryMonitorThread : CancellableThread { this(const string wpath) { watchPath = wpath; } override void run() { writ...
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_26_BeT-3488137...
D
module editor.io; import std.algorithm; import std.conv; import std.string; import basics.globals; import basics.globconf; import basics.user; // hotkeys for the popup dialogs import editor.dragger; import editor.editor; import editor.gui.panel; import editor.paninit; import file.filename; import file.date; import fi...
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Crypto.build/Utilities/Deprecated.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/crypto/Sources/Crypto/Utilities/Base32.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/crypto/S...
D
/Users/RyanLiao/Desktop/XCodeWorkspace/Flix/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ServerTrustPolicy.o : /Users/RyanLiao/Desktop/XCodeWorkspace/Flix/Pods/Alamofire/Source/MultipartFormData.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Flix/Pods/Alamofire/Source...
D
/Users/harukikondo/git/RustGUISample/rustguisample/target/debug/build/glam-6bd99e12aa8e70f4/build_script_build-6bd99e12aa8e70f4: /Users/harukikondo/.cargo/registry/src/github.com-1ecc6299db9ec823/glam-0.8.7/build.rs /Users/harukikondo/git/RustGUISample/rustguisample/target/debug/build/glam-6bd99e12aa8e70f4/build_scrip...
D
/Users/hauyadav/Learn/nysample/NYTSample/Build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/PKHUD.build/Objects-normal/x86_64/PKHUDProgressView.o : /Users/hauyadav/Learn/nysample/NYTSample/Pods/PKHUD/PKHUD/HUD.swift /Users/hauyadav/Learn/nysample/NYTSample/Pods/PKHUD/PKHUD/PKHUD.swift /Users/hauyadav/Le...
D
/home/timon/Documents/laminar_file_share/file_server/target/debug/deps/cfg_if-5e77b06387fac8e3.rmeta: /home/timon/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs /home/timon/Documents/laminar_file_share/file_server/target/debug/deps/libcfg_if-5e77b06387fac8e3.rlib: /home/timon/.cargo/registry/s...
D
// Org from ng.learn 1 Mar 5:07am - Dr.Smith import std.stdio; import std.conv; void main() { double[string] data; double[200][1_000] data2; for(int i = 0; i < 1_000; i++) { for(int j = 0; j < 200; j++) { // fake multi-dim works string str = to!string(i) ~ "," ~ to!string(j); data[str] = i * j; ...
D
module xtk.meta; public import std.traits, std.typecons, std.typetuple; template Identity(alias A) { alias A Identity; } template Identity(T) { alias T Identity; } template Seq(T...) { alias T Seq; } template Pack(T...) { alias T field; // alias Identity!(T.length) length; enum size_t length = field.length; ...
D
/** * Converts expressions to Intermediate Representation (IR) for the backend. * * 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...
D
E: c371, c406, c273, c335, c136, c329, c146, c377, c213, c40, c255, c205, c224, c18, c321, c364, c432, c324, c359, c306, c211, c166, c157, c317, c86, c160, c170, c209, c238, c326, c34, c92, c298, c378, c70, c82, c343, c90, c362, c426, c142, c367, c138, c60, c233, c47, c325, c421, c163, c27, c201, c241, c409, c49, c296,...
D
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/DatabaseKit.build/Objects-normal/x86_64/Container+CachedConnection.o : /Users/brunodaluz/Desktop/project/.build/checkouts/database-kit.git--8359960696545479939/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/brunodaluz/Desktop/project/.buil...
D
/Users/sjwu/video/HouseHold/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintMakerPriortizable.o : /Users/sjwu/video/HouseHold/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/sjwu/video/HouseHold/Pods/SnapKit/Source/ConstraintDSL.swift /Users/sjwu/video/HouseH...
D
/Users/prang/Desktop/AppDontForget2/build/AppDontForget.build/Debug-iphonesimulator/AppDontForget.build/Objects-normal/x86_64/MyprofileViewController.o : /Users/prang/Desktop/AppDontForget2/AppDontForget/AllUsersTableViewController.swift /Users/prang/Desktop/AppDontForget2/AppDontForget/CalendarHeaderView.swift /Users/...
D
module uvibe.main; import tango.net.SocketConduit; import tango.net.InternetAddress; import tango.io.Console; import tango.io.Stdout; import tango.text.Util; import callback; import ircconnection; import ctcp; /* Msg to channel: :Nayruden!n=Nayruden@64.87.9.88 PRIVMSG #uvibe :Hi UVibe :) :<nick>!<username>@<hostname>...
D
module socks5d.client; import socks5d.packets; import socks5d.driver; import socks5d.factory : f, logger, ConnectionImpl; import socks5d.server; import socks5d.auth; class Client { package: uint id; protected: Connection conn; AuthManager authManager; public: th...
D
/home/drees/sc101/rps/target/debug/build/proc-macro2-b4ca5e515c58e8b9/build_script_build-b4ca5e515c58e8b9: /home/drees/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.28/build.rs /home/drees/sc101/rps/target/debug/build/proc-macro2-b4ca5e515c58e8b9/build_script_build-b4ca5e515c58e8b9.d: /home/drees/.ca...
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.transport.Close; import hunt.proton.amqp.Binary; import hunt.proton.amqp.tran...
D
/Users/ThiagoBevi/Developer/Teste_iOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/DiskStorage.o : /Users/ThiagoBevi/Developer/Teste_iOS/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/ThiagoBevi/Developer/Teste_iOS/Pods/Kingfisher/Sources/General/Deprecated.swift ...
D
/Users/Hasaani/Desktop/iOS/Flappy Birdk/DerivedData/Flappy Birdk/Build/Intermediates/Flappy Birdk.build/Debug-iphonesimulator/Flappy Birdk.build/Objects-normal/x86_64/GameScene.o : /Users/Hasaani/Desktop/iOS/Flappy\ Birdk/Flappy\ Birdk/GameScene.swift /Users/Hasaani/Desktop/iOS/Flappy\ Birdk/Flappy\ Birdk/GameViewContr...
D
func void B_Kapitelwechsel(var int neues_Kapitel,var int aktuelles_Level_Zen) { Kapitel = neues_Kapitel; if(neues_Kapitel == 1) { B_InitTalentSystem(); B_InitAttributeSystem(); Hero_HackChance = 10; Cronos_NW_ItMi_Flask_Count = 5; Cronos_NW_ItMi_Sulfur_Count = 2; Cronos_NW_ItMi_Pitch_Count = 1; ...
D
/* * Copyright 2017 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 applica...
D
module UnrealScript.TribesGame.TrDevice_RegenPack; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrDevice_Pack; extern(C++) interface TrDevice_RegenPack : TrDevice_Pack { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptC...
D
/Users/oslo/code/swift_vapor_server/.build/debug/Core.build/Byte/ByteAliases.swift.o : /Users/oslo/code/swift_vapor_server/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/oslo/code/swift_vapor_server/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/oslo/code/swift_vapor_server/Packages/Core-1.1.1/Sources/C...
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
/*************************************************************** inline/color.inl ***************************************************************/ module derelict.allegro.inline.color_inl; import derelict.allegro.color; int makecol15 (int r, int g, int b) { return (((r >> 3...
D
module tracking; import std.stdio : writeln; import std.algorithm : map, each; import std.string : lineSplitter, startsWith, format, wrap, replace; import std.json : JSONValue; import std.array : join; import core.thread : Thread; import core.time : Duration, seconds; import std.datetime.systime : SysTime; import uti...
D
module android.java.android.widget.TableLayout; public import android.java.android.widget.TableLayout_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!TableLayout; import import52 = android.java.android.view.accessibility.AccessibilityNodeProvider; import import84 = android.java.java.lang.Class...
D
#!/usr/bin/env rdmd // Written in the D programming language /* * AUTHOR: Fredrik Boulund * DATE: 2013-may * DESCRIPTION: * * An implementation of Ukkonen's algorithm for creating suffix trees. * The book "Algorithms on Strings, Trees and Sequences" by Dan Gusfield, 1997 * was immensely useful to understand the...
D
/** * Copyright: Copyright (C) Thomas Dixon 2008. все rights reserved. * License: BSD стиль: $(LICENSE) * Authors: Thomas Dixon */ module util.cipher.TEA; private import util.cipher.Cipher; /** Implementation of the TEA cipher designed by David Wheeler и Roger Needham. */ class TEA : ШифрБло...
D
// Written in the D programming language. /** Bit-level manipulation facilities. Macros: WIKI = StdBitarray Copyright: Copyright Digital Mars 2007 - 2011. License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(WEB digitalmars.com, Walter Bright), $(WEB erdani.org, Andrei Alexand...
D
/** Copyright: Copyright (c) 2020, Joakim Brännström. All rights reserved. License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) Author: Joakim Brännström (joakim.brannstrom@gmx.com) */ module my.filter; import std.algorithm : filter; import std.array : array, empty; import logger = std.ex...
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
module bytied.types.vertex; struct Vertex { float x; float y; float z; float r; float g; float b; float a; }
D
/** d2d.core.render.renderer holds the classes used to render the whole engine. */ module d2d.core.render.renderer; import std.algorithm; import gl3n.linalg; import derelict.opengl3.gl3; import d2d.core.base; import d2d.core.render.objects; import d2d.core.render.util; /// The renderer manages the finalized rende...
D
module window; /** Contains various helpers, common code, and initialization routines. */ import std.algorithm : min; import std.exception : enforce; import std.functional : toDelegate; import std.stdio : stderr; import std.string : format; import deimos.glfw.glfw3; import glad.gl.enums; import glad.gl.ext; imp...
D
module android.java.android.graphics.Interpolator_Result; public import android.java.android.graphics.Interpolator_Result_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Interpolator_Result; import import0 = android.java.android.graphics.Interpolator_Result; import import2 = android.java.java....
D
module myversion; public static char[] author=cast(char[])"Itiu"; public static char[] date=cast(char[])"Mon Feb 11 18:06:14 2013 +0400"; public static char[] hash=cast(char[])"3ef387e";
D
/Users/mac/Assignment/build/Assignment.build/Debug-iphonesimulator/Assignment.build/Objects-normal/x86_64/AppDelegate.o : /Users/mac/Assignment/Assignment/Controller/AlarmPIC.swift /Users/mac/Assignment/Assignment/Controller/TicTacToeVC.swift /Users/mac/Assignment/Assignment/Controller/NoteVC.swift /Users/mac/Assignmen...
D
/** * Code generation 4 * * Includes: * - assignemt variations of operators (+= -= *= /= %= <<= >>=) * - integer comparison (< > <= >=) * - converting integers to a different size (e.g. short to int) * - bit instructions (bit scan, population count) * * Compiler implementation of the * $(LINK2 https://www.dla...
D
module trajic.all; public import trajic.predictor; public import trajic.lfd; public import trajic.minihuff; public import trajic.util; public import trajic.stream; public import trajic.gpspoint; public import trajic.gpsreader; public import trajic.gpscompressor; public import trajic.gpspredictor;
D
version https://git-lfs.github.com/spec/v1 oid sha256:e3f4ca62653ba6f274384b925aa01502b34f0bd52827f83ea2c206c717d82354 size 2982
D
module kurikame.scripts; import kurikame.ircsocket; import kurikame.log; import kurikame.message; import std.algorithm; import std.string; public void loadScripts(IrcSocket socket) { scripts ~= new EchoScript(socket); // load up lua ;3 } public void processWithScripts(Message message) { foreach (Script s; script...
D
module tests.optional; import optional.optional; import std.meta: AliasSeq; import std.stdio: writeln; import std.algorithm: equal; alias QualifiedAlisesOf(T) = AliasSeq!(T, const T, immutable T); alias OptionalsOfQualified(T) = AliasSeq!(Optional!T, Optional!(const T), Optional!(immutable T)); alias QualifiedOption...
D
/Users/eligitelman/Documents/GitHub/crushd/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/UserProfile.o : /Users/eligitelman/Documents/GitHub/crushd/Pods/FacebookCore/Sources/Core/GraphRequest/GraphRequestProtocol.Bridge.swift /Users/eligitelman/Documents/GitHub/cr...
D
module glued.testsuites.codescan.scanner; import std.conv; import std.traits; import std.range; import glued.logging; import glued.set; import glued.codescan.scanner; enum CollectionEvent { SCANNABLE, TYPE, BUNDLE, FREEZE } //if we customize indexer config, make sure to reflect it here enum toScan(string s) = at(s...
D
/Users/yuga/Documents/ios20161219/CafeDiary/cafeDiary04/Build/Intermediates/FoodTracker.build/Debug-iphonesimulator/FoodTracker.build/Objects-normal/x86_64/imageViewController.o : /Users/yuga/Documents/ios20161219/CafeDiary/cafeDiary04/FoodTracker/DateManager.swift /Users/yuga/Documents/ios20161219/CafeDiary/cafeDiary0...
D
module mkk.tools.server_runner; import std.process, core.thread, std.file, std.stdio, std.conv, std.datetime; import core.stdc.stdlib: exit, EXIT_FAILURE, EXIT_SUCCESS; import core.thread: Thread, dur; import core.sys.posix.sys.stat: umask; import core.sys.posix.unistd: fork, setsid, chdir, close, STDIN_FILENO, STDOU...
D
/Users/min/Code/Swift/Fireball/build/Fireball.build/Debug-iphoneos/Fireball.build/Objects-normal/armv7/FireballProtocol.o : /Users/min/Code/Swift/Fireball/Fireball/Fireball.swift /Users/min/Code/Swift/Fireball/Fireball/FireballProtocol.swift /Users/min/Code/Swift/Fireball/Fireball/NoError.swift /Users/min/Code/Swift/Fi...
D
/******************************************************************************* * Copyright (c) 2000, 2005 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
/Users/akhiltirumalasetty/Desktop/ReachabilityTest/build/ReachabilityTest.build/Debug-iphoneos/ReachabilityTest.build/Objects-normal/arm64/ViewController.o : /Users/akhiltirumalasetty/Desktop/ReachabilityTest/ReachabilityTest/CommonFunction.swift /Users/akhiltirumalasetty/Desktop/ReachabilityTest/ReachabilityTest/Offli...
D
module android.java.android.security.ConfirmationAlreadyPresentingException; public import android.java.android.security.ConfirmationAlreadyPresentingException_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!ConfirmationAlreadyPresentingException; import import4 = android.java.java.lang.Class;...
D
/** * Comb4P hash combiner * * Copyright: * (C) 2010 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.hash.comb4p; import botan.constants; static if (BOTAN_HAS_COMB4P): import botan.hash.hash; import botan.utils.xor_buf; impor...
D
/Users/alexmorin/Desktop/Projet375/ios/Projet375/build/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/UserProfile.FetchResult.o : /Users/alexmorin/Desktop/Projet375/ios/Projet375/Pods/FacebookCore/Sources/Core/Common/AccessToken.swift /Users/alexmorin/Desktop/Projet375/ios/Projet375/Pods/Face...
D
a town in northeastern Massachusetts on Cape Ann to the northeast of Boston a city in southwestern England in Gloucestershire on the Severn
D
/* * Copyright (c) 2007 Erin Catto http://www.gphysics.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 granted to anyone to use this software for any purpose, * inc...
D
Ddoc $(D_S D Change Log, $(UPCOMING $(LI Shared libraries for Linux) ) $(VERSION 074, Apr 12, 2012, =================================================, $(WHATSNEW $(LI Add predefined Ddoc macro SRCFILENAME) $(LI Added std.c.stdint) ) $(BUGSFIXED $(LI $(BUGZILLA 176): [module] message "module and pack...
D
instance Mil_313_Boltan(Npc_Default) { name[0] = "Boltan"; guild = GIL_MIL; id = 313; voice = 5; 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_Fighter",F...
D
instance BAU_912_Pepe(Npc_Default) { name[0] = "Οεοε"; guild = GIL_BAU; id = 912; voice = 3; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Bau_Mace); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Face_N_Weak_...
D
instance Mod_1744_PSITPL_Templer_MT (Npc_Default) { // ------ NSC ------ name = "Fanatischer Templer"; guild = GIL_strf; id = 1744; voice = 13; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_mt_fanatiker; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); ...
D
/home/adamfries92/git-repo/rust/rustTheProgrammingLanguage/guessing_game_2_0/target/debug/deps/guessing_game_2_0-dd61a5d08f8b00c9: src/main.rs /home/adamfries92/git-repo/rust/rustTheProgrammingLanguage/guessing_game_2_0/target/debug/deps/guessing_game_2_0-dd61a5d08f8b00c9.d: src/main.rs src/main.rs:
D
# FIXED pwm.obj: C:/ti/motorware/motorware_1_01_00_17/sw/drivers/pwm/src/32b/f28x/f2802x/pwm.c pwm.obj: C:/ti/motorware/motorware_1_01_00_17/sw/drivers/pwm/src/32b/f28x/f2802x/pwm.h pwm.obj: C:/ti/motorware/motorware_1_01_00_17/sw/modules/types/src/types.h pwm.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.L...
D
/** SHIFT-JIS の扱いに。 * Dmd: 2.085.1 * Date: 2019-Apr-01 01:18:26 * Authors: KUMA * License: CC0 */ module sworks.win32.sjis; public import sworks.base.strutil; debug import std.stdio : writeln; // 文字列を SHIFT-JIS文字列に. jstring toMBS(U : T[], T)(U msg, int codePage = 0) { import std.conv : to;...
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, a...
D
/Users/apple/Desktop/save/HW9.01/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ResponseSerialization.o : /Users/apple/Desktop/save/HW9.01/Pods/Alamofire/Source/AFError.swift /Users/apple/Desktop/save/HW9.01/Pods/Alamofire/Source/Alamofire.swift /Users/apple/Desktop/save/HW9.01/Pods/Alamof...
D
/Users/taharahiroki/secret_account_test/target/debug/deps/bitflags-8f5bff499c42b43b.rmeta: /Users/taharahiroki/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs /Users/taharahiroki/secret_account_test/target/debug/deps/libbitflags-8f5bff499c42b43b.rlib: /Users/taharahiroki/.cargo/registry/src/g...
D
// Written in the D programming language. /** A one-stop shop for converting values from one type to another. Copyright: Copyright Digital Mars 2007-. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(WEB digitalmars.com, Walter Bright), $(WEB erdani.org, Andrei Alexandrescu), ...
D
/Users/Bamz/Developer/Calculator/Build/Intermediates/Calculator.build/Debug-iphonesimulator/Calculator.build/Objects-normal/x86_64/CalcBrain.o : /Users/Bamz/Developer/Calculator/Calculator/AppDelegate.swift /Users/Bamz/Developer/Calculator/Calculator/CalcBrain.swift /Users/Bamz/Developer/Calculator/Calculator/ViewContr...
D
func void zs_smalltalk() { printdebugnpc(PD_TA_FRAME,"ZS_Smalltalk"); //b_setperception(self); Npc_PercEnable(self,PERC_ASSESSENEMY,b_assessenemy); Npc_PercEnable(self,PERC_ASSESSFIGHTER,b_assessfighter); Npc_PercEnable(self,PERC_ASSESSPLAYER,b_assesssc); Npc_PercEnable(self,PERC_ASSESSDAMAGE,zs_reacttodamag...
D
/Users/sapientisat/Projects/Supplements/Supplements/XcodeBuild/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/OperationQueue+Alamofire.o : /Users/sapientisat/Projects/Supplements/Supplements/Pods/Alamofire/Source/MultipartFormData.swift /Users/sapientisat/Projects/Supplemen...
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
a German art song of the 19th century for voice and piano be located or situated somewhere be lying, be prostrate originate (in be and remain in a particular state or condition tell an untruth have a place in relation to something else assume a reclining position
D
/******************************************************************************* * Copyright (c) 2000, 2007 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...
D
/home/spyro/Documents/github/GameEngine/game_engine/target/debug/build/parking_lot_core-8c60b6ae9e3f9263/build_script_build-8c60b6ae9e3f9263: /home/spyro/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.4.0/build.rs /home/spyro/Documents/github/GameEngine/game_engine/target/debug/build/parking_lot_co...
D
a policy of nonparticipation in international economic and political relations
D
module dman.direction; enum Direction { UP, RIGHT, DOWN, LEFT }
D
/** * D header file for DragonFlyBSD * * Authors: Martin Nowak,Diederik de Groot(port:DragonFlyBSD) * Copied: From core/sys/freebsd/sys */ module core.sys.dragonflybsd.pthread_np; version (DragonFlyBSD): extern (C) nothrow @nogc @system: public import core.sys.posix.sys.types; // TODO: add full co...
D
//https://rosettacode.org/wiki/Continued_fraction/Arithmetic/Construct_from_rational_number import std.concurrency; import std.stdio; struct Pair { int first, second; } auto r2cf(Pair frac) { return new Generator!int({ auto num = frac.first; auto den = frac.second; while (den != 0) { ...
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
/* * Copyright (C) 2017 Julien Viet * * 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 a...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Console.build/Terminal/ConsoleColor+Terminal.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/console.git--2431895819212044213/Sources/Console/Swift3.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleCha...
D
// Written in the D programming language. /** $(RED Warning: This module is considered out-dated and not up to Phobos' current standards. It will remain until we have a suitable replacement, but be aware that it will not remain long term.) Classes and functions for creating and parsing XML The basic arch...
D
/** * Performs inlining, which is an optimization pass enabled with the `-inline` flag. * * The AST is traversed, and every function call is considered for inlining using `inlinecost.d`. * The function call is then inlined if this cost is below a threshold. * * Copyright: Copyright (C) 1999-2021 by The D Langua...
D
/////////////////////////////////////////////////////////////////////// // Info EXIT /////////////////////////////////////////////////////////////////////// INSTANCE DIA_Addon_Sancho_EXIT (C_INFO) { npc = BDT_1073_Addon_Sancho; nr = 999; condition = DIA_Addon_Sancho_EXIT_Condition; information...
D
/******************************************************************************* * Copyright (c) 2000, 2003 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
/** * The fiber module provides OS-indepedent lightweight threads aka fibers. * * Copyright: Copyright Sean Kelly 2005 - 2012. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Sean Kelly, Walter Br...
D
module android.java.org.xml.sax.DTDHandler; public import android.java.org.xml.sax.DTDHandler_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!DTDHandler; import import0 = android.java.java.lang.Class;
D
/++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Copyright (c) 2010 by Álvaro Castro-Castilla, All Rights Reserved. + Licensed under the MIT/X11 license, see LICENSE file for full description ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/ module cyma...
D
module mod_inv; // a^-1 (mod 2^64) long modInv(long a) in { assert(a & 1, "modInv: a must be odd"); } do { long b = ((a << 1) + a) ^ 2; b *= 2 - a * b; b *= 2 - a * b; b *= 2 - a * b; b *= 2 - a * b; return b; } // a^-1 (mod m) long modInv(long a, long m) in { assert(m > 0, "modInv: m > 0 must hold");...
D
/** * Windows API header module * * Translated from MinGW Windows headers * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC core/sys/windows/_lmaudit.d) */ // COMMENT: This file may be deprecated. module core.sys.windows.lmaudit; version (Windows): @system: im...
D
module ext.window.freeglut.api; alias uint GLenum; alias ubyte GLboolean; alias uint GLbitfield; alias byte GLbyte; alias short GLshort; alias int GLint; alias int GLsizei; alias ubyte GLubyte; alias ushort GLushort; alias uint GLuint; alias ushort GLhalf; alias float GLfloat; alias float GLclampf; alias double GLdou...
D
module android.java.android.bluetooth.BluetoothAdapter_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import9 = android.java.android.bluetooth.BluetoothProfile_d_interface; import import10 = android....
D
/** * Code to handle debugger expression evaluation * * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1995-1998 by Symantec * Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 htt...
D
module lighttp.server; public import lighttp.server.resource : Resource, CachedResource, TemplatedResource; public import lighttp.server.router : CustomMethod, Get, Post, Put, Delete; public import lighttp.server.server : ServerOptions, Server, WebSocket = WebSocketConnection;
D
module map.standard_map; import std.typecons : Tuple; import std.math : PI, sin; import map.map; import map.traits; private alias ThetaPTuple = Tuple!(real, "theta", real, "p"); auto standardMap(real k) { return new Map!( (real theta, real p) => ThetaPTuple((theta + p) % (2 * PI), (p + k * sin(theta + p...
D
// EXTRA_OBJC_SOURCES: objc_objc_msgSend.m // REQUIRED_ARGS: -L-framework -LFoundation extern (C) Class objc_lookUpClass(in char* name); struct Struct { int a, b, c, d, e; } extern (Objective-C) extern class Class { stret alloc_stret() @selector("alloc"); fp2ret alloc_fp2ret() @selector("alloc"); fpr...
D
module godot.gdnativeclass; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.object; import godot.reference; @GodotBaseClass struct GDNativeClass { static immutable string _GODOT_internal_name = "GDNativeClass"; public: union {...
D
module ud1_arkanoid_d.sound_system; import derelict.openal.al; import derelict.ogg.ogg; import derelict.vorbis.vorbis; import derelict.vorbis.enc; import derelict.vorbis.file; import std.stdio; enum size_t DYN_BUF_NUMBER = 3; // number buffers in queue enum size_t DYN_BUF_SIZE = 44000*5; // Buffer size class Soun...
D
/* Xlib binding for D language Copyright 2007 TEISSIER Sylvere sligor(at)free.fr version 0.1 2007/08/29 This binding is an alpha release and need to be more tested This file is free software, please read licence.txt for more informations */ module std.c.linux.X11.X; version(USE_XCB): const uint X_PROTOCOL=11; ...
D