code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module dpq2.conv.from_bson;
import dpq2.value;
import dpq2.oids;
import dpq2.result: ArrayProperties, ArrayHeader_net, Dim_net;
import dpq2.conv.from_d_types;
import dpq2.conv.to_d_types;
import vibe.data.bson;
import std.bitmanip: nativeToBigEndian;
import std.conv: to;
/// Default type will be used for NULL value a... | D |
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/SaftyDrive.build/Debug-iphoneos/SaftyDrive.build/Objects-normal/arm64/MKCollectionViewCell.o : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuchiyuki/Desktop/SaftyDrive/Sa... | D |
instance Mod_576_NONE_Fernando_NW (Npc_Default)
{
// ------ NSC ------
name = "Fernando";
guild = GIL_PAL;
id = 576;
voice = 11;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 2);
// ------ Kampf-Taktik -----... | D |
instance DIA_Addon_Bones_EXIT(C_Info)
{
npc = PIR_1362_Addon_Bones;
nr = 999;
condition = DIA_Addon_Bones_EXIT_Condition;
information = DIA_Addon_Bones_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Bones_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_Bones_EXIT_Info()
... | D |
/Users/Matt/XCode/GeoBase/DerivedData/Build/Intermediates/GeoBase.build/Debug-iphoneos/GeoBase.build/Objects-normal/arm64/MeasurementController.o : /Users/Matt/XCode/GeoBase/GeoBase/SettingsController.swift /Users/Matt/XCode/GeoBase/GeoBase/ProjectController.swift /Users/Matt/XCode/GeoBase/GeoBase/Stereonet.swift /User... | D |
// Copyright © 2012, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/charge/charge.d (GPLv2 only).
module miners.menu.pause;
import charge.charge;
import charge.game.gui.layout;
import charge.game.gui.textbased;
import charge.platform.homefolder;
import miners.options;
import miners.interfaces... | D |
module krepel.math.quaternion;
import krepel.math.vector3;
import krepel.math.vector4;
import krepel.math.math;
import krepel.math.matrix4;
@safe:
Quaternion ConcatenateQuaternion(Quaternion Quat1, Quaternion Quat2)
{
return Quaternion(
((Quat1.W * Quat2.X) + (Quat1.X * Quat2.W) + (Quat1.Y * Quat2.Z) - (Quat1.... | D |
/**
* Droits d’auteur: Enalye
* Licence: Zlib
* Auteur: Enalye
*/
module grimoire.runtime.object;
import grimoire.compiler, grimoire.assembly;
import grimoire.runtime.channel;
import grimoire.runtime.value;
import grimoire.runtime.string;
import grimoire.runtime.list;
/**
Un champ d’un objet. \
On ne peut pas sa... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1... | D |
/**
Memory pool with destructors, useful for scoped allocators.
Copyright: © 2012-2013 RejectedSoftware e.K.
© 2014-2015 Etienne Cimon
License: Subject to the terms of the MIT license.
Authors: Sönke Ludwig, Etienne Cimon
*/
module memutils.pool;
import memutils.allocators;
import std.conv : emp... | 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 items.weapons.ratClaw;
import items.weapons.weapon;
import types.damage;
import items.weapons.attack;
class RatClaw : Weapon
{
this()
{
damage = 1;
attacks = [swipe];
}
}
public Attack swipe = {name: "swipe", damageModifier: 1, damageType: DamageTypes.slash}; | D |
/**
* The read/write mutex module provides a primitive for maintaining shared read
* access and mutually exclusive write access.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Sean Kelly
* Source: $(DRUNTIMESRC core/s... | D |
module java.lang.reflect.Field;
import java.lang;
import java.lang.Class;
import java.lang.String;
class Field {
public override equals_t opEquals(Object obj){
implMissing(__FILE__,__LINE__);
return false;
}
Object get(Object obj){
implMissing(__FILE__,__LINE__);
return nul... | D |
/Users/mac/Desktop/诵诗/诵诗/DerivedData/诵诗/Build/Intermediates/诵诗.build/Debug-iphonesimulator/诵诗.build/Objects-normal/x86_64/explainViewController.o : /Users/mac/Desktop/诵诗/诵诗/诵诗/explainViewController.swift /Users/mac/Desktop/诵诗/诵诗/诵诗/LevelsViewController.swift /Users/mac/Desktop/诵诗/诵诗/诵诗/singleViewController.swift /Users... | D |
/**
* Code generation 3
*
* Includes:
* - generating a function prolog (pushing return address, loading paramters)
* - generating a function epilog (restoring registers, returning)
* - generation / peephole optimizations of jump / branch instructions
*
* Compiler implementation of the
* $(LINK2 http://www.dlan... | D |
/Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/CombineLatest.o : /Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/Pods/RxSwift/RxSwif... | D |
// Copyright Michael D. Parker 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.lua.v51.binddynamic;
version(BindBC_Static) version = BindLua_Static;
version(BindLua_Sta... | D |
func void B_AssessPlayer()
{
var C_Npc pcl;
var C_Npc joe;
pcl = Hlp_GetNpc(PC_Levelinspektor);
if(Hlp_GetInstanceID(other) == Hlp_GetInstanceID(pcl))
{
return;
};
if(other.aivar[AIV_INVINCIBLE] == TRUE)
{
return;
};
if(C_NpcIsDown(other))
{
return;
};
if(other.guild > GIL_SEPERATOR_HUM)
{
if(C_N... | D |
module scanner;
import std.stdio;
public string[] lex( string program ){
string[] arr = [];
string munch = "";
foreach( i, ch ; program ){
if( ch == '(' ){
arr ~= [ ch ];
}
else if( ch == ')' ){
if( munch != "" ){
arr ~= munch;
munch = "";
}
arr ~= [ ch ];
... | D |
/Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/.build/x86_64-apple-macosx10.10/debug/JDCloudSDKSop.build/Model/GetSecurityTokenInfo.swift.o : /Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/Sources/JDCloudSDKSop/API/G... | D |
/**
* libvector.d
* tower
* June 1, 2013
* Brandon Surmanski
*/
module lua.lib.libvector;
import std.stdio;
import c.lua;
import math.vector;
import entity.luaEntity;
import entity.entity;
import lua.api;
import lua.luah;
immutable Api libvector = {
"Vector",
[
{"new", &libvector_new},
... | D |
/home/iroha/rust/rust_othello/target/debug/deps/othello-2c3c89a47bbcb89b: src/main.rs
/home/iroha/rust/rust_othello/target/debug/deps/othello-2c3c89a47bbcb89b.d: src/main.rs
src/main.rs:
| D |
module android.java.android.widget.ActionMenuView_OnMenuItemClickListener;
public import android.java.android.widget.ActionMenuView_OnMenuItemClickListener_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ActionMenuView_OnMenuItemClickListener;
import import1 = android.java.java.lang.Class;
| D |
// Written in the D programming language.
/**
This module defines the notion of a range. Ranges generalize the concept of
arrays, lists, or anything that involves sequential access. This abstraction
enables the same set of algorithms (see $(LINK2 std_algorithm.html,
std.algorithm)) to be used with a vast variety of di... | D |
/*******************************************************************************
D language bindings for libsodium's export_.h
License: ISC (see LICENSE.txt)
*******************************************************************************/
module libsodium.export_;
import libsodium.export_;
import core.stdc... | D |
/Users/mprechner/vapor-demo/HelloWorld/.build/debug/JSON.build/JSON.swift.o : /Users/mprechner/vapor-demo/HelloWorld/.build/checkouts/json.git-9153249592855998091/Sources/JSON/File.swift /Users/mprechner/vapor-demo/HelloWorld/.build/checkouts/json.git-9153249592855998091/Sources/JSON/JSON+Bytes.swift /Users/mprechner/v... | 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: Copyright (c) 2004 Kris Bell. все rights reserved
license: BSD стиль: $(LICENSE)
version: Initial release: May 2004
author: Kris
**********... | D |
module sigod.codeforces.p291B;
import std.array;
import std.stdio;
import std.string;
void main()
{
auto result = solve(stdin.readln());
foreach (r; result) {
stdout.writeln(r);
}
}
string[] solve(string input)
{
input = input.strip();
auto result = appender!(string[])();
bool quote =... | D |
// **************************************************
// EXIT
// **************************************************
instance DIA_Herek_Exit(C_INFO)
{
npc = Vlk_511_Herek;
nr = 999;
condition = DIA_Herek_Exit_Condition;
information = DIA_Herek_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
}; ... | D |
module net.DatagramConduit;
public import io.device.Conduit;
package import net.Socket,
net.SocketConduit;
class ДатаграммПровод : СокетПровод
{
this ();
override т_мера читай (проц[] ист);
т_мера читай (проц[] приёмн, Адрес из_);
override т_мера пиши (проц[] ист);
т_мера... | D |
module dnes.cpu.cpu;
import core.thread;
import std.format;
import std.signals;
import dnes.cpu.dma;
import dnes.cpu.instructions;
import dnes.cpu.memory;
import dnes.util;
/**
* The NES CPU - controls instruction execution, main memory, etc.
*/
class CPU
{
public:
/**
* Constructor
*/
this(bool ... | D |
module PerlinNoise;
import INoise;
import GenericNoise;
shared class PerlinNoise : INoise {
float frequency;
float lacunarity;
NoiseQuality quality;
int octaves;
float persistence;
int seed;
this(float frequency = 1.0, float lacunarity = 2.0, NoiseQuality quality = NoiseQuality.NORMAL, int octaves = 6, floa... | D |
/Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/CustomDateFormatTransform.o : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/Pods/ObjectMapper/Sources/CustomDateFormatTransform.swift /Users/Vishnu/QBurst/Internal/P... | D |
drop a hint
| D |
an educational institution
a building where young people receive education
the process of being formally educated at a school
a body of creative artists or writers or thinkers linked by a similar style or by similar teachers
the period of instruction in a school
an educational institution's faculty and students
a large... | D |
module denj.math.matrix;
import std.math;
import std.algorithm : min, max;
import denj.utility.general;
import denj.math.vector;
// Column major
// format
// xx yx zx tx
// xy yy zy ty
// xz yz zz tz
// 0 0 0 1
// http://www.gamedev.net/topic/425118-inverse--matrix/
templ... | D |
import std.stdio;
int[10] w, s;
string[10] f;
int n, sum;
int[] ans;
double best;
void main(){
while (readf("%d\n", &n), n) {
sum = 0;
best = double.max;
foreach (i; 0..n) {
readf("%s %d %d\n", &f[i], &w[i], &s[i]);
sum += w[i];
}
solve(0, [], 0, sum, 1);
foreach (i; ans) writeln(f[i]);
}
}
void ... | D |
/**
This module defines the notion of an Image.
An Image is simply defined as a 2D array of elements, with
methods to set/get those elements.
The Image concept might be the basis of a generic software renderer.
*/
module gfm.image.image;
import gfm.math.vector;
// An image is a concept
/**
* Test if I... | D |
module crate.api.json.policy;
import crate.base;
import crate.api.json.serializer;
import crate.routing.jsonapi;
import crate.generator.openapi;
import crate.ctfe;
import vibe.data.json;
import vibe.http.common;
import openapi.definitions;
import std.string, std.stdio, std.algorithm, std.array, std.typecons;
struc... | D |
func void G_CanNotLern( var int nAttribute, var int nValue )
{
//
// DETERMINE ATTIBUTE
//
var int nAttributeValue ;
var string strAttribute ;
if ( nAttribute == ATR_HITPOINTS ) { strAttribute = _STR_ATTRIBUTE_HITPOINTS ; nAttributeValue = hero.attribute[ ATR_HITPOINTS ]-(hp_tp_bonus+hp_bonus); }
... | D |
module android.java.android.text.SpannedString;
public import android.java.android.text.SpannedString_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!SpannedString;
import import3 = android.java.java.util.stream.IntStream;
import import1 = android.java.android.text.SpannedString;
| D |
module android.java.org.xmlpull.v1.XmlSerializer;
public import android.java.org.xmlpull.v1.XmlSerializer_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!XmlSerializer;
import import4 = android.java.java.lang.Class;
import import3 = android.java.org.xmlpull.v1.XmlSerializer;
| D |
/Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/md5-bd3fe2cda08f69b9.rmeta: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/md5-0.7.0/src/lib.rs
/Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/md5-bd3fe2cda08f69b9.d: /Users/oyo02699/.cargo/registry/src/mirrors.ust... | D |
module as.tinf;
import as.def;
import as.engine;
import as.mod;
import std.exception;
import std.string;
/**
Angelscript type info
*/
class Type {
private:
ScriptEngine engine;
Module mod;
~this() {
this.engine = null;
}
package(as):
asITypeInfo* info;
this(ScriptEngine engine, a... | D |
// Used only for testing -- imports all windows headers.
module win32.testall;
version(Windows):
import win32.core;
import win32.windows;
import win32.commctrl;
import win32.setupapi;
import win32.directx.dinput8;
import win32.directx.dsound8;
import win32.directx.d3d9;
import win32.directx.d3dx9;
impo... | D |
/**
An error class to handle errors with an integer code in different categories.
Copyright: Copyright Christophe Meessen.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Christophe Meessen
Source:
*/
import std.stdio;
import std.typecons;
/**
* An error category is derived from ErrorC... | D |
import std.stdio, std.algorithm;
T a(T)(T answer) {
writefln(" # Called function a(%s) -> %s", answer, answer);
return answer;
}
T b(T)(T answer) {
writefln(" # Called function b(%s) -> %s", answer, answer);
return answer;
}
void main() {
foreach (immutable x, immutable y;
[false, ... | D |
/* Un programa sencillo con la definición de una constante. */
enum a = 3;
void main() {
/* itn x;
itn y;
$
$ */
}
| D |
import bamfile;
import samheader;
import reference;
import alignment;
import alignmentrange;
import tagvalue;
import validation.alignment;
import core.memory : GC;
import core.runtime : Runtime;
import std.c.stdlib;
import std.string;
import std.range;
import std.algorithm;
import core.stdc.string : memcpy;
import std... | D |
module org.serviio.util.ThreadExecutor;
import java.lang.Runnable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
public class ThreadExecutor
{
private static ExecutorService executor;
static this()
{
executor = Executors.newFixedThreadPool(10);
}
pub... | D |
/*******************************************************************************
Mixin for shared iteration code
copyright:
Copyright (c) 2015-2017 dunnhumby Germany GmbH. All rights reserved
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
**********************... | D |
/home/tyler/Documents/AdventOfCode/Rust/day_9_2/target/debug/day_9_2: /home/tyler/Documents/AdventOfCode/Rust/day_9_2/src/main.rs
| D |
/*******************************************************************************
D language bindings for libsodium's crypto_hash.h
License: ISC (see LICENSE.txt)
*******************************************************************************/
module libsodium.crypto_hash;
@nogc nothrow:
import libsodium;
... | D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Vapor.build/Routing/Router+Function.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/vapor/So... | D |
/*
TEST_OUTPUT:
---
fail_compilation/failinout1.d(9): Error: cannot modify `inout` expression `x`
---
*/
inout(int) foo(inout(int) x)
{
x = 5; // cannot modify inout
return 0;
}
| D |
module dmagick.c.option;
import core.stdc.stdio;
import dmagick.c.exception;
import dmagick.c.image;
import dmagick.c.magickType;
import dmagick.c.magickVersion;
alias ptrdiff_t ssize_t;
extern(C)
{
mixin(
{
static if ( MagickLibVersion >= 0x670 )
{
string options = "enum CommandOption";
... | D |
instance SLD_820_Soeldner(Npc_Default)
{
name[0] = NAME_Soeldner;
guild = GIL_SLD;
id = 820;
voice = 7;
flags = 0;
npcType = NPCTYPE_MAIN;
B_SetAttributesToChapter(self,4);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Sld_Sword);
EquipItem(self,ItRw_Sld_Bow);
B_CreateAmbientInv(self);
B_SetNpcVi... | D |
/*
DSFML - The Simple and Fast Multimedia Library for D
Copyright (c) <2013> <Jeremy DeHaan>
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this softw... | D |
import std.stdio;
import std.conv : to;
import std.array : split, array;
import std.algorithm;
import std.range;
void main()
{
int[][] ings =
stdin
.byLine
.map!split
.map!(sp => iota(2, 10 + 1, 2)
.map!(i => to!int(sp[i]))
.array)
.array;
e... | D |
(if
(is (application_name) 'Zeiterfassung')
(begin
(println "--[ Hamster ]--")
(center)
)
)
| D |
module DABStationColumn;
// Enum DABStationColumn
/**
* TODO add enumeration class description
*/
enum DABStationColumn
{
COLUMN_CHANNEL,
COLUMN_NAME,
}
| D |
import std.stdio, std.array, std.ascii;
immutable string mDigits = digits ~ lowercase;
ulong atoiRadix(in string str, in uint radix=10, int* consumed=null)
nothrow {
static int dtoi(in char dc, in uint radix) nothrow {
static int[immutable char] digit;
immutable char d = dc.toLower;
if (di... | D |
/Users/apple-1/Downloads/HorizontalScrollingCollectionView-master/Build/Intermediates/TwoDirectionalScroller.build/Debug-iphonesimulator/TwoDirectionalScroller.build/Objects-normal/x86_64/CategoryRow.o : /Users/apple-1/Downloads/HorizontalScrollingCollectionView-master/TwoDirectionalScroller/AppDelegate.swift /Users/ap... | D |
module dsfml.graphics.glyph;
import dsfml.graphics.rect;
struct Glyph {
int advance = 0;
IntRect bounds;
IntRect subRect;
}
| D |
/Users/mwaly/Desktop/Apps/EventsVIPER/Build/Intermediates/EventsVIPER.build/Debug-iphonesimulator/EventsVIPERTests.build/Objects-normal/x86_64/NetworkingTests.o : /Users/mwaly/Desktop/Apps/EventsVIPER/EventsVIPER/Common/NetworkingService/Tests/NetworkTestHelpers.swift /Users/mwaly/Desktop/Apps/EventsVIPER/EventsVIPERTe... | D |
import std.stdio: readln, writeln;
import std.string: strip;
import std.array: split;
import std.conv: to;
import std.algorithm: min, count;
/**
* User: Jior
* Date: 03.06.13
* Time: 13:13
*/
void main() {
auto rgb = strip(readln()).split().to!(int[]);
int result = 0;
foreach(ref color; rgb) {
... | D |
/Users/mli/Desktop/Develope/Swift/LBE_Demo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RealmSwift.build/Objects-normal/x86_64/Util.o : /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/RealmSwift/RealmSwift/Schema.swift /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/RealmSwift/RealmSwift/ObjectSchema.sw... | D |
/// Math constants
/// Authors: Phobos Team, Ilya Yaroshenko
module mir.math.constant;
enum real E = 0x1.5bf0a8b1457695355fb8ac404e7a8p+1L; /++ e = 2.718281... +/
enum real LOG2T = 0x1.a934f0979a3715fc9257edfe9b5fbp+1L; /++ $(SUB log, 2)10 = 3.321928... +/
enum real LOG2E = 0x1.71547652b82fe1777d0ff... | D |
module ppl2.ast.expr_composite;
import ppl2.internal;
///
/// Wrap one or more nodes to appear as one single node.
///
final class Composite : Expression {
enum Usage {
STANDARD, /// Can be removed. Can be replaced if contains single child
PERMANENT, /// Never remove or replace even if em... | D |
// D import file generated from 'gamelib\window.d'
module gamelib.window;
import gamelib.all;
import dxlib.all;
import std.stdio;
import std.conv;
class Window
{
protected
{
bool _changeScreen = false;
GameSystem _game;
package
{
void changeScreen(bool val)
{
this._changeScreen = val;
}
this(G... | D |
module cidr.ipaddress;
import cidr.exception;
import std.stdio;
import std.exception;
import core.sys.posix.arpa.inet;
import std.format;
import std.traits : isSomeString;
struct IP {
private:
uint _value;
ubyte _netmask;
public:
import std.socket;
this(uint address) {
_value = address;
}
this(uint address, u... | D |
/workspace/target/debug/build/serde-27df1f8e6eb9b120/build_script_build-27df1f8e6eb9b120: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.125/build.rs
/workspace/target/debug/build/serde-27df1f8e6eb9b120/build_script_build-27df1f8e6eb9b120.d: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1984-1998 by Symantec
* Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
#! /usr/bin/env rdmd
void main() {
import std.regex : regex, matchFirst, ctRegex;
import std.exception : assumeUnique;
import std.algorithm : min, sort;
import std.stdio : writefln, File;
ulong[string] senders;
foreach (line; File("exim_mainlog").byLine) {
if (auto m = line.matchFirst(ctRege... | 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_All_MobileMedi... | D |
/**
Contains routines for high level path handling.
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 vibe.inet.path;
import std.algorithm : canFind, min;
import std.array;
import std.conv;
import ... | D |
/home/orange/projects/rosthem/rosthem-dto/target/debug/build/serde_derive-675cfff16792b56c/build_script_build-675cfff16792b56c: /home/orange/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.130/build.rs
/home/orange/projects/rosthem/rosthem-dto/target/debug/build/serde_derive-675cfff16792b56c/build_scr... | D |
module gl3n.aabb;
private {
import gl3n.linalg : Vector, vec3;
import gl3n.math : almost_equal;
}
/// Base template for all AABB-types.
/// Params:
/// type = all values get stored as this type
struct AABBT(type) {
alias type at; /// Holds the internal type of the AABB.
alias Vector!(at, 3) vec3; ///... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/NIO.build/Codec.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFile... | D |
/Users/dmitrijzuckov/Desktop/Projects/WeatherTestWork/build/WeatherTestWork.build/Debug-iphonesimulator/WeatherTestWork.build/Objects-normal/x86_64/DescriptionViewController.o : /Users/dmitrijzuckov/Desktop/Projects/WeatherTestWork/WeatherTestWork/PresistentStore.swift /Users/dmitrijzuckov/Desktop/Projects/WeatherTestW... | D |
module rx.algorithm;
public import rx.algorithm.iteration;
public import rx.algorithm.timer;
| D |
module common.utils;
public:
import common.utils.array_utils;
import common.utils.asm_utils;
import common.utils.async_utils;
import common.utils.cpu_utils;
import common.utils.map_utils;
import common.utils.range_utils;
import common.utils.regex_utils;
import common.utils.static_utils;
import common.utils.string_uti... | D |
import std.stdio;
void main()
{
int number;
while (number >= 0) {
write("Please enter a number: ");
readf(" %s", &number);
if (number == 13) {
writeln("Sorry, not accepting that one...");
continue;
}
... | D |
/**
* D header file for GNU/Linux
*
* $(LINK2 http://sourceware.org/git/?p=glibc.git;a=blob;f=elf/elf.h, glibc elf/elf.h)
*/
module core.sys.linux.elf;
version (linux):
extern (C):
pure:
nothrow:
import core.stdc.stdint;
alias uint16_t Elf32_Half;
alias uint16_t Elf64_Half;
alias uint32_t Elf32_Word;
alias int3... | D |
/Users/sapientisat/Projects/Supplements/Supplements/XcodeBuild/Intermediates.noindex/Supplements.build/Debug-iphonesimulator/Supplements.build/Objects-normal/x86_64/ConstructureTableViewCell.o : /Users/sapientisat/Projects/Supplements/Supplements/Supplements/Form/Views/CustomTextField.swift /Users/sapientisat/Projects/... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
import std.stdio;
struct S
{
int x;
int y;
}
/********************************************/
void test1()
{
S s = S(1,2);
assert(s.x == 1);
assert(s.y == 2);
}
/********************************************/
void foo2(S s)
{
assert(s.x == 1);
assert(s.y == 2);
}
void test2()
{
foo2( ... | D |
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/WithLatestFrom.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/babaiholdings/Docume... | D |
(of words) meaning the same or nearly the same
| D |
/home/cypher/Desktop/solana_NFT/smart_contracts/nft-vault/target/rls/debug/build/rustversion-7b6264f2c8fe4a50/build_script_build-7b6264f2c8fe4a50: /home/cypher/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/build/build.rs /home/cypher/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.5/... | D |
/// PNG file handling for color.d's Image interfaces
module arsd.png;
import core.memory;
/// Easily reads a png file into a MemoryImage
MemoryImage readPng(string filename) {
import std.file;
return imageFromPng(readPng(cast(ubyte[]) read(filename)));
}
/// Saves a MemoryImage to a png. See also: writeImageToPngF... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Bits.build/Objects-normal/x86_64/Bytes+Hex.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/bits.git-9196587591774126515/Sources/Bits/Bytes+Base64.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/bits.git-91965875917741265... | D |
/*
REQUIRED_ARGS: -preview=dip1000
TEST_OUTPUT:
---
fail_compilation/test16193.d(38): Error: function `test16193.abc` is `@nogc` yet allocates closures with the GC
fail_compilation/test16193.d(40): test16193.abc.__foreachbody1 closes over variable x at fail_compilation/test16193.d(39)
---
*/
//fail_compilation/t... | D |
//////////////////////////////////////////////////////////////////////
//
// Crytek Source code
// Copyright (c) Crytek 2001-2004
//
// File: CREOcclusionQuery.h
// Description: Occlusion query Renderer element.
//
// History:
// - File created by Khonich Andrey
// - February 2005: Modified by Marco Corbetta for SDK... | D |
module UnrealScript.Engine.MaterialExpressionCompound;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.MaterialExpression;
extern(C++) interface MaterialExpressionCompound : MaterialExpression
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property fi... | 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 |
/**
* Handle introspection functionality of the `__traits()` construct.
*
* Specification: $(LINK2 https://dlang.org/spec/traits.html, Traits)
*
* Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: ... | D |
/Users/miladmehrpoo/Desktop/Helloworld/.build/debug/Core.build/Strand.swift.o : /Users/miladmehrpoo/Desktop/Helloworld/Packages/Core-1.0.0/Sources/Core/Array.swift /Users/miladmehrpoo/Desktop/Helloworld/Packages/Core-1.0.0/Sources/Core/Bool+String.swift /Users/miladmehrpoo/Desktop/Helloworld/Packages/Core-1.0.0/Sources... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.