code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
292.5 65.5 1.60000002 262.700012 34 39 -38.7999992 143.399994 7097 2.5 2.5 0.987281571 sediments, red-brown clays
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.296176398 extrusives, intrusives
346 61 9 41.2000008 35... | D |
module hunt.redis.exceptions;
public class InvalidURIException extends RedisException {
private static final long serialVersionUID = -781691993326357802L;
public InvalidURIException(String message) {
super(message);
}
public InvalidURIException(Throwable cause) {
super(cause);
}
public InvalidU... | D |
module common.stringbuffer;
/**
*
*/
import common.all;
import std.traits : isSomeChar;
alias StringBuffer = StringBuffer_t!char;
alias WStringBuffer = StringBuffer_t!wchar;
alias DtringBuffer = StringBuffer_t!dchar;
final class StringBuffer_t(T) if(isSomeChar!T) {
private:
Array!T array;
public:
ulong le... | D |
/**
* Miscellaneous declarations, including typedef, alias, variable declarations including the
* implicit this declaration, type tuples, ClassInfo, ModuleInfo and various TypeInfos.
*
* Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digital... | D |
/orange_pro/swift_dev/Fanplan/.build/debug/PerfectThread.build/Threading.swift.o : /orange_pro/swift_dev/Fanplan/Packages/PerfectThread-0.4.0/Sources/Threading.swift /orange_pro/swift_dev/Fanplan/Packages/PerfectThread-0.4.0/Sources/ThreadQueue.swift /orange_pro/swift_dev/swift/usr/lib/swift/linux/x86_64/Swift.swiftmod... | D |
// Written in the D programming language.
module windows.windowsmediadevicemanager;
public import windows.core;
public import windows.com : HRESULT, ISpecifyPropertyPages, IUnknown;
public import windows.displaydevices : RECT;
public import windows.structuredstorage : PROPVARIANT;
public import windows.systemservices... | D |
/* This example module consists from several small example REST interfaces.
* Features are not grouped by topic but by common their are needed. Each example
* introduces few new more advanced features. Sometimes registration code in module constructor
* is also important, it is then mentioned in example comment expl... | 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_27_BeT-2492591... | D |
/Users/uwei/WorkSpace/Server/SwiftServerDemo/.build/debug/PerfectLib.build/SysProcess.swift.o : /Users/uwei/WorkSpace/Server/SwiftServerDemo/Packages/PerfectLib-2.0.5/Sources/PerfectLib/Bytes.swift /Users/uwei/WorkSpace/Server/SwiftServerDemo/Packages/PerfectLib-2.0.5/Sources/PerfectLib/Dir.swift /Users/uwei/WorkSpace/... | D |
# FIXED
third_party/FreeRTOS/Source/tasks.obj: C:/ti/TivaWare_C_Series-2.1.3.156/third_party/FreeRTOS/Source/tasks.c
third_party/FreeRTOS/Source/tasks.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.1.LTS/include/stdlib.h
third_party/FreeRTOS/Source/tasks.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.1.LTS/include/l... | D |
func void b_enter_shvalley_kapitel_1()
{
};
var int entershvalley_kapitel2;
func void b_enter_shvalley_kapitel_2()
{
if(ENTERSHVALLEY_KAPITEL2 == FALSE)
{
Wld_InsertNpc(orc_8564_vanhan,"FP_ROAM_ORCSHAMAN_01");
Wld_InsertNpc(orc_8563_urgrom,"FP_ROAM_MONSTER_URGROM");
Wld_InsertNpc(orcwarrior_sh_01,"FP_ROAM_M... | D |
// Written in the D programming language.
/**
Standard I/O functions that extend $(B core.stdc.stdio). $(B core.stdc.stdio)
is $(D_PARAM public)ally imported when importing $(B std.stdio).
Source: $(PHOBOSSRC std/stdio.d)
Copyright: Copyright The D Language Foundation 2007-.
License: $(HTTP boost.org/LICENSE_1_0.t... | D |
// Copyright Ferdinand Majerech 2014.
// 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)
/// Components used by entities in the game.
module entity.components;
import tharsis.entity;
import g... | D |
module gtkD.gdk.Gdk;
public import gtkD.gtkc.gdktypes;
private import gtkD.gtkc.gdk;
private import gtkD.glib.ConstructionException;
private import gtkD.glib.Str;
private import gtkD.gdk.Window;
private import gtkD.gdk.Cursor;
/**
* Description
* This section describes the GDK initialization functions and mi... | 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_12_MobileMedia... | D |
import std.conv, std.stdio, std.algorithm, std.range;
import parsergen;
enum Tok { a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,eof }
Rule!Tok[] grammar = [
rule!Tok("S", "E", Tok.z),
rule!Tok("E", "C"),
rule!Tok("E", "C", Tok.s, "E"),
rule!Tok("C", "P"),
rule!Tok("C", "C", Tok.p, "P"),
... | D |
/Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/DetailsViewController.o : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/... | 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_6_BeT-71172121... | D |
module d.semantic.identifier;
import d.semantic.semantic;
import d.ast.identifier;
import d.ir.error;
import d.ir.expression;
import d.ir.symbol;
import d.ir.type;
import d.context.location;
import d.context.name;
alias Identifiable = Type.UnionType!(Symbol, Expression);
public auto apply(alias handler)(Identifia... | 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 |
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/DatabaseKit.build/KeyedCache/DictionaryKeyedCache.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/database-kit/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/database-k... | D |
module metal;
import color : randomInUnitSphere;
import hitrecord : HitRecord;
import material : Material, reflect;
import ray : Ray;
import vector3 : Vector3, dot, unitVector;
class Metal : Material
{
this(in Vector3 albedo)
{
this.albedo = albedo;
}
override bool scatter(Ray rayIn, HitReco... | D |
/*******************************************************************************
GetAll request implementation.
copyright:
Copyright (c) 2017 sociomantic labs GmbH. All rights reserved
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
*****************************... | D |
/**
* This System provider always returns the same instance of the System. The instance
* is created when first required and is of the type passed in to the constructor.
*/
module ashd.fsm.systemSingletonProvider;
import ashd.core.system : System;
import ashd.fsm.ISystemProvider: ISystemProvider;
public ... | D |
// Written in the D programming language.
/**
Standard I/O functions that extend $(B core.stdc.stdio). $(B core.stdc.stdio)
is $(D_PARAM public)ally imported when importing $(B std.stdio).
Source: $(PHOBOSSRC std/_stdio.d)
Copyright: Copyright Digital Mars 2007-.
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost Li... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/NIO.build/Linux.swift.o : /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /Users/mu/Hello/.build/checkouts/swift-nio/Sources/NIO/IOData.swift /Users/mu/Hello/.build/checkouts/s... | D |
/*
* Hunt - A refined core library for D programming language.
*
* Copyright (C) 2018-2019 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.Number;
import hunt.Nullable;
import std.traits;
/**
* The class {@code Number} is the superclass of platfor... | D |
/*
This file is in public domain
*/
module framework.implementation.gui.position;
import framework.c.windows;
class Position {
POINT __p;
this() {}
this( int p_x, int p_y ) {
__p.x = p_x;
__p.y = p_y;
}
this( POINT p ) {
__p.x = p.x;
__p.y = p.y;
}
... | D |
/Users/mli/Desktop/Develope/Swift/LBE_Demo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/AnimatedViewPortJob.o : /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/Charts/... | D |
(Roman Catholic Church) a person who repents for wrongdoing (a Roman Catholic may be admitted to penance under the direction of a confessor)
feeling or expressing remorse for misdeeds
| 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 0.732534559 intrusives, basalt
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.307014128 extrusives, intrusives
346 61 9 41.2000008 35 100 -31.3999996 138.600006 1170 13 15 0... | D |
// Written in the D programming language
/*
* This file has been automatically generated by APaGeD v0.4.2 beta - Attributed Parser Generator for D.
*
* Sections generated from custom input are marked as "generated code" and
* are subject to the terms and conditions stated in one of these sections.
* The remai... | D |
module elasticsearch.api.actions.count;
import elasticsearch.api.parameters;
import elasticsearch.transport;
import elasticsearch.client;
import vibe.http.common;
Response count(Client client, ESParams arguments = ESParams()) {
string index = arguments.hasField("index") ? arguments["index"] : "_all";
string type ... | D |
/home/sloth/Documents/Learning/rust-demo/the-book/guessing_game/target/debug/build/libc-1ec1b6293a17948f/build_script_build-1ec1b6293a17948f: /home/sloth/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.69/build.rs
/home/sloth/Documents/Learning/rust-demo/the-book/guessing_game/target/debug/build/libc-1ec1b629... | D |
small Asian tree with pinkish flowers and pear-shaped fruit
aromatic acid-tasting pear-shaped fruit used in preserves
| D |
/*
TEST_OUTPUT:
---
fail_compilation/bug8891.d(21): Error: need 'this' for opCall type S(int n)
---
*/
struct S
{
int value = 10;
S opCall(int n) // non-static
{
//printf("this.value = %d\n", this.value); // prints garbage!
S s;
s.value = n;
return s;
}
}
void main()
... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Response/Responder.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/vapor.gi... | D |
/**
* The runtime module exposes information specific to the D runtime code.
*
* 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/_runtime.d)
*/
/* Copyright Sean Kelly 2005... | D |
/Users/y15fuji/Programming/Products/don't_break_the_chain/Build/Intermediates/don't_break_the_chain.build/Debug-iphonesimulator/don't_break_the_chain.build/Objects-normal/x86_64/ViewController.o : /Users/y15fuji/Programming/Products/don't_break_the_chain/don't_break_the_chain/ViewController.swift /Users/y15fuji/Program... | D |
module glad.gl.ext;
private import glad.gl.types;
private import glad.gl.enums;
private import glad.gl.funcs;
bool GL_ARB_debug_output;
bool GL_KHR_debug;
nothrow @nogc extern(System) {
alias fp_glDebugMessageControlARB = void function(GLenum, GLenum, GLenum, GLsizei, const(GLuint)*, GLboolean);
alias fp_gl... | D |
// URL: https://yukicoder.me/problems/no/193
import std.algorithm, std.array, std.bitmanip, std.container, std.conv, std.format,
std.functional, std.math, std.range, std.traits, std.typecons, std.stdio, std.string;
import std.regex;
version(unittest) {} else
void main()
{
string S; io.getV(S);
auto n = S.l... | D |
import erupted;
import vdrive;
import appstate;
import settings : setting;
/////////////////////////////////////////
// visualize state and resource struct //
/////////////////////////////////////////
struct Vis_State {
// display resources
struct Display_UBO { // diplay ubo struct
float ... | D |
/*
* $Id: twinstick.d,v 1.5 2006/03/18 02:42:09 kenta Exp $
*
* Copyright 2005 Kenta Cho. Some rights reserved.
*/
module abagames.util.sdl.twinstick;
private import std.string;
private import std.stream;
private import std.math;
private import SDL;
private import SDL_joystick;
private import SDL_event... | D |
/*******************************************************************************
Entry point for the Agora client
Copyright:
Copyright (c) 2019-2021 BOSAGORA Foundation
All rights reserved.
License:
MIT License. See LICENSE for details.
*******************************************... | D |
/**
Markdown parser implementation
Copyright: © 2012-2014 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module vibe.textfilter.markdown;
import vibe.core.log;
import vibe.textfilter.html;
import vibe.utils.string;
imp... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/FluentSQLite.build/SQLiteDatabase+SchemaSupporting.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/fluent-sqlite.git--5503918280859119093/Sources/FluentSQLite/SQLiteDatabase+SchemaSupporting.swift /Users/user/Docume... | D |
module PcapObject;
import PcapStructs;
import Integer = tango.text.convert.Integer;
import tango.stdc.time;
import tango.io.Stdout;
class PcapObject : Object
{
private char[] Filename;
private int* PcapDump;
private pcap* Pcap;
this(char[] filename)
{
this.Filename = filename ~ ".pcap";
initPcap();
}
... | D |
/*
Copyright (c) 2016-2019 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, dist... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/SQLite.build/SQL/SQLiteDropIndex.swift.o : /Users/mu/Hello/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteData.swift /Users/mu/Hello/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteGeneric.swift /Users/mu/Hello/.build/checkouts/sqlite/Sources/SQLite/Utilities/Deprecat... | D |
INSTANCE Info_Mod_SchlaegerCanthar01_HiVorher (C_INFO)
{
npc = Mod_7495_NONE_Schlaeger_NW;
nr = 1;
condition = Info_Mod_SchlaegerCanthar01_HiVorher_Condition;
information = Info_Mod_SchlaegerCanthar01_HiVorher_Info;
permanent = 1;
important = 1;
};
FUNC INT Info_Mod_SchlaegerCanthar01_HiVorher_Condition()
{
i... | 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, an... | D |
module game.effect;
/*
* Effects are eye candy and sounds that the physics generate, but that have
* no physical meaning themselves.
*
* Convention: Effects are passed from the working lix by specifying the
* lix's own ex/ey. The effect manager is responsible for drawing the effects
* at the correct position/off... | 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 |
import std.conv : to;
import std.string : split;
import std.range : dropOne;
import std.algorithm : map, each;
import std.stdio : stdin, File;
static import machine;
void process(string line) {
line.split.each!(machine.process);
}
void process(ref File file) {
file.byLine.map!(to!string).each!proce... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 extrusives, intrusives
346 61 9 41.2000008 35 100 -31.3999996 138.600006 1170 13 15 sediments
333 45 9 16.5 35 100 -30.3999996 139.399994 1161 17 18 sediments, tillite
317 57... | D |
import diet.internal.html : htmlEscape, htmlAttribEscape;
import std.format : formattedWrite;
#line 1 "layout.dt"
import qv.enums; {
#line 1 "layout.dt"
}
_diet_output.put("<!DOCTYPE html><head><!--/ Blobal CSS and JS--><link rel=\"stylesheet\" href=\"/");
#line 6 "layout.dt"
_diet_output.htmlAttribEscape(AssetsURL.cs... | D |
/Users/Larry/Desktop/ARKit-line-drawing/build/ARKitDraw.build/Debug-iphonesimulator/ARKitDraw.build/Objects-normal/x86_64/AppDelegate.o : /Users/Larry/Desktop/ARKit-line-drawing/ARKitDraw/AppDelegate.swift /Users/Larry/Desktop/ARKit-line-drawing/ARKitDraw/login.swift /Users/Larry/Desktop/ARKit-line-drawing/ARKitDraw/Vi... | D |
cotton trousers made of corduroy cloth
a cut pile fabric with vertical ribs
a road made of logs laid crosswise
build (a road) from logs laid side by side
| D |
/*******************************************************************************
Font class renders truetype fonts.
Authors: ArcLib team, see AUTHORS file
Maintainer: Clay Smith (clayasaurus at gmail dot com)
License: zlib/libpng license: $(LICENSE)
Copyright: ArcLib team
Desc... | D |
module ogre.rendersystem.rendertarget;
//import std.container;
import ogre.compat;
import ogre.config;
import ogre.rendersystem.rendersystem;
import ogre.rendersystem.viewport;
import ogre.scene.camera;
import ogre.rendersystem.rendertargetlistener;
import ogre.image.images;
import ogre.image.pixelformat;
import ogre.... | D |
an esoteric or occult matter resembling the Kabbalah that is traditionally secret
an esoteric theosophy of rabbinical origin based on the Hebrew scriptures and developed between the 7th and 18th centuries
| D |
/**
* Local optimizations
*
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1993-1998 by Symantec
* Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, W... | D |
freeing from false belief or illusions
free from enchantment
| D |
module UnrealScript.UnrealEd.InterpTrackSoundHelper;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.UnrealEd.InterpTrackHelper;
extern(C++) interface InterpTrackSoundHelper : InterpTrackHelper
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final st... | D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/rand_isaac-0b59a91e4caeb976.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_isaac-0.1.1/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_isaac-0.1.1/src/isaac.rs /home/zeliwan... | D |
/* $OpenBSD: sm3.h,v 1.1 2018/11/11 06:53:31 tb Exp $ */
/*
* Copyright (c) 2018, Ribose Inc
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
... | D |
import vibe.d;
import std.stdio;
import std.process;
final class WebChat {
private Room[string] _rooms;
// GET /
void get() {
render!"index.dt";
}
// GET /room?id=...&name=...
void getRoom(string id, string name) {
auto messages = getRoom(id).messages;
render!("room.dt", id, name, messages);
}
void po... | 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 |
# FIXED
Host/gatt_uuid.obj: C:/ti/simplelink_cc26x2_sdk_2_30_00_34/source/ti/ble5stack/host/gatt_uuid.c
Host/gatt_uuid.obj: C:/ti/simplelink_cc26x2_sdk_2_30_00_34/source/ti/ble5stack/osal/src/inc/comdef.h
Host/gatt_uuid.obj: C:/ti/simplelink_cc26x2_sdk_2_30_00_34/source/ti/ble5stack/hal/src/target/_common/hal_type... | D |
func void ZS_SkeletonDown()
{
B_ClearPerceptions(self);
self.noFocus = TRUE;
self.bodyStateInterruptableOverride = TRUE;
Npc_SetPercTime(self,1);
self.aivar[AIV_TAPOSITION] = NOTINPOS;
if (Hlp_StrCmp(Npc_GetNearestWP(self),self.wp) == FALSE)
{
AI_GotoWP(self, self.wp);
};
};
func int ZS_SkeletonDown_LOOP()
{... | D |
import std.math;
extern(C) int printf(const char*, ...);
string abc;
template Floating(T)
{
T[3] a;
T[3] b;
T[3] c;
T[] A()
{
printf("A\n");
abc ~= "A";
return a;
}
T[] B()
{
printf("B\n");
abc ~= "B";
return b;
}
T[] C()
... | D |
$NetBSD$
--- runtime/druntime/src/core/sys/posix/sys/select.d.orig 2016-01-21 15:39:03.000000000 +0000
+++ runtime/druntime/src/core/sys/posix/sys/select.d
@@ -218,6 +218,43 @@ else version( FreeBSD )
int pselect(int, fd_set*, fd_set*, fd_set*, in timespec*, in sigset_t*);
int select(int, fd_set*, fd_set*, f... | D |
import std.stdio;
import harud;
import harud.c;
void main() {
void errorCallback(uint error_number, uint detail_number) {
writefln("err %x, %s, (num %x)"
, error_number
, getErrorDescription(error_number),
detail_number);
}
Doc pdf = new Doc(&errorCallback); ///... | D |
module block;
import
vector,
matrix,
xform,
misc,
std.stdio,
std.math,
derelict.opengl.gl;
const float CUTOFF = 0.577;
//A block
class Block
{
float slipperiness;
Matrix mat;
Vector color;
this(Matrix mat, Vector color, float slip)
{
... | D |
# FIXED
PROFILES/gapbondmgr.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/ble5stack/host/gapbondmgr.c
PROFILES/gapbondmgr.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/ble5stack/inc/bcomdef.h
PROFILES/gapbondmgr.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/ble5stack/osal/src/inc/comdef.h... | D |
/Users/pacmac/Documents/GitHub/Blockchain/substarte_blockchain/substrate-node-template/target/release/deps/crossbeam_deque-5f8b50267b3481ef.rmeta: /Users/pacmac/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.7.3/src/lib.rs
/Users/pacmac/Documents/GitHub/Blockchain/substarte_blockchain/substrate-node... | D |
/Users/WenNiao/myproject/iosprojects/HackerNews/build/HackerNews.build/Debug-iphonesimulator/HackerNews.build/Objects-normal/x86_64/ViewController.o : /Users/WenNiao/myproject/iosprojects/HackerNews/HackerNews/ViewController.swift /Users/WenNiao/myproject/iosprojects/HackerNews/HackerNews/TableViewCell.swift /Users/Wen... | D |
// Copyright 2019-2020, University of Freiburg.
// Chair of Algorithms and Data Structures.
// Markus Näther <naetherm@informatik.uni-freiburg.de>
module dgenerator.utils.config;
import std.string;
import dyaml;
/**
* @class
* Config
*
* @brief
* YAML-based configuration file reader.
* Currently the configurat... | D |
enum ActionType {
DEscapeAnalysis, CppEscapeAnalysis, CppSafeFormat,
DCompilerRepresentation, CppCompilerRepresentation
}
| D |
/**
MongoCollection class
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.db.mongo.collection;
public import vibe.db.mongo.cursor;
public import vibe.db.mongo.connection;
import vibe.db.mon... | D |
# FIXED
Startup/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/icall/stack/ble_user_config.c
Startup/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/hal/src/target/_common/hal_types.h
Startup/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_5... | D |
func void B_Story_ReturnedFromUrShak()
{
//-------- Missionsgegenstände --------
//-------- Tagebucheinträge --------
B_LogEntry (CH4_FindOrcShaman,"Xardas seemed to be happy about what I found out from Ur-Shak. My further path will now lead me into the Free Mine to find Ur-Shak's friend.");
Log_SetTopicStatus... | D |
/Users/stefan/Documents/Developer/CodingSwiftly/CocoaPodDemos/ElasticTransitionDemo/DerivedData/ElasticTransitionDemo/Build/Intermediates/ElasticTransitionDemo.build/Debug-iphonesimulator/ElasticTransitionDemo.build/Objects-normal/x86_64/AppDelegate.o : /Users/stefan/Documents/Developer/CodingSwiftly/CocoaPodDemos/Elas... | D |
module android.java.java.time.temporal.Temporal;
public import android.java.java.time.temporal.Temporal_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Temporal;
import import1 = android.java.java.time.temporal.Temporal;
import import5 = android.java.java.lang.Class;
import import6 = android.j... | 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 |
module UnrealScript.UnrealEd.ByteCodeSerializer;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.Struct;
extern(C++) interface ByteCodeSerializer : Struct
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass StaticClass() { m... | D |
module xf.nucleus.Nucleus;
private {
import xf.Common;
import xf.core.Registry;
import
xf.nucleus.Param,
xf.nucleus.Material,
xf.nucleus.kdef.model.IKDefRegistry,
xf.nucleus.Log,
xf.nucleus.asset.CompiledMaterialAsset;
import xf.gfx.IRenderer : RendererBackend = IRenderer;
import
xf.mem.ScratchAllo... | D |
// PERMUTE_ARGS:
// EXTRA_FILES: imports/test1imp.d
class File
{
import imports.test1imp;
static char[] read(char[] name)
{
DWORD size; // DWORD is defined in test1imp
return null;
}
}
| D |
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 Devisualization (Richard Andrew Cattermole)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without ... | D |
/**
Copyright: Copyright (c) 2019, 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 code_checker.utility;
import logger = std.experimental.logger;
/// Replace words in a configurat... | D |
/Users/michael/Desktop/Buildcoin/ChartTest/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IBubbleChartDataSet.o : /Users/michael/Desktop/Buildcoin/ChartTest/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/michael/Desktop/Buildcoin/ChartTest/Pods/Charts/Source/Ch... | D |
module argparse;
public import argparse.argument;
public import argparse.argparse;
| D |
/*
REQUIRED_ARGS: -preview=dip1000
*/
/*
TEST_OUTPUT:
---
fail_compilation/retscope5.d(5010): Error: reference `t` assigned to `p` with longer lifetime
---
*/
#line 5000
// https://issues.dlang.org/show_bug.cgi?id=17725
void test() @safe
{
int* p;
struct T {
int a;
}
void escape(ref T t)... | D |
///////////////////////////////////////////////////////////////////////
// Info EXIT
///////////////////////////////////////////////////////////////////////
INSTANCE DIA_Pal_213_Schiffswache_EXIT (C_INFO)
{
npc = Pal_213_Schiffswache;
nr = 999;
condition = DIA_Pal_213_Schiffswache_EXIT_Conditio... | D |
module Logger;
private import std.format;
private import std.c.stdio;
import std.datetime;
import std.array: appender;
private import std.stdio;
private import std.datetime;
import std.c.linux.linux;
byte trace_msg[1100];
version (X86_64)
{
alias long _time;
}
else
{
alias int _time;
}
public class Logge... | 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_1_0.txt or copy at http://www.boost.org/LICENSE_1... | D |
module test;
import core.vararg;
import std.stdio;
import std.string;
extern(C) int printf(const char*, ...);
/*******************************************/
struct S1
{
void* function(void*) fn;
}
template M1()
{
S1 s;
}
void test1()
{
S1 s2;
mixin M1;
assert(s.fn == null);
}
/****************... | D |
/Users/diego/repos/hello-rust/target/rls/debug/deps/smallvec-50e6fce27a9b9cdc.rmeta: /Users/diego/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.4.5/lib.rs
/Users/diego/repos/hello-rust/target/rls/debug/deps/smallvec-50e6fce27a9b9cdc.d: /Users/diego/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-... | D |
void main() {
auto ip = readAs!(int[]), N = ip[0], A = ip[1], B = ip[2];
auto D = readAs!(int[]);
}
// ===================================
import std.stdio;
import std.string;
import std.functional;
import std.algorithm;
import std.range;
import std.traits;
import std.math;
import std.container;
import std.bigint... | D |
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
depend() {
need openib
after net # ip net seems to be needed to perform management.
}
prog=/usr/sbin/opensm
start() {
ebegin "Starting OpenSM Infiniband Subnet Manager"
... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.