code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/RoutingKit.build/Parameters.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/routing-kit/Sources/RoutingKit/Router.swift /Users/sadikekinozbay/Documents/TUM/WS-2/Swift... | D |
/Users/hdcui/NIZKs-for-AsiaCCS19-and-HSM-CL/bld_sig/target/release/deps/quick_error-b6b3b8f90b8f4f96.rmeta: /Users/hdcui/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-1.2.3/src/lib.rs
/Users/hdcui/NIZKs-for-AsiaCCS19-and-HSM-CL/bld_sig/target/release/deps/libquick_error-b6b3b8f90b8f4f96.rlib: /Users/hdcu... | D |
// https://projecteuler.net/problem=13
/* The numbers are located in problem13.txt
The idea is to do good, old fashioned digit by digit addition,
going from the right to the left. Just like we did back in math
class.
solution = 3550353422647252425087405407559178978126433033169000
*/
import std.algorithm : all, reverse... | D |
/*
D bindings for gperftools(Google Performance Tools).
Authors: Prasun Anand
Copyright: Copyright (c) 2017, Prasun Anand. All rights reserved.
License: BSD 3-Clause License
*/
module gperftools_d.stacktrace;
extern (C):
int GetStackFrames (void** result, int* sizes, int max_depth, int skip_count);
i... | D |
/**
A simple HTTP/1.1 client implementation.
Copyright: © 2012-2014 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.client;
public import vibe.core.net;
public import vibe.http.common;
public... | D |
/*
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,
execute, and transmit the Software, a... | D |
instance GRD_282_NEK(NPC_DEFAULT)
{
name[0] = "Убитый стражник";
npctype = NPCTYPE_MAIN;
guild = GIL_GRD;
level = 10;
voice = 7;
id = 282;
attribute[ATR_STRENGTH] = 40;
attribute[ATR_DEXTERITY] = 20;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 160;
attribute[ATR_HIT... | D |
module magicalrainbows.utils;
import std.traits;
package:
T read(T)(const ubyte[] input) if (isMutable!T)
in(input.length == T.sizeof, "Mismatch between input buffer size and expected value size")
{
union Result {
ubyte[T.sizeof] raw;
T val;
}
Result result;
result.raw = input;
return result.val;
}
ubyte[... | D |
instance Kdw_601_Myxir(Npc_Default)
{
name[0] = "Myxir";
npcType = npctype_main;
guild = GIL_KDW;
level = 24;
voice = 10;
id = 601;
flags = NPC_FLAG_IMMORTAL;
attribute[ATR_STRENGTH] = 65;
attribute[ATR_DEXTERITY] = 45;
attribute[ATR_MANA_MAX] = 106;
attribute[ATR_MANA] = 106;
attribute[ATR_HITPOINTS_MAX] =... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail4269e.d(10): Error: semicolon expected, not `X5`
fail_compilation/fail4269e.d(10): Error: no identifier for declarator `X5`
---
*/
static if(is(typeof(X5.init))) {}
typedef Y X5;
void main() {}
| D |
/Users/JasonVranek/Desktop/rust/tokio-delay/target/debug/build/rand_pcg-4c8a2bc42b0ca918/build_script_build-4c8a2bc42b0ca918: /Users/JasonVranek/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.1/build.rs
/Users/JasonVranek/Desktop/rust/tokio-delay/target/debug/build/rand_pcg-4c8a2bc42b0ca918/build_script_... | D |
/**
This package contains methods to handle the proprietary binary data
container for `Insertion`s.
Copyright: © 2018 Arne Ludwig <arne.ludwig@posteo.de>
License: Subject to the terms of the MIT license, as written in the
included LICENSE file.
Authors: Arne Ludwig <arne.ludwig@posteo.... | D |
/home/merzouk/COURS_ESGI/RUST/project/RustProject4IABD/raytracer/app/target/rls/debug/build/rayon-4aa20dcdb5a0ee46/build_script_build-4aa20dcdb5a0ee46: /home/merzouk/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.1/build.rs
/home/merzouk/COURS_ESGI/RUST/project/RustProject4IABD/raytracer/app/target/rls/debu... | D |
.build_Debug/src/I-T004.xc.d ./.build_Debug/src/I-T004.xc.o: ././src/I-T004.xc
| D |
module token;
import std.conv : to;
import std.string : isNumeric;
enum TokenType
{
plus, // +
minus, // -
multiply, // *
divide, // /
lparen, // (
rparen, // )
number, // x
skip, // ' '
end // END
}
struct Token
{
private alias Type = TokenType;
this( Type type )
{
this.type = type;
}
this( d... | D |
/Users/Lavanya/Desktop/AlbumsApp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/AFError.o : /Users/Lavanya/Desktop/AlbumsApp/Pods/Alamofire/Source/MultipartFormData.swift /Users/Lavanya/Desktop/AlbumsApp/Pods/Alamofire/Source/MultipartUpload.swift /Users/Lavanya/Deskt... | D |
/Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Just.o : /Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/Pods/RxSwift/RxSwift/Observa... | D |
/*
* Hunt - A refined core library for D programming language.
*
* Copyright (C) 2018-2019 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.event.EventLoopGroup;
import hunt.system.Memory;
import hunt.event.EventLoop;
import hunt.logging;
import hunt... | D |
// Copyright (C) 2018-2019 HuntLabs. 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 require... | D |
// Compiler implementation of the D programming language
// Copyright (c) 1999-2015 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
module ddmd.dsymbol;
import core.st... | D |
module grpc.stream.common.reader;
public import grpc.stream.common;
import grpc.common.status : Status;
interface Reader {
bool read(out ubyte[] buf);
Status finish();
}
| D |
/Users/martinpietrowski/Documents/Projekte/Apps/FordFulkerson/FordFulkerson/build/FordFulkerson.build/Debug-iphonesimulator/FordFulkerson.build/Objects-normal/x86_64/ViewController.o : /Users/martinpietrowski/Documents/Projekte/Apps/FordFulkerson/FordFulkerson/FordFulkerson/ViewController.swift /Users/martinpietrowski/... | D |
/**
This module contains support for controlling dynamic arrays' capacity and length
Copyright: Copyright Digital Mars 2000 - 2019.
License: Distributed under the
$(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
(See accompanying file LICENSE)
Source: $(DRUNTIMESRC core/int... | D |
module UnrealScript.TribesGame.TrRabbitLeaderboard;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.UObject;
import UnrealScript.TribesGame.TrPlayerController;
import UnrealScript.TribesGame.GfxTrHud;
import UnrealScript.TribesGame.TrGameReplicationInfo;
extern(C++) interface TrRa... | D |
/Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/Pods.build/Debug-iphonesimulator/SwipeCellKit.build/Objects-normal/x86_64/Extensions.o : /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/SwipeCellKit/Source/Swipeable.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/SwipeCellKit/S... | D |
module common.data; | D |
/Users/macmini2/Desktop/workSpace/Perfect-Crypto/.build/x86_64-apple-macosx10.10/debug/PerfectLib.build/JSONConvertible.swift.o : /Users/macmini2/Desktop/workSpace/Perfect-Crypto/.build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib/JSONConvertible.swift /Users/macmini2/Desktop/workSpace/Perfect-Crypto... | D |
/Users/lee_bennett/Desktop/MadeSimple/Playground/DataPersistence/Build/Intermediates/DataPersistence.build/Debug-iphonesimulator/DataPersistence.build/Objects-normal/x86_64/AppDelegate.o : /Users/lee_bennett/Desktop/MadeSimple/Playground/DataPersistence/DataPersistence/SceneDelegate.swift /Users/lee_bennett/Desktop/Mad... | D |
module UnrealScript.UDKBase.UDKDataStore_GameSearchBase;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.UIDataStore_OnlineGameSearch;
import UnrealScript.UDKBase.UDKUIDataProvider_ServerDetails;
extern(C++) interface UDKDataStore_GameSearchBase : UIDataStore_OnlineGameSearch
{
... | D |
INSTANCE SkelMag_Helper (Mst_Default_Skeleton)
{
name = "Szkielet";
Set_SkeletonWarrior_Visuals();
level = 12;
attribute [ATR_STRENGTH] = 40;
protection [PROT_BLUNT] = 20;
protection [PROT_EDGE] = 40;
protection [PROT_POINT] = 15;
protection [PROT_FIRE] = 30;
protection [PROT_FLY] = 0;
pr... | D |
module android.java.android.net.NetworkInfo_DetailedState_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import2 = android.java.java.lang.Class_d_interface;
import import1 = android.java.java.lang.En... | D |
module test.codec.http2;
import java.io.IOException;
import hunt.collection.ByteBuffer;
import java.nio.charset.StandardCharsets;
import hunt.collection.ArrayList;
import hunt.collection.List;
import hunt.http.codec.http.model.HttpURI;
import hunt.http.codec.http.model.MetaData;
import hunt.http.codec.http.stream.Htt... | 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 |
module hunt.http.codec.http.encode.Http1FieldPreEncoder;
import hunt.http.HttpHeader;
import hunt.http.HttpVersion;
import hunt.http.codec.http.encode.HttpFieldPreEncoder;
class Http1FieldPreEncoder : HttpFieldPreEncoder {
override
HttpVersion getHttpVersion() {
return HttpVersion.HTTP_1_0;
}
override
byte[... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/App.build/Objects-normal/x86_64/Post.o : /Users/cansoykarafakili/Desktop/Hello/Sources/App/Models/Pokemon.swift /Users/cansoykarafakili/Desktop/Hello/Sources/App/Setup/Config+Setup.swift /Users/cansoykarafakili/Desktop/Hello/Sources/App/Setup/D... | D |
import std.stdio;
int main(char[][]argv)
{
writefln("Hello D-World!\n");
return 0;
}
| D |
module io.pbread;
import io.reader;
class PushbackReader : Reader
{
public:
this(Reader reader) {
super(reader);
_pos = BUFFER_SIZE;
}
/**
* Read a single character
* @return the character read, or -1 if the end of stream has been reached
*/
override int read() {
i... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Validation.build/Validatable.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/validation.git--4403154650041669468/Sources/Validation/Validatable.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/vali... | D |
/Users/skt/Desktop/getswifty/.build/x86_64-apple-macosx10.10/debug/SGLOpenGL.build/Constants.swift.o : /Users/skt/Desktop/getswifty/.build/checkouts/OpenGL.git-7004480833003842356/Sources/SGLOpenGL/SwiftGL.swift /Users/skt/Desktop/getswifty/.build/checkouts/OpenGL.git-7004480833003842356/Sources/SGLOpenGL/Commands.swif... | D |
module UnrealScript.TribesGame.TrProj_OrbitalStrike;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrProj_CallInBase;
extern(C++) interface TrProj_OrbitalStrike : TrProj_CallInBase
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final st... | D |
/home/zbf/workspace/git/RTAP/target/debug/deps/aho_corasick-d16427dc5396f55a.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/aho-corasick-0.6.10/src/lib.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/aho-corasick-0.6.10/src/autiter.rs /home/zbf/.cargo/registry/src/mirror... | D |
/**
* Implements conversion from expressions to delegates for lazy parameters.
*
* Specification: $(LINK2 https://dlang.org/spec/function.html#lazy-params, Lazy Parameters)
*
* Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com... | D |
import std.stdio;
int main(string[] args) {
int x = 100;
if (x < 20) {
writeln("x is less than 20");
} else {
writeln("x is not less than 20");
}
writefln("Value of x is: %d", x);
return 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 |
/* Replace tabs with spaces, and remove trailing whitespace from lines.
*/
import std.file;
import std.path;
int main(string[] args)
{
foreach (f; args[1 .. $])
{
auto input = cast(char[]) std.file.read(f);
auto output = filter(input);
if (output != input)
std.file.write(... | D |
module components;
import std.typecons : Flag;
import gfm.math;
import entitysysd;
import allegro5.allegro;
import allegro5.allegro_color;
import weapon;
@component:
struct Transform {
vec2f pos = [0,0];
vec2f scale = [1,1];
float angle = 0;
/// Convert to an ALLEGRO_TRANSFORM.
auto allegroTra... | D |
instance Info_FindNPC_NC(C_Info)
{
nr = 900;
condition = Info_FindNPC_NC_Condition;
information = Info_FindNPC_NC_Info;
permanent = 1;
description = "Где находится...";
};
func int Info_FindNPC_NC_Condition()
{
return 1;
};
func void Info_FindNPC_NC_Info()
{
var C_Npc Cronos;
var C_Npc gorn;
var C_Npc Lare... | D |
///
module std.experimental.allocator.building_blocks.kernighan_ritchie;
import std.experimental.allocator.building_blocks.null_allocator;
//debug = KRRegion;
debug(KRRegion) import std.stdio;
version(unittest) import std.conv : text;
// KRRegion
/**
$(D KRRegion) draws inspiration from the $(MREF_ALTTEXT region allo... | D |
/home/maverick/CLI App Rust Programming /rust-cli-basic-introduction-rust/grrs/target/rls/debug/deps/libproc_macro_error_attr-61e81e6fb29965ba.so: /home/maverick/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.2/src/lib.rs
/home/maverick/CLI App Rust Programming /rust-cli-basic-introduction-r... | D |
/Users/benormos/Desktop/MyFutureBox/build/Pods.build/Debug-iphonesimulator/CollectionKit.build/Objects-normal/x86_64/FloatLayout.o : /Users/benormos/Desktop/MyFutureBox/Pods/CollectionKit/Sources/Other/CollectionReloadable.swift /Users/benormos/Desktop/MyFutureBox/Pods/CollectionKit/Sources/Extensions/Util.swift /Users... | D |
/Users/martin/Documents/programovanie/bc/website/NavigationController/DerivedData/NavigationController/Build/Intermediates/NavigationController.build/Debug-iphonesimulator/NavigationController.build/Objects-normal/x86_64/SelectedViewController.o : /Users/martin/Documents/programovanie/bc/website/NavigationController/Na... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Console.build/Objects-normal/x86_64/Console+LoadingBar.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/console.git--2431895819212044213/Sources/Console/Terminal/String+ANSI.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts... | D |
module android.java.android.text.method.NumberKeyListener;
public import android.java.android.text.method.NumberKeyListener_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!NumberKeyListener;
import import0 = android.java.java.lang.CharSequence;
import import6 = android.java.java.lang.Class;
| D |
#!/usr/bin/env rdmd
/**
DMD builder
Usage:
./build.d dmd
TODO:
- add all posix.mak Makefile targets
- support 32-bit builds
- test on OSX
- test on Windows
- allow appending DFLAGS via the environment
- test the script with LDC or GDC as host compiler
*/
version(CoreDdoc) {} else:
import std.algorithm, std.conv, ... | D |
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Fluent.build/Schema/DatabasesConfig+References.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/fluent.git--7619811335752932298/Sources/Fluent/Model/ID.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/fluent.git--... | D |
/*******************************************************************************
* Copyright (c) 2000, 2005 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 |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
void get(Args...)(ref Args args)
{
import std.traits, std.meta, std.typecons;
static if (Args.length == 1) {
alias Arg = Args[0];
static if (isArray!Arg) {
... | D |
module dco.helpInfo;
import std.stdio;
string strVersion = "v0.1.5";
void ShowUsage()
{
writeln("
dco build tool " ~ strVersion ~ "
written by FrankLIKE.
Usage:
dco [<switches...>] <files...>
for example:
dco
or: dco app.d
(if you build a bigger project ,you can config a local.ini(get by 'dco -ini'),
then... | 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 |
/home/victor/Rust/api-rest/target/debug/deps/pin_project-081779b92ba2b839.rmeta: /home/victor/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-0.4.27/src/lib.rs
/home/victor/Rust/api-rest/target/debug/deps/libpin_project-081779b92ba2b839.rlib: /home/victor/.cargo/registry/src/github.com-1ecc6299db9ec823/pin... | D |
/home/philip/LearnDemo/rust-lang-book/Chapter07/Module7_9/target/debug/Module7_9: /home/philip/LearnDemo/rust-lang-book/Chapter07/Module7_9/src/main.rs
| D |
import autowrap;
enum str = wrapDlang!(
LibraryName("numpytests"),
Modules(
Module("ints", Yes.alwaysExport),
Module("floats", Yes.alwaysExport),
Module("complex", Yes.alwaysExport),
Module("dates", Yes.alwaysExport),
Module("arrays", Yes.alwaysExport),
),
);
// prag... | D |
/Users/hschouma/Projects/libtest/libtest/.build/x86_64-apple-macosx/debug/libtestTests.build/Tests.swift.o : /Users/hschouma/Projects/libtest/libtest/Example/Tests/Tests.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-ap... | D |
/* 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 writing, software
* distributed... | D |
/**
$(SCRIPT inhibitQuickIndex = 1;)
This is a submodule of $(MREF mir, ndslice).
Operators only change strides and lengths of a slice.
The range of a slice remains unmodified.
All operators return slice of the same type as the type of the argument.
$(BOOKTABLE $(H2 Transpose operators),
$(TR $(TH Function Name) $(... | D |
module libxlsxd.xlsxwrap;
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; } // ... | D |
/Users/devmenon/Desktop/rust projects/rust-cli-spotify/target/debug/build/failure_derive-2b06485b2e32f072/build_script_build-2b06485b2e32f072: /Users/devmenon/.cargo/registry/src/github.com-1ecc6299db9ec823/failure_derive-0.1.8/build.rs
/Users/devmenon/Desktop/rust projects/rust-cli-spotify/target/debug/build/failure_... | D |
/**
* Monty operations
*
* Copyright:
* (C) 1999-2010,2014 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
* 2006 Luca Piccarreta
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan_math.mp_monty;
import botan_math.mp_word;
import botan_math.mp_bigint;
impo... | D |
/**
* Uri parser
*
* Parse URI (Uniform Resource Identifiers) into parts described in RFC, based on tango.net.uri and GIO
*
* Authors: $(WEB github.com/robik, Robert 'Robik' Pasiński), $(WEB dzfl.pl/, Damian 'nazriel' Ziemba)
* Copyright: Robert 'Robik' Pasiński, Damian 'nazriel' Ziemba 2011
* License: $(WEB htt... | D |
func void b_busterlearn()
{
Info_ClearChoices(dia_org_833_buster4);
Info_AddChoice(dia_org_833_buster4,DIALOG_BACK,dia_org_833_buster_back);
if(DIFF_HARD == TRUE)
{
if(hero.attribute[ATR_DEXTERITY] >= 20)
{
Info_AddChoice(dia_org_833_buster4,"Акробатика (10 очков обучения, 100 руды)",dia_org_833_bu... | D |
/Users/yamaguchiMacPro/Documents/work/ChousainPlus/Build/Intermediates.noindex/ChousainPlus.build/Debug-iphonesimulator/ChousainPlus.build/Objects-normal/x86_64/PhotoController.o : /Users/yamaguchiMacPro/Documents/work/ChousainPlus/ChousainPlus/RecordData.swift /Users/yamaguchiMacPro/Documents/work/ChousainPlus/Chousai... | D |
// ************************************************************
// EXIT
// ************************************************************
INSTANCE DIA_GornDJG_EXIT(C_INFO)
{
npc = PC_Fighter_DJG;
nr = 999;
condition = DIA_GornDJG_EXIT_Condition;
information = DIA_GornDJG_EXIT_Info;
permanent = TRUE;... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
249.300003 36.5 2.9000001 32.5 70 120 30.2999992 68.4000015 226 2.0999999 3.5 0.3 sediments, limestones
290 33.5 6.69999981 37 65 105 23.7999992 85 3034 5 5 0.375 intrusives
| D |
/Users/azimin/Downloads/Hello2/.build/debug/WebSockets.build/Request+WebSockets.swift.o : /Users/azimin/Downloads/Hello2/.build/checkouts/engine.git-3311994267206676365/Sources/WebSockets/Communication/WebSocket+Send.swift /Users/azimin/Downloads/Hello2/.build/checkouts/engine.git-3311994267206676365/Sources/WebSockets... | D |
/Users/netnorimingconception/utils/GeoFence/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Event.o : /Users/netnorimingconception/utils/GeoFence/Pods/RxSwift/RxSwift/Observables/Implementations/AddRef.swift /Users/netnorimingconception/utils/GeoFence/Pods/RxSwift/RxSwift/Observ... | D |
/Users/pikadot/AppDevelopment/DemoApps/ProjectEcosia/Project/TheSongs/build/TheSongs.build/Debug-iphoneos/TheSongs.build/Objects-normal/arm64/SongsListViewController.o : /Users/pikadot/AppDevelopment/DemoApps/ProjectEcosia/Project/TheSongs/TheSongs/Classes/Model/SongInfoModel/SongInfoModel.swift /Users/pikadot/AppDevel... | D |
for a short time
in the near future
in a curt, abrupt and discourteous manner
in a concise manner
at a short distance
| D |
module BookManipulators;
import Types : Trade, ETradeSide, PriceLevel, PriceBookEntry, SecurityInfo, securityInfos;
import DExchange: AbstractDExchange, LocalDExchange, AbstractDExchangeSession, LocalDExchangeSession;
import std.stdio;
import std.algorithm;
import std.array;
import std.random;
version (unittest) {
... | D |
// Copyright (c) 2020 Starg.
// SPDX-License-Identifier: BSD-3-Clause
module yammld3.xmlwriter;
import std.range.primitives;
package class XMLException : Exception
{
public this(string msg, string file = __FILE__, size_t line = __LINE__) @nogc @safe pure nothrow
{
super(msg, file, line);
}
}
pac... | D |
module rocl.entity;
import std.stdio, std.array, std.format, std.algorithm, perfontain, perfontain.math, perfontain.nodes.sprite, ro.grf,
ro.path, rocl.network, rocl.loaders.asp, ro.db, rocl.game, rocl.entity.actor;
public import rocl.entity.misc;
final class EntityManager
{
~this()
{
clearActors;
if (_self)... | D |
// Compiler implementation of the D programming language
// Copyright (c) 1999-2015 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
module ddmd.dclass;
import core.std... | D |
/Volumes/Element-Mac/_development/_ios/_training/Bandsintown/Build/Intermediates/Pods.build/Debug-iphonesimulator/Outlaw.build/Objects-normal/x86_64/IndexDeserializable.o : /Volumes/Element-Mac/_development/_ios/_training/Bandsintown/Pods/Outlaw/Sources/Outlaw/JSON.swift /Volumes/Element-Mac/_development/_ios/_training... | D |
module valley.crawler;
import valley.uri;
import valley.robots;
import vibe.http.client;
import vibe.stream.operations;
import vibe.core.core;
import std.functional;
import std.socket;
import std.datetime;
import std.algorithm;
import std.utf;
import std.string;
import std.exception;
import std.array;
/// A special... | D |
// PERMUTE_ARGS: -release -g
version(Windows) {}
else version(X86_64)
{
/* uncomment to enable tests! */
//version = Run_X86_64_Tests;
}
extern (C) int printf(const char*, ...);
template tuple(A...) { alias A tuple; }
alias byte B;
alias short S;
alias int I;
alias long L;
alias float F;
al... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* Authors: Stewart Gordon
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC core/sys/windows/_msacm.d)
*/
module core.sys.windows.msacm;
version (Windows):
@system:
version (ANSI) {} el... | D |
INSTANCE Info_Mod_Kalom_Hi (C_INFO)
{
npc = Mod_7021_GUR_CorKalom_OT;
nr = 1;
condition = Info_Mod_Kalom_Hi_Condition;
information = Info_Mod_Kalom_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Kalom_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Kalom_Hi_Info()
{
AI_Output(self, hero, "Info... | D |
import environment;
import bi_basics;
import bi_math;
import bi_stdio;
import bi_vars;
import bi_manipulations;
import bi_system;
import bi_files;
import bi_conv;
void init_builtins(ref Environment env) {
import_basics(env);
import_stdio(env);
import_varops(env);
import_manipulations(env);
import_math(env);
impo... | D |
module ships.scripting.livescript;
import ships.scripting.script;
import ships.parts.tiles.tile;
class LiveScript : Script
{
public:
override Packet endpoint()
{
loadWorkspace();
script();
return lua["endpoint"].to!Packet;
}
this( Tile instance, string script_text )
{
... | D |
module app.model.ValidForm;
import hunt.validation;
import hunt.framework.http.Form;
class User : Form
{
mixin MakeForm;
@Range(3,6)
int age;
@Length(4,1000)
string name;
@Email
string email;
string[] friends;
} | D |
// https://forum.dlang.org/post/mailman.2452.1627656081.3446.digitalmars-d-learn@puremagic.com
import std;
void main(string[] args) {
auto n = args.length > 1 ? args[1].to!int() : 10;
auto r = new Generator!int(
{
for(auto i = 2;;i++)
yield(i);
});
for(auto i=0;i<n;i++)
{
... | D |
extern (C) nothrow:
version (LDC)
{
void _d_array_slice_copy(void* dst, size_t dstlen, void* src, size_t srclen, size_t elemsz)
{
import ldc.intrinsics : llvm_memcpy;
llvm_memcpy!size_t(dst, src, dstlen * elemsz, 0);
}
}
else
{
void[] _d_arraycopy(size_t size, void[] from, void[] to)
... | 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/Benjamin/Desktop/Delivry/Delivry/DerivedData/Delivry/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/TaskDelegate.o : /Users/Benjamin/Desktop/Delivry/Delivry/Pods/Alamofire/Source/MultipartFormData.swift /Users/Benjamin/Desktop/Delivry/Delivry/Pods/Alamofire/Sou... | D |
/**
* Copyright: Copyright (c) 2012 Jacob Carlborg. All rights reserved.
* Authors: Jacob Carlborg
* Version: Initial created: Jan 29, 2012
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module dstep.translator.Output;
static import std.array;
import tango.util.container.... | D |
#!/usr/bin/rdmd --shebang -unittest -g
import std.algorithm.searching;
import std.random;
import std.range;
import std.string;
import std.stdio;
import std.typecons;
Random g_random;
static this()
{
g_random = Random(unpredictableSeed);
}
int main()
{
const winWithChange = iota(10_000).count!((int) => carFound(... | D |
/home/smith/project/document_image/target/release/build/maybe-uninit-76288eb33b335247/build_script_build-76288eb33b335247: /home/smith/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/build.rs
/home/smith/project/document_image/target/release/build/maybe-uninit-76288eb33b335247/build_script_build-762... | D |
module org.eclipse.swt.internal.mozilla.prio;
import java.lang.all;
import org.eclipse.swt.internal.mozilla.Common;
import org.eclipse.swt.internal.mozilla.prtime;
import org.eclipse.swt.internal.mozilla.prinrval;
extern (System):
alias PRIntn PRDescIdentity;
alias void PRFilePrivate;
struct PRFileDesc
{
PRI... | D |
/Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SwitchIfEmpty.o : /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxSwi... | D |
a solemn commitment of your life or your time to some cherished purpose (to a service or a goal
(religion) sanctification of something by setting it apart (usually with religious rites) as dedicated to God
| D |
module ac.content.worldgen.overworld;
import ac.common.world.world;
import ac.common.world.gen.worldgen;
import ac.common.world.chunk;
import ac.common.world.blockcontext;
import ac.common.world.gen.worldgenplatform;
import ac.content.content;
final class WorldGen_Overworld : WorldGen {
public:
override void initia... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.