code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module dbindings;
import pyd.pyd;
import ea.population;
import ea.individual;
import ea.ea_config;
import flatland.agent;
import flatland.simulator;
import flatland.evolve;
import ann.ann;
import beertracker.agent;
import beertracker.object;
import beertracker.simulator;
import beertracker.evolve;
import ann.ann_conf... | D |
module SetAffinity;
pragma(lib, "gdi32.lib");
import core.memory;
import core.runtime;
import core.thread;
import core.stdc.string;
import std.conv;
import std.math;
import std.range;
import std.string;
import std.utf;
import core.sys.windows.windef;
import core.sys.windows.winuser;
import core.sys.windows.wingdi;
i... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1... | D |
/Users/Ayaz/Documents/Courses/Hands-on Rust (The Pragmatic Programmers)/Testing/1/flappy_dragon/target/debug/build/miniz_oxide-8a97087d3a0b5fbb/build_script_build-8a97087d3a0b5fbb: /Users/Ayaz/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.4.4/build.rs
/Users/Ayaz/Documents/Courses/Hands-on Rust (The Pr... | D |
instance DIA_ATTILA_EXIT(C_INFO)
{
npc = vlk_494_attila;
nr = 999;
condition = dia_attila_exit_condition;
information = dia_attila_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_attila_exit_condition()
{
return TRUE;
};
func void dia_attila_exit_info()
{
AI_StopProcessInfos(self);
}... | D |
/*
* Copyright (C) 2013 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 app... | D |
module main;
import std.stdio;
import numd.linearalgebra.matrix;
void main(string[] args)
{
auto m1 = Matrix!(3, 2)(1, 2,
3, 4,
5, 6);
auto m2 = Matrix!(2, 2)(7, 8,
9, 10);
auto m3 = Matrix!(3, 2)(7, 8,
9, 10,
11, 12);
auto m4 = m1 * m2;
auto m5 = m1 + m3;
writeln("m1:"... | D |
module dapt.token;
import std.ascii;
import std.uni : toLower;
import std.algorithm.iteration : map;
import std.conv;
import dapt.stream;
import dapt.lexer : LexerError;
class Token {
enum Code {
none, symbol, id, number, string, boolean,
module_, struct_, class_, enum_,
// Macros
... | D |
module android.java.android.hardware.camera2.params.RecommendedStreamConfigurationMap;
public import android.java.android.hardware.camera2.params.RecommendedStreamConfigurationMap_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!RecommendedStreamConfigurationMap;
import import0 = android.java.j... | D |
module pshared.packets.stats;
import pnet.packet;
/// 8001
final class StatsRequest : Packet
{
public:
final:
ushort strength;
ushort agility;
ushort vitality;
ushort endurance;
ushort spirit;
ushort accuracy;
this(ubyte[] buffer)
{
super(buffer);
strength = read!ushort;
agility = r... | D |
/Users/eduardo.herrera/Desktop/Edu/Projects/iOS/PayMe/PayMe/DerivedData/PayMe/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Validation.o : /Users/eduardo.herrera/Desktop/Edu/Projects/iOS/PayMe/PayMe/Pods/Alamofire/Source/MultipartFormData.swift /Users/eduardo.herrera... | D |
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Core.build/Exports.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/core.git-9210800844849382486/Sources/Core/RFC1123.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/core.git-9... | D |
/**
This module contains the engine behind Pegged, the expression templates building blocks to create a top-down
recursive-descent parser.
The terminals and non-terminals described here are meant to be used inside a Pegged grammar.
As such, they are a bit less user-friendly than what's output by pegged.grammar.
... | D |
module vips.conv;
import vips.bindings : GObject;
/**
* Similar to G_X macro with type safety
* Convert any obj to GObject
*/
GObject* toGObject(void* p)
{
return cast(GObject*)p;
}
| D |
CHAIN IF
WEIGHT #8
~
CombatCounter(0)
!See([ENEMY])
Range("Iylos",30)
!StateCheck("K#Auren",CD_STATE_NOTVALID)
!StateCheck("Iylos",CD_STATE_NOTVALID)
Global("G#XB.IylosAurenToBBanter1","GLOBAL",0)~ THEN K#Aur25B IylosAurenToBBanter1
~Do you have a moment, Iylos?~
DO ~SetGlobal("G#XB.IylosAurenToBBanter1","GLOBAL",1)~
=... | D |
/home/liyun/clink/zkp_test/ckb-zkp/target/debug/deps/rand_core-0ac6063a726ee617.rmeta: /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_core-0.5.1/src/lib.rs /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_core-0.5.1/src/error.rs /home/liyun/.cargo/registry/src/mirrors... | D |
/Users/Lorenzo/Desktop/EO18_2/Build/Intermediates/Pods.build/Debug-iphonesimulator/MapboxDirections.swift.build/Objects-normal/x86_64/MBRoute.o : /Users/Lorenzo/Desktop/EO18_2/Pods/MapboxDirections.swift/MapboxDirections/MBComponentRepresentable.swift /Users/Lorenzo/Desktop/EO18_2/Pods/MapboxDirections.swift/MapboxDire... | D |
import std.stdio;
import std.exception;
import std.string;
import std.conv;
import std.range;
import std.algorithm;
import updb.config;
import updb.command;
import dpq.connection;
import dpq.query;
import dpq.result;
enum Command {
init,
status,
create,
deploy,
rollback,
back = rollback,
... | D |
social insect living in organized colonies
| D |
module UnrealScript.Engine.SoundNodeAmbient;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.SoundNode;
import UnrealScript.Core.DistributionFloat;
import UnrealScript.Engine.SoundNodeAttenuation;
import UnrealScript.Engine.SoundNodeWave;
extern(C++) interface SoundNodeAmbient :... | D |
not causing anger or annoyance
giving no offense
substituting a mild term for a harsher or distasteful one
| D |
module cmsed.base.registration.model;
import cmsed.base.internal.config;
import cmsed.base.internal.generators.js.model;
import dvorm.logging;
import std.file : write;
import std.path : buildPath;
/**
* Registers models to be configured at runtime for their database.
* If a model includes an init method with no args... | D |
/Users/harry/Desktop/sportsUp/Build/Intermediates/sportsUp.build/Debug-iphoneos/sportsUp.build/Objects-normal/arm64/AddEventDetailViewController.o : /Users/harry/Desktop/sportsUp/sportsUp/AppDelegate.swift /Users/harry/Desktop/sportsUp/sportsUp/models/EventDetailResponseModel.swift /Users/harry/Desktop/sportsUp/sportsU... | D |
/work/02138/siddarth/CHOMBO/EBAMRRANS/lib/src/EBAMRElliptic/../../libebamrelliptic2d.Linux.mpicxx.ifort.DEBUG.MPI.a(DirichletConductivityEBBC.o) d/2d.Linux.mpicxx.ifort.DEBUG.MPI/DirichletConductivityEBBC.d : /opt/apps/intel15/impi_5_0/phdf5/1.8.16/x86_64/include/H5Cpublic.h
/work/02138/siddarth/CHOMBO/EBAMRRANS/lib/sr... | D |
instance Non_4022_Postronek (Npc_Default)
{
//-------- primary data --------
name = "Postronek";
npctype = NPCTYPE_MAIN;
guild = GIL_NONE;
level = 26;
voice = 6;
id = 4022;
spawnDelay = NPC_FLAG_BRAVE;
//-------- abilities --------
attribute[ATR_STRENGTH] = 140;
attribute[ATR_DEXTERIT... | D |
import std.stdio;
import layout;
import terminal;
import termapp;
import diesel.vec;
import diesel.gl.font;
import imageformats;
import luainterpreter : script;
class BindBase {
abstract void call();
}
class Bind(FN, SOURCE) : BindBase {
override void call() {
fn(s);
}
FN fn;
SOURCE s;... | D |
/*****************************************************************************
*
* Higgs JavaScript Virtual Machine
*
* This file is part of the Higgs project. The project is distributed at:
* https://github.com/maximecb/Higgs
*
* Copyright (c) 2013-2015, Maxime Chevalier-Boisvert. All rights re... | D |
import dsfml.graphics;
import std.math;
class DynamicSprite : Drawable {
Sprite sprite;
float angle;
float speed;
this(Vector2f pos, float speed, float angle, Texture texture) {
this.speed = speed;
this.angle = angle;
sprite = new Sprite();
sprite.setTexture(texture)... | D |
// hexadecimal integer
void main() {
int i = 0x0123456789ABCDEF;
} | D |
/Users/ryojisimizu/rust/networkprogramming/packet-capture/target/rls/debug/deps/unicode_xid-1aa3ad15b1990815.rmeta: /Users/ryojisimizu/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs /Users/ryojisimizu/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/tables.rs
/Users/r... | D |
#!/usr/bin/env rdmd-release
/**
Task-Parallel Quicksort in D.
*/
import std.array;
import std.stdio;
import std.algorithm;
import std.parallelism;
import std.conv;
import std.exception;
import std.range;
import std.string;
import std.traits;
/** Python-Style Alias. */
string str(T)(T x) { return to!string(x); }
/... | D |
/*
* Copyright 2002-2018 the original author or authors.
*
* 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 ap... | D |
//**************************
// Skeleton-Mage Prototype
//**************************
PROTOTYPE Mst_Default_Skeleton_Mage(C_Npc)
{
//----- Monster ----
name = "Skelettmagier";
guild = GIL_SKELETON_MAGE;
aivar[AIV_MM_REAL_ID] = ID_SKELETON_MAGE;
level = 42;
//----- Attribute ----
attrib... | D |
/*
* #43 Missing whitespace for skill point(s)
*
* The skill learn print function is called.
*
* Expected behavior: The whitespace will be correctly added to the string.
*/
func int G1CP_Test_043() {
// Check language first
if (G1CP_Lang != G1CP_Lang_EN) {
G1CP_TestsuiteErrorDetail("Test applicabl... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail58.d(26): Error: function `fail58.SomeFunc(dchar[] pText, out int pStopPosn)` is not callable using argument types `(string, int)`
fail_compilation/fail58.d(26): cannot pass argument `"123"` of type `string` to parameter `dchar[] pText`
fail_compilation/fail58.d(30): Erro... | 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 |
/home/syx/SYXrepo/vacation_homework/percolation/target/rls/debug/deps/rand-2392680231abf0c0.rmeta: /home/syx/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand-0.6.5/src/lib.rs /home/syx/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand-0.6.5/src/distributions/mod.rs /home/syx/.cargo/registry/src... | D |
# DO NOT DELETE
./get-tofpeak_C.so: /home/chane/Software/root/include/cintdictversion.h /home/chane/Software/root/include/RVersion.h
get-tofpeak_C__ROOTBUILDVERSION= 5.34/36
| D |
/Users/a18968/Develop/RxSwiftSampler/DerivedData/RxSwiftSampler/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Generate.o : /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxSwift/Observables/Implementations/AddRef.swift /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxSwi... | D |
import std.stdio : writeln;
int* p;
void foo()
{
int a = 7;
p = &a;
}
void boo()
{
int b = 9;
p = &b;
}
void main()
{
foo();
int b;
const int* s = p;
//s = &b; --> error: cannot modify const exp s;
writeln(*s);
boo();
writeln(*s);
}
| D |
COMMENT /* USRDEF.D -- User interface definitions.
*
* Copyright (c) 1987,1988 Massachusetts Institute of Technology.
*
* Note that there is absolutely NO WARRANTY on this software.
* See the file COPYRIGHT.NOTICE for details and restrictions.
*
* See DSYMS.HLP for information about the format of t... | D |
//T compiles:yes
//T lexer:yes
//T parser:yes
//T semantic:yes
//T retval:12
//T has-passed:yes
//T Tests the casting of booleans to ints.
int main()
{
bool a = false, b = true;
if (cast(int) a != 0) {
return 1;
}
if (cast(int) b != 1) {
return 2;
}
a = true;
return a + b ... | D |
/Users/ryuya/Documents/QiitaApps/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/NetworkReachabilityManager.o : /Users/ryuya/Documents/QiitaApps/Pods/Alamofire/Source/MultipartFormData.swift /Users/ryuya/Documents/QiitaApps/Pods/Alamofire/Source/Timeline.swift /Users/ryuya/Doc... | D |
# FIXED
grlib/msp-exp432p401r_grlib_example/fonts/fontcmss40i.obj: ../grlib/msp-exp432p401r_grlib_example/fonts/fontcmss40i.c
../grlib/msp-exp432p401r_grlib_example/fonts/fontcmss40i.c:
| D |
/*******************************************************************************
D language bindings for libsodium's crypto_stream_salsa20.h
License: ISC (see LICENSE.txt)
*******************************************************************************/
module libsodium.crypto_stream_salsa20;
@nogc nothrow:... | D |
module android.java.android.service.autofill.AutofillService;
public import android.java.android.service.autofill.AutofillService_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!AutofillService;
import import7 = android.java.android.service.autofill.FillEventHistory;
import import22 = android.... | D |
module appbase.utils.log;
import core.sync.mutex;
import std.path : buildPath;
import std.conv : to;
import std.experimental.logger.core : LogLevel;
import std.experimental.logger.filelogger : FileLogger, CreateFolder;
import std.datetime;
import std.stdio : writeln;
import appbase.utils.utility;
/// file logger.
st... | D |
instance PAL_271_Ritter (Npc_Default)
{
// ------ NSC ------
name = NAME_RITTER;
guild = GIL_PAL;
id = 271;
voice = 4;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_OCAMBIENT;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4); //setzt Att... | D |
//This is in charge of the HPET timer device
module kernel.arch.x86_64.hpet;
import kernel.core.error;
import kernel.core.util;
import kernel.arch.x86_64.vmem;
import kernel.core.regions;
import kernel.dev.vga;
import kernel.arch.x86_64.cpu;
import kernel.arch.x86_64.ioapic;
import kernel.arch.x86_64.lapic;
... | D |
/Users/mordi/Desktop/project_01/Build/Intermediates/MissMystique.build/Debug-iphonesimulator/MissMystique.build/Objects-normal/x86_64/AppDelegate.o : /Users/mordi/Desktop/project_01/MissMystique/statisticsViewController.swift /Users/mordi/Desktop/project_01/MissMystique/scanViewController.swift /Users/mordi/Desktop/pro... | D |
/home/cypher/Desktop/solana_NFT/smart_contracts/nft-vault/target/rls/debug/build/blake3-ef22aa2394675b0f/build_script_build-ef22aa2394675b0f: /home/cypher/.cargo/registry/src/github.com-1ecc6299db9ec823/blake3-0.3.8/build.rs
/home/cypher/Desktop/solana_NFT/smart_contracts/nft-vault/target/rls/debug/build/blake3-ef22aa... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/Data/TemplateData.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/template-kit.git--6129928586187134836/Sources/TemplateKit/Data/TemplateData.swift /Users/Khanh/vapor/TILApp/.build/checkouts/template-kit.git--6129928586187134836/Sour... | D |
/Users/lee_bennett/Desktop/Playground/iOS/MiniLovTap/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response.o : /Users/lee_bennett/Desktop/Playground/iOS/MiniLovTap/Pods/Alamofire/Source/AFError.swift /Users/lee_bennett/Desktop/Playground/iOS/MiniLovTap/Pods/Alamofire/Source... | D |
instance BAU_960_BENGAR(NPC_DEFAULT)
{
name[0] = "Бенгар";
guild = GIL_OUT;
id = 960;
voice = 10;
flags = NPC_FLAG_IMMORTAL;
npctype = NPCTYPE_MAIN;
b_setattributestochapter(self,2);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,itmw_1h_bau_axe);
EquipItem(self,itrw_sld_bow);
b_createambientinv(self);
b_... | D |
module android.java.android.graphics.drawable.DrawableWrapper;
public import android.java.android.graphics.drawable.DrawableWrapper_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!DrawableWrapper;
import import13 = android.java.android.graphics.drawable.Drawable_ConstantState;
import import20 ... | D |
INSTANCE Info_Mod_Suchender_Hi (C_INFO)
{
npc = Mod_7434_DMT_Suchender_MT;
nr = 1;
condition = Info_Mod_Suchender_Hi_Condition;
information = Info_Mod_Suchender_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Suchender_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Suchender_Hi_Info()
{
AI_Out... | D |
#!/usr/bin/env rdmd -i -I..
import std.stdio;
import std.datetime.stopwatch;
import std.algorithm;
import std.range;
import std.typecons;
import std.functional;
import kreikey.bigint;
import kreikey.intmath;
alias powerDigitSum = memoize!powerDigitSum1;
void main() {
StopWatch timer;
writeln("Power digit sum"... | 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 |
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
*
* 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
* righ... | D |
module freertos;
import core.stdc.config;
import core.stdc.stdarg: va_list;
static import core.simd;
static import std.conv;
struct Int128 { long lower; long upper; }
struct UInt128 { ulong lower; ulong upper; }
struct __locale_data { int dummy; }
alias _Bo... | D |
module generator;
import std.file;
import std.path;
import std.stdio;
import std.typecons;
import api.io;
import api.path;
import config;
import luaaddon;
import todofilereader;
import dtermutils;
import dpathutils.exists;
class Generator : LuaAddon
{
bool create(const string outputFormat)
{
paths_ = Application... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/SQLite.build/Database/SQLiteDatabase.swift.o : /Users/mu/Hello/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteData.swift /Users/mu/Hello/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteGeneric.swift /Users/mu/Hello/.build/checkouts/sqlite/Sources/SQLite/Utilities/Depr... | D |
// Written in the D programming language.
module windows.windowsserverbackup;
public import windows.core;
public import windows.com : HRESULT, IUnknown;
public import windows.systemservices : PWSTR;
extern(Windows) @nogc nothrow:
// Enums
///The <b>WSB_OB_STATUS_ENTRY_PAIR_TYPE</b> enumeration indicates the type... | D |
/Users/Fares/Documents/Projects/TransitApp/build/TransitApp.build/Debug-iphonesimulator/TransitApp.build/Objects-normal/x86_64/SegmentsTableViewCell.o : /Users/Fares/Documents/Projects/TransitApp/TransitApp/Data.swift /Users/Fares/Documents/Projects/TransitApp/TransitApp/Segment.swift /Users/Fares/Documents/Projects/Tr... | D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/FluentSQL.build/SchemaBuilder+Field.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/fluent/Sources/FluentSQL/FluentSQLSchema.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/flue... | D |
instance Mod_1173_STT_Fingers_MT (Npc_Default)
{
//-------- primary data --------
name = "Fingers";
npctype = npctype_main;
guild = GIL_out;
level = 7;
voice = 0;
id = 1173;
//-------- abilities --------
B_SetAttributesToChapter (self, 4);
//-------- visuals --------
// animat... | D |
func void ZS_MM_Rtn_DragonRest()
{
Npc_SetPercTime(self,1);
self.aivar[AIV_MM_PRIORITY] = PRIO_EAT;
Perception_Set_Monster_Rtn();
Npc_PercEnable(self,PERC_ASSESSPLAYER,B_MM_AssessPlayer);
Npc_PercEnable(self,PERC_ASSESSTALK,B_AssessTalk);
AI_SetWalkMode(self,NPC_WALK);
B_MM_DeSynchronize();
if(!Hlp_StrCmp(Npc_... | D |
module android.java.android.icu.text.Normalizer2_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import3 = android.java.java.lang.CharSequence_d_interface;
import import4 = android.java.java.lang.Stri... | D |
a mark of a foot or shoe on a surface
a trace suggesting that something was once present or felt or otherwise important
the area taken up by some object
| D |
/Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/DerivedData/mealify/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Notifications.o : /Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/Pods/Alamofire/Source/MultipartFormData.swift /Users/justinlew/... | D |
/Users/edward.wangcrypto.com/study/substrate_lesson_homework_template/node-template-benchmark/target/release/deps/proc_macro_crate-a94d24aa141c144d.rmeta: /Users/edward.wangcrypto.com/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-crate-1.0.0/src/lib.rs
/Users/edward.wangcrypto.com/study/substrate_lesson_h... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
298.399994 61.7000008 5.9000001 0 58 62 -19.6000004 116.099998 141 3.29999995 8 0.840254879 sediments, sandstones, siltstones
310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 0.895431109 extrusiv... | D |
import std.stdio;
import std.file;
import std.string;
import std.conv;
import std.json;
int count(JSONValue j){
if (j.type == JSON_TYPE.INTEGER){
return to!int(j.integer);
}else if (j.type == JSON_TYPE.ARRAY) {
int value = 0;
foreach (item; j.array){
value += count(item);
}
return value;
}else if (j.ty... | D |
a separate part of a whole
an item that is an instance of some type
a portion of a natural object
a musical work that has been created
an instance of some kind
an artistic or literary composition
a portable gun
a serving that has been cut from a larger portion
a distance
a work of art of some artistic value
a period of... | D |
something that resembles a tablet of medicine in shape or size
a dose of medicine in the form of a small pellet
a unpleasant or tiresome person
something unpleasant or offensive that must be tolerated or endured
a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent ... | D |
module stemmer.stemmer;
import std.string;
import std.conv;
import std.algorithm;
import std.array;
/// The Stemmer interface
interface IStemmer {
string get(string) pure;
}
private immutable(string[]) removeLetters(const string[] letters, const string[] extra) pure {
return letters.filter!(a => !extra.canFind(a... | D |
/home/pi/Veilige_soft_test/test_project/test_project/target/debug/build/num-iter-a621ce76a3f616a5/build_script_build-a621ce76a3f616a5: /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.37/build.rs
/home/pi/Veilige_soft_test/test_project/test_project/target/debug/build/num-iter-a621ce76a3f616a5/buil... | D |
/Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/DerivedData/mealify/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LineChartDataSet.o : /Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Use... | D |
module unecht.core.serialization.sceneSerialization;
import unecht.core.components.sceneNode;
import unecht.core.serialization.serializer;
import sdlang;
///
struct UESceneSerializer
{
private UESerializer baseSerializer;
///
alias baseSerializer this;
private Tag sceneNodesTag;
///
p... | D |
/// Generate by tools
module com.sun.syndication.feed.mod.itunes.EntryInformation;
import java.lang.exceptions;
public class EntryInformation
{
public this()
{
implMissing();
}
}
| D |
/*
* Copyright (c) 2004-2009 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 |
module android.java.java.security.AlgorithmParametersSpi_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.lang.Class_d_interface;
final class AlgorithmParametersSpi : IJava... | D |
/**
Copyright: Copyright (c) 2015-2016 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.remotecontrol.plugin;
import std.stdio;
import std.experimental.logger;
import std.traits : Select;
import pluginlib;
import voxelman.core.events;
import v... | D |
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/Vapor.build/Content/ContentCoders.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/vapor/Sources/Vapor/Content/FormDataCoder+H... | D |
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Routing.build/Method+Wildcard.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/routing.git-5366657101075133678/Sources/Routing/Method+Wildcard.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.b... | D |
// ***************
// SPL_SummonDemon
// ***************
const int SPL_Cost_SummonDemon = 120;
var int SumDemonUsed;
INSTANCE Spell_SummonDemon (C_Spell_Proto) //ehem. Spell_Demon
{
time_per_mana = 0;
targetCollectAlgo = TARGET_COLLECT_NONE;
};
func int Spell_Logic_SummonDemon(var int manaInvested)
{
if (Npc_... | D |
module regal.ast.column;
private {
import regal.ast;
import regal.visitor;
import std.string;
}
/// Interface common to all node types
interface Column : Node {}
/// Has no ordering, but one can be applied to it
final class UnorderedColumn : Column, WhereCondition {
const string table_name;
const string na... | D |
bool addArticle()
{
scope(failure) return false; // #2
return true; // #1
}
| D |
instance PIR_1353_Addon_Morgan(Npc_Default)
{
name[0] = "Morgan";
guild = GIL_PIR;
id = 1353;
voice = 7;
flags = FALSE;
npcType = npctype_main;
B_SetAttributesToChapter(self,3);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_Doppelaxt);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_FatB... | D |
/*
* This file is part of serpent.
*
* Copyright © 2019-2020 Lispy Snake, Ltd.
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this s... | D |
// URL: https://atcoder.jp/contests/abc076/tasks/abc076_c
import std.algorithm, std.container, std.conv, std.math, std.range, std.typecons, std.stdio, std.string;
auto rdsp(){return readln.splitter;}
void pick(R,T)(ref R r,ref T t){t=r.front.to!T;r.popFront;}
void pickV(R,T...)(ref R r,ref T t){foreach(ref v;t)pick(r... | D |
module imports.test9692b;
int k;
| D |
module UnrealScript.UnrealEd.ApexDestructibleAssetThumbnailRenderer;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.UnrealEd.DefaultSizedThumbnailRenderer;
extern(C++) interface ApexDestructibleAssetThumbnailRenderer : DefaultSizedThumbnailRenderer
{
public extern(D):
private static ... | D |
/Users/yamaguchiMacPro/Documents/work/ChousainPlus/Build/Intermediates.noindex/ChousainPlus.build/Debug-iphonesimulator/ChousainPlus.build/Objects-normal/x86_64/PhotoNew.o : /Users/yamaguchiMacPro/Documents/work/ChousainPlus/ChousainPlus/RecordData.swift /Users/yamaguchiMacPro/Documents/work/ChousainPlus/ChousainPlus/G... | D |
/home/ubuntu/substrate-node-template/target/release/build/libp2p-core-78bfa1d6b7d36fa3/build_script_build-78bfa1d6b7d36fa3: /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-core-0.22.1/build.rs
/home/ubuntu/substrate-node-template/target/release/build/libp2p-core-78bfa1d6b7d36fa3/build_script_build-... | D |
/+++++++++++++++++++++++++++++
+ This module defines algorithm 'merge'
+/
module rx.algorithm.merge;
import rx.disposable;
import rx.observable;
import rx.observer;
import rx.util;
//####################
// Merge
//####################
struct MergeObservable(TObservable1, TObservable2)
{
import std.traits : Com... | D |
import std.stdio;
void main(){
string func = __FUNCTION__;
}
| D |
module allegro5.color;
import allegro5.internal.da5;
extern (C)
{
struct ALLEGRO_COLOR
{
float r, g, b, a;
}
enum ALLEGRO_PIXEL_FORMAT
{
ALLEGRO_PIXEL_FORMAT_ANY = 0,
ALLEGRO_PIXEL_FORMAT_ANY_NO_ALPHA,
ALLEGRO_PIXEL_FORMAT_ANY_WITH_ALPHA,
ALLEGRO_PIXEL_FORMAT_ANY_15_NO_ALPHA,
ALLEGRO_PIXEL_FORMAT_AN... | D |
/Users/sjwu/video/HouseHold/Build/Intermediates/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/Box.o : /Users/sjwu/video/HouseHold/Pods/Kingfisher/Sources/String+MD5.swift /Users/sjwu/video/HouseHold/Pods/Kingfisher/Sources/Resource.swift /Users/sjwu/video/HouseHold/Pods/Kingfisher/Sources/Imag... | D |
/Users/JasonVranek/Desktop/LearningProgramming/rust/websocket-threaded/target/debug/build/byteorder-1a58a0162a26ad3a/build_script_build-1a58a0162a26ad3a: /Users/JasonVranek/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.1/build.rs
/Users/JasonVranek/Desktop/LearningProgramming/rust/websocket-threaded/ta... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.