code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/crossbeam_deque-f4bf21e00111577c.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/crossbeam-deque-0.6.3/src/lib.rs
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/libcrossbeam_deque-f4bf21e00111577... | D |
instance DIA_VINO_EXIT(C_INFO)
{
npc = bau_952_vino;
nr = 999;
condition = dia_vino_exit_condition;
information = dia_vino_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_vino_exit_condition()
{
if(KAPITEL < 3)
{
return TRUE;
};
};
func void dia_vino_exit_info()
{
b_npcclearobses... | 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.txt or copy at http://www.boost.org/LICENSE_1_0.t... | D |
module UnrealScript.TribesGame.TrDmgType_CustomEagle;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrDmgType_Bullet;
extern(C++) interface TrDmgType_CustomEagle : TrDmgType_Bullet
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final st... | D |
/Users/vstavenko/projects/koordinata/frontend/target/debug/build/bitflags-f0b3fb3cf5dab690/build_script_build-f0b3fb3cf5dab690: /Users/vstavenko/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/build.rs
/Users/vstavenko/projects/koordinata/frontend/target/debug/build/bitflags-f0b3fb3cf5dab690/build_scrip... | D |
<?xml version="1.0" encoding="UTF-8"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="model.notation#_zEn5MDEOEeO5kbmirH... | D |
<?xml version="1.0" encoding="UTF-8"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="activity2.notation#_1MP8wAYWEeaomt... | D |
module ut.concurrency.nursery;
import concurrency;
import concurrency.sender;
import concurrency.thread;
import concurrency.operations;
import concurrency.nursery;
import concurrency.stoptoken;
import unit_threaded;
@("run.value")
@safe unittest {
auto nursery = new shared Nursery();
nursery.run(ValueSender!(int)... | D |
module dutils.data.json;
void populateFromJSON(T)(ref T object, ref JSON data) {
populateFromJSON(object, data, "");
}
void populateFromJSON(T)(ref T object, ref JSON data, string pathPrefix = "") {
import std.conv : to;
import std.datetime.systime : SysTime;
import std.uuid : UUID;
import std.traits : isSo... | D |
/Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/Command.build/Base/CommandOption.swift.o : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/console.git-8669534691655913401/Sources/Command/Command/Command.swift /Users/jimallan/Downloads/starter/locati... | D |
// syntax errors
REPLACE_ACTION_TEXT ~dbandoth~ ~ForceAttack(protagonist, myself)~ ~~
REPLACE_ACTION_TEXT ~dcusthan~ ~GiveItemCreatre(~ ~GiveItemCreate(~
REPLACE_TRIGGER_TEXT ~dcusthan~ ~NumTimesTalkedGT(~ ~NumTimesTalkedToGT(~
REPLACE_TRIGGER_TEXT ~ddenaini~ ~NumTimesTalkedGT(~ ~NumTimesTalkedToGT(~
REPLACE_TRI... | D |
/*
* console.d
*
* This file holds the implementation of the console functionality
* for Windows.
*
* Author: Dave Wilkinson
*
*/
module scaffold.console;
import platform.win.common;
import core.main;
import core.unicode;
import core.string;
import synch.thread;
import tui.application;
import tui.window;
... | D |
/**
Copyright: Copyright (c) 2014 Andrey Penechko.
License: a$(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module clientstorage;
import derelict.enet.enet;
import connection;
// Needs at least peer field.
// struct Client
// {
// ENetPeer* peer;
// }
struct ClientStorage(Clie... | D |
module todoquote;
import std.array : array;
import std.variant;
import std.conv;
import mysql;
import check;
uint check_todoquote(uint id) {
uint rc;
string[] log;
Connection conn;
ResultRange range;
// dfmt off
string sql_1 = "SELECT todoquote.mid FROM todoquote LEFT JOIN source "
~ "ON ... | D |
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/FluentTester.build/Atom.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Fluent-1.4.1/Sources/FluentTester/Atom.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Flu... | D |
/*
* #23 Baal Namib sells Novice's Armor too late
*
* The dialog function is called with the necessary requirements.
*
* Expected behavior: The armor is sold at chapter 2.
*/
func int G1CP_Test_023() {
// Check status of the test
var int passed; passed = TRUE;
// Check if the dialog function exists
... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2016 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 |
/**
* The demangle module converts mangled D symbols to a representation similar
* to what would have existed in code.
*
* Copyright: Copyright Sean Kelly 2010 - 2014.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LI... | D |
module hunt.security.cert.X509CRLEntry;
import hunt.security.cert.CRLReason;
import hunt.security.cert.X509Extension;
import hunt.security.x500.X500Principal;
import hunt.security.Principal;
import hunt.Exceptions;
import std.datetime;
import std.bigint;
/**
* <p>Abstract class for a revoked certificate in a CRL (... | D |
/*
* Copyright (c) 2004-2006 Derelict Developers
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice... | D |
// URL: https://yukicoder.me/problems/no/166
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;
version(unittest) {} else
void main()
{
long H, W, N, K; io.getV(H, W, N, K);
io.putB((H*W-1... | D |
// Written in the D programming language.
/**
This module implements the formatting functionality for strings and
I/O. It's comparable to C99's $(D vsprintf()) and uses a similar
_format encoding scheme.
For an introductory look at $(B std._format)'s capabilities and how to use
this module see the dedi... | D |
/*
A tiny hack to install a GC proxy and track all allocations, gathering some
stats and logging to given File (or stdout, by default).
Use it like this:
void myCode() {
auto tracker = allocsTracker();
... // do some work
// while `tracker` is alive all allocations will be shown
}
Alterna... | D |
module Kanan.dispField;
import std.stdio;
import Kanan.color;
import Kanan.agent;
import Kanan.tile;
import Kanan.field;
void disp(Field nowField) {
foreach (i; 0 .. nowField.height) {
write("+");
foreach (j; 0 .. nowField.width) {
write("---");
write("+");
}
writeln;
write("|");
... | D |
module mkk.main.pohod.list_csv;
import mkk.main.devkit;
import mkk.main.pohod.list_filter: PohodFilter;
import mkk.main.pohod.list: PohodEnumFields, PohodList;
shared static this()
{
MainService.JSON_RPCRouter.join!(pohodCsv)(`pohod.Csv`);
MainService.pageRouter.joinWebFormAPI!(renderPohodCsv)("/api/pohod.csv");
... | D |
module android.java.android.text.Spannable_Factory;
public import android.java.android.text.Spannable_Factory_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Spannable_Factory;
import import1 = android.java.android.text.Spannable;
import import3 = android.java.java.lang.Class;
import import0 =... | D |
module citro3d.mtxstack;
import citro3d.types;
import ctru.gpu.enums;
extern (C): nothrow: @nogc:
enum C3D_MTXSTACK_SIZE = 8;
struct C3D_MtxStack
{
C3D_Mtx[C3D_MTXSTACK_SIZE] m;
int pos;
ubyte unifType;
ubyte unifPos;
ubyte unifLen;
bool isDirty;
}
pragma(inline, true)
C3D_Mtx* MtxStack_Cur... | D |
import coordinate;
enum font_5x8_size = Coordinate!()(8, 5);
ubyte[40][char] font_5x8_data;
static this() {
font_5x8_data = [
// X-wing left
0x01: [
0, 0, 0, 0, 0,
1, 1, 0, 0, 0,
0, 0, 1, 1, 0,
0, 0, 0, 1, 1,
0, 0, 0, 1, 1,
... | D |
/Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/RxCocoaObjCRuntimeError+Extensions.o : /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DE... | D |
Long: cert-type
Protocols: TLS
Arg: <type>
Help: Certificate type (DER/PEM/ENG)
See-also: cert key key-type
Category: tls
Example: --cert-type PEM --cert file $URL
Added: 7.9.3
---
Tells curl what type the provided client certificate is using. PEM, DER, ENG
and P12 are recognized types. If not specified, PEM is assumed... | D |
/Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Build/Intermediates/Charts.build/Debug/Charts.build/Objects-normal/x86_64/YAxisRenderer.o : /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/So... | D |
/home/marcio/blockchain_engineer/near/new-awesome-app/contract/target/rls/debug/deps/cfg_if-98285b08aa84c694.rmeta: /home/marcio/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs
/home/marcio/blockchain_engineer/near/new-awesome-app/contract/target/rls/debug/deps/cfg_if-98285b08aa84c694.d: /home... | D |
module glfw3d;
public import glfw3d.Main;
public import glfw3d.Window;
public import glfw3d.Monitor;
public import glfw3d.Input;
public import glfw3d.glfw3.type;
| D |
/**
Copyright: © 2016 Chris Barnes
License: The MIT License, see license file
Authors: Chris Barnes
*/
module runtimer.configuration;
import std.conv;
import std.file;
import std.getopt;
import std.json;
import vibe.data.json;
/**
Represents application configuration where a struct T maps to some JSO... | D |
/home/naufil/Desktop/rust/28April/lst4_5/target/rls/debug/deps/lst4_5-2cb83437b81fb6de.rmeta: src/main.rs
/home/naufil/Desktop/rust/28April/lst4_5/target/rls/debug/deps/lst4_5-2cb83437b81fb6de.d: src/main.rs
src/main.rs:
| D |
/Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/.build/debug/Turnstile.build/Credentials/CredentialsError.swift.o : /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/Packages/Turnstile-1.0.3/Sources/Turnstile/TurnstileError.swift /Users/KyleBlazier/Documents/D... | D |
/+
Copyright (c) 2005-2007 Eric Anderton
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, pub... | D |
// Written in the D programming language.
/**
* MessagePack serializer and deserializer implementation.
*
* MessagePack is a binary-based serialization specification.
*
* Example:
* -----
* auto data = tuple("MessagePack!", [1, 2], true);
*
* auto serialized = pack(data);
*
* // ...
*
* typeof(data) deser... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
299.399994 21.6000004 12 107 78 84 9.69999981 76.6999969 7151 12.6999998 17.5 intrusives, gabbro
290 33.5 6.69999981 37 65 105 23.7999992 85 3034 5 5 intrusives
| D |
/********************************************************************************
* register.d: *
* 2016 - Ben Perlin *
*************************************************************************... | D |
/*
* $Id: Field.d,v 1.4 2004/01/01 11:26:41 kenta Exp $
*
* Copyright 2003 Kenta Cho. All rights reserved.
*/
module abagames.p47.Field;
private:
import std.math;
import opengl;
import abagames.util.Vector;
import abagames.util.sdl.Screen3D;
import abagames.p47.P47GameManager;
/**
* Stage field.
*/
public class... | 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 |
/**
* Semantic analysis of expressions.
*
* Specification: ($LINK2 https://dlang.org/spec/expression.html, Expressions)
*
* 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.... | D |
module android.java.android.webkit.GeolocationPermissions_Callback_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.lang.Class_d_interface;
@JavaName("GeolocationPermission... | D |
module graphic.camera.camera;
/*
* No hardware is queried here.
* Pass all hardware readings (mouse, keyboard) into here.
* Camera does not know about Torbit, only about Topology.
*/
import std.conv;
import std.math;
import basics.help;
import basics.topology;
import graphic.camera.camera1d;
import graphic.camer... | D |
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/NIOWebSocket.build/Objects-normal/x86_64/WebSocketOpcode.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/swift-nio.git-7789465888856993056/Sources/NIOWebSocket/SHA1.swift /Users/phungdu/Documents/code/vapor/TILApp/.build/c... | D |
/**
Representing a full project, with a root Package and several dependencies.
Copyright: © 2012-2013 Matthias Dondorff
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Matthias Dondorff, Sönke Ludwig
*/
module dub.project;
import dub.compilers.compiler;
impo... | D |
/home/ubuntu/substrate-node-template/target/release/deps/http_body-9b108b857b9c9f18.rmeta: /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/http-body-0.3.1/src/lib.rs /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/http-body-0.3.1/src/next.rs /home/ubuntu/.cargo/registry/src/github.com-1ecc6299... | D |
import std.stdio;
import pe;
void main() {
pe_ctx_t ctx;
auto e = pe_load_file(&ctx, "tests/test_applications/hello-world.exe");
if (e != pe_err_e.LIBPE_E_OK) {
writeln("Failed to load file:", e);
return;
}
e = pe_parse(&ctx);
if (e != pe_err_e.LIBPE_E_OK) {
writeln("Unable to parse file");
... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
long P = 10^^9+7;
long[10^^5+50] F, RF;
long pow(long x, long n) {
long y = 1;
while (n) {
if (n%2 == 1) y = (y * x) % P;
x = x^^2 % P;
n /= 2;
}
ret... | D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See... | D |
module tracewizard.ui.execpath;
import dlangui;
import core.thread;
class ExecutionPath : TreeWidget
{
this(string ID)
{
// Constructor code
super(ID);
//this.maxHeight(200.pointsToPixels);
TreeItem tree1 = this.items.newChild("group1", "Group 1"d, "document-open");
tree1.newChild("g1_1", "Group 1 item ... | D |
module android.java.android.telephony.CellIdentityTdscdma;
public import android.java.android.telephony.CellIdentityTdscdma_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!CellIdentityTdscdma;
import import1 = android.java.java.lang.CharSequence;
import import2 = android.java.java.lang.Class;
| D |
/Users/rrunfa/Desktop/RxIssuesSample/RxIssuesSample/.build/x86_64-apple-macosx10.10/debug/RxIssuesSample.build/SupportingFiles/FrameExtension.swift.o : /Users/rrunfa/Desktop/RxIssuesSample/RxIssuesSample/SupportingFiles/AppDelegate.swift /Users/rrunfa/Desktop/RxIssuesSample/RxIssuesSample/ViewModel.swift /Users/rrunfa/... | D |
/**
* Easy-to-use I/O streams: empty stream.
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Copyright: Maxim Freck, 2016–2017.
* Authors: Maxim Freck
*/
module freck.streams.nullstream;
import freck.streams.stream;
///Implementation of an empty stream.
class EmptyStream : St... | D |
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/URLEncodedForm.build/Objects-normal/x86_64/URLEncodedFormData.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/url-encoded-form.git-7688422577709264115/Sources/URLEncodedForm/Data/URLEncodedFormData.swift /Users/phungdu/Doc... | D |
instance VLK_4103_Waffenknecht(Npc_Default)
{
name[0] = NAME_Waffenknecht;
guild = GIL_MIL;
id = 4103;
voice = 6;
flags = 0;
npcType = NPCTYPE_OCAMBIENT;
B_SetAttributesToChapter(self,4);
level = 1;
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Mil_Sword);
B_CreateAmbientInv(self);
B_SetNpcVisual... | D |
# FIXED
Startup/board.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/target/board.c
Startup/board.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/target/./cc2640r2em/cc2640r2em_board.c
Startup/board.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/target/./cc2640r2... | D |
import core.vararg;
import std.stdio;
/******************************************************/
void test2()
{
assert(typeid(int) == typeid(int));
assert(typeid(int) != typeid(uint));
}
/******************************************************/
class FOO3 { }
FOO3 foox3;
void foo3(int x, ...)
{
printf("... | D |
func void ZS_MM_AttackMage()
{
PrintDebugNpc(PD_ZS_FRAME,"ZS_MM_AttackMage");
Npc_PercEnable(self,PERC_ASSESSDAMAGE,B_MMM_CombatReactToDamage);
Npc_PercEnable(self,PERC_ASSESSMAGIC,B_AssessMagic);
Npc_GetTarget(self);
B_SelectWeapon(self,other);
};
func int ZS_MM_AttackMage_Loop()
{
PrintDebugNpc(PD_ZS_LOOP,"ZS_... | D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Vapor.build/Middleware/DateMiddleware.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/vapor/... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIO.build/ByteBuffer-int.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/Non... | D |
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/RxRelay.build/Objects-normal/x86_64/BehaviorRelay.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxRelay/RxRelay/Observable+Bind.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxRelay/RxRelay/Utils.swift /Use... | D |
module dpp.translation.tokens;
import dpp.from;
string translateTokens(in from!"clang".Token[] tokens) @safe pure {
import dpp.translation.type: translateString;
import dpp.runtime.context: Context;
import clang: Token;
import std.algorithm: map, filter, canFind, endsWith;
import std.array: arra... | D |
module android.java.android.icu.util.LocaleData;
public import android.java.android.icu.util.LocaleData_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!LocaleData;
import import3 = android.java.android.icu.util.LocaleData_PaperSize;
import import2 = android.java.android.icu.util.LocaleData_Mea... | D |
instance DIA_Fester_EXIT(C_Info)
{
npc = Sld_816_Fester;
nr = 999;
condition = DIA_Fester_EXIT_Condition;
information = DIA_Fester_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Fester_EXIT_Condition()
{
return TRUE;
};
func void DIA_Fester_EXIT_Info()
{
AI_StopProcessInfos(self);
}... | D |
large in amount or extent or degree
| D |
func void B_IrrlichtBeep()
{
AI_Output(self,other,"DIA_Wisp_15_00"); //(Humming)
};
| D |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... | D |
module wind.string;
import core.stdc.wchar_;
import std.string;
import std.conv;
import std.array;
import std.algorithm;
string splitHead(string str, char sep)
{
auto pos = str.indexOf(sep);
return pos == -1 ? str : str[0..pos];
}
string splitTail(string str, char sep, string defaultval)
{
auto pos = str... | D |
version (ex0) import log_prefix.ex0;
version (ex1) import log_prefix.ex1;
version (ex2) { import log_prefix.ex2; version = rtLine; }
version (ex3) { import log_prefix.ex3; version = rtLine; }
version (ex4) { import log_prefix.ex4; version = rtLine; }
version (ex5) import log_prefix.ex5;
static foreach (i; 0 .. 3000)
{... | D |
/*
Copyright (c) 2019- Ferhat Kurtulmuş
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,
ex... | D |
/*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | D |
/home/chuong/Desktop/RustOS/rustos/lib/pi/target/debug/deps/cfg_if-958fb1a3783e9c0b.rmeta: /home/chuong/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs
/home/chuong/Desktop/RustOS/rustos/lib/pi/target/debug/deps/libcfg_if-958fb1a3783e9c0b.rlib: /home/chuong/.cargo/registry/src/github.com-1ecc6... | D |
/Users/mc110/Documents/Git/MyDemo/Mooc/AnimationSample/AnimationPosition/Build/Intermediates/AnimationSample.build/Debug-iphonesimulator/AnimationSample.build/Objects-normal/x86_64/AppDelegate.o : /Users/mc110/Documents/Git/MyDemo/Mooc/AnimationSample/AnimationPosition/AnimationPosition/PositionViewController.swift /Us... | D |
/**
* Collection module.
*
* License:
* MIT. See LICENSE for full details.
*/
module etcetera.collection.binaryheap;
/**
* Imports.
*/
import core.memory;
import core.stdc.string : memset;
import std.functional;
import std.traits;
@trusted:
nothrow:
/**
* A generic binary heap implementation.
*
* Param... | D |
/Users/nikhilsridhar/Desktop/Shopp/Shopp/Build/Intermediates/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/EnumTransform.o : /Users/nikhilsridhar/Desktop/Shopp/Shopp/Pods/ObjectMapper/Sources/FromJSON.swift /Users/nikhilsridhar/Desktop/Shopp/Shopp/Pods/ObjectMapper/Sources/ToJSON.swift /User... | 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 T = new int[][N];
foreach (_; 1..N) {
auto xy = readln.split.to!(int[]);
auto x = xy[0]-1;
auto y = xy[1]-1;
T[x] ~= y;
... | D |
/Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/x86_64-apple-macosx/debug/KituraNet.build/Server/ServerDelegate.swift.o : /Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/checkouts/Kitura-net.git-4378304010554470451/Sources/KituraNet/FastCGI/FastCGI.swift /Users/patbutler/Developer/... | 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 |
/home/raz/code_projects/keep_projects/gas_cursive_1/target/debug/deps/rand_core-3b51fe1fbae3293b.rmeta: /home/raz/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.2.2/src/lib.rs
/home/raz/code_projects/keep_projects/gas_cursive_1/target/debug/deps/librand_core-3b51fe1fbae3293b.rlib: /home/raz/.cargo/registr... | D |
/mnt/c/Users/86719/Coding/archival_node/target/rls/debug/deps/cfg_if-514b72ccd8f7fad1.rmeta: /home/zhihua/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs
/mnt/c/Users/86719/Coding/archival_node/target/rls/debug/deps/cfg_if-514b72ccd8f7fad1.d: /home/zhihua/.cargo/registry/src/github.com-1ecc629... | D |
work with in an amateurish manner
to talk foolishly
speak with spotty or superficial knowledge
| D |
/*
Denduro - An Enduro Clone in D
Written by David G. Maziero
LICENSE
This software is in the public domain. Where that dedication is not
recognized, you are granted a perpetual, irrevocable license to copy,
distribute, and modify this file as you see fit.
No warranty is offered or implied; use this code at y... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Console.build/Input/Console+Choose.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/console.git--2431895819212044213/Sources/Console/Terminal/ANSI.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/co... | D |
/**
* D header file for interaction with C++ std::vector.
*
* Copyright: Copyright (c) 2018 D Language Foundation
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Guillaume Chatelet
* M... | D |
module gtkD.gtk.PrintContext;
public import gtkD.gtkc.gtktypes;
private import gtkD.gtkc.gtk;
private import gtkD.glib.ConstructionException;
private import gtkD.cairo.Context;
private import gtkD.pango.PgContext;
private import gtkD.pango.PgFontMap;
private import gtkD.pango.PgLayout;
private import gtkD.gtk.Page... | D |
/// Retrieve metadata from a DB.
module mysql.metadata;
import std.array;
import std.conv;
import std.datetime;
import std.exception;
import mysql.commands;
import mysql.exceptions;
import mysql.protocol.sockets;
import mysql.result;
/// A struct to hold column metadata
struct ColumnInfo
{
/// The database that th... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Sessions/Request+Session.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/Khanh/vapor/TILApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Content/Form... | D |
import std.stdio;
import Dgame.Graphic;
import Dgame.Math;
import Dgame.Audio;
import Dgame.System;
import Dgame.Window;
pragma(msg, Color4b.sizeof);
pragma(msg, Color4f.sizeof);
pragma(msg, Matrix4.sizeof);
pragma(msg, Window.sizeof);
pragma(msg, Surface.sizeof);
pragma(msg, Texture.sizeof);
pragma(msg, Vector2i.siz... | D |
// PERMUTE_ARGS:
import core.memory, std.stdio;
Stuff* stuff1;
struct Stuff {
uint num;
}
int main()
{
stuff1 = new Stuff;
stuff1.num = 1;
auto bar = new byte[1024 * 1024];
auto stuff2 = new Stuff;
stuff2.num = 2;
writeln(stuff1, "\t", stuff2); // Same address.
assert(stuff1 != stuf... | D |
instance DIA_Ruga_EXIT(C_Info)
{
npc = Mil_317_Ruga;
nr = 999;
condition = DIA_Ruga_EXIT_Condition;
information = DIA_Ruga_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Ruga_EXIT_Condition()
{
return TRUE;
};
func void DIA_Ruga_EXIT_Info()
{
AI_StopProcessInfos(self);
};
instance... | D |
template Import(string name)
{
mixin("import "~name~";");
}
void main()
{
Import!("std.stdio").writefln("");
}
| D |
/Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/build/Ingenium.build/Release-iphonesimulator/Ingenium.build/Objects-normal/i386/KeyboardLayoutConstraint.o : /Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/Ingenium/TutorDetailVC.swift /Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/In... | D |
/*-
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
*
* This code is derived from the Stanford/CMU enet packet filter,
* (net/enet.c) distributed as part of 4.3BSD, and code contributed
* to Berkeley by Steven McCanne and Van Jaco... | D |
// Written in the D programming language.
/**
* Dates are represented in several formats. The date implementation revolves
* around a central type, d_time, from which other formats are converted to and
* from.
* Dates are calculated using the Gregorian calendar.
* References:
* $(LINK2 http://en.wikipedia.org/w... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
308.053965 63.9134036 0 0 0 1 -37 147 1833 0 0 sediments, redbeds
283.600006 83.1999969 4.4000001 84.1999969 2 4 -38 142.5 140 6.19999981 6.19999981 sediments, limestone, extrusives
21.8999996 87.1999969 3.5 52 0 4 -37 143.399994 9069 4.4000001 4.4... | D |
// Written in the D programming language
/++
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis
Source: $(PHOBOSSRC std/datetime/_date.d)
+/
module std.datetime.date;
// Note: reconsider using specific imports below after
// https://issues.dlang.org/show_bu... | D |
/home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/ElectronPhotonFourMomentumCorrection/obj/testResolutionParam.o /home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/ElectronPhotonFourMomentumCorrection/obj/testResolutionParam.d : /cvmfs/atlas.cern.ch/repo/sw/ASG/Analysi... | D |
module gl;
public{
import derelict.opengl3.gl3;
import derelict.sdl2.sdl;
import derelict.sdl2.ttf;
import derelict.sdl2.image;
import gl3n.linalg;
}
void cgl(alias func, string file = __FILE__, size_t line = __LINE__, T...)(T t){
func(t);
auto e = CheckGLError();
if(e){
throw new Exception(func.stringof ~... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.