code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
320 63 9 15.5 34 65 -38 145.5 1854 16 16 0.483870968 extrusives
314 70 6 132 48 50 -33.2999992 151.199997 1844 9 10 1 intrusives, basalt
302.700012 66.8000031 6.80000019 35 34 65 -38 145.5 1819 10.8000002 12.1000004 0.483870968 extrusives
298 58... | D |
// Written in the D programming language.
/**
This is a submodule of $(LINK2 std_algorithm.html, std.algorithm).
It contains generic _sorting algorithms.
$(BOOKTABLE Cheat Sheet,
$(TR $(TH Function Name) $(TH Description))
$(T2 completeSort,
If $(D a = [10, 20, 30]) and $(D b = [40, 6, 15]), then
$(D... | D |
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/HandyJSON.build/Objects-normal/x86_64/PointerType.o : /Users/yq/Project/Swift/SwiftGroup/Pods/HandyJSON/Source/Metadata.swift /Users/yq/Project/Swift/SwiftGroup/Pods/HandyJSON/Source/CBridge.swift /Users/yq/Project/Swift/Swi... | D |
module hunt.database.base.Exceptions;
import hunt.Exceptions;
/**
* @author <a href="http://tfox.org">Tim Fox</a>
*/
class NoStackTraceThrowable : Exception {
this(string message) {
super(message);
}
}
class DatabaseException : Exception {
mixin BasicExceptionCtors;
} | D |
/*******************************************************************************
DLS node socket connection holding Request instances
Copyright:
Copyright (c) 2010-2017 dunnhumby Germany GmbH. All rights reserved.
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
... | D |
module hunt.wechat.bean.shorturl.Shorturl;
import hunt.wechat.bean.BaseResult;
class Shorturl : BaseResult{
private string short_url;
public string getShort_url() {
return short_url;
}
public void setShort_url(string short_url) {
this.short_url = short_url;
}
}
| D |
// Copyright 2013 Google Inc. All Rights Reserved.
//
// 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... | 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="Meow.notation#_pujPMFgKEeSi7Z0W0bk... | D |
include "ir";
fun get_ir (f) {
var ln, lno = 0, code, lab, op, v;
// Patterns
val p_sp = "[ \t]*";
val p_code = p_sp @ "(goto|skipif|gosub|match|return|next)";
val p_id = "[a-zA-Z][a-zA-Z0-9]*";
val p_lab = p_sp @ "((" @ p_id @ "):)?";
val p_str = "\"[^\"]*\"";
val p_op = p_sp @ "(" @ p_id @ "|" @ p_st... | D |
instance VLK_578_Buddler (Npc_Default)
{
//-------- primary data --------
name = Name_Buddler;
npctype = npctype_ambient;
guild = GIL_VLK;
level = 4;
voice = 2;
id = 578;
//-------- abilities --------
attribute[ATR_STRENGTH] = 20;
attribute[ATR_DEXTERITY] = ... | D |
/Users/prajaktakulkarni/Documents/Casper/Build/Intermediates/Pods.build/Debug-iphonesimulator/Nuke.build/Objects-normal/x86_64/Processor.o : /Users/prajaktakulkarni/Documents/Casper/Pods/Nuke/Sources/Cache.swift /Users/prajaktakulkarni/Documents/Casper/Pods/Nuke/Sources/CancellationToken.swift /Users/prajaktakulkarni/D... | D |
module dxx.util;
public import dxx.util.notify;
public import dxx.util.ini;
public import dxx.util.url;
public import dxx.util.storage;
public import dxx.util.injector;
public import dxx.util.log;
public import dxx.util.messages;
public import dxx.util.config;
public import dxx.util.grammar;
public import dxx.util.min... | D |
/*
* Copyright (C) 2019, HuntLabs
*
* 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... | D |
module test.TaskPoolTest;
import hunt.concurrency.TaskPool;
import hunt.logging.ConsoleLogger;
import hunt.concurrency.SimpleQueue;
import hunt.system.Memory;
import hunt.util.Common;
import std.format;
import std.random;
import core.atomic;
import core.thread;
import core.time;
class TaskPoolTest {
void test... | D |
module godot.collisionshape2d;
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.node2d;
import godot.shape2d;
@GodotBaseClass struct CollisionShape2D
{
static immutable string _GODOT_in... | D |
/Users/davalcato/Desktop/iOS/Snap(Knock-Off)/Build/Intermediates/IBDesignables/Intermediates.noindex/Pods.build/Debug-iphonesimulator/TextFieldEffects.build/Objects-normal/x86_64/KaedeTextField.o : /Users/davalcato/Desktop/iOS/Snap(Knock-Off)/Pods/TextFieldEffects/TextFieldEffects/TextFieldEffects/MadokaTextField.swift... | D |
//*****************************************************************************
//
// Loading Wavefront (.obj / .mtl) files
//
//*****************************************************************************
module engine.blob.wavefront;
//-----------------------------------------------------------------------------
... | D |
# Jack Audio Connection Kit options
################################################ general server options
# output form `jackd --help`
# extend the switches in the OPTIONS variable
# usage: jackd [ --realtime OR -R [ --realtime-priority OR -P priority ] ]
# [ --no-mlock OR -m ]
# [ --timeo... | D |
# FIXED
PROFILES/gap.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/Profiles/Roles/gap.c
PROFILES/gap.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/ble/include/bcomdef.h
PROFILES/gap.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Comp... | 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_3_agm-56278449... | D |
// Author: Ivan Kazmenko (gassa@mail.ru)
module earnings_all;
import std.algorithm;
import std.conv;
import std.datetime;
import std.digest.sha;
import std.exception;
import std.format;
import std.json;
import std.net.curl;
import std.range;
import std.stdio;
import std.string;
import std.traits;
import std.typecons;
... | D |
var int MerkLebenspunkteTill;
var int MerkLebenspunkteHeldTill;
INSTANCE Info_Mod_Till_Hi (C_INFO)
{
npc = Mod_541_NONE_Till_NW;
nr = 1;
condition = Info_Mod_Till_Hi_Condition;
information = Info_Mod_Till_Hi_Info;
permanent = 0;
important = 0;
description = "Wer bist du?";
};
FUNC INT Info_Mod_Till_Hi_Condit... | D |
module d.semantic.symbol;
import d.semantic.caster;
import d.semantic.declaration;
import d.semantic.semantic;
import d.ast.declaration;
import d.ast.expression;
import d.ast.identifier;
import d.ir.expression;
import d.ir.symbol;
import d.ir.type;
// TODO: change ast to allow any statement as function body, then r... | 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 |
/Users/danielmorales/CSUMB/Potluck/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Just.o : /Users/danielmorales/CSUMB/Potluck/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/danielmorales/CSUMB/Potluck/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/danielmorales/CSUMB/Potluck/Po... | D |
// c06ex07.d
import std.stdio;
void main()
{
int I, J, LINHAS, COLUNAS;
int[][] MATRIZ;
write("Entre a quantidade de linhas ...: ");
readf(" %s", &LINHAS);
write("Entre a quantidade de colunas ..: ");
readf(" %s", &COLUNAS);
MATRIZ = new int[][LINHAS];
writeln();
for (I = 0;... | D |
# FIXED
SDI/sdi_tl.obj: C:/ti/ble_examples-simplelink_sdk-1.35/source/ti/ble5stack/sdi/src/sdi_tl.c
SDI/sdi_tl.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/include/string.h
SDI/sdi_tl.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/include/linkage.h
SDI/sdi_tl.obj: C:/ti/xdctools_3_50_01_12_core/package... | D |
/*
TEST_OUTPUT:
---
fail_compilation/testInference.d(24): Error: cannot implicitly convert expression (this.a) of type inout(A8998) to immutable(A8998)
---
*/
class A8998
{
int i;
}
class C8998
{
A8998 a;
this()
{
a = new A8998();
}
// WRONG: Returns immutable(A8998)
immutable(A89... | D |
/home/naufil/Desktop/rust_github/6Aug/threads/target/rls/debug/deps/threads-9b157bbd5fbe4038.rmeta: src/main.rs
/home/naufil/Desktop/rust_github/6Aug/threads/target/rls/debug/deps/threads-9b157bbd5fbe4038.d: src/main.rs
src/main.rs:
| D |
module mach.range.distinct;
private:
import mach.traits : ElementType, isIterable, isRange, isSavingRange;
import mach.traits : hasNumericLength, canHash, ElementType;
import mach.range.asrange : asrange, validAsRange;
import mach.range.meta : MetaRangeEmptyMixin;
import mach.collect : DenseHashSet;
public:
/// D... | D |
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Console.build/Terminal/ConsoleStyle+Terminal.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/console.git-5126077550814951831/Sources/Console/Terminal/String+ANSI.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/console.git... | D |
/**
* Copyright © DiamondMVC 2018
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.unittesting.initialization;
import diamond.core.apptype;
static if (isWeb && isTesting)
{
/// Boolean determinng whether all tests has passed or not.
pack... | D |
module org.serviio.library.local.metadata.extractor.MetadataFile;
import java.lang.String;
import java.util.Date;
import org.serviio.library.local.metadata.extractor.ExtractorType;
public class MetadataFile
{
private ExtractorType extractorType;
private Date lastUpdatedDate;
private String identifier;
private... | D |
/**
Package skeleton initialization code.
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.init;
import dub.internal.vibecompat.core.file;
import dub.internal.vibecompat.core.log;
import ... | D |
module qv.web;
//import qv.tivs;
import vibe.d;
//import qv.schemas;
import qv.schemas: UserSchema, UserSessionSchema;
final class QvApp
{
SessionVar!(UserSessionSchema, "user_session") userSession;
this()
{
UserSessionSchema sessionInit;
sessionInit.userID = 0;
sessionInit.signedIn = false;
this.userSess... | D |
instance BAU_960_Bengar(Npc_Default)
{
name[0] = "Bengar";
guild = GIL_OUT;
id = 960;
voice = 10;
flags = NPC_FLAG_IMMORTAL;
npcType = npctype_main;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Bau_Axe);
EquipItem(self,ItRw_Sld_Bow);
B_CreateAmbientInv(self);
B_... | D |
//
//
//
module dini.traits;
import std.file : FileException;
import std.stdio : File;
import dini.iniconfig : IniConfigs, IniConfigsException;
private
mixin template setField(string fname)
{
// retrieves configuration field from file or assigns it by default
mixin( `auto ` ~ fname ~ `() const ... | D |
/*
* ti_short.d
*
* This module implements the TypeInfo for the short type.
*
*/
module runtime.typeinfo.ti_short;
class TypeInfo_s : TypeInfo {
char[] toString() {
return "short";
}
hash_t getHash(void *p) {
return *cast(short *)p;
}
int equals(void *p1, void *p2) {
return *cast(short *)p1 == *cast... | D |
/Users/skm/Desktop/Code/Rust/minigrep/target/rls/debug/deps/minigrep-0f997eeec83ff5b1.rmeta: src/lib.rs
/Users/skm/Desktop/Code/Rust/minigrep/target/rls/debug/deps/minigrep-0f997eeec83ff5b1.d: src/lib.rs
src/lib.rs:
| D |
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/Service.build/Objects-normal/x86_64/BasicServiceFactory.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/service.git-1166999477643609831/Sources/Service/Services/ServiceID.swift /Users/phungdu/Documents/code/vapor/TILApp/.b... | D |
module vector3;
import std.algorithm : canFind;
import std.format : format;
import std.math : sqrt;
import std.stdio : writeln, writefln;
struct Vector3
{
// this () {}
this (float e0, float e1, float e2)
{
e[0] = e0;
e[1] = e1;
e[2] = e2;
}
float x () { return e[0]; }
... | D |
module java.util.LinkedList;
import java.lang.all;
import java.util.List;
import java.util.Iterator;
import java.util.ListIterator;
import java.util.Collection;
version(Tango){
static import tango.util.container.CircularList;
} else { // Phobos
}
class LinkedList : List {
version(Tango){
alias tango.... | D |
a suite of rooms usually on one floor of an apartment house
| D |
// rdmd delegatefunctionexample.d
module externdelegate;
import std.stdio;
import delegatefunction;
// Note: Equivalent semantics for the previous functions using DIP 1011 extern(delegate)
version(WithExternDelegate)
{
/*extern(delegate)*/ void importantWriteln(File* file, string msg)
{
fil... | D |
/*
Copyright (C) 2005-2010 Christopher E. Miller
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.
Permission is granted to anyone to use this software for any purpose,
includi... | D |
module test.Test;
public class Test
{
private /*static*/ void foo()
{
}
public /*static*/ void foo(int i)
{
}
}
public interface ITest
{
void foo();
void foo(int);
}
public abstract class T : ITest
{
public void bar()
{
foo();
}
publ... | D |
/Users/lindentree/Projects/true_neutral/contract/target/release/build/proc-macro2-22a184cb727b610c/build_script_build-22a184cb727b610c: /Users/lindentree/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/build.rs
/Users/lindentree/Projects/true_neutral/contract/target/release/build/proc-macro2-22a184cb... | D |
/Users/Niclas/Desktop/xcode_projekte/ExchangeAGram/build/ExchangeAGram.build/Debug-iphoneos/ExchangeAGram.build/Objects-normal/arm64/FeedItem.o : /Users/Niclas/Desktop/xcode_projekte/ExchangeAGram/ExchangeAGram/FilterCell.swift /Users/Niclas/Desktop/xcode_projekte/ExchangeAGram/ExchangeAGram/FilterViewController.swift ... | D |
// REQUIRED_ARGS: -preview=dip1000
/*
TEST_OUTPUT:
---
fail_compilation/fail20108.d(15): Error: address of variable `y` assigned to `x` with longer lifetime
fail_compilation/fail20108.d(16): Error: scope parameter `x` may not be returned
fail_compilation/fail20108.d(23): Error: address of variable `y` assigned to `x` w... | D |
func int C_PCIsInMyRoom()
{
var C_Npc owner;
var int portalowner;
PrintDebugNpc(PD_ZS_FRAME,"C_PCIsInMyRoom");
owner = Wld_GetPlayerPortalOwner();
portalowner = Wld_GetPlayerPortalGuild();
if((self == owner) || (Wld_GetGuildAttitude(self.guild,portalowner) == ATT_FRIENDLY))
{
return 1;
}
else
{
return 0;
... | D |
CHAIN
IF~CombatCounter(0)!See([ENEMY]) InMyArea("CVSandr") InParty("CVSandr") !StateCheck("CVSandr",CD_STATE_NOTVALID)!StateCheck("ibaur",CD_STATE_NOTVALID) !AreaCheck("ar4500")Global("AuroSanN","LOCALS",0)~THEN BIBAUR25 Sanboot
@0
DO~SetGlobal("AuroSanN","LOCALS",1) ~
==BSandr25@1
==BIBAUR25@2
==BSandr25@3
==BIBAUR25@... | D |
module wx.StaticBitmap;
public import wx.common;
public import wx.Control;
//! \cond EXTERN
static extern (C) IntPtr wxStaticBitmap_ctor();
static extern (C) bool wxStaticBitmap_Create(IntPtr self, IntPtr parent, int id, IntPtr label, inout Point pos, inout Size size, uint style, string name);
static extern (C... | D |
module UnrealScript.UTGame.UTSeqAct_SetVisibilityModifier;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.SequenceAction;
extern(C++) interface UTSeqAct_SetVisibilityModifier : SequenceAction
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property fi... | D |
module dgl.ext.WGL_EXT_pixel_format_packed_float;
import dgl.opengl;
import dgl.glext;
version( D_Version2 ) {
import std.string : containsPattern = count;
import std.conv;
} else {
import tango.text.Util : containsPattern;
import tango.stdc.stringz : fromStringz;
alias char[] string;
}
private ushort extensio... | D |
/Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/Kitura.build/staticFileServer/RangeHeader.swift.o : /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura.git-29930723474180... | D |
module org.serviio.upnp.service.contentdirectory.command.video.ListFlatVideoFoldersByNameCommand;
import java.lang.String;
import org.serviio.library.entities.AccessGroup;
import org.serviio.library.metadata.MediaFileType;
import org.serviio.profile.Profile;
import org.serviio.upnp.service.contentdirectory.ObjectType;... | 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,
ex... | D |
int f(int i)
{
if (i == 0)
return 1;
return i * f(i - 1);
}
pragma(msg, (5) == 120);
| D |
/home/kiron/Programing/Rust/programing_rust/ch06/expression_sample/target/debug/deps/expression_sample-61dbfb4b05cfeecb: src/main.rs
/home/kiron/Programing/Rust/programing_rust/ch06/expression_sample/target/debug/deps/expression_sample-61dbfb4b05cfeecb.d: src/main.rs
src/main.rs:
| D |
/home/felipe/Projetos/Rust/hello-rocket/target/debug/build/serde-b83076c609be0dcf/build_script_build-b83076c609be0dcf: /home/felipe/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.70/build.rs
/home/felipe/Projetos/Rust/hello-rocket/target/debug/build/serde-b83076c609be0dcf/build_script_build-b83076c609be0dcf... | D |
// Written in the D programming language.
/**
This module contains opengl based drawing buffer implementation.
To enable OpenGL support, build with version(USE_OPENGL);
Synopsis:
----
import dlangui.graphics.gldrawbuf;
----
Copyright: Vadim Lopatin, 2014
License: Boost License 1.0
Authors: Vadim Lopatin, cool... | D |
module served.utils.fibermanager;
// debug = Fibers;
import core.thread;
import std.algorithm;
import std.experimental.logger;
import std.range;
import served.io.memory;
import workspaced.api : Future;
public import core.thread : Fiber, Thread;
struct FiberManager
{
private Fiber[] fibers;
void call()
{
si... | D |
/*
Copyright (c) 2014-2020 Martin Cejp
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, distri... | D |
module org.serviio.upnp.service.contentdirectory.classes.MusicGenre;
import java.lang.String;
import org.serviio.upnp.service.contentdirectory.classes.Genre;
import org.serviio.upnp.service.contentdirectory.classes.ObjectClassType;
public class MusicGenre : Genre
{
public this(String id, String title)
{
... | D |
import std.stdio;
import std.thread;
class PetitThread : Thread
{
public int run () {
for (int i = 0; i < 500; i++) {
writef("Hello Monpetit. %d\n", i);
yield();
}
writef("PETIT THREAD END!!!\n");
return 0;
}
}
class HamaThread : PetitThread
{
public int run () {
for (int i = 0; i... | D |
// PERMUTE_ARGS: -fPIC
extern(C) int printf(const char*, ...);
class Abc : Throwable
{
this()
{
super("");
}
static int x;
int a,b,c;
synchronized void test()
{
printf("test 1\n");
x |= 1;
foo();
printf("test 2\n");
x |= 2;
}
shared void foo()
{
printf("foo 1\n"... | D |
/Users/thomaslacan/git/MyJogs-vapor/.build/x86_64-apple-macosx10.10/debug/Multipart.build/MultipartSerializer.swift.o : /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/multipart.git-1675800691398008656/Sources/Multipart/MultipartPartConvertible.swift /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/multipart.g... | D |
/home/user/Momir.Milutinovic/PerfectTemplate/.build/x86_64-unknown-linux/debug/PerfectCrypto.build/Keys.swift.o : /home/user/Momir.Milutinovic/PerfectTemplate/.build/checkouts/Perfect-Crypto.git--6527317483811612887/Sources/PerfectCrypto/ByteIO.swift /home/user/Momir.Milutinovic/PerfectTemplate/.build/checkouts/Perfect... | D |
// *************************************************************************
// EXIT
// *************************************************************************
INSTANCE DIA_BAU_16_EXIT(C_INFO)
{
nr = 999;
condition = DIA_BAU_16_EXIT_Condition;
information = DIA_BAU_16_EXIT_Info;
permanent = TRUE;
desc... | D |
instance Info_XardasDemon_EXIT(C_Info)
{
npc = XardasDemon;
nr = 999;
condition = Info_XardasDemon_EXIT_Condition;
information = Info_XardasDemon_EXIT_Info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func int Info_XardasDemon_EXIT_Condition()
{
return 1;
};
func void Info_XardasDemon_EXIT_Inf... | D |
module android.java.android.graphics.Xfermode;
public import android.java.android.graphics.Xfermode_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Xfermode;
import import0 = android.java.java.lang.Class;
| D |
/home/sqest215/Documentos/projetos/provaConceito/crud-api/target/debug/deps/libsafemem-44c6aa4f64f6564c.rlib: /home/sqest215/.cargo/registry/src/github.com-1ecc6299db9ec823/safemem-0.2.0/src/lib.rs
/home/sqest215/Documentos/projetos/provaConceito/crud-api/target/debug/deps/safemem-44c6aa4f64f6564c.d: /home/sqest215/.c... | D |
/Users/l.b.do.nascimento/GITHUB/Common/.build/x86_64-apple-macosx/debug/CommonTests.build/CommonTests.swift.o : /Users/l.b.do.nascimento/GITHUB/Common/Tests/CommonTests/CommonTests.swift /Users/l.b.do.nascimento/GITHUB/Common/Tests/CommonTests/XCTestManifests.swift /Applications/Xcode.app/Contents/Developer/Platforms/M... | D |
instance Grd_629_Gardist (Npc_Default)
{
//-------- primary data --------
name = NAME_Gardist;
npctype = npctype_guard;
guild = GIL_GRD;
level = 22;
voice = 8;
id = 629;
//-------- abilities --------
attribute[ATR_STRENGTH] = 120;
attribute[ATR_DEXTERITY] = 90;
attribute[ATR_MANA_MAX] = 0... | D |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Fluent.build/Entity/SoftDeletable.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Utilities/UUID.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.bui... | D |
#!/usr/bin/env rdmd
// http://qiita.com/Nabetani/items/1c83005a854d2c6cbb69
// http://nabetani.sakura.ne.jp/hena/ord24eliseq/
import std.stdio,std.string,std.math;
import std.algorithm,std.concurrency;
int isqrt(int n){
if(n<=0)return 0;
if(n<4)return 1;
int x=0,y=n;
for(;x!=y&&x+1!=y;)x=y,y=(n/y+y)/2;
return x;... | D |
module kinseivm.vm;
import kinseivm.memory;
import kinseivm.register;
import kinseivm.util;
import std.file, std.stdio;
import std.string, std.conv;
import std.algorithm, std.array;
enum Inst : ubyte {
ADD = 0b000_0000,
SUB = 0b000_0001,
MUL = 0b000_0010,
DIV = 0b000_0011,
CMP = 0b000_0100,
ABS = 0b000_010... | D |
module mach.range.find.result;
private:
import mach.types : tuple;
public:
/// Result of a plural find operation with both an index and a value.
struct FindResultPlural(Index, Value){
Index index;
Value value;
@property auto astuple(){
return tuple(this.index, this.value);
}
alias astu... | D |
func void zs_bigfight()
{
Perception_Set_Normal();
if((STARTBIGBATTLE == FALSE) && (BIGBATTLEBACKPOSITION == FALSE))
{
B_ResetAll(self);
}
else
{
if((self.guild != GIL_KDF) && (self.guild != GIL_KDW) && (self.guild != GIL_GUR))
{
AI_ReadyMeleeWeapon(self);
};
B_StopLookAt(self);
};
AI_SetWalkMode(... | D |
// Written in the D programming language.
/**
This module contains declaration of tabbed view controls.
TabItemWidget - single tab header in tab control
TabWidget
TabHost
TabControl
Synopsis:
----
import dlangui.widgets.tabs;
----
Copyright: Vadim Lopatin, 2014
License: Boost License 1.0
Authors: Vadim Lopat... | D |
module ui.parse.css.top;
// https://developer.mozilla.org/en-US/docs/Web/CSS/top
//
// <length> | <percentage> | auto | inherit
//
| D |
/Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Essentials.build/ByteStream.swift.o : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Crypto-1.1.0/Sources/Essentials/ByteStream.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Crypto-1.1.0/Sources/Essentials/He... | D |
/++
+ Simple coloring module for strings
+
+ Copyright: Copyright (c) 2017, Christian Koestlin
+ Authors: Christian Koestlin, Christian Köstlin
+ License: MIT
+/
module colored;
@safe:
import std.algorithm : map, filter, joiner;
import std.array : join, split;
import std.conv : to;
import std.format : format;
i... | D |
module gfm.sdl2.surface;
import derelict.sdl2.sdl;
import gfm.sdl2.sdl;
import gfm.sdl2.exception;
import gfm.math.smallvector;
final class SDL2Surface
{
public
{
enum Owned
{
NO, YES
}
this(SDL2 sdl2, SDL_Surface* surface, Owned owned)
{
asse... | D |
/Users/rena/sqlx-seeder/seeds-cli/target/debug/deps/unicode_xid-1aa3ad15b1990815.rmeta: /Users/rena/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs /Users/rena/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/tables.rs
/Users/rena/sqlx-seeder/seeds-cli/target/debug/dep... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Console.build/Activity/ActivityBar.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/console.git--2431895819212044213/Sources/Console/Terminal/ANSI.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/co... | D |
/// Author: Aziz Köksal
/// License: GPL3
/// $(Maturity very high)
module drc.ast.Visitor;
import drc.ast.Node,
drc.ast.Declarations,
drc.ast.Expressions,
drc.ast.Statements,
drc.ast.Types,
drc.ast.Parameters;
/// Generate посети methods.
///
/// E.g.:
/// ---
/// Декларация посет... | D |
a sensation (as of a cold breeze or bright light) that precedes the onset of certain disorders such as a migraine attack or epileptic seizure
an indication of radiant light drawn around the head of a saint
a distinctive but intangible quality surrounding a person or thing
| D |
/*
* Copyright (c) 2017-2019 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 |
/**
Package for all public modules.
Copyright: © 2015 sigod
License: Subject to the terms of the MIT license, as written in the included LICENSE file.
Authors: sigod
*/
module s3;
public import s3.s3;
| D |
module funcy.test;
import std.stdio;
import funcy.maybe;
import funcy.either;
void main() {
writeln("Test: maybe.d");
writeln("Test: either.d");
}
| D |
fiume
1
3 31 0 0 0
1
31
1
0.0000 0 4 0 0.0000
Levee= 40.0000000000000 40.0000000000000 1 4
0.000000000000000E+000 15.0000000000000 100.000000000000 ... | D |
// Written in the D programming language.
/**
A one-stop shop for converting values from one type to another.
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE,
$(TR $(TH Category) $(TH Functions))
$(TR $(TD Generic) $(TD
$(LREF asOriginalType)
$(LREF castFrom)
$(LREF parse)
... | D |
/**
* D Documentation Generator
* Copyright: © 2014 Economic Modeling Specialists, Intl., © 2015 Ferdinand Majerech
* Authors: Brian Schott, Ferdinand Majerech
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt Boost License 1.0)
*/
module visitor;
import std.algorithm;
import std.array: appender, empty, arr... | D |
import std.stdio;
void main(){
switch (x)
{
case 3:
goto case;
case 4:
goto default;
case 5:
goto case 4;
default:
x = 4;
break;
}
}
| D |
enum
{
x = 3
}
| D |
/**
Linux io_uring based event driver implementation.
io_uring is an efficient API for asynchronous I/O on Linux, suitable for
large numbers of concurrently open sockets.
It beats epoll if you have more than 10'000 connections, has a smaller
systemcall overhead and supports sockets as well as timers and files.
... | D |
module system.helper.html;
import std.conv;
class XmlElement
{
string _htmlTag;
string[string] _attributes;
string _content;
char[] _firstPiece;
char[] _lastPiece;
XmlElement[] _subElements;
this( string tag)
{
_htmlTag = tag;
createFirstPiece();
_lastP... | D |
module aoj;
import std.conv;
import std.stdio;
import std.string;
int getInt() { return to!int(chomp(readln())); }
void main() {
int n;
while ((n = getInt()) != 0) {
int sum = 0;
foreach (i; 0 .. n/4) {
sum += getInt();
}
writeln(sum);
}
}
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.