code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/*
* This file has been automatically generated by Soupply and released under the MIT license.
*/
module soupply.java393.packet;
import xpacket;
alias Java393Packet = PacketImpl!(Endian.bigEndian, varuint, varuint);
| D |
the central part of a car wheel (or fan or propeller etc) through which the shaft or axle passes
a center of activity or interest or commerce or transportation
| D |
#!/usr/bin/env rdmd
/**
DMD builder
Usage:
./build.d dmd
detab, tolf, install targets - require the D Language Tools (detab.exe, tolf.exe)
https://github.com/dlang/tools.
zip target - requires Info-ZIP or equivalent (zip32.exe)
http://www.info-zip.org/Zip.html#Downloads
*/
version(CoreDdoc) {} else:
import s... | D |
import std.stdio, std.array, std.string, std.conv, std.algorithm;
import std.typecons, std.range, std.random, std.math, std.container;
import std.numeric, std.bigint, core.bitop, std.bitmanip;
immutable long INF = 1L << 59;
void main() {
auto s = readln.split.map!(to!int);
auto N = s[0];
auto M = s[1];
... | D |
module java.beans.Introspector;
import java.beans.BeanInfo;
import java.lang.all;
class Introspector {
static const int IGNORE_ALL_BEANINFO = 0;
static const int IGNORE_IMMEDIATE_BEANINFO = 0;
static const int USE_ALL_BEANINFO = 0;
static String decapitalize(String name){
implMissing(__FILE__,... | D |
module org.serviio.upnp.protocol.ssdp.DeviceAliveMessageBuilder;
import java.lang;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.HttpRequest;
import org.serviio.upnp.Device;
import org.serviio.upnp.protocol.http.HttpMessageBuilder;
import org.serviio.upnp.service.Servic... | D |
/Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Leaf.build/HTMLEscape.swift.o : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Leaf-1.0.6/Sources/Leaf/Argument.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Leaf-1.0.6/Sources/Leaf/Byte+Leaf.swift /Users/oka... | D |
module ex2.sub1.m1;
import glued.application.stereotypes;
@Tracked
class C{}
| D |
/home/runner/work/econ/econ/server/target/x86_64-unknown-linux-gnu/release/deps/futures_io-feeabba0fb6ea153.rmeta: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.8/src/lib.rs
/home/runner/work/econ/econ/server/target/x86_64-unknown-linux-gnu/release/deps/libfutures_io-feeabba0fb6ea153.rlib... | D |
/**
В модуле содержатся основные числовые процедуры, часто используемые
в прочих модулях, либо применияемые в проектах, где используется линейная алгебра.
Authors:
Victor Nakoryakov, nail-mail[at]mail.ru
*/
module linalg.basic;
//import stdrus;
import linalg.config;
/**
Функция приблизительного рав... | D |
module ut.meta.reflection.functions;
import ut.meta.reflection;
import mirror.meta.traits: Parameter;
import std.meta: AliasSeq;
@("functions.bySymbol")
@safe pure unittest {
alias mod = Module!("modules.functions");
import modules.functions;
alias expected = AliasSeq!(
FunctionSymbol!(add1, Pr... | D |
instance BAU_901_Bauer(Npc_Default)
{
name[0] = NAME_Bauer;
guild = GIL_BAU;
id = 901;
voice = 13;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Bau_Axe);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_FatBald",F... | D |
instance Mod_7236_GUR_Guru_NW (Npc_Default)
{
//-------- primary data --------
name = "Guru";
Npctype = NPCTYPE_Main;
guild = GIL_OUT;
level = 28;
flags = 0;
voice = 11;
id = 7236;
//-------- abilities --------
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 35;
attrib... | D |
// URL: https://atcoder.jp/contests/abc051/tasks/abc051_b
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 |
func void B_AssignDragonTalk (var C_Npc slf)
{
if (slf.guild == GIL_DRAGON)
{
if Hlp_GetInstanceID (slf) == Hlp_GetInstanceID (SwampDragon) {B_AssignDragonTalk_Swamp (slf);};
if Hlp_GetInstanceID (slf) == Hlp_GetInstanceID (RockDragon) {B_AssignDragonTalk_Rock (slf);};
if Hlp_GetInstanceID (slf) == Hlp_G... | D |
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permiss... | D |
add explanatory notes to or supply with critical comments
provide interlinear explanations for words or phrases
| D |
// PERMUTE_ARGS: -fPIC
/* Test associative arrays */
extern(C) int printf(const char*, ...);
extern(C) int memcmp(const void *s1, const void *s2, size_t n);
import core.memory; // for GC.collect
import std.random; // for uniform random numbers
/************************************************/
int nametable[cha... | D |
//========================================
//-----------------> OPCJA *KONIEC*
//========================================
INSTANCE DIA_Quentin_EXIT(C_INFO)
{
npc = BAN_1610_Quentin;
nr = 999;
condition = DIA_Quentin_EXIT_Condition;
information = DIA_Quentin_EXIT_Info;
permanent = TRUE;
... | D |
import std.stdio;
void main(){
alias void16 = __vector(void[16]);
}
| D |
/Users/deepansh/Desktop/ForexWatchlist/DerivedData/ForexWatchlist/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Queue.o : /Users/deepansh/Desktop/ForexWatchlist/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/deepansh/Desktop/ForexWatchlist/Pods/RxSwift/RxSwift/Obser... | 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_15_BeT-5325653... | D |
module UnrealScript.UnrealEd.ReplaceActorCommandlet;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.Commandlet;
extern(C++) interface ReplaceActorCommandlet : Commandlet
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass S... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 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 |
instance VLK_473_Buergerin(Npc_Default)
{
name[0] = NAME_Buergerin;
guild = GIL_VLK;
id = 473;
voice = 17;
flags = 0;
npcType = NPCTYPE_AMBIENT;
aivar[AIV_ToughGuy] = TRUE;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
B_CreateAmbientInv(self);
EquipItem(self,ItMw_1h_Vlk_Dagger);
B_Set... | 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 |
/Users/thomaslacan/git/MyJogs-vapor/.build/x86_64-apple-macosx10.10/debug/Service.build/Environment/Environment.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-3263332... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/Pipeline/PlaintextRenderer.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/template-kit.git--6129928586187134836/Sources/TemplateKit/Data/TemplateData.swift /Users/Khanh/vapor/TILApp/.build/checkouts/template-kit.git--612992858618713... | 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 |
module gl.texture;
import std.string;
import derelict.opengl.gl;
import derelict.opengl.gl20;
import derelict.opengl.extension.ext.texture_compression_s3tc;
import derelict.opengl.extension.ext.texture_compression_dxt1;
import derelict.opengl.extension.arb.texture_float;
import derelict.opengl.extension.ext.framebuffe... | D |
/**
#
#Copyright (c) 2018 IoTone, Inc. All rights reserved.
#
**/
module shelld.shellclient;
| D |
FUNC VOID B_AssignAmbientInfos_OW_Wrk_4(var c_NPC slf)
{
}; | D |
module dlangui.platforms.common.startup;
import dlangui.core.config;
import dlangui.core.events;
import dlangui.widgets.styles;
import dlangui.graphics.fonts;
import dlangui.graphics.resources;
import dlangui.widgets.widget;
static if (BACKEND_GUI) {
import dlangui.graphics.ftfonts;
version (Windows) {
///... | D |
/*
* $Id: shaderprogram.d,v 1.1.1.1 2005/06/18 00:46:00 kenta Exp $
*
* Copyright 2005 Kenta Cho. Some rights reserved.
*/
module abagames.util.sdl.shaderprogram;
private import std.string;
private import gl3n.linalg;
private import abagames.util.support.gl;
private import abagames.util.sdl.sdlexception;
private i... | D |
/Users/lukamessina/work/reactor_app/RTS/DerivedData/MAXSIMA Simulator/Build/Intermediates/MAXSIMA Simulator.build/Debug-iphonesimulator/MAXSIMA Simulator.build/Objects-normal/i386/ReactivityViewController.o : /Users/lukamessina/work/reactor_app/RTS/Observables.swift /Users/lukamessina/work/reactor_app/RTS/Material.swif... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail12.d(19): Error: `abc` matches conflicting symbols:
fail_compilation/fail12.d(11): function `fail12.main.Foo!(y).abc`
fail_compilation/fail12.d(11): function `fail12.main.Foo!(y).abc`
---
*/
template Foo(alias b)
{
int abc() { return b; }
}
void main()
{
i... | 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 |
/home/drk/iot/12_may_workshop/may_12_1/chap4/iftari/target/debug/iftari: /home/drk/iot/12_may_workshop/may_12_1/chap4/iftari/src/main.rs
| D |
/Users/sharmpi/Downloads/NotificationsWrapper-master\ 2/Build/Intermediates/NotificationManager.build/Debug-iphonesimulator/NotificationManager.build/Objects-normal/x86_64/AppDelegate.o : /Users/sharmpi/Downloads/NotificationsWrapper-master\ 2/NotificationManager/ViewController.swift /Users/sharmpi/Downloads/Notificati... | D |
/**
To avoid cyclic dependencies with module constructors
*/
module xlld.static_;
///
shared static this() nothrow {
import xlld.conv.from: gToEnumMutex;
import xlld.conv.to: gFromEnumMutex;
import core.sync.mutex: Mutex;
gToEnumMutex = new shared Mutex;
gFromEnumMutex = new shared Mutex;
}
v... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
/*******************************************************************************
* Copyright (c) 2003, 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, a... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/Shell_Tools/miniecho/target/debug/deps/strsim-6a1cfb1c353de55a.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/strsim-0.8.0/src/lib.rs
/home/hustccc/OS_Tutorial_Summer_of_Code/Shell_Tools/miniecho/target/debug/deps/libstrsim-6a1cfb1c353de55a.rlib: ... | D |
/Users/deborahmesquita1/Documents/Code/tatari_fromweb/tatari/Build/Intermediates/Tatari.build/Debug-iphonesimulator/Tatari.build/Objects-normal/x86_64/VotoTableViewCell.o : /Users/deborahmesquita1/Documents/Code/tatari_fromweb/tatari/Tatari/ViewController.swift /Users/deborahmesquita1/Documents/Code/tatari_fromweb/tata... | D |
func void b_clearfmc()
{
b_killnpc(sld_750_soeldner);
b_killnpc(sld_751_soeldner);
b_killnpc(sld_752_okyl);
b_killnpc(sld_753_baloro);
b_killnpc(sld_755_soeldner);
b_killnpc(sld_756_soeldner);
b_killnpc(sld_757_soeldner);
b_killnpc(sld_758_soeldner);
b_killnpc(sld_759_soeldner);
b_killnpc(sld_760_soeldner);
... | D |
/****
* Generic ranges not found in Phobos.
* Copyright: 2013 by Digital Mars
* License: $(LINK2 http://boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright
*/
module ranges;
/**************
* BitBucket is an OutputRange that throws away its output.
*/
struct BitBucket(E)
{
static void... | D |
instance PAL_227_Schiffswache(Npc_Default)
{
name[0] = NAME_Schiffswache;
guild = GIL_PAL;
id = 227;
voice = 9;
flags = NPC_FLAG_IMMORTAL;
npcType = NPCTYPE_MAIN;
B_SetAttributesToChapter(self,5);
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,ItMw_1h_Pal_Sword);
B_CreateAmbientInv(self);
B_SetNpcVisual(se... | D |
the distinctive form in which a thing is made
container into which liquid is poured to create a given shape when it hardens
loose soil rich in organic matter
the process of becoming mildewed
a fungus that produces a superficial growth on various kinds of damp or decaying organic matter
a dish or dessert that is formed ... | D |
instance DIA_BENNET_EXIT(C_INFO)
{
npc = sld_809_bennet;
nr = 999;
condition = dia_bennet_exit_condition;
information = dia_bennet_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_bennet_exit_condition()
{
if(KAPITEL < 3)
{
return TRUE;
};
};
func void dia_bennet_exit_info()
{
AI_... | D |
func void b_combatassessdefeat()
{
printdebugnpc(PD_ZS_FRAME,"B_CombatAssessDefeat");
if(Npc_CanSeeNpcFreeLOS(self,other))
{
if(c_npcishuman(other) && c_npcishuman(victim))
{
printdebugnpc(PD_ZS_CHECK,"...Mensch besiegt Mensch!");
b_assessandmemorize(NEWS_DEFEAT,NEWS_SOURCE_WITNESS,self,other,victim);
... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Console.build/Clear/Console+Ephemeral.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/console/Sources/Console/Terminal/ANSI.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/co... | D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensee... | D |
/++
[SumType] is a generic discriminated union implementation that uses
design-by-introspection to generate safe and efficient code. Its features
include:
$(LIST
* [match|Pattern matching.]
* Support for self-referential types.
* Full attribute correctness (`pure`, `@safe`, `@nogc`, and `nothrow` are
... | D |
/*******************************************************************************
An RPC generator, similar to `vibe.web.rest`, but for efficient node-to-node
communication.
The aim of this module is to provide a low-overhead way to interface nodes.
This module uses TCP for communication and binary dat... | D |
/Users/samkahchiin/Workspace/coding-exercises/advent_of_code/day_1/rust/target/debug/deps/rust-8b6d82a820a9b68e.rmeta: src/main.rs
/Users/samkahchiin/Workspace/coding-exercises/advent_of_code/day_1/rust/target/debug/deps/rust-8b6d82a820a9b68e.d: src/main.rs
src/main.rs:
| D |
///
module std.experimental.allocator.building_blocks.segregator;
import std.experimental.allocator.common;
/**
Dispatches allocations (and deallocations) between two allocators ($(D
SmallAllocator) and $(D LargeAllocator)) depending on the size allocated, as
follows. All allocations smaller than or equal to $(D thre... | D |
module UnrealScript.TribesGame.TrFamilyInfo_Heavy_Doombringer_DS;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrFamilyInfo_Heavy_Doombringer;
extern(C++) interface TrFamilyInfo_Heavy_Doombringer_DS : TrFamilyInfo_Heavy_Doombringer
{
public extern(D):
private static __gs... | D |
// Written in the D programming language
/++
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis
Source: $(PHOBOSSRC std/datetime/_systime.d)
+/
module std.datetime.systime;
import core.time;
import std.datetime.date;
import std.datetime.timezone;
import std... | D |
/home/victor/Rust/server/target/debug/deps/server-463bc205f902c6b6: src/main.rs
/home/victor/Rust/server/target/debug/deps/server-463bc205f902c6b6.d: src/main.rs
src/main.rs:
| D |
module ppl.resolve.ResolveUnary;
import ppl.internal;
final class ResolveUnary {
private:
Module module_;
ResolveModule resolver;
FoldUnreferenced foldUnreferenced;
public:
this(ResolveModule resolver) {
this.resolver = resolver;
this.module_ = resolver.module_;
... | D |
module mystd.internal.unicode_decomp;
import mystd.internal.unicode_tables;
@safe pure nothrow @nogc:
static if(size_t.sizeof == 8) {
//22656 bytes
enum compatMappingTrieEntries = TrieEntry!(ushort, 8, 8, 5)([ 0x0, 0x20, 0x2a0], [ 0x100, 0xa00, 0x21c0], [ 0x402030202020100, 0x706020202020205, 0x802020202020202,... | D |
module org.eclipse.swt.internal.mozilla.nsIDOMDocumentFragment;
import java.lang.all;
import org.eclipse.swt.internal.mozilla.Common;
import org.eclipse.swt.internal.mozilla.nsID;
import org.eclipse.swt.internal.mozilla.nsIDOMNode;
const char[] NS_IDOMDOCUMENTFRAGMENT_IID_STR = "a6cf9076-15b3-11d2-932e-00805f8add32... | D |
module fat;
alias FDIR = uint;
alias TCHAR = ubyte;
alias BYTE = ubyte;
alias UINT = uint;
alias FSIZE_t = uint;
alias WORD = ushort;
alias DWORD = uint;
enum FF_MIN_SS = 512;
enum FF_MAX_SS = 512;
enum FR_OK = 0;
/** Filesystem object structure (FATFS) */
struct FATFS
{
BYTE fs_type; /** Filesystem type (0:not mou... | D |
#!/usr/bin/env dub
/+ dub.sdl:
name "t0"
dflags "-I../source"
dflags "-release"
lflags "-L.."
lflags "-lhl"
+/
// cd to tests and run with "dub run --single t0.d"
void main() {
import std.datetime;
import std.stdio;
import std.experimental.logger;
import hl;
globalLogLevel(LogLe... | D |
//Written in the D programming language
/*
* Persistant storage for singular variables.
*
* Copyright (C) 2013-2014 Jaypha
*
* Distributed under the Boost Software License, Version 1.0.
* (See http://www.boost.org/LICENSE_1_0.txt)
*
* Authors: Jason den Dulk
*/
module jaypha.dbsql.variables;
import jaypha.ty... | D |
/**
* Pebble color data structures, and operations on them.
*/
module pebble.gcolor;
import pebble.versions;
@nogc:
@safe:
pure:
nothrow:
/// A color for aplite Pebble watches, which have only 2 colors.
enum GColorMonoChrome {
/// Represents "clear" or transparent.
clear = ~0,
/// Represents black.
black =... | D |
module shard.checked_pointer;
struct CheckedVoidPtr {
import shard.hash: Hash64;
import shard.memory.traits : PtrType, to_ptr_type;
import std.traits : fullyQualifiedName;
Hash64 cookie;
void* ptr;
this(T)(T* t) nothrow {
enum type_hash = Hash64(fullyQualifiedName!T.hashOf);
c... | D |
/u/tlan2/Rust/Mini_Games/target/debug/deps/libordered_float-8642b7845f691bcc.rlib: /u/tlan2/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.0.2/src/lib.rs
/u/tlan2/Rust/Mini_Games/target/debug/deps/ordered_float-8642b7845f691bcc.d: /u/tlan2/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-... | D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanyin... | D |
module mach.sdl.init.sdl.image;
private:
import derelict.sdl2.image;
import mach.sdl.error : SDLException;
import mach.sdl.flags;
public:
/// https://www.libsdl.org/projects/SDL_image/
struct Image{
static load(){DerelictSDL2Image.load();}
static unload(){DerelictSDL2Image.unload();}
/// https://... | D |
.build_1i2o2_lin33_48k_usbctl_farenddsp/_m_usb_audio/endpoint0/dbcalc.xc.d .build_1i2o2_lin33_48k_usbctl_farenddsp/_m_usb_audio/endpoint0/dbcalc.xc.o .build_1i2o2_lin33_48k_usbctl_farenddsp/_m_usb_audio/endpoint0/dbcalc.xc.pca.xml: C:/Users/user/workspace/module_usb_audio/endpoint0/dbcalc.xc
| D |
/**
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Sean Kelly, Alex Rønne Petersen
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Co... | D |
module example.example;
/// Ut in enim magna, et vestibulum dui. Phasellus commodo ullamcorper.
void foo();
/**
* Cras aliquet auctor dictum. Vestibulum posuere dolor sit amet arcu.
* Params:
* a = Vivamus vitae semper eros. Cras.
* b = Sed pellentesque orci id felis.
*/
int bar(int a, int b);
/// Nulla e... | D |
// Generated by gnome-h2d.rb <http://github.com/ddude/gnome.d>.
module gobject.closure;
public import core.stdc.stdarg;
/* GObject - GLib Type, Object, Parameter and Signal Library
* Copyright (C) 2000-2001 Red Hat, Inc.
* Copyright (C) 2005 Imendio AB
*
* This library is free software; you can redistribute it an... | D |
/home/spyro/Documents/github/GameEngine/game_engine/target/debug/deps/libscopeguard-c76e49e09b06b559.rlib: /home/spyro/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-0.3.3/src/lib.rs
/home/spyro/Documents/github/GameEngine/game_engine/target/debug/deps/scopeguard-c76e49e09b06b559.d: /home/spyro/.cargo/regi... | D |
instance BDT_10024_Addon_Garaz(Npc_Default)
{
name[0] = "Гараз";
guild = GIL_BDT;
id = 10024;
voice = 8;
flags = 0;
npcType = NPCTYPE_BL_MAIN;
B_SetAttributesToChapter(self,4);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_2h_Sld_Axe);
B_CreateAmbientInv(self);
B_CreateItemToSteal(self,80,ItMi_Gold,8... | D |
module UnrealScript.TribesGame.TrStormCore_BloodEagle;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrStormCore;
extern(C++) interface TrStormCore_BloodEagle : TrStormCore
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static Scr... | D |
/**
* Defines the named entities to support the "\\&Entity;" escape sequence for strings / character literals.
*
* Specification $(LINK2 https://dlang.org/spec/entity.html, Named Character Entities)
*
* Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved
* Authors: $(LIN... | D |
extern(C):
double add(double a, double b) {
return a + b;
}
void _start() {}
| D |
/*
This file is part of Grafer.
Copyright (C) 2008 Frederic-Gerald Morcos <fred.morcos@gmail.com>
Grafer 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)... | D |
/**
* Contains a bitfield used by the GC.
*
* Copyright: Copyright Digital Mars 2005 - 2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright, David Friedman, Sean Kelly
*/
/* Copyright Digital Mars 2005 - 2013.
* Distributed under the Boost ... | D |
// PERMUTE_ARGS:
/**************************************************
1748 class template with stringof
**************************************************/
struct S1748(T) {}
static assert(S1748!int.stringof == "S1748!int");
class C1748(T) {}
static assert(C1748!int.stringof == "C1748!int");
/*******************... | D |
module hunt.wechat.bean.datacube.getcardbizuininfo.BizuinInfoResult;
import hunt.collection.List;
import hunt.wechat.bean.BaseResult;
/**
* 拉取卡券概况数据接口-响应对象
*
*
*
*/
class BizuinInfoResult : BaseResult {
/**
* 记录列表
*/
List!(BizuinInfoResultInfo) list;
public List!(BizuinInfoResultIn... | D |
a list of employees and their salaries
the total amount of money paid in wages
the department that determines the amounts of wage or salary due to each employee
| D |
/Users/yingyuhang/Desktop/学习/Rust-numerical-library/Numerical-Lib/target/release/build/memoffset-3f398a1ed2b50b5f/build_script_build-3f398a1ed2b50b5f: /Users/yingyuhang/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.5/build.rs
/Users/yingyuhang/Desktop/学习/Rust-numerical-library/Numerical-Lib/target/rele... | D |
a work produced by hand labor
a craft that requires skillful hands
| D |
// *************************************************************************
// Kapitel 1
// *************************************************************************
// *************************************************************************
// EXIT
// *********************************************... | D |
/// Generate by tools
module com.thoughtworks.xstream.annotations.XStreamImplicit;
import java.lang.exceptions;
public class XStreamImplicit
{
public this()
{
implMissing();
}
}
| D |
// Written in the D programming language.
/**
Functions that manipulate other functions.
Macros:
WIKI = Phobos/StdFunctional
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu)
Source: $(PHOBOSSRC ... | D |
/*
REQUIRED_ARGS: -de
TEST_OUTPUT:
---
fail_compilation/enum_function.d(11): Deprecation: function cannot have enum storage class
fail_compilation/enum_function.d(12): Deprecation: function cannot have enum storage class
fail_compilation/enum_function.d(13): Deprecation: function cannot have enum storage class
fail_com... | D |
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Message/HTTPHeaders.swift.o : /Users/nice/HelloWord/.build/checkouts/http.git-5443068064906198988/Sources/HTTP/Utilities/RFC1123.swift /Users/nice/HelloWord/.build/checkouts/http.git-5443068064906198988/Sources/HTTP/Message/URL+HTTP.swift /Users/nic... | D |
/**
Copyright: Copyright (c) 2007, Artyom Shalkhakov. All rights reserved.
License: BSD
This module implements pluecker coordinates for line segments.
Version: Aug 2007: initial release
Authors: Artyom Shalkhakov
*/
module auxd.ray.base.Pluecker;
import Math = auxd.ray.base.Math;
import auxd.ray.bas... | D |
module dialog.grid_setting_dialog;
private import imports.all;
private import project_info;
private import main;
class GridSettingDialog : Window{
void delegate(bool,int,EGridType,int,bool,int,EGridType,int) onGridSettingChangedFunction;
this(){
super("グリッド設定");
setBorderWidth(10);
HBox... | D |
/Users/macmini2/Desktop/workSpace/Perfect-Logger/.build/x86_64-apple-macosx10.10/debug/PerfectLib.build/Log.swift.o : /Users/macmini2/Desktop/workSpace/Perfect-Logger/.build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib/JSONConvertible.swift /Users/macmini2/Desktop/workSpace/Perfect-Logger/.build/chec... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/TLS.build/Objects-normal/x86_64/ClientSocket.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/tls.git-2678149690400510061/Sources/TLS/Mode.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/tls.git-2678149690400510061/Source... | D |
/Users/valeri/ЦФТ_ios_2019/30_03_carTask/30_03/Build/Intermediates.noindex/CarDirectory.build/Debug/30_03.build/Objects-normal/x86_64/СarDirectory.o : /Users/valeri/ЦФТ_ios_2019/30_03_carTask/30_03/30_03/CarStorage.swift /Users/valeri/ЦФТ_ios_2019/30_03_carTask/30_03/30_03/main.swift /Users/valeri/ЦФТ_ios_2019/30_03_ca... | D |
// PERMUTE_ARGS:
// EXTRA_FILES: extra-files/teststdio.txt
import std.stdio;
import core.stdc.stdio;
void main()
{
auto f = std.stdio.File("runnable/extra-files/teststdio.txt", "r");
FILE* fp = f.getFP();
string buf;
int i;
do
{
buf = f.readln('\n');
foreach (c; buf)
... | D |
module android.java.android.database.SQLException_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.Class_... | 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 |
wasting of the body during a chronic disease
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.