code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
draw air into, and expel out of, the lungs
be alive
impart as if by breathing
allow the passage of air through
utter or tell
manifest or evince
take a short break from one's activities in order to relax
reach full flavor by absorbing air and being let to stand after having been uncorked
expel (gases or odors)
uttered w... | D |
// REQUIRED_ARGS: -w
// https://issues.dlang.org/show_bug.cgi?id=4375: Dangling else
/*
TEST_OUTPUT:
---
fail_compilation/fail4375p.d(19): Warning: else is dangling, add { } after condition at fail_compilation/fail4375p.d(12)
fail_compilation/fail4375p.d(16): Error: undefined identifier `x`
---
*/
void main() {
if... | D |
/home/reza/projects/blockchain/near/text/contract/target/release/build/serde-4bf330b79566876c/build_script_build-4bf330b79566876c: /home/reza/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.114/build.rs
/home/reza/projects/blockchain/near/text/contract/target/release/build/serde-4bf330b79566876c/build_script... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/FluentProvider.build/Objects-normal/x86_64/FilterableKey.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/fluent-provider.git-1502561075136423204/Sources/FluentProvider/Node+Row+JSON.swift /Users/cansoykarafakili/Desktop/Hello/.build/... | D |
/**************************************************************
* diagonal matrix
*************************************************************/
module sekitk.qvm.impl.band1;
import sekitk.qvm.common: TypeOfSize, MajorOrder;
/+
mixin template Band1(T, real Thresold, TypeOfSize Size, MajorOrder MatOdr)
if(Size > 1u){... | D |
/Users/Lorenzo/Desktop/EO18_2/Build/Intermediates/Pods.build/Debug-iphonesimulator/MapboxNavigation.build/Objects-normal/x86_64/ManeuverDirection.o : /Users/Lorenzo/Desktop/EO18_2/Pods/MapboxNavigation/MapboxNavigation/ImageDownload.swift /Users/Lorenzo/Desktop/EO18_2/Pods/MapboxNavigation/MapboxNavigation/GenericRoute... | D |
module android.java.android.widget.TextView_OnEditorActionListener_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.android.widget.TextView_d_interface;
import import1 = android.... | D |
/Users/admin/Documents/Being\ developed/CubManager/DerivedData/CubManager/Build/Intermediates.noindex/CubManager.build/Debug-iphonesimulator/CubManager.build/Objects-normal/x86_64/AppDelegate.o : /Users/admin/Documents/Being\ developed/CubManager/CubManager/SceneDelegate.swift /Users/admin/Documents/Being\ developed/Cu... | D |
module tinyredis.parser;
/**
* Authors: Adil Baig, adil.baig@aidezigns.com
*/
private:
import std.conv : to;
public :
import tinyredis.response;
/**
* Parse a byte stream into a Response struct.
*
* The parser works to identify a minimum complete Response. If successful, it removes... | D |
//ketmar: Adam didn't wrote this, don't blame him!
module arsd.targa;
import arsd.color;
import std.stdio : File; // sorry
static if (__traits(compiles, { import iv.vfs; })) enum ArsdTargaHasIVVFS = true; else enum ArsdTargaHasIVVFS = false;
static if (ArsdTargaHasIVVFS) import iv.vfs;
// //////////////////////////... | D |
/Users/dmitriikalashnikov/HKDataExport/Build/Intermediates/HKDataExport.build/Debug-iphonesimulator/HKDataExport.build/Objects-normal/x86_64/HKServiceImp.o : /Users/dmitriikalashnikov/HKDataExport/HKDataExport/HKService/Service/HKService.swift /Users/dmitriikalashnikov/HKDataExport/HKDataExport/HKService/Service/Storag... | D |
module kernel.layer1.ramfs.def;
__gshared:
nothrow:
struct BootRecord // At cluster 0 of the FAT file system
{
align(1):
public:
nothrow:
uint root_dir_cluster; // Cluster of the root directory
uint fat_size_clusters; // # of clusters the FAT takes up
uint cluster_size; // Cluster size in bytes
uint file_sy... | D |
module hubtel.merchant;
import hubtel.config: Config;
struct MobileMoney
{
enum TransactionType {send, receive}
private Config config;
auto send(string paymentInformation)
{
return this.makeTransaction(paymentInformation, TransactionType.send);
}
auto receive(string paymentInformation)
{
... | 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_1_agm-36715271... | D |
void main() { runSolver(); }
void problem() {
auto T = scan!int;
auto subSolve() {
auto N = scan!int;
auto A = scan!int(N);
writeln(A.count!"a % 2 == 1");
}
auto solve() {
foreach(_; 0..T) subSolve();
}
outputForAtCoder(&solve);
}
// ----------------------------------------------
impo... | D |
a temporally organized plan for matters to be attended to
a list of matters to be taken up (as at a meeting)
| D |
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Vapor.build/View/Vapor+View.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/vapor/Sources/Vapor... | D |
/Users/thomaslacan/git/MyJogs-vapor/.build/x86_64-apple-macosx10.10/debug/Async.build/Future+Flatten.swift.o : /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/core.git-8311783259025539290/Sources/Async/Async+NIO.swift /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/core.git-8311783259025539290/Sources/Async/F... | D |
module deimos.cef3.process_message;
// Copyright (c) 2012 Marshall A. Greenblatt. 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 abo... | D |
instance DJG_705_ANGAR_LI(Npc_Default)
{
name[0] = "Angar";
guild = GIL_DJG;
id = 8050;
voice = 4;
flags = 0;
npcType = NPCTYPE_FRIEND;
aivar[93] = TRUE;
aivar[AIV_PARTYMEMBER] = TRUE;
B_SetAttributesToChapter(self,6);
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,ANGAR_SCHWERT);
CreateInvItems(self,ItPo... | D |
program array_assign();
var a: array [12..1] of integer;
begin
a[1] := 42
end.
| D |
//****************************
// ENTER_DI_FIRSTTIME_TRIGGER
//****************************
var int EnterDI_Kapitel6;
func void ENTER_DI_FIRSTTIME_TRIGGER ()
{
//----- Levelchange verbarrikadieren --------
if (Npc_HasItems (hero,ITKE_SHIP_LEVELCHANGE_MIS))
{
Npc_RemoveInvItems (hero, ITKE_SHIP_LEVELCHANGE_MIS,1... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_lmwksta.d)
*/
module core.sys.windows.lmwksta;
version (Windows):
@system:
pragma(lib, "netapi32");
import core.sy... | D |
instance STT_324_Balam(Npc_Default)
{
name[0] = "Балам";
npcType = npctype_ambient;
guild = GIL_VLK;
level = 3;
voice = 4;
id = 324;
attribute[ATR_STRENGTH] = 35;
attribute[ATR_DEXTERITY] = 15;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 100;
attribute[ATR_HITPOINTS... | D |
/Users/sakaguchishinichi/notification/PandaNotif/Build/Intermediates/PandaNotif.build/Debug-iphonesimulator/PandaNotif.build/Objects-normal/i386/PNDAlarmEntity.o : /Users/sakaguchishinichi/notification/PandaNotif/PandaNotif/PNDAlarmTableViewManager.swift /Users/sakaguchishinichi/notification/PandaNotif/PandaNotif/PNDAl... | 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_12_BeT-5177751... | D |
/Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ObservableType.o : /Users/bill/Documents/ios_projects/Swift/ReferenceApps/RxDataSource_CollectionViewTest/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bi... | D |
module armstrong_numbers;
import std.conv : to;
import std.range : walkLength;
import std.algorithm : map, sum;
bool isArmstrongNumber(uint number)
{
auto digits = number.to!string
.map!(c => c - '0');
auto numDigits = digits.walkLength;
return number == digits.map!(d => d ^^ numDigits).sum;
}
un... | D |
/**
* Defines template mixins for defining properties in classes.
*
* Authors: Colden Cullen, ColdenCullen@gmail.com
*/
module core.properties;
public import std.traits;
import std.array;
enum AccessModifier : string
{
Public = "public",
Protected = "protected",
Private = "private",
}
/**
* Generates a gett... | D |
// Issue 23676 - Static foreach hangs compilation for some time
// https://issues.dlang.org/show_bug.cgi?id=23676
void f()
{
int i;
void g(int I)()
{
static foreach(j; 0..11)
{
i++;
g!j();
}
}
g!0;
}
| D |
/Users/adelkhaziakhmetov/Documents/XCODE/ViewChaining4.2/build/ViewChaining.build/Debug-iphonesimulator/ViewChaining.build/Objects-normal/x86_64/UINavigationController+Chaining.o : /Users/adelkhaziakhmetov/Documents/XCODE/ViewChaining4.2/ViewChaining/UIChaining/UITextField+Chaining.swift /Users/adelkhaziakhmetov/Docume... | D |
/*
This file is part of BioD.
Copyright (C) 2012-2014 Artem Tarasov <lomereiter@gmail.com>
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 wit... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail11751.d(10): Error: missing exponent
fail_compilation/fail11751.d(10): Error: semicolon expected following auto declaration, not `ABC`
fail_compilation/fail11751.d(10): Error: no identifier for declarator `ABC`
---
*/
auto x = 0x1.FFFFFFFFFFFFFpABC;
| D |
/home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/QuickAna/obj/inc_IAnaTool.o /home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/QuickAna/obj/inc_IAnaTool.d : /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.3.45/QuickAna/test/inc_IAnaTool.cxx /cvmfs/atlas.cern.ch/repo/... | 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, a... | D |
module wasm_reader.reader;
import wasm_reader.leb;
import std.typecons;
import std.meta;
import std.traits;
import std.range;
import std.algorithm : copy;
version(unittest) {
import unit_threaded;
}
struct encoding(T) { }
struct condition(string cond) { }
struct length(alias field) { }
struct positionMark(string n... | D |
void main() {
problem();
}
void problem() {
auto T = scan!long;
auto S = scan!string(T);
void solve() {
enum BASE = "atcoder";
foreach(s; S) {
const size = min(s.length, BASE.length);
long ans;
long same;
foreach(i; 0..size) {
if (s[i] > BASE[i]) {
writeln(an... | D |
import gargula;
enum GameConfig gameConfig = {
title: "keyboard input",
// Default FPS drawn on debug builds is on top of text, so disable it
showDebugFPS: false,
};
alias Game = GameTemplate!(gameConfig);
struct Ball
{
mixin Node;
// Ball position, to be updated
Vector2 position;
// `up... | D |
# FIXED
driverlib/clapromcrc.obj: C:/Users/a0221343/Git/bootROM/f28004x_bootrom/F28004x_ROM_dev_PG2.0/F28004x_ROM/driverlib/clapromcrc.c
driverlib/clapromcrc.obj: C:/Users/a0221343/Git/bootROM/f28004x_bootrom/F28004x_ROM_dev_PG2.0/F28004x_ROM/driverlib/clapromcrc.h
driverlib/clapromcrc.obj: C:/ti/ccsv6/tools/compiler/... | D |
// ComboBoxText example #4 - add Entry item to drop-down list
import std.stdio;
import gtk.MainWindow;
import gtk.Main;
import gtk.Box;
import gtk.Widget;
import gtk.ComboBoxText;
import gtk.Entry; // because we have an Entry in this ComboBoxText
import gtk.Bin; // needed for getChild() to retrieve the Entry and, fro... | D |
module stm32f3discovery.rcc;
version (ARM_Thumb) :
@nogc:
nothrow:
pragma(LDC_no_moduleinfo);
pragma(LDC_no_typeinfo);
/**
* Rcc
*/
__gshared Rcc* RCC = cast(Rcc*) 0x40021000; // Start address of the RCC register
enum uint RCC_AHBENR_IOPEEN = 1 << 21; // IOPCEN bit mask
struct Rcc
{
uint cr;
uint cfgr... | D |
/home/darya/Documents/exonum/examples/timestamping/backend/target/release/deps/libunsafe_any-032471b0b3b9155f.rlib: /home/darya/.cargo/registry/src/github.com-1ecc6299db9ec823/unsafe-any-0.4.2/src/lib.rs
/home/darya/Documents/exonum/examples/timestamping/backend/target/release/deps/unsafe_any-032471b0b3b9155f.d: /home... | D |
instance DJG_705_Angar_DI(Npc_Default)
{
name[0] = "Angar";
guild = GIL_DJG;
id = 70500;
voice = 4;
flags = 0;
npcType = NPCTYPE_FRIEND;
aivar[93] = TRUE;
aivar[AIV_PARTYMEMBER] = TRUE;
B_SetAttributesToChapter(self,6);
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,ANGAR_SCHWERT);
CreateInvItems(self,ItP... | D |
module dmagick.c.magickModule;
import core.stdc.stdio;
import core.stdc.time;
import dmagick.c.exception;
import dmagick.c.image;
import dmagick.c.magickType;
import dmagick.c.magickVersion;
extern(C)
{
enum MagickModuleType
{
MagickImageCoderModule,
MagickImageFilterModule
}
struct ModuleInfo
{
char*
... | D |
// Написано на языке программирования Динрус. Разработчик Виталий Кулич.
module std.file;
//public import rt.console;
private import cidrus, exception:ФайлИскл, СисОш;
private import std.path;
private import std.string;
private import std.regexp;
private import runtime;
/* =========================... | D |
/home/thorin/Documents/LFD/Myrust/chap7/target/debug/deps/chap7-a97791b979e016ca: src/main.rs
/home/thorin/Documents/LFD/Myrust/chap7/target/debug/deps/chap7-a97791b979e016ca.d: src/main.rs
src/main.rs:
| D |
/Users/smailov/NFT/newtry/create-near-app/smailov/contract/target/debug/build/wee_alloc-340b5b8b107c691c/build_script_build-340b5b8b107c691c: /Users/smailov/.cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.5/build.rs
/Users/smailov/NFT/newtry/create-near-app/smailov/contract/target/debug/build/wee_alloc-3... | D |
// Alle Buddler in der alten Mine machen ihren normalen TA
FUNC VOID B_OM_ARBEIT()
{
B_StartOtherRoutine (Mod_1474_BUD_Buddler_OM, "START");
B_StartOtherRoutine (Mod_1475_BUD_Buddler_OM, "START");
B_StartOtherRoutine (Mod_1476_BUD_Buddler_OM, "START");
B_StartOtherRoutine (Mod_1477_BUD_Buddler_OM, "START");
B_Sta... | D |
/Users/octoberhammer/Developer/MotoYard/Build/Intermediates/MotoYard.build/Debug-iphonesimulator/MotoYard.build/Objects-normal/x86_64/Categories.o : /Users/octoberhammer/Developer/MotoYard/MotoYard/initialTableViewTableViewController.swift /Users/octoberhammer/Developer/MotoYard/MotoYard/ViewController.swift /Users/oct... | D |
/Volumes/Data/Techmaster-lessons/Tabbar-Nav/Source/NavController-TabbarController/build/NavController-TabbarController.build/Debug-iphonesimulator/NavController-TabbarController.build/Objects-normal/x86_64/SignUpViewController.o : /Volumes/Data/Techmaster-lessons/Tabbar-Nav/Source/NavController-TabbarController/NavCont... | D |
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/NIOWebSocket.build/Objects-normal/x86_64/WebSocketUpgrader.o : /Users/petercernak/vapor/TILApp/.build/checkouts/swift-nio.git--2128188973977302459/Sources/NIOWebSocket/SHA1.swift /Users/petercernak/vapor/TILApp/.build/checkouts/swift-nio.git... | D |
import arsd.cgi;
import controllers.wikicontroller;
import views.showpageview;
import models.wikipagemodel;
class ShowPageController: WikiController{
public:
this (Cgi cgi, string pageName){
_pageName = pageName;
_showPageView = new ShowPageView(cgi);
super(cgi);
}
override void... | D |
===================================================================================================
eigensolver of the Dirac operator(Weyl fermion) on the twister-like lattice space
Nt : 3
Ns : 2
Lattice spacing a : 11.00
Lattice spacing b : 3.00
constant value of t2 : 1.00
==================... | D |
instance Mod_7174_DEM_Randolph_NW (Npc_Default)
{
// ------ NSC ------
name = "Halbinfernalischer Randolph";
guild = GIL_DMT;
id = 7174;
voice = 0;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
level = 60;
attribute[ATR_STRENGTH] = 300;
attribute[ATR_HITPOINTS... | D |
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 Devisualization (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 ... | D |
/Users/seijiro/work/rust/20191110/201912/webapi/target/debug/deps/termcolor-8ee6053080b3bc4d.rmeta: /Users/seijiro/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.0.5/src/lib.rs
/Users/seijiro/work/rust/20191110/201912/webapi/target/debug/deps/libtermcolor-8ee6053080b3bc4d.rlib: /Users/seijiro/.cargo/regis... | D |
/**
Efficient generic management of large numbers of timers.
*/
module eventcore.drivers.timer;
import eventcore.driver;
final class LoopTimeoutTimerDriver : EventDriverTimers {
import std.experimental.allocator.building_blocks.free_list;
import std.experimental.allocator.building_blocks.region;
import std.exper... | D |
/***********************************************************************\
* ole2.d *
* *
* Windows API header module *
* ... | D |
module pixelperfectengine.audio.base.handler;
/*
* Copyright (C) 2015-2021, by Laszlo Szeremi under the Boost license.
*
* Pixel Perfect Engine, audio.base.handler module.
*/
import core.thread;
import core.time;
import std.conv : to;
import std.string : fromStringz;
import std.bitmanip : bitfields;
import pixe... | D |
ice cream served with a topping
| D |
module android.java.java.time.format.TextStyle_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.time.format.TextStyle_d_interface;
import import2 = android.java.java.lang.Cl... | D |
/*******************************************************************************
* Copyright (c) 2000, 2007 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) 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
* notic... | D |
/Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/Command.build/Group/CommandGroup.swift.o : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/console.git-8669534691655913401/Sources/Command/Command/Command.swift /Users/jimallan/Downloads/starter/locati... | D |
module d.object;
import d.ir.symbol;
import d.context.name;
final class ObjectReference {
private Module object;
this(Module object) {
this.object = object;
}
auto getSizeT() {
return cast(TypeAlias) object.dscope.resolve(BuiltinName!"size_t");
}
auto getObject() {
return cast(Class) object.dscope.... | D |
<!DOCTYPE html>
<html>
<!-- Mirrored from www.cognitiveclouds.com/css/fonts/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 ... | 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 ... | D |
/**
* Defines a package and module.
*
* Specification: $(LINK2 https://dlang.org/spec/module.html, Modules)
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://www.boost... | D |
module mangareader.resources;
const string directoryBackground = "res/books.jpg"; | D |
/Users/Lorenzo/Desktop/EO18_2/Build/Intermediates/Pods.build/Debug-iphonesimulator/MapboxDirections.swift.build/Objects-normal/x86_64/MBLaneIndicationComponent.o : /Users/Lorenzo/Desktop/EO18_2/Pods/MapboxDirections.swift/MapboxDirections/MBComponentRepresentable.swift /Users/Lorenzo/Desktop/EO18_2/Pods/MapboxDirection... | D |
module audio.jack;
import nogc.exception : enforce;
import jack.c.types : jack_nframes_t, JackTransportState, _jack_position, JackOptions,
JackStatus, JackPortFlags, JACK_DEFAULT_AUDIO_TYPE;
import jack.client : JackClient;
import mixer;
version (Posix) import core.sys.posix.pthread : pthread_s... | D |
#!/usr/bin/env dub
/+ dub.sdl:
name "example"
dependency "d-unit" version=">=0.8.0"
dependency "unit-threaded" version=">=0.6.35"
+/
// Copyright Mario Kröplin 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boo... | D |
/Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/AFError.o : /Users/haruna/Documents/iOSdev/flix_1/Pods/Alamofire/Source/MultipartFormData.swift /Users/haruna/Documents/iOSdev/flix_1/Pods/Alamofire/Source/Timeline.swift /Users/haruna/Docume... | D |
/home/yneversky/ynwork/SCUOS_LAB/SCUOS_Lab1/os/target/debug/deps/rustc_version-cde4fcbb167ef0fa.rmeta: /home/yneversky/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc_version-0.2.3/src/lib.rs /home/yneversky/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc_version-0.2.3/src/errors.rs
/home... | D |
/Users/ofirkariv/Desktop/School/160418/Final_Project/Build/Intermediates.noindex/Final_Project.build/Debug-iphonesimulator/Final_Project.build/Objects-normal/x86_64/ExerciseViewController.o : /Users/ofirkariv/Desktop/School/160418/Final_Project/Final_Project/Controller/MapVC.swift /Users/ofirkariv/Desktop/School/160418... | D |
// Written in the D programming language.
/**
Source: $(PHOBOSSRC std/logger/multilogger.d)
*/
module std.logger.multilogger;
import std.logger.core;
import std.logger.filelogger;
/** This Element is stored inside the `MultiLogger` and associates a
`Logger` to a `string`.
*/
struct MultiLoggerEntry
{
string name;... | D |
// grammar.d
//
// Copyright Peter Williams 2013 <pwil3058@bigpond.net.au>.
//
// 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 grammar;
import std.string;
import std.regex;
import std.stdio;
... | D |
void test12523(inout(int))
{
void check(T)()
{
T[] a;
foreach (ref e; a)
static assert(is(typeof(e) == T));
}
check!(int)();
check!(inout(int))();
check!(inout(const(int)))();
check!(const(int))();
check!(immutable(int))();
}
| 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 |
// Display SVG
import std.stdio;
import gtk.MainWindow;
import gtk.Main;
import gtk.Box;
import gtk.Widget;
import cairo.Context;
import gtk.DrawingArea;
import cairo.Surface;
import gdk.Pixbuf;
import gdk.Cairo;
void main(string[] args)
{
TestRigWindow testRigWindow;
Main.init(args);
testRigWindow = new T... | D |
/*
* This file generated automatically from xfixes.xml by d_client.py.
* Edit at your peril.
*/
/**
* @defgroup XCB_XFixes_API XCB XFixes API
* @brief XFixes XCB Protocol Implementation.
* @{
**/
module std.c.xcb.xfixes;
import std.c.xcb.xcb;
import std.c.xcb.xproto;
import std.c.xcb.render;
import std.c.xcb.... | D |
/Users/thendral/POC/vapor/Friends/.build/debug/TurnstileCrypto.build/URandom.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/BCrypt.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/TurnstileCrypto/Random.swift /Users/thendral/POC/vapor/Friends/Package... | D |
/Users/danielmorales/CSUMB/iOS/Tumblr/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Result.o : /Users/danielmorales/CSUMB/iOS/Tumblr/Pods/Alamofire/Source/MultipartFormData.swift /Users/danielmorales/CSUMB/iOS/Tumblr/Pods/Alamofire/Source/Timeline.swift /Users/danielmorales/CSUMB/iOS/Tumb... | D |
web-footed long-necked typically gregarious migratory aquatic birds usually larger and less aquatic than ducks
a man who is a stupid incompetent fool
flesh of a goose (domestic or wild)
| D |
# FIXED
OSAL/osal_snv_wrapper.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/mcu/cc26xx/osal_snv_wrapper.c
OSAL/osal_snv_wrapper.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/osal_snv.h
OSAL/osal_snv_wrapper.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/ta... | D |
import deck;
import std.stdio;
void main() {
Deck deck = new Deck();
deck.shuffle();
//begin patience sorting
Card[][] piles;
//sort the deck into different piles
for(int i = 0; i < 52; ++i) {
Card currentCard = deck.deal();
//initial case
if(piles.length == 0)
piles~=[currentCard];
i... | D |
/*
* Copyright (C) 2015 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 |
module dwt.internal.mozilla.nsIHelperAppLauncher;
private import dwt.internal.mozilla.Common;
private import dwt.internal.mozilla.nsID;
private import dwt.internal.mozilla.nsISupports;
private import dwt.internal.mozilla.nsIURI;
private import dwt.internal.mozilla.nsIMIMEInfo;
private import dwt.internal.mozill... | D |
import std.math, std.stdio;
void main() {
const int N = 10;
// xs is a rectangular array since its static (and not dynamic)
bool[N][N] xs;
for(int i = 0; i < N; i++) {
for(int j = 0; j < N; j++) {
if (i == 0 && j == 0) {
xs[i][j] = false;
} else if (gcd(i... | D |
instance DIA_PAL_9_EXIT(C_INFO)
{
nr = 999;
condition = dia_pal_9_exit_condition;
information = dia_pal_9_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_pal_9_exit_condition()
{
return TRUE;
};
func void dia_pal_9_exit_info()
{
AI_StopProcessInfos(self);
};
instance DIA_PAL_9_JOIN(... | D |
/Users/yingyuhang/Desktop/学习/Rust-numerical-library/Numerical-Lib/target/debug/build/packed_simd-1ba833840f1b905b/build_script_build-1ba833840f1b905b: /Users/yingyuhang/.cargo/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.3/build.rs
/Users/yingyuhang/Desktop/学习/Rust-numerical-library/Numerical-Lib/target/de... | D |
module ui.parse.css.border_color;
/+
https://developer.mozilla.org/en-US/docs/Web/CSS/border-color
/* <color> values */
border-color: red;
/* top and bottom | left and right */
border-color: red #f015ca;
/* top | left and right | bottom */
border-color: red rgb(240,30,50,.7) green;
/* top | right | bottom | left *... | D |
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Console.build/Deprecated.swift.o : /Users/nice/HelloWord/.build/checkouts/console.git-2755603573940926646/Sources/Console/Terminal/ANSI.swift /Users/nice/HelloWord/.build/checkouts/console.git-2755603573940926646/Sources/Console/Deprecated.swift /Users/nice/He... | D |
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/CombineLatest+arity.o : /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift ... | D |
/**
Central import for all DDOX functionality.
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 ddox.ddox;
public import ddox.ddox;
public import ddox.entities;
public import ddox.htmlgenerator;
p... | D |
module test.component3;
public class ArrayService {
private string[] strArray;
private int[] intArray;
private Object[] objArray;
public Object[] getObjArray() {
return objArray;
}
public void setObjArray(Object[] objArray) {
this.objArray = objArray;
}
public string[] getStrArray() {
... | D |
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/Differentiator.build/Objects-normal/x86_64/SectionModel.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/Differentiator/Sources/Differentiator/IdentifiableType.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/Dif... | D |
(physics and chemistry) the simplest structural unit of an element or compound
(nontechnical usage) a tiny piece of anything
| D |
private {
import std.stdio;
import std.math;
}
private {
double start(in double value, in double spacing) {
real r = floor(value / spacing);
return r * spacing;
}
}
void test(double a, double b) {
double c = start(a, b);
writefln("%f %f %f", a, b, c);
}
void main(string[] args... | D |
struct S {}
struct T
{
union {int i; S s;}
this(uint dummy) { s = S.init; }
}
bool test()
{
auto t1 = T(0);
auto t2 = T(0);
return t1 == t2;
}
static assert(test());
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.