code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/cxw/testrust/learnrust/rust-ref/target/debug/rust-ref: /Users/cxw/testrust/learnrust/rust-ref/src/main.rs
| D |
/**
* Camellia
*
* Copyright:
* (C) 2012 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.block.camellia;
import botan.constants;
static if (BOTAN_HAS_CAMELLIA):
import botan.block.block_cipher;
import botan.utils.loadstor;
im... | D |
/*
Copyright (C) 2016 Akihiro Shoji <alpha.kai.net at alpha-kai-net.info>
*/
module HindleyMilnerD.util;
import HindleyMilnerD.term,
HindleyMilnerD.type;
import std.algorithm,
std.array,
std.range;
/**
* 2つの集合の差をとる。
* A - B はA\B st x ∈A ∧ x ∉ Bを満たす集合を返す
*/
static T Sub2Groups(T, U)(T t, U u... | D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/curve25519_dalek-6f674193c75e059e.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/curve25519-dalek-1.2.3/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/curve25519-dalek-1.2.3/src/macr... | D |
var int Nur_Shak_entfernt;
// ***************************************************
// B_ENTER_OLDWORLD
// ***************************************************
// B_ENTER_OLDWORLD_Kapitel_1
//****************************************************
var int EnterOW_Kapitel1;
FUNC VOID B_ENTER_OLDWORLD_Kapitel_1 ()
{
... | D |
module x86_diskhandler;
import ibm_pc_com;
import std.stdio;
import simplelogger;
import x86_memory;
import x86_processor;
import cpu.decl;
import core.stdc.string;
import std.exception;
import std.digest;
import std.format;
class Misc_Handler
{
this(IBM_PC_COMPATIBLE param)
{
pc=param;
memory=pc.GetCPU().Expo... | D |
// https://issues.dlang.org/show_bug.cgi?id=17955
/*
TEST_OUTPUT:
---
fail_compilation/fail17955.d(82): Error: cannot create instance of abstract class `SimpleTimeZone`
fail_compilation/fail17955.d(76): class `SimpleTimeZone` is declared here
fail_compilation/fail17955.d(73): function `bool hasDST()` is n... | D |
var int Lee_Teleport;
func int C_Lee_ReadyToGiveRune()
{
if((Lee_Teleport == FALSE) && (Kapitel >= 3) && (B_GetGreatestPetzCrime(self) == CRIME_NONE) && (Lee_IsOnBoard != LOG_FAILED) && (Lee_IsOnBoard != LOG_SUCCESS))
{
return TRUE;
};
return FALSE;
};
func void B_Lee_Teleport()
{
AI_Output(self,... | 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 |
instance DIA_Bartholo_Exit(C_Info)
{
npc = EBR_106_Bartholo;
nr = 999;
condition = DIA_Bartholo_Exit_Condition;
information = DIA_Bartholo_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
};
func int DIA_Bartholo_Exit_Condition()
{
return 1;
};
func void DIA_Bartholo_Exit_Info()
{
AI_StopProcessInfos(se... | D |
module html5.documents.document;
import html5;
class HTMLDocument : Document{
this(){
super(new Tag("html"));
this.prolog = "<!DOCTYPE html><!--[if IE 9 ]><html class='ie9'><![endif]-->";
}
}
class HTMLLayout : HTMLDocument{
this(){
super();
}
}
| D |
module openssl.v1_1_0h;
import core.stdc.config;
import core.stdc.stdarg: va_list;
static import core.simd;
static import std.conv;
struct Int128 { long lower; long upper; }
struct UInt128 { ulong lower; ulong upper; }
struct __locale_data { int dummy; }
al... | D |
/Volumes/data/huian/win/haim_tauri/src-tauri/target/debug/deps/dtoa_short-8ff38b79dc43e9ec.rmeta: /Users/lwjzsj/.cargo/registry/src/github.com-1ecc6299db9ec823/dtoa-short-0.3.3/src/lib.rs
/Volumes/data/huian/win/haim_tauri/src-tauri/target/debug/deps/dtoa_short-8ff38b79dc43e9ec.d: /Users/lwjzsj/.cargo/registry/src/git... | D |
module android.java.android.view.accessibility.AccessibilityNodeInfo_CollectionInfo_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.lang.Class_d_interface;
import import0 =... | D |
/*
* Licensed under the GNU Lesser General Public License Version 3
*
* This library 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 late... | D |
/**
* Copyright: Copyright (C) Thomas Dixon 2008. Все права защищены.
* License: BSD стиль: $(LICENSE)
* Authors: Thomas Dixon
*/
module util.cipher.XTEA;
private import util.cipher.Cipher;
/** Implementation of the XTEA cipher designed by
David Wheeler и Roger Needham. */
class XTEA : ШифрБ... | D |
a large and densely populated urban area
an incorporated administrative district established by state charter
people living in a large densely populated municipality
| D |
func void B_GiveStuntBonus_FUNC()
{
if(StuntBonus_Once == FALSE)
{
PrintScreen(PRINT_Addon_StuntBonus,-1,45,FONT_Screen,2);
B_GivePlayerXP(XP_STUNTBONUS);
StuntBonus_Once = TRUE;
Snd_Play("THRILLJINGLE_01");
}
else
{
PrintScreen(PRINT_Addon_ExploitBonus,-1,45,FONT_Screen,2);
B_GivePlayerXP(XP_EXPLOITB... | D |
import test_utils;
import std.stdio;
import vcpu.core : CPU;
import vdos.os, vdos.interrupts;
unittest {
section("DOS (MS-DOS, IBM PC)");
//
// Hardware (and/or BIOS)
//
// MEMORY SIZE
test("INT 12h");
INT(0x12);
assert(SYSTEM.memsize == CPU.AX);
writeln(CPU.AX, " KB");
test("INT 1Ah ... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/rCore_Labs/Lab5/os/target/rls/riscv64imac-unknown-none-elf/debug/deps/ahash-4c18373995a8eb68.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/ahash-0.3.8/src/lib.rs /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/ahash-0.3.8/sr... | D |
/* TEST_OUTPUT:
---
fail_compilation/fail17491.d(24): Error: `(S17491).init` is not an lvalue and cannot be modified
fail_compilation/fail17491.d(25): Error: `S17491(0)` is not an lvalue and cannot be modified
fail_compilation/fail17491.d(27): Error: cannot modify constant `S17491(0).field`
fail_compilation/fail17491.d... | D |
/Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/Logging.build/Exports.swift.o : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/console.git-8669534691655913401/Sources/Logging/LogLevel.swift /Users/jimallan/Downloads/starter/location-track-server/.b... | D |
// Copyright Ahmet Sait Koçak 2019.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
module bindbc.hb.bind.map;
import bindbc.hb.bind.common;
extern(C) @nogc nothrow:
/*
* Since: 1.7.7
... | D |
module xf.net.LowLevelComm;
private {
import xf.game.Defs : tick, playerId;
import xf.utils.BitStream;
}
abstract class LowLevelComm {
abstract void recvPacketsForTick(
tick,
tick delegate(playerId, tick, BitStreamReader*, uint* retained)
);
}
| D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See... | D |
/home/someusername/snap/nextcloud-client/10/Nextcloud/workspace/uni/8/pir-ss19-homeworks-grp14/concurrency/target/debug/deps/libdigest_buffer-c4b83423abc0b006.rlib: /home/someusername/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-buffer-0.2.0/src/lib.rs
/home/someusername/snap/nextcloud-client/10/Nextcloud/wo... | D |
module wren.core;
extern (C) {
void wrenInitConfiguration(WrenConfiguration*);
WrenVM* wrenNewVM(WrenConfiguration*);
void wrenFreeVM(WrenVM*);
void wrenCollectGarbage(WrenVM*);
WrenInterpretResult wrenInterpret(WrenVM*, const char*);
WrenInterpretResult wrenCall(WrenVM*, WrenHandle*);
WrenHandle* wren... | D |
/*******************************************************************************
* Copyright (c) 2000, 2006 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 |
/+
+ Copyright 2023 Aya Partridge
+ Copyright 2019 - 2022 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 ft.gasp;
import bindbc.freetype.config;
im... | D |
//////////////////////////////////////
//
// Particle-Effects
// Instance-Definitions
//
//////////////////////////////////////
// INSTANCE PartikelEffekt1 (C_ParticleFX)
// INSTANCE PartikelEffekt1 (C_ParticleFXProto)
// **************************************************************************************... | D |
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Sockets.build/Socket/Descriptor.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/sockets.git-972942978533733666/Sources/Sockets/Address/Address+C.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat... | D |
/**
* The demangle module converts mangled D symbols to a representation similar
* to what would have existed in code.
*
* Copyright: Copyright Sean Kelly 2010 - 2014.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LI... | D |
/**
Module contains $(LINK3 https://en.wikipedia.org/wiki/Lucas%E2%80%93Kanade_method, Lucas-Kanade) optical flow algorithm implementation.
Copyright: Copyright Relja Ljubobratovic 2016.
Authors: Relja Ljubobratovic
License: $(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).
*/
mod... | D |
/**********************************************************\
| |
| hprose |
| |
| Official WebSite: http://www.hprose.com/ |
| ... | D |
/**
Internal module for pushing and getting _structs.
A struct is treated as a table layout schema.
Pushing a struct to Lua will create a table and fill it with key-value pairs - corresponding to struct fields - from the struct; the field name becomes the table key as a string.
Struct methods are treated as if they we... | D |
/*
* Licensed under the GNU Lesser General Public License Version 3
*
* This library 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 late... | D |
/**
File handling.
Copyright: © 2012 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.internal.vibecompat.core.file;
public import dub.internal.vibecompat.inet.url;
import dub.internal.vibecompat.core.log;
im... | D |
func void B_ObservePasserby()
{
if(!C_LookAtNpc(self,other))
{
C_StopLookAt(self);
};
};
| D |
/**
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Copyright Sean Kelly 2005 ... | D |
module stratd.Game;
import stratd;
/**
* The main game class which contains every component in the game
*/
abstract class Game : Activity {
World world; ///The world used by the game
Map map; ///The map component on the screen
Query query; ///The query currently active
/**
* Constructs a ... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/Commands/BootCommand.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/panartem/Developer/Study/Microservices-vapo... | D |
white goods in which food can be stored at low temperatures
| D |
module served.commands.dcd_update;
import served.git_build;
import served.extension;
import served.types;
import workspaced.api;
import workspaced.coms;
import rm.rf;
import std.algorithm : endsWith;
import std.format : format;
import std.json : JSONValue;
import std.path : chainPath, buildPath, baseName, isAbsolut... | D |
module database.keys;
uint getKeyLength(string keyName)
{
return keyName.length + 1;
}
| D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: public domain
* License: public domain
* Source: $(DMDSRC backend/_bcomplex.d)
*/
module dmd.backend.bcomplex;
public import dmd.root.longdouble : targ_ldouble = longdouble;
import core.stdc.... | D |
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxRelay.build/Objects-normal/x86_64/PublishRelay.o : /Users/Leex/TableView_Test2/Pods/RxRelay/RxRelay/Observable+Bind.swift /Users/Leex/TableView_Test2/Pods/RxRelay/RxRelay/Utils.swift /Users/Leex/TableView_Test2/Pods/RxRelay/RxRel... | D |
<!DOCTYPE html>
<html lang="en" data-locale="en-gb">
<!-- Mirrored from theyearofgreta.com/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favicon/assets/img/favi... | D |
/Users/Vidyadhar/Desktop/Github/HTC-ios-app/build/HackTheCity.build/Debug-iphonesimulator/HackTheCity.build/Objects-normal/x86_64/Objects.o : /Users/Vidyadhar/Desktop/Github/HTC-ios-app/HackTheCity/AppDelegate.swift /Users/Vidyadhar/Desktop/Github/HTC-ios-app/HackTheCity/ScheduleStruct.swift /Users/Vidyadhar/Desktop/Gi... | D |
/*
* Copyright (c) 2004-2009 Derelict Developers
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this li... | D |
//***************************************************************************************
// TA_Stay Ansteurung
//***************************************************************************************
//**********************************************************************************************
// Globaler Str... | D |
import std.stdio;
void main(){
1..2
} | D |
// This code has been mechanically translated from the original FORTRAN
// code at http://netlib.org/quadpack.
/** Authors: Lars Tandle Kyllingstad
Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved.
License: Boost License 1.0
*/
module scid.ports.quadpack.qk15w;
import std.algori... | D |
instance MIL_353_MILIZ(Npc_Default)
{
name[0] = NAME_Waffenknecht;
guild = GIL_MIL;
id = 353;
voice = 8;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,3);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Mil_Sword);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_Ba... | D |
/Users/sameersiddiqui/Projects/HafsaInspectorApp/Build/Intermediates/Pods.build/Debug-iphonesimulator/Material.build/Objects-normal/x86_64/MaterialDataSourceItem.o : /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/Sources/iOS/BarView.swift /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/So... | D |
<?xml version="1.0" encoding="ASCII" standalone="no"?>
<di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
<pageList>
<availablePage>
<emfPageIdentifier href="VAR_14_MobileMedia... | D |
module pixelperfectengine.concrete.elements.button;
public import pixelperfectengine.concrete.elements.base;
/**
* Implements a simple clickable window element for user input.
*/
public class Button : WindowElement {
//private bool isPressed;
//public bool enableRightButtonClick;
//public bool enableMiddleButtonC... | D |
/**
* Copyright © DiamondMVC 2019
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.web.soap.server;
public
{
}
| D |
// REQUIRED_ARGS: -w
// https://issues.dlang.org/show_bug.cgi?id=4375: Dangling else
/*
TEST_OUTPUT:
---
fail_compilation/fail4375u.d(13): Warning: else is dangling, add { } after condition at fail_compilation/fail4375u.d(11)
---
*/
static if (true)
static if (false)
struct G1 {}
else
struct G2 {}
| D |
import std.stdio;
import std.conv : to;
import std.algorithm;
int main(string[] args)
{
auto fh = File(args[1]);
Reindeer[] participants;
int time_limit = args.length > 2 ? args[2].to!int : 2503;
string name;
int speed, flying_period, resting_period;
while(fh.readf("%s can fly %d km/s for %d seconds, but then ... | D |
/*
TEST_OUTPUT:
---
fail_compilation/nestedtempl1.d(24): Error: modify `inout` to `mutable` is not allowed inside `inout` function
---
*/
auto foo(ref inout(int) x)
{
struct S
{
ref inout(int) bar(alias a)() inout
{
return x;
}
}
return S();
}
void main()
{
int ... | D |
/*
* Copyright (c) 2006-2007 Erin Catto http://www.box2d.org
*
* 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 purpos... | D |
module gameboy.mmu;
import gameboy.memory;
import gameboy.cpu;
import gameboy.gpu;
import gameboy.joypad;
import gameboy.serial;
import gameboy.sound;
import gameboy.timer;
immutable ubyte[256] bios = [
0x31, 0xfe, 0xff, 0xaf, 0x21, 0xff, 0x9f, 0x32, 0xcb, 0x7c, 0x20, 0xfb,
0x21, 0x26, 0xff, 0x0e, 0x11, 0x3e,... | D |
instance DIA_AmbientDementor_EXIT(C_Info)
{
nr = 999;
condition = DIA_AmbientDementor_EXIT_Condition;
information = DIA_AmbientDementor_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_AmbientDementor_EXIT_Condition()
{
return TRUE;
};
func void DIA_AmbientDementor_EXIT_Info()
{
Wld_St... | D |
/**
* Break down a D type into basic (register) types for the x86_64 System V ABI.
*
* Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
* Authors: Martin Kinkelin
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https:... | D |
/// Generate by tools
module com.sun.syndication.feed.module.mediarss.types.Thumbnail;
import java.lang.exceptions;
public class Thumbnail
{
public this()
{
implMissing();
}
}
| D |
/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.draggable.js, jquery.ui.droppable.js... | D |
// Copyright Max Howell <max@last.fm>
// See the GNU General Public Licence for distribution semantics
module lib.XmlRpc;
public import tango.core.Variant;
private import tango.text.convert.Integer : toInt;
private import tango.text.Util : substitute;
private import tango.text.xml.Document;
private import tango.io.C... | D |
// require: graph/dfs_tree.d
import std.conv : to;
import std.typecons : Tuple, tuple;
Tuple!(int, int)[] detect_bridges(const int[][] graph) {
int n = graph.length.to!int;
Tuple!(int, int)[] bridges;
auto dfs_tree = new DfsTree(graph);
foreach (u; 0..n) {
foreach (v; graph[u]) {
... | D |
func void ZS_MM_Rtn_EatGround()
{
Perception_Set_Monster_Rtn();
AI_SetWalkMode(self,NPC_WALK);
B_MM_DeSynchronize();
if(!Hlp_StrCmp(Npc_GetNearestWP(self),self.wp))
{
AI_GotoWP(self,self.wp);
};
if(Wld_IsFPAvailable(self,"FP_ROAM"))
{
AI_GotoFP(self,"FP_ROAM");
};
AI_PlayAni(self,"T_STAND_2_EAT");
Mdl_A... | 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 |
/*
* Copyright (c) 2012-2018 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
module antlr.v4.runtime.Parser;
import antlr.v4.runtime.ANTLRErrorListener;
import antlr.v4.runtime.ANTLRErrorStrategy... | D |
module dlangui.graphics.scene.node;
import dlangui.core.math3d;
import dlangui.graphics.scene.transform;
import dlangui.core.collections;
import dlangui.graphics.scene.scene3d;
/// 3D scene node
class Node3d : Transform {
protected Node3d _parent;
protected Scene3d _scene;
protected string _id;
prot... | D |
func void ZS_WalkAround()
{
PrintDebugNpc(PD_TA_FRAME,"ZS_WalkAround");
B_SetPerception(self);
AI_SetWalkMode(self,NPC_WALK);
AI_GotoWP(self,self.wp);
AI_AlignToWP(self);
};
func void ZS_WalkAround_Loop()
{
var string hlpwp1;
var string hlpwp2;
var int varianzcounter;
var int hlprand;
PrintDebugNpc(PD_TA_LO... | D |
// Written in the D programming language.
/**
This module contains declaration of Widget class - base class for all widgets.
Widgets are styleable. Use styleId property to set style to use from current Theme.
When any of styleable attributes is being overriden, widget's own copy of style is being created to hold mod... | D |
a distinctive odor that is offensively unpleasant
have an element suggestive (of something
smell badly and offensively
be wet with sweat or blood, as of one's face
give off smoke, fumes, warm vapour, steam, etc.
| D |
/*
* Copyright (c) 2007-2008, Michael Baczynski
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this list o... | D |
module android.java.java.lang.StringIndexOutOfBoundsException;
public import android.java.java.lang.StringIndexOutOfBoundsException_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!StringIndexOutOfBoundsException;
import import4 = android.java.java.lang.Class;
import import3 = android.java.java... | D |
import std.algorithm;
import std.conv;
import std.range;
import std.stdio;
import std.string;
import std.typecons;
void main ()
{
int tests;
readf (" %s", &tests);
foreach (test; 0..tests)
{
int n;
readf (" %s", &n);
alias Point = Tuple !(int, q{x}, int, q{y});
auto a = new Point [n];
foreach (ref p; a)
... | D |
import std.stdio, std.algorithm, std.array;
void main(){
int[] n = [1,2,3,4,5,6,7,8,9];
int[] v;
do{
int i;
while(i<n.length-2){
int j = i+2;
int a;
for(int k; k<=i;++k)
a = 10*a + n[k];
while(j<n.length-1){
int b,c;
for(auto l = i+1; l<=j;++l)
b = 10*b + n[l];
for(... | D |
/Users/sriramprasad/Downloads/Archive/build/swiftyjson.build/Debug-iphonesimulator/swiftyjson.build/Objects-normal/x86_64/ImageProcessor.o : /Users/sriramprasad/Downloads/Archive/swiftyjson/Kingfisher/String+MD5.swift /Users/sriramprasad/Downloads/Archive/swiftyjson/SwiftyJson/SwiftyJSON.swift /Users/sriramprasad/Downl... | D |
module metric.initiators.reissner;
import metric.interfaces;
import metric.coordinates.radial;
import math;
import grtrace;
import std.math;
import dbg.draws;
class Reissner : Initiator
{
public Vectorf origin;
public fpnum Rs;
public fpnum Q;
public fpnum Q2;
public fpnum M;
public Radial cord;
public fpnum r... | D |
module anthropos.logic.resource;
public import anthropos.logic.resource.Mineral;
public import anthropos.logic.resource.Plant;
public import anthropos.logic.resource.Recipe;
public import anthropos.logic.resource.Resource; | D |
/Users/tinh/Projects/Furniture-App-UI-2-Flutter/ios/build/Pods.build/Debug-iphonesimulator/flutter_inappwebview.build/Objects-normal/x86_64/OnWindowBlurEventJS.o : /Users/tinh/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Types/Size2D.swift /Users/tinh/Documents/flutter/.pu... | D |
import std.stdio;
void main() {
int n; readf("%s\n", &n);
string s = 0 == n%2 ? "1" : "7";
foreach (_; 1..(n/2)) s ~= '1';
writeln(s);
}
| D |
/*
TEST_OUTPUT:
---
fail_compilation/diag15974.d(21): Error: variable `f` cannot be read at compile time
fail_compilation/diag15974.d(21): called from here: `format("%s", f)`
fail_compilation/diag15974.d(26): Error: variable `f` cannot be read at compile time
fail_compilation/diag15974.d(26): called from ... | D |
module vindinium;
public {
import vindinium.comms;
import vindinium.game_objs;
}
| D |
a starch made by leaching and drying the root of the cassava plant
cassava root eaten as a staple food after drying and leaching
cassava with long tuberous edible roots and soft brittle stems
| D |
/Users/taharahiroki/Documents/GitHub/Enigma_Bitcoin_proto/p2pkh_sending/target/debug/deps/rand_hc-b5ca14738b3a479c.rmeta: /Users/taharahiroki/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0/src/lib.rs /Users/taharahiroki/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0/src/hc128.rs
/Users/ta... | D |
module stratumd.btc.job;
import std.ascii : LetterCase;
import std.algorithm : map;
import std.array : appender, array;
import std.digest : toHexString, Order;
import std.format : format;
import std.digest.sha : sha256Of;
import std.bigint : BigInt;
import std.exception : assumeWontThrow;
import std.json : JSONValue;
... | D |
/home/ravi/Documents/rust-tests/variables/target/rls/debug/deps/variables-ccb28433841b675c.rmeta: src/main.rs
/home/ravi/Documents/rust-tests/variables/target/rls/debug/deps/variables-ccb28433841b675c.d: src/main.rs
src/main.rs:
| D |
module UnrealScript.Engine.SeqCond_CompareFloat;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.SequenceCondition;
extern(C++) interface SeqCond_CompareFloat : SequenceCondition
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static Scr... | D |
a living organism characterized by voluntary movement
a human being
a person who is controlled by others and is used to perform unpleasant or dishonest tasks for someone else
| D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Chunk/Body+Chunk.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build... | D |
const int SPL_Cost_Skull = 250;
const int SPL_Damage_Skull = 777;
instance Spell_Skull(C_Spell_Proto)
{
time_per_mana = 0;
damage_per_level = SPL_Damage_Skull;
damagetype = DAM_MAGIC;
targetCollectAlgo = TARGET_COLLECT_FOCUS_FALLBACK_NONE;
};
func int Spell_Logic_Skull(var int manaInvested)
{
if(c_UnblessedCurse... | D |
import std.stdio, std.algorithm, std.file, std.string, std.array;
void main()
{
string[] text = splitLines(readText("a.txt"));
string[string] output, input;
foreach (line; text) {
string[] buf = line.split("->");
//stderr.writeln(buf);
output[buf[0]] ~= buf[1] ~ ' ';
... | D |
/Users/Dawid/Nauka/Game Dev/Typespeed/target/debug/build/byteorder-2b61dba12ed1f5fd/build_script_build-2b61dba12ed1f5fd: /Users/Dawid/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs
/Users/Dawid/Nauka/Game Dev/Typespeed/target/debug/build/byteorder-2b61dba12ed1f5fd/build_script_build-2b61dba12... | D |
/Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/x86_64-apple-macosx/debug/KituraNet.build/ConnectionUpgrader.swift.o : /Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/checkouts/Kitura-net.git-4378304010554470451/Sources/KituraNet/FastCGI/FastCGI.swift /Users/patbutler/Developer/Ser... | D |
module kosu.core.context;
import bindbc.sdl;
import bindbc.bgfx;
import bindbc.nuklear;
import kosu.core.types : Vector2u;
import kosu.event.manager;
/*
loads DLL, formats important stuff.
*/
bool preload() {
import std.exception : enforce;
import kosu.core.types : formatVertices;
enfor... | D |
var int sumtime_fg_1;
var int sumtime_fg_2;
instance SPELL_SUMMONFIREGOLEM(C_Spell_Proto)
{
time_per_mana = 0;
targetCollectAlgo = TARGET_COLLECT_NONE;
};
func int spell_logic_summonfiregolem(var int manaInvested)
{
if(CurrentLevel == LOSTVALLEY_ZEN)
{
AI_Print("Что-то мешает это сделать...");
//B_Say(self,... | D |
/Users/oslo/code/swift_vapor_server/.build/debug/Fluent.build/Preparation/PreparationError.swift.o : /Users/oslo/code/swift_vapor_server/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/oslo/code/swift_vapor_server/Packages/Fluent-1.4.1/Sources/Fluent/Database/Driver.swift /Users/oslo/code/swift_vapo... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.