code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Node.build/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/node.git-9175390252000121167/Sources/Node/StructuredData/StructuredData.swift /Users/A... | D |
/Users/netnorimingconception/utils/GeoFence/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/AnonymousDisposable.o : /Users/netnorimingconception/utils/GeoFence/Pods/RxSwift/RxSwift/Observables/Implementations/AddRef.swift /Users/netnorimingconception/utils/GeoFence/Pods/RxSwift/... | D |
/Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/DistinctUntilChanged.o : /Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/Pods/RxSwift/RxSwift/Observables/Amb.swift /Us... | D |
instance BAU_913_Thekla(Npc_Default)
{
name[0] = "Thekla";
guild = GIL_BAU;
id = 913;
voice = 17;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Bau_Mace);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,FEMALE,"Hum_Head_Babe",FaceB... | D |
// this ought to be a single-line comment!
{ and this ought to be a
potentially multi-line!
comment :)
}
{}//
{
//
}
| D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto S = readln.chomp;
int[char] t;
foreach (c; S) t[c] += 1;
char x;
int p;
foreach (c, n; t) if (n > p) {
x = c;
p = n;
}
writeln(x);
} | D |
module mulitypearray;
import std.stdio, std.string;
void main() {
alias Object O;
Object[] objs = [cast(O)new A, new B, new C];
objs~=new A;
objs~=new B;
foreach (o; objs)
switch (o.classinfo.name) {
case "mulitypearray.A":
writeln((cast(A)o).num);
break;
case "mulitypearray.B":
writeln((cas... | D |
/*******************************************************************************
D language bindings for libsodium's crypto_sign.h
License: ISC (see LICENSE.txt)
*******************************************************************************/
module libsodium.crypto_sign;
@nogc nothrow:
import libsodium;
... | D |
module test;
import bindbc.zstandard;
import bindbc.loader.sharedlib;
import std.stdio;
import std.conv : to;
/*
For testing dynamic linkage
*/
unittest{
if(loadZstandard() == ZSTDSupport.noLibrary){
const(ErrorInfo)[] errorlist = errors;
foreach(e; errorlist){
writeln(to!string(e.error));
writeln(to!st... | D |
in an impartial manner
| D |
/**
* Documentation: https://dlang.org/phobos/dmd_parsetimevisitor.html
* Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/parsetimevisitor.d
*/
module dmd.parsetimevisitor;
/** Basic and dumm visitor which implements a visit method for each AST node
* implemented in AST. This visitor is the pare... | D |
# FIXED
HAL/Target/CC2650/_common/mb_patch.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/hal/src/target/_common/cc26xx/mb_patch.c
HAL/Target/CC2650/_common/mb_patch.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/hal/src/target/_common/hal_mcu.h
HAL/Target/CC2650/_common/mb_patch.ob... | D |
module tym.core.i8n.deDE;
import tm = tym.core.i8n.textModel;
public tm.Text getText() {
tm.Text text = {
catchphrase : "Ja - das habe ich auf dem Schirm.",
username: "Nutzername",
password: "Passwort",
login: "Anmeldung"
};
return text;
}
| D |
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/Tag/Raw.swift.o : /Users/work/Projects/Hello/.build/checkouts/template-kit.git--6129928586187134836/Sources/TemplateKit/Data/TemplateData.swift /Users/work/Projects/Hello/.build/checkouts/template-kit.git--6129928586187134836/Sources/Tem... | D |
module raider.tools.memory;
import std.traits : hasMember, hasElaborateDestructor, hasElaborateCopyConstructor,
hasElaborateAssign, isAssignable;
import std.exception : doesPointTo;
import core.stdc.string : memcpy, memset;
enum hasPostMove(T) = is(typeof(T.init._moved()));
/**
* Move a value, like a genteel... | D |
/Users/admin/Desktop/Day07/UIViewControls/DerivedData/UIViewControls/Build/Intermediates/UIViewControls.build/Debug-iphonesimulator/UIViewControls.build/Objects-normal/i386/Bishop.o : /Users/admin/Desktop/Day07/UIViewControls/UIViewControls/MainScreen.swift /Users/admin/Desktop/Day07/UIViewControls/UIViewControls/BonFi... | D |
module android.java.java.util.concurrent.ConcurrentLinkedDeque_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.util.Collection_d_interface;
import import4 = android.java.ja... | D |
Children, especially age 2 and under, have suffered serious health problems, including death, after receiving over-the-counter cough and cold medicines,often attributed to accidental overdoses.
Over 1,500 2 yr. olds were affected in 2004-2005.
At least 114 cold medicine-related deaths were documented since 1969.
Advers... | D |
import std.stdio;
import std.process;
import std.regex;
import std.file;
import std.algorithm;
import std.array;
import std.path;
//http://computers.tutsplus.com/tutorials/getting-spiffy-with-powerline--cms-20740
void main()
{
auto locRegex = regex(r"Location: (.+)");
auto getLoc = executeShell("pip show powerli... | D |
a person's partner in marriage
an associate in an activity or endeavor or sphere of common interest
a person who is a member of a partnership
provide with a partner
act as a partner
| D |
/home/nathan/Google Drive/computing/rust/hello/target/rls/debug/deps/main-5a78867279774b7e.rmeta: src/bin/main.rs
/home/nathan/Google Drive/computing/rust/hello/target/rls/debug/deps/main-5a78867279774b7e.d: src/bin/main.rs
src/bin/main.rs:
| D |
instance DIA_PAL_269_EXIT(C_Info)
{
npc = PAL_269_Ritter;
nr = 999;
condition = DIA_PAL_269_EXIT_Condition;
information = DIA_PAL_269_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_PAL_269_EXIT_Condition()
{
return TRUE;
};
func void DIA_PAL_269_EXIT_Info()
{
AI_StopProcessInfos(sel... | D |
/++
$(H2 Level 1)
$(SCRIPT inhibitQuickIndex = 1;)
This is a submodule of $(MREF mir,glas).
The Level 1 GLAS perform vector and vector-vector operations.
$(BOOKTABLE $(H2 Vector-vector operations),
$(T2 rot, apply Givens rotation)
$(T2 axpy, constant times a vector plus a vector)
$(T2 dot, dot product)
$(T2 dotc, d... | D |
/Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/FitHelper.build/Debug-iphonesimulator/FitHelper.build/Objects-normal/x86_64/FromNumToNameOfTheDay.o : /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/ExerciseCDPR.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/TrainingCDPR.swift /Users/ar... | D |
/home/tyler/Documents/AdventOfCode/Rust/day_7_1/target/debug/day_7_1: /home/tyler/Documents/AdventOfCode/Rust/day_7_1/src/main.rs
| D |
module UnrealScript.UTGame.UTWeaponRewardMessage;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.UTGame.UTLocalMessage;
import UnrealScript.Engine.PlayerReplicationInfo;
import UnrealScript.Core.UObject;
import UnrealScript.Engine.PlayerController;
import UnrealScript.Engine.SoundNodeWa... | D |
/*
* This file was automatically generated by sel-utils and
* released under the MIT License.
*
* License: https://github.com/sel-project/sel-utils/blob/master/LICENSE
* Repository: https://github.com/sel-project/sel-utils
* Generated from https://github.com/sel-project/sel-utils/blob/master/xml/attributes/bedro... | D |
// Written in the D programming language.
/**
Haystack trio decode.
Copyright: Copyright (c) 2019, Radu Racariu <radu.racariu@gmail.com>
License: $(LINK2 www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
Authors: Radu Racariu
**/
module haystack.trio.decode;
import std.traits : isSomeChar;
import std.r... | D |
import std.stdio;
template Tuple(A...)
{
alias A Tuple;
}
template eval(A...)
{
const typeof(A[0]) eval = A[0];
}
/************************************************/
int Foo1(int i)
{
if (i == 0)
return 1;
else
return i * Foo1(i - 1);
}
void test1()
{
static int f = Foo1(5);
... | D |
module main;
private import std.stdio, std.ctype, std.string, std.process, std.file, std.c.windows.windows;
private import std.c.stdio, std.c.stdlib, std.path, std.zip;
private import std.stream, std.conv, std.gc, std.thread;
private import dfl.scintillaext, dfl.splitterext, dfl.closeabletabcontrol;
private import d... | D |
/*******************************************************************************
Dummy CLI app to be used in turtle own tests
Copyright: Copyright (c) 2017 dunnhumby Germany GmbH. All rights reserved
License: Boost Software License Version 1.0. See LICENSE for details.
**********************************... | D |
/substrate-node-template/target/release/deps/parking-95a6230b5708ed86.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-1.0.6/src/lib.rs
/substrate-node-template/target/release/deps/libparking-95a6230b5708ed86.rlib: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-1.0.6/src/lib.rs
/sub... | D |
module ext.render.opengl.program;
import std.ascii;
import std.conv;
import std.stdio;
import ext.math.matrix;
import ext.render.opengl.api;
import ext.render.opengl.context;
import ext.render.opengl.exception;
import ext.render.opengl.texture;
import ext.render.program;
import ext.render.texture;
import ext.resource... | D |
/Users/honpe/PerfectTemplate/.build/x86_64-apple-macosx10.10/debug/PerfectLib.build/Utilities.swift.o : /Users/honpe/PerfectTemplate/.build/checkouts/PerfectLib.git-6435051526859923445/Sources/PerfectLib/JSONConvertible.swift /Users/honpe/PerfectTemplate/.build/checkouts/PerfectLib.git-6435051526859923445/Sources/Perfe... | D |
module std.serialization.json;
import std.range : isOutputRange;
import std.serialization : BinaryOutputRange, ignoreUndefined, SerializationFormat;
// TODO: Add support for unions.
// TODO: Add support for Tuple's.
// TODO: Add support for private members.
// TODO: Provide a nice error message when trying to deseria... | D |
instance Mod_7450_HTR_Ethan_IR (Npc_Default)
{
// ------ NSC ------
name = "Ethan";
guild = GIL_OUT;
id = 7450;
voice = 0;
flags = 0;
npctype = NPCTYPE_MAIN;
aivar[AIV_Partymember] = TRUE;
// ------ Attribute ------
B_SetAttributesToChapter (self, 5);
aiva... | D |
void main(string[] args) {
enum Gate {closed, open}
Gate[] gates;
int number = 10; // defualt value
bool numberOfAugumentsIsTwo() { return args.length == 2; }
if (numberOfAugumentsIsTwo) {
try {
import std.conv;
number = args[1].to!int;
} catch(Exception e) {
import std.stdio;
writeln("Invalid ... | D |
module d.gc.pages;
import d.gc.spec;
import d.gc.util;
import sys.mman;
void* pages_map(void* addr, size_t size, size_t alignment) {
assert(alignment >= PageSize && isPow2(alignment), "Invalid alignment!");
assert(isAligned(addr, alignment), "Invalid addr!");
assert(size > 0 && isAligned(size, PageSize), "Invalid... | D |
// **********************
// ZS_MM_Rtn_Follow_Sheep
// **********************
func void ZS_MM_Rtn_Follow_Sheep()
{
Npc_SetPercTime (self, 1);
if (self.aivar[AIV_Schwierigkeitsgrad] < Mod_Schwierigkeit)
|| (self.aivar[AIV_Schwierigkeitsgrad] > Mod_Schwierigkeit)
{
B_SetSchwierigkeit();
};
if (LeisenLaufen_Pe... | D |
/Users/lucasfarah/Documents/lucasfarah.github.io/.build/x86_64-apple-macosx/debug/Publish.build/API/Page.swift.o : /Users/lucasfarah/Documents/lucasfarah.github.io/.build/checkouts/publish/Sources/Publish/API/PodcastEpisodeMetadata.swift /Users/lucasfarah/Documents/lucasfarah.github.io/.build/checkouts/publish/Sources/... | D |
/***********************************************************************\
* mgmtapi.d *
* *
* Windows API header module *
* ... | D |
/******************************************************************************
Custom DlsClient with the support for Redistribute request.
copyright:
Copyright (c) 2016-2017 dunnhumby Germany GmbH. All rights reserved
License:
Boost Software License Version 1.0. See LICENSE.txt for detai... | D |
a trite or obvious remark
completely ordinary and unremarkable
not challenging
repeated too often
| D |
instance Mod_1479_BUD_Buddler_OM (Npc_Default)
{
//-------- primary data --------
name = Name_Buddler;
npctype = npctype_om_buddler;
guild = GIL_OUT;
level = 3;
voice = 0;
id = 1479;
//-------- abilities --------
attribute[ATR_STRENGTH] = 15;
attribute[ATR_D... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
/++
# Thematic Breaks
Some text before
***
Some text in between
____________________
Some text after
---
This is a code block
---
But this is a thematic break:
- - -
## Not Thematic ... | D |
/Users/adam/Projects/itunes_rss/Build/Intermediates.noindex/iTunesRSSFeed.build/Debug-iphonesimulator/iTunesRSSFeed.build/Objects-normal/x86_64/AppDelegate.o : /Users/adam/Projects/itunes_rss/iTunesRSSFeed/Networking/iTunesRSSAPI.swift /Users/adam/Projects/itunes_rss/iTunesRSSFeed/Models/Feed.swift /Users/adam/Projects... | D |
/Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/derived_data/Build/Intermediates.noindex/CredifyCore.build/Debug-iphonesimulator/CredifyCore.build/Objects-normal/x86_64/ProviderRepositoryProtocol.o : /Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/CredifyCore/CredifyCore.swift /Users/nalousn... | D |
module api.user;
import vibe.data.json;
import vibe.web.rest;
import network.protocol;
@path("/user")
interface IAPIUser {
@safe:
Json getName(int id);
Json getID(string name);
Json getRoleBase(uint id);
}
class APIUser : IAPIUser {
Json getName(int id) {
return serializeToJson(["foo": id, "bar": 13]);
}
J... | D |
/*
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses... | D |
module UnrealScript.UTGame.UTShockMuzzleFlashLight;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.UDKBase.UDKExplosionLight;
extern(C++) interface UTShockMuzzleFlashLight : UDKExplosionLight
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final sta... | D |
//****************************************************************************
// Cavalorn's Brief an Vatras von Saturas
// ---------------------------------------------
//****************************************************************************
INSTANCE ItWr_SaturasFirstMessage_Addon_Sealed (C_Item)
{
name ... | D |
/* zlib.d: modified from zlib.h by Walter Bright */
/* updated from 1.2.1 to 1.2.3 by Thomas Kuehne */
module lib.zlib;
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.3, July 18th, 2005
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
This software is provided 'as... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_winperf.d)
*/
module core.sys.windows.winperf;
version (Windows):
import core.sys.windows.windef;
import core.sys.... | D |
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/HTTP.build/Utilities/HTTPError.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP... | D |
# FIXED
driverlib/lcd.obj: C:/ti/TivaWare_C_Series-2.1.4.178/driverlib/lcd.c
driverlib/lcd.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdint.h
driverlib/lcd.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdbool.h
driverlib/lcd.obj: C:/ti/TivaWare_C_Series-2.1.4.178/inc/hw_memmap.h
dr... | D |
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/Console.build/Console/Console+Print.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/P... | D |
/workspace/target/debug/build/serde-5ab29544b84dbe9b/build_script_build-5ab29544b84dbe9b: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.125/build.rs
/workspace/target/debug/build/serde-5ab29544b84dbe9b/build_script_build-5ab29544b84dbe9b.d: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-... | D |
import vibe.d;
final class WebChat {
private {
RedisDatabase m_db;
Room[string] m_rooms;
}
this()
{
// connect to Redis for storing our message history
m_db = connectRedis("127.0.0.1").getDatabase(0);
}
// GET /
void get()
{
render!"index.dt";
}
// GET /room?id=...&name=...
void getRoom(string ... | D |
/Users/lucasfarah/Documents/lucasfarah.github.io/.build/x86_64-apple-macosx/debug/Files.build/Files.swift.o : /Users/lucasfarah/Documents/lucasfarah.github.io/.build/checkouts/files/Sources/Files.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/X... | D |
instance TPL_1417_Templer(Npc_Default)
{
name[0] = NAME_Templer;
npcType = npctype_guard;
guild = GIL_TPL;
level = 17;
voice = 8;
id = 1417;
attribute[ATR_STRENGTH] = 85;
attribute[ATR_DEXTERITY] = 65;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 244;
attribute[ATR_H... | D |
import std.stdio;
import std.string;
import std.regex;
import std.conv;
import lightcrafter.projector;
import lightcrafter.constants;
/**
* Available commands:
* <ul>
* <li>connect: connect to the lightcrafter (at the default ip address)
* <li>color [r] [g] [b]: set the lightcrafter to display a solid color</li>... | D |
var int canthar_itemsgiven_chapter_1;
var int canthar_itemsgiven_chapter_2;
var int canthar_itemsgiven_chapter_3;
var int canthar_itemsgiven_chapter_4;
var int canthar_itemsgiven_chapter_5;
func void b_givetradeinv_canthar(var C_NPC slf)
{
if((KAPITEL >= 0) && (CANTHAR_ITEMSGIVEN_CHAPTER_1 == FALSE))
{
CreateInvI... | D |
module aurora.immediate.types;
public struct SystemWindow
{
private void* data;
private hash_t hash;
@property public void* RawData() { return data; }
const hash_t toHash() { return hash; }
const bool opEquals(ref const SystemWindow t) { return hash == t.hash; }
version(Windows) {
public this(void* windo... | D |
/**
* Pijamas, a BDD assertion library for D.
*
* License: Licensed under the MIT license. See LICENSE for more information.
*/
module pijamas;
public import pijamas.assertion;
| D |
/*
Copyright (C) 2004-2012 Grame
This program 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.
This program is distributed in the h... | D |
// Written in the D programming language.
/**
* Contains the elementary mathematical functions (powers, roots,
* and trigonometric functions), and low-level floating-point operations.
* Mathematical special functions are available in `std.mathspecial`.
*
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKT... | D |
(music) a curved line spanning notes that are to be played legato
a disparaging remark
a blemish made by dirt
play smoothly or legato
speak disparagingly of
utter indistinctly
become vague or indistinct
| D |
module zua.vm.reflection;
import zua.vm.engine;
import zua.vm.engine : ValueType;
import std.traits;
import std.typecons;
import std.variant;
import std.meta;
import std.conv;
import std.uuid;
// this interop library was created mostly for the standard library; it is dirty and low-level and should not be used in user ... | D |
instance DIA_OUT_7_EXIT(C_Info)
{
nr = 999;
condition = DIA_OUT_7_EXIT_Condition;
information = DIA_OUT_7_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_OUT_7_EXIT_Condition()
{
return TRUE;
};
func void DIA_OUT_7_EXIT_Info()
{
AI_StopProcessInfos(self);
};
instance DIA_OUT_7_STAND... | D |
/*******************************************************************************
Holds primitive types for key operations
Copyright:
Copyright (c) 2019-2021 BOSAGORA Foundation
All rights reserved.
License:
MIT License. See LICENSE for details.
***********************************... | D |
/Users/Bers/Desktop/原始/Developing/BSQuickAnimation/build/BSQuickAnimation.build/Debug-iphoneos/BSQuickAnimation.build/Objects-normal/armv7/BSQuickCALayerAnimationCommon.o : /Users/Bers/Desktop/原始/Developing/BSQuickAnimation/BSQuickAnimation/BSQuickCALayerAnimationFunc.swift /Users/Bers/Desktop/原始/Developing/BSQuickAnim... | D |
import std.stdio;
import std.conv;
import std.traits;
import std.exception;
import derelict.lua.lua;
import std.string : toz = toStringz;
class lua_exception : Exception {
this(string msg, string file = __FILE__, size_t line = __LINE__) { super(msg, file, line); }
}
/// Tagging attribute for expose() function
... | D |
/*
* Copyright (c) 2004-2006 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
* notice... | D |
/Users/apple-1/Downloads/HouseKeeping/Build/Intermediates/HouseKeeping.build/Debug-iphonesimulator/HouseKeeping.build/Objects-normal/x86_64/tblHistoryAll.o : /Users/apple-1/Downloads/HouseKeeping/HouseKeeping/DetailsPending.swift /Users/apple-1/Downloads/HouseKeeping/HouseKeeping/tblAssignTasksPending.swift /Users/appl... | D |
/Users/macosx/Desktop/TestNetWorkLayer/build/Pods.build/Debug-iphonesimulator/Nimble.build/Objects-normal/x86_64/BeIdenticalTo.o : /Users/macosx/Desktop/TestNetWorkLayer/Pods/Nimble/Sources/Nimble/DSL.swift /Users/macosx/Desktop/TestNetWorkLayer/Pods/Nimble/Sources/Nimble/Matchers/MatcherFunc.swift /Users/macosx/Deskto... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
298.399994 61.7000008 5.9000001 0 58 62 -19.6000004 116.099998 141 3.29999995 8 0.840254879 sediments, sandstones, siltstones
310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 0.895431109 extrusiv... | D |
/++
https://issues.dlang.org/show_bug.cgi?id=22514
TEST_OUTPUT:
---
fail_compilation/test_switch_error.d(13): Error: undefined identifier `doesNotExist`
fail_compilation/test_switch_error.d(16): Error: undefined identifier `alsoDoesNotExits`
fail_compilation/test_switch_error.d(19): Error: duplicate `case 2` in `switch... | D |
/Users/Michael/Desktop/Key9Pi/DerivedData/Key9pi/Build/Intermediates/Key9pi.build/Debug-iphonesimulator/customKeyboard.build/Objects-normal/x86_64/KeyboardViewController.o : /Users/Michael/Desktop/Key9Pi/customKeyboard/SequenceModel.swift /Users/Michael/Desktop/Key9Pi/Key9pi/AppDelegate.swift /Users/Michael/Desktop/Key... | D |
//-----------------------------------------------------------------------------
// wxD - ScrolledWindow.d
// (C) 2005 bero <berobero@users.sourceforge.net>
// based on
// wx.NET - ScrolledWindow.cs
//
/// The wxScrolledWindow wrapper class.
//
// Written by Jason Perkins (jason@379.com)
// (C) 2003 by 379, Inc.
// Lice... | D |
module java.lang.reflect;
public import java.lang.reflect.AccessibleObject;
public import java.lang.reflect.Array;
public import java.lang.reflect.Constructor;
public import java.lang.reflect.Field;
public import java.lang.reflect.InvocationTargetException;
public import java.lang.reflect.Method;
public import... | D |
module tinker;
import pegged.grammar;
int main()
{
return 0;
}
| D |
//
// main.d
// HelloWorld
//
import std.stdio;
import macosx.carbon;
int main(char[][] args)
{
IBNibRef nibRef;
WindowRef window;
OSStatus err;
// Create a Nib reference passing the name of the nib file (without the .nib extension)
// CreateNibReference only searche... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIO.build/FileRegion.swift.o : /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mu/Hello/.build/checko... | D |
import std;
struct Vec2
{
int x = 0;
int y = 0;
int sum()
{
return abs(x) + abs(y);
}
}
Vec2[] getIntersections(string[] wire1, string[] wire2)
{
// 0 is empty
// 1 is wire1
// 2 is wire2
// 3 is both
int[Vec2] grid;
Vec2 lastPos;
foreach (instruction; wire1)
{
char direction = ins... | D |
var int scatty_start;
instance DIA_ADDON_SCATTY_EXIT(C_INFO)
{
npc = bdt_1086_addon_scatty;
nr = 999;
condition = dia_addon_scatty_exit_condition;
information = dia_addon_scatty_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_addon_scatty_exit_condition()
{
return TRUE;
};
func void ... | D |
module rocl.game;
import std, perfontain, perfontain.misc, perfontain.misc.report, ro.db, ro.str,
ro.conv, rocl.loaders.asp, rocl, rocl.gui, rocl.status, rocl.entity,
rocl.network, rocl.controls, rocl.resources, rocl.controller.npc,
rocl.controller.item, rocl.controller.action, rocl.controller.effect, rocl.rofs;
@... | D |
/Users/iem/Desktop/LP/iOS/Visits/DerivedData/Visits/Build/Intermediates/Visits.build/Debug-iphonesimulator/Visits.build/Objects-normal/x86_64/ViewController.o : /Users/iem/Desktop/LP/iOS/Visits/Visits/PlaceDetailViewController.swift /Users/iem/Desktop/LP/iOS/Visits/Visits/AppDelegate.swift /Users/iem/Desktop/LP/iOS/Vis... | D |
/**
Copyright: Copyright (c) 2017-2019 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
/// IR Index. Points to any entity in function's IR
module vox.ir.ir_index;
import std.format : formattedWrite;
import std.bitmanip : bitfields;
import vox.all;
/// Repre... | D |
/Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/QAHelper.build/Debug-iphonesimulator/QAHelper.build/Objects-normal/x86_64/AddAttachmentApiManger.o : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/QAHelper/Classes/Models/Api/JiraImageDownloader.swift /Users/Vishnu/QBurst/Internal/Pod/QAHe... | D |
/**
Authentication and authorization framework based on fine-grained roles.
Copyright: © 2016 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.web.auth;
import vibe.http.common : HTTPStatusException;
import vi... | D |
/Users/kevm1892/Documents/HospitalFinderiOSApp/build/HospitalFinder.build/Debug-iphonesimulator/HospitalFinder.build/Objects-normal/x86_64/Bookmark.o : /Users/kevm1892/Documents/HospitalFinderiOSApp/HospitalFinder/FilterViewController.swift /Users/kevm1892/Documents/HospitalFinderiOSApp/HospitalFinder/BookmarkButtonDel... | D |
/Users/bernardo.tolosa/Documents/workspace/iosworks/basicmvvm/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Skip.o : /Users/bernardo.tolosa/Documents/workspace/iosworks/basicmvvm/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bernardo.tolosa/Documents/workspace/iosworks/bas... | D |
module engine.thirdparty.x11.keysym;
/* default keysyms */
enum bool XK_MISCELLANY = true;
enum bool XK_XKB_KEYS = true;
enum bool XK_3270 = false;
enum bool XK_LATIN1 = true;
enum bool XK_LATIN2 = true;
enum bool XK_LATIN3 = true;
enum bool XK_LATIN4 = true;
enum bo... | D |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | D |
//////////////////////////////////////////////////////////////////////////
// B_GuidePC_AssessEnemy
// =====================
// Reagiert auf feinldiche Monster
//////////////////////////////////////////////////////////////////////////
func void B_GuidePC_AssessEnemy ()
{
PrintDebugNpc (PD_TA_CHECK, "B_GuidePC_AssessE... | D |
/Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Build/Intermediates/Charts.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/BarLineScatterCandleBubbleChartDataSet.o : /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/endotsuyo... | D |
/Users/olegp/Desktop/XCoordinatorPlayground/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/AsSingle.o : /Users/olegp/Desktop/XCoordinatorPlayground/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/olegp/Desktop/XCoordinatorPlayground/Pods/RxSwift/RxSwift/Observables/Si... | D |
/**
Functionality allowing for the containment and management of engine assets.
Authors: Simon Peter Campbell, peter@spcampbell.co.uk
Copyright: Copyright © 2017, Simon Peter Campbell
License: MIT
*/
module denjin.assets.system;
// Phobos.
import std.meta : AliasSeq;
import std.string : ... | D |
import vibe.d;
shared static this()
{
listenTCP(7, conn => conn.write(conn));
}
| D |
const int SPL_COST_ChargeZap = 40;
const int STEP_ChargeZap = 10;
const int SPL_Damage_ChargeZap = 30;
instance Spell_ChargeZap(C_Spell_Proto)
{
time_per_mana = 100;
damage_per_level = SPL_Damage_ChargeZap;
damagetype = DAM_MAGIC;
canTurnDuringInvest = TRUE;
};
func int Spell_Logic_ChargeZap(var int manaInveste... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.