code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module android.java.javax.crypto.interfaces.DHPublicKey;
public import android.java.javax.crypto.interfaces.DHPublicKey_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!DHPublicKey;
import import2 = android.java.javax.crypto.spec.DHParameterSpec;
import import1 = android.java.java.lang.Class;
i... | D |
/**
* $(RED Deprecated. Use $(D core.sys.darwin.mach.getsect) instead. This
* module will be removed in June 2018.)
*
* Copyright: Copyright Digital Mars 2010.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Mar 16, 2010
*/
/* ... | 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 la... | D |
module program;
import std.stdio;
import std.string;
import std.path;
import std.array;
import std.file;
import std.algorithm;
import std.conv;
import bindbc.lua;
import machine;
import screen;
import viewport;
import lua_api._basic_;
import pixmap;
import image_loader;
import sample;
/**
a program that the machin... | D |
/home/gaurava/work/learning/rust/rust_programming/Greeter/target/debug/build/libc-b348bee0fe1c1799/build_script_build-b348bee0fe1c1799: /home/gaurava/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.66/build.rs
/home/gaurava/work/learning/rust/rust_programming/Greeter/target/debug/build/libc-b348bee0fe1c1799/b... | D |
import std.stdio, std.array, std.string, std.conv, std.algorithm;
import std.typecons, std.range, std.random, std.math, std.container;
import std.numeric, std.bigint, core.bitop, std.bitmanip;
void main() {
auto s = readln.split.map!(to!int);
auto N = s[0];
auto M = s[1];
auto G = new Tuple!(int, real)... | D |
a metal bar (or length of pipe) used as a lever
| 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
* distributed... | D |
/home/sr/projects/git.igrid.tech/sr/tokio-timer-patched/target/debug/deps/maybe_uninit-99617b3f59b8c838.rmeta: /home/sr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/src/lib.rs
/home/sr/projects/git.igrid.tech/sr/tokio-timer-patched/target/debug/deps/maybe_uninit-99617b3f59b8c838.d: /home/sr/.carg... | D |
module grape.scene;
//import std.variant;
import grape.mesh;
class Scene {
//alias ActorType = Algebraic!(Camera, Mesh, Light);
//alias ActorType = Algebraic!(Mesh);
public:
this() {
// Basic, Fog, LensFlare
}
//void add(T)(T actor) {
void add(Mesh mesh) {
_meshes ~= mesh;
/... | D |
// Written in the D programming language.
/**
* Templates with which to manipulate type tuples (also known as type lists).
*
* Some operations on type tuples are built in to the language,
* such as TL[$(I n)] which gets the $(I n)th type from the
* type tuple. TL[$(I lwr) .. $(I upr)] returns a new type
* list t... | D |
putting a condemned person to death
the act of performing
(computer science) the process of carrying out an instruction by a computer
(law) the completion of a legal instrument (such as a contract or deed) by signing it (and perhaps sealing and delivering it) so that it becomes legally binding and enforceable
a routine... | D |
/*
Copyright (c) 2015-2020 Nick Papanastasiou
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,... | D |
module data.songs;
struct SongInfo {
string name;
string fileName;
string[] sampleFiles;
}
static const SongInfo[] SONGS_INFO = [
{"world0", "music_world0", ["lev9.ins", "lev1.ins"]},
{"world1", "music_world1", ["lev9.ins", "lev2.ins"]},
{"world2", "music_world2", ["lev9.ins", "lev3.ins"... | D |
instance Sld_735_Soeldner(Npc_Default)
{
name[0] = NAME_Soeldner;
npcType = npctype_guard;
guild = GIL_SLD;
level = 11;
voice = 11;
id = 735;
attribute[ATR_STRENGTH] = 45;
attribute[ATR_DEXTERITY] = 35;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 172;
attribute[ATR_... | D |
/* ssl/ssl.h */
/* 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 library is free for commercial and non-commercial ... | D |
proper respect
a support placed beneath or against something to keep it from shaking or falling
any movable articles or objects used on the set of a play or movie
a propeller that rotates to push against air
support by placing against something solid or rigid
| D |
module poseidon.controller.property.rescompilerpage;
private import poseidon.controller.dialog.generaldialog;
class CResourceCompilerDialog : GeneralDialog
{
private:
import std.string;
import dwt.all;
import poseidon.globals;
import poseidon.controller.gui;
import poseidon.i18n.itranslatable;
import poseidon... | D |
// *******************
// NSC betet Statue an
// *******************
FUNC VOID ZS_Pray_Sleeper ()
{
Perception_Set_Normal();
B_UseHat (self);
B_ResetAll (self);
if (self.aivar[AIV_Schwierigkeitsgrad] < Mod_Schwierigkeit)
|| (self.aivar[AIV_Schwierigkeitsgrad] > Mod_Schwierigkeit)
{
B_SetSchwierigkeit();
... | D |
/home/mag2/Documentos/Rust/rust_colmeia/exercicios/capitulo3/ex7/target/rls/debug/deps/ex7-af60ab63b84c5cee.rmeta: src/main.rs
/home/mag2/Documentos/Rust/rust_colmeia/exercicios/capitulo3/ex7/target/rls/debug/deps/ex7-af60ab63b84c5cee.d: src/main.rs
src/main.rs:
| D |
/Users/kimhyewon/Documents/Server/tennis/build/tennis.build/Debug/Fluent.build/Objects-normal/x86_64/Action.o : /Users/kimhyewon/Documents/Server/tennis/Packages/Fluent-1.1.0/Sources/Fluent/Database/Database.swift /Users/kimhyewon/Documents/Server/tennis/Packages/Fluent-1.1.0/Sources/Fluent/Database/Driver.swift /Users... | D |
the criminal act of capturing and carrying away by force a family member
(physiology) moving of a body part away from the central axis of the body
| D |
/Users/porthunter/htdocs/Reaper/target/debug/build/libc-77c981f53b76993b/build_script_build-77c981f53b76993b: /Users/porthunter/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.48/build.rs
/Users/porthunter/htdocs/Reaper/target/debug/build/libc-77c981f53b76993b/build_script_build-77c981f53b76993b.d: /Users/por... | D |
/**
Central logging facility for vibe.
Copyright: © 2012-2013 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module vibe.core.log;
import vibe.core.args;
import vibe.core.concurrency;
import vibe.core.sync;
import std.... | D |
/*******************************************************************************
* Copyright (c) 2000, 2005 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 |
module gfm.opengl.vbo;
// Describing vertex, submitting geometry.
// Implement so called Vertex Arrays and VBO (which are Vertex Arrays + OpenGL buffers)
import std.string;
import derelict.opengl3.gl3,
derelict.opengl3.deprecatedFunctions,
derelict.opengl3.deprecatedConstants;
import gfm.core.log,
... | D |
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/linked_hash_map-18a144a44f12b8fa.rmeta: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/linked-hash-map-0.5.4/src/lib.rs
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/linked_hash... | D |
/Users/sapientisat/Projects/Supplements/Supplements/XcodeBuild/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CollectionViewPagingLayout.build/Objects-normal/x86_64/TransformableView.o : /Users/sapientisat/Projects/Supplements/Supplements/Pods/CollectionViewPagingLayout/Lib/SwiftUI/PagingCollectionViewModifierD... | D |
import std.stdio;
import std.file;
import std.string;
import std.regex;
import std.conv;
import std.algorithm;
int main(string[] args)
{
if (args.length != 2){
writefln("Needs an input file!");
return 1;
}
string filepath = args[1];
File file = File(filepath, "r");
int total = 0;
while (!file.eof()){
// ... | D |
/home/john/Documents/freebsdrust/std/target/debug/deps/quick_error-45b4233b266b3b10.rmeta: /home/john/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-1.2.3/src/lib.rs
/home/john/Documents/freebsdrust/std/target/debug/deps/libquick_error-45b4233b266b3b10.rlib: /home/john/.cargo/registry/src/github.com-1ecc6... | D |
/Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/FitHelper.build/Release-iphonesimulator/FitHelper.build/Objects-normal/x86_64/Alert.o : /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/ExerciseCDPR.swift /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/FinalisedExerciseCDPR.swift /Users/artemon... | D |
instance KDF_511_Daron(Npc_Default)
{
name[0] = "Дарон";
guild = GIL_VLK;
id = 511;
voice = 10;
flags = 0;
npcType = npctype_main;
aivar[AIV_MagicUser] = MAGIC_ALWAYS;
B_SetAttributesToChapter(self,5);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Nov_Mace);
B_CreateAmbientInv(self);
B_SetNpcVisu... | D |
/**
* Copyright: © 2014 Anton Gushcha
* License: Subject to the terms of the MIT license, as written in the included LICENSE file.
* Authors: NCrashed <ncrashed@gmail.com>
*/
module gui.results;
import gtk.Builder;
import gtk.MenuItem;
import gtk.ApplicationWindow;
import gtk.TreeView;
import gtk.TreeIter;
impo... | D |
// Written in the D programming language.
/**
Source: $(PHOBOSSRC std/logger/core.d)
*/
module std.logger.core;
import core.atomic : atomicLoad, atomicOp, atomicStore, MemoryOrder;
import core.sync.mutex : Mutex;
import std.datetime.date : DateTime;
import std.datetime.systime : Clock, SysTime;
import std.range.primit... | D |
module hashnode;
struct HashNode( K, V)
{
public:
this(ref const K key, ref const V value)
{
this.key = key;
this.value = value;
next = null;
}
K getKey() const {
return key;
}
V getValue() const {
return value;
}
void setValue(V value) {
HashNode.value = value;
}
HashNode *getNext() {
... | D |
/// Generate by tools
module freemarker.tmpl.Configuration;
import java.lang.exceptions;
public class Configuration
{
public this()
{
implMissing();
}
}
| D |
module gtkD.atk.ObjectAtk;
public import gtkD.gtkc.atktypes;
private import gtkD.gtkc.atk;
private import gtkD.glib.ConstructionException;
private import gtkD.gobject.Signals;
public import gtkD.gtkc.gdktypes;
private import gtkD.atk.ObjectAtk;
private import gtkD.atk.RelationSet;
private import gtkD.atk.StateSet... | D |
CHAIN IF ~InParty("V#1WHI")
See("V#1WHI")
!StateCheck("C0Drake",CD_STATE_NOTVALID)
!StateCheck("V#1WHI",CD_STATE_NOTVALID)
CombatCounter(0)
!See([ENEMY])
Global("C0DrakeWhite1","GLOBAL",0)~ THEN V#1WHIB C0DrakeWhite1
~So... you like hammers, huh?~
DO ~SetGlobal("C0DrakeWhite1","GLOBAL",1)~
== BC0Drake ~I find them rath... | D |
import std.net.curl;
void main()
{
auto http = HTTP();
auto url = "http://localhost:8080/";
auto a = put(url, "", http);
assert(a == "PUT", a);
// Change to PUT after PUT by libcurl
// https://github.com/bagder/curl/blob/master/lib/http.c#L1830
auto b = post(url, "", http);
assert(b == "POST", b);
}
| D |
# FIXED
Drivers/TRNG/TRNGCC26XX.obj: C:/ti/simplelink_cc26x2_sdk_1_60_00_04_eng/source/ti/ble5stack/hal/src/target/_common/TRNGCC26XX.c
Drivers/TRNG/TRNGCC26XX.obj: C:/ti/ccs730/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include/stdint.h
Drivers/TRNG/TRNGCC26XX.obj: C:/ti/simplelink_cc26x2_sdk_1_60_00_04_eng/kernel/ti... | D |
//----------------------------------------------------------------------
// Copyright 2007-2011 Mentor Graphics Corporation
// Copyright 2007-2010 Cadence Design Systems, Inc.
// Copyright 2010 Synopsys, Inc.
// Copyright 2014 Coverify Systems Technology
// All Rights Reserved Worldwide
//
// Licensed under... | D |
module provision.androidlibrary;
import core.stdc.string;
import core.sys.posix.dlfcn;
import std.algorithm;
import std.conv;
import std.stdio;
import std.path;
import std.traits;
import std.algorithm;
import std.string;
import core.exception;
import core.stdc.stdint;
import provision.posixlibrary;
extern (C) __gshar... | D |
module logmaster.ui.logviewer;
import std.algorithm.comparison : min;
import std.concurrency;
import std.format;
import std.stdio;
import std.variant;
import core.thread;
import cairo.Context;
import gdk.FrameClock;
import gdk.Rectangle;
import gtk.Adjustment;
import gtk.Alignment;
import gtk.Box;
import gtk.CellRend... | D |
/*******************************************************************************
@file Util.d
Copyright (c) 2005 John Demme
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for damages
of any kind a... | D |
any severe mental disorder in which contact with reality is lost or highly distorted
| D |
usually elongate cluster of flowers along the main stem in which the flowers at the base open first
| D |
/Users/Avinash/Documents/Code/NeighborCater/NeighborCater/DerivedData/NeighborCater/Build/Intermediates/Pods.build/Debug-iphonesimulator/JYDropDownMenu.build/Objects-normal/x86_64/JYConfiguration.o : /Users/Avinash/Documents/Code/NeighborCater/NeighborCater/Pods/JYDropDownMenu/Source/JYConfiguration.swift /Users/Avinas... | D |
instance Mod_1589_SLD_Soeldner_FM (Npc_Default)
{
//-------- primary data --------
name = NAME_soeldner;
npctype = npctype_fm_soeldner;
guild = GIL_mil;
level = 30;
voice = 0;
id = 1589;
//-------- abilities --------
B_SetAttributesToChapter (self, 4);
EquipItem (self, ItMw_GrobesKurzschwert);... | D |
/******************************************************************************
This module contains the 'math' standard library.
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 aris... | D |
/home/zbf/workspace/git/RTAP/target/debug/deps/cfg_if-b6c201be834e8525.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/cfg-if-0.1.10/src/lib.rs
/home/zbf/workspace/git/RTAP/target/debug/deps/cfg_if-b6c201be834e8525.d: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/cfg-if-0... | 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/_olectl.d)
*/
module core.sys.windows.olectl;
version (Windows):
@system:
// In conversion from MinGW, the followin... | D |
reason by deduction
draw from specific cases for more general cases
conclude by reasoning
guess correctly
believe to be the case
| 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 |
module source.app;
import std.stdio;
void main()
{
}
| D |
module hunt.io.channel.posix.AbstractStream;
// dfmt off
version(Posix):
// dfmt on
import hunt.event.selector.Selector;
import hunt.Functions;
import hunt.io.BufferUtils;
import hunt.io.ByteBuffer;
import hunt.io.channel.AbstractSocketChannel;
import hunt.io.channel.ChannelTask;
import hunt.io.channel.Common;
import... | D |
module yu.traits;
import std.traits;
import std.typecons;
import std.meta;
alias Helper(alias T) = T;
template Pointer(T) {
static if (is(T == class) || is(T == interface)) {
alias Pointer = T;
} else {
alias Pointer = T *;
}
}
template isInheritClass(T, Base) {
enum FFilter(U) = is(... | D |
issue or terminate (in a specified way, state, etc.
have as a result or residue
come about or follow as a consequence
| D |
/Users/Edgar/Documents/IOSApp/devslopes-social/DerivedData/devslopes-social/Build/Intermediates/Pods.build/Debug-iphonesimulator/SwiftKeychainWrapper.build/Objects-normal/x86_64/KeychainWrapper.o : /Users/Edgar/Documents/IOSApp/devslopes-social/Pods/SwiftKeychainWrapper/SwiftKeychainWrapper/KeychainItemAccessibility.sw... | 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_22_agm-7134966... | D |
/mnt/d/learning-rust/ch02_guessing_game/target/rls/debug/deps/rand_xorshift-1b71fc34e90b9099.rmeta: /home/hemil/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_xorshift-0.1.1/src/lib.rs
/mnt/d/learning-rust/ch02_guessing_game/target/rls/debug/deps/rand_xorshift-1b71fc34e90b9099.d: /home/hemil/.cargo/registry/src/... | D |
/Users/Avinash/Documents/Code/Lyne-App/Lyne/DerivedData/Lyne/Build/Intermediates/Lyne.build/Debug-iphonesimulator/OneSignalNotificationServiceExtension.build/Objects-normal/x86_64/NotificationService.o : /Users/Avinash/Documents/Code/Lyne-App/Lyne/OneSignalNotificationServiceExtension/NotificationService.swift /Applica... | D |
/Users/user143130/Desktop/Tumblr.Yeah/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/AlamofireImage.build/Objects-normal/x86_64/Image.o : /Users/user143130/Desktop/Tumblr.Yeah/Pods/AlamofireImage/Source/Image.swift /Users/user143130/Desktop/Tumblr.Yeah/Pods/AlamofireImage/Source/UIImage+AlamofireImage.swi... | D |
/**
Utilities for linear functions.
Authors: Sebastian Wilzbach, Ilya Yaroshenko
License: $(LINK2 http://boost.org/LICENSE_1_0.txt, Boost License 1.0).
*/
module mir.utility.linearfun;
import std.traits : isCallable;
/**
Representation of linear function of the form:
y = slope * (x - y) + a
This representatio... | D |
/Users/danielmorales/CSUMB/iOS/Flix/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request.o : /Users/danielmorales/CSUMB/iOS/Flix/Pods/Alamofire/Source/MultipartFormData.swift /Users/danielmorales/CSUMB/iOS/Flix/Pods/Alamofire/Source/Timeline.swift /Users/danielmorales/CSUMB/iOS/Flix/Pods... | D |
/Users/atyun-monitor/Desktop/Swift/DanTangFromQuanzai/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Upload.o : /Users/atyun-monitor/Desktop/Swift/DanTangFromQuanzai/Pods/Alamofire/Source/Alamofire.swift /Users/atyun-monitor/Desktop/Swift/DanTangFromQuanzai/Pods/Alamofire/Sou... | D |
/home/sabah/Desktop/cs3012/CS3012/dev_task_1/target/rls/debug/deps/dev_task_1-08a2e1665b1c5f3e.rmeta: src/main.rs
/home/sabah/Desktop/cs3012/CS3012/dev_task_1/target/rls/debug/deps/dev_task_1-08a2e1665b1c5f3e.d: src/main.rs
src/main.rs:
| D |
module d2d.rendering.mesh;
import d2d;
/// Class containing mesh IDs and length for OpenGL drawing.
class RenderableMesh
{
/// OpenGL id of the buffer.
public uint bufferID;
/// Length of the index/data buffer.
public uint count;
/// Offset index in the index/data buffer.
public uint start;
/// OpenGL primitiv... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto M = readln.chomp.to!int;
long b = 0, res;
foreach (_; 0..M) {
auto dc = readln.split.to!(long[]);
int d = dc[0].to!int;
auto c = dc[1];
int[] at;
... | D |
module ceres.parser.utils;
import std.exception;
version (unittest)
{
import std.stdio : writeln;
}
/**
Returns true if the object's type matches the given type
Also returns true if the given runtime object's superclass is
the same as the given type.
*/
template isTypeOf(base) if (is(base == class))
{
... | D |
/***********************************************************************\
* sqlucode.d *
* *
* Windows API header module *
* ... | D |
/* -------------------- CZ CHANGELOG -------------------- */
/*
v1.02:
(2x) CZ_SkillCheckCondition - přidáno zobrazování skill checků
*/
instance DIA_Ramirez_EXIT(C_Info)
{
npc = VLK_445_Ramirez;
nr = 999;
condition = DIA_Ramirez_EXIT_Condition;
information = DIA_Ramirez_EXIT_Info;
permanent = TRUE;
descri... | D |
module ro.map.gnd;
import
std.math,
std.conv,
std.array,
std.range,
std.string,
std.algorithm,
perfontain,
perfontain.misc,
perfontain.math,
ro.grf,
ro.map,
ro.conf,
ro.conv;
struct GndConverter
{
this(string path)
{
_gnd = PEfs.read!GndFile(path);
}
auto process()
{
MeshInfo[] ... | D |
/** DGui project file.
Copyright: Trogu Antonio Davide 2011-2013
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Trogu Antonio Davide
*/
module dguihub.listview;
import std.utf : toUTF8;
public import dguihub.core.controls.ownerdrawcontrol;
import dguihub.core.utils;
import dguihub.imagelist... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Fluent.build/Query/FluentProperty.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/fluent/Source... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/WebSockets.build/Objects-normal/x86_64/WebSocket+Client.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/engine.git-3311994267206676365/Sources/WebSockets/Communication/WebSocket+Send.swift /Users/cansoykarafakili/Desktop/Hello/.build... | D |
import std.math;
extern(C) int printf(const char*, ...);
string abc;
template Floating(T)
{
T[3] a;
T[3] b;
T[3] c;
T[] A()
{
printf("A\n");
abc ~= "A";
return a;
}
T[] B()
{
printf("B\n");
abc ~= "B";
return b;
}
T[] C()
... | D |
/Users/sameersiddiqui/Projects/HafsaInspectorApp/Build/Intermediates/Pods.build/Debug-iphonesimulator/Material.build/Objects-normal/x86_64/MaterialCollectionViewCell.o : /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/Sources/iOS/BarView.swift /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Materia... | D |
module juno.utils.process;
import juno.base.core,
juno.base.string,
juno.base.threading,
juno.base.native,
juno.com.core;
static import juno.io.path;
import std.c.stdlib : malloc, realloc, free;
debug import std.stdio : writefln;
private extern(C) int _wcsicmp(in wchar*, in wchar*);
private class ProcessInf... | D |
// SYNTAX TEST "Packages/D/D.sublime-syntax"
module test;
import std.stdio;
shared static this()
// ^ storage.modifier
// ^ storage.modifier
// ^ entity.name
{
}
__gshared int a = 5_000;
// ^ storage.modifier
// ^ storage.type
// ^ constant.numeric
shared int b = 5000;
// ^ ... | 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 (c) 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... | D |
/Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintRelation.o : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/Pods/SnapKit/Source/Constraint.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/Pods/SnapKit/Source/C... | D |
/*******************************************************************************
D binding for the POSIX iconv library.
Defines external functions required to use iconv codeset conversion
function.
iconv_open(3) Allocates the descriptor for code conversion
iconv(3) Performs the conversio... | D |
/**
* Copyright © DiamondMVC 2018
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.controllers.basecontroller;
import diamond.core.apptype;
static if (isWeb)
{
import std.conv : to;
import std.variant : Variant;
import std.traits : Enu... | D |
instance VLK_591_BUDDLER(NPC_DEFAULT)
{
name[0] = NAME_BUDDLER;
npctype = NPCTYPE_MINE_AMBIENT;
guild = GIL_VLK;
level = 5;
voice = 3;
id = 591;
attribute[ATR_STRENGTH] = 25;
attribute[ATR_DEXTERITY] = 15;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 100;
attribute[A... | D |
// ---------------------------------------------------------
// NPC 'WRK_202_Dyrian'
// ---------------------------------------------------------
instance WRK_202_Dyrian (C_NPC)
{
//-------- primary data --------
name = "Dyrian";
guild = GIL_WORKER;
npctype = NPCTYPE_MAIN;
level ... | D |
import std.stdio, std.regex, std.string, std.conv, std.range;
int[] rangeExpand(in string txt) /*pure nothrow*/ {
typeof(return) result;
foreach (r; std.string.split(txt, ",")) {
const m = r.match(r"^(-?\d+)(-?(-?\d+))?$").captures.array;
result ~= m[2].empty ? [m[1].to!int] :
... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto T = readln.chomp.to!int;
foreach (_; 0..T) {
auto xnm = readln.split.to!(int[]);
auto X = xnm[0];
auto N = xnm[1];
auto M = xnm[2];
while (N > 0 && ... | D |
prototype Mst_Default_Zombie(C_Npc)
{
name[0] = "Зомби";
guild = GIL_ZOMBIE;
aivar[AIV_MM_REAL_ID] = ID_ZOMBIE;
level = 20;
attribute[ATR_STRENGTH] = 100;
attribute[ATR_DEXTERITY] = 100;
attribute[ATR_HITPOINTS_MAX] = 400;
attribute[ATR_HITPOINTS] = 400;
attribute[ATR_MANA_MAX] = 100;
attribute[ATR_MANA] = 1... | D |
/Users/adamnemecek/Code/ngrid/main/ulps/target/rls/debug/deps/rand_pcg-475f4b0b0b311cfd.rmeta: /Users/adamnemecek/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/src/lib.rs /Users/adamnemecek/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/src/pcg64.rs /Users/adamnemecek/.cargo/registry/sr... | D |
// *********************
// Kampf - AI Nailed (1)
// *********************
/*
MOVE_RUN Gegner in meinem Fokus + steht wer dazwischen? (G)
MOVE_RUNBACK Gegner in meinem Fokus
MOVE_JUMPBACK löst t_ParadeJumpB aus (Attacke wird nur pariert, wenn man schnell genug aus der W-Reichweite kommt!
MOVE_TURN Immer bis ... | 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_15_BeT-3641131... | D |
import std.stdio, std.string;
import std.conv : to;
import core.stdc.stdio : putc;
void main(string[] args)
{
char bit_num = 0, byte_acc = 0;
int n = args.length > 1 ? to!int(args[1]) : 1;
const iter = 50;
const lim = 2.0 * 2.0;
writefln("P4\n%d %d",n,n);
for(auto y=0; y<n; y++)
{
for(auto x=0; x<n... | D |
module gltf2opengl;
import gltf2;
public import gltf2opengl.glgltf, gltf2opengl.glgltfenum;
| D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
void get(Args...)(ref Args args)
{
import std.traits, std.meta, std.typecons;
static if (Args.length == 1) {
alias Arg = Args[0];
static if (isArray!Arg) {
... | 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 |
/*******************************************************************************
* Copyright (c) 2000, 2004 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, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto N = readln.chomp.to!int;
writeln(0);
stdout.flush();
auto f = readln.chomp;
if (f == "Vacant") return;
int l = 0, r = N;
for (;;) {
auto m = (l+r)/2;
wri... | D |
// Written in the D programming language.
/**
Facilities for random number generation.
The new-style generator objects hold their own state so they are
immune of threading issues. The generators feature a number of
well-known and well-documented methods of generating random
numbers. An overall fast and reliable means... | D |
/*
REQUIRED_ARGS: -mcpu=native -preview=intpromote
PERMUTE_ARGS: -O -inline -release
*/
import core.stdc.stdio;
template tuple(A...) { alias tuple = A; }
///////////////////////
// https://github.com/dlang/dmd/pull/11441
long sdiv1(long l)
{
return l / 2;
}
int sdiv2(int i)
{
return i / 2;
}
void testsdiv2()... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.