code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/EventLoop/obj/ut_background_socket.o /home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/EventLoop/obj/ut_background_socket.d : /home/shepj/xaod/ROOTAnalysisTutorial/EventLoop/test/ut_background_socket.cxx /home/shepj/xa... | D |
module org.serviio.ui.representation.OnlinePluginsRepresentation;
import com.thoughtworks.xstream.annotations.XStreamImplicit;
import java.util.Set;
import java.util.TreeSet;
import org.serviio.ui.representation.OnlinePlugin;
public class OnlinePluginsRepresentation
{
//@XStreamImplicit
private Set!(OnlinePlu... | D |
module msgpack.attribute;
import std.typetuple; // will use std.meta
import std.traits;
/**
* Attribute for specifying non pack/unpack field.
* This is an alternative approach of MessagePackable mixin.
*
* Example:
* -----
* struct S
* {
* int num;
* // Packer/Unpacker ignores this field;
* @no... | D |
the action of forming or becoming a nation
the action of rendering national in character
changing something from private to state ownership or control
| D |
instance RuneSword_FireStorm(Npc_Default)
{
/* var string name;
var string slot;//vfxname
var string spawnPoint;//sfxname
var int id;
var int flags;//chargecost
var int voice;//damage
var int npctype;//damagetype
var int lp;//runetype
0-NEUTRAL
1-DARK
2-FIRE
3-LIGHT
4-WATER
5-WIND
*/
name = "Ognista bur... | D |
a proud stiff pompous gait
to walk with a lofty proud gait, often in an attempt to impress others
spring forward on the hind legs
cause (a horse) to bound spring forward
ride a horse such that it springs and bounds forward
| D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
303.5 77.1999969 2.79999995 89.6999969 10 14 -38.7000008 143.100006 139 4.19999981 4.19999981 1 sediments, limestone
289.600006 75.1999969 1.79999995 73.1999969 11 19 -31.6000004 145.600006 9338 2.5 2.5 0.625 sediments, saprolite
244.5 81.699996... | D |
instance KDF_503_Karras(Npc_Default)
{
name[0] = "Каррас";
guild = GIL_KDF;
id = 503;
voice = 11;//10;
flags = 0;
npcType = NPCTYPE_AMBIENT;
aivar[AIV_Temper] = TEMPER_MagicUser;
B_SetAttributesToChapter(self,6);
fight_tactic = FAI_HUMAN_STRONG;
B_CreateAmbientInv(self);
CreateInvItem(self,ItMi_Pliers);
B_... | D |
// Written in the D programming language.
/**
This is a submodule of $(MREF std, algorithm).
It contains generic _searching algorithms.
$(SCRIPT inhibitQuickIndex = 1;)
$(BOOKTABLE Cheat Sheet,
$(TR $(TH Function Name) $(TH Description))
$(T2 all,
$(D all!"a > 0"([1, 2, 3, 4])) returns $(D true) because all el... | D |
/Users/DMac/Documents/AppDevelopment/Cocoapods/DGNotifyView/Example/build/Pods.build/Debug-iphonesimulator/DGNotifyView.build/Objects-normal/x86_64/DGNotifyViewRounded.o : /Users/DMac/Documents/AppDevelopment/Cocoapods/DGNotifyView/DGNotifyView/Classes/DGNotifyView.swift /Users/DMac/Documents/AppDevelopment/Cocoapods/D... | D |
/Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SwiftSpinner.build/Objects-normal/x86_64/SwiftSpinner.o : /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/SwiftSpinner/SwiftSpinner/SwiftSpinner.swift /Applications/Xcode.app/Contents/Developer/Toolchains/X... | D |
module battle.state.chooseunittodeploy;
import std.algorithm;
import dau.all;
import model.all;
import battle.battle;
import battle.system.all;
import battle.state.deployunit;
import gui.deploymenu;
/// player may click on a unit to issue orders
class ChooseUnitToDeploy : State!Battle {
this (Player player, Tile ti... | D |
/home/sriharikapu/substrate-node-template/target/release/wbuild/target/release/deps/libthiserror_impl-1f0e52789254b7d4.so: /home/sriharikapu/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.17/src/lib.rs /home/sriharikapu/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.17/src/ast.rs... | D |
a dyed fabric
dye with wax
| D |
/Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/build/Pods.build/Debug-iphonesimulator/Macaw.build/Objects-normal/x86_64/FillInterpolation.o : /Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/Pods/Macaw/Source/export/MacawView+PDF.swift /Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/Pods/Macaw/Source/MCAMed... | D |
/*
* Copyright 2015-2018 HuntLabs.cn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | D |
/Users/david/Sites/_projects/bitfountain-leaning-swift/SlotMachine/build/SlotMachine.build/Debug-iphonesimulator/SlotMachine.build/Objects-normal/x86_64/ViewController.o : /Users/david/Sites/_projects/bitfountain-leaning-swift/SlotMachine/SlotMachine/ViewController.swift /Users/david/Sites/_projects/bitfountain-leaning... | D |
// Written in the D programming language.
/**
* This module implements the workhorse functionality for string and I/O formatting.
* It's comparable to C99's vsprintf().
*
* Macros:
* WIKI = Phobos/StdFormat
*/
/*
* Copyright (C) 2004-2006 by Digital Mars, www.digitalmars.com
* Written by Walter Bright
*
... | D |
instance VLK_434_Borka(Npc_Default)
{
name[0] = "Borka";
guild = GIL_VLK;
id = 434;
voice = 11;
flags = 0;
npcType = npctype_main;
aivar[AIV_ToughGuy] = TRUE;
B_SetAttributesToChapter(self,3);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Bau_Mace);
CreateInvItems(self,ItMi_Joint,20);
B_SetNpcVis... | D |
import std.stdio;
import std.math;
import std.conv;
bool is_esthetic(int num) {
auto s = to!string(num, 10);
foreach (i; 1 .. s.length) {
if (abs(s[i] - s[i-1]) != 1) return false;
}
return true;
}
void main() {
int[] tests = [ 5456, 120, 121, 23456, 2346, 7654567, 765467 ];
foreach(tes... | D |
/**
* cl4d - object-oriented wrapper for the OpenCL C API
* written in the D programming language
*
* Copyright:
* (C) 2009-2011 Andreas Hollandt
*
* License:
* see LICENSE.txt
*/
module cl4d.device;
import derelict.opencl.cl;
import derelict.opencl.cl_ext;
import cl4d.error;
import cl4d.platfor... | D |
import core.sync.barrier;
import core.thread;
import std.stdio;
void main()
{
Thread[] arr = [];
auto barrier = new Barrier(10);
foreach (_; 0 .. 10)
{
auto th = new Thread(() {
barrier.wait;
writeln("finished barrier");
}).start;
arr ~= th;... | D |
/Users/taharahiroki/Documents/GitHub/Enigma_Bitcoin_proto/sign_by_dif_address_/target/debug/build/rand_pcg-eef8554257a8b519/build_script_build-eef8554257a8b519: /Users/taharahiroki/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/build.rs
/Users/taharahiroki/Documents/GitHub/Enigma_Bitcoin_proto/sign_by_... | D |
/home/nils/git/just_another_card_game/card_game_server/target/debug/deps/libdarling_macro-1c60b3c5c985b178.so: /home/nils/.cargo/registry/src/github.com-1ecc6299db9ec823/darling_macro-0.10.2/src/lib.rs
/home/nils/git/just_another_card_game/card_game_server/target/debug/deps/darling_macro-1c60b3c5c985b178.d: /home/nils... | D |
void main() {
import std.stdio, std.algorithm, std.range, std.random, combinations3;
enum nDraw = 9, nGoal = nDraw / 2;
auto deck = cartesianProduct("red green purple".split,
"one two three".split,
"oval squiggle diamond".split,
... | D |
/******************************************************************************
License:
Copyright (c) 2007 Jarrett Billingsley
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 g... | D |
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Bag.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /User... | D |
instance SLV_2522_Slave (Npc_Default)
{
//-------- primary data --------
name = NAME_Slave;
Npctype = Npctype_Ambient;
guild = GIL_SLV;
level = 5;
voice = 4;
id = 2522;
//-------- abilities --------
attribute[ATR_STRENGTH] = 50;
attribute[ATR_DEXTERITY] = 30;
attribute[... | D |
/******************************************************************************
License:
Copyright (c) 2008 Jarrett Billingsley
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.
Permis... | D |
instance Mod_1826_HEX_Hexe_PAT (Npc_Default)
{
// ------ NSC ------
name = NAME_hexe;
guild = GIL_strf;
id = 1826;
voice = 16;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_pat_hexe;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4); //set... | D |
/*
Copyright (c) 2015-2017 Timur Gafarov
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, dist... | D |
/*
* Copyright (c) 2012-2020 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
module antlr.v4.runtime.RuntimeMetaData;
import std.algorithm : min;
import std.stdio : stderr;
import std.string : in... | D |
module kerisy.middleware.Middleware;
/**
* Accepted middleware
*/
struct Middleware {
string[] names;
/**
* The names must be fully qualified.
*/
this(string[] names...) {
this.names = names;
}
}
/**
* Skipped middleware
*/
struct WithoutMiddleware {
string[] names;
/... | D |
module served.commands.dub;
import served.extension;
import served.types;
import served.translate;
import workspaced.api;
import workspaced.coms;
import painlessjson : toJSON;
import std.array : array;
import std.algorithm : map, count, startsWith, endsWith, among, canFind, remove;
import std.experimental.logger;
i... | D |
/Users/wasim/Downloads/AboutCanadaPoc/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/DispatchQueue+Alamofire.o : /Users/wasim/Downloads/AboutCanadaPoc/Pods/Alamofire/Source/MultipartFormData.swift /Users/wasim/Downloads/AboutCanadaPoc/Pods/Alamofire/Source/Timeline.swift /Users/wasim/Downl... | D |
module dub.packagesuppliers.maven;
import dub.packagesuppliers.packagesupplier;
/**
Maven repository based package supplier.
This package supplier connects to a maven repository
to search for available packages.
*/
class MavenRegistryPackageSupplier : PackageSupplier {
import dub.internal.utils : retryDownload, ... | D |
/Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/build/Pods.build/Debug-iphonesimulator/Gemini.build/Objects-normal/x86_64/YawRotationAnimatable.o : /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/Gemini/Gemini/CubeAnimatable.swift /Users/freebird/Desktop/Work/wokinprogress/Bump/Bump/Pods/Gemini/Gemini/UI... | D |
module dao;
import ddbc;
import contato;
import inspect;
import std.stdio;
T[] readDAO(T)()
{
string urlDb = "sqlite:source/meudb.sqlite";
auto conn = createConnection(urlDb);
scope(exit) conn.close();
Statement stmt = conn.createStatement();
scope(exit) stmt.close();
T[] lista;
auto obj ... | D |
module hunt.http.client.HttpClientRequest;
import hunt.http.codec.http.model.HttpFields;
import hunt.http.codec.http.model.HttpURI;
import hunt.http.codec.http.model.HttpVersion;
import hunt.http.codec.http.model.MetaData;
class HttpClientRequest : HttpRequest {
this(string method, string uri) {
super(method, new... | D |
// Note 1: order of services in this enum defines the order of initialization, which matters
// Node 2: max number of services is 16, as it is used as channel index in the RPC
enum XC{
ZB }
| D |
instance TPL_1438_TEMPLER(NPC_DEFAULT)
{
name[0] = NAME_TEMPLER;
npctype = NPCTYPE_MAIN;
guild = GIL_TPL;
level = 17;
flags = 0;
voice = 13;
id = 1438;
attribute[ATR_STRENGTH] = 85;
attribute[ATR_DEXTERITY] = 65;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 244;
att... | D |
/**
This package contains a deep learning API backed by dopt.
Working examples for how this package can be used are given in the $(D examples/mnist.d) and $(D examples/cifar10.d)
files.
One would generally start by using UFCS to define a feed-forward network:
---
auto features = float32([128,... | D |
import std.stdio;
import std.string;
import std.conv;
import std.math: approxEqual;
import morselcore.Rect;
import morselcore.Point;
import morselcore.Polygon;
import morselcore.Calculator;
import morselcore.E.KeyboardModifier;
import morselcore.E.GlobalColor;
import morselwidget.Widget;
import morselwidget.RectWidg... | D |
/// Author: Aziz Köksal, Vitaly Kulich
/// License: GPL3
/// $(Maturity high)
module drc.ast.Инструкции;
public import drc.ast.Инструкция2;
import drc.ast.Node,
drc.ast.Expression,
drc.ast.Declaration,
drc.ast.Type,
drc.ast.Parameters,
drc.ast.NodeCopier;
import drc.lexer.IdTable;
c... | D |
instance KDF_403_Drago_RUNE(C_Info)
{
npc = KDF_403_Drago;
condition = KDF_403_Drago_RUNE_Condition;
information = KDF_403_Drago_RUNE_Info;
important = 1;
permanent = 0;
};
func int KDF_403_Drago_RUNE_Condition()
{
if(Npc_KnowsInfo(hero,KDF_402_Corristo_ROBE))
{
return TRUE;
};
};
func void KDF_403_Drago_... | D |
/Users/fredrik/exercism/rust/series/target/debug/deps/libseries-e2fc0a51843f4b4b.rlib: src/lib.rs
/Users/fredrik/exercism/rust/series/target/debug/deps/series-e2fc0a51843f4b4b.d: src/lib.rs
src/lib.rs:
| D |
module th.bomb;
import grimoire;
import th.entity;
import th.enemy;
import th.item;
import th.grid;
import th.input;
import th.manualParticleSource;
import th.player;
import th.shot;
import th.sound;
import std.algorithm.comparison;
import std.random;
alias IndexedArray!(Timer, 5000u) TimersArray;
... | D |
// PERMUTE_ARGS:
/**************************************************
1748 class template with stringof
**************************************************/
struct S1748(T) {}
static assert(S1748!int.stringof == "S1748!int");
class C1748(T) {}
static assert(C1748!int.stringof == "C1748!int");
/*******************... | D |
// Written in the D programming language
/*
* Copyright (C) 2003-2004 by Digital Mars, www.digitalmars.com
* Written by Walter Bright
*
* 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 s... | D |
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/URLEncodedForm.build/Data/URLEncodedFormSerializer.swift.o : /Users/work/Projects/Hello/.build/checkouts/url-encoded-form.git--8133570518800567758/Sources/URLEncodedForm/Data/URLEncodedFormData.swift /Users/work/Projects/Hello/.build/checkouts/url-encoded... | D |
import std.getopt;
import std.string;
import std.algorithm;
import std.array;
import std.conv;
import std.stdio;
import std.range;
import std.math;
import std.exception;
import stepper;
import coal_state;
import model;
import data;
import logl;
import powell;
import minfunc;
import mcmc;
import params;
Data input_data... | D |
a substance from which another substance is formed (especially by a metabolic reaction)
a person who goes before or announces the coming of another
something that precedes and indicates the approach of something or someone
| D |
/Users/augustomachado/github/rust_sudoku/sudoku/target/debug/deps/num_iter-c6af5fa1b50e5dac.rmeta: /Users/augustomachado/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.42/src/lib.rs
/Users/augustomachado/github/rust_sudoku/sudoku/target/debug/deps/num_iter-c6af5fa1b50e5dac.d: /Users/augustomachado/.cargo... | D |
struct NativeIncrementPolicy(T) {
ref T increment(ref T t) {
return ++t;
}
};
struct AddingIncrementPolicy(T) {
ref T increment(ref T t) {
return (t += 1);
}
};
struct NativeDecrementPolicy(T) {
ref T decrement(ref T t) {
return --t;
}
};
struct SubtractingDecrementPolicy(T) {
ref T decreme... | D |
/home/user/Momir.Milutinovic/PerfectTemplate/.build/x86_64-unknown-linux/debug/PerfectNet.build/NetTCPSSL.swift.o : /home/user/Momir.Milutinovic/PerfectTemplate/.build/checkouts/Perfect-Net.git-2335155587810349193/Sources/PerfectNet/NetTCPSSL.swift /home/user/Momir.Milutinovic/PerfectTemplate/.build/checkouts/Perfect-N... | D |
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Routing.build/Parameter/ParameterValue.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/routing.git-1521062748904756279/Sources/Routing/Utilities/Deprecated.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/routing... | D |
/*
* Copyright (C) 2015-2017, by Laszlo Szeremi under the Boost license.
*
* Pixel Perfect Engine, system.common module
*/
module pixelperfectengine.system.common;
import bindbc.sdl;
public void initialzeSDL(){
SDLSupport sdls = loadSDL();
if(sdls == SDLSupport.noLibrary){
version(Windows){
import core.sy... | D |
var int Bosper_ItemsGiven_Chapter_1;
var int Bosper_ItemsGiven_Chapter_2;
var int Bosper_ItemsGiven_Chapter_3;
var int Bosper_ItemsGiven_Chapter_4;
var int Bosper_ItemsGiven_Chapter_5;
FUNC VOID B_GiveTradeInv_Mod_Bosper_NW (var C_NPC slf)
{
if ((Kapitel >= 1)
&& (Bosper_ItemsGiven_Chapter_1 == FALSE))
{
CreateIn... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice9291.d(10): Error: undefined identifier `F`
---
*/
void main() nothrow
{
throw new F();
}
| D |
KMP算法的核心在于求解字串的next数组。字串的next数组的每一个位置的数值都反映了他前面一部分字串
中的最长的相同的前缀和后缀。
```
//求解字串的next数组
void get_next(String T, int *next)
{
int i=1;
int j=0;
next[1]=0;
while(i<T[0])
{
if(j==0 || T[i] == T[j])
{
i++;
j++;
next[i]=j;
}
else
... | 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 src/core/sys/windows/_lmstats.d)
*/
module core.sys.windows.lmstats;
version (Windows):
@system:
pragma(lib, "netapi32");
import core.sy... | D |
instance VLK_472_Buergerin(Npc_Default)
{
name[0] = NAME_Buergerin;
guild = GIL_VLK;
id = 472;
voice = 16;
flags = 0;
npcType = NPCTYPE_AMBIENT;
aivar[AIV_ToughGuy] = TRUE;
B_SetAttributesToChapter(self,1);
level = 1;
fight_tactic = FAI_HUMAN_COWARD;
B_CreateAmbientInv(self);
EquipItem(self,ItMw_1h_Vlk_Mac... | D |
module android.java.java.security.KeyStore_CallbackHandlerProtection_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.j... | D |
/* Converted to D from ../include/capi/cef_task_capi.h by htod */
module cef_task_capi;
// Copyright (c) 2014 Marshall A. Greenblatt. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// *... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto Q = readln.chomp.to!int;
foreach (_; 0..Q) {
auto X = readln.chomp;
auto Y = readln.chomp;
auto DP = new int[][](X.length, Y.length);
foreach_reverse (i; 0.... | D |
/**
Module that contains functions to go to websites and collect chart information
*/
module chartzone.datafetchers;
import vibe.vibe;
import arsd.dom;
import chartzone.db : ChartEntry,GenreEntry,SongEntry;
import chartzone.youtube;
import chartzone.utils;
import std.regex;
import std.stdio;
import std.range;
impo... | D |
/**
* Windows API header module
*
* Translated from MinGW API for MS-Windows 3.12
*
* Authors: Stewart Gordon
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_basetsd.d)
*/
module core.sys.windows.basetsd;
version (Windows):
/* This temp... | D |
/*
TEST_OUTPUT:
---
fail_compilation/protection/subpkg/test3.d(3): Error: `protection package` expected as dot-separated identifiers, got `123`
---
*/
import protection.subpkg.test3;
| D |
/*
TEST_OUTPUT:
----
fail_compilation/test17868b.d(9): Error: pragma `crt_constructor` can only apply to a single declaration
fail_compilation/test17868b.d(14): Error: function `test17868b.bar` must return `void` for `pragma(crt_constructor)`
fail_compilation/test17868b.d(18): Error: function `test17868b.baz` must be `... | 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 |
/Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Build/Intermediates/Charts.build/Debug/Charts.build/Objects-normal/x86_64/BarChartDataEntry.o : /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Chart... | D |
module android.java.android.media.session.MediaSession_Token;
public import android.java.android.media.session.MediaSession_Token_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!MediaSession_Token;
import import1 = android.java.java.lang.Class;
| D |
/code/target/lambda/release/deps/rust_sls_common-6e45f8b33a80dad9.rmeta: /root/.cargo/git/checkouts/rust_sls_common-5cef3629fe77b12a/c3c0935/src/lib.rs /root/.cargo/git/checkouts/rust_sls_common-5cef3629fe77b12a/c3c0935/src/generic_error.rs
/code/target/lambda/release/deps/librust_sls_common-6e45f8b33a80dad9.rlib: /ro... | D |
/**
TPKT is a packet specified in
$(LINK https://tools.ietf.org/html/rfc1006, RFC 1006) for transporting
Connection-Oriented Transport Protocol (COTP) packets over a Transmission
Control Protocol (TCP) data stream. It is a very simple packet, which
consists solely of a version number and a length.
... | D |
/Users/ramonhonorio/workspace/ios/fiap/BuyList/DerivedData/RamonEvandro/Build/Intermediates.noindex/RamonEvandro.build/Debug-iphonesimulator/ComprasUSA.build/Objects-normal/x86_64/BuyList+CoreDataModel.o : /Users/ramonhonorio/workspace/ios/fiap/BuyList/BuyList/Validate.swift /Users/ramonhonorio/workspace/ios/fiap/BuyLi... | D |
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/Pipeline/ASTCache.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/template-kit.git-6616349092713276412/Sources/TemplateKit/Data/TemplateData.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/temp... | D |
/Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/DerivedData/mealify/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/BubbleChartData.o : /Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /User... | D |
/Users/patricerapaport/Desktop/swift/adminSQL/Build/Intermediates.noindex/Pods.build/Debug/Alamofire.build/Objects-normal/x86_64/SessionManager.o : /Users/patricerapaport/Desktop/swift/adminSQL/Pods/Alamofire/Source/MultipartFormData.swift /Users/patricerapaport/Desktop/swift/adminSQL/Pods/Alamofire/Source/Timeline.swi... | D |
import core.thread;
import vibe.d;
import std.regex;
import std.stdio;
auto reg = ctRegex!"^/greeting/([a-z]+)$";
void main()
{
writefln("Master %d is running", getpid());
setupWorkerThreads(logicalProcessorCount + 1);
runWorkerTaskDist(&runServer);
runApplication();
}
void runServer()
{
auto set... | D |
a pot that holds 2 quarts
| D |
import asteroid;
import util;
import std.algorithm;
import std.range;
import std.stdio;
import std.typecons;
bool[][] readMap(File input)
{
import std.conv;
return input.byLine.parseMap;
}
void partOne()
{
bool[][] map = stdin.readMap;
map.points
.map!(p => tuple(p, p.visibleAsteroids(map)))
.maxElement!(u... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/SQL.build/SQLForeignKey.swift.o : /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLJoinMethod.swift /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLTable.swift /Users/mu/Hello/.build/checkouts/sql/Sour... | D |
module tilemap.all;
public import tilemap.tilemap;
public import tilemap.tile;
public import tilemap.loader;
public import tilemap.pathfinder;
public import tilemap.object;
| D |
module pfft.impl_double;
alias double T;
struct TableValue{};
alias TableValue* Table;
void fft(T* re, T* im, uint log2n, Table t);
Table fft_table(uint log2n, void* p = null);
size_t table_size_bytes(uint log2n);
struct RTableValue{};
alias RTableValue* RTable;
void rfft(T* re, T* im, uint log2n, Table t, RTable ... | D |
/Users/apple/Desktop/DouBanFM/Build/Intermediates/DouBanFM.build/Debug-iphoneos/DouBanFM.build/Objects-normal/arm64/ChannerlController.o : /Users/apple/Desktop/DouBanFM/DouBanFM/ViewController.swift /Users/apple/Desktop/DouBanFM/DouBanFM/ChannerlController.swift /Users/apple/Desktop/DouBanFM/DouBanFM/AppDelegate.swift ... | D |
module android.java.java.util.regex.MatchResult;
public import android.java.java.util.regex.MatchResult_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!MatchResult;
import import0 = android.java.java.lang.Class;
| D |
module UnrealScript.Engine.NavMeshPath_MinDistBetweenSpecsOfType;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.NavigationHandle;
import UnrealScript.Engine.NavMeshPathConstraint;
import UnrealScript.Engine.Pylon;
extern(C++) interface NavMeshPath_MinDistBetweenSpecsOfType : Na... | D |
a person whose behavior deviates from what is acceptable especially in sexual behavior
markedly different from an accepted norm
| D |
/**
* Copyright: Copyright (c) 2009 Jacob Carlborg. All rights reserved.
* Authors: Jacob Carlborg
* Version: Initial created: Jan 16, 2009
* License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
*
*/
module dwt.std;
public:
import dwt.DWT;
import dwt.DWTError;
import dwt.DWTException;
imp... | D |
module c_looping;
import std.stdio;
void main() {
}
void OutputBintang_21(int N){
int i;
for (i=1; i<=N; i++){
write("*");
}
}
int jumBil_22(int[] bil, int N){
int i, sum;
sum = 0;
i=0;
while (i<N){
sum = sum + bil[i];
i = i+1;
}
return sum;
}
int jumBil_23(int N){
int sum, i;
sum = 0;
i... | D |
/*
* This file is part of gtkD.
*
* gtkD 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 2.1 of the License, or
* (at your option) any later version.
*
* gtkD is distributed in th... | D |
module org.eclipse.swt.internal.mozilla.nsISupportsArray;
import org.eclipse.swt.internal.mozilla.Common;
import org.eclipse.swt.internal.mozilla.nsID;
import org.eclipse.swt.internal.mozilla.nsISupports;
import org.eclipse.swt.internal.mozilla.nsICollection;
typedef PRBool function(nsISupports, void*) nsISupportsAr... | D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Crypto.build/RSA/RSA.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/crypto.git-7980259129511365902/Sources/Crypto/Utilities/Base32.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/crypto.git-7980259129511365902/Sources/Cryp... | D |
#!/usr/bin/rdmd
//An example using the small Dminimax
/*
Author: Juan Mompeán Esteban
Date: 11, june 2012
*/
import minimax;
import std.array;
import std.algorithm;
import std.container;
import std.stdio;
class TicTacToeAction : Action {
int x, y, player;
this(int nx, int ny, int nplayer) {
x = nx;
y ... | D |
/**
* Copyright © DiamondMVC 2019
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.seo.schema.structures.organizations.localbusinesses.realestateagent;
import diamond.core.apptype;
static if (isWeb)
{
import diamond.seo.schema.structures.o... | 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
* notic... | D |
/home/syx/SYXrepo/vacation_homework/percolation/target/debug/deps/libcrossbeam_epoch-ab6809434ddf75f1.rlib: /home/syx/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/crossbeam-epoch-0.3.1/src/lib.rs /home/syx/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/crossbeam-epoch-0.3.1/src/atomic.rs /home/syx... | 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 |
module DABInfo;
// Enum DABInfo
/**
* @uml
* Type: ubyte
*/
enum DABInfo : ubyte
{
PROGRAM_BUNDLE,
SIGNAL_STRENGTH,
PLAY_STATUS,
IMAGE_NAME,
VOLUME,
PROGRAM_NAME,
ENSEMBLE_NAME,
PROGRAM_TEXT,
CHANNELS,
DATA_RATE,
}
| 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.
Macros: WIKI = Phobos/StdFormat
Copyright: Copyright Digital Mars 2000-.
License: $(WEB boost.o... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.