code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Routing.build/Routing/TrieRouter.swift.o : /Users/work/Projects/Hello/.build/checkouts/routing.git-5366657101075133678/Sources/Routing/Utilities/Deprecated.swift /Users/work/Projects/Hello/.build/checkouts/routing.git-5366657101075133678/Sources/Routing/R... | D |
void main() {
auto ip = readAs!(long[]), N = ip[0], M = ip[1];
auto A = readAs!(long[]);
auto arr = new long[](A.reduce!max+1);
A.each!(v => arr[v]++);
auto arr2 = FFT!double.Convolve(arr, arr);
ulong k = arr2.length-1;
ulong res;
while(M > 0 && k > 0) {
auto use = min(M, arr2[k]);
M -= use;
res += k * us... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
22.5 87 27.2999992 85.5 16 23 -9.60000038 119.400002 7801 14.8999996 28.5 1 extrusives, basalts
213.300003 85.5 9.89999962 22.3999996 16 23 -9.60000038 119.400002 7788 5.4000001 10.3000002 1 extrusives, andesites, dacites
264.299988 78.5 3.70000... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1984-1998 by Symantec
* Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
module not_public;
struct Public {
int i;
}
private struct NotPublic {
int i;
}
void fun0() {
}
package void fun1() {
}
private void fun2() {
}
| D |
/*
* widget.d
*
* This file holds the WinWidget interface that must be a part of an OSWidget.
*
* Author: Dave Wilkinson
*
*/
module platform.win.widget;
import platform.win.common;
import graphics.view;
// os control interface
interface WinWidget {
protected:
LRESULT _AppLoopMessage(uint message, WPARAM w... | D |
import std.stdio;
import std.typetuple;
import std.traits;
class A { }
class B : A { }
class C : B { }
/***************************************/
template Foo(int a, int b, int c)
{
const int Foo = 1;
}
template Foo(A...)
{
const int Foo = 2;
}
void test1()
{
int y = Foo!(1,2,3);
assert(y == 1);
... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail2789.d(15): Error: function `fail2789.A2789.m()` conflicts with previous declaration at fail_compilation/fail2789.d(10)
fail_compilation/fail2789.d(25): Error: function `fail2789.A2789.m()` conflicts with previous declaration at fail_compilation/fail2789.d(10)
---
*/
class A2789... | D |
/**
* Copyright: Copyright (c) 2011 Nick Sabalausky. All rights reserved.
* Authors: Nick Sabalausky
* Version: Initial created: July 26, 2011
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module dvm.commands.Compile;
import std.exception : assumeUnique;
import std.format... | D |
/Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/AnyObserver.o : /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwif... | D |
/++
Sum square difference
Problem 6
The sum of the squares of the first ten natural numbers is,
12 + 22 + ... + 102 = 385
The square of the sum of the first ten natural numbers is,
(1 + 2 + ... + 10)2 = 552 = 3025
Hence the difference between the sum of the squares of the first
t... | D |
///
module dpromise.utils;
import dpromise.promise, dpromise.async;
import deimos.libuv.uv;
import dpromise.internal.libuv;
void runEventloop() @safe nothrow {
() @trusted {
uv_run(localLoop, uv_run_mode.UV_RUN_DEFAULT);
}();
}
T runEventloop(T)(scope Promise!T promise) @safe
in {
assert(promise !is null... | D |
/*****************************************************************************
*
* Higgs JavaScript Virtual Machine
*
* This file is part of the Higgs project. The project is distributed at:
* https://github.com/maximecb/Higgs
*
* Copyright (c) 2012-2013, Maxime Chevalier-Boisvert. All rights re... | D |
{# Macro import #}
{% from 'OPNsense/Macros/interface.macro' import physical_interface %}
{% if not helpers.empty('OPNsense.IDS.general.enabled') %}
suricata_setup="/usr/local/opnsense/scripts/suricata/setup.sh"
suricata_enable="YES"
{% if not helpers.empty('OPNsense.IDS.general.verbosity') %}
suricata_flags="-D -{{OPN... | D |
/+
Copyright (c) 2006 Eric Anderton
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... | D |
/home/id/Desktop/code/discovery/target/rls/debug/build/f3-a820f3963b0dcc4c/build_script_build-a820f3963b0dcc4c: /home/id/.cargo/registry/src/github.com-1ecc6299db9ec823/f3-0.6.1/build.rs /home/id/.cargo/registry/src/github.com-1ecc6299db9ec823/f3-0.6.1/memory.x
/home/id/Desktop/code/discovery/target/rls/debug/build/f3... | 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 |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
238 77 6 77 15 60 64.5999985 -127.900002 1745 11.6000004 11.8000002 0.133333333 sediments, redbeds
4.0999999 81 13.5 21 7 8 36 -106.300003 303 11.3999996 11.3999996 1 extrusives, basalts
4.5 80.5 11.8999996 29 8 9 35.7000008 -106.5 304 14.199999... | D |
/*
Copyright (c) 2020 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,
exe... | D |
instance DIA_Schwarzmagier_HELLO(C_Info)
{
npc = DMT_1299_OberDementor_DI;
nr = 5;
condition = DIA_Schwarzmagier_HELLO_Condition;
information = DIA_Schwarzmagier_HELLO_Info;
important = TRUE;
};
func int DIA_Schwarzmagier_HELLO_Condition()
{
return TRUE;
};
var int SC_KnowsMadPsi;
func void DIA_Schwarzmagie... | D |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | D |
/**
* Contains the garbage collector implementation.
*
* Copyright: Copyright Digital Mars 2001 - 2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright, David Friedman, Sean Kelly
*/
/* Copyright Digital Mars 2005 - 2013.
* Distributed under... | D |
instance BAU_941_KATI(NPC_DEFAULT)
{
name[0] = "Кати";
guild = GIL_OUT;
id = 941;
voice = 16;
flags = NPC_FLAG_IMMORTAL;
npctype = NPCTYPE_MAIN;
b_setattributestochapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,itmw_1h_bau_axe);
b_createambientinv(self);
b_setnpcvisual(self,FEMALE,"Hum_Head_... | D |
instance Info_Mine_Grd_7_EXIT(C_Info)
{
nr = 999;
condition = Info_Mine_Grd_7_EXIT_Condition;
information = Info_Mine_Grd_7_EXIT_Info;
permanent = 1;
description = "ЗАКОНЧИТЬ РАЗГОВОР";
};
func int Info_Mine_Grd_7_EXIT_Condition()
{
return 1;
};
func void Info_Mine_Grd_7_EXIT_Info()
{
AI_StopProcessInfos(sel... | D |
/** DGui project file.
Copyright: Trogu Antonio Davide 2011-2013
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Trogu Antonio Davide
*/
module resources;
import dgui.all;
enum
{
IDI_MYICON = 100,
IDB_MYBITMAP = 200,
}
class MainForm: Form
{
private PictureBox _pi... | D |
FUNC VOID GregIsBack_S1 ()
{
if (GregIsBack == FALSE)
{
};
GregIsBack = TRUE;
};
| D |
module test_window;
import std.algorithm;
import std.range;
import std.traits;
import dtk;
/**
Philippe Sigaud's Permutations from dranges.
See https://github.com/PhilippeSigaud/dranges
and http://www.dsource.org/projects/dranges.
*/
struct Permutations(R)
{
ElementType!R[] _input, _perm;
size_t ... | D |
module UnrealScript.Engine.AnimationCompressionAlgorithm_RemoveTrivialKeys;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.AnimationCompressionAlgorithm;
extern(C++) interface AnimationCompressionAlgorithm_RemoveTrivialKeys : AnimationCompressionAlgorithm
{
public extern(D):
p... | D |
/*******************************************************************************
* Copyright (c) 2000, 2003 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... | D |
/Users/yuga/Documents/ios20161219/CafeDiary/cafeDiary04/Build/Intermediates/IBDesignables/Intermediates/FoodTracker.build/Debug-iphonesimulator/FoodTracker.build/Objects-normal/x86_64/calendarViewController.o : /Users/yuga/Documents/ios20161219/CafeDiary/cafeDiary04/FoodTracker/DateManager.swift /Users/yuga/Documents/i... | D |
module eventcore.drivers.posix.events;
@safe:
import eventcore.driver;
import eventcore.drivers.posix.driver;
import eventcore.internal.consumablequeue : ConsumableQueue;
import std.socket : InternetAddress;
version (linux) {
nothrow @nogc extern (C) int eventfd(uint initval, int flags);
import core.sys.posix.unis... | D |
module from;
/**
* Import as expression.
* Params:
* moduleName = Name of a module to import from.
*
* See_Also: $(LINK2 https://dlang.org/blog/2017/02/13/a-new-import-idiom/, A New Import Idiom)
*/
template from(string moduleName)
{
mixin("import from = " ~ moduleName ~ ";");
}
///
unittest
{
void f(... | D |
module android.java.android.view.WindowInsets_Builder_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import2 = android.java.android.graphics.Insets_d_interface;
import import4 = android.java.java.lan... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/HTTP.build/FoundationClient/Client+Foundation.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/AleixDiaz/Desktop/VaporProject/... | D |
module soundprocessing.wavfile;
import std.conv;
import dlib.audio.sound;
import soundprocessing.utils;
/++
+ The WavFile class
+/
public class WavFile
{
/++
+ Constructs a new `WavFile` object by arguments
+/
public static WavFile construct(double duration, uint pitch, string path = "")
{
... | D |
machine consisting of a heavy bar that moves vertically for pounding or crushing ores
a heavy tool of stone or iron (usually with a flat base and a handle) that is used to grind and mix material (as grain or drugs or pigments) against a slab of stone
a club-shaped hand tool for grinding and mixing substances in a morta... | D |
a person who delivers a speech or oration
| D |
/**
* Hash functions for arbitrary binary data.
*
* Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
* Authors: Martin Nowak, Walter Bright, http://www.digitalmars.com
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://g... | D |
/**
* Poodinis Dependency Injection Framework
* Copyright 2014-2018 Mike Bierlee
* This software is licensed under the terms of the MIT license.
* The full terms of the license can be found in the LICENSE file.
*/
import poodinis;
import poodinis.test.testClasses;
import std.exception;
version(unittest) {
... | D |
/**
LDC compiler support.
Copyright: © 2013 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.compilers.ldc;
import dub.compilers.compiler;
import dub.internal.std.process;
import dub.internal.vibecompat.core.lo... | D |
small magnifying glass (usually set in an eyepiece) used by jewelers and horologists
| D |
happening without warning or in a short space of time
| D |
C:/Users/glutnix/Documents/Dropbox/__RapidProto/philrobokit_xc8/libraries/soft_serial/examples/.phr_out/lib/corelib_basetimer.d C:/Users/glutnix/Documents/Dropbox/__RapidProto/philrobokit_xc8/libraries/soft_serial/examples/.phr_out/lib/corelib_basetimer.p1: hardware/cores/lib/corelib_basetimer.c C:/Users/glutnix/Doc... | D |
a sophisticated person who has travelled in many countries
| D |
/*
* Copyright (c) 2017-2019 sel-project
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pu... | D |
instance TPL_1454_Templer(Npc_Default)
{
name[0] = NAME_MadTemplar2;
npcType = npctype_guard;
guild = GIL_GUR;
level = 100;
voice = 8;
id = 1454;
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 65;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 250;
attribute[... | D |
module UnrealScript.Engine.FogVolumeConeDensityInfo;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.FogVolumeDensityInfo;
extern(C++) interface FogVolumeConeDensityInfo : FogVolumeDensityInfo
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property fi... | D |
/Users/kidnapper/Documents/25sprout/practice/DerivedData2/practice/Build/Intermediates/practice.build/Debug-iphonesimulator/practice.build/Objects-normal/x86_64/PHCheckableTextfield.o : /Users/kidnapper/Documents/25sprout/practice/practice/Search_TPVC.swift /Users/kidnapper/Documents/25sprout/practice/practice/Article_... | D |
<?xml version="1.0" encoding="UTF-8"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="insurancemodel_ref.notation#_sXjnY... | D |
<!DOCTYPE html>
<html>
<!-- Mirrored from www.cognitiveclouds.com/img/c/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/safari-pinned-tab.svg by HTTrack Website Copier/3.x [XR&... | 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 |
/*
Copyright (c) 2011-2013 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute... | D |
E: c841, c117, c56, c647, c489, c756, c381, c725, c53, c665, c196, c780, c97, c824, c501, c371, c141, c169, c230, c510, c94, c797, c516, c579, c216, c601, c544, c624, c459, c86, c696, c419, c55, c171, c312, c297, c478, c442, c277, c533, c484, c217, c783, c362, c636, c373, c321, c691, c119, c252, c753, c795, c454, c530,... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010-2011 by Rainer Schuetze, All Rights Reserved
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_... | D |
module dwtx.dwtxhelper.URL;
import dwt.dwthelper.utils;
class URL {
this(String){
implMissing(__FILE__,__LINE__);
}
}
| D |
/**
MongoCollection class
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
*/
module vibe.db.mongo.collection;
public import vibe.db.mongo.cursor;
public import vibe.db.mongo.connection;
import vibe.c... | 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 |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
273 54 4 0 46 48 -33.5 151.300003 1769 6 6 1 intrusives, basalt
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 ... | D |
// *******************************************************
// B_AssessPlayer
// --------------
// Aufgerufen durch aktive Wahrnehmung PERC_ASSESSPLAYER.
// Spieler wurde GESEHEN (Humans haben keinen sense_smell)
// Reichweite: PERC_DIST_ACTIVE_MAX
// *******************************************************
func void B... | D |
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/Routing.build/Objects-normal/x86_64/PathComponent.o : /Users/brunodaluz/Desktop/project/.build/checkouts/routing.git-5348454670205955628/Sources/Routing/Utilities/Deprecated.swift /Users/brunodaluz/Desktop/project/.build/checkouts/routing.git-534... | D |
instance Info_Bau_4_EXIT(C_Info)
{
nr = 999;
condition = Info_Bau_4_EXIT_Condition;
information = Info_Bau_4_EXIT_Info;
permanent = 1;
description = "KONIEC";
};
func int Info_Bau_4_EXIT_Condition()
{
return 1;
};
func void Info_Bau_4_EXIT_Info()
{
AI_StopProcessInfos(self);
};
instance Info_Bau_4_Wichtige... | D |
a communist state in Indochina on the South China Sea
a prolonged war (1954-1975) between the communist armies of North Vietnam who were supported by the Chinese and the armies of South Vietnam who were supported by the United States
| D |
/Users/gbs/Xcode/MessView/DerivedData/MessView/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/UIButton+Kingfisher.o : /Users/gbs/Xcode/MessView/Pods/Kingfisher/Sources/String+MD5.swift /Users/gbs/Xcode/MessView/Pods/Kingfisher/Sources/Resource.swift /Users/gbs/Xcode/... | 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_16_BeT-1342918... | D |
/home/liyun/clink/clink_mpc/target/debug/deps/semver_parser-c3d0fd83dabff254.rmeta: /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/semver-parser-0.7.0/src/lib.rs /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/semver-parser-0.7.0/src/version.rs /home/liyun/.cargo/registry/src/... | D |
/Users/myzealit/Desktop/Beacon/ios/build/Beacon/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/Permission.o : /Users/myzealit/Desktop/Beacon/ios/Pods/FacebookCore/Sources/Core/AccessToken.swift /Users/myzealit/Desktop/Beacon/ios/Pods/FacebookCore/Sources/Core/Permi... | D |
/**
MongoDatabase class representing common database for group of collections.
Technically it is very special collection with common query functions
disabled and some service commands provided.
Copyright: © 2012-2013 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the includ... | 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_19_agm-8119215... | D |
//##########################################################################
//##
//## Bookstand History
//##
//##########################################################################
//----------------------
var int History_1_permanent;
//----------------------
//----------------------
var int History_2_permanent;... | D |
import std.stdio;
import std.file;
import std.string;
void main()
{
// WRITE THE FILE.
File file_writable;
string file_str = "NewFile.txt";
if( file_str.exists() )
{
file_writable = File(file_str,"a+");
file_writable.writeln("The Next appended line");
}
// for(int i=1;i<... | D |
// Generated by gnome-h2d.rb <http://github.com/ddude/gnome.d>.
module gio.dbusdaemon;
public import gio.gio;
//#define G_TYPE_DBUS_DAEMON (_g_dbus_daemon_get_type ())
//#define G_DBUS_DAEMON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DBUS_DAEMON, GDBusDaemon))
//#define G_DBUS_DAEMON_CLASS(k) (G_TYPE_CHECK_CLASS_C... | D |
/Users/adityagarg/Code/Mobile-App/IOS/Nutrition/build/Nutrition.build/Debug-iphonesimulator/Nutrition.build/Objects-normal/x86_64/AppDelegate.o : /Users/adityagarg/Code/Mobile-App/IOS/Nutrition/Nutrition/ViewController.swift /Users/adityagarg/Code/Mobile-App/IOS/Nutrition/Nutrition/FoodItem.swift /Users/adityagarg/Code... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (C) 2000-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
/Users/river/Desktop/2019_ios_hw3/build/2019_ios_hw3.build/Debug-iphonesimulator/2019_ios_hw3.build/Objects-normal/x86_64/picGalleryController.o : /Users/river/Desktop/2019_ios_hw3/2019_ios_hw3/AppDelegate.swift /Users/river/Desktop/2019_ios_hw3/2019_ios_hw3/picDeatailController.swift /Users/river/Desktop/2019_ios_hw3/... | D |
instance Mod_7570_OUT_Bandit_EIS (Npc_Default)
{
// ------ NSC ------
name = "Fremder";
guild = GIL_STRF;
id = 7570;
voice = 0;
flags = 0;
npctype = NPCTYPE_AMBIENT;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4);
// ------ Kampf-Taktik ------... | D |
import std.stdio;
import derelict.pq.pq;
import std.conv : to;
import std.string;
import derelict_pq_ex.p395;
void main() {
// Load the Postgres library.
DerelictPQ.load();
//enum CONNECTION_STRING = "host=localhost dbname=egon user=postgres password=postgres";
enum CONNECTION_STRING = "host=localhost... | D |
func void ZS_PracticeMagic()
{
PrintDebugNpc(PD_TA_FRAME,"ZS_PracticeMagic");
B_SetPerception(self);
AI_SetWalkMode(self,NPC_WALK);
if(!Hlp_StrCmp(self.wp,Npc_GetNearestWP(self)))
{
AI_GotoWP(self,self.wp);
};
if(Wld_IsFPAvailable(self,"PRACTICEMAGIC"))
{
AI_GotoFP(self,"PRACTICEMAGIC");
AI_AlignToFP(self... | D |
module std.bitarray;
public import stdrus: МассивБит;
alias МассивБит BitArray ;
alias МассивБит.длин len;
alias МассивБит.ук ptr;
alias МассивБит.разм dim;
alias МассивБит.длина length;
alias МассивБит.дубль dup;
alias МассивБит.реверсни reverse;
alias МассивБит.сортируй sort;
alias МассивБит.иниц init;
| D |
//**********************************************************************************
// Pamietnik Pita Tom 1
//**********************************************************************************
INSTANCE KS_PamietnikT1 (C_ITEM)
{
name = "Pamietnik Pita";
mainflag = ITEM_KAT_DOCS;
flags = 0;
... | D |
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2012 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages ... | D |
module hunt.http.client.Call;
import hunt.Exceptions;
import hunt.http.client.HttpClientResponse;
import hunt.http.client.HttpClientRequest;
/**
* A call is a request that has been prepared for execution. A call can be canceled. As this object
* represents a single request/response pair (stream), it cannot be ex... | D |
module it.cpp.function_;
import it;
@("ref basic param")
unittest {
shouldCompile(
Cpp(
q{
void fun(int& i);
void gun(double& i);
}
),
D(
q{
int i;
fun(i);
static assert(!__t... | D |
the largest city and former capital of Turkey
the council in 869 that condemned Photius who had become the patriarch of Constantinople without approval from the Vatican, thereby precipitating the schism between the eastern and western churches
the sixth ecumenical council in 680-681 which condemned Monothelitism by def... | D |
import std.stdio;
import std.string;
import std.conv;
//problems: diagonal yugo-zapad, proklyataya oblast gde-to s k-stroki, chto voobshe peredayetsya v b[k]???
int hi3, hi4;
char hi1,hi2;
int[16][16] a;
void nul()
{int i,j;
for(i=0; i<=15; i++){
for (j=0;j<=15;j++){
a[i][j]=0;
}
}
}
void visual... | 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_5_agm-94511982... | D |
// URL: https://yukicoder.me/problems/no/48
import std.algorithm, std.array, std.container, std.math, std.range, std.typecons, std.string;
version(unittest) {} else
void main()
{
int X; io.getV(X);
int Y; io.getV(Y);
int L; io.getV(L);
if (Y >= 0) {
if (X == 0)
io.put(cdiv(Y, L));
else if (X >=... | D |
/***********************************************************************\
* tlhelp32.d *
* *
* Windows API header module *
* ... | D |
/Users/MohamedNawar/Desktop/citiesListTask/build/citiesListTask.build/Debug-iphonesimulator/citiesListTask.build/Objects-normal/x86_64/AppDelegate.o : /Users/MohamedNawar/Desktop/citiesListTask/citiesListTask/ApplicationModules/MainCitiesList/View/MainCitiesListView/MainCitiesListVC.swift /Users/MohamedNawar/Desktop/ci... | D |
const int SPL_Cost_Telekinesis = 1;
const int STEP_Telekinesis = 1;
instance oCItem_Telekinesis(oCItem);
// IKARUS ==============================================================
//NS - май-июнь 2013
// варианты направления перемещения
const int TELEKINESIS_DIR_Left = 1;
const int TELEKINESIS_DIR_Right = 2;
const ... | D |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | D |
/Users/angelo/Developer/DroppedBits/DangerTest/.build/x86_64-apple-macosx/debug/OctoKit.build/Octokit.swift.o : /Users/angelo/Developer/DroppedBits/DangerTest/.build/checkouts/octokit.swift/OctoKit/File.swift /Users/angelo/Developer/DroppedBits/DangerTest/.build/checkouts/octokit.swift/OctoKit/Time.swift /Users/angelo/... | D |
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/SQL.build/Objects-normal/x86_64/SQLDropIndex.o : /Users/petercernak/vapor/TILApp/.build/checkouts/sql.git--5031097865152321144/Sources/SQL/SQLBind.swift /Users/petercernak/vapor/TILApp/.build/checkouts/sql.git--5031097865152321144/Sources/SQ... | D |
a criminal who illegally sets fire to property
a true bug: brightly colored bug that can exude a stain
| D |
module app.views;
package import app.views.forms;
package import app.views.helpers;
package import app.views.mailer;
package import app.views.rss;
package import app.views.styles;
package import app.views.widgets;
package import app.views.prototype;
| D |
/Users/deepapatil/Desktop/Heady_Assignment/iOS/Heady/build/Pods.build/Debug-iphonesimulator/PKHUD.build/Objects-normal/x86_64/FrameView.o : /Users/deepapatil/Desktop/Heady_Assignment/iOS/Heady/Pods/PKHUD/PKHUD/HUD.swift /Users/deepapatil/Desktop/Heady_Assignment/iOS/Heady/Pods/PKHUD/PKHUD/PKHUD.swift /Users/deepapatil/... | D |
import std.stdio;
import core.thread;
import core.time;
import derelict.sdl2.sdl;
import derelict.sdl2.image;
import render;
import game;
import input;
import menu;
const string BASE_PATH = "./res/";
double[] timing;
int count;
double getTime() {
return cast(double) SDL_GetPerformanceCounter() / SDL_GetPerformanceF... | D |
// c03ex15.d
import std.stdio;
void main()
{
int N, R4, R5;
write("Informe um valor numerico natural: ");
readf(" %s", &N);
R4 = N % 4;
R5 = N % 5;
if (R4 == 0 && R5 == 0)
writefln("\n%d\n", N);
else
writeln("\nValor nao e divisivel por 4 e 5.\n");
}
| D |
module android.java.android.media.AudioFormat_Builder;
public import android.java.android.media.AudioFormat_Builder_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!AudioFormat_Builder;
import import2 = android.java.java.lang.Class;
import import1 = android.java.android.media.AudioFormat_Builde... | D |
/Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/Bag.o : /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxCocoa/RxCocoa/Depreca... | D |
// REQUIRED_ARGS: -d
import core.stdc.math;
import core.vararg;
import std.math: rndtol;
import std.stream: File;
import std.string;
extern (C)
{
int printf(const char*, ...);
}
void test1()
{
int i;
bool[] b = new bool[10];
for (i = 0; i < 10; i++)
assert(b[i] == false);
typedef bool tbit = tr... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.