code
stringlengths
3
10M
language
stringclasses
31 values
/Users/danielmorales/CSUMB/iOS/Flix/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ServerTrustPolicy.o : /Users/danielmorales/CSUMB/iOS/Flix/Pods/Alamofire/Source/MultipartFormData.swift /Users/danielmorales/CSUMB/iOS/Flix/Pods/Alamofire/Source/Timeline.swift /Users/danielmorales/CSUMB/iOS...
D
module lib.graphics.wackySimpleMesh; private { import std.stdio: writefln; import std.string: toStringz; import std.conv: to; import derelict.util.exception: DerelictException; import derelict.assimp3.assimp; import derelict.opengl3.gl3; import lib.graphics.wackyEnums; import lib.grap...
D
import std.stdio, std.array, std.string, std.conv, std.algorithm; import std.typecons, std.range, std.random, std.math, std.container; import std.numeric, std.bigint, core.bitop, core.stdc.string; immutable int N = 10; char[N][N] B; int[16] dr = [-2, -2, -2, -1, -1, -1, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2]; int[16] dc = [-2,...
D
module ObjectPool; import std.container : DList; import core.sync.mutex; import core.sys.posix.unistd; import core.sys.linux.timerfd; import std.stdio; ref T unshared(T)(ref shared T value) { return *cast(T*)&value; } int checked(int value, const char* msg="unknown place") { if (value < 0) { perror(...
D
/Users/hdcui/blind-ecdsa/bld_sig/target/rls/debug/deps/class_group-af7b2f58d111f419.rmeta: /Users/hdcui/.cargo/git/checkouts/class-ac771b75f3672ee8/e783c88/src/lib.rs /Users/hdcui/.cargo/git/checkouts/class-ac771b75f3672ee8/e783c88/src/primitives/mod.rs /Users/hdcui/.cargo/git/checkouts/class-ac771b75f3672ee8/e783c88/s...
D
// Written in the D programming language. /** This is a submodule of $(MREF std, algorithm). It contains generic algorithms that implement set operations. $(BOOKTABLE Cheat Sheet, $(TR $(TH Function Name) $(TH Description)) $(T2 cartesianProduct, Computes Cartesian product of two ranges.) $(T2 largestPartialIn...
D
module parser; import std.stdio; import std.conv; import std.string; import std.algorithm; import intern; import thing; version = StringsAsNumbers; struct Node { union InternalUnion { string str; Node[] nodes; Value value; size_t unum; Intern interned; Value[Int...
D
module lru_test; import std.c.time : time_t; import lru; import std.stdio : writefln; void main() { alias SLRU!(string,string) SLRUss; auto l = new SLRUss(10); void dump() { writefln("dump:"); l.print(); writefln(); } dump(); l["michal"] = "ma malgosie"; dump(); l["ala"] = "ma kota"; dump(); l["jacek"...
D
/* REQUIRED_ARGS: -preview=dip1000 PERMUTE_ARGS: TEST_OUTPUT: --- fail_compilation/retscope.d(23): Error: scope variable `p` may not be returned fail_compilation/retscope.d(33): Error: returning `b ? nested1(& i) : nested2(& j)` escapes a reference to local variable `j` fail_compilation/retscope.d(46): Error: scope var...
D
/* DSFML - The Simple and Fast Multimedia Library for D Copyright (c) <2013> <Jeremy DeHaan> 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 softw...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1...
D
/Users/river/Desktop/2019_ios_final/build/2019_ios_final.build/Debug-iphonesimulator/2019_ios_final.build/Objects-normal/x86_64/UserProfileViewController.o : /Users/river/Desktop/2019_ios_final/2019_ios_final/model/Friend.swift /Users/river/Desktop/2019_ios_final/2019_ios_final/model/Image.swift /Users/river/Desktop/20...
D
a cutting implement tableware implements for cutting and eating food
D
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Toaster.build/Objects-normal/x86_64/ToastView.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/Toaster/Sources/ToastCenter.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/Toaster/Sourc...
D
module gtkD.gobject.TypePlugin; public import gtkD.gtkc.gobjecttypes; private import gtkD.gtkc.gobject; private import gtkD.glib.ConstructionException; /** * Description * The GObject type system supports dynamic loading of types. The * GTypePlugin interface is used to handle the lifecycle of * dynamically...
D
/home/will/repos/molten/testing/target/debug/deps/run-5e6b6b5c1c25153f.rmeta: src/lib.rs /home/will/repos/molten/testing/target/debug/deps/librun-5e6b6b5c1c25153f.rlib: src/lib.rs /home/will/repos/molten/testing/target/debug/deps/run-5e6b6b5c1c25153f.d: src/lib.rs src/lib.rs:
D
module hunt.framework.provider.TaskServiceProvider; import hunt.framework.config.ApplicationConfig; import hunt.framework.provider.ServiceProvider; import hunt.framework.queue; // import hunt.framework.task; import hunt.util.worker.Worker; import hunt.logging.ConsoleLogger; import poodinis; import std.path; /** * ...
D
/******************************************************************************* * Copyright (c) 2005, 2006 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/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/MySQL.build/Exports.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/mysql.git-1890032512239690518/Sources/MySQL/Field/Field.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/mysql....
D
module UnrealScript.Engine.ParticleModuleOrientationAxisLock; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.ParticleModuleOrientationBase; extern(C++) interface ParticleModuleOrientationAxisLock : ParticleModuleOrientationBase { public extern(D): private static __gshared Scri...
D
version https://git-lfs.github.com/spec/v1 oid sha256:fa15b81f9266e05b1083a56db74dd206b187ba28373b3ce3c23d38081537d4a6 size 3627645
D
/Users/lizziesiegle/Desktop/server/DerivedData/server/Build/Intermediates/server.build/Debug/LoggerAPI.build/Objects-normal/x86_64/Logger.o : /Users/lizziesiegle/Desktop/server/Packages/LoggerAPI-1.6.0/Sources/LoggerAPI/Logger.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/...
D
instance DIA_AmbientDementor_EXIT(C_Info) { nr = 999; condition = DIA_AmbientDementor_EXIT_Condition; information = DIA_AmbientDementor_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_AmbientDementor_EXIT_Condition() { return TRUE; }; func void DIA_AmbientDementor_EXIT_Info() { Wld_St...
D
module gameengine.game; public import gameengine.glcanvas; class Game { protected: GlCanvas canvas; bool am_running; float frames_per_second, ticks_per_second; public: this(uint xRes, uint yRes) { canvas = new GlCanvas(xRes, yRes); canvas.SetupGl(); } void InitLibs() { } ...
D
module collie.socket.eventloopgroup; import core.thread; import std.parallelism; import collie.socket.eventloop; import collie.socket.common; import collie.utils.functional; final class EventLoopGroup { this(uint size = (totalCPUs - 1), int waitTime = 2000) { foreach (i; 0 .. size) { ...
D
module ui.menu; import std.algorithm; import ui.base, ui.controls; import graphics; import math; enum MenuWindowID = 10000; struct GuiMenu { static struct Style { ubyte size, width, iconSpace, __pad; HashID windowID, submenuIcon; ubyte4 padding; GuiFont font; GuiFrame focus, highlight, idle; } stat...
D
class Base { int param; } class Foo(int param) : Base { int val() { return param; // <-- param refers to super.param } } unittest { auto foo = new Foo!12; assert(foo.val() == 12); }
D
import specd.specd; import mesh; import gl3n.linalg; version(specrunner) unittest { auto mesh = new Mesh(); auto mesh2 = new Mesh(); mesh2.setPosition(1,1,1); describe("mesh aabb").as( (it) { it.should("have an AABB", mesh.aabb.min.must.equal(vec3(-1,-1,-1)) ); it.should("move its AABB", mesh2.aabb...
D
/** * 微信摇一摇周边-查询分组详情 * * */ module hunt.wechat.bean.shakearound.device.group.getdetail; public import hunt.wechat.bean.shakearound.device.group.getdetail.DeviceGroupGetDetail; public import hunt.wechat.bean.shakearound.device.group.getdetail.DeviceGroupGetDetailResult; public import hunt.wechat.bean.s...
D
/Users/sunny/Documents/MVVMC-Poc/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SwiftMessages.build/Objects-normal/x86_64/SwiftMessages.o : /Users/sunny/Documents/MVVMC-Poc/Pods/SwiftMessages/SwiftMessages/AccessibleMessage.swift /Users/sunny/Documents/MVVMC-Poc/Pods/SwiftMessages/SwiftMessages/Identifiab...
D
/Users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/SwiftUtilities/Build/Intermediates/SwiftUtilities.build/Release-iphoneos/SwiftUtilities_iOS.build/Objects-normal/arm64/Version.bc : /Users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/SwiftUtilities/Source/Version.swift /Users/tommy-b-10/Desktop/SidePilotA...
D
import std.stdio; /* import vibe.core.log; import vibe.core.net; import vibe.stream.operations; import vibe.stream.tls; import vibe.core.log; import core.thread; */ import std.stdio; import std.datetime; import std.conv; import std.socket; import std.algorithm; import std.array; import std.string; import vibe.core.c...
D
module crypto.capi; extern(C): struct Context; immutable(Context)* crypto_context_create(ubyte[32] nonce); void crypto_context_destroy(const Context* c); // We can't expose Scalar and Element as DMD doesn't support ucent. struct Uint256 { ulong[4] parts; } /** * Parse EC points. Can handle compressed and uncompr...
D
/home/artem/Desktop/viz/target/debug/build/rand_pcg-91f44f18b49f5481/build_script_build-91f44f18b49f5481: /home/artem/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/build.rs /home/artem/Desktop/viz/target/debug/build/rand_pcg-91f44f18b49f5481/build_script_build-91f44f18b49f5481.d: /home/artem/.cargo/re...
D
module java.beans; public import java.beans.BeanDescriptor; public import java.beans.BeanInfo; public import java.beans.FeatureDescriptor; public import java.beans.IntrospectionException; public import java.beans.Introspector; public import java.beans.PropertyChangeEvent; public import java.beans.PropertyChang...
D
module org.serviio.profile.DetectionDefinition; import java.lang.String; import java.util.HashMap; import java.util.Map; public enum DetectionType { UPNP_SEARCH, HTTP_HEADERS } public class DetectionDefinition { private Map!(String, String) fieldValues = new HashMap!(String, String)(); private Detection...
D
//Problem 14: Write a program that converts lower case to upper case characters. import std.stdio; import std.string; import std.conv; import std.ascii; int main(){ string str = toUpper("abc"); writeln(str); return 0; }
D
import std.stdio, std.algorithm, std.range, std.array, std.functional; alias repeat0 = curry!(repeat, 0); // Currenty std.range.transposed doesn't work. auto columns(R)(R m) pure /*nothrow*/ @safe /*@nogc*/ { return m .map!walkLength .reduce!max .iota .map!(i => m.filte...
D
module d3d.gl3.gl3component; import std.stdio; public import derelict.opengl3.gl3; /// Component for OpenGL3 powered games. final class GL3Component { private: static bool _attached = false; public: /// Loads dependencies. static void attach() { DerelictGL3.load(); version (D3DDebug) writeln(...
D
module std.experimental.allocator.building_blocks.free_tree; import std.experimental.allocator.common; //debug = std_experimental_allocator_free_tree; /** The Free Tree allocator, stackable on top of any other allocator, bears similarity with the free list allocator. Instead of a singly-linked list of previously fr...
D
instance NOV_1349_Novize(Npc_Default) { name[0] = NAME_Novize; npcType = npctype_ambient; guild = GIL_NOV; level = 3; voice = 3; id = 1349; attribute[ATR_STRENGTH] = 10; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 76; attribute[ATR_HIT...
D
/* =head1 ABOUT The FizzBuzz program. See: =over 4 =item * L<https://github.com/shlomif/Freenode-programming-channel-FAQ/blob/master/FAQ.mdwn#what-is-fizzbuzz> =back =head1 COPYRIGHT & LICENSE Copyright 2018 by Cédric Picard This program is distributed under the MIT / Expat License: L<http://www.opensource.org/...
D
quota (1) --- read and set disk record quota limits 09/05/84 | _U_s_a_g_e | quota [-s <quota limit>] [-v] {<file_spec>} | _D_e_s_c_r_i_p_t_i_o_n | It is possible to set an upper limit to the number of disk | reco...
D
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/Async.build/Objects-normal/x86_64/Future+Void.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/core.git--3682430780741917418/Sources/Async/Async+NIO.swift /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/core.git...
D
module perfontain.managers.gui.label; import std, perfontain; class GUIStaticText : GUIElement { this(Layout p, string text, FontInfo fi = FontInfo.init, ubyte mode = 0) { super(p); _text = text; } override void draw() { // { // auto p = parent; // while (p.parent && !cast(GUIWindow) p) // p = p...
D
// Written in the D programming language. /** This module contains Combo Box widgets implementation. Synopsis: ---- import dlangui.widgets.combobox; // creation of simple strings list ComboBox box = new ComboBox("combo1", ["value 1"d, "value 2"d, "value 3"d]); // select first item box.selectedItemIndex = 0; // ...
D
module dub.packagesuppliers.registry; import dub.packagesuppliers.packagesupplier; package enum PackagesPath = "packages"; /** Online registry based package supplier. This package supplier connects to an online registry (e.g. $(LINK https://code.dlang.org/)) to search for available packages. */ class RegistryPac...
D
unittest { ABC x; struct S; union U; struct S; S.sizeof; // error, size is not known S s; // error, cannot initialize unknown contents S* p; // ok, knowledge of members is not necessary }
D
/home/dur4n/developer/blockchain/solana/SecretNumber/solanaProgram/target/debug/build/unicase-e9dc53c31b426f10/build_script_build-e9dc53c31b426f10: /home/dur4n/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-1.4.2/build.rs /home/dur4n/developer/blockchain/solana/SecretNumber/solanaProgram/target/debug/build/un...
D
/home/kaito/Project/rust_backend/rust_backend/target/rls/debug/build/proc-macro-hack-b0b37f556499f9e7/build_script_build-b0b37f556499f9e7: /home/kaito/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-hack-0.5.19/build.rs /home/kaito/Project/rust_backend/rust_backend/target/rls/debug/build/proc-macro-hack-b0b...
D
module core.sudoku.cell; import core.constraint; import core.rule; public class Cell { public this(in int digit) { this.digit = digit; isBlocked = digit != 0; } /** Safely adds a constraint * * It filters any invalid data passed in `cells`, null values, duplicated objects, * same Cell as the being...
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-73473372...
D
relating to or extending over a relatively long time
D
#!/usr/bin/env dub /+ dub.sdl: name "snippet251" dependency "dwt" path="../../../../../../" libs \ "atk-1.0" \ "cairo" \ "dl" \ "fontconfig" \ "gdk-x11-2.0" \ "gdk_pixbuf-2.0" \ "glib-2.0" \ "gmodule-2.0" \ "gnomeui-2" \ "gnomevfs-2" \ "gobje...
D
module starless.options; import starless.logger, starless.functions, starless.types, std.file, std.stdio, std.conv, std.json, std.array; import std.algorithm : map; import std.format : format; import std.string : strip, removechars; enum Method { Leapfrog, RK4 } enum SkyTexture { None, Texture, Final } ...
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
module stdio.__towrite; import stdio; @nogc: nothrow: extern (C): int __towrite(FILE *f) { //f.mode |= f.mode-1; //if (f.flags & F_NOWR) { // f.flags |= F_ERR; // return EOF; //} /* Clear read buffer (easier than summoning nasal demons) */ //f.rpos = f.rend = 0; /* Activate write through the buffer. */ //f...
D
let fall to the ground to fall vertically go down in value fall or descend to a lower place or level terminate an association with utter with seeming casualness stop pursuing or acting leave or unload cause to fall by or as if by delivering a blow lose (a game pay out lower the pitch of (musical notes) hang freely stop...
D
/** ktmtypes.d Converted from 'ktmtypes.h'. Version: V7.0 Authors: Koji Kishita */ module c.windows.ktmtypes; import c.windows.windef; import c.windows.guiddef; extern(C){ alias GUID UOW; alias UOW* PUOW; alias GUID CRM_PROTOCOL_ID; alias CRM_PROTOCOL_ID* PCRM_PROTOCOL_ID; enum { TRANSACTION_MANAGER_VOLAT...
D
module imports.test19187; void test()() { } alias foo = test; alias foo = test;
D
// Written in the D programming language module dparse.parser; import dparse.lexer; import dparse.ast; import dparse.rollback_allocator; import dparse.stack_buffer; import stdx.allocator.mallocator; import stdx.allocator; import std.conv; import std.algorithm; import std.array; import std.string : format; // Uncomme...
D
/Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/PieRadarChartViewBase.o : /Users/vineshkumar/Documents/Volvo/UD_Hackathon/bms_mobile/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData....
D
/Users/angelo/Documents/Projects/Skip/SkipMobile/Build/Intermediates/SkipMobile.build/Debug-iphonesimulator/SkipMobile.build/Objects-normal/x86_64/OrderItem+CoreDataClass.o : /Users/angelo/Documents/Projects/Skip/SkipMobile/SkipMobile/AppDelegate.swift /Users/angelo/Documents/Projects/Skip/SkipMobile/Build/Intermediate...
D
/* * DSFML - The Simple and Fast Multimedia Library for D * * Copyright (c) 2013 - 2018 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. ...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void get(Args...)(ref Args args) { import std.traits, std.meta, std.typecons; static if (Args.length == 1) { alias Arg = Args[0]; static if (isArray!Arg) { ...
D
import core.stdc.config; extern (C): alias ogg_int64_t = long; struct ogg_iovec_t { void* iov_base; size_t iov_len; } struct oggpack_buffer { c_long endbyte; int endbit; ubyte* buffer; ubyte* ptr; c_long storage; } struct ogg_page { ubyte* header; c_long header_len; ubyte* b...
D
// Written in the D Programming Language, version 2 import std.stdio; import std.string; import std.conv; import std.math; import std.exception; bool sRGB = false; real gamma = 2.2; struct Color { real r,g,b; this(real r, real g, real b) { this.r = r; this.g = g; this.b = b; } this(string s) { static int fr...
D
/** * Code to do the Data Flow Analysis (doesn't act on the data). * * Copyright: Copyright (C) 1985-1998 by Symantec * Copyright (C) 2000-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boo...
D
import linkedList; class Stack(T) { private: LinkedList!T *arr; ulong length; public: T pop() { LinkedList!T *node = this.arr; T data = node.data; this.arr = this.arr.next; freeNode(node); this.length--; return data; } T push(T data) { LinkedList!T *node = newNode(data, this.arr); this.length...
D
/******************************************************************************* D language bindings for libsodium's runtime.h License: ISC (see LICENSE.txt) *******************************************************************************/ module libsodium.runtime; @nogc nothrow: import libsodium.export_; ...
D
//##################################################################### //## //## KAPITEL 4 //## ========= //## Söldner, Banditen und Schürfer der Freien Mine werden //## getötet und beraubt. //## Drei Gardisten bewachen jetzt den Eingang zur Mine. //## //##############################################...
D
import std.stdio; void main(){ }
D
/Users/davalcato/Library/Mobile\ Documents/com~apple~CloudDocs/Desktop/iOS/iTunesClient2/Build/Intermediates/iTunesClient2.build/Debug-iphoneos/iTunesClient2.build/Objects-normal/arm64/JSONDownloader.o : /Users/davalcato/Library/Mobile\ Documents/com~apple~CloudDocs/Desktop/iOS/iTunesClient2/iTunesClient2/Models/Endpoi...
D
/** Provides compile time utilities that can query a type's members */ module bolts.members; import bolts.internal; private template AliasesOf(T, membersTuple...) { import std.meta: Alias, staticMap, ApplyLeft; alias getMember(T, string name) = Alias!(__traits(getMember, T, name)); alias mapMembers(T,...
D
// Copyright (C) 2002-2013 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" for the D programming language. // For conditions of distribution and use, see copyright notice in irrlicht.d module. module irrlicht.main; immutable(string) copyright = "Irrlicht Engine (c) 2002-2013 Nikolaus Gebhardt"; enum I...
D
template Vector(T) { int x; class Vector { } } struct Sorter { } void Vector_test_int() { alias Vector!(int).Vector vector_t; vector_t v; Sorter sorter; v.sort_with!(int)(sorter); }
D
/Users/olegammelgaard/Downloads/shapedk-interview-project-forecast-8bde1a245103/Build/Intermediates/forecast.build/Debug-iphonesimulator/forecast.build/Objects-normal/x86_64/FindLocationViewController.o : /Users/olegammelgaard/Downloads/shapedk-interview-project-forecast-8bde1a245103/forecast/AppDelegate.swift /Users/o...
D
/+ REQUIRED_ARGS: -extern-std=c++98 -HC -c -o- PERMUTE_ARGS: TEST_OUTPUT: --- // Automatically generated by Digital Mars D Compiler #pragma once #include <assert.h> #include <math.h> #include <stddef.h> #include <stdint.h> #ifdef CUSTOM_D_ARRAY_TYPE #define _d_dynamicArray CUSTOM_D_ARRAY_TYPE #else /// Represents a ...
D
/home/jason/Projects/AdventOfCode2020/day10/target/rls/debug/deps/utils-065a49f821b836cd.rmeta: /home/jason/Projects/AdventOfCode2020/utils/src/lib.rs /home/jason/Projects/AdventOfCode2020/day10/target/rls/debug/deps/utils-065a49f821b836cd.d: /home/jason/Projects/AdventOfCode2020/utils/src/lib.rs /home/jason/Projects...
D
// Written in the D programming language. /** Standard I/O functions that extend $(B core.stdc.stdio). $(B core.stdc.stdio) is $(D_PARAM public)ally imported when importing $(B std.stdio). Source: $(PHOBOSSRC std/_stdio.d) Copyright: Copyright Digital Mars 2007-. License: $(HTTP boost.org/LICENSE_1_0.txt, Boost Li...
D
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/GraphQL.build/Error/SyntaxError.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/GraphQL/Sources/GraphQL/GraphQL.swift /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/A...
D
/Users/Josh/Documents/Development/iOS\ Development/Todoey/DerivedData/Todoey/Build/Intermediates.noindex/Todoey.build/Debug-iphonesimulator/Todoey.build/Objects-normal/x86_64/ViewController.o : /Users/Josh/Documents/Development/iOS\ Development/Todoey/Todoey/AppDelegate.swift /Users/Josh/Documents/Development/iOS\ Deve...
D
.hd gtattr "get a user's terminal attributes" 02/24/82 integer function gtattr (attr) integer attr .sp Library: vswtlb (standard Subsystem library) .fs 'Gtattr' returns the value of the attribute 'attr' that the user desires. Currently, the following attribute types are accepted[bl]: .sp .in +5 .ti -5 TA_SE_USEABLE[...
D
// *************************************************** // B_CaptainConditions (Wann ist ein Kapitšn bereit im Kapitel 5 zur Dracheninsel zu fahren.) // *************************************************** func int B_CaptainConditions (var C_NPC Captain) { return TRUE; };
D
import std.stdio; import std.conv; // to!string void main(){ int i; // 0 double d; // nan writefln("%d %f",i,d); auto res =100.1; // typeof res is double writefln("%s",typeof(res).stringof); writeln(to!string(res)); writeln("\n--- these are written in decimal ---"); // fits an int, so the type is int...
D
//################################################################################################### /* Copyright (c) since 2013 - Paul Freund Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal...
D
struct Graph { long size; long[][] g; this(long size) { this.size = size; g = new long[][](size, 0); } Graph addUnidirectionalEdge(R)(R edge) { g[edge[0]] ~= edge[1]; return this; } Graph addUnidirectionalEdges(R)(R edges) { edges.each!(e => addUnidirectionalEdge(e)); return thi...
D
// https://issues.dlang.org/show_bug.cgi?id=17421 import core.stdc.stdarg; void novar() {} extern(C) void cstyle(int, ...) {} extern(C++) void cppstyle(int, ...) {} void dstyle(...) {} void typesafe(int[]...) {} static assert(__traits(getFunctionVariadicStyle, novar) == "none"); static assert(__traits(getFunctionVar...
D
edge tool used as a cutting instrument a weapon with a handle and blade with a sharp point any long thin projection that is transient
D
module dquick.algorithms.weak; import core.atomic; auto weak(T)(T val) { return new Weak!T(val); } final class Weak(T) if(is(T == interface) || is(T == class) || is(T == delegate)) { this() { } this(T val) { if(val !is null) { mData = val; rt_attachDisposeEvent(val.asObject, &this.onDispose); } ...
D
import std.file; import std.stdio; import std.path; import workspaced.api; import workspaced.coms; import workspaced.com.dscanner; import painlessjson; enum mainLine = __LINE__ + 1; void main() { string dir = getcwd; auto backend = new WorkspaceD(); auto instance = backend.addInstance(dir); backend.register!Dsc...
D
/Users/admin/Desktop/Day4/DemoClass/DerivedData/DemoClass/Build/Intermediates/DemoClass.build/Debug-iphonesimulator/DemoClass.build/Objects-normal/x86_64/DemoAnimalInForest.o : /Users/admin/Desktop/Day4/DemoClass/DemoClass/ReverseFile.swift /Users/admin/Desktop/Day4/DemoClass/DemoClass/PropertyDemo.swift /Users/admin/D...
D
import reed.database; import std.algorithm; import std.stdio; void cleanupCollections() { auto database = new Database(); foreach (collection; database.collections(true)) database.deleteCollection(collection.name); } void main() { cleanupCollections(); auto database = new Database(); aut...
D
format 222 classinstance 128002 class_ref 128123 // Player name "" xyz 36 5 2000 life_line_z 2000 classinstance 128130 class_ref 128251 // Game name "" xyz 134 6 2000 life_line_z 2000 classinstance 128258 class_ref 128379 // FileIO name "" xyz 446 5 2000 life_line_z 2000 classinstance 128386 class_ref 1285...
D
/** * * THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU ata6612c WITH ARCHITECTURE avr4 * */ module avr.specs.specs_ata6612c; enum __AVR_ARCH__ = 4; enum __AVR_ASM_ONLY__ = false; enum __AVR_ENHANCED__ = true; enum __AVR_HAVE_MUL__ = true; enum __AVR_HAVE_JMP_CALL__ = false; enum __AVR_MEGA__ = false; enu...
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 * notic...
D
module ui.parse.css.url;
D
module gen.dxxtool.autogen; private import std.path : dirName; private import std.file : mkdirRecurse; private import dxx.util.minitemplt; private import dxx.util.log; private import dxx.app.properties; private import dxx.app.vaynetmplt; private import dxx.app.resource; private import dxx.app.resource.resou...
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_13_BeT-1453971...
D
/Users/derrekgass/Documents/GitHub/hello_world/target/rls/debug/deps/build-44fa507503b5ec5b.rmeta: /Users/derrekgass/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs /Users/derrekgass/Documents/GitHub/hello_world/target/rls/debug/deps/libbuild-44fa507503b5ec5b.rlib: /Users/derrekgass/.carg...
D