code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
dist/miwikit_pic18f46j50_89xa_PanCo/production/doprnt.d dist/miwikit_pic18f46j50_89xa_PanCo/production/doprnt.p1: C:/Program\ Files\ (x86)/Microchip/xc8/v1.38/sources/common/doprnt.c | D |
/**
Automatic REST interface and client code generation facilities.
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.web.rest;
public import vibe.internal.meta.funcattr :... | D |
/**
Automatic REST interface and client code generation facilities.
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.http.rest;
import vibe.http.restutil;
import vibe.core.lo... | D |
/home/sriharikapu/substrate-node-template/target/release/build/tiny-keccak-2dcbb4b7a68a61bd/build_script_build-2dcbb4b7a68a61bd: /home/sriharikapu/.cargo/registry/src/github.com-1ecc6299db9ec823/tiny-keccak-2.0.2/build.rs
/home/sriharikapu/substrate-node-template/target/release/build/tiny-keccak-2dcbb4b7a68a61bd/build... | D |
instance Mod_2005_GUR_CorCadar_MT (Npc_Default)
{
//-------- primary data --------
name = "Cor Cadar";
Npctype = NPCTYPE_Main;
guild = GIL_OUT;
level = 28;
voice = 2;
id = 2005;
///-------- abilities --------
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 55;
attribute[ATR_MANA_M... | D |
the degree of hotness or coldness of a body or environment (corresponding to its molecular activity)
the somatic sensation of cold or heat
| D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Fluent.build/Migration/AnyMigrations.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/fluent/... | 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 |
module test.codec.websocket.decode;
import hunt.http.codec.websocket.decode.Parser;
import hunt.http.codec.websocket.frame.Frame;
import hunt.http.codec.websocket.frame.WebSocketFrame;
import hunt.http.codec.websocket.model.common;
import hunt.http.codec.websocket.model.WebSocketBehavior;
import hunt.http.codec.websoc... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* Authors: Stewart Gordon
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_mapi.d)
*/
module core.sys.windows.mapi;
version (Windows):
private import core.sys.win... | D |
module temple.tests.common;
version(unittest):
public import std.stdio, std.file : readText;
public import
temple.util,
temple.temple,
temple.output_stream;
bool isSameRender(string r1, string r2)
{
auto ret = r1.stripWs == r2.stripWs;
if(ret == false)
{
writeln("Renders differ: ");
writeln("Got: ---------... | 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 dgui.core.controls.control;
public import dgui.core.interfaces.idisposable;
public import dgui.core.events.controlcodeeventargs;
public import dgui... | D |
#!/usr/bin/env dub
/+
dub.sdl:
name "snippet1"
dependency "dwt" path="../../../../../../" version="*"
libs \
"atk-1.0" \
"cairo" \
"dl" \
"fontconfig" \
"gdk-x11-2.0" \
"gdk_pixbuf-2.0" \
"gio-2.0" \
"glib-2.0" \
"gmodule-2.0" \
"gob... | D |
/***************************************************************
unicode.h
***************************************************************/
module derelict.allegro.unicode;
version (Tango) {
import tango.stdc.stdarg;
import tango.stdc.stdlib;
}
else {
import std.c;
... | D |
//##########################################################################
//##
//## Hier stehen alle Buchständermobsiscripte
//##
//##########################################################################
//*************************************
// Buchständer in der Klosterbibliothek
//**************************... | D |
module snippet_elem;
import std.regex;
import std.file;
import std.conv;
import std.path;
import etc.linux.memoryerror;
import ui;
import elements;
import docman;
import document;
import dcore;
extern (C) string GetClassName()
{
return "snippet_elem.SNIPPETS";
}
class MIRROR
{
TextMark mMirro... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
void main()
{
auto nl = readln.split.to!(int[]);
auto N = nl[0];
long L = nl[1];
long[] as = [0];
foreach (_; 0..N) as ~= readln.chomp.to!long;
as ~= 0;
auto DP ... | D |
/Users/theckraft/Documents/Programming/Xcode/RelayMusicPlayer/DerivedData/RelayMusicPlayer/Build/Intermediates.noindex/RelayMusicPlayer.build/Debug-iphoneos/RelayMusicPlayer.build/Objects-normal/arm64/File.o : /Users/theckraft/Documents/Programming/Xcode/RelayMusicPlayer/RelayMusicPlayer/Model/SpotifyModel/SpotifyExter... | D |
/*#D*/
// Copyright © 2012, Bernard Helyer. All rights reserved.
// Copyright © 2012, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/volt/license.d (BOOST ver. 1.0).
module volt.visitor.prettyprinter;
import watt.conv : toString;
import watt.io.streams : OutputStream;
import watt.io.std : wri... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* Authors: Stewart Gordon
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC core/sys/windows/_accctrl.d)
*/
module core.sys.windows.accctrl;
version (Windows):
version (ANSI... | D |
/*******************************************************************************
copyright: Copyright (c) 2008 Jeff Davey. все rights reserved
license: BSD стиль: $(LICENSE)
author: Jeff Davey <j@submersion.com>
***************************************************... | D |
build/Debug/Cygwin-Windows/RaoListing4p2_ep2.o: RaoListing4p2_ep2.cpp
| 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
... | D |
// *****************************
// NSC zaubert herum an Stand-FP
// *****************************
func void ZS_Practice_Magic ()
{
Perception_Set_Normal();
B_UseHat (self);
B_ResetAll (self);
if (self.aivar[AIV_Schwierigkeitsgrad] < Mod_Schwierigkeit)
|| (self.aivar[AIV_Schwierigkeitsgrad] > Mod_... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Routing/Router+Middleware.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/Khanh/vapor/TILApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Content/For... | D |
old material that is slightly reworked and used again
present or use over, with no or few changes
go back over
| D |
/**********************************************
* This module implements integral arithmetic primitives that check
* for out-of-range results.
*
* Integral arithmetic operators operate on fixed width types.
* Results that are not representable in those fixed widths are silently
* truncated to fit.
* This module... | D |
module ddiv.core;
public import ddiv.core.process;
public import ddiv.core.scheduler;
public import ddiv.core.mainprocess;
public import ddiv.core.signals;
| D |
module hunt.io.channel.posix.AbstractDatagramSocket;
// dfmt off
version(Posix):
// dfmt on
import hunt.event.selector.Selector;
import hunt.Functions;
import hunt.io.channel.AbstractSocketChannel;
import hunt.io.channel.Common;
import hunt.logging;
import std.socket;
/**
UDP Socket
*/
abstract class AbstractDatagr... | D |
module irc.client;
import irc.exception;
import irc.linebuffer;
import irc.protocol;
public import irc.protocol : IrcUser;
import irc.ctcp;
import irc.util;
import std.socket;
public import std.socket : InternetAddress;
import std.exception;
import std.algorithm;
import std.array;
import std.range;
import std.regex... | 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 th... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.t... | D |
module gfx.core;
public import gfx.core.log;
public import gfx.core.rc;
public import gfx.core.typecons;
public import gfx.core.util;
enum gfxCoreLogMask = 0x8000_0000;
package(gfx) immutable gfxCoreLog = LogTag("GFX-CORE", gfxCoreLogMask);
| D |
/Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphonesimulator/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/x86_64/CharacterDetailViewModel.o : /Users/pavelkurilov/Library/Mobile\ Documents/com... | D |
/+
+ Copyright 2023 Aya Partridge
+ Copyright 2018 - 2022 Michael D. Parker
+ 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.glfw;
public import bindbc.glfw.typ... | D |
///
module dserialize.serialization_format;
public bool isSerializationFormat(T)() pure
{
return is(
typeof(
{
}()
)
);
} | D |
/*******************************************************************************
Copyright (c) 2006 Regan Heath
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for damages
of any kind arising from the... | D |
module android.java.android.widget.CheckedTextView;
public import android.java.android.widget.CheckedTextView_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!CheckedTextView;
import import17 = android.java.android.text.TextPaint;
import import67 = android.java.android.view.accessibility.Access... | D |
/**
* Generate elems for fixed, PIC, and PIE code generation.
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (C) 2000-2023 by The D Language Foundation, All Rights Reserved
* Autho... | D |
instance VLK_407_HAKON(NPC_DEFAULT)
{
name[0] = "Хакон";
guild = GIL_VLK;
id = 407;
voice = 12;
flags = 0;
npctype = NPCTYPE_MAIN;
b_setattributestochapter(self,4);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,itmw_shortsword2);
b_setnpcvisual(self,MALE,"Hum_Head_FatBald",FACE_N_NORMALBART20,BODYTEX_N,ita... | 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 |
module hio.http.http_parser;
import std.experimental.logger;
import std.bitmanip;
enum http_parser_type
{
HTTP_REQUEST,
HTTP_RESPONSE,
HTTP_BOTH
}
struct http_parser_settings
{
http_cb on_message_begin;
http_data_cb on_url;
http_data_cb on_status;
http_data_cb on_header_field;
ht... | 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 |
module mapa.estadoCelda.CeldaOcupadaException;
import std.exception;
public class CeldaOcupadaException : Exception{
this(string msg, string file = __FILE__, size_t line = __LINE__) {
super(msg, file, line);
}
} | 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.opengl.bind.gl46;
import bindbc.opengl.config;
static if(glSupport >= GLSupport.gl46) {
... | D |
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/std11863conv.d
// EXTRA_FILES: imports/std11863format.d
import imports.std11863conv;
void main()
{
auto s = to!string(15, 10);
assert(s == "15"); // failure
}
| D |
deprecated("Using crypto.aes instead.")
module cryption.aes;
public import crypto.aes;
alias cryption = crypto;
| D |
/*
TEST_OUTPUT:
---
fail_compilation/bug5b.d(8): Error: function `bug5b.test1` has no `return` statement, but is expected to return a value of type `int`
---
*/
int test1()
{
}
| D |
import std.stdio;
void main(){
writeln("Hello World!!");
}
| D |
instance GRD_5050_GARDIST(Npc_Default)
{
name[0] = NAME_Gardist;
npcType = npctype_guard;
guild = GIL_GRD;
level = 10;
voice = 13;
id = 5050;
attribute[ATR_STRENGTH] = 45;
attribute[ATR_DEXTERITY] = 45;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 190;
attribute[ATR_H... | D |
module shaders;
string vertexShaderSrc =
q{
#version 330 core
layout(location = 0) in vec3 inVertexPosition;
//noperspective out vec3 world_pos;
void main(){
gl_Position = vec4(inVertexPosition, 1.0);
}
};
string fragmentShaderSrc =
q{
#version 330 core
smooth in vec4 gl_FragCoor... | D |
void main() {
auto N = ri;
auto S = rs;
ulong p = 1;
char last = S[0];
int ok = 1;
ulong res;
while(p < N) {
switch(S[p]) {
case 'O':
if(last == 'X' && ok >= 1) {
res++;
ok = -1;
}
break;
case 'X':
if(last == 'O' && ok >= 1) {
res++;
ok = -1;
}
break;
defa... | 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 |
/**
Copyright: Copyright (c) 2017-2019 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module vox.be.amd64asm;
import vox.utils : Arena;
enum Register : ubyte {AX, CX, DX, BX, SP, BP, SI, DI, R8, R9, R10, R11, R12, R13, R14, R15}
enum RegisterMax = cast(Regi... | D |
module libos.ramfs;
import user.templates;
private import user.syscall;
import libos.console;
// The beef of the logic involves this structure
// Add to directory structure
// Just use a linked list allocation
// The first item in the directory is the Directory.Header
// Followed by a linked list of Directory.Entr... | D |
module dwt.internal.mozilla.nsIDOMStorage;
import dwt.internal.mozilla.Common;
import dwt.internal.mozilla.nsID;
import dwt.internal.mozilla.nsISupports;
import dwt.internal.mozilla.nsStringAPI;
import dwt.internal.mozilla.nsIDOMStorageItem;
alias PRUint64 DOMTimeStamp;
const char[] NS_IDOMSTORAGE_IID_STR = "95cc13... | D |
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Fluent.build/Objects-normal/x86_64/DatabaseConnection+Fluent.o : /Users/petercernak/vapor/TILApp/.build/checkouts/fluent.git-8387737201324173519/Sources/Fluent/Model/ID.swift /Users/petercernak/vapor/TILApp/.build/checkouts/fluent.git-838773... | D |
// Written in the D programming language.
/**
This module implements support for fixed point numbers.
Authors: Manu Evans
Copyright: Copyright (c) 2019, Manu Evans.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0)
*/
module wg.util.fixedpoint;
@safe pure nothrow @nogc:
/**
Implements a fixed poin... | D |
/Users/DanielChang/Documents/Vapor/Hello/.build/debug/Settings.build/Node+Merge.swift.o : /Users/DanielChang/Documents/Vapor/Hello/Packages/Vapor-1.5.7/Sources/Settings/Config+Arguments.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Vapor-1.5.7/Sources/Settings/Config+Directory.swift /Users/DanielChang/Documen... | D |
a sudden desire
an odd or fanciful or capricious idea
| D |
/*
COPYRIGHT: 2014, Andreas Zwinkau <qznc@web.de>
LICENSE: http://www.apache.org/licenses/LICENSE-2.0
*/
import vibe.d;
static import vibe.textfilter.markdown;
import model;
import std.conv : text, to, ConvException;
import std.process : environment;
static immutable host = "127.0.0.1";
static immutable port = 8080;
... | D |
/Users/shawngong/Centa/.build/debug/URI.build/Parser/Parser+Components.swift.o : /Users/shawngong/Centa/Packages/Engine-1.3.11/Sources/URI/PercentDecoding.swift /Users/shawngong/Centa/Packages/Engine-1.3.11/Sources/URI/Model/URI+Byte.swift /Users/shawngong/Centa/Packages/Engine-1.3.11/Sources/URI/Model/URI+Modification... | D |
/**
This module provides the template metaprogramming variant of compile-time
reflection, allowing client code to do type-level computations on the
contents of a D module.
*/
module mirror.meta.reflection;
import mirror.trait_enums: Protection, toProtection, Linkage, toLinkage;
import std.meta: Alias;
/**
... | D |
instance Mod_4053_UntoterNovize_32_MT (Npc_Default)
{
//-------- primary data --------
name = "Untoter Novize";
Npctype = Npctype_UNTOTERNOVIZE;
guild = GIL_STRF;
level = 20;
voice = 0;
id = 4053;
//-------- abilities --------
B_SetAttributesToChapter (self, 4);
EquipItem (self, ItMw... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
4.0999999 81 13.5 21 7 8 36 -106.300003 303 11.3999996 11.3999996 0.833488405 extrusives, basalts
4.5 80.5 11.8999996 29 8 9 35.7000008 -106.5 304 14.1999998 14.1999998 0.865007985 extrusives, basalts, rhyolites
354.200012 75.5999985 9.69999981 ... | 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
... | D |
/**
Copyright: Copyright (c) 2020, Joakim Brännström. All rights reserved.
License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
Author: Joakim Brännström (joakim.brannstrom@gmx.com)
*/
module my.set;
import std.algorithm : filter;
import std.range : ElementType, isOutputRange;
struct Set... | D |
import std.stdio, std.string;
void main() {
immutable mnOrig = 1, mxOrig = 10;
int mn = mnOrig, mx = mxOrig;
writefln(
"Think of a number between %d and %d and wait for me to guess it.
On every guess of mine you should state whether the guess was
too high, too low, or equal to your number by t... | D |
/// Daniel Vik's memcpy implementation, preprocessed with default config, adapted to D.
module code.memcpy;
alias uint UIntN;
void *fastMemcpy(void *dest, const void *src, size_t count)
{
ubyte* dst8 = cast(ubyte*)dest;
ubyte* src8 = cast(ubyte*)src;
if (count < 8) {
{
switch (count)
... | D |
/*
TEST_OUTPUT:
---
fail_compilation/diag9148.d(19): Error: `pure` function `diag9148.test9148a.foo` cannot access mutable static data `g`
fail_compilation/diag9148.d(23): Error: `pure` function `diag9148.test9148a.bar` cannot access mutable static data `g`
fail_compilation/diag9148.d(24): Error: `immutable` function `... | D |
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ElementAt.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift... | D |
/Users/a123456/Desktop/React/WeiBoNews/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintMakerExtendable.o : /Users/a123456/Desktop/React/WeiBoNews/Pods/SnapKit/Source/Constraint.swift /Users/a123456/Desktop/React/WeiBoNews/Pods/SnapKit/Source/ConstraintAttributes.swift ... | 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 |
/*
* 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 pango.types;
import pango.utils;
import pango.c.types;
alias Glyph = PangoGlyph;
// TODO: enhance the Rectangle with getters, properti... | D |
// eg cmdln: listalldirs "rem list dirs" "copy listalldirs.d " "" ":exit"
// after the second parameter the directory is inserted (listalldirs "rem remark" "cp listalldirs.d " "" ":exit"
// doesnt include the current directory
import std.stdio;
import std.file;
import std.process;
string[] args;
void main(string[] ar... | D |
import std.stdio, std.regex, std.algorithm, std.string, std.array;
void main() {
writeln("Enter a story template, terminated by an empty line:");
string story;
while (true) {
auto line = stdin.readln().strip();
if (line.empty) break;
story ~= line ~ "\n";
}
auto re = regex(... | D |
E: c32, c53, c75, c337, c259, c145, c44, c209, c193, c135, c169, c222, c268, c114, c120, c245, c33, c238, c341, c99, c230, c109, c181, c274, c136, c164, c161, c88, c54, c11, c118, c277, c351, c322, c237, c108, c256, c349, c343, c65, c295, c196, c247, c62, c182, c1, c107, c297, c90, c364, c301, c363, c83, c9, c329, c130... | D |
import std.stdio;
void main()
{
int[12] months;
writeln("The array has ", months.length, " elements");
// change the # of elements not possible
// months.length = 4;
// with empty initally it can be changed
//int[] array;
// This variable is used as a loop counter
int counter;
// Fixed... | D |
module spine.util.vector;
struct Vector2(T) {
enum size_t length = 2;
enum string resolve = "!i?nil:one";
alias nil x, w, width;
alias one y, h, height;
///indexer getter
ref T opIndex(size_t i) {
return mixin(resolve);
}
///indexer setter
void opIndexAssign(T value, size... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2018 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 |
// 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.opengl.bind.arb.core_33;
import bindbc.loader;
import bindbc.opengl.config,
bindbc... | 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 |
import std.stdio, std.file, std.conv, std.getopt, std.string;
import bio.gff3.file, bio.gff3.validation, bio.gff3.filtering,
bio.gff3.record_range, bio.gff3.selection, bio.gff3.record,
bio.gff3.conv.json, bio.gff3.conv.table, bio.gff3.conv.gff3,
bio.gff3.conv.gtf, bio.gff3.conv.fasta, bio.fasta;
im... | D |
/Users/Rylyn/project/rust/TRPL-Code/TRPL_14_02_document/target/debug/deps/TRPL_14_02_document-86a1cbdeae0d7b38: src/main.rs
/Users/Rylyn/project/rust/TRPL-Code/TRPL_14_02_document/target/debug/deps/TRPL_14_02_document-86a1cbdeae0d7b38.d: src/main.rs
src/main.rs:
| D |
thin strip of metal used to separate lines of type in printing
the activity of leading
take somebody somewhere
have as a result or residue
tend to or result in
travel in front of
cause to undertake a certain action
stretch out over a distance, space, time, or scope
be in charge of
be ahead of others
be conducive to
lea... | D |
module msgtrans.e2ee.message.MsgDefine;
import google.protobuf;
enum KeyExchangeType {
UNKNOWN_REQUEST_TYPE = 0,
KEY_EXCHANGE_INITIATE = 1,
KEY_EXCHANGE_FINALIZE = 2
}
class KeyInfo {
@Proto(1) string salt_32bytes = protoDefaultValue!(string);
@Proto(2) string ec_public_key_65bytes = protoDefaultVal... | D |
// ******************************************************
// B_MM_AssessWarn
// ---------------
// Gründe, warum Monster warns senden/empfangen:
// a) Beute warnt Jäger, damit er in ZS_Attack das Opfer wechseln kann
// b) Rudeltiere (FRIENDLY zueinander) reagieren auf warn
// *******************************************... | D |
module android.java.org.w3c.dom.ls.LSOutput_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.io.Writer_d_interface;
import import2 = android.java.java.lang.Class_d_interface... | D |
instance STT_328_Schatten(Npc_Default)
{
name[0] = NAME_Schatten;
npcType = npctype_ambient;
guild = GIL_STT;
level = 5;
voice = 12;
id = 328;
attribute[ATR_STRENGTH] = 30;
attribute[ATR_DEXTERITY] = 45;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 154;
attribute[ATR_... | D |
module app.settings.settings;
import vibe.d;
class AppSettings{
HTTPServerSettings settings = null;
alias settings this;
this(){
this.settings = new HTTPServerSettings;
this.port = 8080;
this.bindAddresses = [
"::1",
"127.0.0.1"
];
this.sessionStore = new MemorySessionStore;
//this.errorPageHa... | D |
/*
*******************************************************************************************
* Dgame (a D game framework) - Copyright (c) Randy Schütt
*
* 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
... | D |
module gtkD.gio.Resolver;
public import gtkD.gtkc.giotypes;
private import gtkD.gtkc.gio;
private import gtkD.glib.ConstructionException;
private import gtkD.gobject.Signals;
public import gtkD.gtkc.gdktypes;
private import gtkD.glib.Str;
private import gtkD.glib.ErrorG;
private import gtkD.glib.GException;
priva... | D |
# FIXED
OSAL/osal_cbtimer.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/blestack/osal/src/common/osal_cbtimer.c
OSAL/osal_cbtimer.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/blestack/osal/src/inc/osal.h
OSAL/osal_cbtimer.obj: C:/ti/ccs1030/ccs/tools/compiler/ti-cgt-arm_20.2.4.LTS/include/limits.h... | D |
// before start ODBC connection should be set up
// %windir%\SysWOW64\odbcad32.exe
// http://web.synametrics.com/firebird.htm
import std.stdio;
import std.conv;
import std.algorithm;
import std.datetime;
import std.path;
import std.file;
import ddbc.all; // setAutoCommit false string 165 pgsqlddbc.d
import std.databa... | D |
/Users/johnxu/Desktop/FacebookPickerPhotos/FacebookPickerPhotos/JFacebookPhotoPicker/Build/Intermediates/JFacebookPhotoPicker.build/Debug-iphonesimulator/JFacebookPhotoPicker.build/Objects-normal/x86_64/photoCollectionViewCell.o : /Users/johnxu/Desktop/FacebookPickerPhotos/FacebookPickerPhotos/JFacebookPhotoPicker/JFac... | D |
// TO DO: Module description
module factoring;
import std.algorithm, std.range, std.traits, std.typecons;
import unit_threaded;
/*******************************************************************************
Returns a forward range that computes the prime factors of `num`` in increasing
order.
Params:
num = a ... | D |
/*
* Copyright (c) 2007 SIEGE Development Team
* All rights reserved.
*
* This file is part of libSIEGE.
*
* This software is copyrighted work licensed under the terms of the
* 2-clause BSD license. Please consult the file "license.txt" for
* details.
*
* If you did not recieve the file with this program, ple... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Service.build/Container/SubContainer.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/service/Sources/Service/Services/ServiceID.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/check... | D |
# FIXED
Comun/common/F2837xD_Ipc_Driver_Lite.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/Comun/common/F2837xD_Ipc_Driver_Lite.c
Comun/common/F2837xD_Ipc_Driver_Lite.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/F2837xD_headers/include/F2837xD_device.h
Comun/common/F2837xD_Ipc_Driver... | D |
import std.stdio;
import fibonacci;
import meter;
import measurement;
import cache;
int getUserInput() {
int option;
writeln("***** MAIN *****");
writeln("(1) Do a wall time measurement of the fibonacci algorithms");
writeln("(2) Do a cycle count measurement of the fibonacci algorithms");
writeln("(3) Do a wall t... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.