code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module rx.gtk;
public import rx.gtk.conv;
public import rx.gtk.property; | D |
module android.java.java.util.TooManyListenersException_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 import4 = android.java.java.lang.... | D |
# FIXED
Comun/common/F2837xD_TempSensorConv.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/Comun/common/F2837xD_TempSensorConv.c
Comun/common/F2837xD_TempSensorConv.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/F2837xD_headers/include/F2837xD_device.h
Comun/common/F2837xD_TempSensorCon... | D |
letters inscribed (especially words engraved or carved) on something
a short message (as in a book or musical work or on a photograph) dedicating it to someone or something
the activity of inscribing (especially carving or engraving) letters or words
| D |
module sekitk.qvm.impl.zero;
/+
import std.traits: isFloatingPoint;
import numeric.pseudocmplx: isComplex;
mixin template MatrixImplZero(T, T Threshold)
if(isFloatingPoint!T || isComplex!T){
import sekitk.base: TypeOfSize, MatrixType, MajorOrder, matrixConstraint;
+/
enum string MATRIX_IMPL_ZERO= q{
/***************... | D |
instance DIA_Tandor_EXIT(C_Info)
{
npc = PAL_260_Tandor;
nr = 999;
condition = DIA_Tandor_EXIT_Condition;
information = DIA_Tandor_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Tandor_EXIT_Condition()
{
if(Kapitel < 3)
{
return TRUE;
};
};
func void DIA_Tandor_EXIT_Info()
{
AI_... | D |
// Written in the D programming language.
/*
Copyright: Copyright The D Language Foundation 2000-2013.
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(HTTP walterbright.com, Walter Bright), $(HTTP erdani.com,
Andrei Alexandrescu), and Kenji Hara
Source: $(PHOBOSSRC std/forma... | D |
marked by complexity and richness of detail
displaying luxury and furnishing gratification to the senses
produced or growing in extreme abundance
| D |
/**
* This is a simple "Hello World!" example of using Awesomium.
*
* It loads a page and saves a rendered bitmap of it to a JPEG.
*
* Procedure:
* -- Create the WebCore singleton
* -- Create a new WebView and request for it to load a URL.
* -- Wait for the WebView to finish loading.
* -- Retrieve the BitmapSu... | D |
// Written in the D programming language.
/**
* Convert Win32 error code to string.
*
* Copyright: Copyright The D Language Foundation" 2006 - 2013.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(HTTP digitalmars.com, Walter Bright)
* Credits: Based on code written by Reg... | D |
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/SaftyDrive.build/Debug-iphoneos/SaftyDrive.build/Objects-normal/arm64/AppDelegate.o : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/... | D |
//************************
// Skeleton Prototype
//************************
PROTOTYPE Mst_Default_Skeleton(C_Npc)
{
//----- Monster ----
name = "Szkielet";
guild = GIL_SKELETON;
aivar[AIV_MM_REAL_ID] = ID_SKELETON;
level = 15;
//----- Attribute ----
attribute [ATR_STRENGTH] = 60; //+5... | D |
// File Name: MERGE.D <sMergeCADFile>
//
// Purpose: Merges the current drawing with the file given
// in the argument
//
// Version: 1.01
//
// Date: 06.Feb.98
//
// Author: Gary George
//
//---------------------------------------------------------------------------------------------
// REVISIONS:
// Date ... | D |
instance DIA_BAALCADAR_EXIT(C_Info)
{
npc = gur_8037_cadar;
nr = 999;
condition = dia_baalcadar_exit_condition;
information = dia_baalcadar_exit_info;
permanent = TRUE;
description = Dialog_Ende;
};
func int dia_baalcadar_exit_condition()
{
return TRUE;
};
func void dia_baalcadar_exit_info()
{
AI_StopProcess... | D |
static import ar = armos;
import std.stdio;
private immutable string gourandVertexShaderSource = q{
#version 330
uniform mat4 modelViewMatrix;
uniform mat4 projectionMatrix;
uniform mat4 modelViewProjectionMatrix;
uniform mat4 textureMatrix;
uniform vec3 lightDirection;
in vec4 vertex;
in vec3 normal;
in vec3 tangen... | D |
module krepel.system.system;
import krepel.win32.system;
/// ReadFile
unittest
{
import krepel.memory;
import krepel.system.ifile;
import std.conv;
StaticStackMemory!1024 SomeStack;
auto SomeAllocator = Wrap(SomeStack);
IFile File = OpenFile(SomeAllocator, "../unittest/FileTest.txt");
auto Region = S... | D |
// Copyright © 2012, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/charge/charge.d (GPLv2 only).
module charge.sys.memory;
static import std.c.stdlib;
version(MemDump) {
import std.stdio : writefln;
import std.string : toString;
}
private struct MemHeader
{
private:
size_t size;
char *... | 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, a... | D |
instance GRD_219_STONE(NPC_DEFAULT)
{
name[0] = "Стоун";
npctype = NPCTYPE_MAIN;
guild = GIL_GRD;
level = 15;
voice = 6;
id = 219;
flags = NPC_FLAG_IMMORTAL;
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 50;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 220... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/Shell_Tools/minicat/target/debug/deps/strsim-6a1cfb1c353de55a.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/strsim-0.8.0/src/lib.rs
/home/hustccc/OS_Tutorial_Summer_of_Code/Shell_Tools/minicat/target/debug/deps/libstrsim-6a1cfb1c353de55a.rlib: /h... | D |
/**
The root widget to inherit from for a flat UI.
Copyright: Guillaume Piolat 2015-2018.
Copyright: Ethan Reker 2017.
License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
*/
module dplug.flatwidgets.flatbackgroundgui;
import gfm.math.box;
import dplug.core.nogc;
import dplug.core.file;
import ... | 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)
///Line trail particle system.
module scene.linetrail;
@safe
import std.math;
import scene.a... | 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 |
/*
* The MIT License (MIT)
* =====================
*
* Copyright (c) 2015 Dmitri Makarov <dmakarov@alumni.stanford.edu>
*
* 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... | D |
/**
* Break down a D type into basic (register) types for the 32-bit x86 ABI.
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost Licens... | D |
instance PAL_6107_RITTER(Npc_Default)
{
name[0] = NAME_Ritter;
guild = GIL_BDT;
aivar[AIV_IgnoresFakeGuild] = TRUE;
aivar[AIV_IgnoresArmor] = TRUE;
id = 6107;
voice = 8;
flags = 0;
npcType = NPCTYPE_PALMORA;
aivar[AIV_DropDeadAndKill] = TRUE;
B_SetAttributesToChapter(self,6);
fight_tactic = FAI_HUMAN_MASTER... | D |
/**
JSON serialization and value handling.
This module provides the Json struct for reading, writing and manipulating
JSON values. De(serialization) of arbitrary D types is also supported and
is recommended for handling JSON in performance sensitive applications.
Copyright: © 2012-2015 RejectedSoftware e.K.
Lic... | D |
/home/areeb/Rust/lifetimes_04/target/debug/deps/lifetimes_04-ba6baa869198b85f: src/main.rs
/home/areeb/Rust/lifetimes_04/target/debug/deps/lifetimes_04-ba6baa869198b85f.d: src/main.rs
src/main.rs:
| D |
consolidating two or more things
learning (of values or attitudes etc.) that is incorporated within yourself
including by incorporating
| D |
module Client.ClientWrapper.SocketWrapperHelper;
public import Utility.DataProxy;
import std.datetime;
import vibe.data.json;
import std.container.dlist;
HistoryData CalculateHistoryDataFromJson( Json inData, Duration duration )
{
HistoryData data;
long startDate;
for ( int i = 0; i < inData.length; i++ )
{
lo... | D |
#!/usr/bin/env rdmd
import std.algorithm, std.conv, std.range, std.stdio, std.string;
void main()
{
stdin
.byLine
.map!((line) {
char[][16] buf;
auto words = buf[0 .. $ - line.splitter.copy(buf[]).length];
words.each!(w => w.representation.sort());
au... | D |
instance VLK_4106_Dobar (Npc_Default)
{
// ------ NSC ------
name = "Dobar";
guild = GIL_MIL;
id = 4106;
voice = 8;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_OCMAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 1); //setzt Attribute und LEVEL... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
void main()
{
auto hw = readln.split.to!(int[]);
auto H = hw[0];
auto W = hw[1];
auto M = new int[][](H, W);
foreach (i; 0..H) foreach (j, a; readln.split.to!(int[])) M[... | 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 |
instance Mod_7450_HTR_Ethan_IR (Npc_Default)
{
// ------ NSC ------
name = "Ethan";
guild = GIL_OUT;
id = 7450;
voice = 13;
flags = 0;
npctype = NPCTYPE_MAIN;
aivar[AIV_Partymember] = TRUE;
// ------ Attribute ------
B_SetAttributesToChapter (self, 3);
ai... | D |
/Users/varaprasadp/Desktop/React/Example/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ILineRadarChartDataSet.o : /Users/varaprasadp/Desktop/React/Example/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/varaprasadp/Desktop/React/Exam... | D |
import std.stdio, std.array, std.string, std.conv, std.algorithm;
import std.typecons, std.range, std.random, std.math, std.container;
import std.numeric, std.bigint, core.bitop;
void main() {
auto s = readln.split.map!(to!int);
auto N = s[0];
auto T = s[1];
auto E = s[2];
auto A = readln.split.ma... | D |
/**
Copyright: © 2013 rejectedsoftware e.K.
License: Subject to the terms of the GNU GPLv3 license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module dubregistry.web;
import dubregistry.viewutils; // dummy import to make rdmd happy
import dub.semver;
import std.algorithm : sort, startsWi... | D |
/// Vulkan functions
module dvulkan.functions;
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY.
import dvulkan.types;
import std.typetuple;
import std.traits;
import std.algorithm : startsWith;
version(DVulkanAllExtensions) {
version = DVulkan_VK_VERSION_1_0;
version = DVulkan_VK_KHR_surface;
ve... | D |
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/Fluent.build/Model/Model.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/fluent/Sources/Fluent/Schema/SchemaSupporting+CRUD.swift /... | D |
module android.java.android.icu.text.AlphabeticIndex_Record;
public import android.java.android.icu.text.AlphabeticIndex_Record_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!AlphabeticIndex_Record;
import import0 = android.java.java.lang.CharSequence;
import import1 = android.java.java.lang.... | D |
ex9_2_8%name
3%variables
2%constraints
1%objectives
0%binary-vars
0%int-vars
5%nodes
4%edges
| D |
instance GardeInnos_4050_Argibast (Npc_Default)
{
//-------- primary data --------
name = "Argibast";
Npctype = Npctype_main;
guild = GIL_NONE;
level = 80;
voice = 2;
id = 4050;
//-------- abilities --------
B_SetAttributesToChapter (self, 6);
level = 80;
//-------- visuals ---... | D |
module views;
private import readgps;
private import ini_win32;
struct view_t
{
real tilt = 0;
real range = 200;
real direction = 0;
real latitude = 0;
real longitude = 0;
}
struct kml_t
{
gps_t gps;
view_t view;
}
// Generic templates
char[] fillTemplate( char[] template_kml )
... | 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.codec.DroppingWritableBuffer;
import hunt.io.ByteBuffer;
import hunt.proton.codec.Wr... | D |
/**
* Copyright: (c) 2005-2010 Eric Poggel
* Authors: Eric Poggel
* License: Boost 1.0
*/
module tests.benchmark.array;
import tango.io.Stdout;
import tango.text.convert.Format;
import yage.core.array;
import yage.core.timer;
/**
* Test the speed of ArrayBuilder concatenation against the ... | D |
module GameScene;
import EncoShared;
import EncoDesktop;
import EncoGL3;
class Game3DLayer : RenderLayer
{
AnimatedProperty!float carY;
GameObject carObj, carGlassObj;
bool up = false;
ContentManager content;
public this(ContentManager content)
{
this.content = content;
}
public override void init(Scene s... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 2015-2018 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
/Users/tautalos/workspace/flutter/buttler/target/release/build/serde-8e2ef885757b009c/build_script_build-8e2ef885757b009c: /Users/tautalos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.111/build.rs
/Users/tautalos/workspace/flutter/buttler/target/release/build/serde-8e2ef885757b009c/build_script_build-8e2e... | D |
/*
* Copyright Andrej Mitrovic 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)
*/
module gltut.window;
/**
Contains various helpers, common code, and initialization routine... | D |
/Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/GroupedObservable.o : /Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ameeradamsika/Desktop/IOS/Demo/LoginWithRxSwift/Pods/RxSwift/Rx... | D |
instance Mod_1759_PAL_Paladin_PAT (Npc_Default)
{
// ------ NSC ------
name = NAME_Paladin;
guild = GIL_pal;
id = 1759;
voice = 0;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_pat_Paladin_mauer;
// ------ Attribute ------
B_SetAttributesToChapter (self, 5); ... | D |
/Users/kareemismail/XCodeProjects/FM2Apps/Movie/build/Movies\ Box.build/Debug-iphonesimulator/Movie.build/Objects-normal/x86_64/PopularVC.o : /Users/kareemismail/XCodeProjects/FM2Apps/Movie/Movie/Controller/TopratedVC.swift /Users/kareemismail/XCodeProjects/FM2Apps/Movie/Movie/Controller/NowPlayingVC.swift /Users/karee... | D |
/*******************************************************************************
* Copyright (c) 2003, 2004 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 DryEngine.render.gamerenderer;
class GameRenderer
{
} | D |
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Cookies.build/Cookie+BytesConvertible.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/engine.git-3311994267206676365/Sources/Cookies/Cookie.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.bui... | D |
instance BAU_962_Bauer (Npc_Default)
{
// ------ NSC ------
name = NAME_BAUER;
guild = GIL_OUT;
id = 962;
voice = 7;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_AMBIENT;
// ------ Attribute ------
B_SetAttributesToChapter (self, 1); //setzt Attribu... | 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 S = readln.split.to!(int[]);
sort!"a > b"(S);
int[] NS;
{
int last, c;
foreach (s; S) {
if (s == last) {
... | D |
a musical percussion instrument
the sound of a drum
a bulging cylindrical shape
a cylindrical metal container used for shipping or storage of liquids
a hollow cast-iron cylinder attached to the wheel that forms part of the brakes
small to medium-sized bottom-dwelling food and game fishes of shallow coastal and fresh wa... | D |
// float
module std.typeinfo.ti_float;
private import std.math;
class TypeInfo_f : TypeInfo
{
override string toString() { return "float"; }
override hash_t getHash(in void *p)
{
return *cast(uint *)p;
}
static int _equals(float f1, float f2)
{
return f1 == f2 ||
(isnan(f1) && isnan(f2... | D |
/home/sourav/Desktop/helloworld-tonic/helloworld-tonic/target/debug/build/helloworld-tonic-408debde62291b31/build_script_build-408debde62291b31: build.rs
/home/sourav/Desktop/helloworld-tonic/helloworld-tonic/target/debug/build/helloworld-tonic-408debde62291b31/build_script_build-408debde62291b31.d: build.rs
build.rs... | D |
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SubscriptionDisposable.o : /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/Leex/TableV... | D |
void foo()
{
if (const(Type)* data = call()){}
if (const a = call()){}
if (const shared a = call()){}
if (auto a = call()){}
if (immutable shared(Type) a = call()){}
if (a) {}
}
void main()
{
if ((a && b) || c) {}
if (a && b || c) {}
}
| D |
module wx.IconizeEvent;
public import wx.common;
public import wx.Event;
extern(D) class СобытиеИконирования : Событие
{
public this(ЦелУкз вхобъ);
public this(цел идок = 0, бул иконирован = да);
public бул иконирован();
//private static Событие Нов(ЦелУкз объ);
//static this();
}
| D |
module de.mainloop;
import std.stdio;
import derelict.sdl.sdl;
import de.screen;
import de.input;
import de.gamemanager;
import de.twinstickpad;
import de.mouse;
import core.logger;
class MainLoop
{
public SDL_Event event;
private Screen _screen;
private GameManager _gameManager;
private... | D |
a local church community
the local subdivision of a diocese committed to one pastor
| D |
module org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus;
import org.eclipse.swt.internal.mozilla.Common;
import org.eclipse.swt.internal.mozilla.nsID;
import org.eclipse.swt.internal.mozilla.nsISupports;
import org.eclipse.swt.internal.mozilla.nsIDOMWindow;
import org.eclipse.swt.internal.mozilla.nsIDOMElement;
c... | D |
//#9 .. 0 does not work! 24.05.'10
import std.stdio;
void main() {
foreach (reverse; 0 .. 9) //#9 .. 0 does not work! - Use library function
writef("%s, ",reverse);
}
| D |
//------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------
// Steintafeln
//------------------------------------------------------------------------------------------
//----------------------... | D |
instance GRD_233_Bloodwyn(Npc_Default)
{
name[0] = "Bloodwyn";
npcType = npctype_main;
guild = GIL_GRD;
level = 15;
voice = 8;
id = 233;
attribute[ATR_STRENGTH] = 80;
attribute[ATR_DEXTERITY] = 60;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 190;
attribute[ATR_HITPO... | 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 |
///* Licensed under the Apache License, Version 2.0 (the "License");
// * you may not use this file except in compliance with the License.
// * You may obtain a copy of the License at
// *
// * http://www.apache.org/licenses/LICENSE-2.0
// *
// * Unless required by applicable law or agreed to in writing, software
... | D |
/*******************************************************************************
Implements very simple queue storage based on built-in arrays. Simplicity
is the primary goal here as performance does not matter much for turtle
tests.
Copyright:
Copyright (c) 2015-2017 sociomantic labs GmbH. Al... | D |
module bench;
import common;
import core.stdc.stdlib : malloc, calloc;
import core.atomic : atomicLoad, atomicStore, atomicOp;
import core.thread : Thread, thread_joinAll;
import core.memory : GC;
import std.stdio : File, writeln, writefln;
import std.datet... | D |
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/debug/deps/libactix_web_codegen-042cc85f163e25c9.dylib: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/actix-web-codegen-0.1.3/src/lib.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/actix-web-code... | D |
instance BDT_1034_Fluechtling (Npc_Default)
{
// ------ NSC ------
name = NAME_Fluechtling;
guild = GIL_OUT;
id = 1034;
voice = 6;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Aivars ------
//aivar[AIV_EnemyOverride] = TRUE;
// ------ Attribute ------
B_SetAttributesToCh... | D |
the occurrence of two or more things coming together
the approach of an infinite series to a finite limit
a representation of common ground between theories or phenomena
the act of converging (coming closer)
| D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-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, Bo... | D |
module org.serviio.library.local.metadata.extractor.embedded.h264.NALUnit;
import java.lang.String;
import java.io.IOException;
import java.io.OutputStream;
import org.serviio.library.local.metadata.extractor.embedded.h264.NALUnitType;
import org.serviio.library.local.metadata.extractor.embedded.h264.BufferWrapper;
p... | D |
import std.stdio;
import std.exception : enforce;
import std.digest.crc;
import std.random;
import std.algorithm;
import util.region;
import util.random;
enum WINDOW_WIDTH_MIN = 8;
enum CRC_SIZE = digestLength!(CRC32);
struct ChecksumMatch {
Region sourceRegion;
ubyte[] checksum;
uint[] positions;
}
uin... | D |
import std.stdio, luasp.process;
int main( string [] args )
{
LspState state = new LspState( new class LspCallback
{
void writer( in string content ) { write( content ); }
void log( lazy string msg ) { writefln( "LOG: %s", msg ); }
... | D |
/**
Copyright: Copyright (c) 2018, 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)
This module contains functionality for logging analyzer results to files.
*/
module code_checker.engine.log... | D |
module jni.JavaEnv;
import std.stdio;
import std.algorithm;
import jni.jni;
import jni.JavaVM;
import jni.JavaClass;
struct JavaEnv {
public:
// construct from scratch
this(JNIEnv * env) {
val = env;
}
// default constructor emulation
static JavaEnv opCall() {
return JavaEnv(null);
}
JNIEnv * Val() ... | D |
/home/saimamustafa/rust-class1/target/debug/deps/rust_class1-7281a6b0e76ccaf0: src/main.rs
/home/saimamustafa/rust-class1/target/debug/deps/rust_class1-7281a6b0e76ccaf0.d: src/main.rs
src/main.rs:
| D |
# FIXED
OSAL/osal_bufmgr.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/osal/src/common/osal_bufmgr.c
OSAL/osal_bufmgr.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/osal/src/inc/osal.h
OSAL/osal_bufmgr.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_16.9.6.LTS/include/limits.h
OSAL/os... | D |
distributed over a considerable extent
remote
| D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/SQLite.build/SQLite.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/sqlite.git--8232814251736334455/Sources/SQLite/SQLite.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/sqlite.g... | D |
module widget.controller.page.list.list;
import widget;
class PageListController : WidgetControllerPrototype{
this(){
super();
this.name = "list";
this.web_interface_settings.urlPrefix = "/"~this.name;
this.router.registerWebInterface(this, this.web_interface_settings);
}
@method(HTTPMethod.GET){
/+
@... | D |
/**
Everything to handle insertions. `Insertion`s are generated by DENTIST
command `process-pile-ups`. They are essentially a consensus sequence
alongside alignment that allow precise splicing into the assembly. In
addition, the IDs of the reads involved in the consensus are included.
See_also: `de... | D |
module ddparser.scan;
import ddparser.dparse;
import ddparser.parse;
import ddparser.dparse_tables;
import ddparser.util;
import std.stdio;
struct ShiftResult
{
SNode* snode;
const(D_Shift)* shift;
d_loc_t loc;
}
private void do_smth(State)(ref d_loc_t loc, ref d_loc_t last_loc,
ref int ... | D |
instance Nov_1300_Talas_Exit(C_Info)
{
npc = Nov_1300_Talas;
nr = 999;
condition = Nov_1300_Talas_Exit_Condition;
information = Nov_1300_Talas_Exit_Info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func int Nov_1300_Talas_Exit_Condition()
{
return TRUE;
};
func void Nov_1300_Talas_Exit_Info(... | D |
/home/david/Documents/learning-path/rust/mastering-rust/code/library-example/target/debug/library_example-13993679e1b7f85a: /home/david/Documents/learning-path/rust/mastering-rust/code/library-example/src/lib.rs
| D |
import std.string,std.algorithm,std.stdio;
void main () {
auto x = (string[]a) =>
sort(
split(
strip(a[0].toLower), ""
)
)
==
sort(
split(
strip(a[1].toLower), ""
)
)
;
writeln(x(["asd", "dsa"]));
} | D |
module game;
import entities.entity;
import systems.system;
import entities.hero;
import systems.healthSystem;
import preGameMenu;
import factory;
import input.decoder;
class Game
{
private Entity[] entities;
private System[] systems;
private bool over;
private bool initialized = false;
public Decoder decoder;
... | D |
/* _______ __ __ __ ______ __ __ _______ __ __
* / _____/\ / /\ / /\ / /\ / ____/\ / /\ / /\ / ___ /\ / |\/ /\
* / /\____\// / // / // / // /\___\// /_// / // /\_/ / // , |/ / /
* / / /__ / / // / // / // / / / ___ / // ___ / // /| ' / /
* / /_// /\ / /_// / // / // /_/_ ... | D |
// Written in the D programming language.
/**
Functions and types that manipulate built-in arrays and associative arrays.
This module provides all kinds of functions to create, manipulate or convert arrays:
$(BOOKTABLE ,
$(TR $(TH Function Name) $(TH Description)
)
$(TR $(TD $(D $(LREF _array)))
$(TD Retu... | D |
/*
* j1.d - D implementation of the Bessel function of the first kind
* Translated from the Cephes math library by Stephen L. Moshier
*
* translated by Chris Collazo for starless-d
*/
module starless.j1;
import std.math;
static double[4] RP =
[
-8.99971225705559398224E8,
4.52228297998194034323E11,
-7.... | 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 |
/Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SerialDispatchQueueScheduler.o : /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/Pods/RxSwi... | D |
/home/a186r/dev/rust/rust/day02/variables/target/debug/deps/variables-70195a3ec5790b2d: src/main.rs
/home/a186r/dev/rust/rust/day02/variables/target/debug/deps/variables-70195a3ec5790b2d.d: src/main.rs
src/main.rs:
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.