code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/IBDesignables/Intermediates/SafetyDrive.build/Debug-iphonesimulator/SafetyDrive.build/Objects-normal/x86_64/RMHorizontalMenu.o : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /User... | D |
module org.serviio.upnp.service.contentdirectory.rest.resources.CDSSearchResource;
import org.restlet.resource.Get;
import org.serviio.upnp.service.contentdirectory.rest.representation.SearchResultsRepresentation;
public abstract interface CDSSearchResource
{
//@Get("xml|json")
public abstract SearchResultsRepres... | D |
module app;
import std.conv : to;
static import std.datetime;
import scorpion;
import scorpion.gem.crud;
@Entity("paste")
class Paste {
@PrimaryKey
@AutoIncrement
Integer pasteId;
@NotNull
@Length(64)
String title;
@NotNull
Clob content;
//@NotNull
//DateTime created;
}
@Component
interface PasteR... | D |
/*******************************************************************************
Ultpit logger
Copyright: 2016 Matthew Deutsch
License: Subject to the terms of the MIT license
Authors: Matthew Deutsch
*/
module ultpit.logger;
import std.stdio;
import std.datetime;
import std.conv;
import std.string;
... | D |
/Users/kennethharvey/Desktop/HiBeacons-swift/build/HiBeacons.build/Debug-iphonesimulator/HiBeacons.build/Objects-normal/x86_64/NATViewController.o : /Users/kennethharvey/Desktop/HiBeacons-swift/HiBeacons/NATViewController.swift /Users/kennethharvey/Desktop/HiBeacons-swift/HiBeacons/NATOperation.swift /Users/kennethharv... | D |
/* MinWin Layout management
*
* Defines a LayoutManager interface and some layout managers
*
* Written by Ben Hinkle and released to the public domain, as
* explained at http://creativecommons.org/licenses/publicdomain
* Report comments and bugs at dsource: http://www.dsource.org/projects/minwin
*/
module minwi... | D |
/home/billyb/RaspberyPiOS/0-blinky/phase4/target/release/build/blinky-38baa0b289c5375d/build_script_build-38baa0b289c5375d: build.rs
/home/billyb/RaspberyPiOS/0-blinky/phase4/target/release/build/blinky-38baa0b289c5375d/build_script_build-38baa0b289c5375d.d: build.rs
build.rs:
| D |
/substrate-node-template/target/debug/build/rand_chacha-6bedbd6f782b328a/build_script_build-6bedbd6f782b328a: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1/build.rs
/substrate-node-template/target/debug/build/rand_chacha-6bedbd6f782b328a/build_script_build-6bedbd6f782b328a.d: /root/.cargo/reg... | D |
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/SQL.build/Objects-normal/x86_64/SQLCollation.o : /Users/petercernak/vapor/TILApp/.build/checkouts/sql.git--5031097865152321144/Sources/SQL/SQLBind.swift /Users/petercernak/vapor/TILApp/.build/checkouts/sql.git--5031097865152321144/Sources/SQ... | 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... | D |
INSTANCE Info_Mod_Aldaro_Hi (C_INFO)
{
npc = Mod_7674_OUT_Aldaro_EIS;
nr = 1;
condition = Info_Mod_Aldaro_Hi_Condition;
information = Info_Mod_Aldaro_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Aldaro_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Aldaro_Hi_Info()
{
AI_Output(self, hero, "... | D |
func int ZS_MagicShrink()
{
if(!Npc_HasBodyFlag(self,BS_FLAG_INTERRUPTABLE))
{
AI_Standup(self);
}
else
{
AI_StandupQuick(self);
};
self.aivar[AIV_MM_ShrinkState] = 0;
};
func int ZS_MagicShrink_Loop()
{
if(self.aivar[AIV_MM_ShrinkState] == 0)
{
Mdl_SetModelScale(self,0.9,0.9,0.9);
self.aivar[AIV_MM_... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail10806.d(12): Error: function `fail10806.Class.clone` incompatible covariant types `First()` and `Second()`
---
*/
interface First { First clone(); }
interface Second { Second clone(); void call(); }
class Class : First, Second {
override Class clone() { return this; }
over... | D |
module deepmagic.dom.complex.styles.styles;
import deepmagic.dom;
class BlockAreaStyle : Sass{
} | D |
/Users/a18968/Develop/RxSwiftSampler/DerivedData/RxSwiftSampler/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Zip+arity.o : /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxSwift/Observables/Implementations/AddRef.swift /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxSw... | D |
/Users/markmoussa/HackathonProjects/Rhabit/DerivedData/Rhabit/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ChartXAxisRendererRadarChart.o : /Users/markmoussa/HackathonProjects/Rhabit/Pods/Charts/Charts/Classes/Data/Implementations/Standard/BarChartData.swift /Users/markmoussa/... | D |
/*
* Entity - Entity is an object-relational mapping tool for the D programming language. Referring to the design idea of JPA.
*
* Copyright (C) 2015-2018 Shanghai Putao Technology Co., Ltd
*
* Developer: HuntLabs.cn
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.entity.eql.EqlQuery;
import hun... | D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/rand_xorshift-932a670be78647ac.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_xorshift-0.1.1/src/lib.rs
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/librand_xorshift-932a670be78647ac.rlib... | D |
#as: --auto-litpools
#objdump: -ds
#name: auto-litpools-first1 (check that literal pool is created when source starts with literal)
.*: +file format .*xtensa.*
#...
Contents of section .text:
0000 20170331 .*
#...
00000004 <f>:
.*4:.*l32r.*a2, 0.*
#...
| 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 1 intrusives, basalt
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.317460317 extrusives, intrusives
320 63 9 15.5 34 65 -38 145.5 1854 16 16 0.516129032 extrusives
314 70 6... | D |
module department_info.model;
public import std.format: format;
import std.string;
import std.conv: to;
import std.array;
import std.algorithm;
import jsonizer;
class DepartmentInfo {
public:
mixin JsonizeMe;
@jsonize {
string departmentId;
string programUrl;
string coursesUrl;
... | D |
/**
* C preprocessor
* Copyright: 2013 by Digital Mars
* License: $(LINK2 http://boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright
*/
module cmdline;
import main;
import std.stdio;
import std.range;
import std.path;
import std.array;
import std.algorithm;
import core.stdc.stdlib;
/*****... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1994-1998 by Symantec
* Copyright (C) 2000-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
module dopt.cuda.math;
import std.algorithm;
import std.conv;
import std.functional;
import std.math;
import std.range;
import dopt.cuda;
import dopt.cuda.nvrtc;
import dopt.core.ops;
import dopt.core.types;
import derelict.cuda;
package
{
extern(C)
{
enum
{
CUBLAS_STATUS_SUCCESS... | D |
const string TOPIC_MOD_DAEMONENBESCHWOERER = "Aufnahme Schwarzer Novize";
const string TOPIC_MOD_GIFTPFLANZEN = "Pflanzen für Myxir";
const string TOPIC_MOD_GOMEZHORN = "Jagd mit Gomez";
const string TOPIC_MOD_FAULERJÄGER = "Der faule Jäger";
const string TOPIC_MOD_ANDOKAI_WEIN = "Weinlieferung";
const string TOPIC_MOD... | D |
/**
*
* THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU atmega169a WITH ARCHITECTURE avr5
*
*/
module avr.specs.specs_atmega169a;
enum __AVR_ARCH__ = 5;
enum __AVR_ASM_ONLY__ = false;
enum __AVR_ENHANCED__ = true;
enum __AVR_HAVE_MUL__ = true;
enum __AVR_HAVE_JMP_CALL__ = true;
enum __AVR_MEGA__ = true;
e... | D |
module witchcraft.impl.attributes;
import witchcraft;
import std.variant;
class AttributeImpl(alias attribute) : Attribute
{
override Variant get() const
{
static if(is(typeof(attribute)))
{
return Variant(attribute);
}
else
{
return Variant(nu... | D |
/*
* ti_array_double.d
*
* This module implements the TypeInfo for a double[]
*
* License: Public Domain
*
*/
module mindrt.typeinfo.ti_array_double;
import mindrt.typeinfo.ti_double;
class TypeInfo_Ad : TypeInfo {
char[] toString() {
return "double[]";
}
hash_t getHash(void *p) {
d... | D |
/**
* Copyright: Copyright (c) 2016 Wojciech Szęszoł. All rights reserved.
* Authors: Wojciech Szęszoł
* Version: Initial created: Apr 08, 2016
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
import Common;
import std.algorithm : canFind;
import std.process : executeShell;
... | D |
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/CombineLatest+Collection.o : /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/Leex/Tabl... | D |
/home/naveen/gitrepos/rustlearning/projects/guessing_game/target/rls/debug/deps/guessing_game-4b380769e54a71e5.rmeta: src/main.rs
/home/naveen/gitrepos/rustlearning/projects/guessing_game/target/rls/debug/deps/guessing_game-4b380769e54a71e5.d: src/main.rs
src/main.rs:
| D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
238 77 6 77 15 60 64.5999985 -127.900002 1745 11.6000004 11.8000002 0.873563218 sediments, redbeds
151.699997 80.8000031 5.19999981 18.2000008 21 26 36.7999992 -105.400002 355 5.0999999 7.30000019 0.973455485 intrusives
219.300003 68.9000015 2.7... | D |
/Users/mac/Documents/Bhupendra/RealmSignUpDemo/build/RealmSignUpDemo.build/Debug-iphonesimulator/RealmSignUpDemo.build/Objects-normal/x86_64/UpdateVC.o : /Users/mac/Documents/Bhupendra/RealmSignUpDemo/RealmSignUpDemo/SignUPVC.swift /Users/mac/Documents/Bhupendra/RealmSignUpDemo/RealmSignUpDemo/UpdateVC.swift /Users/mac... | D |
<?xml version="1.0" encoding="ASCII" standalone="no"?>
<di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
<pageList>
<availablePage>
<emfPageIdentifier href="VAR_7_BeT-51722261... | D |
// Written in the D programming language.
/**
This module implements a variety of type constructors, i.e., templates
that allow construction of new, useful general-purpose types.
Source: $(PHOBOSSRC std/_typecons.d)
Macros:
WIKI = Phobos/StdVariant
Synopsis:
----
// value tuples
alias Tuple!(float, "x", float,... | D |
/* This file was generated by syncqt. */
#ifndef QT_QTSCRIPTTOOLS_VERSION_H
#define QT_QTSCRIPTTOOLS_VERSION_H
#define QTSCRIPTTOOLS_VERSION_STR "5.4.2"
#define QTSCRIPTTOOLS_VERSION 0x050402
#endif // QT_QTSCRIPTTOOLS_VERSION_H
| D |
module test;
import vlc;
import std.compat;
import std.string;
import std.stdio;
import tango.io.Stdout;
import std.c.time;
int main( string[] args ) {
VLCEngine eng = new VLCEngine( );
writefln( "Found VLC version: %s", eng.versionString );
auto m = eng.createMedia( "/Users/theo/Media/Simpsons Season 15 - Com... | D |
/**
Copyright: Copyright (c) 2017-2018 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module sandbox;
import std.stdio;
import amd64asm;
import utils;
enum PAGE_SIZE = 4096;
// for printing
enum Reg8 : ubyte {AL, CL, DL, BL, SPL,BPL,SIL,DIL,R8B,R9B,R10B,R... | 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
* distribut... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.bigint;
enum P = 10L^^9+7;
long[10^^5+50] F, RF;
void init()
{
F[0] = F[1] = 1;
foreach (i, ref x; F[2..$]) x = (F[i+1] * (i+2)) % P;
{
RF[$-1] = 1;
auto x = F[$-1];
auto k =... | D |
departure from what is ethically acceptable
activity that transgresses moral or civil law
| D |
deprecated("Using hunt.http.Exceptions instead.")
module hunt.http.codec.websocket.exception;
public import hunt.http.Exceptions; | D |
// PERMUTE_ARGS: -dw
// REQUIRED_ARGS: -H -Hdtest_results/compilable
// POST_SCRIPT: compilable/extra-files/header-postscript.sh
// REQUIRED_ARGS: -d
module foo.bar;
import core.vararg;
import std.stdio;
pragma(lib, "test");
pragma(msg, "Hello World");
typedef double mydbl = 10;
int main()
in
{
assert(1+(2+3) ... | D |
// https://issues.dlang.org/show_bug.cgi?id=21898
alias Works(T) = immutable(T);
alias Fails(T) = immutable T;
static assert(is(Works!int == immutable int));
static assert(is(Fails!int == immutable int));
| D |
module UnrealScript.UnrealEd.DumpEmittersCommandlet;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.Commandlet;
extern(C++) interface DumpEmittersCommandlet : Commandlet
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass S... | D |
const int SPL_Cost_ArmyOfDarkness = 150;
instance Spell_ArmyOfDarkness(C_Spell_Proto)
{
time_per_mana = 0;
targetCollectAlgo = TARGET_COLLECT_NONE;
};
func int Spell_Logic_ArmyOfDarkness(var int manaInvested)
{
return Spell_Logic_Proto(SPL_Cost_ArmyOfDarkness);
};
func void Spell_Cast_ArmyOfDarkness(var int spe... | D |
module d.semantic.type;
import d.semantic.semantic;
import d.ast.identifier;
import d.ast.type;
import d.ir.type;
struct TypeVisitor {
private SemanticPass pass;
alias pass this;
private TypeQualifier qualifier;
this(SemanticPass pass, TypeQualifier qualifier = TypeQualifier.Mutable) {
this.pass = pass;
... | 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 distribut... | D |
/++
$(H1 Nonlinear Least Squares Solver)
Copyright: Copyright © 2018, Symmetry Investments & Kaleidic Associates Advisory Limited
Authors: Ilya Yaroshenko
Macros:
NDSLICE = $(REF_ALTTEXT $(TT $2), $2, mir, ndslice, $1)$(NBSP)
T2=$(TR $(TDNW $(LREF $1)) $(TD $+))
+/
module mir.least_squares;
import mir.ndslice.slic... | D |
/Users/nikhilsridhar/Desktop/Shopp/Shopp/Build/Intermediates/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/IntegerOperators.o : /Users/nikhilsridhar/Desktop/Shopp/Shopp/Pods/ObjectMapper/Sources/FromJSON.swift /Users/nikhilsridhar/Desktop/Shopp/Shopp/Pods/ObjectMapper/Sources/ToJSON.swift /U... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -release -O -g -inline
// DISABLED: freebsd
/*
*************************************************************************
*
* "DHRYSTONE" Benchmark Program
* -----------------------------
*
* Version: C, Version 2.1
*
* File: dhry... | D |
/******************************************************************************
License:
Copyright (c) 2007 ideage lsina@126.com
and Copyright (c) 2007 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 damages arising fro... | D |
module webtank.ivy.directive.standard_factory;
import ivy.types.data: IvyData, IvyDataType;
import ivy.interpreter.interpreter: Interpreter;
import ivy.interpreter.directive.factory: InterpreterDirectiveFactory;
import ivy.types.symbol.dir_attr: DirAttr;
import ivy.types.symbol.consts: IvyAttrType;
import ivy.types.da... | D |
/*
DSFML - The Simple and Fast Multimedia Library for D
Copyright (c) <2013> <Jeremy DeHaan>
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this softw... | D |
import std.file;
import Log;
class Thumbnailer
{
void generateThumbnail(string imageFilename, string thumbnailFilename)
{
if (std.file.exists(imageFilename))
{
string commandLines = std.string.format(`convert %s -auto-orient %s.~ && \
mv -f %s.~ %s && \
convert -define jpeg:size=800x800 %s -auto-orie... | D |
module ruleslang.test.semantic.type;
import ruleslang.semantic.type;
import ruleslang.test.assertion;
unittest {
assertNotConvertible(AtomicType.BOOL, AtomicType.UINT16);
assertNotConvertible(AtomicType.BOOL, AtomicType.FP32);
assertConvertible(AtomicType.BOOL, AtomicType.BOOL, TypeConversion.IDENTITY);
... | D |
<?xml version="1.0" encoding="ASCII" standalone="no"?>
<di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
<pageList>
<availablePage>
<emfPageIdentifier href="VAR_2_BeT-69516731... | D |
/home/baetek/rusttest/target/debug/build/serde_json-db5959b3dbbf0a69/build_script_build-db5959b3dbbf0a69: /home/baetek/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.64/build.rs
/home/baetek/rusttest/target/debug/build/serde_json-db5959b3dbbf0a69/build_script_build-db5959b3dbbf0a69.d: /home/baetek/.car... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Vapor.build/Objects-normal/x86_64/Event.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/JSON/HTTP/Message+JSON.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/vapor.git-5492988... | D |
/**
A module to log traces in a terminal
Authors: Luis on forum.dlang
https://forum.dlang.org/post/wsjiepwnrwtjltazhedg@forum.dlang.org
TODO: I tried to use the "colored-logger" package, but it has some range exceptions
as of 10/2020
*/
module dterrent.system.logger.consolelogger;
import std.experimental.logg... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string;
void main()
{
auto N = readln.chomp.to!long;
foreach (h; 1..3501) {
foreach (n; 1..3501) {
auto c = N * h * n;
auto m = 4 * h * n - N * h - N * n;
if (m <= 0) continue;
if (c % m == 0) {
... | D |
/**
* Copyright: Copyright (c) 2010-2011 Jacob Carlborg.
* Authors: Jacob Carlborg
* Version: Initial created: Jun 26, 2010
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module orange.xml.XmlDocument;
import std.string;
import std.stdio;
import orange.xml.PhobosXml;
///... | D |
import core.vararg;
extern (C) int printf(const(char*) fmt, ...);
template TypeTuple(T...) { alias TypeTuple = T; }
/**********************************/
int sdtor;
struct S1
{
~this() { printf("~S()\n"); sdtor++; }
}
void test1()
{
S1* s = new S1();
delete s;
assert(sdtor == 1);
}
/*************... | 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 |
import core.stdc.stdio;
import core.time;
import std.math;
import usomath;
@nogc:
nothrow:
enum cam_dir {
forward,
backward,
left,
right,
up,
down
};
v3 pos = v3(0f, 0f, -1f);
v3 front = v3(0f, 0f, 1f,);
v3 up = v3(0f, 1f, 0f);
v3 right = v3(0f, 0f, 0f);
v3 abs_up = v3(0f, 1f, 0f);
float y... | D |
/*
REQUIRED_ARGS: -dip1000
PERMUTE_ARGS:
*/
/*
TEST_OUTPUT:
---
fail_compilation/retscope3.d(2008): Error: returning `& i` escapes a reference to local variable `i`
fail_compilation/retscope3.d(2017): Error: returning `S2000(& i)` escapes a reference to local variable `i`
---
*/
#line 2000
// https://issues.dlang.or... | 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 |
/**
* Authors: Nawia Team <development@nawia.net>
* License: GNU Lesser General Public License
* Todo: Replace semi-c API with D API + C-bindings
*/
module rme;
private {
import std.string : toStringz;
import std.file;
import std.path : buildPath;
import std.exception : enforce;
import std.conv : ... | D |
module test.websocket;
import hunt.util.Test;
import hunt.util.runner.RunWith;
import hunt.util.runners.Parameterized;
import java.util.Collections;
/**
*
*/
public class TestWebSocketNoExtension extends TestWebSocket {
override
public void test() {
testServerAndClient(Collections.emptyList... | D |
//-------- Spell Commands --------
// SPL_DONTINVEST = 0; // Es können keine weiteren Manapunkte investiert werden. Erst durch CTRL loslassen geht der Spell ab
// SPL_RECEIVEINVEST = 1; // Wirkung durchgeführt, es können weitere Invest kommen, zB.bei Heal nach jedem Pöppel
// SPL_SENDCAST = 2; // Starte den Z... | D |
/Users/sunny/Documents/MVVMC-Poc/Build/Intermediates.noindex/MVVMC-Poc.build/Debug-iphonesimulator/MVVMC-Poc.build/Objects-normal/x86_64/ViewController.o : /Users/sunny/Documents/MVVMC-Poc/MVVMC-Poc/SceneDelegate.swift /Users/sunny/Documents/MVVMC-Poc/MVVMC-Poc/AppDelegate.swift /Users/sunny/Documents/MVVMC-Poc/MVVMC-P... | D |
E: c12, c21, c16, c76, c84, c43, c87, c54, c61, c23, c33, c47, c112, c40, c10, c62, c30, c88, c77, c91, c70, c60, c49, c57, c8, c65, c4, c28, c79, c71, c20, c86, c93, c39, c68, c113, c109, c92, c25, c44, c96, c114, c26, c103, c78, c85, c83, c63, c29, c90, c105, c15, c94, c50, c11, c115, c24, c95, c66, c55, c6, c69, c74... | D |
instance DIA_BaalTyon_Exit(C_Info)
{
npc = GUR_1210_BaalTyon;
nr = 999;
condition = DIA_BaalTyon_Exit_Condition;
information = DIA_BaalTyon_Exit_Info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func int DIA_BaalTyon_Exit_Condition()
{
return 1;
};
func void DIA_BaalTyon_Exit_Info()
{
AI_Stop... | D |
import std.stdio, std.string, std.array, std.conv, std.datetime, core.memory, std.file;
import move;
import bitboard;
import square;
import squares;
import flips;
import position;
import search;
import hash;
import masks;
import test;
void main (char[][] args) {
Tree t;
Position p;
TestResults ts = new Tes... | D |
/**
The context the translation happens in, to avoid global variables
*/
module dpp.runtime.context;
alias LineNumber = size_t;
// A function or global variable
struct Linkable {
LineNumber lineNumber;
string mangling;
}
/**
Context for the current translation, to avoid global variables
*/
struct Co... | D |
the third canonical hour
the cardinal number that is the sum of one and one and one
one of three equal parts of a divisible whole
| D |
module java.util.HashSet;
import java.lang.all;
import java.util.Set;
import java.util.Collection;
import java.util.Iterator;
version(Tango){
static import tango.util.container.HashSet;
} else { // Phobos
}
/**
* This class implements the {@code Set} interface, backed by a hash table
* (actually ... | D |
/Users/christofferwahlman/Desktop/CrazyColor/CrazyColors/build/CrazyColors.build/Debug-iphonesimulator/CrazyColors.build/Objects-normal/x86_64/AppDelegate.o : /Users/christofferwahlman/Desktop/CrazyColor/CrazyColors/CrazyColors/Classes/Scene\ Classes/MainMenuScene.swift /Users/christofferwahlman/Desktop/CrazyColor/Craz... | D |
int[3] a = [ 1:2, 3 ]; // a[0] = 0, a[1] = 2, a[2] = 3
enum Color { red, blue, green };
int value[Color.max + 1] =
[ Color.blue :6,
Color.green:2,
Color.red :5 ];
private void failure()
{
static struct A {
int a, b, c;
}
A [2][2] tests = [
[ {1, 2, 3}, {}],
[ {1}, ]
... | D |
/*
* main.d
*
* This module contains the boot and initialization logic
* for an architecture
*
*/
module kernel.arch.x86.main;
// import normal architecture dependencies
// TODO: all of this
// To return error values
import kernel.core.error;
import kernel.core.log;
import kernel.core.kprintf;
// We need some... | D |
/Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim/Build/Intermediates.noindex/SiberSuclarTanitim.build/Debug-iphonesimulator/SiberSuclarTanitim.build/Objects-normal/x86_64/AppDelegate.o : /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/SiberSuclarTanitim/LoginS... | D |
/Users/nabil/Desktop/Vinci/PFE/MazaB4E/Build/Intermediates/MazaganShowCase.build/Debug-iphonesimulator/MazaganShowCase.build/Objects-normal/x86_64/ActiviteController.o : /Users/nabil/Desktop/Vinci/PFE/MazaB4E/MazaganShowCase/Controllers/ViewControllerSegmented.swift /Users/nabil/Desktop/Vinci/PFE/MazaB4E/MazaganShowCas... | D |
/Users/ThiagoBevi/Dev-iOS/Marvel/Build/Intermediates/Pods.build/Debug-iphonesimulator/Nimble.build/Objects-normal/x86_64/ThrowError.o : /Users/ThiagoBevi/Dev-iOS/Marvel/Pods/Nimble/Sources/Nimble/DSL.swift /Users/ThiagoBevi/Dev-iOS/Marvel/Pods/Nimble/Sources/Nimble/Matchers/MatcherFunc.swift /Users/ThiagoBevi/Dev-iOS/M... | 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 Walter ... | 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 |
module test_linkedlist;
import betterc;
extern(C):
@nogc:
nothrow:
void testLinkedList() {
printf("Testing LinkedList ...\n");
void assertList(LinkedList!int* list, int[] values...) {
assert(list.length == values.length);
assert(list.isEmpty == (list.length==0));
for(auto i=0; i<val... | D |
module grape.geometry;
import grape.math;
import std.stdio;
import std.algorithm;
import std.array;
struct CoordinateSystem {
public:
CoordinateSystem opBinary(string op)(Vec3 vec3) if (op == "+") {
CoordinateSystem result;
result.set_position( _list[0].vec3 + vec3,
_list[... | D |
/**
* Package module for the core modules.
*
* Authors:
* Jacob Jensen
* License:
* https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE
*/
module poison.core;
public {
import poison.core.application;
import poison.core.vector;
import poison.core.location;
import poison.core.eventobserver;
impor... | D |
/Users/berniesnell/RecurseCenter/projects/testing/adder/target/rls/debug/deps/adder-fee1076fbc1b773f.rmeta: src/lib.rs
/Users/berniesnell/RecurseCenter/projects/testing/adder/target/rls/debug/deps/adder-fee1076fbc1b773f.d: src/lib.rs
src/lib.rs:
| D |
/++
This is a submodule of $(MREF mir,ndslice).
Selectors create new views and iteration patterns over the same data, without copying.
$(BOOKTABLE $(H2 Sequence Selectors),
$(TR $(TH Function Name) $(TH Description))
$(T2 cycle, Cycle repeates 1-dimensional field/range/array/slice in a fixed length 1-dimensional sli... | D |
module blockie.model2.M2DeOptimiser;
///
/// Convert render-optimised voxels into edit-optimised voxels.
///
import blockie.model;
final class M2DeOptimiser {
// todo
} | D |
(of a triangle) having two sides of equal length
| D |
/Users/samson/Development/mee/build/ios/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o : /Users/samson/Development/mee/ios/Runner/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Objective... | D |
instance VLK_4120_Bilgot(Npc_Default)
{
name[0] = "Bilgot";
guild = GIL_OUT;
id = 4120;
voice = 5;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Mil_Sword);
B_CreateAmbientInv(self);
CreateInvItems(self,ItPo_Health_02,4);
Create... | D |
/*
* Kerisy - A high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design.
*
* Copyright (C) 2021, Kerisy.com
*
* Website: https://www.kerisy.com
*
* Licensed under the Apache-2.0 License.
*
*/
module kerisy.view.algo.Wrapper;
private
{
import std.algor... | D |
import diet.internal.html : htmlEscape, htmlAttribEscape;
import std.format : formattedWrite;
#line 1 "layout.dt"
import qv.enums; {
#line 1 "layout.dt"
}
_diet_output.put("<!DOCTYPE html><head><!--/ Blobal CSS and JS--><link rel=\"stylesheet\" href=\"/");
#line 6 "layout.dt"
_diet_output.htmlAttribEscape(AssetsURL.cs... | 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 |
/*******************************************************************************
* Copyright (c) 2000, 2005 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 |
/home/santiago/Repositories/rust-projects/rpm/target/debug/deps/pin_project_lite-167f1dc2b469b83b.rmeta: /home/santiago/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.1.12/src/lib.rs
/home/santiago/Repositories/rust-projects/rpm/target/debug/deps/libpin_project_lite-167f1dc2b469b83b.rlib: /home/san... | D |
instance GUR_8037_CADAR(Npc_Default)
{
name[0] = "Идол Кадар";
guild = GIL_GUR;
id = 8037;
voice = 4;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,6);
level = 1;
fight_tactic = FAI_HUMAN_NORMAL;
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
B_CreateAmbientInv(self)... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.