code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
public import interfaces;
public import category;
public import cobject;
public import morphism;
public import element;
public import homset;
public import composition;
public import cartesianproduct;
public import specialobjects;
public import specialmorphisms;
public import constant;
public import terminal;
public ... | D |
a thermoplastic polyamide
a synthetic fabric
| D |
module stk.generator;
public import stk.stk;
/***************************************************/
/*! \class Generator
\brief STK abstract unit generator parent class.
This class provides limited common functionality for STK unit
generator sample-source subclasses. It is general enough to
support both monophonic a... | D |
/Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/notify-c2d646de703a4c41.rmeta: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/notify-4.0.15/src/lib.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/notify-4.0.15/src/fsevent.rs /Users/oyo02699/.cargo/reg... | D |
unittest
{
enum X { A, B, C } // named enum
enum size(X) = X.sizeof; // raised as bug for issue #84
enum A = 3;
enum B
{
A = A // error, circular reference
}
enum C
{
A = B, // A = 4
B = D, // B = 4
C = 3, // C = 3
D // D = 4
}
... | D |
/*******************************************************************************
copyright: Copyright (c) 2006 Tango. All rights reserved
license: BSD style: see doc/license.txt for details
version: Initial release: Feb 2006
author: Regan Heath, Oskar Linde... | D |
instance GRD_2712_Gardist (Npc_Default)
{
//-------- primary data --------
name = NAME_Gardist;
npctype = NPCTYPE_MAIN;
guild = GIL_DMB;
id = 2712;
voice = 12;
attribute[ATR_STRENGTH] = 50;
attribute[ATR_DEXTERITY] = 10;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_... | D |
a planner who draws up a personal scheme of action
a clerk who marks data on a chart
a member of a conspiracy
an instrument (usually driven by a computer) for drawing graphs or pictures
| D |
var C_Npc Raven;
var C_Npc Tom;
var C_Npc Logan;
var C_Npc Ramon;
var C_Npc BanditGuard;
var C_Npc Lehmar;
var C_Npc Franco;
var C_Npc Paul;
var C_Npc Lennar;
var C_Npc Esteban;
var C_Npc Carlos;
var C_Npc Finn;
var C_Npc Fisk;
var C_Npc Thorus;
var C_Npc Bloodwyn;
var C_Npc Freund;
var C_Npc Skinner;
var C_Npc Juan;
... | D |
# FIXED
F2837xS_EPwm.obj: C:/CHEAPLI_PROJECT/Cheapli_BEMF/v140/F2837xS_common/source/F2837xS_EPwm.c
F2837xS_EPwm.obj: C:/CHEAPLI_PROJECT/Cheapli_BEMF/v140/F2837xS_headers/include/F2837xS_device.h
F2837xS_EPwm.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.1.LTS/include/assert.h
F2837xS_EPwm.obj: C:/ti/ccsv8/tools/c... | D |
import demb;
unittest {
dembAssert(`func main() { print(10); }`, "10\n");
dembAssert(`func hoge() { return 10; }; func main() { print(hoge() + 1); }`, "11\n");
dembAssert(`func add1(x) { return x+1; }; func main() { print(add1(10)); }`, "11\n");
dembAssert(`func add1tocar(x, y) { return x+1; }; func main() {... | D |
module gui.button;
import dlib;
import dgl;
import gui.widget;
class Button: Widget
{
Color4f backgroundColor;
this(EventManager emngr, Widget parentWidget)
{
super(emngr, parentWidget);
position = Vector2f(0, 0);
scale = Vector2f(20, 20);
backgroundColor = Color4f(0.3... | 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 |
/atlas/data18a/helingzh/workplace/summer2016/Run2/FourMuonAna/RootCoreBin/obj/x86_64-slc6-gcc49-opt/QuickAna/obj/MessageCheck.o /atlas/data18a/helingzh/workplace/summer2016/Run2/FourMuonAna/RootCoreBin/obj/x86_64-slc6-gcc49-opt/QuickAna/obj/MessageCheck.d : /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.5.0/QuickAna/R... | D |
enum LogLevel
{
EMERGENCY,
ALERT,
CRITICAL,
ERROR,
WARNING,
NOTICE,
INFO,
DEBUG
}
| D |
module mydll;
import std.stdio;
import std.file;
import std.string;
public struct Struct1
{
protected int a;
protected ulong b;
protected immutable(char)* c;
}
public struct Struct2
{
protected int a;
protected ulong b;
//protected immutable(char)* c;
}
export extern(C) void dllprint(ref int a,ulong b,immu... | D |
module TTSListenerTest;
import std.stdio;
import std.conv;
version(unittest) {
import RuleTranslatorLexer;
import RuleTranslatorParser;
import TTSListener;
import antlr.v4.runtime.ANTLRInputStream;
import antlr.v4.runtime.CommonToken;
import antlr.v4.runtime.CommonTokenStream;
import antl... | D |
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/FluentSQL.build/SQL+Contains.swift.o : /Users/nice/HelloWord/.build/checkouts/fluent.git-6829944210039798771/Sources/FluentSQL/FluentSQLSchema.swift /Users/nice/HelloWord/.build/checkouts/fluent.git-6829944210039798771/Sources/FluentSQL/SchemaBuilder+Field.swi... | D |
/++
The Connect service handles logging onto IRC servers after having connected,
as well as managing authentication to services. It also manages responding
to [dialect.defs.IRCEvent.Type.PING|PING] requests, and capability negotiations.
The actual connection logic is in the [kameloso.net] module.
... | D |
module hunt.security.PermissionCollection;
import hunt.security.Permission;
import hunt.collection;
import hunt.Exceptions;
import hunt.text.Common;
import hunt.util.StringBuilder;
/**
* Abstract class representing a collection of Permission objects.
*
* <p>With a PermissionCollection, you can:
* <UL>
* <LI> ad... | D |
/Users/bugsbunny/Desktop/Programming/Swift/Codepath/Parstagram/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/CachedResponseHandler.o : /Users/bugsbunny/Desktop/Programming/Swift/Codepath/Parstagram/Pods/Alamofire/Source/MultipartFormData.swift /Users/bugsbunny/Desktop/Progra... | D |
/**
* This module contains a collection of bit-level operations.
*
* Copyright: Copyright Don Clugston 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>.
* Authors: Don Clugston, Sean Kelly, Walter Bright
*
* Copyright Don Clugston 2005 - 2009.
* D... | D |
/Users/Avinash/Documents/Code/CodeCollab/CodeCollab/DerivedData/CodeCollab/Build/Intermediates/CodeCollab.build/Debug-iphonesimulator/CodeCollab.build/Objects-normal/x86_64/ViewController.o : /Users/Avinash/Documents/Code/CodeCollab/CodeCollab/CodeCollab/LoginViewController.swift /Users/Avinash/Documents/Code/CodeColla... | D |
/*
* Check if string symbol exists and return the pointer to its content
*/
func int G1CP_GetStringVarPtrBySymbol(var int symbPtr, var int ele) {
// Check if symbol
if (!symbPtr) {
return 0;
};
// Check if string
var zCPar_Symbol symb; symb = _^(symbPtr);
if ((symb.bitfield & zCPar_Sy... | D |
module perfontain.managers.gui.layout;
import std, perfontain;
public import perfontain.managers.gui.layout.tab;
class Layout : RCounted
{
mixin Nuklear;
final process()
{
styles.each!(a => a.push);
scope (exit)
styles.retro.each!(a => a.pop);
draw;
}
void draw()
{
childs.each!... | D |
// Copyright Ferdinand Majerech 2010 - 2011.
// 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)
///Shader handle.
module video.shader;
@trusted
///Exception thrown at shader related errors.... | D |
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/TemplateKit.build/Tag/TagRenderer.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts... | D |
/Users/slitovchenko/Documents/Smack/DerivedData/Smack/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/Objects-normal/x86_64/SSLSecurity.o : /Users/slitovchenko/Documents/Smack/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineSpec.swift /Users/slitovchenko/Document... | D |
/Users/parkingsq1/Documents/PushPill/PushPillClient/DerivedData/PushPill/Build/Intermediates/IBDesignables/Intermediates/Pods.build/Debug-iphonesimulator/Spring.build/Objects-normal/x86_64/SpringImageView.o : /Users/parkingsq1/Documents/PushPill/PushPillClient/Pods/Spring/Spring/AsyncButton.swift /Users/parkingsq1/Docu... | D |
/Users/victornascimento/Documents/Projects/Rust/pong_with_rust/pong_with_rust/target/debug/deps/cfg_if-0b45b0c31f2ca3ad.rmeta: /Users/victornascimento/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs
/Users/victornascimento/Documents/Projects/Rust/pong_with_rust/pong_with_rust/target/debug/deps/... | D |
/Users/doriankinoocrutcher/Documents/NEAR/New_Example_Creation/simple-nft-rust-example/contract/target/release/build/ryu-0a9a4fe8bec5b15d/build_script_build-0a9a4fe8bec5b15d: /Users/doriankinoocrutcher/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/build.rs
/Users/doriankinoocrutcher/Documents/NEAR/New_Exam... | 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 |
import std.stdio, std.algorithm, std.range, std.conv, std.string,
std.concurrency, permutations2, arithmetic_rational;
string solve(in int target, in int[] problem) {
static struct T { Rational r; string e; }
Generator!T computeAllOperations(in Rational[] L) {
return new typeof(return)({
... | D |
module bob;
unittest
{
const int allTestsEnabled = 0;
assert(hey("Tom-ay-to, tom-aaaah-to.") == "Whatever.");
static if (allTestsEnabled)
{
assert(hey("WATCH OUT!") == "Whoa, chill out!");
assert(hey("Does this cryogenic chamber make me look fat?") == "Sure.");
assert(hey("Let's go make out behind the gym!") ==... | D |
module android.java.java.net.CookieHandler_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.util.Map_d_interface;
import import0 = android.java.java.net.CookieHandler_d_inte... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
243.699997 85.5 10.1000004 21.2000008 42 47 38.4000015 -79.4000015 1634 11.8000002 15.3999996 1 intrusives
309 80 2 0 35 56 72 -112 1699 3.79999995 3.9000001 0.714285714 intrusives, diabase
217 85 16 60 35 56 72 -112 1697 31 31 0.714285714 extru... | D |
/home/zbf/workspace/git/RTAP/target/debug/deps/md5-24188eb08414f2ad.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/md5-0.3.8/src/lib.rs
/home/zbf/workspace/git/RTAP/target/debug/deps/libmd5-24188eb08414f2ad.rlib: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/md5-0.3.8/sr... | D |
Under pressure from Congress, Major League Baseball's players association toughened drug testing rules and penalties again for the 2006 season.
Suspensions will be increased to 50 games for a first offense, 100 for a second, and a lifetime ban for the third.
Congress launched an undercover probe into illegal steroid us... | D |
// REQUIRED_ARGS: -m32
/*
TEST_OUTPUT:
---
fail_compilation/fail238_m32.d(21): Error: cannot implicitly convert expression ("a") of type string to uint
fail_compilation/fail238_m32.d(24): Error: Cannot interpret X!() at compile time
fail_compilation/fail238_m32.d(29): Error: template instance fail238_m32.A!"a" error in... | D |
import std.algorithm;
import std.range;
import std.traits;
@system
unittest
{
assert(8 == checksumRow([5, 1, 9, 5]));
assert(4 == checksumRow([7, 5, 3]));
assert(6 == checksumRow([2, 4, 6, 8]));
}
@system
unittest
{
assert(18 == processRows!checksumRow(
["5 1 9 5",
"7 5 3",
"2 4 6 8"]
... | 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_4_BeT-77531112... | D |
/**
* Compiler implementation of the D programming language
* http://dlang.org
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: Walter Bright, http://www.digitalmars.com
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC roo... | D |
module VM.Type;
enum Type: ubyte
{
Integer,
Decimal,
String,
Bool,
Array,
Object
}
| D |
/**
* from Boost.Interfaces
* Written by Kenji Hara(9rnsr)
* License: Boost License 1.0
*/
module util.typecons;
import std.traits, std.typecons, std.typetuple;
import std.functional;
//import meta;
//alias meta.staticMap staticMap;
//alias meta.isSame isSame;
//alias meta.allSatisfy allSatisfy;
import std.trait... | D |
/Users/hannh/Documents/MyGitHub/ChartsTest2/Build/Intermediates/Charts.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IBarLineScatterCandleBubbleChartDataSet.o : /Users/hannh/Documents/MyGitHub/ChartsTest2/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/hannh/Documents/MyGitHub... | D |
void main() { runSolver(); }
void problem() {
auto H = scan!int;
auto W = scan!int;
auto N = scan!int;
auto h = scan!int;
auto w = scan!int;
auto A = scan!int(H * W).chunks(W).array;
auto solve() {
auto numsAll = new int[](N + 1);
foreach(arr; A) foreach(a; arr) numsAll[a]++;
foreach(oy; ... | D |
/// Bindings to the <a href="https://github.com/wasmerio/wasmer/tree/master/lib/c-api#readme">Wasmer Runtime C API</a>.
///
/// See_Also:
/// $(UL
/// $(LI <a href="https://github.com/chances/wasmer-d/blob/26a3cb32c79508dc2b8b33e9d2d176a3d6debdf1/source/wasmer/bindings/package.d">`wasmer.bindings` Source Code</a>)
//... | D |
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Command.build/Run/Output+Help.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/console/Sources/Command/Command/Command.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/console/Source... | D |
module android.java.android.view.ViewConfiguration;
public import android.java.android.view.ViewConfiguration_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ViewConfiguration;
import import0 = android.java.android.view.ViewConfiguration;
import import2 = android.java.java.lang.Class;
| D |
// URL: https://atcoder.jp/contests/abc107/tasks/abc107_a
import std.algorithm, std.container, std.conv, std.math, std.range, std.typecons, std.stdio, std.string;
auto rdsp(){return readln.splitter;}
void pick(R,T)(ref R r,ref T t){t=r.front.to!T;r.popFront;}
void pickV(R,T...)(ref R r,ref T t){foreach(ref v;t)pick(r... | D |
/**
Github issues.
*/
module it.issues;
import it;
@Tags("issue")
@("3")
@safe unittest {
shouldCompile(
C(
`
#include <signal.h>
`
),
D(
q{
siginfo_t si;
si._sifields._timer.si_tid = 2;
... | D |
/**
* System functions, tempered by конф.подробнРежим.
*
* Authors:
* Gregor Richards
*
* License:
* Copyright (c) 2006, 2007 Gregor Richards
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated докumentation файлы (the "Software"),
* t... | D |
Strengthening civil society 114
Multisector aid 76
Social/ welfare services 73
Administrative costs 65
Employment policy and administrative management 60
Business support services and institutions 59
Industrial development 51
Rural development 38
Basic life skills for youth and adults 28
Support to local and r... | D |
help (1) --- provide help for users in need 08/27/84
| _U_s_a_g_e
help { <item> | <option> }
| <option> ::= -c | -d | -s | -f | -g | -i | -p | -u
_D_e_s_c_r_i_p_t_i_o_n
'Help' can be used to retr... | D |
module wheel.crypto.rsa;
import core.stdc.stdlib;
import std.string;
import deimos.openssl.rsa;
import deimos.openssl.pem;
import deimos.openssl.err;
ubyte[] rsaEncrypt(const string key, const ubyte[] text)
{
BIO* b = BIO_new_mem_buf(cast(void*)(toStringz(key)), cast(int)(key.length));
if(!b)
... | D |
United States religious leader who founded the sect that is now called Jehovah's Witnesses (1852-1916)
English film director (born in 1927)
United States basketball center (born in 1934)
United States entertainer remembered for her roles in comic operas (1861-1922)
United States astronomer who developed a theory of ste... | D |
// Written in the D programming language.
/**
Source: $(PHOBOSSRC std/experimental/allocator/building_blocks/ascending_page_allocator.d)
*/
module std.experimental.allocator.building_blocks.ascending_page_allocator;
import std.experimental.allocator.common;
// Common implementations for shared and thread local Ascendi... | D |
module gtkD.gstreamer.TagSetter;
public import gtkD.gstreamerc.gstreamertypes;
private import gtkD.gstreamerc.gstreamer;
private import gtkD.glib.ConstructionException;
private import gtkD.glib.Str;
private import gtkD.gstreamer.TagList;
/**
* Description
* Element interface that allows setting of media meta... | D |
module android.java.javax.crypto.NoSuchPaddingException_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.io.PrintStream_d_interface;
import import4 = android.java.java.lang.... | 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 |
/*
* ioapic.d
*
* This module implements the IO APIC
*
*/
module kernel.arch.x86_64.core.ioapic;
// We need to know how to initialize the pins
import kernel.arch.x86_64.core.info;
import kernel.arch.x86_64.core.lapic;
// for mapping the register space
import kernel.arch.x86_64.core.paging;
// For disabling PIC... | D |
import std.numeric, std.range;
double[] zeros(int n){
return 0.0.rep(n);
}
unittest {
auto z = 10.zeros;
assert(z == [0,0,0,0,0,0,0,0,0,0]);
}
double[] ones(int n){
return 1.0.rep(n);
}
unittest {
auto z = 10.ones;
assert(z == [1,1,1,1,1,1,1,1,1,1]);
}
T [] rep(T)(T n, int p) in {
assert(p > 0);
}body {... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice10949.d(12): Deprecation: Using the result of a comma expression is deprecated
fail_compilation/ice10949.d(12): Error: array index 3 is out of bounds [5, 5][0 .. 2]
fail_compilation/ice10949.d(12): Error: array index 17 is out of bounds [2, 3][0 .. 2]
fail_compilation/ice10949.d(... | D |
/Users/martin/Documents/programovanie/bc/RuLife/DerivedData/RuLife/Build/Intermediates/RuLife.build/Debug-iphonesimulator/RuLife.build/Objects-normal/i386/HomeViewController.o : /Users/martin/Documents/programovanie/bc/RuLife/RuLife/AppDelegate.swift /Users/martin/Documents/programovanie/bc/RuLife/RuLife/StopWatch.swif... | D |
/u/tlan2/Rust/Mini_Games/target/debug/deps/libcfg_if-ab5b41ba2251329a.rlib: /u/tlan2/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs
/u/tlan2/Rust/Mini_Games/target/debug/deps/cfg_if-ab5b41ba2251329a.d: /u/tlan2/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs
/u/tlan2/.... | D |
module weapon.Blink;
import nuclear.Game;
import nuclear.Util;
import weapon.Weapon;
import weapon.AbstractWeapon;
import entity.Entity;
import entity.CollidingEntity;
import entity.Explosion;
import entity.Mattis;
import entity.graphic.BlinkExit;
import entity.graphic.BlinkParticle;
import entity.graphic.BlinkPortal;... | D |
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_locale.h.html, _locale.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accomp... | D |
/**
* Windows API header module
*
* Translated from MinGW API for MS-Windows 3.10
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_winbase.d)
*/
module core.sys.windows.winbase;
version (Windows):
@system:
version (ANSI) {} else version ... | D |
instance Mod_13040_SP_Seelenpeiniger_OM (Npc_Default)
{
//-------- primary data --------
name = "Seelenpeiniger";
npctype = npctype_main;
guild = GIL_DMT;
level = 25;
voice = 0;
id = 13040;
flags = NPC_FLAG_GHOST;
//-------- abilities --------
attribute[ATR_STRENGTH] = 100;
attribut... | D |
module deepmagic.dom.elements.form.output_element;
import deepmagic.dom;
class OutputElement : Html5Element!("output"){
mixin(ElementConstructorTemplate!());
mixin(AttributeTemplate!(typeof(this), "For", "for"));
mixin(AttributeTemplate!(typeof(this), "Form", "form"));
mixin(AttributeTemplate!(typeof(this), "Name... | D |
/+
REQUIRED_ARGS: -o- -HC
TEST_OUTPUT:
---
// Automatically generated by Digital Mars D Compiler
#pragma once
#include <assert.h>
#include <math.h>
#include <stddef.h>
#include <stdint.h>
#ifdef CUSTOM_D_ARRAY_TYPE
#define _d_dynamicArray CUSTOM_D_ARRAY_TYPE
#else
/// Represents a D [] array
template<typename T>
str... | D |
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 Devisualization (Richard Andrew Cattermole)
*
* 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 ... | D |
/*
* window.d
*
* This module implements a GUI Window class. Widgets can be pushed to this window.
*
* Author: Dave Wilkinson
* Originated: June 24th, 2009
*
*/
module gui.window;
import gui.widget;
import gui.application;
import resource.menu;
import platform.vars.view;
import platform.vars.menu;
import pl... | D |
func void NDC_SetInput(var int on) {
const int oCGame__HandleEvent = 7324016;
MemoryProtectionOverride(oCGame__HandleEvent, 7);
if(on) {
MEM_WriteByte(oCGame__HandleEvent, 106);
MEM_WriteByte(oCGame__HandleEvent+1, 255);
MEM_WriteByte(oCGame__HandleEvent+2, 104);
}
else {
MEM_WriteByte(oCGame__HandleEven... | D |
module deepmagic.layout.code_black.script_block.script_block;
import deepmagic.layout.code_black;
class AppLayoutScriptBlock : DivElement{
string[] scripts = null;
this(){
super();
this.scripts ~= "/js/jquery.min.js";
this.scripts ~= "/js/jquery-ui.min.js";
this.scripts ~= "/js/jquery.easing.1.3.js";
thi... | D |
module imports.testmod2a;
/**********************************/
// bug 1904
// testmod.d
private void bar(alias a)() {}
void foo(alias a)() {
.bar!(a)();
}
| D |
/Users/kennethmoody/Desktop/iOS\ projects/hello-maps-swift4.2/DerivedData/Build/Intermediates.noindex/hello-maps-swift4.2.build/Debug-iphonesimulator/hello-maps-swift4.2.build/Objects-normal/x86_64/ViewController.o : /Users/kennethmoody/Desktop/iOS\ projects/hello-maps-swift4.2/hello-maps-swift4.2/AppDelegate.swift /Us... | D |
// Copyright Ferdinand Majerech 2011.
// 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 dyaml.reader;
import core.stdc.stdlib;
import core.stdc.string;
import core.thread;
import st... | D |
module libos.libconsole;
private import user.syscall;
import user.console;
import libos.ramfs;
struct Console {
static:
// The default color.
const ubyte DEFAULTCOLORS = Color.LightGray;
// The width of a tab
const auto TABSTOP = 4;
void initialize() {
video = RamFS.open("/devices/video", 0);
videoBuf... | 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 |
*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron --config /etc/munin-json/munin.conf; fi
| D |
module material.transitiontable;
import gamelib.all;
class TransitionTable{
WipeTransition roll;
WipeTransition left_blind;
WipeTransition right_blind;
WipeTransition fade;
WipeTransition mist;
WipeTransition water;
WipeTransition lines;
WipeTransition test;
SurfaceTransition cros... | D |
Sample|Sample|Planed product expense|Actual product expense
| D |
// Copyright (C) 2014 Tudor Berariu
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distrib... | D |
module webkit2webextension.ScriptWorld;
private import glib.ConstructionException;
private import glib.Str;
private import gobject.ObjectG;
private import gobject.Signals;
private import std.algorithm;
private import webkit2webextension.Frame;
private import webkit2webextension.WebPage;
private import webkit2webextens... | D |
module engine.primitives;
import dplug.math.vector;
/// Vertex data
struct Vertex
{
vec3f position = vec3f(0,0,0);
vec2f texture = vec2f(0,0);
}
| D |
free from harm or penalty
| D |
module basics.init;
import derelict.enet.enet;
import basics.alleg5;
import basics.cmdargs;
import basics.globals;
import basics.globconf;
import basics.user;
import file.language;
import file.filename;
import game.mask;
import game.physdraw;
import graphic.color;
import graphic.internal;
import gui.context;
import g... | D |
module ws.wm.win32.api;
public import
derelict.opengl3.gl3,
core.sys.windows.windows;
__gshared:
version(Windows):
extern(Windows){
alias WindowHandle = HWND;
alias Context = HGLRC;
struct Event {
UINT msg;
WPARAM wpar;
LPARAM lpar;
}
struct RAWMOUSE {
USHORT usFlags;
union {
ULONG ulBut... | D |
/*
TEST_OUTPUT:
---
fail_compilation/diag7747.d(8): Error: forward reference to inferred return type of function call 'fact(n - 1)'
---
*/
auto fact(int n) { return n > 1 ? fact(n - 1) : 0; }
void main()
{
fact(1);
}
| D |
/Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/build/Ingenium.build/Release-iphonesimulator/Ingenium.build/Objects-normal/i386/TransitionZoom.o : /Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/Ingenium/TutorDetailVC.swift /Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/Ingenium/Spr... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/Vapor.build/Server/NIOServerConfig.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/panartem/Developer/Study/Microservices-vapor/TI... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/SQL.build/SQLCreateIndexBuilder.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/sql/Sources/SQL/SQL... | D |
/Users/janearnonobal/POC-workspace/Bray_workspace/mamo/mamocode/contacts/Contacts/build/Contacts.build/Debug-iphonesimulator/Contacts.build/Objects-normal/x86_64/Contacts.o : /Users/janearnonobal/POC-workspace/Bray_workspace/mamo/mamocode/contacts/Contacts/Contacts/APIService/APIService.swift /Users/janearnonobal/POC-w... | D |
// *********
// SPL_Unsichtbarkeit
// *********
const int SPL_Cost_Unsichtbarkeit = 10;
INSTANCE Spell_Unsichtbarkeit (C_Spell_Proto)
{
time_per_mana = 500;
spelltype = SPELL_NEUTRAL;
targetCollectAlgo = TARGET_COLLECT_NONE;
targetCollectRange = 0;
targetCollectAzi = 0;
targetCollectElev = 0;
};
// ... | D |
/Users/michaelstromer/Documents/Codes/BlogBase/Build/Intermediates/BlogBase.build/Debug-iphoneos/BlogBase.build/Objects-normal/arm64/DetailViewController.o : /Users/michaelstromer/Documents/Codes/BlogBase/BlogBase/AppDelegate.swift /Users/michaelstromer/Documents/Codes/BlogBase/BlogBase/MasterViewController.swift /User... | D |
// Copyright 2018 - 2021 Michael D. Parker
// 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 bindbc.sdl.bind.sdlpower;
import bindbc.sdl.config;
enum SDL_PowerState {
SDL_POWERST... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/AST/TemplateConditional.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/template-kit.git--6129928586187134836/Sources/TemplateKit/Data/TemplateData.swift /Users/user/Documents/RiseTimeAssets/server... | D |
instance VLK_3010_dancer (Npc_Default)
{
// ------ NSC ------
name = "Tancerka";
guild = GIL_VLK;
id = 3010;
voice = 16;
flags = 0;
npctype = NPCTYPE_MAIN;
//-----------AIVARS----------------
aivar[AIV_ToughGuy] = TRUE;
// ------ Attribute ------
B_SetAttributesToChapte... | D |
/Users/thendral/POC/vapor/Friends/.build/debug/Turnstile.build/Core/Subject.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/Turnstile/TurnstileError.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/Turnstile/Core/Subject.swift /Users/thendral/POC/vapor/Friends/Packag... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.