code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/MohamedNawar/Desktop/appointment/build/appointment.build/Debug-iphonesimulator/appointment.build/Objects-normal/x86_64/SceneDelegate.o : /Users/MohamedNawar/Desktop/appointment/appointment/ApplicationModules/MainWeatherView/View/AppointmentVC.swift /Users/MohamedNawar/Desktop/appointment/appointment/Extensions/A... | D |
any of numerous small green nonvascular plants of the class Hepaticopsida growing in wet places and resembling green seaweeds or leafy mosses
| D |
/*
* Collie - An asynchronous event-driven network framework using Dlang development
*
* Copyright (C) 2015-2017 Shanghai Putao Technology Co., Ltd
*
* Developer: putao's Dlang team
*
* Licensed under the Apache-2.0 License.
*
*/
module collie.codec.http.headers.httpcommonheaders;
import collie.utils.strin... | D |
module libpng.png;
public import libpng.types;
public import libpng.png_manual_wrap;
public import libpng.generated.png_nsj;
// Do not import libpng.png_wrap_utils.d: it is not intended to be called externally.
| D |
import std.stdio;
import std.process;
void main()
{
writeln("Hello from D!");
stdout.flush();
auto pid = spawnProcess("./pascal.exe");
wait(pid);
writeln("Goodbye from D!");
}
| D |
/Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/Constraint.o : /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/Con... | D |
module voxelman.remotecontrol.plugininfo;
enum id = "voxelman.remotecontrol";
enum semver = "0.5.0";
enum deps = [];
enum clientdeps = [];
enum serverdeps = [];
| D |
rich and superior in quality
having the rank of or befitting a prince
| D |
/**
* Support for 64-bit longs.
*
* Copyright: Copyright Digital Mars 2000 - 2012.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Walter Bright, Sean Kelly
* Source: $(DRUNTIMESRC rt/_llmath.d)
... | D |
/*******************************************************************************
Provide a web-based administrative interface to the node
To ease administration and configuration, users can interact with the node
using a web interface. This interface is served by Vibe.d,
usually on a port adjacent to ... | D |
/Users/monradajuycharoen/Desktop/DUP/Test2/build/Pods.build/Debug-iphonesimulator/paper-onboarding.build/Objects-normal/x86_64/PaperOnboardingDelegate.o : /Users/monradajuycharoen/Desktop/DUP/Test2/Pods/paper-onboarding/Source/PaperOnboardingDataSource.swift /Users/monradajuycharoen/Desktop/DUP/Test2/Pods/paper-onboard... | D |
module dlangui.platforms.dsfml.dsfmlapp;
public import dlangui.core.config;
static if (BACKEND_DSFML):
import dlangui.platforms.common.platform;
import dsfml.graphics;
import std.array;
import dlangui.core.collections;
import dlangui.core.logger;
import dlangui.widgets.widget;
import dlangui.widgets.popup;
import d... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
/**
a
*/
enum
{
ONE
}
| D |
/// $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
/// Author: Walter Bright
module core.sys.windows.stat;
version (Windows):
extern (C) nothrow @nogc:
import core.sys.windows.stdc.time;
// Posix version is in core.sys.posix.sys.stat
enum S_IFMT = 0xF000;
enum S_IFDIR = 0x4000;
... | D |
/// Contains OpenGL state.
module opengl.window;
import std.stdio;
import std.typecons;
import std.exception : enforce, assumeWontThrow;
import std.string : toStringz, fromStringz;
import core.stdc.config;
import std.experimental.logger;
import derelict.glfw3.glfw3;
import derelict.opengl3.gl;
private {
extern(C) {... | D |
instance DIA_Addon_Skip_NW_EXIT(C_Info)
{
npc = PIR_1301_Addon_Skip_NW;
nr = 999;
condition = DIA_Addon_Skip_NW_EXIT_Condition;
information = DIA_Addon_Skip_NW_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Skip_NW_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_Skip_NW_... | D |
instance Mod_910_BAU_Lobart_NW (Npc_Default)
{
// ------ NSC ------
name = "Lobart";
guild = GIL_OUT;
id = 910;
voice = 26;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 1); //setzt Attr... | D |
/Users/lqf510/Desktop/codePath/codePathWk1Lab/DerivedData/codePathWk1Lab/Build/Intermediates/codePathWk1Lab.build/Debug-iphonesimulator/codePathWk1Lab.build/Objects-normal/x86_64/FadeTransition.o : /Users/lqf510/Desktop/codePath/codePathWk1Lab/codePathWk1Lab/MoreViewController.swift /Users/lqf510/Downloads/Transition\ ... | D |
func void ZS_Smith_Fire()
{
Perception_Set_Normal();
B_ResetAll(self);
b_staminainvent();
AI_SetWalkMode(self,NPC_WALK);
if(Hlp_StrCmp(Npc_GetNearestWP(self),self.wp) == FALSE)
{
AI_GotoWP(self,self.wp);
};
if(Npc_HasItems(self,ItMi_AnvilPliers) == 0)
{
CreateInvItem(self,ItMi_AnvilPliers);
};
self.ai... | D |
module state.render_state;
import derelict.sdl2.sdl;
import derelict.sdl2.ttf;
import std.format;
import misc.resources;
import types;
import render_utils;
static this() {
DerelictSDL2.load();
}
class RenderState {
RenderDim windowDimensions = RenderDim(1200, 800);
SDL_Window *window = null;
SDL_Renderer *rende... | D |
// **************************************************
// EXIT
// **************************************************
instance Info_Kharim_Exit (C_INFO)
{
npc = Sld_729_Kharim;
nr = 999;
condition = Info_Kharim_Exit_Condition;
information = Info_Kharim_Exit_Info;
permanent = 1;
description = DIALO... | D |
/**
This module is a submodule of $(MREF std, range).
It provides basic range functionality by defining several templates for testing
whether a given object is a _range, and what kind of _range it is:
$(BOOKTABLE ,
$(TR $(TD $(D $(LREF isInputRange)))
$(TD Tests if something is an $(I input _range), defin... | D |
/Users/deepansh/Desktop/ForexWatchlist/DerivedData/ForexWatchlist/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Combine.o : /Users/deepansh/Desktop/ForexWatchlist/Pods/Alamofire/Source/MultipartFormData.swift /Users/deepansh/Desktop/ForexWatchlist/Pods/Alamofire/Sour... | D |
module org.serviio.library.local.metadata.extractor.embedded.OGGExtractionStrategy;
import java.lang.String;
import java.io.IOException;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.imaging.ImageFormat;
import org.jaudiotagger.audio.AudioFile;
import org.jaudiotagger.audio.AudioHeader;
impo... | D |
// ******************************
// ZS_Attack
// ---------
// Angreifen oder Fliehen
// wird durch B_Attack aufgerufen
// ******************************
func void B_AssessSurprise()
{
Npc_SetTarget (self, other); //Ziel wechseln
// ------ HACK: AR ändern wegen B_Says, mögl. GateGuards, mögl. Mörder, etc. -------
... | D |
module ggplotd.legend;
import cairo = cairo;
import ggplotd.colour : ColourGradient;
private struct Legend
{
string type = "continuous";
int height = 70;
int width = 80;
}
/++
Create a legend using a continuous scale
Params:
width = Optional width in pixels
height = Optional height in pixels
+/... | D |
a newspaper that is published every day
of or belonging to or occurring every day
appropriate for ordinary or routine occasions
every day
gradually and progressively
| 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 |
/++
This is a submodule of $(MREF mir,ndslice).
Iterator is a type with a pointer like behavior.
An ndslice can be created on top of an iterator using $(SUBREF slice, sliced).
$(BOOKTABLE $(H2 Iterators),
$(TR $(TH Iterator Name) $(TH Used By))
$(T2 BytegroupIterator, $(SUBREF topology, bytegroup).)
$(T2 CachedIterat... | D |
module dport.gui.button;
import derelict.opengl3.gl3;
import dport.gl.shader,
dport.gl.object;
import dport.gui.base,
dport.gui.element,
dport.gui.drawtext,
dport.gui.rshape;
import dport.utils.system;
mixin( defaultModuleLogUtils( "ButtonException" ) );
import std.stdio;
abstract c... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Async.build/Exports.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/core.git-9210800844849382486/Sources/Async/Async+NIO.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/core.git-921080084484938248... | D |
module platform.definitions;
version(PlatformOSX) {
alias char Char;
import core.parameters;
static const Parameter_Colorbpp Colorbpp = Parameter_Colorbpp.Color8bpp;
static const Parameter_ColorType ColorType = Parameter_ColorType.ColorRGBA;
const auto FontMonospace = "Courier";
const auto FontTimes = "Times ... | D |
module android.java.android.telephony.SubscriptionManager;
public import android.java.android.telephony.SubscriptionManager_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!SubscriptionManager;
import import8 = android.java.android.os.ParcelUuid;
import import0 = android.java.android.telephony.... | D |
/**
* Instruction scheduler
*
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1995-1998 by Symantec
* Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com,... | D |
/* Sample MinWin application: idle processing
*
* Written by Ben Hinkle and released to the public domain, as
* explained at http://creativecommons.org/licenses/publicdomain
* Report comments and bugs at dsource: http://www.dsource.org/projects/minwin
*/
module minwin.samples.idle;
import minwin.all;
import std.... | D |
/Users/Thomas_Stuart/Desktop/FakeTumblr-master/Build/Intermediates/Pods.build/Debug-iphonesimulator/AlamofireImage.build/Objects-normal/x86_64/AFIError.o : /Users/Thomas_Stuart/Desktop/FakeTumblr-master/Pods/AlamofireImage/Source/Image.swift /Users/Thomas_Stuart/Desktop/FakeTumblr-master/Pods/AlamofireImage/Source/UIIm... | D |
// Written in the D programming language.
/**
Utilities for manipulating files and scanning directories. Functions
in this module handle files as a unit, e.g., read or write one _file
at a time. For opening files and manipulating them via handles refer
to module $(LINK2 std_stdio.html,$(D std.stdio)).
Macros:
WIKI = ... | D |
a woman murderer
| 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, a... | D |
module voxelman.worldinteraction.plugininfo;
enum id = "voxelman.worldinteraction";
enum semver = "0.5.0";
enum deps = [];
enum clientdeps = [];
enum serverdeps = [];
shared static this()
{
import pluginlib;
import voxelman.worldinteraction.plugin;
pluginRegistry.regClientPlugin(new WorldInteractionPlugin);
}
| D |
module material;
import wall;
import entity;
import shot;
import drop;
import agent;
import validatable;
import ground;
/++
Extendible class which allows for modifiable responses to collisions and events
++/
abstract class Material : Validatable {
Agent agent;
this(){ super(); }
string name(){ return ... | 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 |
instance DIA_Addon_Merdarion_EXIT(C_Info)
{
npc = KDW_1405_Addon_Merdarion_NW;
nr = 999;
condition = DIA_Addon_Merdarion_EXIT_Condition;
information = DIA_Addon_Merdarion_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Merdarion_EXIT_Condition()
{
return TRUE;
};
func void DIA_A... | D |
/home/iot-dev/Documents/Rust_prac/stm_interrupt/target/rls/debug/deps/aligned-a61f5fa329b95a5e.rmeta: /home/iot-dev/.cargo/registry/src/github.com-1ecc6299db9ec823/aligned-0.3.2/src/lib.rs /home/iot-dev/.cargo/registry/src/github.com-1ecc6299db9ec823/aligned-0.3.2/src/sealed.rs
/home/iot-dev/Documents/Rust_prac/stm_in... | D |
/Users/Zhongli/Desktop/NewsDemo/DerivedData/NewsDemo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Timeline.o : /Users/Zhongli/Desktop/NewsDemo/Pods/Alamofire/Source/MultipartFormData.swift /Users/Zhongli/Desktop/NewsDemo/Pods/Alamofire/Source/Timeline.swift /Users/Z... | D |
/Users/gbs/Xcode/MessView/DerivedData/MessView/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/ImagePrefetcher.o : /Users/gbs/Xcode/MessView/Pods/Kingfisher/Sources/String+MD5.swift /Users/gbs/Xcode/MessView/Pods/Kingfisher/Sources/Resource.swift /Users/gbs/Xcode/Mess... | D |
import cssparser.tokenizer;
import std.stdio;
void main()
{
const cssStr = "p#id { color : #ff3300 }";
foreach (token; new Tokenizer(cssStr))
{
token.writeln;
}
}
| D |
module android.java.android.telephony.mbms.ServiceInfo;
public import android.java.android.telephony.mbms.ServiceInfo_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ServiceInfo;
import import0 = android.java.java.lang.CharSequence;
import import5 = android.java.java.lang.Class;
import import3... | D |
/run/media/sacha/stocky/isousb/isousb/target/rls/debug/build/libloading-9aac0ec89b31e44e/build_script_build-9aac0ec89b31e44e: /home/sacha/.cargo/registry/src/github.com-1ecc6299db9ec823/libloading-0.6.3/build.rs
/run/media/sacha/stocky/isousb/isousb/target/rls/debug/build/libloading-9aac0ec89b31e44e/build_script_build... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
151.699997 80.8000031 5.19999981 18.2000008 21 26 36.7999992 -105.400002 355 5.0999999 7.30000019 0.873541195 intrusives
168.699997 66.6999969 8.60000038 22.6000004 25 26 36.5999985 -105.5 549 8.5 12.1000004 0.690872469 intrusives, granodiorite
... | D |
/home/shariq/Desktop/discovery-master/target/thumbv7em-none-eabihf/debug/deps/stable_deref_trait-9673b5a26d8945b9.rmeta: /home/shariq/.cargo/registry/src/github.com-1ecc6299db9ec823/stable_deref_trait-1.1.1/src/lib.rs
/home/shariq/Desktop/discovery-master/target/thumbv7em-none-eabihf/debug/deps/libstable_deref_trait-9... | D |
/Users/devesh/Desktop/Swift Apps/SpriteKitTest/DerivedData/SpriteKitTest/Build/Intermediates/SpriteKitTest.build/Debug-iphonesimulator/SpriteKitTest.build/Objects-normal/x86_64/AppDelegate-89976B87C967229E.o : /Users/devesh/Desktop/Swift\ Apps/SpriteKitTest/SpriteKitTest/GameScene.swift /Users/devesh/Desktop/Swift\ App... | D |
module moc.debugging;
import moc;
/**
* Check the output of the Q_OBJECT mixin.
*/
void debugMocClass(T)()
{
import std.stdio : writeln;
writeln("/////////// ", T.stringof, " ///////////\n");
foreach (s; T.ClassDef.signalList)
writeln("signal: ", s);
foreach (s; T.ClassDef.slotList)
... | D |
module System.Boolean;
import System.Namespace;
class Boolean : NObject
{
this()
{
// Constructor code
}
public override string toString() {
return "true";
}
}
| D |
import std.stdio;
void main(){
int a;
int b = 1;
while ( b <= 100 ) {
a += b;
b++;
}
a = a * a;
int c;
int d = 1;
while ( d <= 100){
c += d * d;
d++;
}
writeln( a - c );
}
| D |
/Users/lipeng/Developer/rustworkspace/rust_module/pkg_demo_1/target/rls/debug/deps/libc-932d01d8c01add63.rmeta: /Users/lipeng/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.76/src/lib.rs /Users/lipeng/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.76/src/macros.rs /Users/lipeng/.ca... | D |
int main(){
Print("input your name:");
Print(ReadLine());
Print("ok bruh now input your age : ->\n", ReadInteger(), "good age? answer is ", true);
if (itob(ReadInteger())){
Print("ok1 simple if");
}
if (itob(ReadInteger())){
Print("wrong");
}
}
| D |
# FIXED
ICallBLE/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/icall/app/ble_user_config.c
ICallBLE/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/hal/src/target/_common/hal_types.h
ICallBLE/ble_user_config.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_... | D |
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/Objects-normal/x86_64/ImageUtils.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/DerivedSources/CoreMLGenerated/Inceptionv3/Inceptionv3.swift /U... | D |
/Users/augustomachado/github/rust_sudoku/sudoku/target/rls/debug/build/gl-7728b51ed12eaa23/build_script_build-7728b51ed12eaa23: /Users/augustomachado/.cargo/registry/src/github.com-1ecc6299db9ec823/gl-0.13.0/build.rs
/Users/augustomachado/github/rust_sudoku/sudoku/target/rls/debug/build/gl-7728b51ed12eaa23/build_scrip... | D |
/Users/GelinZHU/Library/Developer/Xcode/DerivedData/WorldTrotter-ekrotxwvppnrckbczkihwrqyaaas/Build/Intermediates/WorldTrotter.build/Debug-iphonesimulator/WorldTrotter.build/Objects-normal/i386/AppDelegate.o : /Users/GelinZHU/Desktop/Chapter2/WorldTrotter/WorldTrotter/ViewController.swift /Users/GelinZHU/Desktop/Chapte... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC core/sys/windows/_lmrepl.d)
*/
module core.sys.windows.lmrepl;
version (Windows):
pragma(lib, "netapi32");
import core.sys.windows.lmcon... | D |
import progressbar.parser;
import std.stdio;
import std.range;
import std.typecons;
int main(string[] args)
{
auto pb = new Progressbar(100, 0);
auto ui = textUi(pb, "abc%=30p");
pb.message("hello world");
for (int i = 0; i < 10; ++i)
{
pb.step(1);
write(ui.toString() ~ "\r");
... | D |
/afs/cern.ch/work/m/mizhou/RUN_FB/RootCoreBin/obj/x86_64-slc6-gcc48-opt/xAODHIEvent/obj/HIEventShape_v1.o /afs/cern.ch/work/m/mizhou/RUN_FB/RootCoreBin/obj/x86_64-slc6-gcc48-opt/xAODHIEvent/obj/HIEventShape_v1.d : /afs/cern.ch/work/m/mizhou/RUN_FB/xAODHIEvent/Root/HIEventShape_v1.cxx /afs/cern.ch/work/m/mizhou/RUN_FB/x... | D |
/home/adam/Bureau/GitProjetAlgoFinal/ProjetAlgoFinal/executable-Bahroun-Ranarimahefa/.build/x86_64-unknown-linux/debug/executable_Bahroun_Ranarimahefa.build/main.swift.o : /home/adam/Bureau/GitProjetAlgoFinal/ProjetAlgoFinal/executable-Bahroun-Ranarimahefa/Sources/executable-Bahroun-Ranarimahefa/main.swift /home/adam/.... | D |
module procon.connecter;
import std.stdio;
import vibe.d;
import vibe.http.websockets;
import std.json;
import procon.container;
import procon.greedySearch;
import procon.mct;
import procon.encoder;
import procon.decoder;
const serverURL = "ws://127.0.0.1:8080";
/*
JSONValue search(Color color,int turn,Board board){
... | D |
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/Objects-normal/x86_64/TranslatedData.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/DerivedSources/CoreMLGenerated/Inceptionv3/Inceptionv3.swif... | D |
//****************************
//
var int OLDWOLRDThomas;
var int BUCHLABYRINTH_SCHALTER1;
var int BUCHLABYRINTH_SCHALTER2;
var int BUCHLABYRINTH_SCHALTER3;
var int BUCHLABYRINTH_SCHALTER4;
var int BUCHLABYRINTH_TRUHE1;
var int BUCHLABYRINTH_TRUHE2;
var int BUCHLABYRINTH_TRUHE3;
var int BUCHLABYRINTH_TRUHE4;
CONST ... | D |
module ScriptDebugger;
public import iscriptsystem;
import game;
extern (C++):
class CScriptDebugSink : IScriptDebugSink
{
IScriptSystem m_pScriptSystem;
this(IScriptSystem pScriptSystem)
{
m_pScriptSystem = pScriptSystem;
CryLogAlways("Debug Script Sink Constructed");
}
void OnLoadSource(const char* sSou... | 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_14_BeT-7581137... | D |
/*
* Hunt - A high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design.
*
* Copyright (C) 2015-2019, HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.framework.websocket.StandardWebSocketSession;
... | D |
module slimRnn.SlimRnnLevinSearch;
import std.stdint;
import memoryLowlevel.StackAllocator;
import slimRnn.SlimRnn;
import search.levin.LevinSearch;
import slimRnn.SlimRnnStackBasedManipulationInstruction;
static import slimRnn.programEncoding.Vliw2; // stack based "very large instruction word"-s... | D |
module main;
/**
Generates a formatted dstring[], code range pairing table,
filtering the xml character codes, according to the attribute values passed
Example arguments.
--input ucd.all.flat.xml --output numberConnects.d gc=Mn gc=Mc gc=Nd gc=Pc
The input file for this is ucd.all.flat.xml, found in http://www.un... | D |
module cpuid;
extern (C):
/// Check if RDTSC is available
/// Returns: Non-zero if RDTSC is supported
uint cpuid_rdtsc() {
/*version (GNU) asm {
"mov $1, %%eax\n"~
"cpuid\n"~
"and $16, %%edx\n"~
"mov %%edx, %%eax\n"~
"ret"
} else */
asm { naked;
mov EAX, 1;
cpuid;
and EDX, 16; // EDX[4]
mov EAX, ... | D |
/**
* Exception structure and helpers.
*
* The ExceptionType enumeration has its own unique values because taking the
* native exception OS values would make transmitting the information outside
* of the debugger difficult for the client program (e.g. client would have
* to distinguish an exception type of Fault ... | D |
/** DGui project file.
Copyright: Trogu Antonio Davide 2011-2013
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Trogu Antonio Davide
*/
module dgui.layout.panel;
public import dgui.layout.layoutcontrol;
class Panel: LayoutControl
{
protected override void createControlParam... | D |
/Users/sapientisat/Projects/Supplements/Supplements/XcodeBuild/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintLayoutGuideDSL.o : /Users/sapientisat/Projects/Supplements/Supplements/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/sapientisat/Projects/Supple... | D |
module ogre.scene.scenequery;
import std.algorithm;
import std.array;
import ogre.math.plane;
import ogre.compat;
import ogre.math.ray;
import ogre.math.sphere;
import ogre.math.axisalignedbox;
import ogre.math.vector;
import ogre.rendersystem.renderoperation;
import ogre.scene.scenemanager;
import ogre.scene.movableo... | D |
/Users/glutton/projects/rust-practice/thread/target/rls/debug/deps/4-ac4eb94c036b920c.rmeta: src/4.rs
/Users/glutton/projects/rust-practice/thread/target/rls/debug/deps/4-ac4eb94c036b920c.d: src/4.rs
src/4.rs:
| D |
a score in baseball made by a runner touching all four bases safely
a bill for an amount due
the act of counting
be compatible, similar or consistent
gain points in a game
keep score, as in games
determine the sum of
| D |
extensive tract of level open land
a basic knitting stitch
express complaints, discontent, displeasure, or unhappiness
clearly revealed to the mind or the senses or judgment
not elaborate or elaborated
lacking patterns especially in color
not mixed with extraneous elements
free from any effort to soften to disguise
lac... | D |
module android.java.java.util.function_.IntConsumer_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.lang.Class_d_interface;
import import0 = android.java.java.util.function... | D |
module dau.system;
import dau.input;
abstract class System(SceneType) {
this(SceneType scene) {
_scene = scene;
}
@property {
bool active() { return _active; }
void active(bool val) {
if (!active && val) {
start();
}
else if (active && !val) {
stop();
}
... | D |
: C B L A S _ C T B M V EXAMPLE PROGRAM DATA
4 2 :Values of N, K
1 :Values of INCX
122 111 131 101 :Values of UPLO, TRANS, DIAG, ORDER
(1.0, 0.0) (2.0, 0.0) (3.0, 0.0) (4.0, 0.0) :Values of vector X
( 1.0, 0.0)
( 2.0, 0.0) ( 6.0, 0.0)
(3.0, 0.0) ... | D |
import sassed.console : SassConsole;
import std.stdio : writeln;
import std.c.stdlib : exit;
void main( string[] args )
{
try
{
auto sassConsole = new SassConsole( args );
sassConsole.run();
}
catch( Exception e )
{
writeln( e.msg );
exit( -1 );
}
} | D |
a small native range horse
| D |
instance DJG_7080_KURGAN(Npc_Default)
{
name[0] = "Kurgan";
guild = GIL_OUT;
id = 7080;
voice = 1;
flags = 0;
npcType = npctype_main;
aivar[AIV_DropDeadAndKill] = TRUE;
B_SetAttributesToChapter(self,6);
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,itmw_kurgansword);
EquipItem(self,ItRw_Crossbow_M_01);
C... | D |
go or come back to place, condition, or activity where one has been before
give back
go back to a previous state
go back to something earlier
bring back to the point of departure
return in kind
make a return
answer back
be restored
pay back
pass down
elect again
be inherited by
return to a previous position
give or sup... | D |
module UnrealScript.UnrealEd.ModelExporterT3D;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.Exporter;
extern(C++) interface ModelExporterT3D : Exporter
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass StaticClass() { m... | D |
a ceremony at which a dead person is buried or cremated
| D |
/**
Copyright 2019 Mark Fisher
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, publish, distribute, ... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1996-1998 by Symantec
* Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
/home/juliobrz/Git/PixelCanvas/.build/x86_64-unknown-linux/debug/NIO.build/Selectable.swift.o : /home/juliobrz/Git/PixelCanvas/.build/checkouts/swift-nio/Sources/NIO/IO.swift /home/juliobrz/Git/PixelCanvas/.build/checkouts/swift-nio/Sources/NIO/NonBlockingFileIO.swift /home/juliobrz/Git/PixelCanvas/.build/checkouts/swi... | D |
/*
* Licensed under the GNU Lesser General Public License Version 3
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the license, or
* (at your option) any late... | D |
/* TEST_OUTPUT:
---
fail_compilation/fail17491.d(22): Error: `(S17491).init` is not an lvalue and cannot be modified
fail_compilation/fail17491.d(23): Error: `S17491(0)` is not an lvalue and cannot be modified
fail_compilation/fail17491.d(25): Error: `S17491(0).field` is not an lvalue and cannot be modified
fail_compil... | D |
/*******************************************************************************
* Copyright (c) 2006, 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 2017 Cut Through Recordings
* License: MIT License
* Author(s): Ethan Reker
*/
module ddsp.effect.compressor;
import ddsp.util.functions;
import ddsp.util.envelope;
import ddsp.effect.dynamics;
import dplug.core.nogc;
import std.algorithm;
import std.math;
/// Basic compressor
class Compressor(T) : ... | D |
import std.stdio;
import std.typecons;
int main() {
writeln("Hello World!");
return 0;
}
| D |
module android.java.android.service.notification.NotificationListenerService_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import19 = android.java.android.content.res.Resources_Theme_d_interface;
im... | D |
# FIXED
utils/cmdline.obj: C:/ti/tivaware_c_series_2_1_4_178/utils/cmdline.c
utils/cmdline.obj: C:/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/include/stdint.h
utils/cmdline.obj: C:/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/include/_stdint40.h
utils/cmdline.obj: C:/ti/ccs901/ccs/tools/compiler/ti-cgt... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.