code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/apple-1/Downloads/HouseKeeping/Build/Intermediates/HouseKeeping.build/Debug-iphonesimulator/HouseKeeping.build/Objects-normal/x86_64/tblDoNotDistrub.o : /Users/apple-1/Downloads/HouseKeeping/HouseKeeping/DetailsPending.swift /Users/apple-1/Downloads/HouseKeeping/HouseKeeping/tblAssignTasksPending.swift /Users/ap... | D |
module gl.gl.shader;
import gl.platform;
pure string GLSL(string x) {
return "#version 400\n" ~ x ~ "\0";
}
enum shader_type_t {
Vertex = GL_VERTEX_SHADER,
Fragment = GL_FRAGMENT_SHADER,
Geometry = GL_GEOMETRY_SHADER
}
alias shader_type_t ShaderType;
class CompileException : Exception {
this(string reason, str... | D |
//////////////////////////////////////////////////////////////////////////
// B_AssessFightSound
// ==================
// Wird direkt durch die Wahrnehmung PERC_ASSESSFIGHTSOUND angesprungen,
// die jedesmal ausgelöst wird, wenn SC/NSC attackiert werden (Nah-,
// Fern-, Magiekampf).
// Macht im Grunde folgende Fallunte... | D |
module dllvm.instructionbuilders;
import dllvm.ctypes;
extern(C)
{
LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef ctx);
LLVMBuilderRef LLVMCreateBuilder();
void LLVMPositionBuilder(LLVMBuilderRef builder, LLVMBasicBlockRef block, LLVMValueRef instruction);
void LLVMPositionBuilderBefore(L... | D |
module opengl.vao;
import std.conv : to;
import derelict.opengl3.gl3;
class VaoException : Exception{
enum Type{ Creation }
this(in string _msg, in Type _type){
type = _type;
super("OpenGL VAO "~to!string(type)~" exception: "~_msg);
}
immutable Type type;
}
/**
Vertex Array Object
Preloads some functions... | D |
/Users/ramonhonorio/workspace/ios/fiap/BuyList/DerivedData/BuyList/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EmptyDataSet-Swift.build/Objects-normal/x86_64/EmptyDataSetSource.o : /Users/ramonhonorio/workspace/ios/fiap/BuyList/Pods/EmptyDataSet-Swift/EmptyDataSet-Swift/EmptyDataSet/EmptyDataSetSource.... | D |
//////////////////////////////////////////////////////////////////////////
// ZS_Flee
// =======
// Wird angesprungen durch
//
// - ZS_AssessEnemy
// - ZS_AssessMonster
// - ZS_Attack
// - ZS_CallGuards
// - ZS_CallGuardsOnEnterRoom
// - Spell_Logic_Fear
//
// Folgende Voraussetzungen müssen erfüllt sein:
//
// - (kein... | D |
module gtkD.gtk.CellEditable;
public import gtkD.gtkc.gtktypes;
private import gtkD.gtkc.gtk;
private import gtkD.glib.ConstructionException;
private import gtkD.gobject.ObjectG;
private import gtkD.gtk.CellEditableT;
private import gtkD.gtk.CellEditableIF;
/**
*/
public class CellEditable : ObjectG, CellEdit... | D |
/Users/arjunpola/Documents/Swift/Homework9/build/Homework9.build/Debug-iphonesimulator/Homework9.build/Objects-normal/x86_64/Data.o : /Users/arjunpola/Documents/Swift/Homework9/Homework9/Haneke/UIView+Haneke.swift /Users/arjunpola/Documents/Swift/Homework9/Homework9/Haneke/NSFileManager+Haneke.swift /Users/arjunpola/Do... | D |
/media/maher/extra/rust/rust_book/projects/saico/target/debug/deps/account_assets-a7b48e6b0603ca42.rmeta: addons/accounting/account_assets/src/lib.rs
/media/maher/extra/rust/rust_book/projects/saico/target/debug/deps/account_assets-a7b48e6b0603ca42.d: addons/accounting/account_assets/src/lib.rs
addons/accounting/acco... | D |
instance DIA_OCPAL_4_EXIT(C_Info)
{
nr = 999;
condition = DIA_OCPAL_4_EXIT_Condition;
information = DIA_OCPAL_4_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_OCPAL_4_EXIT_Condition()
{
return TRUE;
};
func void DIA_OCPAL_4_EXIT_Info()
{
AI_StopProcessInfos(self);
};
instance DIA_O... | D |
module cf.spew.implementation.windowing.utilities.x11;
version (Posix):
import cf.spew.implementation.windowing.display.x11;
import cf.spew.implementation.windowing.window.x11;
import cf.spew.implementation.windowing.utilities.misc;
import cf.spew.event_loop.wells.x11;
import cf.spew.ui.window.defs : IWindow;
import cf... | D |
instance PAL_2002_Leiche(Npc_Default)
{
name[0] = "Сильвестро";
guild = GIL_NONE;
id = 2002;
voice = 4;
flags = 0;
npcType = npctype_main;
attribute[ATR_STRENGTH] = 10;
attribute[ATR_DEXTERITY] = 10;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 1;
attribute[ATR_HITPO... | D |
/Users/kushalashok/Documents/References/github/lunchtime/DerivedData/LunchTime/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire.o : /Users/kushalashok/Documents/References/github/lunchtime/Pods/Alamofire/Source/MultipartFormData.swift /Users/kushalashok/Docume... | D |
of or relating to or belonging to the genus Accipiter (or to typical hawks)
| 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 |
# FIXED
Example_2837xSSpi_FFDLB.obj: C:/ti/controlSUITE/device_support/F2837xS/v210/F2837xS_examples_Cpu1/spi_loopback/cpu01/Example_2837xSSpi_FFDLB.c
Example_2837xSSpi_FFDLB.obj: C:/ti/controlSUITE/device_support/F2837xS/v210/F2837xS_common/include/F28x_Project.h
Example_2837xSSpi_FFDLB.obj: C:/ti/controlSUITE/de... | D |
// REQUIRED_ARGS: -inline
// PERMUTE_ARGS: -O -release -g
import std.file, std.stdio;
int main()
{
auto size = thisExePath.getSize();
writeln(size);
version (D_LP64)
enum limit = 2023652;
else
enum limit = 1763328;
return size > limit * 13 / 10;
}
| D |
import spock.board;
import spock.human;
void main(string[] arg)
{
Board!5 board;
auto h1=human(board, Side.white);
auto h2=human(board, Side.black);
h1.loop((){
if(h1.dead) h2.terminate;
if(h2.dead) h1.terminate;
h1.make_turn;
h2.make_turn;
});
}
| D |
/*
Copyright (C) 2013 Allie Saia <allie@fcraft.net>
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, publi... | D |
# FIXED
HAL/Target/CC2650/_common/mb_patch.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/ble5stack/hal/src/target/_common/cc26xx/mb_patch.c
HAL/Target/CC2650/_common/mb_patch.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/ble5stack/hal/src/target/_common/hal_mcu.h
HAL/Target/CC2650/_common/mb_patch.... | D |
/**
SSL/TLS stream implementation
SSLStream can be used to implement SSL/TLS communication on top of a TCP connection. The
SSLContextKind of an SSLStream determines if the SSL tunnel is established actively (client) or
passively (server).
Copyright: © 2012-2014 RejectedSoftware e.K.
License: Subject to the ter... | D |
/*******************************************************************************
* Copyright (c) 2000, 2009 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 kafkad.consumer;
import kafkad.client;
import kafkad.exception;
import kafkad.queue;
import kafkad.worker;
import kafkad.utils.snappy;
import etc.c.zlib;
import std.algorithm : swap;
import std.exception;
import core.atomic;
alias Offset = long;
enum Offsets : Offset { Latest = -1, Earliest = -2 }
/// Messag... | D |
/**
* Miscellaneous types.
*/
module asynchronous.types;
import std.algorithm;
import std.container.array;
import std.exception;
import std.traits;
struct Coroutine
{
}
template UNSPECIFIED(E)
if (is(E == enum))
{
E UNSPECIFIED()
{
return cast(E) 0;
}
}
/**
* This operation was cancelled.
*/... | D |
import std.stdio;
void main() {
writeln("d");
}
| D |
/*
Copyright (c) 1996 Blake McBride
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and th... | D |
instance Mod_7381_OUT_Erika_REL (Npc_Default)
{
// ------ NSC ------
name = "Erika";
guild = GIL_OUT;
id = 7381;
voice = 43;
flags = 0;
npctype = NPCTYPE_MAIN;
//----------AIVARS--------------
aivar[AIV_DropDeadAndKill] = TRUE;
aivar[AIV_EnemyOverride] = TRUE;
// ------ At... | D |
instance KDF_403_Drago_RUNE(C_Info)
{
npc = KDF_403_Drago;
condition = KDF_403_Drago_RUNE_Condition;
information = KDF_403_Drago_RUNE_Info;
important = 1;
permanent = 0;
};
func int KDF_403_Drago_RUNE_Condition()
{
if(Npc_KnowsInfo(hero,KDF_402_Corristo_ROBE))
{
return TRUE;
};
};
func void KDF_403_Drago_... | 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")... | D |
/Users/MohamedNawar/Desktop/citiesListTask/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ServerTrustEvaluation.o : /Users/MohamedNawar/Desktop/citiesListTask/Pods/Alamofire/Source/MultipartFormData.swift /Users/MohamedNawar/Desktop/citiesListTask/Pods/Alamofire/Source/MultipartUpload.swif... | D |
module android.java.android.icu.text.SearchIterator_ElementComparisonType_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.android.icu.text.SearchIterator_ElementComparisonType_d... | D |
/**
* Creates a Panel that remembers it's window position.
*
* @author mpdeimos
*/
module com.skinconsortium.d.dfl.PositionedWindow;
import dfl.form;
import dfl.base;
import com.skinconsortium.d.commons.ConfigFile;
class PositionedWindow: dfl.form.Form
{
protected int defaultWidth = 500;
protec... | D |
// Copyright (C) 2002-2013 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine" for the D programming language.
// For conditions of distribution and use, see copyright notice in irrlicht.d module.
module irrlicht.gui.IGUIButton;
import irrlicht.gui.IGUIEnvironment;
import irrlicht.gui.IGUIElement;
import i... | D |
instance NOV_1305_Joru(Npc_Default)
{
name[0] = "Éîðó";
npcType = npctype_main;
guild = GIL_NOV;
level = 9;
flags = 0;
voice = 7;
id = 1305;
attribute[ATR_STRENGTH] = 15;
attribute[ATR_DEXTERITY] = 15;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 148;
attribute[ATR_... | D |
module cmsed.user.models.group;
public import cmsed.user.models.user : UserIdModel, UserModel;
import cmsed.user.models.usergroup;
import cmsed.base;
import dvorm;
import vbson = vibe.data.bson;
/**
* A group model to contain a list of users with.
*/
@dbName("Group")
@shouldNotGenerateJavascriptModel
class GroupMode... | D |
///////////////////////////////////////////////////////////////////////
// Info EXIT
///////////////////////////////////////////////////////////////////////
INSTANCE DIA_Landstreicher_EXIT (C_INFO)
{
npc = BDT_1050_Landstreicher;
nr = 999;
condition = DIA_Landstreicher_EXIT_Condition;
informati... | D |
# FIXED
UFCharger/F2837xD/Comun/common/F2837xD_Ipc_Driver_Lite.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/Comun/common/F2837xD_Ipc_Driver_Lite.c
UFCharger/F2837xD/Comun/common/F2837xD_Ipc_Driver_Lite.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/F2837xD_headers/include/F2837xD_devi... | D |
/*
* Copyright (c) 2004-2008 Derelict Developers
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice... | D |
/home/n18011/algorithm/linear-search/target/debug/deps/linear_search-9cb00b4ccfab798c: src/main.rs
/home/n18011/algorithm/linear-search/target/debug/deps/linear_search-9cb00b4ccfab798c.d: src/main.rs
src/main.rs:
| D |
func int ZS_MagicShrink()
{
if(!Npc_HasBodyFlag(self,BS_FLAG_INTERRUPTABLE))
{
AI_Standup(self);
}
else
{
AI_StandupQuick(self);
};
self.aivar[AIV_MM_ShrinkState] = 0;
return TRUE;
};
func int ZS_MagicShrink_Loop()
{
if(self.aivar[AIV_MM_ShrinkState] == 0)
{
Mdl_SetModelScale(self,0.9,0.9,0.9);
self... | D |
/// Matrix linear algebra module
module gfx.math.mat;
pure @safe nothrow:
alias FMat(size_t R, size_t C) = Mat!(float, R, C);
alias DMat(size_t R, size_t C) = Mat!(double, R, C);
alias IMat(size_t R, size_t C) = Mat!(int, R, C);
alias Mat2x2(T) = Mat!(T, 2, 2);
alias Mat3x3(T) = Mat!(T, 3, 3);
alias Mat4x4(T) = Mat!... | D |
/**
* Widget module.
*
* License:
* MIT. See LICENSE for full details.
*/
module tkd.widget.label;
/**
* Imports.
*/
import tkd.element.uielement;
import tkd.widget.common.anchor;
import tkd.widget.common.backgroundcolor;
import tkd.widget.common.foregroundcolor;
import tkd.widget.common.font;
import tkd.wi... | D |
/Users/darthjuda/Documents/snippets/swiftPackage/ovhAPI/DerivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/x86_64/NoPadding.o : /Users/darthjuda/Documents/snippets/swiftPackage/ovhAPI/DerivedData/ovhAPI/SourcePackages/checkouts/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift... | D |
/Users/ThiagoBevi/Developer/Teste_iOS/Build/Intermediates/TestTMBD.build/Debug-iphonesimulator/TestTMBD.build/Objects-normal/x86_64/MoviesListService.o : /Users/ThiagoBevi/Developer/Teste_iOS/TestTMBD/FavoriteMovies/FavoritesService.swift /Users/ThiagoBevi/Developer/Teste_iOS/TestTMBD/MoviesList/MoviesListService.swift... | D |
import std.stdio;
import priv;
void main() {
auto priv = makeAPriv(10, 20);
writeln(priv.x);
}
| D |
be a mystery or bewildering to
| 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 |
module common;
import autowrap.common;
import unit_threaded;
@("toSnakeCase empty")
@safe pure unittest {
static assert("".toSnakeCase == "");
}
@("toSnakeCase no caps")
@safe pure unittest {
static assert("foo".toSnakeCase == "foo");
}
@("toSnakeCase camelCase")
@safe pure unittest {
static assert("t... | D |
/**
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Sean Kelly
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Copyright Sean Kelly 20... | D |
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/ahash-edec7dfefbc941f9.rmeta: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/ahash-0.2.19/src/lib.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/ahash-0.2.19/src/convert.rs /Users/l... | D |
/*******************************************************************************
copyright: Copyright (c) 2007 Kris Bell. All rights reserved
license: BSD style: $(LICENSE)
version: Oct 2007: Initial version
author: Kris
************************... | D |
a hitter who slaps (usually another person) with an open hand
a fore-and-aft sail set on the aftermost lower mast (usually the mizzenmast) of a vessel
| D |
a difference between conflicting facts or claims or opinions
an event that departs from expectations
| 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 |
import std.stdio, std.math, std.algorithm, std.typecons,
core.thread, core.stdc.time;
final class MinFactor: Thread {
private immutable ulong num;
private ulong[] fac;
private ulong minFac;
this(in ulong n) /*pure nothrow*/ {
super(&run);
num = n;
fac = new ulong[0];
... | D |
import
async,
std.stdio,
std.socket,
std.exception;
void main()
{
auto listener = new TcpListener;
listener.bind(new InternetAddress(12290));
listener.listen(10);
auto codec = new Codec(CodecType.SizeGuide);
auto loop = new EventLoop(listener, &onConnected, &onDisconnected, &onRece... | D |
module hunt.http.HttpOutputStream;
import hunt.http.HttpHeader;
import hunt.http.HttpMetaData;
import hunt.collection;
import hunt.stream;
import hunt.Exceptions;
import hunt.logging;
import std.conv;
/**
*
*/
abstract class HttpOutputStream : OutputStream {
protected bool clientMode;
protected HttpMeta... | D |
module mysql.test.integration;
import std.algorithm;
import std.conv;
import std.datetime;
import std.digest.sha;
import std.exception;
import std.range;
import std.socket;
import std.stdio;
import std.string;
import std.traits;
import std.typecons;
import std.variant;
import mysql.safe.connection : Connection;
impor... | D |
/Users/luoguochun/privt/proj/coding-blog/.demo/rust-lib/mini-redis/target/debug/deps/ryu-933cc8e5afb7bdd5.rmeta: /Users/luoguochun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/ryu-1.0.5/src/lib.rs /Users/luoguochun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/ryu-1.0.5/src/buffer/mod.rs /Users/l... | D |
module lib.sdlttf;
private
{
import lib.sdl, std.loader;
pragma(lib,"dinrus.lib");;
}
private проц грузи(Биб биб)
{
вяжи(TTF_Linked_Version)("TTF_Linked_Version", биб);
вяжи(TTF_ByteSwappedUNICODE)("TTF_ByteSwappedUNICODE", биб);
вяжи(TTF_Init)("TTF_Init", биб);
вяжи(TTF_OpenFont)("TTF_... | D |
/*
Copyright (c) 2018-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,
... | D |
INSTANCE Mod_7166_ASS_Novize_NW (Npc_Default)
{
// ------ NSC ------
name = "Novize";
guild = GIL_OUT;
id = 7166;
voice = 0;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4);
// ------ Kampf-Taktik ------
figh... | D |
module deepmagic.dom.xml.exception;
import deepmagic.dom;
/** The base class for exceptions thrown by this module */
class XMLException : Exception { this(string msg) { super(msg); } }
// Other exceptions
/// Thrown during Comment constructor
class CommentException : XMLException
{ this(string msg) { super(msg); } ... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
320 63 9 15.5 34 65 -38 145.5 1854 16 16 0.129032258 extrusives
314 70 6 132 48 50 -33.2999992 151.199997 1844 9 10 1 intrusives, basalt
302.700012 66.8000031 6.80000019 35 34 65 -38 145.5 1819 10.8000002 12.1000004 0.129032258 extrusives
298 58... | D |
/*
* exception.d
*
* This module implements the Exception base class and the runtime functions.
*
*/
module runtime.exception;
// Description: This class represents a recoverable failure.
class Exception : Object {
char[] msg;
// Description: Will construct an Exception with the given descriptive message.
th... | D |
// Written in the D programming language.
/++
$(SECTION Overview)
$(P The $(D std.uni) module provides an implementation
of fundamental Unicode algorithms and data structures.
This doesn't include UTF encoding and decoding primitives,
see $(XREF _utf, decode) and $(XREF _utf, encode) in std.utf
... | D |
// Copyright Gushcha Anton 2012.
// 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)
// Written in the D programming language
/**
* Modules provides backend sealization for 'General Documen... | D |
// **************************************************
// EXIT
// **************************************************
instance DIA_Gravo_Exit (C_INFO)
{
npc = Vlk_572_Gravo;
nr = 999;
condition = DIA_Gravo_Exit_Condition;
information = DIA_Gravo_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;... | D |
/Users/junanqu/Desktop/SPEED_Interven/DerivedData/SPEED_Interven/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MapboxCoreNavigation.build/Objects-normal/x86_64/TunnelIntersectionManager.o : /Users/junanqu/Desktop/SPEED_Interven/Pods/MapboxCoreNavigation/MapboxCoreNavigation/UIDevice.swift /Users/junanqu/... | D |
module ac.common.block.simpleblock;
import std.format;
import ac.common.block.block;
import ac.common.world.blockcontext;
import ac.common.math.vector;
import ac.content.content;
version (client) {
import ac.client.block.blockface;
import ac.client.block.blockrenderer;
}
/// Simple block is a cube block where blo... | D |
// Written in the D programming language.
/++
Functions which operate on ASCII characters.
All of the functions in std._ascii accept Unicode characters but
effectively ignore them if they're not ASCII. All $(D isX) functions return
$(D false) for non-ASCII characters, and all $(D toX) functions do not... | D |
import std.exception : enforce;
import std.regex : match;
import flod.etc.alsa;
import flod.etc.mad;
import flod.etc.curl;
import flod.pipeline;
int main(string[] args)
{
enforce(args.length > 1, "Specify a file to play");
foreach (fn; args[1 .. $]) {
auto url = args[1].match(`^[a-z]+://`).empty ? "file://" ~ fn ... | D |
/*******************************************************************************
* Copyright (c) 2000, 2004 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 |
void main() { runSolver(); }
void problem() {
auto H = scan!int;
auto W = scan!int;
auto S = scan!string(H);
auto solve() {
return S.map!(l => l.count('#')).sum;
}
outputForAtCoder(&solve);
}
// ----------------------------------------------
import std;
T[][] combinations(T)(T[] s, in long m) { i... | D |
/Users/varaprasadp/Desktop/React/Example/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/Transformer.o : /Users/varaprasadp/Desktop/React/Example/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/varaprasadp/Desktop/React/Example/ios/Pod... | D |
any mixture of a soft and malleable consistency
a hard, brilliant lead glass that is used in making artificial jewelry
an adhesive made from water and flour or starch
a tasty mixture to be spread on bread or crackers or used in preparing other dishes
join or attach with or as if with glue
hit with the fists
cover the s... | D |
import std.stdio, std.random, std.algorithm, std.range,
std.array, std.traits;
/*
This implementation has less requirements, it works with just
a Bidirectional Range instead of a Random Access Range.
(Comments modified from "Notes on Programming" by Alexander
Stepanov.)
Let us assume that somehow we manage... | D |
module hunt.security.acl.Manager;
import hunt.security.acl.Role;
import hunt.security.acl.Identity;
import hunt.security.acl.User;
import hunt.security.acl.permission.Permission;
import kiss.logger;
class AccessManager
{
private
{
Role[int] roles;
Identity[string] identitys;
}
public
... | D |
module kratos.component.simplemovement;
import kratos.ecs;
import kratos.input;
import kratos.component.transform;
import kratos.component.time : Time;
import kgl3n.vector;
import kgl3n.quaternion;
import kgl3n.math;
final class SimpleMovement : Component
{
@optional:
float sensitivity = .002f;
float speed = 1;
... | D |
/Users/hannh/Documents/MyGitHub/ChartsTest2/Build/Intermediates/Charts.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/BubbleChartDataProvider.o : /Users/hannh/Documents/MyGitHub/ChartsTest2/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/hannh/Documents/MyGitHub/ChartsTest2/Cha... | D |
/**
* Implementation of exception handling support routines for Win32.
*
* Copyright: Copyright Digital Mars 1999 - 2013.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Walter Bright
* Source: $... | D |
(economics) a market in which there are many buyers but only one seller
exclusive control or possession of something
a board game in which players try to gain a monopoly on real estate as pieces advance around the board according to the throw of a die
| D |
/home/artem/Desktop/Centennial/telemetry/Centennial-BT/target/debug/deps/Centennial_BT-a8ee80b845ba1dac: src/main.rs
/home/artem/Desktop/Centennial/telemetry/Centennial-BT/target/debug/deps/Centennial_BT-a8ee80b845ba1dac.d: src/main.rs
src/main.rs:
| D |
// Copyright Mateusz Muszyński 2018.
// 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 bindbc.nuklear.macros;
import bindbc.nuklear.types;
import bindbc.nuklear.binddynamic;
import bi... | D |
module filters.filter_03;
import std.stdio, core.stdc.stdlib, std.uuid, std.algorithm, std.typecons, std.json, std.conv, std.string;
import veda.util.queue, veda.common.logger, veda.onto.individual, veda.onto.resource, veda.core.impl.app_context_creator_rlmdb;
import veda.storage.lmdb.lmdb_driver, veda.storage.lmdb.lm... | D |
/Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/derived_data/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Deprecated.o : /Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/nalousnguyen/Document... | D |
// REQUIRED_ARGS: -o- -H -Hf${RESULTS_DIR}/compilable/header12567a.di
// PERMUTE_ARGS:
// POST_SCRIPT: compilable/extra-files/header-postscript.sh header12567a
deprecated module header12567a;
void main() {}
| D |
bottle that has a narrow neck
the quantity a flask will hold
| D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See... | D |
/* TEST_OUTPUT:
REQUIRED_ARGS: -preview=dip1000
---
fail_compilation/test15191.d(35): Error: returning `&identity(x)` escapes a reference to local variable `x`
fail_compilation/test15191.d(41): Error: returning `&identityPtr(x)` escapes a reference to local variable `x`
fail_compilation/test15191.d(47): Error: cannot t... | D |
module draw.object.util;
public import des.math.linear;
import std.algorithm;
import std.array;
import std.range;
import std.math;
T[] multiElem(T)( size_t N, T val ) { return array( map!(a=>val)( iota(0,N) ) ); }
unittest
{
assert( multiElem(3,"str") == [ "str", "str", "str" ] );
}
vec3[] figure_rot_Z( float ... | D |
import std.stdio;
void main(){
int i = 10;
i/=2;
}
| D |
module org.eclipse.swt.internal.mozilla.nsIDOMWindowCollection;
import org.eclipse.swt.internal.mozilla.Common;
import org.eclipse.swt.internal.mozilla.nsID;
import org.eclipse.swt.internal.mozilla.nsISupports;
import org.eclipse.swt.internal.mozilla.nsIDOMWindow;
import org.eclipse.swt.internal.mozilla.nsStringAPI;
... | D |
module osqp;
nothrow @nogc extern(C):
/* Includes */
import glob_opts;
version(EMBEDDED) {
import osqp_configure; // for c_free and others
}
import types;
import constants;
import util; // Needed for osqp_set_default_settings functions
// Library to deal with sparse matrices enabled only if embedded not defined... | D |
INSTANCE Info_Mod_TeleportObelisk_PatherionKloster (C_INFO)
{
npc = PC_Hero;
nr = 1;
condition = Info_Mod_TeleportObelisk_PatherionKloster_Condition;
information = Info_Mod_TeleportObelisk_PatherionKloster_Info;
permanent = 1;
important = 0;
description = "zum Kloster";
};
FUNC INT Info_Mod_TeleportObelisk_Pa... | 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,an... | D |
// Written by Christopher E. Miller
// See the included license.txt for copyright and license details.
///
module os.win.gui.button;
private import os.win.gui.base, os.win.gui.control, os.win.gui.application, os.win.gui.x.winapi;
private import os.win.gui.event, os.win.gui.drawing, os.win.gui.x.dlib;
p... | 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 |
/*
TEST_OUTPUT:
---
fail_compilation/diag11423.d(9): Error: undefined identifier `Foo`
---
*/
void main()
{
auto foo = new shared Foo();
}
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.