code
stringlengths
3
10M
language
stringclasses
31 values
module android.java.android.net.wifi.aware.WifiAwareNetworkSpecifier_Builder_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.android.net.wifi.aware.PeerHandle_d_interface; impor...
D
module creator.viewport.common.mesheditor.operations.impl; import creator.viewport.common.mesheditor.tools; import creator.viewport.common.mesheditor.operations.base; import i18n; import creator.viewport; import creator.viewport.common; import creator.viewport.common.mesh; import creator.viewport.common.spline; import...
D
module scene.model.model; public import scene.model.material; import math.ray; import math.matrix; import scene.model.collision; class Model(T) { this( Matrix!T transformation, Material material ) { this.material = material; this.transformation = transformation; import std.stdio; import std.conv; ...
D
/***********************************************************************\ * custcntl.d * * * * Windows API header module * * ...
D
instance BAU_908_Hodges (Npc_Default) { // ------ NSC ------ name = "Hodges"; guild = GIL_BAU; id = 908; voice = 3; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); //setzt Attribute ...
D
/Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/QAHelper.build/Debug-iphonesimulator/QAHelper.build/Objects-normal/x86_64/JiraImageDownloader.o : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraImageDownloader.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelpe...
D
module twigd.reference.operators;
D
// ************************************************************ // Komm mit // ************************************************************ INSTANCE DIA_AkilsSchaf_KommMit (C_INFO) { npc = Follow_Sheep_AKIL; nr = 1; condition = DIA_AkilsSchaf_KommMit_Condition; information = DIA_AkilsSchaf_KommMit_Info;...
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 dminer.core.blocks; import dminer.core.minetypes; import dminer.core.world; import dlangui.graphics.scene.mesh; immutable string BLOCK_TEXTURE_FILENAME = "blocks"; immutable int BLOCK_TEXTURE_DX = 1024; immutable int BLOCK_TEXTURE_DY = 1024; immutable int BLOCK_SPRITE_SIZE = 16; immutable int BLOCK_SPRITE_STEP...
D
/afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/CxAODMaker/obj/ObjectHandler.o /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/CxAODMaker/obj/ObjectHandler.d : /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/CxAODMake...
D
/Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/AnimatedMoveViewJob.o : /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.sw...
D
module godot.popuppanel; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.d.bind; import godot.object; import godot.classdb; import godot.popup; @GodotBaseClass struct PopupPanel { static immutable string _GODOT_internal_name = ...
D
// Copyright Brian Schott (Hackerpilot) 2014. // 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 analysis.undocumented; import std.d.ast; import std.d.lexer; import analysis.base; impo...
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
cause to throb or beat rapidly shake with fast, tremulous movements beat rapidly
D
/* * ti_real.d * * This module implements the TypeInfo for the real type. * */ module runtime.typeinfo.ti_real; import runtime.util; class TypeInfo_e : TypeInfo { char[] toString() { return "real"; } hash_t getHash(void *p) { return (cast(uint *)p)[0] + (cast(uint *)p)[1] + (cast(ushort *)p)[4]; } int e...
D
/home/flowersamda/Rust/learning/mutex/target/debug/deps/mutex-c3b5d9e0ad67b96e: src/main.rs /home/flowersamda/Rust/learning/mutex/target/debug/deps/mutex-c3b5d9e0ad67b96e.d: src/main.rs src/main.rs:
D
/Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/CoreDataSampleApp.build/Release-iphonesimulator/CoreDataSampleApp.build/Objects-normal-tsan/x86_64/ExpandableNames.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/CoreDataSampleApp/ViewController2.swift /Users/apple-1/Documents/xCode/CoreDataSamp...
D
module android.java.android.media.MediaController2_Builder_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import7 = android.java.java.lang.Class_d_interface; import import2 = android.java.android.med...
D
import std.stdio, std.algorithm, std.range, std.array; struct Prop { int[string] data; ref opDispatch(string s)() pure nothrow { return data[s]; } } immutable code = ` writef("% 4d", e.seq); if (e.seq != 1) { e.cnt++; e.seq = (e.seq & 1) ? 3 * e.seq + 1 : e.seq / 2; }`; void main() { ...
D
module haxe.HaxeObject; import haxe.HaxeTypes; import haxe.Serializer; import IntUtil = tango.text.convert.Integer; /** Types that can be accessed as hashes of Dynamic **/ package template DynamicHashType(T, alias F) { T opIndex(char[] key) { auto v = (key in F); if(v) return *v; return new Null(); } T opI...
D
instance PAL_91190_RITTER(Npc_Default) { name[0] = NAME_Ritter; guild = GIL_PAL; id = 91190; voice = 8; flags = 0; npcType = NPCTYPE_OCAMBIENT; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_1H_Blessed_02); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_...
D
func void ZS_StandAround() { PrintDebugNpc(PD_TA_FRAME,"ZS_StandAround"); B_SetPerception(self); if(Npc_WasInState(self,ZS_Smalltalk)) { Npc_PercEnable(self,PERC_NPCCOMMAND,B_SmallTalk); }; AI_SetWalkMode(self,NPC_WALK); B_ClearItem(self); if(!Npc_IsOnFP(self,"CAMPFIRE")) { PrintDebugNpc(PD_TA_CHECK,"...n...
D
import std.stdio, std.regex, std.string; struct Token { string type; string value; ulong line; ulong position; } void main() { //Alpha-numeric auto whitespace = regex(r"^( +)"); auto number = regex(r"^([0-9]+)"); auto word = regex(r"^([a-z|A-Z]+)"); //Grouping auto langle = regex(r"^\<"); aut...
D
// REQUIRED_ARGS: -de /* TEST_OUTPUT: --- fail_compilation/fail20163.d-mixin-10(10): Deprecation: module `imports.fail20164` is deprecated --- */ module fail20163; mixin("import imports.fail20164;");
D
//https://rosettacode.org/wiki/Polynomial_regression import std.algorithm; import std.range; import std.stdio; auto average(R)(R r) { auto t = r.fold!("a+b", "a+1")(0, 0); return cast(double) t[0] / t[1]; } void polyRegression(int[] x, int[] y) { auto n = x.length; auto r = iota(0, n).array; auto ...
D
// ****************************** EAT GROUND ************************************** func void ZS_MM_Rtn_EatGround() { Perception_Set_Monster_Rtn(); AI_SetWalkmode (self, NPC_WALK); B_MM_DeSynchronize(); if (Hlp_StrCmp(Npc_GetNearestWP(self),self.wp)==FALSE) //damit die Monster beim Inserten nicht immer erst zu...
D
module opendialog; import dguihub; class MainForm : Form { private Button _btnOk; public this() { this.text = "DGui Events"; this.size = Size(300, 250); this.startPosition = FormStartPosition.centerScreen; // Set Form Position this._btnOk = new Button(); this._btnOk.text = "Click...
D
a soft silvery metallic element of the alkali metal group
D
the slender part of the back a garment size for a small person limited or below average in number or quantity or magnitude or extent limited in size or scope (of children and animals) young, immature slight or limited low or inferior in station or quality lowercase (of a voice) faint have fine or very small constituent...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * This module contains high-level interfaces for interacting with DMD as a library. * * Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digita...
D
// Written in the D programming language. /** This is a submodule of $(MREF std, algorithm). It contains generic _iteration algorithms. $(SCRIPT inhibitQuickIndex = 1;) $(BOOKTABLE Cheat Sheet, $(TR $(TH Function Name) $(TH Description)) $(T2 cache, Eagerly evaluates and caches another range's $(D front).) $(T...
D
/Users/sriramprasad/Dev/rough/SampleTableview/build/SampleTableview.build/Debug-iphonesimulator/SampleTableview.build/Objects-normal/x86_64/sampleCell.o : /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/AppDelegate.swift /Users/sriramprasad/Dev/rough/SampleTableview/SampleTableview/sampleCell.swift /Users...
D
/home/tmforshaw/Development/Rust/Unnamed_OS/target/bootimage/bootloader/x86_64-bootloader/release/deps/usize_conversions-08b8a095c26e3e50.rmeta: /home/tmforshaw/.cargo/registry/src/github.com-1ecc6299db9ec823/usize_conversions-0.2.0/src/lib.rs /home/tmforshaw/Development/Rust/Unnamed_OS/target/bootimage/bootloader/x86...
D
func void B_Story_FindXardas() { Log_CreateTopic(CH4_FindXardas,LOG_MISSION); Log_SetTopicStatus(CH4_FindXardas,LOG_RUNNING); B_LogEntry(CH4_FindXardas,"Poté, co byli mágové Ohně vyvražděni, zbývá už jen JEDINÝ, který může pomoci s odpálením rudné haldy. Saturas mi řekl, že vytváření magické Bariéry vedl třináctý m...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIO.build/RecvByteBufferAllocator.swift.o : /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mu/Hello/...
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
instance GRD_237_Gardist (Npc_Default) { //-------- primary data -------- name = NAME_Gardist; npctype = npctype_guard; guild = GIL_GRD; level = 20; voice = 7; id = 237; //-------- abilities -------- attribute[ATR_STRENGTH] = 100; attribute[ATR_DEXTERITY] = 80; attribute[ATR_MANA_MAX] = 0;...
D
/Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Intermediates/UrbanCrawl.build/Debug-iphonesimulator/UrbanCrawl.build/Objects-normal/x86_64/ScrollTableViewCell.o : /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/UrbanCrawl/UCServices.swift /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Urb...
D
// REQUIRED_ARGS: -o- /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(12): Error: cannot cast expression `x` of type `short[2]` to `int[2]` because of different sizes --- */ void test3133() { short[2] x = [1, 2]; auto y = cast(int[2])x; // error } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(28...
D
/* TEST_OUTPUT: --- fail_compilation/diag8892.d(14): Error: cannot implicitly convert expression (['A']) of type char[] to char[2] --- */ struct Foo { char[2] data; } void main() { auto f = Foo(['A']); }
D
import std.stdio; import quicd.server : serverMain; import quicd.client : clientMain; void main() { version(QuicdServer) { serverMain(); } version(QuicdClient) { clientMain(); } }
D
import std.stdio, std.algorithm, std.typecons, std.array, std.range; struct Item { string name; int w, v; } alias Pair = Tuple!(int,"tot", string[],"names"); immutable Item[] items = [{"apple",39,40}, {"banana", 27, 60}, {"beer", 52, 10}, {"book", 30, 10}, {"camera", 32, 30}, {"cheese", 23, 30}, {"compass", 1...
D
/******************************************************************************* Test for sending a set of records with non-sequential keys via Put Copyright: Copyright (c) 2017 sociomantic labs GmbH. All rights reserved. License: Boost Software License Version 1.0. See LICENSE.txt for de...
D
/Users/mtham/Desktop/rust/projects/rectangles/target/rls/debug/deps/rectangles-143a5ddfca8b8b44.rmeta: src/main.rs /Users/mtham/Desktop/rust/projects/rectangles/target/rls/debug/deps/rectangles-143a5ddfca8b8b44.d: src/main.rs src/main.rs:
D
/** API for DNS Made Easy Ported to the D Programming Language (2015) by Laeeth Isharc and Kaleidic Associates */ /// module symmetry.api.dnsmadeeasy3; import std.datetime: SysTime; import std.net.curl: HTTP; import std.json: JSONValue; version(SIL) { import kaleidic.sil.lang.typing.json : toVariable, toJsonStr...
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/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/const_random-304c43b36f884c04.rmeta: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/const-random-0.1.13/src/lib.rs /Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/const_random-304...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/MultipartPartConvertible.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/multipart/Sources/Multipart/MultipartPartConvertible.swift /Users/panartem/Developer/...
D
/** * Defines AST nodes for statements. * * Specification: $(LINK2 https://dlang.org/spec/statement.html, Statements) * * 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.boos...
D
/Users/Rami/Desktop/TaskCompanyUSA/build/Pods.build/Debug-iphonesimulator/M13Checkbox.build/Objects-normal/x86_64/M13CheckboxSpiralController.o : /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/M13Checkbox+IB.swift /Users/Rami/Desktop/TaskCompanyUSA/Pods/M13Checkbox/Sources/Managers/M13CheckboxExpandControl...
D
/* Copyright (c) 2019-2021 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
/* * Copyright (C) 2011 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 app...
D
// PERMUTE_ARGS: -inline template compiles(int T) { bool compiles = true; } /************************************************** 3901 Arbitrary struct assignment, ref return **************************************************/ struct ArrayRet{ int x; } int arrayRetTest(int z) { ArrayRet[6] w; int q = (...
D
module platformasync; import more.net; import std.stdio : stdout, writeln, writefln; import std.format : format; import std.traits : hasMember; version(Windows) { public import core.sys.windows.winbase : OVERLAPPED; import core.sys.windows.winbase : HANDLE, INVALID_HANDLE_VALUE, ...
D
/** * Benchmark ptr hashing. * * Copyright: Copyright Martin Nowak 2011 - 2015. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Authors: Martin Nowak */ import std.random; void main(string[] args) { auto rnd = Xorshift32(33); int[int* ] aa; auto keys = new int*[](32...
D
module libressl_d.compat.sys; public import libressl_d.compat.sys._null; public import libressl_d.compat.sys.ioctl; public import libressl_d.compat.sys.mman; public import libressl_d.compat.sys.param; public import libressl_d.compat.sys.queue; public import libressl_d.compat.sys.select; public import libressl_d.compa...
D
/* * Licensed under the GNU Lesser General Public License Version 3 * * This library 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 3 of the license, or * (at your option) any late...
D
/Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Intermediates.noindex/MVC.build/Debug-iphonesimulator/MVC.build/Objects-normal/x86_64/AppDelegate.o : /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/HomeVC.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/LoginVC.swift /Us...
D
/Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Core.build/Portal.swift.o : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/okasho/s...
D
/* Written by Walter Bright, Christopher E. Miller, and many others. * http://www.digitalmars.com/d/ * Placed into public domain. */ module freebsd; version (FreeBSD) { } else { static assert(0); } public import rt.core.os.bsd.pthread; private import rt.core.c; alias uint fflags_t; alias int clockid_t; alias i...
D
/Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/LBTATools.build/Objects-normal/x86_64/LBTAListCell.o : /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTATools/Source/Extensions/IndentedTextField.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/LBTAT...
D
/** * D header file for GNU/Linux. * * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Teodor Dutu */ module core.sys.linux.sys.procfs; import core.sys.posix.sys.types : pid_t; version (linux) { alias lwpid_t = pid_t; }
D
INSTANCE Info_Mod_Shrat_Hi (C_INFO) { npc = Mod_1119_PSINOV_Shrat_MT; nr = 1; condition = Info_Mod_Shrat_Hi_Condition; information = Info_Mod_Shrat_Hi_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Shrat_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Shrat_Hi_Info() { AI_Output(self, hero, "Info...
D
module ppl.resolve.ResolveCall; import ppl.internal; import common : contains; /// /// Resolve a call. /// /// - The target may be either a Function or a Variable (of function ptr type) /// - The target may be in any module, not just the current one /// /// - If we find a Function match that is a proxy for one or mor...
D
module chipmunk.chipmunk_unsafe; import chipmunk.chipmunk_types; import chipmunk.chipmunk_structs; extern (C): void cpCircleShapeSetRadius (cpShape* shape, cpFloat radius); void cpCircleShapeSetOffset (cpShape* shape, cpVect offset); void cpSegmentShapeSetEndpoints (cpShape* shape, cpVect a, cpVect b); void cpSegmen...
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
module gfm.sdl.framecounter; import derelict.sdl.sdl; import gfm.sdl.sdl; import gfm.math.statistics; import gfm.common.queue; // gets intra-frame delta time class FrameCounter { public { this(SDL sdl) { _sdl = sdl; _firstFrame = true; _elapsedTime = 0; ...
D
module sut.config; import sut.util: toArray, unprefix; static import sut.wrapper; debug import std.stdio; /** * Static `Config` instance. */ static Config config; /** * Container for the unit test configuration file and its content. * The file content is stored in an array. */ struct FileContent { ...
D
/* * 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 pango.c.utils; import pango.c.font; import pango.c.types; import glib; import gobject; import core.stdc.stdio; extern(C): enum PANG...
D
module slider; /+ + Copyright Andrej Mitrovic 2011. + 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) +/ /+ + This is an example of a custom Slider widget implemented with + CairoD wi...
D
/Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Jaiben.build/Debug-iphonesimulator/Jaiben.build/Objects-normal/x86_64/VC_outcome.o : /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/storeData.swift /Users/kidnapper/Documents/Jiaben_xcode8/Jaiben/userData.swift /Users/kidnapper/Doc...
D
module tests.it.runtime.issues; import tests.it.runtime; // reggae/dub build should rebuild if dub.json/sdl change @("23") @Tags(["dub", "make"]) unittest { import std.process: execute; import reggae.path: buildPath; with(immutable ReggaeSandbox("dub")) { runReggae("-b", "make", "--dflags=-g")...
D
/*===-- llvm-c/TargetMachine.h - Target Machine Library C Interface - C++ -*-=*\ |* *| |* The LLVM Compiler Infrastructure *| |* ...
D
/Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/tercer-parcial/tarea_persistencia_CoreData/Build/Intermediates/tarea_persistencia_CoreData.build/Debug-iphonesimulator/tarea_persistencia_CoreData.build/Objects-normal/x86_64/ViewController.o : /Users/hernaniruegasvillarreal/Documents/TEC/seme...
D
the extended spatial location of something a part of an animal that has a special function or is supplied by a given artery or nerve a large indefinite location on the surface of the Earth the approximate amount of something (usually used prepositionally as in `in the region of' a knowledge domain that you are interest...
D
//------------------------------ // Консоль для forthD на QtE5 // MGW 19.03.2016 22:32:10 //------------------------------ // // QtE5 - обёртка для Qt-5. Сейчас для D, но архитектура позволяет // использовать С, С++, Forth и любой другой язык с поддержкой // вызовов extern (C) import asc1251; // Поддер...
D
// Copyright 2018 Google Inc. All Rights Reserved. // // 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...
D
/Users/fulllab/Documents/AnalyticsArchtecture/Build/Intermediates.noindex/AnalyticsArchtecture.build/Debug-iphonesimulator/AnalyticsArchtecture.build/Objects-normal/x86_64/FirebaseWrapper.o : /Users/fulllab/Documents/AnalyticsArchtecture/AnalyticsArchtecture/Application/Features/Login/LoginUseCase.swift /Users/fulllab/...
D
/** * Performs the semantic3 stage, which deals with function bodies. * * Copyright: Copyright (C) 1999-2021 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) * Sou...
D
//Problem 20: Write a program that validates if string length is between 5 to 10 using Regular Expression. import std.regex; import std.stdio; void main() { auto exp = regex("\\w{5,10}\\b"); writeln(match("Hello", exp)); writeln(match("Hi", exp)); }
D
module asteroids.system.physics; import asteroids.component; import asteroids.system.player; import asteroids.system.asteroid; /// System that iterates over all alive entities and process movement and collisions void physicsSystem(Storages!AllComponents storages, size_t i, Entity e) { if(storages.entities.aliveHas!...
D
like or containing small sticky lumps short and thick
D
/** Additional graphics primitives, and image loading. Copyright: Guillaume Piolat 2015 - 2016. License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) */ module dplug.graphics.drawex; import core.stdc.stdlib: free; import core.stdc.math: floorf, ceilf; import std.algorithm.comparison; import std...
D
instance DIA_Kervo_EXIT(C_Info) { npc = STRF_1116_Kervo; nr = 999; condition = DIA_Kervo_EXIT_Condition; information = DIA_Kervo_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Kervo_EXIT_Condition() { return TRUE; }; func void DIA_Kervo_EXIT_Info() { AI_StopProcessInfos(self); }; ...
D
/* This version of microEmacs is based on the public domain C * version written by Dave G. Conroy. * The D programming language version is written by Walter Bright. * http://www.digitalmars.com/d/ * This program is in the public domain. */ /* * The routines in this file provide support for computers with * WI...
D
module UnrealScript.TribesGame.TrRank_38; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrRank; extern(C++) interface TrRank_38 : TrRank { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticClass() { mixin(MGSCC...
D
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation.o : /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SingleAsyn...
D
/Users/nicholasdeloglos/Desktop/AccompList-master/build/Pods.build/Debug-iphonesimulator/SwipeCellKit.build/Objects-normal/x86_64/SwipeOptions.o : /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/Swipeable.swift /Users/nicholasdeloglos/Desktop/AccompList-master/Pods/SwipeCellKit/Source/SwipeEx...
D
// // Deelox: Lox interpreter in D // // Leandro Motta Barros (just adapting the code from Bob Nystrom's Book, see // http://www.craftinginterpreters.com) // module lox.token_type; enum TokenType { // Single-character tokens. LEFT_PAREN, RIGHT_PAREN, LEFT_BRACE, RIGHT_BRACE, COMMA, DOT, MINUS, PLUS, SEMICOLON, ...
D
/** * noise.d * tower * May 16, 2013 * Brandon Surmanski */ module math.noise; import std.conv; import std.math; import math.vector; private int seed = 55; float lerp(float t, float a, float b) in { assert(t >= 0.0f, "can only lerp between 0 to 1"); assert(t <= 1.0f, "can only lerp between 0 to 1"); }...
D
module pulseaudio.bindings.pulse.def; import core.sys.posix.sys.select; import pulseaudio.bindings.pulse.sample; extern (C): /*** This file is part of PulseAudio. Copyright 2004-2006 Lennart Poettering Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB PulseAudio is free software; you can redist...
D
a commercially sponsored ad on radio or television connected with or engaged in or sponsored by or used in commerce or commercial enterprises of or relating to commercialism of the kind or quality used in commerce
D
module served.commands.definition; import served.ddoc; import served.extension; import served.types; import workspaced.api; import workspaced.com.dcd; import workspaced.coms; import std.path : isAbsolute, buildPath; import fs = std.file; import io = std.stdio; @protocolMethod("textDocument/definition") ArrayOrSing...
D
// REQUIRED_ARGS: -main // PERMUTE_ARGS: -betterC void foo() { }
D
module rocky_ground; import std.random; import std.stdio; import std.string; import game; import sgogl; import animation; import vector; import ground; import agent; import validatable; class Rocky_ground_1 : Ground { static bool type_initialized = false; static uint image_1, image_2, image_3; static void in...
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_MobileMedia-...
D
/Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieCell.o : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/Movie...
D
/Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/build/ScriptKitCommandline.build/Debug/scriptkit.build/Objects-normal/x86_64/JSON.o : /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/JSON.swift /Users/adameisfeld/Desktop/ScriptKit/ScriptKitCommandline/ScriptKitCommandline/AST.swi...
D