code
stringlengths
3
10M
language
stringclasses
31 values
import std.stdio; import std.csv; import common; import dumbknn; import bucketknn; import quadtree; import kdtree; void main() { //because dim is a "compile time parameter" we have to use "static foreach" //to loop through all the dimensions we want to test. //the {{ are necessary because this block basi...
D
module webkit2.WebsiteDataManager; private import gio.AsyncResultIF; private import gio.Cancellable; private import glib.ConstructionException; private import glib.ErrorG; private import glib.GException; private import glib.ListG; private import glib.Str; private import gobject.ObjectG; private import webkit2.CookieMa...
D
/Users/Dawid/Nauka/Game Dev/Typespeed/target/debug/deps/gfx_window_glutin-a34e5c319b881f37.rmeta: /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec823/gfx_window_glutin-0.30.0/src/lib.rs /Users/Dawid/Nauka/Game Dev/Typespeed/target/debug/deps/libgfx_window_glutin-a34e5c319b881f37.rlib: /Users/Dawid/.cargo/regi...
D
The government suit against Microsoft is the most aggressive antitrust case in a quarter century. The heart of the case is the Internet browser battle between Microsoft and Netscape. Microsoft says that its Internet Explorer is an integral part of its Windows system, the industry dominant operating system. Microsoft, i...
D
// @@@DEPRECATED_2017-06@@@ /** * $(RED Deprecated. Use $(D core.stdc.stddef) instead. This module will be * removed in June 2017.) * * C's <stddef.h> * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * License: Public Domain * Macros: * WIKI=Phobos/StdCStddef */ deprecated("...
D
module mysql.packet; import std.algorithm; import std.traits; import mysql.exception; struct InputPacket { @disable this(); this(ubyte[]* buffer) { buffer_ = buffer; in_ = *buffer_; } T peek(T)() if (!isArray!T) { assert(T.sizeof <= in_.length); return *(cast...
D
/// PostgreSQL database client implementation. module vibe.db.postgresql; public import dpq2: ValueFormat; public import dpq2.exception: Dpq2Exception; public import dpq2.result; public import dpq2.connection: ConnectionException, connStringCheck, ConnectionStart, CancellationException; public import dpq2.args; public...
D
/** * Dynamic array implementation. * * 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: $(LINK2 https://github....
D
instance Mod_1729_PSINOV_Novize_NW (Npc_Default) { //-------- primary data -------- name = "Fanatischer Templer"; Npctype = Npctype_nw_sumpfnovize; guild = GIL_strf; level = 3; voice = 0; id = 1729; //-------- abilities -------- attribute[ATR_STRENGTH] = 10; attribute[ATR_DEXTERITY] ...
D
instance MENU_OPTIONS(C_MENU_DEF) { items[0] = "MENUITEM_OPT_HEADING"; items[1] = "MENUITEM_SYSTEMPACK"; items[2] = "MENUITEM_ASTCONSOLE"; items[3] = "MENUITEM_OPT_GAME"; items[4] = "MENUITEM_OPT_VIDEO"; items[5] = "MENUITEM_OPT_AUDIO"; items[6] = "MENUITEM_OPT_EXT"; items[7] = "MENUITEM_OPT_CONTROLS"; items[...
D
// Copyright © 2011, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). /** * Source file for a Fifi Queue. */ module charge.util.fifo; /** * Small fifo class. * Its not the most optimal code but thats what you get when you spend ten * minutes writing something....
D
module d.ast.expression; import d.ast.base; import d.ast.declaration; import d.ast.identifier; import d.ast.statement; import d.ast.type; abstract class AstExpression : Node { this(Location location) { super(location); } string toString(Context) const { assert(0, "toString not implement for " ~ typeid(this)....
D
/afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/PhotonEfficiencyCorrection/obj/TPhotonEfficiencyCorrectionTool.o /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/PhotonEfficiencyCorrection/obj/TPhotonEfficiencyCorrectionTool.d ...
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_0_agm-31126713...
D
/Users/debjit/Dev/CueScreen/Build/Intermediates/CueScreen.build/Debug-iphonesimulator/CueScreen.build/Objects-normal/i386/CircleView.o : /Users/debjit/Dev/CueScreen/CircleView.swift /Users/debjit/Dev/CueScreen/CueScreen/ViewController.swift /Users/debjit/Dev/CueScreen/CueScreen/ViewControllerUtils.swift /Users/debjit/D...
D
module ft.tttables; import ft.freetype : FT_CharMap, FT_Face; import ft.types : FT_Byte, FT_Char, FT_Error, FT_Fixed, FT_UInt, FT_Long, FT_ULong, FT_Short, FT_UShort; extern(C) nothrow @nogc: struct TT_Header { FT_Fixed Table_Version; FT_Fixed Font_Revision; FT_Long CheckSum_Adjust; FT_Long ...
D
INSTANCE Info_Mod_Ferd_Hi (C_INFO) { npc = Mod_7520_JG_Ferd_JL; nr = 1; condition = Info_Mod_Ferd_Hi_Condition; information = Info_Mod_Ferd_Hi_Info; permanent = 0; important = 0; description = "Du bist einer der Jäger, die das Lager hier mit Fleisch (...)"; }; FUNC INT Info_Mod_Ferd_Hi_Condition() { return 1...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/GoogleCloud.build/Storage/API/StorageObjectAPI.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/google-cloud-provider/Sources/GoogleCloud/Storage/API/ObjectACLAPI.swift /Users/Jorge/Desktop/Projects/Web/...
D
module engine.core.containers; public: import engine.core.containers.array; import engine.core.containers.cow; import engine.core.containers.dictionary; import engine.core.containers.priority_queue; import engine.core.containers.queue; import engine.core.containers.slist; import engine.core.containers.stack;
D
module android.java.android.text.style.TextAppearanceSpan_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import5 = android.java.android.text.TextPaint_d_interface; import import2 = android.java.andro...
D
/***********************************\ BARS \***********************************/ //======================================== // Klasse für den Nutzer //======================================== class Bar { var int x; var int y; var int barTop; var int barLeft; var int widt...
D
Short: E Long: cert Arg: <certificate[:password]> Help: Client certificate file and password Protocols: TLS See-also: cert-type key key-type Category: tls Example: --cert certfile --key keyfile $URL Added: 5.0 --- Tells curl to use the specified client certificate file when getting a file with HTTPS, FTPS or another SS...
D
/Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/AsMaybe.o : /Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bill/Docu...
D
import std.stdio; import fortytwo; void main() { writefln("ShouldBe42: %s", fun42()); }
D
/// module std.experimental.logger.core; import std.datetime; import std.range.primitives; import std.traits; import core.sync.mutex : Mutex; import std.experimental.logger.filelogger; shared static this() { stdSharedLoggerMutex = new Mutex; } /** This template evaluates if the passed $(D LogLevel) is active. T...
D
// Copyright 2019 - 2021 Michael D. Parker // 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 bindbc.freetype.bind.ftgzip; import bindbc.freetype.config; import bindbc.freetype.bind.ft...
D
import qte5; import core.runtime; // Обработка входных параметров import std.stdio; // ================================================================= // Форма: Проверка QTextEdit // ================================================================= extern (C) { void onKn1(CTest* uk) { (*uk).runKn1(); } ...
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_17_MobileMedia...
D
/Users/Gilgamesh/Documents/GitHub/LecNotes/Monochrome21/Build/Monochrome21.build/Debug-iphoneos/Monochrome21.build/Objects-normal/arm64/AppDelegate.o : /Users/Gilgamesh/Documents/GitHub/LecNotes/Monochrome21/Monochrome21/AppDelegate.swift /Users/Gilgamesh/Documents/GitHub/LecNotes/Monochrome21/Monochrome21/fromLeftToRi...
D
module nd; import std.range, std.functional; //Numerical differentiation public { /* Simple implementation of numerical differentiation */ T ND(T)(T function(T x) func, T h, T value){ return ((func(value + h) - func(value - h))/2 * h) * 100; } T ND2(T) (T function (T x) func, T h, T value){ return (func...
D
/* TEST_OUTPUT: --- fail_compilation/test11176.d(12): Error: `b.ptr` cannot be used in `@safe` code, use `&b[0]` instead fail_compilation/test11176.d(16): Error: `b.ptr` cannot be used in `@safe` code, use `&b[0]` instead --- */ // https://issues.dlang.org/show_bug.cgi?id=11176 @safe ubyte oops(ubyte[] b) { retur...
D
module UnrealScript.TribesGame.TrSeqAct_AIStartSkiing; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.SequenceAction; extern(C++) interface TrSeqAct_AIStartSkiing : SequenceAction { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static S...
D
/* xsh.d XOmB Native Shell */ module xsh; import Syscall = user.syscall; import console; import libos.keyboard; import user.keycodes; import libos.libdeepmajik.threadscheduler; import libos.fs.minfs; import user.ipc; void main() { Console.backcolor = Color.Black; Console.forecolor = Color.Green; MinFS.i...
D
the act of shoving (giving a push to someone or something come into rough contact with while moving push roughly press or force
D
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/build/crunchy-f9183f588e866b4f/build_script_build-f9183f588e866b4f: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/crunchy-0.2.2/build.rs /mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/build/crunchy-f9183f588e86...
D
/* * Copyright (c) 2004-2008 Derelict Developers * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice...
D
instance VLK_566_Buddler(Npc_Default) { name[0] = NAME_Buddler; npcType = Npctype_MINE_Ambient; guild = GIL_VLK; level = 4; voice = 3; id = 566; attribute[ATR_STRENGTH] = 20; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 88; attribute[AT...
D
module ut.common; import autowrap.common; import unit_threaded; @("toSnakeCase empty") @safe pure unittest { static assert("".toSnakeCase == ""); } @("toSnakeCase no caps") @safe pure unittest { static assert("foo".toSnakeCase == "foo"); } @("toSnakeCase camelCase") @safe pure unittest { static assert...
D
/** * Copyright: Copyright (c) 2016 Wojciech Szęszoł. All rights reserved. * Authors: Wojciech Szęszoł * Version: Initial created: Mar 21, 2016 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module dstep.translator.Context; import clang.c.Index; import clang.Cursor; import...
D
module viva.io.console; import std.stdio; import std.conv; @property private File getStdout() @trusted { return stdout; } /++ + Prints the given values + Params: + values = The values to print to console +/ void print(T...)(T values) @safe if (!is(T[0] : File)) { //import core.stdc : printf; //forea...
D
/++Authors: Syphist, meatRay+/ module dgrid.actor; import dgrid.vector; import dgrid.thing; import dgrid.grid; /++ + "Does Stuff" +/ class Actor :Thing { public: /++Publicly define game-update actions.+/ void delegate() onAct; /++Construct with a position defined.+/ this(this T)() { super(); this.name =T.str...
D
electronic equipment consisting of a system of circuits
D
/Users/apple/Desktop/save/HW9.01/build/HW9.01.build/Debug-iphonesimulator/HW9.01.build/Objects-normal/x86_64/CommJointController.o : /Users/apple/Desktop/save/HW9.01/HW9.01/LegiTableViewController.swift /Users/apple/Desktop/save/HW9.01/HW9.01/LegiHouseTableViewController.swift /Users/apple/Desktop/save/HW9.01/HW9.01/Bi...
D
instance Mod_7189_OUT_Antonius_MT (Npc_Default) { // ------ NSC ------ name = "Antonius"; guild = GIL_OUT; id = 7189; voice = 0; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); // ------ Kampf-Taktik ------ ...
D
/** * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright */ /* Copyright Digital Mars 2004 - 2009. * Distributed under the Boost Software License, Version 1.0. * (See...
D
// REQUIRED_ARGS: -o- /***************** Covariance ******************/ class C1 { void foo() @nogc; void bar(); } class D1 : C1 { override void foo(); // no error override void bar() @nogc; // no error } /******************************************/ // __traits(compiles) static assert(__tra...
D
/// module std.experimental.allocator.building_blocks.region; import std.experimental.allocator.building_blocks.null_allocator; import std.experimental.allocator.common; import std.typecons : Flag, Yes, No; /** A $(D Region) allocator allocates memory straight from one contiguous chunk. There is no deallocation, and ...
D
/* EXTRA_FILES: imports/ice10600a.d imports/ice10600b.d TEST_OUTPUT: --- fail_compilation/ice10600.d(31): Error: template instance `to!(int, double)` does not match template declaration `to(T)` --- */ import imports.ice10600a; import imports.ice10600b; template Tuple(Specs...) { struct Tuple { string ...
D
// Written in the D programming language // Author: Timon Gehr // License: http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0 template IsNonASTType(T){ enum IsNonASTType = is(T==Symbol)|| is(T==TemplateInstanceDecl)|| is(T==ExpTuple)|| is(T==TypeTuple)|| is(T==PtrExp)|| is(T==LengthExp); } mixin te...
D
module GameClient.XClient; extern(C++): class CXClient { }
D
/x/calo/jgoncalves/JetCleaningHI/RootCoreBin/obj/x86_64-slc6-gcc49-opt/QuickAna/obj/ut_OutputToolXAOD.o /x/calo/jgoncalves/JetCleaningHI/RootCoreBin/obj/x86_64-slc6-gcc49-opt/QuickAna/obj/ut_OutputToolXAOD.d : /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.8/QuickAna/test/ut_OutputToolXAOD.cxx /x/calo/jgoncalves/Jet...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 292.5 65.5 1.60000002 262.700012 34 39 -38.7999992 143.399994 7097 2.5 2.5 1 sediments, red-brown clays 264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.238095238 extrusives, intrusives 349.5 78.1999969 4.69999981 999....
D
instance DMT_12180_GADER(Npc_Default) { name[0] = "Гадер, Хранитель Воды"; guild = GIL_OUT; level = 500; voice = 18; id = 12180; flags = NPC_FLAG_IMMORTAL; npcType = npctype_main; aivar[94] = NPC_EPIC; aivar[AIV_EnemyOverride] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aiva...
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_9_BeT-33411114...
D
module ast.mixins; import ast.base, ast.parse, ast.literal_string, ast.fold, ast.casting; Object gotMixinExpr(ref string text, ParseCb cont, ParseCb rest) { auto t2 = text; Expr ex; if (!rest(t2, "tree.expr", &ex)) t2.failparse("Couldn't match mixin string! "); auto ex2 = ex; if (!gotImplicitCast(ex2, ...
D
/* -------------------- CZ CHANGELOG -------------------- */ /* v1.00: func void B_ClearRemoveNpc - ITMW_1H_CREST (cyrilice -> latinka) */ func void B_ClearRemoveNpc(var C_Npc Trader) { if(Npc_HasItems(Trader,ItAt_Addon_BCKopf) > 0) { Npc_RemoveInvItems(Trader,ItAt_Addon_BCKopf,Npc_HasItems(Trader,ItAt_Addon...
D
module tile.tilelib; /* This was class ObjLib in C++/A4 Lix. * In D/A5 Lix, it's not a class anymore, but module-level functions. */ import std.algorithm; import std.conv; // ulong -> int for string lengths import std.typecons; // Rebindable!(const Filename) import optional; static import glo = basics.globals; i...
D
/** * * /home/tomas/workspace/github-cli/source/app.d * * Author: * Tomáš Chaloupka <chalucha@gmail.com> * * Copyright (c) 2015 ${CopyrightHolder} * * Boost Software License 1.0 (BSL-1.0) * * Permission is hereby granted, free of charge, to any person or organization obtaining a copy * of the software ...
D
/* * This file was automatically generated by sel-utils and * released under the MIT License. * * License: https://github.com/sel-project/sel-utils/blob/master/LICENSE * Repository: https://github.com/sel-project/sel-utils * Generated from https://github.com/sel-project/sel-utils/blob/master/xml/metadata/bedrock...
D
module ui.widgets.positionbox; import position; import utils; import ui.renderhelper; import ui.widgets.containerwidget; import ui.widgets.iwidget; import derelict.sdl2.sdl; /** * widget container that arranges its children by position **/ class PositionBox : ContainerWidget { private IWidget[] children; private...
D
module argon.parser; import std.string; import std.array; import std.uni; import argon.ast; ASTTemplateNode parseArgonTemplate(string file, string source) { auto state = new ParserState(file, source.replace("\r\n", "\n")); auto node = new ASTTemplateNode; state.parent = node; node.file = file; node.children = ...
D
/Users/haruna/Documents/iOSdev/yelpy/Build/Intermediates/Pods.build/Debug-iphonesimulator/SkeletonView.build/Objects-normal/x86_64/UIView+Extension.o : /Users/haruna/Documents/iOSdev/yelpy/Pods/SkeletonView/Sources/Appearance/SkeletonAppearance.swift /Users/haruna/Documents/iOSdev/yelpy/Pods/SkeletonView/Sources/Collec...
D
instance DIA_Edda_EXIT(C_Info) { npc = VLK_471_Edda; nr = 999; condition = DIA_Edda_EXIT_Condition; information = DIA_Edda_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Edda_EXIT_Condition() { return TRUE; }; func void DIA_Edda_EXIT_Info() { AI_StopProcessInfos(self); }; instance...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.bigint; void main() { auto N = readln.chomp.to!int; int r, b; foreach (_; 0..N) foreach (c; readln.chomp) { if (c == 'R') { ++r; } else if (c == 'B') { ++b; ...
D
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100882 // { dg-do compile } struct AllocatorList(Factory) { Factory factory; auto make(size_t n) { return factory(n); } this(Factory plant) { factory = plant; } } struct Region { ~this() { } } auto mmapRegionList() { struct F...
D
prototype Mst_Default_Shadowbeast_Skeleton(C_Npc) { name[0] = "Shadowbeast Skeleton"; guild = GIL_SHADOWBEAST_SKELETON; aivar[AIV_MM_REAL_ID] = ID_SHADOWBEAST_SKELETON; level = 40; attribute[ATR_STRENGTH] = 200; attribute[ATR_DEXTERITY] = 200; attribute[ATR_HITPOINTS_MAX] = 400; attribute[ATR_HITPOINTS] = 400;...
D
module arraytest; import pyd.pyd; import std.stdio : writefln, writef; import std.string : format; class Foo { int i; this(int j) { i = j; } void bar() { writefln("Foo.bar: %s", i); } override string toString() { return format("{%s}",i); } } Foo[] global_array; Foo[] get() { ...
D
import std.stdio; int main() { long sum = 0; for (int i=0; i<500000; ++i) { sum += i; } printf("%ld\n", sum); //writefln("%d\n", sum); return 0; }
D
INSTANCE Info_Mod_Knatus_AlvarKristall (C_INFO) { npc = Mod_7564_OUT_Knatus_EIS; nr = 1; condition = Info_Mod_Knatus_AlvarKristall_Condition; information = Info_Mod_Knatus_AlvarKristall_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Knatus_AlvarKristall_Condition() { if (Mod_AlvarKristall == 3) && ...
D
/Users/ikodal/Desktop/WeatherApp/DerivedData/WeatherApp/Build/Intermediates.noindex/WeatherApp.build/Debug-iphonesimulator/WeatherApp.build/Objects-normal/x86_64/Config.o : /Users/ikodal/Desktop/WeatherApp/WeatherApp/Commons/Extensions/UIImageView+URL\ .swift /Users/ikodal/Desktop/WeatherApp/WeatherApp/Network/WeatherR...
D
/Users/aligame/work/rust_repository/rutils/target/debug/deps/libtime-2cd6ef170cf13737.rlib: /Users/aligame/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/time-0.1.42/src/lib.rs /Users/aligame/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/time-0.1.42/src/display.rs /Users/aligame/.cargo/registry/src...
D
existing or belonging to a time before a war
D
/home/uzair/iot_folder/chapter8/c8p2/target/rls/debug/deps/c8p2-9fbaea7e88a6ea35.rmeta: src/main.rs /home/uzair/iot_folder/chapter8/c8p2/target/rls/debug/deps/c8p2-9fbaea7e88a6ea35.d: src/main.rs src/main.rs:
D
import std.math; import gfm.math; import updatable; static const float PHI_MAX = PI_2 - 0.01; class Camera : Updatable { private{ mat4f m_proj; mat4f m_view; vec3f pos; float theta; float phi; vec3f dir; vec3f right; vec3f relup; vec3f target; float FOVY; float rat...
D
/Users/Mrbochiballs1/Develop/Software/GHub/DerivedData/GHub/Build/Intermediates/Pods.build/Debug-iphonesimulator/LiquidFloatingActionButton.build/Objects-normal/x86_64/LiquittableCircle.o : /Users/Mrbochiballs1/Develop/Software/GHub/Pods/LiquidFloatingActionButton/Pod/Classes/ArrayEx.swift /Users/Mrbochiballs1/Develop/...
D
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/Core.build/Objects-normal/x86_64/Future+Unwrap.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/core.git--3682430780741917418/Sources/Core/Data+Base64URL.swift /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/cor...
D
// Written in the D programming language. /** This module contains list widgets implementation. Similar to lists implementation in Android UI API. Synopsis: ---- import dlangui.widgets.lists; ---- Copyright: Vadim Lopatin, 2014 License: Boost License 1.0 Authors: Vadim Lopatin, coolreader.org@gmail.com */ mod...
D
resembling a tree in form and branching structure
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; alias B = Tuple!(int, "in_cnt", int, "out_cnt"); void main() { auto N = readln.chomp.to!int; B[] as, bs; foreach (_; 0..N) { bool fst; int cnt, min_cnt; foreach (c; readln.chomp) ...
D
// Written in the D programming language. /** This module defines the notion of a range. Ranges generalize the concept of arrays, lists, or anything that involves sequential access. This abstraction enables the same set of algorithms (see $(LINK2 std_algorithm.html, std.algorithm)) to be used with a vast variety of di...
D
module armos.types.color; import armos.math; /++ +/ struct BaseColor(T, T Limit){ alias C = BaseColor!(T, Limit); public{ /// Upper limit of each channel. enum T limit = Limit; /// Red Channel. T r = limit; /// Green Channel. T g = limit; /// Blue Cha...
D
instance PC_Fighter_NW_nach_DJG(Npc_Default) { name[0] = "Горн"; guild = GIL_DJG; id = 706; voice = 12; flags = 0; npcType = NPCTYPE_FRIEND; B_SetAttributesToChapter(self,6); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_2h_Sld_Axe); EquipItem(self,ItRw_Crossbow_M_01); B_CreateAmbientInv(self); B_Cr...
D
/Users/tinh/Projects/Furniture-App-UI-2-Flutter/ios/build/Pods.build/Debug-iphonesimulator/flutter_inappwebview.build/Objects-normal/x86_64/WebMessageListener.o : /Users/tinh/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Types/Size2D.swift /Users/tinh/Documents/flutter/.pub...
D
/Users/himanshu/Downloads/Clima-iOS11-master/build/Clima.build/Debug-iphonesimulator/Clima.build/Objects-normal/x86_64/AppDelegate.o : /Users/himanshu/Downloads/Clima-iOS11-master/Clima/AppDelegate.swift /Users/himanshu/Downloads/Clima-iOS11-master/Clima/WeatherDataModel.swift /Users/himanshu/Downloads/Clima-iOS11-mast...
D
/* Copyright © 2020-2023, Inochi2D Project Distributed under the 2-Clause BSD License, see LICENSE file. Authors: Luna Nielsen */ module creator.windows.paramsplit; import creator.windows; import creator.core; import creator.widgets.dummy; import creator.widgets.label; import creator; import std.string...
D
INSTANCE Info_Mod_Xeres_Hi (C_INFO) { npc = Xeres_01; nr = 1; condition = Info_Mod_Xeres_Hi_Condition; information = Info_Mod_Xeres_Hi_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Xeres_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Xeres_Hi_Info() { AI_Output(self, hero, "Info_Mod_Xeres_Hi_14...
D
/** * The osthread module provides low-level, OS-dependent code * for thread creation and management. * * 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...
D
import std.stdio; import std.array; import std.string; import std.conv; import std.algorithm; import std.typecons; import std.range; import std.container; void main() { int N = readln().chomp.to!int; //auto C = readln().split.map!(to!int).array.heapify!"a > b"; auto C = readln().split.map!(to!int); auto B =...
D
module des.gl.fbo; import std.exception; import std.conv; import des.gl.general; import des.gl.texture; import des.gl.rbo; /// class GLFBOException : DesGLException { /// this( string msg, string file=__FILE__, size_t line=__LINE__ ) @safe pure nothrow { super( msg, file, line ); } } /// class GLFrameBu...
D
module rocl.status; import std.array, std.typecons, std.algorithm, perfontain, rocl.controls, rocl.status.helpers; public import rocl.game, rocl.status.item, rocl.status.enums; final class Status { ~this() { items.clear; } auto skillOf(ushort id) { auto arr = skills.find!((a, b) => a.id == b)(id); return a...
D
/Users/Salgara/Desktop/IOS/CurrencyApp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Producer.o : /Users/Salgara/Desktop/IOS/CurrencyApp/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Salgara/Desktop/IOS/CurrencyApp/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift...
D
var int Sarah_ItemsGiven_Chapter_1; var int Sarah_ItemsGiven_Chapter_2; var int Sarah_ItemsGiven_Chapter_3; var int Sarah_ItemsGiven_Chapter_4; var int Sarah_ItemsGiven_Chapter_5; func void B_GiveTradeInv_Sarah(var C_Npc slf) { if((Kapitel >= 1) && (Sarah_ItemsGiven_Chapter_1 == FALSE)) { CreateInvItems(slf,ItMi_...
D
/* Converted to D from gsl_odeiv.h by htod * and edited by daniel truemper <truemped.dsource <with> hence22.org> */ module auxc.gsl.gsl_odeiv; /* ode-initval/gsl_odeiv.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it u...
D
/* wc: Count characters, lines, etc. Written by: chaomodus 2019-10-19T20:29:40 Bugs: Word count seems to be different from how GNU util counts words. Max-line-length seems to be different from GNU util. */ import std.getopt; import std.stdio; import std.regex; import std.string; import std.conv; impo...
D
module android.java.android.telephony.SmsManager_FinancialSmsCallback_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.lang.Class_d_interface; import import0 = android.java....
D
int main() { Print("Golden Teacher"); Print("This is not who you think I am :)"); Print("Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."); Print("guKsV . %2D! 9t&nipdd%eXyWoZK TQAehXILLj3Jf2TX iSbonzX eJ"); }
D
/** * Defines a D type. * * 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: $(LINK2 https://github.com/dlang/dmd...
D
a lateen-rigged sailing vessel used by Arabs
D
/// module std.experimental.logger.filelogger; import std.experimental.logger.core; import std.stdio; import std.typecons : Flag; /** An option to create $(LREF FileLogger) directory if it is non-existent. */ alias CreateFolder = Flag!"CreateFolder"; /** This $(D Logger) implementation writes log messages to the as...
D