code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/home/tardigrade/filecoin/filecoin_loans_test/filecoin-signing-tools/target/release/build/crossbeam-utils-df61a0e750b4c856/build_script_build-df61a0e750b4c856: /home/tardigrade/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.3/build.rs
/home/tardigrade/filecoin/filecoin_loans_test/filecoin-signing-... | D |
module kurikame.config;
import kurikame.scripts;
import std.algorithm;
import std.c.stdlib;
import std.conv;
import std.file;
import std.string;
// Configuration is loaded from (KURIKAME_HOME ~ "/etc/config")
final abstract class Config
{
static:
private:
ushort port;
string nick;
string server;
string... | D |
# FIXED
F2837xS_Spi.obj: C:/ayush2_nigam4/repo/trunk/lab3/v140/F2837xS_common/source/F2837xS_Spi.c
F2837xS_Spi.obj: C:/ayush2_nigam4/repo/trunk/lab3/v140/F2837xS_headers/include/F2837xS_device.h
F2837xS_Spi.obj: C:/CCStudio_v8/ccsv8/tools/compiler/ti-cgt-c2000_17.6.0.STS/include/assert.h
F2837xS_Spi.obj: C:/CCStudio_v... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail177.d(22): Error: cannot modify immutable expression j
fail_compilation/fail177.d(24): Error: cannot modify const expression i
fail_compilation/fail177.d(26): Error: cannot modify const expression s1.x
fail_compilation/fail177.d(27): Error: cannot modify const expression *s1.p
f... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail356c.d(13): Error: function expected before (), not bar of type int
---
*/
import foo = imports.fail356;
int foo; // doesn't collide with renamed import
void main()
{
auto x = foo.bar; // --> rewritten to bar(foo) by UFCS
// declared 'foo' hides renamed module name '... | D |
/substrate-node-template/target/debug/deps/ref_cast-4b429fefd15301ad.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.2/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.2/src/trivial.rs
/substrate-node-template/target/debug/deps/ref_cast-4b429fefd15301ad.d: /root/.... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
enum cs = [6,36,216,1296,7776,46656,279936,9,81,729,6561,59049,531441];
void main()
{
auto N = readln.chomp.to!int;
auto DP = new int[][](cs.length, N+1);
foreach (ref dp; DP) dp[] = -1;
int solve(i... | D |
//https://redd.it/bazy5j
import std.stdio;
import std.array;
import std.range;
import std.algorithm;
void main()
{
}
ulong fit(ulong[] dimensions, ulong[] boxes)
{
return zip(dimensions, boxes).map!(z => z[0] / z[1]).reduce!"a * b";
}
ulong fit1(ulong X, ulong Y, ulong x, ulong y)
{
return fit([X, Y], [x, y]... | D |
// REQUIRED_ARGS: -w
// https://issues.dlang.org/show_bug.cgi?id=4375: Dangling else
/*
TEST_OUTPUT:
---
fail_compilation/fail4375a.d(16): Warning: else is dangling, add { } after condition at fail_compilation/fail4375a.d(13)
Error: warnings are treated as errors
Use -wi if you wish to treat warnings only as inf... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1994-1998 by Symantec
* Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
module UnrealScript.TribesGame.TrAccolade_FlagHolder;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrAccolade;
extern(C++) interface TrAccolade_FlagHolder : TrAccolade
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptC... | D |
instance Mod_13047_SP_Seelenpeiniger_OM (Npc_Default)
{
//-------- primary data --------
name = "Seelenpeiniger";
npctype = npctype_main;
guild = GIL_DMT;
level = 25;
voice = 5;
id = 13047;
flags = NPC_FLAG_GHOST;
//-------- abilities --------
attribute[ATR_STRENGTH] = 100;
attribut... | 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 |
instance DIA_Addon_Skinner_EXIT(C_Info)
{
npc = BDT_1082_Addon_Skinner;
nr = 999;
condition = DIA_Addon_Skinner_EXIT_Condition;
information = DIA_Addon_Skinner_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Skinner_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_Skinner_... | D |
module game.core.draw;
import std.algorithm;
import std.conv; // replay sign
import std.math; // sin, for replay sign
import std.range : retro;
import std.string; // format
import basics.alleg5;
import basics.globals; // replay sign
import game.core.game;
import game.tribe;
import graphic.color;
import graphic.cutbit... | D |
instance BDT_1076_Addon_Bandit (Npc_Default)
{
// ------ NSC ------
name = NAME_BANDIT;
guild = GIL_BDT;
id = 1076;
voice = 13;
flags = 0;
npctype = NPCTYPE_TAL_AMBIENT;
// ------ Attribute ------
B_SetAttributesToChapter (self, 5);
// ------ Kampf-Taktik ------
fight_tactic = FAI_HUMAN_S... | D |
module io.protocol.Writer;
private import io.Buffer;
public import io.model;
public import io.protocol.model;
class Писатель : ИПисатель
{
this (ИПротокол протокол);
this (ИПотокВывода поток);
final ИБуфер буфер ();
ИПисатель нс ();
ИПисатель нс (ткст... | D |
/**
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly, Alex Rønne Petersen
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Copyright Sean... | D |
var int activebonus1;
var int activebonus2;
var int wite_winf;
var int asss_winf;
var string screen_wght;
var string screen_wght1;
var string screen_mwght;
func void evt_upddef_addon_func()
{
if((passive_hp == TRUE) && (hero.attribute[ATR_HITPOINTS] >= 1) && !C_BodyStateContains(hero,BS_DEAD))
{
Npc_ChangeAttrib... | D |
/**
* Lazily evaluate static conditions for `static if`, `static assert` and template constraints.
*
* Copyright: Copyright (C) 1999-2022 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.t... | D |
/Users/gaishimin/Documents/GitHub/Eureka/.build/x86_64-apple-macosx/debug/Eureka.build/Rows/Common/FieldRow.swift.o : /Users/gaishimin/Documents/GitHub/Eureka/Source/Validations/RuleURL.swift /Users/gaishimin/Documents/GitHub/Eureka/Source/Validations/RuleRequired.swift /Users/gaishimin/Documents/GitHub/Eureka/Source/V... | 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_23_BeT-5775817... | D |
/Users/hyungsukkang/terra/terra-contracts/exchange/target/rls/debug/build/schemars-4fc7875dc1824b53/build_script_build-4fc7875dc1824b53: /Users/hyungsukkang/.cargo/registry/src/github.com-1ecc6299db9ec823/schemars-0.7.6/build.rs
/Users/hyungsukkang/terra/terra-contracts/exchange/target/rls/debug/build/schemars-4fc7875... | 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 |
import std.stdio;
import dplug.dsp.fft;
void main()
{
//initialize(int windowSize, int fftSize, int analysisPeriod, WindowDesc windowDesc, bool zeroPhaseWindowing)
FFTAnalyzer!float fft;
fft.initialize(1024, 2048, 512, WindowDesc(WindowType.HANN), true);
}
| D |
module com.thoughtworks.xstream.annotations;
public import com.thoughtworks.xstream.annotations.XStreamAsAttribute;
public import com.thoughtworks.xstream.annotations.XStreamConverter;
public import com.thoughtworks.xstream.annotations.XStreamImplicit;
| D |
/*******************************************************************************
Produce request class.
copyright:
Copyright (c) 2011-2017 dunnhumby Germany GmbH. All rights reserved
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
*******************************... | D |
/***********************************************************************\
* winnls.d *
* *
* Windows API header module *
* ... | D |
/private/tmp/day13/day13/target/debug/deps/day13-32c4e35be0b654bf: src/main.rs
/private/tmp/day13/day13/target/debug/deps/day13-32c4e35be0b654bf.d: src/main.rs
src/main.rs:
| D |
/** Functions related to the solving of nonlinear equations, i.e. finding
roots of nonlinear functions.
Authors: Lars Tandle Kyllingstad
Copyright: Copyright (c) 2009-2010, Lars T. Kyllingstad. All rights reserved.
License: Boost License 1.0
*/
module scid.nonlinear;
import std.algorithm;
impo... | D |
// *************************************************************************
// EXIT
// *************************************************************************
INSTANCE DIA_SLD_7_EXIT(C_INFO)
{
nr = 999;
condition = DIA_SLD_7_EXIT_Condition;
information = DIA_SLD_7_EXIT_Info;
permanent = TRUE;
descrip... | D |
/Users/joseLucas/Documents/Libraries/JLChatViewController/Example/build/Pods.build/Debug-iphonesimulator/JLChatViewController.build/Objects-normal/x86_64/JLChatMessageCell.o : /Users/joseLucas/Documents/Libraries/JLChatViewController/Classes/JLBundleController.swift /Users/joseLucas/Documents/Libraries/JLChatViewContro... | D |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | D |
module hio.tls;
public import hio.tls.common;
public import hio.tls.tls_impl;
| D |
module test.xcore;
import std.outbuffer;
import std.conv: to;
import capstone;
import test.utils;
enum XCORE_CODE = cast(ubyte[])"\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf2\x45\x5b\xf9\xfa\x02\x06\x1b\x10\x09\xfd\xec\xa7";
enum platforms = [
Platform(Arch.xcore, Mode.bigEndian... | D |
/Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/MathFlow/Build/Intermediates.noindex/MathFlow.build/Debug/MathFlow.build/Objects-normal/x86_64/MathShot.o : /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/AppDelegate.swift /Users/zhaoxingchen/Desktop/abc/Mattth/Mattth/ContentViewController.swift /Users/zhaoxingchen/Desktop/... | D |
// B_ClearRoomRefuseTalk
// JP: Ist notwendig, damit die Nsc auf Ansprechen reagieren, aber nicht in ihren normalen Talk verfallen
func void B_ClearRoomRefuseTalk ()
{
B_Say (self, other, "$GETOUTOFHERE");
AI_StopProcessInfos (self);
};
func void ZS_ClearRoom ()
{
PrintDebugNpc (PD_ZS_FRAME, "ZS_ClearRoom" ); ... | D |
void main() {
auto N = ri;
auto K = ri;
ulong res = 1;
foreach(i; 0..N) res = (res * 2 < res + K ? res * 2 : res + K);
writeln(res);
}
// ===================================
import std.stdio;
import std.string;
import std.functional;
import std.algorithm;
import std.range;
import std.traits;
import std.math;
imp... | D |
/home/liyun/clink/zkp_test/ckb-zkp/target/debug/deps/serde-14a3ce52e552dee3.rmeta: /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/serde-1.0.125/src/lib.rs /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/serde-1.0.125/src/macros.rs /home/liyun/.cargo/registry/src/mirrors.ustc.e... | D |
// llmath.d
// Copyright (C) 1993-2009 by Digital Mars, http://www.digitalmars.com
// All Rights Reserved
// Автор Walter Bright
// Compiler runtime support for 64 bit longs
export extern (C):
/***************************************
* Unsigned long divide.
* Input:
* [EDX,EAX],[ECX,EBX]
* Output... | D |
module mach.sdl.haptic.mixins;
private:
import derelict.sdl2.sdl;
public:
template HapticEffectMixinAttribute(T){
import derelict.sdl2.sdl;
static if(is(T == SDL_HapticConstant)) enum HapticEffectMixinAttribute = `constant`;
else static if(is(T == SDL_HapticPeriodic)) enum HapticEffectMixinAttribute =... | D |
/*******************************************************************************
Pop request protocol.
Copyright:
Copyright (c) 2016-2017 dunnhumby Germany GmbH. All rights reserved.
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
*******************************... | D |
/**
WinRT driver implementation
Copyright: © 2012-2013 Sönke Ludwig
Authors: Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
*/
module vibe.core.drivers.winrt;
version(VibeWinrtDriver)
{
import vibe.core.driver;
import vibe.inet.url;
import deimos.wi... | D |
/*************************************************************************\
|* *|
|* $$\ $$$$$$\ $$$$$$\ *|
|* $$ | $$ __$$\ $$ __$$\ *|
|* $$ ... | D |
instance DIA_Nyras_Exit(C_Info)
{
npc = Nov_1303_Nyras;
nr = 999;
condition = DIA_Nyras_Exit_Condition;
information = DIA_Nyras_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
};
func int DIA_Nyras_Exit_Condition()
{
return 1;
};
func void DIA_Nyras_Exit_Info()
{
AI_StopProcessInfos(self);
};
instanc... | D |
module android.java.java.nio.channels.Pipe_SourceChannel_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import2 = android.java.java.nio.channels.Selector_d_interface;
import import3 = android.java.ja... | D |
/home/bobby/Dev/projects/rust/rust-learning-path/enum_and_pattern_matching/target/debug/deps/enum_and_pattern_matching-c006b04e0a1aff0e.rmeta: src/main.rs
/home/bobby/Dev/projects/rust/rust-learning-path/enum_and_pattern_matching/target/debug/deps/enum_and_pattern_matching-c006b04e0a1aff0e.d: src/main.rs
src/main.rs:... | D |
module rocl.controls.storage.inventory;
import std.meta, std.conv, std.range, std.string, std.algorithm, perfontain, ro.db, ro.conv, ro.conv.gui, ro.conv.item,
rocl, rocl.gui.misc, rocl.game, rocl.paths, rocl.status, rocl.status.helpers, rocl.network, rocl.controls,
rocl.controls.storage, rocl.controls.storage;
... | D |
void main() { runSolver(); }
void problem() {
auto N = scan!int;
auto solve() {
long dl(int a) { return divisors(a).length; }
return iota(1, N).map!(ab => memoize!dl(ab) * memoize!dl(N - ab)).sum;
}
outputForAtCoder(&solve);
}
// ----------------------------------------------
import std;
string sca... | D |
module std.serialization.json;
import std.range : isOutputRange;
import std.serialization : BinaryOutputRange, ignoreUndefined, SerializationFormat;
// TODO: Add support for unions.
// TODO: Add support for Tuple's.
// TODO: Add support for private members.
// TODO: Provide a nice error message when trying to deseria... | 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 |
// 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 |
// ************************ EXIT **************************
instance Tpl_1436_Templer_Exit(C_INFO)
{
npc = Tpl_1436_Templer;
nr = 999;
condition = Tpl_1436_Templer_Exit_Condition;
information = Tpl_1436_Templer_Exit_Info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func ... | D |
module maths.util;
import maths.all;
/**
* More useful than sgn because it never returns 0.
*/
float sign(float f) {
return f<0 ? -1 : 1;
}
float reciprocal(float value) {
return 1f / value;
}
pragma(inline, true)
T clamp(T)(T value, T min, T max) pure nothrow {
if(value<min) return min;
if(value>m... | D |
/*
TEST_OUTPUT:
---
fail_compilation/e7804_1.d(14): Error: undefined identifier `Aggr`
fail_compilation/e7804_1.d(15): Error: unrecognized trait `farfelu`
fail_compilation/e7804_1.d(17): Error: undefined identifier `Aggr`
fail_compilation/e7804_1.d(18): Error: unrecognized trait `farfelu`
---
*/
module e7804_1;
struct... | D |
module des.cl.util;
import std.string;
import std.range;
import std.exception;
import std.algorithm;
version(unittest) import std.stdio;
package:
/// generate propertyes for subject
string infoMixin( string subject, string enumname, in string[] list )
{
string[] ret;
foreach( ln; list )
{
auto ... | D |
/*
* ProjectEuler 005
* D / main.d
* copyright (c) 2015 Susisu
*
* DMD 2.066
* `dmd main.d -ofbin/main`
*/
import std.stdio;
void main() {
int p = 1;
for (int i = 1; i <= 20; i++) {
p *= i / gcd(p, i);
}
writeln(p);
}
int gcd(int a, int b) {
if (a < b) {
return gcd(b, a);
... | D |
// unihernandez22
// https://atcoder.jp/contests/abc143/tasks/abc143_d
// binary search
import std;
int binary_search(int[] a, int x) {
int
left = -1,
right = (a.length.to!int);
while (right-left > 1) {
int cur = (right+left) / 2;
if (a[cur] < x)
left = cur;
else
right = cur;
}
... | D |
/****************************************************
* NSC sucht ArenaFight-FP und beginnt anzubeten *
****************************************************/
func void ZS_ArenaFight()
{
PrintDebugNpc(PD_TA_FRAME,"ZS_ArenaFight");
B_UseHat (self);
Perception_Set_Normal();
B_ResetAll (self);
if... | D |
module util.snappy;
import std.conv;
extern (C) {
enum snappy_status {
SNAPPY_OK = 0,
SNAPPY_INVALID_INPUT = 1,
SNAPPY_BUFFER_TOO_SMALL = 2,
};
snappy_status snappy_uncompressed_length(const byte* compressed,
size_t compressed_length,
... | D |
/*
* Paradigm for fixation (and eventually saccade) training. Allows the
* experimenter to control background luminance and fixation spot size
* and color.
*
* This version updated to be compatible with Rex version 5.4
* KHB, 12/21/95
*
* joymap.d spawned from fix.d, to handle joystick mapping of RFs.
* do... | D |
a dangerous state of affairs
a box for holding tinder
| D |
/Users/apple/rCore_OS_Autumn/os/target/rls/debug/deps/riscv_target-f742b54fa409ef8f.rmeta: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/riscv-target-0.1.2/src/lib.rs
/Users/apple/rCore_OS_Autumn/os/target/rls/debug/deps/libriscv_target-f742b54fa409ef8f.rlib: /Users/apple/.cargo/registry/src/mi... | D |
module libxlsxd.test3;
import libxlsxd.xlsxwrap;
import libxlsxd.workbook;
import libxlsxd.worksheet;
import libxlsxd.format;
import libxlsxd.chart;
import libxlsxd.chartsheet;
import libxlsxd.docproperties;
import libxlsxd.chartseries;
import libxlsxd.chartaxis;
import libxlsxd.datetime;
import libxlsxd.types;
@saf... | D |
module crypto.blockcipher.blockcipher;
public interface BlockCipher
{
public void encrypt(ubyte[] message);
public void decrypt(ubyte[] cipher);
@property public const size_t blockSize();
}
| D |
int add_one( int i )
in
{
assert( i > 0 );
}
out( result )
{
assert( result == i + 1 );
}
body
{
return i + 1;
}
class Date
{
int day;
int hour;
invariant
{
assert( 1 <= day && day <= 31 );
assert( 0 <= hour && hour < 24 );
}
} | D |
/Users/asatyamurthy/Desktop/PhunwareHW/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Upload.o : /Users/asatyamurthy/Desktop/PhunwareHW/Pods/Alamofire/Source/Alamofire.swift /Users/asatyamurthy/Desktop/PhunwareHW/Pods/Alamofire/Source/Download.swift /Users/asatyamurthy/Desktop/PhunwareHW/P... | D |
instance DIA_Addon_Francis_EXIT(C_Info)
{
npc = PIR_1350_Addon_Francis;
nr = 999;
condition = DIA_Addon_Francis_EXIT_Condition;
information = DIA_Addon_Francis_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Francis_EXIT_Condition()
{
if(GregIsBack == FALSE)
{
return TRUE;
};... | D |
/*
* Collie - An asynchronous event-driven network framework using Dlang development
*
* Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd
*
* Developer: putao's Dlang team
*
* Licensed under the Apache-2.0 License.
*
*/
module collie.socket.timer;
import core.memory;
import core.sys.posix.time;
i... | 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;
bool[string] res;
foreach (_; 0..N) {
res[readln.chomp] = true;
}
writeln(res.length);
} | D |
class BoardState {
}
| D |
void main() {
auto S = rs;
bool flag = true;
if(S[0] != 'A') flag = false;
ulong tmp;
foreach(i; 2..S.length-1) {
tmp += S[i] == 'C';
}
if(flag) {
ulong tmp2;
foreach(i; S) {
if(i.isUpper) tmp2++;
}
if(tmp2!=2) flag = false;
}
if(tmp != 1) flag = false;
writeln(flag ? "AC" : "WA");
}
// ========... | D |
module org.serviio.library.service;
public import org.serviio.library.service.AccessGroupService;
public import org.serviio.library.service.Service;
| D |
/Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/diesel-c9fc099a90c954a6.rmeta: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/diesel-1.4.5/src/lib.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/diesel-1.4.5/src/macros/mod.rs /Users/oyo02699/.cargo/re... | D |
/Users/sunww/GitHub/DanmuSwift/build/Intermediates/DanmuSwift.build/Debug-iphonesimulator/DanmuSwift.build/Objects-normal/x86_64/DanmuDefine.o : /Users/sunww/GitHub/DanmuSwift/DanmuSwift/DanmuManage/DanmuManage.swift /Users/sunww/GitHub/DanmuSwift/DanmuSwift/DanmuManage/DanmuDefine.swift /Users/sunww/GitHub/DanmuSwift/... | D |
import awebview.gui.application;
import awebview.gui.activity;
import awebview.gui.html;
import awebview.wrapper;
void main()
{
auto app = SDLApplication.instance;
auto pref = WebPreferences.recommended;
with(app.newFactoryOf!SDLActivity(pref)){
// Activityの各種設定
id = "MainActivity";
... | D |
module fio;
private import std.stdio: writeln;
private import std.datetime;
private import std.experimental.logger;
private import std.socket;
private import std.format;
private import std.algorithm;
private import std.array;
private import std.conv;
private import std.traits;
private import std.variant;
private impor... | D |
module android.java.android.webkit.DownloadListener;
public import android.java.android.webkit.DownloadListener_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!DownloadListener;
import import0 = android.java.java.lang.Class;
| D |
E: c9, c58, c84, c81, c79, c13, c35, c37, c1, c5, c68, c44, c24, c82, c69, c74, c11, c39, c54, c47, c23, c75, c22, c83, c76, c88, c38, c59, c89, c3, c21, c19, c12, c8, c61, c72, c66, c30, c55, c50, c85, c62, c20, c18, c28, c87, c7, c73, c14, c51, c31, c67, c42, c71, c32.
p2(E,E)
c9,c9
c79,c13
c35,c35
c74,c39
c23,c75
c... | D |
/*
[The "BSD licence"]
Copyright (c) 2005-2008 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this ... | D |
module testrunner;
import std.array;
import std.algorithm;
import std.file;
import std.path;
import std.process;
import std.stdio;
int main( string[] args )
{
writeln( "Building..." );
auto dub = execute( [ "dub", "build", "--compiler="~environment.get( "DC", "dmd" ) ] );
if( dub.status != 0 )
{
... | D |
/*
* Copyright (c) 2017-2018 sel-project
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pu... | D |
///* 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 |
//Автор Кристофер Миллер. Переработано для Динрус Виталием Кулич.
//Библиотека визуальных конпонентов VIZ (первоначально DFL).
module viz.textbox;
private import viz.control, viz.common, viz.app;
version(ВИЗ_БЕЗ_МЕНЮ)
{
}
else
{
private import viz.menu;
}
private extern(Windows) проц _initTextBox... | D |
module orelang.operator.SortOperator;
import orelang.operator.IOperator,
orelang.Engine,
orelang.Value;
import std.algorithm,
std.array;
class SortOperator : IOperator {
public Value call(Engine engine, Value[] args) {
Value eargs0 = engine.eval(args[0]);
Value[] array,
ret;
... | D |
//T compiles:yes
//T lexer:yes
//T parser:yes
//T semantic:yes
//T retval:42
int foo() { return 42; }
int main()
{
int function()[] l;
l.length = 1;
l[0] = &foo;
return l[0]();
}
| D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
* Entry point for DMD.
*
* This modules defines the entry point (main) for DMD, as well as related
* utilities needed for arguments parsing, path manipulation, etc...
* This file is not shared with other compilers which... | D |
INSTANCE Info_Mod_Genn_Hi (C_INFO)
{
npc = Mod_1959_VMG_Genn_TUG;
nr = 1;
condition = Info_Mod_Genn_Hi_Condition;
information = Info_Mod_Genn_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Genn_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Genn_Hi_Info()
{
AI_Output(self, hero, "Info_Mod_Gen... | D |
/* $OpenBSD: txt_db.h,v 1.9 2014/07/10 22:45:58 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This lib... | D |
/**
* File utilities.
*
* Functions and objects dedicated to file I/O and management. TODO: Move here artifacts
* from places such as root/ so both the frontend and the backend have access to them.
*
* Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved
* Authors: Walter Bright... | D |
#!/usr/bin/env dub
/+ dub.json:
{
"name": "flex_plot_test_density_with_poles",
"dependencies": {"flex_common_pack": {"path": "./flex_common_pack"}},
"versions": ["Flex_logging", "Flex_single"]
}
+/
/**
Test density with pole.
*/
void test(S, F)(in F test)
{
import std.math : abs, log;
auto f0 = (S x... | D |
// Written in the D programming language.
/**
High-level interface for allocators. Implements bundled allocation/creation
and destruction/deallocation of data including `struct`s and `class`es,
and also array primitives related to allocation. This module is the entry point
for both making use of allocators and for the... | D |
module android.java.android.view.ActionMode_Callback_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.android.view.Menu_d_interface;
import import3 = android.java.java.lang.Class... | D |
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Node.build/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData.swift /home/albertfega/Desktop/LaSalleChat/.... | D |
/Users/ellehcim/Desktop/IOS/Parstagram2/build/Pods.build/Debug-iphonesimulator/MessageInputBar.build/Objects-normal/x86_64/MessageInputBarDelegate.o : /Users/ellehcim/Desktop/IOS/Parstagram2/Pods/MessageInputBar/Sources/Views/SeparatorLine.swift /Users/ellehcim/Desktop/IOS/Parstagram2/Pods/MessageInputBar/Sources/Proto... | D |
import std.stdio;
void main()
{
writeln("Hello, World!");
} | D |
/*
* Copyright (c) 2004-2008 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 |
/Users/plin2/Desktop/Tripper/build/Tripper.build/Debug-iphonesimulator/Tripper.build/Objects-normal/x86_64/ViewController.o : /Users/plin2/Desktop/Tripper/Tripper/ViewController.swift /Users/plin2/Desktop/Tripper/Tripper/AppDelegate.swift /Users/plin2/Desktop/Tripper/Tripper/DetailViewController.swift /Users/plin2/Desk... | D |
/**
*
* Authors: A Lynch, alynch4047@gmail.com
* Copyright: A Lynch, 2013
* License: GPL v2
*/
module smidgen.load_converter;
import std.string: format;
import std.stdio: writeln;
import std.array: split, replace;
import pegged.grammar;
import smidgen.parse_converter;
import smidgen.converter: Converter;
import s... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.