code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
// Copyright (C) 2018-2019 HuntLabs. All rights reserved.
//
// 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 require... | D |
# FIXED
HAL/Target/CC2650/_common/mb_PATCH.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Components/hal/target/_common/cc26xx/mb_PATCH.c
HAL/Target/CC2650/_common/mb_PATCH.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Components/hal/target/CC2650TIRTOS/hal_mcu.h
HAL/Target/CC2650/_common/mb_PATCH.obj: C:/ti/ccsv7/to... | D |
module UnrealScript.Core.Package;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.UObject;
extern(C++) interface Package : UObject
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass StaticClass() { mixin(MGSCC("Class Core.P... | D |
module serialization.log.log;
import std.file;
import core.sync.mutex;
class Log{
private:
string fileName;
public:
this(string fileName, string firstLine){
this.fileName = fileName;
if(firstLine.length > 0){
write(fileName, firstLine ~ "\n");
}
}
/*Write on log file the given message*/
v... | D |
/home/gambl3r/Rust/telegrambotdev/BotDev/target/debug/deps/synstructure-a52f5b8fb4ce1c40.rmeta: /home/gambl3r/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.4/src/lib.rs /home/gambl3r/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.4/src/macros.rs
/home/gambl3r/Rust/telegrambotdev/... | D |
/**
Translate aggregates
*/
module dpp.translation.aggregate;
import dpp.from;
import std.range: isInputRange;
enum MAX_BITFIELD_WIDTH = 64;
string[] translateStruct(in from!"clang".Cursor cursor,
ref from!"dpp.runtime.context".Context context)
@safe
{
import clang: Cursor;
... | D |
/Users/julia/ruhackathon/target/debug/build/ring-efd949b856bff3e9/build_script_build-efd949b856bff3e9: /Users/julia/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs
/Users/julia/ruhackathon/target/debug/build/ring-efd949b856bff3e9/build_script_build-efd949b856bff3e9.d: /Users/julia/.cargo/registry... | D |
/**************************************************************************
ГОБЛИН-ВОИН
Крупный, лучше вооруженный черный гоблин.
Трофеи: случайно.
***************************************************************************/
prototype Mst_Default_Gobbo_Warrior(C_Npc)
{
name[0] = "Гоблин-воин";
guild =... | D |
@safe:
import std.algorithm : max, min;
import std.algorithm.iteration : filter;
import std.algorithm.sorting : sort;
import std.array : array;
import std.conv : to;
import std.file : write;
import std.math : isInfinity, round;
import std.parallelism : taskPool, TaskPool;
import std.stdio : writeln;
import perf : new... | D |
const int COLL_DONOTHING = 0;
const int COLL_DOEVERYTHING = 1;
const int COLL_APPLYDAMAGE = 2;
const int COLL_APPLYHALVEDAMAGE = 4;
const int COLL_APPLYDOUBLEDAMAGE = 8;
const int COLL_APPLYVICTIMSTATE = 16;
const int COLL_DONTKILL = 32;
func int c_cannpccollidewithspell(var int spelltype)
{
var C_NPC her;
if((spel... | D |
module hunt.security.cert.Extension;
import hunt.stream.Common;
/**
* This interface represents an X.509 extension.
*
* <p>
* Extensions provide a means of associating additional attributes with users
* or public keys and for managing a certification hierarchy. The extension
* format also allows communities to... | D |
# FIXED
OSAL/OSAL_Timers.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Components/osal/common/OSAL_Timers.c
OSAL/OSAL_Timers.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Components/osal/include/comdef.h
OSAL/OSAL_Timers.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Components/hal/target/CC2650TIRTOS/hal_types.h
OS... | D |
a wide scope
the extent of a 2-dimensional surface enclosed within a boundary
a wide and open space or area as of surface or land or sky
| D |
module dcv.plot;
/**
* Plotting module.
*
* TODO: consider plot2kill
*
* v0.1 norm:
* imshow
* basic shape drawing
*
* v0.1+:
* text rendering?
*/ | D |
/*
* SPDX-FileCopyrightText: Copyright © 2020-2023 Serpent OS Developers
*
* SPDX-License-Identifier: Zlib
*/
/**
* moss.core.cli package
*
* Module namespace imports, command line interface helpers and UDAs.
*
* Authors: Copyright © 2020-2023 Serpent OS Developers
* License: Zlib
*/
module moss.core.cli;
... | D |
module glfwd.c.init;
extern(C) {
int glfwInit();
void glfwTerminate();
void glfwGetVersion(int* major, int* minor, int* rev);
const char* glfwGetVersionString();
} | D |
a gathering of the minimal number of members of an organization to conduct business
| D |
module ui.parse.css.margin_auto;
bool parse_margin_auto( string s )
{
return false;
}
| D |
module boilerplate.autostring;
import std.format : format;
import std.meta : Alias;
import std.traits : Unqual;
version(unittest)
{
import std.conv : to;
import std.datetime : SysTime;
import unit_threaded.should;
}
/++
GenerateToString is a mixin string that automatically generates toString functions,
b... | D |
/*******************************************************************************
* Copyright (c) 2000, 2005 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 modules;
import engine.core.mod;
public:
import modules.platform;
import modules.render;
import modules.box2d_phys;
import modules.png;
void registerModules() {
import engine.core.utils.logger : log;
CModuleManager.get().add( new CSDLInput() );
CModuleManager.get().add( new COpenGLRender() );
... | D |
import core.runtime;
import std.stdio;
import std.typecons;
import std.variant;
import vibe.data.json;
import elasticsearch.client;
import elasticsearch.detail.log;
import elasticsearch.domain.action.request.cluster.node.info;
import elasticsearch.domain.action.request.document.index;
import elasticsearch.domain.acti... | D |
/Users/danielmorales/CSUMB/Potluck/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Queue.o : /Users/danielmorales/CSUMB/Potluck/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/danielmorales/CSUMB/Potluck/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/danielmorales/CSUMB/Potluck/P... | D |
suggesting human characteristics for animals or inanimate things
| D |
module android.java.android.location.GnssClock_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.lang.Class_d_interface;
import import0 = android.java.android.os.Parcel_d_int... | D |
module android.java.android.telephony.CellSignalStrengthNr_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.lang.Class_d_interface;
import import0 = android.java.android.os.... | D |
// REQUIRED_ARGS: -w
// https://issues.dlang.org/show_bug.cgi?id=4375: Dangling else
/*
TEST_OUTPUT:
---
fail_compilation/fail4375e.d(16): Warning: else is dangling, add { } after condition at fail_compilation/fail4375e.d(13)
Error: warnings are treated as errors
Use -wi if you wish to treat warnings only as inf... | D |
instance DIA_Addon_Skip_EXIT(C_Info)
{
npc = PIR_1355_Addon_Skip;
nr = 999;
condition = DIA_Addon_Skip_EXIT_Condition;
information = DIA_Addon_Skip_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Skip_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_Skip_EXIT_Info()
{
AI_... | D |
instance BAU_930_Sekob(Npc_Default)
{
name[0] = "Секоб";
guild = GIL_OUT;
id = 930;
voice = 1;
flags = NPC_FLAG_IMMORTAL;
npcType = npctype_main;
aivar[AIV_ToughGuy] = TRUE;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_NORMAL;
EquipItem(self,ItMw_ShortSword2);
B_CreateAmbientInv(self);
B_SetN... | D |
module terminfo.d.Format;
struct FmtVar {
char[] ValueS;
ptrdiff_t ValueN;
@safe pure @nogc nothrow:
this(char[] s) {
this.ValueS = s;
}
this(ptrdiff_t i) {
this.ValueN = i;
}
this(bool b) {
this.ValueN = b ? 1 : 0;
}
const bool isNumeric() {
return this.ValueS.length == 0;
}
FmtVar opBinary(st... | D |
import std.stdio;
import std.string;
void main() {}
unittest {
string str="three + four = ";
writeln(append(str, 7));
writeln(str.append(7));
writeln("3 * 10 + 7 = ".append(37));
}
string append(string root, int x) {
return format("%s%s",root, x);
}
| D |
module android.java.android.view.inspector.PropertyReader_PropertyTypeMismatchException_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.io.PrintStream_d_interface;
import i... | D |
module bio.gff3.conv.gff3;
import std.stdio;
import bio.gff3.record_range;
bool to_gff3(GenericRecordRange records, File output, long at_most = -1) {
long counter = 0;
foreach(rec; records) {
output.writeln(rec.toString(DataFormat.GFF3));
counter += 1;
// Check if the "at_most" limit has been reached... | D |
// Written in the D programming language
/*
Copyright (C) 2004-2005 Christopher E. Miller
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 u... | 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 |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/HTTP.build/Objects-normal/x86_64/AsyncServer.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/engine.git-331... | D |
/Users/eduardo.herrera/Desktop/Edu/Projects/iOS/PayMe/PayMe/DerivedData/PayMe/Build/Intermediates.noindex/PayMe.build/Debug-iphonesimulator/PayMe.build/Objects-normal/x86_64/APIClient.o : /Users/eduardo.herrera/Desktop/Edu/Projects/iOS/PayMe/PayMe/PayMe/Views/mainBaseVC.swift /Users/eduardo.herrera/Desktop/Edu/Projects... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/TemplateKit.build/ViewRenderer.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/che... | D |
module gcc.configunix;
private import gcc.config;
alias gcc.config.Coff_t off_t;
extern(C) {
const int NFDBITS = 32;
const int __FD_SET_SIZEOF = 8;
const int FD_SETSIZE = 64;
alias uint mode_t;
enum {
O_RDONLY = 0,
O_WRONLY = 1,
O_RDWR = 2,
O_NONBLOCK = 16384,
O_CREAT = 512,
O_EXCL = 2048,
O_TRUNC = 10... | D |
instance VLK_576_Buddler(Npc_Default)
{
name[0] = NAME_Buddler;
npcType = npctype_ambient;
guild = GIL_VLK;
level = 4;
voice = 2;
id = 576;
attribute[ATR_STRENGTH] = 20;
attribute[ATR_DEXTERITY] = 10;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 88;
attribute[ATR_HIT... | D |
instance Mod_1980_PSIGUR_Guru_FI (Npc_Default)
{
//-------- primary data --------
name = "Fanatischer Guru";
Npctype = NPCTYPE_Main;
guild = GIL_strf;
level = 28;
voice = 12;
id = 1980;
///-------- abilities --------
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 60;
attr... | D |
/*******************************************************************************
* Copyright (c) 2000, 2006 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 |
/**
* Written in the D programming language.
* This module provides OSX-specific support routines for memory.d.
*
* Copyright: Copyright Digital Mars 2008 - 2012.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE... | D |
class Person {
name = "unknown";
age = 0;
function Person(n) {
name = n;
};
function get_name() {
return "gg";
};
};
class Human {
alive = true;
function die() {
alive = false;
};
};
class Creature {
molecules = 10000;
function die() {
abstract... | D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanyin... | D |
module source.location;
import source.context;
/**
* Struct representing a location in a source file.
* Effectively a pair of Position within the source file.
*/
struct Location {
package:
Position _start;
Position _stop;
public:
this(Position start, Position stop) in {
assert(start.isMixin() == stop.isMixin... | D |
/Users/student/VGLogger/DerivedData/Build/Intermediates/VGLogger.build/Debug-iphonesimulator/VGLogger.build/Objects-normal/x86_64/ThirdViewController.o : /Users/student/VGLogger/VGLogger/Download.swift /Users/student/VGLogger/VGLogger/Models/BarCodeDataSource.swift /Users/student/VGLogger/VGLogger/Models/VideoGameDataS... | D |
instance DIA_Pal_212_Schiffswache_EXIT(C_Info)
{
npc = PAL_212_Schiffswache;
nr = 999;
condition = DIA_Pal_212_Schiffswache_EXIT_Condition;
information = DIA_Pal_212_Schiffswache_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Pal_212_Schiffswache_EXIT_Condition()
{
return TRUE;
};
fu... | D |
module java.tostring;
T toImpl(T, S)(S value)
if (is(T == string) && is(typeof(&S.toString) == string function()))
{
return S.toString;
}
| D |
(* ported from AISIX *)
var KHeapStart 0x22000
var KHeapSize 0xDDFFF
struct KHeapHeader
4 size
4 last
4 next
4 allocby
1 allocated
endstruct
procedure HeapInit (* -- *)
KHeapSize@ KHeapStart@ KHeapHeader_size + !
0 KHeapStart@ KHeapHeader_last + !
0 KHeapStart@ KHeapHeader_allocated + !
end
procedure HeapDu... | 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 |
a black colloidal substance consisting wholly or principally of amorphous carbon and used to make pigments and ink
coat with soot
| D |
module dfmt.editorconfig;
import std.regex : ctRegex;
static if (__VERSION__ >= 2067)
public import std.traits : FieldNameTuple;
else
{
private enum NameOf(alias T) = T.stringof;
template FieldNameTuple(T)
{
import std.typetuple : staticMap;
import std.traits : isNested;
static... | D |
a toxic nonmetallic element related to sulfur and tellurium
| D |
/***********************************************************************\
* sqlext.d *
* *
* Windows API header module *
* ... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/SQL.build/SQLDelete.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/sql/Sources/SQL/SQLJoinMethod.s... | D |
module net.client;
/* Interactive mode runs an instance of this during network games.
* This is the high-level message API that the game and lobby call when
* they want to send stuff over the network.
* This receives data from a NetServer and caches it for the gameplay.
*/
import std.string;
import std.exception;... | D |
/*
TEST_OUTPUT:
---
fail_compilation/diag6707.d(9): Error: mutable method diag6707.Foo.value is not callable using a const object
---
*/
#line 1
module diag6707;
struct Foo
{
@property bool value() { return true; }
void test() const
{
auto x = value;
}
}
| D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2012 by Rainer Schuetze, All Rights Reserved
//
// License for redistribution is given by the Artistic License 2.0
// see file LICENSE for further details
module vdc.vdserver;
version(MA... | D |
/// Debug a process.
///
/// This is the core of the debugger API. It provides APIs to start a new
/// process, attach itself onto a process, manage breakpoints, etc.
///
/// This is the only module that contains function names without its module
/// name.
///
/// Authors: dd86k <dd@dax.moe>
/// Copyright: © dd86k <dd@... | D |
/** dux - ux implementation for D
*
* Authors: Tomona Nanase
* License: The MIT License (MIT)
* Copyright: Copyright (c) 2014 Tomona Nanase
*/
module dux.Utils.Algorithm;
import std.algorithm;
T clamp(T)(T value, T maxValue, T minValue)
if(is(typeof(maxValue > minValue)))
in
{
assert(minValu... | D |
const int VALUE_ZеHNE = 10;
const int VALUE_KRALLEN = 8;
const int VALUE_WOLFSFELL = 10;
const int VALUE_ORKHUNDFELL = 20;
const int VALUE_PANZERPLATTE = 20;
const int VALUE_CRAWLERZANGEN = 10;
const int VALUE_SHADOWBEASTFELL = 400;
const int VALUE_LURKERKLAUE = 10;
const int VALUE_LURKERHAUT = 20;
const int VALUE_SUM... | D |
instance Mod_954_STT_Huno_MT (Npc_Default)
{
// ------ NSC ------
name = "Huno";
guild = GIL_OUT;
id = 954;
voice = 0;
flags = 0;
npctype = NPCTYPE_main;
// ------ Attribute ------
B_SetAttributesToChapter (self, 3);
// ------ Kampf-Taktik ------
fight_tactic = FAI_HUMAN_NORMAL;
// -... | D |
import zstd;
static import std.file;
static import std.stdio;
void main(string[] args)
{
if (args.length <= 1)
throw new Exception("Must specify filename");
auto original = std.file.read(args[1]);
auto compressed = compress(original, 3); // second argument is compression level between 1 - 22
... | D |
/Users/wesleygraham/Documents/coding/flux/near-sdk/examples/fungible-token/target/release/build/serde-b88e942d77b00c8e/build_script_build-b88e942d77b00c8e: /Users/wesleygraham/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.105/build.rs
/Users/wesleygraham/Documents/coding/flux/near-sdk/examples/fungible-tok... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1984-1998 by Symantec
* Copyright (C) 2000-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
// RPN calculator
// Eg: "9 1 +" -> "10"
import std.algorithm, std.container.array,
std.conv, std.stdio, std.meta;
void main()
{
Array!int stack;
void binop(string op)()
{
stack[$ - 2] = mixin("stack[$ - 2] " ~
op ~ " stack[$ - 1]");
stack.removeBack();
... | D |
module SimpleTextureDrv;
// includes, system
import tango.util.log.Trace;
import tango.stdc.string : memset;
import tango.stdc.stringz : toStringz;
import tango.stdc.stdlib : malloc, free;
// includes, CUDA
import xf.dcuda.cuda;
import xf.dcuda.Utils;
import xf.dcuda.cutil;
char[] image_path = ".\\data\... | D |
/home/adamfries92/git-repo/rust/rustTheProgrammingLanguage/guessing_game_2_0/target/debug/deps/guessing_game_2_0-e403248ee85dd9a5.rmeta: src/main.rs
/home/adamfries92/git-repo/rust/rustTheProgrammingLanguage/guessing_game_2_0/target/debug/deps/guessing_game_2_0-e403248ee85dd9a5.d: src/main.rs
src/main.rs:
| 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"); you ma... | D |
module android.java.android.net.ConnectivityManager_NetworkCallback_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.android.net.Network_d_interface;
import import2 = android.jav... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto nab = readln.split.to!(int[]);
auto N = nab[0];
auto A = nab[1];
auto B = nab[2];
auto ts = new int[](N);
foreach (i; 0..N) ts[i] = readln.chomp.to!int;
int r;
forea... | D |
module aery.routing;
import std.conv;
import std.array;
import aery.httpserver;
const int GET = 0;
const int POST = 1;
class Router {
private:
void function(HTTPRequest req, HTTPResponse res)[string][string] callback_array;
// Backend for adding routes
void add_backend(string path, string type,
... | D |
/**
* These functions are built-in intrinsics to the compiler.
*
* Intrinsic functions are functions built in to the compiler, usually to take
* advantage of specific CPU features that are inefficient to handle via
* external functions. The compiler's optimizer and code generator are fully
* integrated in with i... | D |
/**
* This file is part of DCD, a development tool for the D programming language.
* Copyright (C) 2014 Brian Schott
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of t... | D |
module model.projectile_type;
import model.projectile;
/**
* Projectile type.
*/
enum ProjectileType : byte
{
/**
* Default value.
*/
unknown = -1,
/**
* A small piece of pure energy, that inflicts damage to a living unit upon a direct hit.
*/
magicMissile,
/**
* Infli... | D |
/**
Product type module.
*/
module poet.product.type;
import poet.type : IType, Type;
@safe:
/**
Product type.
*/
final immutable class CProductType : IType
{
/**
Params:
head = head type.
tail = tail type.
*/
this(Type head, Type tail) @nogc nothrow pure scope
in (head !is null)
... | D |
/Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/derived_data/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ObserverBase.o : /Users/nalousnguyen/Documents/FinalSDK/CredifyIOS/CredifyCore/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/nalousnguyen/Docume... | D |
module Windows.Globalization.Fonts;
import dwinrt;
@uuid("b12e5c3a-b76d-459b-beeb-901151cd77d1")
@WinrtFactory("Windows.Globalization.Fonts.LanguageFont")
interface ILanguageFont : IInspectable
{
extern(Windows):
HRESULT get_FontFamily(HSTRING* return_value);
HRESULT get_FontWeight(Windows.UI.Text.FontWeight* retur... | D |
module UnrealScript.TribesGame.TrDmgType_MIRVLauncher;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrDmgType_Explosive;
extern(C++) interface TrDmgType_MIRVLauncher : TrDmgType_Explosive
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property ... | D |
E: c528, c763, c341, c778, c474, c413, c319, c513, c339, c286, c697, c450, c393, c89, c622, c717, c284, c467, c76, c567, c534, c403, c263, c621, c291, c732, c602, c40, c506, c5, c631, c629, c90, c564, c232, c114, c362, c17, c209, c294, c714, c100, c811, c577, c665, c759, c538, c473, c813, c596, c536, c255, c606, c634, ... | D |
/root/ji/example-helloworld/src/transfer-lamports/target/release/deps/libthiserror_impl-59402729edecec13.so: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.25/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.25/src/ast.rs /root/.cargo/registry/src/github.com-... | D |
// Diese Datei wurde automatisch durch den Miranda Dialog Creator erstellt!
// Sie sollte nicht manuell editiert werden, da Änderungen beim erneuten Aufruf
// des Creators überschrieben werden!
// **************************************************
instance KDF_1401_Marius_Exit (C_INFO)
{
npc = KDF_1401_Marius;
c... | D |
module godot.core.array;
import godot.c;
import godot.core.variant;
import godot.core.poolarrays;
struct Array
{
int opApply(int delegate(size_t, ref Variant) dg)
{
foreach(i; 0..length)
{
Variant* v = cast(Variant*)&(this[i]);
int res = dg(cast(size_t)i, *v);
if(res) return res;
}
return 0;
}
... | D |
/Users/MohamedNawar/Desktop/citiesListTask/build/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/Filter.o : /Users/MohamedNawar/Desktop/citiesListTask/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/MohamedNawar/Desktop/citiesListTask/Pods/Kingfisher/Sources/General/Deprecated.swift /Use... | D |
module gamelib.graphics.renderer2d.renderer;
import std.string;
import gamelib.types;
import gamelib.graphics.window;
import gamelib.graphics.renderer2d.texture;
import derelict.sdl2.sdl;
struct RendererProps
{
int index = -1;
bool hardware = true;
bool vsync = true;
bool renderTargetSupp... | D |
/// Label view module
module dgt.ui.label;
import dgt.core.enums;
import dgt.gfx.geometry;
import dgt.gfx.image;
import dgt.ui.img;
import dgt.ui.layout;
import dgt.ui.text;
import dgt.ui.view;
/// Label is a widget to display a line of text and/or an icon
class Label : View
{
/// build a new label
this()
... | D |
/**
* Defines DuckPointer, which allows quacking without templates.
*/
module quack.pointer;
import quack.extends, quack.mixins;
/**
* Convience wrapper for creating a DuckPointer.
*/
template duck( Pointee ) if( isExtendable!Pointee )
{
DuckPointer!Pointee duck( Pointer )( Pointer* p )
{
return Du... | D |
// Originally written by Attractive Chaos; distributed under the MIT license (D V.2 code)
// Contributed by leonardo and then modified by Attractive Chaos to remove D 2.0 features
import std.stdio, std.string, std.conv;
double[][] matGen(in int n) {
double tmp = 1.0 / n / n;
auto a = new double[][](n, n);
forea... | D |
import std.stdio;
import pivotal;
import help;
void writeWhoami()
{
auto me = getMe();
writeln("Username: ", me["username"], " (", me["initials"], ")");
writeln("Email: ", me["email"]);
writeln("Id: ", me["id"]);
writeln("API Token: ", me["api_token"]);
writeln("Projects:");
foreach(p; me["projects... | D |
# FIXED
F2837xD_Ipc.obj: C:/CCStudio_v8/controlSUITE/device_support/F2837xD/v100/F2837xD_common/source/F2837xD_Ipc.c
F2837xD_Ipc.obj: C:/CCStudio_v8/controlSUITE/device_support/F2837xD/v100/F2837xD_headers/include/F2837xD_Device.h
F2837xD_Ipc.obj: C:/CCStudio_v8/ccsv8/tools/compiler/ti-cgt-c2000_18.1.1.LTS/include/ass... | D |
/*
Файл: LLPair.d
Originally записано by Doug Lea и released преобр_в the public домен.
Thanks for the assistance и support of Sun Microsystems Labs, Agorics
Inc, Loral, и everyone contributing, testing, и using this код.
History:
Дата Who What
24Sep95 dl@cs.oswego.edu Созд из_ ... | D |
/Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Concat.o : /Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/Pods/RxSwift/RxSwift/Obser... | 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, pl... | D |
module progress.dman;
import progress;
import std.regex : regex, replaceAll;
private immutable string[] DMANS = [import("dman0.txt"), import("dman1.txt")];
class DmanSpinner : Infinite
{
this()
{
this.message = { return ""; };
hide_cursor = true;
super();
}
override void forc... | D |
module telegram.serialization;
import telegram.types;
/**
* A struct representing a serialization Policy, to handle the fact that
* the edit* group of API methods have multiple return types (Message, and boolean)
*
* This policy takes the boolean value and simply generates an empty Message struct.
* Thus, when ... | D |
unittest {
switch (x) {
case a:
return;
version (A) {
case b:
return;
}
}
}
| D |
func void B_GiveStuntBonus_FUNC()
{
if(MIS_Owen_FindMalcom == LOG_Running)
{
if(StuntBonus_Once == FALSE)
{
PrintScreen(PRINT_Addon_StuntBonus,-1,45,FONT_Screen,2);
B_GivePlayerXP(XP_STUNTBONUS);
StuntBonus_Once = TRUE;
Snd_Play("THRILLJINGLE_01");
};
}
else if(StuntBonus_Once == FALSE)
{
P... | D |
module scene.scene;
import colour;
import scene.camera;
import scene.model.model;
import scene.model.plane;
import scene.model.sphere;
import scene.model.material;
import scene.model.collision;
import scene.light.point;
import math.matrix;
import math.vector;
import math.ray;
struct Scene(T)
{
this(string filename... | D |
/**
Copyright: Copyright (c) 2016 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.world.gen.generator;
import voxelman.math : svec3;
import voxelman.core.config;
import voxelman.world.gen.utils;
interface IGenerator
{
ChunkGeneratorResult ge... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.