code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/Ntokozo/Documents/Libraries/RWPickFlavor/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Stream.o : /Users/Ntokozo/Documents/Libraries/RWPickFlavor/Pods/Alamofire/Source/Alamofire.swift /Users/Ntokozo/Documents/Libraries/RWPickFlavor/Pods/Alamofire/Source/Download.swift... | D |
// ************************************************************
// EXIT
// ************************************************************
INSTANCE DIA_Sengrath_EXIT(C_INFO)
{
npc = PAL_267_Sengrath;
nr = 999;
condition = DIA_Sengrath_EXIT_Condition;
information = DIA_Sengrath_EXIT_Info;
permanent =... | D |
module kssgs.shaderc.types;
enum shaderc_compilation_status {
shaderc_compilation_status_success = 0,
shaderc_compilation_status_invalid_stage = 1, // error stage deduction
shaderc_compilation_status_compilation_error = 2,
shaderc_compilation_status_internal_error = 3, // unexpected failure
shaderc_... | D |
module startup;
version(GNU)
{
static import gcc.attribute; // we need this to get the section, weak and alias attributes
void wfi(){ version(ALLOW_WFI){ asm{ "wfi"; } } }
}
else version(LDC)
{
import ldc.llvmasm;
void wfi(){ version(ALLOW_WFI){ __asm("wfi"); } }
}
import core.stdc.config; // we need th... | D |
void main(){
import std.stdio, std.string, std.conv, std.algorithm;
int h, w; rd(h, w);
auto s=new char[][](h, w);
foreach(i; 0..h) s[i]=readln.chomp.to!(char[]);
long f(int _h, int _w, char[][] _s){
long ret=0;
auto a=new int[](_w);
foreach(i; 0.._h){
int last=-1;
foreach(j; 0.._w){... | D |
prevent the occurrence of
turn from a straight course, fixed direction, or line of interest
turn aside and away from an initial or intended course
draw someone's attention away from something
impede the movement of (an opponent or a ball
| D |
instance STRF_1139_Addon_Sklave(Npc_Default)
{
name[0] = NAME_Addon_Sklave;
guild = GIL_STRF;
id = 1139;
voice = 3;
flags = 0;
npcType = NPCTYPE_BL_AMBIENT;
aivar[AIV_NoFightParker] = TRUE;
aivar[AIV_IgnoresArmor] = TRUE;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_COWARD;
B_CreateAmbientInv(... | D |
instance Org_831_Organisator(Npc_Default)
{
name[0] = NAME_Organisator;
npcType = npctype_ambient;
guild = GIL_ORG;
level = 4;
voice = 6;
id = 831;
attribute[ATR_STRENGTH] = 15;
attribute[ATR_DEXTERITY] = 15;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 88;
attribute... | D |
/**
* Windows API header module
*
* Translated from MinGW API for MS-Windows 3.10
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC core/sys/windows/_ole2ver.d)
*/
module core.sys.windows.ole2ver;
version (Windows):
// These are apparently not documented on th... | D |
module sendero.server.runtime.StackTrace;
import tango.core.Runtime;
version(Tango_0_99_7) import tango.io.FileConduit;
else import tango.io.device.FileConduit;
import tango.text.stream.LineIterator;
import tango.core.Array;
import Int = tango.text.convert.Integer;
debug import tango.io.Stdout;
version(linux) extern... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/WebSocket.build/Exports.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/websocket/Sources/WebSocket/WebSocketFrameSequence.swift /Users/panartem/Developer/Study/Microservices-vapor... | 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 |
instance DIA_Rupert_EXIT(C_Info)
{
npc = VLK_458_Rupert;
nr = 999;
condition = DIA_Rupert_EXIT_Condition;
information = DIA_Rupert_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Rupert_EXIT_Condition()
{
return TRUE;
};
func void DIA_Rupert_EXIT_Info()
{
AI_StopProcessInfos(self);
}... | D |
/Users/luoguochun/privt/proj/coding-blog/.demo/rust-lib/mini-redis/target/debug/deps/byteorder-3050cfe599dfc58a.rmeta: /Users/luoguochun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/byteorder-1.3.4/src/lib.rs
/Users/luoguochun/privt/proj/coding-blog/.demo/rust-lib/mini-redis/target/debug/deps/byteorder-305... | D |
/Users/laurin/Documents/School/fbxpollenfallen/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IBarLineScatterCandleBubbleChartDataSet.o : /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/laurin/Documents/School/fbxpo... | D |
/Users/seandorian/Code/Dictation\ manager/Build/Intermediates/Dictation\ manager.build/Debug/Dictation\ managerTests.build/Objects-normal/x86_64/DictationCommandParser.o : /Users/seandorian/Code/Dictation\ manager/Dictation\ managerTests/DictationCommandParser.swift /Users/seandorian/Code/Dictation\ manager/Dictation\ ... | D |
module java.lang.StringBuffer;
import java.lang.util;
import java.lang.exceptions;
import java.lang.String;
version(Tango){
static import tango.text.Text;
static import tango.text.convert.Utf;
} else { // Phobos
static import std.outbuffer;
static import std.utf;
}
class StringBuffer : ... | D |
/Users/mac/Desktop/23March/BEKApp-master/build/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/ToJSON.o : /Users/mac/Desktop/23March/BEKApp-master/Pods/ObjectMapper/Sources/FromJSON.swift /Users/mac/Desktop/23March/BEKApp-master/Pods/ObjectMapper/Sources/ToJSON.swift /Users/mac/Desktop/23March... | D |
/Users/davidsullivan/Desktop/Programing/Rust/renderer/renderer/target/release/deps/renderer-9b1366fda3988471: src/main.rs
/Users/davidsullivan/Desktop/Programing/Rust/renderer/renderer/target/release/deps/renderer-9b1366fda3988471.d: src/main.rs
src/main.rs:
| D |
instance PAL_253_Wache (Npc_Default)
{
// ------ NSC ------
name = NAME_Ritter;
guild = GIL_PAL;
id = 253;
voice = 9;
flags = NPC_FLAG_IMMORTAL; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_OCAMBIENT;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4); ... | D |
/Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/Service.build/Services/Service.swift.o : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/service.git--550781764474654065/Sources/Service/Services/ServiceID.swift /Users/jimallan/Downloads/starter/locat... | D |
rapid handwriting in which letters are set down in full and are cursively connected within words without lifting the writing implement from the paper
having successive letter joined together
| D |
/Users/darthjuda/Documents/snippets/swiftPackage/ovhAPI/DerivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/x86_64/CBCMAC.o : /Users/darthjuda/Documents/snippets/swiftPackage/ovhAPI/DerivedData/ovhAPI/SourcePackages/checkouts/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift /U... | D |
/**
Build settings definitions.
Copyright: © 2013-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 dub.compilers.buildsettings;
import dub.internal.vibecompat.inet.path;
import std.array : array;
import std.a... | D |
/**
* Индивидуал (субьект)
*/
module veda.onto.individual;
private
{
import std.stdio, std.typecons, std.conv, std.algorithm, std.exception : assumeUnique;
import veda.onto.resource, veda.core.common.context, veda.core.common.know_predicates, veda.core.util.utils;
import veda.util.container, veda.common.... | D |
/**
* Menu module.
*
* License:
* MIT. See LICENSE for full details.
*/
module tkd.widget.menu.menubar;
/**
* Imports.
*/
import tkd.element.uielement;
import tkd.window.window;
/**
* A menubar is the bar across the top of a window holding the menu items.
*
* Example:
* ---
* // Add a menu bar to a wi... | D |
module android.java.java.time.Clock;
public import android.java.java.time.Clock_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Clock;
import import0 = android.java.java.time.Clock;
import import4 = android.java.java.lang.Class;
| D |
short underpants for women or children (usually used in the plural)
| D |
* * * * * root /etc/jboss-as/jboss-up.sh > /tmp/jboss.cron | D |
instance BDT_1045_Bandit_L(Npc_Default)
{
name[0] = NAME_Bandit;
guild = GIL_BDT;
id = 1045;
voice = 1;
flags = 0;
npcType = NPCTYPE_AMBIENT;
aivar[AIV_EnemyOverride] = TRUE;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Bau_Mace);
B_CreateAmbientInv(self);
B_Set... | D |
/**
* HibernateD - Object-Relation Mapping for D programming language, with interface similar to Hibernate.
*
* Source file hibernated/dialects/sqlitedialect.d.
*
* This module contains implementation of SQLiteDialect class which provides implementation specific SQL syntax information.
*
* Copyright: Copyrigh... | D |
const int SPL_COST_DRAGONFIREBALL = 15;
const int SPL_DAMAGE_DRAGONFIREBALL = 410;
instance SPELL_DRAGONFIREBALL(C_Spell_Proto)
{
time_per_mana = 0;
damage_per_level = SPL_DAMAGE_DRAGONFIREBALL;
damagetype = DAM_FIRE;
};
func int spell_logic_dragonfireball(var int manaInvested)
{
if(Npc_GetActiveSpellIsScroll(s... | D |
/*
* Copyright Andrej Mitrovic 2013 - 2020.
* 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 dtk.dispatch;
import dtk.app;
import dtk.event;
import dtk.geometry;
import dtk.inte... | D |
/Users/raunak/Downloads/steve-jobs/target/rls/debug/deps/stacker-aa6ab57466fcf8cd.rmeta: /Users/raunak/.cargo/registry/src/github.com-1ecc6299db9ec823/stacker-0.1.13/src/lib.rs
/Users/raunak/Downloads/steve-jobs/target/rls/debug/deps/stacker-aa6ab57466fcf8cd.d: /Users/raunak/.cargo/registry/src/github.com-1ecc6299db9e... | D |
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Utilities/HTTPError.swift.o : /Users/work/Projects/Hello/.build/checkouts/http.git-9159899851620770205/Sources/HTTP/Utilities/RFC1123.swift /Users/work/Projects/Hello/.build/checkouts/http.git-9159899851620770205/Sources/HTTP/Message/URL+HTTP.s... | D |
module org.serviio.upnp.protocol.soap;
public import org.serviio.upnp.protocol.soap.InvocationError;
public import org.serviio.upnp.protocol.soap.OperationResult;
public import org.serviio.upnp.protocol.soap.ServiceInvocationException;
public import org.serviio.upnp.protocol.soap.ServiceInvoker;
public import or... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice15788.d(17): Error: none of the overloads of 'iota' are callable using argument types !()(S, S)
---
*/
import imports.range15788 : iota;
void iota() {}
struct S {}
void main()
{
S s;
iota(s, s);
}
| D |
/**
* License:
* Copyright © 2000 Compaq Computer Corporation, Inc.
* Copyright © 2002 Hewlett-Packard Company, Inc.
* Copyright © 2006 Intel Corporation
* Copyright © 2008 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation... | D |
instance PIR_1354_Addon_Henry(Npc_Default)
{
name[0] = "Henry";
guild = GIL_PIR;
id = 1354;
voice = 4;
flags = FALSE;
npcType = npctype_main;
aivar[AIV_NewsOverride] = TRUE;
B_SetAttributesToChapter(self,5);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_Krummschwert);
B_SetNpcVisual(self,MALE,"Hum_He... | D |
// Copyright © 2012, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/volt/license.d (BOOST ver. 1.0).
module volt.llvm.type;
import std.conv : to;
import lib.llvm.core;
import ir = volt.ir.ir;
import volt.ir.util;
import volt.errors;
import volt.llvm.constant;
import volt.llvm.interfaces;
st... | D |
/Users/nguyenvantu/Desktop/BaiTapBuoi3/tieuhoc5/Build/Intermediates/tieuhoc5.build/Debug-iphonesimulator/tieuhoc5.build/Objects-normal/x86_64/AppDelegate.o : /Users/nguyenvantu/Desktop/BaiTapBuoi3/tieuhoc5/tieuhoc5/ViewController.swift /Users/nguyenvantu/Desktop/BaiTapBuoi3/tieuhoc5/tieuhoc5/AppDelegate.swift /Applicat... | D |
module android.java.java.util.prefs.PreferencesFactory_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.util.prefs.Preferences_d_interface;
import import1 = android.java.jav... | D |
/*******************************************************************************
* Copyright (c) 2005, 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 |
module deadcode.gui.widgetlocation;
import deadcode.gui.widget : Widget;
enum RelativeLocation
{
topOf,
bottomOf,
leftIn,
rightIn,
above,
below,
leftOf,
rightOf,
inside,
}
enum WidgetPlacementResult
{
success,
placementInsideNotPossible,
}
/// The preferred location of a widget
st... | D |
module android.java.android.app.admin.DelegatedAdminReceiver;
public import android.java.android.app.admin.DelegatedAdminReceiver_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!DelegatedAdminReceiver;
import import3 = android.java.android.content.BroadcastReceiver_PendingResult;
import import... | D |
# FIXED
PROFILES/battservice.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Projects/ble/Profiles/Batt/CC26xx/battservice.c
PROFILES/battservice.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include/string.h
PROFILES/battservice.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include/linkage.h
PROFILES/b... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice11553.d(22): Error: recursive template expansion while looking for A!().A()
---
*/
template A(alias T)
{
template A()
{
alias A = T!();
}
}
template B()
{
alias B = A!(.B);
}
static if (A!B) {}
| D |
/++
Generic utilities.
$(BOOKTABLE Cheat Sheet,
$(TR $(TH Function Name) $(TH Description))
$(T2 swap, Swaps two values.)
$(T2 extMul, Extended unsigned multiplications.)
$(T2 min, Minimum value.)
$(T2 max, Maximum value.)
)
License: $(HTTP www.apache.org/licenses/LICENSE-2.0, Apache-2.0)
Authors: Ilya Yaroshenko, $(... | D |
module gfm.sdl2.renderer;
import std.string;
import derelict.sdl2.sdl;
import std.logger;
import gfm.core.text,
gfm.sdl2.sdl,
gfm.sdl2.window,
gfm.sdl2.texture,
gfm.sdl2.surface;
/// SDL Renderer wrapper.
final class SDL2Renderer
{
public
{
/// Creates a SDL renderer whi... | D |
/*
Copyright (c) 2020 Oleg Baharev, 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, di... | D |
/home/zbf/workspace/git/RTAP/target/debug/deps/rand_chacha-618ee358221377c2.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_chacha-0.1.1/src/lib.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_chacha-0.1.1/src/chacha.rs
/home/zbf/workspace/git/RTAP/target/debug... | D |
/**
* Documentation: https://dlang.org/phobos/dmd_strictvisitor.html
* Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/strictvisitor.d
*/
module dmd.strictvisitor;
import dmd.parsetimevisitor;
/** The StrictVisitor asserts 0 an all visiting functions in order to
* make sure that all t... | D |
import deimos.sndfile;
import std.exception, std.stdio, std.string : toStringz;
int main(string[] args)
{
if (args.length != 3)
{
stderr.writeln("usage: process <infile> <outfile>");
return 1;
}
SF_INFO info;
auto infile = enforce(sf_open(toStringz(args[1]), SFM_READ, &info));
... | D |
# FIXED
Startup/osal_icall_ble.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/examples/simple_peripheral/cc26xx/stack/osal_icall_ble.c
Startup/osal_icall_ble.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/inc/icall.h
Startup/osal_icall_ble.obj: D:/CCS7.0/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/incl... | D |
module battle.system.camera;
import dau.all;
import battle.battle;
import dau.graphics.camera;
private enum scrollSpeed = 700f;
class BattleCameraSystem : System!Battle {
this(Battle b) {
super(b);
}
override {
void update(float time, InputManager input) {
if (_autoScrollMode) {
auto mov... | D |
// ************************************************************
// PICK POCKET
// ************************************************************
INSTANCE DIA_Addon_BanditGuard_EXIT (C_INFO)
{
npc = BDT_1064_Bandit_L;
nr = 999;
condition = DIA_BanditGuard_EXIT_Condition;
information = DIA... | D |
module hunt.framework.routing.RouteGroup;
/**
*
*/
final class RouteGroup {
// type
enum string DEFAULT = "default";
enum string HOST = "host";
enum string PATH = "path";
string name;
string type;
string value;
override string toString() {
return "{" ~ name ~ ", " ~ type ... | D |
instance DJG_740_ToterDrachenjaeger (Npc_Default)
{
// ------ NSC ------
name = NAME_ToterDrachenjaeger;
guild = GIL_DJG;
id = 740;
voice = 6;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_AMBIENT;
// ------ Attribute ------
B_SetAttributesToChapter (self, 5); ... | D |
/*
Copyright (c) 2015-2018 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 |
/// Provides implementation of file operation with asynchronous IO.
module dpromise.utils.file;
import dpromise.promise;
import std.range.primitives, std.traits;
import std.file;
import deimos.libuv.uv, dpromise.internal.libuv;
/**
Writes $(D buffer) to file $(D path) with asynchronous IO.
Creates a new file if it ... | D |
module blog.stats.page;
import blog.database;
import blog.stats.stat;
/// called when a page is loaded, so that we can store its stats
void statPageLoad(string url)
{
// we want to increment the pageload counter by one
auto stats = statsQuery!(url)();
int loads;
if (stats.length == 0)
{
lo... | D |
module game.nurse.cache;
/* PhysicsCache (former name: StateManager) holds many states, and knows when
* to auto-save. Feed the StateManager with the current state all the time,
* feed to function autoSave(). That will nop often.
*/
import std.algorithm;
import std.range;
import std.string;
import std.typecons;
i... | D |
# FIXED
OSAL/osal.obj: C:/ti/simplelink_cc13x0_sdk_1_50_00_08/source/ti/blestack/osal/src/common/osal.c
OSAL/osal.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include/string.h
OSAL/osal.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include/linkage.h
OSAL/osal.obj: C:/ti/simplelink_cc13x0_sdk_1_50_00_0... | D |
module example.python.pydemo;
import example.python.PythonParser;
import tango.io.Stdout;
import tango.io.File;
alias char[] String;
alias PythonParserT!(char) PythonParser;
alias PythonParser.ASTNode ASTNode;
void main(char[][] args){
if(args.length == 1 || args[1].length == 0){
Stdout("Python Demo")... | 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 gfm.math.quaternion;
import std.math,
std.string;
import gfm.math.vector,
gfm.math.matrix,
funcs = gfm.math.funcs;
/// Quaternion implementation.
/// Holds a rotation + angle in a proper but wild space.
struct Quaternion(T)
{
public
{
union
{
Vector!(T,... | D |
/Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/build/Pods.build/Debug-iphonesimulator/Macaw.build/Objects-normal/x86_64/Common_iOS.o : /Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/Pods/Macaw/Source/export/MacawView+PDF.swift /Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/Pods/Macaw/Source/MCAMediaTimin... | D |
/**
Generic stream interface used by several stream-like classes.
Copyright: © 2012-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 vibe.core.stream;
import vibe.utils.memory : FreeListRef;
import core.time;... | D |
module godot.particles;
import std.meta : AliasSeq, staticIndexOf;
import std.traits : Unqual;
import godot.d.meta;
import godot.core;
import godot.c;
import godot.object;
import godot.classdb;
import godot.geometryinstance;
import godot.material;
import godot.mesh;
@GodotBaseClass struct Particles
{
static immutable ... | D |
/Users/macbook/Desktop/BookFarm/build/Pods.build/Debug-iphonesimulator/YPImagePicker.build/Objects-normal/x86_64/YPVideoCaptureVC.o : /Users/macbook/Desktop/BookFarm/Pods/YPImagePicker/Source/Pages/Photo/YPCameraVC.swift /Users/macbook/Desktop/BookFarm/Pods/YPImagePicker/Source/Pages/Video/YPVideoCaptureVC.swift /Users... | D |
/*
File: FilteringIterator.d
Originally written by Doug Lea and released into the public domain.
Thanks for the assistance and support of Sun Microsystems Labs, Agorics
Inc, Loral, and everyone contributing, testing, and using this code.
History:
Date Who What
22Oct95 dl@cs.oswe... | D |
module dab.controller.index;
import dab.util;
import dab.mvc;
class Index : Controller {
override char[] execute(ref ExecInfo ei) {
ei.setContentType("text/html");
if (ei.request.getInt("count") > 0) {
return "dab.view.result.DTemplate";
}
return "dab.view.index.DTempla... | D |
//-----------------------------------------------------------------------------
// wxD - DataFormat.d
// (C) 2005 bero <berobero@users.sourceforge.net>
// based on
// wx.NET - DataFormat.cs
//
/// The wxDataFormat wrapper class
//
// Licensed under the wxWidgets license, see LICENSE.txt for details.
//
// $Id: DataForm... | D |
/**
Defines the behavior of the DUB command line client.
Copyright: © 2012-2013 Matthias Dondorff, Copyright © 2012-2014 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Matthias Dondorff, Sönke Ludwig
*/
module dub.commandline;
import dub.compil... | D |
// Written in the D programming language.
/**
This module is DML (DlangUI Markup Language) parser - similar to QML in QtQuick
Synopsis:
----
Widget layout = parseML(q{
VerticalLayout {
TextWidget { text: "Some label" }
TextLine { id: editor; text: "Some text to edit" }
Button { id: btnOk... | D |
/++
This module contains simple numeric algorithms.
License: $(HTTP www.apache.org/licenses/LICENSE-2.0, Apache-2.0)
Authors: Ilia Ki
Copyright: 2020 Ilia Ki, Kaleidic Associates Advisory Limited, Symmetry Investments
Sponsors: This work has been sponsored by $(SUBREF http://symmetryinvestments.com, Symmetry Investment... | D |
module example;
import enet.enet;
import core.thread;
import core.memory;
import tango.core.sync.Mutex;
import tango.io.Stdout;
import tango.io.Console;
import tango.text.convert.Format;
import tango.io.stream.Lines;
__gshared bool Quit = false;
__gshared Mutex MainMutex;
__gshared const(char)[][] Messages;
ENetPe... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 2015-2021 by The D Language Foundation, All Rights Reserved
* Authors: Rainer Schuetze
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(... | D |
instance NASZ_132_Lowca (Npc_Default)
{
// ------ NPC ------
name = "Łowca orków";
guild = GIL_DJG;
id = 132;
voice = 11;
flags = 2; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_MAIN;
aivar[AIV_IgnoresArmor] = TRUE;
// ------ Atrybuty ------
B_SetAttributesToChapter (self, 4); ... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/Routing.build/Utilities/RoutingError.swift.o : /Users/mu/Hello/.build/checkouts/routing/Sources/Routing/Utilities/Deprecated.swift /Users/mu/Hello/.build/checkouts/routing/Sources/Routing/Routing/RouterNode.swift /Users/mu/Hello/.build/checkouts/routing/Sources/Routing/R... | D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/HTTP.build/Responder/HTTPClientProtocolUpgrader.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkou... | D |
/**
* Droits d’auteur: Enalye
* Licence: Zlib
* Auteur: Enalye
*/
module grimoire.compiler.type;
import std.conv : to;
import std.exception : enforce;
import grimoire.runtime;
import grimoire.assembly;
import grimoire.compiler.mangle;
import grimoire.compiler.data;
import grimoire.compiler.constraint;
/// Repré... | 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 gradient_rect;
import dgui.all;
class MainForm: Form
{
public this()
{
this.text = "GDI: Gradient Fill Rect";
this.size = Size(400, 200);
... | D |
life after death
the time yet to come
in a subsequent part of this document or statement or matter etc.
in a future life or state
following this in time or order or place
| D |
import std.stdio;
import std.string;
import std.conv;
void main() {
string input = readln();
char a = input[0];
char b = input[1];
if(a == '9' || b == '9') {
"Yes".writeln;
} else {
"No".writeln;
}
}
| D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtNfc module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensee... | D |
instance DIA_Valentino_EXIT(DIA_Proto_End)
{
npc = VLK_421_Valentino;
};
// Почта Хориниса ==============================================================
instance DIA_Valentino_RingFromHalvor(C_INFO)
{
npc = VLK_421_Valentino; nr = 20;
condition = DIA_Valentino_RingFromHalvor_cond;
information = DIA_Valentino_... | D |
module served.linters.dub;
import core.thread;
import painlessjson;
import served.extension;
import served.linters.diagnosticmanager;
import served.types;
import std.algorithm;
import std.array;
import std.file;
import std.json;
import std.path;
import std.process;
import std.stdio;
import std.string;
import works... | D |
instance GRD_276_BRUECKENWACHE(NPC_DEFAULT)
{
name[0] = NAME_BRUECKENWACHE;
npctype = NPCTYPE_OW_GUARD;
guild = GIL_GRD;
level = 10;
voice = 7;
id = 276;
attribute[ATR_STRENGTH] = 35;
attribute[ATR_DEXTERITY] = 35;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 160;
at... | D |
.hd t$trac "trace routine for Ratfor programs" 03/25/82
subroutine t$trac (mode, name)
integer mode
integer name (ARB)
.sp
Library: vswtlb (standard Subsystem library)
.fs
'T$trac' is called from traced Ratfor programs (those processed
with the "-t" option).
Calls to 't$trac' are planted in the Fortran output of Ratfo... | D |
// options: -I/home/tgehr/.dvm/compilers/dmd-2.070.0/src/phobos/
// // TODO: currently dependent on my own setup. fix this.
// import std.algorithm; // TODO
(int)delegate(int) k;
pragma(msg, typeof(k));
| D |
instance CS_Eskorte6(Npc_Default)
{
name[0] = "Stráž";
slot = "Strážce";
guild = GIL_GRD;
level = 5;
flags = 0;
voice = 11;
id = 3028;
attribute[ATR_STRENGTH] = 13;
attribute[ATR_DEXTERITY] = 9;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 26;
attribute[ATR_HITPOINTS... | D |
module gfm.enet.enet;
import derelict.enet.enet;
import derelict.util.exception;
import std.logger;
/// General ENet exception thrown for all cases.
final class ENetException : Exception
{
this(string msg)
{
super(msg);
}
}
/// Owns the loader, logging, keyboard state...
/// This object is passe... | D |
//#############################################
//##
//## Dracheninsel
//##
//############################################
instance VLK_449_Lares_DI (Npc_Default)
{
// ------ NSC ------
name = "Lares";
guild = GIL_NONE;
id = 4490;
voice = 9; //Joly: hat zu viel mit Diego zu tun, als dass man ihm Diegos ... | D |
module android.java.java.lang.ThreadDeath_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.io.PrintStream_d_interface;
import import4 = android.java.java.lang.Class_d_interf... | D |
module antlr.runtime.tests.lexer_t005;
import antlr.runtime.Lexer;
import antlr.runtime.CharStream;
import antlr.runtime.Token;
import antlr.runtime.CommonToken;
import antlr.runtime.ANTLRStringStream;
import antlr.runtime.MismatchedTokenException;
import antlr.runtime.RecognitionException;
import tango.io.Stdout;
i... | D |
/Users/stephan/Desktop/Swift\ 2019/CoreDataNew/DerivedData/CoreDataNew/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/CoreDataNew.build/Debug-iphonesimulator/CoreDataNew.build/Objects-normal/x86_64/TableViewCell.o : /Users/stephan/Desktop/Swift\ 2019/CoreDataNew/CoreDataNew/AnimatedCard.swift /Users/st... | D |
module unit.bijectiveb26;
import unit_threaded;
import intervis.bijectiveb26;
@("Incrementing a BijectiveB26 object yields the next single-digit value")
unittest {
import std.conv : to;
auto vals = "BCDEFGHIJKLMNOPQRSTUVWXYZ";
auto b = BijectiveB26("A");
for (auto i = 0; i < vals.length - 1; ++i) {
... | D |
build/Release/MinGW-Windows/main.o: main.cpp main.h \
C:/wxWidgets/include/wx/wx.h C:/wxWidgets/include/wx/defs.h \
C:/wxWidgets/include/wx/platform.h C:/wxWidgets/include/wx/compiler.h \
C:/wxWidgets/lib/gcc_lib/mswu/wx/setup.h \
C:/wxWidgets/include/wx/msw/libraries.h \
C:/wxWidgets/include/wx/msw/gccpriv.h... | D |
/*
* Copyright (C) 2017 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 app... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.