code
stringlengths
3
10M
language
stringclasses
31 values
/* * Copyright (C) 2015 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 ...
D
/Users/alejandroaas/Documents/CMPSC475A/CampusWalk/Build/Intermediates.noindex/SwiftMigration/CampusWalk/Intermediates.noindex/CampusWalk.build/Debug-iphonesimulator/CampusWalk.build/Objects-normal/x86_64/UIImage\ Extension.o : /Users/alejandroaas/Documents/CMPSC475A/CampusWalk/CampusWalk/AppDelegate.swift /Users/aleja...
D
/home/liyun/clink/zkp_test/ckb-zkp/target/debug/deps/libproc_macro_hack-c1676d6a9a122dc7.so: /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro-hack-0.5.19/src/lib.rs /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro-hack-0.5.19/src/quote.rs /home/liyun/.cargo/...
D
/** * Utility code for path finding * * License: * D version of code is under MIT. The original is under Apache 2.0. * * The MIT License (MIT) * * Copyright (c) 2014 Devisualization (Richard Andrew Cattermole) * * Permission is hereby granted, free of charge, to any person obtaining a copy *...
D
a fastener that is inserted into holes in two adjacent pieces and holds them together
D
/home/naufil/Desktop/rust/3june/todocopy/target/debug/deps/libfutures_cpupool-b20a20556fa39ba5.rlib: /home/naufil/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-cpupool-0.1.8/src/lib.rs /home/naufil/Desktop/rust/3june/todocopy/target/debug/deps/futures_cpupool-b20a20556fa39ba5.d: /home/naufil/.cargo/registry/...
D
module reversineer; public import reversineer.integers; public import reversineer.io; public import reversineer.strings; public import reversineer.structure;
D
class A { int counter; void init() { counter = 0; } A a(A a1) { Print("entering method a of A"); a1.counter = a1.counter + 1; return this; } A b(A a1) { Print("entering method b of A"); a1.counter = a1.counter * 2; return this; } ...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/Fluent.build/Join/QueryBuilder+Join.swift.o : /Users/mu/Hello/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/mu/Hello/.build/checkouts/fluent/Sources/Fluent/Schema/SchemaSupporting+CRUD.swift /Users/mu/Hello/.build/checkouts/fluent/Sources/Fluent/Model/Mode...
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
# FIXED Application/util.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Projects/ble/common/cc26xx/util.c Application/util.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include/stdbool.h Application/util.obj: C:/ti/tirtos_simplelink_2_13_00_06/products/bios_6_42_00_08/packages/ti/sysbios/knl/Clock.h Applicatio...
D
var int AntiPaladinTalkcount; func void B_AssignORC_AntiPaladinTalk(var C_Npc Antipaladin) { if(hero.guild == GIL_PAL) { if(AntiPaladinTalkcount == 0) { AI_Output(self,other,"DIA_ORC_AntiPaladin_18_01"); //KHROKGNAR! Pán říkal že velký paladin pďijde! Pán mít pravdu! Pán mít vždy pravdu! AI_Output(self,ot...
D
import std.range; import std.traits; struct BinaryReader { ref read(E)(E e) { readWriteVariable!true(e, e); } void readWriteVariable(bool isRead, T, P)(T data, P parent) { enum varStruct = is(T == struct); static if(varStruct) { alias mArr = TypeTuple!(__traits(allMembers, T)); foreach(it; mArr) { ...
D
instance Mod_1098_BAU_Bauer_MT (Npc_Default) { //-------- primary data -------- name = name_Bauer; npctype = NPCTYPE_MT_REISBAUER; guild = GIL_MIL; level = 2; voice = 4; id = 1098; //-------- abilities -------- attribute[ATR_STRENGTH] = 13; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MA...
D
/* DISABLED: dragonflybsd freebsd linux osx win32 TEST_OUTPUT: --- Error: cannot mix `core.std.stdlib.alloca()` and exception handling in `_Dmain()` --- */ import core.stdc.stdlib : alloca; import core.stdc.stdio; struct TheStruct { ~this() { printf("dtor()\n"); } } void bar() { printf("bar()...
D
/Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/DerivedData/mealify/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire.o : /Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/Pods/Alamofire/Source/MultipartFormData.swift /Users/justinlew/Docu...
D
// ubyte module typeinfo.ti_ubyte; class TypeInfo_h : TypeInfo { size_t tsize() { return ubyte.sizeof; } int compare(void *p1, void *p2) { if(*cast(ubyte*)p1 < *cast(ubyte*)p2) return -1; else if(*cast(ubyte*)p1 > *cast(ubyte*)p2) return 1; ...
D
module sb.image_loaders.stb_imageloader; import std.string: fromStringz; import std.exception: enforce; import std.format: format; import std.typecons: RefCounted; private extern(C) ubyte* stbi_load_from_memory (const(ubyte*), int, int*, int*, int*, int); private extern(C) const(char)* stbi_failure_reason (); private ...
D
/******************************************************************************* * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
/Users/kidboy/Programming/github.com/learn_programming/rust/guessing_game/target/rls/debug/deps/guessing_game-341a7884e2b9aec9.rmeta: src/main.rs /Users/kidboy/Programming/github.com/learn_programming/rust/guessing_game/target/rls/debug/deps/guessing_game-341a7884e2b9aec9.d: src/main.rs src/main.rs:
D
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/GraphQL.build/Language/Visitor.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/Ap...
D
someone who drives a taxi for a living
D
/** * Control the various text mode attributes, such as color, when writing text * to the console. * * 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/LICENS...
D
/Users/nabil/Downloads/AlbumsMnager/Build/Intermediates/Pods.build/Debug-iphonesimulator/NVActivityIndicatorView.build/Objects-normal/x86_64/NVActivityIndicatorAnimationBallZigZag.o : /Users/nabil/Downloads/AlbumsMnager/Pods/NVActivityIndicatorView/NVActivityIndicatorView/NVActivityIndicatorView/Animations/NVActivityIn...
D
module android.java.android.renderscript.Sampler_Builder; public import android.java.android.renderscript.Sampler_Builder_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Sampler_Builder; import import3 = android.java.java.lang.Class; import import2 = android.java.android.renderscript.Sampler;
D
module d9cc.irdump; import d9cc.genir, d9cc.parse; import std.format, std.stdio; private int regno(Reg r) { if (r is null) { return 0; } if (r.rn != -1) { return r.rn; } return r.vn; } private string tostr_call(IR ir) { string sb; sb ~= "r%d = %s(".format(regno(ir.r0), ir.name); foreach (i; 0...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/PostgreSQL.build/Codable/PostgreSQLRowDecoder.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/postgresql/Sources/PostgreSQL/Message/PostgreSQLMessage+0.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisi...
D
/* * gdipluseffects.d * * This module implements GdiPlusEffects.h for D. The original copyright * info is given below. * * Author: Dave Wilkinson * Originated: November 25th, 2009 * */ module binding.win32.gdipluseffects; import binding.win32.windef; import binding.win32.winbase; import binding.win32.winnt; ...
D
module UnrealScript.UTGame.UTMutator_Arena; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.Pawn; import UnrealScript.Engine.Actor; import UnrealScript.UTGame.UTMutator; extern(C++) interface UTMutator_Arena : UTMutator { public extern(D): private static __gshared ScriptClass...
D
import dshell; int main() { version (Windows) if (Vars.MODEL == "32") // Avoid optlink return DISABLED; version (Posix) if (Vars.PIC_FLAG == "") // Segfaults without PIC return DISABLED; Vars.set(`SRC`, `$EXTRA_FILES/dll`); Vars.set(`EXE_NAME`, `$OUTPUT_BASE/testdll$EXE`); Vars.se...
D
/** * Copyright: Copyright (C) Thomas Dixon 2008. Все права защищены. * License: BSD стиль: $(LICENSE) * Authors: Thomas Dixon */ module util.cipher.RC6; private import util.cipher.Cipher; /** * Implementation of the RC6-32/20/b cipher designed by * Ron Rivest et al. of RSA Security. * * I...
D
/** Written in the D programming language. Main entry point for command-line version of Dabble. Copyright: Copyright Callum Anderson 2013 License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Callum Anderson **/ module dabble.main; import dabble.repl; void main(char[][] args) { scope...
D
module Player; import std.typecons; import std.math; import std.algorithm; import std.stdio; import Vec3; public enum FacingDirection { North = 0, East, South, West } public enum Weapon { Sword } public class Player { public Weapon GetWeapon() const { return Weapon.Sword; } public void TeleportTo( i...
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ /* Copyright Sean Kelly 2005 - 2009. *...
D
func void pc_sleep(var int t) { AI_StopProcessInfos(self); PLAYER_MOBSI_PRODUCTION = MOBSI_NONE; self.aivar[AIV_INVINCIBLE] = FALSE; if(Wld_IsTime(0,0,t,0)) { Wld_SetTime(t,0); } else { t = t + 24; Wld_SetTime(t,0); }; Wld_StopEffect("DEMENTOR_FX"); if(SC_ISOBSESSED == TRUE) { PrintScreen(PRINT_SLE...
D
/** * Defines the static Input class, which is responsible for handling all keyboard/mouse/controller interactions. */ module dash.utility.input; import dash.utility, dash.core, dash.graphics; import yaml, gl3n.linalg; import derelict.opengl3.gl3; import std.typecons, std.conv, std.traits, std.uuid; /** * Manages ...
D
module UnrealScript.Engine.MaterialExpressionDepthBiasedAlpha; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.MaterialExpression; extern(C++) interface MaterialExpressionDepthBiasedAlpha : MaterialExpression { public extern(D): private static __gshared ScriptClass mStaticClass...
D
#objdump: -s -j .text #name: PowerPC .machine test #notarget: *-*-pe *-*-winnt* *-*-cygwin* .* Contents of section \.text: 0000 (7c11eba6|a6eb117c) (7c100ba6|a60b107c) (4c000066|6600004c) (00000200|00020000) .* 0010 (44000002|02000044) (4c0000a4|a400004c) (7c000224|2402007c) (4e800020|2000804e) .* 0020 (7c11eba6|a...
D
/** * This is a low-level messaging API upon which more structured or restrictive * APIs may be built. The general idea is that every messageable entity is * represented by a common handle type called a Tid, which allows messages to * be sent to logical threads that are executing in both the current process * and...
D
void main() { runSolver(); } void problem() { auto N = scan!long; auto Q = scan!long; auto P = scan!long(2 * N - 2).chunks(2); auto Queries = scan!long(2 * Q).chunks(2); auto solve() { auto pathes = new long[][](N + 1, 0); foreach(p; P) { pathes[p[0]] ~= p[1]; pathes[p[1]] ~= p[0]; }...
D
// Written in the D programming language. import std.stdio; import std.c.stdlib; enum CSI = "\033["; enum RESET=CSI~"0m"; enum BOLD=CSI~"1m"; enum BLACK =CSI~"30m"; enum RED =CSI~"31m"; enum GREEN=CSI~"32m"; enum YELLOW=CSI~"33m"; enum BLUE=CSI~"34m"; enum MAGENTA=CSI~"35m"; enum CYAN=CSI~"36m"; enum WHITE=CSI~"37m";...
D
module android.java.android.net.wifi.aware.DiscoverySession; public import android.java.android.net.wifi.aware.DiscoverySession_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!DiscoverySession; import import2 = android.java.java.lang.Class; import import1 = android.java.android.net.NetworkSpec...
D
/// Autogenerated by genflagdata.d on Sun Nov 8 01:21:25 2009. module flagdata; __gshared ubyte[][string] flagFiles; void initFlagFiles() { flagFiles = [ "ad": cast(ubyte[])import("ad.png"), "ae": cast(ubyte[])import("ae.png"), "af": cast(ubyte[])import("af.png"), ...
D
module android.java.android.media.session.MediaSession_Callback; public import android.java.android.media.session.MediaSession_Callback_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!MediaSession_Callback; import import5 = android.java.java.lang.Class;
D
a feeling of extreme pleasure or satisfaction act of receiving pleasure from something
D
module harud.image; import std.conv; import harud.haruobject; import harud.c; import harud.types; /** Image class */ class Image: IHaruObject { protected HPDF_Image _image; this(HPDF_Image image) { _image = image; } /** * Gets the size of the image of an image object. * * Returns: *...
D
/// Generate by tools module com.googlecode.streamflyer.core.AfterModification; import java.lang.exceptions; public class AfterModification { public this() { implMissing(); } }
D
module socks.socks5; import std.socket : AddressFamily; enum Socks5Version = 0x05; enum AuthMethod: ubyte { NOAUTH = 0x00, AUTH = 0x02, NOTAVAILABLE = 0xFF } enum AuthStatus: ubyte { YES = 0x00, NO = 0x01 } enum RequestCmd: ubyte { CONNECT = 0x01, BIND = 0x02, UDPASSOCIATE = 0x03, }...
D
/home/zzy/Project/os/target/riscv64imac-unknown-none-elf/debug/deps/log-38aca82dd190f1ca.rmeta: /home/zzy/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/log-0.4.8/src/lib.rs /home/zzy/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/log-0.4.8/src/macros.rs /home/zzy/.cargo/registry/src/mirrors.ustc.ed...
D
// Written in the D programming language. /** * Templates with which to extract information about types and symbols at * compile time. * * Macros: * WIKI = Phobos/StdTraits * * Copyright: Copyright Digital Mars 2005 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * ...
D
/** * Windows API header module * * Translated from MinGW Windows headers * * Authors: Stewart Gordon * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC core/sys/windows/_wincrypt.d) */ module core.sys.windows.wincrypt; version (Windows): pragma(lib, "advapi32");...
D
instance BAU_912_Pepe(Npc_Default) { name[0] = "Οεοε"; guild = GIL_BAU; id = 912; voice = 3; flags = 0; npcType = NPCTYPE_MAIN; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Bau_Mace); B_CreateAmbientInv(self); B_CreateItemToSteal(self,15,ItMi_Gold,25); B_SetNpcV...
D
/* * Hunt - A redis client library for D programming language. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.redis.util.SafeEncoder; import hunt.redis.Exceptions; import hunt.redis.Protocol; import hunt.Exceptions; im...
D
func void ZS_RunToWP() { Perception_Set_Normal(); B_ResetAll(self); AI_SetWalkMode(self,NPC_RUN); if(Npc_GetDistToWP(self,self.wp) > TA_DIST_SELFWP_MAX) { AI_GotoWP(self,self.wp); }; AI_AlignToWP(self); AI_PlayAni(self,"T_STAND_2_HGUARD"); }; func int ZS_RunToWP_Loop() { var int random; if(Npc_GetStateTi...
D
/Users/kelvintan/Desktop/MVP/Build/Intermediates.noindex/MVC.build/Debug-iphonesimulator/MVC.build/Objects-normal/x86_64/SceneDelegate.o : /Users/kelvintan/Desktop/MVP/MVC/SceneDelegate.swift /Users/kelvintan/Desktop/MVP/MVC/AppDelegate.swift /Users/kelvintan/Desktop/MVP/MVC/View/Home/HomeTableViewCell.swift /Users/kel...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto N = readln.chomp.to!int; auto PS = readln.split.to!(double[]); double[][] MEMO; MEMO.length = N; foreach (ref m; MEMO) m.length = N+1; double zero = 0.0, one = 1.0; f...
D
/** Win32 driver implementation using WSAAsyncSelect Copyright: © 2012 Sönke Ludwig Authors: Sönke Ludwig, Leonid Kramer License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. */ module vibe.core.drivers.win32; version(VibeWin32Driver) { import vibe.core.core; import vibe....
D
func void startup_AI_Testlevel_Monster() { B_InitMonsterAttitudes(); };
D
module stm32f401re; version (ARM_Thumb): @nogc: nothrow: version(LDC) { pragma(LDC_no_moduleinfo); pragma(LDC_no_typeinfo); } public import cortexm; /** Power on each peripherals. */ auto powerOn(string name)() { static if (name == "GPIOA" || name == "GPIOB" || name == "GPIOC" || name == "GPIOD" || na...
D
instance Mod_781_SLD_Cipher_MT (Npc_Default) { // ------ NSC ------ name = "Cipher"; guild = GIL_MIL; id = 781; voice = 7; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 2); //setzt Attribut...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE 298.399994 61.7000008 5.9000001 0 58 62 -19.6000004 116.099998 141 3.29999995 8 sediments, sandstones, siltstones 310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 extrusives 225.800003 43.9000015 7....
D
.\" $Header: XPoint.d,v 1.2 87/09/01 18:23:04 mento Exp $ The .PN XDrawPoint function uses the foreground pixel and function components of the graphics context to draw a single point into the specified drawable, while .PN XDrawPoints draws multiple points into the specified drawable. These functions are not affected by...
D
# FIXED driverlib/f28004x/driverlib/cla.obj: C:/Users/STarikUser/Documents/F280049_Projects/F280049_Projects_GIT/DSP_280049_Common/driverlib/f28004x/driverlib/cla.c driverlib/f28004x/driverlib/cla.obj: C:/Users/STarikUser/Documents/F280049_Projects/F280049_Projects_GIT/DSP_280049_Common/driverlib/f28004x/driverlib/cla...
D
/* Digital Mars DMDScript source code. * Copyright (c) 2000-2002 by Chromium Communications * D version Copyright (c) 2004-2010 by Digital Mars * 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) * written by Wa...
D
module test.with_wrapper.test; import test.with_wrapper.mul; import test.with_wrapper.no_prologue; import test.with_wrapper.no_unittest; import test.with_wrapper.excluded; version (unittest) { static import test.with_wrapper.sut_wrapper; // import } int add (const int arg, const int n) { return arg + n...
D
// This source code is in the public domain. // Example of: // a plain button // coded in the imperative paradigm // no args passed to the button's callback import std.stdio; import gtk.MainWindow; import gtk.Main; import gtk.Widget; import gtk.Button; // *** NEW **...
D
a quantity that is added a change resulting in an increase a process of becoming larger or longer or more numerous or more important the amount by which something increases the act of increasing something become bigger or greater in amount make bigger or more
D
module android.java.android.accessibilityservice.GestureDescription_Builder_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import3 = android.java.java.lang.Class_d_interface; import import1 = android...
D
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/Objects-normal/x86_64/CGPointExtensions.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockSwipe.swift /Users/sunchuyue/Documents/test/RX...
D
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Console.build/Terminal/Terminal+Command.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Console-1.0.2/Sources/Console/Com...
D
// Written in the D programming language /** Change log generator which fetches the list of bugfixes from the D Bugzilla between the given dates. It stores its result in DDoc form to a text file. Copyright: Dmitry Olshansky 2013. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Dmitry Olsh...
D
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/HTTP.build/Objects-normal/x86_64/HTTPBodyStorage.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/http.git-6906648727968998715/Sources/HTTP/Utilities/RFC1123.swift /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts...
D
module monetdb.monetdb; import std.string; import std.exception; import std.conv; import std.datetime; import std.range; import std.variant; import monetdb.binding; alias Null = typeof(null); //TODO: support const type as well alias Record = Algebraic!(int, short, long, double, char, bool, string, Date, DateTime, N...
D
module ast.statement_node; class StatementNode { private: public: }
D
import std.stdio, std.algorithm, std.array; struct Set(T) { immutable T[] items; Set opSub(in Set other) const pure nothrow { return items.filter!(x => !other.items.canFind(x)).array.Set; } Set opAdd(in Set other) const pure nothrow { return Set(this.items ~ (other - this).items); ...
D
/** * * THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU at90pwm81 WITH ARCHITECTURE avr4 * */ module avr.specs.specs_at90pwm81; 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; e...
D
import vibe.vibe; @safe: URLRouter router; @trusted void run() { runApplication(); } void main() { router = new URLRouter; router.registerWebInterface(new WebInterface); auto settings = new HTTPServerSettings; settings.port = 8080; settings.bindAddresses = ["::1", "127.0.0.1"]; listenHTTP(settings,...
D
module mach.traits.element.commontype; private: import mach.meta : Map, All; import mach.traits.element.type : canGetElementType, ElementType; public: /// Determine whether the given types share a common element type. template hasCommonElementType(T...) if(All!(canGetElementType, T)){ import mach.traits.commo...
D
a party of guests wearing costumes and masks
D
module alglib.linalg; import alglib.ap; import alglib.internal; import alglib.misc; struct sparsematrix { ae_vector vals; ae_vector idx; ae_vector ridx; ae_vector didx; ae_vector uidx; ae_int_t matrixtype; ae_int_t m; ae_int_t n; ae_int_t nfree; ae_int_t ninitialized; ae_int...
D
instance KDF_505_Marduk(Npc_Default) { name[0] = "Мардук"; guild = GIL_KDF; id = 505; voice = 11;//5; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,6); aivar[AIV_Temper] = TEMPER_MagicUser; fight_tactic = FAI_HUMAN_MASTER; B_CreateAmbientInv(self); CreateInvItem(self,ItMi_Pliers); B_S...
D
/* * The MIT License (MIT) * * Copyright (c) 2014 Devisualization (Richard Andrew Cattermole) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without ...
D
// This file is part of CCBI - Conforming Concurrent Befunge-98 Interpreter // Copyright (c) 2006-2010 Matti Niemenmaa // See license.txt, which you should have received together with this file, for // licensing information. // File created: 2007-01-20 21:19:40 module ccbi.fingerprints.glfunge98.scke; import ccbi.fi...
D
Listen {{ Port }} <VirtualHost {{ansible_facts['default_ipv4']['address']}}:{{Port}}> DocumentRoot {{ Document_root }} </VirtualHost>
D
/Users/yinheng/Desktop/code/node/rs/httpie/target/debug/deps/mime-7ece07cf9aa5b214.rmeta: /Users/yinheng/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/src/lib.rs /Users/yinheng/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.3.16/src/parse.rs /Users/yinheng/Desktop/code/node/rs/httpie/target/debug...
D
/* TEST_OUTPUT: --- fail_compilation/fail15535.d(17): Error: goto default not allowed in final switch statement --- */ void test() { int i; switch (i) { case 0: final switch (i) { case 1: goto default; } default: break; } }
D
a former British gold coin worth 21 shillings (ethnic slur) offensive term for a person of Italian descent a republic in western Africa on the Atlantic a west African bird having dark plumage mottled with white
D
/******************************************************************************* * Copyright (c) 2000, 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
/+ REQUIRED_ARGS: -HC -c -o- -wi -extern-std=c++20 PERMUTE_ARGS: TEST_OUTPUT: --- compilable/dtoh_invalid_identifiers.d(103): Warning: function `register` is a keyword in C++ compilable/dtoh_invalid_identifiers.d(103): The generated C++ header will contain identifiers that are keywords in C++ compilable/dtoh_inv...
D
module io.device.Array; private import exception; private import io.device.Conduit; class Массив : Провод, БуферВвода, БуферВывода, ИПровод.ИШаг { private проц[] данные; // the необр данные буфер private т_мера индекс; // current читай позиция private т_м...
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
module xf.mem.ChunkCache; private { import xf.mem.Chunk; import xf.mem.Common; import xf.mem.Log; import tango.text.convert.Format; //import Trace = tango.core.tools.StackTrace; import tango.core.Thread; static import tango.core.Exception; } /** ChunkCache allows the caching and on-demand alloc...
D
module minima.world.messagehandling; import minima.world; import minima.world.log; import data = minima.world.data; import comm = minima.world.comm; import videocomm = minima.video.comm; import minima.intercomm.videoworld; import minima.intercomm.mainworld; import minima.core.biarray; void handleMessage(comm.Rece...
D
module android.java.java.io.FileReader_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.java.nio.CharBuffer_d_interface; import import1 = android.java.java.io.FileDescriptor_d_in...
D
//Written in the D programming language /++ Module containing Date/Time functionality. This module provides: $(UL $(LI Types to represent points in time: $(LREF SysTime), $(LREF Date), $(LREF TimeOfDay), and $(LREF2 .DateTime, DateTime).) $(LI Types to represent intervals of t...
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/olegp/Desktop/XCoordinatorPlayground/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Switch.o : /Users/olegp/Desktop/XCoordinatorPlayground/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/olegp/Desktop/XCoordinatorPlayground/Pods/RxSwift/RxSwift/Observables/Sing...
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 dcv.imgproc.convolution; /** * Module introduces array convolution functions. * * v0.1 norm: * conv (done) * separable_conv * * v0.1+ plans: * 1d_conv_simd */ private import dcv.core.memory; private import dcv.core.utils; private import std.traits : isAssignable; private import std.range; private i...
D
import os = std.stdio: File, writeln; import digest = std.digest.sha: sha256Of, toHexString, LetterCase; enum SEGSIZE = 64; pure nothrow @safe auto merkleRoot(in ubyte[32][] hashes) { if (hashes.length == 1) { return hashes[0]; } ulong i = 1; while (i * 2 < hashes.length) { i *= 2; } return sha256Of(hashes[...
D