code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/**
* Multiple linear regression for the multiple QTL modelling and scanning routine
**/
module qtl.core.mqm.regression;
import std.math, std.stdio, std.conv;
import qtl.core.mqm.matrix, qtl.core.mqm.statistics, qtl.core.mqm.mqmutils;
import qtl.core.mqm.LUdecomposition;
/*
* Structure holding our MQM model
*/
s... | D |
a useful or valuable quality
the arithmetic operation of summing
on the positive side or higher end of a scale
involving advantage or good
| D |
/*
* Collie - An asynchronous event-driven network framework using Dlang development
*
* Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd
*
* Developer: putao's Dlang team
*
* Licensed under the Apache-2.0 License.
*
*/
module collie.utils.bytes;
import core.stdc.string;
import std.traits;
import... | D |
instance NASZ_115_Kurgan (Npc_Default)
{
// ------ NSC ------
name = "Kurgan";
guild = GIL_DJG;
id = 115;
voice = 1;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_MAIN;
aivar[AIV_IgnoresArmor] = TRUE;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4);... | D |
/root/Klug-Dossier/target/release/deps/miow-1c01f9b15406b336.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/miow-0.3.6/src/lib.rs
/root/Klug-Dossier/target/release/deps/libmiow-1c01f9b15406b336.rlib: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/miow-0.3.6/src/lib.rs
/root/Klug-Dossier/target/re... | D |
the environmental condition
the area in which something exists or lives
| D |
module core.rule.judge;
import core.dto.common : Player, Cell, Position;
import core.rule.base : isAllMighty, isCenter, getCell;
import std.conv : to;
bool canReverse(int turn, Cell[][] field, Position to, Player player) {
return canReverseTo(turn, field, to, player, -2, 0)
|| canReverseTo(turn, field, t... | D |
someone who promotes or exchanges goods or services for money
| D |
having a fringe of slender processes
| D |
RTE/CMSIS_Driver/USBH_FS_STM32F4xx.o: C:/Users/david.waldo/AppData/Local/Arm/Packs/Keil/STM32F4xx_DFP/2.14.0/CMSIS/Driver/USBH_FS_STM32F4xx.c
RTE/CMSIS_Driver/USBH_FS_STM32F4xx.o: C:/Users/david.waldo/AppData/Local/Arm/Packs/ARM/CMSIS/5.7.0/CMSIS/Driver/Include/Driver_USBH.h
RTE/CMSIS_Driver/USBH_FS_STM32F4xx.o: C:/Use... | D |
/Users/Amna/Downloads/code /target/debug/deps/cfg_if-0116836400fb5b1a.rmeta: /Users/Amna/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs
/Users/Amna/Downloads/code /target/debug/deps/libcfg_if-0116836400fb5b1a.rlib: /Users/Amna/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/... | D |
/**
This module contains support for controlling dynamic arrays' concatenation
Copyright: Copyright Digital Mars 2000 - 2019.
License: Distributed under the
$(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
(See accompanying file LICENSE)
Source: $(DRUNTIMESRC core/inte... | D |
/Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Eureka.build/Objects-normal/x86_64/SelectorRow.o : /Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Pods/Eureka/Source/Validations/RuleURL.swift /Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Pods/Eureka/Source/Validations/RuleR... | D |
module acl.convolution;
import acl.internal_math;
import acl.modint;
import acl.internal_bit;
unittest
{
assert(cast(int[])([]) == convolution(cast(int[])([]), cast(int[])([])));
assert(cast(int[])([]) == convolution(cast(int[])([]), [1, 2]));
assert(cast(int[])([]) == convolution([1, 2], cast(int[])([]))... | D |
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Server/NIOServer.swift.o : /Users/work/Projects/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/work/Projects/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Content/FormDataC... | 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 distributio... | D |
module hunt.database.driver.mysql.impl.MySQLPoolImpl;
import hunt.database.driver.mysql.impl.MySQLConnectionFactory;
import hunt.database.driver.mysql.impl.MySQLConnectionImpl;
import hunt.database.driver.mysql.MySQLConnectOptions;
import hunt.database.driver.mysql.MySQLPool;
import hunt.database.base.AsyncResult;
i... | D |
func void ZS_TurnAway()
{
PrintDebugNpc(PD_ZS_FRAME,"ZS_TurnAway");
C_ZSInit();
Npc_PercEnable(self,PERC_ASSESSENEMY,B_AssessEnemy);
Npc_PercEnable(self,PERC_ASSESSDAMAGE,ZS_ReactToDamage);
Npc_PercEnable(self,PERC_ASSESSMAGIC,B_AssessMagic);
B_RemoveWeapon(self);
AI_TurnAway(self,hero);
B_Say(self,NULL,"$LookA... | D |
/**
* Display screenshot capabilities.
*
* Copyright: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: $(LINK2 http://cattermole.co.nz, Richard Andrew Cattermole)
*/
module cf.spew.ui.display.features.screenshot;
import cf.spew.ui.display.defs;
import devisualization.image : ImageSt... | D |
module android.java.android.app.DownloadManager;
public import android.java.android.app.DownloadManager_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!DownloadManager;
import import5 = android.java.java.lang.Long;
import import7 = android.java.java.lang.Class;
import import1 = android.java.an... | D |
the trait of sincere and steadfast fixity of purpose
the act of binding yourself (intellectually or emotionally) to a course of action
an engagement by contract involving financial obligation
a message that makes a pledge
the official act of consigning a person to confinement (as in a prison or mental hospital)
| D |
/Users/hiroko/rl/Tsuga_personal/target/rls/debug/examples/mnist-5f052b6510f6f67c.rmeta: examples/mnist.rs
/Users/hiroko/rl/Tsuga_personal/target/rls/debug/examples/mnist-5f052b6510f6f67c.d: examples/mnist.rs
examples/mnist.rs:
| D |
func void b_draxlearn()
{
if((KNOWS_GETTEETH == FALSE) || (KNOWS_GETFUR == FALSE) || (KNOWS_GETCLAWS == FALSE) || (KNOWS_GETHIDE == FALSE))
{
Info_ClearChoices(org_819_drax_learn);
Info_AddChoice(org_819_drax_learn,DIALOG_BACK,org_819_drax_learn_back);
if(KNOWS_GETTEETH == FALSE)
{
if(DIFF_HARD ==... | D |
module bddl.lexer;
import std.array;
import std.variant;
import core.stdc.ctype;
import std.algorithm;
enum TokenType
{
Symbol, Number, String, Operator, Other
}
struct Token
{
TokenType type;
string val;
}
bool isValidSymbolChar(char ch)
{
return isalnum(ch) || ch == '_';
}
bool isValidSymbolLeadi... | D |
module Engine.Systems.BatchSystem;
import Engine.System;
import Engine.CStorage;
import Engine.Entity;
import Engine.Batch;
class BatchSystem : System {
package static Batch[] batches;
override void start() {
}
override void onEntityEnter(Entity e) {
foreach(c ; e.Components) {
auto b = c.Cast!(Batchabl... | D |
module components;
import avocado.core;
import avocado.gl3;
import avocado.sdl2;
import config;
import osu;
mixin BasicComponent!("VelocityComponent", vec3);
mixin BasicComponent!("LockCamera", Camera*);
final struct PositionComponent
{
vec3 position;
quat rotation = quat.identity;
vec3 offset = vec3(0);
mixin ... | D |
the quality of being valid and rigorous
the quality of having legal force or effectiveness
the property of being strong and healthy in constitution
| D |
import scone;
void main()
{
frame.title("👮🏿♀️");
frame.size(40, 12);
bool run = true;
auto lastInput = KeyboardEvent();
while (run)
{
foreach (input; input.keyboard)
{
// if CTRL+C is pressed
if (input.key == SK.c && input.hasControlKey(SCK.ctrl)... | 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="model.notation#_cCHXIIt0EeOyfZZDtS... | D |
module test;
import foo;
void main()
{
auto s = S(1, 2, 3);
}
| D |
an open jar of glass or porcelain used as an ornament or to hold flowers
| D |
/**
Command line tool that filters TSV files.
This tool filters tab-delimited files based on numeric or string comparisons
against specific fields. See the helpText string for details.
Copyright (c) 2015-2017, eBay Software Foundation
Initially written by Jon Degenhardt
License: Boost Licence 1.0 (http://boost.org/L... | D |
/Users/harukikondo/git/RustTodoApp/todo/target/debug/deps/actix_rt-b2ffb39b4146b4b4.rmeta: /Users/harukikondo/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/lib.rs /Users/harukikondo/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/arbiter.rs /Users/harukikondo/.cargo/registry/src/... | D |
import ufcs4c;
auto minus(T,T2)(Maths!T maths, T a, T2 b) {
maths.value = a - b;
return maths;
}
| D |
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/URLEncodedForm.build/Data/URLEncodedFormData.swift.o : /Users/nice/HelloWord/.build/checkouts/url-encoded-form.git-6880606379968884505/Sources/URLEncodedForm/Data/URLEncodedFormData.swift /Users/nice/HelloWord/.build/checkouts/url-encoded-form.git-688060637996... | D |
/// Generate by tools
module org.apache.http.message.BasicLineFormatter;
import java.lang.exceptions;
public class BasicLineFormatter
{
public this()
{
implMissing();
}
}
| D |
import pegged.peg;
import std.stdio;
bool check(const ref ParseTree p)
{
if(!p.successful)
return false;
if(!checkBoundaries(p, 0, p.input.length))
return false;
return true;
}
private:
bool checkBoundaries(const ref ParseTree p, size_t begin, size_t end)
{
if(p.begin != begin)
{
writeln("[Pegged] elemen... | D |
/**
* Module for the entry point and main handling of the compiler.
*
* License: MIT (https://github.com/Royal Programming Language/bl/blob/master/LICENSE)
*
* Copyright 2019 © Royal Programming Language - All Rights Reserved.
*/
module main;
import std.stdio : writeln, writefln, readln;
import configuration;
import ... | D |
module UnrealScript.UTGame.UTUIDataStore_StringAliasBindingsMap;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.UDKBase.UDKUIDataStore_StringAliasBindingMap;
extern(C++) interface UTUIDataStore_StringAliasBindingsMap : UDKUIDataStore_StringAliasBindingMap
{
public extern(D):
private ... | D |
/*
* hunt-proton: AMQP Protocol library for D programming language.
*
* Copyright (C) 2018-2019 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.proton.codec.security.SaslResponseType;
import hunt.collection.Collections;
import hunt.c... | D |
// This code has been mechanically translated from the original FORTRAN
// code at http://netlib.org/quadpack.
/** Authors: Lars Tandle Kyllingstad
Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved.
License: Boost License 1.0
*/
module scid.ports.quadpack.qage;
import std.algorit... | D |
deprecated("Using hunt.http.HttpHeader instead.")
module hunt.http.codec.http.model.HttpHeaderValue;
| D |
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Dematerialize.o : /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/Leex/TableView_Test2... | D |
import bindbc.raylib;
import loader = bindbc.loader.sharedlib;
import std.conv : to;
import std.format;
import std.stdio;
import std.string : toStringz;
void main(string[] args) {
RaylibSupport retVal = loadRaylib();
if (retVal != raylibSupport) {
foreach (info; loader.errors) {
writefln("e: %s, m... | D |
module unecht.core.componentManager;
version(UEIncludeEditor):
import unecht.core.component:UEComponent;
import unecht.core.components.editor.menus:EditorMenuItem;
///
mixin template UERegisterInspector(T)
{
shared static this()
{
import unecht.meta.uda:getUDA;
enum componentName = getUDA!(T... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
module hunt.wechat.bean.message.PrivateTemplate;
class PrivateTemplate {
private string template_id;
private string title;
private string primary_industry;
private string deputy_industry;
private string content;
private string example;
public string getTemplate_id() {
return templ... | D |
module bulletml.elements.wait;
private import bulletml.elements._element;
private import bulletml.data.wait;
public class EWait: BulletMLElement {
public:
mixin Storage!Wait;
private:
public override void setup(ElementParser p) {
p.onText = (string s) {
value.frames = parseExpression(s);
... | 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 |
/*******************************************************************************
Abstract fake node for integration with turtle's registry of env additions.
TODO: this module will be included in a future major release of swarm. When
available in swarm, this module should be removed.
Copyright:
... | D |
module Data.Report;
import Data.Section;
class Report {
Section[] sections;
public void addSection(Section s) {
sections ~= s;
}
override
{
// Here we see the import statement used in the scope of the override
import std.stdio;
string toString() {
string val;
foreach(Section s; sections) {
... | D |
class Recipe
{
alias FuncAmountWaterMlType = int delegate() pure nothrow;
alias FuncBrewType = string delegate() pure nothrow;
this(const(FuncAmountWaterMlType) funcAmountWaterMl,
const(FuncBrewType) funcBrew) pure nothrow
{
m_amountWaterMl = funcAmountWaterMl;
m_brew = funcBrew;
}
int amou... | D |
module android.java.android.service.voice.AlwaysOnHotwordDetector_Callback_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.android.service.voice.AlwaysOnHotwordDetector_EventPay... | D |
/Users/nabil/Downloads/AlbumsMnager/Build/Intermediates/Pods.build/Debug-iphonesimulator/GBHFacebookImagePicker.build/Objects-normal/x86_64/GBHFacebookPickerConfig.o : /Users/nabil/Downloads/AlbumsMnager/Pods/GBHFacebookImagePicker/GBHFacebookImagePicker/Classes/Model/GBHFacebookImage.swift /Users/nabil/Downloads/Album... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
/**
Documentation comment on module
*/
deprecated("msg") @(1)
module ddoc13645;
| D |
module mage.util.stream;
import mage;
mixin template StreamWriteln()
{
string newLine = "\n";
int indentation = 0;
string indentString = " ";
/// Increase indentation. Does not write.
void indent() {
++indentation;
}
/// Decrease indentation to a minimum of 0. Does not write.
void dedent() {
... | D |
/Users/Dawid/Nauka/Game Dev/Typespeed/target/release/build/proc-macro2-43660df0037b038e/build_script_build-43660df0037b038e: /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.8/build.rs
/Users/Dawid/Nauka/Game Dev/Typespeed/target/release/build/proc-macro2-43660df0037b038e/build_script_build... | D |
INSTANCE MIL_121_Brutus (C_NPC)
// PlayerInstanz
{
//-------- primary data --------
name = "Brutus";
Npctype = NPCTYPE_MAIN;
guild = GIL_MILITIA;// VORSICHT: Muß auch in der B_Arena_UnselectFight() geändert werden!!!
level = 25;
voice = 6;
id = 121;
flags = 0;
//-------- at... | D |
/Users/imutayuji/programming/rust_practice/start-aw/target/debug/build/bitflags-a7f170b035de5e72/build_script_build-a7f170b035de5e72: /Users/imutayuji/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/build.rs
/Users/imutayuji/programming/rust_practice/start-aw/target/debug/build/bitflags-a7f170b035de5e72... | D |
/Users/fOrest/Documents/WORKBENCH/Projects/FoodOrdering/Build/Intermediates/FoodOrdering.build/Debug-iphonesimulator/FoodOrdering.build/Objects-normal/x86_64/FoodOrderingAddOtherItemsViewController.o : /Users/fOrest/Documents/WORKBENCH/Projects/FoodOrdering/FoodOrdering/SceneDelegate.swift /Users/fOrest/Documents/WORKB... | D |
the cardinal number that is the product of ten and eight
being ten more than seventy
| D |
/Users/thomaslacan/git/MyJogs-vapor/.build/x86_64-apple-macosx10.10/debug/Service.build/Utilities/ServiceError.swift.o : /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/service.git-3263332778848588464/Sources/Service/Services/ServiceID.swift /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/service.git-32633327... | D |
struct S
{
this(int) {}
~this() {}
}
int g(S a, S b)
{
return 1;
}
void main()
{
true ? g(S(), S(1)) : {}();
}
| D |
instance Spell_InstantFireball(C_Spell_Proto)
{
time_per_mana = 0;
damage_per_level = SPL_DAMAGE_InstantFireball;
damagetype = DAM_FIRE;
};
func int Spell_Logic_InstantFireball(var int manaInvested)
{
if((self.guild == GIL_FIREGOLEM) || (self.aivar[AIV_MM_REAL_ID] == ID_DRAGON_FIRE))
{
AI_PrintClr("To nebude ... | D |
module connection;
import std.socket;
import util.connection;
import http.client;
import http.common;
import std.stdio;
import url.parser;
alias baseRequest = BaseHTTPConnection.request;
class HTTPConnection : BaseHTTPConnection{
private:
//default_socket_options = [(socket.IPPROTO_TCP, socket.TCP_NODELAY, 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 |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
283.600006 83.1999969 4.4000001 84.1999969 2 4 -38 142.5 140 6.19999981 6.19999981 sediments, limestone, extrusives
21.8999996 87.1999969 3.5 52 0 4 -37 143.399994 9069 4.4000001 4.4000001 extrusives, basalts
52 88 1.89999998 323 0 1 -38 140.699997... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice12838.d(27): Error: cannot implicitly convert expression `1` of type `int` to `string`
---
*/
struct Tuple(T...)
{
T field;
alias field this;
}
struct Data
{
string a;
}
template toTuple(T)
{
mixin(`alias toTuple = Tuple!(string);`);
}
void main()
{
toTupl... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/SMTP.build/Client/SMTPClient+Reply.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/engine.git-3311994267206676365/Sources/SMTP/Utility/NSUUID+SMTPMessageID.swift /Users/AleixDiaz/Desktop/VaporProject/LaS... | D |
module android.java.java.util.UUID;
public import android.java.java.util.UUID_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!UUID;
import import0 = android.java.java.util.UUID;
import import1 = android.java.java.lang.Class;
| 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.982534559 intrusives, basalt
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.322887144 extrusives, intrusives
346 61 9 41.2000008 35 100 -31.3999996 138.600006 1170 13 15 0... | 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 comp;
import assembler;
import cerealed;
import os;
import std.file;
import std.getopt;
import std.stdio: writeln;
import std.string;
void compile(string libname) {
string file = readText(libname ~ ".asm");
CodeUnit cu = parseEntire(file);
writeln(cu.imports);
auto cerealiser = new Cerealiser();
ce... | D |
/Users/yingyuhang/Desktop/学习/Rust-numerical-library/Numerical-Lib/target/debug/build/packed_simd-29c49d13318b9b42/build_script_build-29c49d13318b9b42: /Users/yingyuhang/.cargo/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.3/build.rs
/Users/yingyuhang/Desktop/学习/Rust-numerical-library/Numerical-Lib/target/de... | D |
/*******************************************************************************
* Copyright (c) 2000, 2007 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 |
/*
* 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 |
module math.earth;
import math.geometry;
import std.math;
void assertLongitude( T )( in T longitude ) pure
{
assert( longitude >= -PI, "Longitude is too small" );
assert( longitude <= PI, "Longitude is too big" );
}
void assertLatitude( T )( in T latitude ) pure
{
assert( latitude >= -PI_2, "Latitude is... | D |
module cc;
import std.math;
import dlib.math.vector;
import dlib.math.matrix;
import dlib.math.affine;
import dlib.math.utils;
import dmech.world;
import dmech.rigidbody;
import dmech.geometry;
import dmech.raycast;
import dmech.contact;
/*
* CharacterController implements kinematic body on top of dmech dynamics:... | D |
instance BDT_1045_Bandit_L(Npc_Default)
{
name[0] = NAME_Bandit;
guild = GIL_BDT;
id = 1045;
voice = 1;
flags = 0;
npcType = NPCTYPE_AMBIENT;
aivar[AIV_EnemyOverride] = TRUE;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_Addon_BanditTrader);
B_CreateAmbientInv(self);... | D |
/++
Low-level betterC utilities for big integer arithmetic libraries.
The module provides $(REF BigUIntView), and $(LREF BigIntView), $(REF DecimalView).
Note:
The module doesn't provide full arithmetic API for now.
+/
module mir.bignum.low_level_view;
import mir.checkedint;
import std.traits;
private alias co... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice12574.d(40): Error: sequence index `2` out of bounds `[0 .. 2]`
fail_compilation/ice12574.d(53): Error: template instance `ice12574.reduce!("a", "a").reduce!(Tuple!(int, int, int))` error instantiating
---
*/
struct Tuple(T...)
{
alias Types = T;
T field;
alias field... | D |
/**
* This module implements $(D TestSuite), an aggregator for $(D TestCase)
* objects to run all tests.
*/
module unit_threaded.testsuite;
import unit_threaded.testcase: TestCase;
/*
* taskPool.amap only works with public functions, not closures.
*/
auto runTest(TestCase test)
{
return test();
}
/**
* Re... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.build/HTTPServerProtocolErrorHandler.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/swift-nio.git-3108475404973543938/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/user/Documents/RiseTimeAssets/server/.b... | D |
/**
* Authors: Frank Benoit <keinfarbton@googlemail.com>
*/
module java.io.OutputStream;
import java.lang.all;
public abstract class OutputStream {
public this(){
}
public abstract void write( int b );
public void write( in byte[] b ){
foreach( bv; b ){
write(bv);
}
... | D |
/**
* Output to ELF object files
*
* http://www.sco.com/developers/gabi/2003-12-17/ch4.sheader.html
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) ?-1998 by Symantec
* Copyright (C) 2000-2023 by The D Language Foundation,... | D |
instance ItRw_Arrow(C_Item)
{
name = "Стрела";
mainflag = ITEM_KAT_MUN;
flags = ITEM_BOW | ITEM_MULTI;
value = Value_Pfeil;
visual = "ItRw_Arrow.3ds";
material = MAT_WOOD;
description = name;
text[5] = NAME_Value;
count[5] = value;
};
instance ItRw_Bolt(C_Item)
{
name = "Болт";
mainflag = ITEM_KAT_MUN;
fl... | D |
/**
* Copyright: Copyright Jason White, 2016
* License: MIT
* Authors: Jason White
*
* Description:
* Generates input for GraphViz.
*/
module button.build;
import std.range : ElementType;
import std.parallelism : TaskPool;
import button.graph;
import button.task;
import button.resource;
import button.edge,... | D |
// **************************************
// EXIT
// **************************************
instance DIA_GRD_275_Brueckenwache_Exit (C_INFO)
{
npc = GRD_275_Brueckenwache;
nr = 999;
condition = DIA_GRD_275_Brueckenwache_Exit_Condition;
information = DIA_GRD_275_Brueckenwache_Exit_Info;
permanent = 1;
de... | D |
public import barec;
public import ldc.attributes;
public import ldc.intrinsics;
public import core.bitop;
public import core.atomic;
public import core.checkedint;
public import core.vararg;
public import std.meta;
public import std.traits;
public import std.typecons;
public import std.range.primitives;
public import ... | D |
//----------------------------------------------------------------------
// Copyright 2007-2011 Mentor Graphics Corporation
// Copyright 2007-2011 Cadence Design Systems, Inc.
// Copyright 2010 Synopsys, Inc.
// Copyright 2014 Coverify Systems Technology
// All Rights Reserved Worldwide
//
// Licensed unde... | D |
module search_state;
import std.stdio;
import std.string;
import std.algorithm;
import std.array;
import std.random;
import utils;
import board8;
import state;
import defense_state;
import defense;
class BaseSearchState(T, S)
{
S state;
float lower_bound = -float.infinity;
float upper_bound = float.inf... | D |
/+
This module is part of d2sqlite3.
Authors:
Nicolas Sicard (biozic) and other contributors at $(LINK https://github.com/biozic/d2sqlite3)
Copyright:
Copyright 2011-18 Nicolas Sicard.
License:
$(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
+/
module d2sqlite3.internal.util;
import st... | D |
/*****************************************************************************
*
* Higgs JavaScript Virtual Machine
*
* This file is part of the Higgs project. The project is distributed at:
* https://github.com/maximecb/Higgs
*
* Copyright (c) 2012-2013, Maxime Chevalier-Boisvert. All rights re... | D |
module framework.implementation.gui.ieventarray;
import framework.implementation.gui.systemevent;
import framework.implementation.gui.ievent;
/*class AbstractEventArray {
abstract uint key();
abstract void add( AbstractEvent );
abstract void opCall( SystemEvent* pSystemEvent );
}*/
interface IEven... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.t... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1994-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: backendli... | 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 |
/*
* Copyright (C) 2013 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 app... | D |
module ast;
import hurt.io.stdio;
class Ast {
public void production0(int a, int b, int c) {
printfln("production0 %d %d %d", a, b, c);
}
public void production1(int a, int b) {
printfln("production1 %d %d", a, b);
}
}
| D |
/Users/sharmpi/Desktop/FacebookMessenger/Build/Intermediates/FacebookMessenger.build/Debug-iphonesimulator/FacebookMessenger.build/Objects-normal/x86_64/AppDelegate.o : /Users/sharmpi/Desktop/FacebookMessenger/FacebookMessenger/ViewControllers/ChatLogController.swift /Users/sharmpi/Desktop/FacebookMessenger/FacebookMes... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.