code
stringlengths
3
10M
language
stringclasses
31 values
module des.flow.element; import des.util.arch.emm; import des.util.logsys; import des.flow.event; import des.flow.signal; /++ Inner interpret of thread action must be in: * preparation -> ctor * last actions before start -> process special input event * actions on pause -> process speci...
D
module elasticsearch.api.actions; public import elasticsearch.api.actions.index; public import elasticsearch.api.actions.count; public import elasticsearch.api.actions.exists; public import elasticsearch.api.actions.search; public import elasticsearch.api.actions.delete_; public import elasticsearch.api.actions.scrol...
D
module mci.vm.io.table; import mci.core.container; package final class StringTable { private Dictionary!(string, uint, false) _stringToID; private NoNullDictionary!(uint, string, false) _idToString; private uint _lastID; pure nothrow invariant() { assert(_stringToID); assert(_idTo...
D
/Volumes/DATA/sources/my_rust_journey/hello_cargo/target/rls/debug/deps/hello_cargo-1b0fcd88a5c17dc6.rmeta: src/main.rs /Volumes/DATA/sources/my_rust_journey/hello_cargo/target/rls/debug/deps/hello_cargo-1b0fcd88a5c17dc6.d: src/main.rs src/main.rs:
D
instance DIA_Addon_Sancho_EXIT(C_Info) { npc = BDT_1073_Addon_Sancho; nr = 999; condition = DIA_Addon_Sancho_EXIT_Condition; information = DIA_Addon_Sancho_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Sancho_EXIT_Condition() { return TRUE; }; func void DIA_Addon_Sancho_EXIT_I...
D
module regal.lib; private import regal; mixin template node_methods() { string to_sql() { scope a = appender!string(); scope visitor = new MySqlPrinter!(Appender!string); visitor.run(this, a); return a.data(); } } NodeList nodelist_from_arr(N)(N[] nodes) { NodeList root; foreach_reverse(node;...
D
excessive desire to acquire or possess more (especially more material wealth) than one needs or deserves reprehensible acquisitiveness
D
/Users/markmoussa/HackathonProjects/Rhabit/DerivedData/Rhabit/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ChartFillFormatter.o : /Users/markmoussa/HackathonProjects/Rhabit/Pods/Charts/Charts/Classes/Data/Implementations/Standard/BarChartData.swift /Users/markmoussa/HackathonP...
D
/Users/mli/Desktop/Develope/Swift/LBE_Demo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LineChartView.o : /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/Charts/Source...
D
module directx.d3d10_1shader; ////////////////////////////////////////////////////////////////////////////// // // Copyright (c) Microsoft Corporation. All rights reserved. // // File: D3D10_1Shader.h // Content: D3D10.1 Shader Types and APIs // /////////////////////////////////////////////////////////////...
D
module android.java.android.net.SocketKeepalive_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; final class SocketKeepalive : IJavaObject { static...
D
import std.stdio; void main() { writefln("Hello World!"); }
D
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Version/Version.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/engine.git-331199426720667...
D
module android.java.android.graphics.PorterDuffXfermode_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.android.graphics.PorterDuff_Mode_d_interface; import import1 = android.ja...
D
module desktop.build; import desktop.risk; import graphics.font; import collections; import std.algorithm; class DesktopBuildScreen : DesktopRiskScreen { uint selectedUnit; this() { } override void load(ref AsyncContentLoader loader) { selectedUnit = uint.max; } override void update(Time time) { imp...
D
/** Implements a declarative framework for building web interfaces. This module contains the sister funtionality to the $(D vibe.web.rest) module. While the REST interface generator is meant for stateless machine-to-machine communication, this module aims at implementing user facing web services. Apart from that,...
D
void main(string[] args) { class List(T) { class Node { T item; Node next; this(T item) { this.item = item; } } Node _head; auto append(T[] items...) { foreach(item; items) { this ~= item; } return this; } auto opOpAssign(string s)(T item) if (s == "~") { auto n...
D
build/Debug/Cygwin-Windows/HW6_2.o: HW6_2.cpp FeetInches.h FeetInches.h:
D
module hunt.markdown.node.Text; import hunt.markdown.node.Node; import hunt.markdown.node.Visitor; class Text : Node { private string literal; public this() { } public this(string literal) { this.literal = literal; } override public void accept(Visitor visitor) { visitor.vi...
D
/Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/Objects-normal/x86_64/ImageUtils.o : /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/DerivedSources/CoreMLGenerated/Inceptionv3/Incept...
D
/Users/apple/Desktop/TaskAwoke/Build/Intermediates/TaskAwoke.build/Debug-iphoneos/TaskAwoke.build/Objects-normal/arm64/AddNewEventVC.o : /Users/apple/Desktop/TaskAwoke/TaskAwoke/ViewController.swift /Users/apple/Desktop/TaskAwoke/TaskAwoke/AddNewEventVC.swift /Users/apple/Desktop/TaskAwoke/TaskAwoke/AllListTableViewCon...
D
/Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/.build/debug/Fluent.build/Schema/Schema+Creator.swift.o : /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/Packages/Fluent-1.3.3/Sources/Fluent/Database/Database.swift /Users/KyleBlazier/Documents/Development/Xc...
D
/Users/sahil.chug/Workspace/private/rust-workshop/guessing_game/target/debug/deps/guessing_game-2ce676b81ea6453f: src/main.rs /Users/sahil.chug/Workspace/private/rust-workshop/guessing_game/target/debug/deps/guessing_game-2ce676b81ea6453f.d: src/main.rs src/main.rs:
D
module common.bus_decoder; interface BusDecoder(T) { void decode(); }
D
// ************************************************** // B_AssessFightSound // ------------------ // Reaktion auf NSC-NSC Kampf // aufgerufen durch Wahrnehmung PERC_ASSESSFIGHTSOUND // geht in ZS_WatchFight oder ZS_Attack // Reichweite: PERC_DIST_INTERMEDIAT // ************************************************** func v...
D
following in time or order
D
// https://issues.dlang.org/show_bug.cgi?id=23567 extern(C++) abstract class CCvar { public: pragma(printf) void func1(const(char)* pFormat, ...); pragma(printf) void func2(const(char)* pFormat, ...); } static assert(__traits(getVirtualIndex, CCvar.func2) == 1);
D
module XArea; import Math; import imarkers; extern (C++): class CXAreaMgr : IXAreaMgr { void RetriggerAreas() { } IXArea* CreateArea(const Vec3d* vPoints, const int count, const string[] names, const int type, const int groupId = -1, const float width = 0.0f, const float height = 0.0f) { return null; ...
D
the denial and rejection of a doctrine or belief renunciation of your own interests in favor of the interests of others
D
import std.stdio, std.bigint; uint sumDigits(T)(T n, in uint base=10) pure nothrow in { assert(base > 1); } body { typeof(return) total = 0; for ( ; n; n /= base) total += n % base; return total; } void main() { 1.sumDigits.writeln; 1_234.sumDigits.writeln; sumDigits(0xfe, 16).writ...
D
//гоблин-торговец на болоте //охотник, есть ручной волк func void B_SetVisuals_Gobbo_Hunter() { Mdl_SetVisual(self,"Gobbo.mds"); Mdl_SetVisualBody(self,"Gob_HunterBody",4,DEFAULT,"",DEFAULT,DEFAULT,-1); }; instance Gobbo_DS2P_KuLa(Mst_Default_Gobbo_Warrior) { name[0] = "Ку-Ла"; id = 1905; npcType = NPCTYPE_MAIN...
D
/* * $Id: letterrender.d,v 1.4 2004/05/14 14:35:37 kenta Exp $ * * Copyright 2004 Kenta Cho. All rights reserved. */ module abagames.tf.letterrender; private import opengl; private import abagames.util.rand; private import abagames.tf.screen; private import abagames.tf.tumiki; /** * Letters' rendere...
D
$NetBSD$ --- runtime/druntime/src/core/runtime.d.orig 2018-08-23 23:29:55.000000000 +0000 +++ runtime/druntime/src/core/runtime.d @@ -666,6 +666,18 @@ Throwable.TraceInfo defaultTraceHandler( symEnd = eptr - buf.ptr; } } + else version( NetB...
D
/Users/johnxu/Desktop/page_tab/test_pageviewcontroller/Build/Intermediates/test_pageviewcontroller.build/Debug-iphonesimulator/test_pageviewcontroller.build/Objects-normal/x86_64/ViewController.o : /Users/johnxu/Desktop/page_tab/test_pageviewcontroller/test_pageviewcontroller/ViewController.swift /Users/johnxu/Desktop/...
D
/* * Copyright (c) 2012-2017 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ module antlr.v4.runtime.dfa.DFA; import antlr.v4.runtime.IllegalStateException; import antlr.v4.runtime.UnsupportedOpe...
D
/++ + Our function. + + Example: + --- + import std.stdio; + + void foo() + { + writeln("foo!"); /* print the string */ + } + --- +/
D
func int b_assignetluconditions(var C_Npc wache) { if((PALADINATTACK == FALSE) && (Npc_RefuseTalk(self) == FALSE) && (other.guild < GIL_SEPERATOR_HUM) && (PLAYERISTRANSFER == TRUE)) { return TRUE; }; return FALSE; }; func void b_assignetlutalk(var C_Npc wache) { var int randy; randy = Hlp_Random(125); if(ra...
D
/* Converted to D from include/coreinit/coroutine.h by htod */ module coreinit.coroutine; //C #pragma once //C #include <wut.h> import std.c.wut; /** * \defgroup coreinit_coroutine Coroutines * \ingroup coreinit * @{ */ //C #ifdef __cplusplus //C extern "C" { //C #endif //C ...
D
/// Credits https://bitbucket.org/dav1d/gl-utils/src/0b97f77c14d7/stb_image/ // stb_image d header file module stb_image; import core.stdc.stdio; enum STBI_VERSION = 1; enum { STBI_default = 0, STBI_grey = 1, STBI_grey_alpha = 2, STBI_rgb = 3, STBI_rgb_alpha = 4 } alias ubyte stbi_uc; /* ...
D
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/Leaf.build/Tag/BasicTag.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Leaf-1.0.6/Sources/Leaf/Argument.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Leaf-1.0....
D
/substrate-node-template/target/release/deps/sc_consensus_aura-aa82f07fb95b70a3.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/sc-consensus-aura-0.8.0/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/sc-consensus-aura-0.8.0/src/digests.rs /substrate-node-template/target/release/deps/libsc...
D
/***************************************************************************** * * Higgs JavaScript Virtual Machine * * This file is part of the Higgs project. The project is distributed at: * https://github.com/maximecb/Higgs * * Copyright (c) 2012-2014, Maxime Chevalier-Boisvert. All rights re...
D
; Copyright (C) 2008 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 applicable law ...
D
/Users/kubat/Documents/Tutorials/MRNotes/Build/Intermediates/MRNotes.build/Debug-iphonesimulator/MRNotes.build/Objects-normal/x86_64/ViewController.o : /Users/kubat/Documents/Tutorials/MRNotes/MRNotes/ViewController.swift /Users/kubat/Documents/Tutorials/MRNotes/MRNotes/AppDelegate.swift /Users/kubat/Documents/Tutorial...
D
/******************************************************************************* DLS Node Connection Handler copyright: Copyright (c) 2014-2017 sociomantic labs GmbH. All rights reserved License: Boost Software License Version 1.0. See LICENSE.txt for details. ***************************...
D
// Written in the D programming language. /** * * Tom's Obvious, Minimal Language (v0.4.0). * * License: $(HTTP https://github.com/Kripth/toml/blob/master/LICENSE, MIT) * Authors: Kripth * References: $(LINK https://github.com/toml-lang/toml/blob/master/README.md) * Source: $(HTTP https://github.com/Kripth/tom...
D
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/TableView_Test2.build/Debug-iphoneos/TableView_Test2.build/Objects-normal/arm64/APIClient.o : /Users/Leex/TableView_Test2/TableView_Test2/AppDelegate.swift /Users/Leex/TableView_Test2/TableView_Test2/ViewModel.swift /Users/Leex/TableView_Test2/TableView_Test2/Cell...
D
/** * Modular Exponentiation * * Copyright: * (C) 1999-2007 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.math.numbertheory.def_powm; import botan.constants; static if (BOTAN_HAS_PUBLIC_KEY_CRYPTO): import botan.math.mp.mp_...
D
module ddl.Memory; private { import tango.stdc.stdlib : cMalloc = malloc, cRealloc = realloc, cFree = free; } public { import tango.stdc.string : memset; } uint mallocdMemory; version (RecordMemoryAllocations) { uint[char[]] allocLengths; uint[char[]] allocCounts; } /** Allocate the ...
D
module Check; import Float = tango.text.convert.Float, Integer = tango.text.convert.Integer, Util = tango.text.Util, Fields; struct Check { int number; char[] date; int checkNo; char[] descr; float debit; float credit; float balance; static Check parse(char[] str) { Check new_ch...
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
module ttgl.graphics.base; interface Drawable { void draw(); int program(); } interface Renderer { void render(Drawable); }
D
instance VLK_420_Coragon (Npc_Default) { // ------ NSC ------ name = "Coragon"; guild = GIL_VLK; id = 420; voice = 9; flags = 0; npctype = NPCTYPE_MAIN; // ------ Kampf-Talente ------ B_SetFightSkills (self, 40); // ------ Kampf-Taktik ------ fight_t...
D
module deconstructed_password; import std.stdio, std.algorithm, std.string, std.conv, std.array; void main(string[] args) { int n; readf("%d\n", &n); ubyte[] seq = readln.split.map!(to!ubyte).array; bool[] visited = new bool[n]; ubyte[size_t] graph; ubyte idx = 0; foreach (i, v; seq) ...
D
module android.java.android.telephony.mbms.MbmsStreamingSessionCallback; public import android.java.android.telephony.mbms.MbmsStreamingSessionCallback_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!MbmsStreamingSessionCallback; import import1 = android.java.java.lang.Class;
D
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/AssociatedTypeRequirementsVisitor.build/testTypes.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/AssociatedTypeRequirementsKit/Sources/AssociatedTypeRequirementsVisi...
D
INSTANCE Mod_7124_ASS_Anwaerter_NW (Npc_Default) { // ------ NSC ------ name = "Anwärter"; guild = GIL_OUT; id = 7124; voice = 13; flags = 2; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); // ------ Kampf-Taktik -----...
D
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Vapor.build/Content/HTTPMessageContainer.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/vapor/...
D
module requests.server.httpd; import std.algorithm; import std.array; import std.conv; import std.datetime; import std.exception; import std.experimental.logger; import std.format; import std.parallelism; import std.range; import std.regex; import std.socket; import std.stdio; import std.string; import std.traits; im...
D
/home/akram/Source/rust/intel8080/target/debug/deps/intel8080-7e766c364b75c1b4: src/main.rs /home/akram/Source/rust/intel8080/target/debug/deps/intel8080-7e766c364b75c1b4.d: src/main.rs src/main.rs:
D
/* * FTGL - OpenGL font library * * Copyright (c) 2001-2004 Henry Maddocks <ftgl@opengl.geek.nz> * Copyright (c) 2008 Sam Hocevar <sam@zoy.org> * Copyright (c) 2008 Sean Morrison <learner@brlcad.org> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associat...
D
/** * Implementation of exception handling support routines for Posix. * * Copyright: Copyright Digital Mars 2000 - 2010. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright */ /* Copyright Digital Mars 2000 - 2010. * Distributed under the Boost...
D
module xlsxiod; import xlsxio; string[][string] readSheetAsTable(string path, string sheetName, int headerRow) { string[][string] ret; auto rows = readSheet(path,sheetName); auto keys = rows[headerRow]; foreach(i;0..keys.length) { foreach(j;headerRow+1 .. rows.length) { ret[keys[i]] ~= rows[j][i]; } } ...
D
module test_events_mouse; import std.algorithm; import std.range; import std.stdio; import std.traits; import std.typetuple; import dtk; unittest { auto app = new App; auto testWindow = new Window(app.mainWindow, 200, 200); // Tk double-click behavior workaround bool ignoreEvents; int wheel; ...
D
/** * A set of handy, ready-to-use updaters. * * These updaters are naïve in a certain sense. They simply do their job without * knowing anything about the rest of the world. If you add, say, two different * position updaters acting upon the same object, they will "fight" with each * other and the object will pro...
D
/* TEST_OUTPUT: --- fail_compilation/fail9891.d(13): Error: cast(int)i is not an lvalue fail_compilation/fail9891.d(18): Error: cast(int)i is not an lvalue fail_compilation/fail9891.d(23): Error: prop() is not an lvalue --- */ immutable int i; int prop() { return 0; } void f1(ref int n = i) { ++n; } void f2(out ...
D
/Users/bobren/projects/rust/juniper-playground/target/debug/build/indexmap-cf613a7a2f1b384a/build_script_build-cf613a7a2f1b384a: /Users/bobren/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.6.1/build.rs /Users/bobren/projects/rust/juniper-playground/target/debug/build/indexmap-cf613a7a2f1b384a/build_script...
D
/// Generate by tools module com.sun.syndication.feed.modules.mediarss.types.Thumbnail; import java.lang.exceptions; public class Thumbnail { public this() { implMissing(); } }
D
/** Authors: Lars Tandle Kyllingstad Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved. License: Boost License 1.0 */ module scid.ports.quadpack.qawce; import std.algorithm: min, max; import std.math: fabs; import scid.core.fortran; import scid.ports.quadpack.qc25c; import scid.p...
D
.hd substr "take a substring of a string" 02/22/82 substr <start> <length> <string> .ds 'Substr' is similar in function to the PL/I substr function; it prints on standard output a specified substring of its third argument. The substring printed is taken from <string> starting at position <start> and continuing for <len...
D
module first.task; import std.stdio; class Task { private double time; public double sigma; public uint startTime; private static int count = 0; public int i; this(double sigma, int startTime) { this.sigma = sigma; this.time = sigma; this.startTime = startTime; this.i = this.count++; } double tic...
D
module hyd.geom; extern (C) { struct SDL_Point { int x; int y; } struct SDL_Rect { int x; int y; int w; int h; } struct SDL_Color { ubyte r; ubyte g; ubyte b; ubyte a; } void hyd_hex_color(uint hex, ubyte *r, ubyte *g, ubyte *b); void hyd_geom_draw_line(void *rend, SDL_Point p1, SDL_Point p2, uint hex...
D
; Copyright (C) 2008 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 applicable law ...
D
/** * D header file for FreeBSD. * * Copyright: Copyright Martin Nowak 2012. * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ /* Copyright Martin Nowak 2012. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICEN...
D
func int Search_MobByMobname(var string mobname) //return mobPtr { // //Scan MEM_World.voblist // var zCListSort ListVob; //AllVob var zCVob anyVob; //Any Vob in VobList var int vob_vtbl; var oCMob mob; //if Vob is oCMobContainer /* const int oCMobFire_vtbl = 8638876; const int zCMover_vtbl ...
D
hardened sugary exudation of various trees (Old Testament) food that God gave the Israelites during the Exodus
D
instance STRF_1107_Straefling (Npc_Default) { // ------ NSC ------ name = "Kuchaâ"; guild = GIL_STRF; id = 1107; voice = 1; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_OCMAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); //setzt Attribute u...
D
/Users/mwaly/Desktop/Apps/EventsVIPER/Build/Intermediates/EventsVIPER.build/Debug-iphonesimulator/EventsVIPER.build/Objects-normal/x86_64/LocalStorage.o : /Users/mwaly/Desktop/Apps/EventsVIPER/EventsVIPER/List/Entity/DTO/EventDTO.swift /Users/mwaly/Desktop/Apps/EventsVIPER/EventsVIPER/List/View/ListViewController/ListD...
D
/++ This module implements the compilation functionality. + Provides commands to compile and minify assets from their source with duod. +/ module duod.compilation; import duod.utilities; import std.exception : enforce; import std.string : format, chompPrefix, toLower; import std.file : readText, write, getSize, mkdi...
D
/home/juliobrz/Git/PixelCanvas/.build/x86_64-unknown-linux/debug/Core.build/CodableReflection/Decodable+Reflectable.swift.o : /home/juliobrz/Git/PixelCanvas/.build/checkouts/core/Sources/Core/Data+Base64URL.swift /home/juliobrz/Git/PixelCanvas/.build/checkouts/core/Sources/Core/NestedData.swift /home/juliobrz/Git/Pixel...
D
T[] a, b; for (size_t i = 0; i < a.length; i++) a[i] = b[i] + 4; T[] a, b; a[] = b[] + 4;
D
module UnrealScript.Engine.ParticleModuleLocationPrimitiveCylinder; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.ParticleModuleLocationPrimitiveBase; import UnrealScript.Core.DistributionFloat; extern(C++) interface ParticleModuleLocationPrimitiveCylinder : ParticleModuleLocati...
D
module gsl.block_complex_double; /* block/gsl_block_complex_double.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
D
/** Parsing of command line arguments. Copyright: © 2012 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module vibe.core.args; import vibe.core.log; import vibe.data.json; import vibe.http.server; import std.getopt; im...
D
/** $(STD_CRYPTO_HEAD) $(H2 Boxes) Most of the functionnality provided by std.experimental.crypto revolves around the concept of boxes: instead of separate signing/encrypting/etc. steps, this library tries to represent the simple human concepts of "I want to send this data. ENCRYPTED." or "Encrypt with a public key...
D
// Written in the D programming language. /++ Encode and decode UTF-8, UTF-16 and UTF-32 strings. UTF character support is restricted to $(D '\u0000' &lt;= character &lt;= '\U0010FFFF'). See_Also: $(LINK2 http://en.wikipedia.org/wiki/Unicode, Wikipedia)<br> $(LINK http://www.cl.cam.ac...
D
/Users/heidsoft/Downloads/research/rust/heidsoft-rust/rocket_app/target/debug/build/multer-b959c4aec7a0818f/build_script_build-b959c4aec7a0818f: /Users/heidsoft/.cargo/registry/src/github.com-1ecc6299db9ec823/multer-2.0.4/build.rs /Users/heidsoft/Downloads/research/rust/heidsoft-rust/rocket_app/target/debug/build/mult...
D
// Written in the D programming language. /** Math utility code. For internal use only. Authors: Manu Evans Copyright: Copyright (c) 2019, Manu Evans. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0) */ module wg.util.math; /// pragma(inline, true) F[3] multiply(F)(auto ref const F[3][3] m1, auto...
D
position 80 in a countable series of things the ordinal number of eighty in counting order
D
/* TEST_OUTPUT: --- fail_compilation/diag3013.d(11): Error: cannot pass type string as a function argument --- */ int format(string, string, string); void main() { int s = string.format("abc", "def"); }
D
/** GDC compiler support. Copyright: © 2013-2013 rejectedsoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module dub.compilers.gdc; import dub.compilers.compiler; import dub.internal.utils; import dub.internal.vibecompat.core.log...
D
/** Core engine functionality, an entry point for client-applications that want to use the engine. Authors: Simon Peter Campbell, peter@spcampbell.co.uk Copyright: Copyright © 2017, Simon Peter Campbell License: MIT */ module denjin.engine; // Phobos. import core.memory : GC; import std.datetime : Cl...
D
module UnrealScript.Engine.RB_RadialForceActor; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.SeqAct_Toggle; import UnrealScript.Engine.RigidBodyBase; import UnrealScript.Engine.PrimitiveComponent; extern(C++) interface RB_RadialForceActor : RigidBodyBase { public extern(D): ...
D
/Users/Bijibaba/Documents/Programs/CoinPush-iOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionDelegate.o : /Users/Bijibaba/Documents/Programs/CoinPush-iOS/Pods/Alamofire/Source/MultipartFormData.swift /Users/Bijibaba/Documents/Programs/CoinPush-iOS/Pods/Alamofire/Sour...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/SQL.build/SQLColumnIdentifier.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/sql/Sources/SQL/SQLJoinM...
D
a source of oil erect bushy hairy annual herb having trifoliate leaves and purple to pink flowers thin sauce made of fermented soy beans the most highly proteinaceous vegetable known
D
module test.codec.websocket; import hunt.http.codec.websocket.encode.Generator; import hunt.http.codec.websocket.frame.Frame; import hunt.http.codec.websocket.model.OutgoingFrames; import hunt.util.Common; import hunt.collection.BufferUtils; import hunt.util.TypeUtils; import hunt.Assert; import hunt.collection.ByteB...
D
class C_SVM { var string MILGreetings; var string PALGreetings; var string Weather; var string IGetYouStill; var string DieEnemy; var string DieMonster; var string Addon_DieMonster; var string Addon_DieMonster2; var string DirtyThief; var string HandsOff; var string SheepKiller; var string SheepKillerMonst...
D
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Testing.build/Objects-normal/x86_64/Response.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Testing/Response.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/vapor.git-54929888892598...
D
/Users/MacBook/Desktop/CustomSlider/build/CustomSlider.build/Debug-iphonesimulator/CustomSlider.build/Objects-normal/x86_64/ViewController.o : /Users/MacBook/Desktop/CustomSlider/CustomSlider/AppDelegate.swift /Users/MacBook/Desktop/CustomSlider/CustomSlider/UISliderWithLabels/UISliderWithLabel.swift /Users/MacBook/Des...
D