code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/***********************************\
READ-ONLY
\***********************************/
// Folgende Konstanten dürfen NICHT verändert, nur verwendet werden.
//========================================
// Anim8
//========================================
// Bewegungsformen
const int A8_Constant = 1;... | D |
/**
* Defines a function declaration.
*
* Includes:
* - function/delegate literals
* - function aliases
* - (static/shared) constructors/destructors/post-blits
* - `invariant`
* - `unittest`
*
* Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http... | D |
import Aqdyl3XaqZi7;
void main()
{
VcuX();
}
| D |
/Users/yunyunchen1/dev/mojo-test/build/mojo_test.build/Debug-iphonesimulator/NotificationService.build/Objects-normal/x86_64/NotificationService.o : /Users/yunyunchen1/dev/mojo-test/NotificationService/NotificationService.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift... | D |
// REQUIRED_ARGS: -de
// COMPILED_IMPORTS: imports/g313.d
import imports.g313;
void test15900()
{
// publically imported modules from g313 should be available here
imports.g313public.bug();
imports.g313staticif.bug();
imports.g313stringmixin.bug();
imports.g313templatemixin.bug();
}
| D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/SQL.build/SQLCreateIndex.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/sql/Sources/SQL/SQLJoinMethod.sw... | D |
/Users/y.imuta/pj/rust_study/ui_demo/target/debug/build/bitflags-a7f170b035de5e72/build_script_build-a7f170b035de5e72: /Users/y.imuta/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/build.rs
/Users/y.imuta/pj/rust_study/ui_demo/target/debug/build/bitflags-a7f170b035de5e72/build_script_build-a7f170b035de... | D |
// written in the D programming language
module samples.Player;
import dchip.all;
import samples.ChipmunkDemo;
import gameApp;
static cpSpace *space;
struct PlayerStruct {
cpFloat u;
cpShape *shape;
}
PlayerStruct playerInstance;
static void
playerUpdateVelocity(cpBody *body_, cpVect gravity, cpFloat d... | D |
module src.gui.SyntaxHighlighter;
import qt.gui.QSyntaxHighlighter;
import src.Configurator;
import tango.time.StopWatch;
class SyntaxHighlighter : QSyntaxHighlighter {
private:
ConfigurationT conf;
QTextDocument parent;
public:
this(ConfigurationT _conf, QTextDocument _parent) {
... | D |
/**
Utility functionality for compiler class implementations.
Copyright: © 2013-2016 rejectedsoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module dub.compilers.utils;
import dub.compilers.buildsettings;
import dub.platform : B... | D |
module validators.password;
import std.algorithm;
import std.string;
class Password
{
this(string password, string identifier) @safe {
if (password.length < 8) {
throw new Exception(format("%s must be at least 8 characters long", capitalize(identifier)));
}
if (!this.strengthO... | D |
module EncoShared.Render.ITexture;
import EncoShared;
import std.stdio;
interface ITexture
{
void create(uint width, uint height, void[] pixels);
void fromBitmap(Bitmap bitmap, string name = "Bitmap");
Bitmap toBitmap();
void destroy();
void resize(uint width, uint height, void[] pixels = null);
void bind(... | D |
/Users/jameswaters/CODE/RUST/textarea/target/debug/build/proc-macro2-b9e09c931f0c4de4/build_script_build-b9e09c931f0c4de4: /Users/jameswaters/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.27/build.rs
/Users/jameswaters/CODE/RUST/textarea/target/debug/build/proc-macro2-b9e09c931f0c4de4/build_script_bu... | D |
module main;
import drc.parser.Parser;
import drc.lexer.Lexer,
drc.lexer.Token;
import drc.ast.Declarations,
drc.ast.Expressions,
drc.ast.Node,
drc.ast.Visitor;
import drc.semantic.Module,
drc.semantic.Symbols,
drc.semantic.Pass1,
drc.semantic.Pass2,
drc.semanti... | D |
/Users/pacmac/Documents/GitHub/Blockchain/substarte_blockchain/substrate-node-template/target/release/build/syn-aa5ac911bf206184/build_script_build-aa5ac911bf206184: /Users/pacmac/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.72/build.rs
/Users/pacmac/Documents/GitHub/Blockchain/substarte_blockchain/substrat... | D |
/*********************************************************
Copyright: (C) 2008 by Steven Schveighoffer.
All rights reserved
License: $(LICENSE)
**********************************************************/
module col.model.Iterator;
enum : бцел
{
/**
* Возвращается из длина(), когда lengt... | D |
module android.java.java.util.Properties;
public import android.java.java.util.Properties_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Properties;
import import10 = android.java.java.util.Collection;
import import14 = android.java.java.lang.Class;
import import5 = android.java.java.util.Enu... | D |
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/a19a.d
// PERMUTE_ARGS:
import imports.a19a;
int main(char[][] args)
{
TemplatedStruct!(Dummy) e;
return 0;
}
| D |
module java.util.AbstractMap;
import java.lang.all;
import java.util.Map;
import java.util.Collection;
import java.util.Set;
abstract class AbstractMap : Map {
public this() {
implMissing(__FILE__, __LINE__);
}
void clear() {
implMissing(__FILE__, __LINE__);
}
protected Object clone() {
implMissing(__FIL... | D |
void main() {
auto N = ri;
auto L = readAs!(int[]);
L.sort();
ulong ans;
while(N > 1) {
int mii1 = 0, mii2 = 1;
if(L[mii1] > L[mii2]) swap(mii1, mii2);
foreach(i; 2..N) {
if(L[i] < L[mii1]) {
mii2 = mii1;
mii1 = i;
} else if(L[i] < L[mii2]) {
mii2 = i;
}
}
auto t = L[mii1] + L[mii2... | D |
\begindata{text, 268575036}
\textdsversion{11}
\template{default}
\define{italic
menu:[Font,Italic]
attr:[FontFace Italic Int Set]}
\define{bold
menu:[Font,Bold]
attr:[FontFace Bold Int Set]}
\define{chapter
menu:[Title,Chapter]
attr:[Justification LeftJustified Point 0]
attr:[FontFace Bold Int Set]
attr:[FontSize Prev... | D |
// Written in the D programming language.
/**
This module contains implementation of grid widgets
GridWidgetBase - abstract grid widget
StringGridWidget - grid of strings
Synopsis:
----
import dlangui.widgets.grid;
StringGridWidget grid = new StringGridWidget("GRID1");
grid.layoutWidth(FILL_PARENT).layoutHeigh... | D |
module imports.test62a;
import test62;
struct T()
{
struct Nested
{
S member;
}
}
alias T!() instance;
| D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
298.399994 61.7000008 5.9000001 0 58 62 -19.6000004 116.099998 141 3.29999995 8 1 sediments, sandstones, siltstones
310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 1 extrusives
219.300003 -4.199... | D |
instance Tpl_1401_GorNaKosh_Exit(C_Info)
{
npc = TPL_1401_GorNaKosh;
nr = 999;
condition = Tpl_1401_GorNaKosh_Exit_Condition;
information = Tpl_1401_GorNaKosh_Exit_Info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func int Tpl_1401_GorNaKosh_Exit_Condition()
{
return 1;
};
func void Tpl_1401... | D |
instance DIA_PAL_269_EXIT(C_Info)
{
npc = PAL_269_Ritter;
nr = 999;
condition = DIA_PAL_269_EXIT_Condition;
information = DIA_PAL_269_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_PAL_269_EXIT_Condition()
{
return TRUE;
};
func void DIA_PAL_269_EXIT_Info()
{
AI_StopProcessInfos(sel... | D |
/// ptrace(3) bindings.
///
/// This module is only available where ptrace is available, and is currently
/// based on Glibc 2.25 and Musl 1.20.
///
/// x32 is not supported.
///
/// Authors: dd86k <dd@dax.moe>
/// Copyright: © dd86k <dd@dax.moe>
/// License: BSD-3-Clause
module adbg.include.posix.ptrace;
version (Pos... | D |
instance CS_ESKORTE2(NPC_DEFAULT)
{
name[0] = "√вардеец";
slot = "guard";
guild = GIL_GRD;
level = 5;
flags = 0;
voice = 11;
id = 3023;
attribute[ATR_STRENGTH] = 30;
attribute[ATR_DEXTERITY] = 30;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 100;
attribute[ATR_HITPO... | D |
# Config file for /etc/init.d/tux
# modified from original to be Gentoo like
# $Header: /var/cvsroot/gentoo-x86/www-servers/tux/files/tux.conf.d,v 1.1 2004/08/08 19:03:31 stuart Exp $
# TUX_THREADS sets the number of kernel threads (and associated daemon
# threads) that will be used. $TUX_THREADS defaults to 1.
# TUX... | D |
module display;
import derelict.sdl2.sdl;
import std.stdio;
class SDLException : Exception{
this(string msg){
super(msg);
}
}
class Display{
enum { width = 64, height = 32 }
struct Pixel
{
bool filled;
}
private Pixel[height][width] _pixels;
// SDL stuff
SDL_Surface* _scre... | 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.IImagePresenter;
import irrlicht.video.IImage;
import irrlicht.core.rect;
/**
* Interfa... | D |
/*
* $Id: texture.d,v 1.2 2005/07/03 07:05:23 kenta Exp $
*
* Copyright 2005 Kenta Cho. Some rights reserved.
*/
module abagames.util.sdl.texture;
private import std.string;
private import derelict.sdl2.sdl;
private import abagames.util.support.gl;
private import abagames.util.support.paths;
private import abagame... | D |
/opt/desenv/workspace/github/cursos/rust/c15-smart-pointers/refcell/target/debug/deps/refcell-8076aa39b5bcbe0c: src/main.rs
/opt/desenv/workspace/github/cursos/rust/c15-smart-pointers/refcell/target/debug/deps/refcell-8076aa39b5bcbe0c.d: src/main.rs
src/main.rs:
| D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtBluetooth module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Li... | D |
INSTANCE Info_Mod_Katar_Daron (C_INFO)
{
npc = Mod_1190_NOV_Katar_NW;
nr = 1;
condition = Info_Mod_Katar_Daron_Condition;
information = Info_Mod_Katar_Daron_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Katar_Daron_Condition()
{
if (Npc_KnowsInfo(hero, Info_Mod_Daron_Katar))
&& (Mod_Sekte_Karras >... | D |
module android.java.android.media.tv.TvInputService;
public import android.java.android.media.tv.TvInputService_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!TvInputService;
import import18 = android.java.java.io.FileInputStream;
import import0 = android.java.android.os.IBinder;
import impor... | D |
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/TemplateKit.build/Objects-normal/x86_64/View.o : /Users/brunodaluz/Desktop/project/.build/checkouts/template-kit.git-4631460999338977621/Sources/TemplateKit/Data/TemplateData.swift /Users/brunodaluz/Desktop/project/.build/checkouts/template-kit.g... | D |
/**
* D header file for FreeBSD stdlib.h.
*
* Copyright: Copyright © 2021, The D Language Foundation
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Iain Buclaw
*/
module core.sys.freebsd.stdlib;
public import core.sys.posix.stdlib;
version (FreeBSD):
extern (C):... | D |
// This code has been mechanically translated from the original FORTRAN
// code at http://netlib.org/quadpack.
// An idiomatic D port can be found in scid.internal.calculus.integrate_qk.
/** Authors: Lars Tandle Kyllingstad
Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved.
License: ... | D |
opposition to the flow of electric current resulting from inductance and capacitance (rather than resistance)
| D |
instance DIA_845_Exit(C_Info)
{
npc = Org_845_Schlaeger;
nr = 999;
condition = DIA_Lefty_Exit_Condition;
information = DIA_Lefty_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
};
func int DIA_845_Exit_Condition()
{
return 1;
};
func void DIA_845_Exit_Info()
{
AI_StopProcessInfos(self);
};
instance D... | D |
module fmodex.FmodExTypes;
private import fmodex.FmodExEnums;
private import xf.omg.core.LinearAlgebra;
/* === FROM: fmod.h === */
alias int FMOD_BOOL;
alias uint FMOD_MODE;
alias uint FMOD_TIMEUNIT;
alias uint FMOD_INITFLAGS;
alias uint FMOD_CAPS;
alias uint FMOD_DEBUGLEVEL;
alias uint FMOD_MEMORY_T... | D |
/*
* Hunt - a framework for web and console application based on Collie using Dlang development
*
* Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd
*
* Developer: putao's Dlang team
*
* Licensed under the BSD License.
*
*/
module hunt.http.request;
import std.exception;
import collie.buffer;
imp... | D |
module xml.util.bomstring;
import std.variant;
import std.file;
import std.bitmanip;
import std.conv;
import std.stdint;
import std.stdio;
import std.string;
import std.array;
import xml.util.buffer;
import xml.util.inputEncode;
/** BOM mark datatype detection, read and write files.
Jesse Phillips idea.
@auth... | D |
module thrmch.machine;
import terms.common;
struct Tape
{
public:
void moveForward()
{
if(current)
current = current.next;
}
void moveBackward()
{
if(current)
current = current.previous;
}
OutputTerm remove()
{
if(current)
{
Node* previousNeigbour = current.previous, nextNeigbour = current.... | D |
/Users/macbookpro/Documents/ipad/DerivedData/ipad/Build/Intermediates/ipad.build/Debug-iphonesimulator/ipad.build/Objects-normal/x86_64/TableViewCell.o : /Users/macbookpro/Documents/ipad/ipad/ViewTwo.swift /Users/macbookpro/Documents/ipad/ipad/ViewController.swift /Users/macbookpro/Documents/ipad/TableViewCell.swift /U... | D |
# FIXED
HAL/Common/hal_assert.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/common/hal_assert.c
HAL/Common/hal_assert.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/include/hal_assert.h
HAL/Common/hal_assert.obj: C:/ti/tirex-content/simplelink/ble_... | 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 Coord = Tuple!(float, "x"... | D |
/Users/yuxiangtang1/Documents/Academic/CS526/EggGame_11.28/build/EggGame.build/Debug-iphoneos/EggGame.build/Objects-normal/armv7/Level_Four.o : /Users/yuxiangtang1/Documents/Academic/CS526/EggGame_11.28/EggGame/GameScene.swift /Users/yuxiangtang1/Documents/Academic/CS526/EggGame_11.28/EggGame/Level_Two.swift /Users/yux... | D |
instance DIA_GOMEZWORKERSOUL_133_EXIT(C_Info)
{
npc = gomezworkersoul_13;
nr = 999;
condition = dia_gomezworkersoul_13_exit_condition;
information = dia_gomezworkersoul_13_exit_info;
permanent = TRUE;
description = Dialog_Ende;
};
func int dia_gomezworkersoul_13_exit_condition()
{
return TRUE;
};
func void d... | D |
module src.ResourceManager;
import qt.gui.QIcon;
import qt.gui.QPixmap;
import qt.gui.QStyle;
import src.Resources;
class ResourceManager {
public:
enum {
WINDOW_ICON,
PREVIEW,
}
private:
Object[] obj;
public:
this() {
obj ~= ne... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail101.d(9): Deprecation: use of complex type `creal` is deprecated, use `std.complex.Complex!(real)` instead
fail_compilation/fail101.d(9): Error: cannot implicitly convert expression `1` of type `int` to `creal`
---
*/
creal c = 1;
| D |
/Users/mwaly/Downloads/EventsVIPER/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapshotTesting.build/Objects-normal/x86_64/Diff.o : /Users/mwaly/Downloads/EventsVIPER/Pods/SnapshotTesting/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/mwaly/Downloads/EventsVIPER/Pods/SnapshotTesting/Sources/SnapshotTes... | D |
// Written in the D programming language.
/** This module is used to manipulate _path strings.
Authors:
Lars Tandle Kyllingstad,
$(WEB digitalmars.com, Walter Bright),
Grzegorz Adam Hankiewicz,
Thomas Kühne,
$(WEB erdani.org, Andrei Alexandrescu)
Copyright:
... | D |
the basic monetary unit in many countries
| D |
/Users/linjianguo/Desktop/ReactiveCoCoDemo/DerivedData/ReactiveCoCoDemo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactiveCocoa.build/Objects-normal/x86_64/NSObject+Intercepting.o : /Users/linjianguo/Desktop/ReactiveCoCoDemo/Pods/ReactiveCocoa/ReactiveCocoa/UIKit/UITextField.swift /Users/linjianguo/D... | D |
module Engine.Lang.EscapedString;
// NOTE< struct because it have to be stack managed >
struct EscapedString
{
class EscapedChar
{
this(char Char, bool Escaped)
{
this.Char = Char;
this.Escaped = Escaped;
}
public bool Escaped;
public char Char;
}
private ... | D |
/home/zbf/workspace/git/RTAP/target/debug/build/nom-02e6bf41e8df1e4c/build_script_build-02e6bf41e8df1e4c: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/nom-4.2.3/build.rs
/home/zbf/workspace/git/RTAP/target/debug/build/nom-02e6bf41e8df1e4c/build_script_build-02e6bf41e8df1e4c.d: /home/zbf/.cargo/re... | D |
/*
* Copyright (c) 2017 SEL
*
* 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, publish, distri... | 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 |
/*******************************************************************************
Copyright: Copyright (C) 2007-2008 Kris Bell. All rights reserved.
License: BSD Style
Authors: Kris
*******************************************************************************/
import io.device.... | D |
/**
* Forms the symbols available to all D programs. Includes Object, which is
* the root of the class object hierarchy. This module is implicitly
* imported.
*
* Copyright: Copyright Digital Mars 2000 - 2011.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright, Sea... | D |
/**
Mirror _structseq.h
Tuple object interface
*/
module deimos.python.structseq;
import deimos.python.pyport;
import deimos.python.object;
import deimos.python.tupleobject;
extern(C):
// Python-header-file: Include/structseq.h:
/// _
struct PyStructSequence_Field {
/// _
char* name;
/// _
ch... | D |
/home/id/Desktop/code/discovery/target/rls/debug/build/proc-macro2-671b73792ad61cf1/build_script_build-671b73792ad61cf1: /home/id/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.7/build.rs
/home/id/Desktop/code/discovery/target/rls/debug/build/proc-macro2-671b73792ad61cf1/build_script_build-671b73792ad... | D |
version https://git-lfs.github.com/spec/v1
oid sha256:71b96b6bd2de751f877c8d238eaf81e40fa5916454ec25f80979e268005b7bb5
size 487
| D |
/home/alexist/intern/alexist/nix-scripts/artiq-fast/artiq_kc705/nist_clock/software/ksupport/cargo/debug/build/board_artiq-e9aa7088403be9c1/build_script_build-e9aa7088403be9c1: libboard_artiq/build.rs
/home/alexist/intern/alexist/nix-scripts/artiq-fast/artiq_kc705/nist_clock/software/ksupport/cargo/debug/build/board_a... | D |
module DryGame.core.system;
import std.stdio;
import DryGame.ecs.ecswrapper;
import DryEngine.render.dx11.renderer_dx11;
import directx.d3d11;
import directx.d3dcompiler;
class System
{
ID3D11Buffer _vertexBuffer;
ID3D11Buffer _indexBuffer;
ID3D11InputLayout _inputLayout;
ID3D11VertexShader _vs;
... | D |
/Users/bugsbunny/Desktop/Programming/Swift/Codepath/flixpart1/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Notifications.o : /Users/bugsbunny/Desktop/Programming/Swift/Codepath/flixpart1/Pods/Alamofire/Source/MultipartFormData.swift /Users/bugsbunny/Desktop/Programming/Swif... | D |
module d.ir.dtemplate;
import d.ast.base;
import d.ir.symbol;
import d.ir.type;
/**
* Templated Type
* Type that is the result of a template parameter resolution.
*/
class TemplatedType : Type {
TypeTemplateParameter param;
this(TypeTemplateParameter param) {
this.param = param;
}
/+
override string toSt... | D |
/*===-- llvm-c/BitWriter.h - BitWriter Library C Interface --------*- D -*-===*\
|* *|
|* The LLVM Compiler Infrastructure *|
|* ... | D |
// URL: https://yukicoder.me/problems/no/817
import std;
version(unittest) {} else
void main()
{
int N, K; io.getV(N, K);
int[] A, B; io.getC(N, A, B);
auto Am = A.dup; Am[] -= 1;
auto Bp = B.dup; Bp[] += 1;
auto z = Zaatsu!int(Am, A, B, Bp), c = new int[](z.n+1);
foreach (Ai, Bi; lockstep(A, B)) {
+... | D |
module UnrealScript.TribesGame.TrVehicle_HERC;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrVehicle_Tank;
extern(C++) interface TrVehicle_HERC : TrVehicle_Tank
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass S... | D |
/++
This module was automatically generated from the following grammar:
# This is the PEG extended grammar used by Pegged
Pegged:
# Syntactic rules:
Grammar <- Spacing GrammarName Definition+ :eoi
Definition <- LhsName Arrow Expression
Expression <- FirstExpression / LongestExpression
FirstExpression <- :... | D |
/*
Copyright (c) 2011-2017 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,... | D |
module java.io.RandomAccessFile;
import java.lang.all;
public class RandomAccessFile
{
public this()
{
implMissing();
}
} | D |
/// This module provides a utility class to store different type values inside a single field.
/// This can for example be used to model inheritance.
module mongoschema.variant;
import std.meta;
import std.traits;
import std.variant;
import vibe.data.bson;
import mongoschema;
private enum bool distinctFieldNames(na... | D |
/Users/luoguochun/privt/proj/coding-blog/.demo/rust-lib/mini-redis/target/debug/deps/cfg_if-66b728c155c88ff2.rmeta: /Users/luoguochun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/cfg-if-1.0.0/src/lib.rs
/Users/luoguochun/privt/proj/coding-blog/.demo/rust-lib/mini-redis/target/debug/deps/cfg_if-66b728c155c8... | D |
// Compiler implementation of the D programming language
// Copyright (c) 1999-2016 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.gluelayer;
import ddmd.... | D |
module common;
import
std.array, std.traits, std.meta, std.conv;
import
dparse.lexer, dparse.ast, dparse.parser, dparse.rollback_allocator;
import
iz.memory;
enum ErrorType: ubyte
{
warning,
error
}
/// Stores a dparse AST error
@NoInit @NoGc struct AstError
{
///
ErrorType type;
///
... | 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 distributed in th... | D |
/Users/dali/Documents/GitHub/rustlings/target/debug/deps/cfg_if-5ee6b50cb67273c4.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/cfg-if-1.0.0/src/lib.rs
/Users/dali/Documents/GitHub/rustlings/target/debug/deps/cfg_if-5ee6b50cb67273c4.d: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61... | D |
instance DIA_Addon_Monty_NW_EXIT(C_Info)
{
npc = STRF_1124_Addon_Monty_NW;
nr = 999;
condition = DIA_Addon_Monty_NW_EXIT_Condition;
information = DIA_Addon_Monty_NW_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Monty_NW_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_Mo... | 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 |
/home/leon/rust/rust_tutorial/projects/pub_modules/target/debug/deps/pub_modules-8b85ac55ef4c62dc: src/main.rs
/home/leon/rust/rust_tutorial/projects/pub_modules/target/debug/deps/pub_modules-8b85ac55ef4c62dc.d: src/main.rs
src/main.rs:
| D |
module android.java.java.lang.annotation.Inherited_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.lang.Class_d_interface;
final class Inherited : IJavaObject {
static im... | D |
/*
* Hunt - A refined core library for D programming language.
*
* Copyright (C) 2018-2019 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.io.FileInputStream;
import hunt.Exceptions;
import hunt.io.Common;
import std.array;
import std.stdio;
/**
... | D |
module pacman.maze;
import std.random, std.algorithm, std.typecons, std.array;
enum Tile {
wall = '#',
empty = ' ',
pill = '.',
ghost1 = '1',
ghost2 = '2',
ghost3 = '3',
pacman = 'm',
fruit = 'f'
}
alias Point = Tuple!(int, "x", int, "y");
class Maze {
Tile[][] grid;
int rows, cols, numPil... | D |
/home/zbf/workspace/git/RTAP/target/debug/deps/openssl_sys-f30aa335209e6982.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/openssl-sys-0.9.49/src/lib.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/openssl-sys-0.9.49/src/macros.rs /home/zbf/.cargo/registry/src/mirrors.us... | D |
module godot.largetexture;
import std.meta : AliasSeq, staticIndexOf;
import std.traits : Unqual;
import godot.d.meta;
import godot.core;
import godot.c;
import godot.object;
import godot.classdb;
import godot.texture;
@GodotBaseClass struct LargeTexture
{
static immutable string _GODOT_internal_name = "LargeTexture";... | D |
/Users/RyanLiao/Desktop/XCodeWorkspace/Flix/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Notifications.o : /Users/RyanLiao/Desktop/XCodeWorkspace/Flix/Pods/Alamofire/Source/MultipartFormData.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Flix/Pods/Alamofire/Source/Tim... | D |
module std.database.uri;
import std.stdio;
import std.traits;
import std.string;
import std.experimental.logger;
struct URI {
string protocol,host,path,qs;
int port;
string[][string] query;
string opIndex(string name) const {
auto x = name in query;
return (x is null ? "" : (*x)[$-1])... | D |
func void ZS_Sit_Campfire()
{
Perception_Set_Normal();
B_ResetAll(self);
if(!C_BodyStateContains(self,BS_SIT))
{
AI_SetWalkMode(self,NPC_WALK);
NS_GoToMyWP(self);
};
};
func int ZS_Sit_Campfire_loop()
{
if((Npc_IsOnFP(self,"CAMPFIRE") || !Wld_IsFPAvailable(self,"CAMPFIRE")) && !C_BodyStateContains(self,BS_S... | D |
/Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/HandyJSON.build/Objects-normal/x86_64/TransformOf.o : /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/Metadata.swift /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/CBridge... | D |
having power to atone for or offered by way of expiation or propitiation
intended to reconcile or appease
| D |
a person who is the aim of an attack (especially a victim of ridicule or exploitation) by some hostile person or influence
a surface excavation for extracting stone or slate
animal hunted or caught for food
extract (something such as stones) from or as if from a quarry
| D |
module particles.bullets;
import particles.faced;
import scene.scene;
import math: gfm_dsfml;
import dsfml.graphics;
class Bullets : PhysParticles!Bullet
{
this(Scene sc)
{
super(sc);
}
void checkHit(SceneDamageableObject o)
{
callForEach(
(ref Bullet b)
{
... | D |
module imports.ice10598b;
struct LocalType {}
| D |
module android.java.android.security.keystore.KeyProtection_Builder_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.android.security.keystore.KeyProtection_Builder_d_interface;
... | D |
/Users/nabil/Desktop/Vinci/PFE/MazaB4E/Build/Intermediates/Pods.build/Debug-iphonesimulator/Presentr.build/Objects-normal/x86_64/TransitionType.o : /Users/nabil/Desktop/Vinci/PFE/MazaB4E/Pods/Presentr/Presentr/Presentr+Equatable.swift /Users/nabil/Desktop/Vinci/PFE/MazaB4E/Pods/Presentr/Presentr/PresentationType.swift ... | D |
import std.stdio;
int main(string[] args) {
int x = 10;
if (x < 20) {
writefln("x is less than 20");
}
writefln("value of x is: %d", x);
return 0;
}
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.