code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/jaison/Documents/Drive/custom-api/.build/debug/Socks.build/Socks.swift.o : /Users/jaison/Documents/Drive/custom-api/Packages/Socks-1.2.7/Sources/Socks/Socks.swift /Users/jaison/Documents/Drive/custom-api/Packages/Socks-1.2.7/Sources/Socks/SynchronousTCPServer.swift /Users/jaison/Documents/Drive/custom-api/Packag... | D |
/* Converted to D from include/sysapp/launch.h by htod */
module sysapp.launch;
//C #pragma once
//C #include <wut.h>
import wut;
/**
* \defgroup sysapp_launch SYSAPP Launch
* \ingroup sysapp
* @{
*/
//C #ifdef __cplusplus
//C extern "C" {
//C #endif
//C void
//C SYSR... | D |
// Copyright Ferdinand Majerech 2011.
// Copyright Cameron Ross 2016.
// 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 wyaml.tests.representer;
unittest {
import std.array :... | D |
instance DIA_Halvor_EXIT(C_Info)
{
npc = VLK_469_Halvor;
nr = 999;
condition = DIA_Halvor_EXIT_Condition;
information = DIA_Halvor_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Halvor_EXIT_Condition()
{
return TRUE;
};
func void DIA_Halvor_EXIT_Info()
{
B_EquipTr... | D |
enum VK_NULL_HANDLE = null;
alias uint8_t = ubyte;
alias uint32_t = uint;
alias uint64_t = ulong;
alias int32_t = int;
alias VkSampleMask = uint32_t;
alias VkBool32 = uint32_t;
alias VkFlags = uint32_t;
alias VkDeviceSize = uint32_t;
| D |
/takaya_workspace/self_study/rust_practice/gcd/target/debug/deps/gcd-a6b822b1aa0ef26d: src/main.rs
/takaya_workspace/self_study/rust_practice/gcd/target/debug/deps/gcd-a6b822b1aa0ef26d.d: src/main.rs
src/main.rs:
| D |
// Copyright © 2012, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/volt/license.d (BOOST ver. 1.0).
module volt.ir.context;
import std.string : format;
import volt.errors;
import volt.ir.base;
import volt.ir.type;
import volt.ir.toplevel;
import volt.ir.declaration;
import volt.ir.expression... | D |
/home/juliobrz/Git/PixelCanvas/.build/x86_64-unknown-linux/debug/NIOOpenSSL.build/SSLPointerTricks.swift.o : /home/juliobrz/Git/PixelCanvas/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/ByteBufferBIO.swift /home/juliobrz/Git/PixelCanvas/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPKCS12Bundle.swift /home/j... | D |
belonging to or characteristic of a dialect
| D |
/Users/kirstenrichard/Desktop/substrate-moloch-dao/target/release/build/parking_lot_core-b22344692b98cb1b/build_script_build-b22344692b98cb1b: /Users/kirstenrichard/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2/build.rs
/Users/kirstenrichard/Desktop/substrate-moloch-dao/target/release/build/pa... | D |
/**
Generates offline documentation in the form of HTML files.
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 ddox.htmlgenerator;
import ddox.api;
import ddox.entities;
import ddox.settings;
im... | D |
func void B_CreateAmbientInv_VLK(var int InventorySet)
{
var int goldAmount;
var int richboy;
goldAmount = Hlp_Random(16) + 2;
if(goldAmount > 10)
{
richboy = 2;
}
else
{
richboy = 1;
};
if(InventorySet == 1)
{
CreateInvItems(self,ItPl_Blueplant,richboy);
CreateInvItems(self,ItMi_SilverRing,1);
Cr... | D |
module frontend;
import std.conv: text;
import std.concurrency: thisTid, Tid, send, prioritySend, receiveTimeout, OwnerTerminated, Variant;
import std.datetime: dur, StopWatch;
import std.stdio: stderr, writeln, writefln;
import std.exception: enforce;
import std.traits: isUnsigned;
import core.thread: Thread;
import... | D |
/Users/hiro/Desktop/SwiftPractic/build/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/String+MD5.o : /Users/hiro/Desktop/SwiftPractic/Pods/Kingfisher/Sources/String+MD5.swift /Users/hiro/Desktop/SwiftPractic/Pods/Kingfisher/Sources/Resource.swift /Users/hiro/Desktop/SwiftPractic/Pods/Kingfisher... | D |
/Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/DerivedData/CryptoLive/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/Animator.o : /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/Jaskeerat/Desktop/CryptoLive... | D |
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Body/HTTPBodyRepresentable.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/http.git--6227123644269730208/Sources/HTTP/Utilities/RFC1123.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/http.git--622712... | D |
// D import file generated from 'derelict\util\xtypes.d'
module derelict.util.xtypes;
version (freebsd)
{
version = GLX;
}
else
{
version (FreeBSD)
{
version = GLX;
}
else
{
version (linux)
{
version = GLX;
}
}
}
version (GLX)
{
alias int Bool;
alias uint VisualID;
alias byte* XPointer;
... | D |
module android.java.android.app.ActivityManager_RunningTaskInfo;
public import android.java.android.app.ActivityManager_RunningTaskInfo_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ActivityManager_RunningTaskInfo;
import import1 = android.java.java.lang.Class;
| D |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | D |
module hunt.http.codec.http.encode.PushPromiseGenerator;
import hunt.collection;
import hunt.http.codec.http.frame.Flags;
import hunt.http.codec.http.frame.Frame;
import hunt.http.codec.http.frame.FrameType;
import hunt.http.codec.http.frame.PushPromiseFrame;
import hunt.http.codec.http.hpack.HpackEncoder;
import hun... | D |
module android.java.android.content.res.AssetManager_AssetInputStream;
public import android.java.android.content.res.AssetManager_AssetInputStream_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!AssetManager_AssetInputStream;
import import0 = android.java.java.lang.Class;
| D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010-2011 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/LICE... | 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 |
/*
* Copyright (c) 2016-2018 sel-project
*
* 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 limitation the rights
* to use, copy, modify, merge, pu... | D |
instance VLK_409_Zuris(Npc_Default)
{
name[0] = "Зурис";
guild = GIL_VLK;
id = 409;
voice = 14;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Vlk_Sword);
B_SetNpcVisual(self,MALE,"Hum_Head_Psionic",Face_N_ImportantGrey,BodyTex_N,I... | D |
**************************************************************************
* KELVIN LABORATORY, UNIVERSITY OF GLASGOW
*
* *********** polrot.d *******************
*
* Parameter file for changing polarisation using polrot.c
*
*
* K Livingston 6th May 1966
* K Livingston 16th Feb 2008 U... | D |
module android.java.android.telephony.TelephonyManager_UssdResponseCallback_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.lang.CharSequence_d_interface;
import import0 = ... | D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.build/HTTPResponseCompressor.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/swift-nio.git-310847... | 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 |
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.797163631 sediments, red-brown clays
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.354633176 extrusives, intrusives
346 61 9 41.2000008 35... | D |
/home/pjackim/downloads/eww/target/release/deps/gobject_sys-a95cb479ad074b87.rmeta: /home/pjackim/.cargo/registry/src/github.com-1ecc6299db9ec823/gobject-sys-0.10.0/src/lib.rs
/home/pjackim/downloads/eww/target/release/deps/libgobject_sys-a95cb479ad074b87.rlib: /home/pjackim/.cargo/registry/src/github.com-1ecc6299db9e... | D |
/mnt/c/Users/livvy/Documents/Github/rustbindingtest/myLib/target/debug/build/proc-macro2-126b096ae5c78383/build_script_build-126b096ae5c78383: /home/liv/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.8/build.rs
/mnt/c/Users/livvy/Documents/Github/rustbindingtest/myLib/target/debug/build/proc-macro2-12... | D |
foster the growth of
prepare for crops
teach or refine to be discriminative in taste or judgment
adapt (a wild plant or unclaimed land) to the environment
(of land or fields) prepared for raising crops by plowing or fertilizing
no longer in the natural state
marked by refinement in taste and manners
| D |
/**
* Declarations for back-end functions that the front-end invokes.
*
* This 'glues' either the DMC or GCC back-end to the front-end.
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LI... | D |
module godot.visualscript;
import std.meta : AliasSeq, staticIndexOf;
import std.traits : Unqual;
import godot.d.meta;
import godot.core;
import godot.c;
import godot.d.bind;
import godot.object;
import godot.classdb;
import godot.script;
import godot.visualscriptnode;
@GodotBaseClass struct VisualScript
{
static immu... | D |
/Users/trietnguyen/Documents/Blockchain Development/NEAR OCT/phucngo/near-nft-certificate/near-nft-cert/contract/target/release/build/num-traits-3bd4fb63ad2e8a89/build_script_build-3bd4fb63ad2e8a89: /Users/trietnguyen/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.12/build.rs
/Users/trietnguyen/Documen... | D |
module dwt.program.all;
public import dwt.program.Program;
| D |
a small gift (especially one given by a merchant to a customer who makes a purchase)
| D |
import std.c.time;
enum LIBMRSS_VERSION_STRING ="0.19.2";
enum LIBMRSS_MAJOR_VERSION =0;
enum LIBMRSS_MINOR_VERSION =19;
enum LIBMRSS_MICRO_VERSION =2;
extern(C):
alias mrss_generic_t=void *;
// from curl.h
enum CURLcode
{
CURLE_OK = 0,
CURLE_UNSUPPORTED_PROTOCOL, /* 1 */
CURLE_FAILED_INIT, /*... | D |
// Written in the D programming language.
// Copyright: Coverify Systems Technology 2013 - 2014
// License: 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)
// Authors: Puneet Goel <puneet@... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -dip1000 -o- -X -Xf${RESULTS_DIR}/compilable/json.out
// POST_SCRIPT: compilable/extra-files/json-postscript.sh
module json;
static this() {}
static ~this() {}
alias int myInt;
myInt x; // bug 3404
struct Foo(T) { T t; }
class Bar(int T) { int t = T; }
interface Baz(T...) { T[... | D |
/*
TEST_OUTPUT:
---
fail_compilation/diag8318.d(13): Error: function `diag8318.Bar8318.foo` return type inference is not supported if may override base class function
---
*/
class Foo8318
{
auto foo() { return "Foo.foo"; }
}
class Bar8318 : Foo8318
{
override auto foo() { return "Bar.foo"; }
}
/*
TEST_OUTPUT:
... | D |
/*
* hunt-proton: AMQP Protocol library for D programming language.
*
* Copyright (C) 2018-2019 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.proton.engine.impl.ssl.SslEngineFacadeFactory;
//import java.io.Closeable;
//import java.io... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
21.8999996 87.1999969 3.5 52 0 4 -37 143.399994 9069 4.4000001 4.4000001 0.966731536 extrusives, basalts
22.5 87 27.2999992 85.5 16 23 -9.60000038 119.400002 7801 14.8999996 28.5 0.477272727 extrusives, basalts
213.300003 85.5 9.89999962 22.3999... | D |
/*
* [The "BSD license"]
* Copyright (c) 2016 Terence Parr
* Copyright (c) 2016 Sam Harwell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code... | D |
/* crypto/pem/pem.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-comm... | D |
/*
Generated by Entice Designer
Entice Designer written by Christopher E. Miller
www.dprogramming.com/entice.php
*/
module gui.about;
private import dfl.all;
class About: dfl.form.Form
{
// Do not modify or move this block of variables.
//~Entice Designer variables begin here.
dfl.picturebox.PictureBox pictur... | D |
/**
A simple implementation of the signals pattern.
*/
module raijin.patterns.signals;
import std.algorithm;
/**
The implementation of the signals pattern.
*/
struct Signals(Slot)
{
/**
Adds a function/delegate to the array of functions/delegates to be called later.
Params:
slot = The function/delegate to ... | D |
import pyd.pyd, pyd.embedded, pyd.extra;
import deimos.python.Python;
import std.complex;
import std.string;
static this() {
py_init();
}
unittest {
alias cfloat_ = Complex!float;
cfloat_[] data = [
cfloat_(1,2),
cfloat_(1,3),
cfloat_(1,4),
cfloat_(1,6),
];
au... | D |
/Users/Fares/Documents/Projects/TransitApp/build/Pods.build/Debug-iphonesimulator/MaterialKit.build/Objects-normal/x86_64/MKImageView.o : /Users/Fares/Documents/Projects/TransitApp/Pods/MaterialKit/Source/MKActivityIndicator.swift /Users/Fares/Documents/Projects/TransitApp/Pods/MaterialKit/Source/MKButton.swift /Users/... | D |
#objdump: -r
#name: macro rept
#source: ../macros/rept.s
.*: +file format .*
RELOCATION RECORDS FOR .*
OFFSET[ ]+TYPE[ ]+VALUE.*
0+08[ ]+[a-zA-Z0-9_]+[ ]+foo1
0+04[ ]+[a-zA-Z0-9_]+[ ]+foo1
0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1
| D |
module heightsheets.level1;
import std.algorithm;
import std.stdio;
import heightsheets.heightsheets;
import heightsheets.level0;
import graphics.camera;
import graphics.ogl;
import graphics.shader;
import modules.module_;
import worldgen.maps;
import worldstate.worldstate;
import cgy.math.vector : vec3f, vec2i;
i... | D |
module gfm.math.fixedpoint;
import std.traits;
import gfm.math.wideint,
gfm.math.funcs;
/**
M.N fixed point integer.
Only signed integers are supported.
Only supports basic arithmetic.
If M + N > 32, then wide integers are used and this will likely be slow.
Params:
M = number of b... | D |
/**
Describes any component that can have child components.
*/
module declui.components.container;
import declui.components.component;
/**
A container is a type of component that is capable of having child components.
*/
interface IContainer : IComponent
{
/**
Adds a child component to the component.
Para... | D |
module libd.algorithm;
public import
libd.algorithm.common,
libd.algorithm.comparison,
libd.algorithm.search,
libd.algorithm.filtering,
libd.algorithm.mutate; | D |
# FIXED
OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/common/osal_memory_icall.c
OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/inc/comdef.h
OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/sour... | D |
module query.prefix;
import std.typecons;
import std.variant;
import std.conv;
import std.exception;
import std.stdio;
import entity.prefix;
import relationaldb.all;
class PrefixQuery
{
protected RelationalDBInterface relationalDb;
this(RelationalDBInterface relationalDb) @safe
{
... | D |
/home/kono/myprojects/rust_tutorial/guessing_game/target/debug/deps/rand_hc-1b8885716260aa60.rmeta: /home/kono/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0/src/lib.rs /home/kono/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_hc-0.1.0/src/hc128.rs
/home/kono/myprojects/rust_tutorial/guessing_game... | D |
// Copyright Ferdinand Majerech 2013-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)
/// Default policy controlling compile-time parameters to the entity system.
module tharsis.entity... | D |
module deadcode.platform.linuxlinetrace;
// Tracewrapper by Adam D. Ruppe
version (linux):
version (unittest) import deadcode.test;
import core.runtime;
class WrappedTraceHandler : Throwable.TraceInfo {
Throwable.TraceInfo ti;
this(Throwable.TraceInfo ti) {
this.ti = ti;
}
int opApply(scope in... | 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 |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) ?-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost... | D |
/Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/x86_64-apple-macosx10.10/debug/KituraNet.build/Server/ServerMonitor.swift.o : /Users/pavlosnicolaou/Documents/workshop/Kitura/KituraWebInterface/KituraWebInterface_Starter/.build/checkouts/Kitura-net.git-684799840928011... | D |
/Users/tangzekun/Dropbox/CIS/CIS399/SimpleNotes/Notes/DerivedData/Notes/Build/Intermediates/Notes.build/Debug-iphonesimulator/Notes.build/Objects-normal/x86_64/AppDelegate.o : /Users/tangzekun/Dropbox/CIS/CIS399/SimpleNotes/Notes/Notes/AppDelegate.swift /Users/tangzekun/Dropbox/CIS/CIS399/SimpleNotes/Notes/NotesTableVi... | D |
module android.java.java.util.Base64_Decoder_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.io.InputStream_d_interface;
import import2 = android.java.java.lang.Class_d_int... | D |
module mach.sdl;
public:
import mach.sdl.application;
import mach.sdl.audio;
import mach.sdl.error;
import mach.sdl.framelimiter;
import mach.sdl.glenum;
import mach.sdl.gldebug;
import mach.sdl.graphics;
import mach.sdl.haptic;
import mach.sdl.input;
import mach.sdl.init;
import mach.sdl.window;
| D |
module UnrealScript.Engine.MusicTrackDataStructures;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.SoundCue;
import UnrealScript.Core.UObject;
extern(C++) interface MusicTrackDataStructures : UObject
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@p... | D |
module xf.xpose.testb;
private {
import xf.xpose.Serialization;
import tango.io.Stdout;
import tango.text.convert.Sprint;
Sprint!(char) format;
static this() {
format = new Sprint!(char);
}
}
interface IShape {
float area();
char[] toString();
}
class Shape {
float area() ... | D |
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/DatabaseKit.build/Objects-normal/x86_64/DatabaseKeyedCache.o : /Users/brunodaluz/Desktop/project/.build/checkouts/database-kit.git--8359960696545479939/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/brunodaluz/Desktop/project/.build/checko... | D |
/*******************************************************************************
copyright: Copyright (c) 2004 Kris Bell. все rights reserved
license: BSD стиль: $(LICENSE)
version: Oct 2004: Initial release
Dec 2006: Outback release
... | D |
INSTANCE Info_Mod_Yasin_Hi (C_INFO)
{
npc = Mod_7111_ASS_Yasin_NW;
nr = 1;
condition = Info_Mod_Yasin_Hi_Condition;
information = Info_Mod_Yasin_Hi_Info;
permanent = 0;
important = 0;
description = "Und, alles fit?";
};
FUNC INT Info_Mod_Yasin_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Yasin_Hi_Info()... | D |
int[R] aa; // Place before the declaration of key struct
struct R
{
int opCmp(ref const R) const { return 0; }
}
void main()
{}
| D |
module shell;
string[string] vars;
string shell(string[] cmd)
{
import std.stdio;
string command = cmd[0];
string[] args = cmd[1 .. $];
/*
Sigh, this is going to be a bunch of conditionals
*/
if(command == "write")
{
write(args[0]);
return args[0];
}
else if(command == "writeln")
{
wri... | D |
import std.functional;
import common;
import runtime;
class SchemeRead : Context {
private this() {
setSpecial("read", toDelegate(&_read));
setSpecial("copy-context", makeCopyContext(null, this));
}
private static SchemeRead instance;
static SchemeRead getContext() {
if (instance is null) {
... | D |
/Users/harrisa/dev/apps/b.mobbing/chrono/SwiftyChrono/.build/x86_64-apple-macosx/debug/SwiftyChrono.build/Parsers/FR/FRWeekdayParser.swift.o : /Users/harrisa/dev/apps/b.mobbing/chrono/SwiftyChrono/Sources/SwiftyChrono/Utils/Date.swift /Users/harrisa/dev/apps/b.mobbing/chrono/SwiftyChrono/Sources/SwiftyChrono/Utils/Util... | D |
prototype Mst_Default_Molerat(C_Npc)
{
name[0] = "Кротокрыс";
guild = GIL_MOLERAT;
aivar[AIV_MM_REAL_ID] = ID_MOLERAT;
level = 4;
B_DS_SetMst_Attribute(cMst_Default_Molerat);
protection[PROT_BLUNT] = 40;
protection[PROT_EDGE] = 40;
protection[PROT_POINT] = 40;
protection[PROT_FIRE] = 0;
protection[PROT_FLY] ... | D |
void main() {
debug {
"==================================".writeln;
while(true) {
auto bench = benchmark!problem(1);
"<<< Process time: %s >>>".writefln(bench[0]);
"==================================".writeln;
}
} else {
problem();
}
}
void problem() {
auto A = scan!real;
a... | D |
module gfm.opengl.fbo;
import std.string;
import derelict.opengl3.gl3;
import gfm.core.log,
gfm.opengl.opengl,
gfm.opengl.texture,
gfm.opengl.renderbuffer;
/// OpenGL FrameBuffer Object wrapper.
final class GLFBO
{
public
{
/// FBO usage.
enum Usage
{
... | D |
module base.modelloader;
import thBase.format;
import thBase.chunkfile;
import thBase.policies.locking;
import thBase.enumbitfield;
import thBase.math3d.vecs;
import thBase.math3d.mats;
import thBase.math3d.box;
import thBase.allocator;
import thBase.scoped;
import thBase.types;
import thBase.casts;
impor... | D |
module odyssey.math.mat4;
import odyssey.math.vec4;
import std.string : format;
const {
Mat4 MAT4_IDENTITY =
Mat4( 1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1 );
}
// TODO: Unittests
struct Mat4 {
union {
struct {
float
... | D |
/*******************************************************************************
DHT Node Server Daemon
copyright:
Copyright (c) 2011-2017 sociomantic labs GmbH. All rights reserved
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
********************************... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1... | D |
module veda.vmodule.vmodule;
private
{
import core.stdc.stdlib, core.sys.posix.signal, core.sys.posix.unistd, core.runtime, core.thread, core.memory;
import std.stdio, std.conv, std.utf, std.string, std.file, std.datetime, std.json, core.thread, std.uuid, std.algorithm : remove;
import kaleidic.nanomsg.nan... | D |
module d_imgui;
public import d_imgui.imconfig;
public import d_imgui.imgui_h;
public import d_imgui.imgui;
public import d_imgui.imgui_widgets;
public import d_imgui.imgui_internal;
public import d_imgui.imgui_draw;
public import d_imgui.imgui_demo;
public import d_imgui.imgui_tables;
| D |
# FIXED
Startup/ccfg_appBLE.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Projects/ble/AirWrite/CC26xx/IAR/Config/ccfg_appBLE.c
Startup/ccfg_appBLE.obj: C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600/startup_files/ccfg.c
Startup/ccfg_appBLE.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/i... | D |
/++
This module contains summation algorithms.
License: $(LINK2 http://boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Ilya Yaroshenko
Copyright: Copyright © 2015-, Ilya Yaroshenko
+/
module mir.math.sum;
///
version(mir_test)
unittest
{
import mir.ndslice.slice: sliced;
import mir.ndslice.topology:... | D |
instance KDF_503_Karras(Npc_Default)
{
name[0] = "Каррас";
guild = GIL_KDF;
id = 503;
voice = 10;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,6);
fight_tactic = FAI_HUMAN_MASTER;
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_Pony",Face_L_NormalBart02,BodyTex_L,ITAR_KDF_M_N... | D |
/**
Adler-32 implementation. This module conforms to the APIs defined in std.digest.
*/
module nxt.digestx.adler;
public import std.digest;
/// Template API Adler32 implementation.
struct Adler32
{
/// Initializes the digest calculation.
void start() @safe pure nothrow @nogc
{
_a = 1;
_... | D |
// Written in the D programming language.
/**
A one-stop shop for converting values from one type to another.
Copyright: Copyright Digital Mars 2007-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright),
$(WEB erdani.org, Andrei Alexandrescu),
... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto nk = readln.split.to!(int[]);
auto N = nk[0];
auto K = nk[1];
writeln((N+1) / 2 >= K ? "YES" : "NO");
} | D |
/Users/tcadmin/Documents/XCode/tests/TestAutoHeight/Build/Intermediates/TestAutoHeight.build/Debug-iphonesimulator/TestAutoHeight.build/Objects-normal/x86_64/AppDelegate.o : /Users/tcadmin/Documents/XCode/tests/TestAutoHeight/TestAutoHeight/ViewController.swift /Users/tcadmin/Documents/XCode/tests/TestAutoHeight/TestAu... | 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 Soft... | D |
a yellow phospholipid essential for the metabolism of fats
| D |
/Users/lap14205/Documents/home/blockchain_learning/casper/casper-get-started/src/tests/target/debug/deps/libthiserror_impl-1727163b94f0f8a0.dylib: /Users/lap14205/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.29/src/lib.rs /Users/lap14205/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-im... | D |
instance DIA_STRF_1_EXIT(C_INFO)
{
nr = 999;
condition = dia_strf_1_exit_condition;
information = dia_strf_1_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_strf_1_exit_condition()
{
return TRUE;
};
func void dia_strf_1_exit_info()
{
AI_StopProcessInfos(self);
};
instance DIA_STRF_1... | D |
///////////////////////////////////////////////////////////////////////
// Info EXIT
///////////////////////////////////////////////////////////////////////
INSTANCE DIA_Moe_EXIT (C_INFO)
{
npc = VLK_432_Moe;
nr = 999;
condition = DIA_Moe_EXIT_Condition;
information = DIA_Moe_EXIT_Info;
perma... | D |
module polyplex.core.render.gl.gloo;
public import bindbc.opengl;
private __gshared Buffer[GLenum] boundBuffers;
private __gshared Texture[GLenum] boundTextures;
private __gshared Framebuffer[GLenum] boundFramebuffers;
private __gshared Sampler[GLenum] boundSamplers;
private __gsha... | D |
// Written in the D programming language.
/**
String handling functions.
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions) )
$(TR $(TDNW Searching)
$(TD
$(MYREF column)
$(MYREF inPattern)
$(MYREF indexOf)
$(MYREF indexOfAny)
... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
4.0999999 81 13.5 21 7 8 36 -106.300003 303 11.3999996 11.3999996 extrusives, basalts
4.5 80.5 11.8999996 29 8 9 35.7000008 -106.5 304 14.1999998 14.1999998 extrusives, basalts, rhyolites
147.699997 51 22 18 7 8 36.2000008 -106.199997 408 14.300000... | D |
import weka.DE.DE: RM, SM;
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.