code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module ws.gui.inputFieldSimple;
import
std.conv,
ws.event,
ws.io,
ws.time,
ws.math.math,
ws.gl.draw,
ws.gui.base,
ws.gui.text;
class InputField: Base {
bool hasFocus = false;
Event!string onEnter;
string text;
size_t cursor;
string error;
double errorTime;
bool blockChar;
... | D |
#!/usr/bin/env dub
/+ dub.sdl:
name "bench_jwtd"
targetType "executable"
dependency "jwtd" version="~>0.4.6"
configuration "phobos" {
targetName "bench_jwtd_phobos"
subConfiguration "jwtd" "phobos"
}
configuration "openssl" {
targetName "bench_jwtd_openssl"
sub... | D |
/workspace/target/debug/deps/lazy_static-add60b10b58fc28f.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs
/workspace/target/debug/deps/lazy_static-add60b10b58fc28f.d: /root/.cargo/regist... | D |
//
// Hello World client
// Connects REQ socket to tcp://localhost:5555
// Sends "Hello" to server, expects "World" back
//
import zmq;
import std.stdio;
import core.thread;
int main ()
{
void *context = zmq_ctx_new ();
// Socket to talk to server
writeln ("Connecting to hello world server…");
voi... | D |
/**
Copyright: Martin Nowak 2013-.
License: MIT License, see LICENSE
Authors: $(WEB code.dawg.eu, Martin Nowak)
*/
module hyphenate;
import std.algorithm, std.conv, std.range;
import std.ascii : isDigit;
import std.uni : toLower;
import std.stdio, std.traits;
import core.bitop;
/**
Compressed representati... | D |
// Compiler implementation of the D programming language
// Copyright (c) 1999-2015 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
module ddmd.root.port;
import core.... | D |
/Users/radibarq/developer/NasaInArabic/build/Pods.build/Debug-iphonesimulator/YoutubeKit.build/Objects-normal/x86_64/ContentDetails.o : /Users/radibarq/developer/NasaInArabic/Pods/YoutubeKit/YoutubeKit/API/Models/ResourceID.swift /Users/radibarq/developer/NasaInArabic/Pods/YoutubeKit/YoutubeKit/YoutubeDataAPI.swift /Us... | D |
module app;
import vibe.core.core;
import vibe.core.log;
import vibe.core.stream;
import vibe.stream.operations;
import vibe.stream.wrapper;
import vibe.stream.tls;
import vibe.stream.taskpipe;
import std.encoding : sanitize;
TLSContext createContext(TLSContextKind kind, string cert, string key, string trust, TLSPeer... | D |
/* THIS FILE GENERATED BY bcd.gen */
module bcd.libxml2.catalog;
align(4):
public import bcd.libxml2.threads;
public import bcd.libxml2.globals;
public import bcd.libxml2.SAX2;
public import bcd.libxml2.SAX;
public import bcd.libxml2.xlink;
public import bcd.libxml2.parser;
public import bcd.libxml2.xmlIO;
public impor... | D |
module distGraph.skeleton.MapVertices;
import distGraph.mpiez.admin;
public import distGraph.skeleton.Register;
import std.traits;
import std.algorithm;
import std.conv;
import distGraph.utils.Options;
import distGraph.dgraph.Vertex;
import distGraph.dgraph.DistGraph;
import distGraph.skeleton.Compose;
private bool ch... | D |
public import GType;
public import GSList;
public import GList;
public import sym_table;
public import dt;
extern (C):
/*---------------------------------------------------------------------------*
* modile declarations *
*---------------------------------------... | D |
// Written in the D programming language.
/**
* Templates to manipulate template argument lists (also known as type lists).
*
* Some operations on alias sequences are built in to the language,
* such as TL[$(I n)] which gets the $(I n)th type from the
* alias sequence. TL[$(I lwr) .. $(I upr)] returns a new type
... | D |
instance TPL_1400_GorNaBar(Npc_Default)
{
name[0] = "Gor Na Bar";
npcType = npctype_main;
guild = GIL_TPL;
level = 17;
flags = 0;
voice = 9;
id = 1400;
attribute[ATR_STRENGTH] = 95;
attribute[ATR_DEXTERITY] = 75;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 274;
att... | D |
# FIXED
PROFILES/serial_port_service.obj: C:/ti/ble_examples-simplelink_sdk-1.35/source/ti/ble5stack/profiles/serial_port/serial_port_service.c
PROFILES/serial_port_service.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/include/string.h
PROFILES/serial_port_service.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.... | D |
const int Value_Dragonegg = 200;
const int Value_OrcEliteRing = 130;
instance ItAm_Mana_Angar_MIS(C_Item)
{
name = NAME_Amulett;
mainflag = ITEM_KAT_MAGIC;
flags = ITEM_AMULET | ITEM_MISSION;
value = Value_Am_Mana;
visual = "ItAm_Mana_01.3ds";
visual_skin = 0;
material = MAT_METAL;
on_equip = Equip_ItAm_Mana_... | D |
/root/github/compiler/week3_binary_operators/gacc/target/debug/build/memchr-c91f1865189b4115/build_script_build-c91f1865189b4115: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.0/build.rs
/root/github/compiler/week3_binary_operators/gacc/target/debug/build/memchr-c91f1865189b4115/build_script_build-c... | 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/nadiamettioui/Desktop/PortoFolio\ 2020/WMSegmentControlAPP/DerivedData3/WMSegmentControlAPP/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/BetterSegmentedControl.build/Objects-normal/x86_64/BetterSegmentedControlSegment.o : /Users/nadiamettioui/Desktop/PortoFolio\ 2020/WMSegmentControlAPP/Pods/Bett... | D |
module durge.system.windows.native.gdi;
version (Windows):
import durge.common;
import durge.system.windows.native.common;
import durge.system.windows.native.windows;
enum // General
{
GDI_ERROR = 0xffffffffU,
CCHDEVICENAME = 32,
CCHFORMNAME = 32,
}
enum // Get Monitor Flags
{
MONITOR_DEFAULTTONU... | D |
// Written in the D programming language.
module windows.pointerinput;
public import windows.core;
public import windows.displaydevices : POINT, RECT;
public import windows.menusandresources : POINTER_INPUT_TYPE;
public import windows.systemservices : BOOL, HANDLE;
public import windows.windowsandmessaging : HWND;
e... | D |
module android.java.android.icu.text.MessagePattern_ArgType;
public import android.java.android.icu.text.MessagePattern_ArgType_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!MessagePattern_ArgType;
import import0 = android.java.android.icu.text.MessagePattern_ArgType;
import import2 = androi... | D |
/*
* This file has been automatically generated by Soupply and released under the MIT license.
*/
module soupply.bedrock.protocol;
public import soupply.bedrock282.protocol;
| D |
an epidemic that is geographically widespread
epidemic over a wide geographical area
existing everywhere
| D |
// *********
// SPL_Oswojenie
// *********
const int SPL_Cost_Oswojenie = 50;
const int SPL_Damage_Oswojenie = 0;
var int OswojenieUsed;
INSTANCE Spell_Oswojenie(C_Spell_Proto)
{
time_per_mana = 0;
spelltype = SPELL_NEUTRAL;
damage_per_level = SPL_Damage_Oswojenie;
damageType = DAM_MAGIC; // war... | D |
import std.stdio;
void main(){
immutable int x = 3;
}
| D |
/*
Generate a random permutation of the elements of a list.
Example:
randomPermute(['a', 'b', 'c', 'd', 'e', 'f']) --> ['b', 'a', 'd', 'c', 'e', 'f']
*/
import std.stdio;
import std.random : randomShuffle;
dchar[] randomPermute(dchar[] arr)
{
return arr.randomShuffle;
}
void main()
{
dchar[] darr = ['a'... | D |
module d.ir.type;
import d.ir.error;
import d.ir.symbol;
public import d.common.builtintype;
public import d.common.qualifier;
import d.context.context;
import d.common.type;
// Conflict with Interface in object.di
alias Interface = d.ir.symbol.Interface;
enum TypeKind : ubyte {
Builtin,
// Symbols
Alias,
St... | D |
/*
EXTRA_FILES: imports/a14235.d
TEST_OUTPUT:
---
fail_compilation/diag14235.d(12): Error: template identifier `Undefined` is not a member of module `imports.a14235`
fail_compilation/diag14235.d(13): Error: template identifier `Something` is not a member of module `imports.a14235`, did you mean struct `SomeThing(T...)`... | D |
/// Super module for DGT-Core
module dgt.core;
import gfx.core.log : LogTag;
enum dgtCoreLogMask = 0x0800_0000;
package(dgt) immutable dgtCoreLog = LogTag("DGT-CORE", dgtCoreLogMask);
| D |
a woman who is engaged to be married
| D |
void main() {
auto N = ri;
ulong m;
foreach(i; 0..N) {
auto ip = readAs!(ulong[]), A = ip[0], B = ip[1];
m = max(m, A+B);
}
m.writeln;
}
// ===================================
import std.stdio;
import std.string;
import std.functional;
import std.algorithm;
import std.range;
import std.traits;
import std.mat... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail333.d(8): Error: forward reference to test
---
*/
void test(typeof(test) p) { }
| D |
/Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Queue.o : /Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bill/Docume... | D |
/**
* Copyright: Enalye
* License: Zlib
* Authors: Enalye
*/
module magia.core.vec3;
import std.math;
import magia.core.vec2;
/// Represent a mathematical 3-dimensional vector.
struct Vec3(T) {
static assert(__traits(isArithmetic, T));
static if (__traits(isUnsigned, T)) {
/// {1, 1, 1} vector. ... | D |
func void ZS_CommentFakeGuild()
{
Perception_Set_Minimal();
AI_Standup(self);
if(!C_BodyStateContains(self,BS_SIT))
{
B_TurnToNpc(self,other);
};
if(!C_BodyStateContains(other,BS_SIT))
{
// B_TurnToNpc(other,self);
if(Npc_GetDistToNpc(other,self) < 80)
{
AI_Dodge(other);
};
};
if(Hlp_GetInstanceI... | D |
/**
* 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.implementation.streams.udp;
import cf.spew.implementation.streams.base;
import cf.spew.streams.defs;
import cf.spew.streams.udp;
imp... | D |
void main() { runSolver(); }
void problem() {
auto N = scan!long;
auto K = scan!long;
auto A = scan!long(N);
auto solve() {
long ans;
auto dest = new long[](N);
auto order = new long[](N);
dest[] = -1;
order[] = -1;
long total, preTotal;
long[] added;
foreach(k; 0..K) {
... | D |
<?xml version="1.0" encoding="UTF-8"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation">
<pageList xmi:type="di:PageList">
<availablePage xmi:type="di:PageRef">
<... | D |
/**************************************************************************
ВОСПРИЯТИЕ
Функции, связанные с восприятием (реакция на происходящее вокруг).
Активные восприятия (напр., игрока, врага) - действуют только через
чувства (зрение, слух, обоняние). Зона действия - о... | D |
/Users/Renn/Desktop/AppDev/Apps/TipWell/DerivedData/Build/Intermediates/TipWell.build/Debug-iphoneos/TipWell.build/Objects-normal/armv7/TipCalculator.o : /Users/Renn/Desktop/AppDev/Apps/TipWell/TipWell/TipCalculator.swift /Users/Renn/Desktop/AppDev/Apps/TipWell/TipWell/ViewController.swift /Users/Renn/Desktop/AppDev/Ap... | 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_14_agm-7461254... | D |
instance DIA_Mil_332_Stadtwache_EXIT(C_Info)
{
npc = Mil_332_Stadtwache;
nr = 999;
condition = DIA_Mil_332_Stadtwache_EXIT_Condition;
information = DIA_Mil_332_Stadtwache_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Mil_332_Stadtwache_EXIT_Condition()
{
return TRUE;
};
func void DI... | D |
// Vicfred
// https://atcoder.jp/contests/abc051/tasks/abc051_c
// implementation, math
import std.stdio;
void main() {
int sx, sy, tx, ty;
readf("%d %d %d %d", &sx, &sy, &tx, &ty);
int dx = tx - sx;
int dy = ty - sy;
foreach(_; 0..dy)
"U".write;
foreach(_; 0..dx)
"R".write;
... | D |
/**
* <hr />
* $(B Evanescent Applications: ) SUDOKU
*
* $(BR)
*
* Authors: Uwe Keller
* License: MIT
*
* Version: 0.1 - April 2009, initial release
*/
module evanescent.apps.sudoku.solver.transform.SatTransformation;
private import evanescent.deescover.core.SolverTypes;
private import evanescent.dees... | D |
module org.serviio.library.online.WebResourceContainer;
import java.lang.String;
import java.util.ArrayList;
import java.util.List;
import org.serviio.library.online.WebResourceItem;
public class WebResourceContainer
{
private String title;
private String thumbnailUrl;
private List!(WebResourceItem) items;
publi... | D |
//#what about load?!
module jecsdl.guiconfirm;
import jecsdl.base;
/// Confirm (yes/no) dialog box
struct GuiConfirm {
Wedget[] _wedgets; /// List of wedgets
ref auto getWedgets() {
return _wedgets;
}
/// basic set up
void setup(Wedget[] wedgets) {
_wedgets = wedgets;
set... | 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_5_banking-7747... | D |
// Written in the D programming language.
/**
* Yajl Decoder
*
* Example:
* -----
* Decoder decoder;
* if (decoder.decode(`{"foo":"bar"}`))
* assert(decoder.decodedValue!(string[string]) == ["foo":"bar"]);
* -----
*
* See_Also:
* $(LINK2 http://lloyd.github.com/yajl/yajl-2.0.1/yajl__parse_8h.html, Yajl... | D |
// Written in the D programming language.
/**
Standard I/O functions that extend $(B core.stdc.stdio). $(B core.stdc.stdio)
is $(D_PARAM public)ally imported when importing $(B std.stdio).
Source: $(PHOBOSSRC std/stdio.d)
Copyright: Copyright The D Language Foundation 2007-.
License: $(HTTP boost.org/LICENSE_1_0.t... | D |
// Written in the D programming language.
/**
This module defines `TypedAllocator`, a statically-typed allocator that
aggregates multiple untyped allocators and uses them depending on the static
properties of the types allocated. For example, distinct allocators may be used
for thread-local vs. thread-shared data, or f... | D |
module ddbus.router;
import ddbus.thin;
import ddbus.c_lib;
import ddbus.util;
import std.string;
import std.typecons;
import core.memory;
import std.array;
import std.algorithm;
import std.format;
struct MessagePattern {
ObjectPath path;
InterfaceName iface;
string method;
bool signal;
this(Message msg) {... | D |
module MainBoard;
public class MainBoard : Board
{
}
| D |
/**
Vector utils
*/
module uctl.util.vec;
import std.traits: isArray, Fields, isInstanceOf, TemplateOf;
import std.range: ElementType;
import uctl.num: isNumer, isInt;
import uctl.unit: hasUnits;
version(unittest) {
import uctl.test: assert_eq, unittests;
import uctl.num: fix;
mixin unittests;
}
/// Parti... | D |
module xf.nucleus.asset.compiler.MaterialCompiler;
private {
import xf.Common;
import xf.nucleus.Param;
import xf.nucleus.asset.compiler.TextureCompiler;
import xf.nucleus.asset.CompiledMaterialAsset;
import xf.nucleus.asset.CompiledTextureAsset;
import xf.loader.scene.model.Material : LoaderMaterial = Material;... | D |
exact a tithe from
levy a tithe on (produce or a crop
pay one tenth of
pay a tenth of one's income, especially to the church
| D |
module contract.operators;
import contract;
@("opCast no template")
@safe unittest {
const tu = parse(
Cpp(
q{
struct Struct {
operator int() const;
};
}
)
);
tu.children.length.shouldEqual(1);
const struc... | D |
module test10993;
import core.demangle : demangleType;
auto foo(T)(T a)
{
static immutable typeof(a) q;
// pragma(msg, "foo: " ~ typeof(q).mangleof);
return q;
}
struct test(alias fn)
{
bool ini = true;
void* p;
}
auto fun()
{
auto x = foo!()(test!(a=>a)());
// pragma(msg, "fun: " ~ typeof(x).mangleof);
ret... | D |
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/Jay.build/Objects-normal/x86_64/CommentParser.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Jay-1.0.0/Sources/Jay/ArrayParser.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Jay-1.0.0/Sources/Jay/BooleanParser.swift /Users/Yowa/WorkSpace/Pokedex/Packages/J... | D |
// PERMUTE_ARGS:
module breaker;
import core.stdc.stdio, core.vararg;
/**********************************/
U foo(T, U)(U i)
{
return i + 1;
}
int foo(T)(int i)
{
return i + 2;
}
void test1()
{
auto i = foo!(int)(2L);
// assert(i == 4); // now returns 3
}
/**********************************/
U ... | D |
instance SPELLFX_SLEEPER_FIREBALL(CFX_BASE_PROTO)
{
visname_s = "MFX_Fireball_INIT";
emtrjmode_s = "FIXED";
emtrjoriginnode = "BIP01 JAWS";
emtrjtargetnode = "BIP01 FIRE";
emtrjloopmode_s = "NONE";
emtrjeasefunc_s = "LINEAR";
emactioncollstat_s = "COLLIDE CREATEONCE CREATEQUAD";
emactioncolldyn_s = "COLLIDE CR... | D |
E: c77, c48, c33, c20, c37, c65, c69, c0, c66, c19, c54, c39, c51, c47, c61, c63, c64, c80, c23, c7, c4, c86, c12, c45, c31, c21, c32, c36, c84, c49, c81, c16, c55, c78, c27, c18, c70, c76, c11, c3.
p10(E,E)
c77,c48
c23,c64
c20,c66
c19,c66
c12,c80
c18,c48
.
p7(E,E)
c33,c20
c33,c48
c65,c69
c0,c20
c51,c54
c48,c20
c80,c6... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/AST/TemplateIterator.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/panartem/Developer/Stud... | 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 |
instance DIA_GRD_267_EXIT(C_Info)
{
npc = GRD_267_Gardist;
nr = 999;
condition = dia_grd_267_exit_condition;
information = dia_grd_267_exit_info;
permanent = 1;
description = DIALOG_ENDE;
};
func int dia_grd_267_exit_condition()
{
return 1;
};
func void dia_grd_267_exit_info()
{
AI_StopProcessInfos(self);
}... | D |
instance Mod_7727_OUT_Wache_EIS (Npc_Default)
{
// ------ NSC ------
name = "Wache";
guild = GIL_OUT;
id = 7727;
voice = 0;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 3);
// ------ Kampf-Taktik ------
fig... | D |
/*
Copyright (c) 2013 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,
exe... | D |
/**
* Copyright: Copyright 2016 Mojo
* Authors: Mojo
* License: $(LINK2 https://github.com/coop-mojo/moecoop/blob/master/LICENSE, MIT License)
*/
module coop.mui.model.config;
class Config {
this(string file)
{
import std.file;
import std.path;
configFile = file;
if (file.e... | D |
module evael.ecs.event_receiver;
interface IEventReceiver
{
}
interface EventReceiver(Event) : IEventReceiver
{
public void receive(ref Event event);
}
| D |
// Written in the D programming language.
/**
Source: $(PHOBOSSRC std/experimental/allocator/building_blocks/_kernighan_ritchie.d)
*/
module std.experimental.allocator.building_blocks.kernighan_ritchie;
import std.experimental.allocator.building_blocks.null_allocator;
//debug = KRRegion;
version(unittest) import std.c... | D |
module opencore.schema.common;
public import plist;
public import plist.types;
| D |
/home/bexx/Projects/SmallRustProjects/battleship/target/debug/build/libc-72b431f3de491719/build_script_build-72b431f3de491719: /home/bexx/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.97/build.rs
/home/bexx/Projects/SmallRustProjects/battleship/target/debug/build/libc-72b431f3de491719/build_script_build-72b... | D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** ... | D |
/*
* This file is part of EvinceD.
* EvinceD is based on GtkD.
*
* EvinceD 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 3
* of the License, or (at your option) any later version... | D |
/**
* Copyright: (c) 2005-2009 Eric Poggel
* Authors: Eric Poggel
* License: <a href="lgpl3.txt">LGPL v3</a>
*
* Import every module in the yage.core.math package.
*/
module yage.core.math.all;
public
{ import yage.core.math.math;
import yage.core.math.matrix;
import yage.core.math.plane;
import yage.... | D |
// Copyright (C) 2002-2013 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine" for the D programming language.
// For conditions of distribution and use, see copyright notice in irrlicht.d module.
module irrlicht.video.EDriverTypes;
/// An enum for all types of drivers the Irrlicht Engine supports.
enum E_... | D |
/Users/kabeone/kabeone/rust/fuse/target/debug/deps/standback-2a73e82c7615e538.rmeta: /Users/kabeone/.cargo/registry/src/github.com-1ecc6299db9ec823/standback-0.2.1/src/lib.rs /Users/kabeone/.cargo/registry/src/github.com-1ecc6299db9ec823/standback-0.2.1/src/v1_40.rs /Users/kabeone/.cargo/registry/src/github.com-1ecc629... | D |
class C
{
final
override void foo(){}
}
| D |
the system of numbering pages
a sheet of any written or printed material (especially in a manuscript or book)
a book (or manuscript) consisting of large sheets of paper folded in the middle to make two leaves or four pages
| D |
/*
* Copyright (c) 2017-2018 sel-project
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pu... | D |
/**
* Copyright: Copyright (c) 2010-2011 Jacob Carlborg. All rights reserved.
* Authors: Jacob Carlborg
* Version: Initial created: Aug 15, 2010
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module dvm.dvm.Options;
import std.exception : assumeUnique;
import std.path : ba... | D |
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Jay.build/StringParser.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Jay-1.0.1/Sources/Jay/ArrayParser.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Jay-1.0.1/Sources/Jay/BooleanParser.swift /Users/okash... | D |
sour-tasting liquid produced usually by oxidation of the alcohol in wine or cider and used as a condiment or food preservative
dilute acetic acid
| D |
module purr.ir.bytecode;
import core.memory;
import std.conv;
import std.array;
import std.algorithm;
import std.typecons;
import std.meta;
import purr.io;
import purr.srcloc;
import purr.bytecode;
import purr.dynamic;
import purr.inter;
import purr.ir.emit;
import purr.ir.opt;
import purr.ir.repr;
void modifyInstr(T... | 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="UseCase.notation#_YzueELvQEeO59O-K... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2019 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 |
func void B_DIA_BDT_10XX_Fluechtling_Stimme7()
{
AI_Output(self,other,"DIA_B_DIA_BDT_10XX_Fluechtling_07_00"); //Забудь об этом, я не вернусь назад в тюрьму.
};
func void B_DIA_BDT_10XX_Fluechtling_Stimme6()
{
AI_Output(self,other,"DIA_B_DIA_BDT_10XX_Fluechtling_06_00"); //Ты же пришел не затем, чтобы вернуть нас н... | D |
/*
* Copyright 2015-2018 HuntLabs.cn
*
* 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 la... | D |
// Copyright Ferdinand Majerech 2011.
// Copyright Cameron Ross 2016.
// 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)
/**
* YAML node _representer. Prepares YAML nodes for output. ... | D |
/Users/Nobuyuki/Desktop/SolarSystem/Build/Intermediates/SolarSystem.build/Debug-iphonesimulator/SolarSystem.build/Objects-normal/x86_64/MyTableViewController_2.o : /Users/Nobuyuki/Desktop/SolarSystem/SolarSystem/MyTableViewController_Settings.swift /Users/Nobuyuki/Desktop/SolarSystem/SolarSystem/MyTableViewCell.swift /... | D |
// Copyright Juan Manuel Cabo 2012.
// Copyright Mario Kröplin 2018.
// 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)
module dunit.framework;
import dunit.assertion;
import dunit.at... | D |
/* crypto/err/err.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-comm... | D |
/Users/ThiagoBevi/Developer/Teste_iOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/Box.o : /Users/ThiagoBevi/Developer/Teste_iOS/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/ThiagoBevi/Developer/Teste_iOS/Pods/Kingfisher/Sources/General/Deprecated.swift /Users/T... | D |
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/WebSockets.build/Model/WebSocket+Error.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/engine.git-3311994267206676365/Sources/WebSockets/Communication/WebSocket+Send.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/... | D |
import tales.streamcontainer, tales.isocontainer;
private import std.file, std.string, std.stdio, std.path, std.regexp, std.stream, std.system, std.c.stdlib, std.gc;
Stream openfile(char[] name) { return new File(name, FileMode.In); }
// Intercamia el mapa inicial por el de debug
/*void SwapStartMap(Iso map) ... | D |
module gltf2.gltfenum;
import std.string, std.conv, std.algorithm, std.range;
void Enforce_glTF ( string err ) {
throw new Exception(err);
}
void Enforce_glTF ( bool cond, string err ) {
if ( !cond ) throw new Exception(err);
}
void Enforce_glTF(T)(T* ptr, string err) {
if ( ptr is null ) throw new Exception(err)... | D |
module cell.cell;
import util.direct;
import std.algorithm;
import util.array;
import std.exception;
import std.math;
import std.traits;
import std.typecons;
debug(cell) import std.stdio;
debug(move) import std.stdio;
debug(table) import std.stdio;
debug(refer) import std.stdio;
struct Cell {
int row;
... | D |
/Users/ramonhonorio/workspace/ios/fiap/BuyList/DerivedData/RamonEvandro/Build/Intermediates.noindex/RamonEvandro.build/Debug-iphonesimulator/ComprasUSA.build/Objects-normal/x86_64/Product+CoreDataProperties.o : /Users/ramonhonorio/workspace/ios/fiap/BuyList/BuyList/Validate.swift /Users/ramonhonorio/workspace/ios/fiap/... | D |
// REQUIRED_ARGS: -o-
/*
example output from druntime
----
../../druntime/import/core/internal/arrayop.d(160): Error: static assert "Binary op `+=` not supported for element type string."
../../druntime/import/core/internal/arrayop.d(20): instantiated from here: `opsSupported!(true, string, "+=")`
../../drunti... | D |
/Users/hdcui/blind-ecdsa/bld_sig/target/rls/debug/deps/bls12_381-309e4c977317a380.rmeta: /Users/hdcui/.cargo/registry/src/github.com-1ecc6299db9ec823/bls12_381-0.1.1/src/lib.rs /Users/hdcui/.cargo/registry/src/github.com-1ecc6299db9ec823/bls12_381-0.1.1/src/util.rs /Users/hdcui/.cargo/registry/src/github.com-1ecc6299db... | D |
instance DIA_PAL_9160_ORTO_EXIT(C_Info)
{
npc = pal_9160_orto;
nr = 999;
condition = dia_pal_9160_orto_exit_condition;
information = dia_pal_9160_orto_exit_info;
permanent = TRUE;
description = Dialog_Ende;
};
func int dia_pal_9160_orto_exit_condition()
{
return TRUE;
};
func void dia_pal_9160_orto_exit_info... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.