code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/*#D*/
// Copyright 2016-2017, Jakob Bornecrantz.
// SPDX-License-Identifier: BSL-1.0
module volt.arg;
import core.exception;
import watt.text.string : indexOf, replace;
import watt.text.format : format;
import watt.path : dirSeparator, baseName, dirName;
import watt.conv : toLower;
import watt.io.file : searchDir, S... | D |
/Users/rrunfa/Desktop/RxIssuesSample/RxIssuesSample/.build/x86_64-apple-macosx10.10/debug/Moya.build/Plugins/NetworkActivityPlugin.swift.o : /Users/rrunfa/Desktop/RxIssuesSample/RxIssuesSample/.build/checkouts/Moya.git--5230867493987625585/Sources/Moya/MultipartFormData.swift /Users/rrunfa/Desktop/RxIssuesSample/RxIssu... | D |
module cli.ui.formatter;
import cli.ui.glyph;
import cli.ui.ansi;
import std.conv: toText = text, wtext;
class Formatter {
static immutable string[string] SGR_MAP;
shared static this() {
SGR_MAP = [
// Colors
"red": "31",
"green": "32",
"yellow": "33",
"blue": "94",
"magenta... | D |
/**
Mirror _compile.h
*/
module deimos.python.compile;
import deimos.python.code;
import deimos.python.node;
import deimos.python.pythonrun;
import deimos.python.pyarena;
import deimos.python.code;
extern(C):
// Python-header-file: Include/compile.h:
/// _
PyCodeObject* PyNode_Compile(node*, const(char)*);
vers... | D |
var int Edgor_Exiteinmal;
instance DIA_Addon_Edgor_EXIT(C_Info)
{
npc = BDT_1074_Addon_Edgor;
nr = 999;
condition = DIA_Addon_Edgor_EXIT_Condition;
information = DIA_Addon_Edgor_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Edgor_EXIT_Condition()
{
return TRUE;
};
func void D... | D |
module queue;
public class Queue(T)
{
private:
QueueNode!T front, back;
public:
this()
{
}
final bool empty()
{
return front is null;
}
final void enqueue(T addition)
{
if (empty())
{
front = new QueueNode!T(addition);
back = front;
}
... | D |
a republic in southwestern Africa on the south Atlantic coast (formerly called South West Africa
| D |
/** Calculate pi at compile time
*
* Compile with dmd -c pi.d
*/
module calcpi;
import meta.math;
import meta.conv;
/** real evaluateSeries!(real x, real metafunction!(real y, int n) term)
*
* Evaluate a power series at compile time.
*
* Given a metafunction of the form
* real term!(real y, int... | D |
/Users/Natalia/FunChatik/Jenkins/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/Objects-normal/x86_64/SocketLogger.o : /Users/Natalia/FunChatik/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineSpec.swift /Users/Natalia/FunChatik/Pods/Socket.IO-Client-Swift/... | D |
/// Generate by tools
module java.sql.SQLException;
import java.lang.exceptions;
public class SQLException
{
public this()
{
implMissing();
}
}
| 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 VLK_411_GAERTNER(NPC_DEFAULT)
{
name[0] = "Садовник";
guild = GIL_VLK;
id = 411;
voice = 9;
flags = 0;
npctype = NPCTYPE_MAIN;
b_setattributestochapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,itmw_1h_bau_axe);
b_setnpcvisual(self,MALE,"Hum_Head_Psionic",FACE_N_NORMALBART_GRAHAM,BODY... | D |
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/SQLite.build/SQLite+Result.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/sqlite.git--8232814251736334455/Sources/SQLite/SQLite.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkout... | D |
/Users/guillaume/Usine/AnimaChat/Build/Intermediates/AnimaChat.build/Debug-iphoneos/AnimaChat.build/Objects-normal/arm64/String.o : /Users/guillaume/Usine/AnimaChat/SwiftOSC/Types/Blob.swift /Users/guillaume/Usine/AnimaChat/SwiftOSC/Elements/OSCMessage.swift /Users/guillaume/Usine/AnimaChat/SwiftOSC/Elements/OSCBundle.... | D |
the act of having and controlling property
anything owned or possessed
being controlled by passion or the supernatural
a mania restricted to one thing or idea
a territory that is controlled by a ruling state
the trait of resolutely controlling your own behavior
(sport) the act of controlling the ball (or puck
| D |
module hunt.database.driver.mysql.impl.codec.DataType;
// import io.netty.util.collection.IntObjectHashMap;
// import io.netty.util.collection.IntObjectMap;
// import io.vertx.core.buffer.Buffer;
// import hunt.database.base.Numeric;
// import java.time.Duration;
// import java.time.LocalDate;
// import java.time.Loc... | D |
instance BAU_906_Bauer(Npc_Default)
{
name[0] = NAME_Bauer;
guild = GIL_BAU;
id = 906;
voice = 7;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Bau_Mace);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Face... | D |
import std.stdio, std.conv, std.exception;
// A class for creating and operating on rectangles
struct Rect {
private double left, right, top, bottom;
// Initializes the coordinates of rectangle
this(double x_left, double x_right, double y_top, double y_bottom) {
enforce(x_left <= x_right && y_top... | D |
/Users/shimmennobuyoshi/Desktop/MailReader/Build/Intermediates/MailReader.build/Debug-iphonesimulator/MailReaderTests.build/Objects-normal/x86_64/MailReaderTests.o : /Users/shimmennobuyoshi/Desktop/MailReader/MailReaderTests/MailReaderTests.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctool... | D |
Long: connect-to
Arg: <HOST1:PORT1:HOST2:PORT2>
Help: Connect to host
Added: 7.49.0
See-also: resolve header
Category: connection
Example: --connect-to example.com:443:example.net:8443 $URL
---
For a request to the given HOST1:PORT1 pair, connect to HOST2:PORT2 instead.
This option is suitable to direct requ... | D |
/**
URL parsing routines.
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.inet.url;
public import dub.internal.vibecompat.inet.path;
version (Have_vibe_d_core) public imp... | D |
instance DIA_ENGROM_EXIT(C_INFO)
{
npc = vlk_4131_engrom;
nr = 999;
condition = dia_engrom_exit_condition;
information = dia_engrom_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_engrom_exit_condition()
{
if(KAPITEL < 3)
{
return TRUE;
};
};
func void dia_engrom_exit_info()
{
b_... | D |
/*******************************************************************************
Dht client request notifier
Copyright:
Copyright (c) 2010-2017 dunnhumby Germany GmbH. All rights reserved.
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
*************************... | D |
produce a literary work
communicate or express by writing
have (one's written work) issued for publication
communicate (with) in writing
communicate by letter
write music
mark or trace on a surface
record data on a computer
write or name the letters that comprise the conventionally accepted form of (a word or part of a... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 1 extrusives
306.399994 74.1999969 4.30000019 0 52 55 -31.8999996 151.300003 8785 5.9000001 5.9000001 1 extrusives, basalts
333.200012 64.6999969 ... | D |
/*
Copyright (c) 2013 Andrey Penechko
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,
exec... | D |
/* Minyae - Auren */
//#1
CHAIN
IF ~!StateCheck("QI#Mi",CD_STATE_NOTVALID)
InParty("QI#Mi")
CombatCounter(0)
!See([ENEMY])
InParty("K#Auren")
!Dead("K#Auren")
See("K#Auren")
!StateCheck("K#Auren",CD_STATE_NOTVALID)
Global("K#AurenMinyae","GLOBAL",0)~ THEN QI#MIB MinyaeAuren1
@0 /*Must you always be so formal?*/
DO ~Se... | D |
/Users/Salgara/Desktop/IOS/CurrencyApp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Multicast.o : /Users/Salgara/Desktop/IOS/CurrencyApp/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Salgara/Desktop/IOS/CurrencyApp/Pods/RxSwift/RxSwift/Observables/SingleAsync.swif... | D |
module nanogui.popupbutton;
/*
nanogui/popupbutton.h -- Button which launches a popup widget
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
The widget drawing code is based on the NanoVG demo application
by Mikko Mononen.
All rights reserved. Use of this source code is governed by a... | D |
module spine.util.init;
import std.conv : to;
@property auto init(Target, Source = Target)() {
return Source.init.to!Target;
}
@property void init(Target, Source = Target)(out Target target) {
target = init!(Target, Source);
}
unittest {
int n = init!bool;
assert(n == 0);
long l;
l.init!(lo... | D |
module android.java.android.view.ViewParent;
public import android.java.android.view.ViewParent_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ViewParent;
import import2 = android.java.android.view.ViewParent;
import import9 = android.java.java.lang.Class;
import import5 = android.java.androi... | D |
void main() { runSolver(); }
void problem() {
auto N = scan!long;
auto solve() {
// divisors of n^^2
auto squareDivisors = new long[][](N + 1, 0);
foreach(n; 1..N + 1) {
squareDivisors[n] ~= 1;
foreach(ps; n.primeFactoring.group) {
foreach(add; squareDivisors[n]) {
foreac... | D |
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Error/Abort.swift.o : /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/FileIO.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users... | D |
module taggedunion;
struct BorrowedRef(T) {
this(T* val, int *cnt)
{
this.val = val;
this.count = cnt;
++(*this.count);
}
private int *count;
private T *val;
@disable this(this); // disable copying
~this() { --(*count); }
void opAssign(V)(auto ref V v) { *val ... | D |
/Users/NMB12/Documents/caregiverapp/DerivedData/ReMindr/Build/Intermediates/ReMindr.build/Debug-iphoneos/ReMindr.build/Objects-normal/arm64/AddReminderViewController.o : /Users/NMB12/Documents/caregiverapp/ReMindr/CustomPointAnnotation.swift /Users/NMB12/Documents/caregiverapp/ReMindr/AddFavouriteViewController.swift /... | D |
/*
* Copyright (c) 2017-2018 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 |
module frontend.users;
import vibe.d;
import backend.iusers;
import std.conv;
import util;
package struct User
{
string login;
string username;
string id;
string email;
string firstname;
string lastname;
static User fromID(string id, IUsersProvider usersProvider)
{
User ret;
ret.id = id;... | D |
instance DMT_12170_FARION_EXIT(C_Info)
{
npc = dmt_12170_farion;
nr = 999;
condition = dmt_12170_farion_exit_condition;
information = dmt_12170_farion_exit_info;
important = FALSE;
permanent = TRUE;
description = Dialog_Ende;
};
func int dmt_12170_farion_exit_condition()
{
return TRUE;
};
func void dmt_1217... | 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_29_agm-8322787... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/Shell_Tools/minicat/target/debug/deps/proc_macro2-c7c8afa90731c030.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-0.4.30/src/lib.rs /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-0.4.30/src/strnom.rs ... | D |
module checkedinheritance;
import superlist;
import interfacelist;
template CheckedInheritance(Base)
{
alias CheckedImpl!(Base).Result CheckedInheritance;
}
template CheckedImpl(Base)
{
/* Rewrite the
}
// It works!
class NoError : CheckedInheritance!(MyClass) { /*...*/ }
| D |
module util.visitor;
// XXX: is @trusted if visitor.visit is @safe .
auto dispatch(
alias unhandled = function void(t) {
throw new Exception(typeid(t).toString() ~ " is not supported.");
// XXX: Bugguy for some reason.
// throw new Exception(typeid(t).toString() ~ " is not supported by visitor " ~ typeid(V).toS... | D |
// Eine Hashtable ist eigentlich bloß zCArray<zCArray<_HT_Obj>*>, also ein zweidimensionales Array.
class _HT_Obj {
var int key;
var int val;
};
const int HT_SIZE = 71; // Primzahl
func int _HT_CreatePtr(var int size) {
var int ptr; ptr = MEM_ArrayCreate();
var zCArray arr; arr = _^(ptr);
arr.arra... | D |
/Users/hanykaram/Desktop/MVP/DerivedData/MVP/Build/Intermediates.noindex/SwiftMigration/MVP/Intermediates.noindex/MVP.build/Debug-iphonesimulator/MVP.build/Objects-normal/x86_64/LoginModel.o : /Users/hanykaram/Desktop/MVP/MVP/Controller/LoginVC.swift /Users/hanykaram/Desktop/MVP/MVP/Model/Network/BaseURL.swift /Users/h... | D |
module hunt.cache.mapcache;
import hunt.cache.base;
import std.experimental.logger;
import std.string;
import core.sync.rwmutex;
class MapCache : Cache
{
static @property defaultCahe()
{
if(_storage is null)
{
_storage = new MapCache();
}
return _storage;
}
this()
{
_mutex = new ReadWriteMutex();
... | D |
import std.stdio;
int answer()
{
return 6 * 9;
}
unittest
{
assert(answer() == 42, "answer() == 42");
}
void main()
{
writeln("All tests passed");
} | D |
/*
* sha256.d
*
* This module implements the SHA256 digest
*
* Author: Dave Wilkinson
* Originated: January 19th, 2009
*
*/
module hashes.sha256;
import core.stream;
import core.string;
import core.endian;
import core.definitions;
import hashes.digest;
// ---------------------------------
class HashSHA256 ... | D |
import std.stdio, std.file, std.conv, std.getopt, std.string;
import bio.gff3.file, bio.gff3.validation, bio.gff3.filtering,
bio.gff3.record_range, bio.gff3.selection, bio.gff3.record,
bio.gff3.conv.json, bio.gff3.conv.table, bio.gff3.conv.gff3,
bio.gff3.conv.gtf, bio.gff3.conv.fasta, bio.fasta;
im... | D |
// PERMUTE_ARGS:
module traits;
import std.stdio;
alias int myint;
struct S { void bar() { } int x = 4; static int z = 5; }
class C { void bar() { } final void foo() { } static void abc() { } }
abstract class AC { }
class AC2 { abstract void foo(); }
class AC3 : AC2 { }
final class FC { void foo() { } }
enum E { EMEM... | D |
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/Jay.build/Objects-normal/x86_64/ObjectParser.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Jay-1.0.0/Sources/Jay/ArrayParser.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Jay-1.0.0/Sources/Jay/BooleanParser.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Ja... | D |
import std.stdio;
import ae.sys.benchmark;
import common;
version(DOS)
enum N = 100;
else
debug
enum N = 1;
else
enum N = 10_000;
// **************************************************************************************
void bench(string name)()
{
benchStart();
foreach (i; 0..N)
{
mixin(... | D |
import std.stdio, std.experimental.logger;
import jarena.core, jarena.graphics, jarena.gameplay, jarena.data.loaders, jaster.serialise, jarena.gameplay.scenes;
version(unittest){}
else
{
void main()
{
sharedLog = new ConsoleLogger(LogLevel.all);
// Setup the engine.
auto engine = new Engine();
engine.... | D |
/Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Build/Intermediates/Charts.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LineScatterCandleRadarChartDataSet.o : /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/endotsuyoshi/... | D |
/*
* Copyright (c) 2004-2008 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... | D |
/**
* Describes a back-end compiler and implements compiler-specific actions.
*
* Copyright: Copyright (C) 1999-2021 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, Boost License 1.0)
... | D |
func void B_Respawn(var C_Npc slf)
{
};
| D |
/*
Copyright (c) 2011-2017 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, dist... | D |
module tvm.vm;
import tvm.parser, tvm.value, tvm.util, tvm.opcode;
import std.typecons, std.algorithm, std.format, std.conv;
import std.stdio;
alias HasPtrResult = Tuple!(IValue*, "iv", VariableStore, "that");
class VariableStore {
private VariableStore superStore;
private bool hasSuper;
private string[] protec... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
225.800003 43.9000015 7.5999999 145.5 71 89 -9.69999981 119.599998 7799 4.9000001 8.69999981 0.0555555556 sediments
321.100006 59.7999992 1.29999995 137.5 65 90 -43.5 146.800003 1350 2.4000001 2.5 0.08 sediments, limestones
221.899994 42 8.80000... | D |
/**************************************************************************
П'ИСАТЬ
Только для мужиков и только в специально отведенных местах. Если туалета
на горизонте нет, будем терпеть.
Набор восприятий - обычный.
Режим перемещения - ходьба.
AIV_TAPOSITION:
ISINPOS - еще не в процессе
... | D |
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/TemplateKit.build/Objects-normal/x86_64/Uppercase.o : /Users/brunodaluz/Desktop/project/.build/checkouts/template-kit.git-4631460999338977621/Sources/TemplateKit/Data/TemplateData.swift /Users/brunodaluz/Desktop/project/.build/checkouts/template-... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/SQLite.build/Query/SQLiteQuery+Join.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/sqlite.git--8232814251736334455/Sources/SQLite/Query/SQLiteQuery+Expression+0.swift /Users/user/Documents/RiseTimeAssets/server/.bu... | D |
(theology) the origination of the Holy Spirit at Pentecost
the group action of a collection of people or animals or vehicles moving ahead in more or less regular formation
the act of moving forward (as toward a goal)
| D |
/run/media/sacha/stocky/isousb/isousb/target/debug/deps/lazy_static-5fa5bc44b10bdd8d.rmeta: /home/sacha/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs /home/sacha/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs
/run/media/sacha/stocky/isousb/isousb/tar... | D |
/home/runner/work/econ/econ/server/target/x86_64-unknown-linux-gnu/release/deps/uname-2b0a0037c78a1341.rmeta: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/uname-0.1.1/src/lib.rs
/home/runner/work/econ/econ/server/target/x86_64-unknown-linux-gnu/release/deps/libuname-2b0a0037c78a1341.rlib: /home/runner/... | D |
// Written in the D programming language.
/**
$(SCRIPT inhibitQuickIndex = 1;)
This module defines facilities for efficient checking of integral operations
against overflow, casting with loss of precision, unexpected change of sign,
etc. The checking (and possibly correction) can be done at operation level, for
exampl... | D |
/**
Common classes for HTTP clients and servers.
Copyright: © 2012-2015 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig, Jan Krüger
*/
module vibe.http.common;
public import vibe.http.status;
import vibe.core.log;
import v... | D |
an easy victory
a girl who behaves in a boyish manner
gay or light-hearted recreational activity for diversion or amusement
play boisterously
run easily and fairly fast
win easily
| D |
alias Point = Tuple!(int, "x", int, "y");
void main() {
auto H = scan!int, W = scan!int;
bool[][] table = H.iota.map!(_ => scan.map!(c => c == '.').array).array;
bool at(Point p){ return table[p.y][p.x]; }
int solve() {
alias DP = Tuple!(int, "count", bool, "isGood");
DP[Point] dp;
Point[] poin... | D |
instance BAU_935_Bronko(Npc_Default)
{
name[0] = "Бронко";
guild = GIL_BAU;
id = 935;
voice = 24;
flags = 0;
npcType = npctype_main;
aivar[AIV_Temper] = TEMPER_ToughGuy | TEMPER_ToughGuyNewsOverride | TEMPER_BodyGuard;
aivar[AIV_DropDeadAndKill] = TRUE;
B_SetAttributesToChapter(self,5);
fight_tactic = FAI_HU... | D |
import std.stdio;
import std.algorithm;
import std.array;
import std.parallelism;
import std.functional;
string make_parallel(string funcname, string methodname,
bool functional = false) {
auto s = "auto " ~ funcname ~ "(Range, Args...)(Range r, TaskPool pool, Args args) {" ~
... | D |
/Users/olafgomez/Documents/PracticasCice/PokedexXYiOS/PokemonXYiOS/DerivedData/PokemonXYiOS/Build/Intermediates.noindex/Alamofire.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Session.o : /Users/olafgomez/Documents/PracticasCice/PokedexXYiOS/PokemonXYiOS/DerivedData/PokemonXYiOS/SourcePackages/check... | D |
import std.stdio;
import stackmachine.tokens;
//import stackmachine.lexer;
import stackmachine.cpu;
import std.ascii;
void main()
{
ubyte[] instructions = [
cast(ubyte) OpCode.ICONST2,
cast(ubyte) OpCode.ICONST2,
cast(ubyte) OpCode.IADD,
cast(ubyte) OpCode.ICONST1,
cast(ubyte) OpCode.IADD,
cast(ubyte)... | D |
/*
* Copyright (c) 1999, 2003, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | D |
instance Mod_1577_SLD_Soeldner_MT (Npc_Default)
{
//-------- primary data --------
name = Name_Soeldner;
Npctype = NPCTYPE_mt_soeldner;
guild = GIL_mil;
level = 18;
voice = 0;
id = 1577;
//-------- abilities --------
B_SetAttributesToChapter (self, 4);
EquipItem (self, ItMw_Gr... | D |
module dsymbol.tests;
import std.experimental.allocator;
import dparse.ast, dparse.parser, dparse.lexer, dparse.rollback_allocator;
import dsymbol.cache_entry, dsymbol.modulecache, dsymbol.symbol;
import dsymbol.conversion, dsymbol.conversion.first, dsymbol.conversion.second;
import dsymbol.semantic, dsymbol.string_in... | D |
module evael.utils.singleton;
import evael.lib.memory;
/**
* Singleton.
*/
template Singleton()
{
private static bool instantiated;
private __gshared static typeof(this) instance;
@nogc
public static typeof(this) getInstance()
{
if (!instantiated)
{
synchronized (t... | D |
/*
REQUIRED_ARGS: -verrors=context
TEST_OUTPUT:
---
fail_compilation/goto_skip.d(28): Error: `goto` skips declaration of variable `goto_skip.skip.ch`
goto Lskip;
^
fail_compilation/goto_skip.d(29): declared here
char ch = '!';
^
fail_compilation/goto_skip.d(36): Error: `goto` skips d... | D |
// URL: https://atcoder.jp/contests/arc049/tasks/arc049_c
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 |
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Log/Log+Convenience.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/JSON/HTTP/Message+JSON.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/vapor.git-549298888... | D |
module gtkD.pango.PgColor;
public import gtkD.gtkc.pangotypes;
private import gtkD.gtkc.pango;
private import gtkD.glib.ConstructionException;
private import gtkD.glib.Str;
/**
* Description
* Attributed text is used in a number of places in Pango. It
* is used as the input to the itemization process and al... | D |
/*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | D |
a small two-wheeled cart for one passenger
| D |
module xf.rt.TaskMngr;
private {
import CPUid = xf.utils.CPUid;
import xf.utils.Meta : Stuple, stuple;
import tango.core.ThreadPool;
import tango.core.Thread;
import tango.core.Atomic;
import tango.io.Stdout;
}
class TaskMngr {
this() {
_threads = CPUid.coresPerCPU;
Stdout.formatln("De... | D |
module hunt.wechat.bean.card.Cash;
//import com.alibaba.fastjson.annotation.JSONField;
/**
* 代金券
*
*
*
*/
class Cash : AbstractInfo {
/**
* 表示起用金额(单位为分),如果无起用门槛则填0。
* 添加必填,不支持修改
*/
@JSONField(name = "least_cost")
private Integer leastCost;
/**
* 表示减免金额。(单位为分)
* 添加必填,不支持修... | D |
import std.algorithm: max;
import core.time: MonoTime;
class TimeKeeper
{
static:
private
{
MonoTime previousTime;
float deltaTime;
int targetFPS;
}
public void start(int fps)
{
previousTime = MonoTime.currTime();
targetFPS = fps;
}
public void startNewFrame() {
MonoTime n... | D |
/home/hedayat/holo/tutorial/art_game/zomes/game/code/target/rls/debug/deps/mashup-240a9a13b31be8b2.rmeta: /home/hedayat/.cargo/registry/src/github.com-1ecc6299db9ec823/mashup-0.1.9/src/lib.rs
/home/hedayat/holo/tutorial/art_game/zomes/game/code/target/rls/debug/deps/mashup-240a9a13b31be8b2.d: /home/hedayat/.cargo/regi... | D |
import std.file;
import std.stdio;
import std.string;
import transform;
import derelict.opengl3.gl3;
import gl3n.linalg;
import camera;
class Shader {
private uint program;
private uint vertexShader;
private uint fragmentShader;
private int transformUniform;
private int worldUniform;
private int colorUniform... | D |
/Users/hashgard-01/rust/src/github.com/adao/target/release/build/unicase-b8e189b2106fe64a/build_script_build-b8e189b2106fe64a: /Users/hashgard-01/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-2.4.0/build.rs
/Users/hashgard-01/rust/src/github.com/adao/target/release/build/unicase-b8e189b2106fe64a/build_script... | D |
/++
+ Copyright: Copyright (c) 2018, Christian Koestlin
+ License: MIT
+ Authors: Christian Koestlin, Christian Köstlin
+/
module ponies.dlang.travis;
import dyaml : Loader, Node, dumper, NodeID;
import ponies.dlang : DlangPony, travisYamlAvailable;
import ponies : CheckStatus;
import std.algorithm : map, canFind;... | D |
/Users/hazuki/Desktop/13/la/lifeistech/StopWatch/DerivedData/StopWatch/Build/Intermediates.noindex/StopWatch.build/Debug-iphonesimulator/StopWatch.build/Objects-normal/x86_64/ViewController.o : /Users/hazuki/Desktop/13/la/lifeistech/StopWatch/StopWatch/SceneDelegate.swift /Users/hazuki/Desktop/13/la/lifeistech/StopWatc... | D |
/* GDC -- D front-end for GCC
Copyright (C) 2004 David Friedman
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 2 of the License, or
(at your option) any later version.
... | D |
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Async.build/Objects-normal/x86_64/QueueHandler.o : /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-5591983016255515332/Sources/Async/Async+NIO.swift /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-5591983016255515332/Sour... | D |
/*
* $Id: title.d,v 1.4 2005/09/11 00:47:40 kenta Exp $
*
* Copyright 2005 Kenta Cho. Some rights reserved.
*/
module abagames.gr.title;
private import std.math;
private import bindbc.opengl;
private import openglu;
private import abagames.util.vector;
private import abagames.util.sdl.displaylist;
private import a... | D |
module during.tests.register;
import during;
import during.tests.base;
import core.stdc.stdlib;
import core.sys.linux.errno;
import core.sys.linux.fcntl;
import core.sys.linux.sys.eventfd;
import core.sys.posix.sys.uio : iovec;
import core.sys.posix.unistd;
import std.algorithm : copy, equal, map;
import std.range :... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto N = readln.chomp.to!int;
auto as = readln.split.to!(int[]);
while (!as.empty && as[$-1] == 0) as = as[0..$-1];
if (as.empty) {
writeln(0);
return;
}
int c... | D |
import hlt;
import positionals : ALL_CARDINALS;
import std.format;
import std.conv : to;
import std.random : choice, rndGen, unpredictableSeed;
class MyBot : Bot
{
this()
{
super("MyDlangBot");
}
override void precomputation(GameState game)
{
// This method will run before the game starts
}
ov... | D |
import std.stdio;
alias int number;
alias string sequence ;
alias char alphabet;
int main() {
number x=5;
alphabet c='D';
sequence s= "Compilers";
mixin(`writefln("Compilers Project");`);
mixin(`writefln("%s",s);`);
mixin(`writefln("%d",x);`);
mixin(`writefln("%c",c);`);
return... | D |
import std.stdio;
import std.process : execute;
int main(string[] args)
{
writefln("Executing init test - multi");
auto script = args[0] ~ ".sh";
auto dubInit = execute(script);
return dubInit.status;
}
| D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 0.333333333 extrusives
306.399994 74.1999969 4.30000019 0 52 55 -31.8999996 151.300003 8785 5.9000001 5.9000001 1 extrusives, basalts
333.200012 6... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.