code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/home/fisher/PROJECTS/intro_to_rust/03-Guessing_Game/target/debug/build/rand-b82e8e48909e54da/build_script_build-b82e8e48909e54da: /home/fisher/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5/build.rs
/home/fisher/PROJECTS/intro_to_rust/03-Guessing_Game/target/debug/build/rand-b82e8e48909e54da/build_script_... | D |
instance Mod_7257_TPL_Templer_MT (Npc_Default)
{
//-------- primary data --------
name = Name_Templer;
npctype = NPCTYPE_MAIN;
guild = GIL_out;
level = 17;
voice = 13;
id = 7257;
//-------- abilities --------
attribute[ATR_STRENGTH] = 130;
attribute[ATR_DEXTERITY] = ... | D |
/**
Copyright: Copyright (c) 2015-2017 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.movement.plugin;
import voxelman.log;
import voxelman.math;
import pluginlib;
import voxelman.core.events;
import voxelman.config.configmanager : Config... | D |
instance VLK_521_Buddler(Npc_Default)
{
name[0] = NAME_Buddler;
npcType = npctype_ambient;
guild = GIL_VLK;
level = 2;
voice = 2;
id = 521;
attribute[ATR_STRENGTH] = 25;
attribute[ATR_DEXTERITY] = 20;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 94;
attribute[ATR_HITP... | D |
/**
* Evaluate compile-time conditionals, such as `static if` `version` and `debug`.
*
* Specification: $(LINK2 https://dlang.org/spec/version.html, Conditional Compilation)
*
* Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com... | D |
/**
* <hr />
* $(B Evanescent Applications: ) SUDOKU
*
* $(BR)
*
* Authors: Uwe Keller
* License: MIT
*
* Version: 0.1.1 - April 2010
*/
module evanescent.apps.sudoku.solver.transform.ISatTransformation;
private import evanescent.deescover.core.Solver;
private import evanescent.apps.sudo... | D |
module android.java.java.net.URISyntaxException;
public import android.java.java.net.URISyntaxException_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!URISyntaxException;
import import4 = android.java.java.lang.Class;
import import3 = android.java.java.lang.StackTraceElement;
import import0 =... | D |
var int Brian_ItemsGiven_Chapter_1;
var int Brian_ItemsGiven_Chapter_2;
var int Brian_ItemsGiven_Chapter_3;
var int Brian_ItemsGiven_Chapter_4;
var int Brian_ItemsGiven_Chapter_5;
var int Brian_ItemsGiven_JoinGuild;
func void B_GiveTradeInv_Brian(var C_Npc slf)
{
if((Kapitel >= 1) && (Brian_ItemsGiven_Chapter_1 == F... | D |
/*
TEST_OUTPUT:
---
fail_compilation/attributediagnostic.d(24): Error: `@safe` function `attributediagnostic.layer2` cannot call `@system` function `attributediagnostic.layer1`
fail_compilation/attributediagnostic.d(26): which calls `attributediagnostic.layer0`
fail_compilation/attributediagnostic.d(28): ... | D |
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_assert.h.html, _assert.h)
*
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Source: $(DRUNTIMESRC... | 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 |
void main() { runSolver(); }
void problem() {
auto N = scan!int;
auto solve() {
return format("%02d:%02d", 21 + N/60, N%60);
}
outputForAtCoder(&solve);
}
// ----------------------------------------------
import std;
T[][] combinations(T)(T[] s, in long m) { if (!m) return [[]]; if (s.empty) return... | D |
/*
Copyright (c) 2022-2023 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 android.java.android.graphics.drawable.shapes.ArcShape_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import5 = android.java.android.graphics.drawable.shapes.Shape_d_interface;
import import4 ... | 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 |
/Users/baris/contig-connectors/target/release/build/ryu-ad603101b521eb80/build_script_build-ad603101b521eb80: /Users/baris/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/build.rs
/Users/baris/contig-connectors/target/release/build/ryu-ad603101b521eb80/build_script_build-ad603101b521eb80.d: /Users/baris/.car... | D |
#!/usr/bin/env dub
/+ dub.sdl:
name "median_filter"
dependency "mir" path=".."
dependency "imageformats" version="~>6.0.0"
+/
import mir.ndslice;
/++
A median filter is implemented as an example. The function
`movingWindowByChannel` can also be used with other filters that use a sliding
window as the argument, in par... | D |
/**
Copyright: Copyright (c) 2017-2018 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.text.lexer;
//import std.array;
import std.range;
import std.uni;
import std.utf : byDchar, decodeFront;
import std.stdio;
struct Stack(T)
{
import std.ar... | D |
/Users/michael/Desktop/Buildcoin/ChartTest/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ChartDataProvider.o : /Users/michael/Desktop/Buildcoin/ChartTest/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/michael/Desktop/Buildcoin/ChartTest/Pods/Charts/Source/Char... | D |
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 Richard Andrew Cattermole
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rig... | D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/SQL.build/SQLDropTableBuilder.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/SQLJoinMeth... | D |
format 76
no_msg
end
| D |
/**
* All image library abstractions and implementations
*
* License:
* Copyright Devisualization (Richard Andrew Cattermole) 2014 - 2017.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/... | D |
module syscalld.arch.syscall_x86;
int syscall(int ident)
{
int ret;
synchronized asm
{
mov EAX, ident;
int 0x80;
mov ret, EAX;
}
return ret;
}
int syscall(int ident, int n)
{
int ret;
synchronized asm
{
mov EAX, ident;
mov EBX, n[EBP];
... | D |
/**
Helpers for working with user-defined attributes that can be attached to
function or method to modify its behavior. In some sense those are similar to
Python decorator. D does not support this feature natively but
it can be emulated within certain code generation framework.
Copyright: © 2013 RejectedSoftware ... | D |
/*
Copyright: Marcelo S. N. Mancini (Hipreme|MrcSnm), 2018 - 2021
License: [https://creativecommons.org/licenses/by/4.0/|CC BY-4.0 License].
Authors: Marcelo S. N. Mancini
Copyright Marcelo S. N. Mancini 2018 - 2021.
Distributed under the CC BY-4.0 License.
(See accompanying file LICENSE.txt or copy at
... | D |
/++
$(H2 Multidimensional traits)
This is a submodule of $(MREF mir,ndslice).
$(BOOKTABLE $(H2 Function),
$(TR $(TH Function Name) $(TH Description))
$(T2 isVector, Test if type is a one-dimensional slice.)
$(T2 isMatrix, Test if type is a two-dimensional slice.)
$(T2 isContiguousSlice, Test if type is a contiguous ... | D |
// This example doesn't use the runtime at all, since
// it specifies the entry point and doesn't use any
// language facilities that require runtime support.
// Therefore, it doesn't even require slimlib.
// The makefile has two targets: optlink (default) and
// unilink. UniLink will produce a much smaller exec... | D |
// URL: https://yukicoder.me/problems/no/792
import std.algorithm, std.container, std.math, std.range, std.typecons, std.string;
import std.conv;
version(unittest) {} else
void main()
{
int n; io.getV(n);
int[][] q; io.getM(1<<n, n+1, q);
if (q.map!(qi => qi[n]).count(0) == (1<<n)) {
io.put("A=⊥");
ret... | D |
// https://issues.dlang.org/show_bug.cgi?id=23439
// PERMUTE_ARGS: -lowmem
/* TEST_OUTPUT:
---
fail_compilation/fail23439.d(13): Error: variable `fail23439.ice23439` is a thread-local class and cannot have a static initializer. Use `static this()` to initialize instead.
---
*/
class C23439
{
noreturn f23439;
}
sta... | D |
func void b_video()
{
AI_Output(self,other,"INTRO_Xardas_Speech_14_00"); //Jediný vězeň dokázal změnit osud stovky ostatních.
AI_Output(self,other,"INTRO_Xardas_Speech_14_01"); //Zaplatil za to však vysokou cenu.
AI_Output(self,other,"INTRO_Xardas_Speech_14_02"); //Porazil Spáče, zničil Bariéru...
AI_Output(self,o... | D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/NIO.build/IO.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swi... | D |
import std.conv;
int main() {
typeConversion();
}
void typeConversion() {
// auto converted = to!desired_type(variable_to_convert);
auto i = to!int("123");
auto s = to!string(123);
} | D |
int twice(int x) pure nothrow @safe { return x+x; }
unittest {
assert (twice(-1) == -2);
assert (twice(2) == 4);
}
| D |
module espukiide.guitab;
class GUITab {
@disable this ();
import gtk.Notebook;
this (Tab tab, Notebook notebook) {
this.tab = tab;
this.canvas = new Canvas ();
notebook.appendPage (this.canvas, this.tab.absoluteFilePath);
notebook.showAll;
notebook.setCurrentPage (th... | D |
/Users/pacmac/Documents/GitHub/Blockchain/substarte_blockchain/substrate-node-template/target/release/deps/ref_cast-ba5728c2c8907520.rmeta: /Users/pacmac/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.6/src/lib.rs /Users/pacmac/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.6/src/layout.rs /... | D |
/*
* Copyright Andrej Mitrovic 2013.
* 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 minilib.core;
public
{
import minilib.core.algorithm;
import minilib.core.array... | D |
/mnt/d/dev/blockchain/wormhole/solana/bridge/client/target/rls/debug/deps/ahash-b65b262a71b5b48f.rmeta: /home/franglin/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.4.7/src/lib.rs /home/franglin/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.4.7/src/convert.rs /home/franglin/.cargo/registry/src/githu... | 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, an... | D |
/Users/martin/Documents/programovanie/bc/RuLife/DerivedData/RuLife/Build/Intermediates/RuLife.build/Debug-iphonesimulator/RuLife.build/Objects-normal/x86_64/FriendsTableViewController.o : /Users/martin/Documents/programovanie/bc/RuLife/RuLife/AppDelegate.swift /Users/martin/Documents/programovanie/bc/RuLife/RuLife/Loca... | D |
instance NASZ_005_Ben (Npc_Default)
{
// ------ NSC ------
name = "Ben";
guild = GIL_NONE;
id = 5;
voice = 6;
flags = 2;
npctype = NPCTYPE_MAIN;
aivar[AIV_IgnoresArmor] = TRUE;
// ------ Attribute ------
B_SetAttributesToChapter (self,2);
// ------ Kampf-Taktik ------
fight_tacti... | D |
module UnrealScript.Engine.LevelStreamingPersistent;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.LevelStreaming;
extern(C++) interface LevelStreamingPersistent : LevelStreaming
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static S... | D |
module vkapi;
import db;
import vkdecode;
import requests;
import std.conv, std.regex, std.json, std.stdio, std.string, std.algorithm.searching;
import arsd.characterencodings;
import plugin;
string UA = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36";
int s... | D |
module ga.algorithm;
import ga.individual;
import ga.selection;
import ga.util;
import std.stdio;
import std.algorithm;
import std.parallelism;
struct GeneticAlgorithm(uint genomeSize, alias FITNESS_FUNC, T = bool) {
alias Individual!(genomeSize, T) MyIndividual;
alias MyIndividual.GenomeType GenomeType;
... | D |
module UnrealScript.Engine.ParticleModuleSpawnBase;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.ParticleModule;
extern(C++) interface ParticleModuleSpawnBase : ParticleModule
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static Scr... | 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_25_banking-719... | D |
/Users/sol369/Desktop/curben-oc/DerivedData/curben/Build/Intermediates/Pods.build/Debug-iphonesimulator/ImageViewer.build/Objects-normal/x86_64/VideoView.o : /Users/sol369/Desktop/curben-oc/Pods/ImageViewer/ImageViewer/Source/GalleryPagingDataSource.swift /Users/sol369/Desktop/curben-oc/Pods/ImageViewer/ImageViewer/Sou... | D |
/home/victor/Rust/api-rest/target/debug/deps/futures_io-00fa58b08bfe406f.rmeta: /home/victor/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.12/src/lib.rs
/home/victor/Rust/api-rest/target/debug/deps/libfutures_io-00fa58b08bfe406f.rlib: /home/victor/.cargo/registry/src/github.com-1ecc6299db9ec823/future... | D |
module dwt.internal.mozilla.nsIWebBrowserChrome;
import dwt.internal.mozilla.Common;
import dwt.internal.mozilla.nsID;
import dwt.internal.mozilla.nsISupports;
import dwt.internal.mozilla.nsIWebBrowser;
const char[] NS_IWEBBROWSERCHROME_IID_STR = "ba434c60-9d52-11d3-afb0-00a024ffc08c";
const nsIID NS_IWEB... | D |
a person (such as an author) of enduring fame
any supernatural being worshipped as controlling some part of the world or some aspect of life or who is the personification of a force
not subject to death
| D |
module snippets.container;
/++
See_also: https://github.com/beet-aizu/library/blob/master/avltree.cpp
+/
import std.algorithm : max;
import std.functional : binaryFun;
import std.format : format;
struct AVLTree(T, alias cmp = "a < b") // , bool allowDuplicates = false)
if (is(typeof(binaryFun!cmp(T.init, T.in... | D |
module poseidon.controller.toolbarmanager;
private import dwt.all;
private import poseidon.globals;
private import poseidon.controller.gui;
private import poseidon.controller.actionmanager;
private import poseidon.i18n.itranslatable;
private import poseidon.model.misc;
private import poseidon.controller.editor;
priva... | D |
/home/liyun/clink/clink_mpc/target/debug/deps/digest-306e53330308f8f1.rmeta: /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/digest-0.8.1/src/lib.rs /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/digest-0.8.1/src/digest.rs /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61... | D |
// https://issues.dlang.org/show_bug.cgi?id=16098
/*********************************************/
void testDynamicClosure()
{
byte a;
align(128) byte b;
assert((cast(size_t) &b) % 128 == 0);
b = 37;
byte foo() { return b; }
dg = &foo;
assert(dg() == 37);
}
__gshared byte delegate() dg;
... | D |
the most outstanding work of a creative artist or craftsman
an outstanding achievement
| D |
// options: -Jtest
void assign(string x, ref string r){ r=x; }
alias Seq(T...)=T;
struct ImportExp{
static foo(){
string r;
import(Seq!("importexp.d"),("foo",Seq!())).assign(r);
return r;
}
pragma(msg,foo()[0..100]);
}
int x=2;
enum k=import(Seq!("importexp.d"),(x,Seq!())); // error
string s=import("impor... | D |
instance Info_Xardas_EXIT(C_Info)
{
npc = KDF_404_Xardas;
nr = 999;
condition = Info_Xardas_EXIT_Condition;
information = Info_Xardas_EXIT_Info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func int Info_Xardas_EXIT_Condition()
{
return 1;
};
func void Info_Xardas_EXIT_Info()
{
AI_StopProces... | D |
func void ZS_Ebr_HangAround()
{
PrintDebugNpc(PD_TA_FRAME,"ZS_Ebr_HangAround");
ObservingPerception();
if(!C_BodyStateContains(self,BS_SIT))
{
AI_SetWalkMode(self,NPC_WALK);
if(Hlp_StrCmp(Npc_GetNearestWP(self),self.wp) == 0)
{
AI_GotoWP(self,self.wp);
};
AI_UseMob(self,"THRONE",1);
};
};
func void ... | D |
/Users/imutayuji/programming/rust_practice/chapter/target/debug/deps/chapter-5aa070c9e3eb5385.rmeta: src/main.rs
/Users/imutayuji/programming/rust_practice/chapter/target/debug/deps/chapter-5aa070c9e3eb5385.d: src/main.rs
src/main.rs:
| D |
/**
As a reggae user
I want to be able to write build descriptions in Python
So I don't have to compile the build description
*/
module tests.it.runtime.python;
import tests.it.runtime;
@("Build description")
@Tags(["ninja", "json_build", "python"])
unittest {
with(immutable ReggaeSandbox()) {
wri... | D |
var int Mod_OTTeleportScene_Counter;
FUNC VOID OTTeleportScene()
{
if (Mod_OTTeleportScene_Counter == 0)
{
AI_StandUP (hero);
CutsceneAn = TRUE;
AI_Output(hero, NULL, "Info_Mod_OTTeleportScene_15_00"); //Na prima, als Untoter kann ich mich nicht teleportieren.
};
if (Mod_OTTeleportScene_Counter == 6)
{
... | D |
/*
* This file generated automatically from xfixes.xml by d_client.py.
* Edit at your peril.
*/
/**
* @defgroup XCB_XFixes_API XCB XFixes API
* @brief XFixes XCB Protocol Implementation.
* @{
**/
module xcb.xfixes;
import xcb.xcb;
import xcb.xproto;
import xcb.render;
import xcb.shape;
extern (C):
enum int ... | D |
//////////////////////////////////////////////////////////////////////////
// ZS_AssessFighter
// ================
// Wird ausschließlich aus:
//
// - B_AssessFighter
//
// heraus aufgerufen. Dort wurde festgestellt, daß die gezogene
// Waffe des SCs eine Bedrohung darstellt! Diese Funktion muß also
// auf diese echte... | D |
/*
* hunt-time: A time library for D programming language.
*
* Copyright (C) 2015-2018 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.time.chrono.ThaiBuddhistEra;
// import hunt.time.temporal.ChronoField;
// import hunt.time.Excepti... | D |
/**
Modules contains basic structures for job manager ex. FiberData, Counter.
It also contains structures/functions which extens functionality of job manager like:
- UniversalJob - job with parameters and return value
- UniversalJobGroup - group of jobs
- multithreated - makes foreach execute in parallel
*/
mo... | D |
INSTANCE Info_Mod_Vanas_Hi (C_INFO)
{
npc = Mod_1537_WKR_Vanas_NW;
nr = 1;
condition = Info_Mod_Vanas_Hi_Condition;
information = Info_Mod_Vanas_Hi_Info;
permanent = 0;
important = 0;
description = "Hallo, ich bringe dir Erz und Sumpfkraut von Engardo.";
};
FUNC INT Info_Mod_Vanas_Hi_Condition()
{
if (Mod_SL... | D |
/Users/DanielChang/Documents/Vapor/Hello/.build/debug/Core.build/Byte/Bytes+Base64.swift.o : /Users/DanielChang/Documents/Vapor/Hello/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/DanielChang/Documents/Vapor/Hello/Packages... | D |
instance GRD_260_Drake (Npc_Default)
{
//-------- primary data --------
name = "Drake";
npctype = npctype_main;
guild = GIL_GRD;
level = 4;
voice = 11;
id = 260;
//-------- abilitie... | D |
import std.stdio;
void main(){
string file = __FILE__;
}
| D |
module basic;
class Bar : Foo
{
}
class Foo : Foo0
{
void virtualMethod();
abstract int abstractMethod(string s) { return cast(int) s.length; }
}
import std.container.array;
import std.typecons;
package interface Foo0 : Foo1, Foo2
{
string stringMethod();
Tuple!(int, string, Array!bool)[][] advancedMethod(int a,... | D |
/**
Helper functions for working with $(I C strings).
This module is intended to provide fast, safe and garbage free
way to work with $(I C strings).
Copyright: Denis Shelomovskij 2013-2014
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Denis Shelomovskij
Macros:
COREREF = $(HTTP dlang.org... | D |
/**
* Copyright: Copyright (c) 2013 Jacob Carlborg. All rights reserved.
* Authors: Juan Manuel
* Version: Initial created: Apr 14, 2013
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module tests.CustomWithString;
import orange.serialization.Serializer;
import orange.seri... | 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 save;
public import
save.ColonySave,
save.GameSave,
save.ShipSave,
save.StationSave,
save.WorldSave,
save.SaveData;
| D |
/**
* This file is part of DCD, a development tool for the D programming language.
* Copyright (C) 2014 Brian Schott
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of t... | D |
/Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/chrono-2092b52fe256423e.rmeta: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/chrono-0.4.19/src/lib.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/chrono-0.4.19/src/sys.rs /Users/oyo02699/.cargo/registr... | D |
// PERMUTE_ARGS:
// EXTRA_FILES: imports/test25a.d imports/test25b.d
import imports.test25a, imports.test25b;
import core.stdc.stdio;
void main()
{
printf("hello\n");
}
| D |
/Users/rossroberts/Exercism/rust/reverse-string/target/debug/deps/reverse_string-b4de27e6b12b8581: tests/reverse-string.rs
/Users/rossroberts/Exercism/rust/reverse-string/target/debug/deps/reverse_string-b4de27e6b12b8581.d: tests/reverse-string.rs
tests/reverse-string.rs:
| D |
/Users/summer/Documents/EECS_498/Project/build/Seeing-Behind-Alpha.build/Debug-iphonesimulator/Seeing-Behind-Alpha.build/Objects-normal/x86_64/LoadController.o : /Users/summer/Documents/EECS_498/Project/Seeing-Behind-Alpha/ViewControllerII.swift /Users/summer/Documents/EECS_498/Project/Seeing-Behind-Alpha/AppDelegate.s... | D |
/*
# What Is This: programming samples
# Author: Makoto Takeshita <takeshita.sample@gmail.com>
# URL: http://simplesandsamples.com
# Version: UNBORN
#
# Usage:
# 1. git clone https://github.com/takeshitamakoto/sss.git
# 2. change the directory name to easy-to-use name. (e.g. sss -> sample)
# 3. open sss/src/filenam... | D |
/**
* Implementation of associative arrays.
*
* Copyright: Copyright Digital Mars 2000 - 2015.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*/
module rt.aaA;
/// AA version for debuggers, bump whenever changing the layout
extern (C) immutable int _aaVersion = 1... | 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 |
void main() {
problem();
}
void problem() {
auto A = scan!long;
auto B = scan!long;
auto C = scan!long;
auto D = scan!long;
void solve() {
min(A, B, C, D).writeln;
}
solve();
}
// ----------------------------------------------
import std.stdio, std.conv, std.array, std.string, std.algorithm, st... | D |
module tests.all;
import tests.parser, tests.interpreter; | D |
/Users/miladmehrpoo/Desktop/Helloworld/.build/debug/URI.build/Parser/Parser+Public.swift.o : /Users/miladmehrpoo/Desktop/Helloworld/Packages/Engine-1.0.3/Sources/URI/PercentDecoding.swift /Users/miladmehrpoo/Desktop/Helloworld/Packages/Engine-1.0.3/Sources/URI/Model/URI+Byte.swift /Users/miladmehrpoo/Desktop/Helloworld... | D |
//------------------------------
// Анализ, подготовка и создание БД ФИОД
// MGW 07.08.2016 16:12
//------------------------------
import asc1251; // Поддержка cp1251 в консоли
import std.getopt; // Раазбор аргументов коммандной строки
import std.stdio; //
import qte5;
import std.conv;
import std.file;
import std... | D |
the style in which newspapers are written
| D |
/*
Copyright (c) 1996 Blake McBride
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and th... | D |
/Users/yunyunchen1/dev/mojo-test/build/mojo_test.build/Debug-iphoneos/NotificationService.build/Objects-normal/arm64/NotificationService.o : /Users/yunyunchen1/dev/mojo-test/NotificationService/NotificationService.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneo... | D |
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Service.build/Services/ServiceFactory.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/service.git-6643607890189502733/Sources/Service/Services/ServiceID.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/service.gi... | D |
/**
* @file pmdbg.h
* @brief PM (Process Manager) debug service.
*/
module ctru.services.pmdbg;
import ctru.types;
import ctru.services.pmapp;
import ctru.services.fs;
extern (C): nothrow: @nogc:
/// Initializes pm:dbg.
Result pmDbgInit();
/// Exits pm:dbg.
void pmDbgExit();
/**
* @brief Gets the current pm:d... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_lmat.d)
*/
module core.sys.windows.lmat;
version (Windows):
@system:
pragma(lib, "netapi32");
private import core.... | D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/URLEncodedForm.build/Data/URLEncodedFormParser.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/url-encoded-form.git--8133570518800567758/Sources/URLEncodedForm/Data/URLEncodedFormData.swift /Users/godemodegame/Desktop/ATMApp/.build/c... | D |
module carnival;
void main() {
import std.stdio;
import std.algorithm;
import std.range;
import std.conv;
auto firstFiveLetters = ["a", "b", "c", "d", "e"];
auto lastFiveLetters = ["v", "w", "x", "y", "z"];
auto numberGenerator = recurrence!("n + 1")(1).chunks(5);
auto firstFiveNumbers = numberGenera... | D |
instance BDT_10014_Addon_Thorus(Npc_Default)
{
name[0] = "Thorus";
guild = GIL_BDT;
id = 10014;
voice = 12;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,5);
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,ItMw_2h_Sld_Sword);
B_CreateAmbientInv(self);
CreateInvItems(self,ITKE_Addon_Thorus... | D |
import std.stdio, std.string, std.conv, std.exception;
class ZmqMessage {
private:
alias frame = void[];
frame[] _buffer;
size_t _length;
public:
this() {
_length = 0;
_buffer = new frame[64];
}
this(size_t capacity) {
_buffer = new frame[capacity];
}
unitt... | D |
struct DF {
}
alias EF = DF*;
| D |
module shu.util.lua.state;
import std.array, std.range;
import std.string : toStringz;
import std.typecons : isTuple;
import shu.util.lua.c.all;
import shu.util.lua.stack;
import shu.util.lua.conversions.classes;
import shu.util.lua.base, shu.util.lua.table, shu.util.lua.lfunction, shu.util.lua.dynamic, ... | D |
// URL: https://atcoder.jp/contests/abc088/tasks/abc088_d
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 |
.source T_if_eqz_10.java
.class public dot.junit.opcodes.if_eqz.d.T_if_eqz_10
.super java/lang/Object
.method public <init>()V
.limit regs 1
invoke-direct {v0}, java/lang/Object/<init>()V
return-void
.end method
.method public run(I)Z
.limit regs 6
if-eqz v5, Label8
const/4 v5, 0
... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.