code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/***********************************************************************\
* basetsd.d *
* *
* Windows API header module *
* ... | D |
<?xml version="1.0" encoding="UTF-8"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="FileSynchronizationService.notatio... | D |
# FIXED
Startup/osal_icall_ble.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/examples/rtos/CC2640R2_LAUNCHXL/ble5stack/simple_central/src/stack/osal_icall_ble.c
Startup/osal_icall_ble.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/icall/src/inc/icall.h
Startup/osal_icall_ble.obj: C:/ti/ccsv7/too... | D |
/// Generate by tools
module java.awt.Dimension;
import java.lang.exceptions;
public class Dimension
{
public this()
{
implMissing();
}
public double getWidth()
{
implMissing();
return 0.0;
}
public double getHeight()
{
implMissing();
return 0.... | D |
module ui.window;
import ui.base;
import ui.controls;
import std.algorithm;
enum Side
{
none = 0x00,
left = 0x01,
right = 0x02,
bottom = 0x04,
top = 0x08
}
alias WindowHandler = void delegate(ref Gui, ref GuiWindow);
struct GuiWindow
{
int id;
private:
Rect area;
WindowHandler controls;
HashID style;
... | D |
/*#D*/
// Copyright © 2012-2013, Bernard Helyer. All rights reserved.
// Copyright © 2016, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/volt/license.d (BOOST ver. 1.0).
module volt.lowerer.alloc;
import ir = volta.ir;
import volta.util.util;
import volt.interfaces;
import volta.ir.location... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
273 54 4 0 46 48 -33.5 151.300003 1769 6 6 intrusives, basalt
292.5 65.5 1.60000002 262.700012 34 39 -38.7999992 143.399994 7097 2.5 2.5 sediments, red-brown clays
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 extrusives... | D |
module util.servicelocator;
import util.hash;
import collections;
import util.strings;
import std.conv;
import std.algorithm;
struct ServiceLocator
{
struct Service
{
HashID hash;
void* ptr;
}
List!Service services;
this(A)(ref A allocator, size_t size)
{
services = List!Service(allocator, size);
}
... | D |
// RUN: %sdc %s -O2 -S --emit-llvm -o - | FileCheck %s
import d.sync.atomic;
uint doFetchAdd(shared Atomic!uint* x, uint n) {
return x.fetchAdd(n);
// CHECK-LABEL: _D6atomic10doFetchAddFMOPOS4sync1d6atomic6AtomicTTkZ6AtomickZk
// CHECK: [[RET:%[a-z0-9\.]+]] = atomicrmw add i32* %0, i32 %arg.n seq_cst, align 4
// CHE... | D |
/**
Unstable
*/
module dkh.graph.bridge;
import dkh.graph.dfstree;
struct BridgeInfo {
bool[] isRoot;
int count; // group count
int[] id, root; // i to group, group root
this(int n) {
isRoot = new bool[n];
id = new int[n];
}
}
BridgeInfo bridge(T)(T g) {
return bridge(g, dfsTr... | D |
module dlangui.platforms.x11.x11app;
public import dlangui.core.config;
static if (BACKEND_X11):
import dlangui.core.logger;
import dlangui.core.events;
import dlangui.core.files;
import dlangui.core.types : toUTF8;
import dlangui.graphics.drawbuf;
import dlangui.graphics.fonts;
import dlangui.graphics.ftfonts;
impo... | D |
module dgt.bindings.cairo.xcb;
version(linux):
import dgt.bindings.cairo.types;
import dgt.bindings.cairo.enums;
import xcb.xcb;
import xcb.render;
extern(C) nothrow @nogc
{
alias da_cairo_xcb_surface_create = cairo_surface_t * function (xcb_connection_t *connection,
xcb_drawable... | D |
instance MIL_312_Wulfgar(Npc_Default)
{
name[0] = "Wulfgar";
guild = GIL_MIL;
id = 312;
voice = 4;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,3);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Mil_Sword);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_FatBald",Fa... | D |
import core.time, core.thread;
import std.stdio;
import elevator = input.elevator;
import input.elev_wrap, channels, orders.ordertypes;
import std.concurrency;
void main(){
shared NonBlockingChannel!(Order) fromElev = new NonBlockingChannel!(Order);
shared NonBlockingChannel!(Order) toElev = new NonBlockingCh... | D |
import std.stdio;
void main(){
writeln("Hello World");
}
| D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/rand_chacha-90935f021c26f6c7.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_chacha-0.1.1/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_chacha-0.1.1/src/chacha.rs
/mnt/c/U... | D |
/Users/thomaslacan/git/MyJogs-vapor/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/Database/DatabaseIdentifier.swift.o : /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/database-kit.git-836978699575343433/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/d... | D |
/Users/nadiamettioui/Desktop/PortoFolio\ 2020/WMSegmentControlAPP/DerivedData3/WMSegmentControlAPP/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/BetterSegmentedControl.build/Objects-normal/x86_64/BetterSegmentedControl.o : /Users/nadiamettioui/Desktop/PortoFolio\ 2020/WMSegmentControlAPP/Pods/BetterSegme... | D |
/*
Copyright (c) 2011-2013 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 |
/*
* 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 |
/*******************************************************************************
* 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 |
/home/nels/dev/rust/aoc/day7b/target/debug/day7b: /home/nels/dev/rust/aoc/day7b/src/bag.rs /home/nels/dev/rust/aoc/day7b/src/input.txt /home/nels/dev/rust/aoc/day7b/src/main.rs
| D |
/*
* Copyright 2015-2018 HuntLabs.cn
*
* 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 la... | D |
import std.stdio;
import std.c.stdio;
/*********************************************************/
template Foo(T)
{
static if ( is(T : int) )
alias T t1;
static if (T.sizeof == 4)
alias T t2;
static if ( is(T AB : int) )
alias AB t3;
static if ( is(T* V : V*) )
alias V t4;
static if ( is(T... | D |
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/Fluent.build/Pivot/PivotError.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Utilities/UUID.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/fluent.git-6251908308727715... | D |
E: c218, c340, c300, c337, c404, c244, c387, c411, c331, c221, c318, c330, c62, c122, c399, c132, c268, c275, c263, c252, c75, c395, c434, c167, c145, c344, c359, c95, c289, c137, c450, c119, c376, c213, c79, c260, c162, c78, c116, c24, c15, c152, c199, c423, c372, c169, c100, c77, c334, c348, c159, c128, c50, c420, c1... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
void get(Args...)(ref Args args)
{
import std.traits, std.meta, std.typecons;
static if (Args.length == 1) {
alias Arg = Args[0];
static if (isArray!Arg) {
... | D |
module d.ast.dmodule;
import d.ast.declaration;
import d.base.name;
import d.location;
// TODO: merge into declaration.
/**
* A package delcaration
*/
class Package : Declaration {
Package parent;
Name name;
this(Location location, Name name, Name[] packages) {
super(location);
this.name = name;
... | D |
remorse for your past conduct
| 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 |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/Fluent.build/Migration/Migrations.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppUse... | D |
module gsb.core.color;
import gl3n.linalg;
import gl3n.ext.hsv;
import std.format;
import std.regex;
import std.conv;
import std.stdio;
private auto clamp (T) (T x, T m, T n) {
return max(min(x, m), n);
}
struct Color {
vec4 components;
alias components this;
static Color fromRGBA (vec4 rgba) { re... | D |
// Written in the D programming language.
/**
String handling functions. Objects of types $(D _string), $(D
wstring), and $(D dstring) are value types and cannot be mutated
element-by-element. For using mutation during building strings, use
$(D char[]), $(D wchar[]), or $(D dchar[]). The $(D *_string) types
are prefer... | D |
# FIXED
drivers/pinout.obj: C:/ti/TivaWare_C_Series-2.1.4.178/examples/boards/ek-tm4c1294xl/drivers/pinout.c
drivers/pinout.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include/stdbool.h
drivers/pinout.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include/stdint.h
drivers/pinout.obj: C:/ti/ccsv8/... | D |
module ws.x.desktop;
import
std.file,
std.algorithm,
std.array,
std.path,
std.regex,
std.stdio,
std.string;
const string[] desktopPaths = [
"/usr",
"/usr/local",
"~/.local"
];
class DesktopEntry {
string path;
string exec;
string type;
string name;
string comment;
string terminal;
string[] categ... | D |
a private place of education for the young
a theological school for training ministers or priests or rabbis
| D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** License... | D |
func void ZS_Unconscious()
{
PrintDebugNpc(PD_ZS_FRAME,"ZS_Unconscious");
Mdl_StartFaceAni(self,"S_FRIGHTENED",1,25);
C_ZSInit();
Npc_PercEnable(self,PERC_ASSESSMAGIC,B_AssessMagic);
Mdl_ApplyRandomAni(self,"S_WOUNDED","T_WOUNDED_TRY");
Mdl_ApplyRandomAniFreq(self,"S_WOUNDED",8);
self.aivar[AIV_PLUNDERED] = FAL... | D |
module carb.controllers.index;
import carb.base.controller;
import vibe.d;
import std.string;
import std.stdio;
import carb.http.router;
import carb.base.validator;
class IndexController : Controller{
mixin DynamicImplementation!();
this(HTTPServerRequest req, HTTPServerResponse res) {
super(req,res)... | D |
func int C_NpcIsGateGuard(var C_Npc slf)
{
if(Npc_IsInState(slf,ZS_Guard_Passage))
{
return TRUE;
};
return FALSE;
};
| D |
/Users/sjwu/video/HouseHold/Build/Intermediates/HouseHold.build/Debug-iphonesimulator/HouseHold.build/Objects-normal/x86_64/HHTabBarViewController.o : /Users/sjwu/video/HouseHold/HouseHold/Core/Extension/UIImage+HH.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/Model/Topic.swift /Users/sjwu/video/HouseHold/H... | D |
TEST_OUTPUT:
---
fail_compilation/test16188.d(1): Error: no identifier for declarator `TEST_OUTPUT`
fail_compilation/test16188.d(1): Error: declaration expected, not `:`
fail_compilation/test16188.d(18): Error: unrecognized declaration
---
*/
// https://issues.dlang.org/show_bug.cgi?id=16188
/* This produces the mes... | D |
/** Python-like (yield) iterators for Digital Mars D
* Version: 1.0
* Author: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
* Copyright 2007
* Licence: BSD
This package may be redistributed under the terms of the UCB BSD
license:
Copyright (c) Witold Baryluk
All rights reserved.
Redistribution and use in source and ... | D |
module translation;
struct Translation {
string category;
string source;
string target;
this(string[] data) {
this.category = remove_unneeded_info(data[1]);
this.source = remove_unneeded_info(data[2]);
this.target = remove_unneeded_info(data[3]);
}
private string r... | D |
//////////////////////////////////////////////////////////////////////////////////////
// ZS_ArenaMasterBooth
// ---------------------
// Arenameister wartet hinter seinem Wettstand auf den Spieler
//////////////////////////////////////////////////////////////////////////////////////
func void ZS_ArenaMasterBooth()
{
... | D |
/Users/Fares/Documents/Projects/TransitApp/build/Pods.build/Debug-iphonesimulator/SwiftSVG.build/Objects-normal/x86_64/UIColor+Extensions.o : /Users/Fares/Documents/Projects/TransitApp/Pods/SwiftSVG/SwiftSVG/CAShapeLayer+SVG.swift /Users/Fares/Documents/Projects/TransitApp/Pods/SwiftSVG/SwiftSVG/CrossPlatform.swift /Us... | D |
instance BDT_1009_Bandit_L(Npc_Default)
{
name[0] = NAME_Bandit;
guild = GIL_BDT;
id = 1009;
voice = 1;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Bau_Mace);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_Fatb... | D |
/**
* Widget module.
*
* License:
* MIT. See LICENSE for full details.
*/
module tkd.widget.scrollbar;
/**
* Imports.
*/
import std.conv;
import tkd.element.uielement;
import tkd.widget.common.xscrollcommand;
import tkd.widget.common.yscrollcommand;
import tkd.widget.widget;
/**
* Scrollbar widgets are ty... | D |
// File: WHLEGDEF.D
// Purpose: Loads functions
// To allow drawing of WH legs that use
// JOBSTEX fabric figured at each tape.
// Version: 1.01
// Date: 02.Dec.94
// Author: Gary George
//
//---------------------------------------------------------------------------------------------
// REVISIONS:
// Date By Ac... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/zcore_test/target/rls/debug/deps/zcore_test-fa17b66fdfeab691.rmeta: src/lib.rs
/home/hustccc/OS_Tutorial_Summer_of_Code/zcore_test/target/rls/debug/deps/zcore_test-fa17b66fdfeab691.d: src/lib.rs
src/lib.rs:
| D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto N = readln.chomp.to!int;
auto as = new long[](10^^5+1);
long S;
foreach (a; readln.split.to!(long[])) {
S += a;
++as[a];
}
auto Q = readln.chomp.to!int;
... | D |
/**
* Open an online manual page.
*
* Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
* Authors: Walter Bright, https://www.digitalmars.com
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/m... | D |
module gameboyo.cpu;
import gameboyo.memorymap;
import gameboyo.register;
/// An opcode interpreter that mimics the Gameboy's Z80 CPU.
struct Cpu
{
@disable this(this);
Registers registers;
MemoryMap memory;
/// Executes the single instruction pointd to by the program counter.
/// Returns the am... | D |
module game.effects.particle_oo_v5;
import base.all;
import base.vecs;
import base.container.vector;
import base.container.stack;
import core.stdc.stdlib;
import std.random;
import base.renderproxy;
import base.renderer;
import base.xmlserialize.deserializer;
struct Particle //84 bytes
{
struct AgeInfo
{
floa... | D |
/**
Utility functionality for compiler class implementations.
Copyright: © 2013-2016 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 dub.compilers.utils;
import dub.compilers.buildsettings;
import dub.platform : B... | D |
// https://issues.dlang.org/show_bug.cgi?id=15762
enum Windows1252Char : ubyte { init }
void main() @safe {
ubyte[] a = [1, 2, 3, 4];
auto aw = cast(Windows1252Char[]) a;
auto caw = cast(const(Windows1252Char)[]) a;
const(ubyte)[] c = [1, 2, 3, 4];
auto d = cast(const(ubyte)[]) c;
auto e = cast(const(Windows125... | D |
/*
* This file generated automatically from xc_misc.xml by c-client.xsl using XSLT.
* Edit at your peril.
*/
/**
* @defgroup XCB_XCMisc_API XCB XCMisc API
* @brief XCMisc XCB Protocol Implementation.
* @{
**/
module xcb.xc_misc;
import xcb.xcb;
const int XCB_XCMISC_MAJOR_VERSION =1;
const int XCB_XCMISC_MIN... | D |
/**
* Converts expressions to Intermediate Representation (IR) for the backend.
*
* Copyright: Copyright (C) 1999-2021 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, Boost License 1.0... | D |
/*
* Collie - An asynchronous event-driven network framework using Dlang development
*
* Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd
*
* Developer: putao's Dlang team
*
* Licensed under the Apache-2.0 License.
*
*/
module collie.socket;
public import std.socket;
public import collie.socket.co... | D |
/******************************************************************************
Provides global test client instance used from test case to access
the node.
Copyright:
Copyright (c) 2015-2017 sociomantic labs GmbH. All rights reserved.
License:
Boost Software License Version 1.0. See ... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
273 54 4 0 46 48 -33.5 151.300003 1769 6 6 1 intrusives, basalt
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.238095238 extrusives, intrusives
346 61 9 41.2000008 35 100 -31.3999996 138.600006 1170 13 15 0.230769231... | D |
/**
Module implements various algorithms used often in computer vision.
$(DL Module contains:
$(DD
$(LINK2 #norm,norm)
$(LINK2 #normalized,normalized)
$(LINK2 #scaled,scaled)
$(LINK2 #ranged,ranged)
)
)
Copyright: Copyright Relja Ljubobratovic 2016.
Authors: ... | D |
//////////////////////////////////////////////////////////////////////////
// Enthält Funktionen, um den Partymode für NSCs ein- bzw. auszuleiten
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
// B_FollowPC
/... | D |
/**
* D header file for Darwin.
*
* $(LINK2 https://opensource.apple.com/source/dyld/dyld-360.22/include/dlfcn.h, Apple dyld/dlfcn.h)
*
* Copyright: Copyright David Nadlinger 2016.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: David Nadlinger
*/
module core.sys.darwin.dlfcn;... | D |
// Copyright 2005 Google Inc. 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 required by applicable... | D |
//-----------------------------------------------------------------------------
// wxD - ColourDialog.d
// (C) 2005 bero <berobero.sourceforge.net>
// based on
// wx.NET - ColourDialog.cs
//
/// The wxColourDialog wrapper class.
//
// Written by Bryan Bulten (bryan@bulten.ca)
// (C) 2003 Bryan Bulten
// Licensed under ... | D |
module libd.threading.atomic;
nothrow @nogc pure:
private extern(C) bool atomicCas8(ubyte* ifThis, ubyte equalsThis, ubyte setThis);
private extern(C) bool atomicCas16(ushort* ifThis, ushort equalsThis, ushort setThis);
private extern(C) bool atomicCas32(uint* ifThis, uint equalsThis, uint setThis);
private extern(C)... | D |
module aes;
import deimos.openssl.aes;
import deimos.openssl.err;
import deimos.openssl.evp;
import deimos.openssl.ssl;
import std.base64;
import std.conv;
import std.exception;
import std.outbuffer;
import std.stdio;
import std.string;
/**
* A custom exception to handle errors which happen when trying encypt/dycryp... | D |
module deimos.surfi.pixbuf;
extern(C) {
struct Pixbuf {}
int surfi_pixbuf_get_n_channels(Pixbuf *pixbuf);
bool surfi_pixbuf_get_has_alpha(Pixbuf *pixbuf);
int surfi_pixbuf_get_bits_per_sample(Pixbuf *pixbuf);
ubyte* surfi_pixbuf_get_pixels(Pixbuf *pixbuf);
ubyte* surfi_pixbuf_get_pixels_with_l... | D |
import test;
import test.mod;
void main() {
test.mod.func();
}
| D |
///
module std.experimental.allocator.building_blocks.fallback_allocator;
import std.experimental.allocator.common;
/**
$(D FallbackAllocator) is the allocator equivalent of an "or" operator in
algebra. An allocation request is first attempted with the $(D Primary)
allocator. If that returns $(D null), the request is... | D |
/Users/prajaktakulkarni/Documents/Casper/Build/Intermediates/Pods.build/Debug-iphonesimulator/Eureka.build/Objects-normal/x86_64/ActionSheetRow.o : /Users/prajaktakulkarni/Documents/Casper/Pods/Eureka/Source/Rows/ActionSheetRow.swift /Users/prajaktakulkarni/Documents/Casper/Pods/Eureka/Source/Rows/AlertRow.swift /Users... | D |
/Users/MohamedNawar/Desktop/weatherTask/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionDelegate.o : /Users/MohamedNawar/Desktop/weatherTask/Pods/Alamofire/Source/MultipartFormData.swift /Users/MohamedNawar/Desktop/weatherTask/Pods/Alamofire/Source/MultipartUpload.swift /Users/Mohame... | D |
/Users/kirstenrichard/Desktop/substrate-moloch-dao/target/release/build/node-template-525ec4b44cfa1add/build_script_build-525ec4b44cfa1add: node/build.rs
/Users/kirstenrichard/Desktop/substrate-moloch-dao/target/release/build/node-template-525ec4b44cfa1add/build_script_build-525ec4b44cfa1add.d: node/build.rs
node/bui... | D |
module tango.io.digest.Sha512;
public import tango.util.digest.Sha512;
| D |
module std.experimental.logger.multilogger;
import std.experimental.logger.core;
import std.experimental.logger.filelogger;
/** This Element is stored inside the $(D MultiLogger) and associates a
$(D Logger) to a $(D string).
*/
struct MultiLoggerEntry
{
string name; /// The name if the $(D Logger)
Logger log... | D |
//**********************
// Alligator Prototype
//**********************
PROTOTYPE Mst_Default_Addon_Alligator (C_Npc)
{
//----- Monster ----
name = "Alligator";
guild = GIL_Alligator;
aivar[AIV_MM_REAL_ID] = ID_Alligator;
level = 12;
//----- Attributes ----
attribute [ATR_STRENGTH] ... | D |
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Service.build/Services/ServiceID.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/service/Sources/Service/Services/ServiceID.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/service/... | D |
widely circulated or diffused
distributed over a considerable extent
| D |
module elasticsearch.transport.http.vibe;
public import elasticsearch.transport.transport;
public import elasticsearch.transport.exceptions;
import elasticsearch.api.parameters;
import vibe.core.log;
import vibe.http.client;
import vibe.stream.operations;
import vibe.data.json;
alias VibeLogLevel = vibe.core.log.Lo... | D |
package com.siberhus.ngai.guardian.model;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.FetchType;
import javax.persistence.ManyToMany;
import javax.persistence.MappedSuperclass;
import com.siberhus.ngai.model.AbstractAuditable;... | D |
// Copyright Ferdinand Majerech 2010 - 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)
/**
* $(BIG ICE API documentation)
*
* Introduction:
*
* This is the complete API document... | D |
module nostd.array;
// Re-implementation of subset of standard library
// Reason for re-implementation:
// Compilation is too slow, when using standart libarary (on low-end machine)
// Warning: this module is *simplified* version
// Functionality matches only *roughly*
// Execution performance most likely will be ... | D |
// Written in the D programming language.
/**
* Templates which extract information about types and symbols at compile time.
*
* $(SCRIPT inhibitQuickIndex = 1;)
*
* $(DIVC quickindex,
* $(BOOKTABLE ,
* $(TR $(TH Category) $(TH Templates))
* $(TR $(TD Symbol Name traits) $(TD
* $(LREF fullyQualified... | D |
// Copyright Ferdinand Majerech 2010 - 2011.
// 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)
///Math functions.
module math.math;
@safe
import std.algorithm;
import std.math;
import std.... | D |
func void ZS_Dead()
{
var int swddmg;
self.aivar[AIV_RANSACKED] = FALSE;
self.aivar[AIV_PARTYMEMBER] = FALSE;
B_StopLookAt(self);
AI_StopPointAt(self);
if((Npc_IsPlayer(other) || (other.aivar[AIV_PARTYMEMBER] == TRUE)) && (self.aivar[AIV_VictoryXPGiven] == FALSE))
{
B_GivePlayerXP(self.level * XP_PER_VICTORY)... | D |
module ui.dialog_slice;
import gtk.Builder, gtk.Widget, gtk.Window, gdk.Event;
import gtk.Container, gtk.Grid;
import gtk.Label, gtk.Adjustment, gtk.SpinButton;
import std.conv, std.algorithm, std.math;
public import gtkc.gtktypes, gtk.Dialog;
/**
* Custom FileChooserDialog that select a file for open or save data... | 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, a... | D |
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/Routing.build/Register/RouterOption.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/routing/Sources/Routing/Utilities/Deprecated.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/routing/Sources/Routing/Routing/R... | D |
# FIXED
ICallBLE/ble_user_config.obj: C:/ti/simplelink_cc2652rb_ble_sdk_3_10_00_15/source/ti/ble5stack/icall/app/ble_user_config.c
ICallBLE/ble_user_config.obj: C:/ti/simplelink_cc2652rb_ble_sdk_3_10_00_15/source/ti/ble5stack/hal/src/target/_common/hal_types.h
ICallBLE/ble_user_config.obj: C:/ti/simplelink_cc2652rb_bl... | D |
# FIXED
Startup/osal_icall_ble.obj: C:/ti/simplelink_cc2640r2_sdk_ble_example_pack_1_30_00_27/examples/rtos/CC2640R2_LAUNCHXL/bleapps/hid_emu_kbd/src/stack/osal_icall_ble.c
Startup/osal_icall_ble.obj: C:/ti/simplelink_cc2640r2_sdk_1_30_00_25/source/ti/blestack/icall/src/inc/icall.h
Startup/osal_icall_ble.obj: C:/ti/cc... | D |
/Users/bernardo.tolosa/Documents/workspace/iosworks/basicmvvm/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Empty.o : /Users/bernardo.tolosa/Documents/workspace/iosworks/basicmvvm/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/bernardo.tolosa/Documents/workspace/iosworks/ba... | D |
import std.string, std.stdio, std.array, std.algorithm;
import utils;
struct Delim {
size_t count = 0;
size_t max_index = 0;
dchar delim;
this(dchar d) {
delim = d;
}
}
Delim[] count_delims(R)(in char[] delims, in R lines) {
auto counts = list!Delim(map!Delim(delims));
foreach(ref... | D |
module tpool.stream.wstream;
import std.typetuple;
import std.range;
public import tpool.stream.common;
public import tpool.stream.wstream_containers;
public import tpool.stream.wstream_implementations;
alias WStreamTur = TypeTuple!(WStream_, TypeWStream_, DisposeWStream_, StringWStream_);
//generally you want a fu... | D |
/**
Directly parses D source code using libdparse.
Copyright: © 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
*/
module ddox.parsers.dparse;
import ddox.ddox;
import ddox.entities;
import dparse = dparse.parser;
impo... | D |
with great urgency
in intense despair
| D |
/*
* Copyright (c) 2004-2009 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, this li... | D |
/Users/azimin/Downloads/Hello2/.build/debug/Fluent.build/Pagination/Query+Page.swift.o : /Users/azimin/Downloads/Hello2/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Utilities/UUID.swift /Users/azimin/Downloads/Hello2/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Schema/Database+Schema... | D |
module app; // 06_02_text_rendering
import std.math; // cos
import std.stdio; // writeln
import std.conv; // to
import gl3n.linalg; // vec3 mat4
import std.stdio : writeln;
import shaders; // without - Error: undefined identifier Shader, createProgramFromShaders, ...
import event_handler; // wi... | D |
/*
* Image.d
*/
private import OpenGL, Sol, Vector3;
const int IMG_CHUNK_WIDTH = 128;
const int IMG_CHUNK_HEIGHT = 128;
class Image {
this()
{
chunk.length = IMG_CHUNK_WIDTH*IMG_CHUNK_HEIGHT;
}
void SetWidth(int w) { width = w; }
void SetHeight(int h) { height = h; }
void Init()
{
int i;
Vector3[] pix... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.