code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module android.java.android.os.NetworkOnMainThreadException_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.io.PrintStream_d_interface;
import import4 = android.java.java.l... | D |
/**
Utility functions for data serialization
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 dub.internal.vibecompat.data.utils;
version (Have_vibe_d_data) {}
else:
public import std.traits;
/*... | D |
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Debugging.build/Objects-normal/x86_64/Debuggable.o : /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-5591983016255515332/Sources/Debugging/Debuggable.swift /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-55919830162555153... | D |
FUNC VOID SlowMotion()
{
var int l_menge;
l_menge= (slowmotiontime_max/20);
if (slowmotiontime <=1)
{
PrintScreen ("l", 70, 3, FONT_slowm, (1+anzeigebeschleuniger+Slowmotionbonus));
PrintScreen ("i", 71, 3, FONT_slowm, (1+anzeigebeschleuniger+Slowmotionbonus));
PrintScreen ("i", 72, 3, FONT_slowm, (1+anzeige... | D |
/Users/student/Desktop/UserLoginAndRegistration/DerivedData/Build/Intermediates/UserLoginAndRegistration.build/Debug-iphonesimulator/UserLoginAndRegistration.build/Objects-normal/x86_64/ForumTableViewController.o : /Users/student/Desktop/UserLoginAndRegistration/Download.swift /Users/student/Desktop/UserLoginAndRegistr... | D |
module startup;
version(GNU)
{
static import gcc.attribute; // we need this to get the section, weak and alias attributes
void wfi(){ version(ALLOW_WFI){ asm{ "wfi"; } } }
}
else version(LDC)
{
import ldc.llvmasm;
void wfi(){ version(ALLOW_WFI){ __asm("wfi"); } }
}
import core.stdc.config; // we need th... | D |
/Volumes/IDrive/rCore-Tutorial/os/target/rls/riscv64imac-unknown-none-elf/debug/deps/buddy_system_allocator-20232be5a5f0ecca.rmeta: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/buddy_system_allocator-0.3.9/src/lib.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/buddy_sy... | D |
// URL: https://yukicoder.me/problems/no/733
import std.algorithm, std.array, std.container, std.math, std.range, std.typecons, std.string;
version(unittest) {} else
void main()
{
int T; io.getV(T);
int N; io.getV(N);
int[] t; io.getC(N, t);
auto td = new int[](1<<N);
foreach (i; 1..1<<N) {
auto j = i.... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Bits.build/Objects-normal/x86_64/UnsignedInteger+BytesConvertible.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/bits.git-9196587591774126515/Sources/Bits/Bytes+Base64.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/bit... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail313.d(15): Error: function fail313.Derived.str return type inference is not supported if may override base class function
---
*/
class Base
{
abstract int str();
}
class Derived : Base
{
override str()
{
return "string";
}
}
| D |
the process of becoming warmer
warm weather following a freeze
get warm or warmer
make warm or warmer
imparting heat
producing the sensation of heat when applied to the body
| D |
/Users/susana/Documents/Git/TrackerGPS/TrackerGPS/build/Pods.build/Debug-iphonesimulator/Eureka.build/Objects-normal/x86_64/SegmentedRow.o : /Users/susana/Documents/Git/TrackerGPS/TrackerGPS/Pods/Eureka/Source/Validations/RuleURL.swift /Users/susana/Documents/Git/TrackerGPS/TrackerGPS/Pods/Eureka/Source/Validations/Rul... | D |
// ****************************************************************
// ------------------ Orkpriester 1 -----------------------------
// ****************************************************************
instance ORC_Priest_1 (Npc_Default)
{
//-------- primary data --------
name = "Varrag-Hashor";
Npctype = Npct... | D |
module windows.magnification;
public import system;
public import windows.displaydevices;
public import windows.gdi;
public import windows.systemservices;
public import windows.windowsandmessaging;
extern(Windows):
struct MAGTRANSFORM
{
float v;
}
struct MAGIMAGEHEADER
{
uint width;
uint height;
Gui... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
329.5 49.5 11.6000004 23.6000004 100 120 -23 150.5 8586 19.7000008 21.3999996 0.75 extrusives
328.700012 48.9000015 1.79999995 359.899994 110 115 -38.4000015 144.199997 137 3.5999999 3.5999999 1 sediments
328 45 10 30.8999996 100 120 -22.5 149.3... | D |
void main() {
auto ip = readAs!(int[]), N = ip[0], i = ip[1];
writeln(N - i + 1);
}
// ===================================
import std.stdio;
import std.string;
import std.functional;
import std.conv;
import std.algorithm;
import std.range;
import std.traits;
import std.math;
import std.container;
import std.bigint;... | D |
/Users/vvishnud/Downloads/AirPortPOC/Build/Intermediates/AirPortPOC.build/Debug-iphonesimulator/AirPortPOC.build/Objects-normal/x86_64/AppDelegate.o : /Users/vvishnud/Downloads/AirPortPOC/AirPortPOC/WebServices/BaseService.swift /Users/vvishnud/Downloads/AirPortPOC/AirPortPOC/AppDelegate.swift /Users/vvishnud/Downloads... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/TemplateKit.build/Pipeline/ASTCache.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/c... | D |
/Users/bugsbunny/Desktop/Programming/Swift/Codepath/flixpart1/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/RequestInterceptor.o : /Users/bugsbunny/Desktop/Programming/Swift/Codepath/flixpart1/Pods/Alamofire/Source/MultipartFormData.swift /Users/bugsbunny/Desktop/Programming... | D |
module datadriven.entityman;
import datadriven.api;
import datadriven.storage;
import datadriven.query;
import voxelman.container.buffer;
import voxelman.world.storage.iomanager;
private struct ComponentInfo
{
IoKey dbKey;
void delegate(EntityId) remove;
void delegate() removeAll;
void delegate(Buffer!ubyte*) ser... | D |
// REQUIRED_ARGS: -d
/*
TEST_OUTPUT:
---
fail_compilation/fail12047.d(15): Error: undefined identifier asdf
fail_compilation/fail12047.d(16): Error: undefined identifier asdf
fail_compilation/fail12047.d(17): Error: undefined identifier asdf
fail_compilation/fail12047.d(18): Error: undefined identifier asdf
fail_compil... | D |
module ui_docbook;
import ui;
import dcore;
import docman;
import document;
import std.conv;
import std.path;
import std.string;
import gtk.Action;
import gtk.Notebook;
import gtk.Menu;
import gtk.MenuItem;
import gtk.SeparatorMenuItem;
import gtk.Widget;
import gtk.MenuToolButton;
import gtk.ToolButton;
import gtk.... | D |
int main() {
int[] a;
int[] b;
a=NewArray(10,int);
a[4]=10;
Print((b=a)[4]);
}
| D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
273 54 4 0 46 48 -33.5 151.300003 1769 6 6 0.703125 intrusives, basalt
320 63 9 15.5 34 65 -38 145.5 1854 16 16 0.931 extrusives
314 70 6 132 48 50 -33.2999992 151.199997 1844 9 10 0.4 intrusives, basalt
302.700012 66.8000031 6.80000019 35 34 65... | D |
/Users/linus/Desktop/rust_practice/guessing_game/target/debug/build/libc-a67ec4e6e58b3c59/build_script_build-a67ec4e6e58b3c59: /Users/linus/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.105/build.rs
/Users/linus/Desktop/rust_practice/guessing_game/target/debug/build/libc-a67ec4e6e58b3c59/build_script_build-... | D |
/*
* Hunt - A refined core library for D programming language.
*
* Copyright (C) 2018-2019 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.util.DateTime;
import core.atomic;
import core.stdc.time;
import core.thread : Thread;
import std.datetime;
im... | D |
/*-
* Copyright (c) 2009-2010 Doug Rabson
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of co... | D |
INSTANCE Mod_4015_SNOV_BesessenerNovize_MT (Npc_Default)
{
// ------ NSC ------
name = "Besessener schwarzer Novize";
guild = GIL_OUT;
id = 4015;
voice = 11;
flags = 2;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 2);
// ------ Kampf... | D |
// Written in the D programming language
/**
* Source: $(PHOBOSSRC std/_stream.d)
* Macros:
* WIKI = Phobos/StdStream
*/
/*
* Copyright (c) 2001-2005
* Pavel "EvilOne" Minayev
* with buffering and endian support added by Ben Hinkle
* with buffered readLine performance improvements by Dave Fladebo
*... | D |
/**
* D header file for POSIX.
*
* Copyright: Copyright Alex Rønne Petersen 2011 - 2012.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Alex Rønne Petersen
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Copyr... | D |
// Written in the D programming language.
/**
* Signals and Slots are an implementation of the Observer Pattern.
* Essentially, when a Signal is emitted, a list of connected Observers
* (called slots) are called.
*
* There have been several D implementations of Signals and Slots.
* This version makes use of seve... | D |
# FIXED
stream_buffer.obj: C:/FreeRTOSv10.0.1/FreeRTOS/Source/stream_buffer.c
stream_buffer.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include/stdint.h
stream_buffer.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include/sys/stdint.h
stream_buffer.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS... | D |
/**
* Contains the external GC interface.
*
* Copyright: D Language Foundation 2005 - 2021.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright, Sean Kelly
*/
module core.internal.gc.proxy;
import core.internal.gc.impl.proto.gc;
import core.gc.config;
import core.gc.... | D |
/Users/scott/projects/wasm_membrane/host/rust/target/debug/build/proc-macro2-b56fef021975c85c/build_script_build-b56fef021975c85c: /Users/scott/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.24/build.rs
/Users/scott/projects/wasm_membrane/host/rust/target/debug/build/proc-macro2-b56fef021975c85c/build... | D |
import std.stdio, std.string, std.conv, std.typetuple;
void main() {
auto input = "3 4 2 * 1 5 - 2 3 ^ ^ / +";
writeln("For postfix expression: ", input);
writeln("\nToken Action Stack");
real[] stack;
foreach (tok; input.split()) {
auto action = "Apply op to top of st... | D |
/home/joey/rust-3d/target/release/build/libm-6b1f24b59672a8e2/build_script_build-6b1f24b59672a8e2: /home/joey/.cargo/registry/src/github.com-1ecc6299db9ec823/libm-0.2.1/build.rs
/home/joey/rust-3d/target/release/build/libm-6b1f24b59672a8e2/build_script_build-6b1f24b59672a8e2.d: /home/joey/.cargo/registry/src/github.co... | D |
module android.java.javax.xml.transform.sax.TransformerHandler;
public import android.java.javax.xml.transform.sax.TransformerHandler_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!TransformerHandler;
import import1 = android.java.javax.xml.transform.Transformer;
import import2 = android.java... | D |
/Users/DanielChang/Documents/Vapor/Hello/.build/debug/Settings.build/Env/Env.swift.o : /Users/DanielChang/Documents/Vapor/Hello/Packages/Vapor-1.5.7/Sources/Settings/Config+Arguments.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Vapor-1.5.7/Sources/Settings/Config+Directory.swift /Users/DanielChang/Documents/... | D |
consisting of or having the hardness of adamant
having the hardness of a diamond
impervious to pleas, persuasion, requests, reason
| D |
import std.stdio;
import gdk.Event;
import gdk.GLContext;
import gtk.Main;
import Window;
void main(string[] args) {
Main.init(args);
int width = 800;
int height = 600;
auto win = new Window(width, height);
Main.run();
}
| D |
/**
*
*
* License: BSD 3-clause
*/
module libguess_d.encoding;
private static import libguess_d.dfa;
private static import libguess_d.guess.table.common_table;
static import libguess_d.dfa;
public:
/**
*
*/
enum libguess_encoding
{
undefined,
BIG5,
CP1251,
CP1253,
CP1254,
CP1255,
CP1256,
CP866,
EUC... | D |
/Users/carlkenne/Development/beachvolleytavlingar/Build/Intermediates.noindex/BVTournamentCalendar.build/Debug-iphonesimulator/Beachvolleytavlingar.build/Objects-normal/x86_64/PointsTableSection.o : /Users/carlkenne/Development/beachvolleytavlingar/BVTournamentCalendar/PointsTableVC.swift /Users/carlkenne/Development/b... | 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, a... | D |
/Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/.build/x86_64-apple-macosx10.10/debug/JDCloudSDKDatastar.build/API/CreateResult.swift.o : /Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/Sources/JDCloudSDKDatastar/Model... | D |
instance DIA_Rodriguez_Exit(C_Info)
{
npc = KDF_400_Rodriguez;
nr = 999;
condition = DIA_Rodriguez_Exit_Condition;
information = DIA_Rodriguez_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
};
func int DIA_Rodriguez_Exit_Condition()
{
return 1;
};
func void DIA_Rodriguez_Exit_Info()
{
AI_StopProcessIn... | D |
module upromised.tls;
version (hasOpenssl):
import deimos.openssl.ssl;
import upromised.stream : Stream;
import upromised.promise : DelegatePromise, Promise, PromiseIterator;
import upromised : fatal;
import std.exception : enforce;
import std.format : format;
shared static this() {
import deimos.openssl.err : ERR... | D |
/Users/derek/Github/nascentcorp/telemetryx/minion-node/target/debug/deps/libhostname-183e4b008f5b9430.rlib: /Users/derek/.cargo/registry/src/github.com-1ecc6299db9ec823/hostname-0.1.5/src/lib.rs
/Users/derek/Github/nascentcorp/telemetryx/minion-node/target/debug/deps/hostname-183e4b008f5b9430.d: /Users/derek/.cargo/re... | D |
/*
* Copyright (C) 2019, HuntLabs
*
* 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... | D |
/******************************************************************************
This module contains the 'math' standard library.
License:
Copyright (c) 2008 Jarrett Billingsley
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any dama... | D |
//Автор Кристофер Миллер. Переработано для Динрус Виталием Кулич.
//Библиотека визуальных конпонентов VIZ (первоначально DFL).
module viz.app;
private import stdrus;
import cidrus: НЕУДАЧНЫЙ_ВЫХОД, realloc, free;
import winapi;
private import viz.common, viz.form, viz.event;
private import viz.control, ... | D |
/**
Integration tests that stem from failues in real-life C projects
*/
module it.compile.projects;
import it;
@("nn_get_statistic")
@safe unittest {
shouldCompile(
C(
// the original uses regular uint64_t, let's beat any special cases
// defining our own
q{
... | D |
module fluentasserts.core.string;
public import fluentasserts.core.base;
import fluentasserts.core.results;
import std.string;
import std.conv;
import std.algorithm;
import std.array;
struct ShouldString {
private const string testData;
mixin ShouldCommons;
auto equal(const string someString, const string fi... | D |
/**************************************************************************
@файл linetoken.d
Copyright (c) 2005 Derek Parnell
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for damages
of any ki... | D |
import autowrap;
enum str = wrapDlang!(
LibraryName("std_algorithm"),
Modules(
Yes.alwaysExport,
"std.algorithm.comparison",
"std.algorithm.iteration",
"std.algorithm.mutation",
"std.algorithm.searching",
"std.algorithm.setops",
"std.algorithm.sorting",
... | D |
/*
Copyright (c) 2017-2018 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 |
a strong dislike
| D |
import std.string, std.stdio;
import bio.fasta;
import util.split_file;
int main(string[] args) {
string filename_input = args[1];
string filename_output = args[2];
File input = File(filename_input, "r");
File output = File(filename_output, "w");
auto fasta_records = new FastaRange!SplitFile(new SplitFile(... | D |
// Written in the D programming language.
/**
Source: $(PHOBOSSRC std/experimental/logger/filelogger.d)
*/
module std.experimental.logger.filelogger;
import std.experimental.logger.core;
import std.stdio;
import std.typecons : Flag;
/** An option to create $(LREF FileLogger) directory if it is non-existent.
*/
alias... | D |
module android.java.android.print.PrintJobInfo_Builder;
public import android.java.android.print.PrintJobInfo_Builder_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!PrintJobInfo_Builder;
import import3 = android.java.java.lang.Class;
| D |
module wx.LayoutWin;
public import wx.common;
public import wx.SashWindow;
public import wx.Event;
public import wx.Frame;
public import wx.MDI;
public enum ПОриентацияВыкладки
{
Горизонталь,
Вертикаль
}
//-----------------------------------------------------------------------------
public enum ПРаскладкаВык... | D |
module hunt.database.driver.factory;
import hunt.database;
import hunt.database.option;
interface IFactory
{
}
class SqlFactory : IFactory
{
DatabaseOption _config;
this(DatabaseOption config)
{
_config = config;
}
SqlBuilder createBuilder(Database db)
{
version(USE_POSTGRESQL)... | D |
instance BAU_927_BAUER(NPC_DEFAULT)
{
name[0] = NAME_BAUER;
npctype = NPCTYPE_AMBIENT;
guild = GIL_BAU;
level = 2;
voice = 9;
id = 927;
attribute[ATR_STRENGTH] = 13;
attribute[ATR_DEXTERITY] = 10;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 64;
attribute[ATR_HITPOIN... | D |
/*******************************************************************************
copyright: Copyright (c) 2008. Fawzi Mohamed
license: BSD стиль: $(LICENSE)
version: Initial release: July 2008
author: Fawzi Mohamed
****************************************... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto D = readln.chomp.to!int;
switch (D) {
case 22:
writeln("Christmas Eve Eve Eve");
break;
case 23:
writeln("Christmas Eve Eve");
... | D |
/Users/maachang/project/swift/redishUser2Adhk/adhoc/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Manager.o : /Users/maachang/project/swift/redishUser2Adhk/adhoc/Pods/Alamofire/Source/Alamofire.swift /Users/maachang/project/swift/redishUser2Adhk/adhoc/Pods/Alamofire/Source/D... | D |
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="en-US" xmlns:fb="http://ogp.me/ns/fb#" xmlns:addthis="http://www.addthis.com/help/api-spec" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-US" xmlns:fb="http://ogp.me/ns/fb#" xmlns:addthis... | D |
/*
TEST_OUTPUT:
---
fail_compilation/test14496.d(21): Error: variable test14496.foo.f void initializers for pointers not allowed in safe functions
fail_compilation/test14496.d(24): Error: variable test14496.foo.Bar.foo void initializers for pointers not allowed in safe functions
fail_compilation/test14496.d(28): Error:... | D |
import std.stdio;
void main() {
int n; readf("%s\n", &n);
short[] c; c.length = 11;
int ans = 0, nonPaired = 0;
foreach (_; 0..n) {
short[3] a; readf("%s %s %s\n", &a[0], &a[1], &a[2]);
foreach (i; a) {
if (0 == c[i]) {
++c[i];
++nonPaired;
... | D |
module nxt.notnull;
/** An of a reference type `T` never being `null`.
* Must be initialized when declared.
* Can never be assigned the null literal (compile time error).
* If assigned a `null` value at runtime an exception will be thrown.
`NotNull!T` can be substituted for `T` at any time, but `T` can... | D |
//-----------------------------------------------------------------------------
// wxD/Samples - ListCtrl.d
//
// A wxD version of the wxWidgets "listctrl" sample.
//
// Written by Alexander Olk (xenomorph2@onlinehome.de)
// Modified by BERO <berobero@users.sourceforge.net>
// (C) 2004 Alexander Olk
// Licensed under t... | D |
module dcrypt.random.urandom;
import std.stdio;
import std.file;
import std.exception;
import std.conv: text;
import dcrypt.random.prng;
/// This module wraps the /dev/urandom special file into a dcrypt PRNG.
/// Available for Linux only.
version(linux) {
/// Test /dev/urandom based PRNG.
unittest {
URandomRNG... | D |
/**
* This code reads ELF files and sections using memory mapped IO.
*
* Reference: http://www.dwarfstd.org/
*
* Copyright: Copyright Digital Mars 2015 - 2018.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Yazan Dabain
* Source: $(DRUNTIMESRC rt/backtrace/elf.d)
*/
module... | D |
instance STT_304_Schatten (Npc_Default)
{
//-------- primary data --------
name = NAME_Schatten;
npctype = NPCTYPE_AMBIENT;
guild = GIL_GRD;
level = 12;
voice = 10;
id = 304;
//-------- abilities --------
attribute[ATR_STRENGTH] = 128;
attribute[ATR_DEXTERITY] = 45;
attribute[ATR... | D |
/*
* Hunt - A refined core library for D programming language.
*
* Copyright (C) 2018-2019 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.util.Configuration;
import std.algorithm;
import std.array;
import std.conv;
import std.exception;
import std.... | D |
func void B_ENTER_ADDONWORLD_Kapitel_1()
{
if(RavenIsDead == TRUE)
{
if(ADW_Myxir_Removed_Forever == FALSE)
{
B_RemoveNpc(KDW_14030_Addon_Myxir_ADW);
if(FullNPCRemoval == TRUE)
{
ADW_Myxir_Removed_Forever = TRUE;
};
};
};
if(MissingPeopleReturnedHome == TRUE)
{
if(ADW_STRF_Removed_F... | D |
a lump on the body caused by a blow
something that bulges out or is protuberant or projects from its surroundings
an impact (as from a collision
knock against with force or violence
come upon, as if by accident
dance erotically or dance with the pelvis thrust forward
assign to a lower position
remove or force from a po... | D |
<!-- START: including template: extension/sikkerhedsstyrelsen/design/design_2013/templates/print_pagelayout.tpl (design:print_pagelayout.tpl) -->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.... | D |
// @file function_templates.d
import std.stdio;
auto Add(T)(T a, T b){
return a+b;
}
void main(){
auto result1 = Add!(int)(1,4);
writeln(result1);
auto result2 = Add!(double)(1.5,4.3);
writeln(result2);
}
| D |
// Generated by gnome-h2d.rb <http://github.com/ddude/gnome.d>.
module gio.menumodel;
/*
* Copyright © 2011 Canonical Ltd.
*
* 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 ... | D |
// REQUIRED_ARGS: -o-
// PERMUTE_ARGS:
struct X
{
void mfoo(this T)() {}
}
void test()
{
shared const X scx;
scx.mfoo();
}
struct Vec
{
int x;
void sc() shared const {}
}
| D |
module webkit2webextension.DOMUIEvent;
private import glib.Str;
private import gobject.ObjectG;
private import webkit2webextension.DOMDOMWindow;
private import webkit2webextension.DOMEvent;
private import webkit2webextension.c.functions;
public import webkit2webextension.c.types;
/** */
public class DOMUIEvent : DO... | D |
/Users/deepansh/Desktop/ForexWatchlist/DerivedData/ForexWatchlist/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SubjectType.o : /Users/deepansh/Desktop/ForexWatchlist/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/deepansh/Desktop/ForexWatchlist/Pods/RxSwift/RxSwift... | D |
/Users/luoguochun/privt/proj/coding-blog/.demo/rust-lib/mini-redis/target/debug/deps/libtracing_attributes-d3c845b4b45d2edb.dylib: /Users/luoguochun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tracing-attributes-0.1.11/src/lib.rs
/Users/luoguochun/privt/proj/coding-blog/.demo/rust-lib/mini-redis/target/de... | 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 src/core/sys/windows/_windef.d)
*/
module core.sys.windows.windef;
version (Windows):
@system:
public import ... | D |
module hunt.wechat.util.MapUtil;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Field;
import java.net.URLEncoder;
import hunt.collection.ArrayList;
import java.util.Arrays;
import hunt.collection.Collections;
import java.util.Comparator;
import hunt.collection.HashMap;
import hunt.col... | D |
import vibe.core.log;
import vibe.http.auth.digest_auth;
import vibe.http.client;
import std.algorithm;
import std.format;
import std.random;
enum username = "bond";
enum password = "007";
void main()
{
auto url = URL("http://httpbin.org/digest-auth/auth/" ~ username ~ "/" ~ password ~ "/MD5");
requestHTTP(url,
... | D |
/*******************************************************************************
* Copyright (c) 2000, 2009 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, a... | D |
module rx.util;
import core.atomic;
import core.sync.mutex;
import core.sync.condition;
// @@TODO@@ Remove this overload, when the phobos of LDC supports TailShared.
auto ref T assumeUnshared(T)(auto ref T obj) if (!is(T == shared))
{
return obj;
}
auto ref T assumeUnshared(T)(auto ref shared(T) obj)
{
retur... | D |
lps (1) --- line printer status monitor 08/17/82
_U_s_a_g_e
lps ( <cancel> | <list> )
<cancel> ::= -c { <seq> }
<list> ::= { -{d|m|q} | -a <dest> | -p <paper> } { <pack> }
_D_e_s_c_r_i_p_t_i_o... | D |
module datadriven.bench_eplus;
import std.datetime;
import std.stdio;
import datadriven.api;
import datadriven.storage;
import datadriven.components;
import datadriven.query;
import datadriven.entityman;
void bench_EntityPlus()
{
runTest(1_000, 1_000_000, 3);
runTest(10_000, 1_000_000, 3);
runTest(30_000, 100_000... | D |
/Users/sharifahmed/Desktop/Zolo/build/Build/Intermediates/Zolo.build/Debug-iphonesimulator/Zolo.build/Objects-normal/x86_64/WatchableSource.o : /Users/sharifahmed/Desktop/Zolo/Zolo/Extensions/URLQueryItem.swift /Users/sharifahmed/Desktop/Zolo/Zolo/Views/SourceButton/SourceButtonPopulator.swift /Users/sharifahmed/Deskto... | D |
<?xml version="1.0" encoding="UTF-8"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="export_objectified.notation#_fQGOQ... | D |
a tool for tamping (e.g., for tamping tobacco into a pipe bowl or a charge into a drill hole etc.)
play around with or alter or falsify, usually secretively or dishonestly
intrude in other people's affairs or business
| D |
/Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/build/Ingenium.build/Release-iphonesimulator/Ingenium.build/Objects-normal/x86_64/loginVC.o : /Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/Ingenium/TutorDetailVC.swift /Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/Ingenium/Spring/S... | D |
/Users/sjwu/video/HouseHold/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Create.o : /Users/sjwu/video/HouseHold/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/sjwu/video/HouseHold/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/sjwu/video/HouseHold/Pods/RxSwift/R... | D |
/Users/KatiaHajjar/Documents/WhereAtV2/build/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/AppEventsLogger.FlushBehavior.o : /Users/KatiaHajjar/Documents/WhereAtV2/Pods/FacebookCore/Sources/Core/Common/AccessToken.swift /Users/KatiaHajjar/Documents/WhereAtV2/Pods/FacebookCore/Sources/Core/Ap... | D |
the imperial dynasty of China from 1122 to 221 BC
informal terms for a meal
breed of medium-sized dogs with a thick coat and fluffy curled tails and distinctive blue-black tongues
| D |
/*
* #163 Castle gate of the Old Camp cannot close
*
* There does not seem an easy way to test this fix programmatically, so this test relies on manual confirmation.
* Caution: This test alters the guild of the PC.
*
* Expected behavior: The gate properly opens and closes when using the winch.
*/
func void G1CP_... | D |
/Users/hongweihui/Desktop/IOS大作业_洪伟辉_18126278/HNote/build/HNote.build/Debug-iphoneos/HNote.build/Objects-normal/arm64/MenuTableViewCell.o : /Users/hongweihui/Desktop/IOS大作业_洪伟辉_18126278/HNote/HNote/AppDelegate.swift /Users/hongweihui/Desktop/IOS大作业_洪伟辉_18126278/HNote/HNote/EWPopMenu/MenuTableViewCell.swift /Users/hongw... | D |
/Users/veronikaromanko/Desktop/Ios_proj/Pinkipie/pinkipie/Build/Intermediates/NewVersionPinkiePie.build/Debug-iphonesimulator/NewVersionPinkiePie.build/Objects-normal/x86_64/Person+CoreDataClass.o : /Users/veronikaromanko/Desktop/Ios_proj/Pinkipie/pinkipie/NewVersionPinkiePie/FoodData.swift /Users/veronikaromanko/Deskt... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.